html,
body {
  height: auto;
}

html.lenis {
  scroll-behavior: auto !important;
}
    
    :root{
      --bg: #0b0f14;
      --card: #111827;
      --muted: #94a3b8;
      --text: #04060c;
      --line: rgba(148,163,184,0.18);
      --accent: #f28b2d; /* your orange */
      --accent-2: #ffb36a;
      --shadow: 0 18px 60px rgba(0,0,0,0.45);
      --radius: 18px;
      --max: 1100px;
      --font-main: 'Nunito', system-ui, -apple-system, 'Segoe UI', sans-serif;
    }
    *{ box-sizing: border-box; }
    html{ scroll-behavior: smooth; }
    
    body{
      margin:0;
      color: var(--text);
      font-family: var(--font-main);
      font-weight: 400;

    }

    a { color: inherit; text-decoration: none; }
    .wrap { width: min(var(--max), 92vw); margin: 0 auto; }
    h1, h2, h3 {
      font-weight: 600;
      letter-spacing: 0.2px;
    }
    button,
    input,
    textarea,
    select {
      font: inherit;
    }
    /* Header */
:root {
  --font-main: 'Nunito', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

body {
  margin: 0;
  font-family: var(--font-main);
}

/* normal header */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 24px 9%;
  background: transparent;
  transition: all 0.35s ease;
 
}

/* inside header */
.header-inner {
  width: 100%;
  height: 74px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.35s ease;
  position: relative;
}

/* scrolled floating pill */
.site-header.scrolled {
  top: 18px;
  padding: 0 9%;
  background: transparent;
}

.site-header.scrolled .header-inner {
  /* background: rgba(255, 255, 255, 0.7); */
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 999px;
  padding: 0 38px;
  background-color: hsla(0, 0%, 100%, .5);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}


/* brand */

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #111827;
  justify-self: start;
}

.brand-logo {
  width: clamp(48px, 7vw, 70px);
  height: auto;
  display: block;
}

.logo-img {
  height: clamp(34px, 5vw, 46px);  
  width: auto;
  display: block;
}

.brand-name {
  font-weight: 700;
  letter-spacing: 0.4px;
}

.brand-text h1 {
  margin: 0;
  font-size: clamp(14px, 2.2vw, 26px);
  line-height: 0.8;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.brand-text p {
  margin: 5px 0 0;
  font-size: clamp(11px, 1.4vw, 16px);
  color: #393c4b;
  font-weight: 500;
}

/* center menu */
.nav-menu {
  display: flex;
  align-items: center;
  gap: clamp(18px, 4vw, 58px);
  margin-left: auto;
  /* justify-self: center; */
}

.nav-menu a {
  text-decoration: none;
  color: #111827;
  font-size: clamp(14px, 1.6vw, 19px);
  font-weight: 500;
  transition: color 0.25s ease;
}

.nav-menu a:hover {
  color: #4aa6e8;
}

.hamburger {
  display: none;
  border: 0;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
  color: #111827;
}

.mobile-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 5%;
  margin-top: 12px;
  min-width: 220px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.mobile-dropdown a {
  display: block;
  padding: 12px 14px;
  font-size: 16px;
  color: #111827;
  text-decoration: none;
}

.mobile-dropdown a:hover {
  color: #4aa6e8;
}

.mobile-dropdown.open {
  display: block;
}


/* Home */
#services-bg {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 90px;

  background-image: url("dallas.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Ribbon */
.trust-ribbon {
  display: flex;              /* forces horizontal */
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  border: 1px solid hsla(0, 0%, 100%, .6);
  padding: 20px 37px;
  background: #fff;
  flex-wrap: nowrap;            /* prevents overflow */
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;   
}
.trust-icon {
  width: 80px;
  height: 80px;
  color: #329fcd
}

.trust-icon svg {
  width: 100%;
  height: 100%;
  stroke-width: 1.8;
}

.trust-item h4 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #111827;
}

.trust-item p {
  margin: 2px 0 0;
  font-size: 17px;
  color: #444;
}

/*Section Intro */
.section-intro, .servicesHero, .section-cards, #contact {
background:
  linear-gradient(
    180deg,
    transparent 60%,
    #fff
  ),

  radial-gradient(
    300px circle at 5% 10%,
    rgba(74, 198, 194, 0.25),
    transparent
  ),

  radial-gradient(
    400px circle at 95% 20%,
    rgba(245, 132, 56, 0.20),
    transparent
  ),

  radial-gradient(
    350px circle at 15% 50%,
    rgba(245, 132, 56, 0.15),
    transparent
  ),

  radial-gradient(
    500px circle at 85% 60%,
    rgba(74, 198, 194, 0.2),
    transparent
  ),

  radial-gradient(
    400px circle at 50% 80%,
    rgba(74, 198, 194, 0.15),
    transparent
  ),

  #fff;
}

