@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
:root{
  /* Match your PDF look: light background + deep green accents */
  --bg: #F0F2F0;
  --card: #ffffff;
  --text: #0f1b12;
  --muted: #666666;

  --green: #033500;      /* primary button + CTA bar */
  --green-2: #4A7A45;    /* hover */
  --border: rgba(15,27,18,.10);

  --radius: 8px;
  --shadow: 0 14px 36px rgba(0,0,0,.10);
 
  --ts-primary: #033500;
  --ts-surface: #f0f2f0;
  --ts-border: #e5e7e5;
  --ts-text: #1a1a1a;
  --ts-muted: #666;

  --ts-ease: cubic-bezier(.22,.61,.36,1);
  --ts-300: 300ms;
  --ts-450: 450ms;
  --ts-750: 750ms;

}

*{ box-sizing: border-box; }
html, body{ height: 100%; }
body{
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
}


a{ text-decoration: none; }
img{ display:block; max-width:100%; height:auto; }

/* Container width similar to your design */
.site-container{max-width:1200px;}
@media (min-width:1400px){.site-container{max-width:1320px;}}
@media (max-width:991.98px){.site-container{max-width:92%;}}

/* Header */
.site-header{
  background:rgba(245,247,243,.75);
  backdrop-filter: blur(5px);
}
.brand-logo{  height: auto; }

.active{
  background: #4A7A45;
  border-radius: 8px;

}
li.nav-item.px-3.active a {
    color: #fff ;
}
.order {
    background: #033500;
    border-radius: 8px;
    border-bottom: 0px solid transparent !important;
    
}
.order a{
  color: #fff !important;
 font-size: 18px;
    

}
.order:hover {
    backface-visibility: ;
    border-bottom: 0px solid transparent !important;
    background: #4A7A45;
}
.active.nav-item:hover {
    border-bottom: 0px solid transparent;
}
.active.nav-item{border-bottom:0px solid transparent; transition:border-color 300ms ease;}
.nav-item:hover{border-color:var(--green);
    
} 
.navbar .nav-link{
  font-weight: 500;
  color: #0F0F0F;
  font-size:18px;
}
.navbar .nav-link:hover{
  color: rgba(15,27,18,1);
}
.nav-item:hover { border-bottom:3px solid #033500;}

.section-offset{ padding-top: 86px; }
.nav-item {
  border-bottom: 3px solid transparent;
  transition: border-bottom-color 0.3s ease;
}
/* Buttons */
.btn-brand{
  --bs-btn-bg: var(--green);
  --bs-btn-border-color: var(--green);
  --bs-btn-hover-bg: var(--green-2);
  --bs-btn-hover-border-color: var(--green-2);
  --bs-btn-color: #fff;
  font-weight: 500;
  border-radius: 8px;
  font-size:16px;
}
.btn-brand:hover{
	color:#fff;
}
.btn-outline-brand{
  --bs-btn-color: var(--green);
  --bs-btn-border-color: rgba(47,95,54,.35);
  --bs-btn-hover-bg: rgba(47,95,54,.08);
  --bs-btn-hover-border-color: rgba(47,95,54,.35);
  --bs-btn-active-bg: rgba(47,95,54,.12);
  --bs-btn-active-border-color: rgba(47,95,54,.35);
  font-weight: 500;
  border-radius: 8px;
  font-size:16px;
}
.hero-btn-outline:hover {
    background: #4a7a46;
    color: #fff;
    border: 1px solid #1a1a1a;
}

/* HERO */
.hero{
  position: relative;
  overflow: hidden;
  min-height: 600px;
}
.hero-bg{
  position:absolute;
  inset:0;
}
.hero-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.02);
}

.hero-content{
  position: relative;
  padding: 72px 0 56px;
  
}

.hero-subtitle{
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(15,27,18,.70);
  line-height: 1.7;
  font-size: 16px;
}

