:root {
    --primary: #d32f2f;
    --tavrc-base: #d32f2f;
    --tavrc-black: #121212;
    --apex-red: #d32f2f;
    --apex-red-dark: #b71c1c;
    --apex-dark: #0a0a0a;
    --apex-grey: #616161;
    --apex-light: #f8f9fb;
    --apex-card-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
    --apex-card-shadow-hover: 0 28px 70px rgba(211, 47, 47, 0.15);
    --apex-radius: 20px;
}

body {
    background: #fff;
}

#navbar.sticky,
#navbar {
    transition: all 0.35s ease;
}

#navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.navbar-brand.logo-brand img,
.footer-logo img,
.site-logo {
    max-width: none;
    width: auto;
    height: 70px;
    object-fit: contain;
}

.site-logo-footer {
    height: 110px;
}

.mobile-menu-logo {
    display: inline-block;
    margin-bottom: 12px;
}

.mobile-menu-logo .site-logo {
    height: 64px;
}

.logo-brand {
    display: inline-flex;
    align-items: center;
}

/* Modern site footer - matched to Apex circular logo */
.site-footer {
    background: linear-gradient(180deg, #ffffff 0%, #f4f5f7 100%);
    color: #616161;
}

.site-footer-accent {
    height: 4px;
    background: linear-gradient(90deg, var(--apex-red) 0%, #ef5350 45%, #9e9e9e 55%, #bdbdbd 100%);
}

.site-footer-main {
    position: relative;
}

.site-footer-logo-panel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 22px;
    margin-bottom: 18px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

.site-footer-logo-panel .site-logo-footer {
    height: 108px;
    width: auto;
    display: block;
}

.site-footer-tagline {
    color: #757575;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.site-footer-tagline span {
    color: var(--apex-red);
    padding: 0 6px;
}

.site-footer-about {
    color: #616161;
    line-height: 1.75;
    margin-bottom: 24px;
    max-width: 420px;
    font-size: 15px;
}

.site-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.site-footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #424242;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.site-footer-social a:hover {
    background: var(--apex-red);
    border-color: var(--apex-red);
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 10px 24px rgba(211, 47, 47, 0.22);
}

.site-footer-title {
    color: #212121;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 14px;
}

.site-footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--apex-red) 0%, var(--apex-red) 62%, #bdbdbd 62%, #bdbdbd 100%);
}

.site-footer-links li {
    margin-bottom: 12px;
}

.site-footer-links li:last-child {
    margin-bottom: 0;
}

.site-footer-links a {
    color: #616161;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    line-height: 1.5;
    font-weight: 500;
}

.site-footer-links a:hover {
    color: var(--apex-red);
    transform: translateX(4px);
}

.site-footer-link-accent {
    color: var(--apex-red) !important;
    font-weight: 700;
}

.site-footer-link-accent:hover {
    color: var(--apex-red-dark) !important;
}

.site-footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
}

.site-footer-contact-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px 18px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.site-footer-contact-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--apex-red), var(--apex-red-dark));
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(211, 47, 47, 0.2);
}

.site-footer-contact-item span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9e9e9e;
    font-weight: 700;
    margin-bottom: 4px;
}

.site-footer-contact-item p {
    margin: 0;
    color: #424242;
    line-height: 1.6;
    font-size: 14px;
}

.site-footer-contact-item a {
    color: #424242;
    text-decoration: none;
}

.site-footer-contact-item a:hover {
    color: var(--apex-red);
}

.site-footer-cta {
    width: 100%;
    justify-content: center;
}

.site-footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 22px 0;
    background: #eceff3;
}

.site-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.site-footer-bottom p {
    color: #757575;
    font-size: 14px;
}

.site-footer-bottom-tagline {
    color: #424242 !important;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 12px !important;
}

