* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

 .lead_res .alert {
                display: block;
                font-size: 14px;
                font-weight: 500 !important;
                width: 300px;
                margin: 0 auto;
                margin-bottom: 10px;
            }

body {
    font-family: "Roboto";
}

h2 {
    font-family: "Ubuntu";
}

/* AthenaaHero-section start  */
.AthenaaHero-section {
    background-image: url(./images/Hero-bg.png);
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: bottom center; */
    padding-bottom: 60px;
}

.AthenaaHero-section .Apollo-logo {
    text-decoration: none;
}

.AthenaaHero-section .Apollo-logo img {
    height: 100px;
}

.AthenaaHero-section .call-now {
    background: #007c9d;
    border: 0;
    color: #ffffff;
    padding: 18px 30px;
    border-radius: 50px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, .12); */
    text-decoration: none;
}

.AthenaaHero-section .call-now:hover {
    filter: brightness(0.96);
}

.AthenaaHero-section .call-now i {
    margin-right: 8px;
}

.AthenaaHero-section h1 {
    font-size: 42px;
    line-height: 1.4;
    margin-top: 40px;
}

.AthenaaHero-section h1 .hero-span {
    font-weight: 700;
    font-family: "Ubuntu";
}

.AthenaaHero-section p {
    font-size: 18px;
    margin-top: 30px;
}

.AthenaaHero-section .screening-card {
    background: #fff;
    border-radius: 1rem;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); */
    padding: 30px 25px;
}

