/* Lifted from the live site's home pages; scoped to .apex-home by tools/scope_css.py. */
/* Prevent horizontal scroll */html {
            overflow-x: hidden;
        }
/* Override body margin for hero page */body.apex-home {
            margin-top: 0 !important;
        }
/* Clean, Professional Styles */.apex-home section.hero {
            background: var(--wp--preset--color--brand-700);
            height: 100vh;
            width: 100%;
            max-width: 100vw;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }
.apex-home .hero-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }
/* Hero Slideshow Background */.apex-home .hero-slideshow {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            overflow: hidden;
        }
.apex-home .hero-slideshow img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
            opacity: 0;
            transition: opacity 1.5s ease-in-out;
        }
/* Image 1: slight left focus */.apex-home .hero-slideshow img:first-child {
            object-position: 40% center;
        }
/* Images 2, 3, 4: focus more downward */.apex-home .hero-slideshow img:nth-child(2), .apex-home .hero-slideshow img:nth-child(3), .apex-home .hero-slideshow img:nth-child(4) {
            object-position: center 85%;
        }
/* Image 5 (last): default center */.apex-home .hero-slideshow img:nth-child(5) {
            object-position: center center;
        }
.apex-home .hero-slideshow img.active {
            opacity: 1;
        }
/* Dark overlay for better text readability */.apex-home .hero-slideshow::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgb(from var(--wp--preset--color--brand-700) r g b / 0.4);
            z-index: 1;
        }
.apex-home .hero-content {
            position: relative;
            z-index: 2;
            color: var(--wp--preset--color--brand-700);
            text-align: center;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 1rem;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: center;
            min-height: 75vh;
            padding-bottom: 0;
        }
@media (max-width: 768px) {.apex-home .hero-content {
                padding: 1rem 0.5rem;
                min-height: 75vh;
                padding-bottom: 0;
                justify-content: flex-end;
            }
.apex-home section.hero {
                background-size: cover;
                background-position: center center;
            }

        }
.apex-home .hero-top-content {
            padding-top: 0;
            margin-top: -6rem;
            margin-bottom: 0;
        }
.apex-home .hero-bottom-content {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            margin-bottom: 2rem;
            align-items: center;
            text-align: center;
            width: 100%;
        }
.apex-home .hero-title {
            font-size: clamp(1.5rem, 3vw, 2.2rem);
            font-weight: 700;
            margin-bottom: 0.8rem;
            line-height: 1.2;
            color: var(--wp--preset--color--white);
            text-align: center;
        }
.apex-home .hero-subtitle {
            font-size: clamp(0.9rem, 1.8vw, 1.1rem);
            margin-bottom: 1rem;
            line-height: 1.5;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            color: var(--wp--preset--color--white);
        }
.apex-home .hero-form {
            background: rgb(from var(--wp--preset--color--white) r g b / 0.95);
            padding: 2rem;
            border-radius: 12px;
            margin: 2rem auto;
            max-width: 600px;
            box-shadow: 0 20px 40px rgb(from var(--wp--preset--color--brand-700) r g b / 0.1);
        }
/* Skinny Horizontal Form */.apex-home .hero-form-skinny {
            margin: 1rem 0;
        }
.apex-home .hero-form-skinny h3 {
            font-size: 1.1rem !important;
            margin-bottom: 0.8rem !important;
        }
.apex-home .skinny-form {
            background: rgb(from var(--wp--preset--color--white) r g b / 0.1);
            backdrop-filter: blur(10px);
            border: 1px solid rgb(from var(--wp--preset--color--white) r g b / 0.2);
            border-radius: 12px;
            padding: 1rem;
            box-shadow: 0 8px 32px rgb(from var(--wp--preset--color--brand-700) r g b / 0.3);
        }
.apex-home .skinny-form-row {
            display: grid;
            grid-template-columns: 1fr 1fr 1.2fr 1fr 1.2fr;
            gap: 1rem;
            align-items: center;
        }
/* Hero Responsive Breakpoints *//* Large Tablet - 1100px */@media (max-width: 1100px) {.apex-home .hero-text-card {
                margin-top: 18rem !important;
                padding: 1.25rem 2.5rem !important;
            }
.apex-home .hero-text-card .btn {
                font-size: 1.1rem !important;
                padding: 0.875rem 2rem !important;
            }

        }
/* Tablet - 900px */@media (max-width: 900px) {.apex-home .hero-text-card {
                margin-top: 14rem !important;
                padding: 1.25rem 2rem !important;
            }
.apex-home .hero-text-card .btn {
                font-size: 1rem !important;
                padding: 0.75rem 1.5rem !important;
            }

        }
/* Mobile - 768px */@media (max-width: 768px) {.apex-home .skinny-form-row {
                grid-template-columns: 1fr;
                gap: 0.75rem;
            }
.apex-home .hero-title {
                font-size: 1rem !important;
                margin-bottom: 0.5rem !important;
            }
.apex-home .hero-subtitle {
                font-size: 0.75rem !important;
                padding: 0;
                margin-bottom: 0.5rem !important;
                line-height: 1.4 !important;
            }
.apex-home .skinny-form {
                padding: 1rem;
            }
/* Hide badges on mobile */.apex-home .hero-badges {
                display: none !important;
            }
.apex-home .hero-text-card {
                order: 2;
                padding: 0.875rem 1rem !important;
                margin-top: 12rem !important;
                margin-left: 0.25rem !important;
                margin-right: 0.25rem !important;
                max-width: calc(100% - 0.5rem) !important;
                width: calc(100% - 0.5rem) !important;
            }
.apex-home .hero-text-card .btn {
                font-size: 0.8rem !important;
                padding: 0.55rem 0.9rem !important;
            }
.apex-home .hero-bottom-content {
                padding: 0 0.25rem !important;
            }
/* Better mobile spacing */.apex-home section {
                padding-left: 0.75rem !important;
                padding-right: 0.75rem !important;
            }

        }
