/* Hero Image Section */
.hero-image-section {
    height: 560px;
    background-color: #e3e3e3;
}
.hero-image-section .gradient-overlay {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        color-stop(60%, rgba(0, 0, 0, 0.3)),
        to(rgba(0, 0, 0, 0.7))
    );
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.3) 60%,
        rgba(0, 0, 0, 0.7) 100%
    );
}
.hero-image-section .banner-title {
    font-size: clamp(32px, 7vw, 64px);
    line-height: 1.1;
    letter-spacing: clamp(-0.64px, -0.02em, -1.28px);
}

/* Main Content Section - Content Intro */
.main-content-section .content-intro-section {
    border-bottom: 1px solid #dfcdbc;
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 991px) {
    .main-content-section .content-intro-section {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}
@media (max-width: 767px) {
    .main-content-section .content-intro-section {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}

.main-content-section .content-intro-section .intro-text .title {
    color: #1b1b1b;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .main-content-section .content-intro-section .intro-text .title {
        font-size: 20px;
    }
}

.main-content-section .content-intro-section .intro-text .subtitle {
    color: #1b1b1b;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .main-content-section .content-intro-section .intro-text .subtitle {
        font-size: 20px;
    }
}

/* Offerings Section */
.main-content-section .offerings-section {
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 991px) {
    .main-content-section .offerings-section {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}
@media (max-width: 767px) {
    .main-content-section .offerings-section {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}

.main-content-section .offerings-section .offerings-title {
    color: #1b1b1b;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .main-content-section .offerings-section .offerings-title {
        font-size: 24px;
        margin-bottom: 24px;
    }
}

/* Offerings Carousel */
.main-content-section .offerings-section .offerings-carousel-wrapper {
    overflow: hidden;
}

.main-content-section .offerings-section .offerings-carousel .offering-slide {
    padding-right: 24px;
}
.main-content-section
    .offerings-section
    .offerings-carousel
    .offering-slide:last-child {
    padding-right: 0;
}
@media (max-width: 991px) {
    .main-content-section
        .offerings-section
        .offerings-carousel
        .offering-slide {
        padding-right: 0;
    }
    .main-content-section
        .offerings-section
        .offerings-carousel
        .offering-slide:last-child {
        padding-right: 0;
    }
}

.main-content-section
    .offerings-section
    .offerings-carousel
    .offering-card
    .offering-image {
    margin-bottom: 24px;
}
.main-content-section
    .offerings-section
    .offerings-carousel
    .offering-card
    .offering-image
    img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 8px;
}
@media (max-width: 767px) {
    .main-content-section
        .offerings-section
        .offerings-carousel
        .offering-card
        .offering-image
        img {
        height: 280px;
    }
}

.main-content-section
    .offerings-section
    .offerings-carousel
    .offering-card
    .offering-content
    .offering-description {
    color: #1b1b1b;
    font-size: 16px;
    line-height: 1.4;
}

/* Slick Carousel Dots */
.offerings-carousel.slick-dotted.slick-slider {
    margin-bottom: 50px;
}
.offerings-carousel .slick-dots {
    bottom: -50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.offerings-carousel .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
}
.offerings-carousel .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    background: #7f7f80;
    border-radius: 50%;
    border: none;
}
.offerings-carousel .slick-dots li button:before {
    display: none;
}
.offerings-carousel .slick-dots li.slick-active button {
    background: #005840;
}

/* Partner Section - 50/50 Split Layout */
.main-content-section .partner-section {
    min-height: auto;
    overflow: hidden;
    display: flex;
    background: #242424;
}
@media (max-width: 991px) {
    .main-content-section .partner-section {
        min-height: auto;
        flex-direction: column;
    }
}

/* Left grey background - Desktop only */
.main-content-section .partner-section .partner-bg-left {
    width: 50%;
    background-color: #242424;
    z-index: 0;
}

/* Image wrapper - Right side on desktop, top on mobile/tablet */
.main-content-section .partner-section .partner-image-wrapper {
    width: 50%;
    right: 0;
    top: 0;
    z-index: 0;
}
@media (max-width: 991px) {
    .main-content-section .partner-section .partner-image-wrapper {
        position: relative !important;
        width: 100%;
        height: 560px !important;
        flex-shrink: 0;
    }
}
@media (max-width: 767px) {
    .main-content-section .partner-section .partner-image-wrapper {
        height: 400px !important;
    }
}

.main-content-section .partner-section .partner-image-wrapper img {
    object-position: center top;
    filter: brightness(0.5);
}

/* Subtle fade overlay on the left edge of image - Desktop */
.main-content-section
    .partner-section
    .partner-image-wrapper
    .partner-image-overlay {
    background: linear-gradient(
        90deg,
        rgba(36, 36, 36, 1) 0%,
        rgba(36, 36, 36, 0.5) 20%,
        rgba(36, 36, 36, 0.2) 40%,
        rgba(36, 36, 36, 0) 60%
    );
}
@media (max-width: 991px) {
    .main-content-section
        .partner-section
        .partner-image-wrapper
        .partner-image-overlay {
        background: linear-gradient(
            180deg,
            rgba(36, 36, 36, 0) 0%,
            rgba(36, 36, 36, 0) 60%,
            rgba(36, 36, 36, 0.8) 85%,
            rgba(36, 36, 36, 1) 100%
        );
    }
}

/* Content container - sits on top */
.main-content-section .partner-section > .container {
    z-index: 2;
}
@media (max-width: 991px) {
    .main-content-section .partner-section > .container {
        background-color: #242424;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .main-content-section .partner-section > .container > .row {
        margin-left: 0;
        margin-right: 0;
    }
    .main-content-section .partner-section > .container > .row > .col-lg-7 {
        padding-left: 24px;
        padding-right: 24px;
    }
}

/* Content wrapper */
.main-content-section .partner-section .partner-content {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media (max-width: 991px) {
    .main-content-section .partner-section .partner-content {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}
@media (max-width: 767px) {
    .main-content-section .partner-section .partner-content {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}

.main-content-section .partner-section .partner-content .title {
    color: #fff;
    font-size: 32px;
    line-height: 1.2;
}
@media (max-width: 767px) {
    .main-content-section .partner-section .partner-content .title {
        font-size: 24px;
    }
}

.main-content-section .partner-section .partner-content .partner-description {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

.main-content-section .partner-section .partner-content .partner-description p {
    margin-bottom: 16px;
}
.main-content-section
    .partner-section
    .partner-content
    .partner-description
    p:last-child {
    margin-bottom: 0;
}
.main-content-section
    .partner-section
    .partner-content
    .partner-description
    strong {
    font-weight: 700;
}

.offering-card .offering-image img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.offering-card .offering-image img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
