/* ── Reset & Base ── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --charcoal: #2E2E2E;
      --orange: #F5A623;
      --orange-dark: #d48c10;
      --white: #FAFAFA;
      --grey-light: #F2F0EC;
      --grey-mid: #888888;
      --grey-border: #D8D4CE;
      --section-pad: clamp(60px, 10vw, 120px);
    }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'Inter', sans-serif;
      background: var(--white);
      color: var(--charcoal);
      overflow-x: hidden;
    }
    img { display: block; max-width: 100%; }
    a { text-decoration: none; color: inherit; }
    button { cursor: pointer; border: none; background: none; font-family: inherit; }

    /* ── Scroll Animations ── */
    .reveal {
      opacity: 0;
      transform: translateY(36px);
      transition: opacity 0.75s ease, transform 0.75s ease;
    }
    .reveal.visible {
      opacity: 1;
      transform: none;
    }
    .reveal-left {
      opacity: 0;
      transform: translateX(-40px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }
    .reveal-left.visible { opacity: 1; transform: none; }
    .reveal-right {
      opacity: 0;
      transform: translateX(40px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }
    .reveal-right.visible { opacity: 1; transform: none; }
    .delay-1 { transition-delay: 0.1s; }
    .delay-2 { transition-delay: 0.2s; }
    .delay-3 { transition-delay: 0.3s; }
    .delay-4 { transition-delay: 0.4s; }
    .delay-5 { transition-delay: 0.5s; }

    /* ── Typography ── */
    .display {
      font-family: 'Cormorant Garamond', serif;
      font-weight: 300;
      line-height: 1.1;
      letter-spacing: -0.02em;
    }
    .eyebrow {
      font-family: 'Inter', sans-serif;
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--orange);
    }
    .section-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem, 5vw, 3.5rem);
      font-weight: 300;
      line-height: 1.15;
      color: var(--charcoal);
    }

    /* ── NAV ── */
    nav {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 1000;
      padding: 0 clamp(20px, 5vw, 60px);
      height: 72px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: background 0.4s ease, box-shadow 0.4s ease;
    }
    nav.scrolled {
      background: rgba(250, 250, 250, 0.97);
      box-shadow: 0 1px 0 var(--grey-border);
      backdrop-filter: blur(10px);
    }
    nav.scrolled .nav-logo-icon {
      filter: invert(1);
    }
    nav.scrolled .nav-logo-text {
      color: var(--charcoal);
    }
    nav.scrolled .nav-logo-text span {
      color: var(--orange);
    }
    .nav-logo {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .nav-logo-icon {
      width: 38px;
      height: 38px;
    }
    .nav-logo-text {
      font-family: 'Inter', sans-serif;
      color: #fffafa;
      font-weight: 600;
      font-size: 0.95rem;
      letter-spacing: 0.04em;
      line-height: 1.2;
    }
    .nav-logo-text span { color: var(--orange); }
    .nav-links {
      display: flex;
      align-items: center;
      gap: 36px;
      list-style: none;
    }
    .nav-links a {
      font-size: 0.85rem;
      font-weight: 500;
      letter-spacing: 0.04em;
      color: var(--charcoal);
      transition: color 0.2s;
    }
    .nav-links a:hover { color: var(--orange); }
    .nav-light a {
      color: #fffafa; /* Or any other light color you prefer */
    }

    .nav-light a:hover {
      color: var(--orange); /* Keep hover color consistent */
    }
    .nav-cta {
      background: var(--orange);
      color: var(--white) !important;
      padding: 9px 22px;
      border-radius: 2px;
      font-weight: 600 !important;
      transition: background 0.2s !important;
    }
    .nav-cta:hover { background: var(--orange-dark) !important; color: var(--white) !important; }

    /* Hamburger */
    .hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      padding: 6px;
    }
    .hamburger span {
      display: block;
      width: 24px;
      height: 2px;
      background: var(--charcoal);
      transition: all 0.3s;
      border-radius: 2px;
    }
    .mobile-menu {
      display: none;
      position: fixed;
      top: 72px; left: 0; right: 0;
      background: var(--white);
      padding: 20px clamp(20px, 5vw, 60px) 30px;
      border-bottom: 1px solid var(--grey-border);
      z-index: 999;
      flex-direction: column;
      gap: 20px;
      box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    }
    .mobile-menu.open { display: flex; }
    .mobile-menu a {
      font-size: 1rem;
      font-weight: 500;
      color: var(--charcoal);
      padding: 8px 0;
      border-bottom: 1px solid var(--grey-border);
      transition: color 0.2s;
    }
    .mobile-menu a:last-child { border-bottom: none; }
    .mobile-menu a:hover { color: var(--orange); }

    /* ── HERO ── */
    .hero {
      position: relative;
      height: 100svh;
      min-height: 600px;
      overflow: hidden;
      display: flex;
      align-items: center;
    }
    .hero-bg {
      position: absolute;
      inset: 0;
      background: url('images/Modular-Kitchen-wooden-frame-accent-sleek-geometric-pendant-light-03-Falcon-Home-Decor-Interior-Designer-Dindigul.webp') center/cover no-repeat;
      will-change: transform;
      transform: scale(1.04);
    }
    
    @media (min-width: 768px) {
      .hero-bg {
        inset: -6%;
        animation: heroPan 20s ease-in-out infinite alternate;
      }
    }
    @keyframes heroPan {
      from { transform: scale(1.08) translate(0, 0); }
      to   { transform: scale(1.08) translate(-2%, -2%); }
    }
    .hero-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(110deg, rgba(46,46,46,0.82) 0%, rgba(46,46,46,0.35) 60%, rgba(46,46,46,0.1) 100%);
    }
    .hero-content {
      position: relative;
      z-index: 2;
      padding: 0 clamp(24px, 8vw, 100px);
      max-width: 780px;
    }
    .hero-eyebrow {
      font-family: 'Inter', sans-serif;
      font-size: 0.7rem;
      font-weight: 600;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--orange);
      opacity: 0;
      animation: fadeUp 0.6s 0.3s ease forwards;
    }
    .hero-headline {
      font-family: 'Cormorant Garamond', serif;
      font-weight: 300;
      font-size: clamp(3rem, 8vw, 6.5rem);
      color: var(--white);
      line-height: 1.05;
      margin: 16px 0 28px;
    }
    .hero-headline .word {
      display: inline-block;
      opacity: 0;
      transform: translateY(30px);
      animation: wordReveal 0.7s ease forwards;
    }
    @keyframes wordReveal {
      to { opacity: 1; transform: none; }
    }
    .hero-headline .accent { color: var(--orange); font-style: italic; }
    .hero-sub {
      font-size: clamp(0.9rem, 2vw, 1.05rem);
      color: rgba(255,255,255,0.78);
      font-weight: 300;
      line-height: 1.7;
      max-width: 440px;
      opacity: 0;
      animation: fadeUp 0.6s 1.4s ease forwards;
    }
    .hero-actions {
      display: flex;
      gap: 16px;
      margin-top: 36px;
      opacity: 0;
      animation: fadeUp 0.6s 1.7s ease forwards;
      flex-wrap: wrap;
    }
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(16px); }
      to   { opacity: 1; transform: none; }
    }
    .btn-primary {
      background: var(--orange);
      color: var(--white);
      padding: 14px 34px;
      font-size: 0.85rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      border-radius: 2px;
      transition: background 0.25s, transform 0.2s;
      display: inline-block;
    }
    .btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); }
    .btn-outline {
      border: 1.5px solid rgba(255,255,255,0.6);
      color: var(--white);
      padding: 14px 34px;
      font-size: 0.85rem;
      font-weight: 500;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      border-radius: 2px;
      transition: border-color 0.25s, background 0.25s;
      display: inline-block;
    }
    .btn-outline:hover { border-color: var(--orange); background: rgba(245,166,35,0.12); }
    .hero-scroll {
      position: absolute;
      bottom: 36px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      opacity: 0;
      animation: fadeUp 0.6s 2.2s ease forwards;
    }
    .hero-scroll span {
      font-size: 0.65rem;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.55);
    }
    .scroll-line {
      width: 1px;
      height: 40px;
      background: linear-gradient(to bottom, rgba(245,166,35,0.9), transparent);
      animation: scrollPulse 1.8s ease-in-out infinite;
    }
    @keyframes scrollPulse {
      0%,100% { transform: scaleY(1); opacity: 1; }
      50% { transform: scaleY(0.6); opacity: 0.4; }
    }

    /* ── STATS BAR ── */
    .stats-bar {
      background: var(--charcoal);
      padding: 40px clamp(20px, 5vw, 80px);
    }
    .stats-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
      gap: 40px;
      max-width: 900px;
      margin: 0 auto;
      text-align: center;
    }
    .stat-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2.2rem, 5vw, 3.2rem);
      font-weight: 300;
      color: var(--orange);
      line-height: 1;
    }
    .stat-label {
      font-size: 0.72rem;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.55);
      margin-top: 6px;
    }

    /* ── ABOUT ── */
    .about {
      padding: var(--section-pad) clamp(20px, 6vw, 80px);
      background: var(--white);
    }
    .about-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: clamp(40px, 6vw, 100px);
      align-items: center;
    }
    .about-image-wrap {
      position: relative;
    }
    .about-img {
      width: 100%;
      aspect-ratio: 4/5;
      object-fit: cover;
      border-radius: 3px;
    }
    .about-badge {
      position: absolute;
      bottom: -20px;
      right: -20px;
      width: 110px;
      height: 110px;
      background: var(--orange);
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: var(--white);
      font-family: 'Cormorant Garamond', serif;
    }
    .about-badge-num { font-size: 2rem; font-weight: 600; line-height: 1; }
    .about-badge-text { font-size: 0.6rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; text-align: center; line-height: 1.3; }
    .about-text { }
    .about-text .section-title { margin: 12px 0 24px; }
    .about-text p {
      font-size: 0.97rem;
      line-height: 1.8;
      color: var(--grey-mid);
      margin-bottom: 16px;
    }
    .about-pillars {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      margin-top: 28px;
    }
    .pillar {
      display: flex;
      gap: 12px;
      align-items: flex-start;
    }
    .pillar-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--orange);
      flex-shrink: 0;
      margin-top: 6px;
    }
    .pillar-label {
      font-size: 0.85rem;
      font-weight: 600;
      color: var(--charcoal);
      line-height: 1.4;
    }

    /* ── SERVICES ── */
    .services {
      padding: var(--section-pad) clamp(20px, 6vw, 80px);
      background: var(--grey-light);
    }
    .services-header {
      max-width: 1200px;
      margin: 0 auto 56px;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }
    .services-header .section-title { max-width: 400px; }
    .services-header p {
      font-size: 0.93rem;
      color: var(--grey-mid);
      line-height: 1.7;
      max-width: 360px;
    }
    .services-grid {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 24px;
    }
    .service-card {
      background: var(--white);
      border-radius: 4px;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      position: relative;
    }
    .service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(0,0,0,0.1); }
    .service-card-img {
      width: 100%;
      aspect-ratio: 16/10;
      object-fit: cover;
      transition: transform 0.5s ease;
    }
    .service-card:hover .service-card-img { transform: scale(1.04); }
    .service-card-img-wrap { overflow: hidden; }
    .service-card-body { padding: 24px 24px 28px; }
    .service-icon {
      font-size: 1.5rem;
      margin-bottom: 12px;
    }
    .service-card-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.35rem;
      font-weight: 400;
      margin-bottom: 8px;
      color: var(--charcoal);
    }
    .service-card-desc {
      font-size: 0.85rem;
      line-height: 1.7;
      color: var(--grey-mid);
    }
    .service-arrow {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin-top: 16px;
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--orange);
      transition: gap 0.2s;
    }
    .service-card:hover .service-arrow { gap: 10px; }

    /* ── BEFORE/AFTER SLIDER ── */
    .portfolio {
      padding: var(--section-pad) clamp(20px, 6vw, 80px);
      background: var(--white);
    }
    .portfolio-header {
      max-width: 1200px;
      margin: 0 auto 56px;
      text-align: center;
    }
    .portfolio-header .section-title { margin: 12px auto 16px; }
    .portfolio-header p { font-size: 0.93rem; color: var(--grey-mid); max-width: 480px; margin: 0 auto; line-height: 1.7; }
    .sliders-grid {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
      gap: 32px;
    }
    .ba-wrap {
      border-radius: 4px;
      overflow: hidden;
      box-shadow: 0 8px 40px rgba(0,0,0,0.1);
    }
    .ba-label {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.1rem;
      font-weight: 400;
      color: var(--charcoal);
      margin-bottom: 12px;
      padding: 0 4px;
    }
    .ba-slider {
      position: relative;
      width: 100%;
      aspect-ratio: 16/10;
      overflow: hidden;
      cursor: col-resize;
      user-select: none;
      -webkit-user-select: none;
    }
    .ba-after, .ba-before {
      position: absolute;
      inset: 0;
    }
    .ba-after img, .ba-before img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      pointer-events: none;
      user-select: none;
      -webkit-user-drag: none;
    }
    .ba-before {
      clip-path: inset(0 50% 0 0);
    }
    .ba-divider {
      position: absolute;
      top: 0; bottom: 0;
      left: 50%;
      width: 3px;
      background: var(--white);
      transform: translateX(-50%);
      pointer-events: none;
      z-index: 3;
    }
    .ba-handle {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 46px;
      height: 46px;
      background: var(--white);
      border-radius: 50%;
      z-index: 4;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 18px rgba(0,0,0,0.25);
      pointer-events: none;
    }
    .ba-handle svg { color: var(--charcoal); }
    .ba-tag {
      position: absolute;
      top: 14px;
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      padding: 4px 10px;
      border-radius: 2px;
      z-index: 5;
    }
    .ba-tag-before { left: 14px; background: rgba(46,46,46,0.82); color: var(--white); }
    .ba-tag-after  { right: 14px; background: var(--orange); color: var(--white); }

    /* ── PROCESS ── */
    .process {
      padding: var(--section-pad) clamp(20px, 6vw, 80px);
      background: var(--charcoal);
    }
    .process-header {
      max-width: 1200px;
      margin: 0 auto 64px;
      text-align: center;
    }
    .process-header .section-title { color: var(--white); margin: 12px 0 16px; }
    .process-header p { color: rgba(255,255,255,0.5); font-size: 0.93rem; max-width: 440px; margin: 0 auto; line-height: 1.7; }
    .process-steps {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 0;
      position: relative;
    }
    .process-steps::before {
      content: '';
      position: absolute;
      top: 30px;
      left: calc(12.5% + 20px);
      right: calc(12.5% + 20px);
      height: 1px;
      background: rgba(245,166,35,0.25);
    }
    .process-step {
      text-align: center;
      padding: 0 20px 0;
      position: relative;
    }
    .step-num {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      border: 1.5px solid rgba(245,166,35,0.4);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 24px;
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.4rem;
      color: var(--orange);
      background: var(--charcoal);
      position: relative;
      z-index: 1;
      transition: background 0.3s, border-color 0.3s;
    }
    .process-step:hover .step-num { background: var(--orange); color: var(--white); border-color: var(--orange); }
    .step-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.2rem;
      color: var(--white);
      margin-bottom: 10px;
    }
    .step-desc {
      font-size: 0.82rem;
      line-height: 1.7;
      color: rgba(255,255,255,0.45);
    }

    /* ── TESTIMONIALS ── */
    .testimonials {
      padding: var(--section-pad) clamp(20px, 6vw, 80px);
      background: var(--grey-light);
    }
    .testimonials-header {
      max-width: 1200px;
      margin: 0 auto 56px;
      text-align: center;
    }
    .testimonials-header .section-title { margin: 12px 0 0; }
    .testimonials-track-wrap {
      max-width: 1200px;
      margin: 0 auto;
      overflow: hidden;
      position: relative;
    }
    .testimonials-track {
      display: flex;
      gap: 28px;
      transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
    }
    .testimonial-card {
      background: var(--white);
      border-radius: 4px;
      padding: 36px 36px 32px;
      flex: 0 0 calc(33.333% - 20px);
      min-width: 280px;
      position: relative;
    }
    .quote-mark {
      font-family: 'Cormorant Garamond', serif;
      font-size: 5rem;
      line-height: 0.5;
      color: var(--orange);
      opacity: 0.3;
      margin-bottom: 16px;
      display: block;
    }
    .testimonial-text {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.15rem;
      font-weight: 300;
      line-height: 1.7;
      color: var(--charcoal);
      font-style: italic;
      margin-bottom: 24px;
    }
    .testimonial-author {
      display: flex;
      align-items: center;
      gap: 14px;
      border-top: 1px solid var(--grey-border);
      padding-top: 20px;
    }
    .author-avatar {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: var(--orange);
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.2rem;
      color: var(--white);
      flex-shrink: 0;
    }
    .author-name { font-size: 0.9rem; font-weight: 600; color: var(--charcoal); }
    .author-loc { font-size: 0.78rem; color: var(--grey-mid); margin-top: 2px; }
    .stars { color: var(--orange); font-size: 0.8rem; letter-spacing: 2px; margin-bottom: 4px; }
    .testimonial-controls {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      margin-top: 40px;
    }
    .t-btn {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: 1.5px solid var(--grey-border);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      background: var(--white);
      transition: border-color 0.2s, background 0.2s;
      color: var(--charcoal);
    }
    .t-btn:hover { border-color: var(--orange); background: var(--orange); color: var(--white); }
    .t-dots { display: flex; gap: 8px; }
    .t-dot {
      width: 6px; height: 6px;
      border-radius: 50%;
      background: var(--grey-border);
      cursor: pointer;
      transition: background 0.2s, transform 0.2s;
    }
    .t-dot.active { background: var(--orange); transform: scale(1.4); }

    /* ── CONTACT ── */
    .contact {
      padding: var(--section-pad) clamp(20px, 6vw, 80px);
      background: var(--white);
    }
    .contact-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1.1fr;
      gap: clamp(40px, 6vw, 100px);
      align-items: start;
    }
    .contact-info { }
    .contact-info .section-title { margin: 12px 0 20px; }
    .contact-info p { font-size: 0.93rem; line-height: 1.8; color: var(--grey-mid); margin-bottom: 36px; }
    .contact-details { display: flex; flex-direction: column; gap: 20px; }
    .contact-item {
      display: flex;
      gap: 14px;
      align-items: flex-start;
    }
    .contact-icon {
      width: 42px;
      height: 42px;
      background: rgba(245,166,35,0.1);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      font-size: 1rem;
    }
    .contact-item-text { }
    .contact-item-label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 3px; }
    .contact-item-val { font-size: 0.92rem; color: var(--charcoal); line-height: 1.5; }
    .contact-form {
      background: var(--grey-light);
      padding: 44px 40px;
      border-radius: 4px;
    }
    .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }
    .form-group {
      margin-bottom: 20px;
    }
    .form-group label {
      display: block;
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--charcoal);
      margin-bottom: 8px;
    }
    .form-group input,
    .form-group select,
    .form-group textarea {
      width: 100%;
      background: var(--white);
      border: 1.5px solid var(--grey-border);
      border-radius: 3px;
      padding: 12px 14px;
      font-family: 'Inter', sans-serif;
      font-size: 0.9rem;
      color: var(--charcoal);
      transition: border-color 0.2s;
      outline: none;
    }
    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus { border-color: var(--orange); }
    .form-group textarea { resize: vertical; min-height: 110px; }
    .form-submit {
      width: 100%;
      background: var(--orange);
      color: var(--white);
      padding: 15px;
      font-size: 0.85rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      border-radius: 3px;
      transition: background 0.25s, transform 0.2s;
      border: none;
      cursor: pointer;
    }
    .form-submit:hover { background: var(--orange-dark); transform: translateY(-2px); }

    /* ── FOOTER ── */
    footer {
      background: var(--charcoal);
      padding: 60px clamp(20px, 6vw, 80px) 30px;
    }
    .footer-top {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1.5fr 1fr 1fr 1fr;
      gap: 48px;
      padding-bottom: 48px;
      border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .footer-brand { }
    .footer-logo {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 16px;
    }
    /* Give the image a controlled size so it doesn't stretch */
    .footer-logo-img {
      width: 40px;      /* Adjust width as needed */
      height: auto;      /* Keeps the aspect ratio intact */
      object-fit: contain;
    }
    .footer-logo-text {
      font-family: 'Inter', sans-serif;
      font-weight: 700;
      font-size: 1rem;
      letter-spacing: 0.05em;
      color: var(--white);
      line-height: 1.2;
    }
    .footer-logo-text span { color: var(--orange); }
    .footer-brand p {
      font-size: 0.85rem;
      line-height: 1.7;
      color: rgba(255,255,255,0.45);
      max-width: 260px;
    }
    .footer-col-title {
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--orange);
      margin-bottom: 20px;
    }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
    .footer-col ul a {
      font-size: 0.85rem;
      color: rgba(255,255,255,0.5);
      transition: color 0.2s;
    }
    .footer-col ul a:hover { color: var(--white); }
    .footer-bottom {
      max-width: 1200px;
      margin: 24px auto 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 12px;
    }
    .footer-map-container iframe {
      width: 100% !important;
      border-radius: 6px;
    }

    .footer-bottom p { font-size: 0.78rem; color: rgba(255,255,255,0.3); }
    .footer-bottom span { color: var(--orange); }

    /* ── WHATSAPP FAB ── */
    .whatsapp-fab {
      position: fixed;
      bottom: 28px;
      right: 28px;
      z-index: 900;
      width: 58px;
      height: 58px;
      background: #25D366;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 6px 24px rgba(37,211,102,0.45);
      transition: transform 0.25s, box-shadow 0.25s;
      text-decoration: none;
    }
    .whatsapp-fab:hover { transform: scale(1.1) translateY(-3px); box-shadow: 0 12px 32px rgba(37,211,102,0.55); }
    .whatsapp-fab svg { width: 30px; height: 30px; fill: white; }
    .whatsapp-pulse {
      position: absolute;
      inset: -4px;
      border-radius: 50%;
      border: 2px solid rgba(37,211,102,0.5);
      animation: waPulse 2.5s ease-out infinite;
    }
    @keyframes waPulse {
      0%   { transform: scale(1); opacity: 1; }
      100% { transform: scale(1.6); opacity: 0; }
    }

    /* ── RESPONSIVE ── */
    @media (max-width: 900px) {
      .about-inner { grid-template-columns: 1fr; }
      .about-image-wrap { max-width: 500px; }
      .about-badge { bottom: -15px; right: -10px; width: 90px; height: 90px; }
      .about-badge-num { font-size: 1.5rem; }
      .contact-inner { grid-template-columns: 1fr; }
      .footer-top { grid-template-columns: 1fr 1fr; }
      .sliders-grid { grid-template-columns: 1fr; }
      .process-steps::before { display: none; }
    }
    @media (max-width: 700px) {
      .nav-links { display: none; }
      .hamburger { display: flex; }
      .testimonial-card { flex: 0 0 85vw; }
      .form-row { grid-template-columns: 1fr; }
      .contact-form { padding: 28px 20px; }
      .footer-top { grid-template-columns: 1fr; gap: 32px; }
      .services-header { flex-direction: column; }
    }
    @media (max-width: 480px) {
      .sliders-grid { grid-template-columns: 1fr; }
    }
    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
    }
