/********** Template CSS **********/
:root {
    --primary: #012D61;
    --light: #E4F0FF;
    --dark: #282F34;
    --white: #FFFFFF;
}

h1 {
    font-size: 28px;
}
body {
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.topbarcontent {
    font-weight: 500;
}

.bg-light {
    background-color: var(--light) !important
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 3px 1px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50%;
}

.main_container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

/*** Navbar ***/
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .1) !important;
}
.logo h1 {
    color: var(--primary);
    font-weight: 600;
}

.navbar.sticky-top {
    top: 0px;
    transition: .5s;
}

.tab_view {
    display: none !important;
}

.navbar .navbar-brand {
    display: flex;
    align-items: center;
}


.mobile_login {
    display: flex;
}

.mobile_view {
    display: none;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 45px;
    padding: 25px 0;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
    outline: none;
    font-style: normal;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
    text-transform: capitalize;
    transition: 0.3s;
}

.navbar .navbar-nav .nav-link span {
    margin-left: 10px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}



.navbar-nav .nav-link .link-text {
    border-bottom: 2px solid transparent;
    display: inline-block;
    transition: border 0.3s;
}

.navbar-nav .nav-link.active .link-text,
.navbar-nav .nav-link:hover .link-text {
    border-bottom: 2px solid var(--primary); /* or any color you want */

}



.btn-getstarted {
    color: var(--primary) !important;
    font-size: 16px;
    padding: 12px 25px;
    border-radius: 50px;
    transition: 0.3s;
    border: 1px solid #012D61 !important;
    background: #F1F7FF;
    font-weight: normal;
    letter-spacing: -0.64px;
    font-family: "Inter", sans-serif;
}

.btn-getstarted:hover {
    color: var(--white) !important;
    background-color: #012D61;
}

.btn-getstarted1 {
    color: var(--white) !important;
    font-size: 16px;
    padding: 12px 25px;
    border-radius: 50px;
    transition: 0.3s;
    border: 1px solid #012D61 !important;
    background: #012D61;
    font-weight: normal;
    letter-spacing: -0.64px;
    font-family: "Inter", sans-serif;
}
.btn-getstarted1:hover {
    color: #012D61 !important;
    background-color: #F1F7FF;
}

/* Force dropdown to full width below link */
.navbar .nav-item.dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.navbar .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  min-width: 200px; /* or whatever width you want */
  display: none;
}

.navbar .dropdown-menu.show {
  display: block;
}


@media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
 
}

.navbar .nav-item.dropdown {
  display: flex;
  align-items: center;
  margin-right: 45px;
}
.navbar .nav-item.dropdown > .nav-link {
  margin-right: 0 !important; /* remove space for this specific item */
}
.navbar .dropdown-arrow {
  display: inline-flex;
  align-items: center;
}

.navbar .dropdown-arrow::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  margin-left: 4px;
  vertical-align: middle;
  cursor: pointer;
}
.navbar .dropdown-toggle::after {
  display: none !important;
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid rgba(68, 68, 68, 0.24);
        padding-top: 12px;
    }
    
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
    display: flex;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
.shadow-sm {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.carousel-item {
    position: relative;
    position: relative;
    height: 600px; /* Match video height */
    overflow: hidden; /* Prevent content overflow */
}

.carousel-item video {
    height: 100%; /* Fill parent height */
    object-fit: cover;
    width: 100%;

}

.carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* semi-transparent black */
    z-index: 1;
}

.carousel-caption {
    bottom: 15%;
    max-width: 700px;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    /* make sure it’s above overlay */
}

.carousel-caption h1 {
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    font-family: "Playfair Display", sans-serif;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 124%;
    /* 69.44px */
    letter-spacing: -1.12px;
    text-align: center;
    font-size: 56px;
}

.carousel-caption p {
    color: #eee;
    font-size: 18px;
    font-weight: 300;
    font-family: "Manrope", sans-serif;
    padding: 20px 120px;
}

.carousel-caption .btn {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    font-weight: 400;
    font-family: "Manrope", sans-serif;
    margin-top: 25px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(100px);
}

.carousel-caption .btn-book {
    border-radius: 24px;
    border: 1px solid #FFF;
    background: var(--Color-White, #FFF);
    color: #000000;
}

.carousel-caption .btn-book:hover {
    background: rgba(255, 255, 255, 0.12);
    color: var(--white);
}

.carousel-caption .btn-explore {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(100px);
    color: var(--white);
}

.carousel-caption .btn-explore:hover {
    background-color: var(--white);
    color: #000000;
}

.carousel-caption .badge {
    font-weight: 300;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(100px);
    padding: 7px 15px;
}



.about_content {
    max-width: 900px;
    margin: auto;
}

.about_content .badge {
    border-radius: 14px;
    background: #E4F0FF;
    color: #2A266B;
    font-family: "Onest", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.about_content h2 {
    font-family: "Playfair Display", sans-serif;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 48px;
    padding-right: 50px;
}

.about_content p {
    color: #2E2E2E;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 154%;
    /* 27.72px */
    padding-right: 25px;
}

.card {
    border: 0;
    border-radius: 0px;
}

.vision {
    position: relative;
    overflow: hidden;
    height: 20.35vw;
}

.vision img {
    width: 100%;
    height: auto;
    display: block;
}

.vision .img_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255) 0%,     /* more white at top */
        rgba(233, 243, 255, 0.8) 100%   /* less white at bottom */
    );
    box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.16);
    transition: background-color 0.3s ease;
    z-index: 1;
}
.vision .img_overlay1 {
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255) 0%,     /* more white at top */
        rgba(234, 253, 243, 0.8) 100%   /* less white at bottom */
    );
    box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.16);
}

.vision .img_overlay2 {
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255) 0%,     /* more white at top */
        rgba(245, 240, 255, 0.8) 100%   /* less white at bottom */
    );
}

.vision .card-img-overlay {
    position: absolute;
    z-index: 2;
    padding: 30px 20px 30px 20px;

}

.vision .card-img-overlay h5 {
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.64);
    display: inline-block;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 5px 8px;
}

.vision .card-img-overlay p {
    /* font-size: 20px; */
    font-style: normal;
    font-weight: 600;
    line-height: 142%;
    letter-spacing: -0.4px;
    color: #2E2E2E;
    font-size: 1.46vw;
}

.vision:hover .card-img-overlay p {
    color: var(--white);
}

.vision .btn_vision {
    border-radius: 24px;
    border: 1px solid rgba(46, 46, 46, 0.8);
    font-family: "Manrope", sans-serif;
    background: rgba(255, 255, 255, 0.2);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* margin-top: 45px; */
    margin-top: 3.3vw;
}

/*  Hover effect: reduce white overlay */
.vision:hover .img_overlay {
    background: linear-gradient(0deg, rgba(1, 45, 97, 0.60) 0%, rgba(1, 45, 97, 0.60) 100%), no-repeat;

/* ds pic */
box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.9);
    /* more clear */
}

.vision:hover .img_overlay1 {
    background: linear-gradient(0deg, rgba(12, 58, 33, 0.60) 0%, rgba(12, 58, 33, 0.60) 100%), no-repeat;

/* ds pic */
box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.16);
    /* more clear */
}
.vision:hover .img_overlay2 {
    background: linear-gradient(0deg, rgba(31, 23, 51, 0.60) 0%, rgba(31, 23, 51, 0.60) 100%), no-repeat;

/* ds pic */
box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.16);
}

.vision:hover .btn_vision,
.vision:hover .card-img-overlay h5 {
    background-color: var(--white);
    color: #2E2E2E;
}

.getinpara {
    padding-right: 30px !important;
}

.getintouch {
    max-width: 800px;
    margin: auto;
    margin-top: 65px;
}

.nav-pills {
    display: flex;
    justify-content: space-between;
    gap: 4px;

    border-radius: 8px;
    border: 4px solid #FFF;
    background: #F1F7FF;
    box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.16);
    max-width: 450px;
    margin: auto;
}

.nav-pills .nav-item {
    flex: 1 1 0;
    max-width: 140px;
    /* 🚨 set your desired max-width here */
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.tab-content {
    border-radius: 12px;
    border: 4px solid #FFF;
    background: #F1F7FF;
    /* ds pic */
    box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.16);
    padding: 20px;
}

.nav-pills .nav-link {
    flex: 1 1 0;
    text-align: center;
    border-radius: 0;
    background: transparent;
    color: #1E1E1E;
    border-radius: 8px;
}

.nav-pills .nav-link.active {
    background-color: #012D61;
    color: #fff;
}

.nav-pills .nav-link .inlineover {
    vertical-align: middle;
}

