.elementor-1857 .elementor-element.elementor-element-d4e2469{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1857 .elementor-element.elementor-element-5bd446f{--spacer-size:50px;}.elementor-1857 .elementor-element.elementor-element-9760973{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1857 .elementor-element.elementor-element-00ad00f{border-radius:34px 34px 34px 34px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}/* Start custom CSS for html, class: .elementor-element-00ad00f */ :root{
  --green-dark:#0B6B3A;
  --green:#137A43;
  --green-mid:#2FA463;
  --green-light:#A6C81C;
  --green-soft:#F4F9F5;
  --text:#111111;
  --gray:#5f6b63;
  --border:#E3ECE6;
  --white:#FFFFFF;
}

.gm-luxury{
  max-width:1180px;
  margin:0 auto;
  padding:90px 32px;
  background:#fff;
  color:var(--text);
  font-family:"Inter","Segoe UI",Arial,sans-serif;
  border-radius:34px;
  position:relative;
  overflow:hidden;
  box-shadow:0 25px 80px rgba(11,107,58,.08);
}

.gm-luxury::before{
  content:"";
  position:absolute;
  inset:20px;
  border:1px solid rgba(11,107,58,.10);
  border-radius:28px;
  pointer-events:none;
}

.gm-logo{
  text-align:center;
  margin-bottom:26px;
}

.gm-logo img{
  max-width:420px;
  width:100%;
  height:auto;
  display:inline-block;
}

.gm-luxury h1{
  text-align:center;
  font-size:70px;
  font-weight:850;
  line-height:1.05;
  margin:0 auto 26px;
  color:var(--green-dark);
  max-width:960px;
  letter-spacing:-2px;
}

.gm-subtitle{
  text-align:center;
  font-size:22px;
  line-height:1.7;
  max-width:850px;
  margin:0 auto;
  color:#222;
}

.gm-buttons{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:22px;
  margin-top:48px;
  flex-wrap:wrap;
}

.gm-btn-primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:260px;
  height:66px;
  padding:0 38px;
  background:linear-gradient(135deg,#A6C81C 0%,#68B82D 42%,#0B6B3A 100%);
  color:#fff !important;
  text-decoration:none !important;
  border-radius:999px;
  font-size:21px;
  font-weight:800;
  line-height:1;
  border:none;
  box-shadow:0 16px 38px rgba(11,107,58,.22);
  transition:all .3s ease;
}

.gm-btn-primary:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 46px rgba(11,107,58,.28);
}

.gm-btn-whatsapp{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  min-width:280px;
  height:66px;
  padding:0 34px;
  background:#fff;
  border:1.5px solid var(--green-dark);
  border-radius:999px;
  text-decoration:none !important;
  transition:.3s ease;
  box-shadow:0 12px 30px rgba(11,107,58,.08);
}

.gm-btn-whatsapp:hover{
  background:var(--green-soft);
  transform:translateY(-3px);
}

.gm-btn-whatsapp .title{
  color:#111;
  font-size:18px;
  font-weight:800;
  line-height:1;
  margin-bottom:6px;
}

.gm-btn-whatsapp .status{
  color:var(--green);
  font-size:12px;
  font-weight:800;
  line-height:1;
}

.gm-info-bar{
  margin:40px auto 0;
  max-width:800px;
  text-align:center;
  font-size:17px;
  color:#333;
  background:var(--green-soft);
  padding:16px 24px;
  border-radius:999px;
  border:1px solid rgba(11,107,58,.10);
}

.gm-divider{
  height:1px;
  background:linear-gradient(90deg,transparent,var(--border),transparent);
  margin:70px 0;
}

.gm-section-title{
  text-align:center;
  font-size:14px;
  letter-spacing:4px;
  color:var(--green-dark);
  font-weight:900;
  margin-bottom:40px;
}

.gm-feature{
  max-width:900px;
  margin:0 auto 20px;
  display:grid;
  grid-template-columns:64px 1fr;
  gap:20px;
  align-items:flex-start;
  background:#fff;
  border:1px solid var(--border);
  border-radius:26px;
  padding:26px;
  box-shadow:0 16px 40px rgba(11,107,58,.07);
}

.gm-icon{
  width:64px;
  height:64px;
  min-width:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:20px;
  background:linear-gradient(135deg,var(--green-light),var(--green-dark));
  color:#fff;
  font-size:28px;
  box-shadow:0 14px 30px rgba(11,107,58,.22);
}

.gm-feature span{
  display:inline-block;
  width:max-content;
  padding:5px 10px;
  border-radius:999px;
  background:var(--green-soft);
  color:var(--green-dark);
  font-size:11px;
  font-weight:900;
  letter-spacing:.7px;
}

.gm-feature h3{
  margin:8px 0 8px;
  color:var(--green-dark);
  font-size:24px;
  line-height:1.2;
}

.gm-feature p{
  margin:0;
  color:#111;
  line-height:1.7;
  font-size:16px;
}

.gm-services{
  max-width:900px;
  margin:32px auto 0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  list-style:none;
}

.gm-services li{
  font-size:18px;
  line-height:1.6;
  color:#111;
  background:#fff;
  padding:20px 22px 20px 58px;
  border:1px solid var(--border);
  border-radius:22px;
  position:relative;
  box-shadow:0 10px 28px rgba(11,107,58,.05);
}

.gm-services li::before{
  content:"✓";
  position:absolute;
  left:22px;
  top:22px;
  color:#fff;
  background:linear-gradient(135deg,var(--green-light),var(--green-dark));
  width:24px;
  height:24px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:900;
}

.gm-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.gm-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:28px;
  padding:34px;
  box-shadow:0 14px 36px rgba(11,107,58,.06);
}