/* Typography */
.section-title{
  font-weight: bold;
  letter-spacing: -0.02em;
  font-size: clamp(40px, 2.2vw, 34px);
  color: #033500;
  font-family: "Archivo", sans-serif;
}
.lead-soft{
  color: var(--muted);
  line-height: 1.75;
  font-size: 16px;
      max-width: 34vw;
}
.map-card {
    float: right;
}
.service-section{
  background:#F0F2F0 ;
}
/* faq  */
.faq-section{
  background:#F0F2F0;
  font-family:'Inter', sans-serif;
}

.faq-left-title{
  font-size:40px;
  line-height:1.05;
  font-weight:700;
  color:#033500; /* deep green like screenshot */
  font-family: Archivo;
}

/* Accordion base */
.faq-acc .accordion-item{
  background:transparent;
  border:0;
  border-bottom:1px solid #ccc; /* thin divider line */
}

.faq-acc .accordion-item:first-child{
  border-top:0;
}

.faq-acc .accordion-button{
  background:transparent;
  color:#1A1A1A; /* darker grey heading like screenshot */
  font-size:24px;
  font-weight:700;
  padding:22px 0;
  box-shadow:none;
  font-family: Archivo;
}

.faq-acc .accordion-button:focus{
  box-shadow:none;
  border-color:transparent;
}

.faq-acc .accordion-body{
  color: #1A1A1A;
    font-size: 16px;
    line-height: 1.6rem;
    font-weight: 400;
    font-family: 'Inter';
    padding: 0 0 22px 0;
}

/* Remove default caret icon */
.faq-acc .accordion-button::after{
  background-image:none !important;
  transform:none !important;
  content:"+";
  font-size:28px;
  font-weight:500;
  color:#2a2a2a;
  margin-left:auto;
}

/* When open show minus */
.faq-acc .accordion-button:not(.collapsed)::after{
  content:"–";
}

/* More button */
.faq-more-btn{
  background:#033500;
  border:1px solid #033500;
  color:#fff;
  border-radius:10px;
  font-weight:500;
}

.faq-more-btn:hover{
  opacity:.9;
  color:#fff;
}

/* Optional: slightly tighter on small screens */
@media (max-width: 991.98px){
  .faq-left-title{ font-size:40px; }
  .faq-acc .accordion-button{ font-size:20px; }

  .lead-soft{
  color: var(--muted);
  max-width: 100%;
}
}


/* Footer */
.site-footer {
  background-color: #033500;
  font-family: 'Inter', sans-serif;
}


.footer-title {
  font-weight: 600;
  margin-bottom: 1rem;
      font-size: 24px;
      font-family: "Archivo", sans-serif;
}

.footer-text {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
}

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

.footer-list li {
  margin-bottom: 0.5rem;
}

.footer-list a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
}

.footer-list a:hover {
  opacity: 1;
 
}

.footer-divider {
  border-color: #E5E7E5;
}

.footer-contact span {
  font-size: 16px;
 
}

.footer-contact i {
  margin-right: 6px;
}

.footer-social-title {
  font-weight: 600;
  font-size: 20px;
}

.footer-social {
  color: #ffffff;
  font-size: 1.2rem;
  margin-left: 10px;
}

.footer-social:hover {
  opacity: 0.8;
}

.cta-box{
  background:#4A7A45; /* exact green tone */
  border-radius:28px;
}

.cta-title{
  color:#fff;
  
}

/* Buttons */
.cta-btn-light{
  background:#fff;
  color:#033500;
  border:none;
  font-size: 16px;
  font-weight: 500;
}
.cta-btn-light:hover{
border: 1px solid #033500;
color: #fff;
}
.cta-btn-dark{
  background:#033500;
  border:none;
  color:#fff;
  font-size: 16px;
  font-weight: normal;
}
.cta-btn-dark:hover{
  border: 1px solid #033500;
}

.testi-sec{
  background:#F0F2F0;
  font-family:'Inter', sans-serif;
}

.testi-title{
  color:#033500; /* green like design */
  font-weight:700;
  font-size:44px;
  line-height:1.05;
}

.testi-carousel{
  position:relative;
}

/* two cards row */
.testi_togglerow{
  display:flex;
  gap:22px;
  background: #f0f2ef;
}