/* Small Mobile - 480px */@media (max-width: 480px) {.apex-home .hero-text-card {
                margin-top: 10rem !important;
                padding: 0.6rem !important;
                margin-left: 0.125rem !important;
                margin-right: 0.125rem !important;
                max-width: calc(100% - 0.25rem) !important;
                width: calc(100% - 0.25rem) !important;
            }
.apex-home .hero-text-card .btn {
                font-size: 0.7rem !important;
                padding: 0.45rem 0.65rem !important;
            }
.apex-home .hero-text-card div[style*="display: flex"] {
                flex-direction: row !important;
                flex-wrap: wrap !important;
                gap: 0.4rem !important;
                justify-content: center !important;
                margin-top: 0.75rem !important;
            }
.apex-home .hero-title {
                font-size: 0.9rem !important;
                margin-bottom: 0.4rem !important;
            }
.apex-home .hero-subtitle {
                font-size: 0.7rem !important;
                margin-bottom: 0.4rem !important;
                line-height: 1.3 !important;
            }
.apex-home .hero-bottom-content {
                padding: 0 0.125rem !important;
            }

        }
.apex-home .skinny-input, .apex-home .skinny-select {
            padding: 0.75rem;
            border: 2px solid rgb(from var(--wp--preset--color--white) r g b / 0.2);
            border-radius: 8px;
            background: rgb(from var(--wp--preset--color--white) r g b / 0.9);
            font-size: 0.9rem;
            color: var(--text-secondary);
            transition: all 0.3s ease;
        }
.apex-home .skinny-input:focus, .apex-home .skinny-select:focus {
            outline: none;
            border-color: var(--accent-primary);
            background: rgb(from var(--wp--preset--color--white) r g b / 1);
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(230, 126, 34, 0.3);
        }
.apex-home .skinny-btn {
            padding: 0.75rem 1.5rem;
            font-size: 0.95rem;
            font-weight: 600;
            white-space: nowrap;
        }
.apex-home .form-group {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
            margin-bottom: 1rem;
        }
.apex-home .form-input, .apex-home .form-select {
            padding: 1rem;
            border: 2px solid var(--brand-tertiary);
            border-radius: 8px;
            font-size: 1rem;
            color: var(--text-secondary);
            transition: border-color 0.3s ease;
        }
.apex-home .form-input:focus, .apex-home .form-select:focus {
            outline: none;
            border-color: var(--text-primary);
        }
.apex-home .btn {
            padding: 1rem 2rem;
            border: none;
            border-radius: 8px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            text-align: center;
        }
.apex-home .btn-primary {
            background: var(--accent-primary);
            color: var(--wp--preset--color--white);
        }
.apex-home .btn-primary:hover {
            background: var(--accent-primary);
            transform: translateY(-2px);
        }
.apex-home .btn-block {
            width: 100%;
        }
.apex-home .trust-stats {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 1rem;
            margin: 2rem 0;
            color: var(--wp--preset--color--white);
        }
.apex-home .stat-item {
            text-align: center;
        }
.apex-home .stat-number {
            display: block;
            font-size: 2rem;
            font-weight: 700;
            color: var(--accent-primary);
        }
.apex-home .services-section {
            padding: 4rem 2rem;
            background: #f8f9fa;
        }
.apex-home .section-container {
            max-width: 1200px;
            margin: 0 auto;
        }
.apex-home .section-title {
            font-size: clamp(2rem, 4vw, 3rem);
            color: var(--text-primary);
            text-align: center;
            margin-bottom: 1rem;
        }
.apex-home .section-subtitle {
            font-size: 1.2rem;
            color: var(--text-tertiary);
            text-align: center;
            margin-bottom: 3rem;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }
.apex-home .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            margin-bottom: 3rem;
        }
/* Services Grid Responsive Breakpoints */@media (max-width: 1199px) {.apex-home .services-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 1.5rem;
            }

        }
@media (max-width: 767px) {.apex-home .services-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }

        }
.apex-home .service-card {
            background: var(--wp--preset--color--white);
            border-radius: 12px;
            padding: 2rem;
            box-shadow: 0 4px 20px rgb(from var(--wp--preset--color--brand-700) r g b / 0.08);
            transition: all 0.3s ease;
            border: 1px solid var(--brand-tertiary);
        }
.apex-home .service-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(230, 126, 34, 0.15);
        }
.apex-home .service-image-container {
            position: relative;
            width: 100%;
            height: 300px;
            border-radius: 15px;
            overflow: hidden;
            margin-bottom: 2rem;
            box-shadow: 0 8px 25px rgb(from var(--wp--preset--color--brand-700) r g b / 0.15);
            cursor: pointer;
        }
.apex-home .service-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: transform 0.5s ease, filter 0.3s ease;
            filter: brightness(1.05) contrast(1.1) saturate(1.1);
        }
.apex-home .service-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: var(--gradient-overlay-strong);
            opacity: 0;
            transition: opacity 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--wp--preset--color--white);
            text-align: center;
            padding: 1rem;
        }
.apex-home .service-image-container:hover .service-overlay {
            opacity: 1;
        }
.apex-home .service-image-container:hover .service-image {
            transform: scale(1.08);
            filter: brightness(1.15) contrast(1.15) saturate(1.2);
        }
.apex-home .service-overlay-content h3 {
            font-size: 1.4rem;
            margin-bottom: 0.75rem;
            font-weight: 700;
            color: var(--wp--preset--color--white);
            text-shadow: 0 2px 4px rgb(from var(--wp--preset--color--brand-700) r g b / 0.3);
        }
.apex-home .service-overlay-content p {
            font-size: 1.05rem;
            line-height: 1.5;
            color: var(--wp--preset--color--white);
            text-shadow: 0 1px 2px rgb(from var(--wp--preset--color--brand-700) r g b / 0.2);
        }
.apex-home .offer-image-container {
            position: relative;
            width: 100%;
            height: 250px;
            border-radius: 15px;
            overflow: hidden;
            margin-bottom: 1.5rem;
            box-shadow: 0 8px 25px rgb(from var(--wp--preset--color--brand-700) r g b / 0.15);
            cursor: pointer;
        }
.apex-home .offer-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: transform 0.5s ease, filter 0.3s ease;
            filter: brightness(1.05) contrast(1.1) saturate(1.1);
        }
.apex-home .offer-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: var(--gradient-overlay-strong);
            opacity: 0;
            transition: opacity 0.4s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--wp--preset--color--white);
            text-align: center;
            padding: 1.5rem;
        }
.apex-home .offer-image-container:hover .offer-overlay {
            opacity: 1;
        }
