:root {
    /* --primary-color: #2f4670; */
    /* --primary-color: #846c38; */
    --primary-color: #800000;
    /*--primary-color: #3d69e1;*/
    --primary-text-color: #fff;
    /*--primary-light-color: #343434;*/
    --primary-light-color: #f4f9f1;
    --primary-light-text-color: #343434;
    --primary-radius: 12px;
    /*--secondary-color: #242424;*/
    --secondary-color: #ec7b2d;
    --secondary-light-color: #fff;
    --dark-red: #8b0000;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #f9f9f9;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.9;
    font-weight: 400;
    overflow-x: hidden;
    word-spacing: 0.2rem;
    color: var(--primary-light-text-color);
    /* width: 100vw; */
    /* overflow-x: hidden; */
    /* line-height: normal; */
    /* background-color: var(--primary-color); */
}

p {
    /* font-size: 95%; */
    line-height: 1.9;
    word-spacing: 0.2rem;
}

p:not(:last-child) {
    margin-bottom: 10px;
}

p:last-child {
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

picture {
    width: 100%;
    display: block;
}

source,
img {
    max-width: 100%;
    display: block;
}

source {
    width: 100%;
}

input,
select,
button,
textarea {
    border: none;
    outline: none;
}

input:focus,
select:focus,
button:focus {
    outline: none;
}

input,
textarea,
select {
    width: 100%;
    padding: 6px 10px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 6px;
    display: block;
    font-size: 0.875rem;
}

label {
    margin: 2px;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list {
    padding-left: 24px;
}

.list,
.list li {
    list-style: disc;
}

.list.numbers,
.list.numbers>li {
    list-style: numbers;
}

.list li {
    margin-bottom: 5px;
    line-height: 1.65;
}

.list li::marker {
    color: var(--primary-color);
    font-weight: 600;
}

.tableContainer {
    margin-bottom: 15px;
    overflow-x: auto;
}

.tableContainer table {
    margin: 0;
}

.fullWidth {
    width: 100%;
}

.btn {
    font-size: 14px;
    padding: 8px 20px;
    font-weight: bold;
    /* border-radius: 20px; */
    text-transform: capitalize;
    border-radius: 100px;
    z-index: 1;
}

.btnPrimary {
    color: var(--primary-text-color);
    background-color: var(--primary-color);
}

.btnPrimary:hover {
    color: var(--primary-text-color);
    background-color: #008342;
    /* background-color: var(--secondary-color); */
}


.btnDark {
    color: var(--primary-text-color);
    background: var(--primary-color);

}

.btnDark:hover {
    color: var(--primary-text-color);
    background: var(--primary-light-text-color);

}

.btnLight {
    color: var(--primary-text-color);
    background-color: var(--primary-light-text-color);
}

.btnLight:hover {
    color: var(--primary-text-color);
    background-color: var(--primary-color);
}

.btnWhite {
    color: var(--primary-color);
    border-color: var(--primary-text-color);
    border: 1px solid;
    background-color: var(--white);
}

.btnWhite:hover {
    color: var(--primary-text-color);
    background-color: var(--primary-color);
}

.textPrimary {
    color: var(--primary-color);
}

.textBlack {
    color: black;
}

.backgroundTheme {
    background-color: white;
    color: var(--primary-color);
}

.backgroundHalf {
    background: linear-gradient(0deg, #f5f5f5 0 50%, white 50% 100%);
}

.backgroundLight {
    background-color: var(--primary-light-text-color);
    color: var(--primary-text-color);
}

.backgroundSecondary {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.backgroundPrimary {
    background-color: var(--primary-color);
    color: var(--primary-text-color);
}

.backgroundWhite {
    background-color: #fff;
    color: var(--primary-light-text-color);
}

.backgroundAbt {
    background-image: linear-gradient(rgb(255 255 255 / 70%), rgb(255 255 255 / 70%)), url('/images/newgallery/home-images/abt-bg.jpg');
    background-size: cover;
    padding: 60px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.gallerySection {
    background-image: linear-gradient(rgb(255 255 255 / 70%), rgb(255 255 255 / 70%)), url('/images/newgallery/home-images/gallery-bg.jpg');
    background-size: cover;
    padding: 60px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.videogallerySection {
    background-color: #FFF0F0;
    padding: 60px 16px;
}

.backgroundImage {
    background: linear-gradient(180deg, rgba(128, 0, 0, 0.1) 40%, rgba(255, 255, 255, 0.1) 40.01%);
}

/* .backgroundImage {
    background-image: linear-gradient(0deg, rgb(255 255 255 / 92%), rgb(255 255 255)), url(../images/hero.jpg);
    background-size: cover;
} */

/* .backgroundImage2 {
    background-image: linear-gradient(rgb(255 255 255 / 90%), rgb(255 255 255 / 90%)), url(../images/bg-1.jpg);
    background-size: cover;
} */

.backgroundImage3 {
    background-image: linear-gradient(0deg, rgb(255 255 255 / 49%), rgb(255 255 255 / 83%)), url(../images/bg-3.jpg);
    background-size: cover;
    background-position: center;
}

/* .backgroundImage.fixed
{
	background-attachment: fixed;
    background-position: center;
} */

.abtSchool img {
    width: 542px;
    height: 384px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px #00000040;
}

.borderedBox {
    border: 5px solid var(--primary-color);
}

.borderedBox.radius {
    border-radius: 12px;
}

.columnBackground {
    min-height: 380px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fw100 {
    font-weight: 100;
}

.fw200 {
    font-weight: 200;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.fw800 {
    font-weight: 800;
}

.fw900 {
    font-weight: 900;
}

.fwBold {
    font-weight: bold;
}

.fwBolder {
    font-weight: bolder;
}

.WelCM {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.happyTitle {
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    color: #260000;
}

.happyCont {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 28px;

}
.abtDesc p{
    text-align: justify ;
}
.abtDesc ul li{
    text-align: justify ;
}

.ourGalry {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.founder-align p{
    text-align: justify ;

}



.abtBUttn a {
    font-size: 14px;
    padding: 8px 20px;
    font-weight: bold;
    /* border-radius: 20px; */
    text-transform: capitalize;
    border-radius: 100px;
    z-index: 1;

}

.mobTabLink {
    display: flex;
    gap: 10px;
}

.mobTabLink img {
    width: 18% !important;
    display: block;
}

.mobLogo h4 {
    font-size: 18px;
    font-weight: 700;
    color: #343434;
    margin-bottom: 0px;
    margin-top: 8px;
    text-transform: uppercase;
}

.mobLogo p {
    font-size: 8px;
    font-weight: 500;
    color: #343434;
    margin-bottom: 0;
}

.logoContainer {
    display: flex;
    gap: 10px;
}

.mobnNavmenu1 {
    display: flex;
}

.mobnNavmenu {
    display: none !important;
}

.acadSection .demo-ele-left {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.acadSection .demo-ele-right {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}

.mobBTN{
    display: none;
}
.portalButtonMOb{
    display: flex;
    gap: 10px;

}

@media screen and (max-width: 767px) {
    .mobBTN{
        display: block;
        margin-top: 20px;
    }
    .portalButtonMOb{
        display: flex;
        gap: 10px;
        justify-content: center;
    }
    .abtSchool img {
        width: 542px;
        height: 260px;
        border-radius: 20px;
        box-shadow: 0px 0px 5px 0px #00000040;
        margin-top: 30px;
    }
    .WelCM{
        text-align: center !important;
    }
    
    .portalButtonMOb a{
        background-color: #800000;
        color: #fff;
        padding: 2px 8px;
        text-align: center;
        border-radius: 5px;
        text-decoration: none;
    }


    .customIconTitle {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 7px;
    }

    .happyTitle {
        font-size: 25px;
        font-weight: 700;
        text-transform: capitalize;
        text-align: center;
    }

    .noticeTitle {
        font-size: 25px;
        text-transform: capitalize;
    }

    .topperTitle {
        font-size: 25px;
        text-transform: capitalize;
        color: var(--primary-text-color);
    }

    .topper-tile-top {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .bannerImage>img {
        min-height: 350px !important;
    }

    .pb-5,
    .py-5 {
        padding-bottom: 1rem !important;
    }

    .pt-5,
    .py-5 {
        padding-top: 1rem !important;
    }

    .backgroundAbt {
        background-image: linear-gradient(rgb(255 255 255 / 70%), rgb(255 255 255 / 70%)), url(/images/newgallery/home-images/abt-bg.jpg);
        background-size: cover;
        padding: 20px 16px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .WelCM {
        font-size: 14px;
        text-transform: capitalize;
        margin-bottom: 0px;
        text-align: center;
    }

    .happyCont {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        line-height: 28px;
        text-align: justify;
    }

    .abtBUttn {
        text-align: center;
    }

    .founderImg {
        display: flex;
        justify-content: center;
    }


    .backgroundwhite1 {
        background: #fff;
        padding: 0px 16px;
    }

    .backgroundnotice {
        padding: 16px !important;
        background: #FFA50040;
    }

    .noticeTitle {
        font-size: 25px !important;
        text-transform: capitalize;
    }

    .topperTitle {
        font-size: 25px !important;
        text-transform: capitalize;
        color: var(--primary-text-color);
    }

    .topper-tile-top {
        display: flex;
        /* justify-content: space-between; */
        justify-content: center !important;
    }

    .topperSectionTitleBox {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
        justify-content: center !important;
    }

    .topperSectionTitle {
        font-size: 20px;
        font-weight: 600;
        margin-top: 10px;
    }

    .backgroundPrimary {
        background: var(--primary-color);
        padding: 10px 16px;
    }

    .gallerySection {
        background-image: linear-gradient(rgb(255 255 255 / 70%), rgb(255 255 255 / 70%)), url(/images/newgallery/home-images/gallery-bg.jpg);
        background-size: cover;
        padding: 25px 16px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .galleryImages .slick-track {
        padding: 32px 0 !important;
    }

    .ourGalry {
        font-size: 14px;
        text-transform: capitalize;
        margin-bottom: 0 !important;
        padding-top: 0;
    }

    .ourGalryTitle {
        font-size: 25px;
        text-transform: capitalize;
    }

    .videogallerySection {
        background-color: #FFF0F0;
        padding: 20px 16px !important;
    }

    .title {
        text-transform: uppercase;
        line-height: normal;
        font-weight: 500;
        font-size: 38px;
        margin-bottom: 10px !important;
    }

    footer.footerConatiner {
        padding: 30px 0 30px !important;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        z-index: 1;
        position: relative;
        background-image: url('/images/newgallery/home-images/footerbg.png');
        background-size: cover;
    }

    .appfooterTitle h3::before {
        content: '';
        height: 2px;
        width: 6%;
        position: absolute;
        top: 59% !important;
        background: #FFA500;
    }

    .appfooterTitle .footerline::before {
        content: '';
        background: #FFA500;
        height: 2px;
        width: 10%;
        position: absolute;
        top: 56% !important;
    }

    .mblFooter {
        margin-bottom: 10px;
    }

    .logoContainer img {
        /* width: 100%; */
        width: 18% !important;
        display: block;
    }
    .our-salient-features{
        padding: 20px;
    }
    .our-salient-features .our-sailent{
        padding: 15px !important;
    }
    .mt-5{
        margin-top: 10px !important;
    }
    .mb-5{
        margin-bottom: 20px !important;
    }
    .addmission-sec .secFirst{
        /* width: 170px !important; */
        margin-right: 0px !important;
        padding: 10px 30px !important;
    }
    .addmission-sec{
        flex-direction: column;
    }
    .addmission-sec .click-section{
        align-items: center !important;
    }
    .addmission-sec .click-section img{
        transform: rotate(90deg);
    }
    

}

.backgroundwhite1 {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 40px 16px;
}

.FndSection .inner-top-ele {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}

.FndSection .inner-bottom-ele {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}

.founderImg img {
    width: 307px;
    height: 357px;
    border-radius: 14px;
    box-shadow: 0px 0px 5px 0px #00000040;
}

.managementCard {
    padding-bottom: 16px;
}

.managementCardInner {
    padding: 12px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 5px 0px #00000026;

}

.managementCardInner img {
    width: 332px;
    height: 331px;
    border-radius: 12px;
    box-shadow: 0px 0px 3px 0px #00000026;
}

.manageTitle {
    margin-top: 10px;
    padding: 10px;
}

.manageTitle h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}

.manageTitle p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--primary-color);
}

.backgroundnotice {
    padding: 40px 16px;
    background: #FFA50040;

}

.noticeTitle {
    font-size: 32px;
    text-transform: capitalize;
}

.backgroundPrimary {
    position: relative;
    z-index: 1;
    background: var(--primary-color);
    padding: 40px 16px;
}

.topper-tile-top {
    display: flex;
    justify-content: space-between;
}

.topperTitle {
    font-size: 32px;
    text-transform: capitalize;
    color: var(--primary-text-color);
}

.topperButton a {
    background: var(--primary-text-color);
    color: var(--primary-color);
}

.customIconInner {
    width: 90px;
    height: 85px;
    display: flex;
    justify-content: center;
    border: 1px dashed var(--primary-color);
    border-radius: 50%;
    padding: 15px;
    margin: 0 auto;
}

.customIconInner i {
    font-size: 50px;
    color: var(--primary-color);
}

.activities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin: 30px 0;
}

.activity-card {
    background: #fff;
    border-radius: 15px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    transition: all 0.4s ease;
}

.activity-card:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.activity-card .icon {
    font-size: 40px;
    color: var(--primary-color);
    ;
    margin-bottom: 15px;
}

.activity-card h3 {
    margin: 10px 0;
    font-size: 1.4em;
    color: var(--primary-color);
    ;
}

.activity-card p {
    font-size: 0.95em;
    color: #666;
    line-height: 1.6;
}


.arts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin: 30px 0;
}

.arts-card {
    background: #fff;
    border-radius: 15px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.arts-card:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.arts-card .icon {
    font-size: 45px;
    color: #800000;
    margin-bottom: 15px;
}

.arts-card h3 {
    margin: 10px 0;
    font-size: 1.4em;
    color: #800000;
}

.arts-card p {
    font-size: 0.95em;
    color: #666;
    line-height: 1.6;
}

/* Hover overlay effect */
.arts-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, #800000, #f3caca);
    transition: 0.5s;
    z-index: 0;
    opacity: 0.2;
}

.arts-card:hover::before {
    left: 0;
}

.arts-card * {
    position: relative;
    z-index: 1;
}

.photo-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    transition: all 0.4s ease;
    max-width: 350px;
    margin: auto;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.photo-card:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.photo-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, #800000, #f3caca);
    transition: 0.5s;
    opacity: 0.2;
    z-index: 0;
}

.photo-card:hover::before {
    left: 0;
}

.photo-card * {
    position: relative;
    z-index: 1;
}

.photo-card .icon {
    font-size: 45px;
    color: #800000;
    margin-bottom: 15px;
    height: 80px;
}

.photo-card h3 {
    font-size: 1.5em;
    color: #800000;
    margin-bottom: 10px;
}

.photo-card p {
    font-size: 1em;
    color: #666;
    line-height: 1.7;
}


.clubs-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin: 30px 0;
}

.club-card {
    flex: 1;
    min-width: 200px;
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
}

.club-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15);
    /* background: linear-gradient(145deg, #f0f8ff, #ffffff); */
}

.club-card .icon {
    font-size: 45px;
    color: #800000;
    margin-bottom: 15px;
    transition: transform 0.4s ease;
}

/* .club-card:hover .icon {
    transform: rotate(15deg) scale(1.2);
  } */

.club-card h3 {
    font-size: 1.3em;
    color: #800000;
    margin-bottom: 10px;
}

.club-card p {
    font-size: 0.95em;
    color: #555;
    line-height: 1.6;
}


.workshops-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

.workshop-card {
    background: #fff;
    border-radius: 15px;
    padding: 25px 20px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.workshop-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.workshop-card .icon {
    font-size: 45px;
    color: #800000;
    margin-bottom: 15px;
    transition: transform 0.4s ease;
}

.workshop-card:hover .icon {
    transform: scale(1.2);
    color: #a80202;
}

.workshop-card h3 {
    font-size: 1.3em;
    color: #800000;
    margin-bottom: 10px;
}

.workshop-card p {
    font-size: 0.95em;
    color: #555;
    line-height: 1.6;
}

/* Decorative Gradient on Hover */
.workshop-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, #800000, #f3caca);
    transition: 0.5s;
    opacity: 0.15;
    z-index: 0;
}

.workshop-card:hover::before {
    left: 0;
}

.workshop-card * {
    position: relative;
    z-index: 1;
}

.alumni-list {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    line-height: 1.8;
    font-size: 1.1em;
    position: relative;
}

.alumni-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.alumni-list ul li {
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
    color: #444;
}

.alumni-list ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #800000;
    font-weight: bold;
    font-size: 1.2em;
}

.alumni-list a {
    color: #800000;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
}

.alumni-list a:hover {
    color: #800000;
}

@media (max-width: 768px) {
    .alumni-list {
        padding: 25px;
        font-size: 1em;
    }
}



.table-container {
    max-width: 1200px;
    margin: 10px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
}

.founderH2 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    color: #800000;
}

.founderMembrsTable table {
    width: 100%;
    border-collapse: collapse;
}

.founderMembrsTable thead {
    background: #800000;
    color: #fff;
}

.founderMembrsTable thead th {
    padding: 5px 8px;
    text-align: left;
    font-size: 13px;
}

.founderMembrsTable tbody tr {
    transition: background 0.3s ease;
}

.founderMembrsTable tbody tr:nth-child(odd) {
    background-color: #fff3f3;
    /* striped effect */
}

.founderMembrsTable tbody tr:hover {
    background-color: #fff3f3;
}

.founderMembrsTable td {
    padding: 5px 8px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
    font-size: 13px;
}

.MPDTable thead th {
    text-align: center;
}

.frstTBL {
    text-align: center;
}

.MPDBtn {
    /* color: var(--primary-text-color);
        background-color: #00805b !important; */
    background: #ddfdf4 !important;
    color: #00805b !important;
    font-size: 12px !important;
    padding: 4px 15px !important;
    font-weight: bold;
    /* border-radius: 20px; */
    text-transform: capitalize;
    border-radius: 100px;
    border: 1px solid #00805b;
}

@media (max-width: 768px) {

    .founderMembrsTable td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #800000;
    }

    .noticeBoardBox {
        background: #fff;
        border-left: 5px solid #800000;
        border-radius: 8px;
        /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); */
        padding: 10px;
        width: 100% !important;
        transition: 0.3s ease;
        background-image: linear-gradient(0deg, white, #ffffffbc), url(../images/bg-1.jpg);
        background-size: cover;
        margin-top: 10px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }
}


.tcTable {
    margin-top: 20px;
}

.tcTableInner td {
    text-align: center !important;
}

.tcTable h2 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 5px 0;
    color: #800000;
}

.tcTable h3 {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin: 5px 0;
    color: #800000;
}

.tcTable p {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin: 5px 0;
    color: #800000;
}

.noticeBoardBox {
    background: #fff;
    border-left: 5px solid #800000;
    border-radius: 8px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); */
    padding: 10px;
    width: 275px;
    transition: 0.3s ease;
    background-image: linear-gradient(0deg, white, #ffffffbc), url(../images/bg-1.jpg);
    background-size: cover;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.noticeBoardTitle {
    text-align: left;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #212121;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.noticeCard {
    background: transparent !important;
    border: 1px dashed var(--primary-color) !important;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    position: relative;
}


/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
    gap: 8px;
}

.pagination button {
    padding: 0px 10px;
    border: 1px solid #800000;
    background: #fff;
    color: #800000;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

.pagination button:hover {
    background: #800000;
    color: #fff;
}

.pagination button.active {
    background: #800000;
    color: #fff;
}

.download-link{
    color: #00805b;
    font-weight: 600;
}

.galleryCardTop{
    margin: 30px 0;
}

.newGallerycard{
    padding: 15px !important;
    border-radius: 12px;
    background: white;
    transition: 0.3s;
    z-index: 1;
    position: relative;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.1)) !important;
    height: 350px !important;
}
.galleryImageCard {
    aspect-ratio: 0/7 !important;
    margin-bottom: 7px;
}







