/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1781259177
Updated: 2026-06-12 10:12:57

*/
#top-header-bar{
	background-color: #16163f;
}
span.emd-span {
    color: #362d7e;
}
.specialty-button-style> a{
	width: 100%;
}

/* Container Background & Typography */
.provider-challenge-form {
    background: linear-gradient(135deg, #3b337c 0%, #635fa3 50%, #4a539b 100%);
    padding: 40px 40px 20px 40px;
    border-radius: 8px;
    color: #ffffff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    max-width: 750px;
    margin: 0 auto;
}

body .wpcf7-form .provider-challenge-form h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 59px;
    margin-top: 0;
}

/* Checkbox Lists styling */
.provider-challenge-form .checkbox-group .wpcf7-list-item {
    display: block;
    margin: 0 0 15px 0;
}

.provider-challenge-form .checkbox-group label {
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.provider-challenge-form .checkbox-group input[type="checkbox"] {
    margin-right: 15px;
    width: 18px;
    height: 18px;
    cursor: pointer;
	margin-bottom: 0 !important;
}
body .wpcf7-form .provider-challenge-form  span.wpcf7-list-item-label{
	color:#fff !important;
	font-size: 16px;
	font-weight: 400;
}

/* 3-Column Inputs Layout */
.provider-challenge-form .input-row {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.provider-challenge-form .input-field {
    flex: 1;
}

.provider-challenge-form .input-field input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    background-color: #ffffff;
    color: #333333;
    font-size: 16px;
    box-sizing: border-box;
}

.provider-challenge-form .input-field input::placeholder {
    color: #a0a0a0;
}

/* Submit Button Layout */
.provider-challenge-form .submit-row {
    width: 100%;
}

.provider-challenge-form .btn-consultation {
    width: 100%;
    background-color: #2b2566;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.provider-challenge-form .btn-consultation:hover {
    background-color: #1e1a47;
}
body .wpcf7-form .provider-challenge-form .submit-row .wpcf7-submit{
	padding: 14px 20px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #fff;
	line-height: 1;
	background-color:#362d7d;
}
.provider-challenge-form .input-field .wpcf7-form-control-wrap .wpcf7-form-control{
	    padding: 0 14px !important;
	    height: 41px !important;
}
.provider-challenge-form .submit-row .wpcf7-submit{
	margin-bottom: 0px !important;
}
/* Responsive styling for smaller screens */
@media (max-width: 768px) {
    .provider-challenge-form .input-row {
        flex-direction: column;
        gap: 10px;
    }
}
.h-top-icon-boxes-wrap h3{
	margin-top:0;
}
.testimonial-slider-wrap .swiper-pagination{
bottom:-40px !important;
}
.testimonial-slider-wrap .swiper{
	overflow: visible !important;
}


/* Container Frame Reset */
.pricing-calculator-form {
    max-width: 750px;
    margin: 40px auto;
    font-family: 'Poppins', 'Arial', sans-serif;
    box-sizing: border-box;
}

/* Neutralize CF7 Formatting Hooks inside the Calculator */
.pricing-calculator-form p,
.pricing-calculator-form span.wpcf7-form-control-wrap {
    margin: 0 !important;
    padding: 0 !important;
    display: contents !important;
}
.pricing-calculator-form br {
    display: none !important;
}

/* Base Slider Canvas Area */
.slider-container {
    position: relative;
    margin-bottom: 60px;
    padding-top: 140px; /* Essential vertical clearance for the badge */
    width: 100%;
    display: block !important;
}

/* Perfecting the Floating Tooltip Box Component */
.slider-tooltip {
    position: absolute;
    top: 10px;
    left: 0; 
    /* The CSS transform works alongside JS to center the element dynamically */
    transform: translateX(-50%); 
    background: #ffffff !important;
    border: 2.5px solid #2e2474 !important;
    border-radius: 12px !important;
    padding: 14px 10px !important;
    width: 130px !important; /* Slightly wider to keep text on clear single lines */
    text-align: center;
    box-shadow: 0 6px 20px rgba(46, 36, 116, 0.15);
    z-index: 10;
    box-sizing: border-box;
    transition: left 0.1s ease-out; /* Smooth slide tracking feel */
}

.slider-tooltip div {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
}
.slider-tooltip .tooltip-prefix { 
    font-size: 14px !important; 
    color: #666666 !important; 
    font-weight: 500;
}
.slider-tooltip .tooltip-value { 
    font-size: 26px !important; 
    font-weight: 700 !important; 
    color: #111111 !important; 
    margin: 4px 0 !important;
}
.slider-tooltip .tooltip-suffix { 
    font-size: 14px !important; 
    color: #666666 !important;
    font-weight: 500;
}

/* The Triangle Arrow Pointer */
.slider-tooltip::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #2e2474 transparent;
    display: block;
    width: 0;
    height: 0;
}