.apex-home .offer-image-container:hover .offer-image {
            transform: scale(1.08);
            filter: brightness(1.15) contrast(1.15) saturate(1.2);
        }
.apex-home .offer-overlay-content h3 {
            font-size: 1.4rem;
            margin-bottom: 0.75rem;
            font-weight: 700;
            color: var(--wp--preset--color--white);
            text-shadow: 0 2px 4px rgb(from var(--wp--preset--color--brand-700) r g b / 0.3);
        }
.apex-home .offer-overlay-content p {
            font-size: 1.05rem;
            line-height: 1.5;
            color: var(--wp--preset--color--white);
            text-shadow: 0 1px 2px rgb(from var(--wp--preset--color--brand-700) r g b / 0.2);
        }
.apex-home .service-title {
            font-size: 1.5rem;
            color: var(--text-primary);
            margin-bottom: 1rem;
            font-weight: 600;
        }
.apex-home .service-description {
            color: var(--text-tertiary);
            line-height: 1.6;
            margin-bottom: 1.5rem;
        }
.apex-home .service-features {
            list-style: none;
            padding: 0;
        }
.apex-home .expand-btn {
            background: none;
            border: 2px solid var(--brand-primary);
            color: var(--text-primary);
            padding: 0.75rem 1.5rem;
            border-radius: 6px;
            cursor: pointer;
            font-weight: 500;
            transition: all 0.3s ease;
            margin-top: 1rem;
        }
.apex-home .expand-btn:hover {
            background: var(--brand-primary);
            color: var(--wp--preset--color--white);
        }
.apex-home .service-details {
            margin-top: 1.5rem;
            padding-top: 1.5rem;
            border-top: 1px solid var(--brand-tertiary);
        }
.apex-home .service-details.hidden {
            display: none;
        }
.apex-home .offers-section {
            padding: 4rem 2rem;
            background: var(--wp--preset--color--white);
        }
/* Interactive Offers Section Styles */.apex-home .interactive-offers-section {
            padding: 4rem 2rem;
            background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-tertiary) 100%);
        }
/* Hero Values Cards */.apex-home .values-hero-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin: 3rem 0;
        }
.apex-home .value-hero-card {
            background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-tertiary) 100%);
            border: 2px solid transparent;
            border-radius: 16px;
            padding: 2.5rem;
            text-align: center;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }
.apex-home .value-hero-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(0, 113, 188, 0.05) 0%, rgba(48, 156, 107, 0.05) 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }
.apex-home .value-hero-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(230, 126, 34, 0.15);
            border-color: var(--text-primary);
        }
.apex-home .value-hero-card:hover::before {
            opacity: 1;
        }
.apex-home .value-hero-card.rn-administered:hover {
            border-color: var(--accent-primary);
            box-shadow: 0 20px 40px rgba(230, 126, 34, 0.25), 0 0 30px rgba(230, 126, 34, 0.2);
        }
.apex-home .value-hero-card.eco-friendly:hover {
            border-color: var(--accent-primary);
        }
.apex-home .value-hero-card.locally-focused:hover {
            border-color: var(--accent-primary);
        }
.apex-home .value-hero-content {
            position: relative;
            z-index: 2;
        }
.apex-home .value-icon-text {
            background: linear-gradient(135deg, var(--brand-primary), var(--accent-hover));
            color: var(--wp--preset--color--white);
            font-size: 0.8rem;
            font-weight: 700;
            letter-spacing: 1px;
            padding: 8px 16px;
            border-radius: 20px;
            margin-bottom: 1.5rem;
            display: inline-block;
            text-align: center;
        }
