@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* "Nunito Sans", sans-serif; */

body {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    box-sizing: border-box;
}


a {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

ul,
li {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
    font-family: "Poppins", sans-serif;
    margin: 0;
}

p {
    font-size: 14px;
    color: #9d9d9b;
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

.kicker {
    font-family: "Poppins", sans-serif;
}

.carenza-btn {
    padding: 3% 5%;
    border-radius: 10px;
    box-shadow: none;
    border: none;
    color: #fff;
    font-family: "Poppins", sans-serif;
    background-image: linear-gradient(to right, #006a58, #007b78);
    transition: 0.4s;
}

.carenza-btn:hover {
    transition: 0.4s;
    background-image: none;
    background-color: transparent;
    border: 2px solid #007a75;
    color: #007a75;
}

.carenza-transparent-btn {
    padding: 3% 5%;
    border-radius: 10px;
    font-family: "Nunito Sans", sans-serif;
    box-shadow: none;
    background-color: transparent;
    border: 2px solid #007a75;
    color: #007a75;
    transition: 0.4s;
}

.carenza-transparent-btn:hover {
    color: #fff;
    background-image: linear-gradient(to right, #007f7d, #007e7d);
    transition: 0.4s;
}

    .error {
        color: red;
        font-size: 14px;
        display: none;
        margin-bottom: 10px;
    }
    
  /* General: remove native appearance */
        input[type="number"] {
          -webkit-appearance: none !important; /* Chrome, Safari, Edge (WebKit/Blink) */
          -moz-appearance: textfield !important; /* Firefox */
          appearance: textfield !important;
          margin: 0;
          padding: .4rem .6rem;
          font-size: 1rem;
        }
        
        /* Webkit/Blink: hide inner & outer spin buttons */
        input[type="number"]::-webkit-outer-spin-button,
        input[type="number"]::-webkit-inner-spin-button {
          -webkit-appearance: none !important;
          margin: 0;
          display: none !important;
        }
        
        /* Firefox (older) - ensure no spinner */
        input[type="number"]::-moz-inner-spin-button,
        input[type="number"]::-moz-outer-spin-button {
          display: none !important;
        }
        
        /* If you're using Bootstrap or another framework add common selectors */
        .form-control[type="number"],
        input.form-control[type="number"],
        input[type="number"].form-control {
          -webkit-appearance: none !important;
          -moz-appearance: textfield !important;
          appearance: textfield !important;
        }
        
        /* Optional: style so it still looks like a normal input */
        input[type="number"] { border: 1px solid #ccc; border-radius: 4px; }
        
        /* If you want to completely hide CLEAR button in IE/Edge */
        input[type="number"]::-ms-clear { display: none; width: 0; height: 0; }
        input[type="number"]::-ms-expand { display: none; } /* old IE/Edge */

#enquiryModal {
    background-color: transparent;
    border: 0;
}

#enquiryModal .modal-content {
    background-color: transparent;
    border-radius: 3px;
}

#enquiryModal .modal-content .row .col-md-5 {
    padding: 0;
    margin: 0;
}

#enquiryModal .modal-content .row .col-md-7 {
    padding: 0;
    margin: 0;
}

#enquiryModal .modal-content .popup-left .left-content {
    background: url('../assets/img/why-carenza.webp')no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 8px 0 0 8px;
    height: 100%;

}

#enquiryModal .modal-content .popup-left .left-content .opacity {
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.4;
    z-index: 5;
    border-radius: 8px 0 0 8px;
}

#enquiryModal .modal-content .popup-left .left-content .left-con {
    position: absolute;
    bottom: 5%;
    z-index: 15;
    left: 5%;
    color: #fff;
}

#enquiryModal .modal-content .left-content .left-con h3 {
    color: #fff;
    font-size: 25px;
}

#enquiryModal .modal-content .left-content .left-con p {
    color: #fff;
    font-size: 14px;
}

#enquiryModal .modal-content .form-a {
    padding: 5%;
    background-color: #fff;
    border-radius: 0 8px 8px 0;
}

#enquiryModal .modal-content .form-a .form-control {
    border: 0;
    border-bottom: 1.5px solid #068a74;
    border-radius: 0;
    box-shadow: none;
    transition: 0.4s;
}

#enquiryModal .modal-content .form-a .form-control:hover {
    border: 1.8px solid #068a74;
}

#enquiryModal .modal-content .form-a .form-control::placeholder {
    color: #068a74;
    font-size: 14px;
}

#enquiryModal .modal-content .form-a label {
    font-size: 12px;
    color: #068a74;
}

#enquiryModal .modal-content .form-a label span{
    color: #ff250c;
    font-size: 13px;
    font-weight: 600;
}

#enquiryModal .btn-close {
    box-shadow: 2px 0px 6px rgb(255 255 255);
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    padding: 2%;
}

#enquiryModal .modal-content .form-a h4 {
    font-size: 25px;
    font-weight: 700;
    padding: 0 0 3% 0;
}

/* ----------------------------------------------------
   HEADER
---------------------------------------------------- */
header {
    background: #fff;
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);*/
    position: sticky;
    top: 0;
    z-index: 999;
}
.navbar{
    padding: 0;
}
.navbar-brand{
    width: 25%;
}
.navbar-brand img {
    width: 90px;
    height:auto;
}

.navbar-toggler:focus {
    box-shadow: none;
    border: 0;
}

/* ----------------------------------------------------
   NAV LINKS
---------------------------------------------------- */
.navbar-nav .nav-link {
    color: #7a7a7a !important;
    font-weight: 600;
    padding: 10px 18px;
    position: relative;
    transition: 0.3s ease;
    font-size:15px;
}

/* Hover text color */
.navbar-nav .nav-link:hover {
    color: #007f7d !important;
}

/* ----------------------------------------------------
   UNDERLINE / TOP BAR EFFECT
---------------------------------------------------- */
.navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    /* Top bar (same as your screenshot) */
    left: 8px;
    height: 3px;
    width: 0;
    border-radius: 5px;
    background-color: #007f7d;
    transition: 0.3s ease;
}

#mainMenu ul {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 1400px) { #mainMenu ul {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}}
/* Hover underline expand */
.navbar-nav .nav-link:hover::before {
    width: 100%;
}

/* ----------------------------------------------------
   ACTIVE MENU STYLE
---------------------------------------------------- */
.navbar-nav .nav-link.active {
    color: #007f7d !important;
    font-weight: 700 !important;
}

.navbar-nav .nav-link.active::before {
    width: 100%;
    /* full top bar when active */
}

/* nav-item is static on desktop so the mega menu anchors to <header>
   (the sticky positioning context) and can span the full page width. */
.nav-item-mega {
    position: static;
}

.nav-link-group {
    display: flex;
    align-items: center;
}

.service-menu-toggle {
    display: none;
    border: 0;
    background: transparent;
    color: #7a7a7a;
    padding: 10px 10px 10px 0;
}
.services-mega-menu .svg-inline--fa{color:#fff}
/* ---- 80% width, page-centered mega menu ---- */
.services-mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
    border-top: 1px solid #eef2f1;
    padding: 30px 0;
    margin-top: -12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 1000;
}

/* hover bridge so the menu doesn't close in the gap below the navbar */
.services-mega-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    height: 18px;
}

.nav-item-mega:hover .services-mega-menu,
.nav-item-mega.mega-open .services-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* inner content aligned to the page container */
.services-mega-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.services-mega-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding: 0 6px 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eef2f1;
}

.services-mega-eyebrow {
    display: block;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #007b78;
    font-weight: 600;
}

.services-mega-title {
    margin: 4px 0 0;
    font-size: 20px;
    font-weight: 700;
    color: #101010;
}

.services-mega-all {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #006a58;
    text-decoration: none;
    transition: gap 0.25s ease;
}

.services-mega-all:hover {
    gap: 12px;
    color: #007b78;
}