.site-footer .footer-widget {
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .site-footer-bottom-inner {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .site-footer-logo-panel {
        width: 100%;
        justify-content: center;
    }
}

.bg-apex-dark {
    background-color: var(--apex-dark);
}

.text-apex-red {
    color: var(--apex-red);
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(211, 47, 47, 0.08);
    color: var(--apex-red);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.section-badge-light {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.section-subtitle {
    max-width: 760px;
    color: var(--paragraph);
    font-size: 18px;
}

.section-heading.text-start .section-subtitle {
    margin-left: 0;
    margin-right: auto;
}

.section-heading-light .section-subtitle,
.section-heading-light h2 {
    color: #fff;
}

/* Hero Slider */
.hero-slider-area {
    position: relative;
    min-height: 88vh;
    overflow: hidden;
    isolation: isolate;
}

.hero-slider-area .swiper,
.hero-slider-area .swiper-wrapper,
.hero-slider-area .swiper-slide {
    min-height: 88vh;
}

.hero-slide {
    position: relative;
    min-height: 88vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.25) 100%);
}

.hero-slide-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.hero-slide-content h1 {
    color: #fff;
    line-height: 1.15;
}

.hero-slide-content p,
.hero-slide-content .hero-kicker {
    color: rgba(255, 255, 255, 0.82);
}

.hero-icon-badge {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(211, 47, 47, 0.18);
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-slider-nav {
    position: absolute;
    right: 40px;
    bottom: 110px;
    z-index: 6;
    display: flex;
    gap: 12px;
}

.hero-slider-nav .swiper-button-prev,
.hero-slider-nav .swiper-button-next {
    position: static;
    width: 54px;
    height: 54px;
    margin: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    backdrop-filter: blur(8px);
}

.hero-slider-nav .swiper-button-prev::after,
.hero-slider-nav .swiper-button-next::after {
    font-size: 18px;
}

.hero-pagination {
    position: absolute;
    left: 50% !important;
    bottom: 110px !important;
    transform: translateX(-50%);
    z-index: 6;
    width: auto !important;
}

.hero-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
}

.hero-pagination .swiper-pagination-bullet-active {
    width: 34px;
    border-radius: 999px;
    background: var(--apex-red);
}

.hero-floating-card {
    position: absolute;
    right: 8%;
    bottom: 24%;
    z-index: 4;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(16px);
    border-radius: 24px;
    padding: 28px;
    max-width: 320px;
    color: #fff;
}

.hero-floating-card .mini-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.hero-floating-card .mini-stat i {
    color: var(--apex-red);
    font-size: 22px;
}

/* Page Banner */
.modern-page-banner {
    min-height: 520px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 72px 0 96px;
}

.modern-page-banner-v2 {
    isolation: isolate;
}

.modern-page-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.72) 42%, rgba(211, 47, 47, 0.28) 100%);
}

.modern-page-banner-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: 0.35;
    pointer-events: none;
}

.modern-page-banner .banner-title {
    text-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    line-height: 1.12;
    max-width: 760px;
}

.modern-page-banner .banner-subtitle {
    max-width: 680px;
    line-height: 1.7;
}

.banner-breadcrumb li,
.banner-breadcrumb a {
    color: rgba(255, 255, 255, 0.82);
}

.banner-breadcrumb a:hover {
    color: #fff;
}

.banner-breadcrumb-top {
    padding-top: 8px;
}

.banner-trust-row {
    margin-top: 8px;
}

.banner-trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 14px;
    backdrop-filter: blur(8px);
}

.banner-trust-pill i {
    color: var(--apex-red);
    font-size: 16px;
}

.banner-highlight-panel,
.banner-side-panel {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    padding: 28px;
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.banner-highlight-head {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 13px;
}

.banner-highlight-head i {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(211, 47, 47, 0.85);
}

.banner-highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.banner-highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.banner-highlight-item:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

.banner-highlight-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(211, 47, 47, 0.9), rgba(183, 28, 28, 0.9));
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
}

.banner-highlight-item span {
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 600;
}

.banner-highlight-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 600;
}

.banner-highlight-link:hover {
    color: var(--apex-red);
}

.banner-side-panel {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.banner-side-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.banner-side-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(211, 47, 47, 0.2);
    color: #fff;
    font-size: 22px;
    flex-shrink: 0;
}

.banner-side-item span {
    display: block;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    margin-bottom: 2px;
}

.banner-side-item a,
.banner-side-item strong {
    color: #fff;
    font-size: 15px;
}

.banner-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.banner-shape-one {
    right: -80px;
    top: -60px;
    width: 260px;
    height: 260px;
    background: rgba(211, 47, 47, 0.18);
    filter: blur(10px);
}

.banner-shape-two {
    left: -40px;
    bottom: 40px;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.06);
    filter: blur(8px);
}