.gm-card h3{
  color:var(--green-dark);
  margin:0 0 14px;
  font-size:16px;
  text-transform:uppercase;
  letter-spacing:1px;
}

.gm-card p{
  margin:0;
  font-size:18px;
  color:#111;
  line-height:1.7;
  font-weight:600;
}

.gm-map{
  margin:40px auto;
  max-width:900px;
  border-radius:24px;
  overflow:hidden;
  border:2px solid var(--green-light);
  box-shadow:0 18px 45px rgba(11,107,58,.10);
}

.gm-hours{
  width:100%;
  max-width:900px;
  margin:0 auto;
  border-collapse:separate;
  border-spacing:0 12px;
}

.gm-hours td{
  background:#fff;
  padding:18px 24px;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  font-size:18px;
  color:#111;
}

.gm-hours td:first-child{
  border-left:1px solid var(--border);
  border-radius:18px 0 0 18px;
  font-weight:700;
}

.gm-hours td:last-child{
  text-align:right;
  border-right:1px solid var(--border);
  border-radius:0 18px 18px 0;
  color:#444;
  font-weight:700;
}

.gm-highlight{
  color:var(--green-dark) !important;
  font-weight:900 !important;
}

@media(max-width:900px){
  .gm-luxury h1{font-size:52px;}
  .gm-grid,
  .gm-services{grid-template-columns:1fr;}
}

@media(max-width:600px){
  .gm-luxury{
    padding:45px 18px;
    border-radius:20px;
  }

  .gm-logo img{
    max-width:300px;
  }

  .gm-luxury h1{
    font-size:34px;
    letter-spacing:-1px;
  }

  .gm-subtitle{
    font-size:16px;
  }

  .gm-buttons{
    flex-direction:column;
    gap:14px;
  }

  .gm-btn-primary,
  .gm-btn-whatsapp{
    width:100%;
    min-width:auto;
  }

  .gm-btn-primary{
    height:58px;
    font-size:18px;
  }

  .gm-btn-whatsapp{
    height:64px;
  }

  .gm-feature{
    grid-template-columns:52px 1fr;
    gap:14px;
    padding:20px;
  }

  .gm-icon{
    width:52px;
    height:52px;
    min-width:52px;
    border-radius:16px;
    font-size:22px;
  }

  .gm-feature h3{
    font-size:18px;
  }

  .gm-card p,
  .gm-feature p,
  .gm-services li,
  .gm-hours td{
    font-size:15px;
  }

  .gm-hours td{
    padding:14px;
  }
}
@media(max-width:600px){

  .gm-luxury{
    width:100%;
    max-width:100%;
    padding:36px 16px;
    border-radius:0;
    overflow:hidden;
  }

  .gm-luxury h1{
    font-size:30px;
    line-height:1.15;
  }

  .gm-feature{
    display:grid;
    grid-template-columns:44px minmax(0,1fr);
    gap:14px;
    padding:18px;
    border-radius:22px;
    overflow:hidden;
  }

  .gm-icon{
    width:44px;
    height:44px;
    min-width:44px;
    border-radius:14px;
    font-size:18px;
  }

  .gm-feature span{
    max-width:100%;
    white-space:normal;
    overflow-wrap:anywhere;
    word-break:break-word;
    font-size:10px;
    letter-spacing:.5px;
    line-height:1.2;
  }

  .gm-feature h3{
    font-size:18px;
    line-height:1.15;
    overflow-wrap:anywhere;
    word-break:break-word;
  }

  .gm-feature p{
    font-size:15px;
    line-height:1.55;
    overflow-wrap:anywhere;
    word-break:break-word;
  }

  .gm-buttons{
    flex-direction:column;
  }

  .gm-btn-primary,
  .gm-btn-whatsapp{
    width:100%;
    min-width:0;
  }

  .gm-services,
  .gm-grid{
    grid-template-columns:1fr;
  }
} /* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9760973 */ .gm-btn-whatsapp{
    text-decoration:none !important;
    background:#fff;
    color:var(--green-dark) !important;
    padding:19px 38px;
    border-radius:999px;
    font-size:20px;
    font-weight:800;
    border:1px solid rgba(13,107,60,.22);
    box-shadow:0 12px 30px rgba(13,107,60,.08);
}

.gm-feature-grid{
    max-width:900px;
    margin:0 auto 28px;
    display:grid;
    grid-template-columns:1fr;
    gap:18px;
}

.gm-feature{
    background:#fff;
    border:1px solid var(--border);
    border-radius:24px;
    padding:26px;
    box-shadow:0 12px 30px rgba(0,0,0,.035);
}

.gm-feature span{
    font-size:28px;
}

.gm-feature h3{
    margin:12px 0 8px;
    color:var(--green-dark);
    font-size:22px;
}

.gm-feature p{
    margin:0;
    color:var(--gray);
    font-size:18px;
    line-height:1.6;
}

.gm-map{
    max-width:900px;
    margin:42px auto 0;
    border-radius:24px;
    overflow:hidden;
    border:1px solid var(--border);
    box-shadow:0 18px 45px rgba(13,107,60,.10);
} /* End custom CSS */