.apex-home .value-hero-card.eco-friendly .value-icon-text {
            background: linear-gradient(135deg, #059669, #047857);
        }
.apex-home .value-hero-card.locally-focused .value-icon-text {
            background: var(--gradient-brand);
        }
.apex-home .value-hero-card h3 {
            color: var(--text-primary);
            font-size: 1.4rem;
            font-weight: 600;
            margin-bottom: 1rem;
            line-height: 1.3;
        }
.apex-home .value-hero-card p {
            color: var(--text-tertiary);
            line-height: 1.6;
            font-size: 1rem;
        }
/* Service Accordions */.apex-home .services-accordion-container {
            margin: 4rem 0;
        }
.apex-home .accordion-title {
            text-align: center;
            color: var(--text-primary);
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 2rem;
        }
.apex-home .service-accordion-item {
            background: var(--wp--preset--color--white);
            border: 2px solid var(--brand-tertiary);
            border-radius: 16px;
            margin-bottom: 1rem;
            overflow: hidden;
            transition: all 0.3s ease;
        }
.apex-home .service-accordion-item:hover {
            border-color: var(--text-primary);
            box-shadow: 0 8px 25px rgba(230, 126, 34, 0.1);
        }
.apex-home .service-accordion-item.active {
            border-color: var(--text-primary);
            box-shadow: 0 8px 25px rgba(230, 126, 34, 0.15);
        }
.apex-home .accordion-header {
            cursor: pointer;
            padding: 1.5rem;
            background: linear-gradient(135deg, var(--bg-secondary) 0%, #f1f5f9 100%);
            transition: all 0.3s ease;
        }
.apex-home .service-accordion-item:hover .accordion-header {
            background: linear-gradient(135deg, var(--accent-subtle) 0%, #FFF5E6 100%);
        }
.apex-home .service-accordion-item.active .accordion-header {
            background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-tertiary) 100%);
        }
.apex-home .accordion-header-content {
            display: flex;
            align-items: center;
            gap: 1.5rem;
        }
.apex-home .accordion-image {
            width: 80px;
            height: 60px;
            border-radius: 8px;
            object-fit: cover;
            flex-shrink: 0;
            transition: all 0.3s ease;
            cursor: pointer;
        }
.apex-home .accordion-image:hover {
            transform: scale(1.05);
            filter: brightness(1.1);
            box-shadow: 0 4px 15px rgb(from var(--wp--preset--color--brand-700) r g b / 0.2);
        }
.apex-home .accordion-text {
            flex: 1;
        }
.apex-home .accordion-text h4 {
            color: var(--text-primary);
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }
.apex-home .accordion-text p {
            color: var(--text-tertiary);
            font-size: 0.95rem;
            margin: 0;
        }
.apex-home .accordion-toggle {
            width: 40px;
            height: 40px;
            background: var(--text-primary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--wp--preset--color--white);
            font-size: 1.5rem;
            font-weight: bold;
            transition: all 0.3s ease;
            flex-shrink: 0;
        }
.apex-home .service-accordion-item:hover .accordion-toggle {
            background: var(--accent-hover);
            transform: scale(1.1);
        }
/* Open/close animates the grid row (0fr -> 1fr) rather than max-height: the old 1000px cap cut
   off panels that are taller on phones (1587px). */
.apex-home .accordion-content {
            display: grid;
            grid-template-rows: 0fr;
            max-height: none;
            overflow: hidden;
            transition: grid-template-rows 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }
.apex-home .accordion-content > * {
            min-height: 0;
            overflow: hidden;
        }
.apex-home .service-accordion-item.active .accordion-content {
            grid-template-rows: 1fr;
            max-height: none;
        }
/* A 0fr row can't shrink the inner grid's padding and top border, so a closed panel kept a
   65px strip; collapse them while closed, animated with the row. */
.apex-home .service-accordion-item .accordion-content-grid {
            transition: padding 0.5s cubic-bezier(0.4, 0, 0.2, 1), border-top-width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }
.apex-home .service-accordion-item:not(.active) .accordion-content-grid {
            padding-top: 0;
            padding-bottom: 0;
            border-top-width: 0;
        }
.apex-home .accordion-content-grid {
            display: grid;
            grid-template-columns: 1fr 400px;
            gap: 2rem;
            padding: 2rem;
            border-top: 1px solid var(--brand-tertiary);
        }
.apex-home .content-text {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }
.apex-home .service-features h5, .apex-home .service-benefits h5 {
            color: var(--text-primary);
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }
.apex-home .service-features ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
.apex-home .service-features ul li {
            padding: 0.5rem 0;
            color: var(--text-secondary);
            font-size: 0.95rem;
            display: flex;
            align-items: center;
            gap: 0.75rem;
            list-style: none;
        }
.apex-home .service-features ul li::before {
            content: '✓';
            color: var(--accent-primary);
            font-weight: bold;
            font-size: 18px;
            flex-shrink: 0;
            width: 20px;
            text-align: center;
        }
.apex-home .service-benefits p {
            color: var(--text-tertiary);
            line-height: 1.6;
            margin: 0;
        }
.apex-home .content-visual {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }
.apex-home .feature-image {
            width: 100%;
            height: 200px;
            border-radius: 12px;
            object-fit: cover;
            transition: all 0.3s ease;
            cursor: pointer;
        }
/* The class sits on the image block's <figure>: size and crop the <img> inside it */
.apex-home .feature-image {
            overflow: hidden;
        }
.apex-home .wp-block-image.feature-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
.apex-home .feature-image:hover {
            transform: scale(1.05);
            filter: brightness(1.1);
            box-shadow: 0 8px 25px rgb(from var(--wp--preset--color--brand-700) r g b / 0.15);
        }
.apex-home .pricing-highlight {
            background: linear-gradient(135deg, var(--brand-primary), var(--accent-hover));
            color: var(--wp--preset--color--white);
            padding: 1rem;
            border-radius: 8px;
            text-align: center;
        }
.apex-home .pricing-highlight p {
            margin: 0;
            font-size: 1.1rem;
            color: var(--wp--preset--color--white);
        }
/* Trust Statement */.apex-home .trust-statement {
            background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-tertiary) 100%);
            border-radius: 16px;
            padding: 3rem;
            text-align: center;
            margin-top: 3rem;
        }
.apex-home .trust-content h3 {
            color: var(--text-primary);
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
        }
.apex-home .trust-content p {
            color: var(--text-tertiary);
            font-size: 1.1rem;
            line-height: 1.6;
            max-width: 800px;
            margin: 0 auto 2rem;
        }
.apex-home .trust-badges {
            display: flex;
            justify-content: center;
            gap: 2rem;
            flex-wrap: wrap;
        }
.apex-home .trust-badge {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.5rem;
        }
.apex-home .trust-badge .badge-text {
            background: var(--gradient-brand);
            color: var(--wp--preset--color--white);
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 1px;
            padding: 6px 12px;
            border-radius: 15px;
            display: inline-block;
        }
.apex-home .trust-badge p {
            color: var(--text-primary);
            font-weight: 600;
            margin: 0;
            font-size: 0.9rem;
        }
/* Responsive Design */@media (max-width: 768px) {.apex-home .values-hero-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
                margin: 2rem 0;
            }
.apex-home .accordion-header-content {
                flex-direction: column;
                text-align: center;
                gap: 1rem;
            }
.apex-home .accordion-content-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
                padding: 1.5rem;
            }
.apex-home .trust-badges {
                gap: 1rem;
            }
.apex-home .trust-statement {
                padding: 2rem 1.5rem;
            }

        }
.apex-home .offers-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-bottom: 3rem;
        }
.apex-home .offer-card {
            text-align: center;
            padding: 2rem;
        }
.apex-home .offer-icon {
            width: 80px;
            height: 80px;
            background: var(--gradient-brand);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            font-size: 2rem;
            color: var(--wp--preset--color--white);
        }
.apex-home .popular-services {
            list-style: none;
            padding: 0;
            text-align: left;
        }
.apex-home .popular-services li {
            padding: 0.75rem 0;
            border-bottom: 1px solid var(--bg-tertiary);
            color: var(--text-secondary);
        }
/* Why Choose Section */.apex-home .why-choose-section {
            padding: 4rem 2rem;
            background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-tertiary) 100%);
            position: relative;
        }
.apex-home .why-choose-header {
            text-align: center;
            margin-bottom: 4rem;
        }
.apex-home .why-choose-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            margin-bottom: 4rem;
        }
/* Benefits Column */.apex-home .benefits-column {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }
.apex-home .benefit-card {
            background: var(--wp--preset--color--white);
            border-radius: 16px;
            padding: 2rem;
            border: 2px solid transparent;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgb(from var(--wp--preset--color--brand-700) r g b / 0.08);
        }
.apex-home .benefit-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(230, 126, 34, 0.15);
            border-color: var(--text-primary);
        }
.apex-home .benefit-header {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1rem;
        }
