* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: Quicksand, sans-serif;
}

p.intro-text {
    font-family: Poppins, sans-serif !important;
}

.container {
    width: 90%;
    margin: auto;
}
a.btn.btnwhite {
    margin-top: 30px;
    background-color: #fff;
    color: #000 !important;
}

/* 🔹 TOP BAR */

.top-bar {
    background: #0f6b66;
    color: #fff;
    font-size: 14px;
    padding: 8px 250px;
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-icons a {
    color: #fff;
}
/* 🔹 NAVBAR */

li.nav-item.dropdown {
    list-style: none;
}

ul.dropdown-menu.show {
    width: 280px;
}

.navbar {
    display: flex;
    /* padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x); */
    justify-content: space-around;
    align-items: center;
    /* flex-wrap: wrap; */
    flex-direction: row;
}
.commingsoon img {
    width: 100%;
    height: 533px;
    object-fit: cover;
}

/* .navbar {
  background: #fff;
  padding: 12px 50px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
} */

.nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 50px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 25px;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.btn {
    background: #0f6b66;
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.3s;
}

.btn:hover {
    background: #094c48;
}
a.linkbox {
    text-decoration: none;
}
.social-icons img {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}
.footer-bottom p {
    margin-left: 10px;
    margin-right: 10px;
}
.footer-bottom {
    display: flex;
    align-content: center;
    justify-content: center;
}
.whatsapp-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 90px;
    right: 30px;
    z-index: 999;
}
.whatsapp-float img {
  width: 100%;
  height: 100%;
}
/* 🔹 HERO SECTION */

.hero {
    position: relative;
    height: 65vh;
    background: url('../img/imdf.jpeg') center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.servicehero {
    position: relative;
    background: url(../img/ninad_services_banner.png) center / cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-small {
    height: 40vh;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.hero-content {
    position: relative;
    color: #fff;
    max-width: 700px;
    padding: 20px;
}

.hero h1 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
}

h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
}


/* about us  page */

.iconss img {
    width: 40px;
    height: 40px;
    margin-left: 15px;
}

.socialicons {
    display: flex;
    column-gap: 6px;
}

.imgright {
    width: 100%;
}

.imgright img {
    width: 100%;
    max-width: 540px;
    object-fit: cover;
        /* height: 320px; */
            border-radius: 15px;
}

.img-text h2,
h3 {
    color: #302d2d;
}

.img-text {
    padding: 5% 40px;
}

.img-text p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
}

.service-abtus {
    width: 100%;
    display: flex;
    /* flex: 1; */
    /* padding: 60px 40px; */
    color: #fff;
    flex-direction: column;
    justify-content: center;
}

h3.colorwhite {
    color: #fff;
}

.service-abtus .btn {
    width: 30%;
}

section.serviceshome {
    display: flex;
    width: 100%;
}


/* 🔹 MOBILE */

.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}


/* 🔹 RESPONSIVE */

