/* ==========================================================================
   Big Daddy Recovery Service - Custom Stylesheet
   All page-specific styles, layout overrides, and components
   ========================================================================== */

/* --------------------------------------------------------------------------
   General & Global Layout
   -------------------------------------------------------------------------- */
html {
    scroll-behavior: smooth;
}

body {
    overflow-x: clip !important;
    padding-top: 80px !important;
    background-color: #0b0e14 !important;
}

@media (max-width: 991px) {
    body {
        padding-top: 66px !important;
    }
}

@media (max-width: 576px) {
    body {
        padding-top: 60px !important;
    }
}

.slider-area,
.about-us-page,
.why-choose-us-area,
.services-area,
.testimonial-slider-area,
.faq-section-area,
.partners-section-area,
.contact-section-area {
    scroll-margin-top: 85px;
}

/* --------------------------------------------------------------------------
   Header & Navigation Menu - Fixed Sticky Everywhere
   -------------------------------------------------------------------------- */
.header-area.style-2 {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1040 !important;
    background: rgba(14, 17, 22, 0.98) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45) !important;
    transition: all 0.25s ease !important;
}

.header-area.style-2.is-scrolled {
    background: rgba(10, 13, 17, 0.99) !important;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.te-header-menu-area,
.te-header-menu-area.te-sticky-header,
.te-header-menu-area.te-sticky_menu {
    position: static !important;
    width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    margin-top: 0 !important;
}

.container-header-wide {
    width: 100% !important;
    max-width: 1400px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.header-inner-wrapper,
.te-header-menu-area .header-inner-wrapper,
.te-header-menu-area.te-sticky_menu .header-inner-wrapper {
    width: 100% !important;
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
}

.te-logo,
.te-header-menu-area .te-logo,
.te-header-menu-area.te-sticky_menu .te-logo {
    width: auto !important;
    max-width: fit-content !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.te-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.header-buttons-group {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    gap: 12px !important;
}

.header-brand-link {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    text-decoration: none !important;
    flex-shrink: 0 !important;
}

/* Header, Sidebar & Footer Brand Logos */
.header-logo-img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.sidebar-logo-img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.footer-logo-img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.te-logo a:hover .header-logo-img,
.footer-brand-widget a:hover .footer-logo-img {
    transform: scale(1.08);
}

.header-logo-title,
.te-header-menu-area.te-sticky_menu .header-logo-title {
    font-size: 19px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    letter-spacing: 0.5px !important;
    color: #ffffff !important;
    white-space: nowrap !important;
}

.header-logo-sub,
.te-header-menu-area.te-sticky_menu .header-logo-sub {
    font-size: 10px !important;
    letter-spacing: 1.6px !important;
    text-transform: uppercase !important;
    color: #EB3300 !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

.sidebar-logo-title {
    font-size: 19px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    color: #111827 !important;
    white-space: nowrap !important;
}

.sidebar-logo-sub {
    font-size: 10.5px !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #EB3300 !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

/* Responsive Header & Logo Rules */
@media (max-width: 991px) {
    .container-header-wide {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .header-inner-wrapper,
    .te-header-menu-area .header-inner-wrapper,
    .te-header-menu-area.te-sticky_menu .header-inner-wrapper {
        height: 66px !important;
    }

    .header-logo-img {
        width: 46px !important;
        height: 46px !important;
    }

    .header-brand-link {
        gap: 10px !important;
    }

    .header-logo-title,
    .te-header-menu-area.te-sticky_menu .header-logo-title {
        font-size: 16px !important;
    }

    .header-logo-sub,
    .te-header-menu-area.te-sticky_menu .header-logo-sub {
        font-size: 8.5px !important;
        letter-spacing: 1.1px !important;
    }

    .header-nav-quote-btn,
    .te-header-menu-area.te-sticky_menu .header-nav-quote-btn {
        padding: 7px 11px !important;
        font-size: 11.5px !important;
        white-space: nowrap !important;
    }

    .header-nav-wa-btn,
    .te-header-menu-area.te-sticky_menu .header-nav-wa-btn {
        padding: 7px 11px !important;
        font-size: 11.5px !important;
        white-space: nowrap !important;
    }

    .te-mobile-menu-toggle-btn,
    .te-header-menu-area.te-sticky_menu .te-mobile-menu-toggle-btn {
        width: 38px !important;
        height: 38px !important;
        font-size: 15px !important;
    }
}

@media (max-width: 576px) {
    .container-header-wide {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .header-inner-wrapper,
    .te-header-menu-area .header-inner-wrapper,
    .te-header-menu-area.te-sticky_menu .header-inner-wrapper {
        height: 60px !important;
    }

    .header-logo-img {
        width: 38px !important;
        height: 38px !important;
    }

    .header-brand-link {
        gap: 7px !important;
    }

    .header-logo-title,
    .te-header-menu-area.te-sticky_menu .header-logo-title {
        font-size: 14px !important;
        line-height: 1.05 !important;
    }

    .header-logo-sub,
    .te-header-menu-area.te-sticky_menu .header-logo-sub {
        font-size: 7.5px !important;
        letter-spacing: 0.6px !important;
    }

    .header-buttons-group {
        gap: 6px !important;
        flex-shrink: 0 !important;
    }

    .header-nav-quote-btn,
    .te-header-menu-area.te-sticky_menu .header-nav-quote-btn {
        padding: 6px 9px !important;
        font-size: 11px !important;
        border-radius: 6px !important;
        white-space: nowrap !important;
    }

    .header-nav-wa-btn,
    .te-header-menu-area.te-sticky_menu .header-nav-wa-btn {
        padding: 6px 9px !important;
        font-size: 11px !important;
        border-radius: 6px !important;
        white-space: nowrap !important;
    }

    .header-nav-wa-btn span {
        display: none !important;
    }

    .header-nav-wa-btn i {
        font-size: 15px !important;
        margin: 0 !important;
    }

    .te-mobile-menu-toggle-btn,
    .te-header-menu-area.te-sticky_menu .te-mobile-menu-toggle-btn {
        width: 35px !important;
        height: 35px !important;
        min-width: 35px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 380px) {
    .container-header-wide {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .header-logo-img {
        width: 32px !important;
        height: 32px !important;
    }

    .header-brand-link {
        gap: 5px !important;
    }

    .header-logo-title,
    .te-header-menu-area.te-sticky_menu .header-logo-title {
        font-size: 12.5px !important;
    }

    .header-logo-sub,
    .te-header-menu-area.te-sticky_menu .header-logo-sub {
        font-size: 6.5px !important;
        letter-spacing: 0.3px !important;
    }

    .header-nav-quote-btn,
    .te-header-menu-area.te-sticky_menu .header-nav-quote-btn {
        padding: 5px 7px !important;
        font-size: 10px !important;
    }

    .header-nav-wa-btn,
    .te-header-menu-area.te-sticky_menu .header-nav-wa-btn {
        padding: 5px 7px !important;
        font-size: 10px !important;
    }

    .te-mobile-menu-toggle-btn,
    .te-header-menu-area.te-sticky_menu .te-mobile-menu-toggle-btn {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        font-size: 12.5px !important;
    }
}

/* Nav Menu Links - Clean, Natural, Humanized (Default & Sticky) */
.te-main-menu ul,
.te-header-menu-area.te-sticky_menu .te-main-menu ul {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.te-main-menu ul li,
.te-header-menu-area.te-sticky_menu .te-main-menu ul li {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    white-space: nowrap !important;
}

.te-main-menu ul li a,
.te-header-menu-area.te-sticky_menu .te-main-menu ul li a {
    display: inline-flex !important;
    align-items: center !important;
    padding: 8px 14px !important;
    font-size: 14.5px !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.78) !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    background: transparent !important;
}

/* Remove style.css pseudo arrows */
.te-main-menu ul li a:after,
.te-main-menu ul li.te-active>a:after,
.te-header-menu-area.te-sticky_menu .te-main-menu ul li a:after,
.te-header-menu-area.te-sticky_menu .te-main-menu ul li.te-active>a:after {
    display: none !important;
    content: none !important;
}

.te-main-menu ul li a:hover,
.te-header-menu-area.te-sticky_menu .te-main-menu ul li a:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

.te-main-menu ul li.te-active a,
.te-header-menu-area.te-sticky_menu .te-main-menu ul li.te-active a {
    color: #ffffff !important;
    background: transparent !important;
    font-weight: 700 !important;
    position: relative !important;
}

.te-main-menu ul li.te-active a::after,
.te-header-menu-area.te-sticky_menu .te-main-menu ul li.te-active a::after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    bottom: -2px !important;
    left: 14px !important;
    right: 14px !important;
    height: 2px !important;
    background: #EB3300 !important;
    border-radius: 2px !important;
    visibility: visible !important;
}

/* Header Action Buttons */
.header-buttons-group {
    flex-shrink: 0;
}

.header-nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px !important;
    font-size: 12.5px !important;
    font-weight: 700;
    border-radius: 6px !important;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
    line-height: 1.2;
}

/* Call Button (Outlined / Subtle Dark) */
.header-nav-call-btn,
.te-header-menu-area.te-sticky_menu .header-nav-call-btn {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    padding: 6px 14px !important;
    font-size: 12.5px !important;
}

.header-nav-call-btn i,
.te-header-menu-area.te-sticky_menu .header-nav-call-btn i {
    color: #EB3300 !important;
    font-size: 12px !important;
}

.header-nav-call-btn span,
.te-header-menu-area.te-sticky_menu .header-nav-call-btn span {
    color: #ffffff !important;
}

.header-nav-call-btn:hover,
.te-header-menu-area.te-sticky_menu .header-nav-call-btn:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
}

/* WhatsApp Header Button (Solid WhatsApp Green) */
.header-nav-wa-btn,
.te-header-menu-area.te-sticky_menu .header-nav-wa-btn {
    background: #25D366 !important;
    border: 1px solid #25D366 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    padding: 10px 16px !important;
    font-size: 13.5px !important;
    line-height: 1.2;
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.28) !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.header-nav-wa-btn:hover,
.te-header-menu-area.te-sticky_menu .header-nav-wa-btn:hover {
    background: #1eb956 !important;
    border-color: #1eb956 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.42) !important;
}

.header-nav-wa-btn i {
    font-size: 15px !important;
    color: #ffffff !important;
}

/* Quote / Towing Button (Solid Orange) */
.header-nav-quote-btn,
.te-header-menu-area.te-sticky_menu .header-nav-quote-btn,
.btn-clean-quote {
    background: #EB3300 !important;
    border: 1px solid #EB3300 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    padding: 10px 18px !important;
    font-size: 13.5px !important;
    line-height: 1.2;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 12px rgba(235, 51, 0, 0.3) !important;
}

.header-nav-quote-btn:hover,
.te-header-menu-area.te-sticky_menu .header-nav-quote-btn:hover,
.btn-clean-quote:hover {
    background: #d62d00 !important;
    border-color: #d62d00 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(235, 51, 0, 0.45) !important;
}

.te-mobile-menu-toggle-btn,
.te-header-menu-area.te-sticky_menu .te-mobile-menu-toggle-btn,
.te-mobile-menu-bar a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    background: rgba(255, 255, 255, 0.14) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.35) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4) !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
}

.te-mobile-menu-toggle-btn i,
.te-header-menu-area.te-sticky_menu .te-mobile-menu-toggle-btn i,
.te-mobile-menu-bar a i,
.te-mobile-menu-bar i {
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    display: inline-block !important;
    line-height: 1 !important;
}

.te-mobile-menu-toggle-btn:hover,
.te-header-menu-area.te-sticky_menu .te-mobile-menu-toggle-btn:hover,
.te-mobile-menu-bar a:hover {
    background: #EB3300 !important;
    border-color: #EB3300 !important;
    color: #ffffff !important;
}

/* --------------------------------------------------------------------------
   Flash Toast Alerts
   -------------------------------------------------------------------------- */
.banner-toast-alert {
    position: fixed;
    top: 90px;
    right: 24px;
    z-index: 9999;
    max-width: 380px;
}

.toast-alert-box {
    background: #1e1e1e !important;
    border: 1px solid #28a745 !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    font-size: 14px !important;
}

/* --------------------------------------------------------------------------
   Hero Banner Slider - 2-Column Split & Full-Width Edge-to-Edge Image Slider
   -------------------------------------------------------------------------- */
.slider-area.style-2 {
    position: relative !important;
    background: #0d0f13 !important;
    overflow: hidden !important;
    width: 100% !important;
}

.slider-area.style-2 .te-single-slider-wrapper {
    outline: none !important;
}

.slider-area.style-2 .te-single-slider {
    position: relative !important;
    overflow: hidden !important;
    background: #0d0f13 !important;
    min-height: 580px !important;
}

/* Full-width background image spanning 100% of the banner */
.slider-area.style-2 .te-single-slider .te-slider-feature-image {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
    z-index: 1 !important;
    display: block !important;
}

.slider-area.style-2 .te-single-slider .te-slider-feature-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: right center !important;
    display: block !important;
}

/* Multi-stop cinematic gradient overlay */
.slider-area.style-2 .te-single-slider .te-slider-overlay {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, rgba(10, 12, 16, 0.96) 0%, rgba(10, 12, 16, 0.88) 42%, rgba(10, 12, 16, 0.65) 75%, rgba(10, 12, 16, 0.35) 100%) !important;
    z-index: 2 !important;
    display: block !important;
}

@media (max-width: 991px) {
    .slider-area.style-2 .te-single-slider .te-slider-overlay {
        background: linear-gradient(180deg, rgba(10, 12, 16, 0.96) 0%, rgba(10, 12, 16, 0.88) 60%, rgba(10, 12, 16, 0.95) 100%) !important;
    }
}

/* Remove unwanted legacy shapes and lines */
.slider-area.style-2 .te-single-slider .te-slider-shape,
.slider-area.style-2 .te-single-slider .te-slider-line-bar {
    display: none !important;
}

.container-hero-wide {
    max-width: 1320px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
    z-index: 5 !important;
    width: 100% !important;
}

@media (min-width: 1600px) {
    .container-hero-wide {
        max-width: 1380px !important;
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
}

.slider-area.style-2 .te-single-slider .te-slider-container {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
    min-height: 580px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 30px !important;
    position: relative !important;
    z-index: 5 !important;
    width: 100% !important;
}

@media (max-width: 991px) {
    .slider-area.style-2 .te-single-slider .te-slider-container {
        padding-top: 35px !important;
        padding-bottom: 45px !important;
        min-height: auto !important;
        flex-direction: column !important;
        gap: 25px !important;
    }
}

/* Left Column Styling */
.banner-left-column {
    max-width: 720px !important;
    flex: 1 1 62% !important;
}

@media (max-width: 991px) {
    .banner-left-column {
        max-width: 100% !important;
        flex: 1 1 100% !important;
        width: 100% !important;
    }
}

/* Clean Solid Filled Pill in Hero */
.human-hero-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #ffffff !important;
    background: #EB3300 !important;
    border: none !important;
    padding: 6px 18px !important;
    border-radius: 50px !important;
    margin-bottom: 16px;
    box-shadow: none !important;
}

.human-hero-tag span {
    color: #ffffff !important;
}

.slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title,
.te-slider-title {
    font-size: 44px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    letter-spacing: -0.5px !important;
    color: #ffffff !important;
    margin-bottom: 14px !important;
    max-width: 100% !important;
}

.slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title br,
.te-slider-title br {
    display: none !important;
}

@media (max-width: 1399px) {

    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title,
    .te-slider-title {
        font-size: 40px !important;
    }
}

@media (max-width: 1199px) {

    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title,
    .te-slider-title {
        font-size: 34px !important;
    }
}

@media (max-width: 767px) {

    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title,
    .te-slider-title {
        font-size: 27px !important;
        line-height: 1.25 !important;
        margin-bottom: 12px !important;
    }
}

.slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-desc,
.te-slider-short-desc {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: rgba(255, 255, 255, 0.88) !important;
    margin-bottom: 0 !important;
    max-width: 640px !important;
}

@media (max-width: 767px) {

    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-desc,
    .te-slider-short-desc {
        font-size: 14.5px !important;
        line-height: 1.5 !important;
    }
}

.human-hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.btn-hero-dispatch,
.btn-human-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #EB3300;
    color: #ffffff !important;
    font-size: 16.5px !important;
    font-weight: 700 !important;
    padding: 9px 30px !important;
    border-radius: 8px !important;
    text-decoration: none;
    box-shadow: none !important;
    transition: all 0.25s ease;
    border: 1px solid #EB3300;
    letter-spacing: 0.2px;
}

