html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
video,
iframe {
    max-width: 100%;
}

body {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    line-height: 1.6;
}

.header-topbar {
    background-color: #000080;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
}

.header-topbar a {
    color: #fff;
    text-decoration: none;
}

.header-topbar i {
    margin-right: 6px;
}

.topbar-social a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: 0.3s;
}

.topbar-social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.topbar-social a {
    margin-left: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    flex: 0 0 28px;
}

.topbar-social a i {
    margin: 0 !important;
    display: block;
    line-height: 1;
    font-style: normal;
    font-size: 13px;
}

.topbar-social a::before,
.topbar-social a::after {
    content: none !important;
}

.topbar-social a:hover {
    opacity: 0.8;
}

/* =========================
   NAVBAR STYLE
========================= */

.custom-navbar {
    background: #ffffff;
    padding: 1rem 0 !important;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
    border-bottom: 1px solid #e2e8f0;
}

.custom-navbar .navbar-brand {
    font-weight: 700;
    font-size: 1.15rem;
    color: #0f172a !important;
}

.custom-navbar .navbar-brand > img {
    width: 56px;
    height: 56px;
    object-fit: cover;
}

.custom-navbar .brand-text {
    font-weight: 700;
    line-height: 1.05;
    color: #0f172a;
}

.custom-navbar .brand-text span {
    display: block;
    color: #475569;
    font-size: 0.95rem;
}

.custom-navbar .navbar-nav {
    font-size: 1rem;
}

.custom-navbar .nav-link {
    font-weight: 600;
    color: #334155 !important;
    margin: 0 0.6rem;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
    font-size: 0.98rem;
}

.custom-navbar .nav-link:hover,
.custom-navbar .nav-link:focus {
    color: #0f766e !important;
    transform: translateY(-1px);
}

.custom-navbar .dropdown-toggle::after {
    margin-left: 0.4rem;
}

.custom-navbar .dropdown-menu {
    border-radius: 16px;
    padding: 0.6rem 0;
    border: none;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.15);
}

.custom-navbar .dropdown-item {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
    transition:
        background 0.2s ease,
        color 0.2s ease;
}

.custom-navbar .dropdown-item:hover,
.custom-navbar .dropdown-item:focus {
    background: rgba(6, 78, 59, 0.08);
    color: #000080;
}

.custom-navbar .dropdown-divider {
    margin: 0.3rem 0;
}

.custom-navbar .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.55);
}

.custom-navbar .navbar-toggler-icon {
    filter: invert(1);
}

/* =========================
   ENROLL BUTTON
========================= */

.custom-navbar .enroll-btn {
    background-color: #f59e0b;
    color: #08111d;
    padding: 10px 28px;
    border-radius: 30px;
    font-weight: 700;
    border: none;
    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}

.custom-navbar .enroll-btn:hover {
    background-color: #d97706;
    transform: translateY(-1px);
}

/* =========================
   RESPONSIVE
========================= */

/* ==========================
   MOBILE TOPBAR FIX
========================== */

@media (max-width: 991px) {
    .topbar-left {
        font-size: 12px;
        flex-direction: row !important;
        align-items: start !important;
        flex-wrap: wrap !important;
        white-space: normal;
    }

    .topbar-social {
        display: none; /* mobile me hide */
    }

    .enroll-btn {
        margin-top: 10px;
        width: 100%;
    }

    .custom-navbar .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin-top: 6px;
        padding: 6px 0;
        box-shadow: none;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.98);
    }

    .custom-navbar .dropdown-item {
        font-size: 14px;
        padding: 0.45rem 1rem;
    }

    .custom-navbar .dropdown-item-text {
        font-size: 12px;
        padding: 0 1rem;
        margin-bottom: 0.35rem !important;
    }
}

@media (max-width: 1024px) {
    .custom-navbar .navbar-nav .nav-link {
        padding: 8px 10px;
    }
}
.custom-navbar .navbar-nav {
    flex-wrap: wrap;
}

.custom-navbar .navbar-nav .nav-link {
    white-space: nowrap;
    font-size: 18px;
}

@media (max-width: 1024px) {
    .custom-navbar .navbar-nav .nav-link {
        padding: 8px 10px;
    }
}

/* ===============================
   KIDS HERO SECTION - NEW STYLE
================================ */

.kids-hero-section {
    background: #f4f4f4;
    padding: 60px 0;
}

/* Left Content */
.kids-hero-content {
    padding: 25px;
}

.kids-top-line {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #555;
}

.kids-sub-heading {
    font-weight: 700;
    margin: 12px 0;
}

.kids-main-heading {
    font-size: 58px;
    font-weight: 800;
    line-height: 1.2;
    color: #222;
}

.kids-main-heading span {
    color: #000080;
}

/* Buttons */
.kids-btn-wrapper {
    margin-top: 30px;
}

.kids-btn-primary {
    background: #000080;
    color: #fff;
    padding: 14px 36px;
    border-radius: 50px;
    font-weight: 600;
    margin-right: 15px;
    transition: 0.3s ease;
}

.kids-btn-primary:hover {
    background: #000080;
    color: #fff;
}

/* Image */
.kids-hero-image {
    max-height: 500px;
    width: 100%;
    object-fit: contain;
}

/* Carousel Styling */
#kidsHeroSlider .carousel-control-prev-icon,
#kidsHeroSlider .carousel-control-next-icon {
    width: 18px;
    height: 18px;
    display: block;
    background-size: 18px 18px;
}

#kidsHeroSlider .carousel-control-prev,
#kidsHeroSlider .carousel-control-next {
    display: none;
}

#kidsHeroSlider .carousel-indicators [data-bs-target] {
    background-color: #000080;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 0.7;
    border: 0;
    margin: 0 5px;
}

#kidsHeroSlider .carousel-indicators .active {
    width: 14px;
    height: 14px;
    opacity: 1;
}

