/* contact banner */
.contact-banner {
  position: relative;
  width: 100%;
  height: 250px;
  min-height: 180px;
  background-image: url("../img/contact-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif !important;
}

.contact-banner .contact-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.contact-banner .contact-banner-content {
  position: relative;
  z-index: 2;
  padding-left: 8%;
  padding-right: 20px;
  margin-bottom: 20px;
}

.contact-banner .contact-banner-title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 800;
  margin: 0;
  letter-spacing: -0.5px;
  line-height: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif !important;
}

.contact-banner .contact-svg-divider {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 2;
}

.contact-banner .contact-svg-divider svg {
  position: relative;
  display: block;
  width: 100%;
  height: 64px;
}

@media (max-width: 768px) {
  .contact-banner .contact-banner-title {
    font-size: 1.8rem;
  }

  .contact-banner .contact-banner-content {
    padding-left: 5%;
  }
}
/* contact information section */
.contact-section {
  width: 100%;
  padding: 16px 20px;
  background-color: #ffffff;
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif !important;
  box-sizing: border-box;
}

.contact-container {
  max-width: 1080px;
  width: 80%;
  margin: 0 auto;
}

.contact-main-title {
  font-size: 35px;
  font-weight: 800;
  color: #000000;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.contact-section .heading-line {
  background-image: linear-gradient(180deg, #7cda24 0%, #0b4418 100%);
  height: 10px;
  width: 23%;
  margin-bottom: 40px;
  border-radius: 2px;
  margin-left: 0px;
  margin-top: 20px;
}

.contact-grid {
  display: flex;
  gap: 60px;
  /* margin-left: 20px; */
}

.contact-col {
  /* flex: 1; */
  display: flex;
  flex-direction: column;
}

.person-card {
  margin-bottom: 40px;
  margin-left: 20px;
}

.person-name {
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1em;
  color: #1a1a1a;
  margin: 0 0 4px 0;
}

.person-degree {
  color: #000000;
  margin: 0 0 16px 0;
  letter-spacing: 0.2px;
  font-size: 19px;
  color: #000;
  font-weight: bold;
  display: block;
}

.person-role {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  color: #666;
  line-height: 1;
  margin: 0 0 6px 0;
  text-transform: uppercase;
}

.contact-info {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  margin: 0 0 4px 0;
}

.address-card {
  margin-bottom: 35px;
  margin-left: 0px;
}

.section-subtitle {
  font-family:
    Open Sans,
    Arial,
    sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1em;
  color: #333;
  margin: 0 0 30px 20px;
  text-align: left;
}

.address-body {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3.5px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #ffffff;
}

.contact-icon {
  width: 22px;
  height: 22px;
}

.address-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #666;
}

.address-text p {
  margin: 0 0 3px 0;
}

.address-body .company-name {
     font-weight: 700 !important;
    color: #666 !important;
    text-decoration: none;
    text-shadow: none;
    font-size: 16px !important;
    padding-bottom: 0px;
}
.contact-info a{
  color:#666 !important;
  text-decoration: none !important;
}
.address-text a{
  color:#666 !important;
  text-decoration: none !important;
}
.unit-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 6px !important;
}

.unit-2-card {
  margin-top: 25px;
}

