.elementor-1614 .elementor-element.elementor-element-02ccf28{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1614 .elementor-element.elementor-element-be72cb2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1614 .elementor-element.elementor-element-5f1e66e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1614 .elementor-element.elementor-element-2dcf0f3{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1614 .elementor-element.elementor-element-01c0d68{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-1614 .elementor-element.elementor-element-01c0d68 .elementor-heading-title{font-family:"Arial", Sans-serif;font-size:28px;font-weight:600;color:#1A1A1A;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1614 .elementor-element.elementor-element-6e3d22f{font-family:"Roboto", Sans-serif;font-size:16px;font-weight:400;color:#666666;}.elementor-1614 .elementor-element.elementor-element-6e3d22f p{margin-block-end:0px;}.elementor-1614 .elementor-element.elementor-element-5534f7c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1614 .elementor-element.elementor-element-5f1e66e{--width:40%;}.elementor-1614 .elementor-element.elementor-element-2dcf0f3{--width:60%;}}/* Start custom CSS for html, class: .elementor-element-0be3786 *//* ===========================================
   HERO SECTION
   ============================================ */

.quote-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #c41e3a 100%);
    padding: 60px 20px;
    text-align: center;
    color: white;
}

.quote-hero h1 {
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: 700;
}

.quote-hero p {
    font-size: 18px;
    margin: 0;
    opacity: 0.95;
    max-width: 700px;
    margin: 0 auto;
}

/* ============================================
   MAIN CONTENT AREA
   ============================================ */

.quote-container {
    max-width: 1400px;
    margin: -30px auto 60px;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.quote-layout {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    align-items: start;
}

/* ============================================
   OFFICE CONTACT SIDEBAR
   ============================================ */

.contact-sidebar {
    position: sticky;
    top: 20px;
}

.info-card {
    background: white;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

.info-card h2 {
    color: #1a1a1a;
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 3px solid #c41e3a;
}

.info-card p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.response-time {
    background: linear-gradient(135deg, #f0f8ff 0%, #e3f2fd 100%);
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #c41e3a;
    margin-bottom: 25px;
}

.response-time h3 {
    color: #c41e3a;
    font-size: 18px;
    margin-bottom: 8px;
}

.response-time p {
    color: #333;
    font-size: 15px;
    margin: 0;
}

.office-quick-contact {
    background: white;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.office-quick-contact h3 {
    color: #1a1a1a;
    font-size: 20px;
    margin-bottom: 20px;
}

.office-group {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
}

.office-group:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.office-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.office-flag {
    font-size: 28px;
    margin-right: 12px;
}

.office-name {
    color: #c41e3a;
    font-size: 16px;
    font-weight: 600;
}

.contact-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
}

.contact-item .icon {
    font-size: 16px;
    margin-right: 10px;
    min-width: 20px;
    color: #c41e3a;
}

.contact-item a {
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-item a:hover {
    color: #c41e3a;
}

/* ============================================
   QUOTE FORM
   ============================================ */

.quote-form-section {
    background: white;
    padding: 45px;
    border-radius: 12px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}



/* ============================================
   24/7 SUPPORT BANNER
   ============================================ */

.support-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
    padding: 50px 20px;
    text-align: center;
    color: white;
    margin-top: 60px;
}

.support-banner h3 {
    font-size: 26px;
    margin-bottom: 15px;
}

.support-banner p {
    font-size: 16px;
    margin-bottom: 25px;
    opacity: 0.9;
}

.support-contacts {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.support-contact {
    background: rgba(196, 30, 58, 0.2);
    padding: 15px 30px;
    border-radius: 8px;
    border: 2px solid #c41e3a;
    transition: all 0.3s ease;
}

.support-contact:hover {
    background: #c41e3a;
    transform: translateY(-3px);
}

.support-contact a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 1024px) {
    .quote-layout {
        grid-template-columns: 1fr;
    }
    
    .contact-sidebar {
        position: static;
    }
}

@media (max-width: 768px) {
    .quote-hero h1 {
        font-size: 32px;
    }
    
    .quote-hero p {
        font-size: 16px;
    }
    
    .quote-form-section {
        padding: 30px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5534f7c *//* Contact Form 7 Styling for Quote Page */
.wpcf7-form {
    display: grid;
    gap: 25px;
}

.wpcf7-form label {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s ease;
    background: #fff;
}

.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: #c41e3a;
    box-shadow: 0 0 0 3px rgba(196, 30, 58, 0.1);
}

.wpcf7-form textarea {
    min-height: 140px;
    resize: vertical;
}

.wpcf7-form .wpcf7-submit {
    background: #c41e3a;
    color: white;
    padding: 16px 45px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(196, 30, 58, 0.3);
}

.wpcf7-form .wpcf7-submit:hover {
    background: #a01730;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(196, 30, 58, 0.4);
}

/* Success/Error Messages */
.wpcf7-response-output {
    border: 2px solid #4caf50;
    background: #e8f5e9;
    color: #2e7d32;
    padding: 15px;
    border-radius: 6px;
    margin-top: 20px;
}

.wpcf7-not-valid-tip {
    color: #c41e3a;
    font-size: 13px;
    margin-top: 5px;
}

/* Remove spinner */
.wpcf7-spinner {
    display: none;
}
.quote-form-wrapper {
    background: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Arial', sans-serif;
}

.form-title {
    font-size: 28px;
    color: #c41e3a;
    margin-bottom: 5px;
    text-align: center;
}

.form-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    text-align: center;
}

.quote-form-fields label {
    display: block;
    margin-bottom: 18px;
    font-weight: 600;
    color: #1a1a1a;
}

.quote-form-fields input,
.quote-form-fields select,
.quote-form-fields textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    margin-top: 6px;
    transition: 0.3s ease;
}

.quote-form-fields input:focus,
.quote-form-fields select:focus,
.quote-form-fields textarea:focus {
    border-color: #c41e3a;
    box-shadow: 0 0 0 3px rgba(196,30,58,0.1);
    outline: none;
}

.quote-form-fields textarea {
    min-height: 140px;
    resize: vertical;
}

.quote-submit {
    text-align: center;
    margin-top: 25px;
}

.submit-btn {
    background: #c41e3a !important;
    color: #fff !important;
    padding: 16px 45px !important;
    border-radius: 8px !important;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(196,30,58,0.3);
}

.submit-btn:hover {
    background: #a01730 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(196,30,58,0.4);
}

/* Responsive */
@media (max-width: 768px){
    .quote-form-wrapper {
        padding: 25px 20px;
    }
    .form-title {
        font-size: 22px;
    }
}/* End custom CSS */