.section-intro,
.servicesHero,
.section-cards,
#contact {
  width: 100%;
  padding:
    clamp(50px, 7vw, 80px)
    clamp(16px, 5vw, 20px);
}
.faq-header h2, .contactTitle h2, .section-header h2, .servicesContent h2, .sectionTitle h2 {
    margin: 0 0 clamp(8px, 1.5vw, 12px);
    font-size: clamp(22px, 4vw, 48px);
    color: #17333c;
    line-height: clamp(0.8, 1.2vw, 1.4);
}
/* header styling */
.section-header {
  position: relative;
  z-index: 2;
  width: min(var(--max), 60vw);
   margin: 0 auto clamp(32px, 5vw, 60px);
  text-align: center;
}
.section-header p, .bullets p {
  margin-top: clamp(18px, 4vw, 40px);
  font-size: clamp(17px, 2vw, 25px);
  color: #444;
  line-height: 1.6;
}
  /* Buttons */

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap: 10px;
      /* padding: 12px 18px; */
      border-radius: 999px;
      border: 1px solid rgba(242,139,45,0.35);
      background: rgba(242,139,45,0.16);
      color: var(--text);
      font-weight: 700;
      cursor: pointer;
      transition: transform .12s ease, background .12s ease, border-color .12s ease;
      user-select: none;
      white-space: nowrap;
      flex-wrap: nowrap;
    }
    .btn:hover{
      transform: translateY(-1px);
      background: rgba(242,139,45,0.24);
      border-color: rgba(242,139,45,0.55);
    }
    .btn.primary, .btn.secondary {
  border-radius: clamp(8px, 1vw, 10px);
  background: linear-gradient(160deg, #f67137, #f3ae36);
  box-shadow: 0 8px 25px 0 rgba(244, 146, 55, .4);
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, 1.2vw, 10px);
  padding: clamp(10px, 1.3vw, 12px)
           clamp(14px, 2vw, 18px);
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(15px, 1.3vw, 17px);
  transition: all 0.25s ease;
    }
    .btn.primary:hover{ transform: translateY(-1px) scale(1.01); }
    .btn svg {
      width: 18px;
      height: 18px;

      transition: transform 0.25s ease;
    }

    .btn:hover svg {
      transform: translateX(4px);
    }
    .btn.secondary {
      background: linear-gradient(160deg, #37f6a7, #36f3ed);
      color: #4b5563;
      border: 1px solid rgba(92, 182, 162, 0.599);
     box-shadow: 0 8px 25px 0 rgba(55, 244, 184, 0.4);
     margin-left: 3px;
    }

    .btn.secondary:hover {
      background: linear-gradient(160deg, #37f6dd, #20e39c);
      border-color: #20e39c;
    }


    /* Hero */

    .hero {
      padding: 54px 0 26px;
    }
    .heroGrid{
      display:grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 22px;
      align-items: center;
    }
    .heroCard{
      border: 1px solid var(--line);
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: var(--shadow);
      background:
        linear-gradient(180deg, rgba(17,24,39,0.80), rgba(17,24,39,0.45)),
        url("your-hero-image.jpg") center / cover no-repeat;
      min-height: 360px;
      position: relative;
    }
    .heroOverlay {
      position:absolute;
      inset:0;
      padding: 28px;
      display:flex;
      flex-direction: column;
      justify-content: center;
      gap: 14px;
      background: radial-gradient(600px 280px at 10% 20%, rgba(0,0,0,0.35), transparent 60%),
                  radial-gradient(500px 260px at 80% 30%, rgba(0,0,0,0.25), transparent 60%);
    }
    .hero h1{
      margin: 0;
      font-size: clamp(28px, 4vw, 44px);
      line-height: 1.12;
      letter-spacing: -0.5px;
    }
    .sub{
      margin: 0;
      color: rgba(229,231,235,0.9);
      max-width: 58ch;
      font-weight: 600;
    }
    .heroActions{
      display:flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 6px;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      gap: 8px;
      font-size: 13px;
      color: var(--muted);
      padding: 10px 12px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: rgba(17,24,39,0.45);
      width: fit-content;
    }

    .sideCard{
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(17,24,39,0.55);
      padding: 20px;
      box-shadow: var(--shadow);
    }
    .sideCard h3{ margin: 0 0 8px; font-size: 16px; }
    .sideCard p{ margin: 0; color: var(--muted); font-size: 14px; }
    .sideList{
      margin: 14px 0 0;
      padding: 0;
      list-style: none;
      display:grid;
      gap: 10px;
    }
    .sideList li{
      display:flex;
      gap: 10px;
      align-items:flex-start;
      color: rgba(229,231,235,0.92);
      font-size: 14px;
    }
    .dot{
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--accent);
      margin-top: 6px;
      flex: 0 0 auto;
    }

   /* Services */

    .servicesGrid {
      display:grid;
      grid-template-columns: 1.5fr 1fr;
      gap: 18px;
      align-items: center;
    }
    .laptopMock {
      position: relative;
      width: 100%;
      max-width: 680px;
    }
    .laptopMock img {
      width: 100%;
      display: block;
      box-shadow: 0 8px 32px rgba(0, 0, 0, .06), inset 0 1px 0 hsla(0, 0%, 100%, .7);
      border-radius: 28px;
   
    }
    .bullets{
      border-radius: var(--radius);
      padding: 18px;
    }
   .bullets h3 {
      margin: 0 0 clamp(4px, 1vw, 8px);
      font-size: clamp(19px, 2vw, 24px);
    }
   .bullets ul{
           margin: 0;
           padding-left: 18px; 
           /* color: rgba(229,231,235,0.92);  */
          }
    .bullets li{ margin: 6px 0; }
    .bullets-btn {
     margin-top: clamp(28px, 5vw, 55px);
     margin-bottom: clamp(40px, 7vw, 75px);
    }

  .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
  font-size: 1rem;
  color: #1f2937;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;

  /* SVG */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill='%234ac6c2' d='m10.562 15.908l6.396-6.396l-.708-.708l-5.688 5.688l-2.85-2.85l-.708.708zM12.003 21q-1.866 0-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709M12 20q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8'/%3E%3C/svg%3E");
}

