*{margin: 0px;padding: 0;}
html{overflow-x: hidden;max-width: 100%;}
body{width:100%;max-width:100%;height:100%;background-color:#fff;box-sizing:border-box;overflow-x: hidden;font-family: "Bricolage Grotesque";}

:root {
  --primary: #1a8a5c;
  --primary-dark: #136b47;
  --primary-darker: #0e4d33;
  --primary-light: #22b573;
  --secondary: #6fcf97;
  --secondary-light: #a3e4c0;
  --accent: #f5c842;
  --accent-hover: #e0b535;
  --accent-glow: rgba(245, 200, 66, 0.4);
  --bg: #fefdfb;
  --bg-alt: #f0f7f4;
  --bg-warm: #fdf8f0;
  --text: #1a1a2e;
  --text-secondary: #4a4a6a;
  --text-muted: #7a7a9a;
  --white: #ffffff;

  
 
}

.header-style-one {
    position: relative;
    z-index: 1030;
    background: #fff;
    transition: transform 0.3s ease;
}

.navbar-brand img{max-width: 110px;}
.footer-logo img {
    max-width: 150px;
    filter: invert(1);
}

header .nav{align-items: center;gap: 10px;font-weight: 500;display:flex;list-style:none;margin:0;padding:0;}

.nav-item a{color:#042f23;}

.header-style-one .nav-item.has-dropdown {
    position: relative;
}

.header-style-one .nav-item-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
}

.header-style-one .nav-dropdown-toggle {
    display: none;
    background: transparent;
    border: 0;
    color: #042f23;
    cursor: pointer;
    padding: 8px;
    line-height: 1;
}

.header-style-one .sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 12px 0;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 260px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(4, 47, 35, 0.12);
    z-index: 1002;
}

.header-style-one .sub-menu .dropdown-link {
    display: block;
    padding: 10px 18px;
    color: #042f23;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.header-style-one .sub-menu .dropdown-link:hover,
.header-style-one .sub-menu .dropdown-link.active {
    color: #1a8a5c;
    background: #f5fbf7;
}

.header-style-one .sub-menu .view-all-services .dropdown-link {
    font-weight: 600;
    border-bottom: 1px solid rgba(4, 47, 35, 0.08);
    margin-bottom: 4px;
}

@media (min-width: 992px) {
    .header-style-one .nav-item.has-dropdown:hover > .sub-menu,
    .header-style-one .nav-item.has-dropdown:focus-within > .sub-menu {
        display: block;
    }

    .header-style-one .nav-item.has-dropdown:hover .nav-dropdown-toggle i,
    .header-style-one .nav-item.has-dropdown:focus-within .nav-dropdown-toggle i {
        transform: rotate(180deg);
    }

    .header-style-one .sub-menu {
        max-width: min(280px, calc(100vw - 32px));
    }
}

.banner-section {
    position: relative;
}
.fix {
    overflow: hidden;
}
.banner-section .outer-box {
    position: relative;
    padding: 125px 0 0;
    border-radius: 0px;
    max-width: 1880px;
    margin: 0 auto;

}
.banner-section .outer-box:before {
    background: linear-gradient(81.12deg, #005252 14.15%, rgba(0, 0, 0, 0) 57.65%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0px;
    z-index: 1;
}
.banner-section .outer-box .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    z-index: 0;
    overflow: hidden;
}
.banner-section .outer-box .bg-image:before {
    background: #121212;
    border-radius: 0px;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 1;
}

.banner-section .outer-box .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-animation: growInfinite 18s linear infinite;
    animation: growInfinite 18s linear infinite;
}

.banner-section .outer-box .banner-content {
    position: relative;
    max-width: 1760px;
    margin: 0 auto;
    padding: 0 15px;
}
.banner-section .outer-box .banner-content .inner-content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    padding-bottom: 80px;
}
.banner-section .outer-box .banner-content .inner-content .sub-title {
    position: relative;
    margin-bottom: 10px;
}
.banner-section .outer-box .banner-content .inner-content .sub-title .rating {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    margin-right: 15px;
}
.banner-section .outer-box .banner-content .inner-content .sub-title .rating i {
    font-size: 15px;
    color: white;
    line-height: 1;
}
.banner-section .outer-box .banner-content .inner-content .sub-title span {
    color: white;
}
.banner-section .outer-box .banner-content .inner-content .banner-title {
    position: relative;
    font-family: "Bricolage Grotesque";
    color: white;
    margin-bottom: 18px;
    font-size: clamp(40px, 5vw, 80px);
    line-height: 1.125;
}
.banner-section .outer-box .banner-content .inner-content .text {
    position: relative;
    color: white;
}
.text {
    color: white;
    font-size:20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.32px;
}
.banner-section .outer-box .feature-box {
    position: relative;
    z-index: 2;
    border-top: 1px solid #ffffff29;
}
.banner-section .outer-box .feature-box .feature {
    position: relative;
    border-right: 1px solid #ffffff29;
}
.banner-section .outer-box .feature-box .feature .inner {
    position: relative;
    padding: 30px 0;
    text-align: center;
}
.banner-section .outer-box .feature-box .feature span {
    color: white;
    display: block;
}

.banner-section .outer-box .feature-box {
    position: relative;
    z-index: 2;
    /* border-top: 1px solid #f5f5f5; */
}
.hero-buttons { display: block;margin-top:40px;}

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-weight: 600; font-size: 0.9375rem;
  padding: 14px 32px; border-radius: 60px; border: 2px solid transparent;
  cursor: pointer; transition: var(--transition); white-space: nowrap;
  position: relative; overflow: hidden;
}

