/* ===== Footer Section Start ===== */
.hmFooterSection {
    position: relative;
    overflow: hidden;
    background-color: #f7f5f6;
}

/* ===== TOP WAVE IMAGE ===== */
.hmFooterTopWave {
    position: relative;
    width: 100%;
    line-height: 0;
    z-index: 2;
    margin-bottom: -1px;
}

.hmFooterTopWave img {
    width: 100%;
    height: auto;
    display: block;
}

/* ===== FOOTER MAIN BACKGROUND ===== */
.hmFooterContentWrap {
    position: relative;
    background-color: #fef4de;
    padding: 70px 0 0;
    overflow: hidden;
}

/* ===== FLOATING SHAPES ===== */
.hmFooterGiraffeShape {
    position: absolute;
    left: 0px;
    bottom: 120px;
    max-width: 120px;
    z-index: 2;
    animation: hmFooterFloatY 4s ease-in-out infinite;
}

.hmFooterBagShape {
    position: absolute;
    right: 0px;
    bottom: 110px;
    max-width: 190px;
    z-index: 2;
    animation: hmFooterFloatY 4.8s ease-in-out infinite;
}

.hmFooterGiraffeShape img,
.hmFooterBagShape img {
    width: 100%;
    height: auto;
    display: block;
}

/* ===== CONTENT ===== */
.hmFooterTopRow {
    position: relative;
    z-index: 3;
    padding: 0 0 50px;
    row-gap: 35px;
}

.hmFooterBrandWrap {
    max-width: 500px;
}

.hmFooterLogo {
    display: inline-block;
    margin-bottom: 28px;
}

.hmFooterLogo img {
    max-width: 130px;
}

/* ===== TEXT / FONT ===== */
.hmFooterAboutText {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #0e5397;
    margin-bottom: 24px;
}