/*WhatWeDo*/

.servicesWrap {
  max-width: 1350px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 50px;
}

.templatePreview {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.templatePreview img {
  width: 100%;
  display: block;
  border: 1px solid hsla(0, 0%, 100%, .6);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .06), inset 0 1px 0 hsla(0, 0%, 100%, .7);
  border-radius: 28px;
  padding: 32px 28px;
}
.servicesContent {
  padding: 18px 15px 15px 25px;
}
.eyebrow {
  display: inline-block;
  background: #fff7d9;
  color: #14205c;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}
.servicesContent ul {
  padding-left: 22px;
  margin: 0 0 32px;
}

.servicesContent li, .bullets ul li {
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: clamp(1.5, 2vw, 1.8);
  color: #101333;
}

/* 3d Icon ribbon */
.template-ribbon {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 42px;
  padding: 48px 32px;
  background: #ffffff;
  flex-wrap: nowrap;
}

.template-item {
  width: 150px;
  text-align: center;
}

.template-item img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  display: block;
  margin: 0 auto 18px;
  filter: drop-shadow(0 10px 18px rgba(80, 100, 80, 0.14));
}

.template-item h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #2f3430;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/*OurExperience */

.section-cards {
   width: 100%;
   background-color: #e5e5e5;
   padding-bottom: 35px;
   background:
  linear-gradient(
    180deg,
    transparent 60%,
    #fff
  ),

  radial-gradient(
    300px circle at 5% 10%,
    rgba(74, 198, 194, 0.25),
    transparent
  ),

  radial-gradient(
    450px circle at 95% 20%,
    rgba(245, 132, 56, 0.20),
    transparent
  ),

  radial-gradient(
    350px circle at 15% 50%,
    rgba(245, 132, 56, 0.15),
    transparent
  ),

  radial-gradient(
    300px circle at 85% 60%,
    rgba(74, 198, 194, 0.20),
    transparent
  ),

  radial-gradient(
    400px circle at 50% 80%,
    rgba(74, 198, 194, 0.15),
    transparent
  ),

  #fff;

}

