:root {
    --primary: #1a3a6c;
    --secondary: #e63946;
    --accent: #2a9d8f;
    --light: #f8f9fa;
    --dark: #212529;
    --nps-yellow: #FFCB05;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
    padding-top: 80px;
}

.nav-p {
    padding-top: 0;
}

.navbar {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
}

.navbar-brand img {
    max-height: 50px;
}

.nav-link {
    color: #333 !important;
    font-weight: 500;
    margin: 0 10px;
}

.nav-link:hover {
    color: var(--primary) !important;
}

.btn-active {
    background-color: var(--primary);
    color: white;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
}

.btn-active:hover {
    background-color: #0f2a52;
    color: white;
}

.btn-nps {
    background-color: var(--nps-yellow);
    color: #000;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    border: none;
}

.btn-nps:hover {
    background-color: #e6b800;
    color: #000;
}

.contact_strip {
    background-color: var(--primary);
    color: white;
    padding: 10px 0;
    font-size: 0.9rem;
    position: relative;
    margin-top: 90px;
    z-index: 110;
}

.contact_strip a {
    color: white;
    text-decoration: none;
    margin-left: 5px;
}

.ph_mail_links div {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

#apply-banner {
    position: relative;
    margin-top: 0px;
}

.apply-banner__inner {
    /*display: flex;*/
    min-height: 600px;
}
.apply-banner__inner .img-fluid {
    max-width: 100%;
    height: auto;
    aspect-ratio: 1400 / 600; /* ✅ Correct way */
    width: 100%;
}
.apply-form__iframe {
        width: 40%;
    background-color: white;
    padding: 20px;
    /* display: flex; */
    align-items: center;
    z-index: 10;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
    top: 20px;
    right: 20px;
    border-radius: 35px;
}

.apply_banner_slider {
    width: 100%;
}

.apply_banner_slider .item img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.reg-heading {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.reg-type {
    padding: 10px 20px;
    font-weight: 600;
    color: #666;
    border-bottom: 3px solid transparent;
}

.reg-type.active, .reg-type:hover {
    color: var(--primary);
    border-bottom-color: var(--primary);
}

.reg-type a {
    color: inherit;
    text-decoration: none;
}

.card {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.heading-1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 20px;
}

.heading-2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 30px;
}

.heading-3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 15px;
}

.heading-4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary);
}

.heading-5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary);
}