.banner-bottom-cut {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 48px;
    background: #fff;
    clip-path: ellipse(120% 100% at 50% 100%);
    z-index: 3;
}

.min-vh-50 {
    min-height: 320px;
}

/* Trusted partners band */
.trust-partners-band {
    position: relative;
    padding: 56px 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: 5;
}

.trust-partners-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.78) 45%, rgba(211, 47, 47, 0.22) 100%);
}

.trust-intro h3 {
    line-height: 1.2;
}

.trust-mini-stat {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
}

.trust-mini-stat i {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(211, 47, 47, 0.2);
    color: #fff;
    font-size: 20px;
}

.trust-mini-stat strong {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
}

.trust-mini-stat span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
}

.trust-marquee-shell {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.trust-marquee-row {
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.trust-marquee-track {
    display: flex;
    width: max-content;
    gap: 16px;
    animation: trust-marquee-left 38s linear infinite;
}

.trust-marquee-track-reverse {
    animation-name: trust-marquee-right;
}

.trust-marquee-row:hover .trust-marquee-track {
    animation-play-state: paused;
}

.trust-partner-card {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 240px;
    padding: 16px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.trust-partner-card:hover {
    transform: translateY(-4px);
    border-color: rgba(211, 47, 47, 0.45);
    background: rgba(255, 255, 255, 0.12);
}

.trust-partner-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(211, 47, 47, 0.85), rgba(183, 28, 28, 0.85));
    color: #fff;
    font-size: 24px;
    flex-shrink: 0;
}

.trust-partner-card strong {
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 1.2;
}

.trust-partner-card span {
    display: block;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    margin-top: 2px;
}

@keyframes trust-marquee-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes trust-marquee-right {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

/* Why Choose section */
.why-choose-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fb 55%, #ffffff 100%);
}

.why-choose-bg-accent {
    position: absolute;
    top: -120px;
    right: -120px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(211, 47, 47, 0.12) 0%, rgba(211, 47, 47, 0) 70%);
    pointer-events: none;
}

.why-choose-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(211, 47, 47, 0.05) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.6;
    pointer-events: none;
}

.why-choose-visual {
    position: relative;
}

.why-choose-image-card {
    min-height: 520px;
    border-radius: 28px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.16);
    position: relative;
}

.why-choose-image-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 36px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.18) 35%, rgba(0, 0, 0, 0.82) 100%);
}

.why-slide-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(211, 47, 47, 0.85);
    color: #fff;
    font-size: 26px;
    margin-bottom: 18px;
}

.why-choose-pagination {
    position: absolute;
    left: 36px !important;
    bottom: 28px !important;
    width: auto !important;
    z-index: 3;
}

.why-choose-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
}

.why-choose-pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 999px;
    background: var(--apex-red);
}

.why-floating-stats {
    position: absolute;
    top: 24px;
    right: -18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 4;
}

.why-floating-stat {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
    min-width: 140px;
}

.why-floating-stat i {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(211, 47, 47, 0.1);
    color: var(--apex-red);
    font-size: 20px;
}

.why-floating-stat strong {
    display: block;
    font-size: 20px;
    line-height: 1.1;
    color: var(--tavrc-black);
}

.why-floating-stat span {
    color: var(--paragraph);
    font-size: 13px;
}

.why-floating-stat-accent {
    background: linear-gradient(135deg, var(--apex-red), var(--apex-red-dark));
}

.why-floating-stat-accent i,
.why-floating-stat-accent strong,
.why-floating-stat-accent span {
    color: #fff;
}

.why-floating-stat-accent i {
    background: rgba(255, 255, 255, 0.16);
}

.why-feature-card {
    padding: 22px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
    transition: all 0.35s ease;
}

.why-feature-card:hover {
    transform: translateY(-4px);
    border-color: rgba(211, 47, 47, 0.18);
    box-shadow: 0 18px 40px rgba(211, 47, 47, 0.1);
}

.why-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(211, 47, 47, 0.14), rgba(211, 47, 47, 0.05));
    color: var(--apex-red);
    font-size: 22px;
    margin-bottom: 14px;
}

.why-feature-card h5 {
    color: var(--tavrc-black);
}

.why-feature-card p {
    font-size: 14px;
    line-height: 1.6;
}

