.elementor-194878 .elementor-element.elementor-element-89a7d6d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-194878 .elementor-element.elementor-element-3951451{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a8c2195 */:root{
  --bg:#0b1420;
  --bg2:#0f2136;
  --text:#0b0f14;
  --muted:#5a6777;
  --white:#ffffff;
  --border:#e6eaf0;
  --accent:#a51e2f;
  --shadow:0 10px 30px rgba(0,0,0,.08);
  --radius:16px;
  --max:1120px;
}

*{ box-sizing:border-box; }

.gml-homepage{
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  line-height:1.5;
}

.gml-homepage a{
  color:inherit;
  text-decoration:none;
}

.gml-homepage .container{
  width:100%;
  max-width:var(--max);
  margin:0 auto;
  padding:0 20px;
}

/* Elementor overlay fixes (global, safe) */
.gml-homepage .elementor-background-overlay,
.gml-homepage .elementor-motion-effects-layer,
.gml-homepage .e-con .elementor-background-overlay,
.gml-homepage .e-con .elementor-motion-effects-layer{
  pointer-events:none !important;
}

/* Ensure HTML widgets sit above background layers */
.elementor-widget-html,
.elementor-widget-html .elementor-widget-container{
  position:relative;
  z-index:5;
}

/* HERO */
.gml-homepage .hero{
  background:linear-gradient(135deg,var(--bg),var(--bg2));
  color:var(--white);
  padding:64px 0 40px;
  position:relative;
  z-index:1;
}

.gml-homepage .hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
  align-items:center;
}

.gml-homepage .hero h1{
  font-size:44px;
  line-height:1.1;
  margin:0 0 12px;
  letter-spacing:-.02em;
}

.gml-homepage .hero p{
  max-width:62ch;
  color:rgba(255,255,255,.86);
  margin:0 0 14px;
}

.gml-homepage .hero-links a{
  text-decoration:underline;
  color:rgba(255,255,255,.95);
}

.gml-homepage .hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:18px 0;
}

.gml-homepage .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:999px;
  font-size:14px;
  font-weight:650;
  cursor:pointer;
  border:1px solid transparent;
  transition:transform .15s ease, filter .15s ease, background .15s ease;
}

.gml-homepage .btn.primary{
  background:var(--accent);
  color:var(--white);
  box-shadow:var(--shadow);
}

.gml-homepage .btn.primary:hover{ filter:brightness(.95); }

.gml-homepage .btn.secondary{
  background:var(--white);
  color:#0b0f14;
}

.gml-homepage .btn.secondary:hover{ background:#f1f5fb; }

.gml-homepage .proofs{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.gml-homepage .pill{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  padding:8px 10px;
  border-radius:999px;
  font-size:12px;
  color:rgba(255,255,255,.90);
}

.gml-homepage .hero-media{
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 18px 50px rgba(0,0,0,.35);
}

.gml-homepage .hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* SECTIONS */
.gml-homepage section{
  padding:54px 0;
  position:relative;
  z-index:1;
}

.gml-homepage .section-title{
  font-size:26px;
  margin:0 0 10px;
}

.gml-homepage .section-sub{
  margin:0;
  color:var(--muted);
  max-width:75ch;
}

/* SERVICES */
/* This is the important part: force Services section above any overlapping element */
.gml-homepage #services{
  position:relative;
  z-index:9998; /* below header, above sections */
}

/* If Elementor has any overlay inside services, disable clicks on it */
.gml-homepage #services .elementor-background-overlay,
.gml-homepage #services .elementor-motion-effects-layer{
  pointer-events:none !important;
}

/* Cards grid */
.gml-homepage .cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:20px;
  position:relative;
  z-index:9999;
}

/* HARD FIX: make sure NOTHING sits on top of cards */
.gml-homepage .cards::before,
.gml-homepage .cards::after{
  content:none !important;
}

/* Elementor-safe clickable card */
.gml-homepage a.service-card{
  position:relative;
  z-index:100000; /* overpower overlaps */
  display:block;
  background:var(--white);
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:18px;
  box-shadow:0 8px 22px rgba(15,33,54,.05);
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  pointer-events:auto !important; /* force clickability */
}

/* Ensure children never steal the click target */
.gml-homepage a.service-card *{
  pointer-events:none;
}

.gml-homepage a.service-card:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(0,0,0,.12);
  border-color:#d7deea;
}

.gml-homepage a.service-card h3{
  margin:0 0 8px;
  font-size:18px;
}

.gml-homepage a.service-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

.gml-homepage .why-choose{
  margin-top:16px;
  font-size:14px;
  color:var(--muted);
  max-width:85ch;
}

/* RECENT WORK / INSTAGRAM */
.gml-homepage .embed-wrap{
  background:var(--white);
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:16px;
  box-shadow:0 8px 22px rgba(15,33,54,.05);
  margin-top:18px;
  position:relative;
  z-index:1;
}

.gml-homepage .service-area{
  margin-top:14px;
  font-size:14px;
  color:var(--muted);
}

/* REVIEWS */
.gml-homepage .reviews-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-top:18px;
}

.gml-homepage .review-card{
  background:var(--white);
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:18px;
  box-shadow:0 8px 22px rgba(15,33,54,.05);
}

.gml-homepage .review-card h3{
  margin:0 0 8px;
  font-size:18px;
}

.gml-homepage .review-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

/* FAQ ACCORDION */
.gml-homepage .faq-accordion{
  margin-top:18px;
  display:grid;
  gap:14px;
}

.gml-homepage details.faq-item{
  background:var(--white);
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:0 8px 22px rgba(15,33,54,.05);
  overflow:hidden;
}

.gml-homepage details.faq-item summary{
  list-style:none;
  cursor:pointer;
  padding:16px 18px;
  font-size:16px;
  font-weight:650;
  display:flex;
  justify-content:space-between;
  gap:12px;
}

.gml-homepage details.faq-item summary::-webkit-details-marker{
  display:none;
}

.gml-homepage details.faq-item summary::after{
  content:"+";
  font-size:18px;
  color:var(--muted);
}

.gml-homepage details.faq-item[open] summary::after{
  content:"−";
}

.gml-homepage .faq-content{
  padding:0 18px 16px;
  border-top:1px solid var(--border);
}

.gml-homepage .faq-content p{
  margin:12px 0 0;
  font-size:14px;
  color:var(--muted);
}

/* QUOTE / PROMOXCRM */
.gml-homepage .quote{
  background:linear-gradient(135deg,var(--bg),var(--bg2));
  color:var(--white);
}

.gml-homepage .quote-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:18px;
  align-items:start;
}

.gml-homepage .quote .link{
  color:rgba(255,255,255,.95);
  text-decoration:underline;
}

.gml-homepage .crm-form-wrap{
  background:var(--white);
  border-radius:18px;
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  overflow:hidden;
}

.gml-homepage .crm-form-frame{
  width:100%;
  height:780px;
  border:0;
  display:block;
}

/* NAP (if you still use it anywhere on homepage) */
.gml-homepage .nap{
  padding:22px 0 54px;
}

.gml-homepage .nap-text{
  font-size:14px;
  color:var(--muted);
  margin:0;
}

/* RESPONSIVE */
@media (max-width:980px){
  .gml-homepage .hero-grid,
  .gml-homepage .quote-grid{
    grid-template-columns:1fr;
  }

  .gml-homepage .cards,
  .gml-homepage .reviews-grid{
    grid-template-columns:1fr;
  }

  .gml-homepage .hero h1{
    font-size:36px;
  }

  .gml-homepage .crm-form-frame{
    height:880px;
  }
}/* End custom CSS */