/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 22 2026 | 04:35:42 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


@font-face {
                font-family: "Raleway";
                src: url("' . esc_url($font_woff2) . '") format("woff2"),
                     url("' . esc_url($font_woff) . '") format("woff");
                font-weight: normal;
                font-style: normal;
                font-display: swap;
            }

            html, body {
                font-family: "Raleway", Arial, sans-serif !important;
            }

            .custom-container,
            .content-wrapper,
            .content-area,
            .consultation-sticky-box,
            #consultation-banner {
                font-family: "Helvetica", Arial, sans-serif !important;
            }

            .custom-container {
                padding: 0 20px;
                box-sizing: border-box;
            }

            @media (max-width: 768px) {
                .custom-container {
                    padding: 0;
                }
            }

            .content-wrapper {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                gap: 30px;
                align-items: flex-start;
            }

            .content-area {
                flex: 1;
                min-width: 0;
                font-size: 18px;
                font-weight: 400;
                color: #333;
            }

            .content-area h1 {
                font-size: 32px;
                font-weight: 700;
                color: #000;
                margin-bottom: 20px;
            }

            .content-area h2 {
                font-size: 26px;
                font-weight: 600;
                margin-bottom: 15px;
            }

            .content-area h3 {
                font-size: 22px;
                font-weight: 600;
                margin-bottom: 12px;
            }

            .content-area h4 {
                font-size: 20px;
                font-weight: 600;
                margin-bottom: 10px;
            }

            .content-area p {
                font-size: 18px;
                line-height: 1.6;
                margin-bottom: 18px;
            }

            .consultation-sticky-box {
                max-width: 450px;
                width: 100%;
            }

            .sticky {
                position: sticky;
                top: 80px;
                margin-top: 15px;
            }

            #consultation-banner {
                background-color: #000;
                color: #fff;
                padding: 20px;
                border-radius: 6px;
                box-shadow: 0 0 10px rgba(0,0,0,0.15);
                text-align: center;
            }

            #consultation-banner h2 {
                font-size: 28px !important;
                margin-bottom: 6px !important;
                font-weight: 700 !important;
                color: #fff !important;
                line-height: 1.3 !important;
            }

            #consultation-banner .wpcf7-form {
                text-align: left;
            }

            #consultation-banner .wpcf7-form label {
                color: #fff !important;
                font-size: 16px !important;
                font-weight: 500 !important;
                display: block !important;
                margin-bottom: 4px !important;
                margin-top: 0 !important;
            }

            /* FIX: Remove all p tag spacing inside CF7 form */
            #consultation-banner .wpcf7-form p,
            #consultation-banner .wpcf7 p,
            #consultation-banner p {
                margin: 0 !important;
                padding: 0 !important;
                color: #fff !important;
                line-height: 1 !important;
            }

            /* FIX: Remove br tags spacing */
            #consultation-banner .wpcf7-form br {
                display: none !important;
            }

            /* Two column layout inside banner */
            #consultation-banner .two-columns {
                display: flex !important;
                gap: 10px !important;
                margin-bottom: 10px !important;
                margin-top: 0 !important;
            }

            #consultation-banner .two-columns .column {
                flex: 1 !important;
                min-width: 0 !important;
            }
           
		   #consultation-banner .two-columns {
    display: flex !important;
    gap: 10px !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
}

            /* Time split */
            #consultation-banner .time-split {
                display: flex !important;
                gap: 6px !important;
                margin-top: 0 !important;
            }

            #consultation-banner .time-left {
                flex: 70% !important;
            }

            #consultation-banner .time-right {
                flex: 30% !important;
            }

            /* ALL inputs and selects */
            #consultation-banner .wpcf7-form input[type="text"],
            #consultation-banner .wpcf7-form input[type="email"],
            #consultation-banner .wpcf7-form input[type="tel"],
            #consultation-banner .wpcf7-form input[type="number"],
            #consultation-banner .wpcf7-form textarea,
            #consultation-banner .wpcf7-form select,
            #consultation-banner select[name="appointment-date"] {
                width: 100% !important;
                padding: 10px 12px !important;
                border-radius: 4px !important;
                border: 1px solid #ddd !important;
                background-color: #fff !important;
                color: #333 !important;
                font-size: 16px !important;
                margin: 0 !important;
                box-sizing: border-box !important;
                appearance: auto !important;
                display: block !important;
            }

            #consultation-banner .wpcf7-form input::placeholder,
            #consultation-banner .wpcf7-form textarea::placeholder {
                color: #999 !important;
            }

            #consultation-banner .wpcf7-form select option {
                color: #333 !important;
                background-color: #fff !important;
            }

            /* Label above date and time */
            #consultation-banner .two-columns .column > label {
                color: #fff !important;
                font-size: 16px !important;
                display: block !important;
                margin-bottom: 4px !important;
            }

            /* Submit button */
            #consultation-banner .wpcf7-submit,
            #consultation-banner .btn-hover-1 input[type="submit"] {
                background-color: #FFD500 !important;
                color: #000 !important;
                font-family: "Helvetica", Arial, sans-serif !important;
                font-weight: 700 !important;
                font-size: 16px !important;
                padding: 12px 24px !important;
                border: none !important;
                border-radius: 4px !important;
                cursor: pointer !important;
                transition: background-color 0.3s ease !important;
                width: 100% !important;
                margin-top: 12px !important;
                letter-spacing: 0.3px !important;
                display: block !important;
            }

            #consultation-banner .wpcf7-submit:hover,
            #consultation-banner .wpcf7-submit:focus {
                background-color: #e6c800 !important;
                color: #000 !important;
                outline: none !important;
            }

            #consultation-banner .wpcf7-not-valid-tip {
                color: #ff6b6b !important;
                font-size: 16px !important;
            }

            #consultation-banner .wpcf7-response-output {
                color: #fff !important;
                border-color: #FFD500 !important;
                font-size: 16px !important;
                margin-top: 10px !important;
            }

            /* btn-hover-1 wrapper margin */
            #consultation-banner .btn-hover-1 {
                margin-top: 4px !important;
            }

            @media (max-width: 1024px) {
                .content-wrapper {
                    flex-direction: column;
                }

                .consultation-sticky-box {
                    max-width: 100%;
                    position: static;
                    margin-top: 20px;
                }

                .sticky {
                    position: static;
                    margin-top: 15px;
                }
				
            }
