* {
  font-family: hello-love;
  font-family: "Montserrat", sans-serif;
}

li,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sec-title {
  position: relative;
  padding-bottom: 10px;
  text-align: center;
}
.sec-title .title {
  position: relative;
  color: #00284b;
  font-size: 18px;
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}
/*.sec-title .title:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 7px;
  width: 40px;
  height: 1px;
  background-color: #bbb;
}*/
.sec-title h3 {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  color: #221106;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.03em;
}
.sec-title.light h2 {
  color: #fff;
}
/*Captcha code css*/
.captcha-col {
  display: flex;
  justify-content: space-evenly;
}
.code {
  margin-top: 20px;
}
.dynamic-code {
  font-size: 16px;
  padding: 8px 25px;
  background: #fff;
  font-weight: 600;
  color: #ff6700;
  border: 2px solid #000;
}
.captcha-reload {
  color: #333;
  margin-top: 10px;
  padding: 5px 20px;
}
/*capcha ends*/

.contact-formm {
  /* background: #fff; */
  flex-basis: 50%;
}
.contact-page-section {
  background: linear-gradient(180deg, #fffaf1 0%, #fff3df 100%);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 20px 60px;
}
.contact-page-section .inner-container {
  position: relative;
  z-index: 1;
  /*background: #fff0;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);*/
  width: 100%;
}
.contact-page-section .form-column {
  position: relative;
  padding: 0;
}
.row.clearfix {
  background: linear-gradient(180deg, #fff9ef 0%, #fff3e4 100%);
  box-shadow: 0 18px 34px rgba(90, 37, 8, 0.1);
  margin-left: 0;
  margin-right: 0;
  border-radius: 20px;
  overflow: hidden;
}
.row.clearfix .form-column,
.row.clearfix .info-column {
  padding-left: 0;
  padding-right: 0;
}
.contact-page-section .form-column .inner-column {
  position: relative;
  padding: 45px 35px 30px;
}
.contact-page-section .info-column {
  position: relative;
  background: linear-gradient(180deg, #ffe7c3 0%, #ffd18a 100%);
  border-radius: 0 20px 20px 0;
}
.contact-page-section .info-column .inner-column {
  position: relative;
  padding: 45px 35px;
  /* background-color: #ffc10773;*/
}
.contact-page-section .info-column h2 {
  position: relative;
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 45px;
}
.contact-page-section .info-column h3 {
  color: #5a2508;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}
.contact-page-section .info-column .list-info {
  position: relative;
  margin-bottom: 60px;
}
.contact-page-section .info-column .list-info li {
  position: relative;
  margin-bottom: 25px;
  font-size: 16px;
  color: #5a2508;
  line-height: 1.8em;
  padding-left: 45px;
}
.contact-page-section a {
  color: #5a2508;
}
.contact-page-section a:hover {
  color: #f37a13;
  text-decoration: none;
}

.contact-page-section .info-column .list-info li:last-child {
  margin-bottom: 0;
}
.contact-page-section .info-column .list-info li i {
  position: absolute;
  left: 0;
  top: 0px;
  color: #8a3e10;
  font-size: 30px;
}
.contact-formm {
  position: relative;
}
.contact-formm .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-formm input[type="text"],
.contact-formm input[type="email"],
.contact-formm input[type="date"],
.contact-formm input[type="number"],
.contact-formm textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  color: #3e2817;
  font-size: 14px;
  line-height: 38px;
  padding: 10px 20px;
  border: 1px solid rgba(243, 122, 19, 0.16);
  background-color: #fffdf9;
  border-radius: 14px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.contact-formm input[type="text"]:focus,
.contact-formm input[type="email"]:focus,
.contact-formm input[type="date"]:focus,
.contact-formm input[type="number"]:focus,
.contact-formm textarea:focus {
  border-color: #f37a13;
  outline: none;
  box-shadow: 0 0 0 4px rgba(243, 122, 19, 0.12);
}
.contact-formm textarea {
  height: 70px;
  resize: none;
}
.inner-column h3 {
  color: #221106;
  font-weight: 700;
  font-size: 28px;
}
.contact-formm .theme-btn {
  margin: 20px 0px;
  padding: 12px 28px;
  color: #fff;
  font-size: 14px;
  border: none;
  background: #ff6700;
  border: 1px solid rgba(211, 99, 0, 0.65);
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 14px 24px rgba(243, 122, 19, 0.24);
}
.contact-formm .theme-btn:hover {
  background: #d45500;
  color: #fff;
  animation: none;
  transform: translateY(-2px);
}
.antispam {
  display: none;
}
@keyframes shake {
  0% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(5px);
  }
}

.contact-formm input.error,
.contact-formm select.error,
.contact-formm textarea.error {
  border-color: red !important;
}
.contact-formm label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: red;
  font-weight: 500;
}
.social-icon-four {
  position: relative;
}
.social-icon-four li {
  position: relative;
  margin-right: 18px;
  display: inline-block;
}
.social-icon-four li.follow {
  color: #5a2508;
  font-weight: 600;
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}
.social-icon-four li a {
  position: relative;
  font-size: 20px;
  color: #5a2508;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-icon-four li a:hover {
  color: #f37a13;
}
.map-row {
  padding: 10px 0 22px;
}
.contact-page-section h1,
.contact-page-section h2 {
  font-weight: 700;
  color: #221106;
  font-size: 28px;
  line-height: 1.2;
  padding-bottom: 10px;
  text-align: center;
  display: block;
}
.contact-page-section h1 span,
.contact-page-section h2 span {
  color: #221106;
  font-size: 1em !important;
  font-weight: 700;
  line-height: 1;
}
.contact-page-section h2 span {
  color: #ff6700 !important;
  font-size: 0.55em;
}

.contact-page-section h1 span {
  color: #ff6700 !important;
  font-size: 0.55em;
}
.map-row p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  display: block;
  color: #5a2508;
  text-align: center;
}
.map-row i {
  padding: 0;
  margin-right: 8px;
  color: #ffc107;
  vertical-align: middle;
}
.contact-lead {
  max-width: 780px;
  margin: 0 auto 10px;
  color: #6d4b30 !important;
}
.map-row iframe {
  box-shadow: 0 18px 34px rgba(90, 37, 8, 0.1);
  border-radius: 20px;
  /* filter: grayscale(100%);*/
}
/*.map-row iframe:hover{
 filter: grayscale(0%); 
}*/
@media screen and (max-width: 768px) {
  .contact-page-section {
    padding: 10px 10px 50px;
  }
  .contact-page-section .form-column .inner-column {
    padding: 35px 18px 25px;
  }
  .contact-page-section h1,
  .contact-page-section h2 {
    text-align: center;
    font-size: 28px;
    line-height: 1.2;
  }
  .contact-formm .theme-btn {
    display: block;
    margin: 20px auto;
  }
  .contact-page-section .info-column .inner-column {
    padding: 35px 18px;
  }
  .contact-page-section .info-column {
    border-radius: 0 0 20px 20px !important;
  }
  .map-row p {
    margin-bottom: 0 !important;
  }

  .captcha-col {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .code,
  .captcha-reload {
    margin-top: 0;
    text-align: center;
  }

  .dynamic-code {
    display: block;
    width: 100%;
  }
}

/* Hero banner styles copied/adjusted from index hero for contact page */
.banner.contact-banner {
  background: linear-gradient(180deg, rgba(17,22,14,0.45), rgba(44,23,10,0.45)), url('../img/banner-new2.webp') center/cover no-repeat;
  color: #fff;
  min-height: 420px;
  display: flex;
  align-items: center;
  padding: 36px 0;
  position: relative;
  overflow: hidden;
}
.banner.contact-banner .container {
  position: relative;
  z-index: 2;
}
.banner.contact-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.18));
  pointer-events: none;
}
.banner.contact-banner .banner-left {
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* left-align on desktop */
  text-align: left;
}