/* Continuous Solid Background Track Bar */
.slider-track-wrapper {
    position: relative;
    width: 100%;
    height: 10px;
    background: #2e2474 !important;
    border-radius: 6px;
    margin-bottom: 25px;
    display: block !important;
}

/* Interactive Input Range Element Override */
.slider-track-wrapper input[type="range"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 100% !important;
    height: 10px !important;
    background: transparent !important; 
    border: none !important; 
    outline: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

/* Slider Thumb Handle - Universal Browsers Support */
.slider-track-wrapper input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: #2e2474 !important;
    border: 2px solid #ffffff !important;
    cursor: pointer !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H1.5a.5.5 0 0 0 0 1h13a.5.5 0 0 0 .5-.5zM4.854 4.854a.5.5 0 1 0-.708-.708L1.293 7.000l2.853 2.854a.5.5 0 0 0 .708-.708L2.707 7.5H13.293l-2.146 2.146a.5.5 0 0 0 .708.708l2.853-2.854-2.853-2.854a.5.5 0 0 0-.708.708L13.293 6.5H2.707l2.147-2.146z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.slider-track-wrapper input[type="range"]::-moz-range-thumb {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: #2e2474 !important;
    border: 2px solid #ffffff !important;
    cursor: pointer !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H1.5a.5.5 0 0 0 0 1h13a.5.5 0 0 0 .5-.5zM4.854 4.854a.5.5 0 1 0-.708-.708L1.293 7.000l2.853 2.854a.5.5 0 0 0 .708-.708L2.707 7.5H13.293l-2.146 2.146a.5.5 0 0 0 .708.708l2.853-2.854-2.853-2.854a.5.5 0 0 0-.708.708L13.293 6.5H2.707l2.147-2.146z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* Horizontal Axis Indicator Text Labels */
.slider-labels {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    width: 100% !important;
    margin-top: 15px !important;
    padding: 0 5px !important;
}
.slider-labels span {
    font-size: 14px !important;
    color: #2e2474 !important;
    font-weight: 600 !important;
}

/* Fields Grid Layout Frame */
.form-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px !important;
    margin-top: 40px !important;
}
.form-field input {
    width: 100% !important;
    padding: 14px 15px !important;
    border: 1px solid #cccccc !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
}

/* Call to Action Button Row */
.form-submit-row { 
    margin-top: 30px !important;
    display: block !important;
}
.form-submit-row input[type="submit"] {
    width: 100% !important;
    background-color: #2e2474 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 16px !important;
    font-weight: bold !important;
    font-size: 15px !important;
    letter-spacing: 1.5px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
}

@media (max-width: 600px) {
    .form-grid { grid-template-columns: 1fr !important; }
}

    .text-image {
        background-image: url(/wp-content/uploads/2026/06/Flag-of-united-states-of-america.png);
        color: transparent;
        text-align: center;
        background-size: 70px;
        background-position: center left;
        background-repeat: no-repeat;
        -webkit-text-stroke: 1px #333;
        -webkit-background-clip: text;
    }

/* Parent Wrapper Reset */
.consultation-inline-form {
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Poppins', 'Arial', sans-serif;
    box-sizing: border-box;
}

/* Neutralize any embedded paragraph tags created by CF7 formats */
.consultation-inline-form p,
.consultation-inline-form span.wpcf7-form-control-wrap {
    margin: 0 !important;
    padding: 0 !important;
    display: contents !important;
}
.consultation-inline-form br {
    display: none !important;
}

/* 3-Column Inputs Layout Grid */
.consultation-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    width: 100% !important;
    margin-bottom: 25px !important;
}

