*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg: #061333;
    --navy: #23469d;
    --navy-dk: #182f72;
    --navy-lt: #2e58c5;
    --orange: #ff9a04;
    --gold: #ff9a04;
    --gold-lt: #ffb740;
    --gold-dk: #cc7a00;
    --nav-h: 68px;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
    --txt: #f4f6ff;
    --muted: rgba(244, 246, 255, 0.55);
    --radius: 20px;
    --white: #ffffff;
}
body {
    padding-top: calc(45px + var(--nav-h));
}
.typing-text {
    color: var(--gold);
}

.cursor {
    display: inline-block;
    width: 3px;
    margin-left: 4px;
    background: var(--gold);
    animation: blink 0.7s infinite;
}
@keyframes blink {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
.about-section p {
    text-align: justify;
}
.founder-msg {
    margin: 25px 0px 0px 100px !important;
}
.founder-name p {
    font-size: 18px !important;
}
.footer-section .address-title {
    color: var(--gold);
    font-size: 18px;
}
.footer-section .contact-title {
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 30px;
}
.contact-section .contact-title {
    color: var(--dark-color);
    font-weight: 700;
    margin-bottom: 30px;
}
.testi-section .google-img {
    width: 40px;
}
.banner {
    background: var(--bg);
}
.banner {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background-color: #0b1837;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 60px 60px;
}
.header-logo {
    width: 250px;
    max-width: 72% !important;
    /* height: 100px; */
}
.footer-logo {
    width: 310px;
    max-width: 85% !important;

    /* height: 60px; */
}
.social-sec {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.footer-top {
    padding: 20px 0px 0px !important;
}
.live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 10px var(--gold);
    animation: blink 1.8s ease-in-out infinite;
}
@keyframes blink {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
}

.banner .info {
    position: relative;
    z-index: 20;
    /* width: 52%; */
    padding: 4rem 3rem 5rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    flex-shrink: 0;
}

.banner .info-name {
    font-size: 44px;
    font-weight: 700;
    line-height: 60px;
    color: var(--txt);
    margin: 0.8rem 0 0.3rem;
    opacity: 0;
    animation: slideIn 0.7s 0.4s forwards;
}
.banner .info-name em {
    font-style: normal;
    color: var(--gold);
}

.banner .info-role {
    font-size: clamp(0.7rem, 1.2vw, 0.9rem);
    color: var(--white-color);
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0;
    animation: slideIn 0.7s 0.6s forwards;
    margin-top: 20px;
}

/* .info-divider {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin: 1.6rem 0;
    opacity: 0;
    animation: slideIn 0.7s 0.75s forwards;
}
.info-divider::before {
    content: "";
    flex: 0 0 48px;
    height: 2px;
    background: var(--gold);
}
.info-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(255, 154, 4, 0.15);
} */

.banner .info-desc {
    font-size: clamp(0.82rem, 1.2vw, 1rem);
    color: var(--white-color);
    line-height: 1.8;
    font-weight: 300;
    opacity: 0;
    animation: slideIn 0.7s 0.9s forwards;
}

.banner .info-stats {
    display: flex;
    gap: 1.2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
    opacity: 0;
    animation: slideIn 0.7s 1.05s forwards;
}
.stat {
    display: flex;
    flex-direction: column;
    background: rgba(255, 154, 4, 0.08);
    border: 1px solid rgba(255, 154, 4, 0.2);
    border-radius: 10px;
    padding: 0.7rem 1.2rem;
    min-width: 90px;
    transition:
        background 0.2s,
        border-color 0.2s;
}
.stat:hover {
    background: rgba(255, 154, 4, 0.14);
    border-color: rgba(255, 154, 4, 0.45);
}
.stat-num {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
}
.stat-lbl {
    font-size: 0.62rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 0.25rem;
}

/* CTA */
.banner .info-cta {
    display: flex;
    gap: 1rem;
    margin-top: 2.2rem;
    opacity: 0;
    animation: slideIn 0.7s 1.2s forwards;
    flex-wrap: wrap;
}
.btn {
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.75rem 1.8rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.25s;
    border: none;
    font-weight: 400;
}
.btn-primary {
    background: var(--gold);
    color: #111;
    /* box-shadow: 0 4px 20px rgba(255, 154, 4, 0.35); */
}
.btn-primary:hover {
    background: var(--gold-lt);
    transform: translateY(-2px);
}
.btn-outline {
    background: transparent;
    color: var(--txt);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn-outline:hover {
    border-color: rgba(255, 154, 4, 0.6);
    color: var(--gold);
    transform: translateY(-2px);
}

.banner .info-dots {
    display: flex;
    gap: 0.5rem;
    margin-top: 2rem;
    opacity: 0;
    animation: slideIn 0.7s 1.35s forwards;
}
.banner .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition:
        background 0.3s,
        transform 0.3s,
        box-shadow 0.3s,
        width 0.3s;
}
.banner .dot.active {
    background: var(--gold);
    /* box-shadow: 0 0 10px var(--gold); */
    width: 24px;
    border-radius: 4px;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-24px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.banner .stage {
    position: relative;
    flex: 1;
    height: 100vh;
    perspective: 1100px;
    margin-left: -100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 30px 0px;
}
.banner .carousel {
    position: relative;
    width: clamp(220px, 22vw, 300px);
    height: clamp(240px, 28vw, 340px);
    transform-style: preserve-3d;
    cursor: grab;
    transform: rotateY(0deg);
}
.banner .carousel:active {
    cursor: grabbing;
}

.banner .card {
    position: absolute;
    inset: 0;
    border-radius: var(--radius);
    backface-visibility: hidden;
    overflow: hidden;
    border: 1px solid rgba(255, 154, 4, 0.18);
    transform-style: preserve-3d;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    transition: border-color 0.3s;
}
.banner .card:hover {
    border-color: rgba(255, 154, 4, 0.5);
}

.banner .card:nth-child(1) {
    transform: rotateY(0deg) translateZ(clamp(260px, 27vw, 360px));
}
.banner .card:nth-child(2) {
    transform: rotateY(72deg) translateZ(clamp(260px, 27vw, 360px));
}
.banner .card:nth-child(3) {
    transform: rotateY(144deg) translateZ(clamp(260px, 27vw, 360px));
}
.banner .card:nth-child(4) {
    transform: rotateY(216deg) translateZ(clamp(260px, 27vw, 360px));
}
.banner .card:nth-child(5) {
    transform: rotateY(288deg) translateZ(clamp(260px, 27vw, 360px));
}

.banner .card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
}
.banner .card:hover .card-bg {
    transform: scale(1.05);
}

.banner .card:nth-child(1) .card-bg {
    background-image: url("../img/home-slider-1.webp");
}
.banner .card:nth-child(2) .card-bg {
    background-image: url("../img/home-slider-2.webp");
}
.banner .card:nth-child(3) .card-bg {
    background-image: url("../img/home-slider-3.webp");
}
.banner .card:nth-child(4) .card-bg {
    background-image: url("../img/home-slider-4.webp");
}
.banner .card:nth-child(5) .card-bg {
    background-image: url("../img/img-3.jpg");
}

.banner .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        170deg,
        rgba(24, 47, 114, 0.55) 0%,
        rgba(24, 47, 114, 0.25) 40%,
        rgba(10, 18, 50, 0.85) 80%,
        rgba(10, 18, 50, 0.95) 100%
    );
}

.banner .card-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 28px 28px;
}

.banner .card-num {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 0.58rem;
    letter-spacing: 0.2em;
    color: rgba(255, 154, 4, 0.5);
    z-index: 2;
}

.banner .card-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.4rem 1.3rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
}
.banner .card-label-tag {
    font-size: 0.56rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--gold);
}
.banner .card-label-title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 1.25;
}

.banner .card-line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    z-index: 3;
}

.banner .ground {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(280px, 30vw, 380px);
    height: 70px;
    background: radial-gradient(
        ellipse 80% 100% at 50% 0%,
        rgba(255, 154, 4, 0.12),
        transparent
    );
    filter: blur(8px);
    pointer-events: none;
}

.banner .arrow {
    position: absolute;
    bottom: 2rem;
    z-index: 40;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 154, 4, 0.25);
    color: var(--txt);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.1rem;
    transition:
        background 0.2s,
        border-color 0.2s,
        box-shadow 0.2s,
        transform 0.2s;
    user-select: none;
}
.banner .arrow:hover {
    background: rgba(255, 154, 4, 0.15);
    border-color: var(--gold);
    box-shadow: 0 0 16px rgba(255, 154, 4, 0.4);
    transform: scale(1.1);
}
.banner .arrow.left {
    right: calc(50% + 28px);
}
.banner .arrow.right {
    right: calc(50% - 68px);
}
.footer-widget h6 {
    color: var(--white);
    margin-bottom: 0px !important;
    font-size: 16px !important;
    /* margin-left: 22px !important; */
}
/* .branch-add{
    max-width: 160px;
} */
/* ----------------------------- */
.navbar {
    position: relative;
    z-index: 1000;
    height: var(--nav-h);
    background-color: var(--white);
    color: #000;
    display: flex;
    align-items: center;
    padding: 0 50px;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
}
.header-top {
    display: block;
}
.navbar.scrolled {
    background-color: var(--white);
}
.navbar.anim-done {
    overflow: visible;
}

.nav-inner {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    height: 100%;
}

/* ── LOGO ───────────────────────────────── */
.logo {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    flex-shrink: 0;
    opacity: 0;
    animation: logoIn 0.5s var(--ease) 1.15s forwards;
    z-index: 2;
}
.logo-icon {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
}
.logo-icon img {
    width: 100%;
    height: 100%;
}
.logo-text {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.3px;
    color: var(--text);
}
@keyframes logoIn {
    from {
        opacity: 0;
        transform: translateX(12px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ── NAV LINKS (centre group) ───────────── */
.nav-links {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 2px;
    z-index: 2;
}

/* each link item — wraps anchor + dropdown */
.nav-item {
    position: relative;
}

.nav-links a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding: 4px 20px;
    border-radius: 999px;
    white-space: nowrap;
    transition:
        color 0.2s,
        background 0.2s;
}
.nav-links a:hover {
    color: var(--orange);
    /* background: rgba(0, 0, 0, 0.04); */
}

/* Active teal pill */
.nav-links a.active {
    background: var(--bg);
    color: var(--white) !important;
    font-weight: 600;
}
.nav-links a.active:hover {
    color: var(--orange) !important;
}
.hover-dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #fff;
    border: 1px solid #e8eaf0;
    border-radius: 14px;
    padding: 20px;
    min-width: 440px;
    z-index: 200;
    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        visibility 0.2s;
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.11);
}

.nav-item:hover .hover-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0px);
}

/* Cards grid inside hover-dropdown */
/* .hover-dropdown-grid {
      display: flex;
    } */

.hover-dropdown .card {
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.hover-dropdown .card-img {
    width: 100%;
    height: 125px;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.2s;
}
.hover-dropdown .card-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.hover-dropdown .card:hover .card-img {
    transform: scale(1.03);
}

.hover-dropdown .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hover-dropdown .card-btn {
    width: 100%;
    padding: 10px 16px;
    background: var(--bg);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition:
        background 0.18s,
        transform 0.12s;
}

.hover-dropdown .card-btn:hover {
    background: var(--gold);
    transform: translateY(-1px);
}
.hover-dropdown .card-btn:active {
    transform: translateY(0);
}
/* Dropdown chevron */
.nav-links a.has-drop {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-right: 12px;
}
.nav-links a.has-drop .chev {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    transition: transform 0.25s var(--ease);
}
.nav-links a:hover .chev {
    transform: rotate(180deg);
    opacity: 1;
}

/* ── HOME pill — starts dead-center via JS positioning ── */
#homePill {
    /* starts absolutely centered over the whole navbar, via JS */
    position: absolute;
    background: var(--bg);
    color: var(--white) !important;
    font-weight: 600;
    border-radius: 999px;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    z-index: 10;
    /* transitions for morphing */
    transition:
        background 0.4s var(--ease),
        color 0.4s var(--ease),
        font-weight 0.3s;
    /* initially hidden so no flash before JS positions it */
    opacity: 0;
}
#homePill.visible {
    opacity: 1;
}
#homePill.morphed {
    /* after sliding into place, morph to look like a normal active link */
    background: var(--bg);
    color: var(--white) !important;
}
#homePill,
.nav-home-real {
    padding: 7px 16px; /* ✅ SAME VALUE */
}
#homePill.gone {
    display: none;
}

/* The real Home anchor inside nav-links — hidden until pill is gone */
.nav-home-real {
    opacity: 0 !important;
    display: inline-block;
    /* pointer-events: none; */
}
.nav-home-real.visible {
    opacity: 1 !important;
    /* pointer-events: auto; */
}

/* Other links hidden until stagger */
.nav-links .nav-item:not(#homeItem) {
    opacity: 0;
    transform: translateY(-7px);
    /* pointer-events: none; */
}
.nav-links .nav-item.link-show {
    animation: linkIn 0.38s var(--ease) forwards;
}
@keyframes linkIn {
    to {
        opacity: 1;
        transform: translateY(0);
        /* pointer-events: auto; */
    }
}

/* ════════════════════════════════════════
       DROPDOWN MENUS
    ════════════════════════════════════════ */
.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease;
    background-color: var(--white);
    color: #000;
}
/* .nav-item.open .dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
} */
.nav-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* .nav-item:hover > a.has-drop .chev {
    transform: rotate(180deg);
    opacity: 1;
} */
/* dropdown section header */
.drop-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--gold);
    padding: 8px 12px 4px;
    display: block;
}

.dropdown a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    border-radius: 9px;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--text);
    text-decoration: none;
    background: transparent;
    transition:
        background 0.18s,
        color 0.18s;
    border-radius: 9px !important;
}
.dropdown a:hover {
    background: rgba(43, 191, 175, 0.08);
    color: var(--gold-dk);
}
.dropdown a .drop-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(43, 191, 175, 0.1);
    flex-shrink: 0;
    display: grid;
    place-items: center;
}
.dropdown a .drop-icon svg {
    width: 16px;
    height: 16px;
}
.dropdown a .drop-desc {
    font-size: 11.5px;
    color: var(--gray);
    margin-top: 1px;
}
.drop-item-text {
    display: flex;
    flex-direction: column;
}

.drop-divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.06);
    margin: 6px 8px;
}

/* ── RIGHT SIDE ─────────────────────────── */
.nav-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    z-index: 2;
}

.refill-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0;
    animation: fadeIn 0.4s var(--ease) 1.2s forwards;
}
.refill-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--gray);
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* CTA — starts dead-center (absolute), JS slides it right, then locks static */
#ctaBtn {
    display: flex;
    align-items: center;
    gap: 0;
    background: var(--gold);
    color: var(--white);
    font-size: 13.5px;
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    padding: 7px 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
#ctaBtn.locked {
    position: static !important;
    transform: none !important;
    left: auto !important;
    padding: 7px 8px 7px 18px;
    gap: 10px;
    overflow: visible;
}
.cta-text {
    /* max-width: 0;
    overflow: hidden;
    opacity: 0;
    white-space: nowrap;
    transition:
        max-width 0.42s var(--ease),
        opacity 0.3s ease; */
}
#ctaBtn.locked .cta-text {
    max-width: 170px;
    opacity: 1;
}
.cta-arrow {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}
.cta-arrow svg {
    width: 14px;
    height: 14px;
}

