
/* ===================================================
   SERVICES PAGE (services.php)
   =================================================== */
.sv-hero { position: relative; background: #f4f5f7; padding: 40px 0; overflow: hidden; }
.sv-hero-dots {
    position: absolute; top: 30px; left: 24px; width: 110px; height: 90px;
    background-image: radial-gradient(circle, #d7dbe2 1.5px, transparent 1.6px);
    background-size: 12px 12px; opacity: .9; z-index: 0;
}
.sv-hero .container { position: relative; z-index: 1; }
.sv-hero-title { font-size: 40px; font-weight: 800; line-height: 1.1; color: var(--brand-dark); margin-bottom: 14px; }
.sv-hero-title .orange { color: var(--brand-orange); }
.sv-hero-text { color: var(--text-gray); font-size: 16px; line-height: 1.9; max-width: 520px; margin-bottom: 0; }
.sv-hero-img-wrap {
    position: relative;
    overflow: hidden;
    height: 220px;
    clip-path: polygon(20% 20px, calc(20% + 20px) 0, 100% 0, 100% 100%, 0 100%);
    border-radius: 0 0 0 20px;
}
.sv-hero-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 991px) {
    .sv-hero-title { font-size: 30px; }
    .sv-hero { padding: 30px 0; text-align: center; }
    .sv-hero-img-wrap { clip-path: none; height: auto; margin-top: 30px; border-radius: 0; }
    .sv-hero .au-eyebrow-row { justify-content: center; }
    .sv-hero-text { margin: 0 auto; }
    .sv-hero-img-wrap { margin-top: 30px; }
}

.sv-list { padding: 70px 0; background: #fff; }
.sv-block {
    background: #fff; border-radius: 16px; overflow: hidden;
    box-shadow: 0 10px 34px rgba(26,35,50,.08);
    margin-bottom: 36px;
}
.sv-block:last-child { margin-bottom: 0; }
.sv-block-inner { display: flex; align-items: stretch; min-height: 360px; }
.sv-block-reverse .sv-block-inner { flex-direction: row-reverse; }

.sv-block-content { flex: 1 1 50%; padding: 54px 50px; position: relative; display: flex; flex-direction: column; justify-content: center; }
.sv-block-num {
    position: absolute; left: 36px; bottom: 14px; font-size: 84px; font-weight: 800;
    color: rgba(229,90,37,.07); line-height: 1; z-index: 0; user-select: none;
}
.sv-block-icon {
    width: 64px; height: 64px; border-radius: 50%; background: var(--brand-orange);
    display: flex; align-items: center; justify-content: center; margin-bottom: 22px;
    position: relative; z-index: 1; box-shadow: 0 10px 20px rgba(229,90,37,.25);
}
.sv-block-icon i { color: #fff; font-size: 24px; }
.sv-block-title { font-size: 30px; font-weight: 800; color: var(--brand-dark); line-height: 1.25; margin-bottom: 0; position: relative; z-index: 1; }
.sv-block-title .orange { color: var(--brand-orange); display: block; }
.sv-block-underline { width: 42px; height: 3px; background: var(--brand-orange); margin: 16px 0 18px; position: relative; z-index: 1; }
.sv-block-text { color: var(--text-gray); font-size: 14.5px; line-height: 1.85; margin-bottom: 12px; position: relative; z-index: 1; }
.sv-block-text:last-child { margin-bottom: 0; }

.sv-block-img { flex: 1 1 50%; position: relative; min-height: 300px; }
.sv-block-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sv-block:not(.sv-block-reverse) .sv-block-img { clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%); }
.sv-block-reverse .sv-block-img { clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%); }

.sv-check-grid {
    display: grid; grid-template-columns: repeat(3, auto); gap: 12px 26px;
    margin-top: 20px; position: relative; z-index: 1;
}
.sv-check-item { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 500; color: var(--brand-dark); white-space: nowrap; }
.sv-check-item i { color: var(--brand-orange); font-size: 15px; }

@media (max-width: 991px) {
    .sv-block-inner, .sv-block-reverse .sv-block-inner { flex-direction: column; min-height: 0; }
    .sv-block-img { clip-path: none !important; min-height: 240px; }
    .sv-block-content { padding: 38px 28px; }
    .sv-block-title { font-size: 24px; }
    .sv-check-grid { grid-template-columns: repeat(2, auto); }
}
@media (max-width: 480px) {
    .sv-check-grid { grid-template-columns: 1fr; }
}


/* Services hero: image flush to right, no top/bottom gap */
.sv-hero { padding: 0; }
.sv-hero-flex { display: flex; align-items: stretch; min-height: 180px; }
.sv-hero-text-wrap { flex: 0 0 50%; max-width: 50%; display: flex; flex-direction: column; justify-content: center; padding: 20px 15px 20px 60px; }
.sv-hero-img-wrap {
    flex: 0 0 50%;
    max-width: 50%;
    height: auto;
    margin: 0;
    clip-path: polygon(20% 20px, calc(20% + 20px) 0, 100% 0, 100% 100%, 0 100%);
    border-radius: 0;
}
.sv-hero-img-wrap video{width:100%;height:100%;object-fit:cover;}

@media (max-width: 991px) {
    .sv-hero-flex { flex-direction: column; }
    .sv-hero-text-wrap { max-width: 100%; padding: 30px 20px 20px; text-align: center; }
    .sv-hero-text-wrap .au-eyebrow-row { justify-content: center; }
    .sv-hero-text { margin: 0 auto; }
    .sv-hero-img-wrap { max-width: 100%; clip-path: none; height: 220px; }
}

/* ===================================================
   SERVICES PAGE — Numbered Cards (sv2-) 
   =================================================== */
.sv-list { padding: 60px 0 70px; background: #fff; }

.sv2-card {
    background: #fff; border-radius: 16px; overflow: hidden;
    box-shadow: 0 10px 34px rgba(26,35,50,.08);
    margin-bottom: 30px;
}
.sv2-card:last-of-type { margin-bottom: 0; }
.sv2-card-inner { display: flex; align-items: stretch; min-height: 340px; }
.sv2-card-reverse .sv2-card-inner { flex-direction: row-reverse; }

/* Media / image side */
.sv2-card-media { flex: 0 0 42%; max-width: 42%; position: relative; min-height: 280px; }
.sv2-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }

.sv2-badge {
    position: absolute; display: flex; align-items: center; gap: 8px;
    background: rgba(229,90,37,.92); color: #fff; font-weight: 600; font-size: 12.5px;
    line-height: 1.3; padding: 10px 16px; border-radius: 8px; max-width: 200px;
}
.sv2-badge i { font-size: 15px; flex-shrink: 0; }
.sv2-badge-tl { top: 18px; left: 18px; }
.sv2-badge-br { bottom: 18px; right: 18px; }

/* Content side */
.sv2-card-content { flex: 1 1 58%; padding: 42px 44px; display: flex; flex-direction: column; justify-content: center; }
.sv2-card-head { display: flex; align-items: center; gap: 14px; margin-bottom: 10px; }
.sv2-num { font-size: 26px; font-weight: 800; color: var(--brand-orange); line-height: 1; }
.sv2-head-line { flex: 0 0 30px; height: 2px; background: rgba(229,90,37,.35); }
.sv2-head-icon { margin-left: auto; width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid var(--brand-orange); display: flex; align-items: center; justify-content: center; }
.sv2-head-icon i { color: var(--brand-orange); font-size: 17px; }

.sv2-title { font-size: 26px; font-weight: 800; color: var(--brand-dark); line-height: 1.3; margin-bottom: 14px; }
.sv2-text { color: var(--text-gray); font-size: 14px; line-height: 1.85; margin-bottom: 12px; }
.sv2-text:last-of-type { margin-bottom: 0; }

.sv2-features { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 20px; }
.sv2-feature { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; color: var(--brand-dark); }
.sv2-feature-icon {
    width: 34px; height: 34px; flex-shrink: 0; border-radius: 8px;
    border: 1.5px solid rgba(229,90,37,.4); display: flex; align-items: center; justify-content: center;
}
.sv2-feature-icon i { color: var(--brand-orange); font-size: 14px; }

.sv2-btn {
    display: inline-flex; align-items: center; gap: 8px; align-self: flex-start;
    margin-top: 24px; padding: 10px 22px; border: 1.5px solid var(--brand-orange);
    border-radius: 40px; color: var(--brand-orange) !important; font-weight: 600; font-size: 13.5px;
    transition: .25s;
}
.sv2-btn:hover { background: var(--brand-orange); color: #fff !important; }

/* CTA Banner */
.sv2-cta {
    display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
    margin-top: 40px; padding: 30px 36px; border: 1.5px solid rgba(229,90,37,.3);
    border-radius: 14px; background: rgba(229,90,37,.04);
}
.sv2-cta-icon {
    width: 56px; height: 56px; flex-shrink: 0; border-radius: 50%;
    background: var(--brand-orange); display: flex; align-items: center; justify-content: center;
}
.sv2-cta-icon i { color: #fff; font-size: 22px; }
.sv2-cta-text { flex: 1 1 auto; min-width: 220px; }
.sv2-cta-text h3 { font-size: 19px; font-weight: 800; color: var(--brand-dark); margin: 0 0 4px; }
.sv2-cta-text p { font-size: 13.5px; color: var(--text-gray); margin: 0; }
.sv2-cta-btn {
    display: inline-flex; align-items: center; gap: 8px; background: var(--brand-orange);
    color: #fff !important; font-weight: 600; font-size: 14px; padding: 12px 24px;
    border-radius: 40px; white-space: nowrap; transition: .25s;
}
.sv2-cta-btn:hover { background: #c94a1a; }

/* Responsive */
@media (max-width: 991px) {
    .sv2-card-inner, .sv2-card-reverse .sv2-card-inner { flex-direction: column; min-height: 0; }
    .sv2-card-media { max-width: 100%; min-height: 220px; }
    .sv2-card-content { padding: 32px 26px; }
    .sv2-title { font-size: 21px; }
    .sv2-cta { flex-direction: column; text-align: center; }
    .sv2-cta-btn { width: 100%; justify-content: center; }
}
@media (max-width: 480px) {
    .sv2-features { gap: 14px; }
    .sv2-badge { max-width: 160px; font-size: 11px; padding: 8px 12px; }
}