/* ==========================================================================
   SERVICES & CERTIFICATE ATTESTATION COMPONENT STYLES
   Optimized, Modular & Zero-Duplicate CSS
   ========================================================================== */

:root {
    --svc-navy: #0b2545;
    --svc-navy-dark: #071930;
    --svc-navy-light: #133863;
    --svc-accent: #FF2C2C;
    --svc-accent-soft: rgba(255, 44, 44, 0.08);
    --svc-accent-glow: rgba(255, 44, 44, 0.25);
    --svc-text-dark: #1e293b;
    --svc-text-muted: #334155;
    --svc-bg-alt: #f8fafc;
    --svc-border: #e2e8f0;
    --svc-radius-sm: 8px;
    --svc-radius-md: 14px;
    --svc-radius-lg: 20px;
    --svc-shadow-sm: 0 4px 18px rgba(11, 37, 69, 0.05);
    --svc-shadow-md: 0 8px 24px rgba(11, 37, 69, 0.08);
    --svc-shadow-lg: 0 16px 36px rgba(11, 37, 69, 0.12);
    --svc-shadow-hover: 0 14px 32px rgba(11, 37, 69, 0.10);
    --svc-transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Responsive Mobile Menu Display Helpers */
@media (min-width: 992px) {
    .responsive-menu,
    .slicknav_menu {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .responsive-menu {
        display: flex !important;
        align-items: center !important;
    }
    .slicknav_menu {
        display: flex !important;
        align-items: center !important;
    }
}

/* Section Spacing, Subtitles & Backgrounds */
.svc-section-space {
    padding: 65px 0;
}

.svc-bg-light {
    background-color: var(--svc-bg-alt);
}

.section-subtitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--svc-accent);
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}

/* ==========================================================================
   Page Hero Section
   ========================================================================== */
.page-hero,
.svc-hero-banner {
    background: linear-gradient(135deg, #071930 0%, #0b2545 65%, #133863 100%);
    padding: 55px 0 65px;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}

.page-hero::before,
.svc-hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
}

.svc-eyebrow-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 44, 44, 0.15);
    border: 1px solid rgba(255, 44, 44, 0.4);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
    backdrop-filter: blur(6px);
}

.svc-hero-banner h1 {
    font-size: clamp(28px, 3.4vw, 42px);
    color: #ffffff;
    font-weight: 800;
    line-height: 1.22;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

.svc-hero-banner h1 .highlight-text {
    color: var(--svc-accent);
}

.svc-hero-banner p.hero-intro {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 24px;
    line-height: 1.65;
}

.svc-hero-action-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.svc-btn-consult {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--svc-accent);
    color: #ffffff !important;
    font-family: 'Afacad Flux', sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: var(--svc-radius-sm);
    border: 2px solid var(--svc-accent);
    box-shadow: 0 6px 18px rgba(255, 44, 44, 0.32);
    transition: var(--svc-transition);
    text-decoration: none;
}

.svc-btn-consult:hover {
    background: #c71616;
    border-color: #c71616;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(255, 44, 44, 0.42);
}

.svc-btn-wa {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(37, 211, 102, 0.15);
    border: 2px solid #25d366;
    color: #ffffff !important;
    font-family: 'Afacad Flux', sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: var(--svc-radius-sm);
    backdrop-filter: blur(8px);
    transition: var(--svc-transition);
    text-decoration: none;
}

.svc-btn-wa:hover {
    background: #25d366;
    color: #0b2545 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.4);
}

.svc-hero-checks {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
}

.svc-hero-checks span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.svc-hero-checks span i {
    color: #4ade80;
    font-size: 15px;
}

.svc-hero-img-box {
    position: relative;
    padding: 10px;
}

.svc-hero-main-img {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    border: 4px solid rgba(255, 255, 255, 0.15);
    position: relative;
    z-index: 2;
}

.svc-hero-main-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.svc-hero-img-box:hover .svc-hero-main-img img {
    transform: scale(1.03);
}

.svc-floating-stat-badge {
    position: absolute;
    bottom: -12px;
    left: 0;
    background: #ffffff;
    border-radius: 50px;
    padding: 8px 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    z-index: 3;
    border: 1px solid var(--svc-border);
}

.svc-stat-badge-icon {
    width: 38px;
    height: 38px;
    background: var(--svc-accent);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.svc-stat-badge-text strong {
    display: block;
    font-family: 'Afacad Flux', sans-serif;
    font-size: 18px;
    color: var(--svc-navy);
    line-height: 1.1;
    font-weight: 700;
}

.svc-stat-badge-text span {
    font-size: 13px;
    color: var(--svc-text-muted);
}

/* ==========================================================================
   What Is Attestation Section
   ========================================================================== */
.what-visual-frame {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--svc-shadow-lg);
    border: 1px solid var(--svc-border);
}

.what-visual-frame img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.what-badge-overlap {
    position: absolute;
    bottom: 18px;
    right: 18px;
    background: rgba(11, 37, 69, 0.94);
    backdrop-filter: blur(10px);
    color: #ffffff;
    padding: 12px 18px;
    border-radius: var(--svc-radius-sm);
    display: flex;
    align-items: center;
    gap: 12px;
    border-left: 4px solid var(--svc-accent);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    max-width: 280px;
}

.what-badge-overlap i {
    font-size: 24px;
    color: var(--svc-accent);
    flex-shrink: 0;
}

.what-badge-overlap p {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.35;
    font-weight: 600;
}

.definition-highlight-box {
    background: #f8fafc;
    border-left: 4px solid var(--svc-accent);
    padding: 18px 22px;
    border-radius: 0 var(--svc-radius-sm) var(--svc-radius-sm) 0;
    margin: 20px 0;
}

.definition-highlight-box h4 {
    color: var(--svc-navy);
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 700;
}

.definition-highlight-box p {
    margin: 0;
    font-size: 15.5px;
    color: var(--svc-text-dark);
    line-height: 1.6;
}

/* ==========================================================================
   Service Category Cards (Educational, Personal, Commercial)
   ========================================================================== */
.svc-category-card {
    background: #ffffff;
    border: 1.5px solid var(--svc-border);
    border-radius: var(--svc-radius-md);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: var(--svc-shadow-sm);
    transition: var(--svc-transition);
}

.svc-category-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 44, 44, 0.35);
    box-shadow: var(--svc-shadow-hover);
}

