/* /Layout/MainLayout.razor.rz.scp.css */
/* ══ PAGE ════════════════════════════════════════════════ */
.page[b-4m7i0dm303] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* ══ SIDEBAR ══════════════════════════════════════════════ */
.sidebar[b-4m7i0dm303] {
    position: fixed;
    top: 3.5rem;
    left: -260px;                          /* hidden off-screen */
    width: 250px;
    height: calc(100vh - 3.5rem);
    background-color: white;
    z-index: 1000;
    overflow-y: auto;
    transition: left 0.3s ease, box-shadow 0.3s ease;
    border-right: 1px solid #e0e0e0;
}

.sidebar.show[b-4m7i0dm303] {
    left: 0;                               /* slide in */
    box-shadow: 4px 0 12px rgba(0, 0, 0, 0.15);
}

/* ══ OVERLAY ══════════════════════════════════════════════ */
.sidebar-overlay[b-4m7i0dm303] {
    display: none;
    position: fixed;
    top: 3.5rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 999;                          /* just below sidebar */
}

.sidebar-overlay.show[b-4m7i0dm303] {
    display: block;
}

/* ══ TOP BAR ══════════════════════════════════════════════ */
.top-row[b-4m7i0dm303] {
    position: sticky;
    top: 0;
    z-index: 500;
    height: 3.5rem;
    min-height: 3.5rem;
    background-color: rgb(5, 39, 103);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* ══ TOGGLER ══════════════════════════════════════════════ */
.navbar-toggler[b-4m7i0dm303] {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: white;
    font-size: 1.4rem;
    cursor: pointer;
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    transition: background 0.2s ease;
    line-height: 1;
}

.navbar-toggler:hover[b-4m7i0dm303] {
    background: rgba(255, 255, 255, 0.25);
}

.navbar-toggler:focus[b-4m7i0dm303] {
    outline: none;
}

/* ══ TOP RIGHT ════════════════════════════════════════════ */
.top-right-items[b-4m7i0dm303] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.top-link[b-4m7i0dm303] {
    color: white;
    font-size: 0.85rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    transition: opacity 0.2s ease;
}

.top-link:hover[b-4m7i0dm303] {
    opacity: 0.8;
    text-decoration: underline;
}

/* ══ MAIN WRAPPER ═════════════════════════════════════════ */
.main-wrapper[b-4m7i0dm303] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 100vh;
}

/* ══ CONTENT ══════════════════════════════════════════════ */
.content[b-4m7i0dm303] {
    flex: 1;
    padding: 1.5rem 1rem;
}

/* ══ NAV ITEMS ════════════════════════════════════════════ */
.nav-item[b-4m7i0dm303] {
    font-size: 0.9rem;
    padding: 0.25rem 0;
}

.nav-item:first-of-type[b-4m7i0dm303] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-4m7i0dm303] {
    padding-bottom: 1rem;
}

.nav-item[b-4m7i0dm303]  a {
    color: #333;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.nav-item[b-4m7i0dm303]  a.active {
    background-color: rgba(5, 39, 103, 0.1);
    color: rgb(5, 39, 103);
    font-weight: 600;
}

.nav-item[b-4m7i0dm303]  a:hover {
    background-color: rgba(5, 39, 103, 0.08);
    color: rgb(5, 39, 103);
    transform: translateX(4px);
}

/* ══ NAV HEADER ═══════════════════════════════════════════ */
.nav-header[b-4m7i0dm303] {
    padding: 1rem;
    border-bottom: 1px solid #e0e0e0;
}

.nav-header .navbar-brand[b-4m7i0dm303] {
    color: rgb(5, 39, 103) !important;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-header .navbar-brand:hover[b-4m7i0dm303] {
    opacity: 0.8;
}

/* ══ NAV SCROLLABLE ═══════════════════════════════════════ */
.nav-scrollable[b-4m7i0dm303] {
    height: 100%;
    overflow-y: auto;
}

.nav-scrollable[b-4m7i0dm303]::-webkit-scrollbar {
    width: 4px;
}

.nav-scrollable[b-4m7i0dm303]::-webkit-scrollbar-thumb {
    background: rgba(5, 39, 103, 0.3);
    border-radius: 3px;
}

/* ══ ICONS ════════════════════════════════════════════════ */
.nav-icon[b-4m7i0dm303] {
    color: rgb(5, 39, 103);
    font-size: 1rem;
    margin-right: 0.75rem;
}

.bi[b-4m7i0dm303] {
    display: inline-block;
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 0.75rem;
    background-size: cover;
    flex-shrink: 0;
}

.bi-house-door-fill-nav-menu[b-4m7i0dm303] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23052767' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-4m7i0dm303] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23052767' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* ══ WRAPPER ══════════════════════════════════════════════ */
.nav-scrollable[b-n2i7scfrqv] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    background-color: #ffffff;
}

.nav-scrollable[b-n2i7scfrqv]::-webkit-scrollbar {
    width: 4px;
}

.nav-scrollable[b-n2i7scfrqv]::-webkit-scrollbar-thumb {
    background: rgba(5, 39, 103, 0.2);
    border-radius: 4px;
}

/* ══ HEADER ═══════════════════════════════════════════════ */
.nav-header[b-n2i7scfrqv] {
    display: flex;
    align-items: center;
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, rgb(5, 39, 103), rgb(10, 60, 160));
    min-height: 4rem;
}

.nav-header .navbar-brand[b-n2i7scfrqv] {
    color: white !important;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    transition: opacity 0.2s ease;
}

.nav-header .navbar-brand:hover[b-n2i7scfrqv] {
    opacity: 0.85;
}