/* 4-column grid */
.services-mega-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.services-mega-link {
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 14px;
    padding: 12px 14px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.services-mega-link:hover {
    background: #f2faf8;
    border-color: #d9efe9;
    transform: translateY(-2px);
}

.services-mega-link.is-current {
    background: #f2faf8;
    border-color: #cfeae3;
}

.services-mega-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: linear-gradient(135deg, #006a58, #009b91);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 8px 18px rgba(0, 123, 120, 0.25);
    transition: transform 0.25s ease;
}

.services-mega-link:hover .services-mega-icon {
    transform: scale(1.06);
}

.services-mega-icon i {
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

.services-mega-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.services-mega-copy strong {
    color: #101010;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

/* 4 -> 3 -> 2 columns as the desktop narrows */
@media (max-width: 1199.98px) {
    .services-mega-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.service-card-link {
    color: inherit;
    text-decoration: none;
}

.service-card-read-more {
    display: inline-block;
    margin-top: 12px;
}

/* ----------------------------------------------------
   CONTACT BUTTON
---------------------------------------------------- */
.contact-btn {
    background-image: linear-gradient(to right, #006854, #007f7d);
    color: #fff !important;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 500;
    transition: 0.4s;
}

.contact-btn:hover {
    background-image: linear-gradient(to right, #007f7d, #055d5d);
}

/* ----------------------------------------------------
   HAMBURGER MENU ANIMATION
---------------------------------------------------- */
.navbar-toggler {
    border: none;
    position: relative;
    width: 30px;
    height: 22px;
    transition: all 0.3s ease;
}

.navbar-toggler span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #007f7d;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.navbar-toggler span:nth-child(1) {
    top: 0;
}

.navbar-toggler span:nth-child(2) {
    top: 9px;
}

.navbar-toggler span:nth-child(3) {
    top: 18px;
}

/* When menu opens */
.navbar-toggler.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
}

.navbar-toggler.active span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 9px;
}






/* banner start here */
.carenza-banner {
    padding: 5% 0 0% 7%;
}

.carenza-banner .banner-container-fluid .row {
    align-items: stretch;
}

.carenza-banner .row .col-md-7 {
    padding: 0;
}

.carenza-banner .banner-container-fluid .row > div:last-child {
    padding-left: 0;
    padding-right: 0;
}

.carenza-banner .img-bx {
    height: 100%;
}

.carenza-banner .img-bx img {
    width: 100%;
    height: 100%;
}

.carenza-banner .heading {
    color: #007a75;
    font-weight: 800;
    font-size: 32px;
    padding: 0% 8% 3% 0;
}

.carenza-banner p {
    color: #9d9d9b;
    font-size: 16px;
    padding: 0 0 5% 0;
}

.carenza-banner .sub-head {
    padding: 0;
    /*margin: 0px 0 5px -16px;*/
    color: #070707;
    font-size: 20px;
}

.carenza-banner .sub-head span img {
    margin: -5px 0 0 0;
    width: 35%;
}

.carenza-banner .banner-container-fluid .button-row {
    display: flex;
    gap: 15px;
}

.review-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 12px;
    padding: 0 0 0 0;
    gap: 15px;
    /* box-shadow: 0 4px 10px rgba(0,0,0,0.08); */
    max-width: 370px;
    font-family: "Poppins", sans-serif;
}

.review-left {
    display: flex;
    align-items: center;
}

.review-left img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #006552;
    margin-left: -12px;
    box-shadow: 0 0 0 1px #ddd;
}

.review-left img:first-child {
    margin-left: 0;
}

.review-right {
    padding: 20px 0 0 0;
}

.review-right .review-title {
    margin: 16px 0 -18px 0;
    font-size: 16px;
    color: #6f06f9;
    font-weight: 600;
    display: flex;
    align-items: center;
    /*gap: 5px;*/
}

.review-right .review-title span {
    border-bottom: 1px solid #6f06f9;
}

.review-right .review-title span img {
    width: 35%;
}

.review-right .review-title .span-arrow {
    font-size: 16px;
}

.review-right p {
    margin: 5px 0 0;
    color: #070707;
    font-size: 12px;
    font-weight: 700;
}

.review-right p span {
    color: #ffba3d;
}


/* Owl Carousel Section base */
.home-healthcare {
    text-align: center;
    padding: 80px 0;
    background: #fff;
}

.section-subtitle {
    color: #007f7d;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 auto 15px;
    width: 8%;
    text-transform: uppercase;
    border-bottom: 1px solid #007b77;
}

.section-title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
}

.section-desc {
    color: #777;
    font-size: 17px;
    max-width: 1000px;
    margin: 0 auto 50px;
}

/* Owl container */
.owl-carousel {
    width: 84%;
    margin: 0 auto;
}


/* Arrow container */
.slider-nav {
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 0px;
}

/* Button base */
.nav-btn {
    background: #007f7d;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-btn:hover {
    background: #008d72;
}

/* Circle + arrow icon */
.nav-btn .circle {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-btn .fa-chevron-right {
    color: #fff;
    font-size: 10px;
}

.nav-btn .fa-chevron-left {
    color: #fff;
    font-size: 10px;
}

/* Each card */
.healthcare-card {
    background: #fff;
    border-radius: 20px;
    width: 80%;
    margin: 0 auto;
    padding: 10%;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    text-align: center;
    min-height: 300px;
}

.healthcare-card .icon {
    display: flex;
    justify-content: center;
}

.home-healthcare .owl-carousel .owl-stage-outer {
    padding: 2% 0 2% 0.2%;
}

.healthcare-card .icon img {
    width: 70px;
    height: 70px;
    padding: 3%;
    margin-bottom: 25px;
    background-color: #fff;
    border: 2px solid #007a75;
    border-radius: 50%;
}

.healthcare-card h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 15px;
    color: #111;
}

.healthcare-card p {
    color: #9d9d9b;
    font-size: 14px;
    line-height: 1.5;
    max-width: 250px;
    margin: 0 auto;
}