/* Designing Input Fields matching image_679761 */
.consultation-field input {
    width: 100% !important;
    padding: 14px 18px !important;
    border: 1.5px solid #2e2474 !important; /* Brand Identity Purple Border Line */
    border-radius: 6px !important;
    font-size: 16px !important;
    color: #333333 !important;
    background-color: #ffffff !important;
    box-sizing: border-box !important;
    outline: none !important;
    transition: box-shadow 0.2s ease;
}
.consultation-field input::placeholder {
    color: #b0b0b0 !important;
    font-weight: 400;
}
.consultation-field input:focus {
    box-shadow: 0 0 6px rgba(46, 36, 116, 0.2) !important;
}

/* Bottom Actions Arrangement Row */
.consultation-footer-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 30px !important;
    width: 100% !important;
}

/* Action Button Details */
.submit-column {
    flex-shrink: 0 !important;
}
.submit-column input[type="submit"] {
    background-color: #2e2474 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 16px 28px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
}
.submit-column input[type="submit"]:hover {
    background-color: #1e1654 !important;
}

/* Interactive Badge Configuration Row alignment */
.rating-column {
    display: flex !important;
    align-items: center !important;
}
.google-badge {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}
.google-icon {
    width: 38px !important;
    height: 38px !important;
    display: block !important;
}
.rating-text-box {
    display: flex !important;
    flex-direction: column !important;
    line-height: 1.2 !important;
}
.rating-title {
    font-size: 14px !important;
    color: #444444 !important;
    font-weight: 600 !important;
}
.rating-stars-row {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-top: 2px !important;
}
.rating-number {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #222222 !important;
}
.stars {
    color: #ffb400 !important; /* Golden Star Color fills */
    font-size: 15px !important;
    letter-spacing: 1px !important;
}

/* Dynamic Structural Adaptability Breaks (Mobile Responsive view) */
@media (max-width: 768px) {
    .consultation-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    .consultation-footer-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 20px !important;
    }
    .submit-column input[type="submit"] {
        width: 100% !important;
        text-align: center !important;
    }
}
.img-float-animation{
	animation: 20s ease-in-out infinite float
}
 @keyframes float {
                50% {
                    transform: translatex(20px) translatey(10px) rotateZ(13deg) scale(.7)
                }

                0% {
                    transform: translatey(0)
                }

                50% {
                    transform: translatex(20px) translatey(50px) rotateZ(13deg) scale(.7)
                }

                100% {
                    transform: translatey(0)
                }
}
.consultation-inline-form .wpcf7-submit{
	margin-bottom: 0 !important;
}
body #mega-menu-wrap-menu-1 {
    background: transparent;
}
body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
   background: transparent;
}

@-webkit-keyframes bmxpulseBtn {
                0% {
                    -webkit-box-shadow: 0 0 0 0 #5149ff
                }

                100% {
                    -webkit-box-shadow: 0 0 0 10px #fafaff
                }
}

@-moz-keyframes pulseBtn {
                0% {
                    -moz-box-shadow: 0 0 0 0 #5149ff
                }

                100% {
                    -moz-box-shadow: 0 0 0 10px #fafaff
                }
}