@media(max-width: 768px) {
.footer-bottom {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column-reverse;
}
.footer-bottom p {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

    .hero-small {
        height: 130px;
        background-position: right;
    }
    section.serviceshome {
        flex-direction: column;
    }
    .socialicons {
        display: flex;
        column-gap: 6px;
        align-content: center;
        justify-content: center;
    }
    /* mobile-toggle */
    ul.navbar-nav.ms-auto {
        background-color: #ffffff;
        z-index: 1;
        position: absolute;
        width: 90%;
        border-radius: 10px;
        padding: 10px;
        left: 14px;
        top: 58px;
    }
    .nav-links {
        position: absolute;
        top: 70px;
        right: 0;
        background: #fff;
        flex-direction: column;
        width: 100%;
        text-align: center;
        display: none;
        padding: 20px 0;
    }
    .nav-links.active {
        display: flex;
    }
    .menu-toggle {
        display: block;
    }
    .hero h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .top-bar .container {
        flex-direction: column;
        gap: 5px;
    }
    .top-bar {
        padding: 8px 0px !important;
    }
    .navbar {
        padding: 12px 0px !important;
    }
}

.services {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.service-box {
    flex: 1;
    padding: 60px 40px;
    color: #fff;
}

.service-box h3 {
    font-size: 26px;
    margin: 20px 0;
}

.service-box p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-box h4 {
    font-size: 20px;
    margin-top: 20px;
}


/* ICON */

.icon img {
    width: 50px;
    margin-bottom: 10px;
}

.icon i.fa {
    font-size: 40px;
}


/* COLORS */

.dark {
    background: #155e5b;
}

.teal {
    background: #1aa3a8;
}

.light {
    background: #f2f2f2;
    color: #222;
}


/* BUTTON */

.btn2-clus {
    display: inline-block;
    background: #ffffff;
    color: #131212;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
}

.btn {
    display: inline-block;
    background: #155e5b;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
}

.light .btn {
    margin-top: 10px;
}


/* 🔹 MOBILE RESPONSIVE */

@media (max-width: 768px) {
    .services {
        flex-direction: column;
    }
    .service-box {
        padding: 40px 20px;
        text-align: center;
    }
    .service-box h3 {
        font-size: 22px;
    }
    .service-box p {
        font-size: 14px;
    }
}

.about {
    background: #f4f4f4;
    padding: 80px 20px;
    text-align: center;
}

.container {
    max-width: 900px;
    margin: auto;
}


/* MAIN TITLE */

.main-title {
    font-size: 30px;
    color: #1b5e5a;
    margin-bottom: 20px;
    line-height: 1.4;
}


/* INTRO TEXT */

.intro-text {
    font-size: 15px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 40px;
}


/* PROFILE IMAGE */

.profile-img {
    margin: 30px 0;
}

.profile-img img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}


/* ABOUT TITLE */

.about-title {
    font-size: 26px;
    color: #1b5e5a;
    margin: 20px 0;
}


/* TEXT */

.about-text {
    font-size: 15px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 20px;
}


/* 🔹 MOBILE RESPONSIVE */

@media (max-width: 768px) {
    .main-title {
        font-size: 22px;
    }
    .about-title {
        font-size: 20px;
    }
    .intro-text,
    .about-text {
        font-size: 14px;
        padding: 0 10px;
    }
    .profile-img img {
        width: 160px;
        height: 160px;
    }
    .about {
        padding: 50px 15px;
    }
}
.homesrevicesec{
color: #fff!important;
}

.services-area {
    background: #1b5e5a;
    padding: 80px 20px;
    text-align: center;
}

.container {
    max-width: 1100px;
    margin: auto;
}


/* TITLE */

.section-title {
    font-size: 45px;
    color: #1b5e5a;
    margin-bottom: 50px;
}


/* GRID */

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}


/* CARD */

.service-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.service-card i {
    font-size: 35px;
    color: #888;
    margin-bottom: 15px;
}

.service-card p {
    font-size: 15px;
    color: #333;
}


/* HOVER EFFECT */

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}


/* 🔹 TABLET */

@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* 🔹 MOBILE */

@media (max-width: 600px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
    .section-title {
        font-size: 22px;
    }
}

.testimonial {
    background: #f5f7f7;
    padding: 80px 20px;
    text-align: center;
}

.container {
    max-width: 800px;
    margin: auto;
}

.title {
    font-size: 28px;
    color: #1b5e5a;
    margin-bottom: 40px;
}