.apex-home .benefit-number {
            background: linear-gradient(135deg, var(--brand-primary), var(--accent-hover));
            color: var(--wp--preset--color--white);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 1.1rem;
            flex-shrink: 0;
        }
.apex-home .benefit-card h3 {
            color: var(--text-primary);
            font-size: 1.2rem;
            font-weight: 600;
            margin: 0;
        }
.apex-home .benefit-card p {
            color: var(--text-tertiary);
            line-height: 1.6;
            margin: 0;
        }
/* Values Column */.apex-home .values-column {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }
.apex-home .values-hero-image {
            position: relative;
            border-radius: 16px;
            overflow: hidden;
            height: 300px;
        }
.apex-home .values-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.3s ease;
        }
.apex-home .values-hero-image:hover .values-image {
            transform: scale(1.05);
        }
.apex-home .values-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: var(--gradient-overlay);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
.apex-home .values-hero-image:hover .values-overlay {
            opacity: 1;
        }
.apex-home .values-overlay-content {
            text-align: center;
            color: var(--wp--preset--color--white);
        }
.apex-home .values-overlay-content h3 {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            line-height: 1.2;
        }
.apex-home .values-overlay-content p {
            font-size: 1.1rem;
            opacity: 0.9;
        }
.apex-home .core-values {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }
.apex-home .core-value {
            background: var(--wp--preset--color--white);
            border-radius: 12px;
            padding: 1.5rem;
            border-left: 4px solid var(--accent-primary);
            transition: all 0.3s ease;
        }
.apex-home .core-value:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(230, 126, 34, 0.15);
        }
.apex-home .core-value h4 {
            color: var(--text-primary);
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }
.apex-home .core-value p {
            color: var(--text-tertiary);
            line-height: 1.5;
            margin: 0;
            font-size: 0.95rem;
        }
/* CTA Section */.apex-home .why-choose-cta {
            background: linear-gradient(135deg, var(--brand-primary), var(--accent-hover));
            border-radius: 20px;
            padding: 3rem;
            text-align: center;
            color: var(--wp--preset--color--white);
            margin-bottom: 3rem;
        }
.apex-home .cta-content h3 {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 1rem;
            color: var(--wp--preset--color--white);
        }
.apex-home .cta-content p {
            font-size: 1.1rem;
            margin-bottom: 2rem;
            opacity: 0.9;
            color: var(--wp--preset--color--white);
        }
.apex-home .cta-button {
            background: var(--gradient-brand);
            color: var(--wp--preset--color--white);
            border: none;
            padding: 1rem 2rem;
            border-radius: 12px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
.apex-home .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(230, 126, 34, 0.3);
        }
/* Powered By */.apex-home .powered-by {
            text-align: center;
            padding-top: 2rem;
            border-top: 1px solid var(--brand-tertiary);
        }
.apex-home .powered-by p {
            color: var(--text-light);
            font-size: 0.9rem;
            margin-bottom: 0.5rem;
        }
.apex-home .powered-by img {
            height: 30px;
            opacity: 0.7;
        }
/* Responsive Design */@media (max-width: 768px) {.apex-home .why-choose-content {
                grid-template-columns: 1fr;
                gap: 2rem;
            }
.apex-home .values-hero-image {
                height: 250px;
            }
.apex-home .values-overlay-content h3 {
                font-size: 1.5rem;
            }
.apex-home .why-choose-cta {
                padding: 2rem;
            }
.apex-home .cta-content h3 {
                font-size: 1.5rem;
            }

        }
.apex-home .trust-section {
            padding: 4rem 2rem;
            background: linear-gradient(135deg, var(--text-primary) 0%, var(--text-secondary) 100%);
            color: var(--wp--preset--color--white);
        }
.apex-home .trust-features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin: 3rem 0;
        }
.apex-home .trust-feature {
            text-align: center;
            padding: 2rem;
        }
.apex-home .feature-icon {
            width: 80px;
            height: 80px;
            background: rgb(from var(--wp--preset--color--white) r g b / 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            font-size: 2rem;
        }
.apex-home .feature-title {
            font-size: 1.3rem;
            margin-bottom: 1rem;
            color: var(--wp--preset--color--white);
        }
.apex-home .feature-description {
            color: var(--text-light);
            line-height: 1.6;
        }
.apex-home .values-section {
            margin-top: 3rem;
            text-align: center;
        }
.apex-home .values-title {
            font-size: 2rem;
            margin-bottom: 1rem;
            color: var(--wp--preset--color--white);
        }
.apex-home .values-description {
            font-size: 1.1rem;
            color: var(--text-light);
            line-height: 1.6;
            max-width: 800px;
            margin: 0 auto 2rem;
        }
.apex-home .values-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 2rem;
        }
.apex-home .value-item {
            background: rgb(from var(--wp--preset--color--white) r g b / 0.05);
            padding: 2rem;
            border-radius: 12px;
            text-align: left;
        }
.apex-home .value-title {
            font-size: 1.3rem;
            margin-bottom: 1rem;
            color: var(--wp--preset--color--white);
        }
.apex-home .value-description {
            color: var(--text-light);
            line-height: 1.6;
        }
.apex-home .footer {
            background: var(--text-primary);
            color: var(--wp--preset--color--white);
            padding: 3rem 2rem 1rem;
        }
.apex-home .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            max-width: 1200px;
            margin: 0 auto 2rem;
        }
.apex-home .footer-section h4 {
            color: var(--text-primary);
            margin-bottom: 1rem;
        }
.apex-home .footer-links {
            list-style: none;
            padding: 0;
        }
.apex-home .footer-links a {
            color: var(--text-light);
            text-decoration: none;
            transition: color 0.3s ease;
        }
.apex-home .footer-links a:hover {
            color: var(--wp--preset--color--white);
        }
.apex-home .footer-bottom {
            border-top: 1px solid var(--text-secondary);
            padding-top: 1rem;
            text-align: center;
            color: var(--text-light);
        }
/* Advanced Interactive Elements & Animations */@keyframes fadeInUp {from {
                opacity: 0;
                transform: translateY(30px);
            }
to {
                opacity: 1;
                transform: translateY(0);
            }

        }
@keyframes slideInLeft {from {
                opacity: 0;
                transform: translateX(-50px);
            }
to {
                opacity: 1;
                transform: translateX(0);
            }

        }