.btn-accent {
  background: var(--accent);
  color: var(--text); border-color: var(--accent);
  box-shadow: var(--shadow-accent);
}
.btn-accent:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(245, 200, 66, 0.5);
  background: #e0b535;
}
.btn-accent::after {
  content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.5s;
}
.btn-accent:hover::after { left: 100%; }

.btn-outline {
  background: transparent; color: var(--primary); border-color: var(--primary);
}
.btn-outline:hover {
  background: var(--primary); color: white;
  transform: translateY(-3px); box-shadow: var(--shadow-md);
}

.btn-outline-light {
  background: transparent; color: white; border-color: rgba(255,255,255,0.4);
}

.btn-lg { padding: 18px 44px; font-size: 1rem; }
.btn-sm { padding: 10px 22px; font-size: 0.875rem; }

/* Pulse animation for CTA */
.pulse-btn { animation: pulse 2s infinite; }
@keyframes pulse {
  0%, 100% { box-shadow: 0 8px 30px rgba(245, 200, 66, 0.35); }
  50% { box-shadow: 0 8px 50px rgba(245, 200, 66, 0.6); }
}

.section-padding {
    padding: 120px 0;
}

.sec-title .sec-sub-title {
    background-color: #f5fbf7;
    display: inline-block;
    text-align: center;
    padding: 12px 20px;
    border-radius: 31px;
    margin-bottom: 15px;
}

.sec-title .sec-sub-title .sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    padding-left: 15px;
}

.sec-title .sec-sub-title .sub-title::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #536b5e;
}

.sec_title{font-size: 50px;
    font-weight: 400;
    line-height: 120%;}

.about-icon-items {
    background-color: #f5fbf7;
    padding: 33px 40px;
    border-radius: 20px;
    max-width: 730px;
    width: 730px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    position: relative;
    z-index: 10;
}

.icon-items {
    display: flex;
    align-items: center;
    gap: 16px;
}

.icon-items .icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #e0f2e9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #1a8a5c;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.icon-items:hover .icon {
    background: #f5c842;
    color: #042f23;
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(245, 200, 66, 0.3);
}

.icon-items .content {
    flex: 1;
}

.icon-items .content .title {
    font-size: 18px;
    font-weight: 600;
    color: #042f23;
    margin-bottom: 4px;
}

.icon-items .content .text {
    font-size: 14px;
    color: #6d827c;
    line-height: 1.5;
    max-width: 240px;
}

.about-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 90px;
    position: relative;
    z-index: 9;
}

.about-section.fix {
    overflow: visible;
}

.content h4{font-size: 24px;
    font-weight: 400;
    line-height: 1.25em}

.about-wrap .text{
    color: #6d827c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.32px;
}



.about-wrap .about-counter {
    margin-top: 26px;
}

.about-wrap .about-counter .count-box {
    font-size: 120px;
    font-weight: 500;
    color: #536b5e;
    min-width: 200px;
    width: 100%;
    line-height: 1;
}

.about-wrap .about-counter p {
    color: #042f23;
    margin-top: -6px;
}

.about-wrap .about-right-items {
    margin-top: -20px;
}
.about-text {
    max-width: 426px;
    color: #6D827C;
}

.about-image-1 {
    position: relative;
    border-radius: 20px;
    width: 536px;
    height: 590px;
}

.about-image-1 img{border-radius:20px;}

.service-block-1 .content .icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: #e0f2e9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #1a8a5c;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.service-block-1:hover .content .icon {
    background: #f5c842;
    color: #042f23;
    box-shadow: 0 8px 20px rgba(245, 200, 66, 0.3);
}

.service-block-1 .content .title {
    margin-top: 30px;
}
.h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25em;
}

.service-block-1 .service-image {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.service-block-1 .service-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: transform 500ms ease;
    transition: transform 500ms ease;
}

.service-block-1 .service-image:hover img {
    transform: scale(1.08);
}

.service-block-1 .service-image .number {
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 50px;
    color: #ffffff;
    background: rgba(253, 253, 253, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(25px);
    border-radius: 10px;
    display: inline-block;
    padding: 0 20px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 9;
}

.service-block-1 .content-2 {
    max-width: 336px;
    margin-left: auto;
}

.content-2 .text {
    color: #6d827c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.32px;
}

.content h4 a{
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25em;
    color: #042f23;
    text-decoration: none;
}

.service-block-1 .content-2 .link-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #042f23;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-bottom: 5px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-top: 40px;
    text-decoration: none;
}

.service-block-1 .content-2 .link-btn::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(12, 47, 37, 0.1);
}
.service-block-1 .content-2 .link-btn::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 1px;
    background: #536b5e;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.service-block-1 {
    padding: 40px 0;
    position: relative;
}

.service-block-1 .content-2 .link-btn:hover {
    color: #536b5e;
}
.service-block-1 .content-2 .link-btn:hover::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.sec-title.mb-50{margin-bottom: 50px;} 
.bb-top {
    border-top: 1px solid rgba(12, 47, 37, 0.1);
}
.service-block-1::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(12, 47, 37, 0.1);
}
.service-block-1::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 1px;
    background: #536b5e;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}



.choose .image-box {
    position: relative;
    margin-right: 44px;
}
.choose .image-box .image {
    width: 536px;
    height: 620px; /* Add height */
    overflow: hidden;

    -webkit-mask-image: url("../img/why-choose1-mask1.png");
mask-image: url("../img/why-choose1-mask1.png");

    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;
}
.choose .image-box .image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.choose .image-box:after {
    content: "";
    position: absolute;
    right: 0;
    top: -37px;
    width: .5px;
    height: 100%;
    background: #bbccc2;
    z-index: -1;
}

