/* =========================================================
   Exception Tech Solution — app.css
   Bootstrap 5 compatible | Font Awesome 6 icons
   ========================================================= */

/* ── CSS Variables ── */
:root {
    --accent:       #1a56db;
    --accent2:      #6366f1;
    --accent-lt:    #eff4ff;
    --accent-md:    #bfcffa;
    --green:        #059669;
    --green-lt:     #ecfdf5;
    --purple:       #7c3aed;
    --purple-lt:    #f5f3ff;
    --orange:       #d97706;
    --orange-lt:    #fffbeb;
    --pink:         #db2777;
    --pink-lt:      #fdf2f8;
    --teal:         #0d9488;
    --teal-lt:      #f0fdfa;
    --text:         #111827;
    --muted:        #4b5563;
    --muted2:       #9ca3af;
    --border:       #e5e7eb;
    --bg:           #ffffff;
    --bg2:          #f9fafb;
    --radius:       14px;
    --shadow-sm:    0 1px 4px rgba(0,0,0,0.07), 0 4px 18px rgba(0,0,0,0.05);
    --shadow-md:    0 6px 28px rgba(0,0,0,0.10);
    --shadow-blue:  0 6px 22px rgba(26,86,219,0.28);
    --social-instagram:  #e1306c;
    --social-linkedin:   #0a66c2;
    --social-twitter:    #e7e7e7;
    --social-facebook:   #1877f2;
    --social-youtube:    #ff0000;
    --social-tiktok:     #ee1d52;
    --social-snapchat:   #fffc00;
}

/* ── Base ── */
html { scroll-behavior: smooth; }

body {
    color: var(--text);
    background: var(--bg);
    line-height: 1.75;
    font-size: 17px;
}

body.font-cairo  { font-family: 'Cairo', sans-serif; }
body.font-poppins{ font-family: 'Poppins', sans-serif; }

a { text-decoration: none; color: inherit; }

/* ── Helpers ── */
.section-pad   { padding: 80px 0; border-bottom: 1px solid var(--border); }
.section-bg    { background: var(--bg2); }
.min-vh-hero   { min-height: 88vh; }

/* ── Reveal animation ── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }
.delay-3 { transition-delay: .36s; }

/* ── Section labels ── */
.sec-tag {
    display: inline-flex; align-items: center;
    font-size: 0.78rem; font-weight: 800;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--accent); margin-bottom: 10px;
}
.sec-title {
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    font-weight: 800; color: var(--text);
    line-height: 1.25; margin-bottom: 14px;
}
.sec-sub {
    font-size: 1.05rem; color: var(--muted);
    max-width: 620px; margin-bottom: 44px; line-height: 1.85;
}

/* ─────────────────────────────────────────────
   HEADER
───────────────────────────────────────────── */
.site-header {
    z-index: 999;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 1px 0 rgba(0,0,0,0.04);
}
.site-header .navbar { padding: 0; min-height: 70px; }

.logo-mark {
    width: 42px; height: 42px; border-radius: 11px; flex-shrink: 0;
    background: linear-gradient(135deg, var(--accent), var(--accent2));
    display: grid; place-items: center;
    color: #fff; font-weight: 900; font-size: 1.1rem;
    box-shadow: var(--shadow-blue);
}
.logo-mark--sm { width: 34px; height: 34px; font-size: 0.95rem; }

.logo-name { display: block; font-weight: 900; font-size: 1rem; color: var(--text); line-height: 1.1; }
.logo-sub  { display: block; font-size: 0.58rem; font-weight: 700; letter-spacing: 0.1em; color: var(--accent); text-transform: uppercase; }

.site-header .nav-link {
    font-size: 0.95rem; font-weight: 600; color: var(--muted);
    padding: 6px 14px; border-radius: 8px;
    transition: color .18s, background .18s;
}
.site-header .nav-link:hover { color: var(--accent); background: var(--accent-lt); }

.btn-lang {
    font-size: 0.88rem; font-weight: 700;
    padding: 8px 18px; border-radius: 999px; cursor: pointer;
    border: 1.5px solid var(--border); background: var(--bg2); color: var(--muted);
    transition: all .2s; text-decoration: none; display: inline-block;
}
.btn-lang:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-lt); }