/* card */
.testi-card{
  background:#fff;
  border-radius:18px;
  padding:22px 24px;
  width:50%;
  min-height:230px;
}

/* header */
.testi-head{
  display:flex;
  gap:14px;
  align-items:center;
  margin-bottom:10px;
}

.testi-avatar{
  width:52px;
  height:52px;
  border-radius:50%;
  object-fit:cover;
}

.testi-name{
  font-weight:700;
  color:#111;
  line-height:1.1;
}

.testi-time{
  font-size:13px;
  color:#777;
  margin-top:2px;
}

.testi-stars{
  margin-top:8px;
  color:#f2b544;
  letter-spacing:2px;
  font-size:16px;
}

.testi-text{
  color:#1a1a1a;
  font-size:14px;
  line-height:1.6;
  margin:14px 0 10px;
}

.testi-more{
  color:#033500;
  font-weight:600;
  text-decoration:none;
}

.testi-more:hover{
  text-decoration:underline;
}

/* dots */
.testi-dots{
  position:static;
  margin-top:14px;
  gap:8px;
}

.testi-dots [data-bs-target]{
  width:7px;
  height:7px;
  border-radius:50%;
  border:0;
  opacity:1;
  background:#2b2b2b;
}

.testi-dots .active{
  background:#fff;
}

/* next arrow round */
.testi-next{
  width:auto;
  opacity:1;
  right:-6px;
}

.testi-next-ic{
  display:inline-flex;
  width:46px;
  height:46px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#eef3ee;
  color:#033500;
  font-size:32px;
  line-height:1;
  box-shadow:0 8px 24px rgba(0,0,0,.18);
}

/* MOBILE: 1 card */
@media (max-width: 991.98px){
  .testi-title{ font-size:34px; }
  .testi_togglerow{ flex-direction:column; }
  .testi-card{ width:100%; }
  .testi-next{ right:0; }
}
.cta-wrap{
  background: #F0F2F0;
}
.testi-prev{
  width:auto;
  opacity:1;
  left:-6px;
}

.testi-prev-ic{
  display:inline-flex;
  width:46px;
  height:46px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#eef3ee;
  color:#033500;
  font-size:32px;
  line-height:1;
  box-shadow:0 8px 24px rgba(0,0,0,.18);
}
.projects-sec{
  background:#ffffff;
  font-family:'Inter', sans-serif;
}

.projects-title{
  color:#033500;
  font-weight:700;
  font-size:42px;
}

.projects-lead{
  color:#6d6d6d;
  font-size:16px;
  line-height:1.7;
  max-width:560px;
}

.project-card{
  background:transparent;
}

.project-img{
  border-radius:18px;
  overflow:hidden;
}

.project-img img{
  width:100%;
  height:210px;
  object-fit:cover;
  display:block;
}

.project-name{
  font-size:18px;
  font-weight:700;
  color:#1A1A1A;
  font-family: "Archivo", sans-serif;
}

.project-meta{
  color:#7a7a7a;
  font-size:15px;
}

.team-photo{
  height: 400px;
}
/* LEFT CONTENT */
.team-title{
  color:#033500;
  font-weight:700;
  font-size:46px;
  line-height:1.05;
}

.team-text{
  color:#6f6f6f;
  font-size:15px;
  line-height:1.75;
  max-width:90%;
}

/* CARD WRAPPER */
.team-card{
  display:block;
  
  overflow:hidden;
  text-decoration:none;
   transform-origin:left bottom;
  transition:transform 1s cubic-bezier(.22,.61,.36,1);
}


.team-card:hover {
  transform:translate(-14px,10px) scale(1.03);
  
}


.team-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  
      border-radius: 16px;
}

/* INFO STRIP (SEPARATE FROM IMAGE) */
.team-strip{
  padding:14px 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border: 1px solid rgba(0,0,0,.08);
   border-radius: 8px;
}
 

.team-name{
  color:#1a1a1a;
  font-weight:500;
  font-size:16px;
  line-height:1.2;
}

.team-role{
  color:#1A1A1A;
  font-size:16px;
  margin-top:5px;
  font-weight: 400;
}

