:root {
    --primary-color: #00222d;
    --secondary-color: #F19E5A;
    --light-secondary-border: #FEDEC4;
    --light-secondary-bg: #FEFAF7;
    --text-dark: #121414;
    --text-light: #4B4A48;
    --text-light-grey: #71716E;
    --text-green: #1F8E3D;
    --text-orange: #F79520;
    --text-purple-dark: #291657;
    --text-purple-light: #5535A1;
}

/* * {
    outline: 1px solid #f00 !important;
    opacity: 1 !important;
    visibility: visible !important;
  } */
/* Aos Style */
/* [data-aos] {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
} */

/* Font Family */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

/* Font color */
.text-primary {
    color: var(--primary-color);
}

.text-dark {
    color: var(--text-dark) !important;
}

.text-light {
    color: var(--text-light);
}

.text-light-grey {
    color: var(--text-light-grey);
}

.text-green {
    color: var(--text-green);
}

.text-orange {
    color: var(--text-orange);
}

.text-purple-dark {
    color: var(--text-purple-dark);
}

.text-purple-light {
    color: var(--text-purple-light);
}

/* end Font color */

/* Font weight */
.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;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

/* end Font weight */

.section-margin-top {
    margin-top: 5rem;
}

.section-margin-bottom {
    margin-bottom: 5rem;
}

.section-title {
    font-size: 2.6rem;
    color: var(--text-dark);
    margin-bottom: 3rem;
}


/* Header Styles */
header {
    padding: 1rem 0;
}

.logo img {
    max-height: 48px;
}

.btn-primary-main {
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-color: var(--primary-color);
    color: #fff;
    text-align: center;
    padding: 12px 20px;
    min-width: 200px;
    background-color: var(--primary-color);
}

.btn-outline-primary {
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-color: var(--primary-color);
    color: var(--primary-color);
    text-align: center;
    padding: 12px 20px;
    min-width: 200px;
}

.btn {
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btn:hover {
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    background-color: var(--text-orange);
    border-color: var(--text-orange);
    color: #fff;

}

/* Health Promo Section */
.health-promo {
    background-color: #FFF0E5;
    padding: 70px 0;
    min-height: 500px;
    display: flex;
    align-items: center;
    border-radius: 0px 0px 82px 82px;

    background: linear-gradient(327deg, rgba(255, 200, 155, 0.5) 22.12%, rgba(255, 234, 215, 0.5) 130.25%);
}

.promo-content {
    padding-right: 20px;
}

.promo-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
    line-height: 1.1;
}

.promo-content h2 {
    font-size: 1.75rem;
    margin-bottom: 40px;
    color: var(--text-dark);
}

.promo-content p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 25px;
    color: var(--text-dark);
}

.promo-tag {
    display: inline-flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #613300;

    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.promo-badge {
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-badge img {
    max-width: 100%;
    height: auto;
}


/* Booking Ways Section */
.booking-ways {
    padding: 0;

    a{
        text-decoration: none;
    }
}



.booking-card {
    position: relative;
    background-color: var(--light-secondary-bg);
    border-radius: 62px;
    padding: 58px 30px;
    height: 100%;
    min-height: 360px;
    gap: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03); */
    border: 3px solid var(--light-secondary-border);
    margin: 0 2rem;
    min-width: 330px;
    text-decoration: none;
}

.booking-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.booking-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.booking-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    line-height: 2.6rem;
}

.booking-btn {
    position: absolute;
    bottom: -2px;
    width: 115px;
    height: 54px;
    background-color: var(--secondary-color);
    border-radius: 30.698px 30.698px 0px 0px;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.booking-btn img {
    width: 50px;
    height: 50px;
}

/* .booking-btn:hover {
    transform: scale(1.1);
    background-color: var(--primary-color);
} */

/* Challenge Section */
.challenge-section {
    /* padding: 70px 0; */
    background-color: #FFFAF3;
    padding: 5rem 0;
}

.challenge-card {
    padding: 15px 15px 0;
    transition: all 0.3s ease;
    text-decoration: none;
}

.challenge-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 1rem;
    position: relative;
}