@keyframes slideInRight {from {
                opacity: 0;
                transform: translateX(50px);
            }
to {
                opacity: 1;
                transform: translateX(0);
            }

        }
@keyframes float {0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-10px); }

        }
@keyframes pulse {0%, 100% { opacity: 1; }
50% { opacity: 0.8; }

        }
@keyframes shimmer {0% { transform: translateX(-100%); }
100% { transform: translateX(100%); }

        }
@keyframes bounceIn {0% {
                opacity: 0;
                transform: scale(0.3);
            }
50% {
                opacity: 1;
                transform: scale(1.05);
            }
70% {
                transform: scale(0.9);
            }
100% {
                opacity: 1;
                transform: scale(1);
            }

        }
/* Animation Classes */.apex-home .animate-on-scroll {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease-out;
        }
.apex-home .animate-on-scroll.in-view {
            opacity: 1;
            transform: translateY(0);
        }
.apex-home .animate-slide-left {
            animation: slideInLeft 1s ease-out forwards;
        }
.apex-home .animate-slide-right {
            animation: slideInRight 1s ease-out forwards;
        }
.apex-home .floating-element {
            animation: float 3s ease-in-out infinite;
        }
.apex-home .pulse-element {
            animation: pulse 2s ease-in-out infinite;
        }
/* Enhanced Service Cards with Interactive Tabs */.apex-home .service-card {
            position: relative;
            overflow: visible;
            transition: all 0.4s ease;
            background: transparent;
            border-radius: 0;
            box-shadow: none;
            border: none;
            display: flex;
            flex-direction: column;
            height: 100%;
        }
.apex-home .service-card::before {
            display: none;
        }
.apex-home .service-card:hover::before {
            display: none;
        }
.apex-home .service-card:hover {
            transform: none;
            box-shadow: none;
            border-color: transparent;
        }
/* Service Card Tabs System */.apex-home .service-tabs {
            margin-top: 1.5rem;
            background: transparent;
            border-radius: 12px;
            overflow: hidden;
            border: none;
            flex: 0 0 auto;
            display: flex;
            flex-direction: column;
            min-height: fit-content;
        }
/* Service tab styles now in sections.css */.apex-home .service-tab-panel h4 {
            color: var(--text-primary);
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            gap: 8px;
        }
.apex-home .service-tab-panel .tab-icon {
            width: 20px;
            height: 20px;
            background: var(--accent-primary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            color: var(--wp--preset--color--white);
        }
.apex-home .service-feature-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
.apex-home .service-feature-list li {
            padding: 8px 0;
            color: var(--text-tertiary);
            font-size: 14px;
            line-height: 1.5;
            display: flex;
            align-items: center;
            gap: 12px;
            border-bottom: 1px solid #f1f5f9;
        }
.apex-home .service-feature-list li:last-child {
            border-bottom: none;
        }
.apex-home .service-feature-list li::before {
            content: '✓';
            color: var(--accent-primary);
            font-weight: bold;
            font-size: 18px;
            flex-shrink: 0;
            width: 20px;
            text-align: center;
        }
/* Compact Card Mode */.apex-home .service-card.compact .service-tabs {
            margin-top: 1rem;
        }
.apex-home .service-card.compact .service-tab-content {
            padding: 1rem;
        }
.apex-home .service-card.compact .service-tab-btn {
            padding: 10px 12px;
            font-size: 13px;
        }
/* Enhanced Image Containers */.apex-home .service-image-container, .apex-home .offer-image-container {
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }
.apex-home .service-image-container::after, .apex-home .offer-image-container::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgb(from var(--wp--preset--color--white) r g b / 0.3), transparent);
            transition: left 0.8s ease;
            z-index: 3;
        }
.apex-home .service-image-container:hover::after, .apex-home .offer-image-container:hover::after {
            left: 100%;
        }
/* Interactive Button Enhancements */.apex-home .btn, .apex-home .expand-btn {
            position: relative;
            overflow: hidden;
            z-index: 1;
        }
.apex-home .btn::before, .apex-home .expand-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgb(from var(--wp--preset--color--white) r g b / 0.2), transparent);
            transition: left 0.5s ease;
            z-index: -1;
        }
.apex-home .btn:hover::before, .apex-home .expand-btn:hover::before {
            left: 100%;
        }
.apex-home .btn-primary {
            box-shadow: 0 4px 15px rgba(230, 126, 34, 0.3);
            transition: all 0.3s ease;
        }
.apex-home .btn-primary:hover {
            box-shadow: 0 8px 25px rgba(230, 126, 34, 0.4);
        }
/* Stat Counter Animation */.apex-home .stat-number {
            transition: all 0.3s ease;
        }
.apex-home .stat-item:hover .stat-number {
            transform: scale(1.1);
            text-shadow: 0 0 20px rgba(230, 126, 34, 0.6);
        }
/* Trust Feature Enhancements */.apex-home .trust-feature {
            transition: all 0.4s ease;
            border-radius: 12px;
            position: relative;
            overflow: hidden;
        }
.apex-home .trust-feature:hover {
            transform: translateY(-8px);
            background: rgb(from var(--wp--preset--color--white) r g b / 0.1);
        }
.apex-home .feature-icon {
            transition: all 0.4s ease;
        }
.apex-home .trust-feature:hover .feature-icon {
            transform: scale(1.1) rotate(5deg);
            background: rgba(230, 126, 34, 0.2);
        }
/* Hero Form Enhancements */.apex-home .hero-form {
            position: relative;
            overflow: hidden;
        }
.apex-home .hero-form::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent, rgba(230, 126, 34, 0.1), transparent);
            animation: shimmer 3s ease-in-out infinite;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
.apex-home .hero-form:hover::before {
            opacity: 1;
        }
.apex-home .form-input, .apex-home .form-select {
            transition: all 0.3s ease;
        }
.apex-home .form-input:focus, .apex-home .form-select:focus {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(230, 126, 34, 0.15);
        }
/* Progress Indicators */.apex-home .progress-indicator {
            position: fixed;
            top: 0;
            left: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--brand-primary), var(--accent-primary));
            z-index: 9999;
            transition: width 0.3s ease;
        }
/* Scroll-triggered animations */.apex-home .stagger-animation {
            animation-delay: calc(var(--stagger-delay, 0) * 0.2s);
        }
