*,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif !important;
}

body {
    top: 40px !important;
}

@media (max-width: 768px) {
    body {
        top: 0px !important;
    }
}

@media (max-width: 365px) {
    .butn-phone {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        border-radius: 10px;
        width: 100% !important;
    }
}

@media screen and (max-width: 365px) {
    .butn-phone {
        font-size: 11px !important;
    }
}


/* ==== main section index page css start === */

.banner_section_part {
    background-image: url(img/banner_updated.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 50vw;
    position: relative;
    top: 95px;
}

.banner_nww {
    position: relative;
    margin-top: 45px;
}

.modal {
    z-index: 999999 !important;
}

@media (max-width: 768px) {
    .desk_view {
        display: none;
    }
    .mob_view {
        display: block;
    }
    .banner_form {
        margin: 0 !important;
    }
    .appointment_form {
        margin: 0 !important;
    }
    .headlinerwhite {
        font-weight: 700;
        font-size: 1.75rem !important;
        margin-bottom: 0.5rem;
        color: white;
        /* text-shadow: 1px 1px 3px rgba(255 255 255 / 0.8); */
    }
    .headerparawhite {
        /* max-width: 700px; */
        margin: 0 auto 30px !important;
        font-size: 1.005rem !important;
        font-weight: 500;
        line-height: 1.5;
        color: white;
        /* text-shadow: 1px 1px 2px rgba(255 255 255 / 0.75); */
    }
    .international-care-section {
        padding: 30px 10px !important;
    }
    .international-care-section h2 {
        font-size: 30px !important;
    }
}

button.submit {
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    transform: 0.3s ease;
    background-color: #04b6ae;
    width: 100%;
}

input.input_forms {
    border-radius: 5px !important;
    border: 1px solid #e6e6e6;
    background: #f9f9f9 !important;
    padding: 6px;
    outline: 0px;
    width: 100%;
}

.ib--text {
    border-radius: 5px !important;
    border: 1px solid #e6e6e6 !important;
    background: #f9f9f9 !important;
    padding: 5px !important;
    outline: 0px !important;
}

.ib--textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 4em !important;
}

.ib--element-container {
    margin-bottom: 10px !important;
}

.ib--form-container {
    padding: 0px !important;
}

.labels {
    color: #02778a;
    font-weight: 600;
    font-size: 16px;
}

