.main-conatct-left{
    width: 40%;
    padding: 0px 15px;
}
.main-conatct-right{
    width: 60%;
    padding: 0px 15px;
}

.contact-info-top .icon {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    flex-shrink: 0;
}

.contact-info-top .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter:
    drop-shadow(-17px 44px 13px rgba(22,182,215,0.00))
    drop-shadow(-11px 28px 12px rgba(22,182,215,0.01))
    drop-shadow(-6px 16px 10px rgba(22,182,215,0.05))
    drop-shadow(-3px 7px 8px rgba(22,182,215,0.09))
    drop-shadow(-1px 2px 4px rgba(22,182,215,0.10));
}

.contact-info {
    border-radius: 15px;
    padding: 30px;
    background: rgb(22 182 215 / 7%);
    border: 2px solid #000;
}

.contact-info:not(:last-child) {
    margin-bottom: 20px;
}

.contact-info-top {
    display: flex;
    align-items: center;
}

.contact-info-top .text h5 {
    margin-bottom: 8px;
}

.contact-info-top p {
    margin-bottom: 0px;
}

.contact-info-top p a {
    color: var(--orange) !important;
    text-decoration: underline !important;
    word-break: break-word;
}


.contact-info-top .email:hover,.contact-info-top p a:hover {
    color: var(--orange) !important;
}
.contact-form-wrap{
    padding: 60px 40px;
    background: #3A3A3A;
    border-radius: 15px;
}
.contact-form-wrap input, .contact-form-wrap select, .contact-form-wrap textarea{
    color: #fff;
}
.contact-form-wrap select option{
    color: #000;
}
.contact-form-wrap input::placeholder, select::placeholder, textarea::placeholder {
    color: #fff;
}
.map-wrapper{
    margin-top: 70px;
    width: 100%;
    padding: 0px 15px;
}
.map-wrapper iframe {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 15px;
}
.contact-form-wrap select{
    filter: brightness(0) invert(1);
}
.contact-form-wrap .wpcf7 form.invalid .wpcf7-response-output{
    color: #fff;
}