/* Contact Page Specific Styles */
.contact-address .hd {
    letter-spacing: 1px;
}

.contact-address p {
    line-height: 1.8;
}

.contact-address h4 img {
    width: 20px;
}

.get_in_touch.contact .box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.get_in_touch.contact .bg-gray {
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact_form .form-control {
    border-radius: 4px;
    padding: 12px 15px;
    height: auto;
    border: 1px solid #ddd;
}

.contact_form .btn {
    padding: 12px 30px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .get_in_touch.contact .pl-5 {
        padding-left: 15px !important;
    }

    .get_in_touch.contact .box {
        border-left: none !important;
        border-top: 3px solid #ff6f27;
        padding-left: 0 !important;
        padding-top: 20px;
        margin-bottom: 30px;
    }
}