.elementor-2165 .elementor-element.elementor-element-b0dc0a7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2165 .elementor-element.elementor-element-72cc6b5{width:100%;max-width:100%;z-index:20000000000;}.elementor-2165 .elementor-element.elementor-element-1adf1a1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2165 .elementor-element.elementor-element-1efb207{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-2165 .elementor-element.elementor-element-350af52{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2165 .elementor-element.elementor-element-2cf5fda{width:100%;max-width:100%;top:2px;}body:not(.rtl) .elementor-2165 .elementor-element.elementor-element-2cf5fda{left:0px;}body.rtl .elementor-2165 .elementor-element.elementor-element-2cf5fda{right:0px;}/* Start custom CSS for html, class: .elementor-element-72cc6b5 */body {
    padding-top: 130px;
}
@media (max-width: 1024px) {
    body { padding-top: 90px; }
}
@media (max-width: 480px) {
    body { padding-top: 75px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1efb207 *//* --- Contact Section Styles --- */
.contact-section {
    padding: 80px 5%;
    background-color: #f7f9fc;
}

.contact-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-content-wrapper {
    display: flex;
    gap: 40px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden; /* Ensures rounded corners are visible */
}

/* --- Map &amp; Info Column Styles --- */
.contact-map-info {
    flex: 1;
    padding: 40px;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
}

.contact-map-info h2 {
    font-size: 32px;
    color: #4A55E1;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}

.contact-map-info h3 {
    font-size: 24px;
    color: #333;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}

.map-container {
    width: 100%;
    height: 450px; /* Фіксована висота для карти */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-info-details p {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.contact-info-details i {
    color: #4A55E1;
    margin-right: 15px;
    font-size: 18px;
    width: 20px; /* Fixed width for icon alignment */
}

.contact-info-details p a {
    text-decoration: none;
    color: #555;
    transition: color 0.3s ease;
}

.contact-info-details p a:hover {
    color: #4A55E1;
}

.get-directions-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-image: linear-gradient(to right, #FFC107 0%, #F57C00 100%);

    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 20px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.get-directions-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
}

/* --- Form Section Styles --- */
.contact-form-section {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.contact-form-section h2 {
    font-size: 32px;
    color: #4A55E1;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}

.contact-form-section .section-description {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.contact-form .form-group {
    margin-bottom: 20px;
    position: relative;
}

.contact-form .form-group input,
.contact-form .form-group textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #333;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box; /* Important for padding/border not to affect width */
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
    border-color: #4A55E1;
    outline: none;
    box-shadow: 0 0 0 3px rgba(74, 85, 225, 0.2);
}

.contact-form .form-group textarea {
    resize: vertical; /* Allow vertical resizing only */
}

.contact-form .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkbox-group input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.checkbox-group label {
    font-size: 14px;
    color: #666;
}

.checkbox-group label a {
    color: #4A55E1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.checkbox-group label a:hover {
    text-decoration: underline;
    color: #2C3E50;
}

.submit-button {
    width: 100%;
    padding: 15px;
    background-image: linear-gradient(to right, #FFC107 0%, #F57C00 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.submit-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 25px rgba(245, 124, 0, 0.3);
}

.submit-button i {
    margin-left: 10px;
}

/* --- Responsive adjustments --- */
@media (max-width: 992px) {
    .contact-content-wrapper {
        flex-direction: column;
    }
    .contact-map-info, .contact-form-section {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .contact-section h2 {
        font-size: 28px;
    }
    .contact-map-info h3 {
        font-size: 20px;
    }
    .map-container {
        height: 350px;
    }
    .contact-info-details p, .contact-form-section .section-description {
        font-size: 15px;
    }
    .contact-form .form-group input, .contact-form .form-group textarea {
        padding: 12px 15px;
        font-size: 15px;
    }
    .submit-button {
        font-size: 16px;
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .contact-map-info, .contact-form-section {
        padding: 20px;
    }
    .contact-section h2 {
        font-size: 24px;
    }
    .map-container {
        height: 250px;
    }
    .contact-info-details p, .checkbox-group label {
        font-size: 14px;
    }
}/* End custom CSS */