/* ════════════════════════════════════════
       MOBILE
    ════════════════════════════════════════ */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 6px;
    margin-left: auto;
    background: none;
    border: none;
    z-index: 2;
}
.hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--dark-color);
    border-radius: 2px;
    transition:
        transform 0.3s,
        opacity 0.3s;
}
.hamburger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
    opacity: 0;
}
.hamburger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile drawer */
.mobile-menu {
    position: fixed;
    top: var(--nav-h);
    left: 0;
    right: 0;
    background: var(--white);
    padding: 16px 24px 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.09);
    flex-direction: column;
    z-index: 999;
    opacity: 0;
    transform: translateY(-8px);
    transition:
        opacity 0.28s var(--ease),
        transform 0.28s var(--ease);
    max-height: calc(100vh - var(--nav-h));
    overflow-y: auto;
    visibility: hidden;
}
.mobile-menu.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* top-level row */
.mob-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mob-item:last-child {
    border-bottom: none;
}

.mob-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: var(--dark-color);
    padding: 13px 4px;
    transition: color 0.2s;
}
.mob-link:hover {
    color: var(--dark-color);
}
.mob-link.active {
    color: var(--gold);
    font-weight: 600;
}
.mob-chev {
    width: 16px;
    height: 16px;
    opacity: 0.8;
    transition:
        transform 0.25s var(--ease),
        opacity 0.2s;
}
.mob-item.open .mob-chev {
    transform: rotate(180deg);
    opacity: 0.8;
}

/* mobile sub-items */
.mob-sub {
    display: none;
    flex-direction: column;
    padding: 4px 0 10px 8px;
    gap: 2px;
}
.mob-item.open .mob-sub {
    display: flex;
}
.mob-sub a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--dark-color);
    padding: 9px 12px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    gap: 9px;
    transition:
        background 0.18s,
        color 0.18s;
}
.mob-sub a:hover {
    background: rgba(43, 191, 175, 0.08);
    color: var(--gold-dk);
}
.mob-sub .s-icon {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    background: rgba(43, 191, 175, 0.1);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}
.mob-sub .s-icon svg {
    width: 14px;
    height: 14px;
}

/* mobile CTA */
.mob-cta-wrap {
    padding: 18px 0 4px;
}
.mob-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--gold);
    color: var(--white);
    text-decoration: none;
    width: 260px;
    margin: 0 auto;
    padding: 8px 20px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
}
.mob-cta-arrow {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    display: grid;
    place-items: center;
}
.mob-cta-arrow svg {
    width: 13px;
    height: 13px;
}

/* ════════════════════════════════════════
       RESPONSIVE
    ════════════════════════════════════════ */
@media (max-width: 880px) {
    .nav-links {
        display: none !important;
    }
    .refill-wrap {
        display: none;
    }
    .navbar #ctaBtn {
        display: none !important;
    }

    #homePill {
        display: none !important;
    }
    .hamburger {
        display: flex;
    }
    /* .mobile-menu {
        display: flex;
    } */
}
@media (max-width: 480px) {
    .navbar {
        padding: 0 18px;
    }
    .hero {
        padding: 0 22px 40px;
    }
}
.arrow.left,
.arrow.right {
    display: none !important;
}
.btn-12,
.btn-12 *,
.btn-12 :after,
.btn-12 :before,
.btn-12:after,
.btn-12:before {
    border: 0 solid;
    box-sizing: border-box;
}

.btn-12 {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: button;
    background-color: #061333;
    background-image: none;
    color: #fff;
    cursor: pointer;
    font-size: 100%;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    -webkit-mask-image: -webkit-radial-gradient(#061333, #fff);
    padding: 0;
    /* text-transform: uppercase; */
}

.btn-12:disabled {
    cursor: default;
}

.btn-12:-moz-focusring {
    outline: auto;
}

.btn-12 svg {
    display: block;
    vertical-align: middle;
}

.btn-12 [hidden] {
    display: none;
}

.btn-12 {
    border-radius: 99rem;
    border-width: 2px;
    overflow: hidden;
    padding: 0.8rem 3rem;
    position: relative;
}

.btn-12 span {
    mix-blend-mode: difference;
}

.btn-12:after,
.btn-12:before {
    background: linear-gradient(
        90deg,
        #fff 25%,
        transparent 0,
        transparent 50%,
        #fff 0,
        #fff 75%,
        transparent 0
    );
    content: "";
    inset: 0;
    position: absolute;
    transform: translateY(var(--progress, 100%));
    transition: transform 0.2s ease;
}

.btn-12:after {
    --progress: -100%;
    background: linear-gradient(
        90deg,
        transparent 0,
        transparent 25%,
        #fff 0,
        #fff 50%,
        transparent 0,
        transparent 75%,
        #fff 0
    );
    z-index: -1;
}

.btn-12:hover:after,
.btn-12:hover:before {
    --progress: 0;
}
.home-serv {
    width: 280px;
    height: 160px;
}
.contact-section {
    /* margin-bottom: 60px; */
}
.appointment-form h2 {
    font-size: 32px !important;
}
/* ------------------------ */
.globe-sec .stats-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 20px 20px;
}

.globe-sec .globe-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.globe-sec .globe-bg-tiled {
    width: 100%;
    height: 100%;
    background-image: url("../img/globe-1.webp");
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center;
    opacity: 0.5;
    animation: rotateGlobeSeamless 60s linear infinite;
    will-change: transform;
}

@keyframes rotateGlobeSeamless {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

/* --- Content Styling --- */
.globe-sec .content-wrapper {
    position: relative;
    z-index: 2; /* Sits above the globe */
    max-width: 1200px;
    width: 100%;
    text-align: center;
}

.globe-sec .main-heading {
    font-size: 3rem;
    font-weight: 800;
    color: #2d2d2d;
    margin-bottom: 70px;
    line-height: 1.2;
}

/* --- Counter Grid --- */
.globe-sec .counter-grid {
    /* display: flex; */
    justify-content: space-around;
    /* flex-wrap: wrap; */
    /* gap: 40px; */
    margin-top: 40px;
}

.globe-sec .stat-item {
    /* flex: 1;
    min-width: 250px; */
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.globe-sec .stat-item .icon {
    font-size: 50px;
    color: var(--dark-color);
    font-weight: 600;
    margin-bottom: 15px !important;
    /* max-width: 220px; */
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
}
.globe-sec .number,
.globe-sec .symbol {
    font-size: 42px;
    font-weight: 600;
    color: var(--dark-color);
    line-height: 1;
}

.globe-sec .symbol {
    margin-left: -5px; /* Tighter spacing */
}

.globe-sec .stat-desc {
    font-size: 1.2rem;
    color: var(--bg);
    margin-top: 15px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}
.popup-overlay .row,
footer .row {
    margin-left: 0;
    margin-right: 0;
}
/* --- Responsiveness --- */
@media (max-width: 768px) {
    .globe-sec .main-heading {
        font-size: 2.2rem;
    }
    .globe-sec .number,
    .globe-sec .symbol {
        font-size: 30px;
    }
    .globe-sec .counter-grid {
        /* flex-direction: column; */
        align-items: center;
    }
    .circle-home {
        display: none !important;
    }
}
.border-bottom-none {
    border-bottom: none !important;
}
/* ------------------ */
.staff-serv-img img {
    max-width: 100% !important;
}
.payroll-serv-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.project-section img {
    max-width: 100% !important;
}
.project-section .sec-title {
    color: var(--white-color);
}
.project-section .sub-title {
    color: var(--gold);
}
.payroll-serv-img img {
    max-width: 100% !important;
    width: 900px !important;
    transition: all 1s ease;
}
.payroll-consultant .payroll-serv-img img {
    max-width: 100% !important;
    width: 500px !important;
    transition: all 1s ease;
}
.choose-section {
    /* margin: 60px 0px; */
}
.choose-content-wrapper .why-choose-img {
    max-width: 100% !important;
}
.modules-sec .choose-left img {
    max-width: 100% !important;
}
.choose-right .title-box:not(:first-child) {
    margin-top: 30px !important;
}

.choose-right .title-box:not(:last-child) {
    margin-bottom: 30px !important;
}
.choose-section .border {
    position: relative;
    border-bottom: 1px solid #cbd0dd !important;
}
.choose-left-img {
    max-width: 100% !important;
    height: 700px !important;
    object-fit: cover;
}
.choose-section .p-bottom-right img {
    max-width: 100% !important;
}
.choose-section .choose-img-sec img {
    max-width: 100% !important;
    border-radius: 12px;
    height: 400px;
    object-fit: cover;
}
.white-box-shadow {
    background-color: #fff !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}
.feature-section .feature-single-box .desc {
    color: #000;
    margin-top: 4px;
}
.feature-single-box:hover .desc {
    color: #fff;
}
.payroll-serv-img img:hover,
.payroll-consultant .payroll-serv-img img:hover {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
    /* transform: rotate(360deg); */
}
.testi-section {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    /* max-width: 1200px; */
    padding: 40px 40px 0px;
    /* margin: 60px 0px; */
}

/* ── Header ── */
.testi-section .section-header {
    text-align: center;
    margin-bottom: 70px;
}

.testi-section .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 500;
    margin-bottom: 20px;
}
.testi-section .eyebrow::before,
.testi-section .eyebrow::after {
    content: "";
    width: 28px;
    height: 1px;
    background: var(--gold);
    opacity: 0.6;
}

.testi-section h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
}
.testi-section h2 em {
    font-style: italic;
    color: var(--gold);
}

.testi-section .subtitle {
    margin-top: 16px;
    font-size: 1rem;
    color: #fff;
    max-width: 480px;
    margin-inline: auto;
    line-height: 1.7;
}

/* ── Swiper Wrapper ── */
.testi-section .swiper-outer {
    position: relative;
    padding: 10px 0 60px;
}

.testi-section .swiper {
    overflow: visible !important;
}
.testi-section .swiper-wrapper {
    align-items: stretch;
}

/* ── Card ── */
.testi-section {
    background: #061333;
}
.testi-section .testimonial-card {
    background: #061333;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    padding: 40px 30px 30px;
    height: 400px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    overflow: hidden;
    transition:
        transform 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
    cursor: pointer;
}
.testi-section .swiper-wrapper {
    height: 70% !important;
}
.testi-section .testimonial-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: radial-gradient(
        circle at 0% 0%,
        rgba(200, 169, 110, 0.06),
        transparent 60%
    );
    opacity: 0;
    transition: opacity 0.4s;
}
.testi-section .swiper-slide-active .testimonial-card {
    border-color: rgba(200, 169, 110, 0.3);
    box-shadow:
        0 0 50px rgb(174 132 53 / 0%),
        0 20px 60px rgba(0, 0, 0, 0.4);
}
.testi-section .swiper-slide-active .testimonial-card::before {
    opacity: 1;
}

/* Decorative quote mark */
.testi-section .quote-mark {
    font-size: 8rem;
    line-height: 0.6;
    color: grey;
    opacity: 0.5;
    position: absolute;
    top: 28px;
    right: 32px;
    pointer-events: none;
    user-select: none;
    font-style: italic;
}

/* Rating */
.testi-section .rating {
    display: flex;
    gap: 4px;
}
.testi-section .rating i {
    color: #ff9a04;
}
.testi-section .star {
    width: 14px;
    height: 14px;
    color: #c8a96e;
}
.testi-section .star svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

/* Quote text */
.testi-section .quote-text {
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(240, 238, 232, 0.88);
    flex: 1;
}

/* Tag */
.testi-section .tag {
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    background: rgba(124, 107, 240, 0.15);
    color: #a89ff5;
    border: 1px solid rgba(124, 107, 240, 0.25);
    padding: 4px 12px;
    border-radius: 100px;
    font-weight: 500;
}

/* Author */
.testi-section .author {
    display: flex;
    align-items: center;
    /* gap: 16px; */
    margin-top: auto;
}
.testi-section .avatar-wrap {
    position: relative;
    /* flex-shrink: 0; */
    width: 70px;
    height: 80px;
}
.testi-section .avatar {
    width: 80px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    /* border: 2px solid rgba(255, 255, 255, 0.07); */
}
.testi-section .avatar-ring {
    position: absolute;
    /* inset: -4px; */
    border-radius: 50%;
    /* border: 1.5px solid #c8a96e; */
    opacity: 0;
    transition: opacity 0.4s;
}
.testi-section .swiper-slide-active .avatar-ring {
    opacity: 0.6;
}

.testi-section .author-info {
    /* flex: 1;
     margin-top: 4px; */
}
.testi-section .author-name {
    font-size: 0.95rem;
    font-weight: 500;
    color: #f0eee8;
}
.testi-section .author-role {
    font-size: 0.8rem;
    color: #7a7a8a;
    /* margin-top: 2px; */
}

/* ── Divider ── */
.testi-section .divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.07);
    margin: 4px 0;
}

/* ── Company Logo ── */
.testi-section .company-logo {
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #7a7a8a;
    font-weight: 500;
    opacity: 0.7;
}

/* ── Navigation ── */
.testi-section .swiper-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 70px;
}
.testi-section .nav-btn {
    width: 52px;
    height: 48px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.07);
    color: #7a7a8a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    outline: none;
}
.testi-section .nav-btn:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(200, 169, 110, 0.08);
}
.testi-section .nav-btn svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
}

/* Pagination */
.testi-section .swiper-pagination-custom {
    display: flex;
    align-items: center;
    gap: 6px;
}
.testi-section .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background: #7a7a8a;
    opacity: 0.4;
    transition: all 0.3s ease;
    cursor: pointer;
}
.testi-section .swiper-pagination-bullet-active {
    width: 24px;
    background: var(--gold);
    opacity: 1;
}

/* ── Featured Quote ── */

/* ── Responsive ── */
@media (max-width: 768px) {
    .testi-section {
        padding: 60px 20px;
    }

    .testi-section .testimonial-card {
        padding: 28px;
    }
}

/* ── Entry animation ── */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.testi-section .section-header {
    animation: fadeUp 0.7s ease both;
}

