.contact-banner {
  background:linear-gradient(180deg, rgba(42, 52, 94, 0.3), rgba(42, 52, 94, 0.3)), url(https://trdp.technocravers.com/wp-content/uploads/2025/07/Contact-Us-Page-Banner.jpg);
  background-size: cover;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-banner-title {
  font-family: 'Futura Hv BT', sans-serif;
  font-size: 48px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cat-hed {
  font-family: Futura Hv BT;
  font-weight: 600;
  font-size: 18.56px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #2A345E;
}
.left-section h2{
  font-family: Mangro;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0;
    color: #2A345E;
}
.contact-hero {
    padding: 60px 0;
    background-color: #f8f9fa;
  }
  
  .subsection-title {
    font-family: Mangro;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 20px;
    color: #2A345E;
  }
  .form-control,.form-select {
    border: none !important;
    border-radius: 0 !important;
    padding: 10px !important;
    outline: none !important;
    box-shadow: none !important;
  }
  .contact-info {
    margin-bottom: 30px;
  }
  
  .contact-detail {
    margin-bottom: 15px;
  }
  .cont-para{
    font-family: Futura Bk BT;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
    color: #2A345E;
  }
  .contact-detail h5 {
    font-family: Mangro;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 20px;
    color: #B7282C;
  }
  
  .contact-detail p {
    font-family: Futura Bk BT;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
    color: #2A345E;
  }
  
  .social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
  }
  
  .social-icon {
    font-size: 24px;
    color: #2A345E;
    text-decoration: none;
  }
  .social-icon:hover{
    color: #2A345E;
  }
  
  .contact-form {
    background-color: #2A345E24;
    padding: 40px 20px;
    border-radius: 0;
  }
  
  .submit-btn {
    background-color: #2A345E;
    color: white;
    padding: 10px 50px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
  }
  
  .submit-btn:hover {
    background-color: #2A345E;
  }
  
  .service-note {
    max-width: 900px;
    margin: auto;
    font-family: Futura Bk BT;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    text-align: center;
    color: #2A345E;
}
  
  
  .map{
    height: 392px;
    background-image: url(../images/map.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  @media (min-width: 768px) and (max-width: 991px) {

.contact-form input::placeholder,
.contact-form textarea::placeholder,
.contact-form select::placeholder {
  font-size: 15px;
}
    .contact-form input,
.contact-form textarea,
.contact-form select {
  font-size: 15px;
}
.left-section h2 {
  font-size: 36px;
  line-height: 42px;
}
  }
  @media (max-width: 768px) {
    .left-section h2 {
      font-size: 36px;
      line-height: 42px;
    }
  }
  @media (max-width: 576px) {
    .contact-banner-title {
      font-size: 36px;
    }
        .contact-banner {        height: 450px;        background: linear-gradient(180deg, rgba(42, 52, 94, 0.3), rgba(42, 52, 94, 0.3)), url(https://trdp.technocravers.com/wp-content/uploads/2025/07/Banner_Contact-Us_600x600-copy.jpg);        background-size: cover;    }
    
  }