/* Legacy trust bar (unused) */
.trust-bar {
    display: none;
}

/* Modern cards */
.modern-card,
.services-card,
.help-card,
.stat-card,
.blog-card-modern,
.job-card-modern {
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: var(--apex-radius);
    background: #fff;
    box-shadow: var(--apex-card-shadow);
    transition: all 0.35s ease;
    overflow: hidden;
}

.modern-card:hover,
.services-card:hover,
.help-card:hover,
.stat-card:hover,
.blog-card-modern:hover,
.job-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: var(--apex-card-shadow-hover);
    border-color: rgba(211, 47, 47, 0.18);
}

.services-icon,
.help-icon,
.icon-wrap {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(211, 47, 47, 0.12), rgba(211, 47, 47, 0.04));
    color: var(--apex-red);
    font-size: 32px;
    margin-bottom: 24px;
}

.services-icon {
    border-radius: 50%;
}

/* Service portfolio cards */
.service-portfolio-card {
    display: flex;
    flex-direction: column;
    padding: 36px 36px 28px;
    text-decoration: none;
    color: inherit;
    position: relative;
    min-height: 300px;
}

.service-portfolio-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 32px;
    bottom: 32px;
    width: 4px;
    border-radius: 0 4px 4px 0;
    background: var(--apex-red);
    transform: scaleY(0);
    transform-origin: center top;
    transition: transform 0.35s ease;
}

.service-portfolio-card:hover {
    text-decoration: none;
    color: inherit;
}

.service-portfolio-card:hover::before {
    transform: scaleY(1);
}

.service-portfolio-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.service-portfolio-number {
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
    color: rgba(211, 47, 47, 0.12);
    font-variant-numeric: tabular-nums;
}

.service-portfolio-card:hover .service-portfolio-number {
    color: rgba(211, 47, 47, 0.24);
}

.service-portfolio-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--apex-red), #b71c1c);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 12px 30px rgba(211, 47, 47, 0.22);
    transition: transform 0.35s ease;
    flex-shrink: 0;
}

.service-portfolio-card:hover .service-portfolio-icon {
    transform: scale(1.06) rotate(-3deg);
}

.service-portfolio-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--tavrc-black);
    margin-bottom: 14px;
    line-height: 1.35;
}

.service-portfolio-desc {
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 0;
    flex: 1;
}

.service-portfolio-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.service-portfolio-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--apex-red);
    font-weight: 600;
    font-size: 15px;
}

.service-portfolio-link i {
    transition: transform 0.3s ease;
}

.service-portfolio-card:hover .service-portfolio-link i {
    transform: translateX(4px);
}

.service-portfolio-tag {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    font-weight: 700;
}

.servicesSlider .service-portfolio-card {
    height: 100%;
}

/* Service details page */
.service-details-page {
    padding: 0 0 120px;
    position: relative;
}

.service-details-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: -56px;
    margin-bottom: 48px;
    position: relative;
    z-index: 3;
}

.service-stat-chip {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 24px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.service-stat-chip > i {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(211, 47, 47, 0.12), rgba(211, 47, 47, 0.04));
    color: var(--apex-red);
    font-size: 24px;
    flex-shrink: 0;
}

.service-stat-chip strong {
    display: block;
    font-size: 22px;
    line-height: 1.1;
    color: var(--tavrc-black);
}

.service-stat-chip span {
    display: block;
    font-size: 14px;
    color: #64748b;
    margin-top: 2px;
}

.service-intro-panel {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    padding: 36px;
    margin-bottom: 28px;
    background: linear-gradient(135deg, #fff 0%, #fafafa 100%);
}

.service-intro-icon {
    width: 88px;
    height: 88px;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--apex-red), #b71c1c);
    color: #fff;
    font-size: 38px;
    box-shadow: 0 16px 40px rgba(211, 47, 47, 0.28);
    flex-shrink: 0;
}

.service-intro-lead {
    font-size: 18px;
    line-height: 1.75;
    color: #64748b;
}

.service-meta-list li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(211, 47, 47, 0.06);
    color: var(--tavrc-black);
    font-size: 14px;
    font-weight: 600;
}

.service-meta-list li i {
    color: var(--apex-red);
}

.service-benefit-card {
    padding: 28px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    transition: all 0.35s ease;
}

