.contact-us-section {
  padding: 60px 150px;
  color: #2c2c2c;
}



.section-contact-page{
    margin-top: 150px;
}
.contact-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  gap: 40px;
}

/* Left Info */
.contact-details {
  flex: 1;
}

.contact-title {
  font-size: 36px;
  margin-bottom: 20px;
}

.contact-details p {
  margin: 8px 0;
  font-size: 15px;
}

.contact-details a {
  color: #1e88e5;
  text-decoration: none;
}

.contact-details a:hover {
  text-decoration: underline;
}

/* Social Links */
.contact-socials {
  margin-top: 15px;
}

.contact-socials a {
  display: inline-block;
  margin-right: 8px;
}

.contact-socials img {
  width: 32px;
  height: 32px;
  border-radius: 4px;
}

/* Form */
.contact-box {
  flex: 1;
}

.contact-form-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form-box input,
.contact-form-box textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  font-size: 15px;
  outline: none;
}

.contact-form-box textarea {
  min-height: 120px;
  resize: vertical;
}

/* Button */
.contact-submit-btn {
  background: #ecb400;
  border: none;
  padding: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  border: 2px solid transparent;
  align-items: center;
}

.contact-submit-btn:hover {
  background: #fff;
  border:2px solid #d89f00;
  color:#d89f00;
  
}

.contact-icon {
  margin-left: 10px;
}







body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #333;
}

.content-section {
  width: 85%;
  
  margin: 20px auto !important;
}

.intro-text {
  font-size: 17px;
  margin-bottom: 0px !important;
  text-align: justify;

}

.section-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0px 0 15px;
  color: #1a1a1a;
}

.body-text {
  /* margin-bottom: 18px; */
    font-size: 18px;
    text-align: justify;
    color: #4a4f57;
}

.sub-title {
  font-size: 22px;
  font-weight: 600;
  margin: 25px 0 10px;
  color: #111;
}

/* Responsive */
@media (max-width: 768px) {
  .content-section {
    width: 90%;
  }

  .section-title {
    font-size: 26px;
  }

  
}




.reach-section {
  background: #4e6171;
  text-align: center;
  padding: 60px 20px;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 50px;
  margin-bottom: 50px;
}

.reach-title {
  font-size: 36px;
  /* letter-spacing: 10px; */
  font-weight: 600;
  margin-bottom: 15px;
}

.reach-subtitle {
  font-size: 17px;
  margin-bottom: 30px;
}

.reach-btn {
  display: inline-block;
  padding: 12px 35px;
  border: 2px solid #e4a400;
  color: #e4a400;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s ease;
}

.reach-btn:hover {
  background: #e4a400;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .reach-title {
    font-size: 28px;
    
  }

  

 
}