/* CTA SECTION */
.cta-section {
    background: linear-gradient(135deg, #f7fbf2 0%, #eef7e9 100%);
    padding: 40px 20px;
}

/* OVERLAY */
.cta-overlay {
    background: linear-gradient(
        135deg,
        rgba(22, 78, 68, 0.96),
        rgba(42, 93, 78, 0.9)
    );
    padding: 60px 20px;
    border-radius: 12px;
}

/* TEXT */
.cta-title {
    font-size: 42px;
    font-weight: 700;
    color: #14322b;
    text-align: center;
    margin-bottom: 15px;
}

.cta-subtitle {
    font-size: 18px;
    color: #4c6b63;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 35px;
}

/* BUTTONS */
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-btn {
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
}
@media (max-width: 767px) {
    .cta-section {
        padding: 5px;
    }
}

/* PRIMARY */
.primary-btn {
    background: linear-gradient(135deg, #0f766e 0%, #145f55 100%);
    color: #ffffff;
}

.primary-btn:hover {
    background: linear-gradient(135deg, #0f8a7f 0%, #176b60 100%);
    transform: translateY(-3px);
}

/* OUTLINE */
.outline-btn {
    border: 2px solid #0f766e;
    color: #0f766e;
}

.outline-btn:hover {
    background: #0f766e;
    color: #ffffff;
    transform: translateY(-3px);
}

/* WHATSAPP */
.whatsapp-btn {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #ffffff;
}

.whatsapp-btn:hover {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    transform: translateY(-3px);
}

/* ICON SIZE */
.cta-btn i {
    font-size: 16px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .cta-title {
        font-size: 28px;
    }

    .cta-subtitle {
        font-size: 16px;
    }
}

/* CTA SECTION */
.cta-section {
    position: relative;
    padding: 40px 20px;
    background: linear-gradient(135deg, #0f3d59 0%, #135d69 50%, #0f766e 100%);
    overflow: hidden;
}

/* OVERLAY (NO CARD LOOK) */
.cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at top left,
            rgba(250, 204, 21, 0.18),
            transparent 28%
        ),
        radial-gradient(
            circle at bottom right,
            rgba(255, 255, 255, 0.12),
            transparent 22%
        ),
        linear-gradient(135deg, rgba(2, 44, 58, 0.82), rgba(9, 90, 95, 0.82));
}

/* CONTENT */
.cta-section .container {
    position: relative;
    z-index: 2;
    text-align: center;
}

/* TEXT */
.cta-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: -0.02em;
}

.cta-subtitle {
    font-size: 18px;
    color: rgba(240, 253, 250, 0.9);
    max-width: 700px;
    margin: 0 auto 35px;
}

/* BUTTONS */
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-btn {
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
}

/* PRIMARY */
.primary-btn {
    background: linear-gradient(135deg, #fff7d6 0%, #facc15 100%);
    color: #ffffff;
}

.primary-btn:hover {
    background: linear-gradient(135deg, #fff3b0 0%, #f59e0b 100%);
    transform: translateY(-3px);
}

/* OUTLINE */
.outline-btn {
    border: 2px solid rgba(255, 255, 255, 0.9);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
}

.outline-btn:hover {
    background: #ffffff;
    color: #0f3d59;
    transform: translateY(-3px);
}

/* WHATSAPP */
.whatsapp-btn {
    background: linear-gradient(135deg, #34d399 0%, #16a34a 100%);
    color: #ffffff;
}

.whatsapp-btn:hover {
    background: linear-gradient(135deg, #22c55e 0%, #15803d 100%);
    transform: translateY(-3px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .cta-title {
        font-size: 28px;
    }

    .cta-subtitle {
        font-size: 16px;
    }
}
/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 700px) {
    .kids-hero-section {
        padding: 50px 0;
        text-align: center;
    }

    .kids-main-heading {
        font-size: 34px;
    }

    .kids-btn-primary {
        display: inline-block;
        margin-bottom: 15px;
    }

    .kids-hero-image {
        max-height: 280px;
        margin-bottom: 20px;
    }

    #kidsHeroSlider .carousel-indicators {
        display: flex !important;
        justify-content: center;
        align-items: center;
        bottom: -12px;
        margin-bottom: 0;
    }

    #kidsHeroSlider .carousel-indicators [data-bs-target] {
        width: 14px;
        height: 14px;
        margin: 0 6px;
    }

    #kidsHeroSlider .carousel-indicators .active {
        width: 16px;
        height: 16px;
    }
}

@media (min-width: 999px) and (max-width: 1099px) {
    /* Carousel height slightly reduce */
    #kidsHeroSlider .carousel-inner,
    #kidsHeroSlider .carousel-item {
        max-height: 580px;
        min-height: 400px;
    }

    /* Heading size adjust */
    .kids-main-heading {
        font-size: 46px;
        line-height: 1.25;
    }

    /* Image control */
    .kids-hero-image {
        max-height: 420px;
    }

    /* Content spacing */
    .kids-hero-content {
        padding: 15px;
    }

    /* Button spacing */
    .kids-btn-primary {
        padding: 12px 28px;
        font-size: 14px;
    }

    /* .carousel-indicators{
      display: none;
    } */
    #kidsHeroSlider .carousel-control-prev-icon,
    #kidsHeroSlider .carousel-control-next-icon {
        display: none;
    }
}

/* PS JOIN SECTION */
.ps-join-section {
    position: relative;
    background: url("../images/child8.jpg") center center/cover no-repeat;
    height: 70ev;
    padding-top: 35px;
    padding-bottom: 35px;
    color: #ffffff;
    overflow: hidden;
}

/* Dark Overlay */
.ps-join-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 65, 39, 0.75);
    z-index: 1;
}

/* Content */
.ps-join-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

