/* Contact CSS */
@import url(https://db.onlinewebfonts.com/c/3362c44fac2b8b52f505e23a41388b4e?family=Britti+Sans+Trial+Light);
@font-face {
    font-family: "Britti Sans Trial Light";
    src: url("https://db.onlinewebfonts.com/t/3362c44fac2b8b52f505e23a41388b4e.eot");
    src: url("https://db.onlinewebfonts.com/t/3362c44fac2b8b52f505e23a41388b4e.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/3362c44fac2b8b52f505e23a41388b4e.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/3362c44fac2b8b52f505e23a41388b4e.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/3362c44fac2b8b52f505e23a41388b4e.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/3362c44fac2b8b52f505e23a41388b4e.svg#Britti Sans Trial Light")format("svg");
}
body{
    background-color: #F6F8FA !important;
    font-family: "Inter", sans-serif;
}


  /* Contact Hero Section Start  */
 

  .contact-hero-heading-bg-image {
    max-width: 1408px;
    height: 414px;
    margin: 0px 16px 12px 16px;

}

.contact-hero-heading-bg-image{
    background-image: url("../images/contact/contact-bg-image.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    border-radius: 20px;
}

.contact-hero-heading {
    padding-top: 136px;
    padding-bottom: 110px;
    padding-left: 66px;
    padding-right: 9px;
    width: 45%;
}
.contact-hero-heading h2 {
    font-size: 64px;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -1.92px;
    font-family: 'Inter';
    color: #FFFFFF;
}

.contact-hero-heading p{
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0px;
    color: #fff;
    font-family: 'Satoshi';
    margin-top: 8px;
} 

/* Responsive Design */
@media only screen and (max-width: 767px) {
    .contact-hero-heading{
        padding: 50px 30px !important;
        width: 100%;
    }

    .contact-hero-heading h2{
        font-size: 32px;
        padding-top: 15px;
    }

    .contact-hero-heading p{
        font-size: 16px;
        padding-bottom: 5px;
    }

    .contact-hero-heading-bg-image{
      height: auto;
      background-size: cover;
    }
}

@media (min-width: 768px) and (max-width: 991px){
  .contact-hero-heading-bg-image{
    height: auto;
    background-size: cover;
  }
  .contact-hero-heading{
    padding: 50px;
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  .contact-hero-heading-bg-image{
    background-size: cover;
  }
}

  /* Contact Hero Section End */

  

  /* Contact Us Section Start  */
  .contact-us-hero {
    padding: 104px;
    background-color: #F2F4F7;
    box-shadow: 0px 4px 8px -1px rgba(13, 13, 18, 0.02);
    border-radius: 20px;
    max-width: 1408px;
    height: 752px;
    margin: 0px 16px 12px 16px;
}

.contact-us-hero {
    background-image: url(../images/contact/contact-ellipse.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100%;
}
  
  .contact-us-hero-container {
    display: flex;
    justify-content: space-between;
    gap: 98px;
}
  
  .contact-us-hero-form {
    width: 50%;
    padding: 24px;
    background: #fff;
    border-radius: 32px;
}
.contact-us-hero-image-qoute-heading-text {
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-us-hero-qoute-heading-text h5 {
    color: #0D0D12;
    font-size: 24px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.48px;
    font-family: 'Inter';
}
.contact-us-hero-qoute-heading-text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    color: #667085;
    letter-spacing: -0.28px;
    font-family: 'Inter';
}

.contact-us-hero-form-column {
    border: 1px solid #E6E8ED;
    border-radius: 24px;
    padding: 32px;
}

.contact-us-hero-quote-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-us-hero-form-grid-row
 {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.contact-us-hero-input-group-message {
    display: inline-grid;
    width: 100%;
}

.contact-us-hero-quote-form button {
    background-color: #0D0D12;
    color: #fff;
    padding: 16px;
    border-radius: 9999px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0px;
    font-family: 'Inter';
    cursor: pointer;
}

.contact-us-hero-quote-form label {
    color: #818898;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.28px;
    font-family: 'Inter';
    margin-bottom: 4px;
}

.contact-us-hero-quote-form .wpcf7-submit {
    border-radius: 30px !important;
}



.contact-us-hero-quote-form input,
.contact-us-hero-quote-form textarea {
    padding: 12px 12px;
    box-shadow: 0px 0px 0px 1px rgba(9, 25, 72, 0.13), 0px 1px 2px 0px rgba(18, 55, 105, 0.08);
    outline: none;
    resize: none;
    border: none;
    border-radius: 12px;
}

.contact-us-hero-quote-form input::placeholder,
.contact-us-hero-quote-form textarea::placeholder {
        font-size: 16px;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.32px;
        color: #98A2B3;
        font-family: 'Inter';
    }


    .contact-us-hero-heading h3 {
        font-size: 36px;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.89px;
        font-family: 'Satoshi';
        color: #101828;
        margin-bottom: 24px;
    }

    .contact-us-hero-card {
        background: #FFFFFF;
        padding: 32px;
        border-radius: 24px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        gap: 24px;
    }

    .contact-us-hero-card:last-child {
        margin-bottom: 0px !important;
    }

    .contact-us-hero-card-item-content h5 {
        font-size: 20px;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -0.6px;
        font-family: 'Inter';
        color: #0D0D12;
        margin-bottom: 10px;
    }

    .contact-us-hero-card-item-content p {
        font-size: 14px;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.28px;
        font-family: 'Inter';
        color: #667085;
    }

    .contact-us-hero-card-item-content p a{
        color: #667085;
    }

  
  /* Responsive */
  @media only screen and (max-width: 767px) {
    .contact-us-hero{
        height: auto;
        padding: 50px 10px;
    }

    .contact-us-hero-container{
        flex-direction: column;
        gap: 49px;
    }

    .contact-us-hero-form{
        width: 100%;
    }

    .contact-us-hero-form-grid-row{
        flex-direction: column;
    }

    .contact-us-hero-quote-form input, .contact-us-hero-quote-form textarea{
        width: 100%;
    }

    .contact-us-hero-image-qoute-heading-text{
        padding-bottom: 20px;
    }
  }

  @media (min-width: 768px) and (max-width: 991px){
    .contact-us-hero{
      height: auto;
      padding: 50px;
    }

    .contact-us-hero-container{
      flex-direction: column;
    }
    .contact-us-hero-form{
      width: 100%;
    }
    .contact-us-hero-form-grid-row{
      flex-direction: column;
    }
    .contact-us-hero-input-group-fname,
    .contact-us-hero-input-group-lname,
    .contact-us-hero-input-group-email,
    .contact-us-hero-input-group-phone{
      display: grid;
    }
  }

  @media (min-width: 992px) and (max-width: 1199px){
    .contact-us-hero-container{
      gap: 49px;
    }

    .contact-us-hero{
      padding: 70px;
    }

    .contact-us-hero-form{
      width: 100%;
    }
  }
  
  /* Contact Us Section End */