.btn-get,
.btn-get-directions,
.btn-cllanow,
.btn-request {
    border-radius: 24px;
    border: 1px solid rgba(1, 45, 97, 0.80);

    background: rgba(255, 255, 255, 0.20);

    backdrop-filter: blur(100px);
    padding: 8px 24px;
    color: #012D61;
    width: 160px;
    ;
}

.btn-cllanow,
.btn-request {
    width: 200px;
}

.btn-cllanow {
    border-radius: 24px;
    border: 1px solid rgba(1, 45, 97, 0.80);

    background: #012D61;

    backdrop-filter: blur(100px);
    color: var(--white);
}

.btn-callback {
    width: 200px;
}

.btn-get:hover {
    background-color: var(--primary);
    color: var(--white);
}

.btn-get-directions,
.btn-request:hover {
    background-color: var(--primary);
    color: var(--white);
}

.btn-get-directions:hover,
.btn-cllanow:hover {
    background-color: var(--white);
    color: var(--primary);
}

.getinform label {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 19.5px */
    letter-spacing: -0.3px;
    color: #2E2E2E;
    display: flex;
    position: relative;
    left: 6px;
    align-items: center;
}

.getinform label span {
    padding-left: 7px;
}

.getinform input.form-control,
.getinform textarea.form-control {
    border-radius: 12px;
    background: #FFF;
    border: none;
    font-size: 16px;
    padding: 9px 12px;
}

.getinform select.form-select {
    border: none;
    border-radius: 12px;
}

.getinform .form-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    width: 1.3em;
    height: 1.3em;
    border: 2px solid #2E2E2E;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    top: -5px;
    border-radius: 50%;
}

.quickheader {
    color: #2E2E2E;

    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 33.6px */
    letter-spacing: -0.96px;
    text-transform: capitalize;
}

.getinform .form-check-input:checked::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #2E2E2E;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.location_main {
    color: #1E1E1E;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 31.2px */
}

.location_content {
    border-radius: 12px;
    border: 4px solid #F1F7FF;

    background: #FFF;

    /* drop shadow/i1 */
    box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.16);
    padding: 24px;
    padding-top: 0;
    align-items: center;
}

.location_main h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 31.2px */
    letter-spacing: -1.44px;
}

.address_header {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 33.6px */
    letter-spacing: -0.96px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.showmap {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}



.showmap .radio {
    position: relative;
}

.showmap input[type="radio"] {
    position: relative;
    opacity: 0;
}

.showmap .checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 2px solid #2E2E2E;
    border-radius: 50%;
}

.showmap .radio:hover input~.checkmark {
    background-color: #FFF;
}

.showmap .radio input:checked~.checkmark,
.showmap .radio label input:checked~.checkmark {
    border: 2px solid #012D61;
    color: #012D61;
}

.showmap .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.showmap .radio input:checked~.checkmark:after {
    display: block;
}

.location_map {
    margin-top: 25px;
    border-radius: 12px;
}

.location_map iframe {
    border-radius: 12px;
}

.showmap .radio .checkmark:after {
    top: 1px;
    left: 1px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #012D61;
}

.showmap .radio label {
    color: #2E2E2E;
}



.address1_contant p {
    font-style: normal;
    font-weight: 600;
    line-height: 154%;
    /* 27.72px */
    font-size: 18px;
    font-family: "Manrope", sans-serif;
    display: flex;
}
.address1_contant_inline {
    font-family: "Inter", sans-serif;
    letter-spacing: -0.64px;
    padding-left: 0 !important;
}

.address1_contant p span {
    padding-left: 10px;
}

.address2 {
    border-top: 1px solid #DEDEDE;
    margin-top: 30px;
}



.contact_mail h1 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 26px */
    text-align: center;
}

.contact_mail h1 span {
    font-size: 24px;
    font-weight: 500;
    ;
}

.contant_content {
    border-radius: 12px;
    border: 4px solid #F1F7FF;

    background: #FFF;

    /* drop shadow/i1 */
    box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.16);
    padding: 24px;
    align-items: center;
}

.monday {
    border-radius: 8px;
    background: #D2FFDF;
    display: flex;

    /* keep icon + text aligned left inside */
    justify-content: flex-start;

    align-items: center;
    /* vertically center icon + text */

    padding: 7px 12px;
    gap: 8px;

    /* center the box itself horizontally */
    margin-left: auto;
    margin-right: auto;

    margin-bottom: 15px;

    box-shadow: 0px 1px 8px 0px rgba(107, 214, 138, 0.24) inset,
        0px 1px 2px 0px rgba(107, 214, 138, 0.56);

    max-width: 300px;
    /* optional: limit box width */
    width: 100%;
    /* stretch to parent if needed */
}

.monday_wrap {
    padding: 0 25px 0 45px;
}

.sunday {
    border-radius: 8px;
    background: #FAC3C3;

    box-shadow: 0px 1px 8px 0px rgba(254, 147, 147, 0.24) inset, 0px 1px 2px 0px rgba(254, 147, 147, 0.56);
}

.monday p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.monday p span {
    padding-left: 5px;
}

.contant_content_right {
    padding-left: 20px;
}

.contact_business_hours h1 {
    color: #2E2E2E;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 33.6px */
    letter-spacing: -0.96px;
    text-align: left;
    margin-bottom: 15px;
}

.contact_business_hours p {
    color: #2E2E2E;
    font-style: normal;
    font-weight: 500;
    line-height: 154%;
    /* 27.72px */
    display: flex;
    align-items: center;
    font-family: "Manrope", sans-serif;
}

.contact_business_hours p span {
    padding-left: 10px;
}

.contact_business_hours_afre {
    border-top: 1px solid #DEDEDE;
    padding-top: 10px;
}

.contact_business_hours_afre p {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    

}
.contact_business_hours_afre p span {
    padding-left: 0;
}

.align-middle {
    display: flex;
    align-items: center;
}


.contact_step {
    display: none;
}

.contact_step.active {
    display: block;
}

.back_arrow {
    cursor: pointer;
    color: blue;
    margin-bottom: 10px;
}


.gallery {
    position: relative;
    margin-top: 2rem;
    background: linear-gradient(180deg,
            #F6F7FC -2.13%,
            rgba(246, 247, 252, 0.00) 48.94%,
            rgba(246, 247, 252, 0.00) 74.47%,
            #F6F7FC 100%);
    overflow: hidden;
}

.top-shadow,
.bottom-shadow {
    position: absolute;
    left: 0;
    right: 0;
    height: 50px;
    /* adjust as you like */
    z-index: 2;
    pointer-events: none;
}

.top-shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    /* increase for stronger effect */
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 1),
            /* strong white at top */
            rgba(255, 255, 255, 0)
            /* fade out */
        );
    z-index: 1;
    pointer-events: none;
}

.bottom-shadow {

    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    /* increase for stronger effect */
    background: linear-gradient(to top,
            rgba(255, 255, 255, 1),
            /* strong white at bottom */
            rgba(255, 255, 255, 0)
            /* fade out */
        );
    z-index: 1;
    pointer-events: none;

}

.column {
    height: 700px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
}

.slider {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    top: 0;
}

.column img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

#rotating-text {
    display: inline-block;
    position: relative;
    min-width: 150px;
    /* or JS computed */
    vertical-align: top;
}

#rotating-text span {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    white-space: nowrap;
}

#rotating-text span.active {
    opacity: 1;
}

/*post acute care css */
.post_cure {
    border-radius: 12px;
    background: #FFF;
    padding: 12px;
    /* drop shadow/i1 */
    box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.16);


}

.post_cure_img img {
    border-radius: 8px;
    /* height: 247px; */
    object-fit: cover;
    height: 18.189vw;

}

.mobile_view_about_care1 {
    min-height: 372px;
    object-fit: cover;
}

.mobile_view_about_care2 {
    min-height: 144px;
    object-fit: cover;
}

.post_cure_content {
    padding: 10px 10px 0 10px;
}

.post_cure_content h2 {
    color: #1E1E1E;

    font-family: "Playfair Display", sans-serif;
    font-size: 28px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    padding-top: 10px;
}

.post_cure_content p {
    color: #2E2E2E;

    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 164%;
   
}

.post_acute h2 {
    padding-right: 25px;
}

.about_care {
    border-radius: 12px;
    border: 4px solid #FFF;
    background: #CEE4FF;
    display: flex;
    padding: 12px 12px 16px 12px;
    box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.16);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
}