.svc-category-thumb {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.svc-category-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.svc-category-card:hover .svc-category-thumb img {
    transform: scale(1.06);
}

.svc-category-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--svc-navy);
    color: #ffffff;
    font-family: 'Afacad Flux', sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.svc-category-body {
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.svc-category-body h3 {
    font-size: 24px !important;
    margin-bottom: 10px !important;
    font-weight: 700 !important;
    color: var(--svc-navy) !important;
    line-height: 1.3 !important;
}

.svc-category-body p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.svc-doc-pill-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.svc-doc-pill-list li {
    font-size: 15px;
    color: var(--svc-text-dark);
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.4;
}

.svc-doc-pill-list li i {
    color: var(--svc-accent);
    font-size: 15px;
    flex-shrink: 0;
}

.svc-category-footer {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--svc-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ==========================================================================
   Why Choose Us Benefit Cards
   ========================================================================== */
.benefit-card-box {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: var(--svc-radius-md);
    padding: 26px 22px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 16px rgba(11, 37, 69, 0.04);
    transition: var(--svc-transition);
    position: relative;
    overflow: hidden;
}

.benefit-card-box:hover {
    border-color: rgba(255, 44, 44, 0.35);
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(11, 37, 69, 0.10);
}

.benefit-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(255, 44, 44, 0.08);
    border: 1.5px solid rgba(255, 44, 44, 0.2);
    color: var(--svc-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
    transition: var(--svc-transition);
}

.benefit-card-box:hover .benefit-card-icon {
    background: var(--svc-accent) !important;
    color: #ffffff !important;
    border-color: var(--svc-accent) !important;
    transform: scale(1.06) rotate(3deg);
    box-shadow: 0 6px 14px var(--svc-accent-glow);
}
.benefit-card-box:hover .benefit-card-icon i,
.benefit-card-box:hover .benefit-card-icon svg {
    color: #ffffff !important;
    fill: #ffffff !important;
}

.benefit-card-box h3 {
    font-size: 22px !important;
    margin-bottom: 10px !important;
    color: var(--svc-navy) !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

.benefit-card-box p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* ==========================================================================
   Embassy Photo Cards
   ========================================================================== */
.embassy-photo-card {
    background: #ffffff;
    border: 1.5px solid var(--svc-border);
    border-radius: var(--svc-radius-md);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: var(--svc-shadow-sm);
    transition: var(--svc-transition);
}

.embassy-photo-card:hover {
    border-color: rgba(255, 44, 44, 0.35);
    transform: translateY(-5px);
    box-shadow: var(--svc-shadow-hover);
}

.embassy-photo-wrap {
    position: relative;
    height: 170px;
    overflow: hidden;
}

.embassy-photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.embassy-photo-card:hover .embassy-photo-wrap img {
    transform: scale(1.06);
}

.embassy-flag-float {
    position: absolute;
    bottom: -15px;
    right: 15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.22);
    border: 2px solid #ffffff;
    z-index: 2;
}

.embassy-photo-body {
    padding: 22px 18px 18px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.embassy-photo-body h3 {
    font-size: 22px !important;
    margin: 0 0 10px !important;
    font-weight: 700 !important;
    color: var(--svc-navy) !important;
    line-height: 1.3 !important;
}

.embassy-photo-body p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
    flex-grow: 1;
}

.embassy-readmore {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Afacad Flux', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--svc-accent) !important;
    text-decoration: none;
    transition: var(--svc-transition);
}

.embassy-readmore:hover {
    color: var(--svc-navy) !important;
    transform: translateX(4px);
}

/* ==========================================================================
   Specialized Services Cards Redesign
   ========================================================================== */
.svc-special-card {
    background: #ffffff;
    border: 1.5px solid #cbd5e1;
    border-radius: var(--svc-radius-lg);
    padding: 34px 26px 26px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    margin-top: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.svc-special-card:hover {
    border-color: var(--svc-accent);
    transform: translateY(-6px);
    box-shadow: 0 16px 36px -10px rgba(7, 25, 48, 0.12);
}

.svc-spec-floating-tag {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    border: 1.5px solid var(--svc-accent);
    color: var(--svc-accent);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 4px 18px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(220, 38, 38, 0.12);
    white-space: nowrap;
    z-index: 3;
    transition: all 0.3s ease;
}

.svc-special-card:hover .svc-spec-floating-tag {
    background: var(--svc-accent);
    color: #ffffff;
    box-shadow: 0 6px 14px var(--svc-accent-glow);
}

.svc-special-card h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--svc-navy);
    margin-bottom: 12px;
    line-height: 1.3;
}

.svc-spec-intro {
    font-size: 16px;
    color: var(--svc-text-muted);
    line-height: 1.6;
    margin-bottom: 16px;
}

.svc-spec-highlight-box {
    background: #f8fafc;
    border: 1px solid #edf2f7;
    border-radius: var(--svc-radius-md);
    padding: 18px 20px;
    margin-bottom: 0;
}

.svc-spec-highlight-title,
.svc-covered-heading {
    font-size: 15px;
    font-weight: 700;
    color: var(--svc-navy);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.svc-special-card .collapse:not(.show) {
    display: none !important;
}

.svc-special-card .collapse.show {
    display: block !important;
    animation: svcFadeDown 0.25s ease-out;
}

@keyframes svcFadeDown {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.svc-read-more-btn {
    background: transparent;
    border: none;
    outline: none;
    color: var(--svc-accent, #e30613);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    padding: 8px 0 0 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
    text-decoration: none;
    margin-top: 4px;
}

.svc-read-more-btn:hover {
    color: #99000a;
    text-decoration: underline;
}

.svc-read-more-btn .read-more-text {
    display: inline !important;
}

.svc-read-more-btn .read-less-text {
    display: none !important;
}

.svc-read-more-btn.active .read-more-text,
.svc-read-more-btn[aria-expanded="true"] .read-more-text {
    display: none !important;
}

.svc-read-more-btn.active .read-less-text,
.svc-read-more-btn[aria-expanded="true"] .read-less-text {
    display: inline !important;
}

.svc-read-more-btn .toggle-icon {
    font-size: 11px;
    transition: transform 0.25s ease;
    display: inline-block;
}

.svc-read-more-btn.active .toggle-icon,
.svc-read-more-btn[aria-expanded="true"] .toggle-icon {
    transform: rotate(180deg);
}

/* 5-Column Single Row Layout */
.row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

@media (max-width: 1199px) {
    .row-cols-lg-5 > * {
        width: 33.333333%;
    }
}

@media (max-width: 767px) {
    .row-cols-lg-5 > * {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .row-cols-lg-5 > * {
        width: 100%;
    }
}

/* Professional Section 5: Required Documents Grid */
.svc-req-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 20px 16px;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.svc-req-card:hover {
    border-color: var(--svc-accent, #e30613);
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(227, 6, 19, 0.09);
}

.svc-req-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.svc-req-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #fff0f0;
    color: var(--svc-accent, #e30613);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
}

.svc-req-card:hover .svc-req-card-icon {
    background: var(--svc-accent, #e30613);
    color: #ffffff;
}

.svc-req-card-badge {
    font-size: 10.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #f8fafc;
    color: #475569;
    padding: 3px 8px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.svc-req-card h4 {
    font-size: 16px;
    font-weight: 800;
    color: var(--svc-navy, #0b1a30);
    margin-bottom: 6px;
    line-height: 1.35;
}

.svc-req-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

.svc-req-advisory-bar {
    background: linear-gradient(135deg, #ffffff 0%, #fff8f8 100%);
    border: 1.5px solid #fecaca;
    border-radius: 14px;
    padding: 20px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 6px 20px rgba(227, 6, 19, 0.04);
}

.svc-req-advisory-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.svc-req-advisory-content i {
    font-size: 28px;
    color: var(--svc-accent, #e30613);
    flex-shrink: 0;
}

.svc-req-advisory-content p {
    font-size: 14.5px;
    color: #334155;
    line-height: 1.55;
    margin: 0;
}

.svc-req-advisory-content p strong {
    color: #991b1b;
}

.svc-req-advisory-btn {
    flex-shrink: 0;
    background: var(--svc-accent, #e30613);
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.svc-req-advisory-btn:hover {
    background: #b91c1c;
    color: #ffffff;
}

@media (max-width: 767px) {
    .svc-req-advisory-bar {
        flex-direction: column;
        align-items: flex-start;
    }
    .svc-req-advisory-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Redesigned Section 6: Legal Mandate Cards (Single Row 5-Column Grid) */
.svc-mandate-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 20px 16px;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.svc-mandate-card:hover {
    border-color: var(--svc-accent, #e30613);
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(7, 25, 48, 0.08);
}

.svc-mandate-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #fff0f0;
    color: var(--svc-accent, #e30613);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    margin-bottom: 14px;
    transition: all 0.3s ease;
}

.svc-mandate-card:hover .svc-mandate-icon {
    background: var(--svc-accent, #e30613);
    color: #ffffff;
}

.svc-mandate-content h4 {
    font-size: 16px;
    font-weight: 800;
    color: var(--svc-navy, #0b1a30);
    margin-bottom: 6px;
    line-height: 1.35;
}

.svc-mandate-content p {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 0;
}

.svc-mandate-alert {
    background: linear-gradient(135deg, #0b1a30 0%, #172a45 100%);
    color: #ffffff;
    border-radius: 14px;
    padding: 22px 28px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 10px 25px rgba(11, 26, 48, 0.15);
    border-left: 5px solid var(--svc-accent);
    margin-top: 28px;
}

.svc-mandate-alert i {
    font-size: 28px;
    color: #f87171;
    flex-shrink: 0;
}

.svc-mandate-alert p {
    font-size: 15.5px;
    color: #f1f5f9;
    line-height: 1.6;
    margin: 0;
}

.svc-spec-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.svc-spec-items li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: #334155;
    line-height: 1.5;
    margin-bottom: 10px;
}

.svc-spec-items li:last-child {
    margin-bottom: 0;
}

.svc-spec-items li i {
    color: var(--svc-accent);
    font-size: 14px;
    margin-top: 2px;
    flex-shrink: 0;
}

.svc-spec-footer {
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
}

.svc-spec-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 11px 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    color: var(--svc-navy);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.svc-spec-btn:hover {
    background: var(--svc-navy);
    border-color: var(--svc-navy);
    color: #ffffff;
    padding-right: 14px;
}

.svc-spec-btn:hover i {
    transform: translateX(4px);
    color: var(--svc-accent);
}

.svc-spec-btn i {
    transition: transform 0.25s ease;
}

/* ==========================================================================
   5-Step Timeline Process
   ========================================================================== */
.timeline-process-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    position: relative;
    margin-bottom: 0;
}

.timeline-process-row::before {
    content: '';
    position: absolute;
    top: 26px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: #e2e8f0;
    z-index: 1;
}

.process-node-item {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 6px;
}

.process-node-badge {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    border: 3px solid var(--svc-accent);
    color: var(--svc-accent);
    font-family: 'Afacad Flux', sans-serif;
    font-size: 20px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: var(--svc-transition);
}

.process-node-item:hover .process-node-badge {
    background: var(--svc-accent);
    color: #ffffff;
    transform: scale(1.08);
    box-shadow: 0 6px 16px var(--svc-accent-glow);
}

.process-node-item h4 {
    font-size: 19px;
    color: var(--svc-navy);
    margin-bottom: 6px;
    font-weight: 700;
}

.process-node-item p {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

/* Horizontal Scrollable Process Steps with Left/Right Arrows */
.steps-scroll-container {
    position: relative;
    width: 100%;
}

.steps-scroll-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
    padding: 10px 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Hide scrollbar Firefox */
    -ms-overflow-style: none; /* Hide scrollbar IE/Edge */
    scroll-behavior: smooth;
}

.steps-scroll-row::-webkit-scrollbar {
    display: none; /* Hide scrollbar Chrome/Safari */
    width: 0;
    height: 0;
}

.steps-scroll-item {
    flex: 0 0 calc((100% - 60px) / 4);
    min-width: calc((100% - 60px) / 4);
    max-width: calc((100% - 60px) / 4);
    scroll-snap-align: start;
    display: flex;
}

.steps-scroll-item .benefit-card-box {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.steps-scroll-item .process-node-badge {
    margin: 0 auto 16px !important;
}

.steps-scroll-item h3 {
    text-align: center;
    width: 100%;
}

.steps-scroll-item p {
    text-align: center;
}

@media (max-width: 1199px) {
    .steps-scroll-item {
        flex: 0 0 calc((100% - 40px) / 3);
        min-width: calc((100% - 40px) / 3);
        max-width: calc((100% - 40px) / 3);
    }
}

@media (max-width: 991px) {
    .steps-scroll-item {
        flex: 0 0 calc((100% - 20px) / 2);
        min-width: calc((100% - 20px) / 2);
        max-width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 575px) {
    .steps-scroll-item {
        flex: 0 0 calc(100% - 30px);
        min-width: calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
}

.steps-nav-btn {
    position: absolute;
    top: calc(50% - 22px);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    color: var(--svc-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    z-index: 10;
    transition: all 0.25s ease;
}

.steps-nav-btn:hover {
    background: var(--svc-accent);
    border-color: var(--svc-accent);
    color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 6px 18px rgba(220, 38, 38, 0.35);
}

.steps-nav-btn.prev-btn {
    left: -20px;
}

.steps-nav-btn.next-btn {
    right: -20px;
}

@media (max-width: 991px) {
    .steps-nav-btn.prev-btn {
        left: -8px;
    }
    .steps-nav-btn.next-btn {
        right: -8px;
    }
}

.timeline-summary-bar {
    background: var(--svc-navy);
    color: #ffffff;
    border-radius: var(--svc-radius-md);
    padding: 14px 22px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 12px;
    box-shadow: var(--svc-shadow-md);
    font-size: 16px;
}

.timeline-summary-bar span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.timeline-summary-bar i {
    color: var(--svc-accent);
    font-size: 16px;
}

.timeline-summary-bar a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: underline;
}

/* ==========================================================================
   Regional Coverage Grid
   ========================================================================== */
.location-list-card {
    background: #ffffff;
    border: 1.5px solid var(--svc-border);
    border-radius: var(--svc-radius-md);
    padding: 22px 18px;
    height: 100%;
    box-shadow: var(--svc-shadow-sm);
    transition: var(--svc-transition);
}

.location-list-card:hover {
    border-color: var(--svc-accent);
    transform: translateY(-4px);
    box-shadow: var(--svc-shadow-md);
}

.location-list-card h3 {
    font-size: 20px !important;
    margin-bottom: 12px !important;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700 !important;
    color: var(--svc-navy) !important;
}

.location-list-card h3 i {
    color: var(--svc-accent);
}

.location-items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.location-items li {
    font-size: 15px;
    color: var(--svc-text-dark);
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.4;
}

.location-items li i {
    color: #10b981;
    font-size: 14px;
    flex-shrink: 0;
}

/* ==========================================================================
   FAQ Accordion Section (Modern Premium Design)
   ========================================================================== */
.faq-accordion {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-accordion-container {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-accordion-item,
.faq-card-item {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: var(--svc-radius-md);
    margin-bottom: 0;
    box-shadow: 0 4px 18px rgba(11, 37, 69, 0.04);
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-accordion-item:hover,
.faq-card-item:hover {
    border-color: rgba(227, 6, 19, 0.3);
    box-shadow: 0 8px 24px rgba(11, 37, 69, 0.08);
    transform: translateY(-2px);
}

.faq-accordion-item.active,
.faq-card-item.active {
    border-color: var(--svc-accent);
    box-shadow: 0 10px 28px rgba(227, 6, 19, 0.09);
}

.faq-accordion-header,
.faq-card-btn {
    width: 100%;
    padding: 20px 24px;
    background: #ffffff;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: left;
    font-family: 'Afacad Flux', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--svc-navy);
    cursor: pointer;
    transition: all 0.25s ease;
    margin: 0;
}

.faq-accordion-header:hover,
.faq-card-btn:hover {
    color: var(--svc-accent);
    background: #fdfdfd;
}

.faq-accordion-item.active .faq-accordion-header,
.faq-card-item.active .faq-card-btn {
    color: var(--svc-accent);
    background: #fafafa;
    border-bottom: 1px solid #f1f5f9;
}

.faq-accordion-header span {
    flex-grow: 1;
    line-height: 1.35;
}

.faq-icon-box,
.faq-chevron {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--svc-bg-alt);
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--svc-navy);
    flex-shrink: 0;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-accordion-header:hover .faq-icon-box,
.faq-card-btn:hover .faq-chevron {
    background: rgba(227, 6, 19, 0.1);
    color: var(--svc-accent);
    border-color: rgba(227, 6, 19, 0.2);
}

.faq-accordion-item.active .faq-icon-box,
.faq-card-item.active .faq-chevron {
    background: var(--svc-accent);
    border-color: var(--svc-accent);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(227, 6, 19, 0.3);
    transform: rotate(180deg);
}

.faq-accordion-body {
    padding: 20px 24px 22px;
    background: #ffffff;
    color: var(--svc-text-dark);
    font-size: 15.5px;
    line-height: 1.7;
    display: none;
    border-top: 1px solid transparent;
    animation: svcFaqFadeIn 0.3s ease;
}

.faq-accordion-item.active .faq-accordion-body {
    display: block;
    border-top: 1px solid #f1f5f9;
}

.faq-accordion-body p {
    margin: 0;
    color: #475569;
}

.faq-card-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-out, padding 0.35s ease;
    padding: 0 24px;
    color: #475569;
    font-size: 15.5px;
    line-height: 1.7;
}

.faq-card-body p {
    margin: 0;
    color: #475569;
    font-size: 15.5px;
    line-height: 1.75;
}

.faq-card-item.active .faq-card-body {
    max-height: 500px;
    padding: 16px 24px 22px;
    border-top: 1px solid #f1f5f9;
}

@keyframes svcFaqFadeIn {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ==========================================================================
   Contact / Enquiry Form Section
   ========================================================================== */
.svc-enquiry-card {
    background: #ffffff;
    border: 1.5px solid var(--svc-border);
    border-radius: var(--svc-radius-md);
    padding: 30px 26px;
    box-shadow: var(--svc-shadow-md);
}

.svc-enquiry-card h3 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: var(--svc-navy) !important;
    margin-bottom: 8px !important;
}

.svc-enquiry-card p.form-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
}

.svc-form-label {
    font-size: 15px;
    font-weight: 600;
    color: var(--svc-navy);
    margin-bottom: 6px;
    display: block;
}

.svc-form-control {
    width: 100%;
    padding: 10px 14px;
    font-size: 15px;
    border: 1.5px solid var(--svc-border);
    border-radius: var(--svc-radius-sm);
    color: var(--svc-text-dark);
    transition: var(--svc-transition);
}

.svc-form-control:focus {
    outline: none;
    border-color: var(--svc-accent);
    box-shadow: 0 0 0 3px rgba(255, 44, 44, 0.12);
}

/* ==========================================================================
   Related Services Cards (.service-item clean static layout, zero hover shift)
   ========================================================================== */
.service-item {
    position: relative;
    padding: 20px 20px 22px !important;
    height: 100%;
    margin-bottom: 0;
    border: 1.5px solid var(--svc-border);
    border-radius: var(--svc-radius-md);
    box-shadow: var(--svc-shadow-sm);
    background-color: #ffffff !important;
    transition: all 0.3s ease !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-item::before,
.service-item:hover::before,
.service-item.active::before {
    display: none !important;
    content: none !important;
    opacity: 0 !important;
}

.service-item:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 25px rgba(11, 37, 69, 0.08) !important;
    border-color: rgba(255, 44, 44, 0.25) !important;
    background-color: #ffffff !important;
}

.service-item:hover .service-content h3 {
    color: var(--svc-navy) !important;
}

.service-item:hover .service-content p {
    color: var(--svc-text-muted) !important;
}

.service-item:hover .service-btn .readmore-btn {
    color: var(--svc-accent) !important;
}

.service-item .service-thumb-img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    margin-bottom: 14px;
    border-radius: 10px;
    border: 1px solid #f1f5f9;
}

.service-content {
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.service-content h3 {
    font-size: 21px !important;
    margin-bottom: 8px !important;
}

.service-content p {
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 0;
}

.service-btn .readmore-btn {
    font-size: 17px;
}

/* ==========================================================================
   Responsive Adaptations (Consolidated & Zero Duplication)
   ========================================================================== */
@media (max-width: 991px) {
    .svc-hero-banner {
        padding: 45px 0 55px;
        text-align: center;
    }
    .svc-hero-banner p.hero-intro {
        margin-inline: auto;
    }
    .svc-hero-action-btns {
        justify-content: center;
    }
    .svc-hero-checks {
        justify-content: center;
    }
    .svc-hero-img-box {
        margin-top: 30px;
    }
    .timeline-process-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
    .timeline-process-row::before {
        display: none;
    }
}

/* ==========================================================================
   Fixed Background CTA Banner with Modal Popup
   ========================================================================== */
.fixed-bg-cta-banner {
    position: relative;
    background: linear-gradient(to right, rgba(7, 25, 48, 0.45) 0%, rgba(7, 25, 48, 0.18) 55%, rgba(7, 25, 48, 0.05) 100%), url('../images/slide-1.webp') no-repeat center right;
    background-size: cover;
    background-attachment: fixed;
    padding: 75px 0;
    color: #ffffff;
    overflow: hidden;
}

.fixed-bg-cta-banner h2 {
    font-size: clamp(24px, 2.8vw, 36px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 12px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

.fixed-bg-cta-banner p.cta-desc {
    font-size: 17px;
    color: #ffffff;
    max-width: 680px;
    margin-bottom: 20px;
    line-height: 1.6;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
}

.cta-checks-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
}

.cta-checks-row span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cta-checks-row i {
    color: #22c55e;
    font-size: 16px;
}

.btn-inquire-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--svc-accent);
    color: #ffffff !important;
    font-family: 'Afacad Flux', sans-serif;
    font-size: 19px;
    font-weight: 700;
    padding: 14px 34px;
    border-radius: 50px;
    border: none;
    box-shadow: 0 8px 24px rgba(255, 44, 44, 0.35);
    cursor: pointer;
    transition: var(--svc-transition);
    text-decoration: none;
}

.btn-inquire-cta:hover {
    background: #c71616;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 28px rgba(255, 44, 44, 0.45);
}

/* Modal Popup Styling */
.enquiry-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(7, 25, 48, 0.75);
    backdrop-filter: blur(8px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.enquiry-modal-overlay.active {
    display: flex;
    opacity: 1;
}

.enquiry-modal-card {
    background: #ffffff;
    border-radius: var(--svc-radius-md);
    max-width: 540px;
    width: 100%;
    position: relative;
    padding: 32px 28px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3);
    transform: translateY(20px);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.enquiry-modal-overlay.active .enquiry-modal-card {
    transform: translateY(0);
}

.enquiry-modal-close {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f1f5f9;
    border: none;
    font-size: 18px;
    color: var(--svc-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--svc-transition);
}

.enquiry-modal-close:hover {
    background: var(--svc-accent);
    color: #ffffff;
}

@media (max-width: 991px) {
    .fixed-bg-cta-banner {
        padding: 50px 0;
        text-align: center;
    }
    .fixed-bg-cta-banner p.cta-desc {
        margin-inline: auto;
    }
    .cta-checks-row {
        justify-content: center;
        margin-bottom: 24px;
    }
}

/* ==========================================================================
   Modern Professional Process Step Cards
   ========================================================================== */
.svc-process-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(11, 26, 48, 0.04);
    transition: all 0.3s ease;
    overflow: hidden;
}

.svc-process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(11, 26, 48, 0.10);
    border-color: rgba(227, 6, 19, 0.3);
}

.svc-process-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.svc-step-num-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(227, 6, 19, 0.08);
    color: var(--svc-accent);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.svc-step-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: var(--svc-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
}

.svc-process-card:hover .svc-step-icon {
    background: var(--svc-accent);
    color: #ffffff;
    border-color: var(--svc-accent);
    transform: rotate(6deg);
}

.svc-process-card h3 {
    font-size: 19px !important;
    font-weight: 700 !important;
    color: var(--svc-navy) !important;
    margin-bottom: 12px !important;
    line-height: 1.35 !important;
}

.svc-process-card p {
    font-size: 14.5px;
    color: #555;
    line-height: 1.65;
    margin-bottom: 14px;
}

.svc-step-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
}

.svc-step-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #334155;
    line-height: 1.55;
    margin-bottom: 10px;
    padding: 10px 12px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #edf2f7;
}

.svc-step-list li i {
    color: #10b981;
    font-size: 14px;
    margin-top: 3px;
    flex-shrink: 0;
}

.svc-step-list li strong {
    color: var(--svc-navy);
}

.svc-step-footer {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px dashed #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
}

.svc-step-footer span.time-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #b91c1c;
    font-weight: 600;
}

.svc-step-footer span.req-badge {
    background: #f1f5f9;
    padding: 3px 8px;
    border-radius: 6px;
    color: #475569;
    font-size: 12px;
    font-weight: 500;
}

/* Modern Process Summary Banner */
.svc-process-summary-card {
    background: linear-gradient(135deg, #0b1a30 0%, #172a45 100%);
    border-radius: 16px;
    padding: 28px 32px;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(11, 26, 48, 0.15);
    position: relative;
    overflow: hidden;
}

.svc-process-summary-card::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(227,6,19,0.3) 0%, transparent 70%);
    border-radius: 50%;
}

.svc-process-summary-card h3 {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.svc-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

@media (max-width: 767px) {
    .svc-summary-grid {
        grid-template-columns: 1fr;
    }
}

.svc-summary-item {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 14px 18px;
    backdrop-filter: blur(5px);
}

.svc-summary-item-title {
    font-size: 13px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 4px;
}

.svc-summary-item-val {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.svc-summary-item-sub {
    font-size: 12px;
    color: #cbd5e1;
    margin-top: 2px;
}

/* ==========================================================================
   Modern Category & Document Type Cards
   ========================================================================== */
.svc-category-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(11, 26, 48, 0.04);
    transition: all 0.3s ease;
    position: relative;
}

.svc-category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(11, 26, 48, 0.10);
    border-color: rgba(227, 6, 19, 0.35);
}

.svc-cat-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.svc-cat-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(227, 6, 19, 0.08);
    border: 1.5px solid rgba(227, 6, 19, 0.18);
    color: var(--svc-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all 0.3s ease;
}

.svc-category-card:hover .svc-cat-icon {
    background: var(--svc-accent);
    color: #ffffff;
    border-color: var(--svc-accent);
    transform: scale(1.08) rotate(4deg);
    box-shadow: 0 6px 16px var(--svc-accent-glow);
}

.svc-cat-pill {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    background: #f1f5f9;
    color: var(--svc-navy);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.svc-category-card:hover .svc-cat-pill {
    background: rgba(227, 6, 19, 0.1);
    color: var(--svc-accent);
    border-color: rgba(227, 6, 19, 0.25);
}

.svc-category-card h3 {
    font-size: 21px !important;
    font-weight: 700 !important;
    color: var(--svc-navy) !important;
    margin-bottom: 10px !important;
    line-height: 1.3 !important;
}

.svc-cat-desc {
    font-size: 14.5px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 18px;
}

.svc-cat-docs-wrap {
    background: #f8fafc;
    border: 1px solid #edf2f7;
    border-radius: 12px;
    padding: 18px 16px;
    margin-bottom: 16px;
    flex-grow: 1;
}

.svc-cat-docs-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--svc-navy);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.svc-cat-docs-title i {
    color: var(--svc-accent);
}

.svc-cat-doc-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.svc-cat-doc-items li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13.5px;
    color: #334155;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e2e8f0;
}

.svc-cat-doc-items li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.svc-cat-doc-items li i {
    color: #10b981;
    font-size: 14px;
    margin-top: 2px;
    flex-shrink: 0;
}

.svc-cat-alert-note {
    background: #fff8f8;
    border: 1px dashed rgba(227, 6, 19, 0.35);
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 12.5px;
    color: #7f1d1d;
    line-height: 1.5;
    margin-top: auto;
}

/* ==========================================================================
   Kuwait Visa Stamping Specific Styles
   ========================================================================== */
.visa-feature-card {
    background: #ffffff;
    border: 1px solid var(--svc-border);
    border-radius: var(--svc-radius-md);
    padding: 24px 20px;
    height: 100%;
    transition: var(--svc-transition);
    box-shadow: var(--svc-shadow-sm);
    display: flex;
    flex-direction: column;
}

.visa-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--svc-shadow-md);
    border-color: rgba(11, 37, 69, 0.2);
}

.visa-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(255, 44, 44, 0.08);
    color: var(--svc-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 16px;
    transition: var(--svc-transition);
}

.visa-feature-card:hover .visa-feature-icon {
    background: var(--svc-accent);
    color: #ffffff;
    transform: scale(1.08);
}

.visa-feature-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--svc-navy);
    margin-bottom: 8px;
}

.visa-feature-desc {
    font-size: 14.5px;
    color: #64748b;
    margin-bottom: 0;
    line-height: 1.55;
}

.mandatory-alert-box {
    background: #fff5f5;
    border: 1px solid rgba(227, 6, 19, 0.15);
    border-radius: var(--svc-radius-sm);
    padding: 16px 20px;
    margin-bottom: 24px;
    box-shadow: 0 2px 10px rgba(255, 44, 44, 0.04);
}

.mandatory-alert-box p {
    margin-bottom: 0;
    font-size: 15px;
    color: #991b1b;
    line-height: 1.6;
}

.mandatory-alert-box i {
    color: var(--svc-accent);
    margin-right: 8px;
    font-size: 17px;
}

.spec-list {
    background: #ffffff;
    border: 1px solid var(--svc-border);
    border-radius: var(--svc-radius-md);
    padding: 20px;
    box-shadow: var(--svc-shadow-sm);
}

.spec-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 15px;
    color: #334155;
    line-height: 1.5;
}

.spec-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.spec-item:first-child {
    padding-top: 0;
}

.spec-item i {
    color: #10b981;
    font-size: 16px;
    margin-top: 3px;
    flex-shrink: 0;
}

/* Sidebar Widgets */
/* ==========================================================================
   Professional Sticky Sidebar Styles
   ========================================================================== */
/* ==========================================================================
   Professional Sticky Sidebar Cards
   ========================================================================== */
.kuwait-sidebar-wrapper {
    position: sticky;
    top: 90px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-widget {
    background: #ffffff;
    border-radius: 12px;
    border: 1.5px solid #e2e8f0;
    box-shadow: 0 4px 18px rgba(11, 37, 69, 0.04);
    transition: var(--svc-transition);
    overflow: hidden;
}

.sidebar-widget:hover {
    box-shadow: 0 8px 26px rgba(11, 37, 69, 0.09);
    border-color: #cbd5e1;
}

/* Card Header Banner (Navy with 100% White #ffffff Text) */
.sidebar-widget .sidebar-widget-header,
.kuwait-sidebar-wrapper .sidebar-widget-header {
    background: linear-gradient(135deg, #0b2545 0%, #133a6b 100%) !important;
    color: #ffffff !important;
    padding: 13px 18px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 !important;
    border-bottom: none !important;
}

.sidebar-widget-header .sidebar-widget-icon,
.sidebar-widget .sidebar-widget-icon {
    width: 32px !important;
    height: 32px !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
}

.sidebar-widget-header .sidebar-widget-title,
.sidebar-widget .sidebar-widget-title {
    font-family: 'Afacad Flux', sans-serif !important;
    font-size: 17.5px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.2px !important;
}

.sidebar-widget-body {
    padding: 18px !important;
}

/* 1. Dark Get Started Today Card */
.sidebar-widget-dark {
    background: linear-gradient(135deg, #071930 0%, #0b2545 100%) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    padding: 22px 20px !important;
    box-shadow: 0 8px 25px rgba(7, 25, 48, 0.18) !important;
}

.sidebar-widget-dark .sidebar-widget-header {
    background: transparent !important;
    padding: 0 0 12px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    margin-bottom: 14px !important;
}

.sidebar-widget-dark .sidebar-widget-icon {
    background: rgba(255, 44, 44, 0.2) !important;
    color: #ff6b6b !important;
    border: 1px solid rgba(255, 44, 44, 0.4) !important;
}

.sidebar-widget-dark .sidebar-widget-title {
    color: #ffffff !important;
    font-size: 19px !important;
}

.sidebar-widget-dark p.sidebar-dark-desc {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.sidebar-btn-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 14px;
}

.sidebar-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 16px;
    border-radius: 8px;
    font-family: 'Afacad Flux', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

.sidebar-btn.phone-btn {
    background: var(--svc-accent);
    color: #ffffff;
    border: 1.5px solid var(--svc-accent);
    box-shadow: 0 4px 14px rgba(227, 6, 19, 0.35);
}

.sidebar-btn.phone-btn:hover {
    background: #c71616;
    color: #ffffff;
    transform: translateY(-2px);
}

.sidebar-btn.wa-btn {
    background: rgba(37, 211, 102, 0.15);
    border: 1.5px solid #25d366;
    color: #4ade80;
}

.sidebar-btn.wa-btn:hover {
    background: #25d366;
    color: #071930;
    transform: translateY(-2px);
}

.sidebar-email-line {
    font-size: 13.5px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sidebar-email-line a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

.sidebar-email-line a:hover {
    color: var(--svc-accent);
    text-decoration: underline;
}

/* 2. Branch Locations */
.sidebar-branch-item {
    background: #f8fafc;
    border: 1px solid #edf2f7;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 10px;
    transition: all 0.25s ease;
}

.sidebar-branch-item:last-child {
    margin-bottom: 0;
}

.sidebar-branch-item:hover {
    background: #ffffff;
    border-color: rgba(227, 6, 19, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.sidebar-branch-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.sidebar-branch-name {
    font-family: 'Afacad Flux', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--svc-navy);
}

.sidebar-branch-badge {
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.sidebar-branch-badge.head {
    background: rgba(227, 6, 19, 0.1);
    color: var(--svc-accent);
    border: 1px solid rgba(227, 6, 19, 0.25);
}

.sidebar-branch-badge.branch {
    background: #f1f5f9;
    color: #475569;
    border: 1px solid #e2e8f0;
}

.sidebar-branch-addr {
    font-size: 13px;
    color: #64748b;
    line-height: 1.45;
    margin: 0;
}

/* 3. Working Hours */
.sidebar-hours-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sidebar-hours-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13.5px;
    padding: 9px 12px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #edf2f7;
}

.sidebar-hours-day {
    font-weight: 600;
    color: var(--svc-navy);
}

.sidebar-hours-time {
    color: #475569;
    font-weight: 500;
}

/* 4. Quick Tip Widget */
.sidebar-card-tip {
    border: 1.5px solid #e2e8f0 !important;
}

.sidebar-card-tip .sidebar-widget-header {
    background: linear-gradient(135deg, #0b2545 0%, #133a6b 100%) !important;
}

.sidebar-card-tip .sidebar-widget-icon {
    background: rgba(227, 6, 19, 0.22) !important;
    color: #ff6b6b !important;
    border: 1px solid rgba(255, 82, 82, 0.45) !important;
}

.sidebar-card-tip .sidebar-widget-body {
    background: #ffffff !important;
}

.sidebar-card-tip p {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.55;
    margin: 0;
}

/* ==========================================================================
   Modern Visa Categories Cards Grid
   ========================================================================== */
.visa-cat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.visa-cat-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: var(--svc-radius-md);
    padding: 22px 20px 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 18px rgba(11, 37, 69, 0.04);
    transition: all 0.3s ease;
    position: relative;
}

.visa-cat-card:hover {
    transform: translateY(-4px);
    border-color: #e2e8f0;
    box-shadow: 0 12px 28px rgba(11, 37, 69, 0.08);
}

.visa-cat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    gap: 12px;
}

.visa-cat-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(227, 6, 19, 0.08);
    border: 1.5px solid rgba(227, 6, 19, 0.2);
    color: var(--svc-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.visa-cat-card:hover .visa-cat-icon {
    background: var(--svc-accent);
    color: #ffffff;
    border-color: var(--svc-accent);
    transform: scale(1.05);
}

.visa-time-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f1f5f9;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
}

.visa-time-pill i {
    color: var(--svc-accent);
    font-size: 12px;
}

.visa-cat-title {
    font-family: 'Afacad Flux', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--svc-navy);
    margin-bottom: 6px;
    line-height: 1.25;
}

.visa-cat-desc {
    font-size: 16px;
    color: #475569;
    line-height: 1.55;
    margin-bottom: 14px;
}

.visa-cat-specs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid #f1f5f9;
    padding-top: 12px;
}

.visa-cat-specs li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #334155;
    line-height: 1.45;
}

.visa-cat-specs li i {
    color: var(--svc-accent, #e30613);
    font-size: 14px;
    flex-shrink: 0;
}



@media (max-width: 991px) {
    .visa-cat-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   Modern Redesigned Document Checklist & Why Choose Us Cards
   ========================================================================== */
.combo-showcase-card {
    position: relative;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: var(--svc-radius-md);
    padding: 30px 24px 26px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 22px rgba(11, 37, 69, 0.05);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.combo-showcase-card:hover {
    border-color: rgba(227, 6, 19, 0.35);
    box-shadow: 0 14px 32px rgba(11, 37, 69, 0.10);
    transform: translateY(-4px);
}

.combo-showcase-header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 2px solid #f1f5f9;
    margin-bottom: 20px;
}

.combo-showcase-title {
    font-family: 'Afacad Flux', sans-serif;
    font-size: 21px;
    font-weight: 800;
    color: var(--svc-navy);
    margin-bottom: 0;
    line-height: 1.25;
}

.combo-badge-pill {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    color: #475569;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 14px;
    border-radius: 20px;
    border: 1.5px solid #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(11, 37, 69, 0.06);
    z-index: 2;
}

.combo-badge-pill.pill-accent {
    color: var(--svc-accent);
    border-color: rgba(227, 6, 19, 0.35);
    background: #fff8f8;
}

.combo-doc-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.combo-doc-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    background: #f8fafc;
    border: 1px solid #edf2f7;
    border-radius: 10px;
    transition: all 0.25s ease;
}

.combo-doc-item:hover {
    background: #ffffff;
    border-color: rgba(227, 6, 19, 0.25);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transform: translateX(3px);
}

.combo-doc-check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(227, 6, 19, 0.1);
    color: var(--svc-accent, #e30613);
    border: 1px solid rgba(227, 6, 19, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-top: 2px;
    flex-shrink: 0;
}

.combo-doc-info {
    flex-grow: 1;
}

.combo-doc-info strong {
    display: block;
    font-size: 15px;
    color: var(--svc-navy);
    line-height: 1.35;
    margin-bottom: 2px;
}

.combo-doc-info span {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.4;
}

.why-trust-intro {
    background: #f8fafc;
    border-left: 3px solid var(--svc-accent);
    padding: 12px 16px;
    border-radius: 0 8px 8px 0;
    font-size: 14.5px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 20px;
}

.why-trust-features-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.why-feature-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 10px;
    transition: all 0.25s ease;
}

.why-feature-row:hover {
    border-color: rgba(227, 6, 19, 0.25);
    background: #f8fafc;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transform: translateX(3px);
}

.why-feature-icon-badge {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(227, 6, 19, 0.08);
    color: var(--svc-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-top: 2px;
    flex-shrink: 0;
}

.why-feature-content {
    flex-grow: 1;
}

.why-feature-content strong {
    display: inline;
    font-size: 15px;
    color: var(--svc-navy);
}

.why-feature-content p {
    display: inline;
    font-size: 14px;
    color: #475569;
    line-height: 1.5;
    margin: 0;
}


/* Process Flow Grid for Kuwait Visa Stamping */
.process-flow-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.process-flow-step {
    background: #ffffff;
    border: 1px solid var(--svc-border);
    border-radius: var(--svc-radius-md);
    padding: 24px 18px;
    text-align: center;
    box-shadow: var(--svc-shadow-sm);
    transition: var(--svc-transition);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.process-flow-step:hover {
    transform: translateY(-5px);
    box-shadow: var(--svc-shadow-md);
    border-color: var(--svc-accent);
}

.process-step-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--svc-accent);
    color: #ffffff;
    font-family: 'Afacad Flux', sans-serif;
    font-size: 20px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    box-shadow: none;
    transition: var(--svc-transition);
}

.process-flow-step:hover .process-step-circle {
    transform: scale(1.1);
}

.process-step-title {
    font-family: 'Afacad Flux', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--svc-navy);
    margin-bottom: 10px;
    line-height: 1.3;
}

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

@media (max-width: 1199px) {
    .process-flow-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .process-flow-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .process-flow-container {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   Contact Us Page Component Styles
   ========================================================================== */
.contact-page-section {
    padding: 55px 0 35px;
    background-color: #f8fafc;
}

.contact-info-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contact-info-wrapper .section-title h3 {
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--svc-accent);
    text-transform: uppercase;
    margin-bottom: 8px;
}

.contact-info-wrapper .section-title h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--svc-navy);
    margin-bottom: 20px;
}

.contact-cards-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

.contact-info-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 18px 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 18px rgba(11, 37, 69, 0.04);
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: var(--svc-transition);
}

.contact-info-box:hover {
    border-color: rgba(227, 6, 19, 0.35);
    box-shadow: 0 8px 24px rgba(11, 37, 69, 0.08);
    transform: translateY(-2px);
}

.contact-info-box .contact-card-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 12px;
    background: rgba(227, 6, 19, 0.08);
    color: var(--svc-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: var(--svc-transition);
}

.contact-info-box:hover .contact-card-icon {
    background: var(--svc-accent);
    color: #ffffff;
    transform: scale(1.05);
}

.contact-info-box .contact-card-content {
    flex: 1;
}

.contact-info-box .contact-card-content h4 {
    font-size: 15.5px;
    font-weight: 700;
    color: var(--svc-navy);
    margin-bottom: 4px;
}

.contact-info-box .contact-card-content p {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.55;
    margin-bottom: 0;
}

.contact-single-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 25px rgba(11, 37, 69, 0.05);
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.contact-item-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #e2e8f0;
}

.contact-item-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.contact-card-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 12px;
    background: rgba(227, 6, 19, 0.08);
    color: var(--svc-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: var(--svc-transition);
}

.contact-item-row:hover .contact-card-icon {
    background: var(--svc-accent);
    color: #ffffff;
    transform: translateY(-2px);
}

.contact-card-content {
    flex: 1;
}

.contact-info-box .contact-card-content h4 {
    font-size: 16.5px;
    font-weight: 700;
    color: var(--svc-navy);
    margin-bottom: 4px;
}

.contact-info-box .contact-card-content p {
    font-size: 14.5px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0;
}

.contact-link-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.contact-link-group a {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    background: #f1f5f9;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--svc-navy);
    text-decoration: none;
    transition: var(--svc-transition);
}

.contact-link-group a:hover {
    background: var(--svc-accent);
    color: #ffffff;
}

.email-link {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: var(--svc-accent);
    text-decoration: none;
    transition: color 0.2s ease;
}

.email-link:hover {
    text-decoration: underline;
    color: var(--svc-navy);
}

.direction-link {
    display: inline-flex;
    align-items: center;
    margin-top: 6px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--svc-accent);
    text-decoration: none;
    transition: color 0.2s ease;
}

.direction-link:hover {
    text-decoration: underline;
    color: var(--svc-navy);
}

/* Contact Form Card */
.contact-form-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 34px 30px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 25px rgba(11, 37, 69, 0.05);
}

.contact-form-card .form-header h2 {
    font-size: 27px;
    font-weight: 700;
    color: var(--svc-navy);
    margin-bottom: 6px;
}

.contact-form-card .form-header p {
    font-size: 15px;
    color: #64748b;
    margin-bottom: 0;
    line-height: 1.5;
}

.form-group-custom {
    margin-bottom: 16px;
    text-align: left;
}

.form-group-custom label {
    display: block;
    font-size: 14.5px;
    font-weight: 600;
    color: var(--svc-navy);
    margin-bottom: 6px;
}

.form-group-custom label span {
    color: var(--svc-accent);
}

.input-with-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.input-with-icon i {
    position: absolute;
    left: 15px;
    color: #94a3b8;
    font-size: 15px;
    pointer-events: none;
    z-index: 2;
}

.input-with-icon.textarea-icon i {
    top: 14px;
}

.form-control-custom {
    width: 100%;
    padding: 12px 16px 12px 42px;
    font-size: 14.5px;
    font-family: inherit;
    color: #1e293b;
    background-color: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    outline: none;
    transition: var(--svc-transition);
}

.form-control-custom:focus {
    background-color: #ffffff;
    border-color: var(--svc-accent);
    box-shadow: 0 0 0 3px rgba(227, 6, 19, 0.08);
}

.form-control-custom::placeholder {
    color: #94a3b8;
    font-size: 14px;
}

.select-custom {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 38px;
    cursor: pointer;
}

.recaptcha-mock-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 11px 18px;
    margin-top: 2px;
    margin-bottom: 4px;
}

.recaptcha-checkbox {
    width: 22px;
    height: 22px;
    cursor: pointer;
    border-radius: 4px;
}

.recaptcha-mock-box label {
    font-size: 14.5px !important;
}

.recaptcha-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    color: #94a3b8;
}