/* ===== CONTACT ===== */
.hmFooterContactList {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.hmFooterContactList li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.hmFooterContactList li:last-child {
    margin-bottom: 0;
}

.hmFooterContactList i {
    color: #c20029;
    font-size: 18px;
    min-width: 18px;
}

.hmFooterContactList a {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #0e5397;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hmFooterContactList a:hover {
    color: #c20029;
}

/* ===== SOCIAL ===== */
.hmFooterSocial {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.hmFooterSocial a {
    width: 46px;
    height: 46px;
    border: 1px solid #c8c9c0;
    border-radius: 50%;
    color: #0e5397;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

.hmFooterSocial a:hover {
    background-color: #c20029;
    border-color: #c20029;
    color: #ffffff;
}

/* ===== DIVIDER ===== */
.hmFooterDivider {
    border-top: 2px dashed #c8c9c0;
    margin: 0;
    position: relative;
    z-index: 3;
}

/* ===== LINKS ===== */
.hmFooterLinkRow {
    padding-top: 10px;
    row-gap: 35px;
}

.hmFooterLinkBox {
    position: relative;
}

.hmFooterLinkTitle {
    font-family: "Lobster Two", cursive;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #c20029;
    margin-bottom: 16px;
}

.hmFooterTitleLine {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
}

.hmFooterTitleLineOrange {
    display: inline-block;
    width: 28px;
    height: 3px;
    background-color: #c20029;
    border-radius: 10px;
}

.hmFooterTitleLineBlue {
    display: inline-block;
    width: 78px;
    height: 3px;
    background-color: #0e5397;
    border-radius: 10px;
}

.hmFooterLinks {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hmFooterLinks li {
    margin-bottom: 22px;
}

.hmFooterLinks li:last-child {
    margin-bottom: 0;
}

.hmFooterLinks a {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #0e5397;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hmFooterLinks a:hover {
    color: #c20029;
    padding-left: 6px;
}

/* ===== BOTTOM BAR ===== */
.hmFooterBottomBar {
    position: relative;
    z-index: 3;
    padding: 28px 0 18px;
    
    
    background-color: #fef4de;
}

.hmFooterCopyright {
    text-align: center;
    display: flex;
   flex-wrap: wrap;
  gap: 6px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #0e5397;
     align-items: center;
    justify-content: center;
    
}
.hmFooterCopyright a{
    text-decoration: none;
}

.hmFooterCopyright strong {
    color: #c20029;
    font-weight: 800;
}

.hmFooterDevelopedText a {
    color: #c20029;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hmFooterDevelopedText a:hover {
    color: #0e5397;
}

/* ===== BALLOON BACK TO TOP ===== */
.hmFooterTopBtn {
    position: fixed;
    right: 20px;
    bottom: 200px;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;

    z-index: 999;
    transition: all 0.3s ease;

    /* HIDE BY DEFAULT */
    opacity: 0;
    visibility: hidden;
}

/* SHOW CLASS */
.hmFooterTopBtn.active {
    opacity: 1;
    visibility: visible;
}

/* SVG size */
.hmTopBalloon {
    width: 167px;
    height: auto;
    transition: transform 0.3s ease;
}

/* hover animation */
.hmFooterTopBtn:hover .hmTopBalloon {
    transform: translateY(-8px) scale(1.05);
}

/* text */
.hmTopText {
    font-size: 12px;
    color: #6c7ac9;
    margin-top: 5px;
    font-family: system-ui;
}



/* ===== FLOATING WHATSAPP BUTTON ===== */
.hmWhatsappFloatBtn {
    position: fixed;
    right: 32px;
    bottom: 39px;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background-color: #25D366;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 30px;
    z-index: 999;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.hmWhatsappFloatBtn:hover {
    background-color: #0e5397;
    color: #ffffff;
}
/* ===== ANIMATION ===== */
@keyframes hmFooterFloatY {
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1399.98px) {
    .hmFooterBagShape {
        max-width: 170px;
        right: 1px;
    }
}

@media (max-width: 1199.98px) {
    .hmFooterContentWrap {
        padding-top: 60px;
    }

    .hmFooterAboutText,
    .hmFooterLinks a,
    .hmFooterContactList a {
        font-size: 17px;
    }
}

@media (max-width: 991.98px) {
    .hmFooterContentWrap {
        padding-top: 50px;
    }

    .hmFooterTopRow {
        padding: 0 0 40px;
    }
}

@media (max-width: 767.98px) {
    .hmFooterTopWave img {
        height: 55px;
        object-fit: cover;
    }

    .hmFooterAboutText,
    .hmFooterLinks a,
    .hmFooterContactList a {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .hmFooterTopWave img {
        height: 42px;
    }

    .hmFooterAboutText {
        font-size: 15px;
    }
}
/* ===== Footer Section End ===== */























/* hero section start */

.hmHeroSection {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.hmHeroShape {
    position: absolute;
    left: 0;
    width: 100%;
    height: 24px;
    z-index: 6;
    pointer-events: none;
}

.hmHeroShapeTop {
    top: -1px;
    transform: rotate(180deg);
}

.hmHeroShapeBottom {
    bottom: -1px;
}

.hmHeroCarousel,
.hmHeroCarousel .owl-stage-outer,
.hmHeroCarousel .owl-stage,
.hmHeroCarousel .owl-item {
    height: 100%;
}

.hmHeroItem {
    position: relative;
    min-height: 100vh;
}

.hmHeroImageWrap {
    position: relative;
    min-height: 100vh;
}

.hmHeroImage {
    width: 100%;
    min-height: 100vh;
    object-fit: cover;
    display: block;
}

.hmHeroOverlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.30);
    display: flex;
    align-items: center;
    z-index: 2;
}

.hmHeroContent {
    max-width: 760px;
    padding: 110px 0 110px;
}

.hmHeroTitle {
    font-family: "Lobster Two", cursive;
    font-size: 68px;
    line-height: 1.08;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
}

.hmHeroText {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 32px;
    max-width: 900px;
}

.hmHeroBtnWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.hmHeroBtnPrimary,
.hmHeroBtnDark {
    font-family: "Lobster Two", cursive;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 16px 34px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    transition: all 0.35s ease;
}

.hmHeroBtnPrimary {
    background-color: #c20029;
    color: #ffffff;
    border: 2px solid #FE5D37;
}

.hmHeroBtnPrimary:hover {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.hmHeroBtnDark {
    background-color: #0e5397;
    color: #ffffff;
    border: 2px solid #103741;
}

.hmHeroBtnDark:hover {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.hmHeroCarousel .owl-nav {
    margin-top: 0;
}

.hmHeroCarousel .owl-nav button.owl-prev,
.hmHeroCarousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 62px;
    height: 62px;
    border-radius: 50% !important;
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.75) !important;
    color: #ffffff !important;
    font-size: 22px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
    z-index: 7;
}

.hmHeroCarousel .owl-nav button.owl-prev {
    left: 30px;
}

.hmHeroCarousel .owl-nav button.owl-next {
    right: 30px;
}

.hmHeroCarousel .owl-nav button.owl-prev:hover,
.hmHeroCarousel .owl-nav button.owl-next:hover {
    background-color: #c20029 !important;
    border-color: #FE5D37 !important;
    color: #ffffff !important;
}

.hmHeroCarousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 42px;
    transform: translateX(-50%);
    margin-top: 0;
    z-index: 7;
}

.hmHeroCarousel .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 6px;
    background: rgba(255, 255, 255, 0.50);
    transition: all 0.3s ease;
}

.hmHeroCarousel .owl-dots .owl-dot.active span {
    background: #FE5D37;
}

@media (max-width: 1399.98px) {
    .hmHeroTitle {
        font-size: 58px;
    }
}

@media (max-width: 1199.98px) {
    .hmHeroTitle {
        font-size: 50px;
    }

    .hmHeroText {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .hmHeroShape {
        height: 20px;
    }

    .hmHeroItem,
    .hmHeroImageWrap,
    .hmHeroImage {
        min-height: 85vh;
    }

    .hmHeroContent {
        padding: 95px 0 95px;
    }

    .hmHeroTitle {
        font-size: 42px;
    }

    .hmHeroCarousel .owl-nav button.owl-prev,
    .hmHeroCarousel .owl-nav button.owl-next {
        width: 52px;
        height: 52px;
    }

    .hmHeroCarousel .owl-nav button.owl-prev {
        left: 16px;
    }

    .hmHeroCarousel .owl-nav button.owl-next {
        right: 16px;
    }
}

@media (max-width: 767.98px) {
    .hmHeroShape {
        height: 18px;
    }

    .hmHeroItem,
    .hmHeroImageWrap,
    .hmHeroImage {
        min-height: 78vh;
    }

    .hmHeroContent {
        padding: 85px 0 110px;
    }

    .hmHeroTitle {
        font-size: 34px;
    }

    .hmHeroText {
        font-size: 16px;
        line-height: 1.6;
    }

    .hmHeroBtnPrimary,
    .hmHeroBtnDark {
        min-width: 155px;
        padding: 14px 26px;
        font-size: 16px;
    }

    .hmHeroCarousel .owl-nav button.owl-prev,
    .hmHeroCarousel .owl-nav button.owl-next {
        width: 46px;
        height: 46px;
        font-size: 18px !important;
    }

    .hmHeroCarousel .owl-dots {
        bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .hmHeroShape {
        height: 15px;
    }

    .hmHeroItem,
    .hmHeroImageWrap,
    .hmHeroImage {
        min-height: 72vh;
    }

    .hmHeroOverlay {
        align-items: center;
    }

    .hmHeroContent {
        padding: 75px 0 100px;
    }

    .hmHeroTitle {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .hmHeroText {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .hmHeroBtnWrap {
        gap: 12px;
    }

    .hmHeroBtnPrimary,
    .hmHeroBtnDark {
        min-width: 145px;
        padding: 12px 22px;
        font-size: 15px;
    }

    .hmHeroCarousel .owl-nav button.owl-prev,
    .hmHeroCarousel .owl-nav button.owl-next {
        top: auto;
        bottom: 70px;
        transform: none;
        width: 42px;
        height: 42px;
    }

    .hmHeroCarousel .owl-nav button.owl-prev {
        left: 15px;
    }

    .hmHeroCarousel .owl-nav button.owl-next {
        right: 15px;
    }

    .hmHeroCarousel .owl-dots {
        bottom: 26px;
    }
}

/* hero section end */




















/* ===== Facilities Section ===== */
.hmFacilitiesSection {
    padding: 110px 0 90px;
    overflow: hidden;
}

.hmFacilitiesHeader {
    max-width: 760px;
    margin: 0 auto 60px;
}

/* ✅ TITLE FIX (font + color only) */
.hmFacilitiesTitle {
    font-family: "Lobster Two", cursive; /* changed */
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #0e5397; /* BLUE as you asked */
    margin-bottom: 16px;
    text-align: center;
}

/* ✅ PARAGRAPH FONT ONLY */
.hmFacilitiesDesc {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #6b7785; /* unchanged */
    text-align: center;
    margin-bottom: 0;
}

.hmFacilitiesRow {
    row-gap: 40px;
}

.hmFacilitiesRow > div {
    display: flex;
    justify-content: center;
}

/* ===== Facility Card ===== */
.hmFacilityCard {
    width: 100%;
    max-width: 290px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 26px 22px;
    text-align: center;
    margin: 0 auto;
    transition: all 0.3s ease;
    overflow: hidden;
}

.hmFacilityCard:hover {
    transform: translateY(-6px);
}

.hmFacilityIcon {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    flex-shrink: 0;
}

.hmFacilityIcon i {
    font-size: 30px;
    line-height: 1;
}

/* ✅ CARD TITLE FONT ONLY */
.hmFacilityTitle {
    font-family: "Lobster Two", cursive; /* changed */
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    max-width: 200px;
}

/* ✅ CARD TEXT FONT ONLY */
.hmFacilityText {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 0;
    max-width: 210px;
}

/* ===== Color Variants (UNCHANGED) ===== */
.hmFacilityPrimary {
    background-color: #ff5d37;
    color: #ffffff;
}

.hmFacilityPrimary .hmFacilityIcon i {
    color: #ff5d37;
}

.hmFacilitySuccess {
    background-color: #dfe8e4;
    color: #2f7f89;
}

.hmFacilitySuccess .hmFacilityIcon i {
    color: #2f7f89;
}

.hmFacilityWarning {
    background-color: #f3ebd8;
    color: #e6a600;
}

.hmFacilityWarning .hmFacilityIcon i {
    color: #e6a600;
}

.hmFacilityInfo {
    background-color: #dcecf3;
    color: #1ca7c6;
}

.hmFacilityInfo .hmFacilityIcon i {
    color: #1ca7c6;
}

/* ===== RESPONSIVE (UNCHANGED except font already applied) ===== */
@media (max-width: 1199.98px) {
    .hmFacilitiesTitle {
        font-size: 42px;
    }

    .hmFacilitiesDesc {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    .hmFacilitiesTitle {
        font-size: 38px;
    }
}

@media (max-width: 767.98px) {
    .hmFacilitiesTitle {
        font-size: 32px;
    }
}

@media (max-width: 575.98px) {
    .hmFacilitiesTitle {
        font-size: 28px;
    }
}





















/* ===== About Section Start ===== */
.hmAboutSection {
    padding: 100px 0;
    background-color: #fce9af;
    background-image: url('../images/border-shape.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.hmAboutShape {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.hmAboutShape img {
    width: 100%;
    height: auto;
    display: block;
    animation: hmAboutFloatY 3.5s ease-in-out infinite;
}

.hmAboutShapeTopLeft {
    top: 70px;
    left: 40px;
    width: 90px;
}

.hmAboutShapeBottomRight {
    right: 60px;
    bottom: 90px;
    width: 100px;
}

.hmAboutShapeBottomRight img {
    animation-delay: 1s;
}

@keyframes hmAboutFloatY {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-18px);
    }
    100% {
        transform: translateY(0);
    }
}

.hmAboutRow {
    row-gap: 50px;
    position: relative;
    z-index: 2;
    align-items: center;
}

.hmAboutContent {
    max-width: 650px;
    position: relative;
    z-index: 2;
}

.hmAboutTitle {
    font-family: "Lobster Two", cursive;
    font-size: 58px;
    font-weight: 700;
    line-height: 1.15;
    color: #0e5397;
    margin-bottom: 32px;
}

.hmAboutText {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 19px;
    font-weight: 400;
    line-height: 1.8;
    color: #6b7785;
    margin-bottom: 18px;
}

.hmAboutTextLast {
    margin-bottom: 35px;
}

.hmAboutBottomRow {
    row-gap: 20px;
}

.hmAboutBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 72px;
    padding: 16px 36px;
    border-radius: 60px;
    background-color: #c20029;
    color: #ffffff;
    text-decoration: none;
    font-family: "Lobster Two", cursive;
    font-size: 19px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.hmAboutBtn:hover {
    background-color: #0e5397;
    color: #ffffff;
}

/* ===== Image Area ===== */
.hmAboutImageArea {
    position: relative;
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-right: 0;
    padding-top: 0;
    z-index: 2;
}

.hmAboutTopImageWrap {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.hmAboutBottomImages {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 18px;
    margin-top: -72px;
    position: relative;
    z-index: 3;
}

.hmAboutBottomImageLeft,
.hmAboutBottomImageRight {
    display: flex;
    justify-content: center;
}

/* ===== Circle Images ===== */
.hmAboutCircle {
    position: relative;
    border-radius: 50%;
    background-color: #f9efec;
    padding: 14px;
    overflow: hidden;
    transition: all 0.35s ease;
    flex-shrink: 0;
}

.hmAboutCircle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.hmAboutCircleLarge {
    width: 100%;
    max-width: 560px;
    aspect-ratio: 1 / 1;
}

.hmAboutCircleMedium {
    width: 250px;
    height: 250px;
}

.hmAboutCircleAccent {
    background-color: #c20029;
}

.hmAboutCircle:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(16, 55, 65, 0.12);
    background-color: #c20029;
}

/* ===== Large Desktop ===== */
@media (max-width: 1399.98px) {
    .hmAboutTitle {
        font-size: 52px;
    }

    .hmAboutImageArea {
        max-width: 580px;
    }

    .hmAboutCircleMedium {
        width: 230px;
        height: 230px;
    }

    .hmAboutShapeTopLeft {
        top: 55px;
        left: 25px;
        width: 78px;
    }

    .hmAboutShapeBottomRight {
        right: 35px;
        bottom: 70px;
        width: 88px;
    }
}

/* ===== Laptop ===== */
@media (max-width: 1199.98px) {
    .hmAboutSection {
        padding: 90px 0;
        background-size: contain;
    }

    .hmAboutTitle {
        font-size: 46px;
    }

    .hmAboutText {
        font-size: 17px;
    }

    .hmAboutImageArea {
        max-width: 520px;
    }

    .hmAboutCircleLarge {
        max-width: 500px;
    }

    .hmAboutCircleMedium {
        width: 210px;
        height: 210px;
    }

    .hmAboutBottomImages {
        margin-top: -58px;
        gap: 14px;
    }

    .hmAboutShapeTopLeft {
        top: 45px;
        left: 18px;
        width: 68px;
    }

    .hmAboutShapeBottomRight {
        right: 20px;
        bottom: 60px;
        width: 78px;
    }
}

/* ===== Tablet ===== */
@media (max-width: 991.98px) {
    .hmAboutSection {
        padding: 80px 0;
        background-position: center top;
    }

    .hmAboutRow {
        row-gap: 60px;
    }

    .hmAboutContent {
        max-width: 100%;
        text-align: center;
    }

    .hmAboutTitle {
        font-size: 40px;
        margin-bottom: 24px;
    }

    .hmAboutText {
        font-size: 16px;
        line-height: 1.75;
    }

    .hmAboutBottomRow {
        justify-content: center;
    }

    .hmAboutBtn {
        min-width: 200px;
        min-height: 64px;
        font-size: 18px;
    }

    .hmAboutImageArea {
        max-width: 560px;
        margin: 0 auto;
    }

    .hmAboutCircleLarge {
        max-width: 500px;
    }

    .hmAboutCircleMedium {
        width: 220px;
        height: 220px;
    }

    .hmAboutBottomImages {
        margin-top: -52px;
        gap: 16px;
    }

    .hmAboutShapeTopLeft {
        top: 30px;
        left: 14px;
        width: 58px;
    }

    .hmAboutShapeBottomRight {
        right: 14px;
        bottom: 40px;
        width: 68px;
    }
}

/* ===== Mobile Large ===== */
@media (max-width: 767.98px) {
    .hmAboutSection {
        padding: 70px 0;
        background-size: cover;
    }

    .hmAboutRow {
        row-gap: 50px;
    }

    .hmAboutTitle {
        font-size: 34px;
    }

    .hmAboutText {
        font-size: 15px;
    }

    .hmAboutBtn {
        min-width: 190px;
        min-height: 60px;
        font-size: 17px;
    }

    .hmAboutImageArea {
        max-width: 100%;
        margin: 0 auto;
    }

    .hmAboutCircleLarge {
        max-width: 430px;
        margin: 0 auto;
    }

    .hmAboutCircleMedium {
        width: 170px;
        height: 170px;
    }

    .hmAboutBottomImages {
        margin-top: -40px;
        gap: 12px;
    }

    .hmAboutCircle {
        padding: 10px;
    }

    .hmAboutShapeTopLeft {
        top: 18px;
        left: 10px;
        width: 48px;
    }

    .hmAboutShapeBottomRight {
        right: 10px;
        bottom: 26px;
        width: 54px;
    }

    @keyframes hmAboutFloatY {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-10px);
        }
        100% {
            transform: translateY(0);
        }
    }
}

/* ===== Mobile ===== */
@media (max-width: 575.98px) {
    .hmAboutSection {
        padding: 60px 0;
    }

    .hmAboutContent {
        text-align: left;
    }

    .hmAboutTitle {
        font-size: 30px;
        line-height: 1.2;
    }

    .hmAboutText {
        font-size: 14px;
        line-height: 1.7;
    }

    .hmAboutBottomRow {
        justify-content: flex-start;
    }

    .hmAboutBtn {
        width: auto;
        min-width: 170px;
        max-width: 220px;
        min-height: 56px;
        padding: 14px 28px;
        font-size: 17px;
    }

    .hmAboutImageArea {
        max-width: 100%;
    }

    .hmAboutCircleLarge {
        max-width: 360px;
    }

    .hmAboutCircleMedium {
        width: 145px;
        height: 145px;
    }

    .hmAboutBottomImages {
        margin-top: -28px;
        gap: 10px;
    }

    .hmAboutCircle {
        padding: 8px;
    }

    .hmAboutShapeTopLeft {
        top: 14px;
        left: 8px;
        width: 38px;
    }

    .hmAboutShapeBottomRight {
        right: 8px;
        bottom: 18px;
        width: 42px;
    }
}

/* ===== Small Mobile ===== */
@media (max-width: 420px) {
    .hmAboutTitle {
        font-size: 26px;
    }

    .hmAboutCircleLarge {
        max-width: 300px;
    }

    .hmAboutCircleMedium {
        width: 128px;
        height: 128px;
    }

    .hmAboutBottomImages {
        margin-top: -22px;
        gap: 8px;
    }

    .hmAboutBtn {
        min-width: 160px;
        font-size: 16px;
    }
}
/* ===== About Section End ===== */


































/* ===== Classes Section Start ===== */
.hmClassesSection {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.hmClassesShape {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.hmClassesShape img {
    display: block;
    width: 100%;
    height: auto;
}

.hmClassesShapeLeft {
    top: 120px;
    left: 30px;
    width: 90px;
    animation: hmClassesFloatRotate 5s ease-in-out infinite;
}

.hmClassesShapeRight {
    right: 30px;
    bottom: 120px;
    width: 95px;
    animation: hmClassesFloatRotateTwo 5.5s ease-in-out infinite;
}

.hmClassesHeader {
    max-width: 680px;
    margin: 0 auto 60px;
    position: relative;
    z-index: 2;
}

/* ✅ TITLE FIX */
.hmClassesTitle {
    font-family: "Lobster Two", cursive;
    font-size: 58px;
    font-weight: 700;
    line-height: 1.15;
    color: #0e5397; /* BLUE */
    margin-bottom: 18px;
}

/* ✅ PARAGRAPH FONT ONLY */
.hmClassesDesc {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif;
    font-size: 19px;
    line-height: 1.8;
    color: #6b7785;
    margin-bottom: 0;
}

.hmClassesRow {
    position: relative;
    z-index: 2;
}

.hmClassesCard {
    position: relative;
    padding-top: 90px;
    height: 100%;
}

.hmClassesImageWrap {
    position: absolute;
    top: 0;
    left: 50%;
    width: 230px;
    height: 230px;
    transform: translateX(-50%);
    z-index: 3;
}

.hmClassesImageCircle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #f8ece8;
    padding: 14px;
    overflow: hidden;
    transition: all 0.35s ease;
    position: relative;
}

.hmClassesImageCircle::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 4px solid transparent;
    transition: all 0.35s ease;
}

.hmClassesImage {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.hmClassesCard:hover .hmClassesImageCircle {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(16, 55, 65, 0.10);
}

/* ✅ IMAGE HOVER COLOR FIX */
.hmClassesCard:hover .hmClassesImageCircle::before {
    border-color: #0e5397; /* BLUE */
    transform: scale(0.96);
}

.hmClassesContent {
    background-color: #f8ece8;
    border-radius: 18px;
    padding: 140px 32px 32px;
    height: 100%;
}

/* ✅ CARD TITLE FIX */
.hmClassesCardTitle {
    font-family: "Lobster Two", cursive;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    color: #0e5397; /* BLUE */
    text-align: center;
    margin-bottom: 28px;
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hmClassesTeacherRow {
    display: flex;
    justify-content: center; /* center horizontally */
    text-align: center; 
}

.hmClassesTeacherTextOnly {
    max-width: 100%;
}

.hmClassesTeacherDesc {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #c20029; /* your theme blue */
    margin: 0;
}
/* ===== ANIMATION & RESPONSIVE (UNCHANGED) ===== */
@keyframes hmClassesFloatRotate {
    0% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-16px) rotate(8deg); }
    100% { transform: translateY(0) rotate(0deg); }
}

@keyframes hmClassesFloatRotateTwo {
    0% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(14px) rotate(-8deg); }
    100% { transform: translateY(0) rotate(0deg); }
}

/* ===== Classes Section End ===== */

























/* ===== Teacher Section Start ===== */
.hmTeacherSection {
    position: relative;
    padding: 110px 0 100px;
    background-color: #f9f6f5;
    overflow: hidden;
    z-index: 1;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

.hmTeacherHeader {
    max-width: 760px;
    margin: 0 auto 55px;
    position: relative;
    z-index: 3;
    text-align: center;
}

.hmTeacherSubTitle {
    display: inline-block;
    font-family: "Lobster Two", cursive;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #c20029;
    margin-bottom: 14px;
}

.hmTeacherTitle {
    font-family: "Lobster Two", cursive;
    font-size: 68px;
    font-weight: 700;
    line-height: 1.08;
    color: #0e5397;
    margin-bottom: 14px;
}

.hmTeacherHeaderDots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.hmTeacherHeaderDot {
    display: inline-block;
    border-radius: 50%;
}

.hmTeacherHeaderDotOrange {
    width: 14px;
    height: 14px;
    background-color: #f2a15a;
}

.hmTeacherHeaderDotGray {
    width: 26px;
    height: 26px;
    background-color: #bcc3cb;
}

/* Decorative Shapes */
.hmTeacherPencilShape {
    position: absolute;
    left: -10px;
    bottom: 90px;
    z-index: 2;
    animation: hmTeacherPencilFloat 4s ease-in-out infinite;
}

.hmTeacherCubeShape {
    position: absolute;
    right: 220px;
    top: 120px;
    z-index: 2;
    animation: hmTeacherCubeRotate 6s linear infinite;
}

.hmTeacherCloudShape {
    position: absolute;
    right: 40px;
    bottom: 0;
    z-index: 1;
}

.hmTeacherPencilShape img {
    width: 120px;
    height: auto;
    display: block;
}

.hmTeacherCubeShape img {
    width: 58px;
    height: auto;
    display: block;
}

.hmTeacherCloudShape img {
    width: 120px;
    height: auto;
    display: block;
}

/* Swiper wrapper */
.hmTeacherSlider {
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding: 10px 0 20px;
}

.hmTeacherSlider .swiper-slide {
    height: auto;
}

/* Card - dashed border outer */
.hmTeacherCard {
    border: 2px dashed #edd9ce;
    border-radius: 46px;
    padding: 18px 18px 24px;
    background-color: transparent;
    transition: all 0.35s ease;
}

.hmTeacherCardInner {
    text-align: center;
}

/* Portrait image box */
.hmTeacherImageBox {
    position: relative;
    border-radius: 42px;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    display: block;
}

/* Image fills box fully */
.hmTeacherImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

/* Card background colors */
.hmTeacherCardOrange .hmTeacherImageBox {
    background-color: #803f17;
}

.hmTeacherCardLightBlue .hmTeacherImageBox {
    background-color: #c77f1f;
}

.hmTeacherCardBlue .hmTeacherImageBox {
    background-color: #cfaa4d;
}

.hmTeacherCardPink .hmTeacherImageBox {
    background-color: #91a15c;
}

.hmTeacherCard:hover .hmTeacherSocial {
    opacity: 1;
    visibility: visible;
    bottom: 28px;
}

.hmTeacherContent {
    padding-top: 20px;
}

.hmTeacherName {
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 8px;
}

.hmTeacherName a {
    color: #385469;
    text-decoration: none;
}

.hmTeacherRole {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #6b7785;
    margin-bottom: 0;
}

/* Pagination */
.hmTeacherPaginationWrap {
    margin-top: 34px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.hmTeacherPagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.hmTeacherPagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #c20029;
    opacity: 1;
    margin: 0;
    position: relative;
}

.hmTeacherPagination .swiper-pagination-bullet-active {
    background-color: #c20029;
}

.hmTeacherPagination .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background-color: #c20029;
}

/* Animations */
@keyframes hmTeacherPencilFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-16px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes hmTeacherCubeRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Responsive */
@media (max-width: 1399.98px) {
    .hmTeacherTitle {
        font-size: 58px;
    }

    .hmTeacherCubeShape {
        right: 110px;
    }
}

@media (max-width: 1199.98px) {
    .hmTeacherSection {
        padding: 95px 0 90px;
    }

    .hmTeacherTitle {
        font-size: 50px;
    }

    .hmTeacherPencilShape img {
        width: 95px;
    }

    .hmTeacherCubeShape img {
        width: 48px;
    }

    .hmTeacherCloudShape img {
        width: 90px;
    }
}

@media (max-width: 991.98px) {
    .hmTeacherSection {
        padding: 85px 0 80px;
    }

    .hmTeacherHeader {
        margin-bottom: 42px;
    }

    .hmTeacherSubTitle {
        font-size: 22px;
    }

    .hmTeacherTitle {
        font-size: 42px;
    }

    .hmTeacherCard {
        border-radius: 38px;
    }

    .hmTeacherImageBox {
        border-radius: 36px;
    }

    .hmTeacherCubeShape {
        right: 35px;
        top: 95px;
    }

    .hmTeacherCloudShape {
        opacity: 0.5;
    }
}

@media (max-width: 767.98px) {
    .hmTeacherSection {
        padding: 75px 0 70px;
    }

    .hmTeacherSubTitle {
        font-size: 20px;
    }

    .hmTeacherTitle {
        font-size: 34px;
    }

    .hmTeacherHeader {
        margin-bottom: 34px;
    }

    .hmTeacherCard {
        padding: 14px 14px 20px;
        border-radius: 32px;
    }

    .hmTeacherImageBox {
        border-radius: 30px;
    }

    .hmTeacherName {
        font-size: 20px;
    }

    .hmTeacherRole {
        font-size: 15px;
    }

    .hmTeacherPencilShape img {
        width: 75px;
    }

    .hmTeacherCubeShape img {
        width: 40px;
    }

    .hmTeacherCloudShape {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .hmTeacherSection {
        padding: 60px 0;
    }

    .hmTeacherSubTitle {
        font-size: 18px;
    }

    .hmTeacherTitle {
        font-size: 30px;
    }

    .hmTeacherImageBox {
        border-radius: 26px;
    }

    .hmTeacherSocial a {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .hmTeacherPaginationWrap {
        margin-top: 28px;
    }

    .hmTeacherPencilShape img {
        width: 60px;
    }

    .hmTeacherCubeShape img {
        width: 32px;
    }
}
/* ===== Teacher Section End ===== */





















/* =========================
   Gallery Section Start
========================= */

.hmGallerySection {
    position: relative;
    padding: 90px 0;
    background-color: #f7f5f6;
    overflow: hidden;
}

/* ===== Title ===== */
.hmGalleryHeader {
    margin-bottom: 45px;
    text-align: center;
}

.hmGallerySubTitle {
    font-family: 'Lobster Two', cursive; /* ✅ updated */
    font-size: 22px;
    font-weight: 700;
    color: #c20029; /* ✅ red */
    margin-bottom: 10px;
}

.hmGalleryTitle {
    font-family: 'Lobster Two', cursive; /* ✅ updated */
    font-size: 68px;
    font-weight: 700;
    line-height: 1.2;
    color: #0e5397; /* ✅ blue */
    margin-bottom: 0;
}

/* ===== Shapes ===== */
.hmGalleryShape {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.hmGalleryShape img {
    width: 100%;
    height: auto;
    display: block;
}

/* Top floating shape */
.hmGalleryShapeTop {
    top: 40px;
    left: 30%;
    width: 60px;
    animation: hmGalleryFloat 4s ease-in-out infinite;
}

/* Bottom floating shape */
.hmGalleryShapeBottom {
    bottom: 40px;
    right: 30%;
    width: 60px;
    animation: hmGalleryFloat 5s ease-in-out infinite;
}

/* ===== Slider ===== */
.hmGallerySlider {
    position: relative;
    z-index: 2;
    padding: 0 10px;
}

.hmGallerySlider .swiper-slide {
    height: auto;
}

/* ===== Card ===== */
.hmGalleryCard {
    border-radius: 90px 90px 35px 35px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1.5 / 1;
    background-color: #eaeaea;
}

.hmGalleryImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===== Animation ===== */
@keyframes hmGalleryFloat {
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}

/* =========================
   Responsive
========================= */

/* Laptop */
@media (max-width: 1199.98px) {
    .hmGalleryCard {
        border-radius: 70px 70px 28px 28px;
    }

    .hmGalleryShapeTop,
    .hmGalleryShapeBottom {
        width: 50px;
    }
}

/* Tablet */
@media (max-width: 991.98px) {
    .hmGallerySection {
        padding: 70px 0;
    }

    .hmGalleryTitle {
        font-size: 34px;
    }

    .hmGallerySubTitle {
        font-size: 20px;
    }

    .hmGalleryCard {
        border-radius: 60px 60px 25px 25px;
    }

    .hmGalleryShapeTop {
        left: 15%;
        width: 45px;
    }

    .hmGalleryShapeBottom {
        right: 15%;
        width: 45px;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .hmGallerySection {
        padding: 60px 0;
    }

    .hmGalleryTitle {
        font-size: 28px;
    }

    .hmGallerySubTitle {
        font-size: 18px;
    }

    .hmGalleryCard {
        border-radius: 45px 45px 20px 20px;
    }

    .hmGallerySlider {
        padding: 0 6px;
    }

    .hmGalleryShapeTop {
        top: 20px;
        left: 10%;
        width: 35px;
    }

    .hmGalleryShapeBottom {
        bottom: 20px;
        right: 10%;
        width: 35px;
    }
}

/* Small Mobile */
@media (max-width: 575.98px) {
    .hmGalleryCard {
        border-radius: 35px 35px 15px 15px;
    }

    .hmGalleryShapeTop,
    .hmGalleryShapeBottom {
        width: 28px;
    }
}

/* =========================
   Gallery Section End
========================= */













/* ===== Admission Section ===== */
.hmAdmissionSection {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    z-index: 1;
}

/* Full Background Image */
.hmAdmissionBg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url('../images/believers-image1.webp') no-repeat center center;
    background-size: cover;
    z-index: -2;
}

/* Optional light overlay for readability */
.hmAdmissionSection::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.58);
    z-index: -1;
}

/* ORANGE SHAPE */
.hmAdmissionShapeBox {
    background: #fce9af;
    padding: 60px 50px;
    border-radius: 80px 80px 80px 0;
    position: relative;
    color: #fff;
    max-width: 520px;
}

/* Inner white border */
.hmAdmissionShapeBox::before {
    content: "";
    position: absolute;
    inset: 15px;
    border: 2px dashed #c20029;
    border-radius: 70px 70px 70px 0;
}

/* Text */
.hmAdmissionSub {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* ✅ p font */
    font-size: 22px;
    color: #0e5397; /* ✅ blue */
    display: block;
    margin-bottom: 15px;
}

.hmAdmissionHeading {
    font-family: 'Lobster Two', cursive; /* ✅ title font */
    font-size: 42px;
    font-weight: 700;
    color: #0e5397; /* ✅ red */
    margin-bottom: 40px;
    line-height: 1.15;
}

/* Call */
.hmAdmissionCall {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hmAdmissionCallIcon {
    width: 60px;
    height: 60px;
    background: #fff;
    color: #ee9c57;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.hmAdmissionCall span {
    display: block;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* ✅ p font */
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #0e5397; /* ✅ blue */
}

.hmAdmissionCall h5 {
    margin: 0;
    font-family: 'Lobster Two', cursive; /* ✅ title font */
    font-size: 24px;
    font-weight: 700;
    color: #c20029; /* ✅ red */
}

/* FORM */
.hmAdmissionFormBox {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.hmAdmissionFormTitle {
    font-family: 'Lobster Two', cursive; /* ✅ title font */
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #0e5397; /* ✅ blue */
}

/* Inputs */
.hmAdmissionFormBox input,
.hmAdmissionFormBox select {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 15px;
    outline: none;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* ✅ p font */
    font-size: 16px;
    background: #fff;
    color: #0e5397; /* ✅ blue */
}

.hmAdmissionFormBox input:focus,
.hmAdmissionFormBox select:focus {
    border-color: #ee9c57;
}

/* Button */
.hmAdmissionBtn {
    background: #c20029; /* ✅ red */
    border: none;
    color: #ffffff;
    height: 50px;
    border-radius: 50px;
    font-family: 'Lobster Two', cursive; /* ✅ title font */
    font-weight: 700;
    width: 100%;
    transition: 0.3s;
}

.hmAdmissionBtn:hover {
    background: #0e5397; /* ✅ blue hover */
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .hmAdmissionSection {
        padding: 80px 0;
    }

    .hmAdmissionSection::before {
        background: rgba(255, 255, 255, 0.72);
    }

    .hmAdmissionShapeBox {
        margin-bottom: 40px;
        max-width: 100%;
    }

    .hmAdmissionHeading {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .hmAdmissionShapeBox {
        padding: 40px 25px;
    }

    .hmAdmissionHeading {
        font-size: 26px;
    }

    .hmAdmissionFormBox {
        padding: 25px 20px;
    }

    .hmAdmissionFormTitle {
        font-size: 22px;
    }

    .hmAdmissionCall h5 {
        font-size: 20px;
    }
}



































/* ===== Principal Section Start ===== */
.bsPrincipalWrap {
    position: relative;
    overflow: hidden;
    background-color: #f7f5f6;
}

.bsPrincipalHero {
    position: relative;
    padding: 90px 0 130px;
    overflow: hidden;
    z-index: 1;
}

.bsPrincipalHeroContent {
    position: relative;
    z-index: 3;
}

.bsPrincipalHeroTitle {
    margin: 0;
    font-family: "Lobster Two", cursive;
    font-size: 62px;
    font-weight: 700;
    line-height: 1.1;
    color: #0e5397;
}

/* shapes */
.bsPrincipalShape {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.bsPrincipalShape img {
    width: 100%;
    height: auto;
    display: block;
}

.bsPrincipalShapeLeft {
    top: 40px;
    left: 0;
    width: 120px;
    animation: bsPrincipalFloatY 4.2s ease-in-out infinite;
}

.bsPrincipalShapeRight {
    right: 30px;
    bottom: 25px;
    width: 90px;
    animation: bsPrincipalFloatY 4.6s ease-in-out infinite;
}

@keyframes bsPrincipalFloatY {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-14px);
    }
    100% {
        transform: translateY(0);
    }
}

/* card section */
.bsPrincipalCardSection {
    position: relative;
    padding: 0 0 100px;
    z-index: 4;
}

.bsPrincipalCard {
    background-color: #f8f6f6;
    border: 2px dashed #edd9ce;
    border-radius: 28px;
    padding: 26px;
}

.bsPrincipalImage {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-color: #f2ebe8;
}

.bsPrincipalImage img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 520px;
    margin: 0 auto;
}

.bsPrincipalContent {
    padding-left: 20px;
}

.bsPrincipalName {
    margin: 0 0 8px;
    font-family: "Lobster Two", cursive;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.1;
    color: #c20029;
}

.bsPrincipalDesignation {
    margin: 0 0 18px;
    font-family: "Lobster Two", cursive;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #0e5397;
}
.bsPrincipalDesi{
         font-family: "Lobster Two", cursive;
      font-size: 17px;
    font-weight: 100;
     color: #0e5397;
}

.bsPrincipalContent p {
    margin: 0 0 16px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.85;
    color: #6b7785;
}

.bsPrincipalContent p:last-child {
    margin-bottom: 0;
}

/* ===== Responsive ===== */
@media (max-width: 1399.98px) {
    .bsPrincipalHeroTitle {
        font-size: 56px;
    }

    .bsPrincipalName {
        font-size: 40px;
    }
}

@media (max-width: 1199.98px) {
    .bsPrincipalHero {
        padding: 80px 0 110px;
    }

    .bsPrincipalHeroTitle {
        font-size: 48px;
    }

    .bsPrincipalName {
        font-size: 36px;
    }

    /* .bsPrincipalImage img {
        max-height: 460px;
    } */
}

@media (max-width: 991.98px) {
    .bsPrincipalHero {
        padding: 70px 0 90px;
    }

    .bsPrincipalHeroTitle {
        font-size: 40px;
    }

    .bsPrincipalCardSection {
        padding-bottom: 80px;
    }

    .bsPrincipalCard {
        padding: 22px;
    }

    .bsPrincipalImage {
        margin-bottom: 24px;
    }

    /* .bsPrincipalImage img {
        max-height: 420px;
    } */

    .bsPrincipalContent {
        padding-left: 0;
    }

    .bsPrincipalName {
        font-size: 32px;
    }

    .bsPrincipalDesignation {
        font-size: 22px;
    }

    .bsPrincipalShapeLeft {
        width: 90px;
        top: 28px;
    }

    .bsPrincipalShapeRight {
        width: 68px;
        right: 18px;
        bottom: 18px;
    }
}

@media (max-width: 767.98px) {
    .bsPrincipalHero {
        padding: 55px 0 70px;
    }

    .bsPrincipalHeroTitle {
        font-size: 32px;
    }

    .bsPrincipalCard {
        padding: 18px;
        border-radius: 22px;
    }

    .bsPrincipalImage {
        border-radius: 18px;
    }

    /* .bsPrincipalImage img {
        max-height: 360px;
    } */

    .bsPrincipalName {
        font-size: 28px;
    }

    .bsPrincipalDesignation {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .bsPrincipalContent p {
        font-size: 15px;
        line-height: 1.75;
    }

    .bsPrincipalShapeLeft {
        width: 70px;
    }

    .bsPrincipalShapeRight {
        width: 52px;
    }
}

@media (max-width: 575.98px) {
    .bsPrincipalHero {
        padding: 45px 0 55px;
    }

    .bsPrincipalHeroTitle {
        font-size: 28px;
    }

    .bsPrincipalCardSection {
        padding-bottom: 65px;
    }

    .bsPrincipalCard {
        padding: 14px;
        border-radius: 18px;
    }

    .bsPrincipalImage {
        border-radius: 14px;
        margin-bottom: 18px;
    }

    /* .bsPrincipalImage img {
        max-height: 300px;
    } */

    .bsPrincipalName {
        font-size: 24px;
    }

    .bsPrincipalDesignation {
        font-size: 18px;
    }

    .bsPrincipalContent p {
        font-size: 14px;
        line-height: 1.7;
    }

    .bsPrincipalShapeLeft {
        width: 54px;
        top: 20px;
    }

    .bsPrincipalShapeRight {
        width: 42px;
        right: 10px;
        bottom: 10px;
    }
}

@media (max-width: 420px) {
    .bsPrincipalHeroTitle {
        font-size: 24px;
    }

    /* .bsPrincipalImage img {
        max-height: 260px;
    } */

    .bsPrincipalName {
        font-size: 22px;
    }

    .bsPrincipalContent p {
        font-size: 13px;
    }
}
/* ===== Principal Section End ===== */






























/* ===== Contact Hero Section Start ===== */
.bsContactHeroSection {
    position: relative;
    padding: 140px 0 170px;
    background-image: url('../images/hero-section.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}

.bsContactHeroContent {
    position: relative;
    z-index: 3;
    max-width: 900px;
    margin: 0 auto;
}

.bsContactHeroTitle {
    margin: 0 0 18px;
    font-family: "Lobster Two", cursive;
    font-size: 58px;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
}

.bsContactBreadcrumbWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.bsContactBreadcrumbLink,
.bsContactBreadcrumbSlash,
.bsContactBreadcrumbCurrent {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}

.bsContactBreadcrumbLink {
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    transition: all 0.3s ease;
}

/* .bsContactBreadcrumbLink i {
    color: #ffffff;
    font-size: 20px;
} */

.bsContactBreadcrumbLink:hover {
    color: #c20029;
}

.bsContactBreadcrumbSlash,
.bsContactBreadcrumbCurrent {
    color: #ffffff;
    font-size: 17px;
}

.bsContactHeroShape {
    position: absolute;
    pointer-events: none;
    z-index: 2;
}

.bsContactHeroShape img {
    width: 100%;
    height: auto;
    display: block;
}

.bsContactHeroShapeLeft {
    left: 0;
    top: 150px;
    width: 150px;
    animation: bsContactHeroFloatY 4s ease-in-out infinite;
}

.bsContactHeroShapeRight {
    right: 55px;
    bottom: 110px;
    width: 110px;
    animation: bsContactHeroFloatY 4.8s ease-in-out infinite;
}

@keyframes bsContactHeroFloatY {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-14px);
    }
    100% {
        transform: translateY(0);
    }
}

/* ===== Responsive ===== */
@media (max-width: 1399.98px) {
    .bsContactHeroTitle {
        font-size: 64px;
    }
}

@media (max-width: 1199.98px) {
    .bsContactHeroSection {
        padding: 120px 0 150px;
    }

    .bsContactHeroTitle {
        font-size: 56px;
    }

    .bsContactBreadcrumbLink,
    .bsContactBreadcrumbSlash,
    .bsContactBreadcrumbCurrent {
        font-size: 20px;
    }

    .bsContactHeroShapeLeft {
        width: 130px;
    }

    .bsContactHeroShapeRight {
        width: 95px;
        right: 35px;
    }
}

@media (max-width: 991.98px) {
    .bsContactHeroSection {
        padding: 95px 0 125px;
    }

    .bsContactHeroTitle {
        font-size: 46px;
    }

    .bsContactBreadcrumbLink,
    .bsContactBreadcrumbSlash,
    .bsContactBreadcrumbCurrent {
        font-size: 18px;
    }

    .bsContactHeroShapeLeft {
        top: 140px;
        width: 105px;
    }

    .bsContactHeroShapeRight {
        bottom: 90px;
        width: 78px;
        right: 24px;
    }
}

@media (max-width: 767.98px) {
    .bsContactHeroSection {
        padding: 75px 0 95px;
        background-position: center bottom;
        background-size: cover;
    }

    .bsContactHeroTitle {
        font-size: 36px;
    }

    .bsContactBreadcrumbWrap {
        gap: 8px;
    }

    .bsContactBreadcrumbLink,
    .bsContactBreadcrumbSlash,
    .bsContactBreadcrumbCurrent {
        font-size: 16px;
    }

    .bsContactBreadcrumbLink i {
        font-size: 16px;
    }

    .bsContactHeroShapeLeft {
        top: 120px;
        width: 78px;
    }

    .bsContactHeroShapeRight {
        width: 58px;
        right: 12px;
        bottom: 70px;
    }
}

@media (max-width: 575.98px) {
    .bsContactHeroSection {
        padding: 60px 0 78px;
    }

    .bsContactHeroTitle {
        font-size: 30px;
    }

    .bsContactBreadcrumbLink,
    .bsContactBreadcrumbSlash,
    .bsContactBreadcrumbCurrent {
        font-size: 15px;
    }

    .bsContactHeroShapeLeft {
        width: 58px;
        top: 105px;
    }

    .bsContactHeroShapeRight {
        width: 44px;
        right: 8px;
        bottom: 55px;
    }
}
/* ===== Contact Hero Section End ===== */












/* ===== Contact Form Section ===== */
.bsContactFormSection {
    padding: 100px 0;
    background: #ffffff;
}

/* left card */
.bsContactInfoCard {
    background: #c20029;
    border-radius: 20px;
    padding: 30px;
    color: #fff;
}

.bsContactInfoItem {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.bsContactIcon {
    width: 60px;
    height: 60px;
    border: 2px dashed #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bsContactIcon i {
    font-size: 20px;
    color: #fff;
}

.bsContactInfoItem p {
    margin: 0 0 4px;
    font-size: 14px;
    line-height: 1.5;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif;
    color: #ffffff;
}

.bsContactInfoItem h5 {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    font-family: "Lobster Two", cursive;
    color: #ffffff;
}

/* image */
.bsContactImage {
    margin-top: 20px;
    border-radius: 15px;
    overflow: hidden;
}

.bsContactImage img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}

/* right form */
.bsContactFormWrap {
    padding-left: 30px;
}

.bsContactFormTitle {
    margin: 0 0 12px;
    font-family: "Lobster Two", cursive;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    color: #0e5397;
}

.bsContactFormText {
    margin-bottom: 20px;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif;
}

/* inputs */
.bsContactInput,
.bsContactTextarea {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif;
}

.bsContactInput:focus,
.bsContactTextarea:focus {
    outline: none;
    border-color: #c20029;
    box-shadow: none;
}

.bsContactTextarea {
    height: 160px;
    resize: none;
}

/* button */
.bsContactBtn {
    background: #c20029;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}

.bsContactBtn:hover {
    background: #0e5397;
    color: #fff;
}

/* ===== Responsive ===== */
@media (max-width: 1199.98px) {
    .bsContactFormTitle {
        font-size: 42px;
    }

    .bsContactImage img {
        height: 280px;
    }
}

@media (max-width: 991.98px) {
    .bsContactFormSection {
        padding: 80px 0;
    }

    .bsContactInfoCard {
        padding: 24px;
    }

    .bsContactImage img {
        height: 240px;
    }

    .bsContactFormWrap {
        padding-left: 0;
        margin-top: 30px;
    }

    .bsContactFormTitle {
        font-size: 36px;
    }
}

@media (max-width: 767.98px) {
    .bsContactFormSection {
        padding: 70px 0;
    }

    .bsContactInfoCard {
        padding: 20px;
        border-radius: 16px;
    }

    .bsContactInfoItem {
        gap: 12px;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .bsContactInfoItem h5 {
        font-size: 18px;
    }

    .bsContactImage {
        margin-top: 16px;
        border-radius: 12px;
    }

    .bsContactImage img {
        height: 220px;
        border-radius: 12px;
    }

    .bsContactFormTitle {
        font-size: 30px;
    }

    .bsContactTextarea {
        height: 140px;
    }
}

@media (max-width: 575.98px) {
    .bsContactFormSection {
        padding: 60px 0;
    }

    .bsContactInfoCard {
        padding: 16px;
        border-radius: 14px;
    }

    .bsContactIcon {
        width: 50px;
        height: 50px;
    }

    .bsContactIcon i {
        font-size: 16px;
    }

    .bsContactInfoItem p {
        font-size: 13px;
    }

    .bsContactInfoItem h5 {
        font-size: 16px;
    }

    .bsContactImage img {
        height: 180px;
    }

    .bsContactFormTitle {
        font-size: 28px;
    }

    .bsContactFormText {
        font-size: 14px;
    }

    .bsContactInput,
    .bsContactTextarea {
        padding: 13px 14px;
        font-size: 14px;
    }

    .bsContactTextarea {
        height: 120px;
    }

    .bsContactBtn {
        padding: 11px 24px;
        font-size: 14px;
    }
}

.bsContactInfoItem h5 a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.bsContactInfoItem h5 a:hover {
    color: #ffe2b8 !important;
    text-decoration: none !important;
}

.bsContactAlert {
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.bsContactAlertSuccess {
    background-color: #e8f7ec;
    color: #1f7a3d;
    border: 1px solid #b9e2c5;
}

.bsContactAlertError {
    background-color: #fdeaea;
    color: #b42318;
    border: 1px solid #f5b5b5;
}











/* ===== Contact Map Section ===== */
.bsContactMapSection {
    position: relative;
    margin-top: 80px;
}

.bsContactMapWrap {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 0;
}

.bsContactMapWrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* ===== Responsive ===== */
@media (max-width: 991.98px) {
    .bsContactMapWrap {
        height: 400px;
    }
}

@media (max-width: 767.98px) {
    .bsContactMapWrap {
        height: 320px;
    }
}

@media (max-width: 575.98px) {
    .bsContactMapWrap {
        height: 260px;
    }
}

































/* ============================= */
/* About Hero Section */
/* ============================= */
.aboutHeroSection {
    position: relative;
    background-image: url('../images/hero-section.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 120px 0 100px;
}

/* Overlay */
.aboutHeroSection::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(14, 83, 151, 0.10) 0%, rgba(14, 83, 151, 0.18) 100%);
    pointer-events: none;
}

/* Content Layer */
.aboutHeroSection .container {
    position: relative;
    z-index: 2;
}



/* ============================= */
/* Hero Content */
/* ============================= */
.aboutHeroContent {
    text-align: center;
}

.aboutHeroContent h1 {
    font-family: 'Lobster Two', cursive;
    font-size: 58px;
    line-height: 1.1;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 18px;
}

/* ============================= */
/* Breadcrumb (FIXED CENTER) */
/* ============================= */
.aboutBreadcrumbList {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
}

.aboutBreadcrumbList li {
    display: inline-flex;
    align-items: center;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    color: #ffffff;
}

.aboutBreadcrumbList li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.aboutBreadcrumbList li a:hover {
    color: #c20029;
}

.aboutBreadcrumbList li span {
    color: #ffffff;
}

/* ============================= */
/* Floating Shape */
/* ============================= */
.aboutShape {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.aboutShapeTwo {
    bottom: 18%;
    right: 8%;
    width: 140px;
    opacity: 0.9;
    animation: floatUpDown 4s ease-in-out infinite;
}

/* ============================= */
/* Animation */
/* ============================= */
@keyframes floatUpDown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-25px);
    }
    100% {
        transform: translateY(0px);
    }
}

/* ============================= */
/* Responsive */
/* ============================= */
@media (max-width: 1199.98px) {
    .aboutHeroSection {
        min-height: 380px;
        padding: 110px 0 90px;
    }

    .aboutHeroContent h1 {
        font-size: 50px;
    }
}

@media (max-width: 991.98px) {
    .aboutHeroSection {
        min-height: 340px;
        padding: 95px 0 80px;
    }

    .aboutHeroContent h1 {
        font-size: 42px;
    }

    .aboutBreadcrumbList li {
        font-size: 16px;
    }

    .aboutShapeTwo {
        width: 110px;
        right: 5%;
        bottom: 12%;
    }
}

@media (max-width: 767.98px) {
    .aboutHeroSection {
        min-height: 300px;
        padding: 85px 0 70px;
    }

    .aboutHeroContent h1 {
        font-size: 34px;
        margin-bottom: 14px;
    }

    .aboutBreadcrumbList {
        gap: 8px;
    }

    .aboutBreadcrumbList li {
        font-size: 15px;
    }
}

@media (max-width: 575.98px) {
    .aboutHeroSection {
        min-height: 270px;
        padding: 75px 0 60px;
    }

    .aboutHeroContent h1 {
        font-size: 28px;
    }

    .aboutBreadcrumbList li {
        font-size: 14px;
    }

    .aboutShapeTwo {
        width: 80px;
        bottom: 10%;
    }
}


















/* ============================= */
/* ABOUT SECTION */
/* ============================= */
.bsAboutSection {
    position: relative;
    padding: 110px 0;
    background-image: url('../images/bg-testimonials.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.bsAboutSection::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.70);
    pointer-events: none;
}

.bsAboutSection .container {
    position: relative;
    z-index: 2;
}

/* ============================= */
/* CONTENT */
/* ============================= */
.bsAboutContent {
    max-width: 620px;
}

.bsAboutSubTitle {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    color: #0e5397;
    font-family: 'Lobster Two', cursive;
}

.bsAboutTitle {
    font-family: 'Lobster Two', cursive;
    font-size: 56px;
    color: #0e5397;
    margin-bottom: 20px;
    font-weight: 700;
}

.bsAboutText {
    font-size: 18px;
    color: #5f6c7b;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* ============================= */
/* FEATURE LIST */
/* ============================= */
.bsAboutFeatureList {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.bsAboutFeatureItem {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* DEFAULT STATE */
.bsAboutFeatureIcon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    border: 2px solid #0e5397; /* BLUE */
    color: #0e5397;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
}

.bsAboutFeatureTitle {
    font-family: 'Lobster Two', cursive;
    font-size: 24px;
    font-weight: 700;
    color: #c20029; /* RED */
    transition: all 0.3s ease;
}

/* DESCRIPTION hidden */
.bsAboutFeatureDesc {
    display: none;
    margin-top: 8px;
    font-size: 18px;
    color: #5f6c7b;
    line-height: 1.7;
}

/* ============================= */
/* HOVER STATE */
/* ============================= */
.bsAboutFeatureItem:hover .bsAboutFeatureIcon {
    background: #c20029; /* RED */
    border-color: #c20029;
    color: #ffffff;
}

.bsAboutFeatureItem:hover .bsAboutFeatureTitle {
    color: #0e5397; /* BLUE */
}

/* ============================= */
/* ACTIVE CLICKED */
/* ============================= */
.activeFeatureItem .bsAboutFeatureIcon {
    background: #0e5397; /* BLUE */
    border-color: #0e5397;
    color: #ffffff;
}

.activeFeatureItem .bsAboutFeatureTitle {
    color: #0e5397;
}

.activeFeatureItem .bsAboutFeatureDesc {
    display: block;
}

/* KEEP ACTIVE STABLE */
.activeFeatureItem:hover .bsAboutFeatureIcon {
    background: #0e5397;
    border-color: #0e5397;
}

.activeFeatureItem:hover .bsAboutFeatureTitle {
    color: #0e5397;
}

/* ============================= */
/* IMAGE AREA */
/* ============================= */
.bsAboutImageArea {
    position: relative;
    min-height: 600px;
}

.bsAboutImageCard {
    position: absolute;
    overflow: hidden;
    border-radius: 30px;
}

.bsAboutImageCard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 12px solid #c20029;
    border-radius: 30px;
    transition: 0.3s ease;
}

.bsAboutImageCard img:hover {
    border-color: #0e5397;
}

/* TOP IMAGE */
.bsAboutImageCardOne {
    width: 420px;
    height: 300px;
    top: 0;
    left: 0;
    transform: rotate(-12deg);
    z-index: 2;
}

/* BOTTOM IMAGE */
.bsAboutImageCardTwo {
    width: 380px;
    height: 280px;
    bottom: 0;
    right: 0;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */
@media (max-width: 1199px) {
    .bsAboutTitle {
        font-size: 46px;
    }

    .bsAboutText {
        font-size: 17px;
    }

    .bsAboutFeatureTitle {
        font-size: 22px;
    }

    .bsAboutImageCardOne {
        width: 360px;
        height: 260px;
    }

    .bsAboutImageCardTwo {
        width: 320px;
        height: 240px;
    }
}

@media (max-width: 991px) {
    .bsAboutSection {
        padding: 80px 0;
    }

    .bsAboutContent {
        margin-bottom: 40px;
    }

    .bsAboutTitle {
        font-size: 38px;
    }

    .bsAboutFeatureTitle {
        font-size: 20px;
    }

    .bsAboutFeatureDesc {
        font-size: 16px;
    }

    .bsAboutImageArea {
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .bsAboutImageCard {
        position: relative;
        width: 100% !important;
        height: 250px !important;
        transform: none !important;
    }
}

@media (max-width: 575px) {
    .bsAboutTitle {
        font-size: 28px;
    }

    .bsAboutFeatureTitle {
        font-size: 18px;
    }

    .bsAboutFeatureDesc {
        font-size: 14px;
    }
}






















/* ============================= */
/* Mission Vision Section */
/* ============================= */
.bsMissionVisionSection {
    position: relative;
    padding: 100px 0;
    background: #f7f5f6;
    overflow: hidden;
}

/* ============================= */
/* CARD SAME AS YOUR IMAGE */
/* ============================= */
.bmMissionCard {
    background: #fce9af;
    padding: 60px 50px;
    border-radius: 80px 80px 80px 0;
    position: relative;
    height: 100%;
}

/* dashed border */
.bmMissionInner {
    border: 2px dashed #c20029;
    border-radius: 60px 60px 60px 0;
    padding: 40px 35px;
}

/* subtitle */
.bmMissionSubTitle {
      font-family: 'Lobster Two', cursive;
    display: block;
    font-size: 20px;
    color: #0e5397;
    margin-bottom: 10px;
    font-weight: 700;
}

/* title */
.bmMissionTitle {
    font-family: 'Lobster Two', cursive;
    font-size: 42px;
    color: #0e5397;
    margin-bottom: 20px;
    font-weight: 700;
}

/* text */
.bmMissionText {
    font-size: 18px;
    line-height: 1.8;
    color: #0e5397;
}

/* ============================= */
/* SHAPES */
/* ============================= */
.bsMissionShape {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.bsMissionShapeOne {
    top: 50px;
    left: 40px;
    width: 100px;
    animation: shakeOne 4s ease-in-out infinite;
}

.bsMissionShapeTwo {
    bottom: 40px;
    right: 40px;
    width: 110px;
    animation: shakeTwo 5s ease-in-out infinite;
}

/* animation */
@keyframes shakeOne {
    0% { transform: translate(0,0); }
    50% { transform: translate(8px,-10px); }
    100% { transform: translate(0,0); }
}

@keyframes shakeTwo {
    0% { transform: translate(0,0); }
    50% { transform: translate(-8px,10px); }
    100% { transform: translate(0,0); }
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */
@media (max-width: 991px) {
    .bmMissionCard {
        padding: 40px 30px;
    }

    .bmMissionInner {
        padding: 30px 25px;
    }

    .bmMissionTitle {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .bmMissionTitle {
        font-size: 26px;
    }

    .bmMissionText {
        font-size: 15px;
    }
}














/* ============================= */
/* Core Values Section */
/* ============================= */
.bmCoreValuesSection {
    position: relative;
    padding: 100px 0;
    background: #f7f5f6;
    overflow: hidden;
}

.bmCoreValuesSection .container {
    position: relative;
    z-index: 2;
}

.bmCoreValuesHeader {
    margin-bottom: 55px;
}

.bmCoreValuesSubTitle {
    margin: 0 0 12px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #c20029;
}

.bmCoreValuesTitle {
    margin: 0 0 18px;
    font-family: 'Lobster Two', cursive;
    font-size: 56px;
    line-height: 1.08;
    font-weight: 700;
    color: #0e5397;
}

.bmCoreValuesText {
    max-width: 780px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    color: #0e5397;
}

/* ============================= */
/* Card */
/* ============================= */
.bmCoreValueCard {
    position: relative;
    height: 100%;
    padding: 32px;
    border-radius: 36px;
    background: rgba(252, 233, 175, 0.18);
    transition: all 0.3s ease;
}

.bmCoreValueCard:hover {
    transform: translateY(-8px);
}

.bmCoreValueInner {
    position: relative;
    height: 100%;
    min-height: 300px;
    padding: 34px 30px;
    border: 1.5px dashed currentColor;
    border-radius: 30px;
}

/* top dots */
.bmCoreValueTopDot {
    position: absolute;
    top: -12px;
    width: 52px;
    height: 28px;
    border-radius: 22px;
    background: currentColor;
    border: 3px solid #0e5397;
}

.bmCoreValueTopDotLeft {
    left: 74px;
}

.bmCoreValueTopDotRight {
    right: 74px;
}

.bmCoreValueTitleText {
    margin: 0 0 22px;
    font-family: 'Lobster Two', cursive;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #0e5397;
}

.bmCoreValueDesc {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.9;
    font-weight: 400;
    color: #0e5397;
}

/* card colors */
.bmCoreValueCardOne {
    color: #803f17;
    background: #fce9af;
}

.bmCoreValueCardTwo {
    color: #c77f1f;
    background: #fce9af;
}

.bmCoreValueCardThree {
    color: #cfaa4d;
    background: #fce9af;
}

.bmCoreValueCardFour {
    color: #91a15c;
    background: #fce9af;
}

.bmCoreValueCardFive {
    color: #803f17;
    background: #fce9af;
}

.bmCoreValueCardSix {
    color: #c77f1f;
    background: #fce9af;
}

/* hover */
.bmCoreValueCard:hover .bmCoreValueTitleText {
    color: #c20029;
}

/* ============================= */
/* Shapes */
/* ============================= */
.bmCoreShape {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    will-change: transform;
}

.bmCoreShapePlaneOne {
    top: 110px;
    right: 70px;
    width: 120px;
    animation: bmCoreFlyOne 8s ease-in-out infinite;
}

.bmCoreShapePlaneTwo {
    bottom: 90px;
    left: 60px;
    width: 110px;
    animation: bmCoreFlyTwo 7s ease-in-out infinite;
}

.bmCoreShapeFloat {
    top: 180px;
    left: 90px;
    width: 90px;
    animation: bmCoreShakeFloat 4s ease-in-out infinite;
}

/* ============================= */
/* Animations */
/* ============================= */
@keyframes bmCoreFlyOne {
    0% {
        transform: translateX(0) translateY(0) rotate(0deg);
    }
    25% {
        transform: translateX(-25px) translateY(-10px) rotate(-6deg);
    }
    50% {
        transform: translateX(-45px) translateY(8px) rotate(-10deg);
    }
    75% {
        transform: translateX(-20px) translateY(-6px) rotate(-4deg);
    }
    100% {
        transform: translateX(0) translateY(0) rotate(0deg);
    }
}

@keyframes bmCoreFlyTwo {
    0% {
        transform: translateX(0) translateY(0) rotate(0deg);
    }
    25% {
        transform: translateX(22px) translateY(-8px) rotate(5deg);
    }
    50% {
        transform: translateX(42px) translateY(10px) rotate(9deg);
    }
    75% {
        transform: translateX(20px) translateY(-5px) rotate(4deg);
    }
    100% {
        transform: translateX(0) translateY(0) rotate(0deg);
    }
}

@keyframes bmCoreShakeFloat {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    25% {
        transform: translateY(-8px) rotate(-4deg);
    }
    50% {
        transform: translateY(6px) rotate(4deg);
    }
    75% {
        transform: translateY(-5px) rotate(-3deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

/* ============================= */
/* Responsive */
/* ============================= */
@media (max-width: 1199.98px) {
    .bmCoreValuesSection {
        padding: 90px 0;
    }

    .bmCoreValuesTitle {
        font-size: 48px;
    }

    .bmCoreValueInner {
        min-height: 280px;
        padding: 28px 24px;
    }

    .bmCoreValueTitleText {
        font-size: 30px;
    }

    .bmCoreValueDesc {
        font-size: 16px;
    }

    .bmCoreValueTopDotLeft {
        left: 52px;
    }

    .bmCoreValueTopDotRight {
        right: 52px;
    }

    .bmCoreShapePlaneOne {
        width: 95px;
        right: 24px;
    }

    .bmCoreShapePlaneTwo {
        width: 90px;
        left: 20px;
    }

    .bmCoreShapeFloat {
        width: 72px;
        left: 20px;
    }
}

@media (max-width: 991.98px) {
    .bmCoreValuesSection {
        padding: 80px 0;
    }

    .bmCoreValuesHeader {
        margin-bottom: 42px;
    }

    .bmCoreValuesTitle {
        font-size: 40px;
    }

    .bmCoreValuesText {
        font-size: 17px;
    }

    .bmCoreValueCard {
        padding: 24px;
    }

    .bmCoreValueInner {
        min-height: 260px;
        padding: 24px 20px;
    }

    .bmCoreValueTitleText {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .bmCoreValuesSection {
        padding: 70px 0;
    }

    .bmCoreValuesHeader {
        margin-bottom: 36px;
    }

    .bmCoreValuesSubTitle {
        font-size: 16px;
    }

    .bmCoreValuesTitle {
        font-size: 34px;
    }

    .bmCoreValuesText {
        font-size: 15px;
        line-height: 1.75;
    }

    .bmCoreValueCard {
        padding: 18px;
        border-radius: 28px;
    }

    .bmCoreValueInner {
        min-height: auto;
        padding: 22px 18px;
        border-radius: 22px;
    }

    .bmCoreValueTitleText {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .bmCoreValueDesc {
        font-size: 15px;
        line-height: 1.75;
    }

    .bmCoreValueTopDot {
        width: 38px;
        height: 22px;
        top: -9px;
    }

    .bmCoreValueTopDotLeft {
        left: 30px;
    }

    .bmCoreValueTopDotRight {
        right: 30px;
    }

    .bmCoreShapePlaneOne,
    .bmCoreShapePlaneTwo,
    .bmCoreShapeFloat {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .bmCoreValuesSection {
        padding: 60px 0;
    }

    .bmCoreValuesTitle {
        font-size: 28px;
    }

    .bmCoreValuesText {
        font-size: 14px;
    }

    .bmCoreValueTitleText {
        font-size: 22px;
    }

    .bmCoreValueDesc {
        font-size: 14px;
    }
}
























/* ============================= */
/* Educational Philosophy Section */
/* ============================= */
.bmPhilosophySection {
    position: relative;
    padding: 100px 0 120px;
    background-color: #f7f5f6;
    background-image: url('../images/bg-admission.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.bmPhilosophySection .container {
    position: relative;
    z-index: 2;
}

/* header */
.bmPhilosophyHeader {
    margin-bottom: 55px;
}

.bmPhilosophySubTitle {
    margin: 0 0 12px;
     font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #c20029;
}

.bmPhilosophyTitle {
    margin: 0 0 18px;
    font-family: 'Lobster Two', cursive;
    font-size: 58px;
    line-height: 1.08;
    font-weight: 700;
    color: #0e5397;
}

.bmPhilosophyText {
    max-width: 860px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    color: #374151;
}

/* card */
.bmPhilosophyCard {
    position: relative;
    height: 100%;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 28px;
    padding: 34px 28px 0;
    overflow: hidden;
    min-height: 390px;
    box-shadow: 0 12px 30px rgba(14, 83, 151, 0.08);
    transition: all 0.3s ease;
}

.bmPhilosophyCard:hover {
    transform: translateY(-8px);
}

.bmPhilosophyCardContent {
    text-align: center;
    padding-bottom: 24px;
}

.bmPhilosophyCardTitle {
    margin: 0 0 16px;
    font-family: 'Lobster Two', cursive;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #0e5397;
}

.bmPhilosophyCardDesc {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
    color: #374151;
}

/* animal area */
.bmPhilosophyAnimalWrap {
    position: relative;
    min-height: 170px;
    margin-top: auto;
}

.bmPhilosophyCurve {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 220px;
    height: 110px;
    border-radius: 220px 220px 0 0;
    z-index: 1;
}

.bmPhilosophyAnimal {
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    max-width: 140px;
    max-height: 140px;
    width: auto;
    height: auto;
    z-index: 2;
    transition: transform 0.3s ease;
}

.bmPhilosophyAnimal {
    transform: translateX(-50%) rotate(10deg);
    transition: transform 0.35s ease;
}

.bmPhilosophyCard:hover .bmPhilosophyAnimal {
    transform: translateX(-50%) translateY(-6px) rotate(-15deg);
}

/* curve color themes */
.bmPhilosophyAnimalWrapOne .bmPhilosophyCurve {
    background: rgba(241, 194, 211, 0.45);
}

.bmPhilosophyAnimalWrapTwo .bmPhilosophyCurve {
    background: rgba(221, 191, 179, 0.55);
}

.bmPhilosophyAnimalWrapThree .bmPhilosophyCurve {
    background: rgba(208, 235, 211, 0.60);
}

.bmPhilosophyAnimalWrapFour .bmPhilosophyCurve {
    background: rgba(252, 233, 175, 0.55);
}

/* responsive */
@media (max-width: 1399.98px) {
    .bmPhilosophyTitle {
        font-size: 52px;
    }
}

@media (max-width: 1199.98px) {
    .bmPhilosophySection {
        padding: 90px 0 110px;
    }

    .bmPhilosophyHeader {
        margin-bottom: 48px;
    }

    .bmPhilosophyTitle {
        font-size: 46px;
    }

    .bmPhilosophyText {
        font-size: 17px;
    }

    .bmPhilosophyCard {
        min-height: 370px;
        padding: 30px 24px 0;
    }

    .bmPhilosophyCardTitle {
        font-size: 25px;
    }

    .bmPhilosophyCardDesc {
        font-size: 16px;
    }

    .bmPhilosophyCurve {
        width: 200px;
        height: 100px;
    }

    .bmPhilosophyAnimal {
        max-width: 126px;
        max-height: 126px;
    }
}

@media (max-width: 991.98px) {
    .bmPhilosophySection {
        padding: 80px 0 100px;
    }

    .bmPhilosophyHeader {
        margin-bottom: 42px;
    }

    .bmPhilosophyTitle {
        font-size: 40px;
    }

    .bmPhilosophyText {
        font-size: 16px;
        line-height: 1.75;
    }

    .bmPhilosophyCard {
        min-height: 350px;
    }

    .bmPhilosophyCardTitle {
        font-size: 24px;
    }

    .bmPhilosophyAnimalWrap {
        min-height: 150px;
    }

    .bmPhilosophyCurve {
        width: 190px;
        height: 96px;
    }

    .bmPhilosophyAnimal {
        max-width: 118px;
        max-height: 118px;
    }
}

@media (max-width: 767.98px) {
    .bmPhilosophySection {
        padding: 70px 0 90px;
    }

    .bmPhilosophyHeader {
        margin-bottom: 36px;
    }

    .bmPhilosophySubTitle {
        font-size: 16px;
    }

    .bmPhilosophyTitle {
        font-size: 34px;
    }

    .bmPhilosophyText {
        font-size: 15px;
        line-height: 1.75;
    }

    .bmPhilosophyCard {
        min-height: auto;
        padding: 28px 20px 0;
    }

    .bmPhilosophyCardTitle {
        font-size: 22px;
    }

    .bmPhilosophyCardDesc {
        font-size: 15px;
    }

    .bmPhilosophyAnimalWrap {
        min-height: 140px;
    }

    .bmPhilosophyCurve {
        width: 170px;
        height: 88px;
    }

    .bmPhilosophyAnimal {
        max-width: 104px;
        max-height: 104px;
    }
}

@media (max-width: 575.98px) {
    .bmPhilosophySection {
        padding: 60px 0 80px;
    }

    .bmPhilosophyTitle {
        font-size: 28px;
    }

    .bmPhilosophyText {
        font-size: 14px;
    }

    .bmPhilosophyCard {
        padding: 24px 18px 0;
        border-radius: 22px;
    }

    .bmPhilosophyCardTitle {
        font-size: 20px;
    }

    .bmPhilosophyCardDesc {
        font-size: 14px;
        line-height: 1.7;
    }

    .bmPhilosophyCurve {
        width: 150px;
        height: 78px;
    }

    .bmPhilosophyAnimal {
        max-width: 92px;
        max-height: 92px;
    }
}































/* ============================= */
/* Classes Hero Section */
/* ============================= */
.classHeroSection {
    position: relative;
    background-image: url('../images/hero-section.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 120px 0 100px;
}

.classHeroSection::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(14, 83, 151, 0.10) 0%, rgba(14, 83, 151, 0.18) 100%);
    pointer-events: none;
}

.classHeroSection .container {
    position: relative;
    z-index: 2;
}

/* ============================= */
/* Hero Content */
/* ============================= */
.classHeroContent {
    text-align: center;
}

.classHeroContent h1 {
    margin: 0 0 18px;
    font-family: 'Lobster Two', cursive;
    font-size: 58px;
    line-height: 1.1;
    font-weight: 700;
    color: #ffffff;
}

/* ============================= */
/* Breadcrumb */
/* ============================= */
.classHeroBreadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
}

.classHeroBreadcrumb li {
    display: inline-flex;
    align-items: center;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    color: #ffffff;
}

.classHeroBreadcrumb li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.classHeroBreadcrumb li a:hover {
    color: #c20029;
}

.classHeroBreadcrumb li span {
    color: #ffffff;
}

/* ============================= */
/* Ball Shape */
/* ============================= */
.classHeroBallShape {
    position: absolute;
    right: 8%;
    bottom: 16%;
    width: 120px;
    z-index: 1;
    pointer-events: none;
    animation: classBallBounce 2.8s ease-in-out infinite;
}

/* ============================= */
/* Animation */
/* ============================= */
@keyframes classBallBounce {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-18px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

/* ============================= */
/* Responsive */
/* ============================= */
@media (max-width: 1199.98px) {
    .classHeroSection {
        min-height: 380px;
        padding: 110px 0 90px;
    }

    .classHeroContent h1 {
        font-size: 50px;
    }

    .classHeroBallShape {
        width: 105px;
        right: 6%;
    }
}

@media (max-width: 991.98px) {
    .classHeroSection {
        min-height: 340px;
        padding: 95px 0 80px;
        background-position: center;
    }

    .classHeroContent h1 {
        font-size: 42px;
    }

    .classHeroBreadcrumb li {
        font-size: 16px;
    }

    .classHeroBallShape {
        width: 90px;
        right: 5%;
        bottom: 12%;
    }
}

@media (max-width: 767.98px) {
    .classHeroSection {
        min-height: 300px;
        padding: 85px 0 70px;
    }

    .classHeroContent h1 {
        font-size: 34px;
        margin-bottom: 14px;
    }

    .classHeroBreadcrumb {
        gap: 8px;
    }

    .classHeroBreadcrumb li {
        font-size: 15px;
    }

    .classHeroBallShape {
        width: 72px;
        right: 5%;
        bottom: 10%;
    }
}

@media (max-width: 575.98px) {
    .classHeroSection {
        min-height: 270px;
        padding: 75px 0 60px;
    }

    .classHeroContent h1 {
        font-size: 28px;
    }

    .classHeroBreadcrumb li {
        font-size: 14px;
    }

    .classHeroBallShape {
        width: 56px;
        right: 4%;
        bottom: 8%;
    }
}






















/* ============================= */
/* Classes Values Section */
/* ============================= */
.bmClassesValuesSection {
    position: relative;
    padding: 100px 0;
    background-color: #e1f6fe;
    background-image: url('../images/classes-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.bmClassesValuesSection .container {
    position: relative;
    z-index: 2;
}

/* ============================= */
/* Header */
/* ============================= */
.bmClassesValuesHeader {
    margin-bottom: 55px;
}

.bmClassesValuesSubTitle {
    margin: 0 0 12px;
     font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #c20029;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bmClassesValuesTitle {
    margin: 0 0 18px;
    font-family: 'Lobster Two', cursive;
    font-size: 60px;
    font-weight: 700;
    color: #0e5397;
    line-height: 1.1;
}

.bmClassesValuesText {
    max-width: 900px;
    margin: 0 auto;
    font-size: 18px;
    color: #374151;
    line-height: 1.8;
}

/* ============================= */
/* Cards */
/* ============================= */
.bmClassesValueCard {
    max-width: 380px;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.bmClassesValueCard:hover {
    transform: translateY(-6px);
}

/* Image */
.bmClassesValueImage {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
    min-height: 140px;
}

.bmClassesValueImage img {
    max-width: 110px;
    height: auto;
    transition: 0.3s ease;
}

.bmClassesValueCard:hover img {
    transform: scale(1.08);
}

/* Title */
.bmClassesValueTitle {
    font-family: 'Lobster Two', cursive;
    font-size: 28px;
    font-weight: 700;
    color: #c20029;
    margin-bottom: 12px;
}

/* Description */
.bmClassesValueDesc {
    font-size: 17px;
    color: #374151;
    line-height: 1.7;
}

/* ============================= */
/* Responsive */
/* ============================= */

/* Large devices */
@media (max-width: 1199.98px) {
    .bmClassesValuesTitle {
        font-size: 50px;
    }

    .bmClassesValueTitle {
        font-size: 25px;
    }
}

/* Tablets */
@media (max-width: 991.98px) {
    .bmClassesValuesSection {
        padding: 80px 0;
    }

    .bmClassesValuesTitle {
        font-size: 42px;
    }

    .bmClassesValuesText {
        font-size: 16px;
    }

    .bmClassesValueImage img {
        max-width: 95px;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .bmClassesValuesSection {
        padding: 70px 0;
    }

    .bmClassesValuesTitle {
        font-size: 34px;
    }

    .bmClassesValuesSubTitle {
        font-size: 16px;
    }

    .bmClassesValueTitle {
        font-size: 22px;
    }

    .bmClassesValueDesc {
        font-size: 15px;
    }
}

/* Small mobile */
@media (max-width: 575.98px) {
    .bmClassesValuesSection {
        padding: 60px 0;
    }

    .bmClassesValuesTitle {
        font-size: 28px;
    }

    .bmClassesValuesText {
        font-size: 14px;
    }

    .bmClassesValueImage img {
        max-width: 80px;
    }
}
























/* ============================= */
/* Classes Programs Section */
/* ============================= */
.bmProgramsSection {
    position: relative;
    padding: 100px 0;
    background: #f7f5f6;
    overflow: hidden;
}

.bmProgramsSection .container {
    position: relative;
    z-index: 2;
}

/* ============================= */
/* Header */
/* ============================= */
.bmProgramsHeader {
    margin-bottom: 55px;
}

.bmProgramsSubTitle {
    margin: 0 0 12px;
     font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #76b82a;
}

.bmProgramsTitle {
    margin: 0 0 18px;
    font-family: 'Lobster Two', cursive;
    font-size: 58px;
    line-height: 1.08;
    font-weight: 700;
    color: #0e5397;
}

.bmProgramsText {
    max-width: 860px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    color: #374151;
}

/* ============================= */
/* Cards */
/* ============================= */
.bmProgramsCard {
    position: relative;
    height: 100%;
    min-height: 340px;
    padding: 34px 28px 30px;
    border-radius: 44px;
    transition: all 0.3s ease;
    border: 2px dashed transparent;
    overflow: hidden;
}

.bmProgramsCard::before {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 34px;
    border: 2px dashed currentColor;
    opacity: 0.65;
    pointer-events: none;
}

.bmProgramsCard:hover {
    transform: translateY(-8px);
}

.bmProgramsCardTop {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 34px;
}


.bmProgramsCardTitle {
    margin: 2px 0 12px;
    font-family: 'Lobster Two', cursive;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #c20029;
    text-align: center;
}

.bmProgramsCardDesc {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
    color: #52627a;
}



/* card theme colors */
.bmProgramsCardOne {
    background: #f9e4dc;
    color: #f29c74;
}

.bmProgramsCardOne .bmProgramsCount {
    background: #f29c74;
}

.bmProgramsCardTwo {
    background: #dfeaf7;
    color: #7bb7ff;
}

.bmProgramsCardTwo .bmProgramsCount {
    background: #7bb7ff;
}

.bmProgramsCardThree {
    background: #f5f1e6;
    color: #e9c96a;
}

.bmProgramsCardThree .bmProgramsCount {
    background: #e9c96a;
}

.bmProgramsCardFour {
    background: #efe5fa;
    color: #c59cf0;
}

.bmProgramsCardFour .bmProgramsCount {
    background: #c59cf0;
}

/* ============================= */
/* Shapes */
/* ============================= */
.bmProgramsShape {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    will-change: transform;
}

.bmProgramsShapeOne {
    left: 20px;
    bottom: 70px;
    width: 70px;
    animation: bmAlphaFloatOne 4s ease-in-out infinite;
}

.bmProgramsShapeTwo {
    right: 80px;
    bottom: 120px;
    width: 76px;
    animation: bmAlphaFloatTwo 4.5s ease-in-out infinite;
}

.bmProgramsShapeThree {
    left: 90px;
    top: 130px;
    width: 62px;
    animation: bmAlphaFloatThree 4.2s ease-in-out infinite;
}

.bmProgramsPlaneShape {
    position: absolute;
    top: 80px;
    right: 30px;
    width: 120px;
    z-index: 1;
    pointer-events: none;
    animation: bmPlaneFly 8s linear infinite;
}

/* ============================= */
/* Animations */
/* ============================= */
@keyframes bmAlphaFloatOne {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-14px) rotate(6deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

@keyframes bmAlphaFloatTwo {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(12px) rotate(-6deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

@keyframes bmAlphaFloatThree {
    0% {
        transform: translateX(0px) translateY(0px);
    }
    50% {
        transform: translateX(8px) translateY(-10px);
    }
    100% {
        transform: translateX(0px) translateY(0px);
    }
}

@keyframes bmPlaneFly {
    0% {
        transform: translateX(0) translateY(0) rotate(0deg);
    }
    25% {
        transform: translateX(-25px) translateY(8px) rotate(-4deg);
    }
    50% {
        transform: translateX(-50px) translateY(-8px) rotate(-8deg);
    }
    75% {
        transform: translateX(-25px) translateY(6px) rotate(-4deg);
    }
    100% {
        transform: translateX(0) translateY(0) rotate(0deg);
    }
}

/* ============================= */
/* Responsive */
/* ============================= */
@media (max-width: 1399.98px) {
    .bmProgramsTitle {
        font-size: 52px;
    }

    .bmProgramsCard {
        min-height: 320px;
    }
}

@media (max-width: 1199.98px) {
    .bmProgramsSection {
        padding: 90px 0;
    }

    .bmProgramsHeader {
        margin-bottom: 48px;
    }

    .bmProgramsTitle {
        font-size: 46px;
    }

    .bmProgramsText {
        font-size: 17px;
    }

    .bmProgramsCard {
        min-height: 300px;
        padding: 30px 24px 28px;
        border-radius: 36px;
    }

    .bmProgramsCard::before {
        inset: 12px;
        border-radius: 28px;
    }



    .bmProgramsCardTitle {
        font-size: 27px;
    }

    .bmProgramsCardDesc {
        font-size: 16px;
    }


}

@media (max-width: 991.98px) {
    .bmProgramsSection {
        padding: 80px 0;
    }

    .bmProgramsHeader {
        margin-bottom: 42px;
    }

    .bmProgramsTitle {
        font-size: 40px;
    }

    .bmProgramsText {
        font-size: 16px;
        line-height: 1.75;
    }

    .bmProgramsCard {
        min-height: 290px;
    }

    .bmProgramsShapeOne {
        width: 56px;
        left: 10px;
        bottom: 35px;
    }

    .bmProgramsShapeTwo {
        width: 58px;
        right: 20px;
        bottom: 85px;
    }

    .bmProgramsShapeThree {
        width: 50px;
        top: 90px;
        left: 30px;
    }

    .bmProgramsPlaneShape {
        width: 90px;
        top: 40px;
        right: 12px;
    }
}

@media (max-width: 767.98px) {
    .bmProgramsSection {
        padding: 70px 0;
    }

    .bmProgramsHeader {
        margin-bottom: 36px;
    }

    .bmProgramsSubTitle {
        font-size: 16px;
    }

    .bmProgramsTitle {
        font-size: 34px;
    }

    .bmProgramsText {
        font-size: 15px;
        line-height: 1.7;
    }

    .bmProgramsCard {
        min-height: auto;
        padding: 28px 22px 72px;
    }

    .bmProgramsCardTop {
        gap: 14px;
        margin-bottom: 24px;
    }


    .bmProgramsCardTitle {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .bmProgramsCardDesc {
        font-size: 15px;
        line-height: 1.7;
    }


    .bmProgramsShapeOne,
    .bmProgramsShapeTwo,
    .bmProgramsShapeThree {
        display: none;
    }

    .bmProgramsPlaneShape {
        width: 70px;
        top: 20px;
        right: 10px;
    }
}

@media (max-width: 575.98px) {
    .bmProgramsSection {
        padding: 60px 0;
    }

    .bmProgramsTitle {
        font-size: 28px;
    }

    .bmProgramsText {
        font-size: 14px;
    }

    .bmProgramsCard {
        border-radius: 28px;
        padding: 24px 18px 68px;
    }

    .bmProgramsCard::before {
        inset: 10px;
        border-radius: 20px;
    }


    .bmProgramsCardTitle {
        font-size: 21px;
    }

    .bmProgramsCardDesc {
        font-size: 14px;
    }


    .bmProgramsPlaneShape {
        width: 56px;
    }
}




















/* ===== Gallery Hero Section ===== */
.bsGalleryHeroSection {
    position: relative;
    padding: 120px 0 140px;
   
    overflow: hidden;
    z-index: 1;
     background-image: url('../images/hero-section.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bsGalleryHeroContent {
    position: relative;
    z-index: 3;
}

.bsGalleryHeroTitle {
    font-family: "Lobster Two", cursive;
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

/* breadcrumb */
.bsGalleryBreadcrumbWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.bsGalleryBreadcrumbLink,
.bsGalleryBreadcrumbCurrent {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.bsGalleryBreadcrumbLink {
    color: #ffffff;
    text-decoration: none;
}


.bsGalleryBreadcrumbSlash {
    color: #ffffff;
}

.bsGalleryBreadcrumbCurrent {
    color: #ffffff;
}

/* shapes */
.bsGalleryHeroShape {
    position: absolute;
    z-index: 2;
}

.bsGalleryHeroShapeLeft {
    left: 0;
    top: 150px;
    width: 130px;
    animation: bsGalleryFloat 4s ease-in-out infinite;
}

.bsGalleryHeroShapeRight {
    right: 40px;
    bottom: 80px;
    width: 100px;
    animation: bsGalleryFloat 5s ease-in-out infinite;
}

/* animation */
@keyframes bsGalleryFloat {
    0% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0); }
}

/* responsive */
@media (max-width: 991px) {
    .bsGalleryHeroTitle {
        font-size: 42px;
    }
}

@media (max-width: 576px) {
    .bsGalleryHeroTitle {
        font-size: 30px;
    }

    .bsGalleryHeroSection {
        padding: 80px 0 100px;
    }
}



























/* ===== Gallery Page ===== */
.bmGalleryPage {
    padding: 100px 0 80px;
    background: #f7f7f7;
    z-index: 1;
}

.bmGalleryHeadingWrap {
    max-width: 760px;
    margin: 0 auto 50px;
    position: relative;
    z-index: 2;
}

.bmGalleryMiniTitle {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #0e5397;
    font-family: "Lobster Two", cursive;
    margin-bottom: 10px;
}

.bmGalleryMainTitle {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 16px;
    color: #c20029;
    font-family: "Lobster Two", cursive;
    font-weight: 700;
}


/* Masonry Layout */
.bmGalleryMasonry {
    column-count: 3;
    column-gap: 18px;
    position: relative;
    z-index: 2;
}

.bmGalleryItem {
    break-inside: avoid;
    margin-bottom: 18px;
}

.bmGalleryCard {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
}

.bmGalleryCard img {
    width: 100%;
    display: block;
    border-radius: 22px;
    transition: transform 0.45s ease;
}

.bmGalleryCard:hover img {
    transform: scale(1.06);
}

.bmGalleryCard:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/* Shapes */
.bmGalleryShape {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.bmGalleryShape img {
    max-width: 100%;
    height: auto;
    display: block;
}

.bmGalleryShapeOne {
    top: 120px;
    left: 30px;
    width: 70px;
    animation: bmShakeY 3s ease-in-out infinite;
}

.bmGalleryShapeTwo {
    top: 240px;
    right: 40px;
    width: 90px;
    animation: bmShakeRotate 4s ease-in-out infinite;
}

.bmGalleryShapeThree {
    bottom: 70px;
    left: 60px;
    width: 75px;
    animation: bmShakeX 3.5s ease-in-out infinite;
}

/* Animations */
@keyframes bmShakeY {
    0% {
        transform: translateY(0px);
    }
    25% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(0px);
    }
    75% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes bmShakeX {
    0% {
        transform: translateX(0px);
    }
    25% {
        transform: translateX(-8px);
    }
    50% {
        transform: translateX(0px);
    }
    75% {
        transform: translateX(8px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes bmShakeRotate {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(6deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(-6deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

/* Responsive */
@media (max-width: 1199.98px) {
    .bmGalleryMainTitle {
        font-size: 48px;
    }

    .bmGalleryMasonry {
        column-count: 3;
        column-gap: 16px;
    }

    .bmGalleryItem {
        margin-bottom: 16px;
    }
}

@media (max-width: 991.98px) {
    .bmGalleryPage {
        padding: 80px 0 70px;
    }

    .bmGalleryMainTitle {
        font-size: 42px;
    }

    .bmGalleryMasonry {
        column-count: 2;
    }

    .bmGalleryShapeOne {
        width: 55px;
        left: 15px;
    }

    .bmGalleryShapeTwo {
        width: 70px;
        right: 15px;
    }

    .bmGalleryShapeThree {
        width: 60px;
        left: 20px;
    }
}

@media (max-width: 767.98px) {
    .bmGalleryPage {
        padding: 70px 0 60px;
    }

    .bmGalleryHeadingWrap {
        margin-bottom: 35px;
    }

    .bmGalleryMainTitle {
        font-size: 34px;
    }



    .bmGalleryMasonry {
        column-count: 1;
        column-gap: 0;
    }

    .bmGalleryItem {
        margin-bottom: 15px;
    }

    .bmGalleryCard,
    .bmGalleryCard img {
        border-radius: 18px;
    }

    .bmGalleryShapeOne {
        top: 90px;
        width: 45px;
    }

    .bmGalleryShapeTwo {
        top: 200px;
        width: 55px;
    }

    .bmGalleryShapeThree {
        bottom: 40px;
        width: 45px;
    }
}

@media (max-width: 575.98px) {
    .bmGalleryMainTitle {
        font-size: 30px;
    }

    .bmGalleryMiniTitle {
        font-size: 16px;
    }
}








































/* ============================= */
/* Inner Hero Section (Reusable) */
/* ============================= */
.innerHeroSection {
    position: relative;
    background-image: url('../images/hero-section.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 120px 0 100px;
}

/* Overlay */
.innerHeroSection::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(14, 83, 151, 0.10) 0%, rgba(14, 83, 151, 0.18) 100%);
}

/* Content Layer */
.innerHeroSection .container {
    position: relative;
    z-index: 2;
}

/* ============================= */
/* Hero Content */
/* ============================= */
.innerHeroContent h1 {
    font-family: 'Lobster Two', cursive;
    font-size: 58px;
    line-height: 1.1;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 18px;
}

/* ============================= */
/* Breadcrumb */
/* ============================= */
.innerBreadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
}

.innerBreadcrumb li {
    display: inline-flex;
    align-items: center;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
}

.innerBreadcrumb li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.innerBreadcrumb li a:hover {
    color: #c20029;
}

.innerBreadcrumb li span {
    margin: 0 6px;
}

/* ============================= */
/* Shape */
/* ============================= */
.innerShape {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.innerShapeTwo {
    bottom: 18%;
    right: 8%;
    width: 140px;
    opacity: 0.9;
    animation: floatUpDown 4s ease-in-out infinite;
}

/* ============================= */
/* Animation */
/* ============================= */
@keyframes floatUpDown {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-25px); }
    100% { transform: translateY(0px); }
}

/* ============================= */
/* Responsive */
/* ============================= */
@media (max-width: 1199.98px) {
    .innerHeroSection {
        min-height: 380px;
        padding: 110px 0 90px;
    }

    .innerHeroContent h1 {
        font-size: 50px;
    }
}

@media (max-width: 991.98px) {
    .innerHeroSection {
        min-height: 340px;
        padding: 95px 0 80px;
    }

    .innerHeroContent h1 {
        font-size: 42px;
    }

    .innerBreadcrumb li {
        font-size: 16px;
    }

    .innerShapeTwo {
        width: 110px;
        right: 5%;
        bottom: 12%;
    }
}

@media (max-width: 767.98px) {
    .innerHeroSection {
        min-height: 300px;
        padding: 85px 0 70px;
    }

    .innerHeroContent h1 {
        font-size: 34px;
    }

    .innerBreadcrumb li {
        font-size: 15px;
    }
}

@media (max-width: 575.98px) {
    .innerHeroSection {
        min-height: 270px;
        padding: 75px 0 60px;
    }

    .innerHeroContent h1 {
        font-size: 28px;
    }

    .innerBreadcrumb li {
        font-size: 14px;
    }

    .innerShapeTwo {
        width: 80px;
    }
}








































/* ============================= */
/* Facilities Sticky Stack - Fixed */
/* ============================= */
.bmFacilitiesStackSection {
    position: relative;
    padding: 100px 0 120px;
    background: #f5f9ff;
    overflow: visible;
    z-index: 1;
    
}

.bmFacilitiesStackBg {
    position: absolute;
    inset: 0;

    opacity: 0.14;
    z-index: -1;
}

.bmFacilitiesHeading {
    max-width: 850px;
    margin: 0 auto 50px;
    position: relative;
    z-index: 3;
}

.bmFacilitiesSubTitle {
    display: inline-block;
    font-family: 'Lobster Two', cursive;
    font-size: 22px;
    font-weight: 700;
    color: #0e5397;
    margin-bottom: 10px;
}

.bmFacilitiesTitle {
    font-family: 'Lobster Two', cursive;
    font-size: 50px;
    line-height: 1.15;
    font-weight: 700;
    color: #c20029;
    margin-bottom: 14px;
}

.bmFacilitiesText {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #0e5397;
    margin-bottom: 0;
}

.bmFacilitiesStickyWrap {
    position: relative;
    padding-bottom: 80px;
}

.bmFacilitiesStickyCard {
    position: sticky;
    top: 120px;
    min-height: 78vh;
    display: flex;
    align-items: center;
    padding: 36px;
    border-radius: 34px;
    border: 3px solid transparent;
    box-shadow: 0 20px 45px rgba(14, 83, 151, 0.12);
    margin-bottom: 80px;
}

.bmFacilitiesStickyCard:last-child {
    margin-bottom: 0;
}

.bmFacilitiesStickyCardOne {
    background: #dff5ef;
    border-color: #9fdcc8;
    z-index: 1;
}

.bmFacilitiesStickyCardTwo {
    background: #eedbf8;
    border-color: #d5bce7;
    z-index: 2;
}

.bmFacilitiesStickyCardThree {
    background: #e3f5d8;
    border-color: #bfe19d;
    z-index: 3;
}

.bmFacilitiesStickyCardFour {
    background: #f7dfe5;
    border-color: #e7b5c3;
    z-index: 4;
}

.bmFacilitiesStickyCardFive {
    background: #dcecf9;
    border-color: #b1d3ef;
    z-index: 5;
}

.bmFacilitiesStickyCardSix {
    background: #f8ead0;
    border-color: #ebcf92;
    z-index: 6;
}

.bmFacilitiesStickyCardSeven {
    background: #e8defc;
    border-color: #c5b2f1;
    z-index: 7;
}

.bmFacilitiesCardContent {
    padding: 10px 24px 10px 10px;
}

.bmFacilitiesCardTag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 32px;
    border-radius: 30px;
    background: #ffffff;
    color: #c20029;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 22px;
}

.bmFacilitiesCardContent h3 {
    font-family: 'Lobster Two', cursive;
    font-size: 46px;
    line-height: 1.18;
    font-weight: 700;
    color: #0e5397;
    margin-bottom: 18px;
}

.bmFacilitiesCardContent p {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #334155;
    margin-bottom: 0;
    max-width: 560px;
}


.bmFacilitiesCardImage {
    border-radius: 24px;
    overflow: hidden;
}

.bmFacilitiesCardImage img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

/* desktop spacing effect */
.bmFacilitiesStickyCardOne { transform: rotate(0deg); }
.bmFacilitiesStickyCardTwo { transform: rotate(-1deg); }
.bmFacilitiesStickyCardThree { transform: rotate(1deg); }
.bmFacilitiesStickyCardFour { transform: rotate(-1deg); }
.bmFacilitiesStickyCardFive { transform: rotate(1deg); }
.bmFacilitiesStickyCardSix { transform: rotate(-1deg); }
.bmFacilitiesStickyCardSeven { transform: rotate(1deg); }

@media (max-width: 1199.98px) {
    .bmFacilitiesStickyCard {
        top: 100px;
        min-height: 70vh;
        padding: 28px;
    }

    .bmFacilitiesCardContent h3 {
        font-size: 38px;
    }

    .bmFacilitiesCardImage img {
        height: 360px;
    }
}

@media (max-width: 991.98px) {
    .bmFacilitiesTitle {
        font-size: 40px;
    }

    .bmFacilitiesStickyCard {
        min-height: auto;
        padding: 24px;
    }

    .bmFacilitiesCardContent {
        padding: 0 0 20px;
    }

    .bmFacilitiesCardContent h3 {
        font-size: 32px;
    }

    .bmFacilitiesCardContent p {
        font-size: 16px;
    }

    .bmFacilitiesCardImage img {
        height: 320px;
    }
}

@media (max-width: 767.98px) {
    .bmFacilitiesStackSection {
        padding: 80px 0 90px;
    }

    .bmFacilitiesTitle {
        font-size: 30px;
    }

    .bmFacilitiesStickyWrap {
        padding-bottom: 20px;
    }

    .bmFacilitiesStickyCard {
        position: sticky;
        top: 70px;
        min-height: auto;
        margin-bottom: 18px;
        padding: 16px;
        border-radius: 20px;
        transform: none !important;
    }

    .bmFacilitiesCardContent {
        padding: 0 0 16px;
    }

    .bmFacilitiesCardContent h3 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .bmFacilitiesCardContent p {
        font-size: 14px;
        line-height: 1.7;
    }

    .bmFacilitiesCardTag {
        min-width: 50px;
        height: 30px;
        font-size: 13px;
        margin-bottom: 14px;
    }

    .bmFacilitiesCardImage {
        border-radius: 16px;
    }

    .bmFacilitiesCardImage img {
        height: 220px;
        border-radius: 16px;
    }
}

@media (max-width: 575.98px) {
    .bmFacilitiesStickyCard {
        top: 65px;
        padding: 14px;
        margin-bottom: 16px;
        border-radius: 18px;
    }

    .bmFacilitiesCardContent h3 {
        font-size: 21px;
    }

    .bmFacilitiesCardContent p {
        font-size: 13px;
    }

    .bmFacilitiesCardImage img {
        height: 190px;
        border-radius: 14px;
    }
}























/* ============================= */
/* Approach Section */
/* ============================= */
.bmApproachSection {
    position: relative;
    padding: 100px 0 80px;
    background: #f7f7f7;
    overflow: hidden;
    z-index: 1;
}


/* ============================= */
/* Shapes */
/* ============================= */
.bmApproachShape {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.bmApproachShape img {
    width: 100%;
}

/* Positions */
.bmApproachShapeOne {
    top: 80px;
    left: 40px;
    width: 60px;
    animation: bmShakeY 3s ease-in-out infinite;
}

.bmApproachShapeTwo {
    top: 200px;
    right: 60px;
    width: 80px;
    animation: bmRotate 4s ease-in-out infinite;
}

.bmApproachShapeThree {
    bottom: 80px;
    left: 80px;
    width: 70px;
    animation: bmShakeX 3.5s ease-in-out infinite;
}

/* Animations */
@keyframes bmShakeY {
    0% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0); }
}

@keyframes bmShakeX {
    0% { transform: translateX(0); }
    50% { transform: translateX(10px); }
    100% { transform: translateX(0); }
}

@keyframes bmRotate {
    0% { transform: rotate(0); }
    50% { transform: rotate(8deg); }
    100% { transform: rotate(0); }
}

/* ============================= */
/* Heading */
/* ============================= */
.bmApproachHeading {
    max-width: 750px;
    margin: 0 auto 50px;
    position: relative;
    z-index: 2;
}

.bmApproachCaption {
    display: inline-block;
    font-family: "Lobster Two", cursive;
    font-size: 18px;
    font-weight: 700;
    color: #0e5397;
    margin-bottom: 10px;
}

.bmApproachTitle {
    font-family: "Lobster Two", cursive;
    font-size: 52px;
    font-weight: 700;
    color: #c20029;
    margin-bottom: 15px;
}

.bmApproachText {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #0e5397;
}

/* ============================= */
/* Cards */
/* ============================= */
.bmApproachCard {
    position: relative;
    border-radius: 25px;
    padding: 40px 25px;
    text-align: center;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    z-index: 2;
}

.bmApproachCard:hover {
    transform: translateY(-6px);
}

/* Colors */
.bmApproachCardOne { background: #e7edf5; }
.bmApproachCardTwo { background: #f3eaea; }
.bmApproachCardThree { background: #dff1ec; }
.bmApproachCardFour { background: #f4eaf5; }

/* Icon */
.bmApproachIcon {
    margin-bottom: 20px;
}

.bmApproachIcon img {
    width: 90px;
}

/* Title */
.bmApproachCard h3 {
    font-family: "Lobster Two", cursive;
    font-size: 26px;
    margin-bottom: 10px;
    color: #0e5397;
}

/* Text */
.bmApproachCard p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}

/* ============================= */
/* Responsive */
/* ============================= */
@media (max-width: 991px) {
    .bmApproachTitle {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .bmApproachSection {
        padding: 70px 0;
    }

    .bmApproachTitle {
        font-size: 30px;
    }

    .bmApproachCard {
        padding: 30px 20px;
    }

    .bmApproachShape {
        display: none;
    }
}



































/* ============================= */
/* FAQ Section */
/* ============================= */
.bmFaqSection {
    position: relative;
    padding: 100px 0;
    background-color: #f7f7f7;
    overflow: hidden;
    z-index: 1;
}

.bmFaqSection::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/bg-about.png') no-repeat center center;
    background-size: cover;
    opacity: 0.08;
    z-index: -1;
}

/* Heading */
.bmFaqHeading {
    max-width: 820px;
    margin: 0 auto 50px;
}

.bmFaqCaption {
    display: inline-block;
    font-family: "Lobster Two", cursive;
    font-size: 18px;
    font-weight: 700;
    color: #0e5397;
    margin-bottom: 10px;
}

.bmFaqTitle {
    font-family: "Lobster Two", cursive;
    font-size: 52px;
    line-height: 1.15;
    font-weight: 700;
    color: #c20029;
    margin-bottom: 14px;
}

.bmFaqText {
    font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #0e5397;
    margin-bottom: 0;
}

/* Accordion */
.bmFaqAccordion {
    position: relative;
}

.bmFaqItem {
    background: transparent;
    border: none;
    margin-bottom: 18px;
    border-radius: 24px !important;
    overflow: hidden;
}

.bmFaqButton {
    position: relative;
    padding: 24px 28px 24px 78px;
    background: #ffffff !important;
    border: 1.5px solid #cfe0f3 !important;
    border-radius: 24px !important;
    box-shadow: none !important;
    font-family: "Lobster Two", cursive;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    color: #0e5397 !important;
}

.bmFaqButton.collapsed {
    border-radius: 24px !important;
}

.bmFaqButton:not(.collapsed) {
    color: #c20029 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: none !important;
}

.bmFaqButton::after {
    display: none;
}

.bmFaqButton::before {
    content: "+";
    position: absolute;
    left: 26px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #eaf2fb;
    color: #0e5397;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    transition: all 0.3s ease;
}

.bmFaqButton:not(.collapsed)::before {
    content: "−";
    background: #c20029;
    color: #ffffff;
}

.bmFaqBody {
    background: #ffffff;
    border: 1.5px solid #cfe0f3;
    border-top: none;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding: 0 28px 26px 78px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.85;
    color: #0e5397;
}

/* Responsive */
@media (max-width: 1199.98px) {
    .bmFaqTitle {
        font-size: 44px;
    }

    .bmFaqButton {
        font-size: 22px;
    }
}

@media (max-width: 991.98px) {
    .bmFaqSection {
        padding: 80px 0;
    }

    .bmFaqTitle {
        font-size: 38px;
    }

    .bmFaqText {
        font-size: 16px;
    }

    .bmFaqButton {
        font-size: 20px;
        padding: 22px 22px 22px 68px;
    }

    .bmFaqButton::before {
        left: 18px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 24px;
    }

    .bmFaqBody {
        padding: 0 22px 22px 68px;
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .bmFaqSection {
        padding: 70px 0;
    }

    .bmFaqHeading {
        margin-bottom: 35px;
    }

    .bmFaqTitle {
        font-size: 30px;
    }

    .bmFaqText {
        font-size: 15px;
        line-height: 1.7;
    }

    .bmFaqItem {
        margin-bottom: 14px;
    }

    .bmFaqButton {
        font-size: 18px;
        line-height: 1.5;
        padding: 18px 16px 18px 58px;
        border-radius: 18px !important;
    }

    .bmFaqButton:not(.collapsed) {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .bmFaqButton::before {
        left: 14px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 22px;
    }

    .bmFaqBody {
        padding: 0 16px 18px 58px;
        font-size: 15px;
        line-height: 1.75;
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
    }
}

@media (max-width: 575.98px) {
    .bmFaqTitle {
        font-size: 27px;
    }

    .bmFaqButton {
        font-size: 17px;
    }

    .bmFaqBody {
        font-size: 14px;
    }
}
























/* ============================= */
/* About Intro Section */
/* ============================= */
.bmAboutIntroSection {
    padding: 100px 0;
    background: #ffffff;
}

/* Content */
.bmAboutIntroContent {
    padding-right: 30px;
}

.bmAboutIntroCaption {
    display: inline-block;
    font-family: "Lobster Two", cursive;
    font-size: 20px;
    font-weight: 700;
    color: #0e5397;
    margin-bottom: 12px;
}

.bmAboutIntroTitle {
    font-family: "Lobster Two", cursive;
    font-size: 48px;
    font-weight: 700;
    color: #c20029;
    margin-bottom: 18px;
}

.bmAboutIntroContent p {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.85;
    color: #0e5397;
    margin-bottom: 16px;
}



/* Image */
.bmAboutIntroImage {
    text-align: right;
}

.bmAboutIntroImage img {
    border-radius: 24px;
    max-width: 100%;
}

/* Responsive */
@media (max-width: 991px) {
    .bmAboutIntroTitle {
        font-size: 38px;
    }

    .bmAboutIntroContent {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .bmAboutIntroImage {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .bmAboutIntroSection {
        padding: 70px 0;
    }

    .bmAboutIntroTitle {
        font-size: 30px;
    }

    .bmAboutIntroContent p {
        font-size: 15px;
    }
}

/* Floating Animation */
.bmAboutIntroImage img {
    animation: bmAboutFloat 4s ease-in-out infinite;
}

/* Animation Keyframes */
@keyframes bmAboutFloat {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}