:root {
    --primary-color: #D0483D;
    --text-color: #000000;
    --title-color: #121414;
    --text-gray: #71716e;
    --bg-red-light: #FBCFC8;
    --bg-blue-light: #F3F7FA;
    --bg-grey-light: #f6f6f6;
    --bg-light-orange: #FFDCC6;
    --white: #fff;
}

/* * {
    outline: 1px solid #f00 !important;
    opacity: 1 !important;
    visibility: visible !important;
  } */
/* Aos Style */
/* [data-aos] {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
} */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@media screen and (min-width: 1200px) {
    /* .container{
        max-width: 1200px;
    } */
}

.font-italic {
    font-style: italic;
}

.inter {
    font-family: 'Inter', sans-serif;
}

.open-sans {
    font-family: 'Open Sans', sans-serif;
}

.section-margin-top {
    margin-top: 4rem;
}

.section-margin-bottom {
    margin-bottom: 4rem;
}

.text-gray {
    color: var(--text-gray);
}

.bg-blue-light {
    background-color: var(--bg-blue-light);
}

.bg-gray-light {
    background-color: #f6f6f6;
}

.bg-gray-dark {
    background-color: #D9D9D7;
}

.bg-red-light {
    background-color: var(--bg-red-light);
}

.bg-light-orange {
    background-color: var(--bg-light-orange);
}

.bg-black {
    background-color: #000000;
}

.white {
    color: var(--white);
}









/* Font utility classes */


.inter {
    font-family: 'Inter', sans-serif;
}

.ltr-1 {
    letter-spacing: -1px;
}

.line-height-1-2 {
    line-height: 1.2em;
}

/* End Ringside Font Family */


/* Font Size */
.font-48-32 {
    font-size: 3rem;
}

.font-48-28 {
    font-size: 3rem;
}

.font-48-24 {
    font-size: 3rem;
}

.font-42-24 {
    font-size: 2.63rem;
}

.font-36-20 {
    font-size: 2.25rem;
}

.font-32-24 {
    font-size: 2rem;
}
.font-32-16 {
    font-size: 2rem;
}

.font-28-24 {
    font-size: 1.75rem;
}

.font-28-20 {
    font-size: 1.75rem;
}

.font-24-20 {
    font-size: 1.5rem;
}

.font-24-18 {
    font-size: 1.5rem;
}

.font-24-16 {
    font-size: 1.5rem;
}

.font-24-14 {
    font-size: 1.5rem;
}

.font-20-14 {
    font-size: 1.25rem;
}

.font-18-14 {
    font-size: 1.125rem;
}

.font-16-12 {
    font-size: 1rem;
}

.font-16 {
    font-size: 1rem;
}

/* End Font Size */


body {
    color: var(--text-color);
    overflow-x: hidden;
}

.title-color {
    color: var(--title-color);
}

.subpara {
    font-size: 1.5rem;
    line-height: 2rem;

}

.color-white {
    color: #fff;
}

.text-black {
    color: var(--text-color);
}

.color-black-2 {
    color: #222;
}



.overflowX {
    overflow-x: hidden;
}

sup {
    font-size: 0.6em;

}

.font-18 {
    font-size: 1.15rem;
}

.font-28 {
    font-size: 1.75rem;
}

.font-48 {
    font-size: 3rem;
}

.form-label {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #121414;

    span{
        color: #D0483D;
    }
}
.warning-text{
    font-size: 12px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #D0483D;
    margin-top: 5px;
    margin-top: 13px;
}



.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.hero-img {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    border-radius: 12px;
}

.section-title {
    /* font-size: 2rem; */
    /* font-weight: 700; */
    margin-bottom: 1rem;
}

.card-img-top {
    height: 270px;
    object-fit: cover;
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f8d7da;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
}

.bmi-result {
    font-weight: bold;
    font-size: 24px;
    color: var(--text-color);
}

.bmi-result p {
    margin-bottom: 0px;
}