.btn-hero-dispatch strong,
.btn-human-call strong {
    font-weight: 800;
}

.btn-hero-dispatch:hover,
.btn-human-call:hover {
    background: #d02c00;
    border-color: #d02c00;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: none !important;
}

.btn-hero-services,
.btn-hero-whatsapp,
.btn-human-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #ffffff !important;
    font-size: 16.5px !important;
    font-weight: 700 !important;
    padding: 9px 30px !important;
    border-radius: 8px !important;
    text-decoration: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: none !important;
    transition: all 0.25s ease;
    letter-spacing: 0.2px;
}

.btn-hero-services:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: none !important;
}

.btn-hero-whatsapp {
    background: #25D366;
    border-color: #25D366;
    box-shadow: none !important;
}

.btn-hero-whatsapp:hover {
    background: #1eb956;
    border-color: #1eb956;
    box-shadow: none !important;
}

/* Social Proof & Trust Strip */
.human-hero-proof-wrap {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 22px;
    flex-wrap: wrap;
}

/* Left Google Reviews Pill */
.hero-google-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(18, 24, 30, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 7px 16px 7px 10px;
    border-radius: 50px !important;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: none !important;
}

.hero-google-pill:hover {
    background: rgba(28, 36, 45, 0.9);
    border-color: rgba(255, 255, 255, 0.35);
    transform: translateY(-1px);
    box-shadow: none !important;
}