/* Active center slide */
.owl-item.center .healthcare-card {
    background-image: linear-gradient(to left bottom, #007f7d, #006753);
    color: #fff;
    transform: scale(1.12);
}

.owl-item.center .healthcare-card h3 {
    color: #fff;
    font-size: 19px;
}

.owl-item.center .healthcare-card p {
    color: #e3e3e3;
    font-size: 16px;
}

/* Navigation arrows */
.slider-nav {
    text-align: center;
    margin-top: 40px;
}

.slider-nav button {
    background: #007f7d;
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin: 0 10px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-nav button:hover {
    background: #008d72;
}

/* Responsive */
@media (max-width: 991px) {
    .section-title {
        font-size: 28px;
    }

    .owl-carousel {
        width: 90%;
    }
}




/* About Section Start */
.about-us {
    padding: 5% 0;
    background-color: #f2f8f7;
    position: relative;
}

.about-us .content-a {
    position: relative;
    z-index: 10;
}

.content-a h2.section-title.text-center {
    max-width: 800px;
    margin: auto;
    margin-bottom: 40px;
}

.about-us .stes {
    position: absolute;
    top: 15%;
    right: 14%;
    bottom: 0;
    width: 67%;
    transform: scaleX(-1) rotate(21deg);
    transform-origin: center;
    opacity: 1;
    pointer-events: none;
    z-index: 999999;
}

/* image area */
.about-us .img-box {
    position: relative;
}

.about-us .img-box .big-img {
    border-radius: 5px 30px;
    width: 83%;
    margin: 0 0 0 15%;
}

.about-us .img-box .small-img {
    border-radius: 5px 60px;
    margin: -55px 0 0 0;
    width: 64%;
}

.about-us .img-box .btn-play {
    color: #007a75;
    background-color: #fff;
    border-radius: 50%;
    padding: 5.5% 5%;
    font-size: 18px;
    position: absolute;
    bottom: 20%;
    left: 30%;
    right: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width:52px;
    height:52px;
}


/* bullet area */
.about-us .bullet-p li {
    list-style-type: disc;
}

.about-us .bullet-p li::marker {
    color: #007a75;
    /* your bullet color */
    font-size: 1.2em;
    /* optional */
}

.about-us .col-md-5 {
    padding: 0 7% 0 0;
}

.about-us .bullet-p li h3 {
    font-size: 16px;
}

.about-us .bullet-p li p {
    font-size: 14px;
    color: #9d9d9b;
}

.about-us .video-play-modal .modal-content {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 0;
}

.about-us .video-play-modal .modal-header {
    border: 0;
}

.about-us .video-play-modal .modal-header .btn-close {
    background-color: #fff;
    /* color: #fff; */
    border-radius: 50% 50% 50% 0;
    opacity: 1;
    top: 23px;
    right: -10px;
    position: absolute;
}

.about-us .who-we .col-md-6 {
    padding: 0 5% 0 1%;
}

.about-us .who-we .col-md-6 p {
    font-size: 18px;
    font-weight: 600;
}

.about-us .who-we .col-md-6 p i {
    font-size: 16px;
}

.content-a a {
    color: #007f7d;
}

/* How We work */
.how-it-works {
    padding: 5% 0 0;
}

.how-it-works h6 {
    color: #00a67d;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.how-it-works img {
    transition: transform 0.3s ease;
    width: 50%;
}

.how-it-works img:hover {
    transform: scale(1.1);
}

.about-us .how-it-works .section-subtitle {
    width: 10%;
}

.how-it-works h3 {
    color: #222;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 5% 20% 0;
}

.how-it-works .text-muted {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    padding: 2% 10% 0;
}

/* How It Works - Vector 1 dashed connector between steps */
.how-it-works .how-step {
    position: relative;
}

.how-it-works img.how-connector {
    display: none;
}

@media (min-width: 768px) {
    .how-it-works img.how-connector {
      display: block;
        position: absolute;
        top: 28%;
        left: 83%;
        width: 35% !important;
        height: auto;
        z-index: 1;
        pointer-events: none;
    }

    .how-it-works img.how-connector:hover {
        transform: none;
    }
}


/* Why carenza */
.why-carenza .carenza-container-fluid {
    display: grid;
    grid-template-columns: 50% 50%;
}

.why-carenza .carenza-container-fluid .img-bx img {
    width: 100%;
    height: 100%;
}

.why-carenza .carenza-container-fluid .content-bx {
    background-image: linear-gradient(to bottom right, #006753, #007f7d);
    padding: 8% 8% 8% 8%;
}

.why-carenza .content-bx .-why-sub {
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #eee;
    padding: 0;
    margin: 0;
    width: 31%;
    font-weight: 500;
}

.why-carenza .content-bx h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    padding: 4% 0 5% 0;
}

.why-carenza .content-bx p {
    color: #eee;
    font-weight: 300;
    padding: 0 0 5% 0;
    font-size: 17px;
}

.why-carenza .content-bx ul li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 22px;
    color: #eee;
}

.why-carenza .content-bx ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background-image: url(../assets/icon/starburst.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.why-carenza .content-bx ul li strong {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
}

.why-carenza .content-bx ul li p {
    color: #d9efed;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.55;
    padding: 0;
    margin: 0;
}

.why-btn {
    align-items: center;
    width: 50%;
    margin: 10% 0 0 0;
    border-radius: 5px;
    padding: 2% 5% 3%;
    color: #007a75;
    transition: 0.4s;
    font-weight: 600;
    background-color: #fff;
}

.why-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    background-color: #fff;
}

.why-btn .arrow-r {
     background-image: linear-gradient(to bottom right, #007f7d, #006753);
    color: #fff;
    border-radius: 5px;
    width: 50px;
    padding: 5%;
    margin: 0 0 -12px 6px;
    box-sizing: content-box;
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
    width: var(--fa-width, 1.25em);
}

/* Testimonal slider */
.testi-se {
    padding-bottom: 2%;
}

.testi-se .kicker {
    color: #007f7d;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 auto 15px;
    width: 15%;
    text-transform: uppercase;
    border-bottom: 1px solid #007b77;
}

.testi-se .testimonial-slider {
    width: 93%;
    margin: 60px auto -60px;
}

.testi-se .testimonial-slider .slick-track {
    padding: 0 0 5%;
}

.testi-se .testimonial-sliders {
    width: 90%;
    margin: 0 auto -10px;
}

.testi-se .testimonial-sliders .slick-track {
    padding: 0 0 3%;
}

.testi-se .testimonial-slider .testimonial-item,
.testi-se .testimonial-sliders .testimonial-item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    height: 270px;
    margin: 0 15px;
    transition: all 0.5s ease;
    opacity: 0.9;
    transform: scale(0.9);
    position: relative;
}

.testi-se .testimonial-slider .testimonial-item {
    padding: 25px 25px;
}

.testi-se .testimonial-sliders .testimonial-item {
    padding: 45px 25px;
}

.testi-se .testimonial-slider .slick-active,
.testi-se .testimonial-sliders .slick-active {
    opacity: 0.9;
    transform: scale(0.97);
}

.testi-se .slick-center {
    opacity: 1;
    transform: scale(1);
}

.testi-se .testimonial-item .location {
    color: #888;
    font-size: 14px;
    margin-bottom: 10px;
}

.testi-se .testimonial-item .review {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.testi-se .bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 23px;
}

.testi-se .stars {
    color: #ffb400;
    font-size: 18px;
    letter-spacing: 2px;
    position: absolute;
    top: -37px;
}

.testi-se .user-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
   left: 360px;
    top: -42px;
}
@media (max-width: 992px) {
    .testi-se .user-img,
    .testi-se .stars,
    .testi-se .bottom-row {
        position: static;
    }
}
.testi-se .why-btn {
    width: 18%;
    display: flex;
    justify-content: space-between;
    background-image: linear-gradient(to right, #006854, #007f7d);
    margin: 0 auto;
    padding: 10px 15px;
    color: #fff;
}

.testi-se .why-btn .arrow-r {
    background-image: linear-gradient(to bottom right, #fff, #eee);
    color: #006753;
    margin: 0 0;
}

.testimonial-sliders {
    padding: 40px 20px;
}

.testimonial-sliders .testimonial-item {
    background: #ffffff;
    padding: 32px;
    margin: 12px;
    border-radius: 28px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.06);
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Projects */
.counter-sec .counter {
    font-size: 40px;
    font-weight: 700;
}

.counter-sec h2 {
    font-size: 40px;
    padding: 0 0 3%;
}

/* Gallery section start */
.gallery-sec {
    background: #f7fbfa;
}

.gallery-home {
    background: #f7fbfa;
}

.gallery-hero {
    background: linear-gradient(180deg, #f1fbf8 0%, #ffffff 100%);
    padding-bottom: 45px;
}

.gallery-page .container,
.gallery-home .container {
    max-width: 1180px;
}

.carenza-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.carenza-gallery-card {
    background: #ffffff;
    border: 1px solid rgba(0, 127, 125, 0.12);
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.carenza-gallery-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(0, 103, 83, 0.14);
}

.carenza-gallery-card img {
    aspect-ratio: 2 / 3;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.carenza-gallery-card figcaption {
    color: #22312f;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    min-height: 70px;
    padding: 16px 18px 18px;
}

.gallery-more-wrap {
    margin-top: 36px;
    text-align: center;
}

@media (max-width: 991px) {
    .carenza-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .carenza-gallery-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .carenza-gallery-card figcaption {
        min-height: auto;
    }
}

.carenza-lightbox {
    align-items: center;
    background: rgba(4, 25, 23, 0.9);
    display: none;
    inset: 0;
    justify-content: center;
    padding: 28px;
    position: fixed;
    z-index: 999999;
}

.carenza-lightbox.is-open {
    display: flex;
}

.carenza-lightbox-dialog {
    max-width: min(980px, 100%);
    position: relative;
    width: 100%;
}

.carenza-lightbox-image {
    background: #ffffff;
    border-radius: 8px;
    display: block;
    max-height: 78vh;
    object-fit: contain;
    width: 100%;
}

.carenza-lightbox-caption {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
    margin: 16px auto 0;
    max-width: 760px;
    text-align: center;
}

.carenza-lightbox-close,
.carenza-lightbox-nav {
    align-items: center;
    background: #ffffff;
    border: 0;
    border-radius: 8px;
    color: #006753;
    display: flex;
    height: 44px;
    justify-content: center;
    position: absolute;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    width: 44px;
}

.carenza-lightbox-close:hover,
.carenza-lightbox-nav:hover {
    background: #007f7d;
    color: #ffffff;
}

.carenza-lightbox-close {
    right: 0;
    top: -58px;
}

.carenza-lightbox-nav {
    top: 50%;
    transform: translateY(-50%);
}

.carenza-lightbox-nav:hover {
    transform: translateY(-50%) scale(1.04);
}

.carenza-lightbox-prev {
    left: -62px;
}

.carenza-lightbox-next {
    right: -62px;
}

@media (max-width: 767px) {
    .carenza-lightbox {
        padding: 18px;
    }

    .carenza-lightbox-nav {
        bottom: -62px;
        top: auto;
        transform: none;
    }

    .carenza-lightbox-nav:hover {
        transform: scale(1.04);
    }

    .carenza-lightbox-prev {
        left: calc(50% - 52px);
    }

    .carenza-lightbox-next {
        right: calc(50% - 52px);
    }

    .carenza-lightbox-caption {
        margin-bottom: 52px;
    }
}









/* Pricing Grid Section start */
.subscription-sec {
    /*background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);*/
    padding: 5% 0;
}

.subscription-sec .plus-banner {
    background-size: cover !important;
    background-position: center !important;
    padding: 3% 0;
}

.plus-banner .kicker {
    color: #007f7d !important;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #007f7d;
    width: 14%;
    margin: 0 auto;
}

.subscription-sec .plus-banner h2 {
    font-size: 35px;
    font-weight: 800;
    padding: 1% 0%;
}

.subscription-sec .plus-banner p {
    font-size: 16px;
    color: #9d9d9b;
}

.subscription-sec .pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

.subscription-sec .pricing-card {
    background: white;
    border-radius: 20px;
    padding: 35px 25px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    transition: 0.4s;
}

.subscription-sec .pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(to top, #006854, #007f7d);
    color: white;
    transition: 0.4s;
}

/*.subscription-sec .pricing-card.featured {*/
/*    background-image: linear-gradient(to right, #007f7d, #007e7d);*/
/*    color: white;*/
/*}*/

.subscription-sec .card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.subscription-sec .icon {
    font-size: 14px;
    margin: -8px 0 0 0;
}

.subscription-sec .plan-name {
    font-size: 14px;
    font-weight: 600;
}

.subscription-sec .price {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

.subscription-sec .price-period {
    font-size: 16px;
    opacity: 0.7;
    margin-bottom: 25px;
}

.subscription-sec .description {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
    font-weight: 400;
}

.subscription-sec .cta-button {
    background-image: linear-gradient(to right, #006854, #007f7d);
    /* background: #0d9488; */
    color: white;
    border: none;
    padding: 16px 30px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.4s;
    margin-bottom: 30px;
    width: 100%;
}

.subscription-sec .cta-button:hover {
    background-image: linear-gradient(to right, #0d9488, #0f766e);
    transform: scale(1.02);
    transition: 0.4s;
}

.subscription-sec .pricing-card:hover>.cta-button {
    background: white;
    color: #0d9488;
    transition: 0.4s;
}

/* Position button text properly */
.btn-change {
    position: relative;
}

/* Hide original text when DIV is hovered */
.subscription-sec .pricing-card:hover .btn-change span {
    opacity: 0;

}

/* New text on hover */
.subscription-sec .pricing-card:hover .btn-change::after {
    content: "Get Started";
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.subscription-sec .pricing-card:hover>.description {
    color: #eee;
}

.subscription-sec .features-list {
    list-style: none;
    flex-grow: 1;
}

.subscription-sec .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.5;
}

.subscription-sec .pricing-card .features-list .checkmark {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: #0d9488;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    margin-top: 2px;
}

.subscription-sec .pricing-card:hover>.features-list .checkmark {
    background-color: #fff;
    color: #0d9488;
}

/*.subscription-sec .featured .checkmark {*/
/*    background: white;*/
/*    color: #0d9488;*/
/*}*/

.subscription-sec .feature-item.muted {
    opacity: 0.7;
}

.subscription-sec .custom-quote {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}

@media (max-width: 1200px) {
    .subscription-sec .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .subscription-sec .pricing-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .subscription-sec .pricing-card {
        padding: 25px 20px;
    }

    .subscription-sec .price {
        font-size: 32px;
    }

    .subscription-sec .plan-name {
        font-size: 18px;
    }

    #enquiryModal .modal-content .popup-left .left-content {
        height: 50vh;
    }

    #enquiryModal .modal-content {
        padding: 8%;
    }

    #enquiryModal .modal-content .popup-left .left-content .opacity {
        border-radius: 8px 8px 0 0;
    }

    #enquiryModal .modal-content .popup-left .left-content {
        border-radius: 8px 8px 0 0;
    }

    #enquiryModal .modal-content .form-a {
        border-radius: 0 0 8px 8px;
    }

    #enquiryModal .modal-content .form-a h4 {
        font-size: 22px;
    }

    #enquiryModal .modal-content .form-a label {
        font-size: 12px;
    }
}