/* Small Red Text */
.ps-join-small {
    color: #4db24c;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

/* Main Title */
.ps-join-title {
    font-size: 55px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 25px;
}

/* Paragraph */
.ps-join-text {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #e0e0e0;
}

/* Button */
.ps-join-btn {
    display: inline-block;
    background: #4db24c;
    color: #fff;
    padding: 14px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.ps-join-btn:hover {
    background: #d61c38;
    color: #fff;
}

/* ===============================
   RESPONSIVE
=================================*/

@media (max-width: 992px) {
    .ps-join-title {
        font-size: 40px;
    }

    .ps-join-section {
        padding: 80px 0;
    }
}

@media (max-width: 576px) {
    .ps-join-title {
        font-size: 30px;
    }

    .ps-join-text {
        font-size: 15px;
    }
}

/* end ps join */

.ps-programmes {
    background: #eae4d8;
    padding: 70px 0;
}

.ps-title {
    text-align: center;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    margin-bottom: 42px;
    color: #222;
}

/* Card */
.ps-card {
    background: #f7f7f7;
    border: 3px solid #000080;
    border-radius: 30px;
    text-align: center;
    padding: 24px;
    transition: 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.ps-card:hover {
    transform: translateY(-8px);
}

/* Image */
.ps-card-img {
    border-radius: 20px;
    margin-bottom: 18px;
    aspect-ratio: 16 / 10;
    max-height: 220px;
    object-fit: cover;
    width: 100%;
    display: block;
}

/* Title */
.ps-card h3 {
    color: #6a3fa0;
    font-weight: 700;
    margin-bottom: 18px;
}

/* Info */
.ps-info {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 22px;
}

.ps-info div {
    font-size: 14px;
    color: #444;
    flex: 1;
}

.ps-info p {
    margin: 5px 0 0;
    font-weight: 700;
}
.fa-children {
    font-size: 20px; /* size bada */
    color: #000080; /* optional color */
}
.fa-calendar {
    font-size: 20px; /* size bada */
    color: #000080; /* optional color */
}
.fa-school {
    font-size: 20px;
    color: #000080;
}

/* Button */
.ps-btn {
    display: inline-block;
    background: #000080;
    padding: 10px 25px;
    border-radius: 12px;
    text-decoration: none;
    color: #4b2e83;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 991px) {
    .ps-title {
        font-size: 36px;
    }

    .ps-info {
        /* flex-direction: column; */
        display: flex;
        gap: 15px;
    }
}
.ps-advantage {
    background: #efefef;
    padding: 80px 0;
}

.ps-adv-title {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #222;
}

/* Card */
.ps-adv-card {
    background: #f7f7f7;
    border: 3px solid #000080;
    border-radius: 30px;
    text-align: center;
    padding: 25px;
    height: 100%;
    transition: 0.3s ease;
}

.ps-adv-card:hover {
    transform: translateY(-8px);
}

/* Image */
.ps-adv-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 25px;
}

/* Title */
.ps-adv-card h3 {
    color: #6a3fa0;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Description */
.ps-adv-card p {
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}

/* Call Button Style */
.ps-call-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 25px;
    background-color: #000080;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 15px;
    text-decoration: none;
    transition: 0.3s ease;
}

.ps-call-btn:hover {
    background-color: #000080;
    color: #fff;
}

.ps-card .ps-call-btn {
    margin-top: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .ps-adv-title {
        font-size: 34px;
    }

    .ps-adv-img {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .ps-advantage {
        background-color: #fff4e6; /* 👈 Mobile Background Color */
        padding: 40px 0;
    }

    .ps-adv-card {
        background: #000080;
    }
    .ps-adv-card h3,
    .ps-adv-card p {
        color: #ffffff;
    }

    .ps-adv-title {
        font-size: 26px;
        text-align: center;
    }

    .ps-call-btn {
        display: inline-block;
        margin-top: 15px;
        padding: 10px 25px;
        background-color: #6aa227;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        border-radius: 15px;
        text-decoration: none;
        transition: 0.3s ease;
    }
}
/* Tablet View (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .ps-call-btn {
        display: inline-block;
        margin-top: 15px;
        padding: 10px 25px;
        background-color: #6aa227;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        border-radius: 15px;
        text-decoration: none;
        transition: 0.3s ease;
    }
}

.ps-about {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(106, 162, 39, 0.24),
            transparent 28%
        ),
        radial-gradient(
            circle at 85% 15%,
            rgba(255, 255, 255, 0.12),
            transparent 20%
        ),
        linear-gradient(135deg, #071a4d 0%, #0a2e66 45%, #0f4c81 100%);
    padding: 72px 0;
}

.ps-about::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 35%),
        linear-gradient(0deg, rgba(6, 19, 56, 0.22), rgba(6, 19, 56, 0.22));
    pointer-events: none;
}

.ps-about::after {
    content: "";
    position: absolute;
    right: -120px;
    top: -100px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.16) 0%,
        rgba(255, 255, 255, 0.05) 45%,
        transparent 72%
    );
    filter: blur(4px);
    pointer-events: none;
}

.ps-about .container {
    position: relative;
    z-index: 1;
}

/* Left Image Wrapper */
.ps-about-img-wrapper {
    position: relative;
}

/* Blob Shape */
/* .ps-blob-img {
    width: 90%;
    overflow: hidden;
    border-radius: 60% 40% 55% 45% / 45% 55% 45% 55%;
} */
.ps-blob-img {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(2, 10, 31, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.ps-blob-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
    transform: scale(1.01);
}

/* Small Overlapping Image */
.ps-small-img {
    position: absolute;
    bottom: -40px;
    right: 40px;
    width: 220px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #fff;
}

.ps-small-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Right Content */
.ps-about-content {
    padding: 34px 30px 34px 42px;
    border-radius: 28px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.08),
        rgba(255, 255, 255, 0.03)
    );
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 50px rgba(3, 16, 49, 0.18);
}

.ps-subtitle {
    display: inline-block;
    color: #d9f99d;
    font-weight: 600;
    letter-spacing: 2.8px;
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
}

.ps-subtitle::after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    margin-top: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d9f99d, rgba(217, 249, 157, 0.2));
}

.ps-about-content h2 {
    font-size: clamp(38px, 4vw, 54px);
    font-weight: 700;
    margin: 20px 0;
    color: white;
    line-height: 1.1;
}

.ps-about-content p {
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 17px;
}

/* Button */
.ps-about-btn {
    display: inline-block;
    background: linear-gradient(135deg, #d9f99d 0%, #6aa227 100%);
    color: #fff;
    padding: 15px 30px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
    box-shadow: 0 14px 30px rgba(106, 162, 39, 0.25);
}

.ps-about-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(106, 162, 39, 0.32);
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .ps-about {
        padding: 56px 0;
    }

    .ps-about-content {
        padding: 26px 22px 28px;
        margin-top: 40px;
    }

    .ps-about-content h2 {
        font-size: 32px;
    }

    .ps-small-img {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 20px;
    }
    .ps-small-img {
        display: none;
    }
    .ps-blob-img {
        display: block;
        width: 100%;
        overflow: hidden;
        border-radius: 24px;
    }
}