.choose .image-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.features-block-style2 .inner-block {
    background-color: #f5fbf7;
    border-radius: 20px;
    padding: 28px 30px 26px 30px;
}

.features-block-style2 .inner-block .icon-block {
    line-height: 1;
    font-size: 48px;
    color: #bbccc2;
    margin-bottom: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features-block-style2 .inner-block .icon-block .icon {
    position: relative;
}

.features-block-style2 .inner-block .icon-block .icon:before {
    border-radius: 50%;
    background-color: #bbccc2;
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 8px);
    height: 16px;
    width: 16px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features-block-style2 .inner-block .icon-block i, .features-block-style2 .inner-block .icon-block img {
    color: #536b5e;
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features-block-style2 .inner-block:hover .icon-block i {
    color: #f5c842;
}

.features-block-style2 .inner-block:hover .icon-block .icon:before {
    background-color: #f5c842;
}

.features-block-style2 .inner-block .features-title {
    margin-top: 0;
    margin-bottom: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.features-title h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25em;
}

.features-block-style2 .inner-block .features-details {
    margin-bottom: 20px;
    color: #6d827c;
}

.features-block-style2 .inner-block .list-info li {
    color: #042f23;
    list-style-type: none;
    margin-bottom: 7px;
    position: relative;
   
    display: flex;
    align-items: center;
    gap: 10px;
}
.features-block-style2 .inner-block .list-info li i {
    color: #1a8a5c;
    font-size: 12px;
    flex-shrink: 0;
}

.inner-block ul{padding-left: 0px;}


.experience-speaks-section {
    position: relative;
    border-bottom: 1px solid rgba(12, 47, 37, 0.1);
    padding-bottom: 70px;
}
.experience-text {
    text-align: center;
    font-size: 20px;
    color: #042f23;
    background-color: #ffffff;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    max-width: 390px;
    margin: 0 auto 60px;
}
.experience-speaks-section::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: rgba(12, 47, 37, 0.1);
    top: 12px;
}

.experience-speaks-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.experience-speaks-card-items .count-box {
    font-size: 60px;
    color: #536b5e;
}

.experience-speaks-card-items p{
    color: #6d827c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.32px;}

/* ===================================
   Testimonial Section
   =================================== */
.testimonial-section {
    position: relative;
}

.testimonial-slider-wrapper {
    position: relative;
}

.testimonial-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.testimonial-item {
    padding: 0 15px;
}

.testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(12, 47, 37, 0.05);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0;
}

.testimonial-rating {
    display: flex;
    gap: 4px;
    margin-bottom: 20px;
}

.testimonial-rating i {
    color: #f5c842;
    font-size: 16px;
}

.testimonial-text {
    color: #6d827c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.32px;
    margin-bottom: 30px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid rgba(12, 47, 37, 0.08);
}

.author-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info {
    flex: 1;
}

.author-name {
    font-size: 18px;
    font-weight: 500;
    color: #042f23;
    margin: 0 0 4px;
    line-height: 1.3;
}

.author-role {
    font-size: 14px;
    color: #6d827c;
    font-weight: 400;
}

/* Testimonial Navigation */
.testimonial-nav {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    margin-left: 15px;
}

.testimonial-prev,
.testimonial-next {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid rgba(12, 47, 37, 0.1);
    background: #fff;
    color: #042f23;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-prev:hover,
.testimonial-next:hover {
    background: #f5c842;
    border-color: #f5c842;
    color: #042f23;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(245, 200, 66, 0.35);
}

/* Testimonial Image Wrapper (Right Side) */
.testimonial-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.testimonial-main-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(12, 47, 37, 0.15);
}

.testimonial-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 500px;
}

/* Experience Badge */
.experience-badge {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #fff;
    border-radius: 16px;
    padding: 20px 25px;
    box-shadow: 0 15px 40px rgba(12, 47, 37, 0.12);
    min-width: 180px;
}

.experience-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.experience-number {
    font-size: 36px;
    font-weight: 700;
    color: #1a8a5c;
    line-height: 1;
}

.experience-badge .experience-text {
    font-size: 14px;
    color: #6d827c;
    font-weight: 400;
}

/* Stats Badge */
.testimonial-stats-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #fff;
    border-radius: 16px;
    padding: 20px 25px;
    box-shadow: 0 15px 40px rgba(12, 47, 37, 0.12);
    display: flex;
    align-items: center;
    gap: 20px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.stat-number {
    font-size: 28px;
    font-weight: 700;
    color: #042f23;
    line-height: 1;
}

.stat-label {
    font-size: 13px;
    color: #6d827c;
    font-weight: 400;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, transparent, rgba(12, 47, 37, 0.15), transparent);
}


.tetsimonial-image-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tetsimonial-image-items .thumb {
    max-width: 451px;
    border-radius: 30px;
    min-height: 560px;
}
.tetsimonial-image-items .thumb img {
    min-height: 560px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-rating img{max-width: 56px!important;}

.tetsimonial-image-items .testi-ratting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 0;
}
.tetsimonial-image-items .testi-ratting .rattings .ratting-count {
    font-size: 60px;
    color: var(--theme-color3);
    line-height: 1;
}
.tetsimonial-image-items .testi-ratting .rattings .star {
    display: flex;
    gap: 4px;
    color: #f5c842;
    font-size: 14px;
}
.tetsimonial-image-items .testi-ratting .testi-line {
    width: 1px;
    height: 40px;
    background: rgba(12, 47, 37, 0.15);
    margin: 10px 0;
}
.tetsimonial-image-items .testi-ratting p {
    font-size: 14px;
    color: #6d827c;
    line-height: 1.5;
    margin: 0;
}
.tetsimonial-image-items .testi-ratting .rattings .star {
    color: #536b5e;
}


