.elementor-811 .elementor-element.elementor-element-22e4849{--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;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-811 .elementor-element.elementor-element-22e4849:not(.elementor-motion-effects-element-type-background), .elementor-811 .elementor-element.elementor-element-22e4849 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF6E9;}/* Start custom CSS for html, class: .elementor-element-d9f589d */.contact-badsha{
  width:100%;
  background:#FFF6E9;
  padding:100px 20px;
  font-family:"Manrope",sans-serif;
}

.contact-wrap{
  max-width:1200px;
  margin:auto;
  display:flex;
  gap:80px;
}

.contact-left{
  width:55%;
}

.contact-left h2{
  font-size:48px;
  font-weight:800;
  color:#111;
}

.contact-left h2 span{
  color:#905700;
}

.contact-tagline{
  margin:12px 0 24px;
  font-size:18px;
  font-weight:700;
  color:#905700;
}

.contact-left p{
  font-size:16px;
  line-height:1.8;
  color:#333;
  margin-bottom:18px;
}

.contact-left h4{
  margin-top:24px;
  font-size:15px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#905700;
}

.contact-points{
  margin-top:12px;
  padding-left:18px;
}

.contact-points li{
  font-size:16px;
  margin-bottom:8px;
  color:#333;
}

.contact-details{
  margin-top:30px;
  font-size:16px;
  font-weight:600;
  color:#111;
}

.contact-right{
  width:45%;
  background:#fff;
  padding:40px;
  border-radius:14px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.contact-right h3{
  font-size:28px;
  font-weight:800;
  margin-bottom:10px;
  color:#111;
}

.contact-right p{
  font-size:15px;
  margin-bottom:20px;
  color:#555;
}

.contact-form input,
.contact-form textarea{
  width:100%;
  padding:14px;
  margin-bottom:14px;
  border:1px solid #ddd;
  border-radius:8px;
  font-size:14px;
  font-family:"Manrope",sans-serif;
}

.contact-form button{
  width:100%;
  background:#905700;
  color:#fff;
  border:none;
  padding:14px;
  border-radius:8px;
  font-size:15px;
  font-weight:700;
  cursor:pointer;
}

/* Mobile */
@media(max-width:900px){
  .contact-wrap{
    flex-direction:column;
    gap:40px;
  }

  .contact-left,
  .contact-right{
    width:100%;
  }

  .contact-left h2{
    font-size:32px;
  }

  .contact-right{
    padding:30px 20px;
  }
}/* End custom CSS */