.testimonial-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-slider {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.testimonial-card {
    min-width: 100%;
    transition: 0.5s;
    opacity: 0.4;
    transform: scale(0.9);
}

.testimonial-card.active {
    opacity: 1;
    transform: scale(1);
}

.quote {
    font-size: 50px;
    color: #1aa3a8;
}

.testimonial-card p {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    margin: 15px 10%;
}

.testimonial-card h4 {
    margin-top: 10px;
    font-weight: 600;
}


/* ARROWS */

.arrow {
    background: none;
    border: none;
    font-size: 25px;
    cursor: pointer;
    color: #aaa;
}

.arrow:hover {
    color: #1aa3a8;
}


/* DOTS */

.dots {
    margin-top: 20px;
}

.dots span {
    height: 8px;
    width: 8px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.dots .active {
    background: #1aa3a8;
}


/* MOBILE */

@media(max-width:768px) {
    .title {
        font-size: 22px;
    }
    .testimonial-card p {
        font-size: 14px;
    }
    .arrow {
        font-size: 20px;
    }
}

.footer {
    background: #155e5b;
    color: #fff;
    padding: 60px 20px 20px;
}

.container {
    max-width: 1100px;
    margin: auto;
}


/* GRID */

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.5fr;
    gap: 40px;
}


/* LOGO */

.footer-logo {
    width: 150px;
    margin-bottom: 15px;
    filter: brightness(16.5);
}


/* TEXT */

.footer-col p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
}


/* LINKS */

.footer-col h3 {
    margin-bottom: 15px;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-col ul li a:hover {
    text-decoration: underline;
}


/* SOCIAL */

.social-icons i {
    margin-right: 10px;
    font-size: 18px;
    cursor: pointer;
}


/* FORM */

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: none;
    margin-bottom: 10px;
    border-radius: 3px;
}

.input-row {
    display: flex;
    gap: 10px;
}

.contact-form button {
    background: #cde1e2;
    border: none;
    padding: 10px 25px;
    border-radius: 20px;
    cursor: pointer;
}

.contact-form button:hover {
    background: #b5d3d4;
}

.footer h3 {
    color: #fff;
}


/* COPYRIGHT */

.footer-bottom {
    text-align: center;
    padding: 7px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 30px;
    background-color: #131212;
    color: #fff;
}


/* 🔹 RESPONSIVE */

@media(max-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 600px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .input-row {
        flex-direction: column;
    }
    .footer {
        text-align: center;
    }
}


/* service page */

.bgclor {
    background-color: #fff;
}
/* TOP BANNER */

.service-hero {
    background: #155e5b;
    padding: 40px 20px;
    text-align: center;
}

.service-hero h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}


/* DETAIL SECTION */

.service-detail {
    background: #f3f3f3;
    padding: 100px 20px;
    text-align: center;
}

.container {
    max-width: 800px;
    margin: auto;
}


/* NUMBER */

.service-number {
    display: block;
    font-size: 18px;
    color: #7a7a7a;
    margin-bottom: 20px;
}


/* TITLE */

.service-title {
    font-size: 48px;
    color: #333;
    margin-bottom: 25px;
    font-weight: 500;
}


/* TEXT */

.service-text {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
}


/* 🔹 RESPONSIVE */