/*section-cards */
.cards-cont {
    width: min(75%, 1350px);
    margin: 0 auto;
    padding:
    clamp(10px, 2vw, 20px)
    clamp(5px, 4vw, 24px)
    clamp(40px, 6vw, 60px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(12px, 2vw, 20px);
  }

.card-wrap { 
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    --iconSize: 60px;
    --iconPad: 10px;
    --iconBox: calc(var(--iconSize) + (var(--iconPad) * 2)); /* 82px */
    --stripGap: -12px; 
    --iconOutPx: 8px; 
    --iconDrop: 6px;
}
.card-top {
  background-color: #ebeee7;
  flex: 1 1 auto;
  min-height: 0;
  border-radius: 18px 18px 18px 0; 
  z-index: 2;
  padding: 0 28px 10px 28px;
  position: relative;
  }
.card-bottom {
  flex: 0 0 70px;
  background-color: #e7f1e6;
  position: relative;
  width: calc(100% - var(--iconBox) - var(--stripGap));
  border-radius: 0 0px 18px 18px; 
  overflow: visible;
  z-index: 4;
} 

.card-top h3 {
  margin: 0;
  padding-bottom: 18px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 800;
  color: #0b1b2b;
  border-bottom: 1px solid rgba(11, 27, 43, 0.08);
}
/* LIST */
.metric-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 5px;
}
/* EACH ROW */
.metric-row {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 12px;
}
/* ROUND CHECK */
.metric-check {
  width: clamp(15px, 2vw, 18px);
  height: clamp(15px, 2vw, 18px);
  border-radius: 50%;
  background: #aecfab;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(9px, 1vw, 11px);
  font-weight: 800;
  flex-shrink: 0;
}
/* LEFT TEXT */
.metric-label {
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 600;
  color: #646b75;
}
/* RIGHT VALUE */
.metric-value {
  font-size: clamp(16px, 1.2vw, 18px);
  /* font-weight: 800; */
  color: #73a384;
  white-space: nowrap;
}
.card-icon {
  z-index: 5; 
  position:absolute;
  right: calc(-1 * var(--iconOutPx));
  bottom: calc(-1 * var(--iconDrop));
  padding: var(--iconPad);
  border-radius: 15px;
  background: #fcfcf9;
} 
.card-wrap:nth-child(3) .card-icon {
  background: #e3f2f3;
}
.card-icon .icon-box {
width: 56px;
height: 56px;
display: grid;
place-items: center;
border-radius: 8px;
background: #e1ede0;
 border: 1px solid #dae9d9;
}
.icon-box svg {
  width: 40px;
  height: 40px;
  color: #aecfab;
 }
.card-wrap::after {
content: "";
position: absolute;
right: calc(-1 * var(--iconOutPx) + 34px);
bottom: calc(-1 * var(--iconDrop) + 30px);
width: calc(var(--iconBox));
height: calc(var(--iconBox));
background:#e7f1e6;
border-radius:20px;
z-index:1;
pointer-events:none;
}
.section-cards h3 {
  margin: 0;
  font-size: clamp(16px, 1.2vw, 18px);
  color: #4b5563;
  padding: 15px 20px 5px 25px;
  font-weight: 300;
}
.section-cards p, .servicesContent p {
  margin-top: clamp(2px, 2vw, 40px);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.7;
  color: #101333;
  margin-bottom: clamp(2px, 3vw, 22px);

}
.card-wrap p {
  margin: 0;
  font-size: clamp(16px, 1.2vw, 18px);
  padding: 5px;
  color: #4b5563;
}

    /* Video */
