.elementor-105 .elementor-element.elementor-element-b08f038{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-105 .elementor-element.elementor-element-b08f038:not(.elementor-motion-effects-element-type-background), .elementor-105 .elementor-element.elementor-element-b08f038 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-6e9eba1 *//* ================= GLOBAL ================= */
#contact-hero, #contact-wrap {
  background: transparent !important;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}
.gold { color:#D4AF37; text-shadow:0 0 12px rgba(212,175,55,0.6); }
.white { color:#fff; }

/* ================= HERO ================= */
#contact-hero {
  padding: 110px 20px 70px;
  text-align: center;
}
.contact-title {
  font-family: 'Cinzel', serif;
  font-size: 42px;
  font-weight: 700;
}
.contact-line {
  width: 120px;
  height: 4px;
  border-radius: 3px;
  background: linear-gradient(90deg,#D4AF37,#fbe7a1,#D4AF37);
  margin: 18px auto 30px;
  box-shadow: 0 0 12px rgba(212,175,55,0.7);
}
.contact-sub {
  max-width: 760px;
  margin: auto;
  color: #e6e6e6;
  font-size: 18px;
  line-height: 1.8;
}

/* ================= LAYOUT ================= */
#contact-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  max-width: 1300px;
  margin: auto;
  padding: 80px 20px;
}

/* ================= LEFT: MAP + INFO ================= */
.contact-map-box {
  border-radius: 18px;
  overflow: hidden;
  border: 1.6px solid rgba(212,175,55,0.4);
  box-shadow: 0 8px 30px rgba(0,0,0,0.45),
              0 0 18px rgba(212,175,55,0.5);
}
.contact-map-box iframe {
  width: 100%;
  height: 350px;
  border: 0;
}

.contact-info {
  margin-top: 25px;
  background: rgba(255,255,255,0.05);
  padding: 25px;
  border-radius: 14px;
  border: 1px solid rgba(212,175,55,0.4);
}
.info-title {
  font-family: 'Cinzel', serif;
  font-size: 24px;
  color: #D4AF37;
  margin-bottom: 12px;
}
.contact-info p {
  color: #e6e6e6;
  font-size: 16px;
  line-height: 1.7;
}
.contact-info a {
  color: #D4AF37;
  font-weight: 700;
  text-decoration: none;
}

/* ================= BUTTON ================= */
.contact-btn {
  display: inline-block;
  padding: 14px 32px;
  background: linear-gradient(90deg,#D4AF37,#fbe7a1,#D4AF37);
  border-radius: 12px;
  color: #000;
  font-weight: 800;
  font-size: 18px;
  text-decoration: none;
  margin-top: 14px;
  transition: 0.3s;
  box-shadow: 0 0 15px rgba(212,175,55,0.55);
}
.contact-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 22px rgba(212,175,55,0.7);
}

/* ================= RIGHT FORM ================= */
.form-title {
  font-family:'Cinzel',serif;
  font-size:26px;
  color:#D4AF37;
  margin-bottom:15px;
}
.contact-right input,
.contact-right textarea {
  width:100%;
  padding:14px 16px;
  border-radius:12px;
  border:1px solid rgba(212,175,55,0.4);
  background:rgba(255,255,255,0.06);
  color:#fff;
  margin-bottom:14px;
  font-size:15px;
}
.contact-right textarea {
  height: 150px;
  resize:none;
}

/* ================= RESPONSIVE ================= */
@media(max-width: 900px) {
  #contact-wrap {
    grid-template-columns: 1fr;
  }
  .contact-map-box iframe { height: 280px; }
}
@media(max-width: 600px) {
  .contact-title { font-size: 32px; }
  .contact-sub { font-size: 16px; }
}/* End custom CSS */