/* /Pages/About/Team.cshtml.rz.scp.css */
.team-section h1[b-8zzoe4eceq] {
    font-size: 32px;
}

.team-section h2[b-8zzoe4eceq] {
    font-size: 18px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.team-card[b-8zzoe4eceq] {
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    transition: transform .2s ease, box-shadow .2s ease;
}

    .team-card:hover[b-8zzoe4eceq] {
        transform: translateY(-4px);
        box-shadow: 0 16px 32px rgba(15, 23, 42, 0.10);
    }

.team-photo[b-8zzoe4eceq] {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
}

.team-quote[b-8zzoe4eceq] {
    font-size: 14px;
    color: #4b5563;
    min-height: 96px; /* helps equalize card heights */
}

.team-linkedin[b-8zzoe4eceq] {
    font-size: 14px;
    color: #0a66c2;
    text-decoration: none;
    font-weight: 500;
}

    .team-linkedin:hover[b-8zzoe4eceq] {
        text-decoration: underline;
    }

/* Responsive tweaks */
@media (max-width: 767.98px) {
    .team-section h1[b-8zzoe4eceq] {
        font-size: 26px;
    }
}
/* /Pages/About/VCard.cshtml.rz.scp.css */
:root[b-92k6avy5v5] {
    --bg: #0B2AA3;
    --bg-900: #081F7A;
    --accent: #4C7DFF;
    --card: #ffffff;
    --text: #0D1321;
    --muted: #5A6370;
    --ring: rgba(76, 125, 255, .45);
    --radius: 18px;
    --shadow: 0 10px 30px rgba(0, 0, 0, .15);
}

@media (prefers-color-scheme: dark) {
    :root[b-92k6avy5v5] {
        --card: #0f1220;
        --text: #F6F7FB;
        --muted: #A8B0C3;
    }
}


.grid[b-92k6avy5v5] {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 24px;
}

@media (max-width:1024px) {
    .grid[b-92k6avy5v5] {
        grid-template-columns: 1fr;
    }
}

.panel[b-92k6avy5v5],
.card[b-92k6avy5v5] {
    background: var(--card);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.panel[b-92k6avy5v5] {
    overflow: hidden;
}

.panel-header[b-92k6avy5v5] {
    position: relative;
    height: 240px;
    background: linear-gradient(180deg, #1a37c8 0%, #142a9f 100%);
    display: flex;
    align-items: flex-end;
    padding: 16px;
    color: #fff;
}

.avatar[b-92k6avy5v5] {
    position: absolute;
    left: 16px;
    bottom: -42px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 4px solid var(--card);
    background: #ddd;
    background-image: url('https://virtualadmins.org/wp-content/uploads/2025/09/JH9A2627.jpg');
    background-size: cover;
    background-position: center;
}

.header-kicker[b-92k6avy5v5] {
    position: absolute;
    right: 16px;
    top: 12px;
    display: flex;
    gap: 10px;
}

.icon-btn[b-92k6avy5v5] {
    width: 40px;
    height: 40px;
    display: inline-grid;
    place-items: center;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    transition: .2s;
}

    .icon-btn:hover[b-92k6avy5v5] {
        transform: translateY(-2px);
        background: rgba(255, 255, 255, .22);
    }

.namewrap[b-92k6avy5v5] {
    margin-left: 142px;
    margin-bottom: 6px;
}

.name[b-92k6avy5v5] {
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    letter-spacing: .2px;
    font-size: clamp(1.25rem, 2vw + .5rem, 1.75rem);
}

.role[b-92k6avy5v5] {
    font-size: .9rem;
}

.subrole[b-92k6avy5v5] {
    font-size: .78rem;
}

.panel-body[b-92k6avy5v5] {
    padding: 18px;
    padding-top: 60px;
}

.actions[b-92k6avy5v5] {
    display: flex;
    gap: 12px;
}

.btn[b-92k6avy5v5] {
    appearance: none;
    border: 0;
    padding: 12px 16px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    background: var(--accent);
    color: #fff;
    box-shadow: 0 6px 20px rgba(76, 125, 255, .35);
    font-size: clamp(.9rem, .3vw + .85rem, 1rem);
}

.card[b-92k6avy5v5] {
    padding: 18px;
}

    .card + .card[b-92k6avy5v5] {
        margin-top: 16px;
    }

.tagline h2[b-92k6avy5v5] {
    font: 700 clamp(1.1rem, 1.2vw + .8rem, 1.6rem) Montserrat, sans-serif;
    margin: 0;
    line-height: 1.15;
}

.list[b-92k6avy5v5] {
    display: grid;
    gap: 12px;
}

.row[b-92k6avy5v5] {
    display: grid;
    grid-template-columns: 28px 1fr;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 12px;
    transition: .2s;
}

    .row:hover[b-92k6avy5v5] {
        background: rgba(76, 125, 255, .06);
    }

.label[b-92k6avy5v5] {
    font-size: .72rem;
    color: var(--muted);
}

.val a[b-92k6avy5v5],
.val[b-92k6avy5v5] {
    font-weight: 600;
    color: var(--text);
    text-decoration: none;
    word-break: break-word;
    font-size: clamp(.95rem, .2vw + .9rem, 1rem);
}

.socials[b-92k6avy5v5] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.pill[b-92k6avy5v5] {
    padding: 10px 20px;
    border-radius: 999px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    font-size: .9rem;
    transition: .3s;
}

    .pill svg[b-92k6avy5v5] {
        flex-shrink: 0;
    }

    .pill:hover[b-92k6avy5v5] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    }

    .pill[aria-label="Instagram"][b-92k6avy5v5] {
        background: #E1306C;
        color: #fff;
    }

    .pill[aria-label="LinkedIn"][b-92k6avy5v5] {
        background: #0077B5;
        color: #fff;
    }

    .pill[aria-label="Website"][b-92k6avy5v5] {
        background: #4C7DFF;
        color: #fff;
    }

.footer[b-92k6avy5v5] {
    color: #e8ecff;
    opacity: .9;
    text-align: center;
    font-size: .85rem;
    margin-top: 28px;
}

/* --- Progressive enhancement for reveal --- */
/* Visible by default (works even if JS blocked) */
.reveal[b-92k6avy5v5] {
    opacity: 1;
    transform: none;
}

/* Only animate when JS adds .has-anim to <body> */
body.has-anim .reveal[b-92k6avy5v5] {
    opacity: 0;
    transform: translateY(10px);
}

    body.has-anim .reveal.show[b-92k6avy5v5] {
        opacity: 1;
        transform: none;
        transition: opacity .6s ease, transform .6s ease;
    }


@media (max-width: 1024px) {
    .container[b-92k6avy5v5] {
        padding: 20px;
    }

    .grid[b-92k6avy5v5] {
        grid-template-columns: 1fr;
    }

    .panel-header[b-92k6avy5v5] {
        height: 220px;
    }
}

@media (max-width: 640px) {

    table[b-92k6avy5v5] {
        margin-left: 1px !important;
    }

    .container[b-92k6avy5v5] {
        padding: 14px;
    }

    .panel[b-92k6avy5v5],
    .card[b-92k6avy5v5] {
        border-radius: 14px;
    }

    .panel-header[b-92k6avy5v5] {
        height: 180px;
        padding: 12px;
    }

    .header-kicker[b-92k6avy5v5] {
        right: 12px;
        top: 10px;
        gap: 8px;
    }

    .icon-btn[b-92k6avy5v5] {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }

    .avatar[b-92k6avy5v5] {
        left: 12px;
        bottom: -36px;
        width: 84px;
        height: 84px;
        border-width: 3px;
    }

    .namewrap[b-92k6avy5v5] {
        margin-left: 108px;
    }

    .name[b-92k6avy5v5] {
        font-size: 1.25rem;
    }

    .role[b-92k6avy5v5] {
        font-size: .85rem;
    }

    .subrole[b-92k6avy5v5] {
        font-size: .72rem;
    }

    .panel-body[b-92k6avy5v5] {
        padding: 14px;
        padding-top: 52px;
    }

    .btn[b-92k6avy5v5] {
        padding: 10px 14px;
        border-radius: 10px;
    }

    .card[b-92k6avy5v5] {
        padding: 14px;
    }

    .tagline h2[b-92k6avy5v5] {
        font-size: 1.25rem;
    }

    .row[b-92k6avy5v5] {
        grid-template-columns: 24px 1fr;
        gap: 8px;
        padding: 8px;
        border-radius: 10px;
    }

    .label[b-92k6avy5v5] {
        font-size: .68rem;
    }

    .val a[b-92k6avy5v5],
    .val[b-92k6avy5v5] {
        font-size: .95rem;
    }

    /* Socials: 2-up grid; stack on tiny phones */
    .socials[b-92k6avy5v5] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

        .socials .pill[b-92k6avy5v5] {
            justify-content: center;
            padding: 10px 12px;
            font-size: .88rem;
        }
}

@media (max-width: 380px) {
    .socials[b-92k6avy5v5] {
        grid-template-columns: 1fr;
    }

    .tagline h2[b-92k6avy5v5] {
        font-size: 1.1rem;
    }

    .avatar[b-92k6avy5v5] {
        width: 76px;
        height: 76px;
        bottom: -32px;
    }

    .namewrap[b-92k6avy5v5] {
        margin-left: 96px;
    }
}

table[b-92k6avy5v5] {
    min-width: 458px;
    margin-left: 500px;
}

    table tbody tr td p[b-92k6avy5v5] {
        float: right !important;
        margin-left: 12% !important;
        color: #fff;
        margin-top: 25px !important;
        font-family: 'Sora', Sans-serif;
    }

.comments-area a[b-92k6avy5v5], .page-content a[b-92k6avy5v5] {
    text-decoration: none !important;
}
/* /Pages/Services/DentalServices.cshtml.rz.scp.css */
.benefits-banner[b-dq6qsjr25a] {
    background: #0057ff;
    color: #ffffff;
    overflow: hidden;
}

    /* Tooth/cloud blobs at bottom */
    .benefits-banner[b-dq6qsjr25a]::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -40px;
        transform: translateX(-50%);
        width: 140%;
        height: 120px;
        background: radial-gradient(circle at 10% 0, #ffffff 0, #ffffff 55%, transparent 56%) 0 40px/120px 80px no-repeat, radial-gradient(circle at 35% 0, #ffffff 0, #ffffff 55%, transparent 56%) 0 40px/150px 90px no-repeat, radial-gradient(circle at 60% 0, #ffffff 0, #ffffff 55%, transparent 56%) 0 40px/135px 85px no-repeat, radial-gradient(circle at 85% 0, #ffffff 0, #ffffff 55%, transparent 56%) 0 40px/120px 80px no-repeat;
    }

/* Heading style */
.benefits-title[b-dq6qsjr25a] {
    font-size: 2.2rem;
    font-weight: 700;
    color:#fff;
}

/* Column items */
.benefit-item[b-dq6qsjr25a] {
    max-width: 400px;
    color: #e5ecff;
}

/* Thin line above heading */
.benefit-line[b-dq6qsjr25a] {
    display: block;
    width: 60px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.65);
    margin-bottom: 14px;
}

.benefit-heading[b-dq6qsjr25a] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #ffffff;
}