.nav-header .navbar-brand img[b-n2i7scfrqv] {
    border-radius: 6px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

/* ══ DIVIDER ══════════════════════════════════════════════ */
.nav-divider[b-n2i7scfrqv] {
    border: none;
    border-top: 1px solid #f0f0f0;
    margin: 0.5rem 1rem;
}

/* ══ NAV ITEM ═════════════════════════════════════════════ */
.nav-item[b-n2i7scfrqv] {
    padding: 0.15rem 0.75rem;
}

.nav-item:first-of-type[b-n2i7scfrqv] {
    margin-top: 0.75rem;
}

/* ══ NAV LINK ═════════════════════════════════════════════ */
.nav-item .nav-link[b-n2i7scfrqv] {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem;
    padding: 0.65rem 0.85rem !important;
    border-radius: 8px;
    color: #2c2c2c !important;
    font-size: 0.92rem;
    font-weight: 500;
    text-decoration: none !important;
    transition: all 0.2s ease;
    cursor: pointer;
    border: 1px solid transparent;
}

.nav-item .nav-link:hover[b-n2i7scfrqv] {
    background-color: rgba(5, 39, 103, 0.07);
    color: rgb(5, 39, 103) !important;
    border-color: rgba(5, 39, 103, 0.1);
    transform: translateX(3px);
}

.nav-item .nav-link.active[b-n2i7scfrqv] {
    background-color: rgba(5, 39, 103, 0.12) !important;
    color: rgb(5, 39, 103) !important;
    font-weight: 600 !important;
    border-color: rgba(5, 39, 103, 0.2);
}

/* ══ ACTION LINKS (tel/email) ═════════════════════════════ */
.nav-link-action[b-n2i7scfrqv] {
    color: #555 !important;
    font-size: 0.85rem !important;
}

.nav-link-action:hover[b-n2i7scfrqv] {
    color: rgb(255, 123, 0) !important;
    background-color: rgba(255, 123, 0, 0.06) !important;
    border-color: rgba(255, 123, 0, 0.15) !important;
}

/* ══ ICON WRAPPER ═════════════════════════════════════════ */
.nav-icon-wrapper[b-n2i7scfrqv] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 6px;
    background-color: rgba(5, 39, 103, 0.08);
    color: rgb(5, 39, 103);
    font-size: 0.9rem;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.nav-icon-wrapper.action[b-n2i7scfrqv] {
    background-color: rgba(255, 123, 0, 0.08);
    color: rgb(255, 123, 0);
}

.nav-item .nav-link:hover .nav-icon-wrapper[b-n2i7scfrqv] {
    background-color: rgb(5, 39, 103);
    color: white;
}

.nav-item .nav-link.active .nav-icon-wrapper[b-n2i7scfrqv] {
    background-color: rgb(5, 39, 103);
    color: white;
}

.nav-item .nav-link:hover .nav-icon-wrapper.action[b-n2i7scfrqv] {
    background-color: rgb(255, 123, 0);
    color: white;
}

/* ══ LABEL ════════════════════════════════════════════════ */
.nav-label[b-n2i7scfrqv] {
    flex: 1;
    line-height: 1.2;
}

/* ══ FOOTER ═══════════════════════════════════════════════ */
.nav-footer[b-n2i7scfrqv] {
    margin-top: auto;
    padding: 1rem 1.25rem;
    border-top: 1px solid #f0f0f0;
    background-color: #fafafa;
}

.nav-footer-text[b-n2i7scfrqv] {
    font-size: 0.75rem;
    color: #888;
    margin: 0 0 0.25rem 0;
    text-align: center;
    letter-spacing: 0.5px;
}

.nav-footer-copy[b-n2i7scfrqv] {
    font-size: 0.7rem;
    color: #bbb;
    margin: 0;
    text-align: center;
}
/* /Pages/About.razor.rz.scp.css */
/* ════════════════════════════════════════════════════════════ */
/* VARIABLES                                                    */
/* ════════════════════════════════════════════════════════════ */
:root[b-7dsdsdltov] {
    --blue:        #0d6efd;
    --blue-dark:   #084298;
    --blue-deep:   #052763;
    --orange:      #ff7b00;
    --orange-dark: #cc6200;
    --light:       #f4f7ff;
    --text:        #222222;
    --muted:       #666666;
}

/* ════════════════════════════════════════════════════════════ */
/* PAGE WRAPPER                                                 */
/* ════════════════════════════════════════════════════════════ */
.about-page[b-7dsdsdltov] {
    padding-top: 0; /* hero starts right under the fixed header */
    font-family: 'Poppins', sans-serif;
    color: var(--text);
    background: radial-gradient(circle at top left, #fef4e9 0%, #f4f7ff 40%, #edf2ff 80%);
    overflow-x: hidden;
}

/* ════════════════════════════════════════════════════════════ */
/* SHARED LABELS & TITLES                                       */
/* ════════════════════════════════════════════════════════════ */
.about-label[b-7dsdsdltov] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(13, 110, 253, 0.08);
    color: var(--blue);
    padding: 5px 16px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.about-label.light[b-7dsdsdltov] {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.about-title[b-7dsdsdltov] {
    font-size: clamp(1.7rem, 4vw, 2.3rem);
    font-weight: 800;
    color: var(--blue-deep);
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.about-title.light[b-7dsdsdltov] {
    color: #ffffff;
}

.about-subtitle[b-7dsdsdltov] {
    color: var(--muted);
    font-size: 1rem;
    max-width: 520px;
    line-height: 1.7;
    margin-bottom: 0;
}

.about-subtitle.light[b-7dsdsdltov] {
    color: rgba(255, 255, 255, 0.72);
}

.about-section-header[b-7dsdsdltov] {
    text-align: center;
    margin-bottom: 3rem;
}

.about-section-header .about-subtitle[b-7dsdsdltov] {
    margin-left: auto;
    margin-right: auto;
}

/* ════════════════════════════════════════════════════════════ */
/* HERO                                                         */
/* ════════════════════════════════════════════════════════════ */
.about-hero[b-7dsdsdltov] {
    min-height: 88vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background:
        linear-gradient(rgba(5, 39, 103, 0.78), rgba(0, 0, 0, 0.68)),
        url('/images/clockhome.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    padding: 80px 20px;
}

.about-hero-inner[b-7dsdsdltov] {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}

.about-hero-content[b-7dsdsdltov] {
    max-width: 680px;
    animation: aboutFadeUp-b-7dsdsdltov 0.75s ease both;
}

.about-hero-badge[b-7dsdsdltov] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 123, 0, 0.18);
    border: 1px solid rgba(255, 123, 0, 0.5);
    color: #ffb347;
    padding: 6px 20px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.about-hero h1[b-7dsdsdltov] {
    font-size: clamp(2.2rem, 6vw, 3.8rem);
    font-weight: 800;
    color: white;
    margin-bottom: 1.1rem;
    line-height: 1.15;
}

.about-hero h1 span[b-7dsdsdltov] {
    color: var(--orange);
}

.about-hero p[b-7dsdsdltov] {
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 2.5rem;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.about-hero-buttons[b-7dsdsdltov] {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

/* HERO STATS */
.about-hero-stats[b-7dsdsdltov] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
    text-align: center;
}

.about-stat-item[b-7dsdsdltov] {
    padding: 10px 6px;
}

.about-stat-number[b-7dsdsdltov] {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--orange);
    line-height: 1;
    margin-bottom: 0.25rem;
}

.about-stat-number span[b-7dsdsdltov] {
    font-size: 1.3rem;
    color: rgba(255, 123, 0, 0.8);
}

.about-stat-label[b-7dsdsdltov] {
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* Old stand-alone stats strip no longer used */
.about-stats[b-7dsdsdltov] {
    display: none;
}

/* ════════════════════════════════════════════════════════════ */
/* STORY                                                        */
/* ════════════════════════════════════════════════════════════ */
.about-story[b-7dsdsdltov] {
    background: radial-gradient(circle at top right, #ffffff 0%, #f4f7ff 45%, #edf2ff 90%);
    padding: 100px 10%;
}

.about-story-grid[b-7dsdsdltov] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

.about-story-image-wrapper[b-7dsdsdltov] {
    position: relative;
}

.about-story-image-wrapper img[b-7dsdsdltov] {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    display: block;
}

/* If you decide later to add a badge over the image */
/*
.about-story-badge {
    position: absolute;
    bottom: -18px;
    right: -18px;
    background: var(--orange);
    color: white;
    padding: 16px 24px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 10px 28px rgba(255, 123, 0, 0.4);
    text-align: center;
    line-height: 1.4;
}

.about-story-badge strong {
    display: block;
    font-size: 1.7rem;
}
*/

/* Story text */
.about-story-text .about-label[b-7dsdsdltov] {
    color: var(--blue);
    background: rgba(13, 110, 253, 0.08);
}

.about-story-text .about-label i[b-7dsdsdltov] {
    color: var(--blue);
}

.about-story-text .about-title[b-7dsdsdltov] {
    color: var(--blue-deep);
}

.about-story-text p[b-7dsdsdltov] {
    color: var(--muted);
    margin-bottom: 1rem;
    font-size: 0.975rem;
    line-height: 1.75;
}

.about-story-text p strong[b-7dsdsdltov] {
    color: var(--blue-deep);
    font-weight: 700;
}

.about-features-grid[b-7dsdsdltov] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 1.75rem;
}

.about-feature-item[b-7dsdsdltov] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--blue-deep);
}

.about-feature-item i[b-7dsdsdltov] {
    color: var(--orange);
    flex-shrink: 0;
}

/* ════════════════════════════════════════════════════════════ */
/* MISSION / VISION / VALUES                                    */
/* ════════════════════════════════════════════════════════════ */
.about-mvv[b-7dsdsdltov] {
    background: linear-gradient(135deg, #f4f7ff 0%, #fdf5ed 50%, #f4f7ff 100%);
    padding: 100px 10%;
}

.about-mvv-grid[b-7dsdsdltov] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.about-mvv-card[b-7dsdsdltov] {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 38px 30px;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(4px);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.about-mvv-card[b-7dsdsdltov]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    transform: scaleX(0);
    transition: transform 0.35s ease;
}

.about-mvv-card.mission[b-7dsdsdltov]::before {
    background: linear-gradient(90deg, var(--blue), var(--blue-dark));
}

.about-mvv-card.vision[b-7dsdsdltov]::before {
    background: linear-gradient(90deg, var(--orange), var(--orange-dark));
}

.about-mvv-card.values[b-7dsdsdltov]::before {
    background: linear-gradient(90deg, #28a745, #20c997);
}

.about-mvv-card:hover[b-7dsdsdltov] {
    transform: translateY(-8px);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.16);
}

.about-mvv-card:hover[b-7dsdsdltov]::before {
    transform: scaleX(1);
}

.about-mvv-icon[b-7dsdsdltov] {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1.1rem;
}

.about-mvv-card.mission .about-mvv-icon[b-7dsdsdltov] {
    background: rgba(13, 110, 253, 0.1);
    color: var(--blue);
}

.about-mvv-card.vision .about-mvv-icon[b-7dsdsdltov] {
    background: rgba(255, 123, 0, 0.1);
    color: var(--orange);
}

.about-mvv-card.values .about-mvv-icon[b-7dsdsdltov] {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.about-mvv-card h3[b-7dsdsdltov] {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--blue-deep);
    margin-bottom: 0.65rem;
}

.about-mvv-card p[b-7dsdsdltov] {
    color: var(--muted);
    font-size: 0.93rem;
    line-height: 1.7;
    margin: 0;
}

/* ════════════════════════════════════════════════════════════ */
/* OUR EDGE (WHY CHOOSE)                                        */
/* ════════════════════════════════════════════════════════════ */
.about-why-cta[b-7dsdsdltov] {
    background:
        linear-gradient(rgba(5, 39, 103, 0.9), rgba(5, 39, 103, 0.95)),
        url('/images/team.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 90px 10% 100px;
    color: #ffffff;
}

.about-why-cta-inner[b-7dsdsdltov] {
    max-width: 1100px;
    margin: 0 auto;
}

/* header text in this section */
.about-why-cta .about-section-header .about-label[b-7dsdsdltov] {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.about-why-cta .about-section-header .about-title[b-7dsdsdltov] {
    color: #ffffff;
}

.about-why-cta .about-section-header .about-subtitle[b-7dsdsdltov] {
    color: rgba(255, 255, 255, 0.75);
}

/* Edge cards grid */
.about-why-grid[b-7dsdsdltov] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 20px;
    margin: 0 auto 40px;
}

.about-why-card[b-7dsdsdltov] {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.about-why-card:hover[b-7dsdsdltov] {
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-5px);
}

.about-why-card i[b-7dsdsdltov] {
    font-size: 1.8rem;
    color: var(--orange);
    margin-bottom: 0.85rem;
    display: block;
}

.about-why-card h3[b-7dsdsdltov] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.4rem;
}

.about-why-card p[b-7dsdsdltov] {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin: 0;
}

/* ════════════════════════════════════════════════════════════ */
/* BUTTONS (GLOBAL FOR ABOUT PAGE)                              */
/* ════════════════════════════════════════════════════════════ */

/* Orange primary button – works on any background */
.about-btn-primary[b-7dsdsdltov] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 38px;
    background: var(--orange);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(255, 123, 0, 0.35);
    border: none;
    cursor: pointer;
}

.about-btn-primary:hover[b-7dsdsdltov] {
    background: var(--orange-dark);
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(255, 123, 0, 0.5);
}

/* White outline button – for dark backgrounds (hero, our edge) */
.about-btn-outline[b-7dsdsdltov] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 38px;
    background: transparent;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    border: 2px solid rgba(255, 255, 255, 0.55);
    transition: all 0.3s ease;
    cursor: pointer;
}

.about-btn-outline:hover[b-7dsdsdltov] {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    transform: translateY(-3px);
}

/* Dark outline button – for light backgrounds (if used) */
.about-btn-outline-dark[b-7dsdsdltov] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 38px;
    background: transparent;
    color: var(--blue-deep);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    border: 2px solid var(--blue-deep);
    transition: all 0.3s ease;
    cursor: pointer;
}

.about-btn-outline-dark:hover[b-7dsdsdltov] {
    background: var(--blue-deep);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(5, 39, 103, 0.2);
}

/* ════════════════════════════════════════════════════════════ */
/* FOOTER                                                       */
/* ════════════════════════════════════════════════════════════ */
.about-footer[b-7dsdsdltov] {
    background: linear-gradient(135deg, #0a0f1e 0%, #111827 100%);
    color: rgba(255, 255, 255, 0.65);
    padding: 60px 0 0;
}

.about-footer-inner[b-7dsdsdltov] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 5%;
}

.about-footer-grid[b-7dsdsdltov] {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.2fr;
    gap: 48px;
    padding-bottom: 48px;
}

.about-footer-brand[b-7dsdsdltov] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
}