/* ===================================
   Back to Top Button
   =================================== */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1a8a5c;
    color: #fff;
    border: none;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0 8px 25px rgba(26, 138, 92, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: #136b47;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(26, 138, 92, 0.4);
}

/* Sticky Header */
.header-style-one.sticky-header {
/*    position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 30px rgba(12, 47, 37, 0.08);
    z-index: 1000;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Fix for smooth scroll offset */
html {
    scroll-behavior: smooth;
}

/* Selection Color */
::selection {
    background: #1a8a5c;
    color: #fff;
}

/* ===================================
   FAQ Section
   =================================== */
.faq-section {
   background-color: #F5FBF7;
    border-radius: 20px;
    padding: 120px 0 120px;
    margin: 0 30px 80px;
    position: relative;
}

.faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-item {
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #f5fbf7;
    border: 1px solid rgba(12, 47, 37, 0.06);
}

.faq-item.active {
    background: #536b5e;
    border-color: #536b5e;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 30px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #042f23;
    text-align: left;
    transition: color 0.3s ease;
    gap: 15px;
}

.faq-item.active .faq-question {
    color: #ffffff;
}

.faq-question span {
    flex: 1;
}

.faq-question i {
    font-size: 16px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-question i {
    color: #ffffff;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 30px;
}

.faq-item.active .faq-answer {
    padding: 0 30px 26px;
}

.faq-answer p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #c8d6cf;
    letter-spacing: -0.32px;
}

.faq-item.active .faq-answer p {
    color: #e8f0eb;
}


/*working-section*/

.working-section {
    padding: 100px 0 67px;
    position: relative;
    overflow: hidden;
    margin:100px 30px 0px;
    border-radius: 20px;
}

.working-section .bg-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.working-block-style1 .inner-block {
    text-align: center;
    position: relative;
}
.working-block-style1 .inner-block .icon-block {
    margin-bottom: 23px;
}
.working-block-style1 .inner-block .icon-block .icon {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #536b5e;
    color: #536b5e;
    font-size: 35px;
    line-height: 1;
    height: 90px;
    width: 90px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.working-block-style1 .inner-block .icon-block .icon:hover {
    border-color: #f5c842;
    color: #f5c842;
}

.working-block-style1 .inner-block .icon-block .working-shape {
    position: absolute;
    right: -40px;
    top: 72px;
}
.working-block-style1 .inner-block .working-title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 6px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.working-block-style1 .inner-block .working-details {
    color: rgba(255, 255, 255, 0.8);
    max-width: 183px;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.working-section .shape1 {
    position: absolute;
    width: 162px;
    height: 81px;
    bottom: -81px;
    left: calc(50% - 81px);
}

.working-section:after{background-color: #536b5e8f;width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;right: 0px;content: ''}

.working-block-style1 .inner-block .working-title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 6px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.working-section .bottom-box {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 63px;
    margin-top: 63px;
    text-align: center;
}
.working-section .bottom-box .text {
    color: #fff;
    max-width: 635px;
    margin: 0 auto;
}
.working-section .bottom-box .text a {
    color: white;
}


/*contacthome*/

.contact-section-2{
    border-radius: 20px;
    margin: 0 30px 80px;
    background-position: center;
}

.single-contact-info-box {
    background-color: #bbccc2;
    padding: 51px 60px 20px;
    border-radius: 33px;
    position: relative;
    z-index: 9;

}
.single-contact-info-box .contact-text {
    color: #042f23;
    margin-top: 10px;
    border-bottom: 1px solid rgba(12, 47, 37, 0.1);
    padding-bottom: 67px;
    margin-bottom: 35px;
}

.single-contact-info-box .icon-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
}
.single-contact-info-box .icon-info .icon {
    max-width: 50px;
    width: 100%;
    height: 50px;
    line-height: 48px;
    border-radius: 50%;
    background-color: white;
    font-size: 20px;
    color: #bbccc2;
    text-align: center;
}
.single-contact-info-box .icon-info .info a {
    color: #042f23;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
}

.form-column .inner-column {
    background-color: #ffffff;
    padding: 51px 60px;
    border-radius: 33px;
}
.form-column .contact-form {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.form-column .contact-form .form-control {
    background-color: #f5fbf7;
    border-radius: 10px;
    color: #042f23;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    width: 100%;
    padding: 0 30px;
}

.form-column .contact-form .nice-select {
    background-color: #f5fbf7;
    border-radius: 10px;
    color: #042f23;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    width: 100%;
    padding: 0 30px;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 0px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.form-column .contact-form .nice-select .list {
    width: 100%;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.form-column .contact-form .nice-select .list {
    width: 100%;
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.form-column .contact-form textarea.form-control {
    min-height: 203px;
}

.form-column .contact-form .bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    position: relative;
    z-index: 9;
}
.theme-btn-main {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0px;
    position: relative;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    height: 56px;
    line-height: 56px;
    background: #536b5e;
    color: white;
    gap: 10px;
    border-radius: 40px;
    padding-right: 10px;
    padding-left: 30px;
    border:none;
}
.theme-btn-main .theme-btn {
    font-weight: 400;
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;

}
.theme-btn-main .theme-btn-arrow-left, .theme-btn-main .theme-btn-arrow-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    border-radius: 50%;
    color: #042f23;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    line-height: 1;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 40px;
}




.aboutuspage{width: 100%;display: block;background-image: url(../img/about-us.jpg);height: 450px;position: relative;display: flex;align-items: center;background-size: cover;background-repeat: no-repeat;background-position: center center;}
.aboutuspage:before {
    background: linear-gradient(81.12deg, #005252 14.15%, rgba(0, 0, 0, 0) 57.65%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0px;
    z-index: 1;
}

.aboutuspage .container{z-index:1001!important;}

.aboutuspage .container,
.aboutuspage .sec-title,
.aboutuspage .sec_title,
.aboutuspage .text {
    position: relative;
    z-index: 2;
}

/* Keep page sections visible even if animation JS is delayed/blocked */
.about-hero-section [data-aos],
.approach-section [data-aos],
.contact-form-section [data-aos],
.map-section [data-aos] {
    opacity: 1;
    transform: none;
}

#contafaqs{margin-top: 80px;}













































































.nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    position: relative;
    z-index: 1032;
}

.hamburger {
    display: block;
    width: 28px;
    height: 2px;
    background: #042f23;
    position: relative;
    transition: background 0.3s ease;
}

.hamburger::before,
.hamburger::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #042f23;
    transition: transform 0.3s ease;
}

.hamburger::before {
    top: -8px;
}

.hamburger::after {
    bottom: -8px;
}

.nav-toggle.active .hamburger {
    background: transparent;
}

.nav-toggle.active .hamburger::before {
    transform: rotate(45deg) translate(5px, 6px);
}

.nav-toggle.active .hamburger::after {
    transform: rotate(-45deg) translate(5px, -6px);
}

@media (max-width: 767px) {
    .faq-question {
        padding: 18px 20px;
        font-size: 16px;
    }
    .faq-item.active .faq-answer {
        padding: 0 20px 20px;
    }
}

@media (max-width: 991px) {
    .nav-toggle {
        display: block;
    }

    .header-style-one .container {
        position: relative;
        z-index: 1032;
    }

    .header-style-one .navbar-brand {
        position: relative;
        z-index: 1033;
    }

    .header-style-one nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        height: 100dvh;
        background: #fff;
        padding: 96px 24px 32px;
        box-shadow: none;
        z-index: 1031;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transform: translateX(100%);
        visibility: hidden;
        pointer-events: none;
        transition: transform 0.3s ease, visibility 0.3s ease;
    }

    .header-style-one nav.active {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
    }

    .header-style-one .nav {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 0;
        padding-top: 40px;
    }

    .header-style-one .nav-item {
        width: 100%;
        border-bottom: 1px solid rgba(12, 47, 37, 0.1);
    }

    .header-style-one .nav-item-wrap {
        width: 100%;
        justify-content: space-between;
    }

    .header-style-one .nav-dropdown-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 44px;
        min-height: 44px;
    }

    .header-style-one .nav-dropdown-toggle i {
        transition: transform 0.25s ease;
    }

    .header-style-one .has-dropdown.open .nav-dropdown-toggle i {
        transform: rotate(180deg);
    }

    .header-style-one .sub-menu {
        display: none;
        position: static;
        left: auto;
        min-width: 0;
        width: 100%;
        max-width: 100%;
        box-shadow: none;
        border-radius: 8px;
        margin: 0 0 8px;
        padding: 4px 0 8px;
        background: #f7faf8;
        box-sizing: border-box;
    }

    .header-style-one .has-dropdown.open > .sub-menu {
        display: block;
    }

    .header-style-one .sub-menu .dropdown-link {
        padding: 12px 12px 12px 16px;
        font-size: 15px;
        width: 100%;
        box-sizing: border-box;
    }

    body.nav-open {
        overflow: hidden;
    }

    body.nav-open .header-style-one {
        transform: none;
    }

    .header-style-one .nav-link {
        display: block;
        padding: 15px 0;
        color: #042f23;
        font-size: 16px;
        font-weight: 500;
    }

    .header-style-one .nav-link:hover,
    .header-style-one .nav-link.active {
        color: #1a8a5c;
    }

    /* Header hidden on scroll down — only when the menu is closed */
    .header-style-one.header-hidden {
        transform: translateY(-100%);
    }
}

/* ===================================
   About Hero Section
   =================================== */
.about-hero-section {
    position: relative;
    background: #fff;
}

.about-hero-images {
    position: relative;
    padding: 20px;
}

.about-hero-img-main {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(12, 47, 37, 0.1);
}

.about-hero-img-main img {
    width: 100%;
    
}

.about-hero-img-sub {
    position: absolute;
    bottom: -30px;
    right: -20px;
    width: 240px;
    border-radius: 20px;
    overflow: hidden;
    border: 6px solid #fdf8f0;
    box-shadow: 0 20px 40px rgba(12, 47, 37, 0.12);
}

.about-hero-img-sub img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.about-hero-content {
    padding-left: 20px;
}

.about-hero-heading {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 44px;
    font-weight: 500;
    color: #042f23;
    line-height: 1.15;
    margin: 0px 0 18px;
}

.about-hero-text {
    font-size: 16px;
    color: #6d827c;
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 500px;
}

.about-hero-feature-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 28px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    box-shadow: 0 10px 30px rgba(12, 47, 37, 0.06);
    margin-bottom: 30px;
}

.about-hero-feature-card .feature-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #e0f2e9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #1a8a5c;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.about-hero-feature-card:hover .feature-icon {
    background: #f5c842;
    color: #042f23;
    box-shadow: 0 8px 20px rgba(245, 200, 66, 0.3);
}

