.elementor-702 .elementor-element.elementor-element-2imagt4{--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;--overlay-opacity:0.6;--padding-top:220px;--padding-bottom:150px;--padding-left:40px;--padding-right:40px;}.elementor-702 .elementor-element.elementor-element-2imagt4:not(.elementor-motion-effects-element-type-background), .elementor-702 .elementor-element.elementor-element-2imagt4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://marqsoc.com/wp-content/uploads/2025/07/man-making-his-move-1024x666-1.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-702 .elementor-element.elementor-element-2imagt4::before, .elementor-702 .elementor-element.elementor-element-2imagt4 > .elementor-background-video-container::before, .elementor-702 .elementor-element.elementor-element-2imagt4 > .e-con-inner > .elementor-background-video-container::before, .elementor-702 .elementor-element.elementor-element-2imagt4 > .elementor-background-slideshow::before, .elementor-702 .elementor-element.elementor-element-2imagt4 > .e-con-inner > .elementor-background-slideshow::before, .elementor-702 .elementor-element.elementor-element-2imagt4 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#9CA7AB00;--background-overlay:'';}.elementor-702 .elementor-element.elementor-element-9763f69{text-align:center;text-transform:uppercase;letter-spacing:2px;color:var( --e-global-color-astglobalcolor5 );}.elementor-702 .elementor-element.elementor-element-fbf2a18{text-align:center;}.elementor-702 .elementor-element.elementor-element-fbf2a18 .elementor-heading-title{color:var( --e-global-color-astglobalcolor5 );}.elementor-702 .elementor-element.elementor-element-a81c031{--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-702 .elementor-element.elementor-element-b6aaac6{--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-702 .elementor-element.elementor-element-9f00d7b{--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(max-width:1024px){.elementor-702 .elementor-element.elementor-element-2imagt4{--padding-top:150px;--padding-bottom:120px;--padding-left:32px;--padding-right:32px;}}@media(max-width:767px){.elementor-702 .elementor-element.elementor-element-2imagt4:not(.elementor-motion-effects-element-type-background), .elementor-702 .elementor-element.elementor-element-2imagt4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://marqsoc.com/wp-content/uploads/2025/07/man-making-his-move-1024x666-1.jpg");}.elementor-702 .elementor-element.elementor-element-2imagt4{--padding-top:120px;--padding-bottom:80px;--padding-left:24px;--padding-right:24px;}}@media(min-width:768px){.elementor-702 .elementor-element.elementor-element-2imagt4{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-70f5326 */.contact-section {
  padding: 50px 20px;
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.contact-info {
  flex: 1;
  min-width: 280px;
}

.contact-info h4 {
  color: #c1121f;
  font-weight: 600;
}

.contact-info h2 {
  font-size: 28px;
  margin: 10px 0 20px;
}

.contact-info p {
  font-size: 15px;
  margin-bottom: 20px;
}

.info-item {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.5;
}

.form-container {
  flex: 1;
  min-width: 300px;
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.form-container h2 {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}

.form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.form-row input,
.form-row select {
  flex: 1;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
}

.service-select p {
  font-weight: 600;
  margin: 15px 0 10px;
}

.service-select label {
  display: inline-block;
  width: 48%;
  margin-bottom: 10px;
  font-size: 14px;
}

button[type="submit"] {
  background: #c1121f;
  color: white;
  border: none;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 6px;
  width: 100%;
  cursor: pointer;
  margin-top: 20px;
  transition: 0.3s;
}

button[type="submit"]:hover {
  background: #a10f1b;
}/* End custom CSS */