.challenge-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    transition: transform 0.3s ease;
    z-index: 2;
}



.challenge-title {
    font-size: 2rem;
    color: var(--text-dark);
    margin-bottom: 5px;
    margin-top: 2rem;
}

.challenge-age {
    font-size: 2rem;
    color: var(--text-light);
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}

.challenge-card .challenge-image::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 80%;
    border-radius: 1.75rem;
    z-index: 1;
}

.challenge-card .challenge-image.men::before {
    background-color: #FEE4C6;
}

.challenge-card .challenge-image.women::before {
    background-color: #ECCCD4;
}

.challenge-card .challenge-image.senior-men::before {
    background-color: #C2E5BD;
}

.challenge-card .challenge-image.senior-women::before {
    background-color: #F6C79F;
}

/* Health Check Section */
.health-check-section {
    /* padding: 4rem 0; */
    /* background-color: #000; */
    color: #fff;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}



.section-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: #ccc;
}

.health-check-container {
    margin: 0 -10px;
}

.health-check-card {
    padding: 1rem;
    transition: all 0.3s ease;
    margin-bottom: 0;
}

.health-check-icon {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    position: relative;
}

.health-check-icon img {
    max-height: 120px;
    max-width: 120px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));
}

.health-check-title {
    font-size: 2rem;
    font-weight: 500;
    /* color: #fff; */
    color: var(--text-light);
    line-height: 1.4;
    font-weight: 700;
}

/* Owl Carousel Custom Styles */
.health-check-carousel-container {
    position: relative;
    padding: 0;
    overflow: visible;
    margin: 0;
}

.health-check-carousel {
    padding: 0 20px;
    position: relative;
    overflow: visible;
}

.health-check-carousel .active {
    opacity: 1;
}

.health-check-carousel .item {
    position: relative;
    padding: 15px;
    transition: all 0.3s ease;
}

.health-check-carousel .owl-stage-outer {
    overflow: visible;
}

.health-check-carousel .owl-item {
    transition: all 0.3s ease;
}

/* Hide all non-active items by default */
.health-check-carousel .owl-item:not(.active) {
    opacity: 0;
    visibility: hidden;
}

/* Make only the next item visible */
.health-check-carousel .owl-item.active+.owl-item {
    opacity: 1;
    visibility: visible;
}

.health-check-carousel .owl-item.active:last-child+.owl-item {
    opacity: 1;
    visibility: visible;
}

.health-check-carousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    transform: translateY(-50%);
    left: 0;
}

.health-check-carousel .owl-nav button.owl-prev,
.health-check-carousel .owl-nav button.owl-next {
    position: absolute;
    /* background-color: rgba(131, 18, 18, 0.7) !important; */
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.health-check-carousel .owl-nav button.owl-prev {
    left: -20px;
}

.health-check-carousel .owl-nav button.owl-next {
    right: -20px;
}

/* .health-check-carousel .owl-dots {
    margin-top: 2rem;

    .owl-dot span{
        width: 8px;
    height: 8px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
    }
    .owl-dot.active span{
        background-color: #106C89;
        width: 20px;
        border-radius: 10px;
    }
} */

.health-check-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
}

.health-check-carousel .owl-dots .owl-dot.active span {
    background-color:var(--text-orange);
    width: 20px;
    border-radius: 10px;
}

.health-check-carousel .owl-item:not(:last-child) .item::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 70%;
    background-color: #BEBEBB;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
}

/* Additional style for next visible slide */
.health-check-carousel .owl-item {
    transition: all 0.3s ease;
}

.health-check-carousel .owl-item.active+.owl-item {
    opacity: 1;
    transition: all 0.3s ease;
}

/* Parameter Out of Range Section */
.parameter-range-section {
    padding: 5rem 0;
    background-color: #F8F1E9;
}

.parameter-range-wrapper {
    /* max-width: 1100px; */
    margin: 0 auto;
}