.ps-awards-section {
    background: #f8f9fa;
}

.ps-awards-heading {
    font-weight: 700;
    font-size: 32px;
}

.ps-award-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    transition: 0.4s;
}

.ps-award-box img:hover {
    transform: scale(1.05);
}

/* Bottom Indicators */

.ps-indicators {
    bottom: -40px;
}

.ps-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%; /* isse gol (dot) banega */
    background-color: #bbb;
    border: none;
    margin: 0 5px;
    opacity: 0.7;
}

.ps-indicators .active {
    background-color: #0d6efd; /* active dot blue */
    opacity: 1;
    transform: scale(1.2);
}

.ps-testimonial-new {
    background: linear-gradient(135deg, #fff6e9, #e6f7ff);
    padding: 100px 0;
}

.ps-mini-title {
    color: #ff6b6b;
    font-weight: 600;
    margin-bottom: 5px;
}

/* .ps-main-title {
    font-size: 38px;
    font-weight: 700;
    font-family: 'Comic Sans MS', cursive;
    color: #1c3b45;
} */

/* Card */
.ps-testi-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: 0.3s ease;
    text-align: left;
}

.ps-testi-card:hover {
    transform: translateY(-10px);
}

/* Quote */
.ps-quote-icon {
    font-size: 60px;
    color: #ffb703;
    position: absolute;
    top: 15px;
    right: 25px;
    font-weight: bold;
}

/* Text */
.ps-testi-card p {
    color: #5a6a75;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* Parent */
.ps-parent {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ps-parent img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffb703;
}

.ps-parent h5 {
    margin: 0;
    font-weight: 600;
    color: #1c3b45;
}

.ps-parent span {
    font-size: 14px;
    color: #7b7b7b;
}
.pc-slider-dots-wrapper {
    position: relative;
    margin-top: 25px;
}

.pc-slider-dots {
    position: static !important; /* Remove default absolute */
    justify-content: center !important;
}

/* ===============================
   CARD DESIGN
================================ */

.carousel-item .row {
    display: flex;
    flex-wrap: wrap;
}

.carousel-item .col-12 {
    display: flex;
}

.pc-testimonial-card {
    background: #fff;
    color: #444;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transition: 0.4s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 260px;
}

.pc-testimonial-card:hover {
    transform: translateY(-6px);
}

.pc-testimonial-card p {
    font-size: 15px;
    line-height: 1.6;
}

/* ===============================
   USER INFO
================================ */

.pc-user-box {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.pc-user-box img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    border: 3px solid #1e4f75;
}

.pc-user-box h6 {
    margin: 0;
    font-weight: 600;
    color: #1e4f75;
}

.pc-user-box span {
    font-size: 13px;
    color: #777;
}

/* ===============================
   INDICATORS
================================ */

.carousel-indicators {
    justify-content: center;
}

.carousel-indicators button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.6;
}

.carousel-indicators .active {
    opacity: 1;
    background: #ffcc70;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
    .pc-main-heading {
        font-size: 24px;
    }

    .pc-testimonial-card {
        text-align: center;
    }

    .pc-user-box {
        justify-content: center;
    }
    .carousel-indicators {
        display: none;
    }

    .pc-testimonial-area .pc-slider-dots {
        display: flex !important;
        margin-top: 12px;
    }

    .pc-testimonial-area .carousel-indicators.pc-slider-dots [data-bs-target] {
        width: 8px !important;
        height: 8px !important;
        margin: 0 3px !important;
    }

    .pc-testimonial-area .carousel-indicators.pc-slider-dots .active {
        width: 9px !important;
        height: 9px !important;
    }
}

/* ===============================
   PROGRESS REPORT SECTION
================================ */

.ps-progress-section {
    padding: 90px 0;
    background: linear-gradient(135deg, #f7fbf6 0%, #eff7ff 100%);
}

.ps-progress-kicker {
    display: inline-block;
    color: #000080;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 13px;
    margin-bottom: 12px;
}

.ps-progress-title {
    font-size: 40px;
    font-weight: 700;
    color: #143642;
    margin-bottom: 18px;
}

.ps-progress-text {
    color: #5a6570;
    line-height: 1.8;
    margin-bottom: 22px;
}

.ps-progress-points {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.ps-progress-points li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: #334155;
    font-weight: 600;
}

.ps-progress-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f4a62a;
    box-shadow: 0 0 0 5px rgba(244, 166, 42, 0.15);
}

.ps-progress-btn {
    display: inline-block;
    background: #000080;
    color: #fff;
    padding: 14px 28px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.25s ease;
}

.ps-progress-btn:hover {
    transform: translateY(-2px);
    color: #fff;
    background: #0f6b52;
}

.ps-progress-panel {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(6, 78, 59, 0.1);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
    border-radius: 28px;
    padding: 30px;
}

.ps-progress-card {
    background: #fff;
    border-radius: 20px;
    padding: 18px 20px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    margin-bottom: 18px;
}

.ps-progress-card span {
    color: #143642;
    font-weight: 600;
}

.ps-progress-card strong {
    color: #000080;
}

.ps-progress-bar {
    height: 12px;
    border-radius: 999px;
    background: #e7efe9;
    overflow: hidden;
}

.ps-progress-bar .progress-bar {
    background: linear-gradient(90deg, #000080, #6aa227);
    border-radius: 999px;
}

@media (max-width: 991px) {
    .ps-progress-section {
        padding: 70px 0;
    }

    .ps-progress-title {
        font-size: 30px;
    }

    .ps-progress-panel {
        padding: 22px;
    }
}

/* ===============================
   FAQ SECTION
================================ */

.ps-faq-section {
    padding: 90px 0;
    background: linear-gradient(180deg, #f8faff 0%, #f4f7fb 100%);
}

.ps-faq-header {
    max-width: 820px;
    margin: 0 auto 38px;
}

.ps-faq-kicker {
    display: inline-block;
    background: #e8edf8;
    color: #243a73;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.2px;
    margin-bottom: 16px;
}

.ps-faq-title {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;
    color: #0f1f4d;
    margin-bottom: 12px;
}

.ps-faq-subtitle {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.ps-faq-image-card {
    position: relative;
    height: 100%;
    min-height: 560px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
}

.ps-faq-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ps-faq-image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.05),
        rgba(0, 0, 0, 0.12)
    );
}