.testi-section .swiper-outer {
    animation: fadeUp 0.7s 0.35s ease both;
}
.bg-grid {
    position: fixed;
    inset: 0;
    z-index: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(
        ellipse 80% 80% at 50% 50%,
        black 40%,
        transparent 100%
    );
}
.bg-orb {
    position: fixed;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
    pointer-events: none;
}
.bg-orb-1 {
    width: 500px;
    height: 500px;
    background: rgba(124, 107, 240, 0.12);
    top: -100px;
    right: -100px;
}
.bg-orb-2 {
    width: 400px;
    height: 400px;
    background: rgba(200, 169, 110, 0.1);
    bottom: -50px;
    left: -80px;
}
.animated-bg-section {
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

.bg-loader {
    position: absolute;
    /* inset: 0; */
    right: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.08; /* very important for background effect */
    z-index: 0;
}

.about-content-wrapper {
    position: relative;
    z-index: 2;
}
.loader-square {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    margin: 2px;
    border-radius: 0px;
    background: white;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    animation: square-animation 10s ease-in-out infinite both;
    background: #5f89af;
    animation: square-animation 6s ease-in-out infinite both;
}
.loader-square:nth-of-type(0) {
    animation-delay: 0s;
}

.loader-square:nth-of-type(1) {
    animation-delay: -1.4285714286s;
}

.loader-square:nth-of-type(2) {
    animation-delay: -2.8571428571s;
}

.loader-square:nth-of-type(3) {
    animation-delay: -4.2857142857s;
}

.loader-square:nth-of-type(4) {
    animation-delay: -5.7142857143s;
}

.loader-square:nth-of-type(5) {
    animation-delay: -7.1428571429s;
}

.loader-square:nth-of-type(6) {
    animation-delay: -8.5714285714s;
}

.loader-square:nth-of-type(7) {
    animation-delay: -10s;
}
@keyframes square-animation {
    0% {
        left: 0;
        top: 0;
    }

    10.5% {
        left: 0;
        top: 0;
    }

    12.5% {
        left: 32px;
        top: 0;
    }

    23% {
        left: 32px;
        top: 0;
    }

    25% {
        left: 64px;
        top: 0;
    }

    35.5% {
        left: 64px;
        top: 0;
    }

    37.5% {
        left: 64px;
        top: 32px;
    }

    48% {
        left: 64px;
        top: 32px;
    }

    50% {
        left: 32px;
        top: 32px;
    }

    60.5% {
        left: 32px;
        top: 32px;
    }

    62.5% {
        left: 32px;
        top: 64px;
    }

    73% {
        left: 32px;
        top: 64px;
    }

    75% {
        left: 0;
        top: 64px;
    }

    85.5% {
        left: 0;
        top: 64px;
    }

    87.5% {
        left: 0;
        top: 32px;
    }

    98% {
        left: 0;
        top: 32px;
    }

    100% {
        left: 0;
        top: 0;
    }
}
.bounce-text {
    font-size: 48px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.bounce-text .char {
    display: inline-block;
    color: #0f172a;
}

.bounce-text .space {
    display: inline-block;
    width: 0.28em;
}
/* -------------- */
.capacity-img .collage,
.capacity-img .collage-1 {
    position: relative;
    width: 400px;
}

.capacity-img .collage .img1 {
    width: 100%;
    border-radius: 20px;
    max-width: 100% !important;
    height: 400px !important;
    margin-top: -60px;
    display: block;
    object-fit: cover;
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); */
}
.quote-mark i {
    font-size: 48px;
}
.capacity-img .collage-1 .img2 {
    /* 
    border-radius: 20px;

    height: 300px !important;
    display: block;
    object-fit: cover; */
}

/* First image (base) */
/* .capacity-img.img1 {
    margin: 0;
    width: 50% !important;
} */

/* Second image (overlapping using margin) */
.capacity-img .collage-1 .img2 {
    width: 70%;
    height: 250px !important;
    max-width: 100% !important;
    border-radius: 20px;
    object-fit: cover;
    margin-top: -190px;
    display: block;
    margin-left: 295px !important;
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); */
}
.circle-home {
    position: absolute;
    right: 40px;
    top: -40px;
    width: 175px;
    z-index: 9999;
    transition: all 0.8s ease;
    animation: rotateCircle 10s linear infinite;
}
@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.brands-section {
    padding: 60px 0;
    background: #fff;
}

.brands-slider {
    overflow: hidden;
}

/* .brands-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.brands-slider img {
    /* max-width: 120px; */
    opacity: 1;
    transition: 0.3s;

    height: 100px;
    object-fit: contain;
}

.brands-slider img:hover {
    transform: scale(1.05);
}
/* .brands-slider .swiper-wrapper {
    height: 20% !important;
}
.brands-slider .swiper-slide {
  width: 150px; 
} */

.brands-slider {
    overflow: hidden;
    width: 100%;
    cursor: grab;
}

.brands-slider.dragging {
    cursor: grabbing;
}

.brands-slider .brands-track {
    display: flex;
    width: max-content;
    animation: scrollBrands 40s linear infinite;
    animation-play-state: running;
    will-change: transform;
}

/* .brands-slider .brands-track.paused {
  animation-play-state: paused;
} */

.brands-slider .brand-slide {
    width: 120px;

    margin: 0px 50px !important;
    flex-shrink: 0;
    user-select: none; /* prevent image drag ghost */
}

.brands-slider .brand-slide img {
    draggable: false;
    pointer-events: none; /* prevent image drag interference */
}

@keyframes scrollBrands {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 576px) {
    .capacity-img .collage-1 .img2 {
        display: none !important;
    }
}

.home-cta .cta-section,
.team-cta .cta-section {
    width: 100%;
    /* max-width: 1200px; */
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    /* height:250px; */
    /* 🖼️ Replace this URL with your own image */
    background-image: url(../img/cta-main.webp);
    background-size: cover;
    background-position: 20% 30%;
}
.team-cta .cta-section {
    background-image: url(../img/key-main.webp) !important;
}
/* ─── OVERLAY ─── */
.home-cta .cta-overlay,
.team-cta .cta-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(11, 24, 55, 0.75);
    border-radius: inherit;
}

/* ─── CONTENT ─── */
.home-cta .cta-content,
.team-cta .cta-content {
    position: relative;
    z-index: 2;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    /* gap: 24px; */
    padding: 60px 48px;
}

/* ─── LEFT SIDE ─── */
.home-cta .cta-left,
.team-cta .cta-left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.home-cta .cta-icon,
.team-cta .cta-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    margin-bottom: 14px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-cta .cta-icon img,
.team-cta .cta-icon img {
    max-width: 100% !important;
}
.vi-mi-icon {
    width: 60px !important;
    height: 60px !important;
    max-width: 100% !important;
    transition: all 1s ease;
}
.key-icon {
    width: 60px;
    object-fit: cover;
    margin-bottom: 10px;
    max-width: 100% !important;
    transition: all 1s ease;
}

.process-section.style-2 .process-list .process-item:hover .key-icon {
    transform: rotateY(-360deg);
}
.home-cta .cta-icon svg,
.team-cta .cta-icon svg {
    width: 22px;
    height: 22px;
}

.home-cta .cta-text,
.team-cta .cta-text {
    font-size: 24px;
    font-weight: 700;
    overflow: visible;
    opacity: 1;
    color: #ffffff;
    line-height: 40px;
    /* letter-spacing: -0.2px; */
}

/* ─── RIGHT SIDE: Button ─── */
.home-cta .cta-btn,
.team-cta .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #0b1837;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.2s ease,
        box-shadow 0.25s ease;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
    letter-spacing: 0.1px;
}

.home-cta .cta-btn:hover,
.team-cta .cta-btn:hover {
    background: #f97316;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.35);
}

.home-cta .cta-btn:hover .btn-arrow,
.team-cta .cta-btn:hover .btn-arrow {
    transform: translateX(4px);
}

.home-cta .btn-arrow,
.team-cta .btn-arrow {
    display: inline-block;
    transition: transform 0.2s ease;
    font-size: 17px;
}
.about-info p {
    color: var(--dark-color);
}
/* ─── RESPONSIVE ─── */
@media (max-width: 680px) {
    .home-cta .cta-content,
    .team-cta .cta-content {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 28px;
        gap: 28px;
    }

    .home-cta .cta-text,
    .team-cta .cta-text {
        font-size: 18px !important;
        /* max-width: 400px; */
        line-height: 34px;
    }

    .home-cta .cta-btn,
    .team-cta .cta-btn {
        width: 100%;
        justify-content: center;
    }
}
/* ----------------- */
.join-section .left-img img {
    max-width: 100% !important;
}
.faq-sec {
    padding: 60px 0px 80px;
}

.faq-sec .service-title-area {
    margin-bottom: 50px;
}
.faq-sec .faq-title {
    text-align: center;
    margin-bottom: 30px;
}

.faq-sec .faq-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    transition: 0.3s;
}

.faq-sec .faq-question {
    width: 100%;
    padding: 18px 20px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    outline: none;
    background: #f1f5f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-sec .faq-item.active .faq-question {
    background: #0b1837;
    color: #fff;
}

.faq-sec .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 20px;
    background: #fff;
}

.faq-sec .faq-answer p {
    padding: 15px 0;
    color: #555;
}

.faq-sec .icon {
    font-size: 18px;
    transition: 0.3s;
}

.faq-sec .faq-item.active .icon {
    transform: rotate(180deg);
}
.faq-sec .title-area {
    margin-bottom: 0px !important;
}
.faq-img {
    max-width: 100% !important;
    border-radius: 16px;
    object-fit: contain;
}
/* --------------- */
.logo-section {
    padding: 80px 0;
    /* background: #f9f9f9; */
}
/* Row layout */
.logo-section .logo-row {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin: 60px 0px;
}

/* Offset row (5 logos) */
.logo-section .logo-row.offset {
    margin-left: 80px; /* creates zig-zag effect */
}
.logo-section .title-area {
    margin-bottom: 60px;
}
/* Diamond box */
.logo-section .logo-item {
    width: 150px;
    height: 150px;
    background: #fff;
    transform: rotate(45deg);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e7e7e7;
    transition: 0.4s ease;
    /* box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%); */
}

/* Logo inside */
.logo-section .logo-item img {
    width: 130px;
    transform: rotate(-45deg);
    /* filter: grayscale(100%); */
    transition: 0.4s ease;
    max-width: 100% !important;
    /* height: 100% !important; */
}
.logo-section .logo-item .small-img {
    width: 94px !important;
}
/* Hover */
.logo-section .logo-item:hover {
    transform: rotate(45deg) scale(1.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
}
.blog-section {
    margin: 60px 0px 60px !important;
}

.logo-section .logo-item:hover img {
    /* filter: grayscale(0%); */
    transform: rotate(-45deg) scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
    .logo-section .logo-row {
        flex-wrap: wrap;
        margin-left: 0 !important;
    }

    .logo-section .logo-item {
        width: 100px;
        height: 100px;
    }
}
/* ------------------------ */
.achieve-sec .benefit-card {
    position: relative;
    width: 260px;
    background: #ffffff;
    border-radius: 24px;
    padding: 38px 25px 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transform-style: preserve-3d;
    transition:
        background 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease,
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, background;
}
.achieve-sec .achieve-row {
    margin: 60px 0px 60px;
}
/* ── HOVER: navy fill ── */
.achieve-sec .benefit-card:hover {
    background: #061333;
    border-color: transparent;
    box-shadow:
        0 0 0 1px rgba(249, 115, 22, 0.25),
        0 28px 64px rgba(6, 19, 51, 0.28),
        0 8px 20px rgba(249, 115, 22, 0.1);
}

/* ── SPOTLIGHT (mouse-follow glow) ── */
.achieve-sec .card-spotlight {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: radial-gradient(
        circle 160px at var(--mx, 50%) var(--my, 50%),
        rgba(249, 115, 22, 0.12) 0%,
        transparent 70%
    );
}
.achieve-sec .benefit-card:hover .card-spotlight {
    opacity: 1;
}

/* ── SHINE SWEEP ── */
.achieve-sec .card-shine {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 0;

    background: linear-gradient(
        115deg,
        transparent 40%,
        rgba(255, 255, 255, 0.15) 48%,
        rgba(255, 255, 255, 0.25) 50%,
        rgba(255, 255, 255, 0.15) 52%,
        transparent 60%
    );

    background-size: 200% 100%;
    background-position: 150% 0;
}

/* Hover animation */
.achieve-sec .benefit-card:hover .card-shine {
    animation: shine-sweep 0.8s ease forwards;
}

@keyframes shine-sweep {
    from {
        background-position: 150% 0;
    }
    to {
        background-position: -50% 0;
    }
}

/* ── BOTTOM BAR ── */
.achieve-sec .card-bottom-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #f97316, #fb923c, #f97316);
    background-size: 200% 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 0 0 24px 24px;
    z-index: 1;
}
.achieve-sec .benefit-card:hover .card-bottom-bar {
    transform: scaleX(1);
}

/* ── PARTICLE CANVAS ── */
.achieve-sec .card-canvas {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 1;
}

/* ── ICON ── */
.achieve-sec .card-icon-wrap {
    position: relative;
    z-index: 2;
    width: 68px;
    height: 68px;
    border-radius: 18px;
    /* background: #f1f5f9; */
    /* border: 1px solid #e2e8f0; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    transition:
        background 0.35s ease,
        border-color 0.35s ease,
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s ease;
}
.achieve-sec .benefit-card:hover .card-icon-wrap {
    /* background: rgba(249, 115, 22, 0.18);
        border-color: rgba(249, 115, 22, 0.4);
        transform: translateY(-5px) scale(1.07) rotateZ(-5deg);
        box-shadow: 0 14px 30px rgba(249, 115, 22, 0.22); */
}

.achieve-sec .card-icon-wrap img {
    width: 120px;
    object-fit: contain;
    max-width: 100% !important;
    /* height: 30px; */
    /* stroke: #061333;
        fill: none;
        stroke-width: 1.6;
        stroke-linecap: round;
        stroke-linejoin: round; */
    transition:
        stroke 0.3s ease,
        transform 0.3s ease;
}
.achieve-sec .benefit-card:hover .card-icon-wrap img {
    filter: brightness(0) invert(1);
    transform: scale(1.1);
}

/* ── COUNTER ── */
.achieve-sec .card-counter {
    position: relative;
    z-index: 2;
    font-size: 42px;
    font-weight: 700;
    color: #ff9a04;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: -2px;
    transition: transform 0.3s ease;
}
.achieve-sec .benefit-card:hover .card-counter {
    transform: scale(1.05);
}

/* ── TITLE ── */
.achieve-sec .card-title {
    position: relative;
    z-index: 2;
    font-size: 17px;
    font-weight: 700;
    color: #061333;
    margin-bottom: 10px;
    line-height: 1.3;
    transition: color 0.35s ease;
}
.achieve-sec .benefit-card:hover .card-title {
    color: #ffffff;
}