.about-footer-logo[b-7dsdsdltov] {
    font-size: 2rem;
    width: 48px;
    height: 48px;
    background: rgba(255, 123, 0, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-footer-brand h5[b-7dsdsdltov] {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
}

.about-footer-text[b-7dsdsdltov] {
    font-size: 0.875rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 1.25rem;
}

.about-footer-badges[b-7dsdsdltov] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

about-footer-badges span[b-7dsdsdltov] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
}

.about-footer-heading[b-7dsdsdltov] {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ffffff;
    margin-bottom: 1.25rem;
}

.about-footer-links[b-7dsdsdltov] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about-footer-links li a[b-7dsdsdltov] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.25s ease;
}

.about-footer-links li a i[b-7dsdsdltov] {
    color: var(--orange);
    width: 16px;
    text-align: center;
    font-size: 0.82rem;
    flex-shrink: 0;
}

.about-footer-links li a:hover[b-7dsdsdltov] {
    color: var(--orange);
    transform: translateX(4px);
}

.about-footer-contact-item[b-7dsdsdltov] {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}

.about-footer-contact-icon[b-7dsdsdltov] {
    width: 38px;
    height: 38px;
    background: rgba(13, 110, 253, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    font-size: 0.9rem;
    flex-shrink: 0;
}

.about-footer-contact-label[b-7dsdsdltov] {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.35);
    margin: 0 0 2px;
}