.ps-faq-image-badge {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 14px 18px;
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.14);
    color: #0f766e;
    font-weight: 700;
}

.ps-faq-image-badge i {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e7f6f2;
}

.ps-faq-panel {
    height: 100%;
    background: #fff;
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.ps-faq-panel-kicker {
    display: inline-block;
    background: #e8edf8;
    color: #243a73;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
    margin-bottom: 18px;
}

.ps-faq-panel-title {
    font-size: 34px;
    line-height: 1.2;
    color: #0f1f4d;
    font-weight: 800;
    margin-bottom: 14px;
}

.ps-faq-panel-text {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 22px;
}

.ps-faq-accordion {
    --bs-accordion-border-color: transparent;
    --bs-accordion-bg: transparent;
}

.ps-faq-item {
    border: 1px solid #e9edf4;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 14px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.03);
}

.ps-faq-button {
    background: #fff;
    color: #0f1f4d;
    font-weight: 700;
    font-size: 16px;
    padding: 20px 22px;
    box-shadow: none;
}

.ps-faq-button:not(.collapsed) {
    background: #fff;
    color: #0f1f4d;
    box-shadow: none;
}

.ps-faq-button:focus {
    box-shadow: none;
}

.ps-faq-button::after {
    background-image: none;
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #243a73;
    transition: transform 0.25s ease;
}

.ps-faq-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.ps-faq-body {
    padding: 0 22px 22px;
    color: #6b7280;
    line-height: 1.8;
    font-size: 15px;
}

@media (max-width: 991px) {
    .ps-faq-section {
        padding: 70px 0;
    }

    .ps-faq-title {
        font-size: 30px;
    }

    .ps-faq-panel {
        padding: 24px;
    }

    .ps-faq-panel-title {
        font-size: 26px;
    }

    .ps-faq-image-card {
        min-height: 360px;
    }
}

/* ==============================
   CHILD CARE SECTION
============================== */

.cc-care-section {
    background: #e9dde4;
    padding: 80px 0;
}

.cc-care-title {
    font-size: 38px;
    font-weight: 700;
    color: #1e4f75;
}

.cc-care-subtitle {
    max-width: 700px;
    margin: 15px auto 50px;
    color: #4d5b63;
    font-size: 16px;
}

/* Card */
.cc-care-card {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    height: 100%;
}

.cc-care-card:hover {
    transform: translateY(-8px);
}

/* Image */
.cc-care-image {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

/* Body */
.cc-care-body {
    padding: 25px;
}

.cc-care-text {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

/* Title Colors */
.cc-care-heading-blue {
    color: #1e4f75;
    font-weight: 700;
}

.cc-care-heading-orange {
    color: #000080;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
    .cc-care-title {
        font-size: 26px;
    }

    .cc-care-image {
        height: 180px;
    }
}
/* ==============================
   CONTACT SECTION
============================== */

.ps-contact-section {
    background: #f7f7f7;
    padding: 80px 0;
}
.ps-contact-box {
    width: 100%;
    min-height: 650px; /* Same minimum height */
}

.ps-contact-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    border: 2px dashed #000080;
}

/* Titles */
.ps-contact-title {
    font-size: 28px;
    font-weight: 700;
    color: #143642;
}

.ps-title-line {
    width: 60px;
    height: 3px;
    background: #000080;
    margin: 12px 0 20px;
}

/* Description */
.ps-contact-desc {
    font-size: 15px;
    color: #666;
    margin-bottom: 25px;
}

/* Form */
.ps-contact-box form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 15px;
    color: #143642;
}

.ps-contact-box input,
.ps-contact-box textarea {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid;

    font-size: 14px;
}

.ps-contact-box textarea {
    height: 130px;
    resize: none;
}

/* Button */
.ps-submit-btn {
    margin-top: 20px;
    padding: 14px 35px;
    border: none;
    border-radius: 30px;
    background: #000080;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.ps-submit-btn:hover {
    opacity: 0.9;
}

/* Info Items */
.ps-info-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.ps-info-icon {
    width: 50px;
    height: 50px;
    background: #f3e9f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000080;
    font-size: 18px;
}

/* Map */
.ps-map {
    margin-top: 20px;
    border-radius: 15px;
    overflow: hidden;
    height: 290px;
}

/* Make both columns equal height */
.ps-contact-section .row {
    display: flex;
    align-items: stretch;
}

/* Make contact box full height */
.ps-contact-box {
    height: 100%;
}

/* Responsive */
@media (max-width: 992px) {
    .ps-contact-box {
        padding: 25px;
    }
}
@media (max-width: 992px) {
    .ps-contact-box {
        height: auto;
    }
}

/* ===============================
   FOOTER
=============================== */

.cd-footer {
    background: rgb(47, 12, 111);
    color: #fff;
    padding: 70px 0 30px;
}

.cd-footer-title {
    color: white;
    font-weight: 700;
    margin-bottom: 20px;
}

.cd-footer p {
    font-size: 14px;
    line-height: 1.6;
}

.cd-footer i {
    margin-right: 8px;
}

/* LINKS */
.cd-footer-links {
    list-style: none;
    padding: 0;
}

.cd-footer-links li {
    margin-bottom: 10px;
}

.cd-footer-links a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
}

.cd-footer-links a:hover {
    color: #f4a62a;
}

.cd-highlight {
    color: rgb(243, 246, 243) !important;
}

/* SOCIAL */
.cd-social-icons {
    margin-top: 15px;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 4px;
}

.cd-social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #fff;
    color: #2e628c;
    border-radius: 50%;
    transition: 0.3s;
    text-decoration: none;
}

.cd-social-icons a i {
    display: block;
    margin-right: 0;
    line-height: 1;
}

.cd-social-icons a:hover {
    background: black;
    color: #fff;
}

/* GALLERY */
.cd-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.cd-gallery img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
}

/* BUTTON */
.cd-footer-btn {
    display: inline-block;
    margin-top: 15px;
    background: #d78c1f;
    color: #fff;
    padding: 10px 18px;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.3s;
}

.cd-footer-btn:hover {
    background: white;
    color: black;
}

/* DIVIDER */
.cd-footer-divider {
    margin: 40px 0 20px;
    border-color: rgba(255, 255, 255, 0.2);
}

