.contact-us__hero
{
   
    background-image: url(../assets/contact-us-page/conatact-us-banner/2.png);
    background-image:url(../assets/contact-us-page/contact-banner-1.png) ;
}
.contact-us__hero-content
{
    padding:70px 0 80px ;
    max-width: 40%;
}
.contact-us__hero-content h1{
    font-size: 46px;
    font-weight: 600;
    line-height: 1.2;
    margin: 20px 0;
}
.contact-us__form-section
{
    padding: 70px 0px;
}
.contact-us__content--form--wrap
{
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
}
.contact-us__content--form--wrap .info-group
{
    display: flex;
    flex-direction: column;
}
.contact-us__left-block
{
    padding: 32px 28px;
    border-radius: 20px;
    background: linear-gradient(#eff2fa, #e5e9f0);
  
    
    background: linear-gradient(45deg, #dbe5ed75, #eef0f75c);
}
.contact-us__left-block h2,
.contact-us__right-block--form h2{
        font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.contact-us__left-block .info-group
{
    margin-bottom: 20px;
   padding-bottom: 12px;
    border-bottom: 1px solid #dedede;
}
.contact-us__left-block .info-group:last-child
{
    margin-bottom: 0;
       padding-bottom: 0;
    border-bottom: none;
}
.contact-us__left-block .info-title
{
        font-size: 16px;

    color: #333333;
    margin-bottom: 6px;

}
.contact-us__left-block .info-desc
{
    font-size: 18px;
    font-weight: 600;
}
.contact-us__right-block--form
{
     padding: 0;
    border-radius: 20px;
}   
.contact-us__right-block--form h2{
    margin-bottom: 30px;
    padding-bottom: 12px;
    
    border-bottom: 1px solid #dedede;
    
}
.contact-us__form .form-row
{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-bottom: 20px;
}
.contact-us__form .form-textarea
{
     margin-bottom: 20px;
}
.contact-us__form .form-row .form-elements,
.contact-us__form .form-textarea .form-elements
{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact-us__form .form-row .form-elements label,
.contact-us__form .form-textarea .form-elements label
{

        font-size: 14px;
    font-weight: 500;
}
.required-symbol
{
    color: red;
   
}
.contact-us__form .form-row .form-elements .form-control,
.contact-us__form .form-textarea .form-elements .form-control
{
    border: 1px solid rgb(175, 174, 174);
    border-radius: 8px;
    font-size: 14px;
    padding:    12px 24px;
}
.contact-us__left-block
{
    position: relative;
}
 .contact-us__left-block .footer-info-text
{
    position: absolute;
    bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    color: #000000;
    opacity: 0.4;
}

/* ==========================================================================
   CONTACT US PAGE — RESPONSIVE (desktop ≥1200px unchanged)
   ========================================================================== */

@media (max-width: 1199px) {
  .contact-us__hero-content {
    max-width: 55%;
    padding: 64px 0 72px;
  }

  .contact-us__hero-content h1 {
    font-size: clamp(36px, 4vw, 44px);
  }

  .contact-us__form-section {
    padding: 56px 0;
  }

  .contact-us__content--form--wrap {
    gap: 40px;
  }
}

@media (max-width: 991px) {
  .contact-us__hero {
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  .contact-us__hero::before{
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(253, 253, 253, 0.453) 0%, rgb(248 248 248) 30%, rgba(255, 255, 255, 0.303) 55%, rgb(249 247 247 / 83%) 75%);
  }
  .contact-us__hero>*
  {
    position: relative;
    z-index: 1;
  }
  .contact-us__hero-content {
    max-width: none;
    padding: 56px 0 48px;
  }

  .contact-us__hero-content h1,
  .contact-us__hero-content h1.section-title {
    font-size: clamp(30px, 5vw, 40px);
    margin: 16px 0 20px;
    line-height: 1.2;
  }

  .contact-us__hero-content p {
    font-size: 15px;
    line-height: 1.65;
    max-width: none;
  }

  .section-title,
  .contact-us__left-block h2,
  .contact-us__right-block--form h2 {
    font-size: clamp(24px, 3.5vw, 28px);
    line-height: 1.25;
  }

  .contact-us__form-section {
    padding: 48px 0;
  }

  .contact-us__content--form--wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-us__left-block {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .contact-us__left-block .footer-info-text {
    position: static;
    transform: none;
    left: auto;
    display: block;
    margin-top: 20px;
    width: auto;
    text-align: left;
  }

  .contact-us__right-block--form h2 {
    margin-bottom: 24px;
  }

  .contact-us__form .form-row {
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .contact-us__hero-content {
    padding: 48px 0 40px;
  }

  .systems__eyebrow {
    font-size: 12px;
    letter-spacing: 0.14em;
  }

  .contact-us__hero-content h1,
  .contact-us__hero-content h1.section-title {
    font-size: 34px;
    line-height: 1.25;
    letter-spacing: -0.02em;
  }

  .contact-us__hero-content p {
    font-size: 14px;
  }

  .section-title,
  .contact-us__left-block h2,
  .contact-us__right-block--form h2 {
    font-size: 28px;
  }

  .contact-us__form-section {
    padding: 40px 0;
  }

  .contact-us__left-block {
    padding: 20px 16px;
    border-radius: 14px;
  }

  .contact-us__left-block h2,
  .contact-us__right-block--form h2 {
    margin-bottom: 16px;
  }

  .contact-us__left-block .info-title {
    font-size: 14px;
  }

  .contact-us__left-block .info-desc {
    font-size: 16px;
  }

  .contact-us__form .form-row {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }

  .contact-us__form .form-textarea {
    margin-bottom: 16px;
  }

  .contact-us__form .form-row .form-elements .form-control,
  .contact-us__form .form-textarea .form-elements .form-control {
    padding: 12px 16px;
  }

  .contact-us__form .hero__btn {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .contact-us__hero-content {
    padding: 40px 0 32px;
  }

  .contact-us__hero-content h1,
  .contact-us__hero-content h1.section-title {
    font-size: 34px;
  }

  .section-title,
  .contact-us__left-block h2,
  .contact-us__right-block--form h2 {
    font-size: 24px;
  }

  .contact-us__form-section {
    padding: 32px 0;
  }

  .contact-us__left-block {
    padding: 18px 14px;
  }

  .contact-us__form .hero__btn {
    height: 48px;
    font-size: 14px;
  }
      .contact-us__hero::before {
  
        background: linear-gradient(90deg, rgb(253 253 253 / 97%) 0%, rgb(248 248 248 / 64%) 30%, rgb(255 255 255 / 71%) 55%, rgb(249 247 247 / 5%) 75%);
    }
}

@media (max-width: 360px) {
  .contact-us__hero-content h1,
  .contact-us__hero-content h1.section-title {
    font-size: 30px;
  }

  .section-title,
  .contact-us__left-block h2,
  .contact-us__right-block--form h2 {
    font-size: 24px;
  }

  .contact-us__left-block .info-desc {
    font-size: 15px;
  }
}