body.cms-gp-doctor .page-wrapper .page-main {
    padding: 0;
    max-width: 100%;
}

/* ================= Hero Section ================= */
.hero {
    border-radius: 20px;
    background-color: #fff;
    padding: 24px;
    width: 100%;
    overflow: hidden;
}

.hero .hero-banner {
    position: relative;
    overflow: hidden;
}

.hero img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.hero img.hero-user-image {
    position: absolute;
    max-width: 47%;
    left: calc(50% + 30px);
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
}

.hero img.hero-user-image[data-animate="fade-up"] {
    transform: translateX(-50%) translateY(100px);
    opacity: 0;
}

.hero img.hero-user-image[data-animate="fade-up"].animate {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

.hero .content {
    position: relative;
}

.hero .hero-text-container {
    position: relative;
}

.hero .hero-heading {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 16px;
    max-width: 285px;
}

.hero .hero-heading.aged-care {
    max-width: 310px;
}

.hero .hero-heading.allied-health {
    max-width: 375px;
}

.hero .hero-heading.hospital {
    max-width: 540px;
}

.hero .hero-heading.private-specialist {
    max-width: 490px;
}

.hero .hero-description {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    max-width: 312px;
}

.hero .hero-image-container {
    padding: 0;
}

/* ================= Hero Media Queries ================= */
@media (max-width: 1024px) {
    .hero {
        padding: 32px;
    }
}

@media (max-width: 991px) {
    .hero img {
        border-radius: 20px 20px 0 0;
    }

    .hero .content:before {
        content: '';
        width: 100%;
        height: 6px;
        position: absolute;
        top: -6px;
        left: 0;
        z-index: 1;
        background: linear-gradient(90deg, rgba(112,173,63,0.8) 0%, rgba(20,153,93,0.8) 24%, rgba(17,141,154,0.8) 56%, rgba(8,95,160,0.8) 100%);
    }

    .hero .hero-text-container {
        background: #13456e;
        display: flex;
        padding: 48px 32px 32px;
        align-items: flex-start;
        border-radius: 0 0 20px 20px;
        flex-direction: column;
    }

    .hero .hero-heading {
        max-width: 100%;
    }

    .hero .hero-description {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .hero {
        padding: 16px;
    }

    .hero .hero-text-container {
        padding: 32px 16px 24px;
    }
}

@media (min-width: 768px) {
    .hero img.hero-bg-image {
        height: 491px;
    }

    .hero img.hero-user-image {
        max-width: 47.5%;
        left: calc(50% + 65px);
    }

    .hero .hero-heading {
        font-size: 48px;
        line-height: 100%;
        letter-spacing: -0.48px;
    }
}

@media (min-width: 992px) {
    .hero img.hero-bg-image {
        max-height: calc(100vh - 311px);
        height: 400px;
    }

    .hero img.hero-user-image {
        max-width: 280px;
        left: calc(50% + 200px);
    }

    .hero .hero-text-container {
        position: absolute;
        bottom: 48px;
        left: 32px;
    }

    .hero .hero-heading {
        display: flex;
        flex-direction: column;
        font-size: 48px;
        line-height: 100%;
        letter-spacing: -0.48px;
    }
}

@media (min-width: 992px) and (max-width: 1439px) {
    .hero img.hero-bg-image {
        max-height: calc(100vh - 232px);
    }
}

@media (min-width: 1025px) {
    .hero img.hero-bg-image {
        height: 300px;
    }

    .hero img.hero-user-image {
        max-width: 265px;
        top: 18px;
        left: calc(50% + 200px);
    }

    .hero .hero-text-container {
        left: 47px;
        bottom: 32px;
    }

    .hero .hero-heading {
        font-size: 36px;
        line-height: 110%;
        margin-bottom: 6px;
    }

    .hero .hero-description {
        font-size: 16px;
        line-height: 24px;
        max-width: 435px;
    }
}

@media (min-width: 1441px) {
    .hero img.hero-bg-image {
        height: 520px;
    }

    .hero img.hero-user-image {
        max-width: 365px;
        bottom: auto;
        top: 40px;
        left: calc(50% + 4px);
    }

    .hero .hero-text-container {
        bottom: 56px;
    }

    .hero .hero-heading {
        font-size: 64px;
        line-height: 100%;
        letter-spacing: -0.64px;
        margin-bottom: 24px;
    }
}


/* ================= Purpose Section ================= */
.purpose {
    background-color: #f8f8f8;
    width: 100%;
    padding: 132px 80px 120px;
    overflow: hidden;
    position: relative;
}

.purpose .content {
    max-width: 1216px;
    margin: 0 auto;
    position: relative;
}

.purpose .purpose-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 1095px;
    padding-right: 360px;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    align-items: flex-start;
}

.purpose p.section-label {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 124%;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #70ad3f 0%, #14995d 24%, #118d9a 56%, #085fa0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-flex;
    margin-bottom: 0;
}

.purpose .purpose-heading {
    color: #373737;
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    margin: 0;
}

.purpose .purpose-heading strong {
    font-weight: 700;
}

.purpose .purpose-subheading {
    color: #373737;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.purpose .purpose-subheading strong {
    font-weight: 700;
}

.purpose .purpose-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.purpose img {
    position: absolute;
    right: -104px;
    top: 47%;
    transform: translateY(-50%);
}

/* ================= Purpose Media Queries ================= */
@media (max-width: 1024px) {
    .purpose {
        padding: 132px 32px 120px;
    }

    .purpose .purpose-text {
        max-width: 551px;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .purpose .purpose-text {
        max-width: 419px;
    }

    .purpose img {
        right: -146px;
    }
}

@media (max-width: 767px) {
    .purpose {
        padding: 48px 16px 379px;
    }

    .purpose .content {
        position: unset;
    }

    .purpose img {
        right: auto;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .purpose .purpose-heading {
        font-size: 32px;
        line-height: 120%;
    }
}


/* ================= Challenges Section ================= */
.challenges {
    background-color: #13456e;
    width: 100%;
    padding: 120px 80px;
    overflow: hidden;
}

.challenges .challenges-content {
    max-width: 1216px;
    margin: 0 auto;
}

.challenges .challenges-header {
    max-width: 698px;
    font-weight: 500;
}

.challenges .challenges-label {
    background: linear-gradient(90deg, #A1CB45 0%, #4AC7E9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 124%;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
}

.challenges .challenges-heading {
    color: #fff;
    font-size: 36px;
    line-height: 1.1;
    margin-top: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

.challenges .challenges-description {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 24px;
}

.challenges .challenges-grid {
    display: flex;
    margin-top: 48px;
    gap: 24px;
    flex-wrap: wrap;
}

.challenges .challenge-card {
    border-radius: 20px;
    background-color: #0c3150;
    min-width: 240px;
    overflow: hidden;
    width: calc(33.333% - 16px);
}

.challenges .challenge-image {
    aspect-ratio: 1.5;
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.challenges .challenge-info {
    display: flex;
    width: 100%;
    padding: 24px;
    align-items: flex-start;
    gap: 12px;
}

.challenges .challenge-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 24px;
    flex-shrink: 0;
}

.challenges .challenge-title {
    flex: 1;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

/* ================= Slick Dots ================= */
.challenges ul.slick-dots {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
    width: 100%;
    justify-content: center;
}

.challenges ul.slick-dots li {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0.25;
    background: #fff;
    font-size: 0;
}

.challenges ul.slick-dots li.slick-active {
    width: 16px;
    border-radius: 15px;
    opacity: 1;
}

.challenges .slick-list {
    margin: 0 -6px;
    overflow: unset;
    max-width: calc(100% + 12px);
}

.challenges .slick-list:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 100%;
    top: 0;
    background-color: #13456e;
    z-index: 1;
}

.challenges .slick-slide {
    padding: 0 6px;
}

/* ================= Media Queries ================= */
@media (max-width: 1024px) {
    .challenges {
        padding: 120px 32px;
    }

    .challenges .challenges-grid {
        gap: 20px;
    }
}

@media (max-width: 992px) {
    .challenges .challenges-grid {
        gap: 32px;
    }

    .challenges .challenge-card {
        width: 100%;
        background-color: transparent;
    }

    .challenges .challenge-card .challenge-info {
        background-color: #0c3150;
        border-radius: 0 0 20px 20px;
        min-height: 98px;
    }
}

@media (max-width: 991px) {
    .challenges .challenges-header {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .challenges {
        padding: 48px 16px;
    }

    .challenges .challenges-grid {
        margin-top: 40px;
        gap: 16px;
    }

    .challenges .challenge-info {
        padding: 16px 20px;
        align-items: center;
        min-height: 1px;
    }

    .challenges .challenge-title {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .challenges .slick-list {
        margin: 0 -10px;
        max-width: calc(100% + 20px);
    }
}

@media (min-width: 768px) {
    .challenges .slick-slide {
        padding: 0 10px;
    }
}


/* ================= Solutions Section ================= */
.solutions {
    width: 100%;
    padding: 120px 80px;
}

.solutions .solutions-content {
    max-width: 1216px;
    margin: 0 auto;
}

.solutions .section-label {
    background: linear-gradient(90deg, #70ad3f 0%, #14995d 24%, #118d9a 56%, #085fa0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 124%;
    letter-spacing: 0.84px;
    text-transform: uppercase;
}

.solutions .solutions-header {
    font-weight: 500;
}

.solutions .solutions-heading {
    color: #373737;
    font-size: 36px;
    line-height: 1.1;
    margin-top: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

.solutions .solutions-description {
    color: #373737;
    font-size: 16px;
    font-weight: 400;
    margin-top: 24px;
}

.solutions .solutions-grid {
    display: flex;
    margin-top: 48px;
    gap: 24px;
    flex-wrap: wrap;
}

.solutions .solution-card {
    border-radius: 20px;
    background-color: #f8f8f8;
    min-width: 240px;
    overflow: hidden;
    flex-grow: 1;
    width: calc(33.333% - 16px);
}

.solutions .solution-image {
    aspect-ratio: 1.5;
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.solutions .solution-info {
    width: 100%;
    padding: 24px 24px 32px;
}

.solutions .solution-title-wrapper {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.solutions .solution-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 24px;
    flex-shrink: 0;
}

.solutions .solution-title {
    flex: 1;
    font-size: 20px;
    color: #373737;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.solutions .solution-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 16px;
    color: #373737;
    margin-bottom: 0;
}

/* ================= Solutions Media Queries ================= */
@media (max-width: 1024px) {
    .solutions {
        padding: 120px 32px;
    }

    .solutions .solutions-grid {
        gap: 20px;
    }
}

@media (max-width: 992px) {
    .solutions .solution-card {
        width: calc(50% - 10px);
    }
}

@media (max-width: 767px) {
    .solutions {
        padding: 48px 16px;
    }

    .solutions .solutions-grid {
        margin-top: 40px;
        gap: 16px;
    }

    .solutions .solution-card {
        width: 100%;
    }

    .solutions .solution-info {
        padding: 16px 20px;
    }

    .solutions .solution-title {
        font-size: 16px;
        line-height: 125%;
    }

    .solutions .solution-description {
        margin-top: 14px;
    }
}


/* ================= Ecosystem Section ================= */
.ecosystem {
    background-color: #f8f8f8;
    width: 100%;
    padding: 120px 80px 91px;
    overflow: hidden;
}

.ecosystem .ecosystem-content {
    max-width: 1216px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 57px;
    align-items: center;
}

.ecosystem .ecosystem-text {
    width: 388px;
    min-width: 388px;
}

.ecosystem .section-label {
    margin-bottom: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 124%;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #70ad3f 0%, #14995d 24%, #118d9a 56%, #085fa0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-flex;
}

.ecosystem .ecosystem-heading {
    color: #373737;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    margin-top: 24px;
    margin-bottom: 0;
}

.ecosystem .ecosystem-description {
    color: #373737;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 24px;
    margin-bottom: 0;
}

.ecosystem .ecosystem-list {
    margin-top: 24px;
    width: 100%;
    color: #13456e;
    list-style: none;
    padding: 0;
}

.ecosystem .ecosystem-item {
    border-top: 1px solid #e6e6e6;
    width: 100%;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 700;
    color: #13456e;
}

.ecosystem .ecosystem-item.expanded {
    color: #373737;

    .benefit-title {
        color: #373737;
    }
}

.ecosystem .ecosystem-item.expanded .benefit-description {
    display: block;
}

.ecosystem .benefit-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    cursor: pointer;
    line-height: 1.5;
    color: #13456e
}

.ecosystem .benefit-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 3px 0 0 0;
    display: none;
}

.ecosystem .ecosystem-visual {
    margin-top: 0;
}

.ecosystem .ecosystem-image {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    max-width: 100%;
    width: 699px;
}

.ecosystem .image {
    position: relative;
}

.ecosystem .image > img.cricle-ecosystem-image,
.ecosystem .image > img.ecosystem-image-transparent {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transition: all 0.5s ease;
    width: 100%;
}

.ecosystem .image > img.ecosystem-image-transparent {
    z-index: 2;
}

.ecosystem area {
    cursor: pointer;
}

/* ================= Media Queries ================= */
@media (max-width: 1024px) {
    .ecosystem {
        padding: 120px 32px;
    }

    .ecosystem .ecosystem-text {
        width: 306px;
        min-width: 306px;
    }
}

@media (max-width: 991px) {
    .ecosystem .ecosystem-content {
        flex-direction: column;
        gap: 37px;
    }

    .ecosystem .ecosystem-text {
        width: 100%;
        min-width: 100%;
        order: 2;
    }

    .ecosystem .ecosystem-visual {
        margin-top: 40px;
    }

    .ecosystem .ecosystem-image {
        width: 699px;
    }
}

@media (max-width: 767px) {
    .ecosystem {
        padding: 48px 16px;
    }

    .ecosystem .ecosystem-content {
        gap: 35px;
    }

    .ecosystem .ecosystem-heading {
        font-size: 32px;
        line-height: 120%;
    }
}


/* ================= Testimonials Section ================= */
.testimonials {
    background-color: #fff;
    width: 100%;
    padding: 120px 80px;
    overflow: hidden;
}

.testimonials .testimonials-content {
    max-width: 1216px;
    margin: 0 auto;
}

.testimonials .testimonials-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.testimonials .testimonials-heading {
    color: #373737;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
}

.testimonials .view-all-button {
    background: transparent;
    color: #13456e;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
    border: 1px solid #e6e6e6;
    text-decoration: none;
}

.testimonials .view-all-button:hover {
    border-color: #d5d5d5;
}

.testimonials .view-all-button:focus {
    border-color: #b1b1b1;
    outline: none;
}

.testimonials .testimonials-grid {
    display: flex;
    margin-top: 56px;
    gap: 24px;
    flex-wrap: wrap;
}

.testimonials .testimonial-card {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    width: calc(33.333% - 16px);
}

.testimonials .testimonial-image {
    aspect-ratio: 389 / 260;
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.testimonials .testimonial-info {
    display: flex;
    width: 100%;
    padding: 32px;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    background-color: #f8f8f8;
    border-radius: 0 0 20px 20px;
    align-items: flex-start;
}

.testimonials .testimonial-text {
    color: #373737;
}

.testimonials .testimonial-quote {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 12px;
}

.testimonials .testimonial-source {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

.testimonials .read-more-button {
    align-items: center;
    border-radius: 999px;
    background-color: #13456e;
    border: none;
    display: flex;
    margin-top: 32px;
    padding: 12px 20px;
    gap: 4px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s;
    text-decoration: none;
    outline: none !important;
}

.testimonials .read-more-button:hover {
    background-color: #0e538b;
}

.testimonials .read-more-button:focus {
    outline: 2px solid rgba(19,69,110,0.5);
    outline-offset: 2px;
}

.testimonials .read-more-button .button-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 20px;
}

.testimonials .slick-slide {
    height: auto;
    padding: 0 6px;
}

.testimonials .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}

.testimonials ul.slick-dots {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
    width: 100%;
    justify-content: center;
}

.testimonials ul.slick-dots li {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0.25;
    background: #000;
    font-size: 0;
}

.testimonials ul.slick-dots li.slick-active {
    width: 16px;
    border-radius: 15px;
    opacity: 1;
}

.testimonials .slick-list {
    margin: 0 -6px;
    overflow: unset;
    max-width: calc(100% + 12px);
    position: relative;
}

.testimonials .slick-list:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 100%;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

/* ================= Testimonials Media Queries ================= */
@media (max-width: 1024px) {
    .testimonials {
        padding: 120px 32px;
    }

    .testimonials .testimonials-grid {
        gap: 20px;
    }

    .testimonials .testimonial-info {
        padding: 32px;
    }
}

@media (max-width: 991px) {
    .testimonials .testimonials-grid {
        gap: 32px;
    }

    .testimonials .testimonial-card {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .testimonials {
        padding: 48px 16px;
    }

    .testimonials .testimonials-header .view-all-button {
        display: none;
    }

    .testimonials .testimonials-heading {
        font-size: 32px;
        line-height: 120%;
    }

    .testimonials .view-all-button {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 16px;
        display: inline-flex;
        margin-top: 32px;
    }

    .testimonials .testimonials-grid {
        margin-top: 32px;
    }

    .testimonials .testimonial-info {
        padding: 24px;
    }
}

@media (min-width: 768px) {
    .testimonials .testimonials-content .view-all-button {
        display: none;
    }

    .testimonials .testimonials-content .testimonials-header .view-all-button {
        display: flex;
    }

    .testimonials .slick-list {
        margin: 0 -10px;
        max-width: calc(100% + 20px);
    }

    .testimonials .slick-slide {
        padding: 0 10px;
    }
}


/* ================= Contact Section ================= */
.contact-section {
    margin-bottom: -40px;
    background-color: #f8f8f8;
    overflow: hidden;
    padding: 120px 80px;
    position: relative;
    min-height: 966px;
}

.contact-section .contact-container {
    display: flex;
    max-width: 1216px;
    margin: 0 auto;
    width: 100%;
}

.contact-section .contact-image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 49%;
    margin-left: 0;
}

.contact-section .contact-image {
    object-fit: cover;
    object-position: center;
    width: 50%;
    left: 0;
    top: 0;
    flex-grow: 0;
    height: 100%;
    position: absolute;
}

.contact-section .contact-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 51%;
    padding-left: 80px;
    background-color: #f8f8f8;
}

.contact-section .contact-content-inner {
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.contact-section .contact-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    background: linear-gradient(90deg, #70ad3f 0%, #14995d 24%, #118d9a 56%, #085fa0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}

.contact-section .contact-subtitle {
    color: #373737;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-top: 16px;
    margin-bottom: 0;
}

.contact-section .contact-form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-top: 40px;
    width: 100%;
}

.contact-section .form-fields {
    width: 100%;
}

.contact-section .form-field {
    width: 100%;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
}

.contact-section .form-field:first-child {
    margin-top: 0;
}

.contact-section .form-label {
    color: #373737;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: block;
    margin-bottom: 6px;
}

.contact-section input,
.contact-section textarea,
.contact-section .form-select {
    width: 100%;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    font-size: 16px;
    color: #656565;
    line-height: 24px;
}

.contact-section input:focus,
.contact-section textarea:focus,
.contact-section .form-select:focus {
    outline: none;
}

.contact-section textarea {
    min-height: 125px;
    resize: vertical;
    height: 125px;
}

.contact-section textarea::placeholder {
    color: #656565;
}

.contact-section .select-wrapper {
    position: relative;
    width: 100%;
}

.contact-section .select-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.contact-section .dropdown-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.contact-section .submit-button {
    display: flex;
    align-items: center;
    gap: 4px;
    background-color: #13456e;
    border-radius: 999px;
    border: none;
    padding: 12px 20px;
    margin-top: 24px;
    width: 155px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.contact-section .submit-button:hover {
    background-color: #0e538b;
}

.contact-section .submit-button:focus {
    outline: none;
    background-color: #13456e;
}

.contact-section .button-text {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0 4px;
    text-transform: none;
}

.contact-section .button-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.contact-section .success-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin: auto 0;
    background-color: #f8f8f8;
    position: relative;
}

.contact-section .success-header {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 12px;
    font-size: 32px;
    color: #0bab43;
    font-weight: 500;
    line-height: 1.2;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.contact-section .success-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 24px;
    align-self: stretch;
    margin: auto 0;
    flex-shrink: 0;
}

.contact-section .error-message ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #e74b3d;
    font-style: italic;
}

.contact-section .success-title {
    align-self: stretch;
    margin: auto 0;
    flex: 1 0 0%;
    font-size: 32px;
    font-weight: 500;
}

.contact-section .success-text {
    color: #373737;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-top: 16px;
    margin-bottom: 0;
}

.contact-section .send-again-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-self: flex-start;
    margin-top: 32px;
    min-height: 48px;
    padding: 12px 20px;
    gap: 4px;
    border-radius: 999px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    color: #13456e;
    text-decoration: none;
    transition: all 0.3s ease;
    outline: none !important;
}

.contact-section .send-again-button:hover {
    background-color: #f2f4f7;
    color: #13456e;
}

.contact-section .send-again-button:focus {
    outline: 2px solid #4ac7e9;
    outline-offset: 2px;
}

.contact-section .send-again-text {
    align-self: stretch;
    margin: auto 0;
    padding: 0 4px;
    gap: 10px;
}

/* ================= Media Queries ================= */
@media (max-width: 1024px) {
    .contact-section {
        padding: 120px 32px;
    }

    .contact-section .contact-content {
        padding-left: 42px;
    }
}

@media (max-width: 991px) {
    .contact-section {
        padding: 0 0 120px;
        min-height: auto;
    }

    .contact-section .contact-container {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .contact-section .contact-image-wrapper {
        width: 100%;
    }

    .contact-section .contact-image {
        position: unset;
        width: 100%;
        max-height: 87vw;
    }

    .contact-section .contact-content {
        width: 100%;
        padding: 32px 32px 0;
    }

    .contact-section .contact-content-inner {
        max-width: 100%;
        margin-top: 32px;
    }

    .contact-section .contact-title {
        max-width: 100%;
    }

    .contact-section .contact-form {
        max-width: 100%;
        width: 100%;
        margin-top: 32px;
    }

    .contact-section .form-fields {
        max-width: 100%;
    }

    .contact-section .form-field {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .contact-section {
        padding: 0 0 48px;
    }

    .contact-section .contact-content {
        padding: 32px 16px 0;
    }

    .contact-section .contact-content-inner {
        margin-top: 16px;
    }

    .contact-section textarea {
        max-width: 100%;
    }

    .contact-section .challenge-title {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .contact-section {
        min-height: auto;
        height: 720px;
        padding-top: 60px;
        padding-bottom: 60px;
        display: flex;
        align-items: center;
    }

    .contact-section .form-fields {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

    .contact-section .form-fields .form-field {
        flex: 0 0 calc(50% - 8px);
        margin-top: 0;
    }

    .contact-section .form-fields .form-field:last-child {
        flex: 0 0 100%;
    }
}