.section-description {
    font-size: 1.5rem;
    color: var(--text-dark);
    font-weight: 500;
    margin-bottom: 2rem;
}

.parameter-card {
    background-color: #EECEAA;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); */
    /* border: 2px solid #F6D7BA; */
    /* margin-bottom: 1.5rem; */
    transition: transform 0.3s ease;
    padding: 1rem;
    margin: 0 1rem 0;
}

.parameter-card:hover {
    transform: translateY(-5px);
}

.parameter-card-image {
    border-radius: 6px 6px 0 0;
    height: 200px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1rem 0;
}

.parameter-card-image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.parameter-card-content {
    padding: 1rem 0 0;
    /* background-color: #EECEAA; */
    /* min-height: 100px; */
    display: flex;
    align-items: center;
}

.parameter-card-text {
    font-size: 1.12rem;
    color: var(--text-dark);
    /* line-height: 1.4; */
    margin-bottom: 0;
    font-weight: 500;
}

.circle-info {
    font-size: 1.75rem;
    color: var(--text-dark);
    font-weight: 700;
    margin-top: 2rem;
}

.circle-info p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
    margin-bottom: 0;
}

.circle-logo {
    height: 28px;
    width: auto;
}

.asterisk {
    color: #333;
}

.users-only {
    color: #333;
}



/* Test Packages Section */
.test-packages-section {
    /* padding: 4rem 0; */
    background-color: #fff;
}

.test-packages-container {
    position: relative;
    overflow: visible;
    padding: 0;
}

.test-packages-carousel {
    position: relative;
    padding: 0;
    overflow: visible;

    a{
        text-decoration: none;
    }
}

.test-packages-carousel .owl-stage-outer {
    overflow: visible;
}

@media (max-width: 767px) {
    .test-packages-carousel .owl-stage {
        padding-left: 0 !important;
    }
    
    .test-packages-carousel .owl-item {
        opacity: 1 !important;
        visibility: visible !important;
        width: 100% !important;
    }
    
    .test-packages-carousel .owl-stage-outer {
        overflow: hidden !important;
    }
    
    .test-packages-carousel .owl-dots {
        display: none;
    }
}

/* Hide all non-active items by default, but ONLY on desktop */
@media (min-width: 768px) {
    .test-packages-carousel .owl-item:not(.active) {
        opacity: 0;
        visibility: hidden;
    }
    
    /* Make only the next item visible */
    .test-packages-carousel .owl-item.active+.owl-item {
        opacity: 1;
        visibility: visible;
    }
    
    .test-packages-carousel .owl-item.active:last-child+.owl-item {
        opacity: 1;
        visibility: visible;
    }
}

.package-card {
    margin-bottom: 20px;
    width: 100%;
    /* max-width: 330px; */
    margin: 0 auto;
}

.package-card .card {
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); */
    border:1px solid #CCCCC9;
    border-radius: 16px;
    margin-bottom: 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 220px;
}

.package-card .package-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.package-card .package-badge {
   
    text-transform: uppercase;
   
    border: 1px solid #6B45C6;
    border-radius: 8px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    min-width: 86px;

    img{
        width: 40px;
        height: 40px;
        margin-bottom: 9px;
        margin: 1rem 0.5rem 0.5rem;
    }
    p{
        color: #5535A1;
        background-color: #D5C7F9;
        margin-bottom: -2px;
        padding: 0.2rem 0.5rem;
    font-size: 12px;
font-weight: 700;
width: 100%;
text-align: center;
    }
}

.package-card .card-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.package-card h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #121414;
    width: calc(100% - 16px);
    display: inline-block;
    margin-bottom: 4px;
    margin-top: 0;
    /* max-width: 180px; */
    word-break: break-word;
}

.package-card .text-muted {
    color: #71716E !important;
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
    clear: both;
    margin: 0 0 4px 0;
    font-weight: 400;
}

