* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.menu_style1 .navbar .navbar-collapse .navbar-nav > li:hover > a{
    background-color: #D1CCBC!important;
}
.social_icons li {
    display: inline-block;
    margin: 0 5px;
}

.social_icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    transition: all 0.3s ease;
}

/* Facebook */
.social_icons li:nth-child(1) a {
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
}

/* Instagram */
.social_icons li:nth-child(2) a {
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
}

/* YouTube */
.social_icons li:nth-child(3) a {
    background: #ff0000;
}

.social_icons li a:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}
.social_icons li a:hover {
    color: #fff !important;
}
.whatsapp-icon-foot {
    background-color: #03a84e;
    font-size: 80px;
    position: fixed;
    right: 10px;
    bottom: 76px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    rotation-point: 50% 50%;
    rotation: 180deg;
    display: block;
    z-index: 9999;
}
.whatsapp-icon-foot p {
    position: relative !important;
    left: 13px !important;
    top: 7px !important;
    color: #fff !important;
    font-size: 40px;
}
.container{
        max-width: 95%;
}
.fass h4{
    font-size:18px;
}
.hero h1 {
    font-size: 55px;
    font-weight: 800;
    color:#333;
}
.footer_logo img{
    height:150px;
}
.footer_logo img {
    height: 150px;
    max-width: 179px;
    margin: 0 auto;
    display: block;
}
.benefit-card .text-black{
    color:#333!important;
}
.course-header {
    /*background: #2575fc;*/
    color: #fff!important;
    padding: 10px;
    text-align: center;
}
.course-header h3{
   color: #fff!important; 
}
.course-card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}
.heroes h1 {
    font-size: 55px;
    font-weight: 800;
    color:#333;
}
.heroes.page-title h1{
   color:#fff;  
}
.bg-warning {
    background-color: rgb(255 193 7) !important;
}
.fs-6 {
    font-size: 1rem !important;
}
.section-title h2 {
    font-weight: 700;
 
}
.section-title p{
  font-size: 18px;  
}
.section-title {
    text-align: center;
    margin-bottom: 50px;
}
.btn-custom {
    background:#D1CCBC;
    color: #000;
    font-weight: 600;
    padding: 14px 35px;
    border-radius: 50px;
    transition: .4s;
}
.retreat-section {
            padding: 80px 0;
            background: #f8fafc;
        }

        .retreat-card {
            background: #fff;
            border: none;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            transition: 0.3s ease;
        }

        .retreat-card:hover {
            transform: translateY(-5px);
        }

        .section-tag {
            display: inline-block;
            background: #e6f4ea;
            color: #198754;
            padding: 8px 18px;
            border-radius: 30px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .retreat-title {
            font-size: 2.3rem;
            font-weight: 700;
            color: #212529;
            margin-bottom: 20px;
        }

        .retreat-text {
            font-size: 1.05rem;
            color: #6c757d;
            line-height: 1.9;
        }

        .highlight-box {
            background: #f1f8ff;
            border-left: 5px solid #0d6efd;
            padding: 20px;
            border-radius: 12px;
            margin-top: 25px;
        }

        .highlight-box h5 {
            font-weight: 600;
            margin-bottom: 10px;
        }
.navbar-brand img{
    height:120px;
}
.inner-images img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}
.date-box {
    background: #D1CCBC;
    color: #333;
    padding: 18px;
    text-align: center;
    border-radius: 12px;
    font-weight: 600;
    transition: .4s;
}
.date-box:hover {
    background: #f5a623;
    color: #000;
}
 
.hero-section{
    background: linear-gradient(135deg,#5f27cd,#8e44ad);
    color:#fff;
    padding:80px 0;
}

.section-title{
    font-weight:700;
    margin-bottom:30px;
    position:relative;
}
.about-title {
    text-align: center;
    margin-bottom: 60px;
}
.about-title h2 {
    font-weight: 700;
    color: #111827;
}
.feature-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .4s;
    height: 100%;
}
.feature-card i {
    font-size: 45px;
    color: #037f82;
    margin-bottom: 20px;
}
.planet-section {
    padding: 100px 0;
   
}
.planet-card:hover {
    transform: translateY(-8px);
}
.planet-card {
      background: #D1CCBC;
    color: #333!important;
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    transition: .4s;
}
.planet-card h4 {
    color: #333;
}
.price-box {
    background: #D1CCBC;
    padding: 50px;
    border-radius: 25px;
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
} 
.note {
    background: #fff8e1;
    padding: 80px 0;
}
.booking {
    padding: 60px 0;
    background:#D1CCBC;
}
.booking h2{
    color:#fff;
}
 