.btn-primary-custom {
    font-size: 0.9rem; font-weight: 700;
    padding: 9px 22px; border-radius: 10px; cursor: pointer;
    background: var(--accent); color: #fff !important; border: none;
    box-shadow: var(--shadow-blue); transition: all .2s;
    text-decoration: none; display: inline-block;
}
.btn-primary-custom:hover { color: var(--accent) !important; opacity: 0.88; transform: translateY(-1px); }

/* ─────────────────────────────────────────────
   HERO
───────────────────────────────────────────── */

.hero-slide {
    height: 90vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
}

.hero-slide .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
}

.hero-slide .container {
    position: relative;
    z-index: 2;
}
.hero-slide {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-slide .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6); /* dark overlay */
    z-index: 0;
}

.hero-slide .container {
    position: relative;
    z-index: 1;
}

/* ── Badge / Subtitle ── */
.hero-slide .badge {
    font-size: 0.98rem;
    font-weight: 500;
    padding: 0.7rem 1.3rem;
    border-radius: 50px;          /* pill shape */
    border: 1px solid #d0d0e8;
    background-color: rgba(255, 255, 255, 0.50) !important;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.25);
    letter-spacing: 0.02em;
}

/* ── Main Title (h1) ── */
.hero-slide h1 {
    font-size: clamp(2.2rem, 5vw, 3.8rem); /* responsive size */
    font-weight: 900;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 1.2rem;
}

/* Purple highlight word — wrap the word in <span class="highlight"> */
.hero-slide h1 .highlight {
    color: #6c3bff;
}

/* ── Description / Paragraph ── */
.hero-slide p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.8);
    max-width: 560px;
    margin-bottom: 2rem;
}

/* ── Buttons ── */
.hero-slide .btn-primary {
    background-color: var(--accent);
    border-color: var(--accent);
    padding: 0.7rem 1.6rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.hero-slide .btn-primary:hover {
    background-color: var(--accent);
    border-color: var(--accent);
    transform: translateY(-2px);
}

.hero-slide .btn-outline-light {
    border-color: #ccc;
    color: #fff;
    padding: 0.7rem 1.6rem;
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.95rem;
    background: transparent;
    transition: all 0.3s ease;
}

.hero-slide .btn-outline-light:hover {
    background-color: #f0eeff;
    border-color: #6c3bff;
    color: #6c3bff;
}

/* ── RTL support ── */
[dir="rtl"] .hero-slide p {
    max-width: 100%;
}

[dir="rtl"] .hero-slide .col-lg-6 {
    text-align: right;
}

/* ── Carousel item fix (height) ── */
.carousel-item,
.carousel-inner {
    height: 100vh;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: var(--accent);
}

/* ─────────────────────────────────────────────
   STATS
───────────────────────────────────────────── */
.stats-section { padding: 0; }
.stats-inner {
    display: grid; grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid var(--border);
}
.stat-item {
    padding: 32px 20px; text-align: center;
    border-inline-end: 1px solid var(--border);
    transition: background .2s;
}
.stat-item:last-child { border-inline-end: none; }
.stat-item:hover { background: var(--accent-lt); }
.stat-icon { font-size: 1.5rem; color: var(--accent); margin-bottom: 8px; }
.stat-number {
    font-size: 2.2rem; font-weight: 600;
    color: var(--accent); line-height: 1; margin-bottom: 6px;
}
.stat-label { font-size: 0.95rem; color: var(--muted); font-weight: 600; }

/* ─────────────────────────────────────────────
   ABOUT
───────────────────────────────────────────── */
.about-para { font-size: 1.05rem; color: var(--muted); line-height: 2; margin-bottom: 16px; }
.about-para strong { color: var(--text); font-weight: 800; }

.vm-card {
    display: flex; gap: 16px; align-items: flex-start;
    padding: 20px 22px; border-radius: var(--radius);
    background: var(--bg); border: 1px solid var(--border);
    box-shadow: var(--shadow-sm); transition: all .2s;
}
.vm-card:hover { border-color: var(--accent-md); box-shadow: var(--shadow-md); }
.vm-icon {
    width: 48px; height: 48px; flex-shrink: 0; border-radius: 12px;
    background: var(--accent-lt); display: grid; place-items: center;
    color: var(--accent); font-size: 1.3rem;
}
.vm-card-title { font-size: 1.05rem; font-weight: 800; color: var(--text); margin-bottom: 4px; }
.vm-card-text  { font-size: 0.95rem; color: var(--muted); line-height: 1.8; margin: 0; }


/* ─────────────────────────────────────────────
   SERVICES
───────────────────────────────────────────── */


/* ─── Section Wrapper ─── */
#services-section {
    padding: 80px 0 100px;
    /*background: var(--bg2);*/
    position: relative;
}