/* ── DIVIDER ── */
.achieve-sec .card-divider {
    position: relative;
    z-index: 2;
    width: 32px;
    height: 3px;
    background: #f97316;
    border-radius: 4px;
    margin: 0 auto 14px;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.achieve-sec .benefit-card:hover .card-divider {
    width: 58px;
}

/* ── DESC ── */
.achieve-sec .card-desc {
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 1.7;
    color: #000;
    transition:
        color 0.35s ease,
        transform 0.3s ease;
}
.achieve-sec .benefit-card:hover .card-desc {
    color: rgba(255, 255, 255, 0.68);
    transform: translateY(-2px);
}
/* ----------------------------------------- */
/* ============================= */
/* GLOBAL FIX (IMPORTANT) */
/* ============================= */
/* html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    overflow-y: auto; 
} */
body {
    overflow-x: clip; /* ✅ better than hidden */
}
.pricing-section.style-3,
.pricing-section.style-3 .container,
.pricing-section.style-3 .row,
.pricing-sectionstyle-3 .col-lg-6 {
    overflow: visible !important;
}

/* ============================= */
/* POPUP OVERLAY */
/* ============================= */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    padding: 15px;
}

/* ACTIVE */
.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* ============================= */
/* POPUP BOX */
/* ============================= */
.popup-overlay .popup-box {
    background: #fff;
    width: 100%;
    max-width: 800px;
    max-height: 95vh;
    border-radius: 10px;
    overflow: hidden;
    position: relative;

    transform: scale(0.9);
    transition: 0.3s ease;
}

.popup-overlay.active .popup-box {
    transform: scale(1);
}

/* FIX BOOTSTRAP ROW OVERFLOW */
.popup-overlay .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* SCROLL INSIDE */
.popup-overlay .popup-box .row {
    max-height: 95vh;
    /* overflow-y: auto; */
}

/* ============================= */
/* LEFT PANEL */
/* ============================= */
.popup-overlay .left-panel img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.contact-item {
    color: #fff;
    font-weight: 700;
}

.popup-overlay .right-panel {
    background: linear-gradient(180deg, #ff9a04 20%, #061333 80%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.popup-overlay .close-btn {
    position: absolute;
    top: 0px;
    right: -2px;
    padding: 6px 12px;
    /* border-radius: 50%; */
    /* background: #fff; */
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    z-index: 10;
}

.popup-overlay .popup-box h3 {
    font-size: 24px !important;
    color: #fff !important;
    margin-bottom: 10px;
}

.popup-overlay .popup-box input,
.popup-overlay .popup-box select,
.popup-overlay .popup-box textarea {
    width: 100%;
    padding: 12px;
    margin: 6px 0;
    color: #000;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.popup-overlay #ctaBtn.locked {
    width: 100%;
    max-width: 200px;
    margin: 10px auto;
    display: flex;
    justify-content: center;
}


@media (max-width: 991px) {
    .popup-overlay .popup-box h3 {
        font-size: 22px !important;
    }
}

@media (max-width: 767px) {
    .popup-overlay .popup-box .row {
        flex-direction: column;
    }

    /* HIDE IMAGE */
    .popup-overlay .left-panel {
        display: none;
    }

    .popup-overlay .right-panel {
        width: 100%;
        padding: 20px 15px;
    }

    .popup-overlay .popup-box h3 {
        font-size: 20px !important;
        text-align: center;
    }
}

@media (max-width: 480px) {
    /* .popup-overlay {
        padding: 10px;
    } */

    .popup-overlay .popup-box h3 {
        font-size: 18px !important;
    }

    .popup-overlay .popup-box input,
    .popup-overlay .popup-box select,
    .popup-overlay .popup-box textarea {
        font-size: 13px;
    }
}

/* .popup-overlay .popup-box button[type="submit"] {
    width: 100%;
    padding: 10px;
    background:#ff9a04;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
} */
/* SELECT FIELD */
/* .popup-overlay .popup-box select {
    width: 100%;
    padding: 0 8px;
    margin: 8px 0;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #0b1d3a;
     font-size: 14px !important;
        color: rgb(255, 255, 255)!important;
    cursor: pointer;
} */
.popup-overlay .popup-box select {
    width: 100%;
    padding: 0 8px;
    margin: 8px 0;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    font-size: 14px !important;
    /* color: rgb(255, 255, 255)!important; */

    /* 🔥 Remove default arrow */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    /* 🔽 Add custom arrow */
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23000000' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;

    padding-right: 35px; /* space for arrow */
    cursor: pointer;
}
.popup-overlay .popup-box select option:hover {
    background-color: #fff;
    color: #0b1d3a;
}
.popup-overlay .popup-box select option:checked {
    background-color: #fff;
    color: #0b1d3a;
}
.popup-overlay .popup-box input::placeholder,
.popup-overlay .popup-box textarea::placeholder {
    color: #000 !important;
    opacity: 1;
}

/* TEXTAREA FIELD */
.popup-overlay .popup-box textarea {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    min-height: 80px;
    font-size: 14px !important;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 6px;
    resize: none;
    font-family: inherit;
}

/* FOCUS EFFECT (optional nice UX) */
.popup-overlay .popup-box input:focus,
.popup-overlay .popup-box select:focus,
.popup-overlay .popup-box textarea:focus {
    border-color: #0b1d3a;
    outline: none;
    background-color: #fff;
}
@keyframes popupHint {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.03);
    }
}

.popup-overlay.active .popup-box {
    animation: popupHint 0.6s ease;
}
.join-section {
    background-color: var(--white-color) !important;
    transition: background-color 0.4s ease-in-out;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
}

/* ------------- */
.serv-slider .section-header {
    max-width: 1260px;
    margin: 0 0px 40px;
    /* padding: 0 40px; */
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.serv-slider .section-title {
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 500;
    color: #0d1f1a;
    line-height: 1.2;
}

.serv-slider .section-title strong {
    font-weight: 800;
}

/* Nav buttons */
.serv-slider .slider-nav {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-shrink: 0;
}

.serv-slider .nav-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid var(--dark-color);
    background: transparent;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: all 0.25s ease;
}

.serv-slider .nav-btn svg {
    width: 18px;
    height: 18px;
    stroke: #444;
    stroke-width: 2;
    fill: none;
}

.serv-slider .nav-btn.active,
.serv-slider .nav-btn:hover {
    background: var(--dark-color);
    border-color: var(--dark-color);
}

.serv-slider .nav-btn.active svg,
.serv-slider .nav-btn:hover svg {
    stroke: white;
}

/* ── Swiper Wrapper ── */
.serv-slider .slider-outer {
    margin: 0 auto;
    overflow: hidden;
}

.serv-slider .swiper {
    overflow: visible;
    height: auto !important;
}

/* ── Slide Card ── */
.serv-slider .slide-card {
    background: var(--bg);
    border-radius: 20px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 420px;
    position: relative;
}

/* Image Side */
.serv-slider .card-image {
    position: relative;
    overflow: hidden;
}

.serv-slider .card-image img {
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}

.serv-slider .swiper-slide-active .card-image img {
    transform: scale(1.04);
}

/* Content Side */
.serv-slider .card-content {
    padding: 0px 52px 0px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

/* Decorative wave lines (SVG background) */
.serv-slider .card-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 220px;
    height: 220px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath d='M10,100 Q55,60 100,100 T190,100' stroke='rgba(255,255,255,0.07)' stroke-width='1.5' fill='none'/%3E%3Cpath d='M10,115 Q55,75 100,115 T190,115' stroke='rgba(255,255,255,0.07)' stroke-width='1.5' fill='none'/%3E%3Cpath d='M10,130 Q55,90 100,130 T190,130' stroke='rgba(255,255,255,0.07)' stroke-width='1.5' fill='none'/%3E%3Cpath d='M10,145 Q55,105 100,145 T190,145' stroke='rgba(255,255,255,0.07)' stroke-width='1.5' fill='none'/%3E%3Cpath d='M10,160 Q55,120 100,160 T190,160' stroke='rgba(255,255,255,0.07)' stroke-width='1.5' fill='none'/%3E%3Cpath d='M10,175 Q55,135 100,175 T190,175' stroke='rgba(255,255,255,0.07)' stroke-width='1.5' fill='none'/%3E%3Cpath d='M10,190 Q55,150 100,190 T190,190' stroke='rgba(255,255,255,0.06)' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-size: cover;
    opacity: 1;
    pointer-events: none;

    animation: waveScale 4s ease-in-out infinite;
    transform-origin: bottom right;
}
@keyframes waveScale {
    0% {
        transform: scale(1) translate(0, 0);
    }
    50% {
        transform: scale(1.1) translate(-5px, -5px);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

.serv-slider .card-tag {
    display: inline-block;
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    color: var(--white-color);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 22px;
    width: fit-content;
}

.serv-slider .card-title {
    font-size: 22px;
    font-weight: 800;
    color: var(--white-color);
    line-height: 1.25;
    margin-bottom: 18px;
}

.serv-slider .card-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    margin-bottom: 30px;
    /* max-width: 380px; */
}

/* Meta list */
.serv-slider .card-meta {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 38px;
}

.serv-slider .card-meta li {
    display: flex;
    align-items: start;
    gap: 10px;
    font-size: 13.5px;
    color: var(--white-color);
}

.serv-slider .card-meta li .check,
.serv-slider .card-meta .card-desc .check {
    width: 18px;
    height: 18px;
    margin-top: 6px;
    border-radius: 50%;
    background: #ff9a04;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.serv-slider .card-meta li .check svg,
.serv-slider .card-meta .card-desc .check svg {
    width: 10px;
    height: 10px;
    stroke: var(--white-color);
    stroke-width: 2.5;
    fill: none;
}

.serv-slider .card-meta li .meta-label {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
}

.serv-slider .card-meta li .meta-value {
    color: var(--white-color);
}

/* CTA Button */
.serv-slider .card-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #c8e06b;
    color: #1a2a10;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    width: fit-content;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.serv-slider .card-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(200, 224, 107, 0.35);
}

.serv-slider .card-btn svg {
    width: 16px;
    height: 16px;
    stroke: #1a2a10;
    stroke-width: 2.5;
    fill: none;
    transition: transform 0.2s ease;
}

.serv-slider .card-btn:hover svg {
    transform: translateX(3px);
}

/* ── Dot / Orange indicator ── */
.serv-slider .dot-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff9a04;
    display: inline-block;
}

/* ── Pagination ── */
.serv-slider .swiper-pagination {
    position: static;
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.serv-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(11, 24, 55, 0.25);
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.serv-slider .swiper-pagination-bullet-active {
    background: #fff;
    width: 24px;
    border-radius: 4px;
}
@media (min-width: 1440px) {
    .team-single-box .image-box::before {
        position: absolute;
        content: "";
        width: 95%;
    }
    .award-list {
        margin: 0 0 0 -114px;
    }
}
@media (max-width: 991px) {
    .serv-slider .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .serv-slider .slider-nav {
        align-self: flex-end;
    }

    .serv-slider .slide-card {
        grid-template-columns: 1fr 1fr;
        min-height: auto;
    }

    .serv-slider .card-content {
        padding: 30px 25px;
    }

    .serv-slider .card-title {
        font-size: 20px;
    }

    .serv-slider .card-desc {
        font-size: 14px;
    }
}

/* ============================= */
/* MOBILE */
/* ============================= */
@media (max-width: 767px) {
    /* HEADER STACK */
    .serv-slider .section-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }

    .serv-slider .slider-nav {
        justify-content: center;
    }

    /* STACK CARD */
    .serv-slider .slide-card {
        grid-template-columns: 1fr; /* 🔥 stack */
        border-radius: 16px;
    }

    .serv-slider .card-image {
        min-height: 220px;
    }

    .serv-slider .card-content {
        padding: 25px 20px;
    }

    .serv-slider .card-title {
        font-size: 18px;
    }

    .serv-slider .card-desc {
        font-size: 13px;
        line-height: 1.6;
    }

    .serv-slider .card-meta {
        gap: 8px;
        margin-bottom: 25px;
    }

    .serv-slider .card-btn {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
    }
}

/* ============================= */
/* SMALL MOBILE */
/* ============================= */
@media (max-width: 480px) {
    .serv-slider .section-title {
        font-size: 24px;
    }

    .serv-slider .card-content {
        padding: 20px 15px;
    }

    .serv-slider .card-title {
        font-size: 16px;
    }

    .serv-slider .card-desc {
        font-size: 12.5px;
    }

    .serv-slider .nav-btn {
        width: 44px;
        height: 44px;
    }

    .serv-slider .nav-btn svg {
        width: 14px;
        height: 14px;
    }
}
/* ── Responsive ── */
@media (max-width: 768px) {
    .serv-slider .slide-card {
        grid-template-columns: 1fr;
    }
    .serv-slider .card-image {
        min-height: 240px;
    }
    .serv-slider .card-content {
        padding: 36px 28px;
        height: 350px;
    }
}
.choose-image-wrapper .thumb-bg img {
    max-width: 100% !important;
    height: 100% !important;
}
/* ----------------------------- */
.payroll-bg {
    /* background-color: var(--dark-color); */
}
.payroll-review-sec .sec-title {
    color: var(--title-color) !important;
}
.payroll-review-sec .sec-desc {
    color: #000 !important;
    line-height: 24px;
    font-size: 16px;
}

/* ============================= */
/* MAIN SECTION */
/* ============================= */
.payroll-review-sec {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    padding: 60px 40px 0px;
}

/* ============================= */
/* LEFT PANEL */
/* ============================= */
.payroll-review-sec .pr-left {
    flex: 0 0 420px;
    min-width: 420px;
}

/* ============================= */
/* RIGHT SLIDER */
/* ============================= */
.payroll-review-sec .pr-slider-wrap {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

/* ============================= */
/* TABLET */
/* ============================= */
@media (max-width: 991px) {
    .payroll-review-sec {
        gap: 30px;
        padding: 40px 20px;
    }

    .payroll-review-sec .pr-left {
        flex: 0 0 320px;
        min-width: 320px;
    }
}

/* ============================= */
/* MOBILE */
/* ============================= */
@media (max-width: 767px) {
    .payroll-review-sec {
        flex-direction: column; /* 🔥 STACK */
        gap: 25px;
        padding: 30px 15px;
    }

    .payroll-review-sec .pr-left {
        width: 100%;
        min-width: 100%;
        flex: unset;
        text-align: center;
    }

    /* NAV CENTER */
    .payroll-review-sec .pr-nav {
        justify-content: center;
    }

    .payroll-review-sec .pr-slider-wrap {
        width: 100%;
    }

    /* CARD */
    .payroll-review-sec .pr-card {
        padding: 20px;
        min-height: auto;
    }

    .payroll-review-sec .pr-card-title {
        font-size: 16px;
    }

    .payroll-review-sec .pr-card-text {
        font-size: 14px;
    }
}

/* ============================= */
/* SMALL MOBILE */
/* ============================= */
@media (max-width: 480px) {
        .pricing-section.style-3, .benefit-service {
        padding: 20px 20px !important;
    }
    .payroll-review-sec {
        padding: 40px 10px;
    }

    .payroll-review-sec .pr-card {
        padding: 18px;
    }

    .payroll-review-sec .pr-card-title {
        font-size: 15px;
    }

    .payroll-review-sec .pr-card-text {
        font-size: 13px;
    }
}
/* .payroll-review-sec .pr-left {
      flex: 0 0 420px;
      min-width: 420px;
      position: relative;
      z-index: 2;
    } */
.payroll-review-sec .pr-nav {
    display: flex;
    gap: 12px;
}

.payroll-review-sec .pr-nav-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1.5px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    color: #0d2030;
}

