/*
Theme Name:   xstore-child
Theme URI:    https://xstore.8theme.com
Description:  XStore is a multi-purpose theme that offers the ultimate WordPress and WooCommerce synergy
Author:       8theme
Author URI:   https://www.8theme.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
*/

/* Base Styles */
/* Font Import */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');

@import url('footer.css');
@import url('gravity-forms.css');

/* Hero Desktop Spacing */
@media (min-width: 987px) {
    .header-spacing {
   margin-top: 138px !important;
}
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
    text-align: left;
    max-width: 25px;
}
/* Center DIV */
.center-content {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}



/* Global Styles */
.nunito-font, h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', sans-serif !important;
}

.decision-link, a:hover {
    color: #eb1c29;
}

footer.footer, [data-mode="dark"] .footer {
    background: none;
}

.nav-call {
    display: inline-block;
    padding: 1px 13px;
    background: #eb1c29;
    color: white;
    border-radius: 25px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 3px;
}
.content-page, .page-content {
   padding-bottom: 0px;
}

.footer-bottom {
  display: none;
}

/* ============================================
   HERO CTA BUTTON - PRIMARY
   ============================================ */
.hero-phone-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eb1c29;
    color: #ffffff !important;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    transition: all 0.3s;
    border: 2px solid transparent;
    line-height: 1.2;
}

.hero-phone-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: #ffffff !important;
    background: #d01520;
}

/* Secondary Hero Button - White Border Variant */
.hero-secondary-btn {
    background: transparent !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    box-shadow: none;
    height: 60px;
}

.hero-secondary-btn:hover {
    background: rgba(255,255,255,0.1) !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

/* Fix inline icon spacing */
.inline-icon {
    display: inline-flex !important;
    margin-right: 8px !important;
    vertical-align: middle !important;
    align-items: center !important;
}

/* ============================================
   HERO SECTIONS - ALL PAGES
   ============================================ */
.repair-hero-section,
.maintenance-hero-section,
.drain-hero-section,
.careers-hero-section,
.home-hero-section {
    position: relative;
    padding: 0;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 575px;
    display: flex;
    align-items: center;
}
/*
.repair-hero-overlay,
.maintenance-hero-overlay,
.drain-hero-overlay,
.careers-hero-overlay {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1;
}
*/
.repair-hero-overlay, .maintenance-hero-overlay, .drain-hero-overlay, .careers-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.careers-hero-section, .repair-hero-section, .maintenance-hero-section, .drain-hero-section {
    position: relative;
}

.careers-hero-section > * {
    position: relative;
    z-index: 2;
}


.repair-hero-content,
.maintenance-hero-content,
.drain-hero-content,
.careers-hero-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 60px 20px;
}

.repair-hero-badge,
.maintenance-hero-badge,
.drain-hero-badge,
.careers-hero-badge {
    display: inline-block;
    padding: 8px 25px;
    background: #eb1c29;
    color: white;
    border-radius: 25px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 30px;
}