/* ─── Section Header ─── */
.services-header .section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background: var(--accent-lt);
    border: 1px solid var(--accent-md);
    color: var(--accent);
    padding: .3rem 1rem;
    border-radius: 50px;
    font-size: .82rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: .6px;
    text-transform: uppercase;
}
.services-header h2 {
    font-size: clamp(1.75rem, 3.5vw, 2.6rem);
    font-weight: 900;
    color: var(--text);
    line-height: 1.25;
    margin-bottom: .65rem;
}
.services-header p {
    color: var(--muted);
    max-width: 540px;
    margin-inline: auto;
    font-size: 1rem;
    line-height: 1.8;
}

/* ─── Card ─── */
.svc-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    position: relative;
    box-shadow: var(--shadow-sm);
}
.svc-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-blue);
    border-color: var(--accent);
    color: inherit;
}

/* ─── Hot Badge ─── */
.svc-card .hot-badge {
    position: absolute;
    top: .9rem;
    inset-inline-start: .9rem;
    background: var(--orange);
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
    padding: .22rem .65rem;
    border-radius: 50px;
    z-index: 3;
    letter-spacing: .5px;
    box-shadow: var(--shadow-sm);
}

/* ─── Image Area ─── */
.svc-card .card-img-wrap {
    position: relative;
    height: 210px;
    overflow: hidden;
    flex-shrink: 0;
}
.svc-card .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}
.svc-card:hover .card-img-wrap img {
    transform: scale(1.06);
}

/* Icon bubble on image */
.svc-card .icon-bubble {
    position: absolute;
    bottom: .9rem;
    inset-inline-end: .9rem;
    width: 44px;
    height: 44px;
    background: var(--accent);
    backdrop-filter: blur(8px);
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-size: 1.2rem;
    color: #fff;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, .2);
    transition: transform .3s ease, background .3s ease;
}
.svc-card:hover .icon-bubble {
    transform: scale(1.1) rotate(-8deg);
    background: var(--accent2);
}

/* Placeholder (no image) */
.svc-card .card-img-placeholder {
    height: 210px;
    background: var(--accent-lt);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    color: var(--accent-md);
    flex-shrink: 0;
    position: relative;
}

/* ─── Card Body ─── */
.svc-card .card-body-custom {
    padding: 1.4rem 1.5rem 1.6rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    background: var(--bg);
}
.svc-card .card-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--text);
    margin-bottom: .6rem;
    transition: color .3s;
    line-height: 1.4;
}
.svc-card:hover .card-title {
    color: var(--accent);
}
.svc-card .card-text {
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.75;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1.1rem;
}
.svc-card .learn-more {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: var(--accent);
    font-size: .875rem;
    font-weight: 700;
    text-decoration: none;
    transition: gap .3s, color .3s;
    margin-top: auto;
}
.svc-card:hover .learn-more {
    gap: .65rem;
    color: var(--accent2);
}

/* ─── Stagger reveal ─── */
.svc-card-wrap {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity .55s ease, transform .55s ease;
}
.svc-card-wrap.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ─────────────────────────────────────────────
   WHY US
───────────────────────────────────────────── */
/* Section */
#why-us {
    background: var(--bg2);
}

/* Card */
.why-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px 24px;
    transition: all 0.35s ease;
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
}

/* Icon Circle */
.why-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 22px;
    transition: all 0.3s ease;
}

/* Colors */
.why-icon--blue {
    background: var(--accent-lt);
    color: var(--accent);
}

.why-icon--green {
    background: var(--green-lt);
    color: var(--green);
}

.why-icon--purple {
    background: var(--purple-lt);
    color: var(--purple);
}

.why-icon--orange {
    background: var(--orange-lt);
    color: var(--orange);
}

.why-icon--pink {
    background: var(--pink-lt);
    color: var(--pink);
}

.why-icon--teal {
    background: var(--teal-lt);
    color: var(--teal);
}

/* Hover effect on icon */
.why-card:hover .why-icon {
    transform: scale(1.08);
}