.about-footer-contact-value[b-7dsdsdltov] {
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

.about-footer-divider[b-7dsdsdltov] {
    height: 1px;
    background: rgba(255, 255, 255, 0.07);
    margin: 0 0 28px;
}

.about-footer-bottom[b-7dsdsdltov] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 32px;
}

.about-footer-copy[b-7dsdsdltov] {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.35);
    margin: 0;
}

.about-footer-socials[b-7dsdsdltov] {
    display: flex;
    gap: 10px;
}

.about-footer-social-btn[b-7dsdsdltov] {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-footer-social-btn:hover[b-7dsdsdltov] {
    background: var(--orange);
    border-color: var(--orange);
    color: #ffffff;
    transform: translateY(-3px);
}

/* ════════════════════════════════════════════════════════════ */
/* ANIMATION                                                    */
/* ════════════════════════════════════════════════════════════ */
@keyframes aboutFadeUp-b-7dsdsdltov {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0);    }
}

/* ════════════════════════════════════════════════════════════ */
/* RESPONSIVE                                                   */
/* ════════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
    .about-story-grid[b-7dsdsdltov] {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .about-hero-stats[b-7dsdsdltov] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .about-footer-grid[b-7dsdsdltov] {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .about-hero[b-7dsdsdltov] {
        background-attachment: scroll;
        min-height: 75vh;
    }

    .about-story[b-7dsdsdltov],
    .about-mvv[b-7dsdsdltov],
    .about-why-cta[b-7dsdsdltov] {
        padding: 70px 6%;
    }

    .about-stat-number[b-7dsdsdltov] {
        font-size: 2rem;
    }

    .about-features-grid[b-7dsdsdltov] {
        grid-template-columns: 1fr;
    }

    .about-hero-buttons[b-7dsdsdltov] {
        flex-direction: column;
        align-items: center;
    }

    .about-btn-primary[b-7dsdsdltov],
    .about-btn-outline[b-7dsdsdltov],
    .about-btn-outline-dark[b-7dsdsdltov] {
        width: 100%;
        justify-content: center;
    }

    .about-footer-grid[b-7dsdsdltov] {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .about-footer-bottom[b-7dsdsdltov] {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .about-mvv-grid[b-7dsdsdltov],
    .about-why-grid[b-7dsdsdltov] {
        grid-template-columns: 1fr;
    }

    .about-hero-stats[b-7dsdsdltov] {
        grid-template-columns: 1fr 1fr;
    }
}
/* /Pages/Book.razor.rz.scp.css */
*[b-y5lhrsjkub] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-y5lhrsjkub] {
    background: linear-gradient(135deg, #f5f7fa 0%, #f0f4f8 100%);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.booking-container[b-y5lhrsjkub] {
    min-height: 100vh;
    padding: 2rem 1rem;
    background: linear-gradient(135deg, #f5f7fa 0%, #f0f4f8 100%);
}

/* ════════════════════════════════════════════════════════════ */
/* HEADER                                                       */
/* ════════════════════════════════════════════════════════════ */
.booking-header[b-y5lhrsjkub] {
    text-align: center;
    margin-bottom: 3rem;
    animation: slideDown-b-y5lhrsjkub 0.5s ease;
}

.header-content[b-y5lhrsjkub] {
    max-width: 600px;
    margin: 0 auto;
}

.header-title[b-y5lhrsjkub] {
    font-size: 2.5rem;
    font-weight: 800;
    color: rgb(5, 39, 103);
    margin-bottom: 0.5rem;
}

.header-subtitle[b-y5lhrsjkub] {
    font-size: 1.1rem;
    color: #666;
}

/* ════════════════════════════════════════════════════════════ */
/* FORM WRAPPER                                                 */
/* ════════════════════════════════════════════════════════════ */
.booking-form-wrapper[b-y5lhrsjkub] {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    padding: 3rem;
    animation: slideUp-b-y5lhrsjkub 0.5s ease;
}

/* ════════════════════════════════════════════════════════════ */
/* FORM SECTIONS                                                */
/* ════════════════════════════════════════════════════════════ */
.form-section[b-y5lhrsjkub] {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
}

.form-section:last-of-type[b-y5lhrsjkub] {
    border-bottom: none;
}

.section-title[b-y5lhrsjkub] {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgb(5, 39, 103);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.step-badge[b-y5lhrsjkub] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, rgb(5, 39, 103) 0%, #1a237e 100%);
    color: white;
    border-radius: 50%;
    font-weight: 800;
    font-size: 1rem;
}

.section-subtitle[b-y5lhrsjkub] {
    color: #999;
    font-size: 0.95rem;
    margin-top: 0.25rem;
}

/* ════════════════════════════════════════════════════════════ */
/* LOCATION CARDS                                               */
/* ════════════════════════════════════════════════════════════ */
.location-cards[b-y5lhrsjkub] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 2rem 0;
}

.location-card[b-y5lhrsjkub] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.location-card:hover[b-y5lhrsjkub] {
    border-color: rgb(255, 123, 0);
    box-shadow: 0 5px 15px rgba(255, 123, 0, 0.1);
}

.location-icon[b-y5lhrsjkub] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.location-icon.pickup[b-y5lhrsjkub] {
    background: rgba(76, 175, 80, 0.2);
    color: #4caf50;
}

.location-icon.destination[b-y5lhrsjkub] {
    background: rgba(244, 67, 54, 0.2);
    color: #f44336;
}

.location-info[b-y5lhrsjkub] {
    flex: 1;
}

.location-label[b-y5lhrsjkub] {
    font-size: 0.85rem;
    color: #999;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.location-address[b-y5lhrsjkub] {
    font-size: 1rem;
    color: rgb(5, 39, 103);
    font-weight: 700;
}

.btn-edit[b-y5lhrsjkub] {
    background: none;
    border: none;
    color: rgb(255, 123, 0);
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.2s ease;
    padding: 0.5rem;
}

.btn-edit:hover[b-y5lhrsjkub] {
    transform: scale(1.2);
}

.location-route[b-y5lhrsjkub] {
    text-align: center;
    color: rgb(5, 39, 103);
    font-size: 1.5rem;
    margin: 0 auto;
}

.distance-info[b-y5lhrsjkub] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #e3f2fd;
    border: 1px solid #90caf9;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    color: #1976d2;
    font-size: 0.9rem;
    margin-top: 1rem;
}