.payroll-review-sec .pr-nav-btn svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}

.payroll-review-sec .pr-nav-btn:hover,
.payroll-review-sec .pr-nav-btn.pr-nav-next {
    background: var(--dark-color);
    border-color: var(--dark-color);
    color: #fff;
}

.payroll-review-sec .pr-nav-btn.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

/* 
    .payroll-review-sec .pr-slider-wrap {
      flex: 1;
      min-width: 0;
      overflow: hidden;
    } */

.payroll-review-sec .pr-swiper {
    overflow: hidden !important;
}

.payroll-review-sec .pr-card {
    background: var(--dark-color);
    border-radius: 20px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: auto;
    min-height: 300px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition:
        box-shadow 0.3s,
        transform 0.3s;
}

.payroll-review-sec .pr-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.payroll-review-sec .pr-card-head {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e9f173;
}

.payroll-review-sec .pr-quote-icon {
    color: #0d2030;
    flex-shrink: 0;
    margin-top: 2px;
}
.payroll-review-sec .pr-quote-icon img {
    width: 60px;
    max-width: 65% !important;
    object-fit: contain;
    transition: all 0.8s ease;
}
.award-section .sec-title {
    color: var(--white-color) !important;
}
.award-section {
    background-color: var(--dark-color);
    margin: 100px 0px;
    padding-top: 10px;
}
.service-box-five .p-top-left img {
    max-width: 100% !important;
}
.payroll-review-sec .pr-card:hover .pr-quote-icon img {
    transform: rotateY(-360deg);
}
.payroll-process {
    padding-bottom: 60px;
}
.payroll-review-sec .pr-quote-icon svg {
    width: 28px;
    height: 20px;
}

.payroll-review-sec .pr-card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--white-color);
    line-height: 1.3;
    margin-left: -10px;
}

.payroll-review-sec .pr-card-text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--white-color);
    flex: 1;
}
.payroll-review-sec ul li,
.pr-card ul li,
.item-right ul li {
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.pr-card li .check svg,
.item-right li .check svg,
.item-right .check svg {
    width: 10px;
    height: 10px;
    stroke: var(--white-color);
    stroke-width: 2.5;
    fill: none;
}
.pr-card li .check,
.item-right li .check,
.item-right .check {
    width: 18px;
    height: 18px;
    /* margin-top: 6px; */
    border-radius: 50%;
    background: #ff9a04;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}
.payroll-list li i {
    margin-right: 10px;
    color: var(--theme-color);
    transition: all 0.4s ease-in-out;
}
.service-icon-sec img {
    margin-left: -12px;
    width: 45px;
    max-width: 100% !important;
}
.service-icon-sec {
    display: flex;
    align-items: center;
    gap: 10px;
}
.pricing-single-box:hover .service-icon-sec img {
    filter: brightness(0) invert(1);
}
.service-box-five:hover .payroll-list li i {
    color: var(--white-color) !important;
}
.payroll-list ul li {
    color: #fff;
    font-size: 14px;
}
.payroll-arrow > svg {
    fill: var(--dark-color);
    min-width: 200px;
}
.payroll-review-sec .pr-pagination {
    display: none;
    margin-top: 40px;
    /* display: flex; */
    justify-content: center;
    gap: 6px;
}

.payroll-review-sec .pr-pagination .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.15) !important;
    opacity: 1 !important;
    width: 6px !important;
    height: 6px !important;
}

.payroll-review-sec .pr-pagination .swiper-pagination-bullet-active {
    background: #ff9a04 !important;
    width: 22px !important;
    border-radius: 3px !important;
}

@media (max-width: 900px) {
    .payroll-review-sec {
        flex-direction: column;
        gap: 40px;
    }
    .payroll-bg .payroll-review-sec {
        gap: 0px;
    }
    .payroll-review-sec .pr-left {
        flex: none;
        width: 100%;
    }
}
.stat-item .resume-icon img {
    width: 100px !important;
}
.stat-item .icon img {
    transition: all 0.8s ease;
    width: 100px;
    max-width: 65% !important;
}
.stat-item:hover .icon img {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.mission-section {
    padding-bottom: 60px;
}
.pattern-dots {
    background-image: radial-gradient(
        rgba(255, 255, 255, 0.08) 1px,
        transparent 1px
    );
    background-size: 20px 20px;
}
.payroll-review-sec .pr-card:hover .pr-card-title {
    color: var(--gold);
}
.payroll-review-sec .pr-card:hover .pr-card-head {
    border-color: var(--gold);
}
.payroll-review-sec .pr-card:hover .pr-quote-icon img {
    filter: brightness(0) saturate(100%) invert(69%) sepia(83%) saturate(1800%)
        hue-rotate(1deg) brightness(103%) contrast(101%);
}
.cus-accor-sec {
    background: #fff;
    padding: 80px 0 90px;
}

.cus-accor-sec h2 {
    font-size: 2.6rem;
    font-weight: 700;
    color: #061333;
}

.cus-accor-sec .intro-text {
    font-size: 0.96rem;
    line-height: 1.85;
    color: #5a6a84;
    text-align: justify;
}

.cus-accor-sec .services-img {
    width: 100%;
    max-width: 100% !important;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
}

.cus-accor-sec .section-divider {
    border: none;
    border-top: 2px solid #e2e8f4;
    margin: 52px 0 44px;
}

/* ── Accordion ── */
.cus-accor-sec .custom-accordion .accordion-item {
    border: 1.5px solid #e2e8f4 !important;
    border-radius: 10px !important;
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.25s ease;
    will-change: transform;
    transform: translateZ(0);
}
.cus-accor-sec .custom-accordion .accordion-item:hover {
    box-shadow: 0 6px 24px rgba(26, 158, 116, 0.1);
}

.cus-accor-sec .custom-accordion .accordion-item:hover::before,
.cus-accor-sec .custom-accordion .accordion-item.open::before {
    transform: scaleY(1);
}

.cus-accor-sec .custom-accordion .accordion-button {
    background: #fff;
    color: #061333;
    font-size: 0.97rem;
    font-weight: 600;
    padding: 16px 20px;
    gap: 14px;
    border: none;
    box-shadow: none !important;
    display: flex;
    align-items: center;
}

.cus-accor-sec .acc-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background: #061333;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s;
}
.cus-accor-sec .acc-icon img {
    max-width: 100% !important;
}
.cus-accor-sec .accordion-button:not(.collapsed) .acc-icon {
    background: #ff9a04;
}

.cus-accor-sec .acc-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* hide Bootstrap arrow */
.cus-accor-sec .custom-accordion .accordion-button::after {
    display: none;
}

.cus-accor-sec .plus-icon {
    margin-left: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #e2e8f4;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    line-height: 1;
    color: #061333;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.cus-accor-sec .accordion-button:not(.collapsed) .plus-icon {
    background: #ff9a04;
    border-color: #ff9a04;
    color: #fff;
    transform: rotate(45deg);
}

.cus-accor-sec .custom-accordion .accordion-body {
    font-size: 0.93rem;
    color: #000;
    line-height: 1.8;
    padding: 0 20px 18px 78px;
    /* background: var(--accent-light); */
}

@media (max-width: 767px) {
    .cus-accor-sec h2 {
        font-size: 2rem;
    }
    .cus-accor-sec .services-img {
        height: 220px;
        margin-top: 28px;
    }
    .cus-accor-sec .custom-accordion .accordion-body {
        padding-left: 20px;
    }
}
/* ----------------------------------- */
.hr-section {
    background: #061333;
    color: #fff;
    padding: 80px 20px;
}

.hr-section .section-title {
    max-width: 600px;
    margin-bottom: 50px;
}

.hr-section .sec-title,
.hr-section .sec-desc {
    color: var(--white-color);
}

.hr-section .section-title p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.hr-section .hr-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.hr-section .hr-card {
    background: rgba(255, 255, 255, 0.03);
    padding: 25px;
    border-radius: 12px;
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* Hover Glow Effect */
/* .hr-section .hr-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.1), transparent);
    opacity: 0;
    transition: 0.4s;
} */

.hr-section .hr-card:hover::before {
    opacity: 1;
}

/* Hover Animation */
.hr-section .hr-card:hover {
    transform: translateY(-10px) scale(1.02);
    background: rgba(255, 255, 255, 0.08);
}

/* Icon */
.hr-section .icon {
    font-size: 30px;
    margin-bottom: 15px;
    transition: 0.3s;
}

.hr-section .hr-card:hover .icon {
    transform: scale(1.2);
}

/* Text */
.hr-section .hr-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
}

.hr-section .hr-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

/* Responsive */
@media (max-width: 992px) {
    .hr-section .hr-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .hr-section .hr-grid {
        grid-template-columns: 1fr;
    }
}
/* --------------------------- */

.payroll-consult-section .payroll-consult-title {
    text-align: center;
    font-size: 1.9rem;
    font-weight: 700;
    color: #0d1f4e;
    margin-bottom: 10px;
    letter-spacing: -0.4px;
}

.payroll-consult-section .payroll-consult-subtitle {
    text-align: center;
    font-size: 0.95rem;
    color: #7a88a8;
    margin-bottom: 40px;
}

/* ─── Bordered Row Container (like original image) ─── */
.payroll-consult-section .payroll-consult-row-wrapper {
    background: #ffffff;
    border: 1.8px solid #dce4f5;
    border-radius: 18px;
    padding: 28px 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

/* Row 1 — 3 items */
.payroll-consult-section .payroll-consult-row-top {
    margin-bottom: 20px;
}

/* Row 2 — 2 items, offset to align between row 1 items */
.payroll-consult-section .payroll-consult-row-bottom {
    max-width: 820px;
    margin: 40px auto;
}

/* ─── Individual Step Item ─── */
.payroll-consult-section .payroll-consult-step {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    min-width: 0;
}

/* Divider between steps (inside the border box) */
.payroll-consult-section .payroll-consult-divider {
    width: 1.5px;
    height: 52px;
    background: #dce4f5;
    flex-shrink: 0;
    margin: 0 20px;
}

/* ─── Icon Box ─── */
.payroll-consult-section .payroll-consult-icon-box {
    width: 58px;
    height: 58px;
    min-width: 58px;
    background: var(--bg);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payroll-consult-section .payroll-consult-icon-box svg {
    width: 28px;
    height: 28px;
    stroke: #ffffff;
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ─── Step Text ─── */
.payroll-consult-section .payroll-consult-step-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--bg);
    white-space: nowrap;
}
.bene-img {
    max-width: 100% !important;
    width: 500px;
}
.serv-bene-sec {
    margin: 0px 0px 60px;
}
.payroll-consult-section .payroll-consult-step-desc {
    font-size: 0.8rem;
    color: #000;
    margin-top: 3px;
    opacity: 0.8;
    line-height: 24px;
}
.payroll-consult-section
    .payroll-consult-step:hover
    .payroll-consult-step-title {
    color: var(--gold);
}
.payroll-consult-section .payroll-consult-step:hover .payroll-consult-icon-box {
    background-color: var(--gold);
}
.payroll-consult-section
    .payroll-consult-step:hover
    .payroll-consult-icon-box
    img {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.payroll-consult-section .payroll-consult-icon-box img {
    transition: all 0.8s ease;
    max-width: 80% !important;
}

/* ─── Responsive ─── */
@media (max-width: 768px) {
    .payroll-consult-section .payroll-consult-row-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
        padding: 24px 24px;
    }

    .payroll-consult-section .payroll-consult-divider {
        width: 100%;
        height: 1.5px;
        margin: 0;
    }

    .payroll-consult-section .payroll-consult-row-bottom {
        max-width: 100%;
    }

    .payroll-consult-section .payroll-consult-step-title {
        white-space: normal;
    }
}
/* -------------------------------- */
.bene-service-section .service-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
}

.bene-service-section .service-box {
    width: 20%;
    background: #ffffff;
    text-align: center;
    padding: 30px 15px;
    border-right: 1px solid #e5e5e5;
    transition: 0.3s;
}

.bene-service-section .service-box:last-child {
    border-right: none;
}

.bene-service-section .service-box img {
    width: 60px;
    margin-bottom: 15px;
    transition: all 0.8s ease;
}

.bene-service-section .service-box h5 {
    font-size: 18px;
    color: #061333;
    font-weight: 700;
}

/* Hover effect */
.service-box:hover {
    background: #061333;
}

.bene-service-section .service-box:hover h5 {
    color: #ffffff;
}

.bene-service-section .service-box:hover img {
    filter: brightness(0) invert(1);
    transform: rotateY(-360deg);
}

/* Responsive */
@media (max-width: 991px) {
    .bene-service-section .service-box {
        width: 50%;
        border-bottom: 1px solid #e5e5e5;
    }
}

.manage-sec {
    padding-top: 40px;
}
/* ------------------ */
.benefit-service .features-section {
    max-width: 600px;
    /* margin: 50px auto; */
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.features-img-sec img {
    max-width: 100% !important;
}
/* Feature Box */
.benefit-service .feature-box {
    width: 500px;
    padding: 18px 25px;
    border-radius: 12px;
    /* margin-left: 30px; */
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
}
.benefit-service .feature-box.box-1,
.benefit-service .feature-box.box-3,
.benefit-service .feature-box.box-5 {
    background: var(--dark-color) !important ;
    color: var(--white-color) !important;
}
.benefit-service .feature-box.box-1:hover,
.benefit-service .feature-box.box-3:hover,
.benefit-service .feature-box.box-5:hover {
    background: var(--white-color) !important;
    color: var(--dark-color) !important;
}
.benefit-service .feature-box.box-2,
.benefit-service .feature-box.box-4,
.benefit-service .feature-box.box-6 {
    background: var(--white-color) !important;
    color: var(--dark-color) !important;
    margin-left: 40px !important;
}
.benefit-service .feature-box.box-2:hover,
.benefit-service .feature-box.box-4:hover,
.benefit-service .feature-box.box-6:hover {
    background: var(--dark-color) !important;
    color: var(--white-color) !important;
}
/* Hover Effect */
.benefit-service .feature-box:hover {
    transform: translateY(-5px);
    background-color: #061333;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(6, 19, 51, 0.3);
}
.stat-bene-sec {
    margin: 60px 0px;
}
/* ------------------------------- */

/* === BASE CARD === */
.jobs-wrapper .job-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    height: 560px;
    overflow: hidden;
    position: relative;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
    cursor: pointer;
}

.jobs-wrapper .job-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

/* === TOP ACCENT BAR === */
.jobs-wrapper .card-accent {
    height: 6px;
    width: 100%;
}