@keyframes bmxpulseBtn {
                0% {
                    box-shadow: 0 0 0 0 #5149ff
                }

                100% {
                    box-shadow: 0 0 0 10px #fafaff
                }
}
.pulse-style-btn a{
	-webkit-animation-name: pulseBtn;
    -moz-animation-name: pulseBtn;
    animation-name: bmxpulseBtn;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


/* Layout Wrapper */
.pricing-unlock-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    box-sizing: border-box;
}

/* --- Heading Section Styling --- */
.form-header-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
    gap: 20px;
}

.form-main-title {
    color: #312E7C !important; /* Authentic Deep Royal Indigo Blue */
    font-size: 36px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    text-align: center;
    flex-grow: 1;
}

.header-icon-left, 
.header-icon-right {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
}

/* --- Form Body Grid Layout --- */
.form-body-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 25px;
}

.form-cell-full {
    margin-top: 25px;
    margin-bottom: 25px;
}

/* --- Input Elements Styling --- */
.pricing-unlock-container input[type="text"],
.pricing-unlock-container input[type="email"],
.pricing-unlock-container input[type="tel"],
.pricing-unlock-container select,
.pricing-unlock-container textarea {
    width: 100% !important;
    height: 52px;
    padding: 10px 18px !important;
    border: 1px solid #B0B0B0 !important; /* Sleek, crisp borders */
    border-radius: 4px !important;
    font-size: 16px !important;
    color: #333333 !important;
    background-color: #FFFFFF !important;
    box-sizing: border-box !important;
}

/* Textarea height exception */
.pricing-unlock-container textarea {
    height: 140px !important;
    resize: none !important;
}

/* Gray Placeholders */
.pricing-unlock-container ::placeholder {
    color: #A3A3A3 !important;
    opacity: 1 !important;
}

/* Match dropdown text with standard placeholder gray color */
.pricing-unlock-container select {
    color: #A3A3A3 !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%23A3A3A3' d='M1.41 0L6 4.58L10.59 0L12 1.41L6 7.41L0 1.41L1.41 0Z'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
}

/* --- Submit Button Styling --- */
.form-submit-row input[type="submit"] {
    width: 100% !important;
    background-color: #312E7C !important; /* Matches Heading Color */
    color: #FFFFFF !important;
    border: none !important;
    height: 55px;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    border-radius: 0px !important; /* Completely flat edges on button */
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.form-submit-row input[type="submit"]:hover {
    background-color: #24215C !important;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
    .form-header-section {
        flex-direction: column;
        gap: 15px;
    }
    .form-main-title {
        font-size: 26px !important;
        order: 1;
    }
    .header-icon-left { order: 2; }
    .header-icon-right { order: 3; }
    
    .form-body-grid {
        grid-template-columns: 1fr;
        row-gap: 15px;
    }
}

/* Container Frame styling */
.callback-request-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    box-sizing: border-box;
    background-color: #ffffff;
}

/* --- Layout Header Setup --- */
.callback-header-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
}

.callback-icon-left,
.callback-spacer-right {
    width: 80px; /* Forces title perfectly into the visual center */
    display: flex;
    align-items: center;
}

.callback-title-wrapper {
    position: relative;
    text-align: center;
    padding-top: 15px;
}

/* Layered Graphic Squiggle Line */
.header-squiggle {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.85;
    z-index: 1;
}

.callback-main-title {
    color: #312E7C !important; /* Authentic Dark Violet Pearl */
    font-size: 38px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    position: relative;
    z-index: 2;
}

/* --- Grid Fields Architecture --- */
.callback-fields-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 24px;
}

.callback-field-full {
    margin-top: 24px;
    margin-bottom: 30px;
}

/* --- Field Inputs Polish --- */
.callback-request-container input[type="text"],
.callback-request-container input[type="email"],
.callback-request-container input[type="tel"],
.callback-request-container select,
.callback-request-container textarea {
    width: 100% !important;
    height: 54px;
    padding: 10px 16px !important;
    border: 1px solid #CCCCCC !important; /* Crisp thin border design */
    border-radius: 4px !important;
    font-size: 16px !important;
    color: #444444 !important;
    background-color: #FFFFFF !important;
    box-sizing: border-box !important;
}

