.elementor-1760 .elementor-element.elementor-element-461c331{--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-1760 .elementor-element.elementor-element-2d38d72{--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-1760 .elementor-element.elementor-element-9c86196 > .elementor-widget-container{margin:85px 0px 0px 0px;}.elementor-1760 .elementor-element.elementor-element-4af7044{--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;}@media(min-width:768px){.elementor-1760 .elementor-element.elementor-element-2d38d72{--width:50%;}.elementor-1760 .elementor-element.elementor-element-4af7044{--width:50%;}}/* Start custom CSS for shortcode, class: .elementor-element-9c86196 */.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 */