.about-hero-feature-card .feature-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #042f23;
    margin: 0 0 6px;
}

.about-hero-feature-card .feature-content p {
    font-size: 14px;
    color: #6d827c;
    margin: 0;
    line-height: 1.6;
}

.about-hero-info-row {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(12, 47, 37, 0.08);
    flex-wrap: wrap;
}

.about-hero-info-row .info-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-hero-info-row .info-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #e8f5e9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #1a8a5c;
    flex-shrink: 0;
}

.about-hero-info-row .info-avatars {
    display: flex;
    align-items: center;
}

.about-hero-info-row .info-avatars img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    margin-left: -10px;
}

.about-hero-info-row .info-avatars img:first-child {
    margin-left: 0;
}

.about-hero-info-row .avatar-plus {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #1a8a5c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-left: -10px;
    border: 2px solid #fff;
}

.about-hero-info-row .info-divider {
    width: 1px;
    height: 40px;
    background: rgba(12, 47, 37, 0.12);
}

.about-hero-info-row .info-text {
    display: flex;
    flex-direction: column;
}

.about-hero-info-row .info-label {
    font-size: 13px;
    color: #999;
    font-weight: 400;
}

.about-hero-info-row .info-value {
    font-size: 18px;
    font-weight: 600;
    color: #042f23;
}