/* Accordion section start */

.accordion-sec {
    padding: 2% 0 5%;
}

.accordion-sec .faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.accordion-sec .faq-label {
    color: #007f7d;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #007f7d;
    width: 3%;
    margin: 0 auto 3%;
}

.accordion-sec .faq-title {
    font-size: 35px;
    font-weight: 700;
    color: #1a1a1a;
}

.accordion-sec .accordion-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.accordion-sec .accordion-item {
    background: #e8f4f3;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-sec .accordion-item.active {
    background: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.accordion-sec .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 35px;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
}

.accordion-sec .accordion-header:hover {
    background: rgba(13, 148, 136, 0.05);
}

.accordion-sec .accordion-question {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    flex: 1;
}

.accordion-sec .accordion-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 20px;
}

.accordion-sec .accordion-icon svg {
    width: 24px;
    height: 24px;
    stroke: #1a1a1a;
    stroke-width: 2.5;
}

.accordion-sec .accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-sec .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-sec .accordion-item.active .accordion-content {
    max-height: 500px;
}

.accordion-sec .accordion-content-inner {
    padding: 0 35px 28px 35px;
}

.accordion-sec .accordion-answer {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
}

@media (max-width: 768px) {
    .accordion-sec .faq-title {
        font-size: 32px;
    }

    .accordion-sec .accordion-header {
        padding: 20px 20px;
    }

    .accordion-sec .accordion-question {
        font-size: 17px;
    }

    .accordion-sec .accordion-content-inner {
        padding: 0 20px 20px 20px;
    }

    .accordion-sec .accordion-answer {
        font-size: 15px;
    }

    .accordion-sec .accordion-icon {
        margin-left: 15px;
    }
}

@media (max-width: 480px) {
    .accordion-sec .faq-title {
        font-size: 22px;
    }

    .accordion-sec .accordion-question {
        font-size: 14px;
    }
}




/* Contact us section in home page */
.contaact-us-sec {
    padding: 2% 0 5%;
}

.contaact-us-sec .contact-header .kicker {
    color: #007f7d;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #007f7d;
    width: 9%;
    margin: 0 auto 1.5%;
}

.contaact-us-sec .top-info {
    max-width: 1100px;
    margin: 5% auto;
}

.contaact-us-sec .top-info .info-box {
    text-align: center;
}

.contaact-us-sec .top-info .info-box h3 {
    color: #007f7d;
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 20px;
}

.contaact-us-sec .top-info .info-box p {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    color: #070707;
}

.contaact-us-sec .top-info .info-box p a {
    text-decoration: none;
    color: #070707;
}

.contaact-us-sec .contact-wrapper {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgb(0 100 80);
}

.contaact-us-sec .contact-img {
    padding: 2% 0% 2% 1%;
    /* height: 100%; */
}

.contaact-us-sec .faq-title {
    font-size: 35px;
    font-weight: 800;
    padding: 1% 0%;
}

.contaact-us-sec .img-bx {
    border-radius: 10px;
    background: url('../assets/img/contact-us.webp')no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.contaact-us-sec .contact-bx {
    padding: 2% 1% 2% 1%;
    height: 100%;
}

.contact-form {
    background-image: linear-gradient(to top, #006854, #007f7d);
    color: #fff;
    height: auto;
    border-radius: 10px;
    padding: 50px 40px;
}

.contact-form h4 {
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-form p {
    font-size: 14px;
    color: #d3ebe6;
    margin-bottom: 8%;
}

.form-control {
    border: none;
    border-radius: 6px;
    font-size: 14px;
    padding: 3% 0 3% 3%;
}
.form-control:focus {
    box-shadow: none;
    outline: none;
}

.btn-submit {
    background: #fff;
    color: #007f7d;
    font-weight: 600;
    border-radius: 6px;
    width: 40%;
    padding: 10px;
    border: none;
    margin: 10% 0 0 0;
    padding: 2.5% 0;
}

.btn-submit:hover {
    background: #00a387;
    color: #fff;
}

.contact-form small {
    display: block;
    margin-top: 15px;
    color: #c8e6df;
    font-size: 14px;
}
.contact-form small a{
    color: #eee;
}
.contaact-us-sec .contact-form small a:hover{
    color: #777;
}
.contact-form a{
    color: #fff !important;
}
















/* Footer css here */
footer {
    background-color: #1d1d1d;
    padding: 3% 0 1%;
}

footer .social-div .foot-i {
    background-color: #fff;
    color: #007a75;
    border-radius: 50%;
    padding: 2.5% 2%;
    margin: 2% 3% 0 0;
    width:35px;
}

footer .logo-img {
    padding: 0 35% 0 0;
}

footer .logo-img img {
    width: 60%;
    margin: 0 0 2% -5%;
}

footer .logo-img p {
    font-size: 14px;
    color: #878785;
}

footer h3 {
    color: #fff;
    font-size: 18px;
    padding: 0 0 2% 0;
    font-weight: 600;
}

footer ul li {
    line-height: 25px;
    padding: 2% 0 1% 2%;
}

footer ul li a {
    color: #878785;
    font-size: 14px;
}

footer .foot-bx {
    padding: 0 0 0 25%;
}

.foot-bx .carenza-btn {
    margin: 10% 0 0 0;
}

footer .footer-bottom {
    padding: 2% 0 0 0;
    margin: 2% 0 0 0;
    border-top: 1.5px solid #eee;
}

footer .footer-bottom p {
    color: #878785;
    font-size: 14px;
}

footer .footer-bottom p a {
    color: #007a75;
    font-size: 15px;
    transition: 0.4s;
    font-weight: 600;
}

footer .footer-bottom p a:hover {
    transition: 0.4s;
    color: #fff;
}




















/* Service section start */
.service-sec .service-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: .3s;
}

.service-sec .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.service-sec .service-card .icon .svg-inline--fa {
    font-size: 45px;
    color: #007f7d;
    margin-bottom: 20px;
}

.service-card  a{color:#007f7d;}






/* Common banner section start */
.hero-section {
    position: relative;
    padding: 100px 0 60px;
    text-align: center;
}

.hero-section h1 {
    color: #fff;
    font-weight: 700;
}

.hero-section p {
    font-size: 14px;
    color: #eee;
    font-weight: 400;
}

.banner-content {
    position: relative;
    z-index: 5;
}

.hero-section .opacity {
    background-color: #007a75;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 0.7;
}

.contact-pg-banner {
    background: url('/assets/banner/banner.webp')no-repeat;
    background-size: cover;
    background-position: top center;
}


.service-why{
        background-image: linear-gradient(to right, #006854, #007f7d);
}



/* About Us Page */

.about-page-main {
    background: #fff;
}

.about-page-hero {
    padding: 28px 0 22px;
}

.about-page-hero-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.about-page-hero-card img {
    width: 100%;
    min-height: 310px;
    object-fit: cover;
    display: block;
}

.about-page-hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 32px;
    background: linear-gradient(90deg, rgba(20, 59, 57, 0.38), rgba(18, 34, 34, 0.12));
    color: #fff;
}

.about-page-hero-overlay h1 {
    max-width: 800px;
    font-size: 40px;
    line-height: 1.28;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
}

.about-page-hero-overlay p {
    max-width: 800px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
}

.about-difference {
    background: #eef7f6;
}

.about-difference .section-heading {
    margin-bottom: 56px;
}

.about-difference-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 52px 42px;
}

.about-difference-item {
    text-align: center;
    max-width: 270px;
    margin: 0 auto;
}

.about-difference-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #007f7d, #006753);
    color: #fff;
    margin-bottom: 16px;
    font-size: 15px;
}

.about-difference-item h3 {
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #202020;
    margin-bottom: 12px;
}

.about-difference-item p {
    font-size: 13px;
    line-height: 1.65;
    color: #8a8a8a;
    margin: 0;
}

.about-founder-panel {
    background: linear-gradient(135deg, #006854, #007f7d);
    padding: 68px 0 34px;
}

.about-founder-panel .container {
    max-width: 95%;
}

.about-founder-image {
    height: 100%;
}

.about-founder-image img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.about-founder-copy {
    color: #fff;
    padding: 4px 0 0 20px;
}

.about-founder-copy .section-tag {
    margin-bottom: 10px;
}

.about-founder-copy h2 {
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 700;
}

.about-founder-copy h3 {
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 22px;
    font-weight: 600;
}

.about-founder-copy p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 16px;
}

.about-founder-points {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.about-founder-point {
    background: rgba(255, 255, 255, 0.12);
    color: #dff7f3;
    border-radius: 4px;
    padding: 14px 48px;
    text-align: center;
    font-size: 14px;
    line-height: 1.55;
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-values-panel {
    padding: 0;
    background: #dce9e6;
}

.about-values-panel .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.about-values-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.45fr;
    align-items: stretch;
    min-height: 620px;
    position: relative;
    overflow: hidden;
}

.about-values-copy {
    background: linear-gradient(180deg, rgba(96, 107, 109, 0.66), rgba(73, 84, 86, 0.72));
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 78px 72px;
    position: relative;
    z-index: 2;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-values-copy::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(24, 38, 39, 0.48), rgba(20, 31, 32, 0.58)),
        url("../assets/img/about-values.webp") center/cover no-repeat;
    filter: blur(12px);
    transform: scale(1.08);
    opacity: 0.9;
    z-index: -2;
}

.about-values-copy::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(98, 106, 108, 0.60), rgba(61, 72, 74, 0.70));
    z-index: -1;
}