/* BOTTOM */
.cd-footer-bottom p {
    margin: 5px 0;
    font-size: 13px;
}

.cd-footer-bottom i {
    color: #ff4d4d;
}
.footer-link {
    color: white;
    text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .cd-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

.enroll-btn {
    background: #000080;
    /* background-color: ; */
    color: #fff;
    font-weight: 600;
    border-radius: 35px;
    padding: 10px 28px;
    border: none;
    transition: 0.3s ease;
}

.enroll-btn:hover {
    background-color: #6aa227;
    transform: translateY(-2px);
}

.ps-card-actions {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: auto;
}

.ps-card-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 132px;
    white-space: nowrap;
    line-height: 1.1;
    padding: 10px 20px;
    border-radius: 999px;
}

.ps-card-actions .btn:hover {
    transform: translateY(-2px);
}

@media (max-width: 576px) {
    .ps-card {
        padding: 18px;
    }

    .ps-info {
        gap: 10px;
        flex-wrap: wrap;
    }

    .ps-info div {
        min-width: 88px;
    }

    .ps-card-actions {
        flex-wrap: wrap;
        gap: 10px !important;
    }

    .ps-card-actions .btn {
        width: 100%;
        max-width: 220px;
        min-width: 0;
        padding: 10px 14px;
        font-size: 13px;
    }
}

@media (max-width: 420px) {
    .ps-card-actions {
        flex-direction: column;
        align-items: stretch !important;
    }

    .ps-card-actions .btn {
        max-width: none;
        width: 100%;
    }
}

.modal-content {
    border-radius: 25px;
}

.modal-body img {
    height: 100%;
    object-fit: cover;
}

.teachers-section {
    position: relative;
    background:
        radial-gradient(
            circle at top left,
            rgba(255, 214, 102, 0.22),
            transparent 32%
        ),
        radial-gradient(
            circle at bottom right,
            rgba(14, 165, 233, 0.12),
            transparent 30%
        ),
        linear-gradient(180deg, #fffdf7 0%, #f6fbff 100%);
    overflow: hidden;
}

.teachers-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
    background-size: 56px 56px;
    opacity: 0.35;
    pointer-events: none;
}

.teachers-heading {
    position: relative;
    z-index: 1;
}

.teachers-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(6, 78, 59, 0.1);
    color: #000080;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.teachers-heading h2 {
    font-family: "DM Serif Display", serif;
    font-size: clamp(34px, 4vw, 52px);
    color: #17324d;
    margin-bottom: 12px;
}

.teachers-heading p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.7;
    color: #607184;
}

.teacher-card {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    padding: 28px 22px 24px;
    border-radius: 28px;
    border: 1px solid rgba(6, 78, 59, 0.08);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    height: 100%;
    backdrop-filter: blur(6px);
}

.teacher-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.14);
    border-color: rgba(6, 78, 59, 0.16);
}

.teacher-img {
    width: 138px;
    height: 138px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 12px 24px rgba(6, 78, 59, 0.18);
    position: relative;
}

.teacher-img::after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px dashed rgba(6, 78, 59, 0.25);
}

.teacher-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teacher-card h5 {
    color: #17324d;
    font-weight: 800;
    margin-top: 18px;
}

.teacher-card .text-muted {
    color: #64748b !important;
    font-weight: 600;
}

.teacher-card .small {
    color: #475569;
    line-height: 1.7;
    min-height: 54px;
}

.teacher-social {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 18px;
}

.teacher-social a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1f5f9;
    color: #0f172a;
    font-size: 18px;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        color 0.25s ease;
}

.teacher-social a:hover {
    transform: translateY(-3px);
    background: #000080;
    color: #fff;
}

@media (max-width: 991px) {
    .teachers-heading p {
        font-size: 16px;
    }

    .teacher-card {
        padding: 24px 18px 20px;
    }

    .teacher-img {
        width: 124px;
        height: 124px;
    }
}

@media (max-width: 575px) {
    .teachers-section .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .teachers-heading h2 {
        font-size: 30px;
    }

    .teachers-heading p {
        font-size: 15px;
    }

    .teacher-card .small {
        min-height: auto;
    }
}

.testimonial-section-old {
    display: none;
}

.feature-showcase-section {
    padding: 90px 0 40px;
    background: #f7f2e8;
}

.feature-showcase-intro {
    max-width: 760px;
    margin-bottom: 34px;
}

.feature-showcase-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #0a2e66;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.feature-showcase-intro h2 {
    margin: 0;
    color: #101828;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 800;
    line-height: 1.15;
}

.feature-showcase-intro p {
    margin: 14px auto 0;
    max-width: 640px;
    color: rgba(16, 24, 40, 0.78);
    font-size: 16px;
    line-height: 1.75;
}

.feature-stack {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    max-width: 1180px;
    align-items: start;
}

.feature-showcase-footer {
    margin: 22px 0 0;
    color: #6b7280;
    font-size: 15px;
}

.feature-card {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
    cursor: default;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
    transform: translateY(0);
    outline: none;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feature-card.active {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.14);
}

.feature-card-compact {
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.07);
}

.feature-card-compact .feature-body {
    padding: 0 14px;
}

.feature-card-compact.active .feature-body {
    padding: 12px 14px 14px;
}

.feature-card-compact .feature-content {
    padding: 14px;
}

.feature-card-compact .feature-header {
    min-height: 76px;
}

.feature-card-compact .feature-img {
    margin-bottom: 10px;
}

.feature-card-compact .feature-img img {
    min-height: 210px;
}

.feature-card:focus-visible {
    box-shadow:
        0 0 0 3px rgba(192, 90, 31, 0.22),
        0 18px 38px rgba(15, 23, 42, 0.14);
}

.feature-header {
    min-height: 92px;
    display: flex;
    align-items: center;
}

.feature-header h5 {
    margin: 0;
}

.feature-content {
    padding: 18px;
    transition: background 0.35s ease;
}

.feature-content.blue {
    background: #0a2e66;
    color: white;
}

.feature-content.green {
    background: #0a2e66;
    color: white;
    text-align: center;
}

.feature-content h5 {
    margin: 0;
    font-weight: 800;
    font-size: 21px;
    color: white;
    line-height: 1.35;
    text-align: center;
}