.trailblazing_academic_excellence {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.trailblazingblock {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    text-align: center;
    transition: transform 0.3s;
}

.trailblazingblock:hover {
    transform: translateY(-5px);
}

.headingBlock {
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trailblazingtext-block {
    color: #666;
    margin-top: 15px;
}

.nps-super4-section {
    padding: 80px 0;
}

.super4-logo {
    max-height: 80px;
    margin-bottom: 20px;
}

.super4-slider {
    display: flex;
    overflow-x: auto;
    padding: 20px 0;
    gap: 20px;
}

.super4-card {
    min-width: 250px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.super4-card.active {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.card-img {
    height: 300px;
    background-size: cover;
    background-position: center;
}

.card-content {
    padding: 20px;
    background: white;
}

.rotated-label {
    position: absolute;
    top: 20px;
    left: -30px;
    background: var(--primary);
    color: white;
    padding: 5px 30px;
    transform: rotate(-45deg);
    font-size: 0.8rem;
    font-weight: 600;
}

.core-philosophy {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.video-wrapper {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#Guid-experience {
    background: linear-gradient(135deg, var(--primary) 0%, #2a4d7a 100%);
    padding: 80px 0;
    color: #292d31;
}

.guid-InnerBlock {
    height: 100%;
    transition: transform 0.3s;
}

.guid-InnerBlock:hover {
    transform: translateY(-5px);
}

.guid-heading {
    margin: 20px 0 15px;
    color: var(--primary);
}

.p-30 {
    padding: 30px;
}

.p-80 {
    padding: 80px 0;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.bg-gray {
    background-color: #f8f9fa;
}

.learder_carousel_row {
    position: relative;
}

.learder_carousel_row .card {
    text-align: center;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.learder_carousel_row .card:hover {
    transform: translateY(-5px);
}

.learder_carousel_row .card img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin: 20px auto;
}

.section-need__help {
    padding: 0 0 80px;
}

.inner_need_help {
    padding: 60px;
    border-radius: 10px;
}

.gethelp_steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gethelp_steps > div {
    text-align: center;
    width: 30%;
    padding: 20px;
}

.nh_icon {
    margin-bottom: 20px;
}

.nh_icon img {
    max-height: 60px;
}

.nh_heading {
    font-weight: 600;
    color: var(--primary);
}

.section-apply__faq {
    padding: 80px 0;
}

.sticky_top {
    position: sticky;
    top: 100px;
}

.accordion-button {
    font-weight: 600;
    padding: 15px 20px;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(26, 58, 108, 0.05);
    color: var(--primary);
}

.accordion-body {
    padding: 20px;
}

.bg-light-active {
    background-color: rgba(26, 58, 108, 0.05);
}

.registraion_strip {
    background-color: var(--primary);
    color: white;
    padding: 20px 0;
}

.registraion_strip .title {
    font-size: 1.5rem;
    font-weight: 600;
}

.copyfooter {
    background-color: #f8f9fa;
    padding: 20px 0;
    color: #666;
}

/* NPS Dommasandra Specific Styles */
.nps-trio-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
}

.nps-trio-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
    height: 100%;
}

.nps-trio-card:hover {
    transform: translateY(-10px);
}

.nps-trio-img {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.nps-trio-content {
    padding: 20px;
}

.timeline-section {
    background: white;
    padding: 80px 0;
}

.timeline-item {
    position: relative;
    padding: 20px 0;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--primary);
}

.timeline-content {
    background: #ecf5fd;
    padding: 20px;
    border-radius: 10px;
    margin-left: 30px;
    position: relative;
}

.timeline-content::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    width: 20px;
    height: 20px;
    background: var(--primary);
    border-radius: 50%;
    outline: 5px solid #ffffff;
}

.leaders-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.leader-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
    height: 100%;
}

.leader-card:hover {
    transform: translateY(-5px);
}

.leader-img {
    height: 250px;
    background-size: cover;
    background-position: center;
}

.leader-content {
    padding: 20px;
    text-align: center;
}

/* Owl Carousel Customizations */
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next {
    background: var(--primary) !important;
    color: white !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -20px;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-carousel .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd !important;
    margin: 0 5px;
}

.owl-carousel .owl-dots button.owl-dot.active {
    background: var(--primary) !important;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .apply-banner__inner {
        flex-direction: column;
    }
    
    .apply-form__iframe, .apply_banner_slider {
        width: 100%;
    }
    .apply-form__iframe {
        position: relative;
    }
    
    .apply_banner_slider .item img {
        height: 400px;
    }
    
    .gethelp_steps > div {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .mobile-btn .nav-link {
        text-align: center;
        margin-top: 10px;
    }
    .apply-banner__inner .img-fluid {
        aspect-ratio: 777 / 600;
    }
}

@media (max-width: 768px) {
    .ph_mail_links {
        justify-content: center;
        margin-top: 10px;
    }
    
    .heading-1 {
        font-size: 2rem;
    }
    
    .heading-2 {
        font-size: 1.75rem;
    }
    
    .p-80 {
        padding: 50px 0;
    }
    
    .inner_need_help {
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .contact_strip .text-center {
        text-align: center !important;
        margin-bottom: 10px;
    }
    
    .registraion_strip .d-flex {
        flex-direction: column;
        text-align: center;
    }
    
    .registraion_strip .btn {
        margin-top: 15px;
    }
}
.apply-button {
    color: #fff !important;
    border-radius: 10px;
    padding: 10px 20px !important;
}
.apply-button:hover {
    color: var(--nps-yellow) !important;
}
.apply-form__iframe .card {
    border-radius: 20px;
}






.p-80 {
            padding: 80px 0;
        }
        .bg-grey {
            background-color: #f8f9fa;
        }
        .heading-2 {
            font-size: 3rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 30px;
            color: #1a365d;
        }
        .sticky_top {
            position: sticky;
            top: 100px;
        }
        .accordion-button {
            font-weight: 600;
            padding: 20px;
            font-size: 1.1rem;
            color: #1a365d;
            background-color: white;
            border: 1px solid #e2e8f0;
        }
        .accordion-button:not(.collapsed) {
            color: #2d6bcb;
            background-color: #f0f7ff;
            box-shadow: none;
        }
        .accordion-button:focus {
            box-shadow: none;
            border-color: #2d6bcb;
        }
        .accordion-body {
            padding: 20px;
            background-color: white;
            border-left: 1px solid #e2e8f0;
            border-right: 1px solid #e2e8f0;
            border-bottom: 1px solid #e2e8f0;
        }
        .accordion-item {
            margin-bottom: 10px;
            border: none;
        }
        ul {
            padding-left: 20px;
        }
        li {
            margin-bottom: 8px;
        }
        strong {
            color: #2d6bcb;
        }
        .section-apply__faq {
            position: relative;
        }
        @media (max-width: 992px) {
            .sticky_top {
                position: relative;
                top: 0;
                margin-bottom: 40px;
            }
            .heading-2 {
                font-size: 2.5rem;
            }
        }

.registraion_strip .btn-active {
    color: black !important;
    border-radius: 10px;
    padding: 10px 20px;
}
.registraion_strip .btn-active:hover {
    color: var(--primary) !important;
}


/* Team Member Cards */
        .team-member {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }
        
        .team-member:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
        }
        
        .member-image {
            height: auto;
            overflow: hidden;
        }
        
        .member-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .team-member:hover .member-image img {
            transform: scale(1.05);
        }
        
        .member-info {
            padding: 25px 20px;
            text-align: center;
        }
        
        .member-info h3 {
            font-size: 20px;
            color: #1a3a6c;
            margin-bottom: 8px;
            font-weight: 600;
        }
        
        .member-info p {
            color: #555;
            font-size: 15px;
            line-height: 1.5;
        }
        
        /* Swiper Customization */
        .swiper {
            padding: 20px 10px 50px;
        }
        
        .swiper-slide {
            height: auto;
        }
        
        .swiper-button-next, .swiper-button-prev {
            background-color: #1a3a6c;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            color: white;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
        }
        
        .swiper-button-next:after, .swiper-button-prev:after {
            font-size: 18px;
            font-weight: bold;
        }
        
        .swiper-button-next:hover, .swiper-button-prev:hover {
            background-color: #2a4d7a;
        }
        
        .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background: #d6d6d6;
            opacity: 1;
        }
        
        .swiper-pagination-bullet-active {
            background: #1a3a6c;
        }
        
        /* Responsive Design */
        @media (max-width: 1024px) {
            .member-image {
                height: auto;
            }
        }
        
        @media (max-width: 768px) {
            .section-title h2 {
                font-size: 28px;
            }
            
            .member-image {
                height: auto;
            }
            
            .member-info {
                padding: 20px 15px;
            }
            
            .member-info h3 {
                font-size: 18px;
            }
        }
        
        @media (max-width: 480px) {
            .section-title h2 {
                font-size: 24px;
            }
            
            .member-image {
                height: auto;
            }
        }
.guid-InnerBlock i {
    font-size: 40px;
    color: #1e3e6f;
    background-color: #ecf1f9;
    padding: 22px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    outline: 1px solid #f3f3f3;
    outline-offset: 5px;
}