.about-values-copy > * {
    position: relative;
    z-index: 1;
}

.about-values-copy .section-tag {
    margin-bottom: 10px;
    color: #fff;
}

.about-values-copy .section-tag::after {
    display: none;
}

.about-values-copy h2 {
    color: #fff;
    font-size: 56px;
    line-height: 1.24;
    font-weight: 700;
    margin-bottom: 34px;
    max-width: 500px;
}

.about-values-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-values-list li {
    margin-bottom: 28px;
    padding-left: 28px;
    position: relative;
}

.about-values-list li::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 10px;
}

.about-values-list strong {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-values-list span {
    display: block;
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    line-height: 1.85;
    max-width: 500px;
}

.about-values-image {
    min-height: 620px;
}

.about-values-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.faq-hub-page .faq-hub-intro {
    max-width: 760px;
    margin: 0 auto;
}

.faq-hub-group {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 991.98px) {
    .nav-link-group {
        justify-content: space-between;
    }

    .service-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .services-mega-menu {
        position: static;
        width: 100%;
        max-width: none;
        margin-top: 0;
        padding: 14px 0 0;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
    }

    .services-mega-menu::before {
        display: none;
    }

    .nav-item-mega:hover .services-mega-menu {
        transform: none;
    }

    .nav-item-mega.mega-open .services-mega-menu {
        display: block;
        transform: none;
    }

    .services-mega-inner {
        max-width: none;
        margin: 0;
        padding: 0;
    }

    .services-mega-head {
        padding: 0 0 12px;
        margin-bottom: 10px;
    }

    .services-mega-grid {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .services-mega-link {
        padding: 10px 0;
    }
}

.about-page-main .accordion-sec {
    padding-top: 88px;
}

@media (max-width: 991px) {
    .about-difference-grid,
    .about-founder-points,
    .about-values-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-founder-copy {
        padding-left: 0;
    }

    .about-values-copy {
        padding: 52px 36px;
    }

    .about-values-copy h2 {
        font-size: 40px;
        max-width: 100%;
    }

    .about-values-list strong {
        font-size: 20px;
    }

    .about-values-list span {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .about-page-hero-overlay h1 {
        font-size: 18px;
    }

    .about-page-hero-overlay p {
        font-size: 10px;
    }

    .about-difference-grid,
    .about-founder-points,
    .about-values-grid {
        grid-template-columns: 1fr;
    }

    .about-difference {
        padding: 72px 0;
    }

    .about-founder-panel {
        padding: 56px 0 26px;
    }

    .about-founder-copy h2 {
        font-size: 24px;
    }

    .about-values-copy {
        padding: 34px 22px;
    }

    .about-values-copy h2 {
        font-size: 26px;
        max-width: 100%;
    }

    .about-values-list strong {
        font-size: 18px;
    }

    .about-values-list span {
        font-size: 14px;
        line-height: 1.7;
    }

    .about-values-grid,
    .about-values-image {
        min-height: auto;
    }
}

.about-pg-sec .about-image img {
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Home Nurse Visits Service Page */
.nurse-service-page {
    background: #fff;
}

.nurse-service-hero {
    position: relative;
    padding: 34px 0 26px;
    overflow: hidden;
}

.nurse-service-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../assets/banner/plus-banner.svg") center top / cover no-repeat;
    opacity: 0.22;
    pointer-events: none;
}

.nurse-service-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 930px;
    margin: 0 auto;
}

.nurse-service-hero .section-tag {
    margin-bottom: 14px;
    font-size: 11px;
}

.nurse-service-hero h1 {
    max-width: 720px;
    margin: 0 auto 16px;
    color: var(--carenza-green);
    font-size: 40px;
    line-height: 1.28;
    font-weight: 700;
}

.nurse-service-lead {
    max-width: 640px;
    margin: 0 auto 10px;
    color: #7e7e7e;
    font-size: 15px;
    line-height: 1.7;
}

.nurse-service-subtext {
    max-width: 980px;
    margin: 0 auto;
    color: #8c8c8c;
    font-size: 13px;
    line-height: 1.7;
}

.nurse-service-includes {
    background: #f2f8f7;
}

.nurse-service-image img {
    width: 100%;
    border-radius: 4px;
    display: block;
}

.nurse-service-copy h2 {
    color: #161616;
    font-size: 40px;
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 26px;
}

.nurse-service-copy h2 span {
    color: var(--carenza-green);
}

.nurse-service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nurse-service-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 16px;
    color: #767676;
    font-size: 16px;
    line-height: 1.65;
}

.nurse-service-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--carenza-green);
    box-shadow: 0 0 0 4px rgba(0, 127, 125, 0.12);
}

