:root {
    --black: #000;
    --white: #fff;
    --white-f1: #f1f3f2;
    --white-f3: #f3f7f8;
    --white-f7: #f7f7f7;
    --gray-c9: #c9c9c9;
    --gray-5d: #5b5b5b;
    --l-green-2d: #2d3b2f;
    --red: #9E1D28;
    --blue: #0B254C;
    --black-1a: #1a1919;
    --border: #4141416b;
    --shadow-header: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    --shadow-10: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    --radius-5: 5px;
    --radius-10: 10px;
    --radius-20: 20px;
    --radius-25: 25px;
    --radius-30: 30px;
    --radius-40: 40px;
    --radius-50: 50px;
    --radius-100: 100%;
    --gradient: linear-gradient(90deg, rgba(11, 37, 76, 1) 0%, rgba(158, 29, 40, 1) 70%, rgba(158, 29, 40, 1) 100%);
    --gradient-hover: linear-gradient(90deg, rgba(158, 29, 40, 1) 0%, rgba(11, 37, 76, 1) 70%, rgba(11, 37, 76, 1) 100%);
    --border-gradient: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, #0B254C, #9E1D28) border-box;
}
.red { color: var(--red); }
.blue { color: var(--blue); }
.white { color: var(--white); }
.black { color: var(--black); }
.gradient_text, .sub-head {
    background: -webkit-linear-gradient(var(--blue), var(--red));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bb {  border-bottom: 1px solid var(--border); }
.max-400 { max-width: 400px; width: 100%; }
.max-450 { max-width: 450px; width: 100%; }
.max-500 { max-width: 500px; width: 100%; }
.max-550 { max-width: 550px; width: 100%; }
.max-600 { max-width: 600px; width: 100%; }
.max-650 { max-width: 650px; width: 100%; }
.max-700 { max-width: 700px; width: 100%; }
.max-750 { max-width: 750px; width: 100%; }
.max-800 { max-width: 800px; width: 100%; }
.max-850 { max-width: 850px; width: 100%; }
.max-900 { max-width: 900px; width: 100%; }

@font-face {
    font-family: 'Nunito-ExtraLight';
    src: url('../fonts/Nunito-ExtraLight.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito-Light';
    src: url('../fonts/Nunito-Light.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito-Regular';
    src: url('../fonts/Nunito-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito-Medium';
    src: url('../fonts/Nunito-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito-SemiBold';
    src: url('../fonts/Nunito-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito-Bold';
    src: url('../fonts/Nunito-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito-ExtraBold';
    src: url('../fonts/Nunito-ExtraBold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito-Black';
    src: url('../fonts/Nunito-Black.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Alexandria-SemiBold';
    src: url('../fonts/Alexandria-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: '';
    src: url('../fonts/');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Nunito-Regular';
    font-size: 16px;
    overflow-x: hidden;
    line-height: inherit;
    color: #000;
}
p {
    line-height: normal;
    letter-spacing: 0px;
    margin-bottom: 25px;
}
body,html { height: 100%; scroll-behavior: smooth; }
._rel { position: relative; }
a, a:after, img, a:before, .btn-theme, .overly {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
    display: inline-block;
    text-decoration: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    color: #000;
    position: relative;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: var(--black);
}
/* Btn Theme */
.btn_theme {
    position: relative;
    border: solid 1px var(--black);
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    color: var(--black);
    /*height: 50px;
    line-height: 48px;
    padding-right: 30px;
    min-width: 190px;*/
    font-family: 'Kanit-Medium';
    text-align: center;
    border-radius: var(--radius-50);
    height: 45px;
    line-height: 43px;
    padding: 0 25px;
    /*min-width: 190px;*/
    box-shadow: 0 4px 20px rgba(158, 29, 40, .3);
}
.btn_theme:hover { color: var(--black); }
.btn_theme:after {
    display: none;
    content: "";
    background-image: url(../images/black-arrow-bold.png);
    width: 17px;
    height: 17px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 40px;
    top: 15px;
    transform: rotate(40deg);
    transition: transform 0.5s;
}
.btn_theme.white {
    border-color: rgba(255, 255, 255, 0.57);
    color: var(--red);
    background-color: var(--white);
}
.btn_theme.white:hover {
    border: var(--red);
    color: var(--white);
    background: var(--gradient);
}
.btn_theme.red {
    border-color: var(--red);
    background: var(--gradient);
    color: var(--white) !important;
}
.btn_theme.red:hover { background: var(--gradient-hover); }
.btn_theme.white:after { background-image: url(../images/red-arrow-bold.png); }
.btn_theme.red:after { background-image: url(../images/white-arrow-bold.png); }
.btn_theme:hover:after { transform: rotate(90deg); }
.btn_theme.b-red {
    border-color: var(--red);
    background-color: transparent;
    color: var(--red);
    min-width: 224px;
}
.btn_arrow {
    position: relative;
    font-size: 16px;
    line-height: 16px;
    text-align: right;
    color: var(--white);
    padding-right: 80px;
}
.btn_arrow:before {
    content: "";
    height: 56px;
    width: 56px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -10px;
    background-color: var(--black);
}
.btn_arrow:after {
    content: "";
    background-image: url(../images/white-arrow-bold.png);
    width: 40px;
    height: 22px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 0px;
    transform: rotate(40deg);
}
.btn_arrow:hover:after { top: -10px; }
.btn_arrow:hover { color: var(--white); }
.btn_red {
    color: var(--red);
    font-family: 'Kanit-Medium';
    font-size: 18px;
    line-height: 18px;
    padding-right: 40px;
}
.btn_red img {
    position: absolute;
    right: 0;
    top: 10px;
    transform: rotate(40deg);
}
.btn_red:hover { color: var(--red); }
.btn_red:hover img { transform: rotate(90deg); }
img { max-width: 100%; height: auto; }
h1, h2, h3, h4, h5, h6, h1>a, h2>a, h3>a, h4>a, h5>a, h6>a {}
h1 {
    font-family: 'Nunito-Bold';
    font-size: 45px;
    line-height: normal;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
h2 {
    font-family: 'Nunito-Bold';
    font-size: 40px;
    line-height: normal;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
h3 {
    font-family: 'Nunito-Bold';
    font-size: 35px;
    line-height: normal;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
h4 {
    font-family: 'Nunito-Bold';
    font-size: 30px;
    line-height: normal;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
h5 {
    font-family: 'Nunito-Bold';
    font-size: 25px;
    line-height: normal;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
h6 {
    font-family: 'Nunito-Bold';
    font-size: 20px;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 20px;
}
section {
    width: 100%;
    padding: 50px 0;
    position: relative;
    clear: both;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* Top Bar */
.top_bar { background: var(--gradient); padding: 7px 0; }
.contact_topbar {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.contact_topbar li:not(:last-child) { margin-right: 10px; }
.contact_topbar a { color: var(--white); }
.contact_topbar a:hover, .contact_topbar a:focus {
    text-decoration: underline;
    color: var(---white) !important;
}
.mob_social { display: none; }
.social_topbar {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: end;
}
.social_topbar li { margin-right: 10px; }
.social_topbar li a {
    background-color: var(--white);
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-100);
}
.social_topbar li a:hover {
    background-color: var(--blue);
    color: var(--white);
}
.head-logo { width: 190px; }
.navbar-toggler i+i, .active .navbar-toggler i { display: none; }
.active .navbar-toggler i+i { display: block;  color: var(--red);}
.navbar-toggler i { color: var(--red); }
/*nav*/
.mainMenu { padding: 10px 0px; box-shadow: var(--shadow-header); }
.mainMenu._transparent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}
/*.mainMenu.sticky {
    position: fixed;
    background-color: #fff;
    padding: 10px 0px;
    box-shadow: 10px 0 25px 0 rgb(0 0 0 / 6%);
}*/
.mainMenu.active { background-color: var(--white); }
.mainMenu ul { align-items: center; }
.mainMenu ul li { position: relative; }
.mainMenu ul li:not(:last-child) { margin-right: 30px; }
.mainMenu li a { font-size: 16px; text-transform: capitalize; position: relative; }
.mainMenu li a:hover { color: var(--red); }
.mainMenu li .btn-theme:hover { color: var(--white); }
.menu-btn a:hover { color: var(--white); }
.menu-item-has-children .sub-menu li { margin:0 !important; position:relative; }
.menu-item-has-children .sub-menu li:not(:last-child) { border-bottom: 1px solid var(--border);}
.menu-item-has-children .sub-menu li a {
    color:var(--black);
    padding:10px 20px;
    border:0;
    font-size: 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.menu-item-has-children .sub-menu li a:hover,.menu-item-has-children .sub-menu li:hover,
.menu-item-has-children .sub-menu li.current-menu-item a { 
    color:var(--white);
    background-color: var(--red);
}
.menu-item-has-children { position:relative; }
/* First submenu */
.menu-item-has-children > .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 220px;
    z-index: 99;
    list-style:none;
    margin:0;
    background-color:var(--white);
    padding:10px 0;
    box-shadow: var(--shadow-10);
}
/* Nested submenu */
.menu-item-has-children .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 220px;
    background: var(--white);
    display: none;
    z-index: 9999;
}
.menu-item-has-children .sub-menu li:hover > .sub-menu{ display: block; }
.menu-item-has-children:hover > .sub-menu{ display:block; }
/* nested hover */
.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu{ display:block; }
.menu-item-has-children .drop{
    position: static;
    cursor:pointer;
    margin-left: 10px;
}
.drop i{ font-size:12px; transition:0.3s ease; }
/* rotate when open */
.drop i.rotate{ transform:rotate(180deg); }
/* Desktop hover */
@media(min-width: 992px){
    .menu-item-has-children:hover > .sub-menu { display: block; }
}
/* Mobile */
@media(max-width: 991px){
    .menu-item-has-children > .sub-menu {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }
}
.menu-item-has-children .sub-menu .menu-item-has-children { position: relative; }
.menu-item-has-children .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 220px;
    background: #fff;
    display: none;
}
/* desktop */
@media(min-width:992px){
    .menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
        display:block;
    }
}
.mainMenu, .mainMenu ul, .mainMenu li{ overflow: visible !important; }
/* Footer */
footer {
    position: relative;
    /*background-color: var(--white-f1);*/
    /*background-color: var(--black);*/
    padding: 70px 0 70px;
    background-image: url(https://www.investindubai.gov.ae/-/media/gathercontent/poi/b/burj-khalifa/fallback-image/burj-khalifa-det-3.jpg);
    /*background-image: url('https://thumbs.dreamstime.com/b/dubai-skyline-sketch-urban-landscape-construction-desert-background-city-print-dubai-skyline-sketch-urban-landscape-construction-423637422.jpg');*/
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-color: #000000b5;
}
footer .banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}
.client-logo img { display: inline-block; }
footer .title {
    font-family: 'Alexandria-SemiBold';
    /*color: var(--black);*/
    color: var(--white);
    margin-bottom: 30px;
    letter-spacing: -0.14px;
}
.no-style {
    list-style: none;
    margin: 0;
    padding: 0;
}
.s-list li { margin-bottom: 20px; }
.s-list li img {
    position: absolute;
    left: 0;
    top: 5px;
}
.s-list li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 25px;
    color: var(--red);
}
.s-list li a {
    font-size: 18px;
    letter-spacing: -0.11px;
    color: var(--l-green-2d);
    padding-left: 50px;
    position: relative;
    line-height: 28px;
}
footer .s-list li a { color: var(--white); }
.s-list li a:hover, .footer-menu li a:hover, .footer-menu li.current-menu-item a {
    text-decoration: underline;
    color: var(--red);
}
.footer-menu.footer_services li.current-menu-item a {
    color: var(--white);
    text-decoration: none;
}
.footer-menu.footer_services li.current-menu-item a:hover {
    color: var(--red);
    text-decoration: underline;
}
.footer-menu.coll-2 li { display: inline-block; width: 48%; }
.footer-menu li a {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.11px;
    /*color: var(--l-green-2d);*/
    color: var(--white);
    margin-bottom: 8px;
}
.footer-logo img { background-color: #fff; padding: 5px; }
.copyright { color: var(--white); font-size: 16px; }
.copyright a { color: var(--red); }
.copyright a:hover { color: var(--white); text-decoration: underline; }
.contact-page { padding: 164px 0 0 0; }
.after-bg::after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white-f1);
    z-index: -1;
}
.foot_all_services { margin:30px 0; text-align:center; }
.foot_all_services ul { display:flex; flex-wrap:wrap; justify-content:center; gap:0; list-style:none; padding:0; margin:0; }
/*.foot_all_services li { display:inline; }*/
.foot_all_services li:not(:last-child)::after { content:" | "; color:var(--white); }
.foot_all_services a { color: var(--white); font-size:14px; text-decoration:none; padding: 3px 5px; }
.foot_all_services a:hover { color: var(--red); }
/* HOme */
.home-hero {
    position: relative;
    /*padding-bottom: 80px;
    padding-top: 80px;*/
    padding-bottom: 0px;
    padding-top: 0px;
    background-image: radial-gradient(circle at 18% 23%, rgba(217, 46, 23, 0), rgba(255, 255, 255, 0.26) 127%), linear-gradient(134deg, #e5e5e5 12%, #e5e5e5 79%);
}
.home-hero .content_column {
    padding-bottom: 80px;
    padding-top: 80px;
}
.hero_img {
    width: 450px;
    margin: 0 auto;
}

.carousel-indicators {
    bottom: 20px;
    align-items: flex-start;
    margin: 0 !important;
    justify-content: center;
}
.carousel-indicators button {
    height: 10px !important;
    width: 10px !important;
    border-radius: 50%;
    opacity: 1 !important;
    background-color: var(--white) !important;
    margin: 0 6px !important;
    position: relative;
}
.carousel-indicators button.active { background-color: var(--red) !important; }
.carousel-indicators button::after {
    content: "";
    height: 16px;
    width: 16px;
    border: 1px solid var(--red);
    border-radius: 50%;
    position: absolute;
    left: -3px;
    top: -3px;
    opacity: 0;
}
.carousel-indicators button:hover { background-color: var(--red) !important; }
.carousel-indicators button.active { background-color: var(--red) !important; }
.carousel-indicators button:hover::after {
    border: 1px solid var(--red);
    opacity: 1;
}
.carousel-indicators button.active::after { opacity: 1; }
/* slider arrows */
.arrow-slider .slider_arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    z-index: 99;
}
.arrow-slider .slider_arrow.__next { right: -100px; }
.arrow-slider .slider_arrow.__prev { left: -100px; }
#home-slider .__prev1 { left: 50px; }
#home-slider .__next1 { right: 50px; }
.slider_arrow {
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    border: 0;
    /*background-color: hsl(355deg 69% 37% / 66%);
    color: var(--white);*/
    background-color: var(--white);
    color: var(--blue);
}
.slider_arrow:hover {
    color: var(--white);
    background-color: var(--red);
    box-shadow: 0 19px 46px -5px rgba(0, 0, 0, 0.53);
}
.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.check-list li { position: relative; padding-left: 25px; }
.check-list li:not(:last-child) { margin-bottom: 5px; }
.check-list li:before {
    content: '';
    position: absolute;
    background-image: url('../images/check-mark.svg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
    left: 0px;
    top: 5px;
}
.sub-head {
    font-size: 16px;
    color: var(--red);
    font-weight: 400;
}
.sub-head.white {
    color: var(--white);
    background: -webkit-linear-gradient(var(--white), var(--white));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about_img_col { justify-content: center; display: inline-grid; }
.about_img .image {  width: 450px; }
.our_services { background-color: var(--white-f3); }
.service_box {
    /*background-color: var(--white);*/
    background: var(--border-gradient);
    border: 1px solid transparent;
    border-radius: var(--radius-5);
    /*padding: 45px;*/
    padding: 25px;
    position: relative;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.4s ease;
    /*margin-bottom: 25px;*/
    height: 100%;
}
.service_box::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/wp-content/uploads/2026/05/Benefits-of-Home-Healthcare-in-Dubai.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}
.service_box.service_one::before {
    background-image: url('../images/Home Nursing Care Lifeaid Home Healthcare.webp');
}
.service_box.service_two::before {
    background-image: url('../images/IV Therapy at Home Lifeaid Home Healthcare.webp');
}
.service_box.service_three::before {
    background-image: url('../images/Lab Tests at Home & Hotel  Lifeaid Home Healthcare.webp');
}
.service_box.service_four::before {
    background-image: url('../images/Full Health Checkup Lifeaid Home Healthcare.webp');
}
.service_box.service_five::before {
    background-image: url('../images/Quick Sample Collection Dubai – Blood, Urine & Lab Samples Life Aid.webp');
}
.service_box.service_six::before {
    background-image: url('../images/Vast Range of Peptides — Advanced Peptide Therapy in Dubai Life Aid.webp');
}
.service_box.service_seven::before {
    background-image: url('../images/Personalized Care Plans Lifeaid Home Healthcare.webp');
}
.service_box.service_eight::before {
    background-image: url('../images/Injections at Home Lifeaid Home Healthcare.webp');
}
.service_box.service_nine::before {
    background-image: url('../images/Speech Therapy Services Life Aid Home Healthcare.webp');
}
.service_box.service_ten::before {
    background-image: url('../images/Covid Care Packages Lifeaid Home Healthcare.webp');
}
.service_box.service_eleven::before {
    background-image: url('../images/Vaccination at Home Lifeaid Home Healthcare.webp');
}
.service_box.service_twell::before {
    background-image: url('../images/Individualized Medical Tests Lifeaid Home Healthcare.webp');
}
.service_box::after{
    content: "";
    position: absolute;
    inset: 0;
    background: #0000009e;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}
.service_box:hover::before, .service_box:hover::after{ opacity: 1; }
.service_box:hover{ color: var(--white); }
.service_box:hover .service_title { color: var(--white); } 
.service_box:hover .btn_red { color: var(--white); }
.service_num {
    background: var(--gradient);
    color: var(--white);
    padding: 5px 7px 5px 7px;
    /*top: 45px;*/
    top: 15px;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    border-color: var(--gray-c9);
    border-radius: 6px 0 0 6px;
    position: absolute;
    right: -1px;
}
.service_box:hover .service_num { border-color: var(--red); }
.service_box .icon i { color: var(--red); font-size: 50px; }
.service_box .icon img { width: 50px; }
.service_box:hover .icon img { filter: brightness(0) invert(1); }
.service_title {
    /*font-size: 25px;*/
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0;
}
.services_grid .col-md-6 { margin-bottom: 25px; }
.total_care {
    background-image: url('../images/total_care_bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-blend-mode: overlay;
    background-color: #000000bf;
    color: var(--white);
}
.better_box {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: -7em 0em 0em 0em;
    padding: 2em 2em 2em 2em;
    background-color: var(--white);
    border-radius: var(--radius-5);
}
.better_box_child { display: flex; padding: 1em 1em 1em 1em; }
.better_box_child .icon i {
    border-radius: var(--radius-5);
    height: 50px;
    width: 50px;
    background-color: var(--white-f7);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    color: var(--red);
    font-size: 22px;
}
.better_box_child .content {}
.better_box_child .content h6 { margin-bottom: 5px; font-size: 20px; }
.why_choose .better_box_child .icon i {  }
.c-form br {
    display: none;
}
.c-form {
    padding: 40px 40px;
    border-radius: var(--radius-10);
    background-color: var(--white);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.c-form input, .c-form textarea {
    width: 100%;
    border-radius: var(--radius-10);
    background-color: var(--white-f1);
    color: var(--black);
    height: 50px;
    border: 0;
    padding: 0px 20px;
    font-size: 20px;
    border: 1px solid transparent;
    background: var(--border-gradient);
}
.c-form textarea { height: 140px; padding-top: 15px; }
.c-form textarea::-webkit-input-placeholder,.c-form input::-webkit-input-placeholder { 
    color: #00000096;
} 
.c-form textarea::-moz-placeholder, .c-form input::-moz-placeholder { 
    color: #00000096; opacity: 1; 
} 
.c-form textarea:-ms-input-placeholder, .c-form input:-ms-input-placeholder { 
    color: #00000096; 
} 
.form-group { margin-bottom: 20px; }
.form-group p { margin-bottom: 0px; }
.contact_list li:not(:last-child) { margin-bottom: 10px; }
.step_box {
    text-align: center;
    padding: 25px 15px;
    max-width: 280px;
    margin: 0 auto;
    position: relative;
}
.step_line { position: relative; }
.step_line:after {
    content: '';
    position: absolute;
    background-image: url('../images/dashes_line.webp');
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 75px;
    width: 200px;
    top: 25px;
    right: -180px;
    animation: floatLine 2s ease-in-out infinite;
}
@keyframes floatLine {
    0%{
        transform: translateX(0px);
    }
    50%{
        transform: translateX(10px);
    }
    100%{
        transform: translateX(0px);
    }
}
/* contact page new seting 14--05--2026 */
.c_form_sec {
    background-image: url('../images/c_form_sec_bg Lifeaid Home Healthcare.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.c_form_sec .c-form {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
    background-color: #ffffffa6;
}
.contact_box {
    padding: 40px 40px;
    border-radius: var(--radius-10);
    background-color: var(--white);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 1px solid transparent;
    height: 100%;
}
.contact_box:hover {
    border: 1px solid transparent;
    background: var(--border-gradient);
    box-shadow: none;
}
.contact_box:hover .icon { box-shadow: none; }
.contact_box a { font-size: 16px; }
.contact_box a:hover { color: var(--red); }
/**/
.step_num, .contact_box .icon {
    background: var(--gradient);
    color: var(--white);
    font-size: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px auto;
    border-radius: var(--radius-100);
    font-weight: 400 !important;
    box-shadow: 0 19px 46px -5px rgba(0, 0, 0, 0.53);
}
.contact_box .icon {
    font-size: 30px;
    margin: 0px auto 20px auto;
}
.testimonial_sec { background-color: var(--blue); color: var(--white); }
.testimonial_box {
    background-color: var(--white);
    border: 1px solid var(--gray-c9);
    border-radius: var(--radius-5);
    padding: 30px 19px;
}
.testimonial_box .quote {
    height: 40px;
    width: 40px;
    background: var(--gradient);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
}
.testimonial_box .stars {
    color: #FDCC0D;
    font-size: 16px;
    margin-bottom: 10px;
}
.testimonial_detail { margin-top: 15px; color:var(--black); }
.testimonial_info img {
    width: 35px;
    height: 35px;
    border-radius: var(--radius-100);
    margin-bottom: 10px;
}
.testimonial_info h6 {
    color: var(--red);
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
}
.testimonial_info p {
    color: var(--gray-5d);
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
}
.testimonial_slider .slick-track { display: flex; gap: 15px; }
.breadcrumb { display: flex; justify-content: center; }
.breadcrumb li:not(:last-child) { margin-right: 10px; }
.breadcrumb a { color: var(--white); }
.breadcrumb a:hover { color: var(--red); }
.page-banner { text-align: center; padding: 170px 0 170px 0; }
.page-banner p { margin-bottom: 0; }
.page-banner {
    background-image: url('../images/contact_banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-color: #000000d4;
}
.about_banner { background-image: url('../images/About_Banner Lifeaid Home-Healthcare.webp'); }
.services_banner { background-image: url('../images/Service_Banner Lifeaid Home Healthcare.webp'); }
.blog_banner { background-image: url('../images/blog_banner LIfeaid Home Healthcare.webp'); }
.contact-banner { background-image: url('../images/Contact Banner Lifeaid Home Healthcare.webp'); }
.call_action {
    background: var(--gradient);
    border-radius: var(--radius-10);
    padding: 50px 50px;
}
.mision_sec { background-color: var(--white-f3); }
.core_box {
    background-color: var(--white);
    border: 1px solid var(--gray-c9);
    border-radius: var(--radius-5);
    padding: 45px 30px;
    position: relative;
    height: 100%;
}
.core_box:hover { border-color: var(--red); }
.core_box .icon i {
    border-radius: var(--radius-5);
    height: 50px;
    width: 50px;
    background: var(--gradient);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 22px;
}
.core_box h5 { margin-bottom: 10px; }
.core_box p { margin-bottom: 0; }
.counter_box {
    text-align: center;
    background: var(--gradient);
    color: var(--white);
    padding: 15px 15px;
    border-radius: var(--radius-10);
    max-width: 220px;
    margin: 0 auto;
    height: 100%;
}
.counter_title { margin-bottom: 0; }
.counter_des { margin-bottom: 0; }
/* Blogs */
.gutter-30 { --bs-gutter-y: 30px; }
.blog_box { box-shadow: var(--shadow-10); }
.blog_img { position: relative; }
.blog_img a { width: 100%; }
.blog_img a:after {}
.blog_img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.post_date {
    background-color: var(--red);
    color: var(--white);
    padding: 5px 5px;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.post_info {
    list-style: none;
    display: flex;
    padding: 0px 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid var(--border);
}
.blog_content { padding: 30px 25px 30px 70px; position: relative; }
.post_info li:not(:last-child) { margin-right: 10px; }
.post_info i { color: var(--red); }
.post_info a, .post_info li { font-size: 16px; }
.related_pots .post_info li { font-size: 14px; }
.post_info .tag { transform: rotate(450deg); }
.post_title {
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 90px;
}
.related_pots .post_title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
}
.post_title:hover, .blog_box:hover .post_title, .related_pots .post_title:hover, .related_pots:hover .post_title {
    color: var(--red);
}
.btn-readmore {
    background: var(--gradient);
    color: var(--white);
    padding: 10px 20px;
    position: absolute;
    left: -37px;
    bottom: 38px;
    transform: rotate(270deg);
}
.btn-readmore:hover, .blog_box:hover .btn-readmore {
    color: var(--white);
    background: var(--gradient-hover);
}
/* Single Blog */
.feature_img {
    border-radius: var(--radius-5);
    margin-bottom: 30px;
    width: 100%;
}
.s-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.s-content li { position: relative; padding-left: 40px; }
.s-content li { padding-bottom: 10px; }
.s-content li:not(:last-child) { margin-bottom: 10px; }
.s-content li:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: transparent;
    left: 5px;
    top: 2px;
    border-radius: 100%;
    border: 1px solid var(--red);
}
.s-content li:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background: var(--gradient);
    left: 10px;
    top: 7px;
    border-radius: 100%;
}
.author-box .author-image {
    width: 170px;
    height: 170px;
    border-radius: 100%;
    background: var(--gradient);
    display: flex;
    justify-content: center;
    align-items: end;
}
.author-image img {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
}
.author-detail, .free_consulting {
    margin: 20px 0;
    border: solid var(--border);
    border-width: 0px 0 1px 0;
    padding: 15px 0;
}
.author-detail p { margin-bottom: 0; font-size: 16px; }
.share-article .social_topbar { justify-content: flex-start; }
.share-article .social_topbar li a {
    background: var(--gradient);
    color: var(--white);
    height: 35px;
    width: 35px;
}
.share-article .social_topbar li a:hover { background: var(--gradient-hover); }
.related_pots {
    padding: 15px 0 15px 130px;
    position: relative;
}
.related_pots:last-child { padding-bottom: 0; }
.related_pots:not(:last-child) { border-bottom: 1px solid var(--border); }
.related_pots img {
    position: absolute;
    left: 0;
    height: 80px;
    width: 110px;
    object-fit: contain;
}
.theme-box {
    padding: 17px 17px 17px 17px;
    position: relative;
    border: 1px solid var(--border);
    border-radius: var(--radius-5);
    box-shadow: var(--shadow-10);
}
/* 12--05--2026 */
/* Hero Slider */
.hero_slider {
    padding: 0;
}
.hero_slider .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.banner_slider .carousel-caption {
    text-align: left;
    left: 50%;
    top: 45%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.banner_slider {
    height: 80vh;
}
.slider_overlay, .home-hero {
    position: relative;
}
.slider_overlay:after  {
    content: '';
    position: absolute;
}


._slide {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 150px 0;
}
._slide.one { ;background-image: url('../images/Hero_Slider__one.webp'); }
._slide.two { background-image: url('../images/Hero_Slider__two.webp'); }
._slide.three { background-image: url('../images/Hero_Slider__three.webp'); }
._slide:before {
    content: '';
    position: absolute;

}
.sldier_content {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    color: var(--white);
    z-index: 999;
}
._slide:before  {
    content: '';
    position: absolute;
    /*background: linear-gradient(92deg, rgba(11, 37, 76, 1) 0%, rgb(158 29 40 / 65%) 64%, rgba(158, 29, 40, 1) 100%);*/
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    /*opacity: 1;*/
    opacity: 0.65;
    background: var(--black);
}
._slide .sub-head { background: white; -webkit-background-clip: text; -webkit-text-fill-color: #00000000; }
.icn_list li {
    background: var(--border-gradient);
    border: 1px solid transparent;
    border-radius: var(--radius-10);
    padding: 10px 10px;
    position: relative;
    margin-bottom: 15px;
}
.icn_list li i { margin-right: 5px; color: var(--red); }
.about .icn_list li {
    display: inline-block;
    width: 48%;
    margin-right: 10px;
}
.check-list.icn_list:before { display:none }

/* 21--05--2026 */
/* Services Details Pages Optimise CSS */
/* Hero Banner */
.banner_service_detail {
    background: var(--blue);
    color: var(--white);
    background-image:
        radial-gradient(ellipse at 80% 50%, rgba(158,29,40,0.25) 0%, transparent 60%),
        radial-gradient(ellipse at 10% 80%, rgba(158,29,40,0.1) 0%, transparent 50%);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}
.banner_service_detail::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        90deg,
        rgba(255,255,255,0.02) 0px,
        rgba(255,255,255,0.02) 1px,
        transparent 1px,
        transparent 60px
    );
    pointer-events: none;
}
.banner_service_detail ._inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.hero__bullets { margin-bottom: 40px; display: flex; flex-direction: column; gap: 10px; padding-left: 0; }
.hero__bullets li {
    color: rgba(255,255,255,0.85);
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hero__bullets li::before {
    content: '';
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--white);
    flex-shrink: 0;
}
.hero_chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.hero_chip {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.85);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 5px 14px;
  border-radius: var(--radius-50);
}
.hero__cta { display: flex; gap: 16px; flex-wrap: wrap; }
.hero__image-wrap {
    position: relative;
    border-radius: var(--radius-20);
    overflow: hidden;
    min-height: 420px;
    background: linear-gradient(135deg, rgba(158,29,40,0.3), rgba(11,37,76,0.5));
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero__image-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: rgba(255,255,255,0.4);
    text-align: center;
    padding: 40px;
}
.hero__image-placeholder img { border-radius: var(--radius-20); min-height: 400px; object-fit: cover; }
.hero__badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: var(--gradient);
    backdrop-filter: blur(12px);
    border: 1px solid var(--red);
    border-radius: var(--radius-10);
    padding: 12px 18px;
    color: var(--white);
    font-size: 13px;
}
.hero__badge strong { display: block; font-size: 18px; }

/* Intro Section */
.intro__inner {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}
.intro__image-box {
    border-radius: var(--radius-20);
    overflow: hidden;
    background: var(--white-f3);
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    background: var(--border-gradient);
}
.intro__image-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: var(--gray-5d);
    text-align: center;
    padding: 40px;
}
/* ===== SERVICES ROW ===== */
.services-row__header { text-align: center; margin-bottom: 50px; }
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
}
.service-card {
    border-radius: var(--radius-20);
    overflow: hidden;
    border: 1px solid rgba(65,65,65,0.12);
    transition: transform 0.3s, box-shadow 0.3s;
    background: var(--white);
    position: relative;
    padding: 40px 28px 28px 28px;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-10); }
.service-card:before, .benefit-card:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 100%;
    background: var(--gradient);
    top: 0;
    left: 0;
}
.benefit-card:before { height: 15px; border-radius: 20px 20px 0 0; }
.service-card__icon {
    width: 52px; height: 52px;
    border-radius: var(--radius-10);
    background: linear-gradient(135deg, rgba(11,37,76,0.07), rgba(158,29,40,0.07));
    display: flex; align-items: center; justify-content: center;
    font-size: 26px;
    margin-bottom: 16px;
}
.service-card p { margin-bottom: 0; }

/* ===== EMERGENCY SECTION ===== */
.emergency{background:var(--blue); color: var(--white);position:relative;overflow:hidden;}
.emergency::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 90% 50%,rgba(158,29,40,.2) 0%,transparent 60%);}
.emergency__inner{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;position:relative;}

.emergency__content .btn{margin-top:4px;}
.emergency__visual{border-radius:var(--radius-20);min-height:360px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px;color:rgba(255,255,255,.3);text-align:center;padding:40px;}
.emergency__visual svg{width:64px;height:64px;opacity:.25;}
.emergency__visual p{font-size:13px;}
/* ===== BENEFITS ===== */
.benefits { background: var(--white-f7); }
.benefits__header { text-align: center; margin-bottom: 50px; }

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 28px;
    margin-bottom: 60px;
}
.benefit-card {
    background: var(--white);
    border-radius: var(--radius-20);
    padding: 32px 28px;
    text-align: center;
    box-shadow: var(--shadow-10);
    /*border-top: 4px solid transparent;
    border-image: var(--gradient) 1;*/
    transition: transform 0.3s;
    position: relative;
}
.benefit-card:hover { transform: translateY(-4px); }
.benefit-card__icon {
    font-size: 40px;
    margin-bottom: 16px;
    display: block;
}
/* ===== STATS ===== */
.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
    border-radius: var(--radius-20);
    overflow: hidden;
    box-shadow: var(--shadow-10);
}
.stat {
    background: var(--white);
    padding: 36px 28px;
    text-align: center;
}
.stat__number {
    font-family: var(--font-display);
    font-size: 48px;
    color: var(--blue);
    line-height: 1;
    margin-bottom: 8px;
}
.stat__number span { color: var(--red); }
.stat__label { color: var(--gray-5d); font-size: 14px; font-weight: 500; }
/* ===== 3 STEPS ===== */
.steps{background:var(--blue); color: var(--white);position:relative;overflow:hidden;}
.steps::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 20% 60%,rgba(158,29,40,.18) 0%,transparent 55%);}
.steps__header{text-align:center;margin-bottom:50px;position:relative;}

.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;position:relative;margin-bottom:40px;}
.steps-grid::before{content:'';position:absolute;top:65px;left:calc(16.66% + 20px);right:calc(16.66% + 20px);height:2px;background:linear-gradient(90deg,rgba(255,255,255,.15),rgba(158,29,40,.5),rgba(255,255,255,.15));}
.step-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-20);padding:36px 28px;text-align:center;transition:background .3s;}
.step-card:hover{background:rgba(255,255,255,.1);}
.step-card__num{width:56px;height:56px;border-radius:var(--radius-100);background:var(--gradient);color:var(--white);font-family:var(--font-display);font-size:22px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;z-index: 99;position: relative;}
.step-card h3{color:var(--white);margin-bottom:10px;font-size:19px;}
.step-card p{color:rgba(255,255,255,.65);font-size:14px;}
.steps__cta{text-align:center;position:relative;}

