.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
    background: transparent;
}

/* Container */
.container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Content Section */
.content-section {
    background: transparent;
    padding: 80px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: #1F6E38;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}


/* Gold horizontal lines */
.contact-form hr {
    border: none;
    height: 1px;
    background-color: #C19A61;
    margin: 15px 0;
}

/* Contact Form */
/* Contact Form */
.contact-form {
    background: transparent;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(31, 110, 56, 0.08);
    border: 1px solid #C19A61;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(40px);
    animation: slideInStaggered 0.8s ease-out forwards;
    animation-delay: 0.4s;
    min-height: 700px !important;  /* <-- Change this number */
}

.contact-form .form-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #1F6E38;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.contact-form .form-title::before {
    content: '';
    width: 4px;
    height: 24px;
    background: #C19A61;
    margin-right: 12px;
    border-radius: 2px;
}

.contact-form .info-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #1F6E38;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.contact-form .info-title::before {
    content: '';
    width: 4px;
    height: 24px;
    background: #C19A61;
    margin-right: 12px;
    border-radius: 2px;
}

.contact-form .info-item {
    margin-bottom: 20px;
}

.contact-form .info-label {
    font-weight: 600;
    color: #1F6E38;
    margin-bottom: 5px;
}

.contact-form .info-value {
    color: #495057;
    font-size: 1rem;
}

.contact-form .info-value a {
    color: #C19A61;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-form .info-value a:hover {
    color: #1F6E38;
}

.contact-form:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(31, 110, 56, 0.12);
}

/* Elementor Form Styling */
.contact-form .elementor-field-group {
    margin-bottom: 25px !important;
}

.contact-form .elementor-field-label {
    display: block !important;
    font-weight: 600 !important;
    color: #1F6E38 !important;
    margin-bottom: 8px !important;
    font-size: 0.95rem !important;
    font-family: 'Inter', sans-serif !important;
}

.contact-form .elementor-field-textual,
.contact-form .elementor-field input,
.contact-form .elementor-field textarea,
.contact-form .elementor-field select {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 2px solid rgba(193, 154, 97, 0.3) !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
    font-family: 'Inter', sans-serif !important;
    transition: all 0.3s ease !important;
    background: rgba(255, 255, 255, 0.8) !important;
    box-shadow: none !important;
}

.contact-form .elementor-field-textual:focus,
.contact-form .elementor-field input:focus,
.contact-form .elementor-field textarea:focus,
.contact-form .elementor-field select:focus {
    outline: none !important;
    border-color: #C19A61 !important;
    box-shadow: 0 0 0 3px rgba(193, 154, 97, 0.1) !important;
}

.contact-form .elementor-field-type-textarea textarea {
    resize: vertical !important;
    min-height: 120px !important;
}

.contact-form .elementor-button,
.contact-form .elementor-form .elementor-button {
    background: #C19A61 !important;
    color: white !important;
    border: none !important;
    padding: 14px 32px !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    font-family: 'Inter', sans-serif !important;
}

.contact-form .elementor-button:hover,
.contact-form .elementor-form .elementor-button:hover {
    background: #1F6E38 !important;
    color: white !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(31, 110, 56, 0.3) !important;
}

.contact-form .elementor-message {
    margin-top: 20px !important;
    padding: 15px !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
}

.contact-form .elementor-message.elementor-message-success {
    background: rgba(31, 110, 56, 0.1) !important;
    color: #1F6E38 !important;
    border: 1px solid #1F6E38 !important;
}

.contact-form .elementor-message.elementor-message-danger {
    background: rgba(220, 53, 69, 0.1) !important;
    color: #dc3545 !important;
    border: 1px solid #dc3545 !important;
}

/* Contact Form 7 Styling */
.contact-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 25px;
}

.contact-form .wpcf7-form-control {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 2px solid rgba(193, 154, 97, 0.3) !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
    font-family: 'Inter', sans-serif !important;
    transition: all 0.3s ease !important;
    background: rgba(255, 255, 255, 0.8) !important;
}

.contact-form .wpcf7-form-control:focus {
    outline: none !important;
    border-color: #C19A61 !important;
    box-shadow: 0 0 0 3px rgba(193, 154, 97, 0.1) !important;
}

.contact-form .wpcf7-submit {
    background: #C19A61 !important;
    color: white !important;
    border: none !important;
    padding: 14px 32px !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
}

.contact-form .wpcf7-submit:hover {
    background: #1F6E38 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(31, 110, 56, 0.3) !important;
}

/* Map Container */
.map-container {
    background: transparent;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(31, 110, 56, 0.08);
    border: 1px solid #C19A61;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(40px);
    animation: slideInStaggered 0.8s ease-out forwards;
    animation-delay: 0.6s;
}

.map-container .map-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #1F6E38;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.map-container .map-title::before {
    content: '';
    width: 4px;
    height: 24px;
    background: #C19A61;
    margin-right: 12px;
    border-radius: 2px;
}

.map-container .map-embed {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(31, 110, 56, 0.1);
}

/* Elementor Google Maps Widget Styling */
.map-container .elementor-custom-embed {
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(31, 110, 56, 0.1) !important;
}

.map-container iframe {
    border-radius: 12px !important;
}

/* Equal Height Fix for Elementor Columns */
.elementor-section .elementor-container .elementor-row {
    display: flex !important;
    align-items: stretch !important;
}

.elementor-section .elementor-container .elementor-column {
    display: flex !important;
}

.elementor-section .elementor-container .elementor-column .elementor-column-wrap,
.elementor-section .elementor-container .elementor-column .elementor-widget-wrap {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}

/* Make contact-form elements stretch to full height */
.elementor-widget-html .contact-form {
    height: 100% !important;
    min-height: 500px !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Fix form alignment */
.contact-form .elementor-form .elementor-field-group {
    display: block !important;
    width: 100% !important;
}

.contact-form .elementor-form .elementor-field-group .elementor-field {
    width: 100% !important;
    margin: 0 !important;
}

.contact-form .elementor-form .elementor-form-fields-wrapper {
    display: block !important;
}

/* Scroll Animation Keyframes */
@keyframes slideInStaggered {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .contact-form,
    .map-container {
        padding: 30px;
    }

    .container {
        padding: 0 15px;
    }

    .map-container .map-embed {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.75rem;
    }

    .contact-form,
    .map-container {
        padding: 20px;
    }

    .contact-form .info-title,
    .contact-form .form-title,
    .map-container .map-title {
        font-size: 1.3rem;
    }

    .map-container .map-embed {
        height: 250px;
    }
}/* End custom CSS */