/* ===============================
   CONTACT PAGE – MINIMAL CSS
   (Hero + Steps + Contact block)
   =============================== */

/* 0) Base */
html,
body {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  background: #fff;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  letter-spacing: -.5px;
}

p {
  margin: 0;
  line-height: 26px;
}

a {
  color: inherit;
  text-decoration: none;
}

/* 1) Layout helpers */
.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 30px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 -15px;
}

.col,
.col-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 0 15px;
}

.centre-align {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* 2) Hero */
.section_contact {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 0;
  background: transparent;
}

.section_contact.full-screen {
  display: flex;
  min-height: 100vh;
  align-items: center;
}

.section_contact.full-screen.background-image-side.hero {
  background: #000000;
}

.hero-content {
  width: 100%;
  text-align: center;
}

.hero-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
  margin: 100px 0 10px;
}

.hero-description {
  max-width: 700px;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
}

.value-proposition-buttons {
  margin-top: 24px;
  text-align: center;
}

.w-button {
  display: inline-block;
  line-height: inherit;
  border: 0;
  cursor: pointer;
  color: #fff;
}

.button_contact {
  padding: 16px 25px;
  border-radius: 40px;
  background: #5DC5C7;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  box-shadow: 0 4px 11px rgba(146, 96, 0, .35);
  transition: .2s;
}

.button_contact:hover {
  background: #ffffff;
  transform: translateY(-4px);
}

.button_contact.margin-right {
  margin-right: 20px;
}

.hero-image {
  max-width: 700px;
  margin: 64px auto 0;
  display: inline-block;
}

/* 3) “How we work” section */
.section_contact.no-bottom-padding {
  padding-bottom: 0;
}

.section-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 30px;
  line-height: 1.3;
}

.sub-title {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 400;
}

.margin-bottom {
  margin-bottom: 55px;
}

.step-container {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.h3_contact {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0;
}

.paragraph-small {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.value-proposition-hero-image,
.image-4 {
  max-width: 100%;
  display: inline-block;
  margin: 0;
}

.dashed-line {
  position: absolute;
  left: 50%;
  top: 260px;
  transform: translateX(-50%);
  max-width: 56%;
  margin-top: 10px;
  display: block;
}

/* Simple column widths for this page */
.col-2.lg-8 {
  width: 66.66%;
}

.col-2.lg-5 {
  width: 41.66%;
}

.col-2.lg-4 {
  width: 33.33%;
}

.col-2.lg-1 {
  width: 8.33%;
}

.col-2.lg-8.md-4.centre-align {
  text-align: center;
}

.col-2.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.row.centre-align {
  align-items: center;
  justify-content: center;
}

/* 4) CONTACT block (Yellow section with map + form) */
.section--pricing {
  background: #f3d940;
  position: relative;
  margin-top: 40px;
  clear: both;
}

.margin-contact {
  margin-top: 0;
}

.section__content--pricing {
  padding: 100px 0 120px;
  position: relative;
}

/* Flex grid (override any float-based grid; prevents footer mix) */
.section--pricing .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}

.section--pricing .grid__item {
  flex: 1 1 480px;
  min-width: 280px;
}

.section--pricing .grid::after {
  content: "";
  display: table;
  clear: both;
}

/* safety */
.grid_contact {
  margin-top: 30px;
}

/* Address block */
.full_address {
  padding-left: 15px;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  color: #000;
}

.address_map {
  padding-left: 15px;
  width: 90%;
  height: 365px;
}

.map {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 15px;
}

/* Titles inside yellow section */
.section__title {
  font-size: 48px;
  padding: 0 0 40px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
}

/* Contact form */
.contact_feedback input[type="text"],
.contact_email input[type="email"],
.contact_mobile input[type="text"] {
  width: 100%;
  line-height: 50px;
  margin: 10px 0;
  background: rgba(255, 255, 255, .5);
  padding-left: 1.5vw;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 15px;
  color: #000;
  box-sizing: border-box;
}

.contact_email input[type="email"] {
  width: 45%;
  margin-right: 5%;
}

.contact_mobile input[type="text"] {
  width: 45%;
  margin-left: 5%;
}

.contact_feedback textarea {
  width: 100%;
  height: 250px;
  margin: 10px 0;
  padding-left: 20px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .5);
  border: 1px solid #000;
  border-radius: 5px;
  color: #000;
  font-size: 15px;
  font-family: sans-serif;
  line-height: 30px;
}