.close {
    color: inherit;
    opacity: 0.7;
    text-shadow: none;
}

.close:hover {
    color: inherit;
    opacity: 1;
}

.height-100 {
    height: 100% !important;
    object-fit: cover;
}

.imageExpandable {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    display: block;
    position: relative;
}

.imageExpandable img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    object-fit: cover;
}

.imageExpandable::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgb(0 0 0 / 13%);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: 0.3s;
}

.imageExpandable::after {
    content: '\f002';
    font-weight: bold;
    height: 38px;
    width: 38px;
    font-size: 18px;
    top: 50%;
    left: 50%;
    position: absolute;
    transition: 0.5s ease-in;
    font-family: 'fontAwesome';
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 3;
    opacity: 0;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.4), inset 2px 2px 5px rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    color: var(--primary-text-color);
    background-color: var(--primary-color);
}

.imageExpandable.video::after {
    content: '\f04b';
    opacity: 1;
    width: 58px;
    height: 40px;
    transition: 0.3s;
    border-radius: 12px;
    background-color: red;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.4), inset 2px 2px 5px rgb(255 255 255 / 39%), 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.imageExpandable.video:hover::after {
    background: black;
    transform: translate(-50%, -50%) scale(1.02);
}

.imageExpandable.video img {
    transition: 0.3s;
}

.imageExpandable.video:hover img {
    transform: scale(1.07);
}

.imageExpandable::after:hover {
    background-color: black;
    box-shadow: 0 0 19px rgba(255, 255, 255, 0.2);
}

.imageExpandable:hover::after,
.imageExpandable:hover::before {
    opacity: 1;
}

.main {
    width: auto;
    background-color: #f9f9f9;
    /* padding-right: 300px; */
}

.title {
    text-transform: uppercase;
    line-height: normal;
    font-weight: 500;
    font-size: 38px;
    margin-bottom: 20px;
}