.benefit-text[b-dq6qsjr25a] {
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 0;
    color: #fff;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
    .benefits-title[b-dq6qsjr25a] {
        font-size: 1.8rem;
    }
}


.teeth-banner[b-dq6qsjr25a] {
    background: #0047ff;
    padding-bottom: 120px; /* space for teeth visuals */
    overflow: hidden;
}

/* Bottom wave shape */
.bottom-wave[b-dq6qsjr25a] {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    /*background: white;*/
    clip-path: path("M 0 80 Q 25 0 55 30 T 100 50 V 150 H 0 Z");
}

/* Tooth images */
.tooth[b-dq6qsjr25a] {
    position: absolute;
    bottom: 0;
    width: 90px;
    filter: drop-shadow(0 8px 15px rgba(0,0,0,0.15));
}

/* Position each tooth */
.tooth-1[b-dq6qsjr25a] {
    left: 35%;
    bottom: -56px;
}

.tooth-2[b-dq6qsjr25a] {
    left: 50%;
    bottom: 20px;
}

.tooth-3[b-dq6qsjr25a] {
    left: 65%;
    bottom: 30px;
    width: 110px;
}

/* Benefit text area */
.benefit h5[b-dq6qsjr25a] {
    font-weight: 600;
    margin-bottom: 6px;
}