.AthenaaHero-section .screening-card .card-title h2 {
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.AthenaaHero-section .form-control {
    border-radius: 6px;
    border: 1px solid #000;
    padding: 0.8rem 0.9rem;
}

.AthenaaHero-section .btn-otp {
    background-color: #047c9e;
    color: #fff;
    padding: 13px 26px;
    border-radius: 50px;
    border: 0;
    font-size: 16px;
    width: 200px;
}

.AthenaaHero-section .btn-otp:hover {
    background-color: #047c9e;
    color: #fff;
}

.AthenaaHero-section .btn-book {
    padding: 0.8rem 0.9rem;
    font-size: 20px;
    background-color: #d58994;
    border-radius: 50px;
    color: #fff;
    /* border: 1px solid #4a4a4a; */
}

.AthenaaHero-section .btn-book:hover {
    background-color: #d58994;
    color: #ffff;
}

@media (max-width: 767.98px) {
    .AthenaaHero-section {
        padding-bottom: 30px;
    }

    .AthenaaHero-section .Apollo-logo img {
        height: 60px;
    }

    .AthenaaHero-section .call-now {
        padding: 10px 20px;
        font-size: 14px;
    }

    .AthenaaHero-section h1 {
        font-size: 24px;
        margin-top: 30px;
    }

    .AthenaaHero-section p {
        font-size: 16px;
        margin-top: 20px;
    }

    .AthenaaHero-section .screening-card {
        margin-top: 30px;
    }

    .AthenaaHero-section .screening-card .card-title h2 {
        font-size: 16px;
    }

    .AthenaaHero-section .btn-otp {
        font-size: 14px;
    }

    .AthenaaHero-section .btn-book {
        font-size: 14px;
    }
}

/* ----------------------------- */
/* AthenaaSecond-section start  */
.AthenaaSecond-section {
    background-color: #FFF4F4;
    padding: 60px 0px;
}

.AthenaaSecond-section .Second-grid .Second-card {
    background: #fff;
    border-radius: 12px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.AthenaaSecond-section .Second-icon {
    border-radius: 12px;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.AthenaaSecond-section .Second-icon img {
    width: 88px;
    height: 88px;
}

.AthenaaSecond-section .Second-text {
    font-size: 16px;
    width: calc(100% - 112px);
}

@media screen and (min-width:1024px) {

    .AthenaaSecond-section .Second-grid .Second-card{transition: all 0.3s; border: 1px solid transparent;}
    .AthenaaSecond-section .Second-grid .Second-card:hover{border: 1px solid #047c9e;}
    .AthenaaSecond-section .Second-grid .Second-card .Second-icon{overflow: hidden;}
    .AthenaaSecond-section .Second-grid .Second-card .Second-icon img{transition: all 0.3s;}
    .AthenaaSecond-section .Second-grid .Second-card:hover .Second-icon img{transform: scale(1.1);}
}

@media (max-width: 767.98px) {
    .AthenaaSecond-section {
        padding: 30px 0px;
    }

    .AthenaaSecond-section .Second-text {
        font-size: 14px;
    }
}

/* ----------------------------- */
/* AthenaaAbout-section start  */

.AthenaaAbout-section {
    padding: 60px 0;
    background: #fff4f4;
    border-bottom: 1px solid #b3abab;
}

.AthenaaAbout-section h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

.AthenaaAbout-section h3 {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 100;
    color: #2f2f2f;
}

.AthenaaAbout-section .about-content p {
    color: #4a4a4a;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 25px;
}

.AthenaaAbout-section .btn-custom {
    background-color: #047c9e;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 10px 22px;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
}

.AthenaaAbout-section .btn-custom:hover {
    background-color: #00899c;
    color: #fff;
}

.AthenaaAbout-section .about-video {
    position: relative;
    border: 1px solid #f5c9c9;
    border-radius: 130px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 20px;
}

.AthenaaAbout-section .about-video iframe {
    width: 100%;
    height: 335px;
    border: none;
    border-radius: 130px;
}

@media (max-width: 767.98px) {
    .AthenaaAbout-section {
        padding: 30px 0px;
    }

    .AthenaaAbout-section h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .AthenaaAbout-section h3 {
        font-size: 20px;
        line-height: 1.4;
    }

    .AthenaaAbout-section .about-video {
        margin-top: 20px;
    }

    .AthenaaAbout-section .about-video,
    .AthenaaAbout-section .about-video iframe {
        border-radius: 60px;
    }

    .AthenaaAbout-section .about-video iframe {
        height: 200px;
    }

    .AthenaaAbout-section .btn-custom {
        margin: 0 auto;
    }
}

/* ---------------------------- */

/* AthenaaChoose-section start  */
.AthenaaChoose-section {
    padding: 60px 0px;
    background: #fff4f4;
}

.AthenaaChoose-section h2 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    font-size: 40px;
}

.AthenaaChoose-section .choose-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    /* padding: 20px; */
    /* transition: all 0.3s ease; */
    height: 100%;
}

.AthenaaChoose-section .icon-shape {
    background-color: #e99797;
    width: 85px;
    height: 95px;
    border-radius: 12px 0 70px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    overflow: hidden;
}

.AthenaaChoose-section .icon-shape img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.AthenaaChoose-section .choose-text {
    /* color: #222; */
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
}

@media (max-width: 767.98px) {
    .AthenaaChoose-section {
        padding: 30px 0px;
    }

    .AthenaaChoose-section h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .AthenaaChoose-section .choose-text {
        font-size: 14px;
    }
}

/* ------------------------------------ */
/* AthenaaCancer-section start  */
.AthenaaCancer-section {
    background: linear-gradient(180deg, #E6F2F5 0%, #FDF2EC 100%);
    padding: 60px 0;
}

.AthenaaCancer-section h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 40px; 
    line-height: 1.1;
    text-transform: capitalize;
}

.AthenaaCancer-section p {
    text-align: center;
    color: #333;
    max-width: 1000px;
    margin: 0 auto 50px;
    font-size: 18px;
    line-height: 1.5;
}

.AthenaaCancer-section .cancer-grid .cancer-card {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    /* transition: all 0.3s ease; */
}

.AthenaaCancer-section .cancer-icon img {
    width: 88px;
    height: 88px;
}

@media screen and (min-width:1024px) {

    .AthenaaCancer-section .cancer-grid .cancer-card{transition: all 0.3s; border: 1px solid transparent;}
    .AthenaaCancer-section .cancer-grid .cancer-card:hover{border: 1px solid #047c9e;}
    .AthenaaCancer-section .cancer-icon img{transition: all 0.3s;}
    .AthenaaCancer-section .cancer-grid .cancer-card .cancer-icon{overflow: hidden; border-radius: 16px;}
    .AthenaaCancer-section .cancer-grid .cancer-card:hover .cancer-icon img{transform: scale(1.1);}

}

@media (max-width: 767.98px) {
    .AthenaaCancer-section {
        padding: 30px 0px;
    }

    .AthenaaCancer-section h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .AthenaaCancer-section p {
        margin-bottom: 30px;
        font-size: 16px;
    }
}

/* --------------------------------------- */
/* AthenaaFaq-section start  */
.AthenaaFaq-section {
    padding: 60px 0px;
    background: #fff4f4;
}

.AthenaaFaq-section h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

.AthenaaFaq-section .accordion-item {
    border: 1.2px solid #b8dae4;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    background: #fff;
    margin-bottom: 30px;
}

.AthenaaFaq-section .accordion-item:first-of-type,
.AthenaaFaq-section .accordion-item:last-of-type {
    border-radius: 10px;
}

.AthenaaFaq-section .accordion-button {
    background: #fff;
    box-shadow: none;
    font-weight: 500;
    font-size: 18px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.AthenaaFaq-section .accordion-button::after {
    display: none;
}

.AthenaaFaq-section .faq-icon {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #d58994;
    color: #d58994;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.AthenaaFaq-section .accordion-button:not(.collapsed) {
    background: #f9f9f9;
    color: #000;
    border-bottom: 1px solid #ddd;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
}

.AthenaaFaq-section .accordion-header {
    font-weight: bold;
    line-height: 1.6;
}

.AthenaaFaq-section .accordion-body {
    font-size: 16px;
    line-height: 1.6;
    background: #fff;
}

.AthenaaFaq-section .accordion-button:focus {
    border-color: #ddd;
}

.AthenaaFaq-section .accordion-button:hover {
    background: #f9f9f9;
}

@media (max-width: 768px) {
    .AthenaaFaq-section {
        padding: 30px 0px;
    }

    .AthenaaFaq-section h2 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 30px;
    }

    .AthenaaFaq-section .accordion-body {
        font-size: 14px;
    }

    .AthenaaFaq-section .accordion-button{font-size: 16px;}
}

/* --------------------------------- */
/* AthenaaServices-section start  */

.AthenaaServices-section {
    padding: 60px 0;
    background: #fbf6f2;
}

.AthenaaServices-section h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 40px;
}

.AthenaaServices-section .service-card {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    padding: 25px;
    height: 100%;
}

.AthenaaServices-section .service-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #d58994;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.AthenaaServices-section .service-icon img {
    width: 36px;
    height: 36px;
}

.AthenaaServices-section .service-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.AthenaaServices-section .service-card ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.service-slider .swiper-wrapper{display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 40px;}
.service-pagination{position: relative; bottom: initial !important; top: initial !important; left: initial !important; right: initial !important; width: max-content !important; margin: auto; margin-top: 40px; display: none;}
.service-pagination .swiper-pagination-bullet{background-color: #002D394D !important; opacity: 1; margin: 0 3px !important;}
.service-pagination .swiper-pagination-bullet-active{background-color: #007C9D !important;}
.swiper-arrows{display: none; justify-content: space-between; position: absolute; bottom: -17px; width: 90%; left: 50%; transform: translateX(-50%);}
.swiper-arrows .swiper-button-disabled{opacity: 20%;}

@media screen and (max-width:1024px) {
    
    .service-slider .swiper-wrapper{display: flex; gap: 0;}
    .AthenaaServices-section{overflow: hidden;}
    .service-pagination{display: block;}
    .swiper-arrows{display: flex;}
    .service-slider{position: relative; padding-bottom: 50px;}
}

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

    .AthenaaServices-section h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .AthenaaServices-section .service-card h5 {
        font-size: 16px;
    }

    .AthenaaServices-section .service-card ul li {
        font-size: 14px;
    }

    .service-slider{margin-bottom: 30px;}
}

/* ---------------------------- */
/* AthenaaCopy-section start  */

.AthenaaCopy-section {
    background-color: #fbdce4;
    padding: 15px 0;
    font-size: 14px;
}

.AthenaaCopy-section .copy-links a {
    color: #000;
    text-decoration: none;
    margin-left: 15px;
}

.AthenaaCopy-section .copy-text {
    text-align: center;
}

@media (max-width: 767.98px) {
    .AthenaaCopy-section .copy-text {
        text-align: left;
    }

    .AthenaaCopy-section .copy-links {
        text-align: right;
        margin-top: 5px;
    }

    .AthenaaCopy-section .copy-row {
        flex-direction: column;
    }
}
/* ----------------------------------- */
@media (min-width: 768px) and (max-width: 991px){
    .AthenaaHero-section .screening-card{
        margin-top: 30px;
    }
}

/* .Athenaa-Cost-Section start  */
@media (max-width: 767.98px) {
  .Athenaa-Cost-Section {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  .Athenaa-Cost-Section a {
    flex: 1;
    text-align: center;
    padding: 15px 0;
    color: white;
    text-decoration: none;
  }

  .Athenaa-Cost-Section .call-btn {
    background-color: #007c9d;
  }
  .Athenaa-Cost-Section .book-btn {
        background-color: #d58994;
    }
}
@media (max-width: 767.98px){
    .AthenaaHero-section .btn-otp{
        padding: 14px;
    }
    
     .AthenaaCopy-section{
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1399px){
    .AthenaaHero-section .btn-otp{
        padding: 14px;
    }
}




/* athenaa-expect */
.Athenaa-expect-section{padding: 60px 0; background-color: #FFF4F4; overflow: hidden;}
.athenaa-expect-text h2{font-size: 40px; line-height: 1.1; font-weight: 700; padding-bottom: 30px; text-align: center; margin-bottom: 0;}
.athenaa-expect-text p{font-size: 18px; font-weight: 400; color: #000000E5; line-height: 1.5; text-align: center; font-family: "Figtree", sans-serif;}
.athenaa-expect-wrapper{margin-top: 50px;}
.athenaa-expect-item{height: auto; position: relative; height: auto;}
.athenaa-expect-icon{width: 100px; height: 100px; position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.athenaa-expect-icon img{width: 100%; height: 100%; display: block;}
.athenaa-expect-detail{height: calc(100% - 50px); padding: 75px 16px 60px; margin-top: 50px; background-color: #fff; border-radius: 10px; text-align: center; font-size: 16px; font-weight: 400; line-height: 1.5; letter-spacing: 0.264px; text-transform: capitalize; font-family: "Poppins", sans-serif;}

.athenaa-swiper-dots{position: static !important; margin-top: 30px;}
.athenaa-swiper-dots .swiper-pagination-bullet-active{background: #D58994;}


@media screen and (max-width:767px) {

    .Athenaa-expect-section{padding: 30px 0;}
    .athenaa-expect-text h2{font-size: 24px; padding-bottom: 20px;}
    .athenaa-expect-text p{font-size: 16px;}
    .athenaa-expect-detail{padding-bottom: 30px; font-size: 14px;}

}


/* Athenaa-arrival */
.Athenaa-arrival-section{padding-bottom: 60px; background-color: #fff4f4;}
.Athenaa-arrival-heading h2{text-align: center; font-size: 40px; line-height: 1.1; font-weight: 700; padding-bottom: 40px; margin-bottom: 0;}
.athenaa-arrival-point-a{position: relative; padding-bottom: 25px; padding-left: 37px;}
.arrival-icon{width: 22px; height: 22px; position: absolute; top: 2px; left: 0;}
.arrival-icon img{width: 100%; height: 100%; display: block;}
.athenaa-arrival-point-a p{font-size: 18px; font-weight: 400; line-height: 1.5; letter-spacing: 0.288px; margin-bottom: 0; font-family: "Figtree", sans-serif;}

@media screen and (max-width:1099px) {

    .arrival-icon{width: 20px; height: 20px; top: 2px;}
    .athenaa-arrival-point-a{padding-left: 32px;}
}

@media screen and (max-width:767px) {

    .Athenaa-arrival-section{padding-bottom: 30px;}
    .Athenaa-arrival-heading h2{font-size: 24px; padding-bottom: 20px;}
    .athenaa-arrival-point-a p{font-size: 14px;}
    .arrival-icon{width: 16px; height: 16px; top: 2px;}
    .athenaa-arrival-point-a{padding-left: 26px; padding-bottom: 22px;}
}