.title span.colorPrimary {
    color: var(--primary-color);
}

.title span.colorSecondary {
    color: var(--secondary-color);
}

.noListStyle,
.noListStyle li {
    list-style: none;
}

.maxWidthTextHeading {
    width: max-content;
    max-width: 100%;
    padding: 5px 7px;
    color: white;
    margin-bottom: 25px;
    font-weight: 500;
    background: var(--primary-color);
}

.text {
    margin-bottom: 25px;
}

.rightPromiseBox {
    border-radius: 7px;
    overflow: hidden;
    font-size: 12px;
    background-color: #f4f4f4;
}

.rightPromiseBox img {
    margin: auto;
    width: 50px;
    margin-bottom: 4px;
}

.promise:not(:last-child) {
    margin-bottom: 10px;
}

.mainLeft {
    width: 100%;
}

.contactInfo {
    display: flex;
}

.contactInfo a {
    color: inherit;
    font-size: 14px;
    text-decoration: none;
    margin: 4px 8px;
    display: block;
}

.socialLinks {
    display: flex;
    justify-content: flex-end;
}

.socialLinks a {
    font-size: 14px;
    width: 30px;
    height: 30px;
    color: inherit;
    text-align: center;
    line-height: 28px;
}

.blockquote {
    font-size: 93%;
    font-style: italic;
    padding: 16px 20px;
    background: white;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.09);
}

.blockquote::after,
.blockquote::before {
    font-family: 'fontAwesome';
    font-weight: bold;
    font-size: 120%;
    vertical-align: text-bottom;
    color: var(--primary-color);
}

.blockquote::after {
    content: '\f10e';
}

.blockquote::before {
    content: '\f10d';
}



.houses {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 30px 0;
    /* margin: auto; */
}

.house {
    background-color: white;
    border-left: 6px solid #007BFF;
    padding: 20px;
    width: 260px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    background-image: linear-gradient(0deg, white, #ffffffbc), url(../images/bg-1.jpg);
    background-size: cover;
}

.house:hover {
    transform: translateY(-5px);
}

.house.kabir {
    border-color: #00796B;
}

.house.sapru {
    border-color: #6A1B9A;
}

.house.tagore {
    border-color: #C62828;
}

.house.tilak {
    border-color: #EF6C00;
}

.house h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.house p {
    margin: 6px 0;
    color: #555;
    font-size: 14px;
}

@media (max-width: 600px) {
    .house {
        width: 100%;
    }
}



.schoolHoursSection {
    max-width: 1000px;
    margin: auto;
}

.timing-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
}

.timeCard {
    background: #fff;
    border-left: 5px solid #800000;
    border-radius: 8px;
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.05); */
    padding: 20px;
    width: 300px;
    transition: 0.3s ease;
    background-image: linear-gradient(0deg, white, #ffffffbc), url(../images/bg-1.jpg);
    background-size: cover;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.timeCard:hover {
    transform: translateY(-4px);
}

.timeCard h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #800000;
}

.timeCard p {
    /* font-size: 15px; */
    margin: 6px 0;
    line-height: 1.5;
}

.schoolTimeNote {
    background: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 15px 20px;
    border-radius: 10px;
    max-width: 900px;
    margin: 0 auto;
    color: #856404;
    font-size: 15px;
}

@media (max-width: 768px) {
    .timeCard {
        width: 100%;
    }
}


.avantGardeSection {
    max-width: 1200px;
    margin: auto;
    padding: 10px;
}

.avantSec .inner-top-ele {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}

.avantSec .inner-bottom-ele {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}

.AvantProfile-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.AvantProfilecard {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    width: 320px;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease;
    border: 1px dashed #800000;

}

.AvantProfilecard:hover {
    transform: translateY(-6px);
}

.AvantProfilecardTop {
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.AvantProfilecard img {
    width: 100%;
    height: 260px;
    object-fit: fill;
    padding: 10px;
}

.Avantcard-content {
    padding: 20px;
}

.AvantProfilecard h3 {
    margin: 0;
    /* color: #800000; */
    color: #343434;
    font-size: 20px;
}

.AvantProfilecard h4 {
    margin: 5px 0 10px;
    font-weight: normal;
    font-size: 15px;
    color: #800000;
    /* color: #50b03c; */
}

.AvantProfilecard p {
    font-size: 14px;
    line-height: 1.6;
}

.avantInnerCont {
    height: 100px;
    overflow-y: scroll;
}

@media (max-width: 768px) {
    .AvantProfilecard {
        width: 100%;
    }
}



.admission-box {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    padding: 30px 40px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); */
}

.admission-box h1 {
    text-align: center;
    color: #004aad;
    margin-bottom: 30px;
}

.highlight {
    color: #800000;
    font-weight: bold;
}

.admission-info p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 5px;
}

.admission-info a {
    color: #800000;
    text-decoration: none;
}

/* .admission-info ul {
    padding-left: 20px;
} */

.admission-info li {
    margin-bottom: 10px;
}

.dates-box {
    background: #e8f1fc;
    border-left: 5px solid #0077b6;
    padding: 15px 20px;
    margin-top: 20px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 25px;
}

.dates-box strong {
    display: block;
    margin-bottom: 5px;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
}


@media (max-width: 600px) {
    .admission-box {
        padding: 20px;
    }


}


.admissionSchtop {
    margin-top: 20px;
}

.admissionSchtop table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.admissionSchtop thead {
    background-color: #800000;
    color: #ffffff;
}

.admissionSchtop th,
td {
    text-align: left;
    padding: 12px 15px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 15px;
}

.admissionSchtop tbody tr:nth-child(even) {
    background-color: #fff3f3;
}

.admissionSchtop .note {
    background-color: #fff9e6;
    border-left: 6px solid #ffb703;
    padding: 15px;
    font-size: 15px;
    border-radius: 5px;
    margin-top: 20px;
}

.admissionSchtop .note strong {
    color: #c0392b;
}

.admFormDwnld {
    margin: 20px auto;
}

.admFormDwnldInner {
    padding: 8px;
    text-align: center;
}

.admFormDwnldInner a {
    background: #800000;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    width: fit-content;
    padding: 6px 20px;
    transition: background-color 0.4s ease, transform 0.3s ease;

}

.admFormDwnldInner a:hover {
    background: #ffeeee;
    color: #800000;
    border: 1px dashed #800000;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
    .admissionSchtop table thead {
        text-align: center;
    }
}


.schoolfacilitiesSection {
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
}

/* .section h2 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 30px;
    color: #004aad;
    position: relative;
} */

.facility-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.facilityCard {
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
}


.facilityCard:hover {
    transform: translateY(-8px) scale(1.01);
    /* box-shadow: 0 16px 30px rgba(0, 0, 0, 0.15); */
    box-shadow: 5px 5px #800000;
    background-color: #fff4f4;
}

.facilityCard .facilityIcon {
    font-size: 50px;
    color: #800000;
    margin-bottom: 0px;
}


/* .facilityCard-body1 {
    padding: 25px;
    position: relative;
    z-index: 1;
} */

.facilityCard-body1 h3 {
    margin: 0;
    font-size: 1.3em;
    color: #800000;
}

.facilityCard-body1 p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 500px) {}


/*header {*/
/*    width: 100%;*/
/*    display: block;*/
/*    z-index: 1000;*/
/*    top: 0;*/
/*    left: 0;*/
/*    position: sticky;*/
/* padding: 5px 0 7px; */
/*    box-shadow: 0 0 5px rgba(0,0,0,0.24);*/
/*    backdrop-filter: blur(5px);*/
/*    background-color: white;*/
/*    background-image: linear-gradient(101deg, transparent 0 175px, #f5f5f5 175px 100%);*/
/*}*/
/*header .logo img {*/
/*    width: 180px;*/
/*    min-width: 86px;*/
/*}*/
/*@media (min-width: 992px){*/
/*.navbar-expand-lg .navbar-nav .nav-link {*/
/*    padding-right: 0.75rem;*/
/*    padding-left: 0.75rem;*/
/*}*/
/*}*/
/*header .nav-item*/
/*{*/
/*	list-style: none;*/
/*}*/
/*headre .nav-link,*/
/*.nav-link-Number*/
/*{*/
/*	padding: 0;*/
/*	font-weight: 600;*/
/*	font-size: 14px;*/
/*	display: block;*/
/*	transition: 0.5s;*/
/*	text-transform: capitalize;*/
/*	color: #222;*/
/*}*/
/*.nav-link-Number*/
/*{*/
/*	padding: 0 0.5rem;*/
/*}*/
/*header .nav-link:hover,*/
/*.nav-link-Number:hover*/
/*{*/
/*	text-decoration: none;*/
/*	color: var(--primary-color);*/
/*}*/
/*header .nav-link i*/
/*{*/
/*	font-size: 10px;*/
/*}*/
/*header .navbar-toggler {*/
/*    color: var(--primary-color);*/
/*}*/


/* Head Start */

.logoLink {
    display: flex;
    gap: 10px;
}

.schlName h2 {
    font-size: 35px;
    font-weight: 900;
    color: var(--primary-color);
    margin-bottom: 0px;
    margin-top: 6px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
}

.schlName p {
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.phIcon {
    display: flex;
    gap: 5px;
}

/* .phIcon img{
    width: 14px;
} */

.headerAdditionalList {
    background-color: var(--primary-color);
    padding: 10px;
}

.contactInfo {
    display: flex;
    justify-content: space-between;
}

.contactInfo a {
    font-size: 15px;
    font-weight: 500;
    color: var(--secondary-light-color);
}

.portalButton {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 5px 10px;
    background: #FFA50040;
    width: 300px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 144px;
    position: relative;
    left: 200px;
}

.portalButton a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}