.benefit p[b-dq6qsjr25a] {
    opacity: .9;
    font-size: .95rem;
    line-height: 1.6;
}

/* Responsive */
@media(max-width:768px) {
    .tooth[b-dq6qsjr25a] {
        width: 60px;
    }

    .tooth-3[b-dq6qsjr25a] {
        width: 70px;
    }

    .process-connector[b-dq6qsjr25a] {
        margin: 33px 0px 7px 50px !important;
    }
}




.services-section[b-dq6qsjr25a] {
   /* background: #0c1224;*/
}

/* Head Subtitle */
.service-subtitle[b-dq6qsjr25a] {
    font-size: 15px;
    max-width: 700px;
    margin: auto;
    opacity: .85;
}

/* Service Card */
.service-card[b-dq6qsjr25a] {
    background: #111a33;
    border: 1px solid rgba(255,255,255,.08);
    padding: 28px;
    border-radius: 14px;
    transition: .3s;
    color: white;
    height: 100%;
}

    .service-card:hover[b-dq6qsjr25a] {
        transform: translateY(-6px);
        border-color: #4b6cff;
        box-shadow: 0 10px 25px rgba(0,0,0,.25);
    }

/* Icon Circle */
.service-icon[b-dq6qsjr25a] {
    width: 65px;
    height: 65px;
    border: 2px solid #4b6cff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #4b6cff;
    margin: auto;
    margin-bottom: 15px;
}

/* Titles */
.service-card h5[b-dq6qsjr25a] {
    font-weight: 700;
    letter-spacing: .4px;
    margin-bottom: 15px;
}

/* Bullet list style */
.service-list[b-dq6qsjr25a] {
    list-style: none;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
}

    .service-list li[b-dq6qsjr25a]::before {
        content: "• ";
        color: #4b6cff;
        font-weight: bold;
    }



.process-section[b-dq6qsjr25a] {
    background: #f5f7ff;
}

