.elementor-1682 .elementor-element.elementor-element-68270a4a{--display:flex;}.elementor-1682 .elementor-element.elementor-element-29ea923{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1682 .elementor-element.elementor-element-254c9e2{--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-1682 .elementor-element.elementor-element-6eb318c{--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:29px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1682 .elementor-element.elementor-element-98a2402{--e-image-carousel-slides-to-show:1;}.elementor-1682 .elementor-element.elementor-element-98a2402 > .elementor-widget-container{margin:-1px 0px 0px 0px;}@media(min-width:768px){.elementor-1682 .elementor-element.elementor-element-254c9e2{--width:50%;}.elementor-1682 .elementor-element.elementor-element-6eb318c{--width:50%;}}/* Start custom CSS for shortcode, class: .elementor-element-790e581 */.custom-contact-form {
  width: 100%;
  max-width: 500px;
  padding: 8px;
  background: #D2D8D4;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 0;                    /* Form ke andar koi gap nahi */
}

.custom-contact-form label {
  font-size: 15px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  margin: 0;                 /* Labels ke beech ka gap remove */
}

.custom-contact-form input,
.custom-contact-form select,
.custom-contact-form textarea {
  width: 100%;
  padding: 8px 4px;          /* Bohot kam padding */
  font-size: 11px;
  border: 1px solid #bbb;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 0;                 /* Inputs ke darmiyan koi margin nahi */
}

.custom-contact-form textarea {
  resize: none;
  height: 85px;
}

.custom-contact-form button {
  padding: 10px 18px;
  font-size: 15px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 3px;           /* Button ke upar thoda space */
}

.custom-contact-form button:hover {
  background: #099bff;
}/* End custom CSS */