.form-box {
    background: #fff;
    padding: 40px;
    border-radius: 25px;
}
select.form-select {
    width: 100%;
    height: 46px;
    border: 1px solid #ced4da;
}
.planet-card p{ color: #333;}
 .timeline-item {
    background: #fff;
    padding: 25px;
    margin-bottom: 20px;
    border-left: 5px solid #8e44ad;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    border-radius: 10px;
}
.timeline-item span {
    display: block;
    font-weight: 700;
    color: #8e44ad;
    margin-bottom: 10px;
}
.feature-card,
.benefit-card,
.include-card{
    border:none;
    border-radius:20px;
    transition:.3s;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.feature-card:hover,
.benefit-card:hover,
.include-card:hover{
    transform:translateY(-8px);
}

.icon-box{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#f3f5f5;
    color:#8e44ad;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:20px;
}

.include-section{
    background:#fff;
    padding:70px 0;
}

.included{
    border-left:5px solid #28a745;
}

.not-included{
    border-left:5px solid #dc3545;
}

.list-group-item{
    border:none;
    padding:12px 0;
}

.check{
    color:#28a745;
}

.cross{
    color:#dc3545;
}
.about_us p{
    text-align:justify;
}

.video_boxss img {
    width: 100%;
}

.gallery img {
            width: 100%;
            height: 380px;
            object-fit: cover;
           
        }

.gallery {
    margin-bottom: 30px;
}        

.training-section{
    background:#f8fafc;
}

.info-card{
    background:#fff;
    padding:30px;
    text-align:center;
    border-radius:20px;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
    height:100%;
}

.icon{
    font-size:40px;
    margin-bottom:15px;
}

.experience-box{
    background:#fff;
    padding:50px;
    border-radius:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.section-label{
    color:#6f42c1;
    font-weight:600;
    letter-spacing:1px;
}

.learn-card{
    background:#f8f9ff;
    border-left:4px solid #6f42c1;
    padding:20px;
    border-radius:12px;
    height:100%;
    transition:.3s;
}
.g-4, .gx-4 {
    margin-bottom: 1.5rem;
}
.bg-light {
   background-color: rgb(248 249 250) !important;
}
.section-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}
.learn-card:hover{
    transform:translateY(-4px);
}

.receive-card{
    background:#fff;
    padding:25px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.06);
    height:100%;
    font-weight:500;
}
.blog_img img{
    height:350px;
}
.heroes{
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
    background-size:cover;
    background-position:center;
     position: relative;
    padding:120px 0;
    color:#fff;
    text-align:center;
}
.heroes:before {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.product-card{
    border:none;
    border-radius:20px;
    overflow:hidden;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
}

.product-card:hover{
    transform:translateY(-10px);
}

.product-card img{
    height:250px;
    object-fit:cover;
}

.price{
    font-size:24px;
    font-weight:700;
    color:#333;
}

.btn-shop{
    background:#c5165e;
    color:#fff;
    border:none;
}

.btn-shop:hover{
    background:#563d7c;
    color:#fff;
}

.highlight{
    background:#faf8f8;
    color:#fff;
    padding:80px 0;
}

.shipping{
    background:#111;
    color:#fff;
    padding:60px 0;
    text-align:center;
}

.training-card,
.receive-card,
.benefit-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.training-card:hover,
.receive-card:hover,
.benefit-card:hover{
    transform:translateY(-8px);
}

.training-list{
    list-style:none;
    padding-left:0;
}

.training-list li{
    padding:10px 0;
    border-bottom:1px solid #eee;
    position:relative;
    padding-left:30px;
}

.training-list li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#018285;
    font-weight:bold;
}

.receive-card{
    text-align:center;
}
.room-card img {
    height: 250px;
    width: 100%;
}
.receive-card i{
    font-size:45px;
    color:#018285;
    margin-bottom:15px;
}

.highlight-box{
    background:#f8f9fa;
    padding:35px;
    border-radius:20px;
    border-left:5px solid #198754;
}

.benefit-card{
    text-align:center;
    font-weight:600;
}

.course-details-section{
    padding:100px 0;
    background:#979385;
    position:relative;
    overflow:hidden;
}

.course-details-section::before{
    content:'';
    position:absolute;
    width:600px;
    height:600px;
    background:#ffb347;
    border-radius:50%;
    filter:blur(250px);
    opacity:.15;
    top:-250px;
    right:-150px;
}

.course-details-section::after{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:#ff5e8a;
    border-radius:50%;
    filter:blur(220px);
    opacity:.12;
    bottom:-250px;
    left:-150px;
}

/* ==========================
   HEADING
========================== */

.section-heading{
    text-align:center;
    margin-bottom:70px;
    position:relative;
    z-index:2;
}

.subtitle{
    display:inline-block;
    color:#ffc86b;
    font-size:14px;
    letter-spacing:3px;
    margin-bottom:10px;
    text-transform:uppercase;
}

.section-heading h2{
    color:#fff;
    font-size:52px;
    font-weight:700;
    margin-bottom:15px;
}

.section-heading p{
    color:rgba(255,255,255,.75);
    max-width:700px;
    margin:auto;
    font-size:17px;
}

/* ==========================
   INFO CARDS
========================== */

.detail-card{
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(20px);
    border:1px solid rgba(255,255,255,.12);
    border-radius:25px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    transition:.4s ease;
    position:relative;
    z-index:2;
}

.detail-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,.25);
}