.distance-info i[b-y5lhrsjkub] {
    color: #1976d2;
}

/* ════════════════════════════════════════════════════════════ */
/* VEHICLES GRID                                                */
/* ════════════════════════════════════════════════════════════ */
.vehicles-grid[b-y5lhrsjkub] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.vehicle-card[b-y5lhrsjkub] {
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    background: #f9f9f9;
}

.vehicle-card:hover[b-y5lhrsjkub] {
    border-color: rgb(255, 123, 0);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255, 123, 0, 0.15);
}

.vehicle-card.active[b-y5lhrsjkub] {
    border-color: rgb(255, 123, 0);
    background: linear-gradient(135deg, rgba(255, 123, 0, 0.05) 0%, rgba(255, 123, 0, 0.02) 100%);
    box-shadow: 0 10px 30px rgba(255, 123, 0, 0.2);
}

.vehicle-image-wrapper[b-y5lhrsjkub] {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.vehicle-image[b-y5lhrsjkub] {
    max-height: 100%;
    max-width: 100%;
}

.vehicle-info h3[b-y5lhrsjkub] {
    font-size: 1.2rem;
    color: rgb(5, 39, 103);
    margin-bottom: 0.5rem;
}

.vehicle-capacity[b-y5lhrsjkub] {
    color: #999;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.vehicle-desc[b-y5lhrsjkub] {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

/* ════════════════════════════════════════════════════════════ */
/* FORM INPUTS                                                  */
/* ════════════════════════════════════════════════════════════ */
.form-grid[b-y5lhrsjkub] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 1.5rem 0;
}

.form-group[b-y5lhrsjkub] {
    display: flex;
    flex-direction: column;
}

.form-label[b-y5lhrsjkub] {
    font-weight: 600;
    color: rgb(5, 39, 103);
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.form-input[b-y5lhrsjkub] {
    padding: 0.9rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: inherit;
    background: white;
    color: #333;
}

.form-input:focus[b-y5lhrsjkub] {
    outline: none;
    border-color: rgb(255, 123, 0);
    box-shadow: 0 0 0 3px rgba(255, 123, 0, 0.1);
}

.textarea-input[b-y5lhrsjkub] {
    resize: vertical;
    min-height: 100px;
}

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

.input-with-icon i[b-y5lhrsjkub] {
    position: absolute;
    left: 1rem;
    color: rgb(5, 39, 103);
    pointer-events: none;
}

.input-with-icon .form-input[b-y5lhrsjkub] {
    padding-left: 2.5rem;
    width: 100%;
}

/* ════════════════════════════════════════════════════════════ */
/* ERROR ALERT                                                  */
/* ════════════════════════════════════════════════════════════ */
.error-alert[b-y5lhrsjkub] {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    margin-top: 1rem;
    color: #856404;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    animation: slideIn-b-y5lhrsjkub 0.3s ease;
}

.error-alert i[b-y5lhrsjkub] {
    color: #ff6b6b;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.error-list ul[b-y5lhrsjkub] {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.error-list ul li[b-y5lhrsjkub]::before {
    content: "• ";
    font-weight: 700;
}

/* ════════════════════════════════════════════════════════════ */
/* CALCULATE BUTTON                                             */
/* ════════════════════════════════════════════════════════════ */
.calculate-section[b-y5lhrsjkub] {
    text-align: center;
    padding: 25px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    margin: 30px 0;
    border: 1px solid #dee2e6;
}

.btn-calculate[b-y5lhrsjkub] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(135deg, #ff7b00 0%, #ff9100 100%);
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(255, 123, 0, 0.2);
}

.btn-calculate:hover:not(:disabled)[b-y5lhrsjkub] {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(255, 123, 0, 0.4);
}

.btn-calculate:active:not(:disabled)[b-y5lhrsjkub] {
    transform: translateY(-1px);
}

.btn-calculate:disabled[b-y5lhrsjkub] {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
}

.calculate-hint[b-y5lhrsjkub] {
    margin-top: 12px;
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

/* ════════════════════════════════════════════════════════════ */
/* QUOTE DISPLAY SECTION                                        */
/* ════════════════════════════════════════════════════════════ */
.quote-display-section[b-y5lhrsjkub] {
    margin: 30px 0;
}

/* ════════════════════════════════════════════════════════════ */
/* PRICE SUMMARY CARD                                           */
/* ════════════════════════════════════════════════════════════ */
.price-summary[b-y5lhrsjkub] {
    background: linear-gradient(135deg, rgb(5, 39, 103) 0%, #1a237e 100%);
    border: 2px solid rgb(5, 39, 103);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 4px 16px rgba(5, 39, 103, 0.3);
}

.summary-title[b-y5lhrsjkub] {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
    display: flex;
    align-items: center;
    gap: 12px;
}

.summary-title i[b-y5lhrsjkub] {
    color: rgb(255, 123, 0);
    font-size: 22px;
}

/* ════════════════════════════════════════════════════════════ */
/* QUOTE ROUTE                                                  */
/* ════════════════════════════════════════════════════════════ */
.quote-route[b-y5lhrsjkub] {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    gap: 0;
}

.quote-route-item[b-y5lhrsjkub] {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.quote-route-icon[b-y5lhrsjkub] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.85rem;
}

.quote-route-icon.pickup[b-y5lhrsjkub] {
    background: rgba(76, 175, 80, 0.25);
    color: #81c784;
    border: 1px solid rgba(76, 175, 80, 0.4);
}

.quote-route-icon.destination[b-y5lhrsjkub] {
    background: rgba(244, 67, 54, 0.25);
    color: #e57373;
    border: 1px solid rgba(244, 67, 54, 0.4);
}

.quote-route-info[b-y5lhrsjkub] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.1rem 0;
}

.quote-route-label[b-y5lhrsjkub] {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.5);
}

.quote-route-address[b-y5lhrsjkub] {
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
    line-height: 1.4;
}

.quote-route-connector[b-y5lhrsjkub] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.4rem 0 0.4rem 1.05rem;
}

.quote-route-connector-line[b-y5lhrsjkub] {
    width: 2px;
    min-height: 18px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    flex-shrink: 0;
}

.quote-route-distance-badge[b-y5lhrsjkub] {
    font-size: 0.75rem;
    font-weight: 700;
    color: rgb(255, 123, 0);
    background: rgba(255, 123, 0, 0.15);
    border: 1px solid rgba(255, 123, 0, 0.35);
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    letter-spacing: 0.02em;
}

/* ════════════════════════════════════════════════════════════ */
/* PRICE BREAKDOWN ROWS                                         */
/* ════════════════════════════════════════════════════════════ */
.price-breakdown[b-y5lhrsjkub] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.price-item[b-y5lhrsjkub] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 6px;
    font-size: 14px;
    border-left: 4px solid transparent;
}