/* ARROW */
.team-arrow{
  width:46px;
  height:46px;
  border-radius:999px;
  background:#f3f3f3;
  border:1px solid rgba(0,0,0,.08);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#222;
  font-size:30px;
  flex:0 0 auto;
  transition: background 1s ease; 
}
.team-arrow:hover{
  background: #4a7a46;
  border-color: #111;
  
}

/* RESPONSIVE */
@media (max-width: 991.98px){
  .team-title{ font-size:36px; }
  .team-photo{ height:430px; }
  .team-text{ max-width:100%; }
}

@media (max-width: 575.98px){
  .team-photo{ height:430px; }
}

.services-sec{
  background:#fff;
  font-family:'Inter', sans-serif;
}

/* make items fill columns naturally (no centering / no max-width) */
.why-item{
  width:100%;
}

/* icon box stays aligned left */
.why-icon{
 
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:left;

}


/* heading + text */
.why-name{
  color:#1A1A1A;
  font-size:24px;
  font-weight: 700;
  font-family: "Archivo", sans-serif;
  letter-spacing:normal;
}

.why-text{
  color:#666;
  font-size:16px;
  font-weight: 400;
  font-family: 'Inter';
  letter-spacing:normal;
}




/* Typography */
.hero-title{
  color:#033500;
  font-weight:bold;
  font-size:64px;
  letter-spacing:-0.02em;
  font-family: "Archivo", sans-serif;
}

.hero-sub{
  color:#1b1b1b;
  font-size:18px;
  line-height:1.6;
  margin-inline:auto;
  max-width: 720px;
  font-weight: 500;
}

.hero-btn-outline{
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(0,0,0,0.08);
  color:#033500;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 991.98px){
  .hero-title{ font-size:44px; }
  .hero-pin{ padding: 90px 0 120px; }
}

@media (max-width: 575.98px){
  .hero-title{ font-size:43px; }
  .hero-sub{ font-size:16px; }
}


/* ===== Pinned Hero + Overlap (added) ===== */
.site-header{ z-index:1030; } /* keep navbar above overlap content */

.hero-pin{
  position: fixed;
    inset: 0;
    padding: 140px 0;
    background-image: url(../images/page-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover ;
    background-position: center center;
}

.hero-pin::before{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(
    circle at 50% 30%,
    rgba(255,255,255,.55),
    rgba(255,255,255,.15) 55%,
    rgba(255,255,255,0) 75%
  );
  pointer-events:none;
}

.hero-pin .container{
  position: relative;
  z-index: 1;
}

/* Content overlaps pinned hero */
.page-overlap{
  position: relative;
  z-index: 2;
  margin-top: 100vh;
  background: #F0F2F0;
}

/* Optional: stronger overlap feel on first section */
.page-overlap > section:first-child{
  
  box-shadow: 0 -20px 60px rgba(0,0,0,.08);
}
.page-heading{
  position: relative;
  height: 320px;                         /* match screenshot height */
  background-image: url("../images/hero-city.jpg"); /* change to your banner img */
  background-size: cover;
  background-position: center 65%;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 80px;
}

/* dark overlay */
.page-heading::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(36,36,36,.70);          /* overlay darkness */
  z-index: 1;
}

/* title layer */
.page-heading .container{
  position: relative;
  z-index: 2;
}

.page-heading__title{
  color:#fff;
  font-weight:bold;
  font-size:64px;
  line-height:1;
  letter-spacing:-0.02em;
  font-family: 'Archivo';
}

/* responsive */
@media (max-width: 991.98px){
  .page-heading{ height: 280px; }
  .page-heading__title{ font-size:56px; }
}

@media (max-width: 575.98px){
  .page-heading{ height: 240px; }
  .page-heading__title{ font-size:40px; }
}

.svc-suntitle{
  font-size: 16px;
  color: #666;
}


/* Services page background like screenshot */
.services-page{
  background:#f4f5f2; /* soft off-white */
}


/* clickable card */
.proj-card{
  display:block;
  text-decoration:none;
  color:inherit;
}