.jobs-wrapper .card-1 .card-accent {
    background: linear-gradient(90deg, #07437e, #4890d7);
}
.jobs-wrapper .card-2 .card-accent {
    background: linear-gradient(90deg, #e39d35, #edba6f);
}
.jobs-wrapper .card-3 .card-accent {
    background: linear-gradient(90deg, #07437e, #4890d7);
}

/* === IMAGE SECTION === */
.jobs-wrapper .card-img-wrap {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.jobs-wrapper .card-img-wrap img {
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.82);
}

/* Fallback color if image fails */
.jobs-wrapper .card-1 .card-img-wrap {
    background: #e6f1fb;
}
.jobs-wrapper .card-2 .card-img-wrap {
    background: #e1f5ee;
}
.jobs-wrapper .card-3 .card-img-wrap {
    background: #fbeaf0;
}

/* === FLOATING TAG ON IMAGE === */
.jobs-wrapper .card-tag {
    position: absolute;
    bottom: 12px;
    left: 14px;
    font-size: 10.5px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.jobs-wrapper .card-1 .card-tag {
    background: #b5d4f4;
    color: #061333;
}
.jobs-wrapper .card-2 .card-tag {
    background: #e0b472;
    color: #061333;
}
.jobs-wrapper .card-3 .card-tag {
    background: #b5d4f4;
    color: #061333;
}

/* === CARD BODY === */
.jobs-wrapper .card-body {
    padding: 1.1rem 1.25rem 0.9rem;
}

.jobs-wrapper .card-title {
    font-size: 17.5px;
    font-weight: 700;
    color: var(--dark-color);
    line-height: 1.38;
    margin-bottom: 0.8rem;
}

/* === META ROWS === */
.jobs-wrapper .meta-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 12.5px;
    color: var(--gold);
}

.jobs-wrapper .meta-row .meta-icon {
    width: 18px;
    height: 16px;
    flex-shrink: 0;
    stroke: var(--gold);
}

.jobs-wrapper .meta-row .meta-val {
    font-weight: 500;
    color: #333;
}

/* === DIVIDER === */
.jobs-wrapper .divider {
    border: none;
    border-top: 1px solid #f0f0f0;
    margin: 0.9rem 0;
}

/* === OVERVIEW SECTION === */
.jobs-wrapper .overview-label {
    font-size: 10.5px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--dark-color);
    margin-bottom: 5px;
}

.jobs-wrapper .overview-text {
    font-size: 13px;
    line-height: 1.7;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* === CARD FOOTER === */
.jobs-wrapper .card-footer {
    padding: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* === DEPARTMENT BADGE === */
.jobs-wrapper .dept-badge {
    font-size: 11.5px;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 8px;
    letter-spacing: 0.02em;
}

.jobs-wrapper .card-1 .dept-badge {
    background: #061333;
    color: #fff;
}
.jobs-wrapper .card-2 .dept-badge {
    background: #ff9a04;
    color: #fff;
}
.jobs-wrapper .card-3 .dept-badge {
    background: #061333;
    color: #fff;
}

/* === APPLY BUTTON === */
.jobs-wrapper .apply-btn {
    font-size: 13px;
    font-weight: 500;
    padding: 9px 22px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition:
        opacity 0.2s ease,
        transform 0.15s ease;
    letter-spacing: 0.02em;
}

.jobs-wrapper .apply-btn:hover {
    opacity: 0.85;
    transform: scale(0.97);
}

.jobs-wrapper .card-1 .apply-btn {
    background: #061333;
    color: #fff;
}
.jobs-wrapper .card-2 .apply-btn {
    background: #ff9a04;
    color: #fff;
}
.jobs-wrapper .card-3 .apply-btn {
    background: #061333;
    color: #fff;
}

/* === RESPONSIVE === */
@media (max-width: 640px) {
    .jobs-wrapper .jobs-wrapper {
        grid-template-columns: 1fr;
    }
}

.footer-logo-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.award-icon img {
    width: 90px;
    max-width: 65% !important;
}
.legal-page {
    margin: 60px 0px;
}
.legal-page-content p,
.legal-page-content .featured-list li {
    color: #000 !important;
}
.legal-page.blog-list-card {
    border: unset !important;
    padding: unset !important;
    border-radius: 0px !important;
}
.legal-page-content .featured-list .list-style-2 li::before,
.team-detail .featured-list li::before {
    color: var(--orange-color) !important;
    font-size: 16px !important;
}
.legal-page-content h3 {
    font-size: 28px !important;
    margin-top: unset !important;
}
.custom-file-upload input[type="file"] {
    display: none;
    margin: 10px 4px;
}

.custom-file-upload label {
    display: inline-block;
    padding: 8px 16px;
    background-color: #061333;
    margin-top: 2px;
    color: #fff;
    border-radius: 6px;
    height: 43px;
    cursor: pointer;
    font-size: 14px;
}

.custom-file-upload label:hover {
    background-color: #0a1f5a;
}

#file-name {
    font-size: 12px;
    color: #000;
    opacity: 0.9;
}
/* ── Responsive ── */
@media (max-width: 600px) {
    .job-provider-sec .slider-outer {
        padding: 0px 20px;
    }
}
@media (min-width: 1440px) {
    .banner .info {
        padding: 4rem 3rem 5rem 10rem !important;
    }
}
@media (max-width: 1200px) {
    .serv-slider {
        margin-bottom: 40px;
    }
    .capacity-img .collage-1 .img2 {
        display: none;
    }
    .legal-page-content {
        padding-left: 20px;
    }
    .price-text {
        font-size: 15px;
    }

    .pricing-card .pricing-plan .path {
        width: 318px;
    }
    .benefit-service .features-section {
        margin-left: unset !important;
    }
    .benefit-service .feature-box.box-2,
    .benefit-service .feature-box.box-4,
    .benefit-service .feature-box.box-6 {
        margin-left: unset !important;
    }
    .payroll-review-sec .pr-left {
        flex: 0 0 380px;
        min-width: 380px;
    }
    .payroll-review-sec .pr-card-text {
        font-size: 14px !important;
    }
    .pricing-section.style-3,
    .benefit-service {
        padding: 60px 20px;
    }
    .benefit-service .features-section {
        margin-top: 30px;
    }
    .payroll-consult-section .payroll-consult-row-wrapper {
        padding: 28px 12px;
    }
    .payroll-consult-section .payroll-consult-step-desc {
        font-size: 12px;
        line-height: 20px;
    }
    .payroll-consult-section .payroll-consult-step-title {
        font-size: 18px;
        white-space: normal;
    }
    .achieve-sec .benefit-card {
        width: 240px !important;
    }
    .feature-section.style-3 .feature-item-box {
        height: unset !important;
        padding: 30px 24px 30px;
    }
    .about-section.style-4 .about-image-wrapper .about-single-card {
        display: none !important;
    }
    .feature-section.style-3 .feature-item-box .title {
        font-size: 20px !important;
    }
    .vi-mi-icon {
        width: 50px !important;
        height: 50px !important;
    }
    .navbar {
        padding: 0px 10px !important;
    }
    .popup-overlay .popup-box .row {
        max-height: 95vh;
        overflow-y: auto;
    }

    .header-logo {
        width: 220px !important;
    }
      .job-card-row{
        flex-direction: column;
        gap: 10px;
    }
    .job-card .submit-btn {
    padding: 6px 8px;
    }
}

@media (max-width: 768px) {
    .job-card-row{
        gap: 10px;
    }
    .hrms-main-content {
        margin-left: 0px !important;
    }
    .hrms-main-img {
        margin-right: 0px !important;
    }
    .hrms-logo {
    width: 170px;
    margin:0px auto 20px auto !important;
    }
    .coming-sec h3 {
    font-size: 26px !important;
    }
    .coming-sec {
    margin: 0px !important;
    }
    .contact-map-sec{
        margin:0px 0px !important;
        padding: 0px 0px 40px !important;
    }
    .contact-section {
    margin-bottom: 0px;
}
          .card-contact-item{
    display: block !important;
  }
      .card-contact-item-1{
    display: none;
  }
    .team-detail-content-sec{
        margin-top: 0px !important;
    }
    .award-section{
        margin: 20px 0px 40px;
    }
    .award-content-wrapper {
        padding: 40px 0px 0px;
    }
    .staff-content-sec {
        margin-top: 40px !important;
    }
    .te .overlay-form .popup-box {
        height: 95vh;
        overflow-y: auto !important;
    }
    .footer-logo-item {
        display: flex;
        align-items: start;
        flex-direction: column;
        gap: 0px;
    }
    .footer-logo {
        width: 170px !important;
    }
    .serv-slider .swiper-wrapper {
        height: unset !important;
    }
    .payroll-consultant .section-title {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* .payroll-consultant .title-area.three{
            text-align: center;
        } */
    .payroll-arrow {
        display: none;
    }
    .choose-img-sec {
        margin-top: 20px;
    }
    .choose-section.style-3,
    .choose-section {
        margin: 20px 0px;
        padding: 20px 0px;
    }
    .feature-section {
        padding: 0px 0px 40px;
    }
    .home-cta .cta-text,
    .team-cta .cta-text {
        font-size: 20px;
    }
    .join-content-wrapper {
        margin-top: 30px !important;
    }
    .achieve-sec .benefit-card {
        width: unset !important;
    }
    .feature-img {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .about-section,
    .process-section {
        padding: 30px 0px 30px !important;
    }
    .about-section.style-4 .about-image-wrapper .about-image img {
        height: 400px !important;
        max-width: unset !important;
        width: 100% !important;
    }
    body {
        padding-top: 0px !important;
    }
    .capacity-img {
        margin-top: 60px;
    }
    .service-section.style-6
        .service-wrapper
        .service-single-item
        .item-right
        .item-right-inner
        .icon {
        display: none;
    }
    .project-section.style-5 {
        display: none;
    }
    .payroll-review-sec .pr-nav {
        opacity: 0 !important;
    }
    .payroll-review-sec .pr-slider-wrap {
        display: none !important;
    }
    .hrms-logo {
    width: 150px !important;
    height: 40px !important;
    object-fit: contain !important;
    }
    .coming-sec{
        padding: 20px 0px;
    }
    .hrms-main-content {
        margin-top: 40px !important;
    }
}
@media (max-width: 576px) {
    .compare-sec {
        padding: 20px 0px;
    }
    .job-content-item{
        margin-bottom: 40px;
    }
    .current-open {
        padding: 60px 0px 0px !important;
    }
    .process-section.style-2{
    margin-top: unset !important;
 }
    .journey-sec .section-header h2 {
        font-size: 32px !important;
    }
    .journey-sec .arrow-btn {
    width: 30px;
    height: 30px;
    }
        .contact-map-sec{
        margin:40px 0px !important;
    }

    .finance-section .tab-pane h2{
        font-size: 24px !important;
        margin-bottom: 22px !important;
    }
    .award-section{
        margin: 0px 0px 40px;
    }
    .bene-adv-sec .feature-single-box {
        margin-bottom: 15px;
    }
    .finance-section h2 {
        font-size: 26px !important;
    }
    .team-container .card {
        margin-bottom: 15px;
    }
    .cta-section.style-3 {
        margin-top: 60px !important;
    }
    .cta-section.style-3 .bg {
        height: 380px !important;
    }
    .founder-msg {
        margin: 25px 0px 30px 15px !important;
    }
    .cta-section.style-3 .overlay {
        height: 380px !important;
    }
    .about-right-wrap .experience-card {
        justify-content: start;
        gap: 10px;
    }
    .social-sec {
        gap: 10px;
    }

    .cta-section.style-3 .title-area {
        margin-top: -50px;
    }
    .social-title {
        font-size: 18px;
    }
    .testi-section {
        padding: 20px 0px 20px;
    }
    .testi-section .swiper-nav {
        margin-top: 0px !important;
    }
    .testi-section .testimonial-card {
        height: 450px;
    }
    .testi-section .swiper-outer {
        padding: 0px !important;
    }
    .capacity-img .collage .img1 {
        display: none;
    }
    .about-right-wrap .experience-card .years {
        font-size: 60px;
    }
    .legal-page-content h4 {
        font-size: 18px;
    }
    .legal-page-content h3 {
        font-size: 22px !important;
    }
    .payroll-review-sec .pr-nav {
        opacity: 1 !important;
        display: flex !important;
        justify-content: start !important;
    }
    .payroll-review-sec .pr-slider-wrap {
        display: block !important;
    }
    .overlay-form .popup-box h3 {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .overlay-form .close-button {
        top: 5px;
        right: 8px;
    }
    .stat-bene-sec {
        margin: 0px 0px 60px;
    }
    .payroll-consultant .payroll-serv-img img {
        max-width: 100% !important;
        width: unset !important;
        height: 350px;
    }
    .payroll-consultant .title-area.three {
        margin-bottom: 0px !important;
    }
    .hrms-feature {
        flex-direction: column !important;
    }
    .payroll-process .title-area.three {
        padding: 10px;
    }
    .mission-single-box .mission-content .title {
        font-size: 17px;
    }
    .pricing-section,
    .job-provider-sec {
        padding: 60px 0px 30px;
    }
    .payroll-bg .title-area.three {
        text-align: start;
    }
    .choose-section.style-7 .choose-right .title-box .title {
        font-size: 20px;
    }

    .payroll-serv-img img {
        max-width: 100% !important;
        height: 280px;
        padding: 10px;
        width: unset !important;
        object-fit: cover;
    }
    .statutory-img .payroll-serv-img img {
        max-width: 100% !important;
        height: 400px !important;
        width: unset !important;
        object-fit: cover;
    }
    .payroll-process,
    .statutory-sec {
        padding: 0px !important;
        overflow: hidden;
    }
    .feature-section.hrms-feature {
        margin: 0px !important;
    }
    .blog-section {
        margin: 60px 0px !important;
    }
    .blog-single-box {
        margin: 20px 0px;
    }
    .staff-process {
        padding: 40px 0px 0px;
    }
    .staff-serv-img img {
        max-width: 100% !important;
        width: unset;
        padding: 20px;
        height: 300px;
        object-fit: cover;
    }
    .achieve-sec .achieve-row {
        margin: 0px 0px 40px;
    }
    .team-section {
        padding: 60px 0px 10px !important;
    }
    .service-section.style-6
        .service-wrapper
        .service-single-item
        .item-left
        .image
        img {
        max-width: 100% !important;
        width: 400px;
    }
    .service-section.style-7
        .service-wrapper
        .service-single-item
        .item-left
        .image
        img {
        max-width: 100% !important;
        width: 400px;
    }
    .service-section.style-6
        .service-wrapper
        .service-single-item
        .item-left
        .item-wrap
        .text {
        font-size: 22px;
    }
    .service-section.style-7
        .service-wrapper
        .service-single-item
        .item-left
        .item-wrap
        .text {
        font-size: 19px;
    }
    .globe-sec .stats-section {
        padding: 0px;
    }
    .globe-sec .globe-bg-tiled {
        display: none;
    }
    .stat-item .resume-icon img {
        width: 80px !important;
    }
    .stat-item .icon img {
        width: 100px !important;
    }
    .payroll-consult {
        padding: 40px 0px 20px;
    }
    .choose-section.style-4 .milestone .milestone-item .label {
        font-size: 16px;
    }
    .web-logo {
    width: 170px !important;
    height: 46px !important;
    }
    .bene-img {
        /* display: none; */
    }
    .cus-accor-sec {
        padding: 0px 0 20px;
        overflow: hidden;
    }
    .mission-icon img {
        width: 45px;
    }
    .faq-sec .faq-question {
        width: 100%;
        padding: 18px 18px;
        text-align: start;
        align-items: flex-start;
    }
    .about-section.style-4 .about-image-wrapper .about-image img {
        height: 350px !important;
    }
    .process-section.style-2 .key-main-img {
        display: none !important;
    }
    .process-section.style-2 .process-thumb .video-box {
        display: none !important;
    }
    .feature-img {
        height: 300px !important;
    }
    .faq-sec .faq {
        margin-top: 30px;
    }
    .breadcrumb-section,
    .process-section.style-2 .key-main-img {
        min-height: 350px !important;
    }
    .process-section.style-2 {
        padding: 0px 0px !important;
    }
    .faq-sec {
        padding: 50px 0px;
    }
    .bene-service-section .service-box {
        width: 100%;
    }
    .banner .info-name {
        font-size: 36px;
        line-height: 50px;
    }
    .banner .info {
        padding: 1rem 2rem 0rem !important;
        min-height: unset !important;
        height: 60vh !important;
    }
    .banner .stage {
        margin-left: 0px !important;
        padding: 0px 0px 20px !important;
        height: 70vh !important;
    }
    .about-section,
    .benifits-section,
    .service-section,
    .globe-sec {
        padding: 30px 0px 0px !important;
    }
    .btn-12 {
        padding: 10px 14px;
        font-size: 12px;
        margin: 10px 0px 30px !important;
    }
    .service-title-area {
        display: unset !important;
    }
    .service-title-area .title-area.three {
        margin-bottom: unset !important;
    }
    .globe-sec .counter-grid {
        margin-top: 0px !important;
    }
    .home-cta .cta-left,
    .team-cta .cta-left {
        flex-direction: column !important;
    }
    .address-title {
        margin-top: 20px;
    }
    .team-single-box .image-box .image img {
        width: 100%;
    }
    .award-list {
        padding: 20px;
    }
    .award-list li .award-text p {
        font-size: 14px;
        line-height: 24px;
    }
    .award-list li .award-text h4 {
        font-size: 18px;
    }
    .pricing-section.style-3 .pricing-single-box .pricing-box-right h2 {
        font-size: 18px;
    }
    .service-icon-sec {
        margin-bottom: 10px;
    }
    .service-icon-sec img {
        width: 40px;
    }
    .pricing-section.style-3 {
        padding: 20px 0px;
    }
    .benefit-service .feature-box {
        width: 350px;
    }
    .service-box-five .inner-box {
        padding: 30px;
    }
    .service-single-box {
        padding: 30px 30px 30px;
        height: 330px;
    }
    .service-box-five {
        margin: 20px;
    }

    .testi-section .nav-btn {
        width: 75px;
        height: 48px;
    }
    .globe-sec .number {
        font-size: 30px;
    }
    .join-section {
        padding-bottom: 0px !important;
    }
    .jobs-wrapper,
    .contact-section{
        padding: 0px !important;
    }
      .contact-section.home-item-cta {
        padding: 0px 0px 40px !important;
      }
    .serv-slider {
        padding: 40px 0px 20px !important;
    }
    .service-section.compliance-page .item-left .item-wrap .text a,
    .service-section.style-6
        .service-wrapper
        .service-single-item
        .item-left
        .item-wrap
        .text
        a {
        font-size: 22px;
    }
    .service-section.style-7
        .service-wrapper
        .service-single-item
        .item-left
        .item-wrap
        .icon,
    .service-section.style-6
        .service-wrapper
        .service-single-item
        .item-left
        .item-wrap
        .icon {
        width: 60px;
        height: 60px;
    }
    .testi-section h2 {
        font-size: 30px;
    }
    .testi-section .section-header {
        margin-bottom: 40px !important;
    }
    .benifit-item .content .title {
        font-size: 18px;
    }
    .brands-slider .swiper-wrapper {
        height: 16% !important;
    }
    .brands-section {
        padding: 0px 0px 0px;
    }
    .bene-content {
        --bs-gutter-y: 0px !important;
    }
    .brands-slider img {
        max-width: 80px;
    }
    .brands-slider .swiper-wrapper {
        transition-timing-function: linear !important;
    }
    .popup-overlay .popup-box {
        background: #fff;
        width: 92%;
        margin-right: 10px;
    }
    .mission-single-box {
        gap: 14px;
    }
    .contact-phone {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .map-card {
        width: 98%;
    }
    .map-card .tab-bar {
        gap: 5px;
        padding: 18px 10px 0;
    }

    .choose-section.style-5 .choose-content-wrapper .info-box .icon img {
        width: 40px;
    }
    .choose-section.style-5 .choose-content-wrapper .info-box .icon {
        width: 60px;
        height: 60px;
    }
    .choose-list-2 {
        margin-right: 20px;
    }
    .payroll-consultant {
        overflow: hidden;
    }
    .service-box-five .inner-box .title {
        font-size: 20px;
    }
    .contact-item a {
        color: #fff !important;
    }
    .contact-item .content a {
        color: var(--bg) !important;
    }

    .cus-accor-sec h2 {
        font-size: 28px;
    }
}
.pricing-content-wrapper .staff-process-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing-content-wrapper .staff-process {
    width: 400px;
    margin: 0 auto;
}
.resume-form .input-group > .form-select {
    background-color: var(--bg);
    color: #fff;
}
/* ------------ */
.journey-sec {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.journey-sec #scroller {
    cursor: grab;
    overflow-x: auto;
    scroll-behavior: smooth;
    user-select: none; /* 🔥 important */
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none;
}

.journey-sec #scroller.active {
    cursor: grabbing;
}

/* ── Header ── */
.journey-sec .section-header {
    text-align: center;
}

.journey-sec .section-header .tag {
    display: inline-block;
    background: #fde8d0;
    color: #c9611a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 100px;
    margin-bottom: 12px;
}
.journey-sec .section-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #061333;
    line-height: 1.15;
}
.journey-sec .section-header h2 span {
    color: #ff9a04;
}
.journey-sec .section-header p {
    margin-top: 8px;
    font-size: 15px;
    color: #64748b;
}

/* ── Nav ── */
.journey-sec .nav-row {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-right: 2px;
}
.journey-sec .arrow-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ff9a04;
    background: transparent;
    color: #ff9a04;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        background 0.2s,
        color 0.2s;
}
.journey-sec .arrow-btn:hover {
    background: #ff9a04;
    color: #fff;
}

.journey-sec .scroll-wrapper {
    overflow-x: auto;
    padding: 0 10px 16px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.journey-sec .scroll-wrapper::-webkit-scrollbar {
    display: none;
}
.journey-sec .timeline-track {
    display: flex;
    align-items: stretch;
    min-width: max-content;
    height: 340px;
    position: relative;
}

.journey-sec .timeline-track::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        #ff9a04 3%,
        #ffe3bf 97%,
        transparent 100%
    );
    /* background: linear-gradient(90deg, transparent 0%, #e4ecf7 3%, #fafcff 97%, transparent 100%); */
    transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
}

.journey-sec .item {
    width: 190px;
    flex-shrink: 0;
    display: grid;
    grid-template-rows: 140px 60px 140px;
    align-items: stretch;
    justify-items: center;
    position: relative;
    z-index: 1;
}

.journey-sec .top-zone,
.bot-zone {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.journey-sec .top-zone {
    justify-content: flex-end;
}

.journey-sec .bot-zone {
    justify-content: flex-start;
}

.journey-sec .mid-zone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.journey-sec .dot {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ff9a04;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* box-shadow: 0 0 0 7px #fde8d0; */
    z-index: 3;
    transition:
        transform 0.3s,
        box-shadow 0.3s;
}
.dot-even {
    background: var(--bg) !important;
}
.journey-sec .item:hover .dot {
    /* transform: scale(1.12); */
    /* box-shadow: 0 0 0 10px #fde8d0; */
}
.journey-sec .dot img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.journey-sec .stem {
    width: 2px;
    height: 20px;
    background: #fde8d0;
    flex-shrink: 0;
}

.journey-sec .year {
    font-size: 19px;
    font-weight: 800;
    color: #061333;
    white-space: nowrap;
    line-height: 1;
    transition: color 0.2s;
}
.item:hover .year {
    color: #ff9a04;
}

.journey-sec .card {
    width: 180px;
    background: var(--card-bg);
    /* border: 1.5px solid #e2e8f0; */
    border-radius: 14px;
    padding: 12px 13px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
    color: var(--bg);
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px;
    transition:
        box-shadow 0.25s,
        border-color 0.25s,
        transform 0.25s;
}
.journey-sec .item:hover .card {
    box-shadow: 0 6px 22px rgba(233, 123, 42, 0.16);
    border-color: #fde8d0;
}

.journey-sec .item.odd .top-zone {
    flex-direction: column;
}

.journey-sec .item.odd .bot-zone {
    flex-direction: column;
}

.journey-sec .item.even .top-zone {
    flex-direction: column;
}

.journey-sec .item.even .bot-zone {
    flex-direction: column;
}

.journey-sec .item.odd:hover .card {
    transform: translateY(3px);
}
.journey-sec .item.even:hover .card {
    transform: translateY(-3px);
}

/* ------------------------- */
.cta-section.style-3 {
    margin-top: 195px;
}
.cta-section.style-3 .bg {
    height: 348px;
}
.founder-img {
    height: 530px !important;
}
.process-section.style-2 {
    margin-top: 60px;
}
/* ------------------ */
.contact-map-sec {
    width: 100%;
    margin: 0px 0px 60px;
}
.contact-map-sec .loc-card {
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    min-height: 350px;
    transition: all 0.4s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
/* -------------- */

.mission-single-box:hover .mission-icon img {
    filter: brightness(0) invert(1);
}
/* Background Image Layer */
.contact-map-sec .loc-card::before {
    content: "";
    position: absolute;
    inset: 0;

    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
}
.contact-map-sec .loc-card-1::before {
    background: url(../img/coimbatore-1.png) no-repeat center/cover;
}
.contact-map-sec .loc-card-2::before {
    background: url(../img/chennai.png) no-repeat top/cover;
}
.contact-map-sec .loc-card-3::before {
    background: url(../img/bangalore.webp) no-repeat top/cover;
}
.web-logo {
    width: 180px;
    height: 55px ;
    object-fit: cover;
}
/* Dark Overlay (optional like your 2nd image) */
.contact-map-sec .loc-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 20, 60, 0.9); /* dark blue overlay */
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
}
.payroll-intro {
    margin: 0 auto;
}
/* Hover Effect */
.contact-map-sec .loc-card:hover::before,
.contact-map-sec .loc-card:hover::after {
    opacity: 1;
}

/* Text color change on hover */
.contact-map-sec .loc-card:hover .mission-content .text {
    color: #fff !important;
}
.contact-map-sec .loc-card:hover .card-title {
    color: #fff !important;
}
.contact-map-sec .loc-card:hover .card-address {
    color: #fff !important;
}
.contact-map-sec .loc-card:hover .card-phone {
    color: #fff !important;
}
/* ------------- */

.contact-map-sec .card-content {
    padding: 1.4rem;
    position: relative;
    z-index: 1;
}
.contact-map-sec .card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.1rem;
}

.contact-map-sec .card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--gold);
}
.contact-map-sec  .card-heading{
        font-size: 24px;
    font-weight: 700;
    color: var(--bg);
}

