.contact-us-section {
  background: linear-gradient(180deg, #f9fcff 0%, #eef7fb 100%);
  font-family: "Segoe UI", Roboto, sans-serif;
  color: #333;
  display: flex;
  justify-content: center;
}

.contact-us-section-wrapper {
  max-width: 1920px;
  width: 100%;
  /* padding: 80px; */
  padding: 80px 0 80px 0;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .contact-us-section-wrapper {
    padding: 20px 0;
  }
  .contact-us-section .text-image-content {
    padding: 20px !important;
  }
  .contact-us-section .form-section {
    padding: 15px !important;
  }
  .contact-us-section .customer-support,  .contact-us-section .customer-support-wrapper {
    padding-left: 20px !important;
  padding-right: 20px !important;
  } 
  .contact-us-section .map-container {
    padding: 0 20px !important;
}
}

/* Banner */
.contact-us-section .full-width-banner-text-overlay img {
  width: 100%;
  display: block;
}

/* Text + Image Content */
.contact-us-section .text-image-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
  padding: 0 40px;
}

@media (max-width: 991px) {
  .contact-us-section .text-image-content {
    display: flex;
    flex-direction: column;
  }
}

/* Form Section */
.contact-us-section .form-section {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  padding: 30px;
}

.contact-us-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #2fa4ff;
  margin-bottom: 20px;
  position: relative;
}
.contact-us-section h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin-top: 8px;
  background: #50ade3;
  border-radius: 4px;
}

.contact-us-section .form-group {
  margin-bottom: 20px;
}
.contact-us-section .form-group label {
  font-weight: 600;
  color: #444;
  margin-bottom: 6px;
  display: block;
}
.contact-us-section .form-control {
  width: 100%;
  border-radius: 10px;
  padding: 12px 14px;
  border: 1px solid #dcdcdc;
  transition: all 0.3s ease;
}
.contact-us-section .form-control:focus {
  border-color: #50ade3;
  box-shadow: 0 0 0 3px rgba(80,173,227,0.2);
  outline: none;
}

/* Captcha */
.contact-us-section .captcha-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-us-section .captcha-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-us-section .refresh-captcha-icon {
  width: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.contact-us-section .refresh-captcha-icon:hover {
  transform: rotate(180deg);
}

/* Submit */
.contact-us-section .send-btn {
  display: inline-block;
  padding: 14px 40px;
  border-radius: 30px;
  background: #50ade3;
  border: none;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.contact-us-section .send-btn:hover {
  background: #2fa4ff;
  box-shadow: 0 4px 12px rgba(80,173,227,0.4);
}

/* Image Section */
.contact-us-section .image-section {
  position: relative;
}
.contact-us-section .image-section img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.contact-us-section .contact-position-layer {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us-section .center-align {
  color: #eaeaea;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
}
.contact-us-section .center-align span {
  color: #2fa4ff;
  font-size: 28px;
  font-weight: 500;
}

/* Support */
.contact-us-section .customer-support {
  margin-top: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2fa4ff, #50ade3);
  color: #fff;
  padding: 30px 20px;
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;

}

.contact-us-section .customer-support-wrapper {
     padding-left: 40px;
  padding-right: 40px;
}
.contact-us-section .customer-support a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

/* Map */
.contact-us-section .map-container {
    padding: 0 40px;
}
.contact-us-section .map-container iframe {
  border-radius: 12px;
  margin-top: 25px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}
.contact_blk{
  background-color: #01a4ef;
  padding: 20px;
}

.submit_btn {
    color: #fff !important;
    font-size: 22px;
    font-family: "Inter", sans-serif;
    background: #0177FF;
    border: solid 1px #C3C3C3;
    padding: 6px 35px;
    border-radius: 0.375rem;
    width: auto;
    display: flex;
    text-align: center;
    justify-content: center;
    justify-content: center;
    background: #0d6efd;
    border-radius: 50px;
    border-color: transparent;
    font-size: 16px;
    line-height: 34px !important;
    text-decoration: none;
}
.map-container img{
width: 100%;
}
.captcha_blk{
  padding: 12px;
    border-radius: 5px;
        text-align: center;
}
.contact_blk, .contact_blk a{
  color: #fff;
}
.success_message {
    color: #41ad49 !important;
    font-weight: 600;
    font-size: 18px;
}