.elementor-289 .elementor-element.elementor-element-16cf791{--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;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-4b8ae18 */<style>
    /* Contact Us Page */

    /* Hero Section */
    .lumera-contact-hero {
        position: relative;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        background: linear-gradient(135deg, #1a1d21 0%, #25282d 100%);
        padding: 120px 0 80px 0;
        overflow: hidden;
    }

    .lumera-contact-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at 30% 50%, rgba(186, 126, 90, 0.1) 0%, transparent 60%);
        pointer-events: none;
    }

    .contact-hero-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 40px;
        position: relative;
        z-index: 1;
        text-align: center;
    }

    .contact-hero-title {
        font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
        font-size: 56px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 20px;
        letter-spacing: 3px;
        text-transform: uppercase;
        line-height: 1.2;
    }

    .contact-hero-title span {
        background: linear-gradient(135deg, #ba7e5a 0%, #f9c59c 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .contact-hero-subtitle {
        font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
        font-size: 20px;
        font-weight: 300;
        color: #d2d2d7;
        max-width: 700px;
        margin: 0 auto;
        line-height: 1.7;
    }

    /* Contact Form Section - NOW FIRST */
    .lumera-contact-form {
        position: relative;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        background: #ffffff;
        padding: 80px 0;
    }

    .contact-form-container {
        max-width: 900px;
        margin: 0 auto;
        padding: 0 40px;
    }

    .contact-form-title {
        font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
        font-size: 38px;
        font-weight: 700;
        color: #1a1d21;
        text-align: center;
        margin-bottom: 15px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .contact-form-title span {
        color: #ba7e5a;
    }

    .contact-form-subtitle {
        font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
        font-size: 16px;
        font-weight: 300;
        color: #4a4a4a;
        text-align: center;
        margin-bottom: 40px;
        line-height: 1.7;
    }

    .contact-form-wrapper {
        background: #ffffff;
        border-radius: 16px;
        padding: 50px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
        border: 1px solid rgba(186, 126, 90, 0.1);
    }

    /* ============================================ */
    /* CONTACT FORM 7 STYLING */
    /* ============================================ */

    /* Form Container */
    .contact-form-wrapper .wpcf7 {
        margin: 0;
    }

    .contact-form-wrapper .wpcf7-form {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    /* Form Rows */
    .contact-form-wrapper .wpcf7-form p {
        margin-bottom: 25px;
        position: relative;
    }

    /* Labels */
    .contact-form-wrapper .wpcf7-form label {
        font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #1a1d21;
        display: block;
        margin-bottom: 8px;
        letter-spacing: 0.5px;
    }

    /* Required Asterisk */
    .contact-form-wrapper .wpcf7-form label .wpcf7-form-control-wrap::before,
    .contact-form-wrapper .wpcf7-form label abbr {
        color: #ba7e5a;
        text-decoration: none;
    }

    /* Input Fields */
    .contact-form-wrapper .wpcf7-form input[type="text"],
    .contact-form-wrapper .wpcf7-form input[type="email"],
    .contact-form-wrapper .wpcf7-form input[type="tel"],
    .contact-form-wrapper .wpcf7-form input[type="url"],
    .contact-form-wrapper .wpcf7-form input[type="number"],
    .contact-form-wrapper .wpcf7-form input[type="date"],
    .contact-form-wrapper .wpcf7-form textarea,
    .contact-form-wrapper .wpcf7-form select {
        font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
        width: 100%;
        padding: 14px 18px;
        font-size: 15px;
        color: #1a1d21;
        background-color: #ffffff;
        border: 1px solid #d1d5db;
        border-radius: 8px;
        transition: all 0.3s ease;
        box-sizing: border-box;
        outline: none;
    }

    /* Input Focus State */
    .contact-form-wrapper .wpcf7-form input[type="text"]:focus,
    .contact-form-wrapper .wpcf7-form input[type="email"]:focus,
    .contact-form-wrapper .wpcf7-form input[type="tel"]:focus,
    .contact-form-wrapper .wpcf7-form input[type="url"]:focus,
    .contact-form-wrapper .wpcf7-form input[type="number"]:focus,
    .contact-form-wrapper .wpcf7-form input[type="date"]:focus,
    .contact-form-wrapper .wpcf7-form textarea:focus,
    .contact-form-wrapper .wpcf7-form select:focus {
        border-color: #ba7e5a;
        box-shadow: 0 0 0 3px rgba(186, 126, 90, 0.1);
    }

    /* Placeholder Styling */
    .contact-form-wrapper .wpcf7-form input::placeholder,
    .contact-form-wrapper .wpcf7-form textarea::placeholder {
        color: #9ca3af;
        opacity: 1;
    }

    /* Select Dropdown */
    .contact-form-wrapper .wpcf7-form select {
        cursor: pointer;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%234a5568' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 15px center;
        padding-right: 40px;
    }

    /* Textarea */
    .contact-form-wrapper .wpcf7-form textarea {
        min-height: 140px;
        resize: vertical;
        font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
    }

    /* Submit Button */
    .contact-form-wrapper .wpcf7-form input[type="submit"],
    .contact-form-wrapper .wpcf7-form button[type="submit"] {
        font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
        width: 100%;
        padding: 16px 32px;
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        background: linear-gradient(135deg, #ba7e5a 0%, #d99168 100%);
        border: none;
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.4s ease;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        box-shadow: 0 5px 20px rgba(186, 126, 90, 0.3);
        margin-top: 10px;
    }

    .contact-form-wrapper .wpcf7-form input[type="submit"]:hover,
    .contact-form-wrapper .wpcf7-form button[type="submit"]:hover {
        background: linear-gradient(135deg, #d99168 0%, #ba7e5a 100%);
        box-shadow: 0 8px 30px rgba(186, 126, 90, 0.5);
        transform: translateY(-2px);
    }

    .contact-form-wrapper .wpcf7-form input[type="submit"]:active,
    .contact-form-wrapper .wpcf7-form button[type="submit"]:active {
        transform: translateY(0);
    }

    /* Validation Messages */
    .contact-form-wrapper .wpcf7-not-valid-tip {
        font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
        font-size: 13px;
        color: #dc2626;
        margin-top: 6px;
        display: block;
    }

    .contact-form-wrapper .wpcf7-form-control-wrap {
        position: relative;
        display: block;
    }

    /* Validation Error Border */
    .contact-form-wrapper .wpcf7-not-valid {
        border-color: #dc2626 !important;
    }

    /* Success/Error Messages */
    .contact-form-wrapper .wpcf7-response-output {
        font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
        margin: 25px 0 0 0;
        padding: 16px 20px;
        border-radius: 8px;
        font-size: 15px;
        font-weight: 600;
        text-align: center;
    }

    .contact-form-wrapper .wpcf7-validation-errors {
        background-color: #fef2f2;
        border: 1px solid #fecaca;
        color: #dc2626;
    }

    .contact-form-wrapper .wpcf7-mail-sent-ok {
        background-color: #f0fdf4;
        border: 1px solid #bbf7d0;
        color: #16a34a;
    }

    .contact-form-wrapper .wpcf7-spam-blocked {
        background-color: #fef3c7;
        border: 1px solid #fde68a;
        color: #d97706;
    }

    /* Spinner/Loading */
    .contact-form-wrapper .wpcf7-spinner {
        margin-left: 15px;
        vertical-align: middle;
    }

    /* Checkbox/Radio Styling */
    .contact-form-wrapper .wpcf7-form input[type="checkbox"],
    .contact-form-wrapper .wpcf7-form input[type="radio"] {
        width: auto;
        margin-right: 8px;
        cursor: pointer;
    }

    .contact-form-wrapper .wpcf7-list-item {
        margin: 0 0 8px 0;
    }

    .contact-form-wrapper .wpcf7-list-item-label {
        font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
        font-size: 15px;
        color: #4a4a4a;
        cursor: pointer;
    }

    /* File Upload */
    .contact-form-wrapper .wpcf7-form input[type="file"] {
        font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
        padding: 10px;
        font-size: 14px;
    }

    /* Acceptance Checkbox */
    .contact-form-wrapper .wpcf7-acceptance {
        margin: 20px 0;
    }

    .contact-form-wrapper .wpcf7-acceptance .wpcf7-list-item {
        margin: 0;
    }

    /* Quiz */
    .contact-form-wrapper .wpcf7-form input[type="text"].wpcf7-quiz {
        width: 100px;
    }

    /* reCAPTCHA */
    .contact-form-wrapper .wpcf7-form .grecaptcha-badge {
        margin-top: 20px;
    }

    /* Contact Information Section - NOW SECOND */
    .lumera-contact-info {
        position: relative;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        background: linear-gradient(135deg, #f8f8f8 0%, #ececec 100%);
        padding: 80px 0;
    }

    .contact-info-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 40px;
    }

    .contact-info-title {
        font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
        font-size: 38px;
        font-weight: 700;
        color: #1a1d21;
        text-align: center;
        margin-bottom: 15px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .contact-info-title span {
        color: #ba7e5a;
    }

    .contact-info-subtitle {
        font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
        font-size: 16px;
        font-weight: 300;
        color: #4a4a4a;
        text-align: center;
        margin-bottom: 50px;
        line-height: 1.7;
    }

    .contact-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }

    .contact-card {
        background: #ffffff;
        border: 1px solid rgba(186, 126, 90, 0.2);
        border-radius: 16px;
        padding: 40px 30px;
        text-align: center;
        transition: all 0.4s ease;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    }

    .contact-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(186, 126, 90, 0.15);
        border-color: rgba(186, 126, 90, 0.4);
    }

    .contact-icon {
        width: 70px;
        height: 70px;
        background: linear-gradient(135deg, #ba7e5a 0%, #d99168 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 25px auto;
    }

    .contact-icon svg {
        width: 35px;
        height: 35px;
        fill: #ffffff;
    }

    .contact-card h3 {
        font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
        font-size: 22px;
        font-weight: 700;
        color: #1a1d21;
        margin-bottom: 15px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .contact-card p {
        font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #4a4a4a;
        line-height: 1.8;
        margin-bottom: 8px;
    }

    .contact-card a {
        font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #ba7e5a;
        text-decoration: none;
        transition: color 0.3s ease;
        display: block;
        margin-bottom: 8px;
    }

    .contact-card a:hover {
        color: #d99168;
        text-decoration: underline;
    }

    /* Map Section */
    .lumera-contact-map {
        position: relative;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        background: #ffffff;
        padding: 0;
    }

    .contact-map-container {
        max-width: 100%;
        margin: 0 auto;
    }

    .map-wrapper {
        width: 100%;
        height: 500px;
        position: relative;
        overflow: hidden;
    }

    .map-wrapper iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

    /* Office Hours Section - 24/7 */
    .lumera-office-hours {
        position: relative;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        background: linear-gradient(135deg, #1a1d21 0%, #25282d 100%);
        padding: 60px 0;
    }

    .office-hours-container {
        max-width: 600px;
        margin: 0 auto;
        padding: 0 40px;
        text-align: center;
    }

    .office-hours-title {
        font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
        font-size: 32px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 20px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .office-hours-title span {
        background: linear-gradient(135deg, #ba7e5a 0%, #f9c59c 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .hours-24-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(186, 126, 90, 0.15);
        border: 2px solid rgba(186, 126, 90, 0.4);
        border-radius: 50px;
        padding: 25px 50px;
        margin-top: 10px;
        backdrop-filter: blur(10px);
    }

    .hours-24-text {
        font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
        font-size: 48px;
        font-weight: 700;
        background: linear-gradient(135deg, #ba7e5a 0%, #f9c59c 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        letter-spacing: 3px;
    }

    .hours-subtitle {
        font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
        font-size: 16px;
        font-weight: 300;
        color: #d2d2d7;
        margin-top: 20px;
        line-height: 1.7;
    }

    /* Social Media Section */
    .lumera-social {
        position: relative;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        background: #ffffff;
        padding: 60px 0;
    }

    .social-container {
        max-width: 800px;
        margin: 0 auto;
        padding: 0 40px;
        text-align: center;
    }

    .social-title {
        font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
        font-size: 32px;
        font-weight: 700;
        color: #1a1d21;
        margin-bottom: 15px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .social-title span {
        color: #ba7e5a;
    }

    .social-subtitle {
        font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
        font-size: 16px;
        font-weight: 300;
        color: #4a4a4a;
        margin-bottom: 35px;
        line-height: 1.7;
    }

    .social-links {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .social-link {
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, #ba7e5a 0%, #d99168 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: all 0.4s ease;
        box-shadow: 0 5px 20px rgba(186, 126, 90, 0.3);
    }

    .social-link:hover {
        transform: translateY(-5px) scale(1.1);
        box-shadow: 0 10px 30px rgba(186, 126, 90, 0.5);
    }

    .social-link svg {
        width: 28px;
        height: 28px;
        fill: #ffffff;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
        .contact-grid {
            grid-template-columns: 1fr;
            gap: 30px;
        }
    }

    @media (max-width: 768px) {
        .contact-hero-title {
            font-size: 38px;
        }

        .contact-hero-subtitle {
            font-size: 18px;
        }

        .contact-form-wrapper {
            padding: 35px 25px;
        }

        .map-wrapper {
            height: 350px;
        }

        .hours-24-text {
            font-size: 36px;
        }

        .hours-24-badge {
            padding: 20px 40px;
        }
    }

    @media (max-width: 480px) {
        .lumera-contact-hero,
        .lumera-contact-form,
        .lumera-contact-info,
        .lumera-office-hours,
        .lumera-social {
            padding: 60px 0;
        }

        .contact-hero-container,
        .contact-form-container,
        .contact-info-container,
        .office-hours-container,
        .social-container {
            padding: 0 25px;
        }

        .contact-hero-title {
            font-size: 28px;
            letter-spacing: 2px;
        }

        .contact-hero-subtitle {
            font-size: 16px;
        }

        .contact-form-title,
        .contact-info-title,
        .office-hours-title,
        .social-title {
            font-size: 26px;
        }

        .contact-form-wrapper {
            padding: 30px 20px;
        }

        .map-wrapper {
            height: 300px;
        }

        .hours-24-text {
            font-size: 32px;
        }

        .hours-24-badge {
            padding: 18px 35px;
        }
    }
</style>/* End custom CSS */