.about_care_imgs1,
.about_care_imgs2 {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.about_care_imgs .about_care_imgs1 {
    padding-right: 5px;


}

.about_care_imgs .about_care_imgs2 {
    padding-left: 5px;
}

.about_care_imgs img {
    border-radius: 12px;
    margin-bottom: 10px;

}

.about_care_imgs1 img,
.about_care_imgs2 img {
    flex: 1 1 0;
    object-fit: cover;
    height: 50%;
    /* if you want two equal halves */
    border-radius: 12px;
}

.about_care_content h2 {
    color: #1E1E1E;

    font-family: "Playfair Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
    /* 38.08px */
    text-transform: capitalize;
}

.about_care_content p {
    color: #2E2E2E;

    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 164%;
    /* 26.24px */
}


.about_cure_section {
    padding: 0 35px;
}

.about-mission {


    background: #C9FFE2;

    box-shadow: 0px 2px 4px 0px rgba(12, 58, 33, 0.16);
}

.about-who-are {


    background: #E5DAFF;

    box-shadow: 0px 2px 4px 0px rgba(31, 23, 51, 0.16);
}

.page-header {
    position: relative;
    display: block;
    z-index: 1;
}

.page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.page-header-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(12, 15, 22, .7);
}

.page-header .inner_banner1 {
    min-height: 412px;
    padding: 120px 0;
    max-width: 700px;
}

.page-header .inner_banner1 span {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);

    background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%), rgba(255, 255, 255, 0.12);

    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(100px);
    color: var(--white);
    font-weight: 400;
    padding: 9px 15px;
    text-transform: none;
}

.page-header .inner_banner1 h2 {
    font-size: 56px;
    color: var(--white);
    font-family: "Playfair Display", sans-serif;
    font-weight: 500;
    margin-top: 0px;
}

.page-header .inner_banner1 p {
    color: var(--white);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 28.8px */
    padding-right: 60px;
    padding-left: 60px;
}

.career_content {
    max-width: 750px;
}

.email_career {
    border-radius: 12px;
    border: 4px solid #FFF;

    background: #F1F7FF;

    box-shadow: 0px 2px 4px 0px rgba(3, 107, 112, 0.12);
    margin-top: 60px;
}

.email_header {
    color: #1E1E1E;

    text-align: center;
    font-family: "Playfair Display", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%;
    /* 38.08px */
    text-transform: capitalize;

}

.email_header a {
    color: #012D61;
    font-family: "Playfair Display", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
    text-transform: capitalize;
}

.email_carrer_content {
    padding: 50px 70px 30px;

}

.email_carrer_content p {
    color: #2E2E2E;

    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 164%;
    /* 26.24px */
    padding-bottom: 20px;
}

.email_icon {
    padding-bottom: 25px;
}

.email_carrer_content .btn-request {
    background-color: var(--white);
    color: #000;
}

.email_carrer_content .btn-request:hover {
    background-color: var(--primary);
    color: var(--white);
}

.email_header {
    padding-bottom: 15px;
}

.career_content {
    max-width: 500px;
}

.career-main {
    border-radius: 12px;
    border: 4px solid #FFF;

    background: #F1F7FF;

    /* drop shadow/i1 */
    box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.16);
    padding: 24px;
    margin-top: 35px;
    max-width: 1000px;
}

.career-main h3 {
    color: #1E1E1E;

    font-family: "Playfair Display", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
    /* 38.08px */
    text-transform: capitalize;
}

.career-main p {
    color: #2E2E2E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 172%;
    /* 27.52px */
    font-family: "Manrope", sans-serif;
}

.our-service {
    border-radius: 12px;
    border: 4px solid #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;

    background: #F1F7FF;

    /* drop shadow/i1 */
    box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.16);
    max-width: 586px;
    height: 316px;
    position: relative;
}

.our-service img {
    border-radius: 12px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.our-service .img_overlay {
    position: absolute;
    inset: 0;
    background-color: #F1F7FF;
    /* white overlay */
    transition: background-color 0.3s ease;
    z-index: 1;
    border-radius: 12px;
}

.our-service:hover .img_overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

.our-service .our-service_bg {
    position: absolute;
    z-index: 2;
    padding: 0px 20px 0px 20px;
}

.our-service-svg {
    padding-bottom: 25px;
}

.our-service-para {
    color: #2E2E2E;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
    /* 38.08px */
    letter-spacing: -0.56px;
}

.our-service:hover .our-service-para {
    color: var(--white);
}

.our-service:hover .service_over {
    color: var(--white);
}

.our-service-main {
    max-width: 1200px;
}
.row.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.btn-patient {
    border-radius: 24px;
    border: 1px solid rgba(46, 46, 46, 0.80);

    background-blend-mode: screen, normal;
    padding: 12px 24px;

}

.patient_view {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.text_show {
    gap: 0.5rem;
    justify-content: center;
}

.extra-buttons {
    margin-top: 1rem;
}

/* Fix: when .show-all is added */
.text_show.show-all .btn-patient {
    display: inline-block;
}

.text_show:not(.show-all) .btn-patient:nth-child(n+5) {
    display: none;
}

.navbar-toggler {
    padding: 0;
    border: none;
}




.slide_section .carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    overflow: hidden;
    position: relative;
    width: 80%;
    margin: auto;
}

.slide_section .carousel-track {
    display: flex;
    gap: 1rem;
    overflow: hidden;
    width: 600px;
    transition: transform 0.5s ease;
}

.slide_section .carousel-item1 {
    min-width: 200px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.slide_section .carousel-btn {
    background: #012D61;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 18px;
}









.navbar-light .navbar-toggler-icon {
    background-image: none;
    background: #E4F0FF;
    border-radius: 4px;
    color: #2E2E2E;
    border: none;
    padding: 5px;
    width: auto;
    height: auto;
}

button.navbar-toggler:focus,
button.navbar-toggler:focus-visible {
    outline: 0;
    box-shadow: none;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin-right: 8px;
    top: 5px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

/* When checked */
input:checked+.slider {
    background-color: #012D61;
}

input:checked+.slider:before {
    transform: translateX(26px);
}




.slider_container .swiper-container {
    width: 100%;
    max-width: 100%;
    height: 576px;
    margin: 40px auto 80px auto;
    /* extra bottom space */
}

.slider_container .swiper-slide {
    background-color: transparent;
    text-align: center;
    color: white;
    filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.25));
    margin: 0 10px;
    width: 90%;
    max-width: 576px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 32px;
    overflow: hidden;
}

.slider_container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

}

.slider_container .swiper-button-prev,
.slider_container .swiper-button-next {
    top: auto;
    bottom: 0px;
    /* push arrows lower */
    width: 50px;
    height: 50px;
    background: #012D61;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    z-index: 10;
    cursor: pointer;
}

.slider_container .swiper-button-prev {
    left: 52%;
    transform: translateX(-60px);
}

.slider_container .swiper-button-next {
    left: 48%;
    transform: translateX(60px);
}

/* hide default arrow shapes */
.slider_container .swiper-button-prev::after,
.slider_container .swiper-button-next::after {
    display: none;
}

.slider_container .swiper-wrapper {
    height: 500px;
}

.swiper-wrapper {
  display: flex;
}

.slider_container {
    margin-bottom: 50px;
}
.ptient_journey {
    background-color: transparent;
}
.ptient_journey_small_btn {
    border-radius: 14px;
    background: rgba(255, 255, 255);
    display: inline-block;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 5px 8px;
    margin-bottom: 15px;
}
.ptient_journey_img {
    margin-bottom: 15px;
    height: 250px; /* adjust to desired height */
  overflow: hidden;
}
.ptient_journey_img img {
    box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.16);
    border-radius: 12px;
    border: 5px solid var(--white);
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ptient_journey_content h3 {
    font-size: 20px;
    color: #1E1E1E;
    font-family: "Playfair Display", sans-serif;
    font-weight: 500px;
}
.ptient_journey_content p {
    font-size: 18px;
    color: #2E2E2E;
    font-weight: 500;
    letter-spacing: -0.72px;
    line-height: 142%;
}
.ptient_journey1 {
    background-color: #CDE7F0 !important;
}
.ptient_journey2 {
    background-color: #F8D7DA !important;
}
.ptient_journey3 {
    background-color: #D6E5C2 !important;
}
.ptient_journey4 {
    background-color: #FBE6C4 !important;
}
.ptient_journey5 {
    background-color: #E1D4ED !important;
}
.ptient_journey6 {
    background-color: #FFF2CC !important;
}
.ptient_journey7 {
    background-color: #CFE9E5 !important;
}
.swiper-container-wrapper {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
/* Swiper styles */
.swiper {
  overflow: hidden;
}
 .swiper-slide {
  box-sizing: border-box;
  padding: 28px; /* space inside each card */
  height: auto;
}
  /* Remove container padding and prevent clipping */
/* .patientJourneySwiper1 {
  padding: 0;
  overflow: hidden;
}
 */
/* Responsive fixes */
/* Mobile-specific override */
@media (max-width: 767px) {
  .swiper-slide {
    padding: 12px 12px 28px 12px; /* tighter inner padding */
    margin: 0 auto !important;
  }

  .swiper .swiper-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .swiper-container-wrapper {
    padding: 0 8px;
  }
}

 .offcanvas-body, .offcanvas-header {
    width: 100%;
 }
 .form-check-input:focus {
    box-shadow: none;
 }




@media (max-width: 767.98px) {
  /* Hide text in inactive buttons on mobile */
  .nav-pills .nav-link:not(.active) {
    font-size: 0; /* hide text */
  }

  .nav-pills .nav-link:not(.active) svg {
    margin-right: 0; /* remove spacing if any */
  }

  .nav-pills .nav-link.active {
    font-size: 14px; /* adjust if needed for active tab */
  }

  .nav-pills .nav-link svg {
    vertical-align: middle;
  }
}







/*** Footer Start ***/
.footer {
    background: var(--primary);

}


.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    color: var(--white);
    transition: 0.5s;
    text-decoration: none;
    padding-bottom: 20px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
}