.service-benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    border-color: rgba(211, 47, 47, 0.15);
}

.service-benefit-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(211, 47, 47, 0.1);
    color: var(--apex-red);
    font-size: 24px;
    margin-bottom: 18px;
}

.service-benefit-card h5 {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--tavrc-black);
}

.service-benefit-card p {
    color: #64748b;
    line-height: 1.65;
    font-size: 14px;
}

.service-content-panel,
.service-process-panel {
    padding: 36px;
    margin-top: 28px;
}

.service-content-head {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.service-details-body {
    color: #475569;
    line-height: 1.85;
    font-size: 16px;
}

.service-details-body p {
    margin-bottom: 16px;
}

.service-details-body ul {
    margin: 18px 0 0;
    padding-left: 0;
    list-style: none;
}

.service-details-body li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 28px;
}

.service-details-body li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--apex-red);
    box-shadow: 0 0 0 4px rgba(211, 47, 47, 0.12);
}

.service-process-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.service-process-step {
    position: relative;
    padding: 22px 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
    border: 1px solid rgba(15, 23, 42, 0.06);
    min-height: 120px;
}

.service-process-number {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    color: rgba(211, 47, 47, 0.15);
    margin-bottom: 12px;
}

.service-process-text {
    font-size: 14px;
    line-height: 1.5;
    color: var(--tavrc-black);
}

.service-process-text strong {
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--tavrc-black);
}

.service-process-text span {
    display: block;
    font-weight: 500;
    color: #616161;
}

.process-step-desc {
    line-height: 1.45;
}

.trust-partner-logo {
    width: 72px;
    height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 8px 12px;
    flex-shrink: 0;
}

.trust-partner-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(0.1);
}

.service-details-cta-banner {
    margin-top: 28px;
    padding: 40px;
    border-radius: 28px;
    background: linear-gradient(135deg, #111 0%, #2b2b2b 55%, rgba(211, 47, 47, 0.85) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.service-details-cta-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.35;
    pointer-events: none;
}

.service-details-cta-content {
    position: relative;
    z-index: 1;
    max-width: 620px;
}

.service-details-cta-visual {
    position: relative;
    z-index: 1;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 46px;
    flex-shrink: 0;
}

.service-details-cta-ring {
    position: absolute;
    inset: -14px;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.22);
    animation: serviceCtaSpin 12s linear infinite;
}

@keyframes serviceCtaSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.service-details-sidebar {
    position: sticky;
    top: 110px;
}

.sidebar-card {
    padding: 0;
    overflow: hidden;
    margin-bottom: 24px;
}

.sidebar-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 22px 24px;
    background: linear-gradient(135deg, rgba(211, 47, 47, 0.08), rgba(211, 47, 47, 0.02));
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.sidebar-card-head i {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--apex-red);
    color: #fff;
    font-size: 18px;
}

.sidebar-card .services-categories-modern {
    padding: 18px;
    max-height: 380px;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
}

.services-categories-modern li {
    border-radius: 14px;
    background: #f8fafc;
    overflow: visible;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    margin-bottom: 10px;
}

.services-categories-modern li:last-child {
    margin-bottom: 0;
}

.services-categories-modern li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 52px;
    padding: 14px 16px;
    color: var(--tavrc-black);
    text-decoration: none;
}

.services-categories-modern li a .service-nav-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    line-height: 1.45;
    font-size: 14px;
    flex: 1;
    min-width: 0;
}

.services-categories-modern li a .service-nav-label i {
    position: static;
    top: auto;
    right: auto;
    color: var(--apex-red);
    font-size: 18px;
    flex-shrink: 0;
}

.services-categories-modern li a .service-nav-arrow {
    position: static;
    top: auto;
    right: auto;
    font-size: 18px;
    flex-shrink: 0;
    transition: transform 0.3s ease, color 0.3s ease;
}

.services-categories-modern li:hover a .service-nav-arrow,
.services-categories-modern li.active a .service-nav-arrow {
    color: var(--apex-red);
    transform: translateX(3px);
}

.sidebar-card.modern-card:hover {
    transform: none;
}

.services-categories-modern li:hover,
.services-categories-modern li.active {
    background: rgba(211, 47, 47, 0.08);
    border-color: rgba(211, 47, 47, 0.12);
}

.services-categories-modern li:hover a,
.services-categories-modern li.active a {
    color: var(--apex-red);
}