.feature-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
        max-height 0.45s ease,
        opacity 0.25s ease,
        padding 0.35s ease;
    background: #fff;
    padding: 0 18px;
}

.feature-card.active .feature-body {
    max-height: 650px;
    opacity: 1;
    padding: 10px;
}

.feature-img {
    overflow: hidden;
    border-radius: 14px;
    margin-bottom: 0px;
}

.feature-img img {
    width: 100%;
    aspect-ratio: 4 / 3;
    min-height: 260px;
    max-height: 360px;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.feature-card.active .feature-img img {
    transform: scale(1.06);
}

.feature-body p {
    margin: 0;
    color: rgba(16, 24, 40, 0.86);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
}

@media (max-width: 991px) {
    .feature-showcase-section {
        padding: 70px 0 20px;
    }

    .feature-showcase-intro {
        margin-bottom: 26px;
    }

    .feature-stack {
        max-width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .feature-img img {
        min-height: 230px;
    }
}

@media (max-width: 575px) {
    .feature-showcase-intro {
        text-align: left !important;
    }

    .feature-showcase-intro h2 {
        font-size: 28px;
    }

    .feature-showcase-intro p {
        font-size: 15px;
    }

    .feature-content h5 {
        font-size: 19px;
    }

    .feature-header {
        min-height: 84px;
    }

    .feature-content {
        padding: 16px 18px;
    }

    .feature-img img {
        min-height: 220px;
    }

    .feature-stack {
        grid-template-columns: 1fr;
    }

    .feature-showcase-footer {
        font-size: 14px;
    }
}

/* =========================
   WHY CHOOSE SECTION CSS
========================= */

body {
    font-family: "Inter", sans-serif;
}

.why-choose {
    position: relative;
    background: rgb(24, 24, 102);
    padding: 25px 0 20px;
    overflow: hidden;
}

/* Grid Background */
.why-choose::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 60px 60px;
}

.section-subtitle {
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.main-title {
    font-family: "DM Serif Display", serif;
    color: #fff;
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1.08;
    margin-bottom: 22px;
    position: relative;
    z-index: 2;
}

.main-text {
    color: #d7f3ef;
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
    max-width: 560px;
}

.btn-enroll {
    background: rgb(37, 7, 55);
    color: #fff;
    padding: 14px 30px;
    border-radius: 999px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: 0.4s;
    position: relative;
    z-index: 2;
}

.btn-enroll:hover {
    background: darkblue;
    color: #fff;
    transform: translateY(-3px);
}

/* Center Image */
.center-box {
    position: relative;
    z-index: 2;
    text-align: center;
}

.circle-bg {
    width: min(100%, 580px);
    aspect-ratio: 1 / 1;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 24px;
}

.center-box img {
    width: 450px;
    max-width: 500px;
    object-fit: contain;
}

/* Right Features */
.feature-item {
    display: flex;
    gap: 18px;
    margin-bottom: 22px;
    /* padding: 18px 18px 18px 0; */
    position: relative;
    z-index: 2;
}

.feature-icon {
    width: 64px;
    height: 64px;
    background: yellowgreen;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    flex-shrink: 0;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.feature-content h4 {
    color: #fff;
    font-size: 24px;
    font-family: "DM Serif Display", serif;
    /* margin-bottom: 2px; */
}

.feature-content p {
    color: #d6ece8;
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
}

/* =========================
   BLOG SECTION CSS
========================= */

.ps-blog-section {
    background: #f7f9fc;
    position: relative;
    overflow: hidden;
}

.ps-small-title {
    color: #c05a1f;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.ps-blog-title {
    color: #101828;
    font-family: "DM Serif Display", serif;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.12;
    max-width: 820px;
    margin: 0 auto 14px;
}

.ps-blog-subtitle {
    color: #667085;
    font-size: 17px;
    line-height: 1.7;
    max-width: 760px;
    margin: 0 auto;
}

.ps-blog-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.ps-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.14);
}

.ps-blog-img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}