/* wrapper (hover bg + padding change) */
.proj-inner{
  border-radius:18px;
  padding:0; /* screenshot looks tight */
  background:transparent;
  transition: background .45s ease, box-shadow .45s ease, padding .45s ease;
}

/* image frame */
.proj-media{
  border-radius:8px;
  overflow:hidden;              /* no overflow on scale */
}

/* text under image */
.proj-body{
  padding-top:14px;
}

.proj-title{
  color:#1a1a1a;
  font-size:18px;
  font-weight:600;
  line-height:1.35;
  margin:0 0 8px;
  font-family: Archivo;
}

.proj-sub{
  color:#666;
  font-size:16px;
  font-weight:regular;
  margin:0;
}
.meet-sub-title {
  color: #fff;
  max-width: 80%;
  margin: auto;
  font-size:20px;
  text-align: justify;
  font-weight: 300;
}

/* card */
.member-card{
  background:#fff;
  border-radius:28px;
  overflow:hidden;
}



.member-name{
  color:#033500;
  font-weight:bold;
  font-size:40px;
  line-height:1.05;
  font-family: "Archivo", sans-serif;
}

/* email pill */
.member-email{
  background:#eef1ee;
  border:0;
  color:#2f5e2f;
  font-weight:400;
  padding:8px 18px;
  border-radius:999px;
  white-space:nowrap;
  font-size: 18px;
}
.member-email:hover{
  background:#e5e9e5;
  color:#2a532a;
}