.hero-google-icon-circle {
    width: 32px;
    height: 32px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hero-google-icon-circle svg {
    display: block;
}

.hero-google-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.15;
}

.hero-google-name {
    font-size: 13.5px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.2px;
    white-space: nowrap;
}

.hero-google-sub {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 2px;
}

.hero-stars-mini {
    color: #f59e0b;
    font-size: 10px;
    display: flex;
    gap: 2px;
}

.hero-score-mini {
    font-size: 12px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}

/* Right Avatar Cluster & Customer Rating */
.hero-customer-rating-block {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
}

.hero-avatar-cluster {
    display: flex;
    align-items: center;
}

.hero-avatar-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e5a93c;
    margin-left: -9px;
    background: #1e293b;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.hero-avatar-circle:first-child {
    margin-left: 0;
}

.hero-avatar-circle:hover {
    transform: translateY(-2px) scale(1.08);
    z-index: 2;
}

.hero-rating-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.15;
}

.hero-stars-gold {
    color: #f59e0b;
    font-size: 12px;
    display: flex;
    gap: 3px;
    margin-bottom: 3px;
}

.hero-satisfied-text {
    font-size: 13.5px;
    color: #ffffff;
    letter-spacing: -0.1px;
    white-space: nowrap;
}

.hero-satisfied-text strong {
    font-weight: 800;
    color: #ffffff;
}

.hero-satisfied-text span {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}

@media (max-width: 575px) {
    .human-hero-proof-wrap {
        gap: 14px;
        margin-top: 18px;
    }

    .hero-avatar-circle {
        width: 34px;
        height: 34px;
        margin-left: -8px;
    }

    .hero-satisfied-text {
        font-size: 12.5px;
    }

    .hero-google-name {
        font-size: 12.5px;
    }
}

.hero-trust-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 6px 14px;
    border-radius: 30px;
}

.human-hero-footer-note {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 14px;
    margin-bottom: 0;
    letter-spacing: 0.2px;
}

/* Right Column Card Styling */
.hero-form-col {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .hero-form-col {
        justify-content: center;
    }
}

.human-hero-card {
    background: rgba(18, 20, 26, 0.92) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 16px !important;
    padding: 24px 22px !important;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.6) !important;
    max-width: 400px !important;
    width: 100% !important;
    margin-left: auto;
}

@media (max-width: 991px) {
    .human-hero-card {
        margin: 0 auto;
        max-width: 100% !important;
        padding: 22px 18px !important;
    }
}

.human-card-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #ffaa00;
    background: rgba(255, 170, 0, 0.12);
    border: 1px solid rgba(255, 170, 0, 0.25);
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
}

.human-card-header {
    margin-bottom: 14px;
}

.human-card-title {
    font-size: 21px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.25 !important;
    margin-bottom: 5px !important;
}

.human-card-desc {
    font-size: 13px !important;
    line-height: 19px !important;
    color: rgba(255, 255, 255, 0.72) !important;
    margin-bottom: 0 !important;
}

.human-form-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #EB3300;
    font-size: 13px;
    pointer-events: none;
}

.human-input {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 12px 14px 12px 40px !important;
    font-size: 14px !important;
    transition: all 0.2s ease !important;
}

.human-input::placeholder {
    color: rgba(255, 255, 255, 0.55) !important;
}

.human-input:focus {
    background: rgba(255, 255, 255, 0.14) !important;
    border-color: #EB3300 !important;
    box-shadow: 0 0 0 3px rgba(235, 51, 0, 0.25) !important;
    outline: none !important;
}

.btn-human-submit {
    background: #EB3300;
    border: none;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 20px !important;
    font-size: 13px !important;
    border-radius: 8px !important;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-human-submit:hover {
    background: #d02c00;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: none !important;
}

.human-card-footer-guarantee {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 14px;
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.68);
    font-weight: 600;
}

/* Clean slick dots position at bottom center */
.slider-area .te-slider-wrapper .slick-dots {
    position: absolute !important;
    bottom: 16px !important;
    top: auto !important;
    right: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 8px !important;
    z-index: 10 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.slider-area .te-slider-wrapper .slick-dots li {
    margin: 0 !important;
}

.slider-area .te-slider-wrapper .slick-dots li button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.35) !important;
    transition: all 0.3s ease !important;
    padding: 0 !important;
}

.slider-area .te-slider-wrapper .slick-dots li.slick-active button {
    width: 24px !important;
    border-radius: 10px !important;
    background: #EB3300 !important;
}