.header {
    top: 0;
    color: black;
    position: sticky;
    z-index: 101;
    width: auto;
    font-size: 14px;
    background-color: #fff;
    color: #565656;
    transition: 0.3s;
    background-image: url('../images/h-bg-1.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.24);
}

.header div[class*="col"] {
    position: initial;
}

.header .row.align-items-stretch {
    display: flex;
    align-items: stretch;
}

.header.sticky {
    color: black;
    background-color: white;
}

.logoContainer {
    padding: 12px 0;
    width: 2000px;
    max-width: 100%;
    /* padding-left: 20px; */
}

.logoContainer img {
    /* width: 100%; */
    width: 14%;
    display: block;
}

.navigationLeft {
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
}

.linksContainer {
    height: 100%;
    width: 100%;
    transition: 0.3s;
}

.navigationLinks {
    list-style: none;
    width: 100%;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    /* line-height: 1; */
    justify-content: center;
}

.navigationLinkContainer {
    /* flex: 1; */
    /* padding: 5px 0px; */
    display: flex;
    align-items: baseline;
}

.navigationLinkContainer a {
    /*color: inherit;*/
    /*font-weight: 600;*/
    /*text-decoration: none;*/
    /*transition: 0.5s;*/
    font-size: inherit;
    position: relative;
}

.navigationLinkContainer>a {
    /* text-transform: uppercase; */
    color: inherit;
    /* font-family: "Open Sans", Helvetica, sans-serif; */
    padding: 7px 10px;
    /*margin-top: 12px;*/
    font-weight: bold;
}

/* .navigationLinkContainer > a:not(.noLineBelow)::before
{
    content: '';
    position: absolute;
    bottom: 7px;
    left: 10px;
    height: 2px;
    width: 0;
    background-color: #206c6d;
    transition: width 0.33s linear;
    transform-origin: right;
}
.navigationLinkContainer:hover > a::before
{
    width: calc(100% - 20px);
    
} */
.navigationMenuOpen {
    display: none;
}

.haveDropDown,
.haveSubDropDown {
    position: relative;
}



.dropDown {
    font-weight: 400;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 180px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    position: absolute;
    color: black;
    background-color: white;
    transform: translateY(20px);
    /* border-radius: 4px; */
    /* padding: 5px 0; */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    pointer-events: none;
}

.headerAdditionalList {
    display: flex;
    width: max-content;
    max-width: 100%;
    gap: 4px;
    color: white;
    /* border-radius: 32px 0 0 32px; */
    padding: 4px 20px;
    position: relative;
    top: -14px;
    left: 15px;
}

.headerAdditionalList::before {
    content: '';
    height: 100%;
    /* width: 15px; */
    top: 0;
    left: 100%;
    position: absolute;
    /*background-color: var(--primary-color);*/
}

.headerAdditionalLink {
    padding: 5px 14px 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 85%;
    font-weight: bold;
    border-radius: 25px;
    transition: 0.3s;
    background: var(--primary-color);
    box-shadow: inset 1px 1px 6px #ffffff91, inset -1px -1px 5px rgba(0, 0, 0, 0.4);
}

.headerAdditionalLink i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    background: white;
    border-radius: 20px;
}

.headerAdditionalLink:hover {
    background: black;
}

@media only screen and (max-width: 768px) {
    .headerAdditionalLinks {
        display: none;
    }

    .schlName h2 {
        font-size: 20px;
        font-weight: 900;
        color: var(--primary-color);
        margin-bottom: 0px;
        margin-top: 6px;
        font-family: 'Poppins', sans-serif;
    }

    .schlName p {
        font-size: 8px;
        font-weight: 700;
        color: #000;
    }
}

@media screen and (min-width: 991px) {

    .haveSubDropDown .dropDown {
        top: 0;
        left: 100%;
        transform: translateX(20px);
    }

    .haveSubDropDown>a::after,
    .haveDropDown>a::after {
        content: '\f107';
        margin-left: 2px;
        transition: 0.3s;
        font-family: 'fontAwesome';
        font-weight: bold;
        font-size: 80%;
        width: 12px;
        aspect-ratio: 1;
        line-height: 1;
        color: #fff;
        /* color: var(--secondary-color); */
        display: inline-block;
        transform-origin: center;
        text-align: center;
    }

    .haveSubDropDown>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .haveSubDropDown:hover>a::after {
        color: white;
    }

    .haveSubDropDown>a::after {
        content: '\f105';
    }

    .navigationLinkContainer.haveDropDown:hover>a::after {
        transform: rotate(180deg);
    }

}

li.dropDownLinkBox:not(:last-child) {
    border-bottom: 1px solid #f8f8f8;
}

.haveSubDropDown .dropDown.left {
    right: 100%;
    left: unset;
    transform: translateX(-20px);
}

.haveDropDown:hover>.dropDown,
.haveSubDropDown:hover>.dropDown {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    transform: translateY(0);
}

.dropDown a {
    font: inherit;
    color: inherit;
    transition: 0.3s;
}

.haveSubDropDown:hover>a,
.dropDown a:hover {
    color: white;
    background-color: var(--primary-color);
}

.megaMenuRow {
    border-top: 2px solid #206c6d;
    background-color: white;
    padding: 12px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16), 2px 2px 7px rgba(0, 0, 0, 0.2);
}

/* .dropDownContainer
{
    margin-bottom: 15px;
}
.dropDownContainer .dropDownLinkBox
{
    border-bottom: 1px solid #dfdfdf;
} */
.dropDownContainer .dropDownLinkBox.hasSubMegaMenu>a {
    font-weight: bold;
}


.dropDownContainer .dropDownLinkBox:last-child {
    border: none;
}

.dropDownLinkBox a {
    display: flex;
    font-size: 90%;
    padding: 6px 10px;
}

.mobileNav {
    display: none;
}

.contactInfo {
    width: 100%;
    position: relative;
}

.mobileNav .contactInfo a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 16px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
}

.mobileNav .contactInfo a i {
    margin-right: 5px;
}

.mobileNav .social-icons {
    padding: 7px 12px;
    display: flex !important;
}

.goBackBtn {
    display: none;
    background-color: #efefef;
}

.navigationProfile {
    display: none;
}

.navigationProfile img {
    width: 70px;
    height: 70px;
    border-radius: 45px;
}

.profileContainer {
    display: flex;
    align-items: center;
    padding: 20px 12px;
    background-color: #efefef;
}

.profileDetails {
    width: calc(100% - 70px);
    padding-left: 12px;
}

.profileName {
    width: 100%;
    font-size: 17px;
    line-height: normal;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fixedNavigationPhoneText {
    display: none;
}

.blog-wrapper .row {
    display: flex;
    flex-wrap: wrap;
}

a.viewMoreBtn {
    justify-content: flex-end;
    text-align: right;
    color: #206c6d;
}


/* 

    Form Style

*/
.searchBarForm {
    width: 100%;
    position: relative;
    padding: 5px 0;
}

.searchBarForm .form-control {
    border-radius: 40px;
    outline: none;
}

.searchBarForm .form-control:focus {
    outline: none;
    box-shadow: none;
}

.formContainerDiv {
    display: flex;
    align-items: stretch;
    position: relative;
}

.searchBarForm .form-control[type="text"] {
    padding-right: 60px;
}

.searchBarForm .form-control[type="text"]:focus {
    border: 1px solid var(--primary-color);
}

.searchBarForm button.form-control[type="submit"] {
    width: 60px;
    top: 0;
    right: 0;
    text-align: center;
    position: absolute;
}

.fa-bars {
    margin: 8px;
}

@media screen and (max-width: 991px) {
    .header {
        color: black;
    }

    .navigationMenuOpen {
        height: 30px;
        /* width: 100px; */
        display: flex;
        align-items: center;
        font-size: 17px;
        justify-content: center;
        color: var(--primary-color);
        cursor: pointer;
        border-radius: 3px;
        margin: 12px 0;
        background-color: white;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

    .linksContainer {
        height: 100vh;
        top: 0;
        left: 0;
        width: 100%;
        position: fixed;
        pointer-events: none;
        opacity: 0;
        z-index: 1;
        backdrop-filter: blur(5px);
        background-color: rgba(0, 0, 0, 0.16);
    }

    .linksContainer.active {
        pointer-events: initial;
        opacity: 1;
    }

    .linksContainer div[class*="col"] {
        padding: 0;
    }

    .navigationLinkContainer a {
        transition: 0.5s;
        position: relative;
    }

    .navigationLinkContainer:hover>a {
        color: white;
        background-color: var(--primary-color);
    }

    .navigationLinks {
        /* padding-top: 30px; */
        width: 80%;
        font-size: 12px;
        max-width: 280px;
        position: relative;
        justify-content: flex-start;
        flex-direction: column;
        background-color: white;
        transition: 0.5s;
        height: 100%;
        color: #343434;
        /* padding-top: 20px; */
        overflow-y: auto;
        transform: translateX(-100%);
    }

    .linksContainer.active .navigationLinks {
        transform: translateX(0);
        display: block;
        /* background-color: #800000; */
    }

    .navigationProfile {
        display: block;
    }

    .mobileNav {
        display: block;
    }

    .dropDownContainer {
        margin-bottom: 0px;
    }

    .goBackBtn {
        height: 39px;
        width: 100%;
        top: 0;
        left: 0;
        transition: 0.3s;
        align-items: center;
        cursor: pointer;
        z-index: 1;
        background-color: #efefef;
        display: none;
        position: fixed;
        font-size: 16px;
        font-weight: bold;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-x: hidden;
    }

    .hasSubMegaMenu .goBackBtn {
        z-index: 1;
    }

    .goBackBtn i {
        font-size: 13px;
        margin: 0 7px 0 10px;
    }

    .mobileNav .closeBtn {
        height: 32px;
        width: 32px;
        top: 0;
        right: 0;
        display: flex;
        transition: 0.3s;
        align-items: center;
        justify-content: center;
        position: absolute;
        cursor: pointer;
        z-index: 100;
        background-color: transparent;
        background: #ca7c7c;
        border-radius: 10px 0 10px 0;
    }

    .fixedNavigationPhoneText {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 80%;
        max-width: 280px;
        z-index: 1;
        display: block;
        line-height: 1.5;
        padding: 7px 12px;
        font-weight: 500;
        background-color: white;
    }

    .fixedPhoneLink {
        font-size: 1.3em;
        font-weight: bold;
    }

    .haveDropDown.active .goBackBtn,
    .haveSubDropDown.active .goBackBtn {
        display: flex;
    }

    .goBackBtn i {
        pointer-events: none;
    }

    .mobileNav .closeBtn:hover {
        color: white;
        background-color: #f00;
    }

    .navigationLinkContainer {
        padding: 0;
        position: relative;
        flex: initial;
    }

    .navigationLinkContainer a {
        padding: 9px 16px;
        display: block;
        width: 100%;
        font-size: 14px;
    }

    navigationLinkContainer .navigationLinkContainer:hover>a {
        color: white;
        background-color: var(--primary-color);
    }

    .navigationLinkContainer a.viewMoreBtn {
        margin: 7px auto;
        text-align: center;
        width: calc(100% - 24px);
        color: #206c6d;
        padding: 7px 12px;
        border-radius: 6px;
        transition: 0.33s linear;
        border: 1px solid #206c6d;
    }

    .navigationLinkContainer a.viewMoreBtn:hover {
        background-color: #206c6d;
        color: white;
    }

    .navigationLinkContainer .haveDropDown a

    /* .navigationLinkContainer .haveSubDropDown a */
        {
        padding: 7px 35px 7px 12px;
        display: block;
        width: 100%;
    }

    .navigationLinkContainer>a::before {
        display: none;
    }

    .dropDownLinkBox {
        position: relative;
    }

    .dropDownLinkBox:hover>a {
        color: white;
        background-color: var(--primary-color);
    }

    .dropDownLinkBox.haveSubDropDown::before,
    .navigationLinkContainer.haveDropDown::before {
        content: "\f105";
        right: 0;
        padding-right: 15px;
        height: 100%;
        width: 50px;
        display: flex;
        position: absolute;
        font-family: 'fontAwesome';
        justify-content: flex-end;
        align-items: center;
        z-index: 1;
        font-size: 14px;
        color: var(--primary-color);
        font-weight: bold;
        cursor: pointer;
    }

    .dropDownLinkBox.haveSubDropDown:hover::before,
    .navigationLinkContainer.haveDropDown:hover::before {
        color: white;
    }

    .dropDown {
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        color: #000;
        font-weight: 400;
        position: fixed;
        transition: 0.5s;
        z-index: 2;
        opacity: 1;
        visibility: visible;
        pointer-events: initial;
        padding-top: 39px;
        transform: translateY(0) translateX(-107%);
    }

    .dropDown .container {
        width: 100%;
    }

    .haveDropDown:hover>.dropDown,
    .haveSubDropDown:hover>.dropDown {
        transform: translateY(0) translateX(-107%);
    }

    .subMegaMenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: white;
        z-index: 2;
        transition: 0.5s;
        padding-top: 50px;
        transform: translateY(0) translateX(-107%);
    }

    .hasSubMegaMenu.active .subMegaMenu {
        transform: translateY(0) translateX(0%);
    }

    .subMegaMenu .dropDownLinkBox {
        border: none;
    }

    .haveDropDown.active>.dropDown,
    .haveSubDropDown.active>.dropDown {
        transform: translateX(0);
    }

    .dropDown>div:first-child {
        height: 100vh;
        overflow-y: auto;
    }

    .dropDown>div::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #fff;
    }

    .dropDown>div::-webkit-scrollbar-thumb {
        background-color: #dfdfdf;
    }

    .megaMenuRow {
        padding: 0;
        padding-top: 50px;
        border: none;
        display: flex;
        height: 100vh;
        overflow-y: auto;
        flex-direction: column;
        align-content: flex-start;
    }

    .dropDownContainer .dropDownLinkBox.hasSubMegaMenu>a {
        font-weight: normal;
    }

    .modalBtn {
        display: none;
    }
}