@media (max-width: 768px) {
    .service-title {
        font-size: 32px;
    }
    .service-text {
        font-size: 14px;
        padding: 0 10px;
    }
    .service-detail {
        padding: 60px 15px;
    }
    .service-hero h2 {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .service-title {
        font-size: 26px;
    }
}


/* COMMON SECTION */

.service-block {
    padding: 100px 20px;
    text-align: center;
}

.container {
    max-width: 850px;
    margin: auto;
}


/* BACKGROUNDS */

.service-block.light {
    background: #f3ebe4;
}

.service-block.blue {
    background: #dce9ec;
}


/* NUMBER */

.service-number {
    display: block;
    font-size: 18px;
    color: #777;
    margin-bottom: 20px;
}


/* TITLE */

.service-title {
    font-size: 48px;
    font-weight: 500;
    color: #333;
    margin-bottom: 25px;
}


/* TEXT */

.service-text {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
}


/* 🔹 RESPONSIVE */

@media (max-width: 768px) {
    .service-title {
        font-size: 32px;
    }
    .service-text {
        font-size: 14px;
        padding: 0 10px;
    }
    .service-block {
        padding: 60px 15px;
    }
}

@media (max-width: 480px) {
    .service-title {
        font-size: 26px;
    }
    .service-number {
        font-size: 16px;
    }
}


/* COMMON */

.service-block {
    padding: 100px 20px;
    text-align: center;
}

.container {
    max-width: 850px;
    margin: auto;
}


/* BACKGROUNDS */

.service-block.white {
    background: #f7f7f7;
}

.service-block.gray {
    background: #e9e9e9;
}


/* NUMBER */

.service-number {
    display: block;
    font-size: 18px;
    color: #777;
    margin-bottom: 20px;
}


/* TITLE */

.service-title {
    font-size: 46px;
    font-weight: 500;
    color: #333;
    margin-bottom: 25px;
}


/* TEXT */

.service-text {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
}


/* 🔹 RESPONSIVE */

@media (max-width: 768px) {
    .service-title {
        font-size: 30px;
    }
    .service-text {
        font-size: 14px;
        padding: 0 10px;
    }
    .service-block {
        padding: 60px 15px;
    }
}

@media (max-width: 480px) {
    .service-title {
        font-size: 24px;
    }
    .service-number {
        font-size: 16px;
    }
}


/* COMMON */

.service-block {
    padding: 100px 20px;
    text-align: center;
}

.container {
    max-width: 850px;
    margin: auto;
}


/* BACKGROUND (LIGHT BLUE LIKE IMAGE) */

.service-block.blue-light {
    background: #dce9ec;
}


/* NUMBER */

.service-number {
    display: block;
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}


/* TITLE */

.service-title {
    font-size: 46px;
    font-weight: 500;
    color: #333;
    margin-bottom: 25px;
}


/* TEXT */

.service-text {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
}


/* 🔹 RESPONSIVE */

@media (max-width: 768px) {
    .service-title {
        font-size: 30px;
    }
    .service-text {
        font-size: 14px;
        padding: 0 10px;
    }
    .service-block {
        padding: 60px 15px;
    }
}

@media (max-width: 480px) {
    .service-title {
        font-size: 24px;
    }
    .service-number {
        font-size: 16px;
    }
}


/* contact us */


/* TOP BANNER */

.contact-hero {
    background: #155e5b;
    padding: 40px 20px;
    text-align: center;
}

.contact-hero h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}


/* MAIN SECTION */

.contact-section {
    background: #f5f5f5;
    padding: 80px 20px;
    text-align: center;
}

.container {
    max-width: 800px;
    margin: auto;
}


/* TEXT */

.sub-title {
    display: block;
    color: #777;
    margin-bottom: 10px;
}

.main-title {
    font-size: 32px;
    color: #1b5e5a;
    margin-bottom: 20px;
}

.contact-text {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 40px;
}


/* FORM */

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    outline: none;
    font-size: 14px;
}

.row {
    display: flex;
    gap: 15px;
}

.row input {
    width: 50%;
}


/* BUTTON */

.contact-form button {
    background: #155e5b;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
}

.contact-form button:hover {
    background: #0f4744;
}


/* 🔹 RESPONSIVE */

@media (max-width: 768px) {
    .main-title {
        font-size: 24px;
    }
    .contact-text {
        font-size: 14px;
        padding: 0 10px;
    }
    .row {
        flex-direction: column;
    }
    .row input {
        width: 100%;
    }
    .contact-section {
        padding: 60px 15px;
    }
       .blog-inner-imgs img {
    height: auto!important;
}
h2 {
    font-size: 30px;
    line-height: 40px;
}
}

@media (max-width: 480px) {
    .contact-hero h2 {
        font-size: 22px;
    }
 
}