.nurse-service-audience {
    background: linear-gradient(135deg, #007f7d, #006854);
    padding: 42px 0 48px;
}

.nurse-service-audience h2 {
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 34px;
}

.nurse-service-audience-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.nurse-service-audience-card {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    color: #fff;
    text-align: center;
    padding: 16px 14px;
    font-size: 14px;
    line-height: 1.45;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nurse-service-page .accordion-sec {
    padding-top: 78px;
}

.nurse-service-page .urgent-homepage .urgent-panel {
    border-radius: 0;
}

.nurse-service-note {
    background: #fff;
}

.nurse-service-note-box {
    max-width: 960px;
    margin: 0 auto;
    padding: 38px 42px;
    background: #f2f8f7;
    border: 1px solid rgba(0, 127, 125, 0.1);
    border-radius: 4px;
}

.nurse-service-note-box .section-tag {
    margin-bottom: 14px;
    font-size: 11px;
}

.nurse-service-note-box h2 {
    color: #161616;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 16px;
}

.nurse-service-note-box p {
    margin: 0;
    color: #767676;
    font-size: 16px;
    line-height: 1.8;
}

.care-tabs-hero {
    background: linear-gradient(180deg, #f2fbf9 0%, #ffffff 100%);
    padding-bottom: 56px;
    position: relative;
}

.care-tabs-hero-grid {
    align-items: center;
    display: grid;
    gap: 46px;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.care-tabs-hero-copy h1 {
    color: var(--carenza-green);
    font-size: 44px;
    font-weight: 800;
    line-height: 1.18;
    margin: 0 0 18px;
    max-width: 760px;
}

.care-tabs-lead {
    color: #1e3431;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.55;
    margin: 0 0 14px;
}

.care-tabs-intro {
    color: #66716f;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    max-width: 760px;
}

.care-tabs-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.care-tabs-hero-media {
    border-radius: 8px;
    box-shadow: 0 26px 70px rgba(0, 103, 83, 0.2);
    overflow: hidden;
    position: relative;
}

.care-tabs-hero-media::after {
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    content: "";
    inset: 14px;
    pointer-events: none;
    position: absolute;
}

.care-tabs-hero-media img {
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    width: 100%;
}

.care-tabs-highlight-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
}

.care-tabs-highlight-card {
    background: #ffffff;
    border: 1px solid rgba(0, 127, 125, 0.12);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(0, 103, 83, 0.08);
    padding: 22px;
}

.care-tabs-highlight-card strong {
    color: #006753;
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}

.care-tabs-highlight-card span {
    color: #66716f;
    display: block;
    font-size: 14px;
    line-height: 1.55;
}

.care-tabs-section {
    background: #f7fbfa;
}

.care-tabs-heading {
    margin: 0 auto 42px;
    max-width: 780px;
}

.care-tabs-heading h2 {
    color: #161616;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 14px;
}

.care-tabs-heading p {
    color: #66716f;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

.care-tabs-shell {
    align-items: start;
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(240px, 330px) minmax(0, 1fr);
}

.care-tabs-nav {
    background: #ffffff;
    border: 1px solid rgba(0, 127, 125, 0.12);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(0, 103, 83, 0.08);
    display: grid;
    gap: 8px;
    max-height: 720px;
    overflow: auto;
    padding: 12px;
    position: sticky;
    top: 92px;
}

.care-tab-button {
    background: transparent;
    border: 0;
    border-radius: 6px;
    color: #34413f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    padding: 13px 14px;
    text-align: left;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.care-tab-button:hover,
.care-tab-button.is-active {
    background: linear-gradient(135deg, #007f7d, #006753);
    color: #ffffff;
}

.care-tab-button:hover {
    transform: translateX(2px);
}

.care-tabs-panels {
    min-height: 520px;
}

.care-tab-panel {
    background: #ffffff;
    border: 1px solid rgba(0, 127, 125, 0.12);
    border-radius: 8px;
    box-shadow: 0 20px 52px rgba(0, 103, 83, 0.1);
    padding: 42px;
    position: relative;
}

.care-tab-count {
    color: rgba(0, 127, 125, 0.14);
    font-size: 86px;
    font-weight: 800;
    line-height: 1;
    position: absolute;
    right: 30px;
    top: 24px;
}

.care-tab-panel h3 {
    color: #10211f;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 110px 18px 0;
}

.care-tab-panel p {
    color: #5d6967;
    font-size: 17px;
    line-height: 1.8;
    margin: 0 0 24px;
    max-width: 780px;
}

.care-tab-list {
    display: grid;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.care-tab-list li {
    background: #f7fbfa;
    border-left: 4px solid var(--carenza-green);
    border-radius: 6px;
    color: #34413f;
    font-size: 15px;
    line-height: 1.65;
    padding: 14px 16px;
}

@media (max-width: 991px) {
    .nurse-service-hero h1,
    .nurse-service-copy h2,
    .nurse-service-note-box h2,
    .nurse-service-audience h2 {
        font-size: 32px;
    }

    .nurse-service-audience-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .care-tabs-hero-grid,
    .care-tabs-shell {
        grid-template-columns: 1fr;
    }

    .care-tabs-hero-copy h1,
    .care-tabs-heading h2,
    .care-tab-panel h3 {
        font-size: 32px;
    }

    .care-tabs-highlight-grid {
        grid-template-columns: 1fr;
    }

    .care-tabs-nav {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        position: static;
    }

    .care-tab-button {
        flex: 0 0 auto;
        min-width: 210px;
    }
}

@media (max-width: 767px) {
    .nurse-service-hero {
        padding-top: 24px;
    }

    .nurse-service-hero h1,
    .nurse-service-copy h2,
    .nurse-service-note-box h2,
    .nurse-service-audience h2 {
        font-size: 26px;
    }

    .nurse-service-lead {
        font-size: 14px;
    }

    .nurse-service-subtext,
    .nurse-service-list li {
        font-size: 14px;
    }

    .nurse-service-note-box {
        padding: 28px 22px;
    }

    .nurse-service-note-box p {
        font-size: 14px;
    }

    .nurse-service-audience-grid {
        grid-template-columns: 1fr;
    }

    .care-tabs-hero-copy h1,
    .care-tabs-heading h2,
    .care-tab-panel h3 {
        font-size: 26px;
    }

    .care-tabs-lead {
        font-size: 17px;
    }

    .care-tabs-intro,
    .care-tabs-heading p,
    .care-tab-panel p {
        font-size: 14px;
    }

    .care-tabs-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .care-tabs-actions .btn {
        width: 100%;
    }

    .care-tab-panel {
        padding: 28px 22px;
    }

    .care-tab-panel h3 {
        margin-right: 0;
    }

    .care-tab-count {
        display: none;
    }

    .care-tab-list li {
        font-size: 14px;
    }
}

.core-values {
    /* background: #f4f9f8; */
    padding: 80px 0;
}

.core-values .icon {
    font-size: 40px;
    color: #007f7d;
    margin-bottom: 15px;
}

.team-section {
    padding: 80px 0;
}

.team-section img {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.cta-section {
    background: linear-gradient(135deg, #005a47, #00896b);
    color: #fff;
    padding: 60px 0;
    text-align: center;
    border-radius: 20px;
    margin: 80px auto;
    max-width: 1100px;
}

.cta-section .btn {
    background: #fff;
    color: #007f7d;
    font-weight: 600;
    border-radius: 30px;
    padding: 10px 25px;
}
.cta-section p{
    color: #eee;
}
.cta-sec h2{
    color: #006c5b;
}





/* Blog Paage csss */
.blog-sec {
    padding: 5% 0 0 0;
}

.blog-sec .blog-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: .3s;
}

.blog-sec .blog-card:hover {
    transform: translateY(-5px);
}

.blog-sec .blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-sec .blog-card-body {
    padding: 25px;
    height: 250px;
    position: relative;
}

.blog-card-body a {
    position: absolute;
    bottom: 6%;
    left: 6%;
}

.blog-sec .blog-card-body h5 {
    color: #007f7d;
    font-weight: 600;
}




/* Contact page Css */
.contact-section {
    padding: 80px 0;
}

.contact-section .contact-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    padding: 40px;
}

.contact-section .contact-info i {
    color: #007f7d;
    font-size: 22px;
    margin-right: 10px;
}

.contact-section .form-control {
    border-radius: 10px;
}
/* Read More link in healthcare cards */
.healthcare-card .read-more-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #007f7d;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px;
    padding: 5px 0;
    border-bottom: 1.5px solid transparent;
    transition: border-color 0.2s, gap 0.2s;
    font-family: "Poppins", sans-serif;
}
.active.center .healthcare-card .read-more-link {
    color: #fff;
}

/* ----------------------------------------------------
   HOMEPAGE REDESIGN
---------------------------------------------------- */
:root {
    --carenza-green: #007f7d;
    --carenza-green-dark: #007a75;
    --carenza-green-deep: #006854;
    --carenza-text: #1f1f1f;
    --carenza-muted: #7d7d7d;
    --carenza-shadow: 0 18px 45px rgba(0, 127, 125, 0.12);
}

.homepage-body {
    background: #fff;
    color: var(--carenza-text);
}

.homepage-main {
    overflow: hidden;
}

.section-space-sm {
    padding-top: 24px;
}

.section-space {
    padding: 92px 0;
}

.section-tag {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: var(--carenza-green);
    text-transform: uppercase;
    margin-bottom: 16px;
    position: relative;
}

.section-tag::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: currentColor;
    margin-top: 4px;
    opacity: 0.55;
}

.section-tag-light {
    color: #d5fffa;
}

.section-heading {
    max-width: 860px;
    margin: 0 auto 48px;
}

.section-heading h2 {
    color: var(--carenza-text);
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 14px;
}

.section-heading p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
    color: #8e8e8e;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-reveal].revealed {
    opacity: 1;
    transform: translateY(0);
}

.hero-homepage {
    padding-top: 22px;
}

.hero-copy {
    padding: 18px 0 32px;
}

.hero-brand {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 18px;
}

.hero-brand-logo {
    width: 84px;
}

.hero-brand-text {
    width: 122px;
    margin-top: 22px;
}

.hero-homepage .eyebrow {
    color: var(--carenza-green);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 4px;
}

.hero-homepage h1 {
    font-size: 28px;
    line-height: 1.35;
    font-weight: 700;
    color: var(--carenza-green);
    margin-bottom: 20px;
    max-width: 520px;
}

.hero-text {
    font-size: 16px;
    line-height: 1.75;
    color: var(--carenza-muted);
    max-width: 630px;
    margin-bottom: 28px;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: nowrap;
    margin-bottom: 46px;
}

.hero-actions .btn {
    white-space: nowrap;
}

.carenza-solid-btn,
.carenza-outline-btn,
.why-cta-btn,
.reviews-cta-btn,
.plan-btn,
.contact-submit-btn,
.urgent-light-btn,
.urgent-outline-btn {
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 28px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.carenza-solid-btn,
.contact-submit-btn,
.plan-btn {
    background: linear-gradient(90deg, var(--carenza-green-deep), var(--carenza-green));
    color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 12px 24px rgba(5, 121, 111, 0.18);
}

.carenza-outline-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid var(--carenza-green);
    color: var(--carenza-green);
    background: #fff;
}

.carenza-outline-btn img,
.urgent-outline-btn img {
    width: 18px;
    height: 18px;
}

.carenza-solid-btn:hover,
.carenza-outline-btn:hover,
.why-cta-btn:hover,
.reviews-cta-btn:hover,
.plan-btn:hover,
.contact-submit-btn:hover,
.urgent-light-btn:hover,
.urgent-outline-btn:hover {
    transform: translateY(-3px);
}

.carenza-solid-btn:hover,
.contact-submit-btn:hover,
.plan-btn:hover {
    background: var(--carenza-green-dark);
    color: #fff;
}

.carenza-outline-btn:hover {
    background: var(--carenza-green);
    border-color: var(--carenza-green);
    color: #fff;
}

.hero-review {
    display: inline-flex;
    align-items: center;
    gap: 18px;
}

.hero-review-avatars {
    display: flex;
    align-items: center;
}

.hero-review-avatars img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 4px solid #fff;
    object-fit: cover;
    margin-left: -14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
}

.hero-review-avatars img:first-child {
    margin-left: 0;
}

.hero-review-copy strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6139d8;
    font-size: 16px;
    margin-bottom: 6px;
}

.hero-review-copy span {
    display: block;
    color: #7a7d84;
    font-size: 14px;
}

.hero-image-wrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.hero-image-wrap::before {
    display: none;
}

.hero-image {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 220px 0 0 0;
}

.hero-stats-strip {
    background: linear-gradient(90deg, #087d72, #087d72);
}

.hero-stats-strip .row {
    align-items: center;
}

.stat-item {
    color: #fff;
    text-align: center;
    padding: 28px 22px;
    position: relative;
}

.stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 18%;
    width: 1px;
    height: 64%;
    background: rgba(255, 255, 255, 0.18);
}

.stat-item h2,
.stat-item h3 {
    color: #fff;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 8px;
}

.stat-item h3 {
    font-size: 18px;
}

.stat-item p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.services-slider-wrap,
.testimonials-slider-wrap {
    position: relative;
}

.services-slider {
    margin: 0 -16px;
}

.services-slider .slick-list {
    padding: 24px 0 34px;
}

.services-slider .slick-track {
    display: flex;
    align-items: center;
}

.service-slide {
    padding: 0 16px;
}

.service-card {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 16px 40px rgba(3, 86, 81, 0.12);
    padding: 42px 34px;
    text-align: center;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-card-featured {
    background: linear-gradient(180deg, #0a9288, #06776d);
    transform: translateY(-10px);
}

.service-card .service-icon {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    margin: 0 auto 28px;
    background: #fff;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.service-card .service-icon img {
    max-width: 60px;
    max-height: 60px;
}

.service-card h3 {
    font-size: 18px;
    line-height: 1.28;
    font-weight: 700;
    color: var(--carenza-text);
    margin-bottom: 12px;
}

.service-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #7d8383;
    margin: 0;
}

.service-card-featured h3,
.service-card-featured p {
    color: #fff;
}

.services-slider .slick-current .service-card {
    transform: translateY(-10px);
}

.services-slider .slick-current .service-card:not(.service-card-featured) {
    background: linear-gradient(180deg, #0a9288, #06776d);
}

.services-slider .slick-current .service-card:not(.service-card-featured) h3,
.services-slider .slick-current .service-card:not(.service-card-featured) p {
    color: #fff;
}

.section-nav {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
}

.circle-nav-btn {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    border: 1px solid rgba(10, 143, 132, 0.22);
    background: linear-gradient(180deg, #0a9288, #06776d);
    color: #fff;
    box-shadow: 0 12px 24px rgba(3, 86, 81, 0.15);
}

.about-homepage {
    background: linear-gradient(180deg, #ecf6f4 0%, #eff8f6 100%);
    position: relative;
}

.about-homepage::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 30%, rgba(10, 143, 132, 0.06), transparent 36%);
    pointer-events: none;
}

.about-us .stes {
    position: absolute;
    top: 15%;
    right: 14%;
    bottom: 0;
    width: 67%;
    transform: scaleX(-1) rotate(21deg);
    transform-origin: center;
    opacity: 1;
    pointer-events: none;
    z-index: 999999;
}

.founder-panel,
.contact-panel {
    position: relative;
    z-index: 1;
}

.founder-visual {
    position: relative;
    padding-bottom: 46px;
}

.founder-main-image {
    width: 100%;
    border-radius: 28px;
    box-shadow: var(--carenza-shadow);
}

.founder-thumb-image {
    position: absolute;
    left: 18px;
    bottom: 0;
    width: 142px;
    border-radius: 22px;
    border: 6px solid #fff;
    box-shadow: var(--carenza-shadow);
}

.video-trigger {
    position: absolute;
    left: 20px;
    bottom: 38px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    color: var(--carenza-green);
    box-shadow: 0 16px 30px rgba(4, 98, 90, 0.2);
    z-index: 2;
}

.founder-copy p {
    font-size: 16px;
    line-height: 1.8;
    color: #5d6868;
    margin-bottom: 18px;
}

.founder-quote {
    font-style: italic;
}

.founder-quote a {
    color: var(--carenza-green);
    font-weight: 700;
}

.founder-points {
    display: grid;
    gap: 16px;
}

.founder-points li {
    position: relative;
    padding-left: 22px;
    color: #273131;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
}

.founder-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--carenza-green);
}

.founder-points li small {
    display: block;
    color: #7a8484;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
}

.steps-heading {
    margin-top: 70px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    position: relative;
}

.step-card {
    text-align: center;
    position: relative;
}

.step-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 90px;
    right: -30px;
    width: 60px;
    border-top: 2px dashed rgba(10, 143, 132, 0.4);
}

.step-card img {
    max-width: 170px;
    margin: 0 auto 22px;
}

.step-card h3 {
    font-size: 16px;
    line-height: 1.35;
    color: var(--carenza-text);
    margin-bottom: 10px;
}

.step-card p {
    font-size: 13px;
    line-height: 1.6;
    color: #7b8585;
    margin: 0 auto;
    max-width: 240px;
}

.why-homepage {
    background: var(--carenza-green);
}

.why-image,
.why-copy {
    height: 100%;
}

.why-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-copy {
    padding: 82px 78px;
    background: linear-gradient(180deg, #0a8f84, #06776d);
}

.why-copy h2 {
    color: #fff;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 24px;
}

.why-points {
    display: grid;
    gap: 20px;
}

.why-points li {
    position: relative;
    padding-left: 30px;
}

.why-points li::before {
    content: "✦";
    position: absolute;
    left: 0;
    top: 2px;
    color: #fff;
}

.why-points strong {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 6px;
}

.why-points span {
    display: block;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
}

.why-cta-btn {
    margin-top: 36px;
    background: #fff;
    color: var(--carenza-green);
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.testimonials-slider {
    margin: 0 -13px 36px;
}

.testimonials-slider .slick-track {
    display: flex;
}

.testimonials-slider .slick-list {
    padding: 12px 0 16px;
}

.testimonial-slide {
    padding: 0 13px;
    height: inherit;
}

.testimonial-card {
    background: #fff;
    border-radius: 28px;
    padding: 30px 30px 26px;
    box-shadow: 0 14px 34px rgba(6, 106, 97, 0.12);
    min-height: 240px;
    height: 100%;
}

.testimonial-card h3 {
    font-size: 22px;
    margin-bottom: 2px;
}

.testimonial-card span {
    display: block;
    font-size: 14px;
    color: #727878;
    margin-bottom: 18px;
}

.testimonial-card p {
    font-size: 18px;
    line-height: 1.7;
    color: #656d6d;
    margin-bottom: 24px;
}

.testimonial-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-stars {
    color: #ffbb22;
    letter-spacing: 0.18em;
    font-size: 18px;
}

.testimonial-dot {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(10, 143, 132, 0.24) 0%, rgba(10, 143, 132, 0.24) 48%, rgba(10, 143, 132, 1) 48%, rgba(10, 143, 132, 1) 100%);
}

.reviews-cta-btn {
    background: linear-gradient(90deg, var(--carenza-green-deep), var(--carenza-green));
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.plans-homepage {
    position: relative;
}

.plans-homepage::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../assets/banner/plus-banner.webp') center top/cover no-repeat;
    opacity: 0.25;
    pointer-events: none;
}

.plans-homepage .container {
    position: relative;
    z-index: 1;
}

.plan-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

.plan-card {
    background: #fff;
    border-radius: 28px;
    padding: 28px 24px 32px;
    box-shadow: 0 16px 38px rgba(2, 92, 84, 0.12);
    border: 1px solid rgba(8, 125, 114, 0.08);
}

.plan-card-featured {
    background: linear-gradient(180deg, #0b8f84, #06796f);
}

.plan-card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.plan-badge {
    font-size: 18px;
}

.plan-card h3 {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    color: var(--carenza-text);
}

.plan-price {
    color: var(--carenza-text);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}

.plan-price small {
    font-size: 14px;
    color: #7d8585;
}

.plan-price-quote {
    font-size: 16px;
    line-height: 1.35;
    max-width: 230px;
}

.plan-card > p {
    font-size: 16px;
    line-height: 1.65;
    color: #616868;
    min-height: 78px;
}

.plan-btn {
    width: 100%;
    margin: 8px 0 24px;
}

.plan-card ul {
    display: grid;
    gap: 16px;
}

.plan-card ul li {
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    line-height: 1.7;
    color: #667070;
}

.plan-card ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--carenza-green);
    font-weight: 700;
}

.plan-card-featured h3,
.plan-card-featured .plan-price,
.plan-card-featured .plan-card > p,
.plan-card-featured ul li,
.plan-card-featured .plan-price small {
    color: #fff;
}

.plan-card-featured ul li::before {
    color: #fff;
}

.plan-card-featured .plan-btn {
    background: #fff;
    color: var(--carenza-green);
}

.faq-list {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    gap: 20px;
}

.faq-item {
    background: #f4fbfa;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.faq-item.active {
    border-color: rgba(10, 143, 132, 0.18);
    box-shadow: 0 8px 22px rgba(5, 121, 111, 0.08);
}

.faq-trigger {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 28px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    font-size: 20px;
    font-weight: 700;
    color: var(--carenza-text);
    text-align: left;
}

.faq-trigger i {
    transition: transform 0.3s ease;
}

.faq-item.active .faq-trigger i {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    padding: 0 34px 28px;
    font-size: 14px;
    line-height: 1.7;
    color: #6c7676;
}

.faq-item.active .faq-answer {
    display: block;
}

.urgent-homepage {
    background: linear-gradient(180deg, #087d72, #087d72);
}

.urgent-panel {
    text-align: center;
    padding: 72px 0;
    position: relative;
}

.urgent-panel h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 18px;
}

.urgent-panel p {
    color: rgba(255, 255, 255, 0.78);
    max-width: 980px;
    margin: 0 auto 34px;
    font-size: 14px;
    line-height: 1.75;
}

.urgent-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.urgent-light-btn {
    background: #fff;
    color: var(--carenza-green);
}

.urgent-outline-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 2px solid rgba(255, 255, 255, 0.66);
    color: #fff;
    background: transparent;
    display: none;
}
.urgent-outline-btn:hover {
    background: #000000;
    color: #fff;
}
.urgent-light-btn:hover {
    background: #000000;
    color: #fff;
}
.urgent-ambulance {
    position: absolute;
    right: 16%;
    bottom: 35px;
    width: 166px;
    opacity: 1;
}