/*Header End*/

/* Breadcrumb Start */

/* .breadCrumbContainer {
    background: linear-gradient(var(--primary-color) 0 50%, white 50% 100%);
    padding: 20px 0;
} */

.breadCrumbContainer {
    background-image: url(../images/newgallery/home-slider/1.jpg);
    /* background-image: url(../images/newgallery/home-images/happy_school.png); */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
}

.breadCrumb {
    background-color: white;
    background-image: linear-gradient(0deg, white, #ffffffbc), url(../images/newgallery/home-images/breadcurmbg.jpg);
    background-size: cover;
    border-radius: 12px;
    padding: 20px 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.breadCrumbTitleBox {
    text-align: center;
    font-size: 140%;
    /* margin-bottom: 12px; */
    font-weight: 600;
}

.breadCrumbList {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    text-align: center;
}

.breadCrumbItem {
    font-size: 85%;
    font-weight: 500;
    opacity: 0.7;
}

.breadCrumbItem:hover {
    /*opacity: 1;*/
}

.breadCrumbItem .breadCrumbLink {
    transition: 0.3s;
}

.breadCrumbItem:hover .breadCrumbLink {
    color: var(--primary-color);
}

.breadCrumbList .breadCrumbItem:not(:last-child)::after {
    content: '|';
    margin-left: 4px;
    color: var(--primary-color);
    font-weight: 600;
}

/* Breadcrumb End */

.bottomNavHead {
    display: block;
    padding: 2px 0 3px;
    background: var(--primary-color);
    color: white;
    font-weight: 600;
}

.headerOffer {
    display: block;
    padding: 2px 0 3px;
    background: var(--primary-color);
    color: white;
    font-weight: 600;
}

.homeBannerImage {
    position: relative;
}

.bannerForm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.bannerForm form {
    padding: 30px 15px;
    width: 450px;
    max-width: 75%;
    color: black;
    margin: auto;
    background: linear-gradient(45deg, #ffffffed, #ffffff);
    border-radius: 9px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(10px);
}

.bannerForm form label {
    font-size: 13px;
    font-weight: 600;
}

.bannerForm .heading {
    color: var(--primary-text-color);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px;
}

.bannerForm input[type="submit"] {
    margin: 7px 0 0;
}

.bannerImageContainer {
    position: relative;
}

.bannerImage {
    aspect-ratio: 8/3;
    width: 100%;
    position: relative;
}

.bannerImageSlide:first-child .bannerImage img {
    display: block;
}

.bannerImage img {
    display: none;
}

.slick-slide img {
    display: block;
}

.bannerImage::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    /* background-color: rgba(0, 0, 0, 0.8); */
    opacity: 0;
    background-color: var(--primary-color);
}

.bannerImage img,
.bannerImage picture {
    height: 100%;
    width: 100%;
    /*min-height: 600px;*/
    object-fit: cover;
}

.bannerContent {
    position: absolute;
    top: 50%;
    left: 20px;
    color: white;
    width: calc(100% - 400px);
    transform: translateY(-50%);
}

.bannerTitle {
    font-size: 35px;
    font-weight: 700;
    /* text-shadow: 1px 1px 5px rgba(255,255,255,0.4); */
    text-align: center;
    margin: auto;
    margin-bottom: 12px;
    width: max-content;
    max-width: 100%;
    background: linear-gradient(45deg, red, #ffad00, red, yellow);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 4px 6px black);
}

.bannerContent img {
    width: 200px;
    margin: auto;
}

.iconsContainer {
    transform: translateY(-45px);
}

.iconContainer {
    padding: 7px 12px;
    display: flex;
    border-radius: 0;
    align-items: center;
    background-color: white;
    margin: 6px 0;
    height: 100%;
    box-shadow: 4px 4px var(--primary-color), 0 0 5px rgba(0, 0, 0, 0.14);
}

.iconBox {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    /* padding-bottom: 1px; */
    border-radius: 40px;
    color: var(--primary-text-color);
    background-color: var(--primary-color);
}

.iconContent {
    width: calc(100% - 45px);
    padding: 5px 12px;
}

.iconTitle {
    font-size: 14px;
    font-weight: 700;
}

.iconData {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-color);
}


/* BannerSticky Buttons */

/* .bannerLeft,
.bannerRight {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
}

.bannerLeft a,
.bannerRight a{
    transition: 0.3s;
}

.bannerLeft {
    left: 0;
}
.bannerRight {
    right: 0;
}

a.stickyBottomLeft {
    position: absolute;
    bottom: 0;
    left: 0;
    width: max-content;
    text-align: center;
    padding: 4px 12px;
    color: white;
    transform-origin: top;
    background: var(--primary-color);
    transform: rotate(90deg) translate(-26%, 107%); 
    border-radius: 6px;
}

a.stickyBottomLeft:hover {
    background-color: var(--secondary-color);
} */


.bannerLinks {
    max-width: calc(100% - 32px);
    width: max-content;
    bottom: 12px;
    bottom: 0;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    gap: 7px;
    margin: 0 auto;
    padding: 10px;
    flex-wrap: wrap;
    border-radius: 25px;
    border-radius: 25px 25px 0 0;
    background-color: white;
    border: 2px dashed var(--secondary-color);
    border: none;
}

.bannerLinks a {
    background-color: var(--primary-color);
    color: var(--primary-text-color);
}

.bannerLinks a {
    background-color: var(--primary-color);
    color: var(--primary-text-color);
    padding: 4px 22px;
    border-radius: 30px;
    box-shadow:
        0 0 5px rgba(0, 0, 0, 0.2),
        /* 1px 1px 7px rgba(0,0,0,0.1), */
        inset 2px 2px 5px rgba(255, 255, 255, 0.3),
        inset -1px -1px 7px rgba(0, 0, 0, 0.13);
    font-weight: 600;
}

.bannerLinks a:nth-child(even) {
    /* background: var(--secondary-color); */
}

.bannerLinks a:hover {
    background: black;
}

.bannerLinks a:active {
    background: var(--secondary-color);
}

@media only screen and (max-width: 575px) {}

/* BannerSticky Buttons End*/


/* About Section */

.customIconCardContainer {
    padding: 12px 0;
}

.customIconCardBox {
    height: 100%;
    padding-bottom: 12px;
}

.customIconCard {
    height: 100%;
    background: white;
    text-align: center;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0px 0px 5px 0px #00000040;
    /* box-shadow: 0 0 5px rgba(0,0,0,0.06); */
}

.customIconCard.customIconCardBordered {
    border: 1px solid var(--primary-color);
}

.customIconCardInline {
    display: flex;
    align-items: center;
    gap: 12px;
}

.customIconContentList {
    text-align: left;
}

@media only screen and (max-width: 575px) {
    .customIconCardInline {
        flex-direction: column;
    }

    .customIconContentList {
        width: 100%;
    }
}

.customIconImageBox {
    width: 120px;
    display: flex;
    align-items: flex-end;
    padding: 8px 8px 0;
    /*border-radius: 50%;*/
    overflow: hidden;
    position: relative;
    max-width: 100%;
    aspect-ratio: 1;
    margin: 0 auto 12px;
    /* border: 2px solid var(--primary-color); */
}

.customIconImageBox::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.04;
    border-radius: 50%;
    transform: translateY(35%);
    /* background: var(--primary-color); */
}

.customIconImageBox img {
    z-index: 1;
    transition: 0.3s;
    position: relative;
    transform-origin: bottom;
}

.customIconCard:hover img {
    transform: scale(1.1);
}

.customIconTitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 7px;
}

.customIconContentBox {
    max-height: 77px;
    overflow-x: auto;
}

.customIconContent {
    font-size: 100%;
    color: #000;
    line-height: 22px;
}



/* About End */


/* Curriculum Start */

.videogallerySlider {
    /* padding: 14px 45px; */
}

.curriculumSlider .slick-track {
    /*padding: 12px 0;*/
}

.videogallerySlide {
    padding: 12px 8px;
}

.videogalleryBox {
    height: 78%;
    padding: 16px 0;
}

.videogalleryCard {
    /* background: white; */
    border-radius: 12px;
    /* padding: 12px;
    height: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,0.15); */
}

.curriculumInfo {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    gap: 12px;
}

.curriculumImageBox {
    width: 55px;
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    padding: 7px;
    border-radius: 50%;
}

.curriculumImageBox::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.05;
    border-radius: 50%;
    transform: translateY(35%);
    background: var(--primary-color);
}

.curriculumTitle {
    font-weight: 600;
    font-size: 120%;
}

.curriculumImage {
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    transform-origin: bottom;
}

.curriculumBox:hover .curriculumImage {
    transform: scale(1.1);
}

.curriculumTitleBox {
    width: calc(100% - 67px);
}

.curriculumContent {
    font-size: 75%;
    aspect-ratio: 6/2;
    overflow-y: auto;
}

@media only screen and (max-width: 575px) {
    .curriculumContent {
        font-size: 75%;
        aspect-ratio: unset;
        overflow-y: auto;
        min-height: 180px;
    }
}


/* Curriculum End */


/* Toppers Sections Start */

.topperSectionTitleBox {
    text-align: center;
    position: relative;
}

.topperSectionTitle {
    font-size: 24px;
    font-weight: 600;
}

.topperSectionBox {
    padding-bottom: 16px;
    height: 100%;
}

.topperSectionSlider {
    padding: 0px 45px;
}

.topperSectionSlide {
    padding: 12px 8px;
}

