.elementor-42 .elementor-element.elementor-element-26ac67d{--display:flex;--overlay-opacity:0.65;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-42 .elementor-element.elementor-element-26ac67d:not(.elementor-motion-effects-element-type-background), .elementor-42 .elementor-element.elementor-element-26ac67d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://rezekiharamain.com/wp-content/uploads/2026/01/ChatGPT-Image-Jan-10-2026-10_41_49-AM.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-42 .elementor-element.elementor-element-26ac67d::before, .elementor-42 .elementor-element.elementor-element-26ac67d > .elementor-background-video-container::before, .elementor-42 .elementor-element.elementor-element-26ac67d > .e-con-inner > .elementor-background-video-container::before, .elementor-42 .elementor-element.elementor-element-26ac67d > .elementor-background-slideshow::before, .elementor-42 .elementor-element.elementor-element-26ac67d > .e-con-inner > .elementor-background-slideshow::before, .elementor-42 .elementor-element.elementor-element-26ac67d > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-42 .elementor-element.elementor-element-f1024c5{--display:flex;}.elementor-42 .elementor-element.elementor-element-ed909f3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7b9d58d */.contact-sec1{
  padding:140px 6% 90px;
  font-family:'Poppins',sans-serif;
  color:#ffffff;
  background:transparent;
}
.contact-sec1-container{max-width:1100px;margin:auto;}
.contact-sec1-tag{
  font-size:13px;
  letter-spacing:2px;
  font-weight:600;
  color:rgba(255,255,255,.65);
}
.contact-sec1 h1{
  font-size:clamp(34px,4.5vw,52px);
  font-weight:700;
  margin:18px 0;
}
.contact-sec1 h1 span{color:#F9A826;}
.contact-sec1 p{
  max-width:720px;
  font-size:16px;
  line-height:1.8;
  color:rgba(255,255,255,.85);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0efc1c5 *//* ===============================
   CONTACT – SECTION 2
=============================== */

.contact-sec2{
  position:relative;
  padding:110px 6%;
  background:transparent;
  font-family:'Poppins',sans-serif;
}

.contact-sec2-container{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:0.95fr 1.05fr;
  gap:30px;
  align-items:stretch;
}

/* LEFT CARD */
.contact-info-card{
  background:#ffffff;
  border:1px solid rgba(0,0,0,0.06);
  border-radius:28px;
  padding:34px 30px;
  box-shadow:0 18px 50px rgba(0,0,0,0.10);
  height:100%;
}

.contact-sec2-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(249,168,38,0.12);
  border:1px solid rgba(249,168,38,0.18);
  color:#b87910;
  font-size:12px;
  font-weight:700;
  letter-spacing:1.4px;
  margin-bottom:16px;
}

.contact-info-top h2{
  margin:0 0 12px;
  font-size:clamp(30px,4vw,44px);
  line-height:1.15;
  font-weight:700;
  color:#111111;
}

.contact-info-top h2 span{
  color:#F9A826;
}

.contact-info-top p{
  margin:0 0 26px;
  font-size:15px;
  line-height:1.8;
  color:#555555;
}

.contact-info-list{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.info-row{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:16px 0;
  border-top:1px solid rgba(0,0,0,0.07);
}

.info-row:first-child{
  border-top:none;
  padding-top:0;
}

.info-icon{
  width:44px;
  height:44px;
  min-width:44px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg,#fff6e4 0%, #fff 100%);
  border:1px solid rgba(249,168,38,0.16);
  font-size:18px;
}

.info-text{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.info-text strong{
  font-size:14px;
  font-weight:700;
  color:#111111;
}

.info-text span{
  font-size:15px;
  line-height:1.75;
  color:#555555;
}

.info-text a{
  color:#111111;
  text-decoration:none;
  border-bottom:1px solid rgba(249,168,38,0.7);
}

.info-text a:hover{
  color:#b87910;
  border-bottom-color:#F9A826;
}

/* RIGHT MAP CARD */
.contact-map-card{
  background:#ffffff;
  border:1px solid rgba(0,0,0,0.06);
  border-radius:28px;
  padding:18px;
  box-shadow:0 18px 50px rgba(0,0,0,0.10);
  height:100%;
  display:flex;
  flex-direction:column;
}

.contact-map-head{
  padding:8px 8px 16px;
}

.contact-map-head span{
  display:inline-block;
  font-size:14px;
  font-weight:700;
  color:#111111;
}

.contact-map{
  flex:1;
  width:100%;
  border-radius:22px;
  overflow:hidden;
  background:#f3f3f3;
  min-height:520px;
}

.contact-map iframe{
  width:100%;
  height:100%;
  min-height:520px;
  border:0;
  display:block;
}

/* MOBILE */
@media (max-width: 980px){
  .contact-sec2{
    padding:90px 20px;
  }

  .contact-sec2-container{
    grid-template-columns:1fr;
    gap:22px;
  }

  .contact-info-card,
  .contact-map-card{
    border-radius:22px;
  }

  .contact-info-card{
    padding:26px 20px;
  }

  .contact-map{
    min-height:320px;
  }

  .contact-map iframe{
    min-height:320px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-febd9e1 *//* ===============================
   CONTACT – SECTION 3
=============================== */

.contact-sec3{
  position:relative;
  padding:110px 6%;
  background:transparent;
  font-family:'Poppins',sans-serif;
}

.contact-sec3-container{
  max-width:1100px;
  margin:0 auto;
}

.contact-sec3-head{
  max-width:760px;
  margin:0 auto 34px;
  text-align:center;
}

.contact-sec3-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(249,168,38,0.12);
  border:1px solid rgba(249,168,38,0.22);
  color:#F9A826;
  font-size:12px;
  font-weight:700;
  letter-spacing:1.5px;
  margin-bottom:16px;
}

.contact-sec3-head h2{
  margin:0 0 12px;
  font-size:clamp(30px,4vw,46px);
  line-height:1.15;
  font-weight:700;
  color:#ffffff;
}

.contact-sec3-head h2 span{
  color:#F9A826;
}

.contact-sec3-head p{
  margin:0 auto;
  max-width:700px;
  font-size:16px;
  line-height:1.8;
  color:rgba(255,255,255,0.82);
}

.contact-sec3-box{
  background:#ffffff;
  border-radius:28px;
  padding:34px;
  border:1px solid rgba(0,0,0,0.06);
  box-shadow:0 24px 60px rgba(0,0,0,0.14);
}

.contact-sec3-top{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-bottom:26px;
}

.contact-mini-card{
  padding:18px 20px;
  border-radius:18px;
  background:linear-gradient(180deg,#fff8ec 0%, #ffffff 100%);
  border:1px solid rgba(249,168,38,0.16);
}

.contact-mini-label{
  margin-bottom:6px;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.2px;
  text-transform:uppercase;
  color:#b87910;
}

.contact-mini-value{
  font-size:14px;
  line-height:1.7;
  color:#333333;
}

/* FORM */
.contact-form{
  width:100%;
}

.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.form-row{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-bottom:16px;
}

.form-row label{
  font-size:14px;
  font-weight:700;
  color:#111111;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
  width:100%;
  min-height:56px;
  padding:15px 16px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,0.12);
  background:#ffffff;
  color:#111111;
  font-size:15px;
  line-height:1.4;
  font-family:'Poppins',sans-serif;
  box-sizing:border-box;
  outline:none;
  transition:.25s ease;
}

.contact-form textarea{
  min-height:140px;
  resize:vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder{
  color:rgba(0,0,0,0.42);
}

.contact-form select{
  appearance:auto !important;
  -webkit-appearance:menulist !important;
  -moz-appearance:menulist !important;
  cursor:pointer;
  padding-right:42px;
}

.contact-form select option{
  background:#ffffff;
  color:#111111;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
  border-color:#F9A826;
  box-shadow:0 0 0 4px rgba(249,168,38,0.16);
}

.contact-btn{
  width:100%;
  border:none;
  border-radius:999px;
  padding:17px 22px;
  margin-top:8px;
  background:linear-gradient(135deg,#F9A826 0%, #ffbf52 100%);
  color:#111111;
  font-size:15px;
  font-weight:800;
  letter-spacing:.3px;
  cursor:pointer;
  transition:.25s ease;
  box-shadow:0 14px 28px rgba(249,168,38,0.26);
}

.contact-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 34px rgba(249,168,38,0.32);
}

/* MOBILE */
@media (max-width: 980px){
  .contact-sec3{
    padding:90px 20px;
  }

  .contact-sec3-box{
    padding:24px 18px;
    border-radius:22px;
  }

  .contact-sec3-top{
    grid-template-columns:1fr;
  }

  .form-grid{
    grid-template-columns:1fr;
  }

  .contact-sec3-head{
    text-align:left;
    margin-bottom:28px;
  }

  .contact-sec3-head p{
    margin:0;
  }
}
.contact-sec3-head h2{
  margin:0 0 12px;
  font-size:clamp(30px,4vw,46px);
  line-height:1.15;
  font-weight:700;
  color:#111111;
}

.contact-sec3-head h2 span{
  color:#F9A826;
}

.contact-sec3-head p{
  margin:0 auto;
  max-width:700px;
  font-size:16px;
  line-height:1.8;
  color:rgba(0,0,0,0.72);
}/* End custom CSS */