.myth-card {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.reference-list {
    font-size: 0.9rem;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    border-radius: 8px;
    padding: 1rem;
}

.footer {
    background: #f8f9fa;
    padding: 2rem 0 1rem 0;
    margin-top: 2rem;
}

.footer-links {
    font-size: 0.95rem;
}

.social-icons a {
    /* margin: 0 8px; */
    color: #333;
}

.app-download img {
    height: 40px;
    width: auto;
}

.app-badges img {
    height: 32px;
    margin-right: 8px;
}

.step-btns .btn {
    margin: 0 8px 8px 0;
}

/* .section {
    margin-bottom: 2.5rem;
} */

.bg-light-pink {
    background: #fff0f6;
}



.border-16 {
    border-radius: 16px;
}

.border-24 {
    border-radius: 24px;
}

.border-32 {
    border-radius: 32px;
}

.card {
    border: none;
    overflow: hidden;
}

/* Header Styles */
.top-header {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.border-bottom {
    border-bottom: 1px solid var(--title-color) !important;
}

.search-input {
    border-radius: 12px;
    padding-left: 45px;
    height: 45px;
    background-color: #f6f6f6;
    border: none;
    width: 100%;
    border: 1px solid #bebebb;
}

.search-input::placeholder {
    color: #bebebb;
    font-size: 0.9rem;
}


.search-input:focus {
    background-color: #f5f5f5;
    box-shadow: none;
    border: 1px solid #ddd;
}

.search-container {
    position: relative;
    width: 100%;
}

.search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
}

.header-icons {
    display: flex;
    justify-content: flex-end;
}

.header-icons a {
    color: #333;
    text-decoration: none;
    margin-left: 25px;
    position: relative;
}

.badge-cart {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-nav {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.main-nav .nav-link {
    font-family: "Open Sans", sans-serif;
    color: #333;
    padding: 10px 20px 10px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    transition: color 0.2s;
}

.main-nav .nav-link:hover {
    color: var(--primary-color);
}

.main-nav .nav-item.active .nav-link {
    color: var(--primary-color);
    font-weight: 600;
}

.consult-btn {
    background-color: var(--primary-color);
    color: white;
    border-radius: 5px;
    padding: 8px 15px;
    border: none;
    font-weight: 500;
    transition: all 0.3s;
}

.consult-btn:hover {
    background-color: #bb140f;
}

.address-select {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.address-select i.bi-geo-alt {
    color: #555;
    margin-right: 10px;
    font-size: 20px;
}

.delivery-text {
    font-size: 12px;
    color: #777;
    margin-bottom: 0;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
}

.address-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.2;
    display: flex;
    align-items: center;
}

.address-text i {
    font-size: 12px;
    margin-left: 5px;
}

.logo-container {
    display: flex;
    align-items: center;
}

.address-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 250px;
    padding: 0.5rem;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

.address-dropdown.show {
    display: block;
}

.address-dropdown .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 0.8rem;
}

.address-dropdown .dropdown-item:hover {
    background-color: #f8f9fa;
}

.address-dropdown .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}



.bg-green {
    background: #00422C;
}

.bg-brown {
    background-color: #501009;
}

.bg-blue {
    background-color: #003A6C;
}

.bmi-section {
    .card-body {
        padding: 1.5rem;
    }
}

.bg-blue-1 {
    background-color: #D8E4EC;
}

.bg-blue-2 {
    background-color: #BEEBE6;
}

.facts-carousel {
    .fact-card {
        height: 100%;

        padding: 1.5rem;
        border-radius: 16px;
        text-align: left;
    }

}

/* Owl Carousel */
.owl-carousel .owl-stage {
    display: flex;
}

.font-14 {
    font-size: 0.9rem !important;
}

.font-20-12 {
    font-size: 1.25rem;
    line-height: 1.25rem;
}

.bmi-section {
    .value {
        font-size: 1.25rem;
    }

    .desc {
        font-size: 1.25rem;

    }
}

.fact-title {
    font-size: 1.5rem;
}

.facts-carousel .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.facts-carousel .item .fact-card {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; */
    /*This is optional*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.risk-carousel .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.form-control {
    min-height: 45px;
}

.form-control::placeholder {
    font-family: 'Inter', sans-serif;
    color: #bebebb;
}

.treatment-section {
    .contentBlock {
        margin-top: 3.5rem;

    }
}

.pr-c {
    padding-right: 2rem;
}

.pl-c {
    padding-left: 2rem;
}

.accordion-body {
    background-color: #f6f6f6;
    border-radius: 1rem;
    padding: 2rem 1.5rem;

    ol li {
        font-size: 1.25rem;
        font-family: 'Ringside Regular Book';
        font-weight: 400;
    }

    a {
        word-wrap: break-word;
    }
}

.accordion-button:not(.collapsed),
.accordion-button {
    background-color: #fff;
    font-size: 3rem;
    color: var(--title-color);
    border: none;
    box-shadow: none;
    margin-bottom: 20px;
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
}

.accordion-item {
    border: none;
    background-color: #f6f6f6;
}

.accordion-button:not(.collapsed)::after {
    width: 2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' image-rendering='optimizeQuality' fill-rule='evenodd' clip-rule='evenodd' viewBox='0 0 512 512'%3E%3Cpath fill-rule='nonzero' d='M256 0c70.68 0 134.68 28.66 181.01 74.99C483.34 121.32 512 185.32 512 256c0 70.68-28.66 134.68-74.99 181.01C390.68 483.34 326.68 512 256 512c-70.68 0-134.68-28.66-181.01-74.99C28.66 390.68 0 326.68 0 256c0-70.69 28.66-134.69 74.99-181.01C121.32 28.66 185.32 0 256 0zm110.7 255.98c0 14.08-11.54 25.6-25.59 25.6H170.9c-14.05 0-25.6-11.54-25.6-25.6 0-14.05 11.52-25.59 25.6-25.59h170.21c14.07 0 25.59 11.52 25.59 25.59zm46.17-156.85C372.73 58.99 317.26 34.16 256 34.16c-61.26 0-116.73 24.83-156.87 64.97C59 139.26 34.16 194.73 34.16 256c0 61.26 24.83 116.73 64.97 156.87s95.61 64.97 156.87 64.97c61.26 0 116.73-24.83 156.87-64.97s64.97-95.61 64.97-156.87c0-61.26-24.83-116.73-64.97-156.87z'/%3E%3C/svg%3E");
    background-size: 2rem;
}


.overflow-hidden {
    overflow: hidden;
}

.footer-section ul li a {
    font-size: 12px;
    color: #4b4a48;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.footer-section ul li a:hover {
    color: #0a58ca;
}

.footer-section {
    background-color: #f6f6f6;

    h5 {
        font-size: 14px;
        font-family: 'Inter', sans-serif;
        font-weight: 700;
    }

    .title {
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        font-weight: 700;
    }
}

.footer-logo {
    max-width: 80px;
    width: 100%;
}

.social-icons img {
    width: 40px;
    height: 40px;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
    background-color: #bebebb !important;
}

.owl-theme .owl-dots .owl-dot span {
    /* width: 30px; */
    background-color: #E7E7E5 !important;
}

.custom-navigation {
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: space-between;
    width: 100%;
    display: flex;

    button {
        border: none;
        background: none;



    }

    .custom-prev {
        transform: translateX(-50px);

        svg {
            fill: #bebebb;
        }
    }

    .custom-next {
        transform: translateX(50px);

        svg {
            fill: #bebebb;
        }
    }

    .custom-prev.active,
    .custom-next.active {
        svg {
            fill: #121414;
        }
    }
}

.custom-navigation.light {
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: space-between;
    width: 100%;
    display: flex;

    button {
        border: none;
        background: none;



    }

    .custom-prev {
        transform: translateX(-50px);

        svg {
            fill: rgba(255, 255, 255, 0.7);
        }
    }

    .custom-next {
        transform: translateX(50px);

        svg {
            fill: rgba(255, 255, 255, 0.7);
        }
    }

    .custom-prev.active,
    .custom-next.active {
        svg {
            fill: #fff;
        }
    }
}

.loginBtn {
    padding: 8px 12px;
    align-items: center;
    border: 1px solid #D0483D;
    background-color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    border-radius: 8px;
    color: #D0483D;

    svg {
        width: 24px;
        height: 24px;
        margin-left: 4px;
    }
}

.searchBtn {
    border: none;
    background-color: #fff;
}




.pp-code-desktop {
    text-align: end;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 30px;
}

.pp-code-mobile {
    display: none;
}

.accordion-item,
.accordion-item a {
    color: #4B4A48;
    text-decoration: none;
}


/* Corporate page css */
.corporate-hero-section {
    background: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}
.response{
    background-color: #fff;
    border: 1px solid #E7E7E5;
    padding: 24px;
    border-radius: 8px;
    max-width: 400px;
    display: block;
    align-self: center;

    .title{
        font-size: 20px;
        font-weight: 700;
        font-family: 'Inter', sans-serif;
        color: #121414;
        text-align: center;

    }
    .note{
        font-size: 16px;
        font-weight: 500;
        font-family: 'Inter', sans-serif;
        color: #121414;
        text-align: center;
    }
    img{
        display: block;
        margin: 30px auto;
    }
    
}
.corporate-hero-img-col {
    /* background: #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 700px; */
}

.corporate-hero-img-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.corporate-hero-img {
    /* max-width: 600px; */
    width: 100%;
    height: auto;
    object-fit: contain;
}

.corporate-hero-content-col {
    /* background: #fff; */
    /* min-height: 700px; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
}

.corporate-hero-content-box {
    max-width: 600px;
    width: 100%;
    /* background: #fff; */
    padding: 0px 32px;
    /* border-radius: 24px; */
    /* box-shadow: 0 4px 32px rgba(0,0,0,0.06); */
}


.corporate-hero-form .form-control,
.corporate-hero-form .form-select {
    min-height: 40px;
    border-radius: 8px;
    font-size: 1rem;
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
}

.corporate-hero-form .btn {
    margin-top: 8px;
    font-size: 1rem;
    font-weight: 600;
}

.corporate-hero-form .form-control:focus,
.corporate-hero-form .form-select:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--title-color);
}