/* Remove unwanted legacy shapes, lines */
.slider-area.style-2 .te-slider-shape,
.slider-area.style-2 .te-slider-line-bar {
    display: none !important;
}

/* --------------------------------------------------------------------------
   About Us Section - Humanized Redesign
   -------------------------------------------------------------------------- */
.human-about-section {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
    background: #ffffff;
    position: relative;
}

.human-about-content .short-title-wrapper {
    display: block;
    margin-bottom: 12px;
}

.human-about-content .short-title {
    font-size: 13.5px;
    font-weight: 700;
    line-height: 24px;
    color: #EB3300;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.human-about-content .short-title::before,
.human-about-content .short-title::after {
    content: "";
    width: 32px;
    height: 2px;
    border-bottom: 2px solid #EB3300;
    display: inline-block;
}

.human-about-heading {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.22;
    color: #111827;
    letter-spacing: -0.5px;
    margin-bottom: 14px;
}

@media (max-width: 991px) {
    .human-about-heading {
        font-size: 32px;
        line-height: 1.28;
    }
}

@media (max-width: 575px) {
    .human-about-heading {
        font-size: 28px;
        line-height: 1.3;
    }
}

.text-gradient-orange {
    color: #EB3300;
}

.human-about-intro {
    font-size: 15.5px;
    line-height: 1.55;
    color: #374151;
    font-weight: 500;
    margin-bottom: 10px;
}

.human-about-desc {
    font-size: 14px;
    line-height: 1.55;
    color: #6b7280;
    margin-bottom: 12px;
}

/* Google Review Card in Content Area */
.human-about-google-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 13px 18px;
    margin-bottom: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease;
}

.human-about-google-card:hover {
    background: #ffffff;
    border-color: rgba(235, 51, 0, 0.35);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.google-icon-circle {
    width: 38px;
    height: 38px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4285F4;
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.google-review-title {
    font-size: 14px;
    font-weight: 800;
    color: #111827;
}

.google-score {
    font-size: 14.5px;
    font-weight: 900;
    color: #111827;
}

.google-stars {
    color: #fbbf24;
    font-size: 12px;
}

.google-review-count {
    font-size: 11.5px;
    color: #6b7280;
    font-weight: 600;
}

.btn-view-google-reviews {
    font-size: 11.5px;
    font-weight: 700;
    color: #4b5563;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 50px !important;
    padding: 5px 14px;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
}

.btn-view-google-reviews:hover {
    background: #EB3300;
    color: #ffffff !important;
    border-color: #EB3300;
}

.google-review-quote {
    font-size: 13px;
    line-height: 1.5;
    color: #4b5563;
    font-style: italic;
    padding-top: 8px;
    margin-top: 6px;
    border-top: 1px dashed #e5e7eb;
}

/* Action Bar & Live Crew Status */
.human-about-action-bar {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.human-about-btns {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-human-primary {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #EB3300;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 11px 26px !important;
    border-radius: 8px !important;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: none !important;
}

.btn-human-primary:hover {
    background: #d02c00;
    transform: translateY(-1px);
    box-shadow: none !important;
    color: #ffffff !important;
}

.btn-human-outline-wa {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25D366;
    border: 1px solid #25D366;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 11px 26px !important;
    border-radius: 8px !important;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: none !important;
}

.btn-human-outline-wa:hover {
    background: #1eb956;
    border-color: #1eb956;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: none !important;
}

.human-about-live-status {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12.5px;
    font-weight: 600;
    color: #4b5563;
}

.live-dot-pulse {
    width: 8px;
    height: 8px;
    background-color: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
    animation: livePulse 2s infinite;
}

@keyframes livePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(34, 197, 94, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
    }
}

/* Image Visual Grid & Floating Badges */
.human-about-visual-wrapper {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.human-about-visual-grid {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
    border: 3px solid #ffffff;
}

.human-about-img-main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.human-about-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.human-about-visual-grid:hover .human-about-img-main img {
    transform: scale(1.03);
}

.human-about-img-secondary {
    position: absolute;
    bottom: 14px;
    right: 14px;
    width: 155px;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #ffffff;
    z-index: 2;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.human-about-img-secondary img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    display: block;
}

/* Floating Trust Cards */
.human-about-badge-card {
    position: absolute;
    background: #ffffff;
    border-radius: 14px;
    padding: 10px 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    z-index: 3;
}

.human-about-badge-card.badge-speed {
    bottom: 14px;
    left: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #111827;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35) !important;
    padding: 8px 12px;
    z-index: 3;
}

.human-about-badge-card.badge-speed .badge-icon-wrap {
    width: 30px;
    height: 30px;
    background: rgba(235, 51, 0, 0.2);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EB3300;
    font-size: 13px;
}

.human-about-badge-card.badge-speed .badge-title {
    color: #ffffff;
    font-size: 12px;
}

.human-about-badge-card.badge-speed .badge-sub {
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
}

.human-about-location-pill {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    color: #1f2937;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    z-index: 3;
}

@media (max-width: 991px) {
    .human-about-visual-wrapper {
        min-height: 320px;
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .human-about-visual-wrapper {
        min-height: 260px;
    }

    .human-about-img-secondary {
        display: none;
    }

    .human-about-location-pill {
        top: 10px;
        right: 10px;
    }

    .human-about-badge-card.badge-speed {
        bottom: 10px;
        left: 10px;
    }
}

/* --------------------------------------------------------------------------
   Counter Up Section - Modern Redesign
   -------------------------------------------------------------------------- */
.counter-up-area {
    background: #0e1014;
    border-top: 1px solid rgba(235, 51, 0, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 45px 0;
    position: relative;
    overflow: hidden;
}

.counter-ambient-glow {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 650px;
    height: 320px;
    background: radial-gradient(circle, rgba(235, 51, 0, 0.14) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.counter-metric-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 22px 20px;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    display: flex;
    flex-direction: column;
}

.counter-metric-box:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(235, 51, 0, 0.5);
    transform: translateY(-4px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.45);
}

.counter-metric-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 14px;
}

.counter-metric-badge {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #ffffff;
    background: #EB3300;
    border: none;
    padding: 4px 12px;
    border-radius: 20px;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

.counter-metric-box:hover .counter-metric-badge {
    background: #d02c00;
    box-shadow: none !important;
}

.counter-metric-number-wrap {
    display: flex;
    align-items: baseline;
    gap: 3px;
    margin-bottom: 4px;
}

.counter-metric-number {
    font-size: 34px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin-bottom: 0;
}

.counter-metric-suffix {
    color: #EB3300;
    font-size: 22px;
    font-weight: 800;
}

.counter-metric-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 3px;
    line-height: 1.3;
}

.counter-metric-desc {
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.4;
}

@media (max-width: 575px) {
    .counter-metric-box {
        padding: 16px 14px;
    }

    .counter-metric-number {
        font-size: 26px;
    }

    .counter-metric-suffix {
        font-size: 18px;
    }

    .counter-metric-title {
        font-size: 13.5px;
    }

    .counter-metric-desc {
        font-size: 11px;
    }
}

/* --------------------------------------------------------------------------
   Why Choose Us Section
   -------------------------------------------------------------------------- */
.why-choose-us-area {
    background-color: #ffffff;
}

.why-choose-img-card {
    border: 1px solid #edf0f2;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
}

.why-choose-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 991px) {
    .why-choose-img-card {
        min-height: 380px;
    }
}

.why-choose-img-overlay {
    background: linear-gradient(180deg, transparent 0%, rgba(15, 15, 15, 0.92) 100%);
}

.why-choose-badge {
    background: #EB3300;
    font-size: 11px;
    letter-spacing: 1px;
}

.why-choose-img-title {
    font-size: 20px;
}

.why-choose-img-desc {
    font-size: 13px;
}

.section-title-custom,
.te-section-title .title,
.cta-title {
    font-size: 40px !important;
    line-height: 1.25 !important;
}

@media (max-width: 991px) {

    .section-title-custom,
    .te-section-title .title,
    .cta-title {
        font-size: 32px !important;
        line-height: 1.28 !important;
    }
}

@media (max-width: 575px) {

    .section-title-custom,
    .te-section-title .title,
    .cta-title {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }
}

.section-desc-custom {
    font-size: 15.5px;
    color: #555555;
    line-height: 1.65;
}

.why-choose-point-num {
    color: #EB3300;
    min-width: 32px;
    line-height: 1.2;
}

.why-choose-point-title {
    font-size: 17px;
}

.why-choose-point-desc {
    font-size: 14px;
    line-height: 1.55;
}

.why-choose-btn {
    padding: 12px 28px !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
}

.why-choose-clock-icon {
    color: #EB3300;
}

.why-choose-avail-text {
    font-size: 14px;
}

/* --------------------------------------------------------------------------
   Services Area
   -------------------------------------------------------------------------- */
/* Standard styles inherit from style.css */

/* --------------------------------------------------------------------------
   CTA Section
   -------------------------------------------------------------------------- */
.cta-section-area {
    background: url('../images/section-bg/appointment-two-bg.jpg') no-repeat center center / cover;
}

.cta-overlay {
    background: linear-gradient(135deg, rgba(23, 23, 23, 0.94) 0%, rgba(235, 51, 0, 0.88) 100%);
}

.cta-container {
    z-index: 2;
    padding-top: 25px;
    padding-bottom: 25px;
}

.cta-short-title {
    letter-spacing: 1.5px;
    font-size: 12px;
}

.cta-title {
    font-size: 24px;
    line-height: 1.25;
}

.cta-desc {
    font-size: 14px;
    opacity: 0.92;
    max-width: 620px;
}

.cta-btn-light {
    background-color: #ffffff !important;
    color: #171717 !important;
    border-color: #ffffff !important;
    padding: 11px 26px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    border-radius: 50px !important;
}

.cta-btn-outline {
    padding: 11px 26px !important;
    font-size: 14px !important;
    border: 2px solid #ffffff !important;
    white-space: nowrap !important;
    border-radius: 50px !important;
}

/* --------------------------------------------------------------------------
   Testimonials Slider & Cards
   -------------------------------------------------------------------------- */
.testimonial-slider-area {
    background-color: #f8f9fa;
}

.testimonial-card {
    border: 1px solid #edf0f2;
    min-height: 270px;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08) !important;
}

.testimonial-rating {
    color: #ffb800;
    font-size: 14px;
}

.testimonial-quote-icon {
    color: #EB3300;
    font-size: 24px;
    opacity: 0.35;
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.6;
    font-style: italic;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    font-size: 18px;
}

.testimonial-avatar.bg-theme {
    background: #EB3300;
}

.testimonial-avatar.bg-dark {
    background: #171717;
}

.testimonial-author-name {
    font-size: 15px;
}

.testimonial-author-loc {
    font-size: 12px;
}

/* Slick Carousel Enhancements for Testimonials */
#home3_testimonial .testimonial-arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 44px;
    height: 44px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    color: #171717;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

#home3_testimonial .testimonial-arrow-btn:hover {
    background: #EB3300;
    color: #ffffff;
    border-color: #EB3300;
}

#home3_testimonial .testimonial-arrow-btn.prev-btn {
    left: -18px;
}

#home3_testimonial .testimonial-arrow-btn.next-btn {
    right: -18px;
}