.package-card .text-success {
    color: #1F8E3D !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.package-card .text-warning {
    color: #F79520 !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.package-card .package-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    /* border-top: 1px solid #f2f2f2; */
    padding-top: 12px;

    .double-price{
display: flex;
align-items: center;
        img{
            width: 35px;
            height: 12px;
            object-fit: contain;
        }

        span:last-child{
            font-size: 10px;
            font-weight: 400;
            color: #121414;
            background-color: #FCF0E4;
            padding: 0.2rem 0.5rem;
            display: flex;
            gap: 0.5rem;
            align-items: center;
            border-radius: 4px;

        }
    }
}

.package-card .package-price {
    display: flex;
    align-items: flex-end;
}

.package-card .price-amount {
    font-weight: 700;
    font-size: 20px;
    color: #121414;
    margin-right: 8px;
}

.package-card .price-info {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    color: #8B8B8B;
    font-weight: 400;
}

.package-card .add-btn .btn {
    background-color: #106C89;
    border-color: #106C89;
    border-radius: 8px;
    font-size: 16px;
    min-width: auto;
    padding: 8px 24px;
    font-weight: 500;
    color: white;
    min-width: 100px;
}

.package-card .add-btn .btn:hover {
    background-color: #0D5A73;
    border-color: #0D5A73;
}

.package-card .text-decoration-line-through {
    font-size: 12px;
    margin-right: 4px;
    color: #888 !important;
}

/* .package-card .package-price .text-success {
    font-size: 12px;
    text-transform: none;
} */

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.custom-dot {
    width: 8px;
    height: 8px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
}

.custom-dot.active {
    background-color: #106C89;
    width: 20px;
    border-radius: 10px;
}

/* Custom Owl Carousel Navigation */
.test-packages-carousel .owl-nav {
    position: absolute;
    top: 45%;
    width: 110%;
    left: -5%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 2;
}

.test-packages-carousel .owl-nav button.owl-prev,
.test-packages-carousel .owl-nav button.owl-next {
    background-color: #fff !important;
    color: #106C89 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    font-size: 1.5rem;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.test-packages-carousel .owl-nav button.owl-prev {
    left: 0;
    position: relative;
}

.test-packages-carousel .owl-nav button.owl-next {
    right: 0;
    position: relative;
}

.test-packages-carousel .owl-dots {
    margin-top: 2rem;
}

/* Benefits Carousel Section */
.benefits-section {
    /* padding: 5rem 0; */
    /* background-color: #0E1214; */
    color: #fff;
}



.benefits-container {
    position: relative;
    overflow: visible;
    padding: 0;
}

.benefits-carousel {
    padding: 0;
    position: relative;
    overflow: visible;
    display: flex;
}

.benefits-carousel .owl-stage-outer {
    overflow: visible;
}

/* Hide all non-active items by default */
.benefits-carousel .owl-item:not(.active) {
    opacity: 0;
    visibility: hidden;
}

/* Make only the next item visible */
.benefits-carousel .owl-item.active+.owl-item {
    opacity: 1;
    visibility: visible;
}

.benefits-carousel .owl-item.active:last-child+.owl-item {
    opacity: 1;
    visibility: visible;
}
.benefits-carousel .owl-dots{
    margin-top: 3rem !important;
}
.benefits-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
}