.member-email-ic{
  width:32px;
  height:32px;
  border-radius:8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.member-role{
  color:#1a1a1a;
  font-size:20px;
  font-weight:400;
}

.member-cred{
  color:#1a1a1a;
  font-size:16px;
  font-weight:400;
}

.member-text p{
  color:#666;
  font-size:20px;
line-height: 2rem;
  margin-bottom:18px;
 
}

/* right image side */
.member-right{
  background:#fff;
  padding:22px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.member-right img{
  width:100%;
  height:100%;
  max-height: 420px;
  object-fit:contain; /* cutout style like screenshot */
  display:block;
}

/* responsive */
@media (max-width: 991.98px){
  .member-left{ padding:22px 20px; }
  .member-name{ font-size:34px; }
  .member-text p{ font-size:15px; line-height:1.75; }
  .member-right{ padding:18px; }
  .member-right img{ max-height: 360px; }
}
.contact-split{
  border-radius: 28px;
  background:#fff;
}

/* LEFT */
.contact-title{
  color:#033500;
  font-weight:bold;
  font-size:64px;
  font-family: 'Archivo';
}

.contact-lead{
  color:#666;
  font-size:15px;
  line-height:1.75;
  max-width:520px;
}

.contact-item{
  display:flex;
  gap:16px;
  margin-top:26px;
}

.contact-ic{
  width:44px;
  height:44px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#033500;
  
  flex:0 0 auto;
}

.contact-item-title{
  color:#111;
  font-weight:700;
  font-size:22px;
  line-height:1.2;
}

.contact-item-sub{
  color:#1a1a1a;
  font-size:18px;
  margin-top:6px;
}

.contact-link{
  color:#1a1a1a;
  text-decoration:none;
}


/* social */
.social-pill{
  width:35px;
  height:35px;
  border-radius:999px;
  background:#033500;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}

/* RIGHT CARD */
.contact-card{
  background:#4a7441;            /* green card like screenshot */
  border-radius:40px;
  padding:36px 40px;
  color:#fff;
}

.contact-card-title{
  font-size:40px;
  font-weight:700;
  margin:0;
}

.contact-label{
  color:#fff;
  font-weight:500;
  font-size:18px;
  margin-bottom:10px;
}

/* Controls */
.contact-control{
  border:0;
  border-radius:6px;
  padding:12px 14px;
  font-size:16px;
}

.contact-control::placeholder{
  color:#666;
}

.contact-textarea{
  min-height:180px;
  resize:none;
}

.contact-submit{
  border-radius:10px;
  font-weight:500;
  padding:12px 26px;
  color: #033500;
}

/* responsive */
@media (max-width: 991.98px){
  .contact-title{ font-size:46px; }
  .contact-card{ padding:28px 22px; border-radius:32px; }
  .contact-card-title{ font-size:34px; }
  .contact-item-title{ font-size:20px; }
  .contact-item-sub{ font-size:16px; }
}

@media (max-width: 575.98px){
  .contact-title{ font-size:40px; }
  .contact-lead{ max-width:100%; }
}
.contact-submit:hover {
    border: 1px solid #033500;
    background: transparent;
    color: #fff;
}
/* ================================
   SERVICES – Figma Push Hover (6 cards)
   Requires wrapper: [data-svc-grid]
===*/
/* =========================================================
   SERVICES – Figma Push Hover (Bootstrap row/cols, 6 cards)
   HTML: .row[data-svc-grid] > .col-* > a.svc-card
   - hover col "widens" (visual) + image grows
   - siblings shift + gaps tighten
   - center col also moves for hover 1/3 and 4/6
   - smooth in/out
========================================================= */
/* ---------- Section ---------- */

/* ---------- Card base ---------- */
.svc-card{
  display:block;
  text-decoration:none;
  color:inherit;
  border-radius:22px;
  transform:translateZ(0);
}
.svc-inner{
  height:100%;
  overflow:hidden;
}
.svc-inner{ border-radius:18px; }

.svc-media{
  border-radius:14px;
  overflow:hidden;
  background:#f1f1f1;
}

.svc-media img{
  width:100%;
  height:240px;
  display:block;
  transform:scale(1);
}

.svc-body{ padding:16px 25px;
}

.svc-title{
  font-size:22px;
  font-weight:700;
  line-height:1.2;
  margin:0;
  font-family: "Archivo", sans-serif;
  
}

.svc-desc{
  font-size:16px;
  line-height:1.65;
  color:#666;
  margin:10px 0 0;
  opacity:0;
  overflow:hidden;
  transform:translateY(6px);
}

/* ======================================================
   Motion system (desktop only)
   - We apply transforms to the .col wrappers to "push"
   - We apply scaleX to the hovered .svc-card to "widen"
   - Images grow slightly (no shrink)
======================================================*/
@media (max-width: 400px){
    .brand-logo{
    height: 36px !important;
    width: auto;
  }
    
}
@media (max-width: 992px){
    .svc-desc{
  opacity:1;
    transform:translateY(6px);     
        
    }
    .svc-card{
    
    background:#F0F2F0;
	
  }
  .team-strip{
      border:0px;
  }
  .team-arrow{
      display: none;
  }
  .team-text-mobile{
    display: block;
}
.team-text-mobile span{
    color: #033500;
    font-size:16px;
}
.team-text{
    display: none;
}
.meet-team-button,.write-review, .order{
    display: none;
}
.meet-team-button-small,.write-review-small{
    display: block;
}
.clients-say{
    font-size: 22px!important;
}
.section-title{
     font-size: 32px!important;
}
.faq-acc .accordion-body,.lead-soft{
    font-size:14px;
}
  .brand-logo{
    height: 50px;
    width: auto;
  }
.order-mobile{
    font-size: 14px;
        margin: 0px;
        padding: 8px 15px;
}
.hero-pin {
        background-size: 461%;
        background-position: 47% 20%;
    }
.servicep-media img{
    height: 250px !important;
}
.meet-sub-title{
    font-size: 14px;
    text-align:center;
}
.contact-split{
    background: transparent;
}
}
    


@media (min-width: 992px){
.team-text-mobile, .meet-team-button-small,.write-review-small{
    display: none;
}


  :root{
    --svc-ease: cubic-bezier(.22,.61,.36,1);
    --svc-dur: 700ms;

    --svc-widen: 1.07;      /* hovered card width feel */
    --svc-img: 1.035;       /* subtle image grow */

    --push-mid: 14px;       /* center card push */
    --push-far: 22px;       /* far card push */
    --push-near: 10px;      /* small push */
  }

  /* keep grid stable; allow overlay */
  [data-svc-grid]{ overflow:visible; }

  /* columns move smoothly */
  [data-svc-grid] > [class*="col"]{
    position:relative;
    z-index:1;
    transform:translateX(0);
    transition:transform var(--svc-dur) var(--svc-ease);
    will-change:transform;
  }

  /* card widen smoothly */
  .svc-card{
    transform:scaleX(1);
    transform-origin:center center;
    transition:transform var(--svc-dur) var(--svc-ease),
               box-shadow 300ms ease;
    will-change:transform;
  }
  .svc-card{
  pointer-events:auto;
}

  /* image moves smoothly with card */
  .svc-media img{
    transition:transform var(--svc-dur) var(--svc-ease);
    will-change:transform;
  }

  /* description reveal on hover */

  .svc-desc{
  opacity:0;
  transform:translateY(6px);
  transition:
    opacity 400ms var(--svc-ease),
    transform 400ms var(--svc-ease);
}

[data-svc-grid] > [class*="col"]:hover .svc-desc{
  opacity:1;
  transform:translateY(0);
}

  /* bring hovered card above neighbours */
  [data-svc-grid] > [class*="col"]:hover{ z-index:5; }

  [data-svc-grid] > [class*="col"]:hover .svc-card{
    transform:scaleX(var(--svc-widen)) translateY(-6px);
    background:#F0F2F0;
	
  }
   [data-svc-grid] > [class*="col"]:hover .svc-card .svc-body{
    transition: padding var(--svc-dur) var(--svc-ease);
	padding:8px;
  }

  [data-svc-grid] > [class*="col"]:hover .svc-media img{
    transform:scale(var(--svc-img));
  }

  [data-svc-grid] > [class*="col"]:hover .svc-desc{
    margin-top:10px;
    opacity:1;
    transform:translateY(0);
  }

  /* ===== PUSH LOGIC (requires :has; JS fallback below) ===== */
  @supports selector(:has(*)){

    /* ROW 1 (1–3) ------------------------------------- */

    /* Hover col 1:
       - col 2 moves toward col 3 (to the right)
       - col 3 moves a little further right
       => gap between 2 and 3 visually reduces */
    [data-svc-grid]:has(> [class*="col"]:nth-child(1):hover) > [class*="col"]:nth-child(2){
      transform:translateX(var(--push-mid));
    }
    [data-svc-grid]:has(> [class*="col"]:nth-child(1):hover) > [class*="col"]:nth-child(3){
      transform:translateX(var(--push-far));
    }

    /* Hover col 2 (center):
       - col 1 nudges left a bit
       - col 3 nudges right a bit
       - keeps center visually "dominant" without breaking alignment */
    [data-svc-grid]:has(> [class*="col"]:nth-child(2):hover) > [class*="col"]:nth-child(1){
      transform:translateX(calc(var(--push-near) * -1));
    }
    [data-svc-grid]:has(> [class*="col"]:nth-child(2):hover) > [class*="col"]:nth-child(3){
      transform:translateX(var(--push-near));
    }

    /* Hover col 3:
       - col 2 moves toward col 1 (to the left)
       - col 1 moves a bit further left
       => gap between 1 and 2 visually reduces */
    [data-svc-grid]:has(> [class*="col"]:nth-child(3):hover) > [class*="col"]:nth-child(2){
      transform:translateX(calc(var(--push-mid) * -1));
    }
    [data-svc-grid]:has(> [class*="col"]:nth-child(3):hover) > [class*="col"]:nth-child(1){
      transform:translateX(calc(var(--push-far) * -1));
    }

    /* ROW 2 (4–6) ------------------------------------- */

    /* Hover col 4 => push 5 toward 6, and 6 a bit more */
    [data-svc-grid]:has(> [class*="col"]:nth-child(4):hover) > [class*="col"]:nth-child(5){
      transform:translateX(var(--push-mid));
    }
    [data-svc-grid]:has(> [class*="col"]:nth-child(4):hover) > [class*="col"]:nth-child(6){
      transform:translateX(var(--push-far));
    }

    /* Hover col 5 => subtle split */
    [data-svc-grid]:has(> [class*="col"]:nth-child(5):hover) > [class*="col"]:nth-child(4){
      transform:translateX(calc(var(--push-near) * -1));
    }
    [data-svc-grid]:has(> [class*="col"]:nth-child(5):hover) > [class*="col"]:nth-child(6){
      transform:translateX(var(--push-near));
    }

    /* Hover col 6 => push 5 toward 4, and 4 a bit more */
    [data-svc-grid]:has(> [class*="col"]:nth-child(6):hover) > [class*="col"]:nth-child(5){
      transform:translateX(calc(var(--push-mid) * -1));
    }
    [data-svc-grid]:has(> [class*="col"]:nth-child(6):hover) > [class*="col"]:nth-child(4){
      transform:translateX(calc(var(--push-far) * -1));
    }
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  [data-svc-grid] > [class*="col"],
  .svc-card,
  .svc-media img,
  .svc-desc{ transition:none !important; }
}
/* =====================================
   SERVICES PAGE CARDS (NO CLASH)
   Uses .servicep-* classes only
=====================================*/

.servicep-grid{ overflow: visible; }

.servicep-card{
  display:block;
  text-decoration:none;
  color:inherit;
}


.servicep-media{
  border-radius:14px;
  overflow:hidden;
  background:#f1f1f1;
}

.servicep-media img{
  width:100%;
  height:330px;
  display:block;
  transform:scale(1);
  transition:transform .6s cubic-bezier(.22,.61,.36,1);
}

.servicep-body{
  padding:16px 6px 4px;
}

.servicep-title{
  font-size:22px;
  font-weight:700;
  line-height:1.2;
  margin:0;
  color:#1a1a1a;
  font-family: 'Archivo';
}

.servicep-suntitle{
  font-size:16px;
  color:#666;
  margin:8px 0 0;
}

.servicep-desc{
  font-size:16px;
  line-height:1.65;
  color:#666;
  margin:10px 0 0;
}

/* hover (desktop) */
@media (min-width: 992px){
  .servicep-card:hover .servicep-inner{
    transform:translateY(-6px);
    box-shadow:0 14px 40px rgba(0,0,0,.08);
  }

  .servicep-card:hover .servicep-media img{
    transform:scale(1.04);
  }
}

.servicep-inner{
  border-radius:18px;
  padding:14px;
  transition:
    padding 400ms cubic-bezier(.22,.61,.36,1 ),
    background 300ms ease,
    box-shadow 300ms ease;
}

/* subtitle visible by default */
.servicep-suntitle{
  display:block;
  overflow:hidden;
  transition:
    display 350ms ease,
    transform 350ms ease;
}

/* description hidden by default */
.servicep-desc{
display: none;

  overflow:hidden;

  transition:
    display 450ms cubic-bezier(.22,.61,.36,1) 120ms,
}
.servicep-card:hover .servicep-desc{
  display: block;
}
/* ===== HOVER STATE ===== */
@media (min-width:992px){

  /* padding expands + soft background */
  .servicep-card:hover .servicep-inner{
    
    background:#fff;
    
  }

  /* hide subtitle smoothly */
  .servicep-card:hover .servicep-suntitle{
    display: none;
    transform:translateY(-6px);
  }

  /* show description smoothly */
  .servicep-card:hover .servicep-desc{
    display: block;
  }

}

.member-card img {
    max-width: 470px;
    width: 100%;
}

.footer-contact {
    font-family: Archivo;
}
footer.site-footer.text-white svg {
    margin-right: 6px;
}
.form-error{
  color:#dc3545;
  font-size:13px;
  margin-top:6px;
}

.is-invalid{
  border-color:#dc3545 !important;
}
/* Default (desktop & tablet): 2 cards per slide */
.testi_togglerow{
  display: flex;
  gap: 24px;
}

/* Each card takes 50% on large screens */
.testi-card{
  flex: 0 0 50%;
}

/* MOBILE: show ONE card per slide */
@media (max-width: 767.98px){
  .testi_togglerow{
    flex-direction: column;
  }

  .testi-card{
    flex: 0 0 100%;
  }

  /* Hide second card on mobile */
  .testi-card:nth-child(2){
    display: none;
  }
}