/* Value Items Enhancement */.apex-home .value-item {
            transition: all 0.4s ease;
            border: 1px solid rgb(from var(--wp--preset--color--white) r g b / 0.1);
        }
.apex-home .value-item:hover {
            transform: translateY(-8px);
            background: rgb(from var(--wp--preset--color--white) r g b / 0.1);
            border-color: rgba(230, 126, 34, 0.3);
        }
/* Offer Card Enhancements */.apex-home .offer-card {
            transition: all 0.4s ease;
            border-radius: 12px;
            padding: 2rem;
            position: relative;
            overflow: hidden;
        }
.apex-home .offer-card:hover {
            transform: translateY(-8px);
            background: rgba(248, 249, 250, 0.8);
        }
/* Mobile Responsive */@media (max-width: 768px) {.apex-home .form-group {
                grid-template-columns: 1fr;
            }
.apex-home .hero-content {
                padding: 1rem;
                padding-bottom: 0;
                height: auto;
                min-height: 75vh;
                justify-content: flex-end;
            }
.apex-home .hero-form {
                margin: 1rem;
                padding: 1.5rem;
            }
.apex-home .skinny-form-row {
                grid-template-columns: 1fr;
                gap: 0.75rem;
            }
.apex-home .skinny-form {
                padding: 1rem;
            }
.apex-home .hero-title {
                font-size: clamp(1.2rem, 3vw, 1.8rem);
            }
.apex-home .hero-subtitle {
                font-size: clamp(0.8rem, 1.5vw, 1rem);
            }
.apex-home .hero-bottom-content {
                margin-top: 2rem;
                padding-top: 1rem;
            }
.apex-home .service-card:hover {
                transform: translateY(-6px) scale(1.01);
            }
.apex-home .trust-feature:hover {
                transform: translateY(-4px);
            }
.apex-home .trust-stats {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
/* Hide hero badges on mobile */.apex-home .hero-badges {
                display: none !important;
            }

        }
/* Navigation Styles */.apex-home .nav {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            background: rgb(from var(--wp--preset--color--white) r g b / 0.95);
            backdrop-filter: blur(10px);
            z-index: 1000;
            padding: 1rem 0;
            box-shadow: 0 2px 20px rgb(from var(--wp--preset--color--brand-700) r g b / 0.1);
        }
.apex-home .nav-links {
            display: flex;
            align-items: center;
            gap: 2rem;
        }
.apex-home .nav-link {
            color: var(--text-secondary);
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s ease;
        }
.apex-home .nav-link:hover, .apex-home .nav-link.active {
            color: var(--text-primary);
        }
.apex-home .nav-cta {
            background: var(--accent-primary);
            color: var(--wp--preset--color--white);
            padding: 0.75rem 1.5rem;
            border-radius: 6px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }
.apex-home .nav-cta:hover {
            background: var(--accent-primary);
            transform: translateY(-2px);
        }
/* Dropdown Styles */.apex-home .nav-dropdown {
            position: relative;
        }
.apex-home .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            background: var(--wp--preset--color--white);
            min-width: 200px;
            box-shadow: 0 8px 25px rgb(from var(--wp--preset--color--brand-700) r g b / 0.15);
            border-radius: 8px;
            padding: 8px 0;
            display: none;
            z-index: 1000;
        }
.apex-home .dropdown-menu a {
            display: block;
            padding: 12px 20px;
            color: var(--text-secondary);
            text-decoration: none;
            transition: all 0.3s ease;
        }
.apex-home .dropdown-menu a:hover {
            background: var(--bg-tertiary);
            color: var(--text-primary);
        }
.apex-home .nav-dropdown:hover .dropdown-menu {
            display: block;
        }
.apex-home .dropdown-trigger {
            cursor: pointer;
        }
/* Mobile and Tablet dropdown adjustments */@media (max-width: 1100px) {.apex-home .nav-dropdown {
                position: static;
            }
.apex-home .dropdown-menu {
                position: static;
                box-shadow: none;
                background: var(--bg-secondary);
                margin-top: 8px;
                border-radius: 4px;
                display: block;
            }

        }
.apex-home .nav-toggle {
            display: none;
            flex-direction: column;
            background: none;
            border: none;
            cursor: pointer;
        }
.apex-home .nav-toggle span {
            width: 25px;
            height: 3px;
            background: var(--text-secondary);
            margin: 3px 0;
            transition: 0.3s;
        }
@media (max-width: 1100px) {.apex-home .nav-links {
                position: fixed;
                top: 80px;
                left: 0;
                right: 0;
                background: var(--wp--preset--color--white);
                flex-direction: column;
                padding: 2rem;
                box-shadow: 0 10px 20px rgb(from var(--wp--preset--color--brand-700) r g b / 0.1);
                transform: translateY(-100%);
                opacity: 0;
                transition: all 0.3s ease;
            }
.apex-home .nav-links.active {
                transform: translateY(0);
                opacity: 1;
            }
.apex-home .nav-toggle {
                display: flex;
            }

        }
/* Add margin to body for fixed nav */body.apex-home {
            margin-top: 80px;
        }
/* Review Carousel Animations */@keyframes slideLeft {0% {
                transform: translateX(0);
            }
100% {
                transform: translateX(-50%);
            }

        }
@keyframes slideRight {0% {
                transform: translateX(-50%);
            }
100% {
                transform: translateX(0);
            }

        }
/* Carousel container styles */.apex-home .review-carousel-track {
            display: flex;
            width: 200%;
            animation-duration: 40s;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
        }
.apex-home .review-carousel-track.ltr {
            animation-name: slideLeft;
        }
.apex-home .review-carousel-track.rtl {
            animation-name: slideRight;
        }
/* Pause animations on hover */.apex-home .review-carousel-track:hover {
            animation-play-state: paused;
        }
/* Review card styles */.apex-home .review-card {
            min-width: 280px;
            width: 280px;
            height: 260px;
            margin-right: 1rem;
            padding: 1.2rem;
            background: var(--wp--preset--color--white);
            border-radius: 0.75rem;
            box-shadow: 0 3px 12px rgba(230, 126, 34, 0.1);
            text-decoration: none;
            border: 2px solid var(--brand-primary);
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            flex-shrink: 0;
            overflow: hidden;
            position: relative;
        }