.form-submit-btn {
    background: var(--svc-accent);
    color: #ffffff !important;
    border: none;
    padding: 13.5px 28px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: var(--svc-transition);
    box-shadow: 0 4px 14px rgba(227, 6, 19, 0.25);
}

.form-submit-btn:hover {
    background: #c2040f;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(227, 6, 19, 0.35);
}

/* Map Section */
.google-map-section {
    background-color: #f8fafc;
    padding: 15px 0 50px;
}

.map-card-wrapper {
    background: #ffffff;
    border-radius: 16px;
    padding: 22px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 25px rgba(11, 37, 69, 0.05);
}

.map-header .map-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--svc-navy);
    margin-bottom: 4px;
}

.map-embed-container {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.map-embed-container iframe {
    display: block;
    width: 100%;
    min-height: 380px;
}

/* ==========================================================================
   State HRD Attestation Custom Components & Styling
   ========================================================================== */
.hrd-hero-preview-box {
    position: relative;
    padding: 10px;
}
.hrd-cert-frame {
    background: #ffffff;
    border-radius: 18px;
    padding: 10px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
    border: 3px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}
.hrd-cert-frame img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.hrd-cert-frame:hover img {
    transform: scale(1.02);
}
.hrd-cert-badge-floating {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(11, 37, 69, 0.95);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13.5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
}
.hrd-cert-badge-floating i {
    color: #22c55e;
    font-size: 15px;
}
.hrd-badge-top-right {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--svc-accent);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 15px rgba(255, 44, 44, 0.4);
}