.benefits-carousel .owl-dots .owl-dot.active span {
    background-color:var(--text-orange);
    width: 20px;
    border-radius: 10px;
}
.benefit-card {
    border-radius: 32px;
    overflow: hidden;
    background: linear-gradient(180deg, #FFEAD7 0%, #FFF0DA 100%);
    transition: all 0.3s ease;
    height: 100%;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

.benefit-image {
    height: 300px;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    flex: 0 0 auto;
}

.benefit-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.benefit-card:hover .benefit-image img {
    transform: scale(1.05);
}

.benefit-content {
    padding: 1rem;
    flex: 1 0 auto;
    display: flex;
    align-items: center;
}

.benefit-title {
    font-size: 1.75rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    line-height: 1.3;
}

.benefits-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 3rem;
}

.benefits-dot {
    width: 8px;
    height: 8px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
}

.benefits-dot.active {
    background-color: var(--text-orange);
    width: 20px;
    border-radius: 10px;
}

/* Custom Owl Carousel Navigation for Benefits */
.benefits-carousel .owl-nav {
    position: absolute;
    top: 45%;
    width: 110%;
    left: -5%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 2;
}

.benefits-carousel .owl-nav button.owl-prev,
.benefits-carousel .owl-nav button.owl-next {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.5rem;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefits-carousel .owl-nav button.owl-prev {
    left: 0;
    position: relative;
}

.benefits-carousel .owl-nav button.owl-next {
    right: 0;
    position: relative;
}

.benefits-carousel .owl-nav button:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

/* start Lab Tests Section */
.lab-tests-section {
    background-color: #fff;
}

.lab-test-card {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: block;
    /* max-height: 500px; */
    max-width: 375px;
    
}
/* .lab-tests-container .lab-test-card.one{
    margin-right: 50px;
}
.lab-tests-container .lab-test-card.two{
    margin-right: 50px;
} */
.lab-test-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 40px;
}

.lab-test-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.lab-test-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 0 0 40px 40px;
}

.lab-test-title {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.lab-icon {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 60px !important;
    z-index: 1;
}

/* end Lab Tests Section */

/* Stat Offer Terms & Conditions Section */
/*End Offer Terms & Conditions Section */

/* Start Terms & Conditions Section */

.terms-container {
    margin: 0 auto;
}


.term-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    cursor: pointer;
    position: relative;
}

.term-title {
    font-size: 2rem;
    line-height: 2.7rem;
    font-weight: 500;
    margin: 0;
    color: var(--text-dark);
}

.term-icon {
    width: 24px;
    height: 24px;
    position: relative;
}

.term-icon::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2px solid #121414;
    border-bottom: 2px solid #121414;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%) rotate(45deg);
    transition: transform 0.3s ease;
}

.term-icon::after {
    display: none;
}

.term-item.active .term-icon::before {
    transform: translate(-50%, -30%) rotate(-135deg);
}

.term-header:hover .term-icon::before {
    border-color: #666;
}

.term-item {
    border-bottom: 1px solid #E7E7E5;
    margin-bottom: 28px;
    padding: 0px 0 28px;
}

.term-content {
    padding: 0;
    transition: max-height 0.3s ease-out, opacity 0.2s ease-out;
    overflow: hidden;
}

.term-item.active .term-content {
    padding: 12px 28px 0 0 ;
}

.term-content p {
    color: var(--text-light);
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin: 0;
    padding-right: 2rem 32px;
}

/* End Terms & Conditions Section */

/* Why book with us Section */
.why-book-with-us-section {
    background-color: #F1EDFD;
    padding: 5rem 0;
}
.why-book-with-us-section .section-title{
    margin-bottom: 2rem;
color: var(--text-purple-dark);
}
.why-book-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 15rem;
}
.why-book-card {
    display: flex;
    align-items: flex-start;
    padding: 1rem;
    gap: 1.5rem;
}

 .why-book-icon {
     width: 120px;
     height: 120px;
 }

.why-book-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why-book-content {
    flex: 1;
    text-align: left;
    padding: 0;
}

.why-book-title {
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--text-purple-dark);
    margin-bottom: 0;
    line-height: 1.4;
}

.why-book-text {
    font-size: 1.7rem;
    color: #3F267C;
    line-height: 1.3;
    margin-bottom: 0;
}

.test-packages-carousel .owl-stage {
    display: flex;
}

.test-packages-carousel .owl-item {
    display: flex;
    flex-direction: column;
    height: auto;
}

.test-packages-carousel .package-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.test-packages-carousel .row {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.test-packages-carousel .col-12 {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.package-card .package-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* max-width: 220px; */
}
.disclaimer {
    text-align: center !important;
    font-size: 16px !important;
    padding-bottom: 30px !important;
}