.hero-video {
  position: relative;
  width: 100%;
  height: min(100vh);
  overflow: hidden;
  overflow: clip;
  isolation: isolate;
}

.hero-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: clamp(10px, 2vh, 20px);
  padding-inline: 20px;
}
.hero-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;     
  border-radius: 18px;
  
}
.hero-actions {
  margin-top: 24px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.hero-actions .btn {
  width: auto;
}
.hero-actions {
  margin-top: 22px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

/* FAQ */
.faq-section {
  padding: 70px 12.5% 70px 9%;
  background: #fff;
}

.faq-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}

.highlight {
   color: rgb(238, 153, 15);
}
.view-all {
  border: 1px solid #41adac;
  color: #28b8b6;
  padding: 12px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
}

.faq-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: clamp(24px, 5vw, 50px);
  align-items: start;
}

.faq-nav {
  position: sticky;
  top: 30px;
}

.faq-nav p {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #2d4d52;
  margin-bottom: 18px;
}

.faq-nav-item {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
 padding: clamp(12px, 1.3vw, 16px);
  border-radius: 8px;
 font-size: clamp(15px, 2vw, 18px);
  color: #666;
  cursor: pointer;
  line-height: 1.35;
   transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}
.faq-nav-item:hover {
  background: #eef8f8;
  color: #111;
  transform: translateX(6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}
.faq-nav-item.active {
  background: #e2f5f4;
  color: #111;
  font-weight: 700;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 24px);
}