/* Override other global banner-left rules that use absolute positioning */
.banner.contact-banner .banner-left {
  position: relative !important;
  float: none !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
}
.banner.contact-banner .hero-kicker {
  display: inline-block;
  background: rgba(255,255,255,0.08);
  color: #fff;
  padding: 8px 14px;
  border-radius: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
}
.banner.contact-banner h1 {
  font-size: clamp(28px, 4vw, 48px);
  margin: 8px 0;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 8px 28px rgba(0,0,0,0.45);
  max-width: 920px; /* keep heading within container */
  width: 100%;
  overflow-wrap: break-word;
}
.banner.contact-banner h3 {
  font-size: clamp(16px, 2.4vw, 20px);
  margin: 8px 0 14px 0;
  color: #fff;
  font-weight: 600;
  max-width: 700px;
  width: 100%;
  overflow-wrap: break-word;
}
.banner.contact-banner .hero-subtext {
  color: rgba(255,244,230,0.95);
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
}
.banner.contact-banner .hero-pills {
  display: flex;
  justify-content: flex-start; /* left on desktop */
  gap: 10px;
  margin: 10px 0;
  flex-wrap: wrap;
}
.banner.contact-banner .hero-pills span {
  background: rgba(255,255,255,0.08);
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
}
.banner.contact-banner button {
  margin-top: 14px;
  background: #f37a13;
  border: none;
  padding: 12px 22px;
  border-radius: 8px;
}
.banner.contact-banner button a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.banner.contact-banner p.small-note {
  margin-top: 10px;
  color: rgba(255,244,230,0.9);
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .banner.contact-banner {
    min-height: 220px;
    padding: 18px 0;
  }
  /* center everything on small screens */
  .banner.contact-banner .banner-left {
    align-items: center;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner.contact-banner h1 {
    font-size: 26px;
  }
  .banner.contact-banner h3 {
    font-size: 15px;
  }
  .banner.contact-banner .hero-subtext {
    font-size: 14px;
  }
  .banner.contact-banner .hero-pills {
    justify-content: center;
  }
  .banner.contact-banner button {
    display: inline-block;
  }
}
