/* Color Scheme */
:root {
    --light-bg: #fff;
    --dark-bg: #1c1c1c;
    --dark-text: #1c1c1c;
    --light-text: #fff;
    --link-text: #1351D8;
    --primary-color: #192F60;
    --secondary-color: #F3F6FD;
}

/* Normalize CSS (Reset) */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scrollbar-width: thin;
    scrollbar-color: #192f60 #f1f1f1;
}
body {
    background-color: var(--light-bg);
    color: var(--dark-text);
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    height: 100%;
    line-height: 1.6;
    overflow-x: hidden;
}

ul,
ol {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.rounded-br {
    border-radius: 8px;
}

/* Flexbox Layout */
.container {
    max-width: 1400px;
    margin: 0 auto;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: "Playfair Display";
}

p {
    letter-spacing: 0.32px;
    font-weight: 500;
}
.modal-close-btn2025 {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: -20px;
    top: -20px;
    font-size: 25px;
    background: #493d85;
    color: #fff;
    border: 1px solid #fff;
}

.main-heading {
    color: var(--primary-color);
    font-size: 1.25rem;
    margin-bottom: 0;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 500;
}

.sub-heading {
    color: var(--primary-color);
    font-family: "Playfair Display";
    font-size: 2.25rem;
    font-weight: 550;
    border-bottom: 3px solid var(--primary-color);
    width: fit-content;
    line-height: 46px;
}

.main-heading img {
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: bottom;
    margin-right: 0.5rem;
}

.marquee-icon img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 8px;
}

.inner-heading {
    color: var(--primary-color);
    font-family: "Playfair Display";
    font-size: 2rem;
    font-weight: 550;
    margin: 0;
    padding: 0.5rem 0.25rem;
    line-height: 2.5rem;
}