.price-item span:first-child[b-y5lhrsjkub] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    font-weight: 500;
}

.price-item span:first-child i[b-y5lhrsjkub] {
    color: rgb(5, 39, 103);
    font-size: 16px;
}

.price-item span:last-child[b-y5lhrsjkub] {
    font-weight: 700;
    color: rgb(5, 39, 103);
    min-width: 100px;
    text-align: right;
}

.price-divider[b-y5lhrsjkub] {
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    margin: 15px 0;
}

.price-vat[b-y5lhrsjkub] {
    background: rgba(255, 255, 255, 0.95);
    border-left-color: #ffc107;
}

.price-total[b-y5lhrsjkub] {
    background: linear-gradient(135deg, rgb(255, 123, 0) 0%, rgb(220, 80, 0) 100%);
    color: white;
    padding: 18px 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    border-left: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 12px rgba(255, 123, 0, 0.3);
}

.price-total span:first-child[b-y5lhrsjkub] {
    color: white;
    display: flex;
    align-items: center;
    gap: 8px;
}

.price-total span:last-child[b-y5lhrsjkub] {
    color: white;
    font-size: 20px;
}

/* ════════════════════════════════════════════════════════════ */
/* BREAKDOWN TOGGLE & DETAILS                                   */
/* ════════════════════════════════════════════════════════════ */
.btn-breakdown-toggle[b-y5lhrsjkub] {
    width: 100%;
    padding: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: white;
    transition: all 0.3s ease;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-breakdown-toggle:hover[b-y5lhrsjkub] {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}

.breakdown-details[b-y5lhrsjkub] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    padding: 18px;
    margin-top: 12px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
}

.breakdown-details p[b-y5lhrsjkub] {
    margin: 10px 0;
    color: rgba(255, 255, 255, 0.9);
}

.breakdown-details strong[b-y5lhrsjkub] {
    color: white;
    font-weight: 700;
}

.breakdown-note[b-y5lhrsjkub] {
    margin-top: 15px !important;
    font-style: italic;
    color: rgba(255, 255, 255, 0.7) !important;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* ════════════════════════════════════════════════════════════ */
/* QUOTE ACTION BUTTONS                                         */
/* ════════════════════════════════════════════════════════════ */
.quote-actions[b-y5lhrsjkub] {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-decline[b-y5lhrsjkub] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 35px;
    font-size: 15px;
    font-weight: 600;
    background: #e9ecef;
    color: #333;
    border: 2px solid #adb5bd;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-decline:hover[b-y5lhrsjkub] {
    background: #dee2e6;
    border-color: #868e96;
    color: #212529;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-decline:active[b-y5lhrsjkub] {
    transform: translateY(0);
}

.btn-accept[b-y5lhrsjkub] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 35px;
    font-size: 15px;
    font-weight: 600;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.2);
}

.btn-accept:hover[b-y5lhrsjkub] {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(40, 167, 69, 0.4);
}

.btn-accept:active[b-y5lhrsjkub] {
    transform: translateY(-1px);
}

/* ════════════════════════════════════════════════════════════ */
/* MODAL OVERLAY                                                */
/* ════════════════════════════════════════════════════════════ */
.modal-overlay[b-y5lhrsjkub] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn-b-y5lhrsjkub 0.25s ease;
    padding: 1rem;
}

/* ════════════════════════════════════════════════════════════ */
/* MODAL CARD                                                   */
/* ════════════════════════════════════════════════════════════ */
.modal-card[b-y5lhrsjkub] {
    background: white;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    max-width: 480px;
    width: 100%;
    text-align: center;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
    animation: slideUp-b-y5lhrsjkub 0.3s ease;
    position: relative;
}

/* ════════════════════════════════════════════════════════════ */
/* MODAL ICON                                                   */
/* ════════════════════════════════════════════════════════════ */
.modal-icon-wrapper[b-y5lhrsjkub] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
}