.btn-main-primary {
    background-color: var(--title-color);
    color: white;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    /* min-height: 48px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
}

.btn-drop-shadow {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}


.btn-main-primary:hover {
    background-color: var(--primary-color);
    color: #fff;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}








/* Healthcare Excellence Section */
.excellence-section {
    background: #fff;
}

.contentBox {
    display: flex;
    gap: 12px;
}

.mb-60 {
    margin-bottom: 4rem;
}

.excellence-title .fw-bold {
    font-weight: 700 !important;
    color: #121414;
}

.excellence-stats {
    max-width: 1100px;
    margin: 0 auto;
    row-gap: 60px;
}

.excellence-icon {
    width: 64px;
    height: auto;
    object-fit: contain;
    margin-bottom: 8px;
}

.excellence-number {
    font-size: 1.5rem;
    color: #121414;
    margin-bottom: 2px;
    font-family: 'Inter', sans-serif;
    text-align: left;
}

.excellence-label {
    font-size: 14px;
    color: #71716e;
    font-family: 'Inter', sans-serif;
    line-height: 1.3;
    text-align: left;
}



/* Offerings Section */
.offerings-section {
    background: #F5F5F5;
    padding: 4rem 0;
}

.offerings-section .title {
    font-size: 24px;
}

.offerings-title-bold {
    color: #121414;
    font-weight: 700;
}

.offerings-carousel {
    width: 100%;
}

.offerings-card {
    /* background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.06);
    padding: 20px 18px 18px 18px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 340px;
    height: 100%;
    transition: box-shadow 0.2s;
}

.offerings-card:hover {
    /* box-shadow: 0 4px 24px 0 rgba(0,0,0,0.10); */
}

.offerings-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    margin-bottom: 20px;
    background: #f6f6f6;
}