.icon-box{
    width:80px;
    height:80px;
    border-radius:50%;
    background:
    linear-gradient(
    135deg,
    #ffcf71,
    #ff8a00
    );
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    margin-bottom:20px;
}

.icon-box i{
    color:#fff;
    font-size:34px;
}

.detail-card h4{
    color:#ffc86b;
    font-size:14px;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.detail-card h3{
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin-bottom:8px;
}

.detail-card p{
    color:rgba(255,255,255,.75);
    margin:0;
}

/* ==========================
   BATCH SECTION
========================== */

.batch-wrapper{
    margin-top:70px;
    background:#979385;
    backdrop-filter:blur(20px);
    border:1px solid rgba(255,255,255,.1);
    border-radius:30px;
    padding:50px;
    position:relative;
    z-index:2;
}

.batch-header{
    text-align:center;
    margin-bottom:40px;
}

.batch-header h3{
    color:#fff;
    font-size:36px;
    font-weight:700;
}

.batch-card{
    padding:22px;
    border-radius:16px;
    text-align:center;
    font-weight:600;
    font-size:18px;
    color:#fff;
    background:#D1CCBC;
    transition:.3s;
}

.batch-card:hover{
    transform:scale(1.05);
}

/* ==========================
   CTA
========================== */

.cta-box{
    text-align:center;
    margin-top:50px;
}

.cta-btn{
    background:linear-gradient(135deg, #047f7d, #047f7d);;
    color:#fff;
    padding:16px 40px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    display:inline-block;
    transition:.3s;
}

.cta-btn:hover{
    transform:translateY(-3px);
    color:#fff;
}

/* ==========================
   MOBILE
========================== */

@media(max-width:991px){

.section-heading h2{
    font-size:38px;
}

.batch-wrapper{
    padding:30px;
}

}

@media(max-width:576px){

.course-details-section{
    padding:70px 0;
}

.section-heading h2{
    font-size:30px;
}

.detail-card{
    padding:25px;
}

.detail-card h3{
    font-size:22px;
}

.batch-header h3{
    font-size:26px;
}

.batch-card{
    font-size:16px;
}

}
 .materials-section{
    background:#14061f;
    position:relative;
}

.sub-heading{
    color:#ffcc70;
    letter-spacing:3px;
    text-transform:uppercase;
    font-size:14px;
}

.materials-section h2{
    color:#fff;
    font-size:48px;
    font-weight:700;
}

.materials-section p{
    color:#cfcfcf;
}

.material-card{
    height:100%;
    background:rgba(255,255,255,.06);
    backdrop-filter:blur(20px);
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:30px 20px;
    text-align:center;
    transition:.4s;
}

.material-card:hover{
    transform:translateY(-8px);
    border-color:#ffcc70;
    box-shadow:0 20px 40px rgba(0,0,0,.3);
}

.material-card i{
    font-size:38px;
    color:#ffcc70;
    margin-bottom:15px;
    display:block;
}

.material-card h5{
    color:#fff;
    font-size:18px;
    font-weight:600;
}

.material-card p{
    margin:0;
    color:#333;
    font-size:14px;
}

.featured{
    background:
    linear-gradient(
    135deg,
    #7b1fa2,
    #ff9800
    );
    border:none;
}

.featured i,
.featured h4,
.featured p{
    color:#333; 
}

@media(max-width:768px){

.materials-section h2{
    font-size:34px;
}

.material-card{
    padding:20px 15px;
}

}






.curriculum-section{
    background:#cccccc;
}

.section-title span{
    color:#ffcc70;
    letter-spacing:3px;
    font-size:14px;
    text-transform:uppercase;
}

 

.info-box{
    background:rgb(60 155 154);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(20px);
    border-radius:20px;
    padding:35px;
    text-align:center;
    height:100%;
}

.info-box i{
    font-size:40px;
    color:#ffcc70;
    margin-bottom:15px;
}

.info-box h4{
    color:#fff;
    margin-bottom:10px;
}

.info-box p{
    color:#fff;
    margin:0;
}

.highlight-box{
    background: linear-gradient(135deg, #1f8e8e, #ecb65b);
    padding:40px;
    border-radius:25px;
    text-align:center;
}

.highlight-box h4{
    color:#fff;
    font-weight:700;
}

.highlight-box p{
    color:#fff;
    margin:0;
}

.asana-card{
    height:100%;
    border-radius:25px;
    padding:35px;
    color:#fff;
}

.asana-card h3{
    margin-bottom:0px;
    font-size:24px;
    font-weight:700;
}
.asana-card.max-height {
    height: 415px;
}
.bg-success {
    background-color: #0b8183 !important;
}
.bg-warning {
    background-color: rgb(11 129 131) !important;
}
.asana-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.asana-card ul li{
    padding:5px 0;
    border-bottom:1px solid rgba(255,255,255,.15);
}

.asana-card ul li:last-child{
    border-bottom:none;
}

.standing{
   background: linear-gradient(135deg, #1f8e8e, #ecb65b);
}

.sitting{
   background: linear-gradient(135deg, #1f8e8e, #ecb65b);
}

.finishing{
    background: linear-gradient(135deg, #1f8e8e, #ecb65b);
}

@media(max-width:768px){

.section-title h2{
    font-size:34px;
}

.asana-card{
    padding:25px;
}

}
  .kundalini-course{
    background:#cccccc;
}

.course-card{
    background:#d0af65;
    border-radius:25px;
    padding:35px;
    height:100%;
    color:#fff;
}

.course-card h3{
    color:#d3b67d;
    margin-bottom:0px;
    font-size: 18px;
    text-align: center;
}

.course-card ul{
    list-style:none;
    padding:0;
}

.course-card li{
    padding:10px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.benefit-card{
    /*background:linear-gradient(135deg,#7b1fa2,#ff9800);*/
    color:#fff;
    padding:30px;
    border-radius:20px;
    text-align:center;
    font-weight:600;
}

.package-card{
    padding:35px;
    border-radius:25px;
    height:100%;
}

.included{
    background: linear-gradient(135deg, #1f8e8e, #ecb65b);
    color:#fff;
}

.excluded{
    background: linear-gradient(135deg, #1f8e8e, #ecb65b);
    color:#fff;
}

.schedule-box{
    max-width:700px;
    margin:auto;
}

.time-row{
    display:flex;
    justify-content:space-between;
    padding:20px;
    background:#83b9b5;
    color:#fff;
    margin-bottom:10px;
    border-radius:15px;
}

.price-card{
    background:#83b9b5;
    color:#fff;
    text-align:center;
    padding:50px;
    border-radius:25px;
}

.price-card h3{
    font-size:50px;
    color:#333;
}

.price-card.featured{
   background: linear-gradient(135deg, #1f8e8e, #ecb65b);
}

.workshop-section,
.materials-section{
    background:#979385;
}

.section-title span{
    color:#333;
    letter-spacing:3px;
    font-size:14px;
    text-transform:uppercase;
}
.curriculum-section p{
    color:#333;
}
 

.detail-card{
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(20px);
    border-radius:20px;
    padding:30px;
    text-align:center;
    height:100%;
}

.detail-card i{
    font-size:40px;
    color:#ffcc70;
    margin-bottom:15px;
}

.detail-card h5{
    color:#fff;
}

.detail-card p{
    color:#d8d8d8;
    margin:0;
}

.schedule-box{
    background: linear-gradient(135deg, #1f8e8e, #ecb65b);
    padding:30px;
    border-radius:20px;
    text-align:center;
    color:#fff;
}

.batch-wrapper{
    /*background:#1b0f29;*/
    padding:40px;
    border-radius:25px;
}

.batch-wrapper h3{
    color:#fff;
}

.batch-card{
    background:#D1CCBC;
    color:#333;
    text-align:center;
    padding:18px;
    border-radius:15px;
    font-weight:600;
}

.schedule-note{
    color:#bbb;
    text-align:center;
}

.material-card{
    background:#3DBFCC;
    border-radius:20px;
    padding:25px;
    text-align:center;
    height:100%;
    transition:.3s;
}

.material-card:hover{
    transform:translateY(-5px);
}

.material-card i{
    font-size:35px;
    color:#333;
    margin-bottom:10px;
}

.material-card h6,
.material-card h5{
    color:#333;
    margin:0;
}

.featured{
    background:#3DBFCC;
}

.featured i,
.featured h5,
.featured p{
    color:#333;
}
.navbar-nav .dropdown-menu li a{
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
}
.video-container{
    position:relative;
    width:100%;
    max-width:400px;
    margin:auto;
    aspect-ratio:9/16;
}

.video-container iframe{
    width:100%;
    height:100%;
    border:0;
    border-radius:10px;
}
@media(max-width:768px){
 
.batch-wrapper{
    padding:25px;
}

}
/* Mobile Dropdown Text Wrap Fix */
@media (max-width: 991px) {

    .navbar-nav .dropdown-menu {
        width: 100% !important;
        max-width: 100% !important;
    }
.offset-2 {
  margin-left: 0%;
}
    .navbar-nav .dropdown-menu .dropdown-item,
    .navbar-nav .dropdown-menu .nav_item {
        white-space: normal !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        line-height: 1.5;
        display: block;
        padding: 10px 15px;
    }

    .navbar-nav .dropdown-menu li a {
        white-space: normal !important;
        word-break: break-word;
    }
}

.course-section .section-title{
    text-align: center;
    margin-bottom: 60px;
}
.course-section .section-title p{
   color: #666;
    max-width: 700px;
    margin: auto;
}
.pricing-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.pricing-card:hover{
    transform:translateY(-10px);
}

.card-header-custom{
    padding:35px 25px;
    text-align:center;
    color:#fff;
}

.beginner{
    background:#D1CCBC;
}

.intermediate{
    background:#D1CCBC;
}

.card-header-custom h3{
    font-size:30px;
    font-weight:700;
    margin-bottom:10px;
    color:#333;
}

.course-duration{
    font-size:16px;
    opacity:.9;
    color:#333;
}

.card-header-custom .price{
    font-size:48px;
    font-weight:700;
    margin-top:15px;
    color:#333;
}
h1.astrologer-title {
    font-size: 42px;
}
.price small{
    font-size:18px;
}

.card-body-custom{
    padding:35px;
}

.feature-list{
    list-style:none;
    padding:0;
    margin:0;
}

.feature-list li{
    padding:10px 0;
    border-bottom:1px solid #eee;
    position:relative;
    padding-left:30px;
}

.feature-list li:last-child{
    border-bottom:none;
}

.feature-list li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#28a745;
    font-weight:bold;
}

.course-info{
    margin-top:25px;
    padding:15px;
    background:#f8f9fa;
    border-radius:10px;
}

.apply-btn{
    margin-top:25px;
    display:block;
    width:100%;
    padding:14px;
    border:none;
    border-radius:50px;
    background:#111;
    color:#fff;
    text-decoration:none;
    text-align:center;
    font-weight:600;
    transition:.3s;
}

.apply-btn:hover{
    background:#28a745;
    color:#fff;
}

@media(max-width:768px){
    
.offset-2 {
  margin-left: 0%;
}
    .price{
        font-size:40px;
    }
}
.vasudha-section{
    padding:80px 0;
    background:#f8faf8;
    overflow:hidden;
}

.vasudha-img{
    position:relative;
}

.vasudha-img img{
    width:100%;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,0.12);
}

.vasudha-content{
    padding-left:40px;
}

.sanskrit-title{
    font-size:42px;
    font-weight:700;
    color:#333;
    margin-bottom:10px;
}

.english-title{
    font-size:22px;
    font-weight:500;
    color:#666;
    margin-bottom:25px;
    letter-spacing:1px;
}

.divider{
    width:90px;
    height:4px;
    background:#198754;
    margin-bottom:25px;
    border-radius:20px;
}

.vasudha-content p{
    font-size:17px;
    line-height:1.9;
    color:#555;
}

.quote-box{
    margin-top:30px;
    background:#fff;
    border-left:5px solid #198754;
    padding:20px;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,0.05);
}

.quote-box h5{
    margin:0;
    color:#198754;
    font-weight:600;
}

@media(max-width:991px){
    .vasudha-content{
        padding-left:0;
        margin-top:35px;
        text-align:center;
    }

    .divider{
        margin:auto auto 25px;
    }

    .sanskrit-title{
        font-size:34px;
    }
}

.contact-payment-section{
    padding:80px 0;
}

.section-titles{
    text-align:center;
    margin-bottom:60px;
}

.section-titles span{
    color:#ff7b00;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
}

.section-titles h2{
    font-size:45px;
    font-weight:700;
    color:#173b4f;
    margin:10px 0;
}

.section-titles p{
    max-width:750px;
    margin:auto;
    color:#666;
}

.info-cardss{
    background:#fff;
    border-radius:20px;
    padding:35px;
    height:100%;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.info-cardss h4{
    color:#173b4f;
    font-weight:700;
    margin-bottom:30px;
}

.contact-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-bottom:25px;
}

.contact-item i{
    width:60px;
    height:60px;
    background:#D1CCBC;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
}

.contact-item strong{
    display:block;
    color:#173b4f;
    margin-bottom:5px;
}

.contact-item p{
    margin:0;
    color:#666;
}

.payment-note{
    background:#f9f9f9;
    padding:18px;
    border-radius:12px;
    margin-bottom:20px;
}

.payment-note strong{
    color:#173b4f;
}

.payment-note p{
    margin-top:8px;
    color:#666;
}

.qr-box{
    background:#fafafa;
    border-radius:15px;
    padding:20px;
    text-align:center;
    margin:25px 0;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.qr-img{
    width:260px;
    max-width:100%;
    border-radius:10px;
}

.qr-box h6{
    margin-top:15px;
    font-weight:700;
    color:#173b4f;
}

.payment-method{
    background:#fff5eb;
    border-left:4px solid #ff7b00;
    padding:15px;
    border-radius:10px;
    margin-bottom:15px;
}

.payment-method h6{
    margin-bottom:5px;
    font-weight:700;
    color:#173b4f;
}

.payment-method p{
    margin:0;
    color:#444;
    word-break:break-word;
}

.surcharge-box{
    background:#fff3cd;
    border:none;
    border-radius:12px;
    margin-top:20px;
    color:#856404;
}

.social-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#D1CCBC;
    color:#fff;
    padding:12px 25px;
    border-radius:50px;
    text-decoration:none;
    margin-top:20px;
    transition:.3s;
}

.social-btn:hover{
    background:#e66f00;
    color:#fff;
}

@media(max-width:768px){
.offset-2 {
  margin-left: 0%;
}
    .section-titles h2{
        font-size:32px;
    }

    .info-cardss{
        padding:25px;
    }

    .contact-item{
        gap:12px;
    }

    .contact-item i{
        width:50px;
        height:50px;
        font-size:18px;
    }
}