.modal-icon-wrapper.accept[b-y5lhrsjkub] {
    background: linear-gradient(135deg, #d4edda, #c3e6cb);
    color: #28a745;
    border: 3px solid #28a745;
    animation: popIn-b-y5lhrsjkub 0.4s ease;
}

.modal-icon-wrapper.decline[b-y5lhrsjkub] {
    background: linear-gradient(135deg, #ffeef0, #fdd);
    color: #dc3545;
    border: 3px solid #dc3545;
    animation: shake-b-y5lhrsjkub 0.5s ease;
}

/* ════════════════════════════════════════════════════════════ */
/* MODAL TEXT                                                   */
/* ════════════════════════════════════════════════════════════ */
.modal-title[b-y5lhrsjkub] {
    font-size: 1.6rem;
    font-weight: 800;
    color: rgb(5, 39, 103);
    margin-bottom: 1rem;
}

.modal-body[b-y5lhrsjkub] {
    font-size: 0.975rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 0.75rem;
}

.modal-price[b-y5lhrsjkub] {
    color: rgb(255, 123, 0);
    font-size: 1.1rem;
}

/* ════════════════════════════════════════════════════════════ */
/* ACCEPT MODAL — INFO STRIP                                    */
/* ════════════════════════════════════════════════════════════ */
.modal-info-strip[b-y5lhrsjkub] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin: 1.25rem 0;
    text-align: left;
}

.modal-info-item[b-y5lhrsjkub] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: #444;
    font-weight: 500;
}

.modal-info-item i[b-y5lhrsjkub] {
    width: 20px;
    text-align: center;
    color: rgb(5, 39, 103);
    font-size: 0.9rem;
    flex-shrink: 0;
}

/* ════════════════════════════════════════════════════════════ */
/* DECLINE MODAL — SAD STRIP                                    */
/* ════════════════════════════════════════════════════════════ */
.modal-sad-strip[b-y5lhrsjkub] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: #fff8f0;
    border: 1px dashed #ffccaa;
    border-radius: 12px;
    padding: 0.85rem 1rem;
    margin: 1.25rem 0;
    color: #888;
    font-size: 0.95rem;
}

.modal-sad-strip span:nth-child(1)[b-y5lhrsjkub],
.modal-sad-strip span:nth-child(3)[b-y5lhrsjkub] {
    font-size: 1.6rem;
}

/* ════════════════════════════════════════════════════════════ */
/* MODAL ACTION BUTTONS                                         */
/* ════════════════════════════════════════════════════════════ */
.modal-actions[b-y5lhrsjkub] {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.btn-modal-confirm[b-y5lhrsjkub] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1.75rem;
    font-size: 0.95rem;
    font-weight: 700;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.25);
}

.btn-modal-confirm:hover[b-y5lhrsjkub] {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(40, 167, 69, 0.4);
}

.btn-modal-secondary[b-y5lhrsjkub] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1.4rem;
    font-size: 0.9rem;
    font-weight: 600;
    background: #e9ecef;
    color: #333;
    border: 2px solid #adb5bd;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-modal-secondary:hover[b-y5lhrsjkub] {
    background: #dee2e6;
    border-color: #868e96;
    transform: translateY(-2px);
}

.btn-modal-decline-confirm[b-y5lhrsjkub] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1.4rem;
    font-size: 0.9rem;
    font-weight: 700;
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.25);
}

.btn-modal-decline-confirm:hover[b-y5lhrsjkub] {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(220, 53, 69, 0.4);
}

/* ════════════════════════════════════════════════════════════ */
/* ANIMATIONS                                                   */
/* ════════════════════════════════════════════════════════════ */
@keyframes slideDown-b-y5lhrsjkub {
    from { opacity: 0; transform: translateY(-20px); }
    to   { opacity: 1; transform: translateY(0);     }
}

@keyframes slideUp-b-y5lhrsjkub {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0);    }
}

@keyframes slideIn-b-y5lhrsjkub {
    from { opacity: 0; transform: translateX(-10px); }
    to   { opacity: 1; transform: translateX(0);     }
}

@keyframes fadeIn-b-y5lhrsjkub {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes popIn-b-y5lhrsjkub {
    0%   { transform: scale(0.5); opacity: 0; }
    70%  { transform: scale(1.1);             }
    100% { transform: scale(1);   opacity: 1; }
}

@keyframes shake-b-y5lhrsjkub {
    0%, 100% { transform: translateX(0);    }
    20%       { transform: translateX(-6px); }
    40%       { transform: translateX(6px);  }
    60%       { transform: translateX(-4px); }
    80%       { transform: translateX(4px);  }
}

@keyframes pulse-b-y5lhrsjkub {
    0%, 100% { opacity: 1;   }
    50%       { opacity: 0.7; }
}

/* ════════════════════════════════════════════════════════════ */
/* RESPONSIVE                                                   */
/* ════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .booking-form-wrapper[b-y5lhrsjkub] {
        padding: 1.5rem;
    }

    .header-title[b-y5lhrsjkub] {
        font-size: 1.8rem;
    }

    .vehicles-grid[b-y5lhrsjkub] {
        grid-template-columns: 1fr;
    }

    .form-grid[b-y5lhrsjkub] {
        grid-template-columns: 1fr;
    }

    .quote-actions[b-y5lhrsjkub] {
        flex-direction: column;
    }

    .btn-decline[b-y5lhrsjkub],
    .btn-accept[b-y5lhrsjkub] {
        width: 100%;
        justify-content: center;
    }

    .location-cards[b-y5lhrsjkub] {
        flex-direction: column;
    }

    .quote-route-address[b-y5lhrsjkub] {
        font-size: 0.8rem;
    }

    .price-item[b-y5lhrsjkub] {
        font-size: 13px;
        padding: 10px 12px;
    }

    .price-total[b-y5lhrsjkub] {
        padding: 14px 12px;
    }

    .price-total span:last-child[b-y5lhrsjkub] {
        font-size: 17px;
    }

    .modal-card[b-y5lhrsjkub] {
        padding: 2rem 1.25rem;
    }

    .modal-title[b-y5lhrsjkub] {
        font-size: 1.3rem;
    }

    .modal-actions[b-y5lhrsjkub] {
        flex-direction: column;
    }

    .btn-modal-confirm[b-y5lhrsjkub],
    .btn-modal-secondary[b-y5lhrsjkub],
    .btn-modal-decline-confirm[b-y5lhrsjkub] {
        width: 100%;
        justify-content: center;
    }
}
/* /Pages/Home.razor.rz.scp.css */
body[b-wqcdgm282o] {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* ── Trust Badges ── */
.trust-badge[b-wqcdgm282o] {
    background: rgba(26,35,126,0.08);
    border: 1px solid rgba(26,35,126,0.2);
    color: #1a237e;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
}

/* ── Layout ── */
.outer-container[b-wqcdgm282o] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* ── Booking Card ── */
.card[b-wqcdgm282o] {
    background: white;
    border-radius: 16px;
    padding: 40px;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    border: none;
}

.title[b-wqcdgm282o] {
    margin: 0 0 4px 0;
    font-size: 1.6rem;
    font-weight: 800;
    color: #1a237e;
}

.subtitle[b-wqcdgm282o] {
    margin: 0 0 28px 0;
    color: #888;
    font-size: 0.95rem;
}

.form-group[b-wqcdgm282o] {
    margin-bottom: 20px;
}

.form-group label[b-wqcdgm282o] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 0.9rem;
}

/* ── Autocomplete ── */
.autocomplete-wrapper[b-wqcdgm282o] {
    position: relative;
}

.input-field[b-wqcdgm282o] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
    color: #333;
}