.ps-blog-content {
    padding: 22px 22px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ps-blog-date {
    display: inline-flex;
    align-self: flex-start;
    padding: 7px 12px;
    border-radius: 999px;
    background: #eaf2ff;
    color: #2457c5;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.4px;
    margin-bottom: 14px;
}

.ps-blog-content h3 {
    color: #101828;
    font-size: 23px;
    line-height: 1.35;
    margin: 0 0 12px;
    font-weight: 800;
}

.ps-blog-content p {
    color: #667085;
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 20px;
}

.ps-read-btn {
    align-self: flex-start;
    margin-top: auto;
    padding: 11px 18px;
    border-radius: 999px;
    background: #0a2e66;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition:
        transform 0.3s ease,
        background 0.3s ease;
}

.ps-read-btn:hover {
    background: #a84d19;
    color: #fff;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
    .why-choose {
        padding: 60px 0 80px;
    }

    .main-title {
        font-size: 46px;
    }

    .circle-bg {
        width: min(100%, 420px);
        margin: 18px auto 32px;
        padding: 24px;
    }

    .feature-content h4 {
        font-size: 22px;
    }

    .center-box img {
        width: 100%;
        max-width: 420px;
        height: 100%;
        object-fit: contain;
        display: block;
    }
}

@media (max-width: 767px) {
    .why-choose {
        padding: 50px 0 64px;
    }

    .main-title {
        font-size: 36px;
    }

    .main-text {
        font-size: 17px;
        max-width: none;
    }

    .circle-bg {
        width: min(100%, 320px);
        padding: 16px;
    }

    .feature-item {
        gap: 14px;
        padding: 16px 0;
        align-items: flex-start;
    }

    .feature-icon {
        width: 56px;
        height: 56px;
        font-size: 20px;
    }

    .feature-content h4 {
        font-size: 20px;
    }

    .feature-content p {
        font-size: 15px;
    }

    .btn-enroll {
        padding: 13px 24px;
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .why-choose .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .section-subtitle {
        font-size: 13px;
        letter-spacing: 1.5px;
    }

    .feature-item {
        flex-direction: row;
    }

    .ps-blog-content {
        padding: 20px;
    }

    .ps-blog-content h3 {
        font-size: 21px;
    }
}

@media (max-width: 575px) {
    .ps-blog-section .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .ps-blog-title {
        font-size: 28px;
    }

    .ps-blog-subtitle {
        font-size: 15px;
    }

    .ps-blog-content {
        padding: 18px;
    }

    .ps-blog-content h3 {
        font-size: 20px;
    }

    .ps-blog-content p {
        font-size: 15px;
    }
}

/* SECTION */
.eca-stats-section {
    background:
        radial-gradient(
            circle at top left,
            rgba(16, 38, 61, 0.08),
            transparent 34%
        ),
        radial-gradient(
            circle at bottom right,
            rgba(44, 72, 116, 0.08),
            transparent 36%
        ),
        #f2f3f7;
    padding: 60px 0;
}

.eca-stats-carousel {
    position: relative;
    padding: 0 28px;
}

.eca-stats-slider {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    padding: 6px 2px 10px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.eca-stats-slider::-webkit-scrollbar {
    display: none;
}

.eca-stat-slide {
    flex: 0 0 calc((100% - 44px) / 3);
    min-width: calc((100% - 44px) / 3);
    scroll-snap-align: start;
}

/* CARD */
.eca-stat-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(16, 38, 61, 0.08);
    box-shadow: 0 12px 24px rgba(16, 38, 61, 0.06);
    padding: 28px 18px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.eca-review-card {
    max-width: 760px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 18px;
}

.eca-review-quote {
    font-size: 2.1rem;
}

.eca-review-stars {
    border: 1px solid rgba(245, 158, 11, 0.14);
}

.eca-review-text {
    font-size: 1.05rem;
    line-height: 1.55;
}

.eca-review-name {
    font-size: 1.4rem;
    color: #10263d;
}

.eca-review-meta {
    font-size: 0.98rem;
}

.eca-stat-card-image {
    position: relative;
    min-height: 240px;
    overflow: hidden;
    padding: 0;
    justify-content: flex-end;
    background: #10263d;
}

.eca-stat-card-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.eca-stat-card-overlay {
    position: relative;
    z-index: 1;
    padding: 24px 18px 20px;
    background: linear-gradient(
        180deg,
        rgba(16, 38, 61, 0) 0%,
        rgba(16, 38, 61, 0.82) 100%
    );
    color: #fff;
    width: 100%;
}

.eca-stat-card-image .eca-stat-text {
    color: #fff;
}

.eca-stat-card-image .eca-stat-text strong {
    color: #fff;
}

.eca-stats-title {
    font-size: 36px;
    font-weight: 700;
    color: #0a2540;
}

.eca-stats-subtitle {
    color: #666;
    max-width: 600px;
    margin: 10px auto 0;
    font-size: 15px;
}

.eca-primary {
    color: #10263d;
}

/* ICON */
.eca-stat-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #10263d 0%, #2c4874 100%);
    box-shadow: 0 10px 20px rgba(16, 38, 61, 0.16);
    overflow: hidden;
}

.eca-stat-icon i {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 0;
    transition: 0.3s;
}

.eca-stat-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* TEXT */
.eca-stat-text {
    font-size: 15px;
    color: #0a2540;
    margin: 0;
    line-height: 1.45;
}

.eca-stat-text strong {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #10263d;
    line-height: 1.1;
    margin-bottom: 4px;
}

/* HOVER EFFECT */
.eca-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(16, 38, 61, 0.1);
}

.eca-stat-card:hover i {
    transform: scale(1.08);
}

.eca-stats-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(16, 38, 61, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-color: rgba(16, 38, 61, 0.12);
    color: #10263d;
}

.eca-stats-prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.eca-stats-next {
    right: 0;
    transform: translate(50%, -50%);
}

.eca-stat-dots {
    display: none;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.eca-stat-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: 0;
    padding: 0;
    background: rgba(16, 38, 61, 0.22);
    transition:
        width 0.2s ease,
        background 0.2s ease;
}

.eca-stat-dot.active {
    width: 22px;
    background: #2c4874;
}

.eca-stats-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

@media (max-width: 991px) {
    .eca-review-card {
        max-width: 100%;
    }

    .eca-review-text {
        font-size: 1rem;
    }

    .eca-stats-carousel {
        padding: 0 22px;
    }

    .eca-stat-slide {
        flex: 0 0 calc(50% - 11px);
        min-width: calc(50% - 11px);
    }
}

@media (max-width: 576px) {
    .eca-review-card {
        padding-top: 18px;
        padding-bottom: 16px;
    }

    .eca-review-quote {
        font-size: 1.7rem;
    }

    .eca-review-text {
        font-size: 0.98rem;
    }

    .eca-review-name {
        font-size: 1.2rem;
    }

    .eca-stat-slide {
        flex: 0 0 100%;
        min-width: 100%;
    }

    .eca-stats-prev {
        transform: translate(0, -50%);
    }

    .eca-stats-next {
        transform: translate(0, -50%);
    }

    .eca-stat-dots {
        display: flex;
    }
}

.phone-info a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.phone-info a:hover {
    text-decoration: none;
    color: #007bff;
}
.email-info a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.email-info a:hover {
    text-decoration: none;
    color: #007bff;
}
.contact-phone a,
.contact-email a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.contact-phone a:hover,
.contact-email a:hover {
    text-decoration: none;
    color: #007bff;
}

.contact-phone i,
.contact-email i {
    margin-right: 8px;
    color: #c4c4c4;
}

/* Principal Section */
.principal-message-box p {
    font-size: 18px;
    line-height: 1.75;
    color: #333;
}

.principal-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.principal-card .principal-image {
    width: 400px;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
}

.principal-card .principal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.principal-card .principal-card-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #10263d;
    margin-bottom: 8px;
}

.principal-card .principal-card-content p {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
}

/* news Tickers */
.news-ticker {
    background: #34699a;
    color: white;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    position: relative;
}

.ticker-title {
    background: #58a0c8;
    color: white;
    padding: 0 15px;
    font-weight: bold;
    white-space: nowrap;
}

.ticker-wrap {
    overflow: hidden;
    flex: 1;
    position: relative;
}

.ticker-items {
    display: flex;
    animation: ticker-scroll 16s linear infinite;
    white-space: nowrap;
    padding-left: 30px;
}

.ticker-item {
    margin-right: 50px;
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