.ib--input-label {
    color: #02778a !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.form_card {
    padding: 20px !important;
    border-radius: 10px;
    background: var(--light-background-color, #fff);
    width: 370px;
    position: absolute !important;
    top: 35px;
    right: 100px;
    z-index: 6666;
}

.form_card_pop {
    padding: 20px;
    border-radius: 10px;
    background: var(--light-background-color, #fff);
}


/* Customize the scrollbar for webkit browsers */

::-webkit-scrollbar {
    width: 3px !important;
    height: 5px !important;
    background-color: #ddd !important;
}

::-webkit-scrollbar-thumb {
    background-color: #00b3aa !important;
}

.form_card_pop {
    border-radius: 10px;
    padding: 10px;
    border: none !important;
    background: var(--light-background-color, #fff);
    padding-top: 0px !important;
}

.ib--form-container {
    padding: 20px !important;
}

@media (max-width: 320px) {
    .form_card {
        padding: 20px;
        border-radius: 10px;
        background: var(--light-background-color, #fff);
        width: 282px;
        position: relative !important;
        top: 10px;
        right: 0px;
        z-index: 0 !important;
    }
}

@media (min-width:321px) and (max-width: 1200px) {
    .form_card {
        padding: 20px;
        border-radius: 10px;
        background: var(--light-background-color, #fff);
        width: 350px;
        position: relative !important;
        top: 13px;
        right: 0px;
        z-index: 0 !important;
    }
}

@media (max-width: 1200px) {
    .banner_nww {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* margin-top: 15px !important; */
    }
}

@media (min-width:1201px) and (max-width: 1580px) {
    .cont-btn-nead {
        font-size: 18px !important;
    }
    .labels {
        font-size: 13px !important;
    }
    input.input_forms {
        font-size: 13px !important;
        padding: 2px 6px !important;
    }
}

.custom-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-btn {
    display: flex;
    align-items: center;
    padding: 5px;
    width: 75px;
    height: 39px;
    cursor: pointer;
    border-radius: 5px !important;
    border: 1px solid #e6e6e6;
    background: #f9f9f9 !important;
    outline: 0px;
}

textarea {
    border-radius: 5px !important;
    border: 1px solid #e6e6e6;
    background: #f9f9f9 !important;
    padding: 6px;
    outline: 0px;
    width: 100%;
}


/* .detailsde{
    margin-top: 90px !important;
  } */

.appointment_form {
    padding: 5px;
    background-color: white;
    float: right;
    margin-top: 26px;
    /* margin-right: -550px; */
    border-radius: 8px;
    box-shadow: 0px 20px 60px #3e3e3e29;
}

.banner_form {
    margin: 4px 61px;
    padding: 10px;
    padding-top: 0px !important;
}

.modal-content {
    background-color: fixed !important;
    background: fixed !important;
    border: none !important;
}

.btnedd11 {
    color: #0966a4 !important;
    border: none;
    background: none;
}

.cont-btn-nead {
    text-align: center;
    color: #04b6ae;
    font-weight: 700;
    font-size: 27px;
}

.banner-content {
    position: absolute;
    top: 30px;
    left: 96px;
}

.banner-content h1 {
    font-size: 66px;
    color: #0056b8;
    font-weight: bolder;
}


/* .banner-content h3 {
  font-size: 38px;
  font-weight: 600 !important;
  color: #04b6ae
}

.banner-content p {
  font-size: 28px;
} */

@media (max-width: 301px) {
    .banner-content {
        position: absolute;
        top: 23px;
        left: 10px;
        text-align: center;
    }
    .banner-content h1 {
        font-size: 26px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content h3 {
        font-size: 15px;
        color: #04b6ae;
        text-align: center;
    }
    .banner-content p {
        font-size: 15px;
        text-align: center;
    }
}

@media (min-width: 301px) and (max-width: 375px) {
    .banner-content h1 {
        font-size: 26px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content h3 {
        font-size: 18px;
        color: #04b6ae;
        text-align: center;
    }
    .banner-content p {
        font-size: 17px;
        text-align: center;
    }
    .banner-content {
        position: absolute;
        top: 23px;
        left: 21px;
        text-align: center;
    }
}

@media (min-width: 375px) and (max-width: 431px) {
    .banner-content {
        position: absolute;
        top: 26px;
        left: 23px;
    }
    .banner-content h1 {
        font-size: 33px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content h3 {
        font-size: 18px;
        color: #04b6ae;
    }
    .banner-content p {
        font-size: 20px;
    }
}

@media (min-width: 432px) and (max-width: 600px) {
    .banner-content {
        position: absolute;
        top: 42px;
        left: 31px;
    }
    .banner-content h1 {
        font-size: 38px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content h3 {
        font-size: 23px;
        color: #04b6ae;
    }
    .banner-content p {
        font-size: 23px;
    }
}

@media (min-width: 601px) and (max-width: 768px) {
    .banner-content {
        position: absolute;
        top: 26px;
        left: 56px;
    }
    .banner-content h1 {
        font-size: 49px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content h3 {
        font-size: 31px;
        color: #04b6ae;
    }
    .banner-content p {
        font-size: 28px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .banner-content {
        position: absolute;
        top: 0px;
        left: 178px;
    }
    .banner-content h1 {
        font-size: 32px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content h3 {
        font-size: 20px;
        color: #04b6ae;
    }
    .banner-content p {
        font-size: 15px;
    }
    .doc-check {
        height: 170px !important;
    }
}

@media (min-width: 993px) and (max-width: 1170px) {
    .banner-content {
        position: absolute;
        top: 8px;
        left: 287px;
    }
    .banner-content h1 {
        font-size: 39px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content h3 {
        font-size: 23px;
        color: #04b6ae;
    }
    .banner-content p {
        font-size: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .appointment_btn {
        background-image: linear-gradient(120deg, #19aba7, #224f8f);
        text-align: center;
        color: white;
        font-weight: 600;
        padding: 12px !important;
        font-size: 15px !important;
        border-radius: 8px;
    }
}

@media (min-width: 1171px) and (max-width: 1400px) {
    .banner-content h1 {
        font-size: 45px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content h3 {
        font-size: 27px;
        color: #04b6ae;
    }
    .banner-content p {
        font-size: 19px;
    }
}

@media (min-width: 1401px) and (max-width: 1480px) {
    .banner-content {
        position: absolute;
        top: 20px;
        left: 96px;
    }
    .banner-content h1 {
        font-size: 58px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content h3 {
        font-size: 29px;
        color: #04b6ae;
    }
    .banner-content p {
        font-size: 25px;
    }
}

@media (min-width: 1480px) and (max-width: 1600px) {
    .banner-content h1 {
        font-size: 58px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content h3 {
        font-size: 31px;
        color: #04b6ae;
    }
    .banner-content {
        position: absolute;
        top: 27px;
        left: 96px;
    }
}

@media (max-width: 575px) {
    /* .google-trnslt-button {
    margin-top: 20px;

  } */
    .banner_nww {
        margin-top: 110px;
    }
}

@media (min-width: 576px) and (max-width: 800px) {
    .banner_nww {
        margin-top: 90px;
    }
}

.whatsapp-button {
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: #25D366;
    padding: 8px 12px;
    border-radius: 50px 0 0 50px;
    color: white;
    /* font-family: Arial, sans-serif; */
    font-weight: bold;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.whatsapp-button img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.whatsapp-button span {
    white-space: nowrap;
    /* margin-left: 8px; */
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    transition: max-width 0.5s ease, opacity 0.3s ease;
}

.whatsapp-button:hover {
    background-color: #1ebc59;
}

.whatsapp-button:hover img {
    transform: scale(1.1);
}

.whatsapp-button:hover span {
    opacity: 1;
    max-width: 110px;
}

@media (max-width: 500px) {
    .whatsapp-button img {
        width: 30px;
        height: 30px;
        transition: transform 0.3s ease;
    }
    .whatsapp-button {
        padding: 6px 10px;
    }
}


/* css for hello bangladesh section */

.welcome-country-section {
    padding: 20px 20px;
    /* font-family: Montserrat, sans-serif; */
    color: #121212;
    line-height: 1.6;
}


/* .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 15px;
}
.container {
    width: 85%;
    margin: 0 auto;
    position: relative;
} */

.welcome-title {
    font-size: 28px;
    font-weight: 700;
    color: #034ea1;
    margin-bottom: 10px;
}

.welcome-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #00b7ac;
    margin-bottom: 20px;
}

.welcome-description p {
    margin-bottom: 16px;
    font-size: 16px;
}


/* about manipal section css */

.about-manipal-global {
    padding: 20px 15px;
    background-color: #f9f9f9;
    /* font-family: Montserrat, sans-serif; */
}


/* .about-manipal-global .container {
    max-width: 1200px;
    margin: 0 auto;
} */

.about-manipal-global h2 {
    font-size: 26px;
    color: #034ea1;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-manipal-global p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
}

.about-manipal-global h3 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}


/* Container */

.international-services {
    background: #f8faff;
    /* very light blue/grey */
    padding: 80px 20px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.international-services h2 {
    font-size: 32px;
    font-weight: 800;
    color: #034ea1;
    /* deep hospital blue */
    margin-bottom: 15px;
}

.international-services .intro {
    font-size: 18px;
    color: #333;
    max-width: 800px;
    margin: 0 auto 60px;
    line-height: 1.6;
}


/* Grid layout */

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .international-services {
        background: #f8faff;
        padding: 10px 10px;
        font-family: "Montserrat", sans-serif;
        text-align: center;
    }
    .international-services h2 {
        font-size: 28px;
        font-weight: 800;
        color: #034ea1;
        /* deep hospital blue */
        margin-bottom: 15px;
    }
}

@media (max-width: 600px) {
    .service-grid {
        grid-template-columns: 1fr;
    }
}


/* Card styling */

.service-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px 25px;
    text-align: left;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}


/* Sub-heading + icon */

.service-card h3 {
    font-size: 1.25rem;
    color: #034ea1;
    margin-bottom: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-card h3 i {
    font-size: 2.2rem;
    color: #034ea1;
    background: #eaf5ff;
    padding: 8px;
    border-radius: 8px;
}

.service-card p {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
}


/* facilities section css */

.leading-facilities {
    padding: 20px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.leading-facilities h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #034ea1;
}

.leading-facilities h2 span {
    color: #00b7ac;
}

.leading-facilities .subtitle {
    font-size: 16px;
    color: #2f2f2f;
    margin-bottom: 40px;
}

.facility-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 20px;
    justify-items: center;
}

.facility-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    padding: 20px 10px;
    width: 100%;
    max-width: 160px;
    transition: transform .3s ease;
    text-align: center;
}

.facility-card img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 12px;
}

.facility-card p {
    font-size: 13px;
    font-weight: 600;
    color: #00b7ac;
    margin: 0;
}


/* why choose section css */

.why-manipal {
    padding: 20px 20px;
    background: #fff;
    text-align: center;
}

.why-manipal h2 {
    font-size: 30px;
    color: #034ea1;
    font-weight: 700;
}

.why-manipal h2 span {
    color: #00a89c;
}

.why-manipal .description {
    margin: 20px auto 40px;
    font-size: 16px;
    color: #034ea1;
    line-height: 1.6;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media(max-width :500px) {
    .stats-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .stat-card {
        padding: 20px 5px !important;
    }
}

.stat-card {
    background: linear-gradient(135deg, #f2fdfd, #fff);
    border: 1.5px dotted #00b7ac;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


/* Hover Effect */

.stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.stat-card h3 {
    color: #00b7ac;
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.stat-card p {
    color: #034ea1;
    font-size: 14px;
}


/* coe section css */

section.parta {
    background-color: #4498a7;
    background-size: cover;
    background-repeat: no-repeat;
}

.headsup {
    color: white;
    font-size: 32px;
    font-weight: bold;
}


/* .activated {
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%) !important;
  color: white !important;
} */

.cont-but {
    border: 1px solid blueviolet;
    border-radius: 40px;
    padding: 11px;
    background: white;
    color: black;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cont-but:hover:not(.active) {
    background: linear-gradient(90deg, #034ea1 0%, #00b7ac 100%);
    color: white;
}

.cont-but.active {
    background: linear-gradient(90deg, #034ea1 0%, #00b7ac 100%);
    color: white;
    font-weight: 600;
}

.cont-but:hover .coe-icon img,
.cont-but.active .coe-icon img {
    filter: brightness(0) invert(1);
}

.matter-pag {
    color: white;
    font-weight: 500;
    line-height: 25px;
}


/* mob version coe css */

section.parta-mob {
    background-color: #4498a7;
    background-size: cover;
    background-repeat: no-repeat;
}

.headsup-mob {
    color: white;
    font-size: 28px;
    font-weight: bold;
}

.cont-but-mob {
    border: 1px solid blueviolet;
    border-radius: 40px;
    padding: 11px;
    background: white;
    color: black;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cont-but-mob:hover:not(.active) {
    background: linear-gradient(90deg, #034ea1 0%, #00b7ac 100%);
    color: white;
}

.cont-but-mob.active {
    background: linear-gradient(90deg, #034ea1 0%, #00b7ac 100%);
    color: white;
    font-weight: 600;
}

.cont-but-mob:hover .coe-icon1 img,
.cont-but-mob.active .coe-icon1 img {
    filter: brightness(0) invert(1);
}

.matter-pag-mob {
    color: white;
    font-weight: 500;
    line-height: 25px;
}

.dynamic-procedure-mob {
    background-color: rgba(255, 255, 255, 0.1);
    border-left: 3px solid #00b7ac;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 10px 15px;
}


/* doc section css */

.doc-check {
    background-color: #034ea1;
    background-image: url(../images/checkup-bg-1.svg), url(../images/checkup-bg-2.svg);
    background-position: left center, right center;
    background-repeat: no-repeat;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}

@media (max-width:768px) {
    .doc-check {
        height: 200px;
    }
}

.doc-check h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
}

.doc-check button {
    background: #fff;
    color: #034ea1;
    padding: 8px 35px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    /* font-family: Montserrat; */
    border: none;
    cursor: pointer;
}


/* faq section css */

.faq {
    background: url(https://www.manipalhospitalsglobal.com/assets/frontend-assets/images/faq-flower.webp) #034ea1 no-repeat;
    padding: 20px 0;
    background-position: 0 50%;
}

section.faq {
    display: block;
    unicode-bidi: isolate;
}

div.faq-bar {
    display: block;
    unicode-bidi: isolate;
}

.accordion.active::before {
    content: url(img/faqs-down.svg);
    transform: rotate(180deg);
    top: 18px;
}

.faq h2 {
    color: #fff;
    font-size: 30px;
    margin: 0 0 10px 0;
    text-align: center;
}

.faq-bar {
    padding: 10px 0 10px;
}

@media (max-width: 499px) {
    .accordion p {
        width: 94%;
    }
}

.accordion {
    background-color: #fff;
    color: #034ea1;
    cursor: pointer;
    padding: 15px 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    /* font-family: Montserrat; */
    font-size: 18px;
    line-height: 22px;
    box-sizing: border-box;
    position: relative;
    font-weight: 500;
    box-sizing: border-box;
}

.accordion::before {
    content: url(img/faqs-right.svg);
    /* font-family: "Glyphicons Halflings"; */
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    color: #034ea1;
    box-sizing: border-box;
}

.accordion p {
    margin-bottom: 0px !important;
}

.panel {
    padding: 0 15px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    transition: max-height 0.3s ease, padding 0.3s ease;
    max-height: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    box-sizing: border-box;
}

.faq-bar {
    padding: 10px 0 10px;
}


/* faq section end */


/* corousel css */

.part9 {
    background: #00b7ac;
    padding-bottom: 20px 0px;
}

.why_data {
    color: #0c4da2;
    font-size: 32px;
    font-weight: 700;
}

.headlinerwhite {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: white;
    /* text-shadow: 1px 1px 3px rgba(255 255 255 / 0.8); */
}

.headerparawhite {
    margin: 0 auto 60px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    color: white;
    /* text-shadow: 1px 1px 2px rgba(255 255 255 / 0.75); */
}

.less_thean_icon {
    /* background: #0359a2; */
    border-radius: 50px;
    height: 35px;
    width: 35px;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

.iframe-cls {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    border: 3px solid #adadad;
}


/* international spec */

.read-more-toggle {
    position: relative;
}

.read-more-toggle input[type="checkbox"] {
    display: none;
}

.read-more-toggle .care-list {
    max-height: 300px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.read-more-toggle input[type="checkbox"]:checked~.care-list {
    max-height: 4500px;
    /* Adjust according to content height */
}

.read-more-btn {
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    color: #034ea1;
    font-weight: bold;
}

.read-more-hide {
    display: none;
}

.read-more-toggle input[type="checkbox"]:checked~.read-more-show {
    display: none;
}

.read-more-toggle input[type="checkbox"]:checked~.read-more-hide {
    display: inline-block;
}


/* Optional: Hide buttons on desktop */

@media (min-width: 769px) {
    .read-more-toggle .care-list {
        max-height: none !important;
        overflow: visible !important;
    }
    .read-more-show,
    .read-more-hide {
        display: none !important;
    }
}


/* international spec end */


/* hello bangladesh section mob css */


/* Hide content after a few lines only on mobile */

@media (max-width: 768px) {
    .read-more-mobile-text {
        max-height: 180px;
        /* Adjust as needed */
        overflow: hidden;
        position: relative;
        transition: max-height 0.3s ease;
    }
    .read-more-mobile-text.expanded {
        max-height: 1000px;
    }
    .read-more-mobile-toggle {
        display: inline-block;
        margin-top: 10px;
        color: #034ea1;
        cursor: pointer;
        font-weight: bold;
    }
}


/*  About manipal hospitals mob css*/


/* Hide more content and toggle button by default */

#more-content-mgh {
    display: block;
}


/* Read More button base style */

.read-more-btn-mgh {
    display: none;
    margin-top: 10px;
    color: #034ea1;
    cursor: pointer;
    font-weight: bold;
}


/* Only apply Read More toggle in mobile view */

@media (max-width: 768px) {
    #more-content-mgh {
        display: none;
    }
    #more-content-mgh.show {
        display: block;
    }
    .read-more-btn-mgh {
        display: inline-block;
    }
}

.patinettt-box {
    background: #ffffff;
    border-radius: 50px;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 327px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.patinettt-box:hover {
    transform: translateY(-2px);
}

.patinettt-icon {
    width: 43px;
    height: 43px;
    background: #02B3AA;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-right: 12px;
    flex-shrink: 0;
}


/* Text Styling */

.patinettt-text {
    color: #0066b3;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
    flex-grow: 1;
    text-align: left;
}

@media (max-width: 300px) {
    .patinettt-box {
        margin-bottom: 2px;
    }
    .stat-card h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .read-more-toggle .care-list {
        max-height: 265px;
    }
    .service-card {
        padding: 18px 5px;
    }
    .service-card h3 {
        font-size: 1.rem;
    }
}

@media (max-width: 330px) {
    .read-more-toggle .care-list {
        max-height: 265px;
    }
    .service-card {
        padding: 18px 5px;
    }
    .service-card h3 {
        font-size: 1.05rem;
    }
}


/* Responsive Adjustments */

@media (max-width: 768px) {
    .patinettt-box {
        max-width: 350px;
        flex-direction: row;
        padding: 0px 0px;
    }
    .patinettt-icon {
        width: 34px;
        height: 34px;
        font-size: 14px;
        margin-right: 10px;
    }
    .patinettt-text {
        font-size: 15px;
    }
    .why_data {
        font-size: 25px;
    }
    .doc-check h2 {
        font-size: 20px;
    }
    .headsup-mob,
    .welcome-title,
    .about-manipal-global h2,
    .international-services h2,
    .why-manipal h2 {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    .patinettt-box {
        max-width: 190px;
        flex-direction: row;
        padding: 0px 0px;
    }
    .patinettt-icon {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
    .patinettt-text {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .patinettt-box {
        max-width: 155px;
        flex-direction: row;
        padding: 0px 0px;
    }
    .patinettt-icon {
        width: 20px;
        height: 20px;
        font-size: 9px;
    }
    .patinettt-text {
        font-size: 9px;
    }
}

.reqsr_btns {
    display: inline-block;
    background-color: #02B3AA;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 30px;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    max-width: 327px;
}

.reqsr_btns:hover {
    background-color: #009b90;
}

@media (max-width: 768px) {
    .reqsr_btns {
        padding: 10px 10px;
        font-size: 15px;
        border-radius: 25px;
        width: auto;
        max-width: 220px;
    }
}

@media (max-width: 480px) {
    .reqsr_btns {
        display: block;
        width: 100%;
        padding: 8px 0;
        font-size: 12px;
        border-radius: 25px;
        margin-top: 5px;
        max-width: 190px;
    }
}

@media (max-width: 480px) {
    .reqsr_btns {
        display: block;
        width: 100%;
        padding: 8px 0;
        font-size: 9px;
        border-radius: 25px;
        margin-top: 5px;
        max-width: 150px;
    }
}

.banner-content h3 {
    font-size: 45px;
    color: white;
}

.banner-content p {
    font-size: 28px;
    color: white;
    font-weight: 300;
}

@media (max-width: 301px) {
    .banner-content {
        position: absolute;
        top: 23px;
        left: 8px;
    }
    .banner-content h1 {
        font-size: 26px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content h3 {
        font-size: 15px;
    }
    .banner-content p {
        font-size: 12px;
    }
}

@media (min-width: 301px) and (max-width: 375px) {
    .banner-content h1 {
        font-size: 34px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content h3 {
        font-size: 20px;
    }
    .banner-content p {
        font-size: 14px;
    }
    .banner-content {
        position: absolute;
        top: 15px;
        left: 8px;
    }
}

@media (min-width: 1201px) and (max-width: 1345px) {
    .form_card {
        width: 275px;
        top: -22px;
    }
}

@media (min-width: 375px) and (max-width: 431px) {
    .banner-content {
        position: absolute;
        top: 20px;
        left: 8px;
    }
    .banner-content h1 {
        font-size: 37px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content h3 {
        font-size: 25px;
    }
    .banner-content p {
        font-size: 14px;
    }
}

@media (min-width: 432px) and (max-width: 600px) {
    .banner-content {
        position: absolute;
        top: 42px;
        left: 15px;
    }
    .banner-content h1 {
        font-size: 38px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content h3 {
        font-size: 27px;
    }
    .banner-content p {
        font-size: 17px;
    }
}

@media (min-width: 601px) and (max-width: 768px) {
    .banner-content {
        position: absolute;
        top: 46px;
        left: 20px;
    }
    .banner-content h1 {
        font-size: 58px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content h3 {
        font-size: 33px;
    }
    .banner-content p {
        font-size: 20px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .banner-content {
        position: absolute;
        top: 40px;
        left: 25px;
    }
    .banner-content h1 {
        font-size: 34px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content h3 {
        font-size: 24px;
    }
    .banner-content p {
        font-size: 15px;
    }
}

@media (min-width: 993px) and (max-width: 1170px) {
    .banner-content {
        position: absolute;
        top: 32px;
        left: 40px;
    }
    .banner-content h1 {
        font-size: 44px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content h3 {
        font-size: 24px;
    }
    .banner-content p {
        font-size: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .appointment_btn {
        background-image: linear-gradient(120deg, #19aba7, #224f8f);
        text-align: center;
        color: white;
        font-weight: 600;
        padding: 12px !important;
        font-size: 15px !important;
        border-radius: 8px;
    }
}

@media (min-width: 1171px) and (max-width: 1400px) {
    .banner-content h1 {
        font-size: 45px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content h3 {
        font-size: 26px;
    }
    .banner-content p {
        font-size: 19px;
    }
}

@media (min-width: 1401px) and (max-width: 1480px) {
    .banner-content h1 {
        font-size: 65px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content h3 {
        font-size: 33px;
    }
    .banner-content p {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    /* .google-trnslt-button{
  margin-top: 20px;
  
  } */
    .banner_nww {
        margin-top: 71px;
    }
}

@media (min-width: 1481px) and (max-width: 1700px) {
    .banner-content h1 {
        font-size: 65px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content h3 {
        font-size: 35px;
    }
    .banner-content p {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    /* .google-trnslt-button{
  margin-top: 20px;
  
  } */
    .banner_nww {
        margin-top: 71px;
    }
}

.banner-content_2 {
    position: absolute;
    top: 30px;
    left: 96px;
}

@media (min-width: 576px) and (max-width: 800px) {
    .banner_nww {
        margin-top: 71px;
    }
}

.banner-content_2 h3 {
    font-size: 45px;
    color: #1F458F;
}

.banner-content_2 p {
    font-size: 20px;
    color: black;
    font-weight: 300;
}

.banner-content_2 h6 {
    font-size: 28px;
    color: #1F458F;
}

@media (max-width: 301px) {
    .banner-content_2 {
        position: absolute;
        top: 3px;
        left: 0px;
    }
    .banner-content_2 h3 {
        font-size: 15px;
        text-align: center;
        font-weight: 600;
    }
    .banner-content_2 p {
        font-size: 12px;
        text-align: center;
        line-height: 14px;
        margin-bottom: 5px;
    }
    .banner-content_2 h6 {
        font-size: 12px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 5px;
    }
}

@media (min-width: 301px) and (max-width: 350px) {
    .banner-content_2 h1 {
        font-size: 34px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content_2 h3 {
        font-size: 23px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .banner-content_2 p {
        font-size: 12px;
        text-align: center;
        line-height: 14px;
        margin-bottom: 5px;
    }
    .banner-content_2 h6 {
        font-size: 14px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .banner-content_2 {
        position: absolute;
        top: 5px;
        left: 0px;
        padding: 0px 10px;
    }
}

@media (min-width: 351px) and (max-width: 375px) {
    .banner-content_2 h1 {
        font-size: 34px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content_2 h3 {
        font-size: 23px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .banner-content_2 p {
        font-size: 14px;
        text-align: center;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .banner-content_2 h6 {
        font-size: 14px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .banner-content_2 {
        position: absolute;
        top: 5px;
        left: 0px;
        padding: 0px 10px;
    }
}

@media (min-width: 375px) and (max-width: 431px) {
    .banner-content_2 {
        position: absolute;
        top: 10px;
        left: 0px;
        padding: 0px 15px;
    }
    .banner-content_2 h1 {
        font-size: 37px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content_2 h3 {
        font-size: 25px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .banner-content_2 p {
        font-size: 14px;
        text-align: center;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .banner-content_2 h6 {
        font-size: 14px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 5px;
    }
}

@media (min-width: 432px) and (max-width: 600px) {
    .banner-content_2 {
        position: absolute;
        top: 15px;
        left: 0px;
        padding: 0px 20px;
    }
    .banner-content_2 h1 {
        font-size: 38px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content_2 h3 {
        font-size: 27px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .banner-content_2 p {
        font-size: 17px;
        text-align: center;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .banner-content_2 h6 {
        font-size: 18px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 5px;
    }
}

@media (min-width: 601px) and (max-width: 768px) {
    .banner-content_2 {
        position: absolute;
        top: 40px;
        left: 0px;
        padding: 0px 25px;
    }
    .banner-content_2 h1 {
        font-size: 58px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content_2 h3 {
        font-size: 33px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .banner-content_2 p {
        font-size: 20px;
        text-align: center;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .banner-content_2 h6 {
        font-size: 18px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 5px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .banner-content_2 {
        position: absolute;
        top: 40px;
        left: 25px;
    }
    .banner-content_2 h1 {
        font-size: 34px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content_2 h3 {
        font-size: 24px;
    }
    .banner-content_2 h6 {
        font-size: 20px;
    }
    .banner-content_2 p {
        font-size: 15px;
    }
}

@media (min-width: 993px) and (max-width: 1170px) {
    .banner-content_2 {
        position: absolute;
        top: 32px;
        left: 40px;
    }
    .banner-content_2 h1 {
        font-size: 44px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content_2 h3 {
        font-size: 28px;
    }
    .banner-content_2 h6 {
        font-size: 20px;
    }
    .banner-content_2 p {
        font-size: 20px;
    }
}

@media (min-width: 1171px) and (max-width: 1400px) {
    .banner-content_2 {
        position: absolute;
        top: 53px;
        left: 65px;
    }
    .banner-content_2 h3 {
        font-size: 29px;
    }
    .banner-content_2 h6 {
        font-size: 19px;
    }
    .banner-content_2 p {
        font-size: 16px;
    }
}

@media (min-width: 1401px) and (max-width: 1480px) {
    .banner-content_2 {
        position: absolute;
        top: 80px;
        left: 65px;
    }
    .banner-content_2 h3 {
        font-size: 29px;
    }
    .banner-content_2 h6 {
        font-size: 23px;
    }
    .banner-content_2 p {
        font-size: 19px;
    }
}

@media (max-width: 575px) {
    .banner_nww {
        margin-top: 71px;
    }
}

@media (min-width: 1481px) and (max-width: 1700px) {
    .banner-content_2 {
        position: absolute;
        top: 80px;
        left: 65px;
    }
    .banner-content_2 h3 {
        font-size: 29px;
    }
    .banner-content_2 h6 {
        font-size: 23px;
    }
    .banner-content_2 p {
        font-size: 19px;
    }
}

@media (max-width: 575px) {
    .banner_nww {
        margin-top: 71px;
    }
}

@media (min-width: 576px) and (max-width: 800px) {
    .banner_nww {
        margin-top: 71px;
    }
}


/* ----- SLIDER ----- */

.banner_nww {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}


/* Fade state classes */

.slide-show {
    opacity: 1 !important;
    pointer-events: auto !important;
    transition: opacity .6s ease-in-out;
}

.slide-hide {
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity .6s ease-in-out;
}


/* Hide slide 2 only ON FIRST LOAD (not permanently) */

.banner-content.initial-hide,
.bannerimages_1.initial-hide {
    opacity: 0;
    pointer-events: none;
}


/* Dot navigation styling */

.toggle-buttons {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 100;
}

.toggle-buttons span {
    width: 12px;
    height: 12px;
    background: #cacaca;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s;
}

.toggle-buttons span:hover {
    background: #ffaa85;
}

.toggle-buttons span.active {
    background: #ff5722;
    transform: scale(1.3);
}

.bannerimages_2 img {
    position: absolute;
    top: 0px;
    z-index: -1;
    left: 0px;
}

.bannerimages_1 {
    width: 100%;
    height: auto;
}