#home3_testimonial .slick-dots {
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 35px;
    margin-bottom: 0;
    gap: 8px;
}

#home3_testimonial .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d4d7db;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

#home3_testimonial .slick-dots li.slick-active button {
    background: #EB3300;
    width: 28px;
    border-radius: 12px;
}

@media (max-width: 767px) {
    #home3_testimonial .testimonial-arrow-btn {
        display: none !important;
    }
}

/* --------------------------------------------------------------------------
   FAQ Section
   -------------------------------------------------------------------------- */
.faq-section-area {
    background-color: #fbfbfc;
    border-top: 1px solid #edf0f2;
}

.faq-emergency-card {
    background: linear-gradient(145deg, #16181d 0%, #1f232b 100%);
    border-top: 4px solid #EB3300 !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.faq-emergency-icon {
    width: 54px;
    height: 54px;
    background: rgba(235, 51, 0, 0.18);
    border: 1px solid rgba(235, 51, 0, 0.4);
    color: #EB3300;
    font-size: 22px;
}

.faq-emergency-title {
    font-size: 22px;
    color: #ffffff !important;
}

.faq-emergency-desc {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78) !important;
}

.faq-emergency-label {
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: rgba(255, 255, 255, 0.6) !important;
    margin-bottom: 2px;
}

.faq-emergency-val-bold {
    font-size: 15px;
    color: #ffffff !important;
}

.faq-clock-icon {
    color: #EB3300;
    font-size: 15px;
}

.faq-emergency-val {
    font-size: 14px;
    color: #ffffff !important;
}

.faq-emergency-btn,
a.faq-emergency-btn,
.faq-emergency-card .faq-emergency-btn,
.te-theme-btn.faq-emergency-btn {
    background-color: #EB3300 !important;
    background: #EB3300 !important;
    color: #ffffff !important;
    border: 1px solid #EB3300 !important;
    padding: 13px 26px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
    transition: all 0.2s ease !important;
}

.faq-emergency-btn *,
.faq-emergency-btn i {
    color: #ffffff !important;
}

.faq-emergency-btn:hover,
a.faq-emergency-btn:hover,
.faq-emergency-card .faq-emergency-btn:hover,
.te-theme-btn.faq-emergency-btn:hover {
    background-color: #d02c00 !important;
    background: #d02c00 !important;
    color: #ffffff !important;
    border-color: #d02c00 !important;
    transform: translateY(-1px);
    box-shadow: none !important;
}

.custom-faq-accordion .accordion-item {
    border: 1px solid #eef0f3;
    background: #ffffff;
    transition: all 0.3s ease;
}

.custom-faq-accordion .accordion-item:hover {
    border-color: #EB3300 !important;
}

.custom-faq-accordion .accordion-button {
    font-size: 16px;
    padding: 18px 24px;
    background: #ffffff;
    box-shadow: none;
}

.custom-faq-accordion .accordion-button:not(.collapsed) {
    color: #EB3300 !important;
    background-color: #ffffff !important;
}

.custom-faq-accordion .accordion-button:focus {
    box-shadow: none !important;
    border-color: rgba(0, 0, 0, .125) !important;
}

.custom-faq-accordion .accordion-button::after {
    background-size: 16px;
    transition: transform 0.3s ease;
}

.faq-accordion-body {
    font-size: 14.5px;
    color: #666666;
    line-height: 1.65;
}

/* --------------------------------------------------------------------------
   Vehicles We Recover & Partners Section
   -------------------------------------------------------------------------- */
.vehicles-section-heading {
    font-size: 32px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.25;
}

.vehicles-section-sub {
    font-size: 15px;
    max-width: 620px;
    line-height: 1.55;
}