.contact-info-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 36px;
}

.contact-info-box {
    text-align: center;
}

.contact-info-box h3 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--carenza-green);
    font-size: 18px;
    margin-bottom: 10px;
}

.contact-info-box h3 img {
    width: 18px;
}

.contact-info-box p,
.contact-info-box p a {
    color: #2d3232;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}

.contact-panel {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 0 1px rgba(8, 125, 114, 0.08), 0 18px 40px rgba(8, 125, 114, 0.14);
    padding: 18px;
}

.contact-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.contact-form-shell {
    background: linear-gradient(180deg, #0a8f84, #06796f);
    color: #fff;
    border-radius: 10px;
    padding: 44px 40px;
    height: 100%;
}

.contact-form-shell h3 {
    font-size: 28px;
    margin-bottom: 16px;
}

.contact-form-shell p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 28px;
}

.home-contact-form .form-control {
    border: 0;
    min-height: 56px;
    border-radius: 6px;
    padding: 14px 18px;
    font-size: 14px;
    color: #2d3232;
    box-shadow: none;
}

.home-contact-form textarea.form-control {
    min-height: 132px;
}

.home-contact-form .form-control::placeholder {
    color: #a7acac;
}

.contact-submit-btn {
    min-width: 160px;
    padding-inline: 32px;
    margin-bottom: 12px;
}

.home-contact-form small,
.home-contact-form small a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
}