/* Header */
.process-header[b-dq6qsjr25a] {
    background: linear-gradient(135deg, #00b4ff, #00d37f);
    border-radius: 24px;
    padding: 24px 15px 30px;
    color: #fff;
    max-width: 620px;
    margin: 0 auto 3rem auto;
}

.process-title[b-dq6qsjr25a] {
    font-weight: 700;
}

.process-dots span[b-dq6qsjr25a] {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 50%;
    background: rgba(255,255,255,.85);
}

/* Steps */
.process-step[b-dq6qsjr25a] {
    position: relative;
}

/* Big circles */
.circle[b-dq6qsjr25a] {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    background: #0f172a;
    box-shadow: 0 10px 25px rgba(15,23,42,.25);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.circle-inner[b-dq6qsjr25a] {
    width: 86%;
    height: 86%;
    border-radius: 50%;
    border: 3px solid #18e0a8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    font-size: 13px;
}

    .circle-inner h5[b-dq6qsjr25a] {
        font-size: 13px;
        font-weight: 700;
        margin: 0;
    }

    .circle-inner i[b-dq6qsjr25a] {
        font-size: 20px;
    }

/* Color variations for each step */
.step-1 .circle[b-dq6qsjr25a] {
    background: #003b73;
}

.step-2 .circle[b-dq6qsjr25a] {
    background: #005f99;
}

.step-3 .circle[b-dq6qsjr25a] {
    background: #008f6b;
}

.step-4 .circle[b-dq6qsjr25a] {
    background: #00a85b;
}

/* Connector + small bars under circle */
.process-connector[b-dq6qsjr25a] {
    margin: 33px 0px 7px 108px;
    width: 40px;
    height: 4px;
    border-radius: 999px;
    background: #00c1ff;
}

.process-text[b-dq6qsjr25a] {
    font-size: 13px;
    color: #4b5563;
    max-width: 220px;
    margin: 0 auto;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
    .circle[b-dq6qsjr25a] {
        width: 120px;
        height: 120px;
    }

    .circle-inner h5[b-dq6qsjr25a] {
        font-size: 11px;
    }

    .process-text[b-dq6qsjr25a] {
        font-size: 12px;
    }
}




/* /Pages/Services/DigitalMarketing.cshtml.rz.scp.css */
/* Section background & typography */
.dmva-why-section[b-f52cmkn22t] {
    background: radial-gradient(circle at top, #111827 0, #020617 55%);
    color: #e5e7eb;
}

.dmva-title[b-f52cmkn22t] {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.dmva-sub[b-f52cmkn22t] {
    max-width: 780px;
    font-size: 0.98rem;
    color: #9ca3af;
    line-height: 1.7;
}

/* Cards */
.dmva-card[b-f52cmkn22t] {
    background: #020617;
    border-radius: 18px;
    padding: 24px 22px 26px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.75);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

    .dmva-card:hover[b-f52cmkn22t] {
        transform: translateY(-6px);
        box-shadow: 0 22px 55px rgba(15, 23, 42, 0.95);
        border-color: #38bdf8;
        background: #020918;
    }

/* Icon circle */
.dmva-icon[b-f52cmkn22t] {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid rgba(56, 189, 248, 0.6);
    background: radial-gradient(circle at 30% 0, #22c55e 0, #0f172a 75%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e5f8ff;
    font-size: 20px;
    margin-bottom: 14px;
}

/* Card text */
.dmva-card h5[b-f52cmkn22t] {
    color: #f9fafb;
    font-size: 1.02rem;
}

.dmva-text[b-f52cmkn22t] {
    font-size: 0.92rem;
    color: #cbd5f5;
    line-height: 1.7;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
    .dmva-title[b-f52cmkn22t] {
        font-size: 1.5rem;
    }

    .dmva-why-section[b-f52cmkn22t] {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}




/* Wrapper */
.svc-banner[b-f52cmkn22t] {
    background: #ffffff;
    padding: 3rem 1.5rem;
}

.svc-inner[b-f52cmkn22t] {
    max-width: var(--max-width, 1120px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 32px;
    align-items: flex-start;
    color: #111827;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Left nav */
.svc-nav[b-f52cmkn22t] {
    background: #f9fafb;
    border-radius: var(--radius, 16px);
    padding: 18px 14px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
    border: 1px solid #e5e7eb;
    position: sticky;
    top: 90px;
}

.svc-nav-title[b-f52cmkn22t] {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #6b7280;
    margin: 0 0 10px;
}

.svc-nav ul[b-f52cmkn22t] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.svc-nav li[b-f52cmkn22t] {
    color: #000;
    padding: 10px 10px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.3;
    transition: background .18s ease, color .18s ease, transform .18s ease;
    position: relative;
}

    .svc-nav li[b-f52cmkn22t]::before {
        content: "";
        position: absolute;
        left: 6px;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 0;
        border-radius: 999px;
        background: linear-gradient(180deg, #f97316, #ec4899);
        opacity: 0;
        transition: height .18s ease, opacity .18s ease;
    }

    .svc-nav li:hover[b-f52cmkn22t] {
        background: #f3f4ff;
        color: #111827;
        transform: translateX(1px);
    }

    .svc-nav li.active[b-f52cmkn22t] {
        color: #111827;
        background: #eef2ff;
        padding-left: 14px;
    }

        .svc-nav li.active[b-f52cmkn22t]::before {
            height: 18px;
            opacity: 1;
        }

/* Right content container */
.svc-content[b-f52cmkn22t] {
    background: #ffffff;
    border-radius: var(--radius, 16px);
    padding: 24px 28px 26px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
    border: 1px solid #e5e7eb;
}

/* Header */
.svc-header[b-f52cmkn22t] {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 16px;
    margin-bottom: 18px;
    text-align: left;
}

.svc-kicker[b-f52cmkn22t] {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #f97316;
    margin-bottom: 4px;
    font-weight: 600;
}

.svc-header h1[b-f52cmkn22t] {
    margin: 0;
    color: #111827;
    font-size: 22px;
    font-weight: 700;
}

.svc-header .sub[b-f52cmkn22t] {
    margin: 8px 0 0;
    color: #6b7280;
    font-size: 14px;
}

/* Panels */
.panels[b-f52cmkn22t] {
    margin-top: 8px;
}

.panel[b-f52cmkn22t] {
    display: none;
    gap: 24px;
    padding: 18px 12px 4px;
    border-radius: 12px;
    border: 1px solid transparent;
    align-items: flex-start;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

    .panel.active[b-f52cmkn22t] {
        display: flex;
        background: #f9fafb;
        border-color: #e5e7eb;
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    }

/* Panel columns */
.panel-left[b-f52cmkn22t] {
    flex: 0 0 40%;
    text-align: left;
    padding: 10px 14px 18px 4px;
    border-right: 1px solid #e5e7eb;
}

.panel-right[b-f52cmkn22t] {
    flex: 1;
    padding: 10px 0 18px 6px;
}

/* Icon & headings */
.icon[b-f52cmkn22t] {
    display: block;
    margin-bottom: 10px;
    max-width: 80px;
}

.panel-left h2[b-f52cmkn22t] {
    margin: 4px 0 6px;
    color: #1f2933;
    font-size: 18px;
    font-weight: 600;
}

.panel-left .lead[b-f52cmkn22t] {
    color: #000;
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
}

/* List */
.panel-right ul[b-f52cmkn22t] {
    margin: 0;
    padding-left: 18px;
    color: #000;
    font-size: 14px;
}

.panel-right li[b-f52cmkn22t] {
    margin: 7px 0;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 900px) {
    .svc-inner[b-f52cmkn22t] {
        grid-template-columns: 1fr;
    }

    .svc-nav[b-f52cmkn22t] {
        order: 2;
        position: static;
        padding: 10px 8px;
        box-shadow: none;
        border-radius: 12px;
        border: 1px solid #e5e7eb;
        overflow-x: auto;
        white-space: nowrap;
    }

        .svc-nav ul[b-f52cmkn22t] {
            display: flex;
            gap: 6px;
        }

        .svc-nav li[b-f52cmkn22t] {
            border-radius: 999px;
            padding: 8px 14px 8px 18px;
            font-size: 12px;
        }

            .svc-nav li[b-f52cmkn22t]::before {
                left: 8px;
            }

    .svc-content[b-f52cmkn22t] {
        order: 1;
    }

    .panel[b-f52cmkn22t] {
        flex-direction: column;
        padding: 16px 10px 6px;
    }

    .panel-left[b-f52cmkn22t] {
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid #e5e7eb;
        margin-bottom: 8px;
    }
}



.dm-benefits-section[b-f52cmkn22t] {
    background: #fff7f3; /* soft tinted background like reference */
}

.dm-kicker[b-f52cmkn22t] {
    font-size: 12px;
    letter-spacing: .16em;
    color: #ea580c;
}

.dm-title[b-f52cmkn22t] {
    font-size: 1.7rem;
    max-width: 780px;
    margin: 0 auto;
    color: #111827;
}

/* Cards */
.dm-card[b-f52cmkn22t] {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 18px 20px;
    box-shadow: 0 10px 24px rgba(15,23,42,.06);
    border: 1px solid #fee2e2;
    position: relative;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    display: flex;
    flex-direction: column;
}

    .dm-card:hover[b-f52cmkn22t] {
        transform: translateY(-4px);
        box-shadow: 0 16px 32px rgba(15,23,42,.10);
        border-color: #fdba74;
    }

/* Icon circle */
.dm-icon[b-f52cmkn22t] {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #f97316;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.dm-text[b-f52cmkn22t] {
    font-size: .92rem;
    color: #4b5563;
    line-height: 1.6;
}

/* Responsive tweaks */
@media (max-width:767.98px) {
    .dm-title[b-f52cmkn22t] {
        font-size: 1.35rem;
    }
}





:root[b-f52cmkn22t] {
    --flow-accent: #ff6a1a;
    --flow-text: #111827;
    --flow-muted: #6b7280;
    --flow-bg: #ffffff;
    --flow-dot-size: 14px;
}

body[b-f52cmkn22t] {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.flow-process[b-f52cmkn22t] {
    background: var(--flow-bg);
    padding: 56px 16px 72px;
}

.flow-inner[b-f52cmkn22t] {
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
}

.flow-title[b-f52cmkn22t] {
    font-size: 28px;
    font-weight: 800;
    color: var(--flow-accent);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.flow-sub[b-f52cmkn22t] {
    display: inline-block;
    padding: 8px 22px;
    border-radius: 999px;
    border: 1px solid #fed7aa;
    background: #fff7f2;
    color: var(--flow-muted);
    font-size: 14px;
    margin: 0 0 40px;
}

/* --- Graph area --- */
.flow-graph[b-f52cmkn22t] {
    position: relative;
    padding-top: 40px;
}

.flow-line[b-f52cmkn22t] {
    position: absolute;
    left: 4%;
    right: 4%;
    top: 52px;
    width: 92%;
    height: 90px;
    pointer-events: none;
    z-index: 0;
}

.flow-steps[b-f52cmkn22t] {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

/* Each step */
.flow-step[b-f52cmkn22t] {
    flex: 1 1 0;
    text-align: center;
    position: relative;
    padding: 0 4px;
}

/* Node on the line */
.flow-node[b-f52cmkn22t] {
    position: relative;
    height: 80px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/* Dot sits on the line */
.flow-dot[b-f52cmkn22t] {
    width: var(--flow-dot-size);
    height: var(--flow-dot-size);
    border-radius: 999px;
    border: 3px solid var(--flow-accent);
    background: #ffffff;
    z-index: 1;
}

/* Icon hovers above the dot */
.flow-icon[b-f52cmkn22t] {
    position: absolute;
    bottom: calc(var(--flow-dot-size) + 10px);
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 2px solid var(--flow-accent);
    background: #ffffff;
    color: var(--flow-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 8px 22px rgba(255, 106, 26, 0.2);
}

/* Rocket styling */
.flow-icon-rocket[b-f52cmkn22t] {
    background: #fff4e6;
    transform: translateY(-4px) rotate(-12deg);
}

/* Text */
.flow-step-title[b-f52cmkn22t] {
    margin: 8px 0 4px;
    font-size: 14px;
    font-weight: 700;
    color: var(--flow-text);
}

.flow-step-text[b-f52cmkn22t] {
    margin: 0;
    font-size: 12px;
    color: var(--flow-muted);
    line-height: 1.6;
}

/* Optional: small hover */
.flow-step:hover .flow-icon[b-f52cmkn22t] {
    transform: translateY(-6px) scale(1.03);
}

/* --- Responsive: collapse into vertical steps --- */
@media (max-width: 900px) {
    .flow-graph[b-f52cmkn22t] {
        padding-top: 0;
    }

    .flow-line[b-f52cmkn22t] {
        display: none;
    }

    .flow-steps[b-f52cmkn22t] {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .flow-step[b-f52cmkn22t] {
        display: flex;
        text-align: left;
    }

    .flow-node[b-f52cmkn22t] {
        height: auto;
        margin-right: 12px;
    }

    .flow-dot[b-f52cmkn22t] {
        display: none;
    }

    .flow-icon[b-f52cmkn22t] {
        position: static;
        margin-right: 12px;
        box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
    }

    .flow-step-title[b-f52cmkn22t] {
        margin-top: 2px;
        font-size: 15px;
    }

    .flow-step-text[b-f52cmkn22t] {
        font-size: 13px;
    }
}





:root[b-f52cmkn22t] {
    --dm-primary: #2563ff;
    --dm-muted: #6b7280;
    --dm-bg-soft: #f5f7ff;
}

.dm-process-section[b-f52cmkn22t] {
    background: #ffffff;
    padding: 56px 16px 70px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.dm-process-inner[b-f52cmkn22t] {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.dm-process-title[b-f52cmkn22t] {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--dm-primary);
    margin: 0 0 6px;
}

.dm-process-sub[b-f52cmkn22t] {
    margin: 0 auto 36px;
    max-width: 520px;
    font-size: 15px;
    color: var(--dm-muted);
}

/* steps row */
.dm-process-steps[b-f52cmkn22t] {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

/* individual step */
.dm-step[b-f52cmkn22t] {
    flex: 1 1 0;
    text-align: left;
    position: relative;
    padding: 0 12px;
}

/* icon bubble */
.dm-step-icon[b-f52cmkn22t] {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: var(--dm-bg-soft);
    color: var(--dm-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 0 12px;
    box-shadow: 0 10px 24px rgba(37,99,255,0.18);
    position: relative;
}

/* connecting line to next step */
.dm-step-line[b-f52cmkn22t] {
    position: absolute;
    top: 26px; /* vertically centered with icon */
    left: calc(52px + 16px);
    right: -18px;
    height: 3px;
    background: linear-gradient(90deg, var(--dm-primary), rgba(37,99,255,0.15));
    border-radius: 999px;
}

.dm-step-last .dm-step-line[b-f52cmkn22t] {
    display: none;
}

/* headings & text */
.dm-step-heading[b-f52cmkn22t] {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 6px 0 6px;
}

.dm-step-text[b-f52cmkn22t] {
    font-size: 14px;
    color: var(--dm-muted);
    line-height: 1.6;
    margin: 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
    .dm-process-steps[b-f52cmkn22t] {
        flex-direction: column;
        gap: 20px;
    }

    .dm-step[b-f52cmkn22t] {
        text-align: left;
        padding: 0;
    }

    .dm-step-icon[b-f52cmkn22t] {
        margin-bottom: 10px;
    }

    .dm-step-line[b-f52cmkn22t] {
        display: none; /* cleaner stacked steps on mobile */
    }
}
/* /Pages/Services/HomeOnwers.cshtml.rz.scp.css */
.pmva-section[b-x7vu2p3co2] {
    background-color: #ffffff;
}

/* Left text */
.pmva-text[b-x7vu2p3co2] {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
}

/* Right stats column container */
.pmva-stats[b-x7vu2p3co2] {
    background-color: #0b2340;
    border-radius: 8px;
    overflow: hidden;
    color: #ffffff;
}

/* Each row */
.pmva-stat-row[b-x7vu2p3co2] {
    display: flex;
    align-items: center;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

    .pmva-stat-row:last-child[b-x7vu2p3co2] {
        border-bottom: none;
    }

/* Icon block on the left */
.pmva-stat-icon[b-x7vu2p3co2] {
    width: 56px;
    height: 56px;
    border-radius: 4px;
    background-color: #1687ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

    .pmva-stat-icon i[b-x7vu2p3co2] {
        font-size: 22px;
        color: #ffffff;
    }

/* Text on the right */
.pmva-stat-body[b-x7vu2p3co2] {
    flex: 1;
}

.pmva-stat-label[b-x7vu2p3co2] {
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #bfdbfe;
}

.pmva-stat-number[b-x7vu2p3co2] {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

    .pmva-stat-number span[b-x7vu2p3co2] {
        display: block;
        font-size: 13px;
        font-weight: 500;
        color: #e5e7eb;
    }

/* Responsive tweaks */
@media (max-width: 767.98px) {
    .pmva-section h2[b-x7vu2p3co2] {
        font-size: 24px;
    }

    .pmva-stat-row[b-x7vu2p3co2] {
        padding: 14px;
    }
}



.what-we-offer-section[b-x7vu2p3co2] {
    background: #f6f9fb;
}

.offer-sub[b-x7vu2p3co2] {
    max-width: 680px;
    margin: auto;
    font-size: 15px;
    color: #6c7280;
}

.offer-card[b-x7vu2p3co2] {
    background: #fff;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,.06);
    text-align: center;
    position: relative;
    transition: .3s;
    display: flex;
    flex-direction: column;
    height: 100%;
}
    .offer-card:hover[b-x7vu2p3co2] {
        transform: translateY(-6px);
        box-shadow: 0 8px 22px rgba(0,0,0,.1);
    }
    

/* icon circles like reference */
.offer-icon[b-x7vu2p3co2] {
    width: 60px;
    height: 60px;
    background: #ff6b6b;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: auto;
    margin-top: -45px;
    margin-bottom: 10px;
}

.offer-card ul[b-x7vu2p3co2] {
    list-style: none;
    padding: 0;
    margin-top: 12px;
    text-align: left;
    flex-grow: 1;
}

    .offer-card ul li[b-x7vu2p3co2] {
        font-size: 14px;
        margin-bottom: 6px;
        color: #475569;
        text-align:center;
    }

/* Responsive */
@media(max-width:767px) {
    .offer-card ul[b-x7vu2p3co2] {
        text-align: center;
    }
}


.check-icon[b-x7vu2p3co2] {
    width: 28px;
    height: 28px;
    background: #ff4d4d;
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.benefits-section h2[b-x7vu2p3co2] {
    line-height: 1.3;
}

.benefits-section p[b-x7vu2p3co2] {
    color: #555;
}



.step-card[b-x7vu2p3co2] {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #eee;
    transition: .3s;
}

    .step-card:hover[b-x7vu2p3co2] {
        transform: translateY(-4px);
        box-shadow: 0 6px 20px rgba(0,0,0,.08);
    }

.icon-box[b-x7vu2p3co2] {
    font-size: 30px;
    color: #0d6efd;
}

.arrow-circle[b-x7vu2p3co2] {
    width: 55px;
    height: 55px;
    background: #0077cc; /* yellow like the reference circles */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

@media(max-width:768px) {
    .arrow-circle[b-x7vu2p3co2] {
        display: none;
    }
    /* hide arrows on mobile for clean stacking */
}
/* /Pages/Services/Logistics.cshtml.rz.scp.css */
.logistics-title[b-3mvb2ft4cv] {
    font-size: 32px;
    line-height: 1.3;
}

.logistics-text[b-3mvb2ft4cv] {
    font-size: 15px;
    color: #475569;
    line-height: 1.7;
}

.arrow-icon[b-3mvb2ft4cv] {
    color: #0d6efd;
    font-size: 20px;
    margin-right: 15px;
    padding-top: 2px;
}

.logistics-small[b-3mvb2ft4cv] {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.55;
}

/* Responsive */
@media(max-width:768px) {
    .logistics-title[b-3mvb2ft4cv] {
        font-size: 26px;
    }
}


.logistics-solutions[b-3mvb2ft4cv] {
    background-color: #ffffff;
    color: #000000;
}

.ls-subtitle[b-3mvb2ft4cv] {
    font-size: 15px;
    max-width: 540px;
}

.ls-item[b-3mvb2ft4cv] {
    align-items: flex-start;
}

.ls-icon[b-3mvb2ft4cv] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background-color: #e6f0ff;
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 14px;
    flex-shrink: 0;
}

.ls-text ul li[b-3mvb2ft4cv] {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
}

/* Image styling */
.ls-image-wrapper img[b-3mvb2ft4cv] {
    object-fit: cover;
    max-height: 80% !important;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
    .ls-subtitle[b-3mvb2ft4cv] {
        font-size: 14px;
    }

    .logistics-solutions h2[b-3mvb2ft4cv] {
        font-size: 24px;
    }
}


.va-journey-section[b-3mvb2ft4cv] {
    background: #050b24;
    color: #ffffff;
}

/* left text */
.journey-lead[b-3mvb2ft4cv] {
    font-size: 15px;
    max-width: 420px;
    opacity: 0.9;
}

/* steps */
.journey-steps[b-3mvb2ft4cv] {
    position: relative;
    padding-right: 200px; /* space for ROI box on desktop */
}

.journey-item[b-3mvb2ft4cv] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.journey-dot[b-3mvb2ft4cv] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #f4b41a;
    margin-top: 6px;
    flex-shrink: 0;
}

.journey-text[b-3mvb2ft4cv] {
    font-size: 14px;
    color: #cbd5f5;
    max-width: 420px;
}

/* ROI card on right */
.journey-roi-box[b-3mvb2ft4cv] {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 190px;
    padding: 18px 16px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.35);
    background: radial-gradient(circle at top left, #1a2144 0, #050b24 55%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.45);
    text-align: center;
}

.journey-roi-label[b-3mvb2ft4cv] {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #facc15;
}

.journey-roi-value[b-3mvb2ft4cv] {
    font-size: 26px;
    font-weight: 700;
    margin: 6px 0 4px;
}

.journey-roi-text[b-3mvb2ft4cv] {
    font-size: 12px;
    color: #d1d5f0;
    margin: 0;
}

/* dotted connector line */
.journey-connector[b-3mvb2ft4cv] {
    position: absolute;
    top: 50%;
    left: calc(50% + 20px);
    right: 190px;
    border-top: 2px dashed #facc15;
}

/* responsive */
@media (max-width: 991.98px) {
    .journey-steps[b-3mvb2ft4cv] {
        padding-right: 0;
    }

    .journey-roi-box[b-3mvb2ft4cv] {
        position: static;
        transform: none;
        margin-top: 24px;
        width: 100%;
        max-width: 260px;
    }
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-qfand6rbfj] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-qfand6rbfj] {
  color: #0077cc;
}

.btn-primary[b-qfand6rbfj] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-qfand6rbfj], .nav-pills .show > .nav-link[b-qfand6rbfj] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-qfand6rbfj] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-qfand6rbfj] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-qfand6rbfj] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-qfand6rbfj] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-qfand6rbfj] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* /Pages/Shared/_Layout2.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-ngs3dc7qzs] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-ngs3dc7qzs] {
  color: #0077cc;
}

.btn-primary[b-ngs3dc7qzs] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-ngs3dc7qzs], .nav-pills .show > .nav-link[b-ngs3dc7qzs] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-ngs3dc7qzs] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-ngs3dc7qzs] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-ngs3dc7qzs] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-ngs3dc7qzs] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-ngs3dc7qzs] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* /Pages/Shared/_LayoutFooter.cshtml.rz.scp.css */
:root[b-q4awz4pmor] {
    --footer-bg: #eff1f4 !important; /* change this to match the green in your image */
    --footer-text: #0b3a22; /* dark text for good contrast */
    --accent: #0f7a3f;
}

/* base reset for lists */
ul[b-q4awz4pmor] {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* footer wrapper */
.footer-section[b-q4awz4pmor] {
    position: relative;
    background: #eff1f4;
    color: var(--footer-text);
    overflow: visible;
}

/* The wave SVG sits at the very top and overlaps into the white page above */
.footer-wave[b-q4awz4pmor] {
    position: absolute;
    top: -1px; /* tuck slightly under page top to avoid seam */
    left: 0;
    width: 100%;
    height: 120px; /* change to control wave height */
    display: block;
    z-index: 1;
}

    .footer-wave path[b-q4awz4pmor] {
        fill: #0077cc;
    }

/* raise the main content so it sits below the wave */
.footer-section .container[b-q4awz4pmor] {
    position: relative;
    z-index: 2;
    padding-top: 40px; /* add top space so content doesn't overlap the wave */
}

/* CTA area (icons + text) */
.footer-cta[b-q4awz4pmor] {
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.single-cta[b-q4awz4pmor] {
    display: flex;
    align-items: flex-start;
}

    .single-cta i[b-q4awz4pmor] {
        color: var(--accent);
        font-size: 28px;
        margin-right: 14px;
        line-height: 1;
    }

.cta-text h4[b-q4awz4pmor] {
    color: #000;
    font-size: 18px;
    margin: 0 0 4px;
    font-weight: 600;
}

.cta-text span[b-q4awz4pmor] {
    display: block;
    color: rgba(0,0,0,0.7);
    font-size: 14px;
}

/* primary footer content styling (columns) */
.footer-content[b-q4awz4pmor] {
    padding-top: 18px;
    padding-bottom: 24px;
}

.footer-logo img[b-q4awz4pmor] {
    max-width: 180px;
    margin-bottom: 18px;
}

.footer-text p[b-q4awz4pmor] {
    margin: 0 0 16px;
    color: rgba(0,0,0,0.8);
    line-height: 1.6;
    font-size: 14px;
}

/* social icons */
.footer-social-icon span[b-q4awz4pmor] {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: #000;
}

.footer-social-icon a[b-q4awz4pmor] {
    text-decoration: none;
    margin-right: 10px;
}

.footer-social-icon i[b-q4awz4pmor] {
    height: 38px;
    width: 38px;
    display: inline-block;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    font-size: 13px;
}

.facebook-bg[b-q4awz4pmor] {
    background: #3B5998;
}

.pinterest-bg[b-q4awz4pmor] {
    background: #E60023;
}

.linkedin-bg[b-q4awz4pmor] {
    background: #0A66C2;
}

.instagram-bg[b-q4awz4pmor] {
    background: linear-gradient(45deg, #f09433, #dc2743, #cc2366, #bc1888);
}

/* widget headings */
.footer-widget-heading h3[b-q4awz4pmor] {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}

    .footer-widget-heading h3[b-q4awz4pmor]::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -12px;
        height: 3px;
        width: 48px;
        background: var(--accent);
    }

/* links */
.footer-widget ul li[b-q4awz4pmor] {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

    .footer-widget ul li a[b-q4awz4pmor] {
        color: rgba(0,0,0,0.8);
        text-transform: capitalize;
        text-decoration: none;
    }

        .footer-widget ul li a:hover[b-q4awz4pmor] {
            color: var(--accent);
        }

/* subscribe form */
.subscribe-form[b-q4awz4pmor] {
    position: relative;
    overflow: hidden;
    max-width: 320px;
}

    .subscribe-form input[b-q4awz4pmor] {
        width: 100%;
        padding: 12px 16px;
        border-radius: 4px;
        border: 1px solid rgba(0,0,0,0.08);
        background: rgba(255,255,255,0.9);
        color: var(--footer-text);
    }

    .subscribe-form button[b-q4awz4pmor] {
        position: absolute;
        right: 6px;
        top: 6px;
        border: none;
        padding: 8px 12px;
        border-radius: 4px;
        background: var(--accent);
        color: #000;
        cursor: pointer;
    }

/* copyright bar */
.copyright-area[b-q4awz4pmor] {
    background: transparent; /* keep same color as main footer */
    padding: 20px 0;
    border-top: 1px solid rgba(0,0,0,0.04);
}

.copyright-text p[b-q4awz4pmor] {
    margin: 0;
    color: rgba(0,0,0,0.75);
    font-size: 14px;
}

    .copyright-text p a[b-q4awz4pmor] {
        color: var(--accent);
        text-decoration: none;
    }

/* footer menu */
.footer-menu ul[b-q4awz4pmor] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li[b-q4awz4pmor] {
    display: inline-block;
    margin-left: 18px;
}

    .footer-menu li a[b-q4awz4pmor] {
        color: rgba(0,0,0,0.7);
        text-decoration: none;
        font-size: 14px;
    }

        .footer-menu li a:hover[b-q4awz4pmor] {
            color: var(--accent);
        }

/* small screens adjustments */
@media (max-width: 767px) {
    .footer-wave[b-q4awz4pmor] {
        height: 90px;
    }

    .footer-widget ul li[b-q4awz4pmor] {
        width: 100%;
        float: none;
    }

    .footer-menu[b-q4awz4pmor] {
        text-align: center;
        margin-top: 12px;
    }
}