.contact-map-sec .pin-icon {
    width: 36px;
    height: 36px;
    background: #fff4e3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-map-sec .card-address {
    font-size: 13.5px;
    color: #555;
    line-height: 1.65;
    margin-bottom: 0.9rem;
}

.contact-map-sec .card-phone {
    font-size: 13.5px;
    color: #555;
    margin-bottom: 0.2rem;
}
.contact-map-sec .map-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    transform: translateY(75%); /* only small part visible */
    transition: transform 0.5s ease;
    z-index: 2;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
}

.contact-map-sec .map-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: auto;
    transition: opacity 0.35s ease;
}
.contact-map-sec .map-overlay:hover {
    transform: translateY(0); /* fully visible */
    border-radius: 16px;
}

.contact-map-sec .map-overlay:hover .map-overlay::before {
    opacity: 0;
    pointer-events: none;
}

.contact-map-sec .map-overlay iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    pointer-events: none;
}

.contact-map-sec .map-overlay:hover .map-overlay iframe {
    pointer-events: auto;
}
/* ------------------ */
.resume-form {
    padding: 50px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.resume-form .form-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.resume-form .form-control {
    box-shadow: none !important;
    border: 1px solid #e6e6e6;
    color: var(--bg);
    background: transparent;
    padding: 10px !important;
    transition: all 0.3s ease;
}
.resume-form input::placeholder,
.resume-form select::placeholder,
.resume-form textarea::placeholder{
    color: var(--bg) !important;
}
.resume-form .form-box h3 {
    color: #ff9a04;
}

.resume-form .form-control:hover {
    border-color: #ff9a04;
}
.resume-form .form-control:focus {
    border-color: #ff9a04;
    box-shadow: none !important;
}
.resume-form .resume-btn {
    background-color: #ff9a04 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    color: #fff;
    font-weight: 700;
    font-size: 16px !important;
    padding: 8px 16px !important;
}
.resume-form .resume-btn:hover {
    color: #fff !important;
}
.bene-adv-sec .feature-single-box p {
    color: var(--bg);
    line-height: 24px;
    font-size: 14px;
    margin-top: 10px;
}
.benifits-section .title-area {
    margin-bottom: 0px !important;
}
/* ------------------------------- */
.compare-sec {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    /* text-align: center; */
}

.compare-sec .section-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #061333;
    margin-bottom: 10px;
}

.compare-sec .section-title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 56px;
    line-height: 1.2;
}

.compare-sec .section-title span {
    color: #061333;
}

.compare-sec .vs-wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0;
    align-items: start;
    position: relative;
}

.compare-sec .vs-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 245px;
    margin: 0px 30px;
    z-index: 10;
}

.compare-sec .vs-badge {
    width: 48px;
    height: 48px;
    background: #fff;
    border: 3px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    color: #64748b;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.compare-sec .card {
    border-radius: 24px;
    padding: 0 28px 36px;
    position: relative;
    overflow: visible;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
    cursor: pointer;
}

.compare-sec .card:hover {
    transform: translateY(-6px);
}

.compare-sec .avatar-circle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 4px solid #fff;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%) translateY(-20px) scale(0.7);
    opacity: 0;
    transition:
        opacity 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
    z-index: 20;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.compare-sec .card:hover .avatar-circle {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
}