.home-contact-form small a {
    text-decoration: underline;
}

footer {
    background: #212121;
}

footer .logo-img p,
footer .foot-bx ul li a,
footer .footer-bottom p {
    color: rgba(255, 255, 255, 0.68);
}

footer .foot-bx h3,
footer .footer-bottom p a {
    color: #fff;
}

footer .footer-container,
footer .footer-bottom {
    border-color: rgba(255, 255, 255, 0.12);
}

@media (max-width: 1399.98px) {
    .hero-homepage h1,
    .section-heading h2,
    .why-copy h2,
    .urgent-panel h2 {
        font-size: 40px;
    }

    .hero-text,
    .section-heading p {
        font-size: 16px;
    }

    .why-copy {
        padding: 64px 54px;
    }

    .plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1199.98px) {
    .section-space {
        padding: 78px 0;
    }

    .steps-grid,
    .contact-info-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-card,
    .testimonial-card {
        min-height: auto;
    }

    .services-slider .slick-track,
    .testimonials-slider .slick-track {
        display: block;
    }

    .step-card:not(:last-child)::after {
        display: none;
    }

    .founder-copy p,
    .why-points span {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .section-space-sm {
        padding-top: 0;
    }

    .hero-homepage {
        padding-top: 6px;
    }

    .hero-copy {
        text-align: center;
        padding-top: 0;
    }

    .hero-brand,
    .hero-actions,
    .hero-review {
        justify-content: center;
    }

    .hero-actions {
        flex-wrap: wrap;
    }

    .hero-homepage h1,
    .hero-text {
        max-width: none;
    }

    .hero-image-wrap {
        justify-content: center;
    }

    .hero-image-wrap::before {
        inset: -20px 10px -20px 10px;
        border-radius: 40px;
    }

    .hero-image {
        border-radius: 40px;
        max-width: 740px;
    }

    .stat-item:not(:last-child)::after {
        display: none;
    }

    .why-copy {
        padding: 54px 28px;
    }

    .why-image {
        min-height: 520px;
    }

    .contact-panel {
        padding: 14px;
    }

    .contact-photo img {
        min-height: 420px;
    }
}

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

    .hero-brand-logo {
        width: 64px;
    }

    .hero-brand-text {
        width: 104px;
        margin-top: 17px;
    }

    .hero-homepage h1,
    .section-heading h2,
    .why-copy h2,
    .urgent-panel h2 {
        font-size: 32px;
    }

    .hero-text,
    .section-heading p,
    .founder-copy p,
    .why-points span,
    .urgent-panel p {
        font-size: 14px;
    }

    .hero-review {
        flex-direction: column;
    }

    .hero-review-avatars img {
        width: 56px;
        height: 56px;
    }

    .hero-review-copy strong {
        font-size: 16px;
    }

    .steps-grid,
    .contact-info-row,
    .plan-grid {
        grid-template-columns: 1fr;
    }

    .service-card-featured {
        transform: none;
    }

    .founder-thumb-image {
        width: 118px;
    }

    .about-us .stes {
        width: 92%;
        top: 30%;
    }

    .founder-points li,
    .faq-trigger {
        font-size: 18px;
    }

    .why-points strong {
        font-size: 22px;
    }

    .contact-form-shell {
        padding: 32px 22px;
    }

    .contact-form-shell h3 {
        font-size: 30px;
    }

    .urgent-panel {
        padding: 58px 0;
    }

    .urgent-ambulance {
        width: 128px;
        right: 6%;
    }
}