.topperSectionCard {
    padding: 10px;
    height: 100%;
    background: white;
    border-radius: 12px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}

.topperSectionSlider .topperSectionCard::after {
    content: "";
    position: absolute;
    width: 72px;
    height: 28px;
    top: 0;
    left: 0;
    transform: rotate(-45deg) translate(-18px, 1px);
    /* background-image: url('../images/stars.png'); */
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.topperSectionImageBox {
    aspect-ratio: 0.94;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    margin-bottom: 8px;
    position: relative;
}

.topperSectionImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #dbdbdb;
    border-radius: inherit;
}

.topperSectionName {
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

.topperSectionMarks {
    font-size: 90%;
    color: #000;
}

.topperSliderRTL .topperSectionMarks {
    direction: ltr;
}

@media only screen and (max-width: 768px) {
    .topperSectionTitleBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}



/* Toppers Sections End */

/* News Section Start */
/* .newsSlider.slick-slider {
    padding: 12px 45px;
} */

.newsSlideBox {
    padding-bottom: 12px;
    height: 100%;
}


.newsSlideCard {
    background: white;
    border: 1px solid var(--primary-color);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    position: relative;
}

.newsTitle {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    color: #212121;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsContent {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    opacity: 0.75;
}

.newsContent span {
    font-weight: 500;
    color: var(--primary-color);
}

.newsDateBox {
    display: flex;
    align-items: center;
    gap: 12px;
}

.newsDateIcon {
    width: 26px;
}

.newsDate {
    font-size: 85%;
    font-weight: 600;
    opacity: 0.75;
}

.noticeBtnBox a {
    font-size: 14px;
    padding: 8px 20px;
    margin-top: 30px !important;
}

/* News Section End */


/* Review Section Start */


.reviewSlider {
    width: 100%;
    margin: 0;
    font-size: 12px;
    padding: 20px 30px;
    position: relative;
}

.reviewSlider::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}

.reviewSlider::-webkit-scrollbar-track {
    background: white;
}

.reviewSlider::-webkit-scrollbar-thumb {
    background: #dfdfdf;
}

.reviewSliderCard {
    padding: 7px;
}

.reviewSlideBox {
    height: 100%;
    position: relative;
    border-radius: 12px;
    padding: 12px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
}

.reviewSlider .navPrev {
    left: 0;
}

.reviewSlider .navNext {
    right: 0;
}

.reviewSliderProfile {
    display: flex;
    gap: 8px;
    align-items: center;
}

.reviewImage {
    width: 38px;
}

.reviewProfileDetailBox {
    display: flex;
    gap: 12px;
    width: calc(100% - 46px);
    justify-content: space-between;
}

.reviewProfileName {
    font-size: 140%;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2px;
}

.reviewProfileDays {
    margin-bottom: 4px;
    opacity: 0.8;
}

.reviewStar {
    width: 50px;
}

.reviewGoogleIcon {
    width: 24px;
}

.reviewSliderContentBox {
    position: relative;
    margin-top: 7px;
    height: 124px;
    overflow-y: auto;
}

/* Review Section End */





/* Counter Start */

.counterCardBox {
    padding: 20px 0;
}

.counterCard {
    text-align: center;
    position: relative;
    background: white;
    color: var(--primary-light-text-color);
    padding: 8px 0 16px;
    border-radius: 12px;
    margin-top: 20px;
}

.counterCardImageBox {
    width: 80px;
    padding: 16px;
    margin: auto;
    background: white;
    margin-bottom: 12px;
    border-radius: 50%;
    aspect-ratio: 1;
    margin-top: -50px;
    border: 4px solid var(--primary-color);
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1), 2px 2px 9px rgba(0, 0, 0, 0.1);
}

.counterCardImage {
    transition: 0.3s;
    transform-origin: bottom;
    filter: drop-shadow(0px 0px rgba(0, 0, 0, 0.15));
}

.counterCard:hover .counterCardImage {
    transform: scale(1.1);
}

.counterCardCount {
    font-size: 200%;
    font-weight: 500;
}

/* Counter End */


/* Events Start */

.eventBox {
    padding-bottom: 12px;
}

.eventCard {
    background: white;
    padding: 14px;
    border-radius: 12px;
    box-shadow: 0 0 5px #f2f2f2;
}

.eventImageBox {
    position: relative;
    aspect-ratio: 16/11;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 0 5px #ededed;
    margin-bottom: 12px;
}

.eventImage {
    height: 100%;
    width: 100%;
    transition: 0.3s;
    object-fit: cover;
}

.eventImageBox:hover .eventImage {
    transform: scale(1.2);
}

.eventDate {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 14px 4px;
    background: white;
    border-radius: 14px 14px 0 0;
    font-weight: 600;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.21);
}

.eventTitle {
    font-weight: 600;
    font-size: 17px;
    margin: 16px 0 7px;
}

.eventDetail {
    opacity: 0.75;
    min-height: 84px;
}

@media only screen and (min-width: 991px) {
    .eventsSlider {
        padding: 12px 45px;
    }
}

@media only screen and (max-width: 575px) {}

/* Events End */

.highlightContainer {
    /*border-radius: 7px;*/
    /*box-shadow: 3px 3px 5px rgb(0 0 0 / 12%);*/
}

.landMarkCardContainer li,
.clubBox li,
.highlightBox li {
    border-bottom: 1px solid #0000000f;
    padding: 7px 0;
    font-size: 88%;
}

.highlightBox li {
    border-color: var(--primary-color);
    border: none;
    padding: 4px;
}

.landMarkCardContainer li:last-child,
.clubBox li:last-child,
.highlightBox li:last-child {
    border: none;
}

.landMarkCardContainer ul {
    margin-left: 16px;
}

.landMarkCardContainer ul,
.landMarkCardContainer li {
    font-size: 89%;
}

.highlightSectionImage img {
    box-shadow: 7px 7px var(--primary-color);
}

.customHeading {
    font-size: calc((2 - 1) * 1.2vw + 1rem);
}

.slickNav {
    top: 50%;
    width: 45px;
    height: 45px;
    z-index: 100;
    /* opacity: 0.9; */
    font-size: 1rem;
    display: flex;
    cursor: pointer;
    position: absolute;
    border-radius: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    transform: translateY(-50%);
    color: #800000;
    /* color: var(--secondary-light-color); */
    /* box-shadow: inset 2px 2px 4px rgba(255, 255, 255, 0.5), inset -2px -2px 13px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.14); */
    /* background-color: var(--primary-light-text-color); */
    background-color: #fff;
}

.slickNav:hover {
    opacity: 1;
    background-color: var(--primary-color);
    color: #fff;
}

.slickNav i {
    user-select: none;
}

.navNext {
    right: 0px;
}

.navPrev {
    left: 0px;
}


.paddedContainer {
    position: relative;
}

.boxedSection {
    position: relative;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.05);*/
}

/* .boxedSection .row
{
	margin: 0; 
}
*/


/* 
FAQ Sections
*/
.faqCard {
    position: relative;
    border-top: 1px solid var(--primary-color);
}

.faqCard:last-child {
    border-bottom: 1px solid;
}

.faqCard.open {
    margin-bottom: 12px;
}

.faqQuestion {
    padding: 12px 7px;
    position: relative;
}

.faqQuestion::before,
.faqQuestion::after {
    content: '';
    width: 15px;
    height: 0.6px;
    top: 50%;
    right: 25px;
    transition: 0.3s;
    transform: translateY(-50%);
    background-color: var(--primary-color);
    position: absolute;
}

.faqQuestion::after {
    transform: translateY(-50%) rotate(90deg);
}

.faqCard.open .faqQuestion::after {
    transform: translateY(-50%) rotate(0deg);
}

.faqAnswer {
    display: none;
    padding: 7px 12px 7px 25px;
}

.faqCard.open .faqAnswer {
    display: block;
}

.faqLight .faqCard {
    border-color: var(--primary-text-color);
}

.faqLight .faqQuestion::before,
.faqLight .faqQuestion::after {
    background-color: var(--primary-text-color);
}

.overviewImage {
    height: 100%;
    margin: 0 0 20px;
    border-radius: 4px;
    object-fit: cover;
}



/* Gallery Start */

.galleryImages .slick-track {
    padding: 62px 0;
}

/* .galleryBox
{
    padding-bottom: 34px;
} */

.galleryCard {
    padding: 0;
    border-radius: 12px;
    background: white;
    transition: 0.3s;
    z-index: 1;
    position: relative;
    /* filter: drop-shadow(0 0 3px rgba(0,0,0,0.1)); */
}

.slick-current .galleryCard {
    z-index: 2;
    /* transform: scale(1.25); */
    /* filter: drop-shadow(0 0 13px rgba(0,0,0,0.1)); */
}


/* .galleryCard:hover {
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
} */

.galleryImageCard {
    aspect-ratio: 7/7;
    margin-bottom: 7px;
    height: 320px;
}

.galleryTitle {
    display: block;
    font-weight: 500;
    font-size: 120%;
    width: 100%;
}

.GlCardTitle {
    margin: 0 10px;
    padding: 10px;
    /* filter: drop-shadow(0 0 3px rgba(0,0,0,0.1)); */
    box-shadow: 0px 0px 5px 0px #00000026;
    border-radius: 10px;
    background: #fff;
    position: relative;
    top: -35px;
}

.GlCardTitle p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

.glTitleBTN {
    text-align: left;
}

.glTitleBTN a {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 20px;
}



.galleryBtnBox {
    position: relative;
}

.galleryBtnBox {
    width: max-content;
    display: block;
    margin: -8px auto 0;
    transform: translateY(50%);
    position: relative;
    border-radius: 70px;
}

.galleryBtn {
    border-radius: inherit;
    padding: 6px 20px;
    position: relative;
    z-index: 2;
    transition: 0.3s;
    color: white;
    font-weight: 500;
    background: var(--primary-color);
}

.galleryBtn:hover {
    color: white;
    background: var(--secondary-color);
}

.galleryBtnBox::before {
    content: '';
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    z-index: 1;
    background: white;
    position: absolute;
    border-radius: inherit;
}

.galleryData {
    font-size: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0px 12px;
    flex-wrap: wrap;
    font-weight: 500;
}

.galleryDate,
.galleryPhotoCount {
    color: var(--primary-color);
    font-weight: 600;
}



.GlCardTitle1 {
    margin: 0 10px;
    padding: 10px;
    box-shadow: 0px 0px 5px 0px #00000026;
    border-radius: 10px;
    background: #fff;
    position: relative;
    /* width: 230px; */
    top: -5px;
    z-index: 999;
}

.GlCardTitle1 p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

/* .slick-slide video {
    display: block;
} */
.curriculumContentBox {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    height: 372px;
}

.curriculumContentBox video {
    width: 100%;
    display: block;
}



.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}

.play-button-wrapper #circle-play-b svg {
    width: 50px;
    height: 50px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
}

/* Gallery End */



.leadForm {
    width: 100%;
    position: relative;
}

.leadForm .para {
    padding-top: 4px;
    font-size: 80%;
}

.ourPromise {
    text-align: center;
    margin-top: 16px;
    justify-content: center;
    border-top: 1px solid #dfdfdf;
}