.about_section {
    background-image: url(../images/backgrounds/about_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.momento-2024 img {
    width: 15rem;
}

.notification-section {
    background-image: url(../images/backgrounds/notification_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.notification-box {
    max-height: 25rem;
    overflow-y: auto;
    margin-bottom:1rem;
}
.scheme-section {
    background: #F3F6FD;
}

.ism-hw-2_subText {
    color: #1C1C1C;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    font-family: poppins;
}

.timeline-section {
    background-image: url(../images/backgrounds/timeline_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.journey-section {
    background-image: url(../images/backgrounds/welcome_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.social-section {
    background: #F3F6FD;
}

.events-section {
    background-image: url(../images/backgrounds/events_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.gallery-section {
    background-image: url(../images/backgrounds/gallery_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



.usefull_link_section {
    background: #F3F6FD;
}

.theme-Btn {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 0.8;
    padding: 1rem 1.5rem;
    text-transform: capitalize;
    border-radius: 1px;
    letter-spacing: 0.5px;
    border: 0px !important;
    cursor: pointer;
    border-radius: 5rem;
}

.theme-Btn-dark {
    background: var(--primary-color);
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
}

    .theme-Btn-dark:hover {
        background: var(--dark-bg);
        color: #ffffff;
        text-decoration: none;
    }

.theme-Btn-light {
    background: var(--light-bg);
    color: #0E0E52 !important;
}

    .theme-Btn-light:hover {
        text-decoration: none;
    }


/* Header CSS */




.ismv3-main-banner {
    background-image: url(../images/hero_banner.webp);
    background-position: center;
    background-size: cover;
    height: 70vh;
}

.ismv3-marquee {
    background: var(--primary-color);
    /* height: 46px; */
    color: var(--light-text);
    /* font-family: Poppins; */
    /* align-content: center; */
    padding: 7px;
}

.marquee-heading {
    font-family: "Playfair Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    /* padding-left: 2rem; */
}

marquee {
    vertical-align: middle;
}

.milestone-card {
    border-radius: 8px;
    background: #F3F6FD;
    padding: 1.5rem;
    h3

{
    color: #1351D8;
    font-size: 28px;
}

h6 {
    color: #1351D8;
    font-size: 16px;
    letter-spacing: 0.32px;
}

p {
    color: #1C1C1C;
    font-size: 16px;
    letter-spacing: 0.32px;
}

}

btn:hover {
    background-color: #3e8e41;
    color: white;
}

.btn-new-theme {
    display: flex;
    padding: 5px 30px 5px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 92px;
    background: #1351D8;
}

.event-cards {
    background: var(--light-bg);
    border-radius: 8px;
    padding: 1rem;
    height: 100%;
    margin-bottom: 1rem;
    img

{
    width: 100%;
    height: 250px;
}

p {
    margin-bottom: 10px;
}

h3 {
    margin: 0;
}

.icon {
    height: 30px;
    width: 30px;
    margin-right: 0.5rem;
}

}

.event-cards:hover {
    border: 1px solid #192f60;
}

.event-content {
    font-family: Poppins;
    font-style: normal;
    line-height: 32px;
    h3

{
    color: #101828;
    font-size: 18px;
    font-weight: 600;
    font-family: Poppins;
    margin-bottom: 1rem;
    line-height: 1.4;
}

p {
    color: #1351D8;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
}

}

.title {
    color: #1C1C1C;
    font-family: "Playfair Display";
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 72.8px;
}

#box-1 .item img {
    width: 100%;
    height: 300px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#box-2 .item img {
    width: 100%;
    height: 250px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#box-3 .item img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#box-4 .item img {
    width: 100%;
    height: 300px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.scheme-thumbnail-container {
    background: var(--light-bg);
    border-radius: 8px;
    padding: 10px;
    height: 100%;
    align-content: space-between;
}

.notification-tabs {
    background: var(--secondary-color);
    height: fit-content;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 0.75rem;
}

.notification-icon {
    align-content: center;
    /*    padding: 5px 15px;*/
}

    .notification-icon img {
        width: 40px;
        height: 40px;
    }

.notification-text {
    font-size: 1rem;
    width: 100%;
}

.notification-date {
    font-size: 14px;
    color: #1351D8;
}

.social-card-content {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 450px;
    overflow: auto;
}




.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    background-color: #000;
    /* Circle background color */
    color: #fff;
    /* Icon color */
    border: none;
    border-radius: 50%;
    /* Make it circular */
    width: 50px;
    /* Adjust circle size */
    height: 50px;
    /* Adjust circle size */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    /* Adjust the icon size */
    cursor: pointer;
}

    .owl-nav button.owl-prev span,
    .owl-nav button.owl-next span {
        font-size: 50px;
        /* Increase the size of the < and > */
        line-height: 0.8;
        /* Ensure proper alignment */
    }

    .owl-nav button.owl-prev:hover,
    .owl-nav button.owl-next:hover {
        background-color: #555;
        /* Change background on hover */
        color: #fff;
        /* Icon color on hover */
    }


/* ul li a {
  margin-right: 10px;
} */

.social-card-content {
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
}

iframe {
    /* border: 1px solid #1351D8; */
    border-radius: 8px;
    /* min-height: 400px; */
}

.nav-link {
    color: #1C1C1C !important;
}

.nav-buttons {
    background: #fff;
    border-radius: 92px;
    color: #1C1C1C;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0px 2px 16.7px 0px #E8EEFD;
    margin: 10px;
}

.nav-pills .nav-link.active {
    border-radius: 92px;
    color: #FFF !important;
    background: #192F60 !important;
    font-size: 16px;
    font-weight: 500;
}

.nav-pills .nav-link {
    padding: 20px;
    /* border: 1px solid #192F60;
  border-radius: 92px !important; */
}

    .nav-pills .nav-link:hover {
        border: 1px solid #192F60;
        border-radius: 92px !important;
    }


footer ul {
    padding: 0;
    margin: 0;
}

    footer ul li {
        margin-bottom: 12px;
    }

        footer ul li a {
            align-items: center;
            color: #FFF;
            font-family: Poppins;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 28px;
        }

            footer ul li a:hover {
                /*color: #FAFF00;
                text-decoration: none;*/
            }

            footer ul li a img {
                width: 32px;
                height: 32px;
                margin-right: 1rem;
            }

.ism-footer-logo-link img {
    width: 90%;
    height: auto;
}

.bg-primary-aqua {
    background-color: var(--secondary-color);
}

/* Footer css */
.ism-footer {
    background-image: url(../images/backgrounds/footer_bg.webp);
    background-size: cover;
}

.ism-footer-copyright-box {
    display: flex;
    justify-content: space-between
}
/* .ism-footer-inner-box {
  display: flex;
  justify-content: space-around;
  padding: 30px;
} */
/* .ism-footer-logo {
  display: grid
} */
.ism-footer-copyright {
    background: var(--dark-bg);
    padding: 0.75rem;
    color: #fff;
}

/* .ism-footer-useful {
  display: flex;
  justify-content: space-between;
} */

/* .ism-footer-useful-links h5 {
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.48px;
}

.ism-footer h5 {
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.48px;
} */
.ism-footer h5 {
    color: var(--light-text);
    font-family: Poppins;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0.48px;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.vl {
    border-left: 2px solid #2F6B99;
}

/* .ism-footer-box-size {
  width: 30%;
} */

.border-bot {
    border-bottom: 3px solid #fff;
    width: fit-content;
}

#box-3 .item img {
    background: #fff;
    padding: 0.25rem;
}

#box-3 .item:hover {
    border: 1px solid #192f60;
    border-radius: 8px;
}

.notification-tabs:hover {
    border: 1px solid #192f60;
    border-radius: 8px;
}





.social-btn-icon {
    height: 25px;
    margin-right: 10px;
}

.text-blk {
    color: #000;
}

.sub-heading-blk {
    font-family: "Playfair Display";
    font-size: 34px;
    font-weight: 550;
    border-bottom: 3px solid #000;
    width: fit-content;
    line-height: 35px;
}






/* Testimonial Section css */

.testimonial-section {
    background: #FFF;
}

.testimonial-cell {
    width: 55%;
    height: 350px;
    margin-right: 20px;
    background: #8C8;
    counter-increment: gallery-cell;
    border-radius: 8px;
}

    /* cell number */
    .testimonial-cell:before {
        display: block;
        text-align: center;
        /* content: counter(gallery-cell); */
        line-height: 200px;
        font-size: 80px;
        color: white;
    }

/* .is-selected {
  border: 1px solid; 
   box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; 
   transform: scale(1.5);
  transition: transform .2s;
} */

.cell1 {
    background: url(../images/testimonials/modi_ji.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.cell2 {
    background: url(../images/testimonials/ashwini_ji.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.cell3 {
    background: url(../images/testimonials/vellayan.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.cell4 {
    background: url(../images/testimonials/pradeep.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.cell5 {
    background: url(../images/testimonials/rusell.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.cell6 {
    background: url(../images/testimonials/sanjay.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* .flickity-page-dots {
  display: none
} */



.owl-nav .owl-prev {
    height: 40px;
    width: 40px;
    background: #192F60 !important;
    color: #fff !important;
    border-radius: 50% !important;
    /* font-size: 45px !important; */
}

.owl-nav .owl-next {
    height: 40px;
    width: 40px;
    background: #192F60 !important;
    color: #fff !important;
    border-radius: 50% !important;
    /* font-size: 45px !important; */
}

.owl-dots {
    display: none;
}

.ism-footer-iframe2 img {
    background-color: #fff;
    border-radius: 8px;
    align-content: center;
    padding: 0.25rem;
    height: 100%;
    width: 70%;
}

.page-main-banner {
    background-image: url(../images/page-title-banner.webp);
    background-position: center;
    background-size: cover;
    height: 10vh;
    align-content: center;
}

    .page-main-banner h3 {
        color: #fff;
        text-align: center;
    }

.page-item .page-link {
    z-index: 3;
    color: #1c1c1c;
    padding: 0.75rem 1.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #192F60;
    border-color: #192F60;
    padding: 0.75rem 1.25rem;
}

.header_active__link {
    border-bottom: 2px solid #192F60;
}

.timeline-new {
    ul

{
    --col-gap: 1rem;
    --row-gap: 1rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    /* width: min(80rem, 90%);*/
    width: 100% margin-inline: auto;
}

/* line */
ul::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: rgb(225, 225, 225);
    border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
ul li:not(:last-child) {
    margin-bottom: var(--row-gap);
}

/* card */
ul li {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
}

    /* date */
    ul li .date {
        --dateH: 3rem;
        height: var(--dateH);
        margin-inline: calc(var(--inlineP) * -1);
        text-align: center;
        background-color: var(--accent-color);
        color: white;
        font-size: 1.25rem;
        font-weight: 700;
        display: grid;
        place-content: center;
        position: relative;
        border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
    }

        /* date flap */
        ul li .date::before {
            content: "";
            width: var(--inlineP);
            aspect-ratio: 1;
            background: var(--accent-color);
            background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
            position: absolute;
            top: 100%;
            clip-path: polygon(0 0, 100% 0, 0 100%);
            right: 0;
        }

        /* circle */
        ul li .date::after {
            content: "";
            position: absolute;
            width: 2rem;
            aspect-ratio: 1;
            background: #fff;
            border: 0.3rem solid var(--accent-color);
            border-radius: 50%;
            top: 50%;
            transform: translate(50%, -50%);
            right: calc(100% + var(--col-gap) + var(--line-w) / 2);
        }

    /* title descr */
    ul li .timeline-title,
    ul li .descr {
        background: var(--bgColor);
        position: relative;
        padding-inline: 1.5rem;
    }

    ul li .timeline-title {
        overflow: hidden;
        padding-block-start: 1.5rem;
        padding-block-end: 1rem;
        font-weight: 500;
        font-size: 1rem;
    }

    ul li .descr {
        padding-block-start: 0.5rem;
        padding-block-end: 0.5rem;
        font-weight: 450;
        display: flex;
        width: 100%;
        align-items: center;
    }

        /* shadows */
        ul li .timeline-title::before,
        ul li .descr::before {
            content: "";
            position: absolute;
            width: 90%;
            height: 0.5rem;
            background: rgba(0, 0, 0, 0.5);
            left: 50%;
            border-radius: 50%;
            filter: blur(4px);
            transform: translate(-50%, 50%);
        }

    ul li .timeline-title::before {
        bottom: calc(100% + 0.125rem);
    }

    ul li .descr::before {
        z-index: -1;
        bottom: 0.25rem;
    }

.posts-icon {
    padding-right: .5rem;
    min-width: 50px;
    height: 100%;
}

    .posts-icon img {
        height: 30px;
        width: 30px;
    }

}

/*  */
@media (min-width: 40rem) {
    .timeline-new {
        ul

{
    grid-template-columns: 1fr var(--line-w) 1fr;
}

ul::before {
    grid-column: 2;
}

ul li:nth-child(odd) {
    grid-column: 1;
}

ul li:nth-child(even) {
    grid-column: 3;
}

/* start second card */
ul li:nth-child(2) {
    grid-row: 2/4;
}

ul li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
}

ul li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

ul li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
}

}
}

.desktop-scheme {
    display: block;
}

.mobile-scheme {
    display: none;
}


.mobile-version {
    display: none;
}

.desktop-version {
    display: block;
}





/* 
.hero-banner {
    position: sticky;
    height: 1080px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: end;
    justify-content: center;
    color: white;
    text-align: center;
    object-fit: contain;
   border-bottom: 5px solid #FFA71D;
}

    .hero-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.20) 41.73%, rgba(0, 0, 0, 0.00) 100%);
        pointer-events: none;
    }

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    object-fit: contain;
}*/


#to-top {
    position: fixed;
    bottom: 2rem;
    right: 3rem;
    /* width: fit-content; */
    cursor: pointer;
    display: block;
    /* padding: 1px 15px 3px 2px;
  border-radius: 50px; */
    z-index: 999;
}

.icon-btn {
    /* padding: 2px 15px 2px 2px; */
    border-radius: 50px;
    background: #fff;
    color: #192f60;
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 1rem;
    border: 1px solid #192f60;
    outline: none;
    letter-spacing: 0.4px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

    .icon-btn:hover {
        background-color: #192f60;
        border-color: #fff;
        color: #fff;
    }

#to-top img {
    width: 2rem;
    height: 2rem;
    margin: 5px;
}



.socials-container {
    display: flex;
    gap: 10px;
}

    .socials-container a {
        background-color: white;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        box-sizing: border-box;
        flex-shrink: 0;
        display: grid;
        place-items: center;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    }

        .socials-container a svg {
            height: 30px;
            fill: #192F60;
        }

        .socials-container a::before {
            content: attr(data-social);
            position: absolute;
            background-color: #192F60;
            color: white;
            text-decoration: none;
            padding: 0.5em 1em;
            border-radius: 100px;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
            transform: translateY(-40px) rotate(25deg);
            opacity: 0;
            fill: white;
            ;
            transition: 200ms cubic-bezier(.42,0,.44,1.68);
            /* width: max-content; */
        }

        .socials-container a:hover {
            background-color: #192F60;
            fill: white;
        }

            .socials-container a:hover svg {
                background-color: #192F60;
                fill: white;
            }

        .socials-container a::after {
            content: '';
            position: absolute;
            height: 0;
            width: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 10px solid #192F60;
            transform: translateY(0) rotate(25deg);
            opacity: 0;
            transition: 200ms cubic-bezier(.42,0,.44,1.68);
        }

        .socials-container a:hover::before {
            transform: translateY(-65px) rotate(0);
            opacity: 1;
        }

        .socials-container a:hover::after {
            transform: translateY(-42px) rotate(0);
            opacity: 1;
        }
.uni-download-icon {
    height: 1.5rem;
}
.linear-heading {
    background: linear-gradient(90deg, #FE9933 15%, #e6a059 21.5%, #4B8946 45%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*--------------------Hero Section CSS Start-------------------*/
.hero-container {
    position: relative;
    width: 100%;
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.hero-img-container {
    position: absolute;
    background: url('../images/desktop_home_banner.webp') no-repeat center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 1;
    transition: opacity 1s ease-in-out;
}

.yoga-img-container {
    position: absolute;
    background: url('../images/desktop_home_banner_2.webp') no-repeat center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 1; /* Above hero-img-container but below content */
    /*    opacity: 0;*/
    z-index: 2;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.meity-nsf-img-container {
    position: absolute;
    background: url('../images/desktop_home_banner_3.webp') no-repeat center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 1; /* Above hero-img-container but below content */
    /*    opacity: 0;*/
    background: url('../images/desktop_meity_nsf_home_banner_3.png') no-repeat center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 2;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.meity-nsf-img-container {
    position: absolute;
    background: url('../images/desktop_meity_nsf_home_banner_3.png') no-repeat center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 2; /* Above hero-img-container but below content */
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: 0;
    visibility: hidden;
}
    .banner-video::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.20) 41.73%, rgba(0, 0, 0, 0.00) 100%);*/
        pointer-events: none;
    }
.hero-content {
    position: relative;
    z-index: 2;
    text-align: left;
}
    .hero-content img {
        height: 4rem;
        margin-bottom: 2rem;
        margin-top: 3rem;
    }
    .hero-content h1 {
        text-shadow: 2.948px 2.948px 2.948px rgba(0, 0, 0, 0.25);
        font-family: Poppins;
        font-size: 2.3rem;
        font-style: normal;
        font-weight: 600;
        margin-bottom: 1.5rem;
        color: #fff;
    }
    .hero-content p {
        font-size: 1.35rem;
        margin-bottom: 1rem;
        line-height: 1.4;
        color: #fff;
    }
.source-title {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 2;
    font-size: 11px;
    color: #fff;
    font-family: Poppins, sans-serif;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    border-radius: 4px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s ease-in-out;
}
    .source-title a {
        color: #fff !important;
    }
/* Fixed height for all slides 24 June banner css */
.carousel-inner, .carousel-item {
    height: 75vh;
}

    /* Video and Image should fill the space proportionally */
    .carousel-item img,
    .carousel-item video {
        width: 100%;
        height: 100%;
        /*    object-fit: cover;*/
    }

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 2.5rem;
    height: 2.5rem;
    opacity: .9;
    border: 1px solid #fff;
}

.mute-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
}

    .mute-btn img {
        height: 25px;
        width: 25px;
    }

.video-overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.overlay-content {
    position: absolute;
    top: 0;
    left: 5%;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: start;
    pointer-events: none;
}
/*--------------------Hero Section CSS Ends-------------------*/


/*Responsive Media Queries */
@media (max-width: 1080px) {
    .hero-container {
        align-items: start !important;
        height: 100vh;
    }

    .hero-img-container {
        background: url('../images/mobile_home_banner.webp') no-repeat center center;
        background-size: cover;
    }

    .yoga-img-container {
        background: url('../images/mobile_home_banner_yoga_1.webp') no-repeat center center;
        background-size: cover;
    }

    .meity-nsf-img-container {
        background: url('../images/mobile_meity_nsf_home_banner_3.webp') no-repeat center center;
        background-size: cover;
    }

    .carousel-inner, .carousel-item {
        height: 100%;
    }
}

@media (max-width: 768px) {

    .ism-footer-logo-link {
        margin-bottom: 2rem;
    }

    .desktop-scheme {
        display: none;
    }

    .mobile-scheme {
        display: block;
    }

    .mobile-version {
        display: block;
    }

    .desktop-version {
        display: none;
    }

    .hero-content img {
        height: 100%;
        max-height: 3rem;
        margin-bottom: 1rem;
    }

    .hero-container {
        align-items: start !important;
        height: 100vh;
    }
    /* .hero-content{
        padding-top:2rem;
    }*/
    .hero-content p {
        font-size: 0.75rem;
        margin-bottom: 0.25rem;
    }

    .hero-content br {
        display: none;
    }

    .hero-content h1 {
        margin-bottom: 0.5rem;
        font-size: 1rem;
    }

    .hero-content img {
        height: 100%;
        max-height: 3rem;
        margin-bottom: 0.5rem;
    }

    .hero-img-container {
        background: url('../images/mobile_home_banner.webp') no-repeat center center;
        background-size: cover;
    }
    .yoga-img-container {
        background: url('../images/mobile_home_banner_yoga_1.webp') no-repeat center center;
        background-size: cover;
    }

    .meity-nsf-img-container {
        background: url('../images/mobile_meity_nsf_home_banner_3.webp') no-repeat center center;
        background-size: cover;
    }
    .event-cards img {

        width: 100%;
        height: auto;
    }
    .social-card-content {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        height: 350px;
        overflow: auto;
    }
}

@media (max-width: 568px) {
    .vt {
        border-top: 2px solid #2F6B99;
    }

    .vl {
        border-left: none;
    }

    .ism-footer-logo-link img {
        width: 70%;
    }

    .ism-footer-iframe2 img {
        width: 40%;
        background: #fff;
        border-radius: 8px;
        padding: 1rem;
    }

    .display-coll {
        display: block !important;
    }

    .cell1 {
        background: url(../images/testimonials/modi_ji_mobile.webp);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .cell2 {
        background: url(../images/testimonials/ashwini_ji_mobile.webp);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .cell3 {
        background: url(../images/testimonials/vellayan_ji_mobile.webp);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .cell4 {
        background: url(../images/testimonials/pradeep_ji_mobile.webp);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .cell5 {
        background: url(../images/testimonials/russell_ji_mobile.webp);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .cell6 {
        background: url(../images/testimonials/sanjay_ji_mobile.webp);
        background-repeat: no-repeat;
        background-size: contain;
    }


    .desktop-version {
        display: none;
    }

    .mobile-version {
        display: block;
    }

    .ism-footer {
        background-image: url(../images/backgrounds/mobile_footer_bg.webp);
        background-size: cover;
    }

    .hero-container {
        align-items: start !important;
        height: 100vh;
    }
    /* .hero-content{
        padding-top:2rem;
    }*/
    .hero-content p {
        font-size: 0.45rem !important;
        margin-bottom: 0.25rem !important;
    }

    .hero-content br {
        display: none;
    }

    .hero-content h1 {
        margin-bottom: 0.75rem;
        font-size: 1.5rem;
    }

    .hero-content img {
        height: 100%;
        max-height: 3rem;
        margin-bottom: 1rem;
    }

    .hero-img-container {
        background: url('../images/mobile_home_banner.webp') no-repeat center center;
        background-size: cover;
    }

    .yoga-img-container {
        background: url('../images/mobile_home_banner_yoga_1.webp') no-repeat center center;
        background-size: cover;
    }

    .meity-nsf-img-container {
        background: url('../images/mobile_meity_nsf_home_banner_3.webp') no-repeat center center;
        background-size: cover;
    }

    .ism-footer-copyright-box {
        display: block;
        justify-content: space-between;
        text-align: center;
    }

    .overlay-content {
        align-items: start;
    }

    .mute-btn {
        padding: 3px 6px !important;
    }

        .mute-btn img {
            height: 20px !important;
            width: 20px !important;
        }

    .carousel-inner, .carousel-item {
        height: 30vh;
    }
    .modal-close-btn2025 {
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        right: 0px;
        top: 0px;
        font-size: 25px;
        background: #493d85;
        color: #fff;
        border: 1px solid #fff;
    }
}
.new-timeline-title {
    padding: 0.5rem 0rem;
    box-shadow: 0px 15px 10px -15px gray;
    justify-content: center;
    align-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}
/*.line-mark-icon{
    position:relative;
}
.line-mark-icon >span {
    position: absolute;
    color:red;
}*/
.gallery-info-cards {
    background: #fff;
    padding: 2rem;
    height: 100%;
    border-radius: 8px;
    align-content: center;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
}

    .gallery-info-cards p {
        text-align: justify;
    }


.vertical-timeline {
    position: relative;
    /*width: 20px;*/
    height: 4.5rem;
    background-color: transparent;
    margin: 0 auto;
    /*margin-left:1rem;*/
}

    .vertical-timeline::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 4px;
        height: 100%;
        /*background: linear-gradient(to bottom, var(--accent-color), transparent);*/
        background: linear-gradient(to bottom, transparent, var(--accent-color), transparent);
        /*background-color: var(--accent-color); */
    }

.month {
    position: absolute;
    top: 50%;
    left: 50%;
    /*    transform: translate(-50%, -50%) rotate(-90deg);*/
    font-size: 1rem;
    font-weight: 500;
    color: #1c1c1c;
    background-color: white;
    padding: 0.25rem;
    border-radius: 5px;
    text-align: center;
    font-family: poppins;
}
.month-left {
    transform: translate(-50%, -50%) rotate(-90deg);
}
.month-right {
    transform: translate(-50%, -50%) rotate(90deg);
}

#floating-menu {
    position: fixed;
    bottom: 0;
    right: 2rem;
    transform: translateY(-5%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 999;
    background: #fff;
    border: 1px solid #192f60;
    padding: 20px 8px;
    border-radius: 30px;
    /*    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    transition: background 0.3s;
}

.menu-item {
    /*    background-color: white;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: grid;
    place-items: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
    transition: background 0.3s;
    border: 1px solid #192f60;*/
}

    .menu-item img {
        width: 25px;
        height: 25px;
    }

    .menu-item::before {
        content: attr(data-label);
        position: absolute;
        right: 110%;
        background-color: #fff;
        border: 1px solid #192f60;
        color: #192f60;
        padding: 3px 1em;
        border-radius: 100px;
        white-space: nowrap;
        opacity: 0;
        transition: opacity 0.3s, right 0.3s;
        font-size: 14px;
        font-weight: 500;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }

    .menu-item:hover::before {
        opacity: 1;
        right: 120%;
    }

.password-container {
    position: relative;
    width: 100%;
}

.toggle-password {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(50%);
    cursor: pointer;
    color: #192f60;
}
.floating-registration-btn {
    position: fixed;
    right: 20px;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #192f60;
    color: #192f60;
    padding: 6px 16px;
    font-weight: 500;
    border-radius: 50px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 2s infinite;
    transition: transform 0.2s ease;
    font-size: 14px;
}

        .floating-registration-btn:hover {
            transform: scale(1.05);
            text-decoration:none;
        }

/*        .floating-registration-btn img {
            width: 28px;
            height: 28px;
        }*/

    /* Pulse Animation */
    @keyframes pulse {
        0%

    {
        box-shadow: 0 0 0 0 rgba(25, 47, 96, 0.6);
    }

        70% {
            box-shadow: 0 0 0 10px rgba(25, 47, 96, 0);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(25, 47, 96, 0);
        }

    }