/* Override legacy sidebar icon positioning from style.css */
.service-details-sidebar .services-categories.services-categories-modern li a i {
    position: static;
    top: auto;
    right: auto;
}

.sidebar-contact-card {
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.sidebar-contact-head {
    padding: 28px 24px;
    background: linear-gradient(135deg, var(--apex-red), #b71c1c);
    color: #fff;
}

.sidebar-contact-head i {
    font-size: 28px;
    margin-bottom: 12px;
    display: inline-block;
}

.sidebar-contact-head p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.6;
}

.sidebar-contact-body {
    padding: 22px 24px 24px;
    background: #fff;
}

.sidebar-contact-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    color: var(--tavrc-black);
    text-decoration: none;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    font-weight: 600;
    transition: color 0.3s ease;
}

.sidebar-contact-link:last-of-type {
    border-bottom: 0;
}

.sidebar-contact-link i {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(211, 47, 47, 0.08);
    color: var(--apex-red);
}

.sidebar-contact-link:hover {
    color: var(--apex-red);
}

.sidebar-quick-links {
    padding: 10px;
}

.sidebar-quick-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 14px;
    color: var(--tavrc-black);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.sidebar-quick-link span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.sidebar-quick-link span i {
    color: var(--apex-red);
}

.sidebar-quick-link:hover {
    background: rgba(211, 47, 47, 0.06);
    color: var(--apex-red);
}

@media (max-width: 991px) {
    .service-details-stats {
        grid-template-columns: 1fr;
        margin-top: -32px;
    }

    .service-intro-panel {
        flex-direction: column;
    }

    .service-process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-details-cta-banner {
        flex-direction: column;
        text-align: center;
    }

    .service-details-cta-content .d-flex {
        justify-content: center;
    }

    .service-details-sidebar {
        position: static;
    }
}

@media (max-width: 575px) {
    .service-process-steps {
        grid-template-columns: 1fr;
    }

    .service-intro-panel,
    .service-content-panel,
    .service-process-panel,
    .service-details-cta-banner {
        padding: 24px;
    }
}

.service-details-hero-card .service-portfolio-icon {
    width: 72px;
    height: 72px;
    font-size: 32px;
}

.service-details-cta {
    background: linear-gradient(135deg, rgba(211, 47, 47, 0.08), rgba(211, 47, 47, 0.02));
    border: 1px solid rgba(211, 47, 47, 0.12);
}

.image-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--apex-radius);
    min-height: 420px;
    background-size: cover;
    background-position: center;
    box-shadow: var(--apex-card-shadow);
}

.image-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.72));
}

.image-card-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 32px;
    color: #fff;
}

.feature-list-modern li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    margin-bottom: 12px;
}

.feature-list-modern li i {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(211, 47, 47, 0.1);
    color: var(--apex-red);
    flex-shrink: 0;
}

/* Section backgrounds */
.section-bg-light {
    background: linear-gradient(180deg, #fff 0%, var(--apex-light) 100%);
}

.section-bg-pattern {
    position: relative;
    background: var(--apex-light);
}

.section-bg-pattern::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(211, 47, 47, 0.08) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: 0.45;
    pointer-events: none;
}

.section-bg-image {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.section-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
}

.section-bg-image .container,
.section-bg-image .container-fluid {
    position: relative;
    z-index: 2;
}

.stat-card {
    border: 1px solid rgba(211, 47, 47, 0.12);
}

.stat-card h3,
.stat-card .stat-value {
    color: var(--apex-red);
    font-size: 48px;
    font-weight: 800;
}

.stat-card .stat-icon {
    font-size: 34px;
    color: var(--apex-red);
    margin-bottom: 12px;
}

.process-step .step-number {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--apex-red), var(--apex-red-dark));
    color: #fff;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 16px;
    box-shadow: 0 12px 30px rgba(211, 47, 47, 0.28);
}

.process-card-modern {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--apex-radius);
    padding: 28px 22px;
    height: 100%;
    backdrop-filter: blur(8px);
}

.blog-category-pill {
    background: var(--apex-red);
}