/* Title */
.why-card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 10px;
}

/* Text */
.why-card-text {
    font-size: 14.5px;
    color: var(--muted);
    line-height: 1.7;
    margin: 0;
}

/* Responsive tweak */
@media (max-width: 768px) {
    .why-card {
        padding: 24px 18px;
    }
}
.why-card:hover {
    border-color: var(--accent-md);
}

.reveal {
    animation: fadeUp 0.8s ease forwards;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ─────────────────────────────────────────────
   PROCESS
───────────────────────────────────────────── */
.process-track { position: relative; }
.process-line {
    display: none; /* shown on lg */
    position: absolute; top: 36px; left: 10%; right: 10%;
    height: 2px; background: linear-gradient(to right, var(--accent), var(--accent2));
    border-radius: 2px; z-index: 0;
}
@media (min-width: 992px) { .process-line { display: block; } }

.proc-card { position: relative; z-index: 1; }
.proc-num {
    font-size: 0.72rem; font-weight: 900;
    color: var(--accent); letter-spacing: 0.1em;
    margin-bottom: 4px;
}
.proc-icon {
    width: 58px; height: 58px; border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--accent2));
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.4rem;
    margin: 0 auto 14px;
    box-shadow: 0 6px 18px rgba(26,86,219,0.28);
}
.proc-title { font-size: 0.97rem; font-weight: 800; color: var(--text); margin-bottom: 5px; }
.proc-text  { font-size: 0.84rem; color: var(--muted); line-height: 1.55; margin: 0; }

/*.proc-card:hover .proc-num  {
    background: linear-gradient(135deg, #4f46e5, #2563eb);
    border-color: transparent;
    box-shadow: 0 24px 70px rgba(79,70,229,0.25);
}
.proc-card:hover  .proc-icon{ opacity: .9; background: rgba(255,255,255,0.28); }
.proc-card:hover  .proc-title{
    background: #ffffff;
    color: #4f46e5;
    box-shadow: 0 6px 16px rgba(79,70,229,0.18);
    border: 0;
}*/
.proc-card:hover    {
    /*background: rgba(255,255,255,0.92);*/
    /*border-color: rgba(199,210,254,0.8);*/
/*    box-shadow: 0 18px 60px rgba(79,70,229,0.10);*/
    transform: scale(1.3);
}
.proc-card:hover  .proc-title{ color:#4f46e5; }
.proc-card:hover  .proc-num { font-size: 1.1rem; font-weight: bold; }

/* ─────────────────────────────────────────────
   TECH PILLS
───────────────────────────────────────────── */
.tech-pills-wrap { display: flex; flex-wrap: wrap; gap: 10px; }
.tech-pill {
    display: inline-flex; align-items: center;
    font-size: 0.97rem; font-weight: 700;
    padding: 10px 24px; border-radius: 999px;
    border: 1.5px solid var(--border);
    background: var(--bg2); color: var(--muted);
    transition: all .2s; cursor: default;
}
.tech-pill:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-lt); }