.offerings-card-body {
    width: 100%;
    text-align: left;
}

.offerings-card-title {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #121414;
    margin-bottom: 12px;
}

.offerings-card-desc {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #121414;
    font-weight: 400;
    line-height: 18px;
}

.offerings-nav {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    color: #121414;
    font-size: 1.5rem;
    transition: background 0.2s;
}

.offerings-nav:hover {
    background: #f3f7fa;
    color: #D0483D;
}

.offerings-nav-prev {
    margin-right: 8px;
}

.offerings-nav-next {
    margin-left: 8px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #d9d9d7;
    margin: 0 4px;
    border-radius: 50%;
    display: inline-block;
    transition: background 0.2s;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #D0483D;
}



/* Trusted Section */
.trusted-section {
    background: #fff;

    h2 {
        span {
            display: block;
        }

        span:first-child {
            font-size: 24px;
        }

        span:last-child {
            font-size: 32px;
        }
    }
}

.logo-box {

    img {
        height: 100px;
        width: 100px;
        object-fit: contain;
    }
}

/* Why Apollo Section */
.why-apollo-section {
    background: #fff;
    padding: 4rem 0 2rem 0;

    h2 {
        font-family: 'Inter', sans-serif;

        span:first-child {
            font-size: 32px;
        }

        span:last-child {
            font-size: 24px;
        }
    }
}