.ourPromise .heading {
    margin: 10px 0;
    text-transform: uppercase;
}

.promiseContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.promiseContainer img {
    width: 50px;
    margin: 0 auto 5px;
}

.promiseContainer .promise {
    padding: 10px;
    font-size: 12px;
    margin: 0;
}

.promiseContainer .promise p {
    margin-bottom: 5px;
}

.adsPopup a {
    font-size: 20px;
    color: #000;
}

.adsPopup a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

.sl-wrapper .sl-close {
    color: #dfdfdf;
    outline: none;
}

.sl-wrapper .sl-navigation button {
    color: #dfdfdf;
    outline: none;
}

.sl-overlay {
    background-color: #000000;
}

.sl-wrapper .sl-counter {
    color: white;
}

iframe {
    width: 100%;
    display: block;
    max-width: 100%;
    border-radius: 12px;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
}

.videoWrapper iframe {
    width: 100%;
    min-height: 300px;
}

.mapSection iframe {
    width: 100%;
    min-height: 300px;
}

.contactForm input[type="submit"] {
    margin: 0;
}

.contactForm {
    padding: 10px 0;
}

.contactFormInput {
    width: 100%;
}

.contactFormInput input,
.contactFormInput select,
.contactFormInput textarea {
    padding: 7px 10px;
    width: 100%;
    display: block;
    border-radius: 3px;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
}



/* Pop Up */

button.close,
.close {
    text-shadow: none;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
    float: unset;
    height: 35px;
    width: 35px;
    background: red;
    display: flex;
    opacity: 1;
    color: white;
    transition: 0.4s;
    align-items: center;
    justify-content: center;
    border-radius: 0 var(--primary-radius) 0 100%;
    z-index: 100;
}

.close i {
    opacity: 0;
    transition: inherit;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    border-radius: 0 var(--primary-radius) 0 var(--primary-radius);
    opacity: 1;
    background: #000;
}

.close:not(:disabled):not(.disabled):focus i,
.close:not(:disabled):not(.disabled):hover i {
    opacity: 1;
    color: white;
}

.popUpContainer {
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    overflow-y: auto;
    z-index: 102;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
    /* display: none; */
    background-color: rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(6px);
}

.popUpContainer.open {
    /* display: block; */
    opacity: 1;
    pointer-events: initial;
}

.popUpMain {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    padding: 30px 12px;
    align-items: center;
    justify-content: center;
}

.popUpContent {
    max-width: 100%;
}

.popUpBody {
    width: auto;
    position: relative;
    max-width: 650px;
}

.popUpSlider {
    width: 100%;
}

.popUpSlideItem {
    /* aspect-ratio: 1; */
    width: 100%;
    display: block;
    border-radius: var(--primary-radius);
    overflow: hidden;
    background-color: #fff;
}

.popUpTitle {
    text-align: center;
    min-height: 35px;
    font-size: 20px;
    font-weight: 600;
    background: white;
    padding: 7px 35px 7px 15px;
}

.popUpSlideImgBox {
    padding: 0 12px 12px;
}

.popUpBody .popUpSlideImg {
    border-radius: var(--primary-radius);
}

/* Pop Up End */



/* Footer Start */


footer.footerConatiner {
    padding: 60px 0 60px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
    background-image: url('/images/newgallery/home-images/footerbg.png');
    /* background:
    linear-gradient(0deg, var(--primary-color, #800000), var(--primary-color, #800000)),
    radial-gradient(38.96% 111.03% at -4.13% 113.13%, rgba(255, 165, 0, 0.2) 40%, rgba(0, 0, 0, 0) 40%),
    radial-gradient(44.93% 92.87% at 2.64% 117.11%, rgba(255, 165, 0, 0.2) 40%, rgba(0, 0, 0, 0) 40%),
    radial-gradient(49.69% 156.16% at 93.09% -37.91%, rgba(255, 165, 0, 0.2) 40%, rgba(0, 0, 0, 0) 40%); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.footerLogoBox img {
    background: #fff;
    border-radius: 30px;
}

.appfooterTitle h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.appfooterTitle h3::before {
    content: '';
    height: 2px;
    width: 6%;
    position: absolute;
    top: 39%;
    background: #FFA500;
}

.appfooterTitle .footerline::before {
    content: '';
    background: #FFA500;
    height: 2px;
    width: 10%;
    position: absolute;
    top: 37%;
}

.appStroreArea {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.appStroreArea img {
    width: 110px;
    height: 33px;
}


.footerLinksTitle1 h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.footerLinksTitle1 h3::before {
    content: '';
    height: 2px;
    width: 10%;
    position: absolute;
    top: 13%;
    background: #FFA500;
}

.footerLinksTitle1 .footerline1::before {
    content: '';
    background: #FFA500;
    height: 2px;
    width: 15%;
    position: absolute;
    top: 11%;
}

.footerSocialArea {
    margin-top: 20px;
}

.footerLinksTitle2 h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.footerLinksTitle2 h3::before {
    content: '';
    height: 2px;
    width: 10%;
    position: absolute;
    top: 85%;
    background: #FFA500;
}

.footerLinksTitle2 .footerline2::before {
    content: '';
    background: #FFA500;
    height: 2px;
    width: 15%;
    position: absolute;
    top: 83%;
}


.footerLinksList {
    margin-top: 32px;
}

.footerPh {
    display: flex;
    gap: 10px;
}

.footerSocialAreaBox {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.footerSocialAreaBox img {
    width: 28px;
    height: 28px;
}

.footerLink i {
    color: #FFA500;
}

.footer a {
    color: #fff;
    transition: 0.3s;
}

.footer a:hover {
    color: #FFA500;
}

.footer a:active {
    color: #FFA500;
}

.footerLogoBox {
    margin-bottom: 12px;
}

.footerInfoData {
    margin-top: 20px;
}

.footerInfoData i {
    margin-right: 6px;
    color: var(--primary-color);
}

.footerLinksTitle {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.footerLinkItem {
    margin-bottom: 0px;
}

/* .footerLinkItem::before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 65%;
    vertical-align: middle;
    margin-left: 6px;
    margin-right: 4px;
    color: var(--primary-color);
} */
.footerLinksTitle:first-letter {
    color: var(--primary-color);
}


.footerPara {
    font-size: 80%;
    text-align: center;
}

.copyRight {
    font-size: 10px;
    text-align: center;
}


.switchWebsiteContainer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 7px;
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.2));
}

.switchWebsiteBox {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 5px;
}

.switchWebsiteImg {
    width: 45px;
    padding: 7px;
    border-radius: 50%;
    background: white;
    border: 2px solid var(--primary-color);
    transition: 0.3s;
}

.switchWebsiteContainer:hover .switchWebsiteImg {
    border-color: var(--secondary-color);
}

.switchWebsiteText {
    padding: 0 7px 0 0;
    position: relative;
    font-weight: 600;
    color: white;
}

.switchWebsiteText::before {
    content: "";
    position: absolute;
    height: 100%;
    width: calc(100% + 25px);
    background: var(--primary-color);
    z-index: -1;
    right: -7px;
    top: 0;
    transition: 0.3s;
    border-radius: 0 100px 100px 0;
    box-shadow: inset 2px 2px 5px rgba(255, 255, 255, 0.4), inset -2px -2px 5px rgba(0, 0, 0, 0.3);
}

.switchWebsiteContainer:hover .switchWebsiteText::before {
    background-color: var(--secondary-color);
}

@media only screen and (max-width: 991px) {
    .switchWebsiteContainer {
        display: none;
    }
}




/* Footer End */




/* Inner Page Start */

.innerPageContainer {
    padding-bottom: 32px;
    min-height: calc(100vh - 540px);
}

.innerPageContainer p a {
    color: var(--secondary-color);
}

.calendar {
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 0 20px #f9f9f9, 0 0 5px rgba(0, 0, 0, 0.13);
}