/* ─────────────────────────────────────────────
   CONTACT
───────────────────────────────────────────── */
.c-info-card {
    padding: 30px; border-radius: var(--radius);
    background: var(--bg2); border: 1px solid var(--border);
}
.c-info-title { font-size: 1.2rem; font-weight: 800; margin-bottom: 8px; color: var(--text); }
.c-info-sub   { font-size: 0.97rem; color: var(--muted); margin-bottom: 22px; }
.c-info-list  { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.c-info-list li {
    display: flex; gap: 14px; align-items: flex-start;
    padding: 14px 16px; border-radius: 10px;
    background: var(--bg); border: 1px solid var(--border);
}
.c-info-icon {
    width: 38px; height: 38px; border-radius: 9px; flex-shrink: 0;
    background: var(--accent-lt); display: grid; place-items: center;
    color: var(--accent); font-size: 1rem;
}
.c-info-list li strong { display: block; font-size: 0.8rem; font-weight: 800; color: var(--muted2); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 2px; }
.c-info-list li span   { font-size: 0.95rem; color: var(--text); }

.c-form-card {
    padding: 30px; border-radius: var(--radius);
    background: var(--bg); border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
}

.form-label { font-size: 0.9rem; font-weight: 700; color: var(--muted); margin-bottom: 6px; }

.input-group-custom { position: relative; }
.input-group-custom > i {
    position: absolute; top: 50%; inset-inline-start: 14px;
    transform: translateY(-50%); color: var(--muted2); font-size: 0.95rem; pointer-events: none;
}
.form-control-custom {
    width: 100%; padding: 12px 16px; padding-inline-start: 42px;
    font-family: inherit; font-size: 0.97rem;
    border: 1.5px solid var(--border); border-radius: 10px;
    background: var(--bg2); color: var(--text); outline: none;
    transition: border-color .2s, box-shadow .2s;
    appearance: none;
}
.form-control-custom:focus {
    border-color: var(--accent); background: #fff;
    box-shadow: 0 0 0 3px rgba(26,86,219,0.1);
}
.form-control-custom.textarea { padding-inline-start: 16px; min-height: 130px; resize: vertical; }

.form-error { font-size: 0.82rem; color: #dc2626; margin-top: 4px; }

.btn-submit {
    font-family: inherit; font-size: 1rem; font-weight: 800;
    padding: 14px; border-radius: 10px; cursor: pointer;
    background: linear-gradient(135deg, var(--accent), var(--accent2));
    color: #fff; border: none;
    box-shadow: var(--shadow-blue); transition: all .2s;
    display: inline-flex; align-items: center; justify-content: center;
}
.btn-submit:hover { opacity: 0.9; transform: translateY(-2px); }

/* ─────────────────────────────────────────────
   CTA SECTION
───────────────────────────────────────────── */
.cta-section {
    padding: 40px 0; text-align: center;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent2) 100%);
    position: relative; overflow: hidden;
}
.cta-bg-shape {
    position: absolute; border-radius: 50%;
    background: rgba(255,255,255,0.06); pointer-events: none;
}
.cta-shape-1 { width: 420px; height: 420px; top: -120px; inset-inline-start: -100px; }
.cta-shape-2 { width: 300px; height: 300px; bottom: -80px; inset-inline-end: -80px; }