/* Textarea height adjustments */
.callback-request-container textarea {
    height: 145px !important;
    resize: vertical !important;
}

/* Uniform Placeholder Coloring */
.callback-request-container ::placeholder {
    color: #A6A6A6 !important;
    opacity: 1 !important;
}

/* Selection Box standard custom drop icon adjustment */
.callback-request-container select {
    color: #A6A6A6 !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='%23A6A6A6' d='M0 0l5 5 5-5z'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right 18px center !important;
}

/* --- Left-Aligned Submit Button --- */
.callback-submit-container {
    text-align: left; /* Aligns element cleanly to the left boundary edge */
}

.callback-submit-container input[type="submit"] {
    width: auto !important;
    min-width: 130px;
    background-color: #312E7C !important; /* Perfectly mirrors the branding navy */
    color: #FFFFFF !important;
    border: none !important;
    height: 46px;
    padding: 0 35px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    border-radius: 3px !important;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.callback-submit-container input[type="submit"]:hover {
    background-color: #221F59 !important;
}

/* --- Responsive Layout Rules for Smartphones --- */
@media (max-width: 768px) {
    .callback-header-section {
        flex-direction: column;
        gap: 20px;
    }
    .callback-icon-left {
        justify-content: center;
    }
    .callback-main-title {
        font-size: 28px !important;
    }
    .callback-fields-grid {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }
    .callback-submit-container input[type="submit"] {
        width: 100% !important; /* Spans full width dynamically on phones for better UX */
    }
}

/* Isolated Form Wrapper */
.spec-lookup-form {
    background-color: #f8f9fa; /* Off-white container canvas */
    padding: 30px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}

/* Unique Grid Row Architecture */
.slf-grid-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 20px;
}

.slf-grid-row:last-child {
    margin-bottom: 0;
}

/* Precise Isolated Grid Columns */
.slf-grid-col-6, 
.slf-grid-col-12 {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}

.slf-grid-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.slf-grid-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* Styling Inputs ONLY inside this specific form */
.spec-lookup-form input[type="text"],
.spec-lookup-form input[type="email"],
.spec-lookup-form input[type="tel"] {
    width: 100%;
    height: 52px;
    padding: 10px 18px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: #ffffff;
    color: #2b2b2b;
    font-size: 16px;
    box-sizing: border-box;
}

/* Isolated Placeholder Style */
.spec-lookup-form ::placeholder {
    color: #a6a6a6;
    opacity: 1;
}