.about-hero-info-row .info-value-small {
    font-size: 14px;
    font-weight: 500;
    color: #042f23;
    line-height: 1.4;
}

.about-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #f5c842;
    color: #042f23;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.about-hero-cta:hover {
    background: #e0b535;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(245, 200, 66, 0.4);
    color: #042f23;
}

.about-hero-cta i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.about-hero-cta:hover i {
    transform: translate(3px, -3px);
}

@media (max-width: 991px) {
    .about-hero-heading {
        font-size: 36px;
    }
    .about-hero-content {
        padding-left: 0;
        margin-top: 30px;
    }
    
}

@media (max-width: 767px) {
    .about-hero-heading {
        font-size: 30px;
    }
    .about-hero-img-sub {
        width: 180px;
        right: 10px;
        bottom: 10px;
    }
    .about-hero-img-sub img {
        height: 150px;
    }
    .about-hero-info-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .about-hero-info-row .info-divider {
        width: 100%;
        height: 1px;
    }
}

/* ===================================
   Approach Section
   =================================== */
.approach-section {
    position: relative;
    background: #ffffff;
}

.approach-heading {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 42px;
    font-weight: 500;
    color: #042f23;
    line-height: 1.15;
    margin: 0px 0 0;
}

.approach-top-right {
    padding-top: 10px;
}

.approach-desc {
    font-size: 16px;
    color: #6d827c;
    line-height: 1.7;
    margin-bottom: 24px;
    max-width: 480px;
}

.approach-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #042f23;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.approach-cta:hover {
    background: #136b47;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(26, 138, 92, 0.3);
    color: #ffffff;
}

.approach-cta i {
    font-size: 13px;
    transition: transform 0.3s ease;
    transform: rotate(326deg);
}

.approach-cta:hover i {
    transform: translate(3px, -3px);
}

/* Approach Cards */
.approach-card {
    background: #f5fbf7;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(12, 47, 37, 0.05);
}

.approach-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(12, 47, 37, 0.1);
}

.approach-card-inner {
    padding: 30px 28px 24px;
}

.approach-card-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: #e0f2e9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #1a8a5c;
    margin-bottom: 18px;
}

.approach-card-title {
    font-size: 20px;
    font-weight: 600;
    color: #042f23;
    margin: 0 0 10px;
}

.approach-card-text {
    font-size: 15px;
    color: #6d827c;
    line-height: 1.6;
    margin: 0;
}

.approach-card-img {
    overflow: hidden;
    padding: 0 16px 16px;
}

.approach-card-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 14px;
    transition: transform 0.5s ease;
}

.approach-card:hover .approach-card-img img {
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .approach-heading {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .approach-heading {
        font-size: 30px;
    }
    .approach-top-right {
        margin-top: 20px;
    }
}

/* ===================================
   Process Section (Service Details)
   =================================== */
.process-content-wrap {
    position: relative;
}

.process-timeline {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}

.process-step {
    display: flex;
    gap: 24px;
    position: relative;
    padding-bottom: 10px;
}

.process-step-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.process-step-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #e0f2e9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #1a8a5c;
    flex-shrink: 0;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.process-step:hover .process-step-icon {
    background: #f5c842;
    color: #042f23;
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(245, 200, 66, 0.35);
}

.process-step-line {
    width: 2px;
    flex: 1;
    background: linear-gradient(180deg, #c5ddd0, rgba(197, 221, 208, 0.2));
    margin-top: 8px;
    border-radius: 2px;
}

.process-step-last .process-step-line {
    display: none;
}

.process-step-right {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 28px;
    flex: 1;
    border: 1px solid rgba(12, 47, 37, 0.05);
    transition: all 0.3s ease;
    position: relative;
}

.process-step:hover .process-step-right {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(12, 47, 37, 0.08);
    border-color: rgba(26, 138, 92, 0.1);
}

.process-step-number {
    font-size: 42px;
    font-weight: 700;
    color: #e0f2e9;
    line-height: 1;
    display: block;
    margin-bottom: 6px;
    transition: color 0.3s ease;
}

.process-step:hover .process-step-number {
    color: #c5ddd0;
}

.process-step-title {
    font-size: 18px;
    font-weight: 600;
    color: #042f23;
    margin: 0 0 8px;
    transition: color 0.3s ease;
}

.process-step:hover .process-step-title {
    color: #1a8a5c;
}

.process-step-text {
    font-size: 15px;
    color: #6d827c;
    line-height: 1.6;
    margin: 0;
}

/* Process Visual - Single Image */
.process-visual-wrap {
    position: relative;
    padding: 20px;
}

.process-main-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(12, 47, 37, 0.12);
    position: relative;
}

.process-main-image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s ease;
}