.cta-icon-wrap {
    width: 70px; height: 70px; border-radius: 18px;
    background: rgba(255,255,255,0.15); display: flex;
    align-items: center; justify-content: center;
    font-size: 2rem; color: #fff; margin: 0 auto 24px;
    border: 1px solid rgba(255,255,255,0.25);
}
.cta-title { font-size: 2.3rem; font-weight: 900; color: #fff; margin-bottom: 14px; }
.cta-sub   { font-size: 1.1rem; color: rgba(255,255,255,0.82); margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; }
.btn-cta {
    font-family: inherit; font-size: 1rem; font-weight: 800;
    padding: 14px 36px; border-radius: 11px; cursor: pointer;
    background: #fff; color: var(--accent); border: none;
    box-shadow: 0 8px 28px rgba(0,0,0,0.18); transition: all .2s;
    display: inline-flex; align-items: center; text-decoration: none;
}
.btn-cta:hover { transform: translateY(-2px); opacity: 0.95; color: #fff; }

/* ─────────────────────────────────────────────
   FOOTER
───────────────────────────────────────────── */
.site-footer { padding: 56px 0 0; border-top: 1px solid var(--border); background: var(--bg2); }
.footer-brand-name { font-weight: 900; font-size: 1rem; color: var(--text); }
.footer-desc { font-size: 0.9rem; color: var(--muted); line-height: 1.75; margin-top: 10px; }
.footer-col-title { font-size: 0.95rem; font-weight: 800; color: var(--text); margin-bottom: 14px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.footer-links li, .footer-links a { font-size: 0.88rem; color: var(--muted); transition: color .18s; }
.footer-links a:hover { color: var(--accent); }
.footer-contact-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-contact-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 0.88rem; color: var(--muted); margin-top:10px }
.footer-contact-list i { color: var(--accent); margin-top: 3px; min-width: 14px; }
.footer-contact-list a { color: var(--muted); transition: color .18s; }
.footer-contact-list a:hover { color: var(--accent); }
.footer-bottom {
    display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
    font-size: 0.85rem; color: var(--muted2);
    border-top: 1px solid var(--border);
    padding: 20px 0; margin-top: 40px;
}
.footer-tagline { text-align: end; }


.dark-footer {
    --bg2: #111827;
    --text: #f9fafb;
    --muted: #9ca3af;
    --muted2: #6b7280;
    --border: #1f2937;
}

.dark-footer .footer-links a:hover,
.dark-footer .footer-contact-list a:hover {
    color: var(--accent);
}

.dark-footer .footer-contact-list i {
    color: var(--accent);
}

.dark-footer .footer-bottom {
    border-top: 1px solid var(--border);
}

/*.footer-brand__socials {*/
/*    display: flex;*/
/*    gap: 10px;*/
/*   !* justify-content: flex-end;*!*/
/*}*/
/*.footer-brand__social-link {*/
/*    width: 40px; height: 40px;*/
/*    border-radius: 10px;*/
/*    border: 1px solid rgba(255,255,255,.12);*/
/*    display: flex; align-items: center; justify-content: center;*/
/*    color: #aaa;*/
/*    text-decoration: none;*/
/*    transition: border-color .2s, color .2s;*/
/*}*/
/*.footer-brand__social-link:hover {*/
/*    border-color: var(--accent);*/
/*    color: var(--accent);*/
/*}*/
/*.footer-brand__social-link svg { width: 18px; height: 18px; }*/

.footer-brand__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-brand__social-link {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    text-decoration: none;
    font-size: 15px;           /* Font Awesome icon size */
    transition: border-color .25s ease, color .25s ease, background .25s ease, transform .2s ease;
    position: relative;
    overflow: hidden;
}

.footer-brand__social-link::before {
    content: '';
    position: absolute;
    inset: 0;
    background: currentColor;
    opacity: 0;
    transition: opacity .25s ease;
    border-radius: inherit;
}

/* Each platform gets its own brand colour on hover */
.footer-brand__social-link[data-social="instagram"]:hover  { color: var(--social-instagram); border-color: var(--social-instagram); }
.footer-brand__social-link[data-social="linkedin"]:hover   { color: var(--social-linkedin);  border-color: var(--social-linkedin);  }
.footer-brand__social-link[data-social="twitter"]:hover    { color: var(--social-twitter);   border-color: var(--social-twitter);   }
.footer-brand__social-link[data-social="facebook"]:hover   { color: var(--social-facebook);  border-color: var(--social-facebook);  }
.footer-brand__social-link[data-social="youtube"]:hover    { color: var(--social-youtube);   border-color: var(--social-youtube);   }
.footer-brand__social-link[data-social="tiktok"]:hover     { color: var(--social-tiktok);    border-color: var(--social-tiktok);    }
.footer-brand__social-link[data-social="snapchat"]:hover   { color: var(--social-snapchat);  border-color: var(--social-snapchat);  }

.footer-brand__social-link:hover {
    transform: translateY(-3px);
}

.footer-brand__social-link i {
    position: relative; /* sits above ::before overlay */
    z-index: 1;
    line-height: 1;
}

/* ─────────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────────── */
@media (max-width: 992px) {
    .stats-inner { grid-template-columns: repeat(2, 1fr); }
    .stat-item:nth-child(2) { border-inline-end: none; }
    .stat-item:nth-child(1),
    .stat-item:nth-child(2) { border-bottom: 1px solid var(--border); }
}

@media (max-width: 768px) {
    body { font-size: 16px; }
    .section-pad { padding: 52px 0; }
    .hero-section { padding: 52px 0 40px; }
    .hero-title { font-size: 2.1rem; }
    .stats-inner { grid-template-columns: repeat(2, 1fr); }
    .cta-title { font-size: 1.7rem; }
    .footer-bottom { flex-direction: column; align-items: center; text-align: center; }
    .footer-tagline { text-align: center; }
    .process-line { display: none; }
}

@media (max-width: 480px) {
    .stats-inner { grid-template-columns: 1fr 1fr; }
    .hero-btns { flex-direction: column; }
    .btn-hero-primary, .btn-hero-ghost { text-align: center; justify-content: center; }
}


.svc-bottom-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 6px;
    width: 0%;
    background: linear-gradient(90deg, #4f46e5, #2563eb);
    transition: width .7s ease;
}
.svc-card-wrap:hover .svc-bottom-bar {
     width: 100%;
 }

.why-bottom-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6px;
    background: linear-gradient(to right, #6366f1, #22d3ee);
    width: 0;
    transition: width 700ms ease-out;
}
.why-card:hover .why-bottom-bar {
     width: 100%;
 }