.compare-sec .avatar-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.compare-sec .avatar-placeholder {
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare-sec .card-top {
    padding-top: 36px;
    padding-bottom: 10px;
    text-align: left;
}

.compare-sec .card-x {
    background: #636d7d;
    box-shadow: 0 12px 40px rgba(45, 55, 72, 0.25);
    margin-top: 55px;
    height: 445px;
}

.compare-sec .card-x .avatar-circle {
    background: #fff;
    border-color: #636d7d;
}

.compare-sec .card-x-label {
    display: inline-block;
    background: #fff;
    color: #1a202c;
    font-size: 18px;
    font-weight: 700;
    padding: 4px 20px;
    border-radius: 10px;
    margin-bottom: 8px;
}

.compare-sec .card-x-sub {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

.compare-sec .card-cumans {
    background: linear-gradient(160deg, #061333 0%, #0a1f4d 60%, #0d2a66 100%);
    /* background: linear-gradient(160deg, #1e3a8a 0%, #1d4ed8 60%, #2563eb 100%); */
    box-shadow: 0 12px 40px rgba(29, 78, 216, 0.35);
    margin-top: 55px;
}

.compare-sec .card-cumans .avatar-circle {
    border-color: #061333;
    background: #dbeafe;
}

.compare-sec .cumans-logo {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}

.compare-sec .cumans-logo-text {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -1px;
}

.compare-sec .cumans-logo-text .cu {
    color: #ff9a04;
}
.compare-sec .cumans-logo-text .mans {
    color: #fff;
}

.compare-sec .cumans-sub {
    font-size: 10px;
    color: #ff9a04;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.compare-sec .feature-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.compare-sec .feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.compare-sec .feature-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare-sec .card-x .feature-icon {
    background: rgba(255, 255, 255, 0.08);
}

.compare-sec .card-cumans .feature-icon {
    background: rgba(255, 255, 255, 0.15);
}

.compare-sec .feature-icon svg {
    width: 20px;
    height: 20px;
}

.compare-sec .card-x .feature-icon svg {
    stroke: #fff;
}
.compare-sec .card-cumans .feature-icon svg {
    stroke: #ff9a04;
}

.compare-sec .feature-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.compare-sec .card-x .feature-text {
    color: #cbd5e1;
}
.compare-sec .card-cumans .feature-text {
    color: #e0f2fe;
}

.compare-sec .feature-item + .feature-item {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    margin-top: 0;
}

.compare-sec .feature-list {
    gap: 0;
}
.compare-sec .card-cumans .card-top {
    padding-bottom: 0px !important;
}
.outline-icon {
    color: transparent;
    -webkit-text-stroke: 1px #fff; /* outline color */
}
.compare-sec .feature-item {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.compare-sec .feature-item:last-child {
    border-bottom: none;
}

.compare-sec .card::after {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 26px;
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.compare-sec .card-x::after {
    box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.4);
}

.compare-sec .card-cumans::after {
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.5);
}

.compare-sec .card:hover::after {
    opacity: 1;
}

.compare-sec .hover-hint {
    margin-top: 32px;
    font-size: 12px;
    color: #94a3b8;
    letter-spacing: 0.5px;
}

@media (max-width: 640px) {
    .compare-sec .vs-wrapper {
        grid-template-columns: 1fr;
        margin: 0px 20px 20px;
    }
    .contact-map-sec .loc-card {
        margin-bottom: 20px;
    }
    .compare-sec .sec-title {
        margin-bottom: 0px;
    }
    .compare-sec .vs-divider {
        padding-top: 16px;
        padding-bottom: 16px;
        display: none;
    }
    .compare-sec .card {
        margin-top: 55px;
    }
}
.resume-form .form-select {
    line-height: 40px;
    /* margin-top: 2px; */
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}

/* Chrome, Safari, Edge */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
/* ----------------- */
.finance-section {
    background: var(--bg);
    padding: 60px 0px 60px !important;
    margin-top: 60px;
}

.finance-section .custom-tabs .nav-link {
    color: #cfe7e6;
    border: none;
    position: relative;
}
.finance-section .tab-pane img {
    width: 450px !important;
}
.finance-section .tab-content {
    margin: 20px 0px;
}
.finance-section .custom-tabs .nav-link.active,
.finance-section .custom-tabs .nav-link.hover {
    color: #fff !important;
    background: transparent !important;
    border: none !important;
}
.finance-section .nav-tabs .nav-link {
    border: none !important;
    color: #fff !important;
}
.finance-section .nav-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Bottom underline animation */
.finance-section .custom-tabs .nav-link::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: 0.3s;
}

.finance-section .custom-tabs .nav-link:hover::after {
    width: 100%;
}
.finance-section .custom-tabs .nav-link.active::after {
    width: 100%;
}

/* Text styling */
.finance-section h2 {
    font-size: 42px;
    margin: 0 auto 15px auto;
    color: #fff;
    max-width: 770px;
}
.team-detail-img{
    width: 100%;
    max-width:290px !important;
}
.team-small{
    max-width: 225px !important;
}
.team-small-1{
    height:300px !important;
    object-fit: cover;
    
}
.team-small-2{
    height:400px !important;
    object-fit: cover;

    
}
.team-detail-img-sec{
    display: flex;
    padding: 20px;
    margin-right: 25px;
    justify-content: center;
    border: 1px solid transparent;
    transition:all 0.5s ease;
    border-radius: 0px 50px 0px 50px;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
}

.team-detail-img-sec:hover{
border-radius: 50px 0px 50px 0px;
box-shadow: none;
border: 1px solid #e2dfdf;
}
.finance-section .tab-pane h2 {
    font-size: 25px;
    margin-bottom: 5px;
    color: #fff;
}

.finance-section p {
    color: #fff !important;
}
.team-detail h5 {
    font-size:18px;
    margin-bottom:20px;
    text-transform: uppercase;
}
.job-details h5{
    font-size:18px ;
    margin:10px 0px;
    text-transform: none !important;
}
.job-content-item .title,
.job-form-item h3{
    font-size: 26px;
    margin-bottom: 6px;
}
.team-detail .post-resume-sec {
    margin: 0px auto !important;
}
.team-detail p {
    color: var(--bg) !important ;
}
.team-detail ul li {
    /* list-style: disc; */
    color: var(--bg) !important ;
    margin: 0px 0px 10px 20px;
}
.team-detail ul li::marker {
    color: #ff9a04;
    font-size: 18px;
}
/* List style */
.finance-section li {
    margin-bottom: 8px;
}
/* ----------------------- */
.team-container .card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: var(--bg);
    cursor: pointer;
    transition: 0.4s ease;
}

/* INNER CONTENT */
.team-container .card-inner {
    padding: 40px 20px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
}

/* GLOW BORDER EFFECT */
.team-container .card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    padding: 2px;
    background: linear-gradient(120deg, #ff9a04, #00c6ff, #ff9a04);
    background-size: 300% 300%;
    animation: borderMove 5s linear infinite;
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

/* HOVER LIFT + DEPTH */
.team-container .card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

/* SHIMMER EFFECT */
.team-container .card::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    transform: skewX(-25deg);
}

.team-container .card:hover::after {
    left: 120%;
    transition: 0.7s;
}

/* TEXT */
.team-container .card h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
}

.team-container .card p {
    color: #fff;
    margin-bottom: 20px;
}

/* BUTTON */
.team-container .btn {
    display: inline-block;
    padding: 10px 22px;
    background: #ff9a04;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

/* BUTTON SLIDE EFFECT */
.team-container .btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    transform: translateX(-100%);
    transition: 0.3s;
    z-index: -1;
}

.team-container .btn:hover::before {
    transform: translateX(0);
}
/* 
.team-container .btn:hover {
  color: #ff9a04;

} */
.team-detail {
    margin: 60px 0px;
}
.team-detail .sub-title {
    color: var(--bg) !important;
}
.team-detail .social-icons {
    margin-top: 10px;
}

.team-detail .social-icons a {
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
    background-color: #ff9a04;
    border-radius: 50%;
    padding: 8px 9px;
}

.team-detail .social-icons a:hover {
    color: var(--bg);
}
.team-detail .small-title{
    font-size: 24px !important;
}
/* BORDER ANIMATION */
@keyframes borderMove {
    0% {
        background-position: 0%;
    }
    100% {
        background-position: 300%;
    }
}
/* ----------------- */
.current-open {
    padding: 60px 0px;
}
.current-open .search-bar {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 60%, #0f3460 100%);
    padding: 28px 32px;
    display: flex;
    justify-content: center;
}
.current-open .search-form {
    display: flex;
    width: 100%;
    max-width: 680px;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}
.current-open .search-icon {
    background: #fff;
    padding: 0px 0px 0px 20px ;
    display: flex;
    align-items: center;
    color: #888;
    font-size: 16px;
}
.current-open .search-input {
    flex: 1;
    border: none !important;
    outline: none;
    padding: 12px 16px;
    border-radius: 0px !important;
    font-size: 14px;
    color: #333;
    background: #fff;
}
.current-open .search-btn {
    background: var(--gold);
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    transition: background 0.18s;
}
.current-open .search-btn:hover {
    background: var(--bg);
}

.current-open .filters {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 60%, #0f3460 100%);
    padding: 24px 20px;
    min-height: 100%;
}
.current-open .filters h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.current-open .filter-group {
    margin-bottom: 16px;
}
.current-open .filter-group label {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}
.current-open .filter-group select,
.current-open .filter-group input {
    width: 100%;
    padding: 0px 12px;
    height: 45px;
    line-height: 35px;
    border-radius: 6px;
    border: none;
    font-size: 13px;
    color: #333;
    background: #fff;
    outline: none;
    margin-bottom: 8px;
}
.current-open .filter-row {
    display: flex;
    gap: 8px;
}
.current-open .filter-row input,
.current-open .filter-row select {
    flex: 1;
}
.current-open .refine-btn {
    width: 100%;
    padding: 11px;
    background: #fff;
    color: var(--bg);
    border: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 6px;
    transition: background 0.18s;
}
.current-open .refine-btn:hover {
    background: #e8f0ff;
}
.current-open .clear-link {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
    cursor: pointer;
    text-decoration: underline;
}

.current-open .results {
    /* flex: 1;  */
    padding: 20px 24px;
}
.current-open .results-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 10px;
}
.current-open .results-count {
    font-size: 18px;
    font-weight: 600;
    color: #222;
}
.current-open .results-count span {
    color: var(--gold);
    font-size: 22px;
    font-weight: 700;
}

.current-open .pagination {
    display: flex;
    gap: 4px;
}
.current-open .page-btn {
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    color: #444;
    transition:
        background 0.15s,
        color 0.15s;
}
.current-open .page-btn:hover,
.current-open .page-btn.active {
    background: var(--bg);
    color: #fff;
    border-color: var(--bg);
}

/* ── Job Cards ── */
.current-open .job-card {
    background: #fff;
    border: 1px solid #e8eaf0;
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 12px;
    transition:
        box-shadow 0.18s,
        border-color 0.18s;
}
.current-open .job-card:hover {
    box-shadow: 0 4px 16px rgba(30, 144, 255, 0.1);
    border-color: rgba(6, 19, 51, 0.1) !important;
}
.current-open .job-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--gold);
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
    line-height: 1.4;
    transition: color 0.15s;
}
.current-open .job-title:hover {
    color: var(--gold);
    text-decoration: underline;
}
.current-open .job-meta i,
.current-open .job-card i {
    color: var(--bg);
}
.job-loca-sec{
    color: var(--bg);
    margin-bottom: 0px;
}
.job-details .job-content-item i {
    color: var(--orange);
}
.current-open .job-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 12px;
    color: #888;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.current-open .job-desc {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
}
/* ----------------- */
.post-resume-sec {
    padding: 10px 0px 20px;
    max-width: 1000px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    margin: 40px auto;
}
/* ---------------- */
 
  .card-contact-item{
    display: none;
  }
  .coming-sec{
    margin: 10px 0px 30px;
  }
.hrms-logo{
    width: 182px;
    height: 45px !important;
    object-fit: cover;
}
.coming-sec h3{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.coming-sec ul h6{
    font-size: 18px;
     font-weight: 600;
}
.coming-sec ul h6{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}
.coming-sec ul{
    list-style: disc;
    padding-left: 20px;
     color: var(--bg);
}
.hrms-main-img{
    margin-right: 40px;
    /* height: 800px !important; */
}
.coming-sec h6{
font-size: 16px;
margin-bottom:10px;
}
.coming-sec h4{
    font-size: 18px;
    font-weight: 600;
     margin-bottom: 8px;
}
.hrms-main-content{
    margin-top:-40px;
}
.coming-sec p{
    font-size: 14px;
    color: var(--bg);
    line-height: 1.6;
    margin-bottom: 10px;
}
.coming-title-sec{
    margin:20px 20px 40px;
}
.member-title h4{
    font-size:24px !important;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.ani-text-sec{
    background-color: var(--bg);
    border-radius: 6px;
    padding: 10px 15px;
}
 .bounce-line {
      display: flex;
      align-items: flex-end;
      gap: 6px;
    }

    .word {
      display: flex;
      align-items: flex-end;
      gap: 2px;
    }
.rocket-img{
        transform: rotate(43deg);
        width: 70px;
}
    .word + .word {
      margin-left: 15px;
    }

    .bounce-line span {
      display: inline-block;
      line-height: 1;
      font-size: 16px;
      animation: bounce 1.6s ease-in-out infinite, colorCycle 3s linear infinite;
    }

    @keyframes bounce {
      0%, 100% { transform: translateY(0); }
      40%       { transform: translateY(-6px); }
      60%       { transform: translateY(0); }
      75%       { transform: translateY(-4px); }
      90%       { transform: translateY(0); }
    }

    @keyframes colorCycle {
      0%   { color: #ffffff; }
      33%  { color: #ff9a04; }
      66%  { color: #7fa8e8; }
      100% { color: #ffffff; }
    }

    /* COMING — 6 letters */
    .w1 span:nth-child(1) { animation-delay: 0s,     0s; }
    .w1 span:nth-child(2) { animation-delay: 0.09s, -0.30s; }
    .w1 span:nth-child(3) { animation-delay: 0.18s, -0.60s; }
    .w1 span:nth-child(4) { animation-delay: 0.27s, -0.90s; }
    .w1 span:nth-child(5) { animation-delay: 0.36s, -1.20s; }
    .w1 span:nth-child(6) { animation-delay: 0.45s, -1.50s; }

    /* SOON — stagger continues from COMING */
    .w2 span:nth-child(1) { animation-delay: 0.54s, -1.80s; }
    .w2 span:nth-child(2) { animation-delay: 0.63s, -2.10s; }
    .w2 span:nth-child(3) { animation-delay: 0.72s, -2.40s; }
    .w2 span:nth-child(4) { animation-delay: 0.81s, -2.70s; }

    .job-form-item{
        position: sticky;
        top: 100px;
    }