/* blog page */
.blog-img img {
    width: 270px!important;
    height: auto;
}
.blog-text {
    padding-top: 15px;
}
.innrblogs-hero{
        background: #155e5b;
    padding: 40px 20px;
    text-align: center;
    height: 35vh;
}
.main-content-blogs {
    margin-top: 50px;
    margin-bottom: 50px;
}
.blog-inner-imgs img {
    width: 100%;
    height: 768px;
    object-fit: cover;
        border-radius: 15px;
}
.blog-section {
    padding: 80px 20px;
    background: #f9f9f9;
}

.container {
    /* max-width: 1100px; */
    max-width: 1440px;
    margin: auto;
}


/* TITLE */

.blog-title {
    text-align: center;
    font-size: 32px;
    color: #1b5e5a;
    margin-bottom: 50px;
}


/* ROW */

.blog-row {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
}


/* REVERSE */

.blog-row.reverse {
    flex-direction: row-reverse;
}


/* IMAGE */

.blog-img img {
    width: 100%;
    border-radius: 10px;
}


/* CONTENT */

.blog-content {
    flex: 1;
}

.blog-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}

.blog-content .date {
    font-size: 13px;
    color: #888;
    margin-bottom: 15px;
}

.blog-content p {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 15px;
}


/* BUTTON */

.read-more {
    text-decoration: none;
    color: #1b5e5a;
    font-weight: 600;
}

.read-more:hover {
    text-decoration: underline;
}


/* 🔹 RESPONSIVE */

@media (max-width: 768px) {
    .blog-row {
        flex-direction: column;
        gap: 20px;
    }
    .blog-row.reverse {
        flex-direction: column;
    }
    .blog-title {
        font-size: 24px;
    }
    .blog-content h3 {
        font-size: 20px;
    }
    .blog-content p {
        font-size: 14px;
    }
}


/* neww about us page */

.stats-section {
    margin-top: 50px;
    margin-bottom: 50px;
    background: #f6f7f5;
    padding: 35px 20px;
    font-family: 'Poppins', sans-serif;
}

.stats-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    gap: 40px;
}

.stat-item {
    flex: 1;
    border: 1px solid #000;
    padding: 10px;
    flex: 1;
    border-radius: 5px;
}

.stat-icon {
    margin-bottom: 18px;
}

.stat-icon img {
    width: 50px;
    height: 50px;
}

.stat-item h2 {
    font-size: 48px;
    font-weight: 500;
    margin: 10px 0;
    color: #000;
}

.stat-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #1f1f1f;
    margin: 0;
}


/* Responsive */

@media (max-width: 992px) {
    .stats-container {
        flex-wrap: wrap;
        gap: 50px;
        flex-direction: column;
    }
    .stat-item {
        width: 45%;
    }
}

@media (max-width: 600px) {
    .stat-item {
        width: 100%;
    }
    .stat-item h2 {
        font-size: 36px;
    }
}


/* Section Background */

.motto-section {
    /* background: #f4f5f3;
  padding: 60px 20px; */
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
}


/* Card */

.motto-card {
    background: #ffffff;
    width: 100%;
    max-width: 900px;
    border-radius: 18px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    gap: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}


/* Icon Circle */

.motto-icon {
    width: 70px;
    height: 70px;
    background: #dceadf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.motto-icon img {
    width: 30px;
    height: 30px;
}


/* Text */

.motto-content h3 {
    margin: 0 0 6px;
    font-size: 24px;
    color: #1f5c46;
    font-weight: 600;
}

.motto-content p {
    margin: 0;
    font-size: 16px;
    color: #444;
}

.servicebox-about {
    padding: 10px;
}


/* Responsive */

@media (max-width: 768px) {
    .motto-card {
        padding: 25px;
        gap: 18px;
    }
    .motto-content h3 {
        font-size: 20px;
    }
    .motto-content p {
        font-size: 14px;
    }
    .img-text {
        padding: 5% 0px;
    }
    .img-text h2 {
        font-size: 35px;
        line-height: 45px;
        text-align: center;
    }
    .img-text p {
        text-align: center;
    }
    .service-abtus .btn {
        width: 100%;
    }
    .img-text h3 {
        text-align: center;
    }
}