.input-field:focus[b-wqcdgm282o] {
    border-color: #1a237e;
}

.suggestions-list[b-wqcdgm282o] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 10px 10px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.suggestion-item[b-wqcdgm282o] {
    padding: 1rem;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #333;
}

.suggestion-item:hover[b-wqcdgm282o] {
    background-color: #f5f5f5;
    color: rgb(255, 123, 0);
}

.suggestion-item i[b-wqcdgm282o] {
    color: rgb(255, 123, 0);
}

.error-message[b-wqcdgm282o] {
    color: #e53935;
    font-size: 0.85rem;
    margin: -8px 0 12px 0;
    font-weight: 500;
}

/* ── Buttons ── */
.btn-submit[b-wqcdgm282o] {
    width: 100%;
    padding: 14px;
    background: #1a237e;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    margin-top: 4px;
}

.btn-submit:hover[b-wqcdgm282o] {
    background: #283593;
    transform: translateY(-1px);
}

.btn-submit:active[b-wqcdgm282o] {
    transform: translateY(0);
}

/* ── Result Card ── */
.result-card[b-wqcdgm282o] {
    margin-top: 24px;
    background: #f0f4ff;
    border: 2px solid #1a237e22;
    border-radius: 12px;
    padding: 20px 24px;
}

.result-card h3[b-wqcdgm282o] {
    margin: 0 0 16px 0;
    color: #1a237e;
    font-size: 1rem;
    font-weight: 700;
}

.result-row[b-wqcdgm282o] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
}

.result-label[b-wqcdgm282o] {
    font-weight: 600;
    color: #555;
    font-size: 0.9rem;
}

.result-value[b-wqcdgm282o] {
    font-weight: 700;
    color: #1a237e;
    font-size: 0.95rem;
    text-align: right;
    max-width: 60%;
}

.divider[b-wqcdgm282o] {
    height: 1px;
    background: #1a237e22;
    margin: 8px 0;
}

.btn-proceed[b-wqcdgm282o] {
    width: 100%;
    padding: 12px;
    background: rgb(255,123,0);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    margin-top: 16px;
    transition: background 0.2s, transform 0.1s;
}

.btn-proceed:hover[b-wqcdgm282o] {
    background: rgb(220,100,0);
    transform: translateY(-1px);
}

.btn-proceed:active[b-wqcdgm282o] {
    transform: translateY(0);
}

/* ══ FLOATING FOOTER ══════════════════════════════════════════ */
.floating-footer[b-wqcdgm282o] {
    margin: 40px 20px 20px 20px;
    background: linear-gradient(135deg, #0d1b4b 0%, #1a237e 50%, #1565c0 100%);
    border-radius: 24px;
    padding: 48px 16px 24px 16px;
    box-shadow:
        0 20px 60px rgba(26, 35, 126, 0.4),
        0 8px 24px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.floating-footer[b-wqcdgm282o]::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255,123,0,0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.floating-footer[b-wqcdgm282o]::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(100,149,255,0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.footer-brand[b-wqcdgm282o] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.footer-logo-circle[b-wqcdgm282o] {
    width: 38px;
    height: 38px;
    background: rgba(255,123,0,0.2);
    border: 2px solid rgba(255,123,0,0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.footer-title[b-wqcdgm282o] {
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    margin: 0;
    letter-spacing: 0.3px;
}

.footer-text[b-wqcdgm282o] {
    color: rgba(255,255,255,0.65);
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 14px;
}

.footer-badge[b-wqcdgm282o] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.footer-badge span[b-wqcdgm282o] {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.8);
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 600;
}

.footer-heading[b-wqcdgm282o] {
    color: rgb(255,123,0);
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,123,0,0.3);
}

.footer-links[b-wqcdgm282o] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer-link[b-wqcdgm282o] {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    font-size: 13.5px;
    padding: 6px 10px;
    border-radius: 8px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-link:hover[b-wqcdgm282o] {
    color: #fff;
    background: rgba(255,255,255,0.08);
    transform: translateX(4px);
}

.footer-link-icon[b-wqcdgm282o] {
    color: rgb(255,123,0);
    font-size: 12px;
    width: 14px;
}

.footer-contact-item[b-wqcdgm282o] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.footer-contact-icon[b-wqcdgm282o] {
    width: 34px;
    height: 34px;
    background: rgba(255,123,0,0.15);
    border: 1px solid rgba(255,123,0,0.3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255,123,0);
    font-size: 13px;
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-contact-label[b-wqcdgm282o] {
    color: rgba(255,255,255,0.45);
    font-size: 11px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.footer-contact-value[b-wqcdgm282o] {
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

.footer-divider[b-wqcdgm282o] {
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255,255,255,0.15),
        transparent
    );
    margin: 8px 0 20px 0;
}

.footer-bottom[b-wqcdgm282o] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-copy[b-wqcdgm282o] {
    color: rgba(255,255,255,0.4);
    font-size: 12px;
    margin: 0;
}

.footer-socials[b-wqcdgm282o] {
    display: flex;
    gap: 8px;
}

.footer-social-btn[b-wqcdgm282o] {
    width: 34px;
    height: 34px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer-social-btn:hover[b-wqcdgm282o] {
    background: rgb(255,123,0);
    border-color: rgb(255,123,0);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255,123,0,0.4);
}

/* ── Responsive ── */
@media (max-width: 576px) {
    .floating-footer[b-wqcdgm282o] {
        margin: 30px 12px 12px 12px;
        padding: 36px 12px 20px 12px;
        border-radius: 18px;
    }

    .floating-footer[b-wqcdgm282o]::before,
    .floating-footer[b-wqcdgm282o]::after {
        display: none;
    }

    .footer-bottom[b-wqcdgm282o] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .card[b-wqcdgm282o] {
        padding: 30px 20px;
    }
}