/* ===== FAQ ===== */
.faq {  background: var(--white-f3); }
.faq__header { text-align: center; margin-bottom: 50px; }

.faq__list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.faq__item {
    background: var(--white);
    border-radius: var(--radius-10);
    border: 1px solid rgba(65,65,65,0.1);
    overflow: hidden;
}
.faq__q {
    width: 100%;
    text-align: left;
    padding: 20px 24px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    color: var(--blue);
    transition: background 0.2s;
}
.faq__q:hover { background: var(--white-f3); }
.faq__q-icon {
    width: 24px; height: 24px;
    border-radius: 50%;
    background: var(--gradient);
    color: white;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    transition: transform 0.3s;
}
.faq__item.open .faq__q-icon { transform: rotate(45deg); }
.faq__a {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s;
    font-size: 14px;
    color: var(--gray-5d);
    line-height: 1.8;
}
.faq__item.open .faq__a {
    max-height: 300px;
    padding: 20px 24px 20px;
}
.faq__a ul {
    padding-left: 4px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.faq__a li {
    color: var(--black);
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.faq__a li:before {
    content: '•';
    color: var(--red);
    font-size: 18px;
    line-height: 1.2;
    flex-shrink: 0;
}
/* ===== CTA BANNER ===== */
.cta-banner {
    background: var(--gradient);
    color: var(--white);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.06) 0%, transparent 60%);
}
.cta-banner__inner { position: relative; }
.cta-banner__btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* services type and offer section */
.we-offer { background: var(--white-f3); }
.offer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 40px;
}
.offer-card {
  background: var(--white);
  border-radius: var(--radius-10);
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: var(--shadow-10);
  transition: transform 0.25s, box-shadow 0.25s;
  border-left: 3px solid var(--red);
}
.offer-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.offer__icon {
  width: 36px; height: 36px;
  background: linear-gradient(135deg, rgba(11,37,76,0.08), rgba(158,29,40,0.08));
  border-radius: var(--radius-5);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}