.vehicle-recovery-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px 14px 20px;
    text-align: center;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 168px;
}

.vehicle-recovery-box:hover {
    transform: translateY(-4px);
    border-color: #EB3300;
    box-shadow: 0 12px 24px rgba(235, 51, 0, 0.08);
}

.vehicle-icon-box {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 12px;
    transition: transform 0.25s ease;
}

.vehicle-recovery-box:hover .vehicle-icon-box {
    transform: scale(1.1);
}

/* Colored Icon Box Variants */
.icon-emerald {
    background: #ecfdf5;
    color: #059669;
    border: 1px solid #a7f3d0;
}

.icon-blue {
    background: #eff6ff;
    color: #2563eb;
    border: 1px solid #bfdbfe;
}

.icon-orange {
    background: #fff7ed;
    color: #ea580c;
    border: 1px solid #fed7aa;
}

.icon-gold {
    background: #fefce8;
    color: #ca8a04;
    border: 1px solid #fef08a;
}

.icon-cyan {
    background: #ecfeff;
    color: #0891b2;
    border: 1px solid #a5f3fc;
}

.icon-purple {
    background: #faf5ff;
    color: #7c3aed;
    border: 1px solid #e9d5ff;
}

.vehicle-box-title {
    font-size: 14.5px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
    line-height: 1.25;
}

.vehicle-box-desc {
    font-size: 12px;
    color: #64748b;
    line-height: 1.35;
    margin-bottom: 0;
}

/* Partner Logos Card Slider */
.partner-brands-slider-wrap {
    padding: 10px 0 20px;
}

.partner-slider-item {
    padding: 8px 10px;
    outline: none !important;
}

.partner-logo-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 20px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 105px !important;
    width: 100% !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.partner-logo-card:hover {
    border-color: #cbd5e1;
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.partner-logo-img {
    max-height: 62px !important;
    max-width: 88% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
    opacity: 1 !important;
    filter: none !important;
    transition: transform 0.25s ease;
}

.partner-logo-card:hover .partner-logo-img {
    transform: scale(1.08);
}

/* --------------------------------------------------------------------------
   Contact Us Section
   -------------------------------------------------------------------------- */
.contact-section-area {
    background-color: #ffffff;
}

.contact-info-card {
    background: #f8f9fa;
    border: 1px solid #edf0f2;
}

.contact-icon-wrapper {
    width: 48px;
    height: 48px;
    background: rgba(235, 51, 0, 0.1);
    color: #EB3300;
    font-size: 20px;
}

.contact-info-title {
    font-size: 15px;
}

.contact-info-sub {
    font-size: 13px;
}

.contact-form-wrapper {
    background: #ffffff;
    border: 1px solid #edf0f2;
}

.contact-form-title {
    font-size: 24px;
}

.contact-form-desc {
    font-size: 14px;
}

.contact-label {
    font-size: 13px;
}

.contact-input {
    padding: 12px 16px !important;
    font-size: 14px !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 8px !important;
}

.contact-submit-btn,
.contact-form-btn {
    padding: 14px 32px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    letter-spacing: 0.5px !important;
}

/* --------------------------------------------------------------------------
   Footer Styles
   -------------------------------------------------------------------------- */
.footer-logo-icon {
    width: 44px;
    height: 44px;
    background: #EB3300;
    color: #ffffff;
    font-size: 22px;
}

.footer-logo-title {
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0.5px;
    font-weight: 900;
}

.footer-logo-sub {
    font-size: 11px;
    color: #EB3300;
    letter-spacing: 1.5px;
}

.footer-about-text {
    font-size: 14px;
    line-height: 1.6;
}

.footer-rating-badge {
    background: #EB3300 !important;
    font-size: 12px !important;
}

/* --------------------------------------------------------------------------
   Callback Modal - Premium Dark Redesign
   -------------------------------------------------------------------------- */
.callback-modal {
    z-index: 100000 !important;
}

.callback-modal-dialog {
    max-width: 440px !important;
    margin: 1.75rem auto !important;
}

.callback-modal-content {
    background: #11141b !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 20px !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.85), 0 0 1px rgba(255, 255, 255, 0.25) !important;
    overflow: hidden !important;
    position: relative !important;
}

.modal-brand-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
}

.modal-badge-pill {
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #4ade80;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.modal-pulse-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 6px #22c55e;
    display: inline-block;
}

.callback-modal-title {
    font-size: 19px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    letter-spacing: 0.2px !important;
}

.callback-modal-sub {
    color: rgba(255, 255, 255, 0.65) !important;
    font-size: 12.5px !important;
    line-height: 1.35 !important;
}

.callback-modal-close {
    top: 16px !important;
    right: 16px !important;
    opacity: 0.7 !important;
    background-color: rgba(255, 255, 255, 0.12) !important;
    padding: 8px !important;
    border-radius: 50% !important;
    transition: all 0.2s ease !important;
}

.callback-modal-close:hover {
    opacity: 1 !important;
    background-color: rgba(235, 51, 0, 0.8) !important;
    transform: rotate(90deg);
}

.modal-input-wrapper {
    position: relative !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
}

.modal-input-icon {
    position: absolute !important;
    left: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #EB3300 !important;
    font-size: 15px !important;
    z-index: 5 !important;
    pointer-events: none !important;
    display: block !important;
}

.modal-input-field {
    width: 100% !important;
    height: 50px !important;
    padding: 12px 16px 12px 46px !important;
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 12px !important;
    color: #ffffff !important;
    font-size: 14.5px !important;
    font-weight: 500 !important;
    outline: none !important;
    transition: all 0.25s ease !important;
}

.modal-input-field::placeholder {
    color: rgba(255, 255, 255, 0.45) !important;
    font-weight: 400 !important;
}

.modal-input-field:focus {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: #EB3300 !important;
    box-shadow: 0 0 0 3.5px rgba(235, 51, 0, 0.25) !important;
    color: #ffffff !important;
}

