@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;
    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;
}

.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: 40%;
}
.navbar-brand img {
    width: 18%;
}

.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;
}

/* 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: 30px;
}

/* 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 */
}

/* ----------------------------------------------------
   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 .row .col-md-7 {
    padding: 0;
}

.carenza-banner .img-bx img {
    width: 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 h4 {
    margin: 16px 0 -18px 0;
    font-size: 16px;
    color: #6f06f9;
    font-weight: 600;
    display: flex;
    align-items: center;
    /*gap: 5px;*/
}

.review-right h4 span {
    border-bottom: 1px solid #6f06f9;
}

.review-right h4 span img {
    width: 35%;
}

.review-right h4 .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 h4 {
    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 h4 {
    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;
}

.about-us .stes {
    position: absolute;
    top: 15%;
    right: 14%;
    bottom: 0;
    width: 67%;
    transform: scaleX(-1) rotate(21deg);
    transform-origin: center;
}

/* image area */
.about-us .img-box {
    position: relative;
}

.about-us .img-box .big-img {
    border-radius: 5px 30px;
    width: 70%;
    margin: 0 0 0 15%;
}

.about-us .img-box .small-img {
    border-radius: 5px 60px;
    margin: -55px 0 0 0;
    width: 50%;
}

.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);
}


/* 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 h5 {
    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: 17px;
    font-weight: 700;
}

.about-us .who-we .col-md-6 p i {
    font-size: 16px;
}

/* 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 h5 {
    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;
}


/* 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: 10% 12% 10% 15%;
}

.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 h4 {
    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 {
    color: #eee;
    line-height: 40px;
    font-weight: 400;
    font-size: 20px;
}

.why-carenza .content-bx ul li img {
    width: 4%;
}

.why-btn {
    align-items: center;
    width: 45%;
    margin: 10% 0 0 0;
    border-radius: 5px;
    padding: 3% 5% 4%;
    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);
    transition: 0.4s;
    background-color: #fff;
    /*color: #fff;*/
}

.why-btn .arrow-r {
    background-image: linear-gradient(to bottom right, #007f7d, #006753);
    color: #fff;
    border-radius: 5px;
    padding: 5%;
    margin: 0 0 -12px 6px;
}

/* Testimonal slider */
.testi-se {
    padding: 0 0 2% 0;
}

.testi-se h6 {
    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: 90%;
    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 {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    padding: 25px 25px;
    height: 250px;
    margin: 0 15px;
    transition: all 0.5s ease;
    opacity: 0.9;
    transform: scale(0.9);
}

.testi-se .testimonial-sliders .testimonial-item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    padding: 45px 25px;
    height: 250px;
    margin: 0 15px;
    transition: all 0.5s ease;
    opacity: 0.9;
    transform: scale(0.9);
}

.testi-se .testimonial-slider .slick-active {
    opacity: 0.9;
    transform: scale(0.97);
}

.testi-se .testimonial-sliders .slick-active {
    opacity: 1;
    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;
}

.testi-se .stars {
    color: #ffb400;
    font-size: 18px;
    letter-spacing: 2px;
}

.testi-se .user-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.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 .gallery {
    border: 1px solid #ccc;
}

.gallery-sec h2 {
    padding: 0 0 2%;
}

.gallery-sec .gallery:hover {
    border: 1px solid #777;
}

.gallery-sec .gallery img {
    width: 100%;
    height: auto;
}

.gallery-sec .desc {
    padding: 15px;
    text-align: center;
}


.gallery-sec .responsive {
    padding: 0 6px;
}

@media only screen and (max-width: 700px) {
    .gallery-sec .responsive {
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}









/* 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 h6 {
    color: #007f7d;
    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: 18px;
    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 h6 {
    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 h6 {
    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%;
}

.contaact-us-sec .contact-form {
    background-image: linear-gradient(to top, #006854, #007f7d);
    color: #fff;
    height: 100%;
    border-radius: 10px;
    padding: 50px 40px;
}

.contaact-us-sec .contact-form h4 {
    font-weight: 600;
    margin-bottom: 10px;
}

.contaact-us-sec .contact-form p {
    font-size: 14px;
    color: #d3ebe6;
    margin-bottom: 8%;
}

.contaact-us-sec .form-control {
    border: none;
    border-radius: 6px;
    font-size: 14px;
    padding: 3% 0 3% 3%;
}

.contaact-us-sec .form-control:focus {
    box-shadow: none;
    outline: none;
}

.contaact-us-sec .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;
}

.contaact-us-sec .btn-submit:hover {
    background: #00a387;
    color: #fff;
}

.contaact-us-sec .contact-form small {
    display: block;
    margin-top: 15px;
    color: #c8e6df;
    font-size: 14px;
}
.contaact-us-sec .contact-form small a{
    color: #eee;
}
.contaact-us-sec .contact-form small a:hover{
    color: #777;
}

















/* 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;
}

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 h5 {
    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 {
    font-size: 45px;
    color: #007f7d;
    margin-bottom: 20px;
}








/* 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-pg-sec .about-image img {
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.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;
}