/* Active Step State */
.process-step.active .process-step-icon {
    background: #f5c842;
    color: #042f23;
    box-shadow: 0 8px 24px rgba(245, 200, 66, 0.35);
}

.process-step.active .process-step-right {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(12, 47, 37, 0.08);
    border-color: rgba(245, 200, 66, 0.25);
}

.process-step.active .process-step-number {
    color: #f5c842;
}

.process-step.active .process-step-title {
    color: #1a8a5c;
}

/* Floating Info Cards */
.process-float-card {
    position: absolute;
    background: #ffffff;
    border-radius: 14px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 16px 40px rgba(12, 47, 37, 0.12);
    z-index: 5;
    transition: all 0.3s ease;
}

.process-float-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px rgba(12, 47, 37, 0.16);
}

.process-float-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #e0f2e9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #1a8a5c;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.process-float-card:hover .process-float-icon {
    background: #f5c842;
    color: #042f23;
}

.process-float-card span {
    font-size: 14px;
    font-weight: 600;
    color: #042f23;
    white-space: nowrap;
}

.process-float-1 {
    top: 10px;
    left: -20px;
}

.process-float-2 {
    bottom: 10px;
    right: -10px;
}

/* Process Section Responsive */
@media (max-width: 991px) {
    .process-visual-wrap {
        margin-top: 30px;
    }
    .process-main-image img {
        height: 380px;
    }
    .process-float-1 {
        top: -10px;
        left: 10px;
    }
    .process-float-2 {
        bottom: -10px;
        right: 10px;
    }
}

@media (max-width: 767px) {
    .process-main-image img {
        height: 300px;
    }
    .process-step-right {
        padding: 20px 22px;
    }
    .process-step-number {
        font-size: 34px;
    }
    .process-float-card {
        padding: 12px 16px;
    }
    .process-float-card span {
        font-size: 13px;
    }
}

/* ===================================
   Contact Form Section
   =================================== */
.contact-form-section {
    position: relative;
    background: #ffffff;
}

.contact-form-heading {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 42px;
    font-weight: 500;
    color: #042f23;
    line-height: 1.15;
    margin-bottom: 35px;
}

.form-input {
    width: 100%;
    padding: 16px 20px;
    background: #f5f5f5;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 15px;
    color: #042f23;
    font-family: "Bricolage Grotesque", sans-serif;
    transition: all 0.3s ease;
    outline: none;
}

.form-input::placeholder {
    color: #999;
    font-weight: 400;
}

.form-input:focus {
    border-color: #1a8a5c;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(26, 138, 92, 0.1);
}

.form-textarea {
    resize: vertical;
    min-height: 140px;
}

.form-btn-submit {
    padding: 14px 32px;
    background: #536b5e;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-btn-submit:hover {
    background: #042f23;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(4, 47, 35, 0.2);
}

.form-btn-reset {
    padding: 14px 32px;
    background: #536b5e;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-btn-reset:hover {
    background: #042f23;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(4, 47, 35, 0.2);
}

/* Contact Info Right Side */
.contact-info-heading {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 38px;
    font-weight: 500;
    color: #042f23;
    line-height: 1.15;
    margin-bottom: 16px;
}

.contact-info-text {
    font-size: 15px;
    color: #6d827c;
    line-height: 1.7;
    margin-bottom: 30px;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 18px;
}

.contact-info-icon {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background: #042f23;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    flex-shrink: 0;
}

.contact-info-content {
    display: flex;
    flex-direction: column;
}

.contact-info-label {
    font-size: 18px;
    color: #042f23;
    font-weight: 600;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-info-label i {
    color: #1a8a5c;
    font-size: 18px;
}

.contact-info-value {
    font-size: 20px;
    color: #6d827c;
    font-weight: 400;
}

/* Map Section */
.map-section {
    position: relative;
}

.map-wrapper {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

@media (max-width: 991px) {
    .contact-form-heading {
        font-size: 34px;
    }
    .contact-info-heading {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .contact-form-heading {
        font-size: 28px;
    }
    .contact-info-heading {
        font-size: 26px;
    }
    .map-wrapper {
        height: 300px;
    }
}

/* ===================================
   Services Cards Section
   =================================== */
.services-cards-section {
    position: relative;
    background: #ffffff;
}

.service-card-item {
    background: #f5fbf7;
    border-radius: 20px;
    padding: 36px 30px;
    transition: all 0.3s ease;
    border: 1px solid rgba(12, 47, 37, 0.05);
    height: 100%;
}

.service-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(12, 47, 37, 0.1);
}

.service-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: #e0f2e9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #1a8a5c;
    margin-bottom: 22px;
    transition: all 0.3s ease;
}

.service-card-item:hover .service-card-icon {
    background: #f5c842;
    color: #042f23;
    box-shadow: 0 8px 20px rgba(245, 200, 66, 0.3);
}

.service-card-title {
    font-size: 20px;
    font-weight: 600;
    color: #042f23;
    margin: 0 0 12px;
}

.service-card-text {
    font-size: 15px;
    color: #6d827c;
    line-height: 1.7;
    margin-bottom: 20px;
}

.service-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #042f23;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-card-link:hover {
    color: #1a8a5c;
    gap: 12px;
}

