/* Base Styles */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #ffffff;
    overflow-x: hidden;
}

/* Hero Section Container */
.hero-section {
    background-image: url('../assets/Header (1).webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 90vh;
    position: relative;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(36, 36, 90, 0.85) 0%, rgba(36, 36, 90, 0.70) 50%, rgba(36, 36, 90, 0.30) 100%);
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

/* Header/Navigation */
.header {
    position: relative;
    z-index: 10;
    padding: 20px 0;
}

.navbar {
    padding: 0;
}

.logo-img {
    height: 53px;
    width: 137px;
    object-fit: contain;
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-main {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

.logo-sub {
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    opacity: 0.8;
    letter-spacing: 1px;
}

.navbar-nav .nav-link {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 400;
    transition: opacity 0.3s ease;
    padding: 0.5rem 1rem;
}
.navbar-nav .nav-link{
    color: rgba(255, 255, 255, 0.80) !important;
    font-family: "Gill Sans" !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 20px !important; /* 142.857% */
    letter-spacing: 0.35px !important;
}

.navbar-nav .nav-link:hover {
    opacity: 0.7;
}

.btn-apply {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-apply:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

/* Hero Content */
.hero {
    display: flex;
    align-items: center;
    padding: 60px 0 80px 0;
    position: relative;
}

/* .hero-content {
    max-width: 800px;
} */

/* Admissions Tag */
.admissions-tag {
    display: inline-block;
    background: rgba(17, 183, 223, 0.20) !important;
    border: 1px solid rgba(173, 216, 230, 0.5);
    color: #00B7DD;
    padding: 8px 16px;
    border-radius: 9999999999px !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    width: fit-content;
}

/* Hero Headline */
.hero-headline {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
    width: 962px !important;
    font-family: "Gill Sans";
}

.hero-headline .highlight {
    color: #FFCA05;
}

/* Hero Description */
.hero-description {

    max-width: 700px;
    width: 700px !important;
    opacity: 0.95;
    color: rgba(255, 255, 255, 0.90) !important;
    font-family: "Gill Sans" !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 28px; /* 140% */
}

/* Badges */
.badges {
    display: flex;
    gap: 32px;
    align-items: center;
    flex-wrap: wrap;
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.badge-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.badge-text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.badge-text-small {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.cambridge-logo {
    height: 62px;
    width: auto;
    object-fit: contain;
}

/* Call to Action Buttons */
.btn-primary-custom {
    background: #F48120;
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 300;
    font-family: "Gill Sans", sans-serif;
    border-radius: 2px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-primary-custom:hover {
    background: #d67a2d;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(230, 138, 61, 0.3);
}

.btn-secondary-custom {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.30);
    color: #ffffff;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 300;
    font-family: "Gill Sans", sans-serif;
    border-radius: 2px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.btn-secondary-custom:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-color: #ffffff;
    transform: translateY(-2px);
}

.btn-icon {
    flex-shrink: 0;
}

/* Hero CTA Container */
.hero-cta {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
}

.hero-cta .btn-primary-custom,
.hero-cta .btn-secondary-custom {
    white-space: nowrap;
    flex-shrink: 1;
}

/* Features Section */
.features-section {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;

}

.features-section .row {
    margin: 0;
    align-items: stretch;
}

.features-section .row > [class*="col-"] {
    display: flex;
}

/* Left Section - Affiliation */
.affiliation-section {
    background-color: #00B7DD;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 182px !important;
}
.affiliation-content {
    width: 100%;
    max-width: 100%;
}

.affiliated-label {
    color: #ffffff;
    font-family: "Gill Sans", sans-serif;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: 0.95;
}

.cambridge-info {
    align-items: center;
    gap: 24px;
    flex-wrap: nowrap;
}

.cambridge-logo-large {
    height: 70px;
    width: 173px;
    object-fit: contain;
    flex-shrink: 0;
}

.cambridge-title {
    color: #ffffff;
    font-family: "Gill Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
    letter-spacing: -0.3px;
}

.cambridge-levels {
    color: #ffffff;
    font-family: "Gill Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    opacity: 0.98;
    letter-spacing: 0.2px;
}

/* Right Section - Features */
.features-content {
    background-color: #201A5B;
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 300px; */
}

.features-content .row {
    width: 100%;
    justify-content: space-around;
    align-items: stretch;
    margin: 0;
}

.feature-block {
    position: relative;
    padding:40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    max-width: 100%;
}

.feature-block:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 65%;
    background-color: rgba(255, 255, 255, 0.18);
}

.feature-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    gap: 20px;
}

.feature-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.feature-icon-wrapper:hover {
    transform: scale(1.05);
}

.feature-icon {
    width: 53px;
    height: 55px;
    flex-shrink: 0;
    object-fit: contain;
}

.feature-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
}

.feature-number {
    color: #ffffff;
    font-family: "Gill Sans";
    font-size: 15.8px;
    font-weight: 400;
    line-height: 24.5px !important;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.feature-text {
    color: rgba(255, 255, 255, 1);
    font-family: "Gill Sans", sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.263px;
    line-height: 1.5;
    opacity: 0.95;
    text-align: left;
}
.col-lg-4.col-md-12.affiliation-section {
    padding: 28px 0px;
}

/* Boarding Life Section */
.boarding-life-section {
    padding: 96px 0;
    background-color: #ffffff;
}

.boarding-content {
    padding-right: 60px;
    overflow: visible;
}

.boarding-title {
    color: #201A5B;
    font-family: "Gill Sans", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.feature-content-wrapper {
    flex: 1;
    min-width: 0;
    overflow: visible;
}

.feature-title {
    color: #201A5B;
    font-family: "Gill Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.3;
    word-wrap: break-word;
}

.feature-description {
    color: rgba(32, 26, 91, 0.7);
    font-family: "Gill Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.boarding-header {
    color: #F48120;
    font-family: "Gill Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.boarding-title {
    color: #201A5B;
    font-family: "Gill Sans", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
}

.boarding-features {
    margin-bottom: 35px;
}

.boarding-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px;
}

.feature-icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1.5px solid rgba(32, 26, 91, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: #ffffff;
}

.feature-icon-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.feature-content-wrapper {
    flex: 1;
}

.feature-title {
    color: #201A5B;
    font-family: "Gill Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.3;
}

.feature-description {
    color: rgba(32, 26, 91, 0.7);
    font-family: "Gill Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.jain-kitchen-link {
    color: #F48120;
    text-decoration: none;
    font-weight: 500;
}
/* 
.jain-kitchen-link:hover {
    text-decoration: underline;
} */

.explore-link {
    color: #201A5B;
    font-family: "Gill Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    transition: color 0.3s ease;
}

.explore-link:hover {
    color: #00B7DD;
}

/* Carousel Styles */
.boarding-carousel-wrapper {
    padding-left: 40px;
}

.custom-carousel {
    position: relative;
    border-radius: 8px;
    width: 100%;
    padding-bottom: 10px;
}

.carousel-images-container {
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
}

.carousel-track {
    display: flex;
    gap: 15px;
    transition: transform 0.5s ease;
    will-change: transform;
    margin-bottom: 0;
}

.carousel-image-wrapper {
    flex: 0 0 calc(50% - 7.5px);
    min-width: 0;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    box-sizing: border-box;
}

.carousel-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.5s ease, transform 0.5s ease;
    border-radius: 8px;
}

.carousel-image-wrapper:hover .carousel-image {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    top: calc(100% + 20px);
    z-index: 100;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-prev {
    left: calc(50% - 35px);
    background-color: #ffffff;
    transform: translateX(-50%);
}

.carousel-control-next {
    left: calc(50% + 35px);
    background-color: #201A5B;
    transform: translateX(-50%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    flex-shrink: 0;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23201A5B'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-prev:hover {
    background-color: #201A5B;
}

.carousel-control-prev:hover .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next:hover {
    background-color: #ffffff;
}

.carousel-control-next:hover .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23201A5B'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.feature-icon-circle:hover {
    background-color: #FFCA08 !important;
}
a.explore-link{
    text-decoration: none !important;
    border-bottom: 1px solid rgba(30, 27, 75, 0.20) !important;
    line-height: 20px; /* 142.857% */
}

/* Experiential Edge Section */
.experiential-edge-section {
    background-image: url('../assets/Section.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
}

.experiential-header {
    margin-bottom: 50px;
}

.experiential-title {
    color: #ffffff;
    font-family: "Gill Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: center;
}

.experiential-subtitle {
    color: #00B7DD;
    font-family: "Gill Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24.px !important;
    text-align: center;
    margin: 0;
}

/* Large Image with Overlay */
.experiential-image-large-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 650px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.experiential-image-large {
    width: 100%;
    height: 100%;
    min-height: 650px;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.5s ease;
    border-radius: 8px;
    display: block;
}

.experiential-image-large-wrapper:hover .experiential-image-large {
    filter: grayscale(0%);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%); */
    border-radius: 0 0 8px 8px;
    z-index: 2;
    width: auto;
}

.overlay-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.overlay-label {
    color: #FFCA05;
    font-family: "Gill Sans", sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: 1;
    margin: 0;
    line-height: 1;
}

.overlay-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    object-fit: contain;
    display: block;
}

.overlay-title {
    color: #ffffff;
    font-family: "Gill Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

/* Small Images Grid */
.experiential-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.experiential-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.5s ease;
    border-radius: 8px;
    display: block;
}

.experiential-image-wrapper:hover .experiential-image {
    filter: grayscale(0%);
}
.collage_section{
    margin-bottom: 48px !important;
}
.collage_section_bottom{
    margin-top: 21px !important;
}
.Faculties-title{
    color: #201A5B;
    text-align: center;
    font-family: "Gill Sans";
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 28px !important;
    margin-bottom: 0px !important;
}
.Faculties-section{
    padding: 86px 0px !important;
}
.Faculties_image{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.Faculties-section .experiential-image-wrapper.h-100.Faculties_image {
    border-radius: 0px;
}
.Faculties-section .experiential-image{
    border-radius: 0px !important;
}
.row.collage_section_bottom{
    flex-direction: row !important;
}
.row.collage_section_bottom .col-sm-12{
    width: 50% !important;
    margin-bottom: 30px !important;
}

/* Admissions/Enrollment Section */
.admissions-section {
    background-color: #201A5B;
    padding: 100px 0;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.admissions-card {
    background: transparent;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 1200px;
    margin: 0 auto;
}

.admissions-left-panel {
    background-color: #F8D550;
    padding: 35px !important;
    display: flex;
    align-items: center;
    min-height: 500px;
}

.admissions-content {
    width: 100%;
}

.admissions-headline {
    font-family: "Gill Sans", sans-serif;
    font-size: 42px;
    font-weight: 200;
    color: #333333;
    margin-bottom: 20px;
    line-height: 1.2;
}

.admissions-description {
    font-family: "Gill Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1.6;
}

.admissions-contact {
    margin-top: 40px;
}

.contact-label {
    font-family: "Gill Sans", sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #1A237E;
    text-transform: uppercase;
    letter-spacing: 1.05px;
    margin-bottom: 10px;
}

.contact-phone {
    font-family: "Gill Sans", sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #201A58;
    margin-bottom: 8px;
    line-height: 28px;
}

.contact-email {
    font-family: "Gill Sans", sans-serif;
    font-size: 14.3px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.5px; /* 142.276% */
    color: #201A5B;
}

.admissions-right-panel {
    background-color: #FFFFFF;
    padding: 60px 90px;
    display: flex;
    align-items: center;
    min-height: 500px;
}

.admissions-form-wrapper {
    width: 100%;
}

.admissions-form {
    width: 100%;
}

.admissions-form .form-group {
    margin-bottom: 30px;
}

.admissions-form .form-label {
    font-family: "Gill Sans", sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    display: block;
}

.admissions-form .form-control {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-family: "Gill Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    background-color: #FFFFFF;
    transition: border-color 0.3s ease;
}

.admissions-form .form-control:focus {
    outline: none;
    border-color: #4A3077;
    box-shadow: 0 0 0 3px rgba(74, 48, 119, 0.1);
}

.admissions-form .form-control::placeholder {
    color: #999999;
    opacity: 1;
}

.btn-enquire {
    width: 100%;
    background-color: #4A3077;
    color: #FFFFFF;
    border: none;
    padding: 16px 24px;
    border-radius: 4px;
    font-family: "Gill Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.btn-enquire:hover {
    background-color: #3a2560;
}

.btn-enquire .btn-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* Footer Section */
.footer-section {
    background-color: #00a7e1;
    padding: 60px 0 0;
    color: #E0E0E0;
}

.footer-content {
    padding-bottom: 40px;
}

.footer-column {
    margin-bottom: 40px;
}

.footer-logo-wrapper {
    margin-bottom: 20px;
}

.footer-logo {
    max-width: 200px;
    height: auto;
    display: block;
}

.footer-description {
    font-family: "Gill Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #393939;
    margin: 0;
}

.footer-heading {
    font-family: "Gill Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #E0E0E0;
    margin-bottom: 20px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-icon {
    width: 16px;
    height: 16px;
    color: #FFCA05;
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-text {
    font-family: "Gill Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #393939;
    flex: 1;
    padding-right: 178px !important;
}

.accreditation-box {
    border: 0.8px solid rgba(255, 255, 255, 0.20);
    padding: 12px 16px;
    display: inline-block;
    border-radius: 4px;
}

.accreditation-text {
    font-family: "Gill Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #393939;
}

.footer-bottom {
    border-top: 1px solid rgba(224, 224, 224, 0.3);
    padding: 20px 0;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-copyright,
.footer-developer {
    font-family: "Gill Sans", sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #E0E0E0;
}

@media (max-width: 768px) {
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
}
a{
    text-decoration: none;
    color: inherit !important;
}

/* Voices of Trust Section */
.voices-of-trust-section {
    padding: 100px 0;
    background-color: #FFFFFF;
}

.voices-title {
    font-family: "Gill Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #333366;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px;
}

.voices-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: #F8D550;
}

.video-player-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    border: 3px solid #F8D550;
    border-radius: 8px;
    overflow: hidden;
    background-color: #000000;
}

.testimonial-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.testimonial-video.playing ~ .play-button-overlay {
    display: none;
}

.play-icon {
    width: 60px;
    height: 60px;
    transition: transform 0.3s ease;
}

.play-button-overlay:hover .play-icon {
    transform: scale(1.1);
}

.video-text-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #E0E0E0;
    color: #FFFFFF;
    padding: 8px 16px;
    border-radius: 4px;
    font-family: "Gill Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
}

/* The Stages of Excellence Section */
.stages-of-excellence-section {
    padding: 100px 0;
    background-color: #FFFFFF;
}

.stages-title {
    font-family: "Gill Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #333366;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px;
}

.stages-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: #F8D550;
}

.stages-image-container {
    position: relative;
}

.stage-image-item {
    position: relative;
    cursor: pointer;
    border-left: 0 solid #F8D550;
    border-right: 0 solid #F8D550;
    transition: border-width 0.3s ease;
    overflow: hidden;
}

.stage-image-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    transition: filter 0.5s ease;
}

/* Hover effects - remove grayscale and show colored section */
.stage-image-item:hover {
    border-left-width: 4px;
    border-right-width: 4px;
}

.stage-image-item:hover .stage-image-wrapper {
    filter: grayscale(0%);
}

.stage-image-item:hover .stage-label {
    color: #FFFFFF;
}

/* Ensure non-hovered items stay grayscale */
.stages-image-container:hover .stage-image-item:not(:hover) {
    border-left-width: 0;
    border-right-width: 0;
}

.stages-image-container:hover .stage-image-item:not(:hover) .stage-image-wrapper {
    filter: grayscale(100%);
}

.stages-image-container:hover .stage-image-item:not(:hover) .stage-label {
    color: #CCCCCC;
}

.stages-image-container:hover .stage-image-item:not(:hover) .stage-description {
    max-height: 0;
    opacity: 0;
    padding: 0;
}

/* Active state (default for first item) */
.stage-image-item[data-stage="early-years"] {
    border-left-width: 4px;
    border-right-width: 4px;
}

.stage-image-item[data-stage="early-years"] .stage-image-wrapper {
    filter: grayscale(0%);
}

.stage-image-item[data-stage="early-years"] .stage-label {
    color: #FFFFFF;
}

.stage-label-section {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 3;
}

.stage-range {
    font-family: "Gill Sans", sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #F8D550;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    min-height: 16px;
}

.stage-label {
    font-family: "Gill Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #CCCCCC;
    transition: color 0.3s ease;
    margin-bottom: 10px;
}

.stage-image-item:hover .stage-label,
.stage-label.active {
    color: #FFFFFF;
}

.stage-description {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
    padding: 0;
    margin-top: 0;
    background-color: #F8D550;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

.stage-image-container-inner {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: none!important;
}

.stage-description-content {
    padding: 20px;
}

.stage-image-item:hover .stage-description,
.stage-description.active {
    max-height: 400px;
    opacity: 1;
    padding: 0;
}

.stage-image-item:hover .stage-image-container-inner,
.stage-description.active .stage-image-container-inner {
    display: block;
}

.description-text {
    font-family: "Gill Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.6;
    margin-bottom: 12px;
}

.find-out-more {
    font-family: "Gill Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.3s ease;
}

.find-out-more:hover {
    transform: translateX(5px);
}
.testSection{
    background: url('../assets/sectionNew/Background+Image.webp') no-repeat center center;
    height: 500px;
}
.testSection .row{
    height: 100% !important;
}
.desktop-section {
    margin-bottom: 80px;
    margin-top: 80px;
}
@media(max-width: 749px){
    .experiential-image-large{
    filter: grayscale(0%) !important;
}
.experiential-image{
    filter: grayscale(0%) !important;
}
}
.footer-description{
    color: #ffffff !important;
}
.contact-text{
    color: #ffffff !important;
}
.accreditation-text{
    color: #ffffff !important;
}