/* ============================================================
   HAUSTEN & CO. — minimal helpers
   NOTE: All visual styling (fonts, sizes, colors, layout, hover)
   is now baked into the Elementor templates + the global Kit.
   This file only handles a few things Elementor (free) can't:
   sticky header, smooth anchor scrolling, and small safety nets.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap');

html { scroll-behavior: smooth; }

/* Sticky header — the header template container carries .site-header.
   (Royal Addons' header builder also has its own "Sticky" toggle you
   can use instead; either works.) */
.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

/* Safety net: keep brand circle perfectly round if a global style
   tries to override it. */
.hbrandmark .elementor-heading-title { line-height: 1; }


.comments-area a, .page-content a{
	text-decoration: none !important;
}

.wpcf7{
  background:#080808;
  color:#fff;
  padding:32px;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 30px 90px rgba(0,0,0,.2);
  font-family:'Inter',Arial,sans-serif;
}

/* CF7 wraps each control in a span — make it behave like a block field. */
.hausten-form .wpcf7-form-control-wrap{ display:block; width:100%; }

/* Labels (= original label styles) */
.hausten-form label{
  display:block;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.16em;
  margin-bottom:16px;
  color:#fff;
}

/* Inputs / select / textarea (= original input,select,textarea) */
.hausten-form input,
.hausten-form select,
.hausten-form textarea{
  width:100%;
  margin-top:8px;
  background:#141414;
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  padding:14px;
  font:inherit;
  border-radius:0;
  -webkit-appearance:none;
  appearance:none;
}
.hausten-form textarea{ resize:vertical; }
.hausten-form select{
  /* simple chevron so the dark select reads as a dropdown */
  background-image:linear-gradient(45deg,transparent 50%,#11a6a0 50%),
                   linear-gradient(135deg,#11a6a0 50%,transparent 50%);
  background-position:calc(100% - 20px) 22px, calc(100% - 14px) 22px;
  background-size:6px 6px,6px 6px;
  background-repeat:no-repeat;
  padding-right:40px;
}
.hausten-form select option{ background:#141414; color:#fff; }

.hausten-form input:focus,
.hausten-form select:focus,
.hausten-form textarea:focus{
  outline:none;
  border-color:#11a6a0;
}
.hausten-form ::placeholder{ color:#8a8a8a; }

/* Submit button (= .btn.primary.full) — needs class:hausten-submit on [submit] */
.hausten-form .hausten-submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:48px;
  margin-top:6px;
  padding:13px 22px;
  border:1px solid transparent;
  border-radius:0;
  cursor:pointer;
  background:linear-gradient(135deg,#0d6b66,#11a6a0);
  color:#fff;
  text-transform:uppercase;
  font-weight:800;
  letter-spacing:.14em;
  font-size:12px;
  font-family:'Inter',Arial,sans-serif;
  transition:.25s;
}
.hausten-form .hausten-submit:hover{ transform:translateY(-2px); }

/* Kill stray <br>/<p> spacing WordPress/CF7 may inject between fields. */
.hausten-form br{ display:none; }
.hausten-form p{ margin:0; }

/* CF7 spinner, validation + response messages */
.hausten-form .wpcf7-spinner{ margin:0 0 0 12px; }
.hausten-form .wpcf7-not-valid{ border-color:#ff8d8d !important; }
.hausten-form .wpcf7-not-valid-tip{
  color:#ff8d8d;
  font-size:11px;
  letter-spacing:.04em;
  text-transform:none;
  margin-top:6px;
}
.hausten-form .wpcf7-response-output{
  margin:18px 0 0 !important;
  border:1px solid rgba(255,255,255,.3) !important;
  color:#fff;
  font-size:13px;
  padding:12px 14px !important;
}



.material-symbols-outlined{font-family:'Material Symbols Outlined';font-weight:normal;font-style:normal;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;font-variation-settings:'FILL' 0,'wght' 300,'GRAD' 0,'opsz' 24;}
/* HERO background */
.ab-hero{position:relative;overflow:hidden;}
.ab-hero::before{content:"";position:absolute;inset:0;z-index:0;background-image:url('https://hausten.co/wp-content/uploads/2026/07/hero.jpg');background-size:cover;background-position:center;opacity:.4;filter:grayscale(1);transition:filter 1s ease;}
.ab-hero:hover::before{filter:grayscale(0);}
.ab-hero::after{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(to bottom,var(--e-global-color-haustenblack, #050606),transparent,var(--e-global-color-haustenblack, #050606));}
.ab-hero>.e-con-inner{position:relative;z-index:1;}
.ab-arrow{display:inline-flex;align-items:center;gap:16px;text-decoration:none;font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--e-global-color-primary, #11a6a0);}
.ab-arrow .material-symbols-outlined{transition:transform .3s;}
.ab-arrow:hover .material-symbols-outlined{transform:translateY(8px);}
/* Why-we-exist figure + badge */
.ab-figure{position:relative;}
.ab-figure-img{aspect-ratio:4/5;background:var(--e-global-color-haustencard, #090909);border:1px solid rgba(255,255,255,0.14);overflow:hidden;}
.ab-figure-img img{width:100%;height:100%;object-fit:cover;opacity:.8;display:block;}
.ab-figure-badge{position:absolute;bottom:-32px;right:-32px;width:128px;height:128px;background:linear-gradient(135deg,var(--e-global-color-secondary, #0d6b66),var(--e-global-color-primary, #11a6a0));color:#04201f;display:flex;align-items:center;justify-content:center;text-align:center;padding:16px;font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;font-size:12px;line-height:1.2;letter-spacing:.12em;text-transform:uppercase;font-weight:800;}
@media(max-width:1024px){.ab-figure-badge{right:0;bottom:-24px;}}
/* capability lists */
.ab-caps{display:grid;grid-template-columns:1fr 1fr;gap:32px;}
.ab-caps ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px;}
.ab-caps li{display:flex;align-items:center;gap:12px;font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--e-global-color-text, #d9d9d9);}
.ab-caps li::before{content:"";width:6px;height:6px;background:var(--e-global-color-primary, #11a6a0);flex:0 0 6px;}
/* TEAM grid */
.ab-team{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
@media(max-width:1024px){.ab-team{grid-template-columns:repeat(2,1fr);}}
@media(max-width:640px){.ab-team{grid-template-columns:1fr;}}
.ab-member{position:relative;aspect-ratio:3/4;background:var(--e-global-color-haustencard, #090909);overflow:hidden;border:1px solid rgba(255,255,255,0.14);}
.ab-member>img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:filter .5s;display:block;}
.ab-member:hover>img{filter:grayscale(0);}
.ab-member-veil{position:absolute;inset:0;background:linear-gradient(to top,var(--e-global-color-haustenblack, #050606),transparent);opacity:.8;}
.ab-member-body{position:absolute;left:0;bottom:0;width:100%;padding:28px;transform:translateY(16px);transition:transform .3s;}
.ab-member:hover .ab-member-body{transform:translateY(0);}
.ab-member-body h4{font-family:var(--e-global-typography-primary-font-family, 'Bebas Neue'), Impact, sans-serif;font-size:32px;line-height:1.2;letter-spacing:.025em;color:var(--e-global-color-accent, #fafafa);margin:0 0 4px;text-transform:uppercase;}
.ab-member-body p{font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--e-global-color-primary, #11a6a0);margin:0 0 24px;}
.ab-member-body button{width:100%;min-height:44px;padding:12px 0;border:1px solid var(--e-global-color-primary, #11a6a0);background:rgba(17,166,160,.08);color:#fff;font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:.25s;}
.ab-member-body button:hover{background:var(--e-global-color-primary, #11a6a0);color:#04201f;}
/* TEAM modal */
.ab-modal{position:fixed;inset:0;z-index:100000;display:none;align-items:center;justify-content:center;background:rgba(5,6,6,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:64px;}
.ab-modal.is-open{display:flex;}
body.ab-modal-open{overflow:hidden;}
.ab-modal-inner{position:relative;width:100%;max-width:1152px;height:100%;background:var(--e-global-color-haustencard, #090909);border:1px solid rgba(255,255,255,0.14);display:flex;overflow:hidden;}
@media(max-width:768px){.ab-modal{padding:16px;}.ab-modal-inner{flex-direction:column;}}
.ab-modal-close{position:absolute;top:28px;right:28px;z-index:20;width:44px;height:44px;background:transparent;border:0;color:var(--e-global-color-accent, #fafafa);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;}
.ab-modal-close:hover{color:var(--e-global-color-primary, #11a6a0);}
.ab-modal-close .material-symbols-outlined{font-size:34px;}
.ab-modal-photo{width:50%;height:100%;flex:0 0 50%;background:var(--e-global-color-haustennear, #111111);}
@media(max-width:768px){.ab-modal-photo{width:100%;flex:0 0 auto;height:256px;}}
.ab-modal-photo img{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(1);}
.ab-modal-body{width:50%;padding:64px;overflow-y:auto;}
@media(max-width:768px){.ab-modal-body{width:100%;padding:40px 24px;}}
.ab-modal-body::-webkit-scrollbar{width:4px;height:4px;}
.ab-modal-body::-webkit-scrollbar-track{background:var(--e-global-color-haustennear, #111111);}
.ab-modal-body::-webkit-scrollbar-thumb{background:var(--e-global-color-primary, #11a6a0);}
.ab-kicker{font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;font-size:12px;font-weight:800;letter-spacing:.25em;text-transform:uppercase;color:var(--e-global-color-primary, #11a6a0);display:block;margin-bottom:16px;}
.ab-modal-body h3{font-family:var(--e-global-typography-primary-font-family, 'Bebas Neue'), Impact, sans-serif;font-size:40px;line-height:1.1;letter-spacing:.025em;color:var(--e-global-color-accent, #fafafa);text-transform:uppercase;margin:0 0 32px;}
.ab-block{border-left:1px solid rgba(255,255,255,0.14);padding-left:32px;margin-bottom:48px;}
.ab-block:last-child{margin-bottom:0;}
.ab-block h5{font-family:var(--e-global-typography-primary-font-family, 'Bebas Neue'), Impact, sans-serif;font-size:22px;letter-spacing:.025em;color:var(--e-global-color-primary, #11a6a0);text-transform:uppercase;margin:0 0 16px;}
.ab-block p,.ab-block ul{font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;font-size:16px;line-height:1.6;color:var(--e-global-color-text, #d9d9d9);margin:0;}
.ab-block ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:8px;}
/* ECOSYSTEM scroller */
.ab-eco-wrap{position:relative;}
.ab-eco-line{position:absolute;top:50%;left:0;width:100%;height:1px;z-index:0;opacity:.3;background:linear-gradient(90deg,transparent,var(--e-global-color-primary, #11a6a0),transparent);}
.ab-eco{display:flex;gap:48px;overflow-x:auto;padding-bottom:48px;scroll-snap-type:x mandatory;}
.ab-eco::-webkit-scrollbar{height:4px;}
.ab-eco::-webkit-scrollbar-track{background:var(--e-global-color-haustennear, #111111);}
.ab-eco::-webkit-scrollbar-thumb{background:var(--e-global-color-primary, #11a6a0);}
.ab-eco-card{min-width:320px;scroll-snap-align:center;background:var(--e-global-color-haustencard, #090909);border:1px solid rgba(255,255,255,0.14);padding:40px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1;transition:.3s;}
.ab-eco-card:hover{box-shadow:0 0 20px rgba(17,166,160,.2);border-color:var(--e-global-color-primary, #11a6a0);}
.ab-eco-card .material-symbols-outlined{font-size:48px;color:var(--e-global-color-primary, #11a6a0);margin-bottom:24px;transition:transform .3s;}
.ab-eco-card:hover .material-symbols-outlined{transform:scale(1.1);}
.ab-eco-card h4{font-family:var(--e-global-typography-primary-font-family, 'Bebas Neue'), Impact, sans-serif;font-size:32px;line-height:1.2;letter-spacing:.025em;color:var(--e-global-color-accent, #fafafa);text-transform:uppercase;margin:0 0 8px;}
.ab-eco-card p{font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--e-global-color-text, #d9d9d9);margin:0;}
/* MASONRY */
.ab-masonry{columns:1;column-gap:24px;}
@media(min-width:768px){.ab-masonry{columns:2;}}
@media(min-width:1024px){.ab-masonry{columns:3;}}
.ab-masonry figure{margin:0 0 24px;break-inside:avoid;}
.ab-masonry img{width:100%;display:block;border:1px solid rgba(255,255,255,0.14);filter:grayscale(1);transition:filter .7s;}
.ab-masonry img:hover{filter:grayscale(0);}
/* BLUEPRINT rail */
.ab-rail-wrap{position:relative;overflow-x:auto;padding-bottom:48px;}
.ab-rail-wrap::-webkit-scrollbar{height:4px;}
.ab-rail-wrap::-webkit-scrollbar-track{background:var(--e-global-color-haustennear, #111111);}
.ab-rail-wrap::-webkit-scrollbar-thumb{background:var(--e-global-color-primary, #11a6a0);}
.ab-rail-line{position:absolute;top:40px;left:80px;right:0;height:4px;background:rgba(255,255,255,0.14);z-index:0;}
.ab-rail{display:flex;gap:80px;position:relative;z-index:1;min-width:max-content;}
.ab-step{width:192px;}
.ab-step-num{width:80px;height:80px;background:var(--e-global-color-haustenblack, #050606);border:4px solid rgba(255,255,255,0.14);display:flex;align-items:center;justify-content:center;margin-bottom:32px;transition:border-color .25s;}
.ab-step:first-child .ab-step-num{border-color:var(--e-global-color-primary, #11a6a0);}
.ab-step-num:hover{border-color:var(--e-global-color-primary, #11a6a0);}
.ab-step-num span{font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;font-size:16px;font-weight:800;letter-spacing:.16em;color:var(--e-global-color-text, #d9d9d9);}
.ab-step:first-child .ab-step-num span{color:var(--e-global-color-primary, #11a6a0);}
.ab-step h5{font-family:var(--e-global-typography-primary-font-family, 'Bebas Neue'), Impact, sans-serif;font-size:32px;letter-spacing:.025em;color:var(--e-global-color-accent, #fafafa);text-transform:uppercase;margin:0 0 8px;line-height:1.2;}
.ab-step p{font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--e-global-color-text, #d9d9d9);margin:0;}
/* quote mark */
.ab-quote-mark .material-symbols-outlined{font-size:60px;color:var(--e-global-color-primary, #11a6a0);font-variation-settings:'FILL' 1;}



/* CONTACT PAGE CSS START */

/* ---------- HERO: faint grid + oversized 03 ---------- */
.ct-hero{position:relative;overflow:hidden;
  background-color:var(--e-global-color-haustenblack, #050606);
  background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
  background-size:84px 84px;}
.ct-hero::after{content:"03";position:absolute;top:18px;right:-18px;z-index:0;pointer-events:none;
  font-family:var(--e-global-typography-primary-font-family, 'Bebas Neue'), Impact, sans-serif;font-size:clamp(150px,16vw,260px);line-height:1;color:rgba(255,255,255,.06);}
.ct-hero>.e-con-inner{position:relative;z-index:1;}

/* ---------- SIDEBAR ---------- */
.ct-sidebar{border-left:1px solid rgba(255,255,255,0.14);padding-left:48px;}
@media(max-width:1050px){.ct-sidebar{border-left:0;border-top:1px solid rgba(255,255,255,0.14);padding-left:0;padding-top:48px;}}
.ct-rule{width:28px;height:2px;background:var(--e-global-color-primary, #11a6a0);}

/* core services list */
.ct-services{list-style:none;margin:0;padding:0;font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;color:var(--e-global-color-text, #d9d9d9);}
.ct-services li{position:relative;margin:10px 0;padding-left:18px;}
.ct-services li::before{content:"";position:absolute;left:0;top:.72em;width:5px;height:5px;border-radius:50%;background:var(--e-global-color-primary, #11a6a0);}

/* retainer card */
.ct-retainer{padding:28px 30px 30px;border:1px solid rgba(255,255,255,0.14);background:var(--e-global-color-haustencard, #090909);}
.ct-retainer-row{display:flex;align-items:center;gap:18px;}
.ct-retainer-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;color:var(--e-global-color-primary, #11a6a0);border:1px solid var(--e-global-color-primary, #11a6a0);border-radius:50%;}
.ct-retainer h3{margin:0;font-family:var(--e-global-typography-primary-font-family, 'Bebas Neue'), Impact, sans-serif;font-size:27px;line-height:1;letter-spacing:.02em;text-transform:uppercase;color:var(--e-global-color-accent, #fafafa);}
.ct-retainer p{margin:8px 0 0;font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;font-size:16px;line-height:1.6;color:var(--e-global-color-haustenmuted, #bdbdbd);}
.ct-retainer a{display:inline-flex;gap:14px;margin-top:24px;color:var(--e-global-color-primary, #11a6a0);text-decoration:none;font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;}
.ct-retainer a:hover{gap:20px;transition:gap .2s;}

/* ---------- LOCATION ---------- */
.ct-loc-copy{background:linear-gradient(90deg,var(--e-global-color-haustenblack, #050606) 72%,transparent);}
@media(max-width:1050px){.ct-loc-copy{background:var(--e-global-color-haustenblack, #050606);}}
.ct-address{display:flex;align-items:flex-start;gap:18px;font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;}
.ct-address strong,.ct-address span{display:block;}
.ct-address strong{text-transform:uppercase;letter-spacing:.12em;color:var(--e-global-color-accent, #fafafa);}
.ct-address span{color:var(--e-global-color-haustenmuted, #bdbdbd);}
.ct-pin{width:18px;height:24px;flex:0 0 18px;margin-top:2px;border:2px solid var(--e-global-color-primary, #11a6a0);border-radius:12px 12px 14px 14px;}
.ct-pin::after{content:"";display:block;width:4px;height:4px;margin:6px auto 0;border-radius:50%;background:var(--e-global-color-primary, #11a6a0);}
.ct-note{font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;font-size:16px;color:var(--e-global-color-text, #d9d9d9);margin:0;}
.ct-note::before{content:"";display:block;width:42px;height:2px;margin-bottom:22px;background:var(--e-global-color-primary, #11a6a0);}

/* ---------- MAP ---------- */
.ct-map{position:relative;min-height:560px;overflow:hidden;background:var(--e-global-color-haustenblack, #050606);}
@media(max-width:760px){.ct-map{min-height:440px;}}
.ct-map iframe{position:absolute;width:116%;height:116%;border:0;
  filter:grayscale(1) invert(.88) contrast(1.35) brightness(.45);}
.ct-map-overlay{position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(circle at 53% 51%,rgba(17,166,160,.18),transparent 24%),linear-gradient(90deg,rgba(5,6,6,.48),rgba(5,6,6,.06));}
.ct-radar{position:absolute;left:54%;top:51%;width:250px;height:250px;transform:translate(-50%,-50%);pointer-events:none;}
.ct-ring{position:absolute;inset:50%;border:1px solid rgba(17,166,160,.42);border-radius:50%;transform:translate(-50%,-50%);}
.ct-ring-1{width:100px;height:100px;} .ct-ring-2{width:170px;height:170px;} .ct-ring-3{width:240px;height:240px;}
.ct-map-pin{position:absolute;left:50%;top:50%;width:74px;height:74px;display:grid;place-items:center;color:#fff;
  background:var(--e-global-color-haustencard, #090909);border:8px solid var(--e-global-color-primary, #11a6a0);border-radius:50% 50% 50% 12px;
  transform:translate(-50%,-66%) rotate(-45deg);box-shadow:0 0 0 9px rgba(17,166,160,.13),0 18px 34px rgba(0,0,0,.55);}
.ct-map-pin b{font-family:var(--e-global-typography-primary-font-family, 'Bebas Neue'), Impact, sans-serif;font-size:34px;transform:rotate(45deg);}
.ct-map-label{position:absolute;left:54%;top:calc(51% + 66px);transform:translateX(-50%);
  font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;font-size:25px;font-weight:600;color:#fff;text-shadow:0 2px 5px #000;}
@media(max-width:760px){.ct-radar{left:56%;transform:translate(-50%,-50%) scale(.78);}.ct-map-label{left:56%;}}

/* ============================================================
   CONTACT FORM 7 — scoped to .ct-form so it can't clash with the
   home-page form (.hausten-form).
   ============================================================ */
.ct-form .wpcf7-form-control-wrap{display:block;width:100%;}
.ct-form .ct-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;}
@media(max-width:760px){.ct-form .ct-two{grid-template-columns:1fr;}}
.ct-form label{display:grid;gap:10px;margin-bottom:25px;font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;}
.ct-form label>span.ct-lbl{color:#d9dcdd;text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.12em;}
.ct-form input[type=text],.ct-form input[type=email],.ct-form select,.ct-form textarea{
  width:100%;color:var(--e-global-color-accent, #fafafa);background:rgba(10,13,14,.55);border:1px solid rgba(255,255,255,.24);
  border-radius:0;outline:none;font:inherit;font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;
  transition:border-color .15s ease,box-shadow .15s ease;}
.ct-form input[type=text],.ct-form input[type=email],.ct-form select{min-height:64px;padding:0 20px;}
.ct-form textarea{min-height:180px;padding:20px;resize:vertical;}
.ct-form ::placeholder{color:#778085;}
.ct-form input:focus,.ct-form select:focus,.ct-form textarea:focus{
  border-color:var(--e-global-color-primary, #11a6a0);box-shadow:0 0 0 3px rgba(17,166,160,.12);}
.ct-form select{-webkit-appearance:none;appearance:none;
  background-image:linear-gradient(45deg,transparent 50%,var(--e-global-color-primary, #11a6a0) 50%),linear-gradient(135deg,var(--e-global-color-primary, #11a6a0) 50%,transparent 50%);
  background-position:calc(100% - 22px) 29px,calc(100% - 16px) 29px;background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:44px;}
.ct-form select option{background:#0d0f10;color:#fff;}
/* submit */
.ct-form .wpcf7-submit{display:inline-flex;align-items:center;justify-content:center;gap:22px;
  min-width:330px;min-height:78px;margin-top:18px;padding:0 46px;border:0;border-radius:0;cursor:pointer;
  color:#fff;font-family:var(--e-global-typography-primary-font-family, 'Bebas Neue'), Impact, sans-serif;font-size:23px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;
  background:linear-gradient(90deg,var(--e-global-color-secondary, #0d6b66),var(--e-global-color-primary, #11a6a0));transition:filter .2s ease;}
.ct-form .wpcf7-submit:hover{filter:brightness(1.12);}
@media(max-width:760px){.ct-form .wpcf7-submit{width:100%;min-width:0;}}
/* CF7 chrome */
.ct-form br{display:none;}
.ct-form p{margin:0;}
.ct-form .wpcf7-spinner{margin:0 0 0 12px;}
.ct-form .wpcf7-not-valid{border-color:#ff8d8d !important;}
.ct-form .wpcf7-not-valid-tip{color:#ff8d8d;font-size:11px;letter-spacing:.04em;text-transform:none;margin-top:6px;}
.ct-form .wpcf7-response-output{margin:18px 0 0 !important;border:1px solid rgba(255,255,255,0.14) !important;
  color:var(--e-global-color-accent, #fafafa);font-size:13px;padding:12px 14px !important;font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;}

.ct-hero{position:relative;overflow:hidden;}
.ct-hero-03{pointer-events:none;user-select:none;}

/* ---------- SIDEBAR ---------- */
.ct-sidebar{border-left:1px solid rgba(255,255,255,0.14);padding-left:48px;}
@media(max-width:1050px){.ct-sidebar{border-left:0;border-top:1px solid rgba(255,255,255,0.14);padding-left:0;padding-top:48px;}}
.ct-rule{width:28px;height:2px;background:var(--e-global-color-primary, #11a6a0);}

/* core services list */
.ct-services{list-style:none;margin:0;padding:0;font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;color:var(--e-global-color-text, #d9d9d9);}
.ct-services li{position:relative;margin:10px 0;padding-left:18px;}
.ct-services li::before{content:"";position:absolute;left:0;top:.72em;width:5px;height:5px;border-radius:50%;background:var(--e-global-color-primary, #11a6a0);}

/* retainer card */
.ct-retainer{padding:28px 30px 30px;border:1px solid rgba(255,255,255,0.14);background:var(--e-global-color-haustencard, #090909);}
.ct-retainer-row{display:flex;align-items:center;gap:18px;}
.ct-retainer-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;color:var(--e-global-color-primary, #11a6a0);border:1px solid var(--e-global-color-primary, #11a6a0);border-radius:50%;}
.ct-retainer h3{margin:0;font-family:var(--e-global-typography-primary-font-family, 'Bebas Neue'), Impact, sans-serif;font-size:27px;line-height:1;letter-spacing:.02em;text-transform:uppercase;color:var(--e-global-color-accent, #fafafa);}
.ct-retainer p{margin:8px 0 0;font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;font-size:16px;line-height:1.6;color:var(--e-global-color-haustenmuted, #bdbdbd);}
.ct-retainer a{display:inline-flex;gap:14px;margin-top:24px;color:var(--e-global-color-primary, #11a6a0);text-decoration:none;font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;}
.ct-retainer a:hover{gap:20px;transition:gap .2s;}

/* ---------- LOCATION ---------- */
.ct-loc-copy{background:linear-gradient(90deg,var(--e-global-color-haustenblack, #050606) 72%,transparent);}
@media(max-width:1050px){.ct-loc-copy{background:var(--e-global-color-haustenblack, #050606);}}
.ct-address{display:flex;align-items:flex-start;gap:18px;font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;}
.ct-address strong,.ct-address span{display:block;}
.ct-address strong{text-transform:uppercase;letter-spacing:.12em;color:var(--e-global-color-accent, #fafafa);}
.ct-address span{color:var(--e-global-color-haustenmuted, #bdbdbd);}
.ct-pin{width:18px;height:24px;flex:0 0 18px;margin-top:2px;border:2px solid var(--e-global-color-primary, #11a6a0);border-radius:12px 12px 14px 14px;}
.ct-pin::after{content:"";display:block;width:4px;height:4px;margin:6px auto 0;border-radius:50%;background:var(--e-global-color-primary, #11a6a0);}
.ct-note{font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;font-size:16px;color:var(--e-global-color-text, #d9d9d9);margin:0;}
.ct-note::before{content:"";display:block;width:42px;height:2px;margin-bottom:22px;background:var(--e-global-color-primary, #11a6a0);}

/* ---------- MAP ---------- */
.ct-map{position:relative;min-height:560px;overflow:hidden;background:var(--e-global-color-haustenblack, #050606);}
@media(max-width:760px){.ct-map{min-height:440px;}}
.ct-map-overlay{position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(circle at 53% 51%,rgba(17,166,160,.18),transparent 24%),linear-gradient(90deg,rgba(5,6,6,.48),rgba(5,6,6,.06));}
.ct-radar{position:absolute;left:53%;top:58%;width:250px;height:250px;transform:translate(-50%,-50%);pointer-events:none;}
.ct-ring{position:absolute;inset:50%;border:1px solid rgba(17,166,160,.42);border-radius:50%;transform:translate(-50%,-50%);}
.ct-ring-1{width:100px;height:100px;} .ct-ring-2{width:170px;height:170px;} .ct-ring-3{width:240px;height:240px;}
.ct-map-pin{position:absolute;left:50%;top:50%;width:74px;height:74px;display:grid;place-items:center;color:#fff;
  background:var(--e-global-color-haustencard, #090909);border:8px solid var(--e-global-color-primary, #11a6a0);border-radius:50% 50% 50% 12px;
  transform:translate(-50%,-66%) rotate(-45deg);box-shadow:0 0 0 9px rgba(17,166,160,.13),0 18px 34px rgba(0,0,0,.55);}
.ct-map-pin b{font-family:var(--e-global-typography-primary-font-family, 'Bebas Neue'), Impact, sans-serif;font-size:34px;transform:rotate(45deg);}
.ct-map-label{position:absolute;left:54%;top:calc(55% + 66px);transform:translateX(-50%);
  font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;font-size:25px;font-weight:600;color:#fff;text-shadow:0 2px 5px #000;}
@media(max-width:760px){.ct-radar{left:56%;transform:translate(-50%,-50%) scale(.78);}.ct-map-label{left:56%;}}

/* ============================================================
   CONTACT FORM 7 — scoped to .ct-form so it can't clash with the
   home-page form (.hausten-form).
   ============================================================ */
.ct-form .wpcf7-form-control-wrap{display:block;width:100%;}
.ct-form .ct-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;}
@media(max-width:760px){.ct-form .ct-two{grid-template-columns:1fr;}}
.ct-form label{display:grid;gap:10px;margin-bottom:25px;font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;}
.ct-form label>span.ct-lbl{color:#d9dcdd;text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.12em;}
.ct-form input[type=text],.ct-form input[type=email],.ct-form select,.ct-form textarea{
  width:100%;color:var(--e-global-color-accent, #fafafa);background:rgba(10,13,14,.55);border:1px solid rgba(255,255,255,.24);
  border-radius:0;outline:none;font:inherit;font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;
  transition:border-color .15s ease,box-shadow .15s ease;}
.ct-form input[type=text],.ct-form input[type=email],.ct-form select{min-height:64px;padding:0 20px;}
.ct-form textarea{min-height:180px;padding:20px;resize:vertical;}
.ct-form ::placeholder{color:#778085;}
.ct-form input:focus,.ct-form select:focus,.ct-form textarea:focus{
  border-color:var(--e-global-color-primary, #11a6a0);box-shadow:0 0 0 3px rgba(17,166,160,.12);}
.ct-form select{-webkit-appearance:none;appearance:none;
  background-image:linear-gradient(45deg,transparent 50%,var(--e-global-color-primary, #11a6a0) 50%),linear-gradient(135deg,var(--e-global-color-primary, #11a6a0) 50%,transparent 50%);
  background-position:calc(100% - 22px) 29px,calc(100% - 16px) 29px;background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:44px;}
.ct-form select option{background:#0d0f10;color:#fff;}
/* submit */
.ct-form .wpcf7-submit{display:inline-flex;align-items:center;justify-content:center;gap:22px;
  min-width:330px;min-height:78px;margin-top:18px;padding:0 46px;border:0;border-radius:0;cursor:pointer;
  color:#fff;font-family:var(--e-global-typography-primary-font-family, 'Bebas Neue'), Impact, sans-serif;font-size:23px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;
  background:linear-gradient(90deg,var(--e-global-color-secondary, #0d6b66),var(--e-global-color-primary, #11a6a0));transition:filter .2s ease;}
.ct-form .wpcf7-submit:hover{filter:brightness(1.12);}
@media(max-width:760px){.ct-form .wpcf7-submit{width:100%;min-width:0;}}
/* CF7 chrome */
.ct-form br{display:none;}
.ct-form p{margin:0;}
.ct-form .wpcf7-spinner{margin:0 0 0 12px;}
.ct-form .wpcf7-not-valid{border-color:#ff8d8d !important;}
.ct-form .wpcf7-not-valid-tip{color:#ff8d8d;font-size:11px;letter-spacing:.04em;text-transform:none;margin-top:6px;}
.ct-form .wpcf7-response-output{margin:18px 0 0 !important;border:1px solid rgba(255,255,255,0.14) !important;
  color:var(--e-global-color-accent, #fafafa);font-size:13px;padding:12px 14px !important;font-family:var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;}

/* CONTACT PAGE CSS END */

.footer-widget .widget-title,
.footer-main h5.wp-block-heading{
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #3d4947;	
    padding-bottom: 8px;
	margin-top: 0;
}
.footer-main h6.wp-block-heading{
	font-size: 12px;
    text-transform: uppercase;
	padding-bottom: 12px;
	margin: 0;
}

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


/* ============================================================
   FOOTER MAIN CONTAINER
   ============================================================ */
 
.site-footer,
.footer-main {
  width: 100%;
  background-color: var(--e-global-color-haustenblack, #050606);
  color: var(--e-global-color-accent, #fafafa);
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--e-global-color-primary, #11a6a0);
/*   padding: 120px 20px; */
}
 
@media (min-width: 768px) {
  .site-footer,
  .footer-main {
/*     padding: 120px 32px; */
  }
}
 
.footer-main {
  max-width: 1400px;
  margin: 0 auto;
}
 
/* ============================================================
   FOOTER GRID LAYOUT (12 column)
   ============================================================ */
 
.footer-main > .elementor-container,
.footer-main > [class*="elementor-"] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  width: 100%;
}
 
@media (min-width: 768px) {
  .footer-main > .elementor-container,
  .footer-main > [class*="elementor-"] {
    grid-template-columns: repeat(12, 1fr);
    gap: 32px;
  }
}
 
/* ============================================================
   BRAND SECTION (Left column - 4 cols on desktop)
   ============================================================ */
 
.brand,
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  grid-column: 1;
}
 
@media (min-width: 768px) {
  .brand,
  .footer-brand {
    grid-column: span 4;
  }
}
 
/* Brand Heading */
.brand .elementor-heading-title,
.brand h1,
.brand h2,
.brand h3,
.brand h4,
.footer-brand .elementor-heading-title,
.footer-brand h1,
.footer-brand h2,
.footer-brand h3,
.footer-brand h4 {
  font-family: var(--e-global-typography-primary-font-family, 'Bebas Neue'), Impact, sans-serif;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: var(--e-global-color-primary, #11a6a0);
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
 
@media (max-width: 767px) {
  .brand .elementor-heading-title,
  .brand h1,
  .brand h2,
  .brand h3,
  .brand h4,
  .footer-brand .elementor-heading-title,
  .footer-brand h1,
  .footer-brand h2,
  .footer-brand h3,
  .footer-brand h4 {
    font-size: 32px;
  }
}
 
/* Brand Tagline */
.footer-tag,
.brand .footer-tag {
  font-family: var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--e-global-color-primary, #11a6a0);
  text-transform: uppercase;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
 
/* Brand Description */
.brand .elementor-text-editor,
.brand p,
.footer-brand .elementor-text-editor,
.footer-brand p {
  font-family: var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  color: var(--e-global-color-haustenmuted, #bdbdbd);
  margin: 0;
  padding: 0;
  max-width: 320px;
  word-wrap: break-word;
}
 
/* Brand Social Icons */
.brand .elementor-social-icons-wrapper,
.brand .skb-social-icons-wrapper,
.footer-brand .elementor-social-icons-wrapper,
.footer-brand .skb-social-icons-wrapper {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-top: 16px;
  flex-wrap: wrap;
}
 
.brand .elementor-social-icons-wrapper a,
.brand .skb-social-icons-wrapper a,
.footer-brand .elementor-social-icons-wrapper a,
.footer-brand .skb-social-icons-wrapper a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--e-global-color-text, #d9d9d9);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}
 
.brand .elementor-social-icons-wrapper a:hover,
.brand .skb-social-icons-wrapper a:hover,
.footer-brand .elementor-social-icons-wrapper a:hover,
.footer-brand .skb-social-icons-wrapper a:hover {
  color: var(--e-global-color-primary, #11a6a0);
  transform: scale(1.15);
}
 
.brand .elementor-social-icons-wrapper i,
.brand .skb-social-icons-wrapper i,
.footer-brand .elementor-social-icons-wrapper i,
.footer-brand .skb-social-icons-wrapper i {
  font-size: 18px;
}
 
/* ============================================================
   FOOTER COLUMNS (Services, Agency, Connect)
   ============================================================ */
 
.footer-column,
.footer-1,
.footer-2,
.footer-3,
.footer-services,
.footer-agency,
.footer-connect {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  grid-column: 1;
}
 
@media (min-width: 768px) {
  .footer-column,
  .footer-1,
  .footer-services {
    grid-column: span 2;
  }
 
  .footer-2,
  .footer-agency {
    grid-column: span 2;
  }
 
  .footer-3,
  .footer-connect {
    grid-column: span 4;
  }
}
 
/* Column Header */
.footer-column .elementor-heading-title,
.footer-1 .elementor-heading-title,
.footer-2 .elementor-heading-title,
.footer-3 .elementor-heading-title,
.footer-column h4,
.footer-1 h4,
.footer-2 h4,
.footer-3 h4,
.footer-services .elementor-heading-title,
.footer-agency .elementor-heading-title,
.footer-connect .elementor-heading-title {
  font-family: var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--e-global-color-accent, #fafafa);
  text-transform: uppercase;
  border-bottom: 1px solid var(--e-global-color-outline, #3d4947);
  padding-bottom: 8px;
  margin: 0 !important;
  width: 100%;
}
 
/* ============================================================
   FOOTER NAVIGATION LINKS
   ============================================================ */
 
.footer-column nav,
.footer-1 nav,
.footer-2 nav,
.footer-3 nav,
.footer-services nav,
.footer-agency nav,
.footer-connect nav,
.elementor-nav-menu.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.footer-column nav a,
.footer-1 nav a,
.footer-2 nav a,
.footer-3 nav a,
.footer-services nav a,
.footer-agency nav a,
.footer-connect nav a,
.elementor-nav-menu.footer-nav a,
.elementor-nav-menu.footer-nav li a {
  font-family: var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--e-global-color-haustenmuted, #bdbdbd);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  position: relative;
}
 
.footer-column nav a:hover,
.footer-1 nav a:hover,
.footer-2 nav a:hover,
.footer-3 nav a:hover,
.footer-services nav a:hover,
.footer-agency nav a:hover,
.footer-connect nav a:hover,
.elementor-nav-menu.footer-nav a:hover,
.elementor-nav-menu.footer-nav li a:hover {
  color: var(--e-global-color-primary, #11a6a0);
  transform: translateX(4px);
}
 
/* ============================================================
   CONNECT SECTION (Email, Phone, Social)
   ============================================================ */
 
.footer-connect,
.footer-3 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
 
.footer-contact-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
 
.footer-contact-item,
.footer-3 a[href*="mailto"],
.footer-3 a[href*="tel"],
.footer-connect a[href*="mailto"],
.footer-connect a[href*="tel"] {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
 
.footer-contact-item i,
.footer-3 a[href*="mailto"] i,
.footer-3 a[href*="tel"] i,
.footer-connect a[href*="mailto"] i,
.footer-connect a[href*="tel"] i,
.footer-3 .material-symbols-outlined,
.footer-connect .material-symbols-outlined {
  font-size: 20px;
  color: var(--e-global-color-primary, #11a6a0);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
 
.footer-contact-item i,
.footer-3 a[href*="mailto"] i,
.footer-3 a[href*="tel"] i,
.footer-connect a[href*="mailto"] i,
.footer-connect a[href*="tel"] i {
  line-height: 1.4;
  font-weight: 400;
  color: var(--e-global-color-haustenmuted, #bdbdbd);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
 
.footer-contact-item:hover i,
.footer-3 a[href*="mailto"]:hover i,
.footer-3 a[href*="tel"]:hover i,
.footer-connect a[href*="mailto"]:hover i,
.footer-connect a[href*="tel"]:hover i {
  color: var(--e-global-color-primary, #11a6a0);
}
 
.footer-social-links,
.footer-3 .footer-social-links,
.footer-connect .footer-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 8px;
}
 
.footer-social-links a,
.footer-3 .footer-social-links a,
.footer-connect .footer-social-links a {
  font-family: var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--e-global-color-haustenmuted, #bdbdbd);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: none;
}
 
.footer-social-links a:hover,
.footer-3 .footer-social-links a:hover,
.footer-connect .footer-social-links a:hover {
  color: var(--e-global-color-primary, #11a6a0);
}
 
/* ============================================================
   NEWSLETTER SECTION
   ============================================================ */
 
.footer-newsletter,
.footer-3 .footer-newsletter,
.footer-connect .footer-newsletter {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid var(--e-global-color-outline, #3d4947);
  width: 100%;
}

.footer-newsletter .wpcf7{
	padding: 0;
	border: none;
}
 
@media (min-width: 768px) {
  .footer-newsletter,
  .footer-3 .footer-newsletter,
  .footer-connect .footer-newsletter {
    border-top: none;
  }
}
 
.footer-newsletter .elementor-heading-title,
.footer-newsletter h4,
.footer-connect .footer-newsletter .elementor-heading-title,
.footer-connect .footer-newsletter h4 {
  font-family: var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--e-global-color-accent, #fafafa);
  text-transform: uppercase;
  margin: 0 !important;
  padding: 0 !important;
}
 
.footer-newsletter form,
.footer-connect .footer-newsletter form,
.footer-newsletter form p, 
.footer-connect .footer-newsletter form p{
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
 
.footer-newsletter .elementor-field-group,
.footer-connect .footer-newsletter .elementor-field-group {
  display: flex;
  flex-direction: column;
  gap: 0;
}
 
.footer-newsletter input[type="email"],
.footer-newsletter input[type="text"],
.footer-connect .footer-newsletter input[type="email"],
.footer-connect .footer-newsletter input[type="text"] {
  width: 100%;
  background-color: rgba(17, 166, 160, 0.08);
  border: 1px solid var(--e-global-color-outline, #3d4947);
  color: var(--e-global-color-accent, #fafafa);
  padding: 12px 16px;
  font-family: var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  border-radius: 0;
}
 
.footer-newsletter input[type="email"]::placeholder,
.footer-newsletter input[type="text"]::placeholder,
.footer-connect .footer-newsletter input[type="email"]::placeholder,
.footer-connect .footer-newsletter input[type="text"]::placeholder {
  color: rgba(189, 189, 189, 0.6);
}
 
.footer-newsletter input[type="email"]:focus,
.footer-newsletter input[type="text"]:focus,
.footer-connect .footer-newsletter input[type="email"]:focus,
.footer-connect .footer-newsletter input[type="text"]:focus {
  border-color: var(--e-global-color-primary, #11a6a0);
  box-shadow: 0 0 0 3px rgba(17, 166, 160, 0.1);
}
 
.footer-newsletter button,
.footer-newsletter input[type="submit"],
.footer-connect .footer-newsletter button,
.footer-connect .footer-newsletter input[type="submit"] {
  width: 100%;
  background: linear-gradient(90deg, var(--e-global-color-secondary, #0d6b66), var(--e-global-color-primary, #11a6a0));
  color: #fff;
  font-family: var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 12px 16px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
  outline: none;
  border-radius: 0;
}
 
.footer-newsletter button:hover,
.footer-newsletter input[type="submit"]:hover,
.footer-connect .footer-newsletter button:hover,
.footer-connect .footer-newsletter input[type="submit"]:hover {
  filter: brightness(1.12);
}
 
.footer-newsletter button:focus,
.footer-newsletter input[type="submit"]:focus,
.footer-connect .footer-newsletter button:focus,
.footer-connect .footer-newsletter input[type="submit"]:focus {
  outline: 2px solid var(--e-global-color-primary, #11a6a0);
  outline-offset: 2px;
}
 
/* ============================================================
   FOOTER BOTTOM (Copyright + Links)
   ============================================================ */
 
.footer-bottom {
  border-top: 1px solid var(--e-global-color-outline, #3d4947);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  grid-column: 1 / -1;
}
 
@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    gap: 0;
  }
}
 
.footer-bottom .elementor-text-editor,
.footer-bottom p {
  font-family: var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--e-global-color-haustenmuted, #bdbdbd);
  margin: 0;
  padding: 0;
}
 
#menu-footer-bottom,
.footer-bottom-links,
.footer-bottom .footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
 
@media (min-width: 768px) {
  .footer-bottom-links,
  .footer-bottom .footer-bottom-links {
    justify-content: flex-end;
    width: auto;
  }
}
 
.footer-bottom-links a,
.footer-bottom .footer-bottom-links a {
  font-family: var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--e-global-color-haustenmuted, #bdbdbd);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: none;
}
 
.footer-bottom-links a:hover,
.footer-bottom .footer-bottom-links a:hover {
  color: var(--e-global-color-primary, #11a6a0);
}
 
/* ============================================================
   SIDEBAR STYLES (For WordPress Sidebars in Footer)
   ============================================================ */
 
#footer-1,
#footer-2,
#footer-3,
#footer-bottom,
.footer-sidebar {
  width: 100%;
}
 
#footer-1 .widget,
#footer-2 .widget,
#footer-3 .widget,
#footer-bottom .widget,
.footer-sidebar .widget {
  margin-bottom: 0;
}
 
#footer-1 h3,
#footer-2 h3,
#footer-3 h3,
#footer-bottom h3,
.footer-sidebar h3 {
  font-family: var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--e-global-color-accent, #fafafa);
  text-transform: uppercase;
  border-bottom: 1px solid var(--e-global-color-outline, #3d4947);
  padding-bottom: 8px;
  margin-bottom: 24px !important;
}
 
#footer-1 ul,
#footer-2 ul,
#footer-3 ul,
#footer-bottom ul,
.footer-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
 
#footer-1 ul li a,
#footer-2 ul li a,
#footer-3 ul li a,
#footer-bottom ul li a,
.footer-sidebar ul li a {
  font-family: var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--e-global-color-haustenmuted, #bdbdbd);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
 
#footer-1 ul li a:hover,
#footer-2 ul li a:hover,
#footer-3 ul li a:hover,
#footer-bottom ul li a:hover,
.footer-sidebar ul li a:hover {
  color: var(--e-global-color-primary, #11a6a0);
  transform: translateX(4px);
}
 
/* ============================================================
   ELEMENTOR WIDGET OVERRIDES
   ============================================================ */
 
/* Text Editor Widget */
.elementor-widget-text-editor .elementor-text-editor {
  color: var(--e-global-color-text, #d9d9d9);
  font-family: var(--e-global-typography-text-font-family, 'Inter'), Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
 
.elementor-widget-text-editor .elementor-text-editor p {
  margin: 0;
  padding: 0;
}
 
/* Heading Widget */
.elementor-widget-heading .elementor-heading-title {
  margin: 0;
  padding: 0;
}
 
/* Image Widget */
.elementor-widget-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
 
/* ============================================================
   DECORATIVE ELEMENTS
   ============================================================ */
 
.footer-glow,
.footer-glow-effect {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 256px;
  height: 256px;
  background: radial-gradient(circle, rgba(17, 166, 160, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
}
 
.site-footer,
.footer-main {
  position: relative;
  z-index: 1;
}
 
/* ============================================================
   RESPONSIVE UTILITIES
   ============================================================ */
 
@media (max-width: 767px) {
  .site-footer,
  .footer-main {
    padding: 80px 20px;
  }
 
  .brand,
  .footer-brand,
  .footer-column,
  .footer-1,
  .footer-2,
  .footer-3,
  .footer-services,
  .footer-agency,
  .footer-connect {
    grid-column: 1 !important;
  }
 
  .footer-bottom-links {
    justify-content: center;
    order: -1;
  }
 
  .footer-main > .elementor-container,
  .footer-main > [class*="elementor-"] {
    grid-template-columns: 1fr;
  }
}
 
/* ============================================================
   ACCESSIBILITY
   ============================================================ */
 
a:focus-visible {
  outline: 2px solid var(--e-global-color-primary, #11a6a0);
  outline-offset: 2px;
}
 
button:focus-visible {
  outline: 2px solid var(--e-global-color-primary, #11a6a0);
  outline-offset: 2px;
}
 
input:focus-visible {
  outline: none;
  border-color: var(--e-global-color-primary, #11a6a0);
  box-shadow: 0 0 0 3px rgba(17, 166, 160, 0.12);
}
 
/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
 
/* ============================================================
   PRINT STYLES
   ============================================================ */
 
@media print {
  .footer-glow,
  .footer-glow-effect {
    display: none;
  }
 
  .site-footer,
  .footer-main,
  .footer-bottom {
    background-color: white;
    color: black;
    border-color: #ddd;
  }
}