/* UP HRD Elevated Feature Grid */
.hrd-feature-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 6px 20px rgba(11, 37, 69, 0.04);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.hrd-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(11, 37, 69, 0.1);
    border-color: #cbd5e1;
}
.hrd-feature-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: var(--svc-accent-soft);
    color: var(--svc-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
    transition: all 0.3s ease;
}
.hrd-feature-card:hover .hrd-feature-icon {
    background: var(--svc-accent);
    color: #ffffff;
    transform: scale(1.06);
}
.hrd-feature-card h3 {
    font-size: 19px;
    font-weight: 700;
    color: var(--svc-navy);
    margin-bottom: 10px;
}
.hrd-feature-card p {
    font-size: 14.5px;
    color: #475569;
    line-height: 1.65;
    margin-bottom: 0;
}

/* University Badge Cloud */
.hrd-univ-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    padding: 9px 18px;
    font-size: 14px;
    font-weight: 600;
    color: var(--svc-navy);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.25s ease;
    margin: 5px;
}
.hrd-univ-badge i {
    color: var(--svc-accent);
    font-size: 14px;
}
.hrd-univ-badge:hover {
    background: var(--svc-navy);
    color: #ffffff;
    border-color: var(--svc-navy);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(11, 37, 69, 0.15);
}
.hrd-univ-badge:hover i {
    color: #ffffff;
}