@media (max-width: 868px) {
  .contact-grid {
    flex-direction: column;
    gap: 30px;
  }

  .unit-2-card {
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .contact-container {
    width: 100%;
  }
  .contact-main-title {
    font-size: 1.8rem;
  }

  .section-subtitle {
    font-size: 1.2rem;
  }

  .icon-circle {
    width: 42px;
    height: 42px;
  }

  .contact-icon {
    width: 18px;
    height: 18px;
  }
}

/* contact form css */
.form-section {
  width: 100%;
  padding: 16px 20px;
  background-color: #ffffff;
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
  box-sizing: border-box;
}

.form-container {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.form-title {
  font-size: 2.1rem;
  font-weight: 800;
  color: #242424;
  margin: 0 0 15px 0;
}

.form-subtitle {
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
  font-size: 17px;
  color: #242424;
  line-height: 1.8em;
  margin: 0 auto 25px auto;
  max-width: 750px;
  font-weight: 500;
}

.form-section .heading-line {
  background-image: linear-gradient(180deg, #7cda24 0%, #0b4418 100%);
  height: 8px;
  width: 220px;
  margin: 0 auto 35px auto;
  border-radius: 2px;
}

.error-box {
  display: none;
  text-align: left;
  margin-bottom: 25px;
  font-family:
    Open Sans,
    Arial,
    sans-serif;
}

.error-heading {
  font-family:
    Open Sans,
    Arial,
    sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.7em;
  margin: 15px 0 10px 0;
}

.error-list {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

.error-list li {
  font-size: 14px;
  color: #666;
  margin-bottom: 6px;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  flex: 1;
}

.form-group.full-width {
  width: 100%;
  margin-bottom: 20px;
}

.form-input {
  font-family:
    Open Sans,
    Arial,
    sans-serif;
  width: 100%;
  padding: 14px 16px;
  color: #999;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #333333;
  border-bottom: 2px solid #333;
  border-radius: 0;
  box-sizing: border-box;
  outline: none;
}

.form-input::placeholder {
  color: #6a6a6a;
}

.form-input:focus {
  color: #333;
}

.form-textarea {
  height: 170px;
  resize: vertical;
}

.form-input.error {
  border: 1px solid #ff0000 !important;
}

.captcha-submit-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 10px;
}

.captcha-box {
  display: flex;
  align-items: center;
  gap: 8px;
}

.captcha-text {
  font-size: 0.95rem;
  color: #555555;
}

.captcha-input {
  width: 50px;
  height: 42px;
  border: 1px solid #333333;
  text-align: center;
  font-size: 1rem;
  outline: none;
  box-sizing: border-box;
}

.captcha-input.error {
  border: 1px solid #ff0000 !important;
}

.submit-btn {
  font-family: 'Open Sans', Arial, sans-serif;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #7cda24;
  color: #ffffff;
  border: none;
  padding: 13px 20px;
  font-size: 1.2rem;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.submit-btn::after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free', 'Font Awesome 6 Free', sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  color: #ffffff;
  display: inline-block;
  max-width: 0;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background-color: #7cda24;
  padding-right: 28px;
  padding-left: 28px;
  box-shadow: 0 4px 12px rgba(124, 218, 36, 0.35);
}

.submit-btn:hover::after {
  max-width: 20px;
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 1024px) {
  .form-section .heading-line {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .form-section .heading-line {
    width: 150px;
  }
}

@media (max-width: 600px) {
  .form-row {
    flex-direction: column;
    gap: 20px;
  }

  .captcha-submit-wrapper {
    flex-direction: column;
    align-items: flex-end;
  }
  .form-section .heading-line {
    width: 100px;
  }
  .form-subtitle {
    font-size: 16px;
  }
}
/* location section */
.location-section {
  width: 100%;
  padding-top: 50px;
  background-color: #ffffff;
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
  box-sizing: border-box;
}

.location-container {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.location-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #000000;
  margin: 0 0 15px 0;
}

.location-section .heading-line {
  background-image: linear-gradient(180deg, #7cda24 0%, #0b4418 100%);
  height: 8px;
  width: 250px;
  margin: 0 auto 35px auto;
  border-radius: 2px;
}

.map-wrapper {
  width: 100%;
  line-height: 0;
}

.map-wrapper iframe {
  width: 100%;
  height: 450px;
}

@media (max-width: 1024px) {
  .location-section .heading-line {
    width: 220px;
  }
}

@media (max-width: 768px) {
  .location-title {
    font-size: 1.8rem;
  }

  .map-wrapper iframe {
    height: 350px;
  }

  .location-section .heading-line {
    width: 180px;
  }
}

@media (max-width: 600px) {
  .location-section .heading-line {
    width: 140px;
  }
}
@media (max-width: 490px) {
  .location-section .heading-line {
    width: 100px;
  }
}
