.ContactHeroSection{
    background-color: #F2F9FF;
}
.breadcrumbSection, .breadcrumbSection a{
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: #0071B8 !important;
}
.breadcrumbSection span{
    font-weight: 600;
}
.mainTitle{
    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
    color: #272727;
}

.contactContentSection{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 1px solid #0071B84D;
    border-radius: 16px;
    box-shadow: 0px 0px 8px 0px #0000000F;
    padding: 20px;
    background-color: #D2EEFF1A;
}

.contactContentSection .mainContentTitle{
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
    color: #0071B8;
}

.contactItemTitle{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.contactContentSection .contactItemTitle{
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    color: #272727;
}

.contactContentSection .contactItemContent{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #5F6D7E;
}

.contact-form label{
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #272727;
}

.contact-form input,.contact-form textarea{
    border: 1px solid #ACD2EA;
    background-color: #F6FBFF;
    border-radius: 10px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    color: #5F6D7E;
    padding: 20px 15px;
}

.contact-form button{
    background-color: #0071B8 !important;
    border-radius: 100px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
    padding: 15px 40px;
}

.contact-form-content{
    background-color: #FFFFFF;
    border: 1px solid #0071B84D;
    box-shadow: 0px 0px 10px 0px #00000033;
    border-radius: 16px;
    padding: 30px;
}

.rightSectionContent{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rightSectionContent .rightSectionContentTitle{
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
    color: #272727;
}

.rightSectionContent .rightSectionContentDec{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #5F6D7E;
}