.service-card-link i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.service-card-link:hover i {
    transform: translateX(4px);
}

/* ===================================
   Footer
   =================================== */
.site-footer {
    background: #0e2a20;
    color: #a3b8ad;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}

.footer-main {
    padding: 80px 0 60px;
}

.footer-brand .footer-logo {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 18px;
    line-height: 1.2;
}

.footer-brand .footer-desc {
    font-size: 15px;
    color: #8fa89e;
    line-height: 1.7;
    margin: 0 0 30px;
    max-width: 300px;
}

.footer-appointment-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #1e3d31;
    color: #ffffff;
    padding: 14px 14px 14px 26px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-appointment-btn:hover {
    background: #255040;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.footer-appointment-btn .btn-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: background 0.3s ease;
}

.footer-appointment-btn:hover .btn-arrow {
    background: rgba(255, 255, 255, 0.2);
}

.footer-links .footer-title,
.footer-contact .footer-title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 24px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 12px;
}

.footer-links ul li a {
    color: #8fa89e;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.footer-links ul li a:hover {
    color: #ffffff;
}

.footer-contact .footer-title-phone {
    margin-top: 20px;
}

.footer-contact .footer-address-text {
    color: #8fa89e;
    font-size: 15px;
    margin: 0 0 6px;
    line-height: 1.6;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 24px 0;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-hours {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.hours-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hours-label {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}

.hours-value {
    font-size: 15px;
    color: #8fa89e;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #8fa89e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-social a:hover {
    background: #1e3d31;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Copyright Bar */
.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 22px 0;
    background: #0b2018;
}

.footer-copyright-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-copyright p {
    margin: 0;
    font-size: 14px;
    color: #6d8a7d;
}

.footer-legal {
    display: flex;
    gap: 30px;
}

.footer-legal a {
    color: #6d8a7d;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #ffffff;
}

@media (max-width: 991px) {
    .footer-main {
        padding: 60px 0 40px;
    }
    .footer-brand {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        border-radius: 20px 20px 0 0;
    }
    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }
    .footer-hours {
        flex-direction: column;
        gap: 10px;
    }
    .footer-copyright-inner {
        flex-direction: column;
        text-align: center;
    }
    .footer-legal {
        gap: 20px;
    }
}

/* Testimonial Video Play Button */
.testimonial-video-trigger {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(4, 47, 35, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    outline: none;
}
.testimonial-video-trigger::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(4, 47, 35, 0.45);
    animation: pulse 2s infinite;
    z-index: -1;
}
.testimonial-video-trigger i {
    color: #fff;
    font-size: 24px;
    margin-left: 4px;
    transition: color 0.3s ease;
}
.testimonial-video-trigger:hover {
    background: #f5c842;
}
.testimonial-video-trigger:hover::before {
    animation: none;
    opacity: 0;
}
.testimonial-video-trigger:hover i {
    color: #042f23;
}
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(4, 47, 35, 0.45); }
    70% { box-shadow: 0 0 0 16px rgba(4, 47, 35, 0); }
    100% { box-shadow: 0 0 0 0 rgba(4, 47, 35, 0); }
}

/* Video Modal */
.video-popup-modal .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}
.video-popup-modal .modal-content {
    background: #000;
    border: none;
    border-radius: 16px;
    overflow: hidden;
}
.video-popup-modal .modal-header {
    border: none;
    padding: 12px 16px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.video-close-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    border: none;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1;
}
.video-close-btn:hover {
    background: #f5c842;
    color: #042f23;
}
.video-popup-modal .modal-body {
    padding: 0;
}
.video-popup-modal .video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #000;
}
.video-popup-modal .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.video-popup-modal .modal-backdrop.show {
    opacity: 0.85;
}

/* Inspiration Quotes Section */
.inspiration-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, var(--bg) 0%, #eef7f1 50%, var(--bg) 100%);
}


.inspiration-inner .sec_title {
   font-size: 50px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 50px;
}
.inspiration-inner .sec_title em {
    font-style: italic;
    color: #1a8a5c;
}

.inspiration-slider {
    position: relative;
    max-width: 780px;
    margin: 0 auto;
    min-height: 260px;
}

.inspiration-quote {
    display: none;
    animation: fadeInQuote 0.5s ease;
}
.inspiration-quote.active {
    display: block;
}
@keyframes fadeInQuote {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.quote-card {
    background: #fff;
    border-radius: 20px;
    padding: 48px 50px 40px;
    position: relative;
    border-top: 4px solid #1a8a5c;
    border-bottom: 4px solid #f5c842;
    box-shadow: 0 4px 24px rgba(4, 47, 35, 0.06);
}

.quote-icon {
    font-size: 36px;
    color: #c5ddd0;
    margin-bottom: 20px;
    text-align: left;
}

.quote-text {
    font-size: 22px;
    font-style: italic;
    color: #042f23;
    line-height: 1.6;
    margin-bottom: 28px;
    font-weight: 500;
}

.quote-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.author-name {
    font-size: 16px;
    font-weight: 700;
    color: #1a8a5c;
}
.author-sep {
    color: #6d827c;
    font-size: 14px;
}
.author-role {
    font-size: 15px;
    color: #6d827c;
}

.inspiration-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 32px;
}
.inspiration-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c5ddd0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.inspiration-dots .dot.active {
    background: #1a8a5c;
    transform: scale(1.3);
}
.inspiration-dots .dot:hover {
    background: #1a8a5c;
}