MediaWiki:Sidebar: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
** | /* CSS placed here will be applied to all skins */ | ||
/* Start Pushkar Dayal Code */ | |||
body {font-family: "Poppins", sans-serif; font-weight: 400; font-style: normal; font-size: 1rem;} | |||
body.skin-chameleon .col > #content.mw-body{padding: 0px !important} | |||
* | |||
** | |||
body.page-Main_Page .container.flex-fill{ max-width: 1351px !important; width: 100% !important; margin: 0 auto !important; padding: 0 15px !important; overflow:hidden;} | |||
.p-navbar .navbar-brand.p-logo { height: 3rem; } | |||
.p-navbar .navbar-brand img { height: 3rem; } | |||
.p-logo a {display:block;} | |||
.p-logo img {height: 5.5rem; padding: 5px 0;} | |||
#p-personal {padding:5px 0} | |||
#p-personal.pull-right .p-personal-tools, .p-personal.pull-right .p-personal-tools{align-items:center;} | |||
#p-personal .mw-list-item:last-child a{background: #f87d22 !important; border: none!important; padding: 10px 15px !important; color: #fff; border-radius:5px;} | |||
#p-personal .mw-list-item:last-child a:hover, #p-personal .mw-list-item:last-child a:focus, #p-personal .mw-list-item:last-child a:active{background: #da670f !important; box-shadow: none !important; text-decoration: none !important; color: #fff;} | |||
#p-personal .mw-list-item:last-child a::before{ | |||
font-family: "Font Awesome 6 Free"!important; content: '\f007'; border:none !important; font-weight: 400;} | |||
/* === Custom Navbar Styling === */ | |||
.main-navbar {background: #531101; padding: 8px 5px; margin:0 -15px !important } | |||
.main-navbar a { color: #fff !important; font-weight: 400; } | |||
.main-navbar a:hover, .main-navbar a:active { color: #fefefe !important;} | |||
.main-navbar .dropdown-menu { background-color: #fff !important; border: 1px solid #ccc; border-radius: 5px; } | |||
.main-navbar .dropdown-menu .dropdown-item, .main-navbar .dropdown-menu a { color: #000 !important; padding: .35rem 1.5rem !important; } | |||
.main-navbar .dropdown-menu .dropdown-item, .main-navbar .dropdown-menu a:hover, | |||
.main-navbar .dropdown-menu .dropdown-item, .main-navbar .dropdown-menu a:active{ color: #000 !important; background: #e9ecef !important; } | |||
.main-navbar .dropdown-toggle{ display:flex} | |||
.main-navbar .dropdown-toggle::after{ | |||
font-family: "Font Awesome 6 Free"!important; content: '\f078'; border:none !important; font-weight: 900;} | |||
#n-Donate a{ display: flex; background: #f87d22; border-radius: 5px; gap: 5px; align-items: center; color: #fff;} | |||
#n-Donate a::before{ | |||
font-family: "Font Awesome 6 Free"!important; content: '\f004'; border:none !important; font-weight: 900;} | |||
.navbar-nav #n-Home { order: 1;} | |||
.navbar-nav #n-Donate { order: 6;} | |||
.navbar-nav .nav-item.dropdown:nth-child(3) { order: 2;} | |||
.navbar-nav .nav-item.dropdown:nth-child(4) { order: 3;} | |||
.navbar-nav .nav-item.dropdown:nth-child(5) { order: 4;} | |||
.navbar-nav .nav-item.dropdown:nth-child(6) { order: 5;} | |||
.navbar-nav .nav-item.dropdown:nth-child(7) { order: 7;} | |||
.navbar-nav .nav-item.p-tb-dropdown { order: 8;} | |||
/* -- Slick Core Styles -- */ | |||
@import url('https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css'); | |||
@import url('https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css'); | |||
.p-search { margin-bottom:7px;} | |||
.p-search .input-group > .form-control{ height:40px;} | |||
.p-search .searchGoButton {background: #f87d22 !important; border: none!important; padding: 8px 15px !important; margin-left: auto; color: #fff !important; border-radius: 0 .25rem .25rem 0 !important;} | |||
.p-search .searchGoButton:hover,.p-search .searchGoButton:focus,.p-search .searchGoButton:focus:active{background: #da670f !important; box-shadow: none !important; text-decoration: none !important; color: #fff !important;} | |||
.btn{padding: 15px 40px;} | |||
.btn-primary,.btn-donate { background: #f87d22 !important; border: none!important;} | |||
.btn-primary{width: 100%;} | |||
.btn-primary:hover,.btn-primary:focus, | |||
.btn-primary:focus:active, | |||
.btn-donate:hover,.btn-donate:focus, | |||
.btn-donate:focus:active {background: #da670f !important; box-shadow: none !important; text-decoration: none !important;} | |||
.btn-donate span{ display: flex !important; align-items: center !important; gap: 5px !important;} | |||
body.page-Main_Page #firstHeading{display: none} | |||
.hero-banner-section{overflow:hidden;} | |||
.hero-banner-section .container{max-width: 1351px !important; padding: 0 !important;} | |||
.hero-banner-section .adsBannerSliderHero {position: relative;} /* -- Slick Wisdom Slider -- */ | |||
.hero-banner-section .slick-track{display: flex;} | |||
.hero-banner-section .adsBannerSliderHero .slick-slide{position: relative; display: inline-block; width:1351px !important} | |||
.hero-banner-section img{ width: 100%; height: 500px; object-fit: cover;} | |||
.hero-banner-block { position: absolute; background: rgba(0,0,0,.5); text-align: center; max-width: 1000px; width: 100%; color: #fff; bottom: 0; left: 50%; transform: translate(-50%,-175px); padding: 20px; border-radius: 5px} | |||
.hero-banner-heading {font-size: 2.6rem; font-weight: 700; margin-bottom: 10px;} | |||
.hero-banner-subheading {font-size: 1.8rem; font-weight: 600} | |||
h2.section-heading{ font-size: 2.5rem; font-weight: 700; color: #531101; margin-bottom: 60px; text-align: center;} | |||
.discover-Learn-Live-section{padding: 80px 40px 0 40px; background: #ffffff; color:#000;} | |||
.discover-Learn-Live-section .section-heading{ text-align: left; margin-bottom: 30px;} | |||
.discover-Learn-Live-section img {width: 100%; max-width: 539px;} | |||
.discover-Learn-Live-btn{ background: #531101; width: 200px; border-radius: .5rem; display: table; padding: 1rem; margin: 20px auto 0 auto; text-align: center; text-decoration: none; color: #fff; font-size: 1rem;} | |||
.discover-Learn-Live-btn:visited{ color: #fff !important;} | |||
.discover-Learn-Live-btn:hover{ color: #fff; background: #410d01;} | |||
.sanatan-circle { position: relative; width: 520px; height: 520px; margin: 0px auto 30px auto; font-family: "Poppins", sans-serif;} | |||
.center-text {position: absolute; top: 50%; left: 0%; width: 175px; height: 175px; transform: translate(-0%, -50%); border-radius: 50%; background: #fff; color: #333; font-size: 14px; font-weight: 500; line-height: 1.4; text-align: center; display: flex; align-items: center; justify-content: center; padding: 15px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); z-index: 2;} | |||
.dotted-arc {position: absolute; top: 50%; left: 0%; width: 245px; height: 245px; transform: translate(-12%, -50%); border: 2px dashed #531101; border-radius: 50%; clip-path: inset(0 0 0 50%); /* show only right half */ z-index: 1;} | |||
.icon {position: absolute; width: 77px; height: 77px; box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .15); border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; z-index: 3;} | |||
.icon img { width: 40px; height: 40px;} | |||
.icon1 { top: 35px; left: 10%; } | |||
.icon2 { top: 65px; left: 32%;} | |||
.icon3 {top: 155px; left: 45%;} | |||
.icon4 { top: 262px; left: 46%;} | |||
.icon5 {top: 355px; left: 36%;} | |||
.icon6 {top: 408px; left: 16%;} | |||
.roundbullet{ position: absolute; width: 8px; height: 8px; border-radius: 4px; background-color: #531101;} | |||
.roundbullet1 {left: 36px; top: 99px;} | |||
.roundbullet2 {left: 0px; top: 96px;} | |||
.roundbullet3 {left: -30px; top: 60px;} | |||
.roundbullet4 {left: -33px; top: 27px;} | |||
.roundbullet5 {left: -18px; top: -8px;} | |||
.roundbullet6 {left: 14px; top: -31px;} | |||
.iconTextBlock { position: absolute;} | |||
.iconText1 {left:78px; top:-30px; width: 305px;} | |||
.iconText2 {left:87px; top:13px; width: 250px; } | |||
.iconText3 {left:87px; top:-5px; width: 200px; } | |||
.iconText4 {left:87px; top:0; width: 210px;} | |||
.iconText5 {left: 88px; top:18px; width: 180px;} | |||
.iconText6 {left:75px; top:65px; width: 320px;} | |||
@media screen and (max-width:400px) { | |||
.sanatan-circle {margin: 20px 0 30px 0; width: 100%; height: 360px; } | |||
.center-text {width: 145px; height: 145px; font-size: 12px;} | |||
.dotted-arc {width: 185px; height: 185px; border: 1px dashed #531101;} | |||
.icon {width: 45px; height: 45px;} | |||
.icon img { width: 24px; height: 24px;} | |||
.icon1 {top: 16px; left: 14%;} | |||
.icon2 {top: 48px; left: 38%;} | |||
.icon3 {top: 110px; left: 52%;} | |||
.icon4 {top: 190px; left: 56%;} | |||
.icon5 {top: 254px;left: 43%;} | |||
.icon6 {top: 287px; left: 22%;} | |||
.roundbullet {width: 6px; height: 6px; border-radius: 3px;} | |||
.roundbullet1 {left: 23px; top: 69px;} | |||
.roundbullet2 {left: 7px; top: 60px;} | |||
.roundbullet3 {left: -8px; top: 46px;} | |||
.roundbullet4 {left: -25px; top: 18px;} | |||
.roundbullet5 {left: -12px; top: -6px;} | |||
.roundbullet6 {left: 0px; top: -19px;} | |||
.iconTextBlock{font-size: 11px;} | |||
.iconText1 {left: 50px;top: -30px; width: 200px;} | |||
.iconText2 {left: 56px; top: 5px; width: 152px;} | |||
.iconText3 {left: 55px; top: -5px; width: 115px;} | |||
.iconText4 {left: 55px; top: 0;width: 98px;} | |||
.iconText5 {left: 58px;top: 12px; width: 125px;} | |||
.iconText6 {left: 56px; top: 26px; width: 180px;} | |||
} | |||
.explore-sanatan-wisdom-section{/*padding: 0px 40px 0 40px;*/ padding: 0px; background: #ffffff;} | |||
.sanatanWisdomSlider {position: relative;} /* -- Slick Wisdom Slider -- */ | |||
.sanatanWisdomSlider .slick-track{display: flex; gap:30px;} | |||
.sanatanWisdomSlider .slick-track div{display: inline-block;} | |||
.sanatanWisdomSlider a{background: #fff !important; display: block; text-decoration: none; color: #000; border-radius: 10px; overflow: hidden; box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2); margin-bottom: 20px;} | |||
.sanatanWisdomSlider a .sanatan-wisdom-title{ padding: 15px; color:#000000; display: block; text-align: center;} | |||
.sanatanWisdomSlider img {width: 100%;height: auto; display: block;} | |||
.latest-articles-section { padding: 40px 40px 60px 40px; background: #ffffff;} | |||
.latestArticlesSlider {position: relative;} /* -- Latest Articles Slider -- */ | |||
.latestArticlesSlider .slick-track{display: flex; gap:20px;} | |||
.latestArticlesSlider .slick-track div{display: inline-block;} | |||
.latestArticlesSlider a{white-space: nowrap; text-align: center; background: #f87d22 !important; padding: 8px 20px; display: block; text-decoration: none; color: #fff; border-radius: 5px;} | |||
.latestArticlesSlider a:hover{background: #531101 !important} | |||
.slick-arrow { position: absolute; z-index: 999; color: #fff; top: 50%; width: 25px; height: 30px; border: 0; background: rgba(0, 0, 0, .3); transform: translate(0, -50%);} | |||
.prev-arrow {left: 0; border-radius: 5px; padding: 0;} | |||
.next-arrow {right: 0; border-radius: 5px; padding: 0;} | |||
.featured-and-highlights-section{padding: 40px 40px 60px 40px; background: #fff4f2;} | |||
.featured-and-highlights-section img {width: 100%; overflow: hidden; border-radius: 15px; object-fit: cover; height: 345px;} | |||
.home-featured-content{margin: 25px 0; padding: 0 50px; text-align: center; color: #000; height: 65px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis;} | |||
.home-featured-btn{ background: #531101; width: 200px; border-radius: .5rem; display: table; padding: 1rem 2rem; margin: 0 auto; text-align: center; text-decoration: none; color: #fff; font-size: 1rem;} | |||
.home-featured-btn:hover{color: #fff; background: #410d01;} | |||
.join-and-collaborate-section {padding: 40px; text-align: center; background: #ffffff;} | |||
.join-and-collaborate-section .btn-coin-collaborate-block { display: flex; gap: 30px; flex-wrap: wrap; justify-content: center;} | |||
.join-and-collaborate-section .btn-coin-collaborate-block a{background: #f87d22 !important; border: none !important; padding: 1rem 2rem; color: #fff; font-size: 1.5rem; font-weight: 600; text-decoration: none; width: 325px; border-radius: .5rem; display: flex; align-items: center; justify-content: center; gap:20px;} | |||
#mw-custom-footer { background-color: #531101;} | |||
.footer{ background-color: #531101; color: #fff; font-size: .9rem; font-weight: 300; line-height: 1.8; margin:0 auto; max-width:1351px !important; padding: 58px 15px 0 15px !important;} | |||
.footer h3{ font-size: 1rem; font-weight: 600; margin-top: 10px; margin-bottom: 15px; color: #fff;} | |||
.footer ul { margin: 0; padding: 0; list-style: none;} | |||
.footer ul.need-help li {display: flex; align-items: baseline; gap:10px; margin-bottom: 5px;} | |||
.footer a { text-decoration: none; color:#fff;} | |||
.footer a:hover{ color: #fff; text-decoration: underline;} | |||
.footer .form-text{ color: #fff;} | |||
.footer .form-control, .footer .form-control: hover, .footer .form-control: focus, .footer .form-control: active{ height: 50px; border: none; box-shadow: none;} | |||
.footer ul.social-media{display: flex; gap:15px; margin-top: 10px; font-size: 1.6rem;} | |||
.footer .footerBottom {padding:30px 0; border-top: 1px solid #fff;margin-top: 20px;} | |||
.footer .footerBottom ul{ margin: 0; display: flex; justify-content: center; flex-wrap: wrap; gap:10px; line-height: 1;} | |||
.footer .footerBottom ul li:not(:last-child) {border-right: 1px solid #fff; padding-right: 10px;} | |||
@media (max-width: 767px) { | |||
body.page-Main_Page .container.flex-fill .row:nth-child(1) {justify-content:center;} | |||
.p-personal.pull-right {float:inherit !important} | |||
#p-personal.pull-right .p-personal-tools, .p-personal.pull-right .p-personal-tools {justify-content:center} | |||
.p-logo img {height: 4rem;} | |||
.top-head{ justify-content: center; gap: 10px;} | |||
.hero-banner-section img{ height: 450px;} | |||
.hero-banner-block {transform: translate(-50%, -40px);} | |||
.hero-banner-heading {font-size: 1.6rem;} | |||
.hero-banner-subheading {font-size: 1.2rem;} | |||
h2.section-heading{ margin-bottom: 40px; font-size: 1.9rem;} | |||
.discover-Learn-Live-section,.explore-sanatan-wisdom-section, .latest-articles-section, .featured-and-highlights-section, .join-and-collaborate-section{padding: 0 0 40px 0;} | |||
.home-featured-content{ padding: 0; max-height: 65; height: auto;} | |||
.join-and-collaborate .btn-coin-collaborate-block a{ padding: 1rem 2rem; width: 100%;} | |||
} | |||
/* End Pushkar Dayal Code */ | |||
#floatingCreateBtn { animation: floatUp 0.3s ease-in-out; } | |||
@keyframes floatUp { from { transform: scale(0.6); opacity: 0; } to { transform: scale(1); opacity: 1; } } | |||
#createPopupBox input:focus { border-color: #0078D7; outline: none; | |||
} | |||
Revision as of 16:53, 8 November 2025
/* CSS placed here will be applied to all skins */
/* Start Pushkar Dayal Code */ body {font-family: "Poppins", sans-serif; font-weight: 400; font-style: normal; font-size: 1rem;}
body.skin-chameleon .col > #content.mw-body{padding: 0px !important}
body.page-Main_Page .container.flex-fill{ max-width: 1351px !important; width: 100% !important; margin: 0 auto !important; padding: 0 15px !important; overflow:hidden;}
.p-navbar .navbar-brand.p-logo { height: 3rem; }
.p-navbar .navbar-brand img { height: 3rem; }
.p-logo a {display:block;}
.p-logo img {height: 5.5rem; padding: 5px 0;}
- p-personal {padding:5px 0}
- p-personal.pull-right .p-personal-tools, .p-personal.pull-right .p-personal-tools{align-items:center;}
- p-personal .mw-list-item:last-child a{background: #f87d22 !important; border: none!important; padding: 10px 15px !important; color: #fff; border-radius:5px;}
- p-personal .mw-list-item:last-child a:hover, #p-personal .mw-list-item:last-child a:focus, #p-personal .mw-list-item:last-child a:active{background: #da670f !important; box-shadow: none !important; text-decoration: none !important; color: #fff;}
- p-personal .mw-list-item:last-child a::before{
font-family: "Font Awesome 6 Free"!important; content: '\f007'; border:none !important; font-weight: 400;}
/* === Custom Navbar Styling === */
.main-navbar {background: #531101; padding: 8px 5px; margin:0 -15px !important }
.main-navbar a { color: #fff !important; font-weight: 400; }
.main-navbar a:hover, .main-navbar a:active { color: #fefefe !important;}
.main-navbar .dropdown-menu { background-color: #fff !important; border: 1px solid #ccc; border-radius: 5px; } .main-navbar .dropdown-menu .dropdown-item, .main-navbar .dropdown-menu a { color: #000 !important; padding: .35rem 1.5rem !important; }
.main-navbar .dropdown-menu .dropdown-item, .main-navbar .dropdown-menu a:hover, .main-navbar .dropdown-menu .dropdown-item, .main-navbar .dropdown-menu a:active{ color: #000 !important; background: #e9ecef !important; }
.main-navbar .dropdown-toggle{ display:flex} .main-navbar .dropdown-toggle::after{ font-family: "Font Awesome 6 Free"!important; content: '\f078'; border:none !important; font-weight: 900;}
- n-Donate a{ display: flex; background: #f87d22; border-radius: 5px; gap: 5px; align-items: center; color: #fff;}
- n-Donate a::before{
font-family: "Font Awesome 6 Free"!important; content: '\f004'; border:none !important; font-weight: 900;}
.navbar-nav #n-Home { order: 1;} .navbar-nav #n-Donate { order: 6;} .navbar-nav .nav-item.dropdown:nth-child(3) { order: 2;} .navbar-nav .nav-item.dropdown:nth-child(4) { order: 3;} .navbar-nav .nav-item.dropdown:nth-child(5) { order: 4;} .navbar-nav .nav-item.dropdown:nth-child(6) { order: 5;} .navbar-nav .nav-item.dropdown:nth-child(7) { order: 7;} .navbar-nav .nav-item.p-tb-dropdown { order: 8;}
/* -- Slick Core Styles -- */ @import url('https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css'); @import url('https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css');
.p-search { margin-bottom:7px;} .p-search .input-group > .form-control{ height:40px;} .p-search .searchGoButton {background: #f87d22 !important; border: none!important; padding: 8px 15px !important; margin-left: auto; color: #fff !important; border-radius: 0 .25rem .25rem 0 !important;} .p-search .searchGoButton:hover,.p-search .searchGoButton:focus,.p-search .searchGoButton:focus:active{background: #da670f !important; box-shadow: none !important; text-decoration: none !important; color: #fff !important;}
.btn{padding: 15px 40px;}
.btn-primary,.btn-donate { background: #f87d22 !important; border: none!important;}
.btn-primary{width: 100%;}
.btn-primary:hover,.btn-primary:focus,
.btn-primary:focus:active,
.btn-donate:hover,.btn-donate:focus,
.btn-donate:focus:active {background: #da670f !important; box-shadow: none !important; text-decoration: none !important;}
.btn-donate span{ display: flex !important; align-items: center !important; gap: 5px !important;}
body.page-Main_Page #firstHeading{display: none} .hero-banner-section{overflow:hidden;} .hero-banner-section .container{max-width: 1351px !important; padding: 0 !important;} .hero-banner-section .adsBannerSliderHero {position: relative;} /* -- Slick Wisdom Slider -- */ .hero-banner-section .slick-track{display: flex;} .hero-banner-section .adsBannerSliderHero .slick-slide{position: relative; display: inline-block; width:1351px !important} .hero-banner-section img{ width: 100%; height: 500px; object-fit: cover;} .hero-banner-block { position: absolute; background: rgba(0,0,0,.5); text-align: center; max-width: 1000px; width: 100%; color: #fff; bottom: 0; left: 50%; transform: translate(-50%,-175px); padding: 20px; border-radius: 5px}
.hero-banner-heading {font-size: 2.6rem; font-weight: 700; margin-bottom: 10px;} .hero-banner-subheading {font-size: 1.8rem; font-weight: 600}
h2.section-heading{ font-size: 2.5rem; font-weight: 700; color: #531101; margin-bottom: 60px; text-align: center;}
.discover-Learn-Live-section{padding: 80px 40px 0 40px; background: #ffffff; color:#000;} .discover-Learn-Live-section .section-heading{ text-align: left; margin-bottom: 30px;} .discover-Learn-Live-section img {width: 100%; max-width: 539px;} .discover-Learn-Live-btn{ background: #531101; width: 200px; border-radius: .5rem; display: table; padding: 1rem; margin: 20px auto 0 auto; text-align: center; text-decoration: none; color: #fff; font-size: 1rem;} .discover-Learn-Live-btn:visited{ color: #fff !important;} .discover-Learn-Live-btn:hover{ color: #fff; background: #410d01;}
.sanatan-circle { position: relative; width: 520px; height: 520px; margin: 0px auto 30px auto; font-family: "Poppins", sans-serif;} .center-text {position: absolute; top: 50%; left: 0%; width: 175px; height: 175px; transform: translate(-0%, -50%); border-radius: 50%; background: #fff; color: #333; font-size: 14px; font-weight: 500; line-height: 1.4; text-align: center; display: flex; align-items: center; justify-content: center; padding: 15px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); z-index: 2;} .dotted-arc {position: absolute; top: 50%; left: 0%; width: 245px; height: 245px; transform: translate(-12%, -50%); border: 2px dashed #531101; border-radius: 50%; clip-path: inset(0 0 0 50%); /* show only right half */ z-index: 1;}
.icon {position: absolute; width: 77px; height: 77px; box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .15); border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; z-index: 3;}
.icon img { width: 40px; height: 40px;}
.icon1 { top: 35px; left: 10%; } .icon2 { top: 65px; left: 32%;} .icon3 {top: 155px; left: 45%;} .icon4 { top: 262px; left: 46%;} .icon5 {top: 355px; left: 36%;} .icon6 {top: 408px; left: 16%;}
.roundbullet{ position: absolute; width: 8px; height: 8px; border-radius: 4px; background-color: #531101;} .roundbullet1 {left: 36px; top: 99px;} .roundbullet2 {left: 0px; top: 96px;} .roundbullet3 {left: -30px; top: 60px;} .roundbullet4 {left: -33px; top: 27px;} .roundbullet5 {left: -18px; top: -8px;} .roundbullet6 {left: 14px; top: -31px;}
.iconTextBlock { position: absolute;} .iconText1 {left:78px; top:-30px; width: 305px;} .iconText2 {left:87px; top:13px; width: 250px; } .iconText3 {left:87px; top:-5px; width: 200px; } .iconText4 {left:87px; top:0; width: 210px;} .iconText5 {left: 88px; top:18px; width: 180px;} .iconText6 {left:75px; top:65px; width: 320px;}
@media screen and (max-width:400px) { .sanatan-circle {margin: 20px 0 30px 0; width: 100%; height: 360px; } .center-text {width: 145px; height: 145px; font-size: 12px;} .dotted-arc {width: 185px; height: 185px; border: 1px dashed #531101;}
.icon {width: 45px; height: 45px;} .icon img { width: 24px; height: 24px;} .icon1 {top: 16px; left: 14%;} .icon2 {top: 48px; left: 38%;} .icon3 {top: 110px; left: 52%;} .icon4 {top: 190px; left: 56%;} .icon5 {top: 254px;left: 43%;} .icon6 {top: 287px; left: 22%;}
.roundbullet {width: 6px; height: 6px; border-radius: 3px;} .roundbullet1 {left: 23px; top: 69px;} .roundbullet2 {left: 7px; top: 60px;} .roundbullet3 {left: -8px; top: 46px;} .roundbullet4 {left: -25px; top: 18px;} .roundbullet5 {left: -12px; top: -6px;} .roundbullet6 {left: 0px; top: -19px;}
.iconTextBlock{font-size: 11px;} .iconText1 {left: 50px;top: -30px; width: 200px;} .iconText2 {left: 56px; top: 5px; width: 152px;} .iconText3 {left: 55px; top: -5px; width: 115px;} .iconText4 {left: 55px; top: 0;width: 98px;} .iconText5 {left: 58px;top: 12px; width: 125px;} .iconText6 {left: 56px; top: 26px; width: 180px;} }
.explore-sanatan-wisdom-section{/*padding: 0px 40px 0 40px;*/ padding: 0px; background: #ffffff;} .sanatanWisdomSlider {position: relative;} /* -- Slick Wisdom Slider -- */ .sanatanWisdomSlider .slick-track{display: flex; gap:30px;} .sanatanWisdomSlider .slick-track div{display: inline-block;} .sanatanWisdomSlider a{background: #fff !important; display: block; text-decoration: none; color: #000; border-radius: 10px; overflow: hidden; box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2); margin-bottom: 20px;} .sanatanWisdomSlider a .sanatan-wisdom-title{ padding: 15px; color:#000000; display: block; text-align: center;} .sanatanWisdomSlider img {width: 100%;height: auto; display: block;}
.latest-articles-section { padding: 40px 40px 60px 40px; background: #ffffff;}
.latestArticlesSlider {position: relative;} /* -- Latest Articles Slider -- */
.latestArticlesSlider .slick-track{display: flex; gap:20px;}
.latestArticlesSlider .slick-track div{display: inline-block;}
.latestArticlesSlider a{white-space: nowrap; text-align: center; background: #f87d22 !important; padding: 8px 20px; display: block; text-decoration: none; color: #fff; border-radius: 5px;}
.latestArticlesSlider a:hover{background: #531101 !important}
.slick-arrow { position: absolute; z-index: 999; color: #fff; top: 50%; width: 25px; height: 30px; border: 0; background: rgba(0, 0, 0, .3); transform: translate(0, -50%);}
.prev-arrow {left: 0; border-radius: 5px; padding: 0;}
.next-arrow {right: 0; border-radius: 5px; padding: 0;}
.featured-and-highlights-section{padding: 40px 40px 60px 40px; background: #fff4f2;}
.featured-and-highlights-section img {width: 100%; overflow: hidden; border-radius: 15px; object-fit: cover; height: 345px;}
.home-featured-content{margin: 25px 0; padding: 0 50px; text-align: center; color: #000; height: 65px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis;}
.home-featured-btn{ background: #531101; width: 200px; border-radius: .5rem; display: table; padding: 1rem 2rem; margin: 0 auto; text-align: center; text-decoration: none; color: #fff; font-size: 1rem;}
.home-featured-btn:hover{color: #fff; background: #410d01;}
.join-and-collaborate-section {padding: 40px; text-align: center; background: #ffffff;}
.join-and-collaborate-section .btn-coin-collaborate-block { display: flex; gap: 30px; flex-wrap: wrap; justify-content: center;}
.join-and-collaborate-section .btn-coin-collaborate-block a{background: #f87d22 !important; border: none !important; padding: 1rem 2rem; color: #fff; font-size: 1.5rem; font-weight: 600; text-decoration: none; width: 325px; border-radius: .5rem; display: flex; align-items: center; justify-content: center; gap:20px;}
- mw-custom-footer { background-color: #531101;}
.footer{ background-color: #531101; color: #fff; font-size: .9rem; font-weight: 300; line-height: 1.8; margin:0 auto; max-width:1351px !important; padding: 58px 15px 0 15px !important;} .footer h3{ font-size: 1rem; font-weight: 600; margin-top: 10px; margin-bottom: 15px; color: #fff;} .footer ul { margin: 0; padding: 0; list-style: none;} .footer ul.need-help li {display: flex; align-items: baseline; gap:10px; margin-bottom: 5px;} .footer a { text-decoration: none; color:#fff;} .footer a:hover{ color: #fff; text-decoration: underline;} .footer .form-text{ color: #fff;} .footer .form-control, .footer .form-control: hover, .footer .form-control: focus, .footer .form-control: active{ height: 50px; border: none; box-shadow: none;} .footer ul.social-media{display: flex; gap:15px; margin-top: 10px; font-size: 1.6rem;} .footer .footerBottom {padding:30px 0; border-top: 1px solid #fff;margin-top: 20px;} .footer .footerBottom ul{ margin: 0; display: flex; justify-content: center; flex-wrap: wrap; gap:10px; line-height: 1;} .footer .footerBottom ul li:not(:last-child) {border-right: 1px solid #fff; padding-right: 10px;}
@media (max-width: 767px) { body.page-Main_Page .container.flex-fill .row:nth-child(1) {justify-content:center;} .p-personal.pull-right {float:inherit !important}
- p-personal.pull-right .p-personal-tools, .p-personal.pull-right .p-personal-tools {justify-content:center}
.p-logo img {height: 4rem;} .top-head{ justify-content: center; gap: 10px;} .hero-banner-section img{ height: 450px;} .hero-banner-block {transform: translate(-50%, -40px);} .hero-banner-heading {font-size: 1.6rem;} .hero-banner-subheading {font-size: 1.2rem;} h2.section-heading{ margin-bottom: 40px; font-size: 1.9rem;}
.discover-Learn-Live-section,.explore-sanatan-wisdom-section, .latest-articles-section, .featured-and-highlights-section, .join-and-collaborate-section{padding: 0 0 40px 0;} .home-featured-content{ padding: 0; max-height: 65; height: auto;}
.join-and-collaborate .btn-coin-collaborate-block a{ padding: 1rem 2rem; width: 100%;}
}
/* End Pushkar Dayal Code */
- floatingCreateBtn { animation: floatUp 0.3s ease-in-out; }
@keyframes floatUp { from { transform: scale(0.6); opacity: 0; } to { transform: scale(1); opacity: 1; } }
- createPopupBox input:focus { border-color: #0078D7; outline: none;
}