.why-apollo-title {
    font-family: 'Inter', sans-serif;
    font-size: 2rem;
    color: #121414;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.why-apollo-title .fw-700 {
    font-weight: 700;
}

.why-apollo-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #71716e;
    margin-bottom: 2rem;
}

.why-apollo-tabs {
    gap: 2rem;
    margin-top: 50px;
    margin-bottom: 40px;
}

.why-apollo-tab {
    background: none;
    border: none;
    outline: none;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #BEBEBB;
    font-weight: 500;
    padding: 0 0 0.5rem 0;
    margin: 0 1rem;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s;
    font-weight: 600;
}

.why-apollo-tab.active {
    color: #EA5C0D;
    border-bottom: 2px solid #EA5C0D;
}

.why-apollo-cards {
    margin-top: 2rem;
}

.why-apollo-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 240px;
    /* height: 100%; */
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s;
    display: flex;
    align-items: stretch;
}
.why-apollo-card.h-500{
    height: 500px;
}

.why-apollo-card:hover {
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.10);
}

.why-apollo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* min-height: 240px; */
    display: block;
}

.why-apollo-card-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 60%, rgba(0, 0, 0, 0.15) 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
}

.why-apollo-card-title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
}

.why-apollo-card-desc {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}



/* testimonials */
.testimonials-section {
    padding: 4rem 0;
    background-image: url('../images/corporate/bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    h2 {
        span {
            display: block;
        }

        span:first-child {
            font-size: 24px;
        }

        span:last-child {
            font-size: 32px;
        }
    }

}

.testimonial-card {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 24px;
    /* box-shadow: 0 4px 24px 0 rgba(44, 62, 80, 0.08); */
    /* max-width: 420px; */
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    color: #121414;
    position: relative;
}

.testimonial-card .testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.testimonial-card .testimonial-avatar {
    width: 44px !important;
    height: 44px;
    border-radius: 50%;
    object-fit: contain;
    margin-right: 10px;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(44, 62, 80, 0.08);
}

.testimonial-card .testimonial-title {
    font-size: 1rem;
    font-weight: 600;
    color: #121414;
    margin-bottom: 0;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
}

.testimonial-card .testimonial-meta {
    font-size: 14px;
    color: #121414;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
}

.testimonial-card .testimonial-headline {
    font-size: 18px;
    font-weight: 600;
    color: var(--title-color);
    margin: 18px 0 16px 0;
    line-height: 1.3;
}

.testimonial-card .testimonial-quote {
    font-size: 14px;
    color: var(--title-color);
    font-weight: 400;
    margin-bottom: 0;
    line-height: 18px;
    font-family: 'Inter', sans-serif;
}


/* How it Works Section */
.how-works-section {
    background: #fff;
    /* padding: 4rem 0 2rem 0; */
}

.how-works-title {
    font-family: 'Inter', sans-serif;
    font-size: 2rem;
    color: #121414;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.how-works-title .fw-700 {
    font-weight: 700;
}

.how-works-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: #222;
    margin-bottom: 0;
}

.how-works-steps {
    margin-top: 40px;
}

.how-works-card {
    background: #E9F9FF;
    border-radius: 18px;
    padding: 1rem;
    /* min-height: 220px; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /* box-shadow: 0 2px 12px 0 rgba(44, 62, 80, 0.04); */
    /* margin-bottom: 1.5rem; */
    height: 100%;
}

.how-works-number {
    font-family: 'Inter', sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #11799D;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.how-works-card-title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #121414;
    margin-bottom: 0.5rem;
}

.how-works-card-desc {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: #121414;
    font-weight: 400;
    line-height: 1.4;
}


/* Workforce Section */
.workforce-section {
    background: #fff;
    /* padding: 48px 0 32px 0; */
    padding-top: 4rem;
}

.workforce-row {
    min-height: 480px;
}

.workforce-content-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 40px;
}

/* .workforce-content-box {
    max-width: 480px;
    width: 100%;
    padding: 32px 0 32px 32px;
} */
.workforce-title {
    font-family: 'Inter', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #121414;
    margin-bottom: 0;
}