.modal-submit-btn {
    width: 100% !important;
    height: 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    background: linear-gradient(135deg, #EB3300 0%, #ff4d1a 100%) !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    font-size: 14.5px !important;
    border-radius: 12px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    box-shadow: 0 6px 20px rgba(235, 51, 0, 0.4) !important;
    transition: all 0.25s ease !important;
    cursor: pointer !important;
}

.modal-submit-btn:hover {
    background: linear-gradient(135deg, #d62d00 0%, #e63e0e 100%) !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(235, 51, 0, 0.55) !important;
    color: #ffffff !important;
}

.modal-wa-link {
    color: #25D366 !important;
    font-weight: 700 !important;
    font-size: 13.5px !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.modal-wa-link:hover {
    color: #1eb956 !important;
    text-decoration: underline !important;
}

/* ==========================================================================
   Global Pill-Shaped Buttons Across Entire Website (No Glow / Clean Flat)
   ========================================================================== */
.btn,
.te-theme-btn,
.te-theme-btn-2,
.te-theme-btn-3,
.te-cta-btn,
.te-header-btn,
.te-quote-btn,
.te-call-btn,
.header-nav-btn,
.header-nav-quote-btn,
.header-nav-call-btn,
.btn-clean-quote,
.btn-human-submit,
.btn-human-primary,
.btn-human-outline-wa,
.btn-view-google-reviews,
.why-choose-btn,
.cta-btn-light,
.cta-btn-outline,
.faq-emergency-btn,
.contact-submit-btn,
.contact-form-btn,
.callback-modal-btn,
.te-mobile-action-btn,
.te-mobile-phone-btn,
.te-service-btn,
.service-details-btn,
.btn-call-now,
.btn-submit,
button,
input[type="submit"],
input[type="button"],
input.te-theme-btn,
button.te-theme-btn,
button[type="submit"],
a.te-theme-btn,
a.btn {
    border-radius: 8px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -webkit-filter: none !important;
    outline: none !important;
}

/* Banner Buttons - Square with Rounded Corners */
.btn-human-call,
.btn-hero-services,
.btn-hero-dispatch,
.btn-hero-whatsapp {
    border-radius: 8px !important;
    padding: 9px 30px !important;
    font-size: 16.5px !important;
    font-weight: 700 !important;

}

.btn:hover,
.btn:focus,
.btn:active,
.te-theme-btn:hover,
.te-theme-btn:focus,
.te-theme-btn:active,
.te-theme-btn-2:hover,
.te-theme-btn-2:focus,
.te-theme-btn-3:hover,
.te-theme-btn-3:focus,
.te-cta-btn:hover,
.te-cta-btn:focus,
.te-header-btn:hover,
.te-header-btn:focus,
.te-quote-btn:hover,
.te-quote-btn:focus,
.te-call-btn:hover,
.te-call-btn:focus,
.header-nav-btn:hover,
.header-nav-btn:focus,
.header-nav-quote-btn:hover,
.header-nav-quote-btn:focus,
.header-nav-call-btn:hover,
.header-nav-call-btn:focus,
.btn-clean-quote:hover,
.btn-clean-quote:focus,
.btn-hero-dispatch:hover,
.btn-hero-dispatch:focus,
.btn-human-call:hover,
.btn-human-call:focus,
.btn-hero-whatsapp:hover,
.btn-hero-whatsapp:focus,
.btn-human-whatsapp:hover,
.btn-human-whatsapp:focus,
.btn-hero-services:hover,
.btn-hero-services:focus,
.btn-human-submit:hover,
.btn-human-submit:focus,
.btn-human-primary:hover,
.btn-human-primary:focus,
.btn-human-outline-wa:hover,
.btn-human-outline-wa:focus,
.btn-view-google-reviews:hover,
.btn-view-google-reviews:focus,
.why-choose-btn:hover,
.why-choose-btn:focus,
.cta-btn-light:hover,
.cta-btn-light:focus,
.cta-btn-outline:hover,
.cta-btn-outline:focus,
.faq-emergency-btn:hover,
.faq-emergency-btn:focus,
.contact-submit-btn:hover,
.contact-submit-btn:focus,
.contact-form-btn:hover,
.contact-form-btn:focus,
.callback-modal-btn:hover,
.callback-modal-btn:focus,
.te-mobile-action-btn:hover,
.te-mobile-action-btn:focus,
.te-mobile-phone-btn:hover,
.te-mobile-phone-btn:focus,
button:hover,
button:focus,
button:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input.te-theme-btn:hover,
input.te-theme-btn:focus,
button.te-theme-btn:hover,
button.te-theme-btn:focus,
button[type="submit"]:hover,
button[type="submit"]:focus,
a.te-theme-btn:hover,
a.te-theme-btn:focus,
a.btn:hover,
a.btn:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -webkit-filter: none !important;
    outline: none !important;
}

.btn::before,
.btn::after,
.te-theme-btn::before,
.te-theme-btn::after,
button::before,
button::after {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    filter: none !important;
}

/* ==========================================================================
   Why Choose Us 4-Card Feature Grid
   ========================================================================== */
.why-choose-feature-card {
    background: #ffffff;
    border: 1px solid #eef1f6;
    border-radius: 12px;
    padding: 18px 16px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}

.why-choose-feature-card:hover {
    transform: translateY(-3px);
    border-color: rgba(235, 51, 0, 0.35);
    box-shadow: 0 10px 22px rgba(235, 51, 0, 0.08);
}

.why-choose-card-num {
    font-size: 22px;
    font-weight: 900;
    color: #EB3300;
    display: block;
    margin-bottom: 5px;
    line-height: 1;
}

.why-choose-card-title {
    font-size: 15px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 6px;
    line-height: 1.35;
}

.why-choose-card-desc {
    font-size: 12.5px;
    line-height: 1.55;
    color: #64748b;
    margin-bottom: 0;
}

.why-choose-btn {
    background: #EB3300 !important;
    border: 1px solid #EB3300 !important;
    color: #ffffff !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    padding: 10px 24px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.why-choose-btn:hover {
    background: #d02c00 !important;
    border-color: #d02c00 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: none !important;
}

.why-choose-wa-btn {
    background: #25D366 !important;
    border: 1px solid #25D366 !important;
    color: #ffffff !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    padding: 10px 24px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.why-choose-wa-btn:hover {
    background: #1eb956 !important;
    border-color: #1eb956 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: none !important;
}

.why-choose-google-btn {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 7px 16px !important;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.why-choose-google-btn:hover {
    border-color: #4285F4 !important;
    background: #f8faff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(66, 133, 244, 0.12) !important;
}

.google-icon-circle-mini {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.why-choose-google-title {
    font-size: 13px;
    font-weight: 800;
    color: #111827;
}

.why-choose-google-sub {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    margin-top: 2px;
}

/* ==========================================================================
   Premium Service Cards Redesign (Clean & Modern)
   ========================================================================== */
.premium-service-card {
    background: #ffffff;
    border: 1px solid #e8ecf2;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.premium-service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(235, 51, 0, 0.3);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.service-card-media {
    height: 195px;
    position: relative;
    overflow: hidden;
    background: #111827;
}

.service-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.premium-service-card:hover .service-card-img {
    transform: scale(1.06);
}

.service-card-body {
    padding: 20px 18px 12px 18px;
}

.service-card-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 8px;
}

.service-card-title a {
    color: #111827;
    text-decoration: none;
    transition: color 0.2s ease;
}

.premium-service-card:hover .service-card-title a,
.service-card-title a:hover {
    color: #EB3300;
}

.service-card-desc {
    font-size: 13.5px;
    line-height: 1.55;
    color: #64748b;
    margin-bottom: 0;
}

.service-card-footer {
    padding: 14px 18px 18px 18px;
}

.btn-service-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    width: 100%;
    background: #25D366 !important;
    border: 1px solid #25D366 !important;
    color: #ffffff !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.28) !important;
    cursor: pointer;
}

.btn-service-action:hover {
    background: #1eb956 !important;
    border-color: #1eb956 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.42) !important;
}

/* ==========================================================================
   Modern Sleek Footer Redesign
   ========================================================================== */
.modern-footer {
    background: #0d1117 !important;
    color: #94a3b8;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-top-strip {
    background: rgba(255, 255, 255, 0.025);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 24px 0;
}

.footer-dispatch-icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: rgba(235, 51, 0, 0.12);
    border: 1px solid rgba(235, 51, 0, 0.25);
    color: #EB3300;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    flex-shrink: 0;
}

.footer-dispatch-title {
    color: #ffffff;
    font-size: 19px;
    font-weight: 800;
}

.footer-dispatch-sub {
    color: #94a3b8;
    font-size: 15px;
}

.btn-footer-call {
    background: #EB3300 !important;
    color: #ffffff !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    padding: 10px 22px !important;
    border-radius: 8px !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    border: 1px solid #EB3300;
    transition: all 0.2s ease;
    box-shadow: none !important;
}

.btn-footer-call:hover {
    background: #d02c00 !important;
    border-color: #d02c00 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: none !important;
}

.btn-footer-wa {
    background: #25D366 !important;
    color: #ffffff !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    padding: 10px 22px !important;
    border-radius: 8px !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    border: 1px solid #25D366;
    transition: all 0.2s ease;
    box-shadow: none !important;
}

.btn-footer-wa:hover {
    background: #1eb956 !important;
    border-color: #1eb956 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: none !important;
}

.footer-main-sec {
    padding: 55px 0 45px;
}

.footer-brand-desc {
    font-size: 15px !important;
    line-height: 1.65 !important;
    color: #94a3b8 !important;
}

.footer-rating-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 7px 16px;
    border-radius: 50px;
    font-size: 14px;
}