.blog-card-modern .blog-thumb {
    height: 220px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.blog-card-modern .blog-thumb .category-badge {
    position: absolute;
    left: 18px;
    bottom: 18px;
}

.testimonial-card {
    background: #fff;
    border-radius: var(--apex-radius);
    padding: 40px;
    box-shadow: var(--apex-card-shadow);
    height: 100%;
}

.testimonial-card .quote-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(211, 47, 47, 0.1);
    color: var(--apex-red);
    font-size: 28px;
    margin-bottom: 22px;
}

.testimonial-card .stars {
    color: #ffb400;
    font-size: 18px;
    margin-bottom: 18px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #eee;
}

.testimonial-author .avatar {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--apex-red), #111);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.slider-wrap {
    position: relative;
}

.slider-wrap .swiper-nav-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    color: var(--apex-red);
    box-shadow: var(--apex-card-shadow);
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.slider-wrap .swiper-nav-row {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
}

.consultation-panel {
    background: linear-gradient(135deg, #111, #2b2b2b);
    color: #fff;
    border-radius: var(--apex-radius);
    padding: 48px;
    position: relative;
    overflow: hidden;
}

.consultation-panel::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(211, 47, 47, 0.22);
}

.consultation-panel .info-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.consultation-panel .info-item i {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(211, 47, 47, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.get-form.modern-form {
    background: #fff;
    border-radius: var(--apex-radius);
    box-shadow: var(--apex-card-shadow);
}

.get-form.modern-form .form-control {
    border-radius: 14px;
    border: 1px solid #e8ebf0;
    background: #fafbfd;
}

.contact-card {
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: var(--apex-radius);
    padding: 28px;
    height: 100%;
    box-shadow: var(--apex-card-shadow);
    transition: all 0.35s ease;
}

.contact-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--apex-card-shadow-hover);
}

.contact-card .icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(211, 47, 47, 0.14), rgba(211, 47, 47, 0.05));
    color: var(--apex-red);
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 18px;
}

.map-embed iframe {
    width: 100%;
    min-height: 360px;
    border: 0;
    border-radius: var(--apex-radius);
    box-shadow: var(--apex-card-shadow);
}

.subscribe-area.modern-subscribe {
    background-size: cover;
    background-position: center;
    position: relative;
}

.subscribe-area.modern-subscribe::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.88), rgba(211, 47, 47, 0.55));
}

.subscribe-area.modern-subscribe .container {
    position: relative;
    z-index: 2;
}

.floating-contact {
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.floating-contact a {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.floating-contact .whatsapp {
    background: #25d366;
}

.floating-contact .call {
    background: var(--apex-red);
}

.tag-cloud a {
    display: inline-block;
    padding: 10px 18px;
    margin: 0 8px 8px 0;
    border: 1px solid #e7eaf0;
    border-radius: 999px;
    color: var(--paragraph);
    background: #fff;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.tag-cloud a:hover {
    border-color: var(--apex-red);
    color: var(--apex-red);
    transform: translateY(-2px);
}

.industry-card-modern {
    text-align: center;
    padding: 34px 24px;
}

.industry-card-modern .help-icon {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
    .why-floating-stats {
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 16px;
    }

    .why-choose-image-card {
        min-height: 420px;
    }

    .trust-partners-band {
        padding: 40px 0;
    }

    .trust-intro {
        text-align: center;
    }

    .trust-mini-stats {
        justify-content: center;
    }

    .hero-slider-area,
    .hero-slider-area .swiper,
    .hero-slider-area .swiper-wrapper,
    .hero-slider-area .swiper-slide,
    .hero-slide {
        min-height: 72vh;
    }

    .hero-floating-card {
        display: none;
    }

    .modern-page-banner {
        min-height: auto;
        padding: 48px 0 72px;
    }

    .banner-highlight-grid {
        grid-template-columns: 1fr;
    }

    .banner-bottom-cut {
        height: 28px;
    }
}

@media (max-width: 767px) {
    .hero-slide-content h1 {
        font-size: 34px !important;
    }

    .consultation-panel {
        padding: 28px;
    }
}

/* Job apply modal */
.job-apply-modal .modal-content {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.18);
}

.job-apply-modal .modal-header {
    padding: 28px 28px 18px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    align-items: flex-start;
}

.job-apply-modal .modal-title {
    font-size: 26px;
    font-weight: 700;
    color: var(--tavrc-black);
}

.job-apply-modal-subtitle {
    color: #64748b;
    font-size: 14px;
    margin-top: 6px;
}

.job-apply-modal .modal-body {
    padding: 24px 28px;
}

.job-apply-modal .modal-footer {
    padding: 18px 28px 28px;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    gap: 12px;
}

.job-apply-position-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(211, 47, 47, 0.08), rgba(211, 47, 47, 0.02));
    border: 1px solid rgba(211, 47, 47, 0.12);
}

