.elementor-983 .elementor-element.elementor-element-328aea3{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-983 .elementor-element.elementor-element-1161b00 > .elementor-container{max-width:1280px;}.elementor-983 .elementor-element.elementor-element-1161b00{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:110px 0px 0px 0px;}.elementor-983 .elementor-element.elementor-element-1161b00 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.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-983 .elementor-element.elementor-element-79df5e7 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-983 .elementor-element.elementor-element-79df5e7 .elementor-heading-title{font-family:"Urbanist", Sans-serif;font-size:60px;font-weight:800;line-height:1.25;color:#262B37;}.elementor-983 .elementor-element.elementor-element-112415e > .elementor-container{max-width:1280px;}.elementor-983 .elementor-element.elementor-element-112415e{margin-top:-20px;margin-bottom:0px;padding:0px 0px 110px 0px;}.elementor-983 .elementor-element.elementor-element-b26b798 iframe{height:400px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-9454f4e *//* =========================
   SECTION
========================= */
.safari-contact {
  padding: 60px 20px;
  border-radius: 12px;
  background: linear-gradient(180deg, #f6faf7, #eef4f0);
  font-family: 'Urbanist', sans-serif;
  position: relative;
  overflow: hidden;
}

/* SOFT NATURE GRAPHIC */
.safari-contact::before {
  content: "";
  position: absolute;
  top: -90px;
  left: -90px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(34,139,94,.14), transparent 70%);
  z-index: 0;
}

/* =========================
   LAYOUT
========================= */
.safari-wrapper {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* =========================
   LEFT INFO
========================= */
.safari-info h2 {
  font-size: 36px;
  line-height: 1.25;
  color: #363539;
  margin-bottom: 18px;
  font-weight:800;
}

.safari-info h2 span {
  color: #363539;
  font-weight:800;
}

.safari-info .intro {
  font-size: 15px;
  color: #363539;
  max-width: 420px;
  margin-bottom: 34px;
}

/* INFO ITEMS */
.info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 22px;
}

.info-item i {
  font-size: 20px;
  line-height: 1;
}

.info-item strong {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #363539;
}

.info-item p {
  font-size: 16px;
  color: #363539;
  line-height: 1.5;
}

/* =========================
   FORM CARD
========================= */
.safari-form {
  background: #ffffff;
  padding: 42px;
  border-radius: 22px;
  box-shadow: 0 25px 60px rgba(0,0,0,.06);
}

/* INPUTS */
.safari-form input,
.safari-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #e2e8e4;
  font-size: 14px;
  font-family: 'Urbanist', sans-serif;
}

.safari-form textarea {
  min-height: 140px;
}

.safari-form input:focus,
.safari-form textarea:focus {
  outline: none;
  border-color: #4f8f6f;
}

/* BUTTON */
.safari-form input[type="submit"] {
  background: #677537;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  padding: 14px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .3px;
  cursor: pointer;
  transition: background .3s ease, transform .3s ease, box-shadow .3s ease;
}

.safari-form input[type="submit"]:hover {
  background: #677537;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
}

/* =========================
   RESPONSIVE
========================= */

/* LARGE SCREENS */
@media (min-width: 1400px) {
  .safari-wrapper {
    max-width: 1320px;
    gap: 80px;
  }

  .safari-info h2 {
    font-size: 40px;
  }
}

/* LAPTOP */
@media (max-width: 1200px) {
  .safari-wrapper {
    gap: 40px;
  }

  .safari-info h2 {
    font-size: 34px;
  }
}

/* TABLET */
@media (max-width: 992px) {
  .safari-contact {
    padding: 60px 18px;
  }

  .safari-wrapper {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .safari-info {
    text-align: center;
  }

  .safari-info .intro {
    margin-left: auto;
    margin-right: auto;
  }

  .info-item {
    justify-content: center;
    text-align: left;
  }

  .safari-info h2 {
    font-size: 30px;
  }
}

/* MOBILE */
@media (max-width: 600px) {
  .safari-contact {
    padding: 45px 15px;
    border-radius: 0;
  }

  .safari-wrapper {
    gap: 32px;
  }

  .safari-info h2 {
    font-size: 26px;
  }

  .info-item {
    gap: 12px;
  }

  .info-item p {
    font-size: 13px;
  }

  .safari-form {
    padding: 30px 22px;
  }
}

/* SMALL MOBILE */
@media (max-width: 400px) {
  .safari-info h2 {
    font-size: 24px;
  }
}
.gt-contact-page-form button {
    color: #fff;
    width: 100%;
    height: 58px;
    border: none;
    font-weight: 700;
    border-radius: 100px;
    background-color: #677537;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}/* End custom CSS */