/* Location Comparison Boxes */
.hrd-location-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 32px 28px;
    border: 2px solid #e2e8f0;
    height: 100%;
    position: relative;
    transition: all 0.35s ease;
}
.hrd-location-box.is-recommended {
    border-color: #22c55e;
    box-shadow: 0 10px 30px rgba(34, 197, 94, 0.08);
}
.hrd-location-box.is-direct {
    border-color: #cbd5e1;
    background: #fdfefe;
}
.hrd-location-badge {
    position: absolute;
    top: -14px;
    right: 24px;
    padding: 5px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.hrd-location-box.is-recommended .hrd-location-badge {
    background: #22c55e;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(34, 197, 94, 0.35);
}
.hrd-location-box.is-direct .hrd-location-badge {
    background: #64748b;
    color: #ffffff;
}

/* ==========================================================================
   Document Category Pill Tabs (Theme Red)
   ========================================================================== */
#docTabs.nav-pills .nav-link {
    color: var(--svc-navy, #071930);
    background: transparent;
    border: none;
    transition: all 0.3s ease;
    font-size: 15px;
}

#docTabs.nav-pills .nav-link i {
    color: var(--svc-accent, #e30613);
    transition: color 0.3s ease;
}

#docTabs.nav-pills .nav-link:hover {
    color: var(--svc-accent, #e30613);
    background: rgba(227, 6, 19, 0.06);
}

#docTabs.nav-pills .nav-link.active {
    background: var(--svc-accent, #e30613) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(227, 6, 19, 0.35);
}

#docTabs.nav-pills .nav-link.active i {
    color: #ffffff !important;
}