.repair-hero-title,
.maintenance-hero-title,
.drain-hero-title,
.careers-hero-title {
    font-size: 52px;
    font-weight: 800;
    color: #ffffff !important;
    margin-bottom: 20px;
    line-height: 1.2;
    font-family: 'Nunito', sans-serif;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.repair-hero-subtitle,
.maintenance-hero-subtitle,
.drain-hero-subtitle,
.careers-hero-subtitle {
    font-size: 20px;
    color: #ffffff !important;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    line-height: 1.6;
}

/* Hero CTA Container */
.repair-hero-cta,
.drain-hero-cta,
.careers-hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* Stats Row */
.repair-stats-row,
.maintenance-stats-row,
.drain-stats-row,
.careers-stats-row {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.repair-stat,
.maintenance-stat,
.drain-stat,
.career-stat {
    text-align: center;
}

.stat-number {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff !important;
    line-height: 1;
    margin-bottom: 8px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.stat-label {
    font-size: 14px;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
}

/* ============================================
   SECTION STYLES
   ============================================ */
.section-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.section-badge {
    display: inline-block;
    background: #eb1c29;
    color: white;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.section-title {
    color: #000000;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
    font-family: 'Nunito', sans-serif;
}

.section-description {
    color: #555555;
    font-size: 18px;
    line-height: 1.8;
}

/* Service Section Headers */
.services-container {
    max-width: 1200px;
    margin: 0 auto;
}

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

.services-header h2 {
    font-size: 42px;
    color: #000000;
    margin-bottom: 16px;
    font-family: 'Nunito', sans-serif;
}

.services-header p {
    color: #666666;
    font-size: 18px;
}

/* ============================================
   SERVICE CARDS - MAIN STYLE
   ============================================ */
.repair-services-section {
    /*padding: 80px 20px;*/
    background: white;
}

.repair-service-card,
.maintenance-service-card,
.drain-service-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0,0,0,0.1);
    transition: all 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.repair-service-card:hover,
.maintenance-service-card:hover,
.drain-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.service-icon-header {
    padding: 40px 30px;
    text-align: center;
    position: relative;
}

/* Service header gradients */
.service-icon-header.furnace-repair,
.service-icon-header.kitchen-drain,
.service-icon-header.safety-check {
    background: linear-gradient(135deg, #eb1c29 0%, #d01520 100%);
}

.service-icon-header.system-replacement,
.service-icon-header.bathroom-drain,
.service-icon-header.cleaning-adjust {
    background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
}

.service-icon-header.maintenance-service,
.service-icon-header.sewer-drain,
.service-icon-header.testing-analysis {
    background: linear-gradient(135deg, #eb1c29 0%, #555555 100%);
}

.service-icon-header h3 {
    color: white;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    font-family: 'Nunito', sans-serif;
}

.service-card-content {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    flex: 1;
}

.service-feature-list li {
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
    color: #555555;
    font-size: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.service-feature-list li:last-child {
    border-bottom: none;
}

.service-feature-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #eb1c29;
    font-weight: bold;
}

.service-cta-link {
    display: block;
    text-align: center;
    color: #eb1c29;
    font-weight: 700;
    text-decoration: none;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
    transition: all 0.3s;
}

.service-cta-link:hover {
    color: #d01520;
}

/* ============================================
   WARNING/VALUE CARDS
   ============================================ */
.warning-container,
.checklist-container {
    max-width: 1200px;
    margin: 0 auto;
}

.warning-header,
.checklist-header {
    text-align: center;
    margin-bottom: 60px;
}

.warning-header h2,
.checklist-header h2 {
    font-size: 42px;
    color: #000000;
    margin-bottom: 16px;
    font-family: 'Nunito', sans-serif;
}

.warning-header p,
.checklist-header p {
    color: #666666;
    font-size: 18px;
}

.warning-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.warning-card-modern {
    background: white;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.warning-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.warning-icon-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: rgba(235,28,41,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.warning-card-modern h4 {
    color: #000000;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Nunito', sans-serif;
}

.warning-card-modern p {
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
}

/* ============================================
   CTA SECTIONS
   ============================================ */
.repair-cta-section,
.maintenance-cta-section,
.drain-cta-section {
    background: linear-gradient(135deg, #eb1c29 0%, #d01520 100%);
    padding: 80px 20px;
}

.cta-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.cta-container h2 {
    color: white;
    font-size: 42px;
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif;
}

.cta-container p {
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    margin-bottom: 40px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-note {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    margin-top: 30px;
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */
@media (max-width: 768px) {
    /* Hero Sections */
    .repair-hero-section,
    .maintenance-hero-section,
    .drain-hero-section,
    .careers-hero-section {
        min-height: 600px;
    }
    
    .repair-hero-title,
    .maintenance-hero-title,
    .drain-hero-title,
    .careers-hero-title {
        font-size: 36px;
    }
    
    .repair-hero-subtitle,
    .maintenance-hero-subtitle,
    .drain-hero-subtitle,
    .careers-hero-subtitle {
        font-size: 18px;
    }
    
    /* Stats */
    .repair-stats-row,
    .maintenance-stats-row,
    .drain-stats-row,
    .careers-stats-row {
        gap: 30px;
    }
    
    .stat-number {
        font-size: 32px;
    }
    
    /* Hero CTAs */
    .repair-hero-cta,
    .drain-hero-cta,
    .careers-hero-cta {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    
    .repair-hero-cta .hero-phone-cta {
        width: 100%;
        max-width: 300px;
    }
    
    /* Column fixes for WP Bakery */
    .repair-services-section .vc_column-inner {
        width: 100% !important;
        margin-bottom: 30px;
    }
}

/* EMERGENCY BANNER */

/* McAfee Emergency Banner */
.mcafee-emergency-banner {
    background: linear-gradient(135deg, #eb1c29 0%, #d01520 100%);
    padding: 30px 20px;
}

.mcafee-emergency-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.mcafee-emergency-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mcafee-emergency-left i {
    font-size: 40px;
    color: rgba(255,255,255,0.9);
}

.mcafee-emergency-left h3 {
    color: white;
    font-size: 24px;
    margin-bottom: 5px;
    font-family: 'Nunito', sans-serif;
}

.mcafee-emergency-left p {
    color: rgba(255,255,255,0.9);
    margin: 0;
}

.mcafee-emergency-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mcafee-emergency-number {
    font-size: 28px;
    color: white;
    font-weight: 800;
}

.mcafee-emergency-btn {
    background: white;
    color: #eb1c29;
    padding: 16px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s;
}

.mcafee-emergency-btn:hover {
    transform: scale(1.05);
}
/* ============================================
   EMERGENCY BANNER - ORIGINAL STYLES
   ============================================ */
.mcafee-emergency-banner {
    background: linear-gradient(135deg, #eb1c29 0%, #d01520 100%);
    padding: 30px 20px;
}

.mcafee-emergency-content,
.emergency-modern-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.mcafee-emergency-left,
.emergency-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mcafee-emergency-left i,
.emergency-left i {
    font-size: 40px;
    color: rgba(255,255,255,0.9);
}

.mcafee-emergency-left h3,
.emergency-left h3 {
    color: white;
    font-size: 24px;
    margin-bottom: 5px;
    font-family: 'Nunito', sans-serif;
}

.mcafee-emergency-left p,
.emergency-left p {
    color: rgba(255,255,255,0.9);
    margin: 0;
}

.mcafee-emergency-right,
.emergency-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mcafee-emergency-number,
.emergency-number {
    font-size: 28px;
    color: white;
    font-weight: 800;
}

.mcafee-emergency-btn,
.emergency-btn {
    background: white;
    color: #eb1c29;
    padding: 16px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s;
}

.mcafee-emergency-btn:hover,
.emergency-btn:hover {
    transform: scale(1.05);
}

/* ============================================
   SERVICE AREA SECTION - ORIGINAL STYLES
   ============================================ */
.mcafee-service-area-home {
    padding: 60px 20px;
    background: #f8f9fa;
    text-align: center;
}

.mcafee-area-content {
    max-width: 1200px;
    margin: 0 auto;
}

.mcafee-area-content h2 {
    font-size: 36px;
    color: #000;
    margin-bottom: 40px;
    font-family: 'Nunito', sans-serif;
}

.mcafee-areas-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    max-width: 800px;
    margin: 0 auto 30px;
}

.mcafee-area-item {
    background: white;
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    border: 2px solid transparent;
    transition: all 0.3s;
}

.mcafee-area-item:hover {
    border-color: #eb1c29;
    color: #eb1c29;
}

.mcafee-area-cta {
    font-size: 18px;
    color: #666;
}

.mcafee-area-cta a {
    color: #eb1c29;
    font-weight: 700;
    text-decoration: none;
}

.mcafee-area-cta a:hover {
    text-decoration: underline;
}

/* ============================================
   SHEET METAL HIGHLIGHT BOX
   ============================================ */
.mcafee-sheet-metal-highlight {
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 0 20px;
}

.mcafee-quick-tip-box {
    background: linear-gradient(135deg, rgba(108,117,125,0.05) 0%, rgba(108,117,125,0.02) 100%);
    padding: 25px 30px;
    border-radius: 16px;
    border-left: 4px solid #6c757d;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.mcafee-quick-tip-box i {
    color: #6c757d;
    font-size: 24px;
    margin-top: 3px;
    flex-shrink: 0;
}

.mcafee-quick-tip-box .tip-content {
    flex: 1;
}

.mcafee-quick-tip-box strong {
    color: #000;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 5px;
}

.mcafee-quick-tip-box .sheet-metal-link {
    color: #eb1c29;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.mcafee-quick-tip-box .sheet-metal-link:hover {
    text-decoration: underline;
}

/* ============================================
   RESPONSIVE STYLES FOR HOMEPAGE SECTIONS
   ============================================ */
@media (max-width: 768px) {
    .mcafee-emergency-content,
    .emergency-modern-content {
        flex-direction: column;
        text-align: center;
    }
    
    .mcafee-emergency-left,
    .emergency-left {
        flex-direction: column;
    }
    
    .mcafee-quick-tip-box {
        flex-direction: column;
        text-align: center;
    }
    
    .mcafee-quick-tip-box i {
        margin: 0 auto 10px;
    }
}

/* ============================================
   TESTIMONIALS SECTION
   ============================================ */
.testimonials-section {
    padding: 80px 20px;
    background: white;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 50px;
}

.testimonials-header .section-badge {
    background: #eb1c29;
    color: white;
}

.testimonials-header h3 {
    font-size: 42px;
    color: #000;
    font-weight: 800;
    margin-bottom: 16px;
    font-family: 'Nunito', sans-serif;
}

.testimonials-header p {
    font-size: 18px;
    color: #666;
}

/* For the homepage testimonials specifically */
.mcafee-testimonials-home {
    padding: 80px 20px;
    background: white;
}

/* Section header styles that apply to testimonials */
.mcafee-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.mcafee-section-label {
    display: inline-block;
    background: #eb1c29;
    color: white;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.mcafee-section-header h2 {
    font-size: 42px;
    color: #000;
    font-weight: 800;
    margin-bottom: 16px;
    font-family: 'Nunito', sans-serif;
}

.mcafee-section-header p {
    font-size: 18px;
    color: #666;
}

/* ============================================
   EMERGENCY BANNER SECTION
   ============================================ */
.emergency-banner-modern {
    background: linear-gradient(135deg, #eb1c29 0%, #d01520 100%);
    padding: 30px 20px;
}

.emergency-modern-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.emergency-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.emergency-left i {
    font-size: 40px;
    color: rgba(255,255,255,0.9);
}

.emergency-left h3 {
    color: white;
    font-size: 24px;
    margin-bottom: 5px;
    font-family: 'Nunito', sans-serif;
}

.emergency-left p {
    color: rgba(255,255,255,0.9);
    margin: 0;
}

.emergency-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.emergency-number {
    font-size: 28px;
    color: white;
    font-weight: 800;
}

.emergency-btn {
    background: white;
    color: #eb1c29;
    padding: 16px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s;
}

.emergency-btn:hover {
    transform: scale(1.05);
    color: #eb1c29;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .emergency-modern-content {
        flex-direction: column;
        text-align: center;
    }
    
    .emergency-left {
        flex-direction: column;
    }
    
    .emergency-right {
        flex-direction: column;
        width: 100%;
    }
    
    .emergency-btn {
        width: 100%;
        max-width: 250px;
    }
}

/* ============================================
   LANDING PAGE HERO STYLES
   ============================================ */
.furnace-hero-section,
.ac-hero-section,
.plumbing-hero-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}

.hero-content-centered {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 100px 20px 120px;
}

.hero-title-white {
    color: white;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif;
}

.hero-subtitle-white {
    color: rgba(255,255,255,0.9);
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.winter-overlay,
.summer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.winter-decoration,
.summer-wave,
.water-angle-decoration {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: white;
    clip-path: polygon(0 100%, 100% 50%, 100% 100%, 0% 100%);
    z-index: 1;
}

/* ============================================
   SERVICE SHOWCASE SECTION
   ============================================ */
.services-showcase-section {
    padding: 80px 20px;
    margin-top: 0;
    position: relative;
    z-index: 10;
    background: white;
}

.services-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.services-intro h2 {
    font-size: 42px;
    color: #000;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif;
}

.services-intro p {
    color: #666;
    font-size: 20px;
}

/* ============================================
   SERVICE HUB CARDS
   ============================================ */
.service-hub-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 50px rgba(0,0,0,0.1);
    transition: all 0.3s;
    position: relative;
    border: 2px solid transparent;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-hub-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    border-color: #eb1c29;
}

.service-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: white;
    color: #eb1c29;
    padding: 5px 16px;
    border-radius: 16px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 10;
}

.service-badge.black {
    background: #000;
    color: white;
    margin-top: 20px;
}

.service-badge.red {
    background: #eb1c29;
    color: white;
    margin-top: 20px;
}

/* Card Headers */
.card-icon-header {
    padding: 40px 30px;
    text-align: center;
    position: relative;
}

.card-icon-header.primary-red {
    background: linear-gradient(135deg, #eb1c29 0%, #d01520 100%);
}

.card-icon-header.dark-black {
    background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
}

.card-icon-header.gradient-red-black {
    background: linear-gradient(135deg, #eb1c29 0%, #000000 100%);
}

.service-icon-large {
    font-size: 50px;
    color: white;
    margin-bottom: 16px;
    display: block !important;
}

.card-title {
    color: white;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    font-family: 'Nunito', sans-serif;
}

/* Card Body */
.card-body {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-description {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.service-highlights {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    flex: 1;
}

.service-highlights li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    color: #333;
    font-size: 16px;
}

.service-highlights li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #eb1c29;
    font-weight: bold;
}

/* CTA Buttons */
.service-cta-button {
    display: block;
    text-align: center;
    padding: 16px 30px;
    background: #eb1c29;
    color: white;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s;
    margin-top: auto;
}

.service-cta-button:hover {
    background: #d01520;
    transform: scale(1.05);
    color: white;
}

.service-cta-button.black {
    background: #000;
}

.service-cta-button.black:hover {
    background: #333;
}

/* ============================================
   QUICK DECISION SECTION
   ============================================ */
.quick-decision-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 80px 20px;
}

.decision-helper {
    max-width: 1200px;
    margin: 0 auto;
}

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

.decision-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.decision-item {
    background: white;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.decision-question {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Nunito', sans-serif;
}

.decision-answer {
    color: #666;
    font-size: 16px;
    margin-bottom: 16px;
}

.decision-link {
    color: #eb1c29;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.decision-link i {
    margin-left: 5px;
    font-size: 12px;
}

.decision-link:hover {
    text-decoration: underline;
}

/* ============================================
   PROMO BANNER SECTION
   ============================================ */
.promo-banner-section {
    background: linear-gradient(135deg, #eb1c29 0%, #d01520 100%);
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}

.promo-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    align-items: center;
}

.promo-item {
    text-align: center;
}

.promo-icon {
    font-size: 40px;
    color: white;
    margin-bottom: 16px;
    display: block !important;
}

.promo-title {
    color: white;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Nunito', sans-serif;
}

.promo-text {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
}

/* ============================================
   SERVICE AREA SECTION
   ============================================ */
.service-area-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.service-area-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.service-area-header {
    margin-bottom: 50px;
}

.service-area-header h2 {
    font-size: 42px;
    color: #000;
    font-weight: 800;
    margin-bottom: 16px;
    font-family: 'Nunito', sans-serif;
}

.service-area-header p {
    color: #666;
    font-size: 18px;
}

.cities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.city-card {
    background: white;
    padding: 25px 20px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transition: all 0.3s;
    border-top: 3px solid #eb1c29;
}

.city-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}

.city-card i {
    color: #eb1c29;
    font-size: 28px;
    margin-bottom: 16px;
}

.city-card h4 {
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

.city-card p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

.service-area-cta {
    background: linear-gradient(135deg, rgba(235, 28, 41, 0.05) 0%, rgba(235, 28, 41, 0.02) 100%);
    padding: 30px;
    border-radius: 16px;
    border-left: 4px solid #eb1c29;
}

.service-area-cta p {
    color: #333;
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
}

.service-area-cta strong {
    color: #eb1c29;
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */
@media (max-width: 768px) {
    .hero-title-white {
        font-size: 36px;
    }
    
    .hero-content-centered {
        padding: 80px 20px 100px;
    }
    
    .promo-content {
        grid-template-columns: 1fr;
    }
    
    .decision-grid {
        grid-template-columns: 1fr;
    }
    
    .cities-grid {
        grid-template-columns: 1fr;
    }
    
    /* Fix for WP Bakery columns on mobile */
    .services-showcase-section .vc_column-inner {
        width: 100% !important;
        margin-bottom: 30px;
    }
}

/* Quick Decision Section */
.quick-decision-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 80px 20px;
}

.decision-helper {
    max-width: 1200px;
    margin: 0 auto;
}

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

.decision-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.decision-item {
    background: white;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.decision-question {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Nunito', sans-serif;
}

.decision-answer {
    color: #666;
    font-size: 16px;
    margin-bottom: 16px;
}

.decision-link {
    color: #eb1c29;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.decision-link i {
    margin-left: 5px;
    font-size: 12px;
}
/* Quick DEcision Section End */

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    border: 2px solid #0000;
    box-sizing: initial;
    display: inline-block;
    height: 2em;
    position: relative;
    text-align: center;
    width: 4em;
}

/* MAINTENANCE */

/* Maintenance Section */
.maintenance-section {
    background: #000000;
    padding: 80px 20px;
}

.maintenance-container {
    max-width: 1200px;
    margin: 0 auto;
}

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

.maintenance-header h2 {
    color: white;
    font-size: 42px;
    margin-bottom: 15px;
    font-family: 'Nunito', sans-serif;
}

.maintenance-header p {
    color: rgba(255,255,255,0.7);
    font-size: 18px;
}

.maintenance-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.maintenance-box {
    background: rgba(255,255,255,0.05);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s;
}

.maintenance-box:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-5px);
}

.maintenance-icon-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maintenance-icon-wrapper i {
    font-size: 25px;
    color: #eb1c29;
}

.maintenance-box h4 {
    color: white;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Nunito', sans-serif;
}

.maintenance-box p {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}
/* MAINTENANCE END */

/* CAREERS */

/* Culture Video Section */
.culture-video-section {
    padding: 80px 20px;
    background: #f8f9fa;
}

.culture-content h2 {
    font-size: 42px;
    color: #000000;
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif;
}

.culture-intro {
    font-size: 18px;
    color: #555555;
    margin-bottom: 40px;
}

/* Fixed Culture Highlights - Larger Font */
.culture-highlights {
    display: grid;
    gap: 18px;
    margin-bottom: 40px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.highlight-item i {
    color: #eb1c29;
    font-size: 24px;
    flex-shrink: 0;
}

.highlight-item span {
    color: #333333;
    font-size: 18px;
    line-height: 1.4;
}

/* Video Container */
.video-container {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.video-wrapper {
    position: relative;
}

.video-embed {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    background: #000000;
}

.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-wrapper h4 {
    padding: 20px;
    margin: 0;
    color: #000000;
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
}

.video-wrapper p {
    padding: 0 20px 20px;
    margin: 0;
    color: #666666;
    font-size: 14px;
}

/* Join Team Section */
.join-team-section {
    padding: 80px 20px;
    background: white;
}

.join-team-container {
    max-width: 900px;
    margin: 0 auto;
}

.join-team-header {
    text-align: center;
    margin-bottom: 50px;
}

.join-team-header h2 {
    font-size: 42px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 25px;
    font-family: 'Nunito', sans-serif;
}

.join-intro {
    font-size: 20px;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 20px;
}

.join-subtext {
    font-size: 18px;
    color: #555555;
    line-height: 1.6;
}

.benefits-requirements-box {
    background: #f8f9fa;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    margin-bottom: 40px;
}

.benefits-requirements-box h3 {
    font-size: 28px;
    color: #000000;
    margin-bottom: 35px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
}

.requirements-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.requirement-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: white;
    border-radius: 10px;
}

.requirement-item i {
    color: #eb1c29;
    font-size: 24px;
    flex-shrink: 0;
}

.requirement-item span {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}

.eeo-statement {
    text-align: center;
    color: #666666;
    font-size: 16px;
    font-style: italic;
    padding-top: 20px;
    border-top: 2px solid #e0e0e0;
    margin: 0;
}

.apply-action {
    text-align: center;
    background: white;
    padding: 40px;
    border-radius: 20px;
    border: 3px solid #eb1c29;
}

.apply-action p {
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
}

.email-link {
    display: inline-block;
    font-size: 32px;
    color: #eb1c29;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s;
    font-family: 'Nunito', sans-serif;
}

.email-link:hover {
    transform: scale(1.05);
    text-decoration: underline;
}

/* Benefits Section */
.benefits-section {
    background: #000000;
    padding: 80px 20px;
}

.benefits-container {
    max-width: 1200px;
    margin: 0 auto;
}

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

.benefits-header h2 {
    color: white;
    font-size: 42px;
    margin-bottom: 15px;
    font-family: 'Nunito', sans-serif;
}

.benefits-header p {
    color: rgba(255,255,255,0.7);
    font-size: 18px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.benefit-box {
    background: rgba(255,255,255,0.05);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s;
}

.benefit-box:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-5px);
}

.benefit-icon-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-icon-wrapper i {
    font-size: 25px;
    color: #eb1c29;
}

.benefit-box h4 {
    color: white;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Nunito', sans-serif;
}

.benefit-box p {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}

/* Apply Section */
.apply-section {
    background: linear-gradient(135deg, #eb1c29 0%, #d01520 100%);
    padding: 80px 20px;
}

.apply-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.apply-container h2 {
    color: white;
    font-size: 42px;
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif;
}

.apply-container p {
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    margin-bottom: 40px;
}

.apply-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-apply-now {
    background: white;
    color: #eb1c29;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s;
}

.btn-apply-now:hover {
    transform: scale(1.05);
    color: #eb1c29;
}

.btn-call-hr {
    background: transparent;
    color: white;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    border: 2px solid white;
    transition: all 0.3s;
}

.btn-call-hr:hover {
    background: rgba(255,255,255,0.1);
    color: white;
}

.apply-note {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    margin-top: 30px;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .careers-hero-section {
        min-height: 600px;
    }
    
    .careers-hero-title {
        font-size: 36px;
    }
    
    .careers-hero-subtitle {
        font-size: 18px;
    }
    
    .careers-stats-row {
        gap: 30px;
    }
    
    .stat-number {
        font-size: 32px;
    }
    
    .careers-hero-cta {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-careers-primary,
    .btn-careers-secondary {
        width: 100%;
        max-width: 300px;
    }
    
    .join-team-header h2 {
        font-size: 32px;
    }
    
    .benefits-requirements-box {
        padding: 30px 20px;
    }
    
    .email-link {
        font-size: 24px;
    }
    
    .requirements-list {
        grid-template-columns: 1fr;
    }
    
    .apply-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-apply-now,
    .btn-call-hr {
        width: 100%;
        max-width: 300px;
    }
    
    .video-embed {
        padding-bottom: 75%;
    }
    
    .highlight-item {
        gap: 12px;
    }
    
    .highlight-item i {
        font-size: 20px;
    }
    
    .highlight-item span {
        font-size: 16px;
    }
}

/* CAREERS END */