.apex-home .review-card.red-border {
            border-color: var(--accent-primary);
            box-shadow: 0 3px 12px rgba(230, 126, 34, 0.1);
        }
.apex-home .review-card:hover {
            transform: translateY(-3px);
            border-color: var(--accent-primary);
            box-shadow: 0 8px 25px rgba(230, 126, 34, 0.2);
        }
.apex-home .review-card:hover.blue-border {
            border-color: var(--accent-primary);
        }
.apex-home .review-card:hover.red-border {
            border-color: var(--text-primary);
        }
.apex-home .review-card-bottom {
            border: 2px solid var(--accent-primary);
            box-shadow: 0 3px 12px rgba(230, 126, 34, 0.1);
        }
.apex-home .review-card-bottom:hover {
            border-color: var(--brand-secondary);
            box-shadow: 0 3px 12px rgba(230, 126, 34, 0.1);
        }
.apex-home .review-content {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }
.apex-home .review-footer {
            margin-top: auto;
            flex-shrink: 0;
        }
.apex-home .review-author, .apex-home .review-location, .apex-home .review-stars {
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
/* Image Gallery Styles */.apex-home .gallery-item {
            position: relative;
            border-radius: 16px;
            overflow: hidden;
            aspect-ratio: 4/3;
            box-shadow: 0 10px 30px rgb(from var(--wp--preset--color--brand-700) r g b / 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
.apex-home .gallery-item:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgb(from var(--wp--preset--color--brand-700) r g b / 0.15);
        }
.apex-home .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
.apex-home .gallery-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: var(--gradient-overlay);
            opacity: 0;
            transition: opacity 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            padding: 2rem;
        }
.apex-home .gallery-item:hover .gallery-overlay {
            opacity: 1;
        }
.apex-home .gallery-overlay h3 {
            color: var(--wp--preset--color--white);
            font-size: clamp(1rem, 2.5vw, 1.5rem);
            font-weight: 700;
            margin-bottom: 0.5rem;
            text-align: center;
        }
.apex-home .gallery-overlay p {
            color: var(--wp--preset--color--white);
            font-size: clamp(0.8rem, 2vw, 1rem);
            text-align: center;
            line-height: 1.4;
        }
/* Image Gallery Mobile & Tablet Responsiveness */@media (max-width: 1100px) {/* Hide overlay by default, show on tap */.apex-home .gallery-overlay {
                opacity: 0;
                padding: 1.5rem;
            }
.apex-home .gallery-item.active .gallery-overlay {
                opacity: 1;
            }
.apex-home .gallery-item {
                cursor: pointer;
            }
/* Remove hover effect on touch devices */.apex-home .gallery-item:hover {
                transform: none;
            }

        }
@media (max-width: 768px) {.apex-home .image-gallery-grid {
                grid-template-columns: 1fr !important;
                gap: 1.5rem !important;
                padding: 0 1rem !important;
            }
.apex-home .gallery-overlay {
                padding: 1.25rem;
            }

        }
@media (max-width: 480px) {.apex-home .image-gallery-grid {
                gap: 1.25rem !important;
                padding: 0 0.75rem !important;
            }

        }
@media (min-width: 769px) and (max-width: 1100px) {.apex-home .image-gallery-grid {
                grid-template-columns: repeat(2, 1fr) !important;
            }

        }
.apex-home .multidisciplinary-card:hover {
                            transform: translateY(-4px);
                            box-shadow: 0 8px 24px rgb(from var(--wp--preset--color--brand-700) r g b / 0.15);
                        }
.apex-home .capabilities-gallery {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-bottom: 4rem;
        }
.apex-home .capability-card {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            background: var(--wp--preset--color--white);
            box-shadow: 0 8px 30px rgba(230, 126, 34, 0.1);
            transition: all 0.3s ease;
        }
.apex-home .capability-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(230, 126, 34, 0.2);
        }
.apex-home .capability-card.featured {
            transform: scale(1.02);
            border: 2px solid var(--brand-primary);
        }
.apex-home .capability-badge {
            position: absolute;
            top: -12px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--brand-primary);
            color: var(--wp--preset--color--white);
            padding: 8px 24px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            z-index: 3;
            box-shadow: 0 4px 12px rgba(230, 126, 34, 0.4);
        }
.apex-home .capability-image {
            position: relative;
            height: 400px;
            overflow: hidden;
        }
.apex-home .capability-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
.apex-home .capability-card:hover .capability-image img {
            transform: scale(1.05);
        }
.apex-home .capability-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: var(--gradient-overlay-strong);
            color: var(--wp--preset--color--white);
            padding: 2rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
.apex-home .capability-card:hover .capability-overlay {
            opacity: 1;
        }
.apex-home .capability-content h3 {
            font-size: clamp(0.95rem, 2.5vw, 1.5rem);
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: var(--wp--preset--color--white);
        }
.apex-home .capability-content p {
            font-size: clamp(0.7rem, 2vw, 0.95rem);
            line-height: 1.4;
            margin-bottom: 0.75rem;
            color: rgb(from var(--wp--preset--color--white) r g b / 0.95);
        }
.apex-home .capability-content ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
.apex-home .capability-content li {
            padding: 0.2rem 0;
            font-size: clamp(0.65rem, 1.8vw, 0.85rem);
            color: rgb(from var(--wp--preset--color--white) r g b / 0.95);
            position: relative;
            padding-left: 1.25rem;
            line-height: 1.3;
        }
.apex-home .capability-content li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: var(--accent-primary);
            font-weight: bold;
            font-size: 16px;
        }
/* Mobile/Tablet: Tap/click to toggle overlay */@media (max-width: 1100px) {.apex-home .capability-overlay {
                opacity: 0;
                padding: 1.25rem;
            }
.apex-home .capability-card.active .capability-overlay {
                opacity: 1;
            }
.apex-home .capability-card {
                cursor: pointer;
            }
.apex-home .capability-card:hover .capability-image img {
                transform: none;
            }

        }
@media (max-width: 768px) {.apex-home .capability-overlay {
                padding: 1rem;
            }

        }
@media (max-width: 768px) {.apex-home .capabilities-gallery {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
.apex-home .capability-image {
                height: 250px;
            }

        }

    