.pageTopFilterContainer {
    width: 100%;
    padding: 7px 14px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.pageTopFilterContainer::before {
    content: '';
    background: radial-gradient(at bottom right, var(--primary-color) 0 35%, transparent 38% 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.1;
    top: 0;
    left: 0;
    border-radius: inherit;
}

.pageTopFilter {
    padding: 6px 0;
}

.pageTopFilterText span {
    font-size: 125%;
    color: var(--primary-color);
    font-weight: 500;
    vertical-align: text-top;
    line-height: 1;
}

.contactUsMap {
    transition: 0.5s;
    box-shadow: none;
    border-radius: 0;
    filter: grayscale(0.4);
}

.contactUsMap:hover {
    filter: grayscale(0);
}


/* Inner Page End */





.preloader {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
    background-color: #fff;
}

.preloader::before {
    content: "";
    height: 30px;
    width: 30px;
    margin-bottom: 5px;
    position: relative;
    border-radius: 50%;
    animation: pulse 1s ease infinite;
    background-color: var(--primary-color);
}

.preloader::after {
    content: "Loading";
    color: var(--primary-color);
}

.thankYouBox {
    padding: 20px;
    display: flex;
    background-position: center;
    background-size: cover;
    background-image: url("../images/hero.jpg");
    min-height: calc(100vh - 102px);
    align-items: center;
    justify-content: center;
}

.thankYouContent {
    width: 100%;
    max-width: 650px;
    background-color: #ffffffe6;
    padding: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
}

.thankYouText {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}

.callIcon,
.whatsappIcon {
    height: 65px;
    width: 65px;
    bottom: 25px;
    right: 25px;
    z-index: 100;
    position: fixed;
    background-color: white;
    border-radius: 100px;
    cursor: pointer;
}

.callIcon {
    /* bottom: 106px; */
}

.callIcon img,
.whatsappIcon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    user-select: none;
    cursor: pointer;
}


.enquiryBtn {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 101;
    border-radius: 0;
    transform: rotate(-90deg) translate(50%, -50%);
    transform-origin: right;
}


.mobileFixedFooter {
    display: none;
}





.banbg {
    background-color: rgb(255 255 255 / 54%);
    padding: 20px 20px 25px 20px;
    margin-top: 0%;
    margin-left: 10%;
    width: 83%;
    color: var(--primary-light-text-color);
    border-radius: 12px;
    backdrop-filter: blur(7px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.txt4 {

    font-size: 13px;
    line-height: 1.6;
    margin-top: 25px;
    color: #333;
    font-weight: 500;
    letter-spacing: 1px;
}

.btnWhite {
    background: #222;
    border: 0;
    color: #fff;
}

.copyRight {
    font-size: 13px;
    text-align: center;
    padding-bottom: 8px;
}

.bantxt1 {

    font-size: 13px;
    color: #fff;
    text-align: left;
    letter-spacing: 2px;
}

.bantxt3 {
    margin: 8px 0;
    font-size: 20px;
    text-align: left;
    letter-spacing: 1px;
}

.bantxt4 {

    font-size: 16px;
    margin-top: -14px;
    color: #b18f27 !important;
    text-align: left;
    letter-spacing: 1px;
}

.bantxt5 {

    margin-top: 0px;
    font-size: 20px;
    line-height: 1.6;
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
}

.bantxt5 span {
    color: #b18f27 !important;
    font-size: 16px;
}

.slide .box {
    background-color: #fff;

    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);

    padding: 30px 35px;
    margin-bottom: 20px;
    width: 100%;
    /* max-height: 240px; */
}

.slide .box ul {
    margin: 0;
    padding: 0;
}

.box ul li {
    color: #ba8f4d;
    text-align: center;
    font-size: 16px;
    padding: 0 0 5px;
    width: 100%;
    margin-right: 5px;
    list-style: none;
}

.slide .box ul li span {
    color: #000;
    display: block;
    font-family: "DIN-Medium";
    font-size: 16px;
    padding: 7px 0 0;
}

.slide .box ul li:last-child {
    border: 1px solid #ba8f4d;
    padding: 10px 15px;
    margin: 10px auto;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid;
}

.copy {
    padding: 20px 0 0px 0px;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: center;
}

.highlightBox .noListStyle li {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
    margin: 0;
    letter-spacing: 1px;

}


@media only screen and (max-width: 1200px) {

    .nav-link,
    .nav-link-Number {
        padding: 7px 15px;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .main {
        padding: 0;
    }

    .mainRight {
        display: none;
    }

    .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .bannerContent {
        /*display: none;*/
        width: calc(100% - 32px);
    }

    .bannerImage>img {
        min-height: 590px;
    }

    .mapSection {
        margin-bottom: 16px;
    }

    .mapSection iframe {
        max-height: 250px;
    }

    .headerTop div[class*="col"] {
        display: flex;
        justify-content: center;
    }

    .bannerForm {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 350px;
        max-width: 95%;
        transform: translate(-50%, -50%);
    }

    .bannerForm form {
        width: 100%;
        max-width: unset;
    }

    .mobileFixedFooter {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10000;
        display: block;
        background: white;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
    }

    a.fixedFooterBtn {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 100%;
        line-height: 1.5;
        padding: 6px 12px;
        justify-content: center;
        font-size: 130%;
        transition: 0.3s;
    }

    a.fixedFooterBtn:hover {
        color: white;
        background-color: black;
    }

    .fixedFooterIcon {
        height: 35px;
        width: 35px;
        display: flex;
        border-radius: 50px;
        align-items: center;
        justify-content: center;
        background-color: white;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.14);
    }

    .fixedFooterIcon i {
        -webkit-text-fill-color: transparent;
        background-clip: text;
        transform-origin: bottom;
        background-image: linear-gradient(45deg, #01abd8, #00dfa6);
    }

    a.fixedFooterBtn:hover .fixedFooterIcon {
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.14);
    }

    .fixedFooterText {
        font-size: 80%;
        font-weight: 700;
    }

    .callIcon {
        bottom: 72px;
    }

}

@media only screen and (max-width: 576px) {
    header .logo img {
        width: 90px;
        min-width: 86px;
    }

    .hideInMobile {
        display: none;
    }

    div#myNavMenu {
        padding: 0;
    }

    .downloadBtn {
        flex-wrap: wrap;
        min-width: unset;
        max-width: 100%;
    }

    .whatsappIcon {
        height: 50px;
        width: 50px;
        bottom: 10px;
        right: 10px;
    }

    .enquiryBtn {
        line-height: 1;
    }

    .aminityCardBox {
        flex-direction: column;
        border-radius: 7px;
        text-align: center;
        padding: 12px 4px;
    }

    .aminityTitle {
        width: 100%;
        font-size: 60%;
    }

    .bannerImage picture img {
        min-height: 80vh;
    }

    .iconsContainer {
        transform: translateY(0);
        padding: 25px 0 16px;
    }

    .bannerForm {
        top: unset;
        left: unset;
        right: 10px;
        bottom: 30px;
        display: block;
        transform: none;
        width: 100%;
    }

    .bannerForm form {
        display: none;
    }

    .banbg {
        background-color: rgb(255 255 255 / 54%);
        padding: 20px 20px 25px 20px;
        margin-top: 0%;
        margin-left: 10%;
        width: 100%;
        text-align: center;
        color: var(--primary-light-text-color);
        border-radius: 0;
        backdrop-filter: blur(7px);
        margin: 0;
    }

    .bantxt3 {
        text-align: center;
        font-size: 22px;
        margin-bottom: 4px;
    }

    .bantxt5 {
        color: var(--primary-color);
        text-align: center;
    }
}

@keyframes pulse {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1.0);
    }
}


/* Addition Pages Start */

.memberBox {
    padding: 35px 0 14px;
    /*filter: drop-shadow(0 0 20px #ececec);*/
}

.memberCard {
    background: white;
    border-radius: 12px;
    padding: 12px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}

.memberCount {
    font-size: 160%;
    background: var(--primary-color);
    color: var(--primary-text-color);
    width: 60px;
    height: 60px;
    margin: -44px auto 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    font-weight: 600;
    border: 4px solid white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15), inset 2px 2px 5px rgba(0, 0, 0, 0.2), inset -2px -2px 5px rgba(255, 255, 255, 0.4);
}

.memberName {
    font-size: 120%;
    font-weight: 600;
}

.memberDesig {
    color: var(--primary-color);
    font-weight: 500;
}

.memberCard:hover {
    border: 1px solid var(--primary-color);
}

/* Addition Pages End */


/* Bootstrap override */



@media (min-width: 991px) {
    .col-lg-2-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media only screen and (min-width: 350px) and (max-width: 768px) {
    .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 350px) {
    .col-xs-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}




.nav-tabs {
    border: none;
    gap: 10px;
    list-style: none;
}

.nav-item {
    list-style: none;
}

.nav-tabs .nav-link {
    background: white;
    border: none !important;
    border-radius: 50px;
    padding: 4px 22px;
    font-weight: 500;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: var(--primary-color);
    color: var(--primary-text-color);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.12), inset 2px 2px 5px rgba(0, 0, 0, 0.2), inset -2px -2px 5px rgba(255, 255, 255, 0.2);
}

.card {
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 16px;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    width: 100%;
    border-radius: 7px;
    box-shadow: 0 0 3px #0000001a;
}

.card-bordered {
    border: 1px solid var(--primary-color);
}

.card-body {
    padding: 12px 0 0;
}

.card-title {
    font-size: 110%;
    font-weight: 600;
    margin-bottom: 4px;
}

.card-text {
    opacity: 0.8;
    font-size: 90%;
}

.table {
    margin: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fcfcfc;
}

.table td,
.table th {
    padding: 4px 10px;
    vertical-align: middle;
}

.table thead th {
    vertical-align: middle;
    padding: 6px 12px;
    text-align: center;
    background: var(--primary-light-color);
    border-bottom: 1px solid #dee2e6;
}

.table-responsive:has(.table-bordered) {
    border: 1px solid #dee2e6;
    border-radius: 12px;
}

.table-responsive .table-bordered thead th {
    border-top: none;
}

.table-responsive .table-bordered thead th:first-child,
.table-responsive .table-bordered tbody tr td:first-child {
    border-left: none;
}

.table-responsive .table-bordered thead th:last-child,
.table-responsive .table-bordered tbody td:last-child {
    border-right: none;
}

.table-responsive .table-bordered tbody tr:last-child td {
    border-bottom: none;
}

.table .btn {
    font-size: 14px;
    padding: 4px 18px;
    font-weight: bold;
    /* border-radius: 20px; */
    text-transform: uppercase;
    border-radius: 100px;
    z-index: 1;
}


.table tr td:first-child {
    text-align: center;
}

.table a:not(.btn) {
    color: var(--secondary-color);
}


.form-control {
    font-size: inherit;
    height: unset;
    line-height: 1.4;
    margin-bottom: 0;
    border-radius: 50px;
    /*cursor: pointer;*/
}

.form-control:hover,
.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid var(--primary-color);
}


/* about us css  */

.padam-chand-content h5{
    font-size: 24px;
    font-weight: 700;
    color: #260000;
}
.padam-chand-content p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 28px;
}

.padam-chand .container{
    background-color: #dab9b960;
    padding: 30px;
    border-radius: 20px;
    border: 3px dashed #800000;
}
.padam-chand-img img{
    border-radius: 20px;
}
.about-us-content ul li img{
    width: 20px;
    height: 16px;
    margin-top: 7px;
    
}
.about-us-content ul li{
    display: flex;
    font-size: 16px;
        color: #000;
        gap: 10px;
}

/* thank you section    */
.thank-you-section{
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.thank-you-section img{
    width: 60%;
    border-radius: 40px;
    border: 3px dashed #800000;
    
    

}

.padam-words{
    background-color: #dab9b960;
    border-radius: 50px;
    border: 3px dashed #800000;
}
.padam-img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.padam-img img{
    width: 150px;
    border-radius: 25px;
}

.padam-words h2{
    color: #260000;
    font-weight: 700;
}
.padam-words h5{
    font-size: 18px;
    font-weight: 600;
    color: #260000;
}
.defining ul li img{
    width: 20px;
    height: 16px;
    margin-top: 7px;
    
}
.defining ul li{
    display: flex;
    font-size: 16px;
        color: #000;
        gap: 10px;
}

/* addmission section  */
.addmission-section h5{
        margin-top: 20px;

}
.addmission-section ul li img{
        width: 20px;
    height: 16px;
    margin-top: 7px;

}
.addmission-section ul li {
       display: flex;
    font-size: 16px;
        color: #000;
        gap: 10px;

}
.addmission-sec {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.addmission-sec .secFirst {
   /* background-color: #800000; */
   border: 2px solid #00843E;
   padding: 10px 30px;
   border-radius: 20px;
   color: #00843E;
   font-weight: 700;
   margin-right: 160px;
}
.addmission-sec .secFirst:hover {

   color: #800000;
   border: 2px solid #800000;

}
.addmission-sec .secSec {
   background-color: green;
   padding: 10px 30px;
   border-radius: 20px;
   color: white;
   font-weight: 700;

}
.addmission-sec .click-section{
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 5px;
    animation: moveLR 3s linear infinite; /* <-- Animation added */

}
.addmission-sec .click-section P{
    padding: 0;
    margin: 0;
    font-weight: 700;
    color:#00843E;
}
/* Animation */
@keyframes moveLR {
    0% { transform: translateX(-20px); }
    50% { transform: translateX(20px); }
    100% { transform: translateX(-20px); }
}

.our-salient-features{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 28px;
}
.our-salient-features h4{
    font-weight: 600;
    font-size: 16px;

}
.our-salient-features h5{
    font-weight: 700;
    font-size: 20px;
   

}

 /* our-salient-features    */

    .our-salient-features .our-sailent{
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.358) ;
        border-radius: 20px;
        padding: 30px;
    }

    .our-salient-features ul li{
        display: flex;
        gap: 10px;
        
    }
    .our-salient-features ul li img{
        width: 20px;
        height: 16px;
        margin-top: 7px;
        
    }

/* gallery css  */
.gallery-section img {
  transition: transform 0.3s ease;
  cursor: pointer;
}

.gallery-section img:hover {
  transform: scale(1.05);
}