.faq-item {
  border: 1px solid #e3e3e3;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  padding: 6px;
  background: hsla(0, 0%, 100%, .64);
  margin-bottom: 4px;
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.faq-question {
  width: 100%;
  border: 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
  text-align: left;
  font-size: clamp(16px, 2.2vw, 20px);
  font-weight: 700;
 gap: clamp(10px, 2vw, 20px);
  position: relative;
  flex-wrap: nowrap;
  align-items: flex-start;
 padding:
    clamp(10px, 1.8vw, 12px)
    clamp(12px, 2vw, 16px);
  color: #050505;
  line-height: 1.45;
  cursor: pointer;
  transition: all 0.3s, visibility 0s;
}

.faq-icon {
  width: clamp(28px, 4vw, 36px);
  height: clamp(28px, 4vw, 36px);
  border: 1px solid #ff9b4a;
  border-radius: 50%;
  position: relative;
  flex: 0 0 auto;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: #23b8b5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faq-icon::before {
  width: 16px;
  height: 3px;
}

.faq-icon::after {
  width: 3px;
  height: 16px;
}

.faq-item.active .faq-icon::after {
  display: none;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer p {
  padding: 0 clamp(16px, 3vw, 28px);
  margin-bottom: clamp(16px, 2vw, 22px);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.55;
  color: #737373;
}
.faq-answer ul {
  list-style: none;
  padding: 0 clamp(16px, 3vw, 28px);
  margin-bottom: clamp(16px, 2vw, 22px);
}

.faq-answer ul li {
  position: relative;
  padding-left: clamp(22px, 3vw, 28px);
  margin-bottom: clamp(6px, 1vw, 10px);
  color: #737373;
  font-size: clamp(15px, 2vw, 19px);
}

.faq-answer ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 16px;
  color: #4ac6c2; /* your current accent color */
  font-weight: 700;
}
.faq-item.active .faq-answer {
  max-height: 400px;
  padding-bottom: 12px;
}


@media (max-width: 900px) {
  .faq-layout {
    grid-template-columns: 1fr;
    
  }

  .faq-nav {
    position: static;
  }

}

/* Contact */
 .contactCard{
      border: 1px solid #e1e1e1;
      background: #fff;
      padding: clamp(14px, 3vw, 18px);
      border-radius: 24px;
      box-shadow: 0 8px 32px rgba(0, 0, 0, .06), inset 0 1px 0 hsla(0, 0%, 100%, .7);
    }
    form{
      display:grid;
      gap: 10px;
      margin-top: 12px;
    }
    .row2{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }
    label{ font-size: 16px; color: var(--text); font-weight: 700; }
    input, textarea{
      width: 100%;
      padding: 12px 12px;
      border-radius: 14px;
      border: 1px solid #e1e1e1;
      background: #fff;
      color: var(--text);
      outline: none;
    }
    input:focus, textarea:focus{
      border-color: rgba(242,139,45,0.55);
      box-shadow: 0 0 0 4px rgba(242,139,45,0.18);
    }
    textarea{ min-height: 110px; resize: vertical; }
    .fine{
      margin: 10px 0 0;
      color: var(--muted);
      font-size: 16px;
    }
    .success{
      margin-top: 10px;
      padding: 10px 12px;
      border-radius: 14px;
      border: 1px solid rgba(34,197,94,0.35);
      background: rgba(34,197,94,0.12);
      display:none;
    }
    .error{
      display:none;
      margin-top:14px;
      padding:14px 16px;
      border-radius:14px;
      background:#ffe5e5;
      color:#b42318;
      border:1px solid #f5b7b7;
      font-weight:600;
    }
    .contactTitle {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .contactTitle h2 {
      padding-top: 36px;
      color: var(--text);
      margin: 0;
    }
    /* Footer */
    footer{
      border-top: 1px solid var(--line);
      margin-top: clamp(18px, 3vw, 28px);
      padding: clamp(16px, 2.5vw, 22px) 0;
      color: var(--muted);
      font-size: clamp(15px, 1.8vw, 17px);
    }
    .footerGrid{
      display:flex;
      align-items:center;
      justify-content: space-between;
      gap: 14px;
      flex-wrap: wrap;
    }

    /* Responsive */
    @media (max-width: 900px){
      .heroGrid{ grid-template-columns: 1fr; }
      .features{ grid-template-columns: 1fr; }
      .servicesGrid{ grid-template-columns: 1fr; }
    }
    @media (max-width: 560px){
      nav ul{ gap: 8px; }
      .row2{ grid-template-columns: 1fr; }
    }


    /*Mobile*/
  
@media (max-width: 1400px) {
  .site-header {
    padding: 24px 5%;
  }

  .site-header.scrolled {
    padding: 0 5%;
  }

  .site-header.scrolled .header-inner {
    padding: 0 30px;
  }

  .brand-logo {
    width: 60px;
  }

  .logo-img {
    height: 40px;
  }

  .brand-text h1 {
    font-size: 22px;
  }

  .brand-text p {
    font-size: 14px;
  }

  .nav-menu {
    gap: 38px;
  }

  .nav-menu a {
    font-size: 17px;
  }
  .section-bg {
    background-position: 80% center;
  }
.trust-icon {
    width: 32px;
    height: 32px;
  }

  .trust-item h4 {
    font-size: 13px;
  }

  .trust-item p {
    font-size: 12px;
  }

  .trust-ribbon {
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    padding: 20px;
  }

  .trust-item {
    width: calc(50% - 12px);
    min-width: 240px;

    display: flex;
    align-items: center;
    gap: 12px;
  }

  .trust-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
  }

  .trust-item h4 {
    font-size: 17px;
  }

  .trust-item p {
    font-size: 16px;
    line-height: 1.35;
  }
 .template-ribbon {
    gap: 20px;
    padding: 30px 18px;
  }

  .template-item {
    width: auto;
    flex: 1;
    min-width: 0;
  }

  .template-item img {
    width: 90px;
    height: 90px;
    margin-bottom: 12px;
  }

  .template-item h3 {
    font-size: 13px;
    line-height: 1.25;
  }
  .cards-cont {
    width: 96%;
  }
}
@media (max-width: 1150px) {
  .site-header {
    padding: 24px 4%;
  }

  .site-header.scrolled {
    padding: 0 2%;
  }

  .site-header.scrolled .header-inner {
    padding: 0 30px;
  }

  .brand-logo {
    width: 60px;
  }

  .logo-img {
    height: 40px;
  }

  .brand-text h1 {
    font-size: 22px;
  }

  .brand-text p {
    font-size: 16px;
  }

  .nav-menu {
    gap: 38px;
  }

  .nav-menu a {
    font-size: 17px;
  }
  .section-bg {
    background-position: 72% center;
  }
 .trust-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
  }
  .trust-item h4 {
    font-size: 16px;
  }
  .trust-item p {
    font-size: 16px;
    line-height: 1.35;
  }
  .template-item img {
    width: 70px;
    height: 70px;
    margin-bottom: 12px;
  }

  .template-item h3 {
    font-size: 13px;
    line-height: 1.25;
  }
  
  .section-intro, .servicesHero { 
    padding: 50px 20px 40px;
  }

  .servicesContent {
    padding-bottom: 0;
  }
}