.workforce-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    color: #121414;
    font-weight: 400;
    margin-bottom: 12px;
}

.workforce-desc {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: #121414;
    margin-bottom: 40px;
}

.workforce-form .form-control,
.workforce-form .form-select {
    min-height: 48px;
    border-radius: 8px;
    font-size: 1rem;
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: none;
    transition: border-color 0.2s;
}

.workforce-form .form-control:focus,
.workforce-form .form-select:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--title-color);
}

/* .workforce-form .workforce-btn {
    margin-top: 8px;
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
    background: #121414;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    padding: 12px 0;
    transition: background 0.2s;
    box-shadow: none;
} */
.workforce-form .workforce-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

.workforce-img-col {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 400px;
    padding-left: 40px;
}

.workforce-img {
    /* width: 370px; */
    max-width: 100%;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.06);
}



/* Workforce Section Form - Ensure Select Dropdown Arrow */
.workforce-form .form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url('data:image/svg+xml;utf8,<svg fill="%23121414" height="20" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M5.516 7.548a.75.75 0 0 1 1.06 0L10 10.97l3.424-3.423a.75.75 0 1 1 1.06 1.06l-3.954 3.954a.75.75 0 0 1-1.06 0L5.516 8.608a.75.75 0 0 1 0-1.06z"/></svg>') no-repeat right 1rem center/1.25em auto;
    padding-right: 2.5rem;
}

/* Get in Touch Section */
.getintouch-section {
    background: #fff;
    padding-top: 4rem;
}

.getintouch-row {
    min-height: 320px;
}

.getintouch-img-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 40px;
}

.getintouch-img {
    width: 100%;
    max-width: 100%;
    border-radius: 32px;
    object-fit: cover;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.06);
}

.getintouch-content-col {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 40px;
}

.getintouch-content-box {
    /* max-width: 480px; */
    width: 100%;
    padding: 32px 0 32px 32px;
}

.getintouch-title {
    margin-bottom: 16px;
}

.getintouch-title .fw-700 {
    font-weight: 700;
}

.getintouch-info {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #121414;
    line-height: 1.7;
}

.getintouch-label {
    margin-bottom: 16px;
    font-size: 1rem;
    color: #121414;

    a {
        color: #121414;
        text-decoration: none;
        /* font-weight: 600; */
    }
}

.getintouch-label b {
    color: #121414;
    font-weight: 600;
}



/* FAQ Section */
.faq-section {
    background: #F6F6F6;
    padding: 4rem 0;
}

/* .faq-question.active{
    border-bottom: 1px solid #e0e0e0;

} */

.faq-header {
    margin-bottom: 32px;
    position: relative;
}

.accordion-button:not(.collapsed),
.accordion-button {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    color: #121414;
    font-weight: 600;
    margin: 0 auto;
    background-color: #f6f6f6;
}

.accordion-header {
    border-bottom: 1px solid #e0e0e0;
}

.accordion-body {
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
}

.faq-q {
    font-weight: 500;
    color: #121414;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    margin-bottom: 8px;
}

.faq-a {
    color: #121414;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    margin-bottom: 20px;
}

.faq-more {
    margin-top: 32px;
}

.faq-more-link {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #121414;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
    display: flex;
    justify-content: center;
}

.faq-more-link:hover {
    color: #D0483D;
}

.faq-chevron {
    margin-left: 12px;
    display: flex;
    align-items: center;
    transition: transform 0.3s;
}

.call-floating-btn{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 16px;
    animation: call-pulse 1.5s infinite;
}

@keyframes call-pulse {
    0% {
        scale: 0.9;
        filter: drop-shadow(0 0 10px rgba(235, 72, 60, 0.1));
    }
    70% {
        scale: 1;
        filter: drop-shadow(0 0 10px rgba(208, 72, 61, 0.3));
    }
    100% {
        scale: 0.9;
        filter: drop-shadow(0 0 10px rgba(208, 72, 61, 0.1));
    }
}


.response-modal {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 99999;
	align-items: center;
    justify-content: center;
}
.close{
	position: absolute;
    top: -7px;
    right: 7px;
    font-size: 1.75rem;
    text-align: right;
    cursor: pointer;
    z-index: 99999;

}