.footer-rating-stars {
    color: #fbbf24;
    font-size: 12px;
    display: flex;
    gap: 2px;
}

.footer-rating-score {
    font-weight: 800;
    color: #ffffff;
}

.footer-rating-text {
    color: #94a3b8;
}

.footer-social-links {
    display: flex;
    align-items: center;
    gap: 9px;
}

.footer-social-btn {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.footer-social-btn:hover {
    background: #EB3300;
    border-color: #EB3300;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.footer-widget-title {
    color: #ffffff;
    font-size: 17.5px;
    font-weight: 800;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 9px;
    letter-spacing: -0.2px;
}

.footer-widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 2.5px;
    background: #EB3300;
    border-radius: 2px;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links-list li a {
    color: #94a3b8;
    font-size: 15px !important;
    text-decoration: none !important;
    transition: all 0.2s ease;
    display: inline-block;
}

.footer-links-list li a:hover {
    color: #EB3300;
    transform: translateX(4px);
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    font-size: 15px !important;
    line-height: 1.55 !important;
    color: #94a3b8;
}

.footer-icon-box {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(235, 51, 0, 0.12);
    border: 1px solid rgba(235, 51, 0, 0.25);
    color: #EB3300;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
    margin-top: 1px;
    transition: all 0.25s ease;
}

.footer-contact-item:hover .footer-icon-box {
    background: #EB3300;
    border-color: #EB3300;
    color: #ffffff;
    transform: translateY(-1px);
}

.footer-contact-text {
    flex: 1;
}

.footer-phone-link {
    color: #ffffff;
    font-weight: 800;
    font-size: 16px !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.footer-phone-link:hover {
    color: #EB3300;
}

.badge-live-pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    display: inline-block;
    box-shadow: 0 0 7px #22c55e;
}

.footer-bottom-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 0;
    background: #090c10;
    font-size: 14.5px !important;
    color: #64748b;
}

.footer-copyright-text {
    font-size: 14.5px !important;
}

.footer-tagline-text {
    font-size: 14.5px !important;
}

.footer-copyright-text a {
    color: #cbd5e1;
    text-decoration: none;
}

.footer-copyright-text a:hover {
    color: #EB3300;
}

/* ==========================================================================
   Quick Callback & WhatsApp Popup Modal
   ========================================================================== */
.callback-modal .modal-dialog {
    max-width: 440px;
    margin: 1.5rem auto;
}

.callback-modal-content {
    background: #111726 !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 20px !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(255, 255, 255, 0.05) !important;
    overflow: hidden;
}

.modal-brand-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex-shrink: 0;
}

.modal-badge-emergency {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #4ade80;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 50px;
    margin-bottom: 6px;
}

.callback-modal-title {
    font-size: 20px !important;
    font-weight: 800 !important;
    letter-spacing: -0.3px;
    color: #ffffff !important;
    margin-bottom: 2px;
}

.callback-modal-sub {
    font-size: 13px !important;
    color: #94a3b8 !important;
    line-height: 1.4;
}

.callback-modal-close {
    top: 18px;
    right: 18px;
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.callback-modal-close:hover {
    opacity: 1;
}

.modal-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.modal-input-icon {
    position: absolute;
    left: 16px;
    color: #EB3300;
    font-size: 15px;
    pointer-events: none;
    transition: color 0.2s ease;
}

.modal-input-field {
    width: 100%;
    height: 52px;
    padding: 10px 16px 10px 46px;
    background: #1a2236 !important;
    border: 1.5px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 12px !important;
    color: #ffffff !important;
    font-size: 14.5px !important;
    font-weight: 500;
    outline: none;
    transition: all 0.25s ease;
}

.modal-input-field::placeholder {
    color: #64748b !important;
}

.modal-input-field:focus {
    background: #1e2840 !important;
    border-color: #25D366 !important;
    box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.2) !important;
}

.modal-submit-wa {
    width: 100%;
    height: 52px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
    transition: all 0.25s ease;
}

.modal-submit-wa:hover {
    background: linear-gradient(135deg, #2bf074 0%, #15a191 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.5);
}

.modal-submit-wa:active {
    transform: translateY(0);
}

@media (max-width: 576px) {
    .callback-modal .modal-dialog {
        margin: 1rem;
    }
    .callback-modal-content {
        border-radius: 16px !important;
    }
    .callback-modal-title {
        font-size: 18px !important;
    }
    .callback-modal-sub {
        font-size: 12px !important;
    }
    .modal-input-field,
    .modal-submit-wa {
        height: 48px;
        font-size: 14px !important;
    }
}

/* ==========================================================================
   Floating Action Buttons (Call & WhatsApp)
   ========================================================================== */
.floating-contact-wrap {
    position: fixed;
    bottom: 28px;
    left: 24px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 14px;
    pointer-events: auto;
}

.floating-btn {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    border-radius: 50px;
    color: #ffffff !important;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    padding: 0;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    user-select: none;
}

.floating-btn-icon-box {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #ffffff;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.floating-btn-label {
    max-width: 0;
    opacity: 0;
    white-space: nowrap;
    overflow: hidden;
    transition: max-width 0.35s ease, opacity 0.3s ease, padding 0.3s ease;
    padding: 0;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #ffffff;
}

/* Hover expand label effect */
.floating-btn:hover .floating-btn-label {
    max-width: 140px;
    opacity: 1;
    padding: 0 16px 0 4px;
}

/* Floating Call Button */
.floating-call-btn {
    background: linear-gradient(135deg, #EB3300 0%, #c42900 100%);
    box-shadow: 0 6px 22px rgba(235, 51, 0, 0.45);
}

.floating-call-btn:hover {
    transform: scale(1.08) translateY(-2px);
    box-shadow: 0 10px 28px rgba(235, 51, 0, 0.6);
}

/* Floating WhatsApp Button */
.floating-wa-btn {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    box-shadow: 0 6px 22px rgba(37, 211, 102, 0.45);
}

.floating-wa-btn:hover {
    transform: scale(1.08) translateY(-2px);
    box-shadow: 0 10px 28px rgba(37, 211, 102, 0.6);
}

/* Pulse Rings */
.floating-btn-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    animation: floatingPulse 2s infinite cubic-bezier(0.45, 0, 0, 1);
}

.call-pulse {
    background: rgba(235, 51, 0, 0.5);
}

.wa-pulse {
    background: rgba(37, 211, 102, 0.5);
    animation-delay: 0.8s;
}

@keyframes floatingPulse {
    0% {
        transform: scale(0.95);
        opacity: 0.85;
    }
    70% {
        transform: scale(1.55);
        opacity: 0;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

/* Mobile Responsive */
@media (max-width: 576px) {
    .floating-contact-wrap {
        bottom: 20px;
        left: 16px;
        gap: 10px;
    }

    .floating-btn-icon-box {
        width: 46px;
        height: 46px;
        font-size: 20px;
    }

    .floating-btn-pulse {
        width: 46px;
        height: 46px;
    }
}