/* ****************test  */

.team-section {
    /* background: #f5f6f4; */
    padding: 80px 20px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.team-container {
    max-width: 1200px;
    margin: auto;
}


/* Header */

.team-header h2 {
    font-size: 42px;
    color: #1f5c46;
    margin-bottom: 15px;
    font-weight: 600;
}

.team-header p {
    max-width: 700px;
    margin: auto;
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 60px;
}


/* Grid */

.team-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}


/* Card */

.team-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px 25px;
    flex: 1;
    min-width: 250px;
    max-width: 270px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-6px);
}


/* Image */

.team-card img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 25px;
}


/* Name */

.team-card h3 {
    font-size: 18px;
    color: #1f5c46;
    margin-bottom: 8px;
    font-weight: 600;
}


/* Role */

.team-card span {
    font-size: 14px;
    color: #777;
}


/* Responsive */

@media (max-width: 992px) {
    .team-grid {
        justify-content: center;
    }
    .team-card {
        max-width: 300px;
    }
}

@media (max-width: 600px) {
    .team-header h2 {
        font-size: 32px;
    }
    .team-card {
        width: 100%;
        max-width: 100%;
    }
}


/* ************************Stress and Anxiety********************* */

.bgclr {
    background-color: #fff;
}

.service-abtus p {
    text-align: left;
}

.btn-cntus {
    text-align: center;
    margin-top: 30px;
}

.stresstextcenter h2 {
    text-align: center;
}

.stresstextcenter p {
    text-align: center;
}

.stresstextcenter {
    padding-bottom: 30px;
}

.values-section {
    background: #f4f5f3;
    padding: 80px 20px;
    font-family: 'Poppins', sans-serif;
}

.values-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}


/* Card */

.value-card {
    background: #e9e2c8;
    /* soft beige */
    border-radius: 20px;
    padding: 40px 30px;
    flex: 1;
    min-width: 280px;
    max-width: 360px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
    transition: 0.3s ease;
}

.value-card:hover {
    transform: translateY(-6px);
}


/* Icon */

.value-icon {
    width: 70px;
    height: 70px;
    background: #c7d8b8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.value-icon img {
    width: 50px;
    height: 50px;
}


/* Heading */

.value-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 600;
}


/* Paragraph */

.value-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}


/* Responsive */

@media (max-width: 992px) {
    .values-container {
        justify-content: center;
    }
    .value-card {
        max-width: 420px;
    }
}

@media (max-width: 600px) {
    .value-card {
        padding: 30px 20px;
    }
}


/* section-3 */

.benefit-item h3 {
    font-size: 18px;
}

.benefits-section {
    background: #ffff;
    padding: 90px 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.benefits-container {
    max-width: 1200px;
    margin: auto;
}


/* Heading */

.benefits-section h2 {
    font-size: 42px;
    color: #1f5c46;
    margin-bottom: 15px;
    font-weight: 600;
}


/* Subtitle */

.benefits-subtitle {
    font-size: 16px;
    color: #666;
    max-width: 700px;
    margin: 0 auto 60px;
    line-height: 1.7;
}


/* Grid */

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 30px;
}


/* Each item */

.benefit-item {
    text-align: center;
    transition: 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-6px);
}


/* Icon Circle */

.benefit-icon {
    width: 85px;
    height: 85px;
    background: #c7d8b8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.benefit-icon img {
    width: 50px;
    height: 50px;
}


/* Text */

.benefit-item h4 {
    font-size: 16px;
    font-weight: 500;
    color: #222;
}


/* Responsive */

@media (max-width: 992px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .benefits-section h2 {
        font-size: 30px;
    }
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}


/* cta css */

