/* Contact Page Specific Styles */
.contact-section-new {
    padding: 80px 0;
    background: #fff;
}
.section-title-new {
    font-size: 42px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin-bottom: 20px;
}
.contact-main-wrapper {
    margin-top: 50px;
    background: #fff;
    border-radius: 60px 0 60px 0;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    display: flex;
    flex-wrap: wrap;
}
.contact-info-black-box {
    background: #111;
    color: #fff;
    padding: 60px 50px;
    flex: 1;
    min-width: 350px;
    border-radius: 60px 0 0 0;
}
.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.info-item:last-child {
    margin-bottom: 0;
}
.info-icon {
    background: #ef7f1a;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    flex-shrink: 0;
}
.info-icon i {
    font-size: 28px !important;
    color: #fff !important;
}
.info-text h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    color: #fff;
    text-transform: uppercase;
}
.info-text p {
    margin: 0;
    color: #ccc;
    font-size: 15px;
    line-height: 1.5;
}
.contact-form-white-box {
    background: #fff url('https://upload.wikimedia.org/wikipedia/commons/e/ec/World_map_blank_without_borders.svg') no-repeat center;
    background-size: 80%;
    background-position: 120% center;
    padding: 50px;
    flex: 2;
    min-width: 500px;
}
.form-control-new {
    border: 1px solid #f0f0f0 !important;
    border-radius: 20px !important;
    padding: 15px 25px !important;
    background: #f9f9f9 !important;
    font-size: 16px !important;
    width: 100% !important;
    margin-bottom: 5px !important;
    box-shadow: none !important;
    transition: all 0.3s ease;
    color: #333;
}
.form-control-new:focus {
    outline: none;
    border-color: #ef7f1a !important;
    background: #fff !important;
}
.form-group-new {
    margin-bottom: 25px;
}
.form-label-new {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
}
.iti { width: 100%; margin-bottom: 5px; }
.iti__country-list { z-index: 10; }
/* Fix for flag overlap */
.iti--separate-dial-code .iti__selected-dial-code {
    padding-left: 8px;
}
#phone {
    padding-left: 95px !important;
}

.submit-btn-new {
    background: #fff;
    color: #111;
    padding: 12px 30px;
    border: 1px solid #ddd;
    border-radius: 40px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}
.submit-btn-new .arrow-icon {
    background: #ef7f1a;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.submit-btn-new:hover {
    border-color: #ef7f1a;
    background: #f9f9f9;
}

@media (max-width: 991px) {
    .contact-main-wrapper {
        flex-direction: column;
    }
    .contact-info-black-box {
        border-radius: 60px 0 0 0;
    }
}