.offer__text { font-size: 14px; font-weight: 500; color: var(--black-1a); }

/* ===== SERVICE TYPES ===== */
.service_type_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  margin-top: 40px;
}
.service_type_grid.baby-moth-grid, .service_type_grid.grid_three { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.service_type_card {
  border-radius: var(--radius-20);
  overflow: hidden;
  border: 1px solid rgba(65,65,65,0.12);
  transition: transform 0.3s, box-shadow 0.3s;
  background: var(--white);
}
.service_type_card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-10);
}
.service_type_card .card__top {
  height: 10px;
  background: var(--gradient);
}
.service_type_card .card__body { padding: 28px; }
.service_type_card .card__icon {
  width: 52px; height: 52px;
  border-radius: var(--radius-10);
  background: linear-gradient(135deg, rgba(11,37,76,0.07), rgba(158,29,40,0.07));
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
  margin-bottom: 16px;
}
/* ===== FULL COVERAGE ===== */
.coverage { background: var(--blue); color: var(--white); }
.coverage__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 40px 0;
}
.coverage__columns.nurse_coverage { grid-template-columns: repeat(2, 1fr); max-width: 900px; margin: 30px auto 0; }
.coverage__col {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-20);
  padding: 28px;
}
.coverage__col ul { display: flex; flex-direction: column; gap: 10px; list-style: none; padding: 0; margin: 0;}
.coverage__col li {
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.coverage__col li::before {
  content: '✦';
  color: var(--red);
  font-size: 10px;
  flex-shrink: 0;
  margin-top: 4px;
}
.coverage__cta { text-align: center; }
/* ===== WHY ===== */
.why__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.why__list { display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px; }
.why__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: var(--white-f3);
  border-radius: var(--radius-10);
}
.why__item-icon {
  width: 44px; height: 44px;
  border-radius: var(--radius-10);
  background: var(--gradient);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  color: white;
}
.why__item-text strong { display: block; color: var(--blue); margin-bottom: 4px; font-size: 15px; }
.why__item-text span { font-size: 14px; color: var(--gray-5d); }
.why__image {
  border-radius: var(--radius-20);
  overflow: hidden;
  min-height: 480px;
  border: 2px solid transparent;
  background: var(--border-gradient);
}
.why__image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  border-radius: var(--radius-20);
}
/* ===== PROCESS STEPS ===== */
.process { background: var(--white-f3); }
.process__header { text-align: center; margin-bottom: 50px; }
.process_steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0;
  position: relative;
}
.process_steps::before {
  content: '';
  position: absolute;
  top: 36px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: var(--gradient);
  z-index: 0;
}
.process_step {
  text-align: center;
  padding: 0 20px 40px;
  position: relative;
  z-index: 1;
}
.step__num {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--gradient);
  color: white;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 4px 20px rgba(158,29,40,0.3);
}
/* Floating Button */
.float_btn {
  list-style: none;
  padding: 0;
  margin: 0;
  width: fit-content;
  position: fixed;
  right: 0;
  z-index: 99999999;
  bottom: 0;
  bottom: 30%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.float_btn li:not(:last-child) {
  margin-bottom: 10px;
}
.float_btn a {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--gradient);
  color: var(--white);
  border-radius: 15px 0 0 15px;
}
.float_btn a:hover { background: var(--gradient-hover); }
.float_btn a span { display: none; }

/* ===== NORMAL LEVELS TABLE ===== */
.table_section{padding:60px 0;background:var(--white-f3);}
.table__top{text-align:center;margin-bottom:40px;}
.test__table{width:100%;border-collapse:collapse;border-radius:var(--radius-20);overflow:hidden;box-shadow:var(--shadow-10);}
.test__table thead{background:var(--gradient);}
.test__table th{color:var(--white);padding:16px 20px;text-align:left;font-size:14px;font-weight:600;}
.test__table td{padding:16px 20px;border-bottom:1px solid var(--border);font-size:14px;color:var(--gray-5d);background:var(--white);}
.test__table tr:hover td{background:var(--white-f3);}
.test__table td:first-child{font-weight:600;color:var(--black);}