.cta-section {
    background: linear-gradient(135deg, #e6efe3, #d7e5d0);
    padding: 100px 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.cta-container {
    max-width: 800px;
    margin: auto;
}

.cta-section h2 {
    font-size: 40px;
    color: #1f5c46;
    margin-bottom: 20px;
    font-weight: 600;
}

.cta-section p {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 35px;
}

.cta-btn {
    display: inline-block;
    padding: 14px 40px;
    background: #1f5c46;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #174437;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}


/* Responsive */

@media (max-width: 768px) {
    .cta-section h2 {
        font-size: 28px;
    }
    .cta-section p {
        font-size: 15px;
    }
}


/* ************carousal */

.review-carousel {
    overflow: hidden;
    width: 100%;
}

.review-track {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
}

.review-card {
    flex: 0 0 33.333%;
    box-sizing: border-box;
    padding: 20px;
}

@media (max-width: 992px) {
    .review-card {
        flex: 0 0 50%;
    }
}

@media (max-width: 600px) {
    .review-card {
        flex: 0 0 100%;
    }
    .review-section {
        background: #f5f5f5;
        padding: 70px 20px;
        font-family: 'Poppins', sans-serif;
    }
    .review-container {
        max-width: 1200px;
        margin: auto;
        display: flex;
        gap: 40px;
        align-items: flex-start;
    }
    /* Left Profile */
    .review-profile {
        width: 250px;
        text-align: left;
    }
    .review-profile img {
        width: 70px;
        height: 70px;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    .review-profile h3 {
        margin: 5px 0;
    }
    .review-profile .stars {
        color: #f4b400;
        font-size: 18px;
    }
    .review-profile p {
        font-size: 14px;
        color: #666;
    }
    .review-profile button {
        margin-top: 12px;
        padding: 8px 18px;
        border: 1px solid #ccc;
        background: #fff;
        border-radius: 6px;
        cursor: pointer;
    }
}


/* ****************************carousal css */

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: #f7f7f7;
    overflow-x: hidden;
}

.lux-review-section {
    padding: 100px 20px;
    text-align: center;
}

.lux-heading {
    color: #1b5e5a;
}

.lux-carousel-wrapper {
    position: relative;
    max-width: 1200px;
    margin: auto;
}

.lux-carousel {
    overflow: hidden;
}

.lux-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(.77, 0, .18, 1);
}

.lux-card {
    border: 1px solid #ccc;
    border-radius: 15px;
    flex: 0 0 33.333%;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0.4;
    transform: scale(0.9);
    transition: all 0.6s ease;
}

.lux-card.active {
    opacity: 1;
    transform: scale(1);
}

.lux-card-inner {
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

.lux-card h4 {
    margin: 0 0 10px;
}

.stars {
    color: #f4b400;
    margin-bottom: 10px;
}

.lux-card p {
    font-size: 15px;
    line-height: 1.6;
}

.lux-nav {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: white;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 18px;
}

.prev {
    left: -25px;
}

.next {
    right: -25px;
}


/* Tablet */

@media (max-width: 992px) {
    .lux-card {
        flex: 0 0 50%;
    }
}


/* Mobile */

@media (max-width: 600px) {
    .lux-card {
        flex: 0 0 100%;
    }
    /* .lux-nav {
                            display: none;
                        } */
}


/* gallery**************** */

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: #f4f4f4;
}


/* SECTION */

.therapy-gallery {
    padding: 90px 20px;
    text-align: center;
}

.gallery-container {
    max-width: 1200px;
    margin: auto;
}

.therapy-gallery h2 {
    font-size: 44px;
    color: #1f5c46;
    margin-bottom: 60px;
    font-weight: 600;
    line-height: 1.3;
}


/* GRID */

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}


/* IMAGE CARD */

.gallery-item {
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.6s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}


/* LIGHTBOX */

.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.lightbox-img {
    max-width: 85%;
    max-height: 85%;
    border-radius: 15px;
}

.close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}


/* TABLET */

@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* MOBILE */

@media (max-width: 600px) {
    .therapy-gallery h2 {
        font-size: 28px;
    }
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    .gallery-item img {
        height: 220px;
    }
}

/* servicepage design */