.footer .footer-item p {
    color: var(--white);
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
}

.footer .footer-logo {
    padding-right: 100PX;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}



.footer .footer-item .opening-date .opening-clock {
    display: flex;
    align-items: center;
    line-height: 35px;
}

.footer-logo-link img {
    width: 150px;
    height: 150px;
    object-fit: contain; /* or 'cover' if you prefer */
    display: block;
    cursor: pointer;
}

.footer-logo-link {
    display: inline-block;
    line-height: 0; /* avoid extra vertical space */
    cursor: default;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--primary);
}

.copyright p {
    color: var(--white);
}
.navbar .navbar-brand img {
        max-height: 80px !important;
    }
/*** copyright end ***/



/*** MD Care CSS style Start ***/

.service_bg {
    border-radius: 12px;
border: 2px solid #FFF;

background: #F1F7FF;

/* cards/ds */
box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.16), 2px 2px 4px 0 rgba(0, 0, 0, 0.16);
}

.service_content {
    display: flex;
padding: 32px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
flex: 1 0 0;
}
.service_btn_bg {
display: flex;
padding: 2px 12px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
border-radius: 14px;
background: #FFF;
}
.service_btn_bg p{
    margin-bottom: 0; 
}
.service_content_text h2 {
color: #012D61;

font-family: "Playfair Display";
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 142%; /* 34.08px */
letter-spacing: -0.48px;
}
.service_content_text p{
    color: #2E2E2E;

font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 142%; /* 25.56px */
letter-spacing: -0.72px;
}
.service_content_text ul li {
    color: #2E2E2E;

font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 142%; /* 22.72px */
letter-spacing: -0.64px;
padding-bottom: 12px;
}
.personalize_setion {
    padding-top: 64px;
}
.tranform_section {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: flex;
padding: 8px 40px 8px 8px;
align-items: center;
gap: 56px;
align-self: stretch;
}
.md_para {
    max-width: 750px;
    width: 100%;
    margin: auto;
}
.tranform_section_left {
  flex-shrink: 0;
  width: 512px;
}

.tranform_section_left img {
  object-fit: cover;
  border-radius: 16px;
  width: 512px;
  height: 546px;
}
.tranform_section_bg {
    margin-bottom: 32px;
}
.tranform_section_bg p{
border-radius: 14px;
background: #012D61;
padding: 2px 12px;
gap: 10px;
display: inline-block;
color: var(--white);
text-align: center;
font-family: Manrope;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 24px */
}

.tranform_section_right_content h2 {
    color: #2E2E2E;
font-family: "Playfair Display";
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 48px */
letter-spacing: -0.8px;
padding-bottom: 16px;
}

.tranform_section_right_content p {
    color: #3E3E3E;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
letter-spacing: -0.72px;
}
.tranform_section_right_content_btn {
    padding-top: 56px;
}
.btn-lernmore {
    border-radius: 24px;
border: 1px solid #012D61;
background: #FFF;
display: inline-block;
padding: 12px 24px;
justify-content: center;
align-items: center;
gap: 8px;
font-family: "Inter", sans-serif;
}