@media (max-width: 1052px) {
.site-header.scrolled {
    top: 0;
    padding: 12px 5%;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.04);
  }

  .site-header .header-inner,
  .site-header.scrolled .header-inner {
    height: auto;
    min-height: 62px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .brand {
    gap: 8px;
    flex-shrink: 0;
  }

  .brand-logo {
    width: 54px;
  }

  .logo-img {
    height: 38px;
  }

  .brand-text h1 {
    font-size: 18px;
  }

  .brand-text p {
    font-size: 12px;
  }

  .nav-menu {
    gap: 22px;
    margin-left: auto;
  }

  .nav-menu a {
    font-size: 15px;
  }
  .section-bg {
    background-position: 52% center;
  }
   #services-bg {
    min-height: 80vh;
  }
.servicesWrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .servicesContent {
    padding: 0;
    max-width: 700px;
    margin: 0 auto;
  }

  .templatePreview {
    order: 2;
  }

  .servicesContent {
    order: 1;
  }
    .cards-cont {
    width: 100%;
  }
  .hero-video {
   height: clamp(320px, 70vh, 720px);
  }
}
@media (min-width: 851px) {
  .mobile-dropdown,
  .mobile-dropdown.open {
    display: none !important;
  }
}
@media (max-width: 850px) {

  .hamburger {
      display: block;
    }

    .nav-menu > a {
    display: none;
  }

  .nav-contact {
    display: inline-flex;
  }

   .mobile-dropdown.open {
    display: block;
  }

  .nav-menu {
    gap: 16px;
    align-items: center;
  }
  .trust-icon {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
  }
  .trust-item h4 {
    font-size: 15px;
  }
  .trust-item p {
    font-size: 14px;
    line-height: 1.35;
  }
  .template-ribbon {
    padding: 25px 10px; 
  }
    .template-item img {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
  }

  .template-item h3 {
    font-size: 11px;
    line-height: 1.25;
  }
  .cards-cont {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .header-inner {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    gap: 12px;
  }

  .brand {
    width: auto;
    justify-content: flex-start;
    flex-shrink: 1;
    min-width: 0;
  }

  .bullets-btn,
  .hero-buttons,
  .cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .btn.primary,
  .btn.secondary {
    margin-left: 0;
    width: fit-content;
  }

.brand-logo {
  width: 48px;
}

.logo-img {
  height: 34px;
}

.brand-text h1 {
  font-size: 16px;
}

.brand-text p {
  font-size: 11px;
}

.nav-menu a {
  font-size: 14px;
}

.nav-experience,
.nav-working {
  display: none;
}

.drop-experience,
.drop-working {
  display: block;
}
.section-bg {
    background-position: 42% center;
  }
#services-bg {
    min-height: 60vh;
  }
  .template-ribbon {
    padding: 15px 10px; 
  }
  .template-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
  }

  .template-item h3 {
    font-size: 9px;
    line-height: 1.25;
  }
 .cards-cont {
    grid-template-columns: 1fr;
  }
 .section-intro h2,
  .servicesHero h2 {
  text-align: center;
}
.wrap {
    width: 95vw;
  }
}

#contact {
  padding: 0 10px;
   }
   
@media (max-width: 480px) {
  .section-header {
    width: 78%;
  }
  .template-ribbon {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 18px;
    padding: 32px 18px;
  }

  .template-ribbon > * {
    flex: 0 0 calc(50% - 18px);
    max-width: calc(50% - 18px);
  }
}