.contact_button {
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin: 10px 0;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 590;
  color: #fff;
  background-image: linear-gradient(to left, #22428C, #f2b01c);
  text-align: center;
}

.response_bar {
  display: none;
  border: 0;
  background: none;
}

/* 5) Responsive */
@media (max-width: 991px) {
  .hero-title {
    font-size: 45px;
  }

  .hero-description {
    font-size: 18px;
  }

  .section-title {
    font-size: 20px;
  }

  .section_contact {
    padding-top: 50px;
  }

  .col-2 {
    width: 50%;
  }

  .col-2.lg-1 {
    display: none;
  }

  .col-2.lg-4,
  .col-2.lg-5 {
    width: 50%;
  }

  .value-proposition-hero-image {
    display: block;
    margin: 0 auto 40px;
  }

  .margin-bottom {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 40px;
  }

  .hero-description {
    font-size: 17px;
  }

  .hero-image {
    width: 290px;
    margin-top: 50px;
  }

  .section_contact {
    padding: 50px 0;
  }

  .row.margin-bottom.sm-reverse-layout {
    flex-direction: column-reverse;
    align-items: center;
  }

  .col-2.lg-4,
  .col-2.lg-5,
  .col-2.lg-4.sm-2 {
    width: 100%;
  }

  .image-4 {
    margin-bottom: 40px;
  }

  .dashed-line {
    display: none;
  }

  .contact_email input[type="email"],
  .contact_mobile input[type="text"] {
    width: 100%;
    margin: 10px 0;
  }
}

@media (max-width: 479px) {
  .hero-title {
    font-size: 30px;
    margin-top: 20px;
  }

  .hero-description {
    font-size: 16px;
  }

  .section-title {
    font-size: 20px;
  }

  .sub-title {
    font-size: 15px;
    text-align: center;
  }

  .col-2 {
    width: 100%;
  }
}

/* 6) Final safety overrides (prevents legacy float rules from other stylesheets) */
.section--pricing .grid,
.section--pricing .grid * {
  float: none !important;
}

.section--pricing {
  display: block;
}

.section--pricing .section__content--pricing {
  display: flow-root;
}

/* block formatting context */

/* === CONTACT SECTION FIXES (scoped to #get_in) ========================= */

/* full-width yellow band */
#get_in.section--pricing {
  width: 100%;
  background-color: #f3d940;
  margin-top: 0;
}

/* center content, self-clear */
#get_in .section__content--pricing {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 0 80px;
  display: flow-root;
  /* clears floats if any */
}

/* override float grid with modern layout just for this section */
#get_in .grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
  align-items: start;
}

#get_in .grid__item {
  float: none !important;
  margin: 0 !important;
}

#get_in .grid__item--x3 {
  grid-column: span 6;
}

/* 2 x half columns (6+6 of 12) */

/* form + inputs */
#get_in .contact_feedback input[type="text"],
#get_in .contact_feedback input[type="email"],
#get_in .contact_feedback textarea {
  width: 100%;
  box-sizing: border-box;
}

/* map sizing */
#get_in .address_map {
  padding-left: 15px;
  width: 100%;
  height: 365px;
}

#get_in .map {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 15px;
}

/* keep footer from mixing with section */
.section--pricing .grid {
  float: none !important;
}

.section--pricing .section__content--pricing {
  display: flow-root;
}

/* Responsive */
@media (max-width: 991px) {
  #get_in .grid {
    grid-template-columns: 1fr;
  }

  #get_in .grid__item--x3 {
    grid-column: 1 / -1;
  }

  #get_in .address_map {
    padding-left: 0;
    height: 300px;
  }
}


/* Department dropdown aligned with inputs */
#contact_form select[name="department"] {
  display: block;
  width: 100%;
  box-sizing: border-box;

  /* Match input look */
  background: rgba(255,255,255,.5);
  border: 1px solid #000;
  border-radius: 6px;
  padding: 0 15px;          /* same left/right padding */
  font-size: 15px;
  color: #000;

  /* Height + line-height identical to text inputs */
  height: 55px;             /* adjust to match your input height */
  line-height: 55px;

  margin: 15px 0;
}

/* Optional: arrow styling */
#contact_form select[name="department"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7l5 6 5-6' stroke='%23000' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;
  padding-right: 40px; /* space for arrow */
}

/* Base input style for contact form (text + email + tel) */
.contact_feedback input[type="text"],
.contact_feedback input[type="email"],
.contact_feedback input[type="tel"] {
  width: 100%;
  line-height: 50px;
  margin: 10px 0;
  background: rgba(255, 255, 255, .5);
  padding-left: 1.5vw;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 15px;
  color: #000;
  box-sizing: border-box;
}

/* Side-by-side email + phone (desktop layout) */
.contact_email input[type="email"] {
  width: 45%;
  margin-right: 5%;
}

.contact_mobile input[type="text"],
.contact_mobile input[type="tel"] {
  width: 45%;
  margin-left: 5%;
}

/* Mobile override: stack them full width */
@media (max-width: 767px) {
  .contact_email input[type="email"],
  .contact_mobile input[type="text"],
  .contact_mobile input[type="tel"] {
    width: 100%;
    margin: 10px 0;
  }
}