/* Styling Button ONLY inside this specific form */
.spec-lookup-form input[type="submit"] {
    width: 100%;
    height: 54px;
    background-color: #31297a; /* Dark navy-purple from image_7f8d7f.png */
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.spec-lookup-form input[type="submit"]:hover {
    background-color: #231d5c;
}

/* Mobile Responsiveness for this form only */
@media (max-width: 600px) {
    .slf-grid-col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .slf-grid-row {
        margin-bottom: 0;
    }
}

/* Container Box Design from image_7ffd88.png */
.demo-schedule-card {
    background: #ffffff;
    padding: 35px 40px;
    border-radius: 4px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    margin: 0 auto;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    box-sizing: border-box;
}

/* Heading Styling */
.demo-schedule-card .form-heading {
    color: #3b2d82; /* Deep Indigo/Purple */
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: left;
}

/* Flexbox Row Alignment */
.demo-schedule-card .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

/* Input Field Formatting */
.demo-schedule-card .form-field {
    flex: 1;
/*     min-width: 200px; */
}

/* Force elements to behave nicely inside CF7 wrappers */
.demo-schedule-card .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* Input & Dropdown Exact Styling */
.demo-schedule-card input[type="email"],
.demo-schedule-card input[type="tel"],
.demo-schedule-card select {
    width: 100%;
    height: 48px;
    padding: 10px 15px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 15px;
    color: #333333;
    background-color: #ffffff;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

/* Styling Placeholders */
.demo-schedule-card input::placeholder {
    color: #999999;
}

/* Select element styling specifics */
.demo-schedule-card select {
    color: #666666;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='%23999999' d='M0 0l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 30px;
}

/* Hover/Focus states */
.demo-schedule-card input:focus,
.demo-schedule-card select:focus {
    border-color: #3b2d82;
    outline: none;
}

/* Button Container Formatting */
.demo-schedule-card .form-submit-btn {
    flex: 0 0 auto;
}

/* Submit Button Style */
.demo-schedule-card input[type="submit"] {
    background-color: #3b2d82;
    color: #ffffff;
    border: none;
    height: 48px;
    padding: 0 35px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.demo-schedule-card input[type="submit"]:hover {
    background-color: #2a1f63;
}

/* Responsive adjustment for tablet/mobile devices */
@media (max-width: 768px) {
    .demo-schedule-card .form-row {
        flex-direction: column;
        align-items: stretch;
    }
    .demo-schedule-card .form-field, 
    .demo-schedule-card input[type="submit"] {
        width: 100%;
    }
}

/* Container Spacing & Typography Setup */
.contact-form-wrapper {
    max-width: 100%;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.contact-form-wrapper .form-heading {
    color: #2b2a75; /* Deep purple brand color match */
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 35px;
}

/* Structural Layout Gaps */
.contact-form-wrapper .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.contact-form-wrapper .form-group {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 18px;
}

/* Grid splits for desktop viewports */
@media (min-width: 768px) {
    .contact-form-wrapper .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Explicit Form Control Definitions */
.contact-form-wrapper .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.15s ease-in-out;
}

/* Consistent Textarea scale */
.contact-form-wrapper textarea.form-control {
    height: 125px;
    resize: vertical;
}

/* Placeholder colors */
.contact-form-wrapper .form-control::placeholder,
.contact-form-wrapper select.form-control {
    color: #a0a0a0 !important;
    opacity: 1;
}

/* Clean Form Focus states */
.contact-form-wrapper .form-control:focus {
    border-color: #2b2a75;
    outline: 0;
}

/* Native drop-down arrow replacement */
.contact-form-wrapper select.form-select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a0a0a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 14px;
}

/* Acceptance layout configuration */
.contact-form-wrapper .form-group-acceptance {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 22px;
}

.contact-form-wrapper .form-group-acceptance .wpcf7-list-item {
    margin: 0;
    display: flex;
    align-items: flex-start;
}

.contact-form-wrapper .form-check-input {
    margin-top: 4px;
    margin-right: 12px;
    flex-shrink: 0;
    cursor: pointer;
}

.contact-form-wrapper .acceptance-text {
    font-size: 13px;
    line-height: 1.5;
    color: #333333;
}

.contact-form-wrapper .acceptance-text a {
    color: #3448ff;
    text-decoration: none;
    font-weight: 500;
}

.contact-form-wrapper .acceptance-text a:hover {
    text-decoration: underline;
}

/* Button UI Rules */
.contact-form-wrapper .btn-submit {
    display: inline-block;
    background-color: #2b2a75;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: none;
    padding: 12px 35px;
    border-radius: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.contact-form-wrapper .btn-submit:hover {
    background-color: #1a1954;
    color: #ffffff;
}
.contact-form-wrapper .form-group-acceptance label{
	display: flex;
	align-items: flex-start;
}

/* Container Base */
.career-form {
    max-width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #000;
}

.career-form .cf7-field-group {
    margin-bottom: 22px;
}

/* Form Titles */
.career-form .form-title-label {
/*     display: block !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    color: #000 !important;
    margin-bottom: 8px !important; */
}
.career-form .form-title-label .req {
    color: #cc0000;
}

/* Neutralize CF7 paragraph & break injections structurally */
.career-form p, 
.career-form .row-flex p {
/*     display: inline !important; */
    margin: 0 !important;
    padding: 0 !important;
	width: 100%;
}
.career-form br {
    display: none !important;
}

/* Row & Grid Frameworks */
.career-form .row-flex {
    display: flex !important;
    gap: 16px !important;
    width: 100% !important;
    flex-wrap: nowrap !important;
}
.career-form .row-flex.split-2 .col-flex {
    flex: 1 1 50% !important;
    width: 50% !important;
}
.career-form .row-flex.single .wpcf7-form-control-wrap {
    width: 100% !important;
}
.career-form .col-flex .wpcf7-form-control-wrap {
    display: block !important;
    width: 100% !important;
}

.career-form .mb-12 { 
    margin-bottom: 12px !important; 
}

/* Input Fields Overrides */
.career-form input[type="text"],
.career-form input[type="email"],
.career-form input[type="tel"],
.career-form select {
    width: 100% !important;
    height: 40px !important;
    padding: 6px 12px !important;
    border: 1px solid #b3b3b3 !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    background-color: #fff !important;
    box-sizing: border-box !important;
}

/* Sub-labels (First, Last, City, etc.) */
.career-form .field-sub-text {
    display: block !important;
    font-size: 12px !important;
    color: #666 !important;
    margin-top: 4px !important;
    line-height: 1.2 !important;
}

/* Checklist Layout Overrides */
.career-form .strict-vertical-checklist .wpcf7-list-item {
    display: flex !important;
    margin: 0 0 12px 0 !important;
	width: 100%;
	align-items: center;
}
.career-form .strict-vertical-checklist .wpcf7-list-item label{
	display: flex !important;
	align-items: center;
}
.career-form .strict-vertical-checklist .wpcf7-list-item-label {
    display: inline-flex !important;
    align-items: center !important;
    font-size: 14px !important;
    color: #333 !important;
    cursor: pointer !important;
}
.career-form .strict-vertical-checklist input[type="checkbox"] {
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
    width: 15px !important;
    height: 15px !important;
    border: 1px solid #999 !important;
    border-radius: 3px !important;
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
}

.career-form .drag-drop-container {
    position: relative !important;
    border: 1px dashed #cccccc !important;
    background-color: #fafafa !important;
    border-radius: 4px !important;
    padding: 30px 24px !important;
    text-align: center !important;
    overflow: hidden;
}
.career-form .drag-drop-container .zone-ui {
    position: relative;
    z-index: 1;
    pointer-events: none; /* Allows click events to pass directly through to the input beneath */
    display: block !important;
}
.career-form .drag-drop-container .upload-arrow {
    display: block !important;
    font-size: 26px !important;
    color: #666 !important;
    line-height: 1 !important;
    margin-bottom: 6px !important;
}
.career-form .drag-drop-container .text-prompt {
    font-size: 13px !important;
    color: #555 !important;
}
.career-form .drag-drop-container .underline-click {
    color: #005fa7 !important;
    text-decoration: underline !important;
}

/* Stretches the native file input tag over the entire styled window frame */
.career-form .file-input-wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 2;
}
.career-form .file-input-wrapper p,
.career-form .file-input-wrapper .wpcf7-form-control-wrap {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}
.career-form .file-input-wrapper input[type="file"] {
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    cursor: pointer !important;
}

/* Submit Action Button Block */
.career-form input[type="submit"] {
    background-color: #005fa7 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 3px !important;
    padding: 10px 24px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    cursor: pointer !important;
    transition: background-color 0.15s ease-in-out !important;
}
.career-form input[type="submit"]:hover {
    background-color: #00467b !important;
}
.career-form .form-title-label span{
	display: inline-block !important;
}
.animated-btn-style{
	animation: 2s ease-in-out infinite float-btn;
}
@keyframes float-btn{
0%{transform:translatey(0)}
50%{transform:translatey(30px)}
100%{transform:translatey(0)}}