.btn-lernmore1 {
    border-radius: 24px;
border: 1px solid #FFF;

background: #FFF;
display: inline-block;
padding: 8px 16px;
justify-content: center;
align-items: center;
gap: 8px;
}
.btn-lernmore2 {
    border-radius: 24px;
border: 1px solid #012D61;
color: #FFF;
background: #012D61;
display: inline-block;
padding: 12px 24px;
justify-content: center;
align-items: center;
gap: 8px;
text-transform: capitalize;
font-family: "Inter", sans-serif;
font-weight: 500;
line-height: 150%; /* 24px */
letter-spacing: -0.64px;
}
.btn-lernmore:hover, .btn-lernmore1:hover {
    background: #012D61;
    color: var(--white);
}
.btn-lernmore2:hover {
    background: #FFF;
    color: #012D61;
}
.carousel-landmark {
    max-width: 924px;
    margin: auto;
    padding-bottom:35px ;

}
.testimonial-item {
    border-radius: 12px;
border: 2px solid #FFF;
padding: 32px;
background: #F1F7FF;

/* ds */
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}
.testimonial-item1 {
    background: #FFE4F6;

}
.carousel-landmark .carousel-item {
    height: auto;
    padding: 1px;
}
.testimonial-item p {
    color: #2E2E2E;

font-family: Urbanist;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 142%; /* 34.08px */
letter-spacing: -0.48px;
}
.testimonial-item-shrink h5 {
    color: #3E3E3E;
font-family: Urbanist;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.testimonial-item-shrink span {
    color: #3E3E3E;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.64px;
text-transform: capitalize;
}

.testimonial-item img {
    object-fit: cover;
}


.carousel-landmark .carousel-inner {
  display: flex;
  align-items: stretch; /* Ensures all items stretch to the tallest */
}

.carousel-landmark .carousel-item {
  
 min-height: 353px;
}

.solution_bg {
   display: flex;
  flex-direction: column;
  justify-content: space-between; /* key change */
  padding: 32px;
  border-radius: 16px;
  border: 2px solid #FFF;
  background: linear-gradient(25deg, #EA1837 -5486.36%, #C01240 -2995.45%, #970D46 -504.55%, #6E0A4C 1986.36%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
}
.solution_bg1 {
    background: linear-gradient(25deg, #4195D8 -5486.36%, #426EC4 -2995.45%, #3B48B1 -504.55%, #2C1E9D 1986.36%);

}
.solution_bg2 {
    background: linear-gradient(25deg, #509B36 -5486.36%, #417C35 -2995.45%, #315D32 -504.55%, #21412E 1986.36%);
}
.solution_bg3 {
    background: linear-gradient(25deg, #F78C7D -5486.36%, #BB5D7E -2995.45%, #7D317B -504.55%, #340577 1986.36%);

}
.solution_bg4 {
   background: linear-gradient(25deg, #F65E00 -5486.36%, #D3440D -2995.45%, #B12812 -504.55%, #900013 1986.36%);
}
.solution_bg_top p {
    border-radius: 14px;
background: #FFF;
display: inline-block;
padding: 2px 12px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.solution_bg_body h1 {
    color: #FFF;
font-family: "Playfair Display";
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 142%; /* 34.08px */
letter-spacing: -0.48px;
}
.solution_bg_body p {
    color: #FFF;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 142%; /* 22.72px */
letter-spacing: -0.64px;
}

.solution_bg_list {
    display: none;
}
.solution_bg_list h3 {
    color: #FFF;

font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 160%; /* 25.6px */
letter-spacing: -0.64px;
}
.solution_bg_list ul li {
    color: #FFF;

font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 160%; /* 25.6px */
letter-spacing: -0.64px;
}
.solution_section {
    max-width: 1300px;
    width: 100%;
    margin: auto;
    
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    border-radius: 24px;
border: 1px solid #D3D6FF;

background: linear-gradient(25deg, #4195D8 -5486.36%, #426EC4 -2995.45%, #3B48B1 -504.55%, #2C1E9D 1986.36%);

padding: 8px !important;
align-items: center;
gap: 10px;
}



.team_doctor_bg {
    border-radius: 12px;
border: 2px solid #FFF;

background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0.04%, rgba(0, 0, 0, 0.80) 71.28%, rgba(0, 0, 0, 0.80) 79.98%, rgba(0, 0, 0, 0.80) 99.96%), url(<path-to-image>) lightgray 50% / cover no-repeat;
position: relative;
}

.team_doctor {
    
position: relative;
    overflow: hidden;
}
.team_doctor_title {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    display: flex; 
    flex-direction: column;
    justify-content: end;
    text-align: center;
    transition: 0.5s;
}
.team_doctor img {
    min-height: 536px;
    object-fit: cover;
}
.our_key_contant {
    min-height: 200px;
}





/* 02 08 2025 */
.feature .feature-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.feature .feature-item img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Full overlay */
.feature-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0.04%, rgba(0, 0, 0, 0.80) 71.28%, rgba(0, 0, 0, 0.80) 79.98%, rgba(0, 0, 0, 0.80) 99.96%);
  box-shadow: 0 2px 4px 0 rgba(12, 35, 64, 0.25);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* Content container fills full height */
.feature-content-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  color: #fff;
  transition: transform 0.4s ease;
  transform: translateY(260px); /* Default: push down */
}

/* On hover: slide up a little */
.feature-item:hover .feature-content-inner {
  transform: translateY(200px);
}

/* === THE BUTTON === */
.feature-content-inner .btn {
  position: absolute;
  right: 0px;
  bottom: 190px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease 0.1s;
}

/* Show button on hover */
.feature-item:hover .btn {
  opacity: 1;
  visibility: visible;
}

/* Text spacing */
.feature-content-inner h4,
.feature-content-inner h5,
.feature-content-inner p {
  margin-bottom: 8px;
  color: #FFF;
  font-style: normal;
}

.feature-content-inner h4 {
  font-family: "Playfair Display";
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.feature-content-inner h5,
.feature-content-inner p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.64px;
}

.feature-content-inner p {
  font-weight: 400;
  margin-bottom: 12px;
}



.aboutus_bg {
    background: #F1F7FF;
}

.about_section {
    max-width: 1248px;
}

.about_section_left {
    width: 480px;
align-self: stretch;
}
.about_section_left img {
    width: 480px;
    height: 561px;
}
.service_left {
    width: 384px;
align-self: stretch;
}
.service_left img {
    width: 384px;
    height: 434px;
}

.about_section_right p{
    border-radius: 24px;
border: 1px solid rgba(255, 255, 255, 0.12);

background: #FFF;

box-shadow: 0 1.5px 4px 0 rgba(0, 0, 0, 0.25);
backdrop-filter: blur(100px);
color: #2E2E2E;

font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
letter-spacing: -0.64px;
text-transform: capitalize;
}

.about_section_right_content h2 {
   color: #1E1E1E;

font-family: "Playfair Display";
font-size: 56px;
font-style: normal;
font-weight: 500;
line-height: 124%; /* 69.44px */
letter-spacing: -1.12px;
}
.about_section_right {
    margin-bottom: 16px;
}

.impact_section {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    padding-bottom: 64px;
}

.impact_bg {
    border-radius: 24px;
background: var(--ccs-hp, linear-gradient(25deg, #EA1837 -5486.36%, #C01240 -2995.45%, #970D46 -504.55%, #6E0A4C 1986.36%));
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
padding: 24px 32px;
}
.impact_bg_contant p {
    color: #FFF;

font-family: "Inter", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 142%; /* 34.08px */
letter-spacing: -0.96px;
}
.impact_bg_svg {
    padding-bottom: 20px;
}
.impact_bg1 {
background: var(--css-cwp, linear-gradient(25deg, #4195D8 -5486.36%, #426EC4 -2995.45%, #3B48B1 -504.55%, #2C1E9D 1986.36%));

}
.impact_bg2 {
    background: var(--css-dsp, linear-gradient(25deg, #509B36 -5486.36%, #417C35 -2995.45%, #315D32 -504.55%, #21412E 1986.36%));
}
.impact_bg3 { 
    background: var(--css-adi, linear-gradient(25deg, #F78C7D -5486.36%, #BB5D7E -2995.45%, #7D317B -504.55%, #340577 1986.36%));
}
.impact_bg4 { 
    background: var(--css-top, linear-gradient(25deg, #F65E00 -5486.36%, #D3440D -2995.45%, #B12812 -504.55%, #900013 1986.36%));
}
.service_section {
    max-width: 1280px;
    width: 100%;
    padding-bottom: 80px;
}
.our_key {
    border-radius: 24px;
border: 1px solid #FFF;
background: #FFF;
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
display: flex;
padding: 16px 16px 24px 16px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
flex: 1 0 0;
align-self: stretch;
}
.our_key_img img {
    border-radius: 16px;
}
.our_key_contant h2{
    color: #012D61;
font-family: "Playfair Display";
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 142%; /* 34.08px */
letter-spacing: -0.48px;
}
.our_key_contant p{
    color: #2E2E2E;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 154%; /* 27.72px */
letter-spacing: -0.72px;
}
.conctact_info {
    max-width: 1200px;
    width: 100%;
}
.service_content_text .contact_number {
    color: #2E2E2E;
font-family: "Inter", sans-serif;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 164%; /* 29.52px */
letter-spacing: -0.72px;
}
.contact_content p {
    font-weight: 400;
}
.contact_form {
    max-width: 720px;
    width: 100%;
    margin: auto;
    border-radius: 12px;
border: 4px solid #FFF;

background: #FFF;
padding: 0;
/* cards/ds */
box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.16), 2px 2px 4px 0 rgba(0, 0, 0, 0.16);
}
.contact_form_bg {
  position: relative; 
  width: 100%;
}
.contact_form_header {
    padding: 24px;
    text-align: center;
}
.contact_form_header h2 {
    color: #1E1E1E;

text-align: center;
font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 31.2px */
letter-spacing: -0.52px;
}
.contact_form_header p {
    color: #2E2E2E;
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 144%; /* 23.04px */
letter-spacing: -0.64px;
}

.contact_form_header_form {
    padding: 20px 32px;
}

.contact_form_header_form .form-group{
	margin-bottom: 25px;
}
.contact_form_header_form .form-group > label{
	
    color: #2E2E2E;

text-align: center;
font-family: Inter;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 19.5px */
letter-spacing: -0.3px;
padding-bottom: 12px;
}
.contact_form_header_form .form-control, .contact_form_header_form .form-select{
color: #7C7C7C;
font-size: 15px;
font-weight: 400;
letter-spacing: -0.6px;
	height: 48px;
	border: 1px solid #EEE;
background-color: #F5F5F5;
	
}
.contact_form_header_form .btn-primary:focus, .contact_form_header_form .btn-primary.focus {
  color: #00bcd9;
  background-color: #ffffff;
  border-color: #00bcd9;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}
.contact_form_header_form .form-control:focus{
	border-color: #00bcd9;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    background-color: var(--white);
}
.contact_form_header_form .form-select:focus{
	border-color: #00bcd9;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    background-color: var(--white);
}
.contact_form_header_form textarea.form-control{
	height: 120px;
	padding-top: 15px;
	resize: none;
}
.terms {
    color: #7C7C7C;

text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 18.2px */
letter-spacing: -0.7px;
}

.diabetes_section {
    max-width: 1040px;
    width: 100%;
    margin: auto;
}
.diabetes_section_img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.diabetes_section_img img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.type_content h3 {
    color: #2E2E2E;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 168%;
letter-spacing: -0.72px;
margin-bottom: 0;
}

.other_service {
    height: 154px;
    max-width: 100%;
    border-radius: 24px;
border: 1px solid #FFF;
background: #F1F7FF;
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.other_service_para {
    color: #012D61;
font-family: "Playfair Display";
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 142%; /* 34.08px */
letter-spacing: -0.48px;
}
.other_service_svg {
    padding-bottom: 16px;
}
.our-other_service img {
    border-radius: 24px;
}
.our-other_service .img_overlay {
    border-radius: 24px;
}
.next_step_img img {
    border-radius: 16px;
    height: 389px;
    object-fit: cover;
}
.next_step h2 {
    color: #1E1E1E;
font-family: "Playfair Display";
font-size: 48px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 57.6px */
letter-spacing: -0.96px;
padding-right: 60px;
}
.next_step p {
    color: #2E2E2E;
font-family: Inter;
font-size: var(--Text-Sizes-Text-Medium, 18px);
font-weight: 400;
line-height: 154%; /* 27.72px */
letter-spacing: -0.72px;
}
.team_meat_content1 {
    min-height: 270px;
}

/* .md_carousal_inner .carousel-item {
    height: 100%;
} */



.md_carousal_indicators.carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 3px; /* Adjust margin as needed */
        background-color: rgb(152, 152, 151); /* Example background color */
        opacity: 0.5; /* Default opacity */
        transition: opacity 0.6s ease; /* Smooth transition for active state */
        border: 1px solid rgba(255, 255, 255, 0.80);


    }

    .md_carousal_indicators.carousel-indicators .active {
        opacity: 1; /* Full opacity for the active indicator */
        width: 30px;
        background-color: rgb(1, 45, 97); 
        border-radius: 6px;
    }
.md_carousal_indicators.carousel-indicators {
    bottom: 15px;
}
.doctor_section_img {
    width: 100%;
}
.doctor_section_img img {
    border-radius: 12px;
    height: 488px;
    object-fit: cover;
    width: 100%;
}

.teammeat {
    max-width: 1152px;
    margin:  auto;
    width: 100%;
}
.team_meat_content {
    padding: 12px;
}
.feature {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}



/*** MD Care CSS style end ***/
/* Media Queries */
@media (min-width: 320px) and (max-width: 480.98px) {
     .main_container {
        width: 100%; 
    }
    .mobile_top {
        padding: 10px 0;
        justify-content: center;
        display: flex;
        width: 100%;
    }

    .mobile_left,
    .mobile_login {
        display: none;
    }

    .navbar .navbar-brand img {
        max-height: 80px ;
    }

    .logo h1 {
        font-size: 16px;
    }

    .tab_view {
        display: none !important;
    }

    .mobile_view {
        display: block;
    }
    .post_cure_img img {
        height: 55.34vw;
    }
    .mobile_view div {
        width: 100%;
        padding-right: 0 !important;
        margin-bottom: 15px;
    }

    .mobile_view .btn-getstarted,
    .mobile_view .btn-getstarted1 {
        margin: 0;
        display: block;
        padding: 6px;
    }
    .vision {
        height: 56vw;
        border-radius: 20px;
        margin: 0 8px;
    }
    .navbar {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .navbar-collapse {
        border-radius: 8px;
        border: 2px solid #FFF;
        padding: 24px;
        background: #E4F0FF;

        /* drop shadow/i1 */
        box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.16);
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1020;
    }

    .carousel-item {
        height: 400px;
    }

    .mobile_view_video .btn-explore {
        display: none;
    }

    .mobile_view_video .btn-book {
        font-size: 14px !important;
        margin-top: 0;
    }

    .carousel-caption p {
        padding: 5px;
        font-size: 14px;
    }

    .carousel-caption h1 {
        font-size: 24px;
    }

    .about_content .badge {
        font-size: 13px;
    }

    .about_content h2 {
        font-size: 24px;
        text-align: center;
        padding-right: 0;
    }

    .page-header .inner_banner1 h2 {
        font-size: 24px;
    }

    .page-header .inner_banner1 p {
        font-size: 14px;
        padding: 0;
    }

    .about_content p {
        font-size: 14px;
    }

    .page-header .inner_banner1 {
        padding: 25px 0;
        min-height: auto
    }

    .vision .card-img-overlay p {
        font-size: 16px;
    }

    .vision .card-img-overlay {
        padding: 15px 10px 10px;
        
    }
    .vision .img_overlay {
        background: linear-gradient(0deg, rgba(1, 45, 97, 0.60) 0%, rgba(1, 45, 97, 0.60) 100%), no-repeat;
    box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.9);
    }
    .vision .img_overlay1 {
    background: linear-gradient(0deg, rgba(12, 58, 33, 0.60) 0%, rgba(12, 58, 33, 0.60) 100%), no-repeat !important;

/* ds pic */
box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.60) !important;
}

.vision .img_overlay2 {
   background: linear-gradient(0deg, rgba(31, 23, 51, 0.60) 0%, rgba(31, 23, 51, 0.60) 100%), no-repeat !important;

/* ds pic */
box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.60) !important;
}
    .vision .btn_vision {
        margin-top: 0px;

    }

    .nav-pills .nav-item {
        font-size: 16px;
    }

    .nav-pills .nav-link {
        padding: 5px 0;
    }

    .getinform label {
        font-size: 14px;
    }

    .getinform input.form-control,
    .getinform textarea.form-control {
        font-size: 15px;
    }

    .contact_mail h1 {
        font-size: 14px;
        display: grid;
        line-height: 30px;
    }

    .contact_mail h1 span,
    .contact_business_hours h1 {
        font-size: 20px;
    }

    .contant_content_right {
        padding-left: 0;
    }

    .contact_business_hours p {
        align-items: baseline;

    }

    .contact_business_hours p span {
        width: 90%
    }

    .contact_business_hours p svg {
        vertical-align: top;
        position: relative;
        top: 3px;
    }

    .contact_business_hours_afre p span {
        width: 100%;
        padding-left: 0;
    }

    .btn-cllanow,
    .btn-request,
    .btn-callback {
        width: 100%;
    }

    .quickheader {
        font-size: 18px;
    }

    .address_header {
        flex-direction: column-reverse;
        font-size: 20px;
    }

    .address1_contant p span {
        width: 90%;
    }

    .location_main .btn-get-directions,
    .location_main .btn-get {
        width: 100%;
    }

    .footer .footer-logo img {
        width: 40%;
    }

    .footer .footer-item p {
        font-size: 14px;
    }

    .footer .footer-logo {
        padding-right: 0;
        padding-bottom: 15px;
    }

    .footer .footer-item h4 {
        font-size: 20px;
        border-top: 1px solid rgba(245, 245, 245, 0.12);
        padding-top: 15px;
    }

    .location_address,
    .copyright p {
        font-size: 14px;
    }

    .career-main h3,
    .our-service-para,
    .email_header,
    .email_header a,
    .post_cure_content h2,
    .about_care_content h2 {
        font-size: 24px !important;
    }
    .email_header a {
        word-break: break-all;
        display: block;
    }
    .career-main p,
    .post_cure_content p,
    .about_care_content p {
        font-size: 14px;
    }

    .email_carrer_content {
        padding: 12px;
    }

    .about_care_imgs2,
    .mobile_view_about_care {
        display: none;
    }

    
    .our-service .img_overlay {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .vision .btn_vision,
    .vision .card-img-overlay h5 {
        background-color: var(--white);
        color: #2E2E2E;
    }

    .our-service {
        max-width: 100%;
    }

    .about_cure_section {
        padding: 0 25px;
    }

    .our-service .our-service-para,
    .our-service .service_over {
        color: var(--white);
    }

    .vision .card-img-overlay p {
        color: var(--white);
    }

    .slider_container .swiper-slide {
        height: auto;
        line-height: auto;
    }

    .slider_container .swiper_content {
        height: auto;
    }

    .slider_container .swiper-wrapper {
        height: auto;
    }

    .slider_container .swiper-slide {
        width: 90%;
        max-width: 576px;
        height: auto;
        aspect-ratio: 1/1;
        /* or keep square ratio */
        margin: 0 auto;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .swiper-slide {
  width: 100% !important;  /* Let Swiper decide */
  /* margin: 0 16px; */
}
.our-service-main {
    width: 100%;
    padding: 16px !important;
}
.showmap {
    margin-bottom: 15px;
}
.about_care_imgs .about_care_imgs1 {
    padding-right: 10px !important;
}
/* Slide default */
.swiper-slide {
  
  padding: 28px;
  
  margin-right: 16px; /* spacing between slides */
  /* border-radius: 12px; */
}

/* 01/08/2025 */
.md_carousal_inner .carousel-item img {
    height: 100%;
    object-fit: cover;
}
.tranform_section {
    flex-flow: column;
}
.tranform_section_left {
    width: 100%;
}
.tranform_section_left img {
    width: 100%;
    height: auto;
}
.tranform_section {
    padding: 8px;
}
.service_content {
    padding: 16px;
}
.tranform_section_right_content h2 {
    font-size: 24px;
}
.tranform_section {
    gap: 16px;
}
.tranform_section_right_content_btn {
    padding-top: 16px;
}
.carousel-landmark, .testimonial-item {
    padding: 16px;
}
.solution_bg_list {
    display: block !important;
  }
  .doctor_section_img img {
    height: auto;
  }
  /* 02 08 2025*/
  .doctor_section_img img {
    height: auto;
  }
  /* 02 08 2025*/
  /* Make image shorter */
  .feature .feature-item {
    height: 450px;
  }
  .feature .feature-item img {
    height: auto;
  }

  /* Content always fully visible */
  .feature-content-inner {
    transform: translateY(0px) !important;
  }

  /* Remove hover transition effect on mobile */
  .feature-content-inner,
  .feature-item:hover .feature-content-inner {
    transition: none;
  }

  /* Button always visible */
  .feature-content .btn {
    position: relative;
    opacity: 1;
    visibility: visible;
    margin-left: auto;
    margin-top: 12px;
    padding: 6px 16px;
    width: auto; /* Not full width */
    display: inline-block;
    bottom: 0;
  }

  /* Reduce padding for smaller screens */
  .feature-content {
    padding: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0.04%, rgba(0, 0, 0, 0.80) 71.28%, rgba(0, 0, 0, 0.80) 79.98%, rgba(0, 0, 0, 0.80) 99.96%);
    box-shadow: 0 2px 4px 0 rgba(12, 35, 64, 0.25);
  }

  /* Adjust text for readability */
  .feature-content-inner h4 {
    font-size: 18px;
  }

  .feature-content-inner h5,
  .feature-content-inner p {
    font-size: 15px;
    line-height: 22px;
    
  }
  .feature-content-inner p {
    overflow: hidden;
  display: -webkit-box; /* For WebKit browsers */
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  line-clamp: 3; /* Standard property */
  -webkit-box-orient: vertical;

  }
  .feature-content-inner {
    justify-content: flex-end;
  }
  .carousel-landmark .carousel-item {
    min-height: 520px;
  }
}

@media (min-width: 481px) and (max-width: 767.98px) {
     .main_container {
        width: 100%; 
    }
    .mobile_top {
        padding: 10px 0;
        justify-content: center;
        display: flex;
        width: 100%;
    }

    .mobile_left,
    .mobile_login {
        display: none;
    }

    .navbar .navbar-brand img {
        max-height: 100px !important;
    }
   
    .mobile_view {
        display: block;
    }

    .mobile_view div {
        width: 100%;
        padding-right: 0 !important;
        margin-bottom: 15px;
    }

    .mobile_view .btn-getstarted,
    .mobile_view .btn-getstarted1 {
        margin: 0;
        display: block;
        padding: 6px;
    }

    .navbar {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .navbar-collapse {
        border-radius: 8px;
        border: 2px solid #FFF;
        padding: 24px;
        background: #E4F0FF;

        /* drop shadow/i1 */
        box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.16);
    }

    .carousel-item {
        height: 400px;
    }

    .mobile_view_video .btn-explore {
        display: none;
    }

    .mobile_view_video .btn-book {
        font-size: 14px !important;
        margin-top: 0;
    }

    .carousel-caption p {
        padding: 5px;
        font-size: 14px;
    }

    .carousel-caption h1 {
        font-size: 24px;
    }

    .about_content .badge {
        font-size: 13px;
    }

    .about_content h2 {
        font-size: 24px;
        text-align: center;
        padding-right: 0;
    }

    .about_content p {
        font-size: 14px;
    }

    .vision .card-img-overlay p {
        min-height: 165px;
    }

    .tab_view {
        display: none !important;
    }

    .vision .btn_vision {
        margin-top: 0px;

    }

    .nav-pills .nav-item {
        font-size: 16px;
    }

    .nav-pills .nav-link {
        padding: 5px 0;
    }

    .getinform label {
        font-size: 14px;
    }

    .getinform input.form-control,
    .getinform textarea.form-control {
        font-size: 15px;
    }

    .contact_mail h1 {
        font-size: 14px;
        display: grid;
        line-height: 30px;
    }

    .career-main h3,
    .our-service-para,
    .email_header,
    .email_header a,
    .post_cure_content h2,
    .about_care_content h2 {
        font-size: 20px !important;
    }

    .contant_content_right {
        padding-left: 0;
    }

    .contact_business_hours p {
        align-items: baseline;

    }

    .contact_business_hours p span {
        width: 90%
    }

    .contact_business_hours p svg {
        vertical-align: top;
        position: relative;
        top: 3px;
    }

    .contact_business_hours_afre p span {
        width: 100%;
        padding-left: 0;
    }

    .btn-cllanow,
    .btn-request,
    .btn-callback {
        width: 100%;
    }

    .quickheader {
        font-size: 18px;
    }

    .address_header {
        flex-direction: column-reverse;
        font-size: 20px;
    }

    .address1_contant p span {
        width: 90%;
    }

    .location_main .btn-get-directions,
    .location_main .btn-get {
        width: 100%;
    }

    .footer .footer-item p {
        font-size: 14px;
    }

    .footer .footer-logo {
        padding-right: 0;
        padding-bottom: 15px;
    }

    .footer .footer-item h4 {
        font-size: 20px;
        border-top: 1px solid rgba(245, 245, 245, 0.12);
        padding-top: 15px;
    }

    .location_address,
    .copyright p {
        font-size: 14px;
    }

    .navbar-collapse {
        border-radius: 8px;
        border: 2px solid #FFF;
        padding: 24px;
        background: #E4F0FF;

        /* drop shadow/i1 */
        box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.16);
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1020;
    }



    .page-header .inner_banner1 h2 {
        font-size: 24px;
    }

    .page-header .inner_banner1 p {
        font-size: 14px;
        padding: 0;
    }

    .about_content p {
        font-size: 14px;
    }

    .page-header .inner_banner1 {
        padding: 25px 0;
        min-height: auto
    }

    .vision .card-img-overlay p {
        font-size: 16px;
        min-height: 91px;
    }

    .vision .card-img-overlay {
        padding: 15px 10px 10px;
    }

    .vision .btn_vision {
        margin-top: 0px;

    }

    .nav-pills .nav-item {
        font-size: 16px;
    }

    .nav-pills .nav-link {
        padding: 5px 0;
    }

    .getinform label {
        font-size: 14px;
    }

    .getinform input.form-control,
    .getinform textarea.form-control {
        font-size: 15px;
    }

    .contact_mail h1 {
        font-size: 14px;
        display: grid;
        line-height: 30px;
    }

    .contact_mail h1 span,
    .contact_business_hours h1 {
        font-size: 20px;
    }

    .contant_content_right {
        padding-left: 0;
    }

    .contact_business_hours p {
        align-items: baseline;

    }

    .contact_business_hours p span {
        width: 90%
    }

    .contact_business_hours p svg {
        vertical-align: top;
        position: relative;
        top: 3px;
    }

    .contact_business_hours_afre p span {
        width: 100%;
        padding-left: 0;
    }

    .btn-cllanow,
    .btn-request,
    .btn-callback {
        width: 100%;
    }

    .quickheader {
        font-size: 18px;
    }

    /*  .location_main h1 {
        font-size: ;
    } */
    .address_header {
        flex-direction: column-reverse;
        font-size: 20px;
    }

    .address1_contant p span {
        width: 90%;
    }

    .location_main .btn-get-directions,
    .location_main .btn-get {
        width: 100%;
    }

    .email_carrer_content {
        padding: 12px;
    }

    .vision .img_overlay,
    .our-service .img_overlay {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .vision .btn_vision,
    .vision .card-img-overlay h5 {
        background-color: var(--white);
        color: #2E2E2E;
    }

    .our-service {
        max-width: 100%;
    }

    .our-service .our-service-para,
    .our-service .service_over {
        color: var(--white);
    }

    .vision .card-img-overlay p {
        color: var(--white);
    }

    .career-main {
        max-width: 100%;
    }

    .slider_container .swiper-slide {
        height: auto;
        line-height: auto;
    }

    .slider_container .swiper_content {
        height: auto;
    }

    .slider_container .swiper-wrapper {
        height: auto;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .vision .img_overlay {
        background: linear-gradient(0deg, rgba(1, 45, 97, 0.60) 0%, rgba(1, 45, 97, 0.60) 100%), no-repeat;
    box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.9);
    }
    .vision .img_overlay1 {
    background: linear-gradient(0deg, rgba(12, 58, 33, 0.60) 0%, rgba(12, 58, 33, 0.60) 100%), no-repeat !important;

/* ds pic */
box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.60) !important;
}

.vision .img_overlay2 {
   background: linear-gradient(0deg, rgba(31, 23, 51, 0.60) 0%, rgba(31, 23, 51, 0.60) 100%), no-repeat !important;

/* ds pic */
box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.60) !important;
}
 .swiper-slide {
  width: 100% !important;  /* Let Swiper decide */
}
.vision {
        height: 43vw;
        border-radius: 20px;
        margin: 0 8px;
    }
 .swiper-slide {
  width: 100% !important;  /* Let Swiper decide */
  margin: 0 16px;
}
.our-service-main {
    width: 100%;
    padding: 16px !important;
}
.showmap {
    margin-bottom: 15px;
}
.post_cure_img img {
        height: 55.34vw;
    }
    .about_cure_section {
        padding: 0 25px;
    }
.about_care_imgs .about_care_imgs1 {
    padding-right: 10px !important;
}
/* 01/08/2025 */
.md_carousal_inner .carousel-item img {
    height: 100%;
    object-fit: cover;
}
.tranform_section {
    flex-flow: column;
}
.tranform_section_left {
    width: 100%;
}
.tranform_section_left img {
    width: 100%;
    height: auto;
}
.tranform_section {
    padding: 8px;
}
.service_content {
    padding: 16px;
}
.tranform_section_right_content h2 {
    font-size: 24px;
}
.tranform_section {
    gap: 16px;
}
.tranform_section_right_content_btn {
    padding-top: 16px;
}
.solution_bg_list {
    display: block !important;
  }
  /* 02 08 2025*/
  /* Make image shorter */
  .feature .feature-item img {
    height: 600px;
  }

  /* Content always fully visible */
  .feature-content-inner {
    transform: translateY(0px) !important;
  }

  /* Remove hover transition effect on mobile */
  .feature-content-inner,
  .feature-item:hover .feature-content-inner {
    transition: none;
  }

  /* Button always visible */
  .feature-content .btn {
    position: relative;
    opacity: 1;
    visibility: visible;
    margin-left: auto;
    margin-top: 12px;
    padding: 6px 16px;
    width: auto; /* Not full width */
    display: inline-block;
    bottom: 0;
  }

  /* Reduce padding for smaller screens */
  .feature-content {
    padding: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0.04%, rgba(0, 0, 0, 0.80) 71.28%, rgba(0, 0, 0, 0.80) 79.98%, rgba(0, 0, 0, 0.80) 99.96%);
    box-shadow: 0 2px 4px 0 rgba(12, 35, 64, 0.25);
  }

  /* Adjust text for readability */
  .feature-content-inner h4 {
    font-size: 18px;
  }

  .feature-content-inner h5,
  .feature-content-inner p {
    font-size: 15px;
    line-height: 22px;
  }
  .feature-content-inner p {
    overflow: hidden;
  display: -webkit-box; /* For WebKit browsers */
  -webkit-line-clamp: 6; /* Limit to 6 lines */
  line-clamp: 6; /* Standard property */
  -webkit-box-orient: vertical;

  }
  .feature-content-inner {
    justify-content: flex-end;
  }
  .carousel-landmark .carousel-item {
    min-height: 420px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
     .main_container {
        width: 100%; 
    }
    .mobile_login {
        display: none;
    }

    .navbar {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


    .navbar-collapse {
        border-radius: 8px;
        border: 2px solid #FFF;
        padding: 24px;
        background: #E4F0FF;
        box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.16);
    }
    
    .navbar .navbar-nav {
        border-top: none;
    }

    .tab_view {
        display: flex !important;
    }

    .vision img {
        height: 240px;
        object-fit: cover;
    }

    .tab_border {
        border-top: 1px solid rgba(245, 245, 245, 0.12);
        margin: 15px 0;
    }



    .navbar-collapse {
        border-radius: 8px;
        border: 2px solid #FFF;
        padding: 24px;
        background: #E4F0FF;

        /* drop shadow/i1 */
        box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.16);
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1020;
    }

    .about_content h2 {
        font-size: 48px;
    }

    .about_content p {
        font-size: 18px;
    }

    .vision .img_overlay {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .vision .btn_vision,
    .vision .card-img-overlay h5 {
        background-color: var(--white);
        color: #2E2E2E;
    }

    .vision .card-img-overlay p {
        color: var(--white);
        font-size: 24px;
    }

    .vision .btn_vision {
        margin-top: 13px;
    }

    .monday_wrap {
        padding-left: 10px;
    }

    .monday p {
        font-size: 20px;
    }

    .page-header .inner_banner1 h2 {
        font-size: 52px;
    }

    .page-header .inner_banner1 p {
        font-size: 16px;
    }

    .about_content h2 {
        padding-right: 0;
        ;
    }

    .career_content,
    .our-service {
        max-width: 100%;
    }

    .email_carrer_content p {
        font-size: 16px;
    }

    .our-service-para {
        max-width: 400px;
    }

    .our-service-para_last_tab {
        max-width: 80%;
    }

    .vision .img_overlay,
    .our-service .img_overlay {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .our-service .our-service-para,
    .our-service .service_over {
        color: var(--white);
    }

    .slider_container .swiper-slide {
        height: auto;
        line-height: auto;
    }

    .slider_container .swiper_content {
        height: auto;
    }

    .slider_container .swiper-wrapper {
        height: auto;
    }
    .vision .img_overlay {
        background: linear-gradient(0deg, rgba(1, 45, 97, 0.60) 0%, rgba(1, 45, 97, 0.60) 100%), no-repeat;
    box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.9);
    }
    .vision .img_overlay1 {
    background: linear-gradient(0deg, rgba(12, 58, 33, 0.60) 0%, rgba(12, 58, 33, 0.60) 100%), no-repeat !important;

/* ds pic */
box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.60) !important;
}

.vision .img_overlay2 {
   background: linear-gradient(0deg, rgba(31, 23, 51, 0.60) 0%, rgba(31, 23, 51, 0.60) 100%), no-repeat !important;

/* ds pic */
box-shadow: 0px 2px 4px 0px rgba(1, 45, 97, 0.60) !important;
}
 .swiper-slide {
  width: 33.3% !important;  /* Let Swiper decide */
}
.career-main {
    max-width: 100%;
}
.about_care_imgs1 img, .about_care_imgs2 img {
    height: auto;
}
.mobile_view_about_care1 {
    min-height:34.745vw;
}
.mobile_view_about_care2 {
    min-height:21.54vw;
}
.vision {
    height: 28.35vw;
    border-radius: 20px;
    margin: 0 25px;
}
/* 01/08/2025 */
.md_carousal_inner .carousel-item {
    height: auto;
}
.md_carousal_inner .carousel-caption {
    bottom: 12%;
    left: 8%;
  transform: translate(-5%, -8%);
  width: 100%;
}
.tranform_section {
    flex-flow: column;
}
.carousel-landmark, .testimonial-item {
    padding: 16px;
}
.carousel-landmark, .testimonial-item {
    padding: 16px;
}
 #solution-carousel.no-carousel .owl-stage-outer,
  #solution-carousel.no-carousel .owl-stage {
    transform: none !important;
    transition: none !important;
  }
  .solution_bg_list {
    display: block !important;
  }
  .team_meat_content1 {
    min-height: 345px;
}
/* 02 08 2025*/
  
 /* Button always visible */
  .feature-content .btn {
    position: relative;
    opacity: 1;
    visibility: visible;
    margin-left: auto;
    margin-top: 12px;
    padding: 6px 16px;
    width: auto; /* Not full width */
    display: inline-block;
    bottom: 0;
  }
/* Remove hover behavior */
  .feature-content-inner,
  .feature-item:hover .feature-content-inner {
    transition: none;
    transform: none;
  }

  .feature-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0.04%, rgba(0, 0, 0, 0.80) 71.28%, rgba(0, 0, 0, 0.80) 79.98%, rgba(0, 0, 0, 0.80) 99.96%);
    box-shadow: 0 2px 4px 0 rgba(12, 35, 64, 0.25);
  display: flex;
  align-items: flex-end; /* 👈 aligns inner content to bottom */
}

.feature-content-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  transform: none !important;
  transition: none;
  color: #fff;
  height: auto;
}

}
@media (min-width: 992px) and (max-width: 1119px) { 
    .main_container {
        width: 100%; 
    }
    .navbar .navbar-nav .nav-link {
        margin-right: clamp(10px, 2vw, 25px);
  font-size: clamp(14px, 1.2vw, 16px);
    }
    .btn-getstarted1 {
        font-size: 14px;
        padding: 10px 15px;
    }
    .logo h1 {
        font-size: 20px;
    }
    .navbar .navbar-brand img {
        margin-right: 10px !important;
    }
    .btn-getstarted {
        padding: 10px 15px;
        margin: 0;
    }
    .navbar .navbar-nav .nav-link span {
        margin-left: 5px;
    }
    .ptient_journey_img {
        height: auto;
    }
    .vision {
        height: 250px;
    }
    .vision img {
        height: 250px;
        object-fit: cover;
    }
    .vision .card-img-overlay p {
        overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    }
    .vision .btn_vision {
        margin-top: 0px;
    }
    .service_bg {
        height: 100%;
    }
    .feature-content-inner {
        transform: translateY(170px);
    }
    .feature-item:hover .feature-content-inner {
  transform: translateY(110px);
}
.feature-content-inner .btn {
    bottom: 100px;
}
}

@media (min-width: 1200px) and (max-width: 1279px) { 
    .main_container {
        width: 100%; 
    }
    .navbar .navbar-nav .nav-link {
        margin-right: 25px;
        font-size: 16px;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) { 
    .main_container {
        width: 100%; 
    }
}

@media (min-width: 1366px) and (max-width: 1399px) { 
    .main_container {
        width: 100%; 
    }
}

@media (min-width: 1400px) and (max-width: 1439px) { 
    .main_container {
        width: 100%; 
    }
}
@media (min-width: 1440px) and (max-width: 1599px) { 
    .main_container {
        width: 100%; 
    }
}

@media (min-width: 1660px) and (max-width: 1679px) { 
    .main_container {
        width: 100%; 
    }
}
@media (min-width: 1680px) and (max-width: 1919px) { 
    .main_container {
        width: 100%; 
    }
}