#wpforms-form-1134{
    background-color: #FFF;
    padding: 40px;
}

#wpforms-1134{
    margin:0 !important;
}

#wpforms-1134 .wpforms-field {
    padding-top: 0px;
    padding-bottom: 24px;
}

#wpforms-form-1134 label{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
}

#wpforms-form-1134 input{
    font-family: 'Poppins', sans-serif;
    height: 40px;
    min-width: 240px;
    width: 100%;
    border-radius: 0px;
    border-color: #1B63FF66;
    max-width: 100%;

}

#wpforms-form-1134 .wpforms-submit-container{
    margin-top: 0px;
}

#wpforms-form-1134 em{
    font-family: 'Poppins', sans-serif;
}

#wpforms-form-1134 textarea{
    font-family: 'Poppins', sans-serif;
    border-radius: 0px;
    border-color: #1B63FF66;
    max-width: 100%;

}

#wpforms-confirmation-1134{
    border: none;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 36px;
}

#wpforms-form-1134 .wpforms-submit{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    background: #000;
    color: #fff;
    border: none;
    height: 68px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.1s ease;
    cursor: pointer;
    width: fit-content;
    border-radius: 0px;
}

.contact-form-section__title{
    margin-bottom: 45px;
}

.contact-form-section{
    background-color: #1B63FF66;
    padding-top: 64px;
    padding-bottom: 64px;
}

.contact-form-section__container{
    display: flex;
    flex-direction: row;
    gap: 33px;
}

.adresss-details-table__value{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: -0.005em;
}

.contact-form-section__content{
    flex: 1;
}

.contact-form-section__form-container{
    flex: 2;
}

.adresss-details__value p {
    margin: 0;
    margin-bottom: 21px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: -0.005em;
}

.adresss-details__value p a {
    color: inherit;
    transition: all 0.3s ease;
    transform: translateX(0);
    display: inline-block;

}

.adresss-details__value p a:hover {
    transition: all 0.3s ease;
    transform: translateX(5px);
}

.contact-details-table .Label2{
    margin-bottom: 21px;
}

/* Mobile responsive - stack vertically on small screens */
@media (max-width: 800px) {
    .contact-form-section__container {
        flex-direction: column;
        gap: 20px; /* Smaller gap on mobile */
    }
}

/* style every placeholder in the form */
#wpforms-form-1134 ::placeholder {
  color: #1B63FF66;       /* any color you like */
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

/* example: only the textarea’s placeholder */
#wpforms-form-1134 textarea::placeholder {
  color: #1B63FF66;
}


