.elementor-42 .elementor-element.elementor-element-c310036{--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-42 .elementor-element.elementor-element-3e9ee66{--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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-42 .elementor-element.elementor-element-c0c059b .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:500;color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-42 .elementor-element.elementor-element-84b2f3d{font-family:"Poppins", Sans-serif;font-size:18px;font-weight:400;color:#000000;}.elementor-42 .elementor-element.elementor-element-4f70756{--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;--border-radius:5px 5px 5px 5px;}.elementor-42 .elementor-element.elementor-element-893c671{padding:20px 20px 20px 20px;}.elementor-42 .elementor-element.elementor-element-89e6bdb{--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-42 .elementor-element.elementor-element-c310036{--content-width:1600px;}.elementor-42 .elementor-element.elementor-element-3e9ee66{--width:50%;}.elementor-42 .elementor-element.elementor-element-4f70756{--width:60%;}}/* Start custom CSS for shortcode, class: .elementor-element-893c671 */.custom-contact-form {
  max-width: 800px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.custom-contact-form input,
.custom-contact-form select,
.custom-contact-form textarea,
.custom-contact-form .wpcf7-submit {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 8px; /* 👈 space kam kiya */
}

.custom-contact-form textarea {
  height: 100px;
  font-size: 13px;
  line-height: 1.4;
  resize: vertical;
}

.custom-contact-form .wpcf7-submit {
  background: #e53935;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.custom-contact-form .wpcf7-submit:hover {
  background: #c62828;
}

.custom-contact-form .wpcf7-list-item {
  margin-left: 0; 
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b5807b7 */body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
}

.contact-info-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
  padding: 10px;
}

.contact-box {
  flex: 1 1 300px;
  max-width: 500px;
  background: #e6f3ff;
  border-radius: 12px;
  padding: 30px;
  position: relative;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.contact-box:nth-child(2) {
  background: #d4f6f2;
}

.icon-circle {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.contact-box h3 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
}

.contact-box p {
  font-size: 16px;
  line-height: 1.5;
  max-width: 400px;
  margin: 10px auto 0;
}

.contact-box a {
  color: #000;
  text-decoration: none;
}

.contact-box a:hover {
  text-decoration: underline;
}

.map-section {
  padding: 0 10px 20px;
}

.map-section iframe {
  width: 100%;
  height: 350px;
  border: 0;
  border-radius: 12px;
}

/* Tablet & Mobile Adjustments */
@media (max-width: 1024px) {
  .contact-box {
    max-width: 90%;
  }
}

/* Small Mobile */
@media (max-width: 600px) {
  .contact-box {
    padding: 20px;
  }
  .icon-circle {
    width: 50px;
    height: 50px;
    font-size: 24px;
    top: -25px;
  }
  .contact-box h3 {
    font-size: 20px;
  }
  .contact-box p {
    font-size: 14px;
    max-width: 100%;
  }
}/* End custom CSS */