.job-apply-position-card > i {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--apex-red);
    color: #fff;
    font-size: 22px;
}

.job-apply-position-card span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    font-weight: 700;
}

.job-apply-position-card strong {
    display: block;
    font-size: 18px;
    color: var(--tavrc-black);
    margin-top: 4px;
}

.job-apply-modal .form-label {
    font-weight: 600;
    color: var(--tavrc-black);
    margin-bottom: 8px;
}

.job-apply-modal .form-control {
    min-height: 48px;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    padding: 12px 16px;
}

.job-apply-modal .form-control:focus {
    border-color: rgba(211, 47, 47, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(211, 47, 47, 0.12);
}

.job-apply-modal textarea.form-control {
    min-height: 120px;
}

.job-apply-btn {
    border: 0;
    cursor: pointer;
}

/* Career page */
.career-hero-area {
    position: relative;
    padding: 100px 0 80px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.career-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.72) 50%, rgba(211, 47, 47, 0.25) 100%);
}

.career-stat-card {
    padding: 18px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
}

.career-stat-card strong {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 1.1;
}

.career-stat-card span {
    display: block;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    margin-top: 4px;
}

.career-hero-panel {
    padding: 28px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.career-hero-panel-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: rgba(255, 255, 255, 0.85);
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.career-hero-panel-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.career-hero-panel-item i {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(211, 47, 47, 0.25);
    color: #fff;
    flex-shrink: 0;
}

.career-search-area {
    padding: 0 0 40px;
    margin-top: -40px;
    position: relative;
    z-index: 3;
}

.career-search-panel {
    padding: 32px;
}

.career-search-head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.career-search-head i {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(211, 47, 47, 0.12), rgba(211, 47, 47, 0.04));
    color: var(--apex-red);
    font-size: 26px;
    flex-shrink: 0;
}

.career-job-card {
    padding: 28px;
    border-radius: var(--apex-radius);
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: var(--apex-card-shadow);
    transition: all 0.35s ease;
}

.career-job-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--apex-card-shadow-hover);
    border-color: rgba(211, 47, 47, 0.15);
}

.career-job-card-head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}

.career-job-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(211, 47, 47, 0.12), rgba(211, 47, 47, 0.04));
    color: var(--apex-red);
    font-size: 26px;
    flex-shrink: 0;
}

.career-job-company {
    color: #888;
    font-size: 14px;
}

.career-job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-bottom: 14px;
}

.career-job-meta span {
    font-size: 14px;
    color: #616161;
}

.career-job-meta i {
    color: var(--apex-red);
    margin-right: 4px;
}

.career-job-desc {
    color: #616161;
    line-height: 1.6;
}

.career-job-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    padding-top: 16px;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.career-job-date {
    font-size: 14px;
    color: #888;
}

.career-category-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    border-radius: var(--apex-radius);
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: var(--apex-card-shadow);
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.career-category-card:hover {
    transform: translateY(-4px);
    border-color: rgba(211, 47, 47, 0.2);
    color: inherit;
}

.career-category-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(211, 47, 47, 0.12), rgba(211, 47, 47, 0.04));
    color: var(--apex-red);
    font-size: 26px;
    flex-shrink: 0;
}

.career-category-card span {
    color: #888;
    font-size: 14px;
}

.career-category-arrow {
    margin-left: auto;
    color: var(--apex-red);
    font-size: 22px;
}

.career-trust-card {
    padding: 32px 20px;
    border-radius: var(--apex-radius);
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: var(--apex-card-shadow);
}

.career-trust-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(211, 47, 47, 0.12), rgba(211, 47, 47, 0.04));
    color: var(--apex-red);
    font-size: 30px;
    margin: 0 auto 16px;
}

.career-resume-form .form-label {
    font-weight: 600;
}

@media (max-width: 767px) {
    .career-hero-area {
        padding: 80px 0 60px;
    }

    .career-job-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

