/*
 * Custom CSS for: Home
 * Page: /home
 * Generated: 2026-07-24 06:34:07
 */

/* ==============================
                Home
    =============================== */

.floating-icon-container {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible;
    z-index: 1;
    top: 0;
    left: 0;
}

.icon {
    position: absolute;
    width: 59px;
    height: 59px;
    animation: float 6s infinite ease-in-out;
}

.icon-1 {
    left: 20%;
    top: 25%
}

.icon-2 {
    left: 6%;
    top: 38%;
}

.icon-3 {
    left: 22%;
    top: 60%;
}

.icon-4 {
    left: 15%;
    top: 68%;
}

.icon-5 {
    right: 20%;
    top: 25%;
}

.icon-6 {
    right: 7%;
    top: 38%;
}

.icon-7 {
    right: 22%;
    top: 63%;
}

.icon-8 {
    right: 19%;
    top: 68%;
}

section.hero {
    width: 100%;
    height: 100%;
    background: url("/storage/media/grid-with-color-1-1.webp");
    top: 0;
    left: 0;
    padding: 350px 0px 200px 0px !important;
    background-size: cover;
    position: relative;
    background-position: center;
    overflow: hidden;
}

.hero-content h1 {
    color: var(--jdg-white);
    font-size: clamp(40px, 4vw, 72px) !important;
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--jdg-heading-font-family);
}

.hero-content p {
    color: var(--jdg-white);
    font-size: 1.125rem;
    font-family: var(--jdg-body-font-family);
    margin: 0px;
}

.meeting-btn {
    margin-top: 60px;
}

.logo-slider-main {
    padding-bottom: 0;
}

/* ============================================
    Logo Slider
    =============================================== */

.logo-slider {
    width: 100%;
    overflow: hidden;
    padding: 0 20px 0 0;
}

.logo-track {
    display: flex;
    gap: 20px;
    /* animation: scroll 10s linear infinite; */
    animation: jdgScroll 50s linear infinite;
}

.logo-item {
    position: relative;
    height: 70px;
    flex: 0 0 calc((100% - 8 * 20px) / 9);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background: transparent;
    overflow: hidden;
    transition:
        background 0.3s ease,
        border-color 0.3s ease;
}

.logo-item:hover {
    background: var(--jdg-white);
    border-color: var(--jdg-white);
}

.logo-item img {
    position: absolute;
    width: 80%;
    height: 80%;
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
}

/* default: show white logo */
.logo-item .bw {
    opacity: 1;
}

/* hide dark version initially */
.logo-item .color {
    opacity: 1;
}

/* on hover: show dark version */
/*.logo-item:hover .bw {*/
/*    opacity: 0;*/
/*}*/

/*.logo-item:hover .color {*/
/*    opacity: 1;*/
/*}*/

.logo-slider:hover .logo-track {
    animation-play-state: paused;
}

/* ============================================
    SERVICES
    =============================================== */
.service-card {
    background: linear-gradient(135deg,
            rgba(30, 30, 30, 0.8) 0%,
            rgba(20, 20, 20, 0.9) 100%);
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: linear-gradient(180deg,
            rgba(99, 102, 241, 0.15) 0%,
            rgba(99, 102, 241, 0.05) 50%,
            transparent 100%);
    border-radius: 0 12px 0 0;
    opacity: 0;
}

.service-card:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.card-icon {
    width: 70px;
    height: 0;
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    opacity: 0;
    transform: translateY(50px) scale(0.5);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 2;
    overflow: hidden;
    flex-shrink: 0;
}

.service-card:hover .card-icon {
    height: 70px;
    margin-bottom: 10px;
    opacity: 1;
    transform: translateY(0) scale(1);
}

.card-icon svg {
    width: 35px;
    height: 35px;
    fill: white;
    flex-shrink: 0;
}

.card-icon svg {
    width: 35px;
    height: 35px;
    fill: white;
}

.service-description {
    color: #D4D4D8;
    font-family: var(--jdg-body-font-family);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.learn-more {
    color: var(--jdg-white);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    z-index: 2;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.learn-more::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #6366f1 0%, #4f46e5 100%);
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card:hover .learn-more::after {
    width: 100%;
}

.learn-more:hover {
    color: #6366f1;
}

/* ============================================
    WORK
    =============================================== */

.stack-slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    /*height: 589px;*/
    aspect-ratio: 1366 / 485;
    perspective: 1200px;
    perspective-origin: 50% 50%;
}

.slide {
    position: absolute;
    inset: 0;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    font-weight: 700;
    color: var(--jdg-white);
    will-change: transform, opacity, filter;
    /* FIX: 0.85s instead of 1.5s — fully settles before next cycle */
    transition:
        transform 0.85s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.85s cubic-bezier(0.4, 0, 0.2, 1),
        filter 0.85s cubic-bezier(0.4, 0, 0.2, 1),
        z-index 0s linear 0.425s;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
    display: block;
}

/* Stack positions — pos-2 is center/active */
.pos-0 {
    transform: translateY(-110px) scale(0.88) rotateX(8deg);
    opacity: 0.35;
    z-index: 1;
    filter: blur(2px) brightness(0.6);
}

.pos-1 {
    transform: translateY(-55px) scale(0.94) rotateX(4deg);
    opacity: 0.65;
    z-index: 2;
    filter: blur(0.8px) brightness(0.8);
}

.pos-2 {
    transform: translateY(0) scale(1) rotateX(0deg);
    opacity: 1;
    z-index: 5;
    filter: blur(0px) brightness(1);
}

.pos-3 {
    transform: translateY(55px) scale(0.94) rotateX(-4deg);
    opacity: 0.65;
    z-index: 2;
    filter: blur(0.8px) brightness(0.8);
}

.pos-4 {
    transform: translateY(110px) scale(0.88) rotateX(-8deg);
    opacity: 0.35;
    z-index: 1;
    filter: blur(2px) brightness(0.6);
}

.about-card-content-title {
    font-size: 24px;
    font-weight: 600;
}

/* Slides outside the 5 slots — fade out smoothly, no jump */
.slide-hidden {
    opacity: 0 !important;
    pointer-events: none;
    z-index: 0;
    transition:
        opacity 0.85s cubic-bezier(0.4, 0, 0.2, 1),
        filter 0.85s cubic-bezier(0.4, 0, 0.2, 1);
}

.work-btn-box {
    padding-top: 60px;
}

/* Dots */
.work .slider-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 80px;
    position: relative;
    z-index: 10;
    padding: 20px 0;
}

.work-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    padding: 0;
}

.work-dot:hover {
    background: rgba(255, 255, 255, 0.8);
}

.work-dot.active {
    background: var(--jdg-btn-gradient);
    width: 35px;
    border-radius: 6px;
    border: 0;
    background-size: cover;
    border-color: transparent;
}

.work {
    overflow: visible;
}

.service-title {
    color: var(--jdg-white);
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.3;
    position: relative;
    z-index: 2;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================
    ABOUT
    =============================================== */
/* LEFT CARD */
/* ── SECTION ── */
.about {
    position: relative;
    padding: 100px 0 120px;
    overflow: hidden;
}

/* LEFT CARD */
.about-card {
    position: relative;
    backdrop-filter: blur(14.5px);
    -webkit-backdrop-filter: blur(14.5px);
    background: rgba(255, 255, 255, 0.01);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.7);
    padding: 15px 17px;
    border: 1px solid transparent;
    background-clip: padding-box;
}

/* static gradient border */
.about-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 21px;
    background: linear-gradient(150.09deg, rgba(49, 249, 187, 0.5) -3.04%, rgba(79, 70, 229, 0.5) 80.38%);
    z-index: 0;
    pointer-events: none;
}

.about-card::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 19px;
    background: #0d0e24;
    z-index: 1;
}

.about-card>* {
    position: relative;
    z-index: 2;
}

.about-img {
    width: 100%;
    display: block;
    border-radius: 15px;
}

.about-card-content {
    padding: 29px 0px 0px 0px;
}

.about-card-content-title {
    font-family: var(--jdg-heading-font-family);
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--jdg-white);
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-card-content-title .icon-wrap {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(79, 70, 229, 0.25);
    border: 1px solid rgba(79, 70, 229, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #a5b4fc;
}

.about-card-content-desc {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--jdg-gray);
    line-height: 1.7;
    margin: 0;
}

/* RIGHT CONTENT */
.section-main-title {
    font-family: var(--jdg-heading-font-family);
    font-size: clamp(2rem, 2.5vw, 3rem);
    font-weight: 400;
    color: var(--jdg-white);
    line-height: 1.25;
    margin-bottom: 35px;
}

.about-desc {
    color: var(--jdg-gray);
    font-size: 1.125rem;
    max-width: 100%;
    font-family: var(--jdg-body-font-family);
}

/* STATS */
.stat-text-img {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* STAT BOX */
.stat-box {
    background: #0d0e1f;
    border-radius: 16px;
    padding: 20px 22px 22px;
    position: relative;
    border: none;
    height: 100%;
}

.stat-box::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 17px;
    background: linear-gradient(150.09deg, rgba(49, 249, 187, 0.5) -3.04%, rgba(79, 70, 229, 0.5) 80.38%);
    z-index: 0;
    pointer-events: none;
}

.stat-box::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 15px;
    background: #0d0e1f;
    z-index: 1;
}

.stat-box>* {
    position: relative;
    z-index: 2;
}

/* LEFT CARD — one rotated card behind */
.about-card-wrapper {
    position: relative;
    margin-bottom: 10px;
}

/* single backward card — same gradient border as main card */
.about-card-wrapper::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 21px;
    background: linear-gradient(150.09deg, rgba(49, 249, 187, 0.5) -3.04%, rgba(79, 70, 229, 0.5) 80.38%);
    transform: rotate(-4deg) translate(-18px, 8px);
    transform-origin: bottom center;
    z-index: 0;
}

.about-card-wrapper::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 19px;
    background: #0d0e24;
    transform: rotate(-4deg) translate(-18px, 8px);
    transform-origin: bottom center;
    z-index: 0;
}

.about-card-wrapper .about-card {
    position: relative;
    z-index: 2;
}

.stat-label {
    font-family: var(--jdg-heading-font-family);
    font-weight: 400;
    color: var(--jdg-gray);
    font-size: 0.875rem;
}

/* HEADER */
.stat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    letter-spacing: 1px;
    color: #9ca3af;
    text-transform: uppercase;
}

/* ICON */
.stat-icon {
    font-size: 14px;
    color: #e5e7eb;
}

.stat-icon-wrap {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(79, 70, 229, 0.18);
    border: 1px solid rgba(79, 70, 229, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    /*color: #a5b4fc;*/
}

/* DIVIDER LINE */
.stat-line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin: 12px 0 28px;
}

/* NUMBER */
.stat-box h3 {
    font-family: var(--jdg-heading-font-family);
    font-size: clamp(3rem, 2vw, 6.25rem);
    font-weight: 500;
    color: var(--jdg-white);
    margin-bottom: 10px;
}

/* TEXT */
.stat-box p {
    font-size: 1rem;
    color: var(--jdg-gray);
    font-family: var(--jdg-body-font-family);
}

.stat-box p.stat-sub {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.35);
}

/* star rating */
.stars {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.stars .star-row {
    display: flex;
    gap: 3px;
}

.stars .star-row i {
    font-size: 13px;
    color: #FBBC04;
}

.google-label {
    font-size: 0.75rem;
    color: var(--jdg-gray);
    font-weight: 500;
    letter-spacing: 0.02em;
}

/* country flags */
.flags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.flags span {
    font-size: 1.3rem;
    line-height: 1;
}

/* ============================================
    Service Tech
    =============================================== */
/* Shimmer Headline */
.headline-container {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.headline-container::before,
.headline-container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: 2;
    pointer-events: none;
}

.headline-container::before {
    left: 0;
    background: linear-gradient(to right,
            rgba(15, 15, 16, 1) 0%,
            rgba(15, 15, 16, 0.8) 30%,
            rgba(15, 15, 16, 0) 100%);
}

.headline-container::after {
    right: 0;
    background: linear-gradient(to left,
            rgba(15, 15, 16, 1) 0%,
            rgba(15, 15, 16, 0.8) 30%,
            rgba(15, 15, 16, 0) 100%);
}

.headline-scroll {
    display: flex;
    white-space: nowrap;
    animation: scroll 40s linear infinite;
    font-family: var(--jdg-heading-font-family);
    font-size: 7.5rem;
    font-weight: 400;
}

.headline-text {
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 400;
    margin: 0 3rem;
    /*background: linear-gradient(*/
    /*    90deg,*/
    /*    rgba(40, 40, 40, 0.6) 0%,*/
    /*    rgba(80, 80, 80, 0.8) 20%,*/
    /*    rgba(150, 150, 150, 1) 40%,*/
    /*    rgba(200, 200, 200, 1) 0% , rgba(200, 200, 200, 1)100%,*/
    /*    rgba(150, 150, 150, 1) 60%,*/
    /*    rgba(80, 80, 80, 0.8) 80%,*/
    /*    rgba(40, 40, 40, 0.6) 100%*/
    /*);*/
    background: linear-gradient(90deg,
            rgba(200, 200, 200, 1) 0%, rgba(200, 200, 200, 1)100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /*animation: shimmer 8s ease-in-out infinite;*/
}

/* Service Tech Heading */
.service-tech-heading {
    padding: 60px 0;
}

.service-tech-heading .section-main-title {
    width: 65%;
}

/*.award-title h2 {*/
/*    font-weight: 400;*/
/*    font-size: clamp(28px, 4vw, 48px);*/
/*    line-height: clamp(36px, 5vw, 58px);*/
/*    letter-spacing: -0.03em;*/
/*    color: #ffffff;*/
/*    margin-bottom: 80px;*/
/*}*/

/*.main-heading {*/
/*    font-size: clamp(2rem, 3vw, 3rem);*/
/*    font-weight: 300;*/
/*    line-height: 1.3;*/
/*    color: var(--jdg-white);*/
/*    margin-bottom: 80px;*/
/*}*/

.heading-emoji {
    /* display: inline-flex; */
    align-items: center;
    gap: 0.5rem;
}

.primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 2rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    letter-spacing: 1px;
    transition: all 0.8s ease;
}

.primary-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

/* growth slider */
.growth-slider {
    width: 100%;
    overflow: hidden;
    /* Space for scaling */
    position: relative;
}

/* The Track moves inside the container */
.growth-track {
    display: flex;
    gap: 30px;
    width: max-content;
    will-change: transform;
}

.growth-card {
    flex-shrink: 0;

    /* Transition for smooth active state */
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;

    /* Keep your existing styles */
    padding: 25px;
    background: rgba(255, 255, 255, 0.01);
    border-radius: 25px;
    position: relative;
    border: none;
    display: flex;
    flex-direction: column;
}

.growth-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 25px;
    padding: 1px;
    background: linear-gradient(150.09deg,
            rgba(49, 249, 187, 0.3) -3.04%,
            rgba(79, 70, 229, 0.3) 80.38%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

p.growth_heading{
    font-style: normal;
    font-weight: 700;
    font-size: clamp(48px, 8vw, 106px) !important;
    line-height: 0.86 !important;
    text-align: center !important;
    letter-spacing: -0.03em !important;
    background: linear-gradient(180deg,
            #ffffff 0%,
            rgba(10, 10, 10, 0) 113.24%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent !important;
}

.growth-title p {
    font-weight: 700;
    font-size: clamp(14px, 1.2vw, 18px);
    line-height: clamp(18px, 1.4vw, 20px);
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
}


.growth-card {
    width: 400px !important;
}

.growth-title hr {
    border: 1px solid rgba(255, 255, 255, 0.12);
    /*width: clamp(280px, 40vw, 342px);*/
    width:100%;
}

.growth-title {
    margin-bottom: 30px;
}

.growth-img {
    border-radius: 15px;
    margin-bottom: 30px;
}

.growth-img img {
    border-radius: 15px;
}

.growth-cn p.title {
    font-weight: 700;
    font-size: clamp(14px, 1.3vw, 18px);
    line-height: clamp(18px, 1.6vw, 23px);
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 13px;
}

.growth-cn p {
    font-weight: 400;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: clamp(18px, 1.6vw, 23px);
    text-align: center;
    color: #d4d4d8;
;
}

.growth-card.active {
    background: linear-gradient(340.65deg, #0b0573 -12.99%, #0f0f10 91.84%);
}

.growth-card.active p {
    color: #fff;
}

/* Container for the dots */
.growth-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
    /* Space between slider and dots */
    width: 100%;
    position: relative;
    z-index: 10;
}

/* The Dot Styling */
.growth-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

/* Active Dot Styling */
.growth-dot.active {
    background: var(--jdg-btn-gradient);
    width: 35px;
    border-radius: 6px;
    background-size: cover;
    border: 0;
}

/* Hover Effect */
.growth-dot:hover {
    background: rgba(255, 255, 255, 0.8);
}

/* ============================================
    TESTIMONIALS
    =============================================== */
/* LEFT */
.left-wrapper {
    position: relative;
    min-height: 312px;
}

/*.left-content h2 {*/
/*    font-size: 3rem;*/
/*    font-weight: 300;*/
/*    line-height: 1.3;*/
/*    color: var(--jdg-white);*/
/*    max-width: 100%;*/
/*}*/

/* AVATARS */
.avatar-group {
    display: inline-block;
    margin: 0 18px;
    margin-right: 8px;
}

.avatar-group img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #000;
    margin-left: -18px;
}

/* STICKY STATES */
.left-fixed {
    position: fixed;
    top: 90px;
    z-index: 10;
}

.left-stop {
    position: absolute;
    bottom: 0;
    top: auto;
}

/* RIGHT */
.testimonials {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.testimonial-card {
    position: relative;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.testimonial-card.light {
    background: #fff;
    color: #111;
    border: 1px solid transparent;
}

.testimonial-card.light p {
    color: #333;
}

.testimonial-card.light .author span {
    color: #333;
}

.testimonial-card .author strong {
    font-family: var(--jdg-body-font-family);
    font-weight: 400;
    font-size: 1.25rem;
}

.testimonial-card.dark {
    background: #111;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.stars {
    color: #ff9f1c;
    font-size: 14px;
}

.testimonial-card p {
    font-size: clamp(1.5625rem, 1.8vw, 2rem);
    line-height: 40px;
    font-family: var(--jdg-heading-font-family);
    font-weight: 300;
}

.author {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 15px;
    font-size: 13px;
}

.dark .author {
    border-color: rgba(255, 255, 255, 0.1);
}

.author span {
    display: block;
    font-size: 0.875rem;
    color: var(--jdg-gray);
    font-family: var(--jdg-body-font-family);
    font-weight: 400;
}

/* CARD AVATAR */
.card-avatar {
    position: absolute;
    bottom: 18px;
    right: 18px;
}

.card-avatar img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

/* ============================================
    BLOG
    =============================================== */

.blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.blog-card-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.1);
}

.blog-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.3) 0%,
            rgba(0, 0, 0, 0.7) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.blog-card:hover .blog-card-overlay {
    opacity: 1;
}

.blog-card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}

.blog-card-top {
    transform: translateY(-30px);
    opacity: 0;
    transition: all 0.4s ease 0.1s;
}

.blog-card:hover .blog-card-top {
    transform: translateY(0);
    opacity: 1;
}

.blog-category {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
}

.blog-date {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.5px;
}

.blog-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 15px;
}

.blog-card-bottom {
    display: flex;
    justify-content: flex-end;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.4s ease 0.2s;
}

.blog-card:hover .blog-card-bottom {
    transform: translateY(0);
    opacity: 1;
}

.blog-arrow {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.blog-arrow svg {
    width: 20px;
    height: 20px;
    stroke: #000;
    stroke-width: 2;
    transition: transform 0.3s ease;
}

.blog-arrow svg path {
    stroke: #000 !important;
}

.blog-btn-container {
    margin-top: clamp(20px, 2vw, 30px);
}

/* Mobile Slider */
.mobile-slider-wrapper {
    display: none;
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}

.mobile-slider {
    display: flex;
    transition: transform 0.5s ease;
    gap: 20px;
}

.mobile-slider .blog-card {
    min-width: 85%;
    flex-shrink: 0;
}

.award-logo .logo-pill img {
    width: 274px;
    height: 216px;
}

@media screen and (max-width: 1599px) {
    .service-tech-wrapper {
        padding-top: 0 !important;
    }

    .service-tech-tags {
        margin-bottom: 1rem !important;
    }

    .left-fixed {
        top: 40px;
    }

    .cta-content {
        max-width: 900px !important;
    }

    .service-tech-wrapper {
        padding-top: 0 !important;
    }

    .service-tech-content {
        padding-right: 3.5rem !important;
    }

    .service-tech-gallery {
        max-width: 650px !important;
    }
}

@media (min-width: 1600px) {
    .icon-1 {
        left: 24%;
        top: 26%;
    }

    .icon-2 {
        left: 11%;
        top: 40%;
    }

    .icon-3 {
        left: 20%;
        top: 61%;
    }

    .icon-4 {
        left: 27%;
        top: 73%;
    }

    /* Right side icons */

    .icon-5 {
        right: 24%;
        top: 26%;
    }

    .icon-6 {
        right: 9%;
        top: 40%
    }

    .icon-7 {
        right: 17%;
        top: 60%
    }

    .icon-8 {
        right: 21%;
        top: 73%;
    }
}

/*@media screen and (max-height: 800px) {*/
/*.hero {*/
/*    padding-top: 250px;*/
/*}*/
/*.about {*/
/*    padding: 75px 165px;*/
/*}*/
/*.about-desc {*/
/*    max-width: 725px;*/
/*}*/
/*.service-tech {*/
/*    padding: 75px 200px;*/
/*}*/
/* Left side icons */

/*.services .container {*/
/*    padding: 0px 140px;*/
/*}*/
/*}*/

@media screen and (max-width: 1399px) {
    .blog-card {
        height: 420px !important;
    }

    .service-card {
        padding: 30px 20px !important;
        height: 350px !important;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .service-card {
        padding: 20px 15px !important;
        height: 370px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
    .logo-item {
        height: 60px;
        flex: 0 0 calc((100% - 8 * 20px) / 6);
    }
}

@media (max-width: 1439px) and (max-height: 799px) {
    section.hero {
        padding-top: 300px !important;
    }
}

@media (max-width: 769px) {
    .service-tech-heading .section-main-title {
        width: 100%;
    }

    .mobile-slider-wrapper {
        padding-bottom: 0;
    }

    .blog-card-overlay {
        opacity: 1;
    }

    .blog-card-top {
        transform: translateY(0);
        opacity: 1;
    }

    .blog-card-bottom {
        transform: translateY(0);
        opacity: 1;
    }

    .blog-card-image img {
        transform: scale(1);
    }

    .blog-card:hover .blog-card-image img {
        transform: scale(1);
    }
}

@media (max-width: 576px) {
    section.about {
        padding-bottom: 0 !important;
    }

}

/* ============================================
    BLOG CARD - TEAM CARD INSPIRED REDESIGN
    (Add at end, remove entire block to revert)
    =============================================== */

.blog-section .blog-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    align-items: stretch !important;
}

.blog-section .blog-card {
    position: relative !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    height: auto !important;
    min-height: 480px !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 10px !important;
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    transition: all 0.4s ease-in-out !important;
    transform: none !important;
}

.blog-section .blog-card .blog-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.blog-section .blog-card .blog-excerpt {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.blog-section .blog-card:hover {
    background: linear-gradient(340.65deg,
            #0f0f10 -12.99%,
            #0b0573 91.84%) !important;
    transform: translateY(-6px) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

/* ── Image block ── */
.blog-section .blog-card .blog-card-image {
    position: relative !important;
    width: 100% !important;
    height: 220px !important;
    border-radius: 13px !important;
    overflow: hidden !important;
    background: rgba(255, 255, 255, 0.05) !important;
    flex-shrink: 0 !important;
}

.blog-section .blog-card:hover .blog-card-image {
    background: rgba(255, 255, 255, 0.08) !important;
}

.blog-section .blog-card .blog-card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.6s ease !important;
    clip-path: none !important;
    transform: scale(1) !important;
    opacity: 1 !important;
}

.blog-section .blog-card:hover .blog-card-image img {
    transform: scale(1.06) !important;
}

.blog-section .blog-card .blog-card-overlay {
    display: none !important;
}

/* ── Content block ── */
.blog-section .blog-card .blog-card-content {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    padding: 22px 20px 18px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    flex: 1 !important;
    z-index: auto !important;
}

/* ── Top: category + date ── */
.blog-section .blog-card .blog-card-top {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
    margin-bottom: 14px !important;
}

.blog-section .blog-card:hover .blog-card-top {
    transform: none !important;
    opacity: 1 !important;
}

.blog-section .blog-card .blog-meta {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-bottom: 20px !important;
}

.blog-section .blog-card .blog-category {
    display: inline-block !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: rgba(255, 255, 255, 0.45) !important;
}

.blog-section .blog-card .blog-date {
    font-size: 10px !important;
    color: rgba(255, 255, 255, 0.3) !important;
}

.blog-section .blog-card .blog-title {
    font-family: "Funnel Display", sans-serif !important;
    font-weight: 400 !important;
    font-size: clamp(1.2rem, 1.4vw, 1.5rem) !important;
    line-height: 1.35 !important;
    color: #ffffff !important;
    margin: 0 0 10px 0 !important;
}

.blog-section .blog-card .blog-excerpt {
    font-size: 0.825rem !important;
    line-height: 1.6 !important;
    color: #d4d4d8 !important;
    margin: 0 !important;
}

/* ── Bottom: arrow ── */
.blog-section .blog-card .blog-card-bottom {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
    display: flex !important;
    justify-content: flex-end !important;
    padding-top: 16px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
    margin-top: auto !important;
    -webkit-transform:;
    -moz-transform:;
    -ms-transform:;
    -o-transform:;
}

.blog-section .blog-card:hover .blog-card-bottom {
    transform: none !important;
    opacity: 1 !important;
    border-top-color: rgba(255, 255, 255, 0.1) !important;
}

.blog-section .blog-card .blog-arrow {
    width: 34px !important;
    height: 34px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
}

.blog-section .blog-card:hover .blog-arrow {
    background: rgba(255, 255, 255, 0.12) !important;
    transform: translateY(-2px) !important;
    animation: none !important;
}

.blog-section .blog-card .blog-arrow svg {
    width: 15px !important;
    height: 15px !important;
    stroke: rgba(255, 255, 255, 0.8) !important;
    stroke-width: 2 !important;
}

.blog-section .blog-card .blog-arrow svg path {
    stroke: rgba(255, 255, 255, 0.8) !important;
}

/* ── Mobile slider cards — same treatment ── */
.mobile-slider-wrapper .blog-card {
    position: relative !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    height: auto !important;
    min-height: 420px !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 10px !important;
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    transform: none !important;
}

.mobile-slider-wrapper .blog-card-image {
    position: relative !important;
    height: 200px !important;
    border-radius: 13px !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}

.mobile-slider-wrapper .blog-card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    clip-path: none !important;
    transform: scale(1) !important;
    opacity: 1 !important;
}

.mobile-slider-wrapper .blog-card-overlay {
    display: none !important;
}

.mobile-slider-wrapper .blog-card-content {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    flex: 1 !important;
}

.mobile-slider-wrapper .blog-card-top {
    transform: none !important;
    opacity: 1 !important;
}

.mobile-slider .blog-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.mobile-slider .blog-excerpt {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.mobile-slider-wrapper .blog-card-bottom {
    transform: none !important;
    opacity: 1 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
    padding-top: 14px !important;
    margin-top: auto !important;
    justify-content: flex-end !important;
}

.mobile-slider-wrapper .blog-arrow {
    width: 32px !important;
    height: 32px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border-radius: 10px !important;
    animation: none !important;
}

.mobile-slider-wrapper .blog-arrow svg path {
    stroke: rgba(255, 255, 255, 0.8) !important;
}

/* ── Responsive ── */
@media (max-width: 1399px) {
    .blog-section .blog-card {
        min-height: 460px !important;
        height: auto !important;
    }
}

@media screen and (max-width: 1200px) {
    .blog-section .blog-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 769px) {
    .blog-section .blog-grid {
        display: none !important;
    }

    .mobile-slider-wrapper {
        display: block !important;
    }
}

/* ============================================
    END BLOG CARD REDESIGN BLOCK
    =============================================== */

/* ============================================
    BLOG SECTION — RESPONSIVE + MOBILE SLIDER FIX
    (Part of the removable redesign block)
    =============================================== */

/* ── Mobile slider scroll-based approach ── */
.mobile-slider-wrapper {
    display: none !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 0 0 50px 0 !important;
    padding-left: 20px !important;
}

.mobile-slider {
    display: flex !important;
    overflow-x: scroll !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth !important;
    gap: 16px !important;
    padding: 0 20px !important;
    /* Hide scrollbar */
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
    transform: none !important;
    transition: none !important;
}

.mobile-slider::-webkit-scrollbar {
    display: none !important;
}

.mobile-slider .blog-card {
    width: calc(85vw - 20px) !important;
    /* fixed width — replaces min-width */
    max-width: 380px !important;
    /* cap on large phones/tablets */
    min-width: 0 !important;
    /* reset any inherited min-width */
    flex-shrink: 0 !important;
    height: auto !important;
    /* allow height to adjust based on content */
    scroll-snap-align: start !important;
    /* team card style */
    border-radius: 20px !important;
    padding: 10px !important;
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    display: flex !important;
    flex-direction: column !important;
    transform: none !important;
}

.mobile-slider .blog-card:hover {
    background: linear-gradient(340.65deg,
            #0f0f10 -12.99%,
            #0b0573 91.84%) !important;
}

.mobile-slider .blog-card-image {
    position: relative !important;
    height: 180px !important;
    border-radius: 13px !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}

.mobile-slider .blog-card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    clip-path: none !important;
    transform: scale(1) !important;
    opacity: 1 !important;
}

.mobile-slider .blog-card-overlay {
    display: none !important;
}

.mobile-slider .blog-card-content {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    padding: 16px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    flex: 1 !important;
}

.mobile-slider .blog-card-top {
    transform: none !important;
    opacity: 1 !important;
    margin-bottom: 10px !important;
}

.mobile-slider .blog-category {
    font-size: 9px !important;
    color: rgba(255, 255, 255, 0.45) !important;
    letter-spacing: 1.5px !important;
}

.mobile-slider .blog-date {
    font-size: 9px !important;
    color: rgba(255, 255, 255, 0.3) !important;
}

.mobile-slider .blog-title {
    font-size: 1.1rem !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    color: #fff !important;
    margin: 0 0 8px 0 !important;
}

.mobile-slider .blog-excerpt {
    font-size: 0.75rem !important;
    color: #666 !important;
    line-height: 1.5 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.mobile-slider .blog-card-bottom {
    transform: none !important;
    opacity: 1 !important;
    display: flex !important;
    justify-content: flex-end !important;
    border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
    padding-top: 12px !important;
    margin-top: auto !important;
}

.mobile-slider .blog-arrow {
    width: 30px !important;
    height: 30px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border-radius: 8px !important;
    animation: none !important;
}

.mobile-slider .blog-arrow svg path {
    stroke: rgba(255, 255, 255, 0.8) !important;
}

/* ── Dots — fix class name to match initMobileDots which uses .dot ── */
#sliderDots {
    display: flex !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-top: 20px !important;
    padding: 0 !important;
}

#sliderDots .dot {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.25) !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    border: none !important;
    display: inline-block !important;
}

#sliderDots .dot.active {
    width: 24px !important;
    border-radius: 4px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

/* ── Blog button ── */
.blog-btn-container {
    margin-top: 30px !important;
    padding: 0 20px !important;
}

/* ── Show/hide breakpoints ── */
@media (max-width: 769px) {
    .blog-section .blog-grid {
        display: none !important;
    }

    .mobile-slider-wrapper {
        display: block !important;
    }

    .blog-section .container {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 576px) {
    .mobile-slider .blog-card {
        width: calc(90vw - 20px) !important;
        max-width: none !important;
        /* full-bleed on small phones, no cap needed */
        min-width: 0 !important;
    }

    .mobile-slider .blog-card-image {
        height: 160px !important;
    }

    .blog-btn-container {
        margin-top: 20px !important;
    }

    .logo-item {
        height: 40px;
    }
}

/* ============================================
    END RESPONSIVE + SLIDER FIX
    =============================================== */



@media screen and (min-width:992px) and (max-width:1199px) {
    .about .align-items-center {
        align-items: flex-start !important;
    }

    .section-main-title {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .about-desc {
        font-size: 0.9rem;
    }

    .stat-label {
        font-size: 0.675rem;
    }

    .stat-box h3 {
        font-size: 2rem;
    }

    .stat-box p {
        font-size: 1rem;
    }

    section {
        padding: 40px 0;
    }

    section.work,
    section.services {
        padding: 75px 0;
    }
}

@media screen and (max-width:991px) {
    section.hero {
        padding: 380px 0px 200px 0px !important;
    }

    .about-card {
        background: transparent;
        border-radius: 0px;
        overflow: hidden;
        box-shadow: none;
    }

    .about-card-wrapper {
        margin-left: 40px;
    }

    .about-card-content-desc {
        font-size: 1rem;
    }

    .about-card-content-title {
        font-size: 1.5rem;
        font-weight: 600;
    }
}

@media (max-width: 991px) {

    .growth-slider {
        padding: 0 15px;
        /* breathing space so cards don’t kiss screen edges */
    }

    .growth-track {
        gap: 20px;
        /* tighter spacing */
    }

    .growth-card {
        width: 280px !important;
        /* smaller card width */
        padding: 20px;
        border-radius: 20px;
    }

    .growth-title {
        margin-bottom: 20px;
    }

    .growth-title h2 {
        font-size: clamp(32px, 6vw, 60px);
        line-height: 1;
    }

    .growth-title p {
        font-size: 14px;
        line-height: 18px;
    }

    .growth-title hr {
        width: 100%;
    }

    .growth-img {
        margin-bottom: 20px;
    }

    .growth-cn p.title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .growth-cn p {
        font-size: 13px;
        line-height: 18px;
    }
}

@media screen and (max-width:576px) {
      section.hero {
        padding: 168px 0px 65px 0px !important;
    }
    .section-main-title {
        margin-bottom: 0;
    }

    .about .section-main-title {
        margin-bottom: 20px;
    }

    .blog-section .section-main-title {
        margin-bottom: 20px;
    }

    .testimonial .container .row {
        gap: 0;
    }
    .hero-content h1{
       font-size: clamp(20px, 4vw, 72px) !important;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .hero-content p{
               font-size: 14px;
        line-height: 22px;
    }
    .meeting-btn {
    margin-top: 24px;
}
}

@media (max-width: 991px) {

    .growth-slider {
        padding: 0 15px;
        /* breathing space so cards don’t kiss screen edges */
    }

    .growth-track {
        gap: 20px;
        /* tighter spacing */
    }

    .growth-card {
        width: 280px !important;
        /* smaller card width */
        padding: 20px;
        border-radius: 20px;
    }

    .growth-title {
        margin-bottom: 20px;
    }

    .growth-title h2 {
        font-size: clamp(32px, 6vw, 60px);
        line-height: 1;
    }

    .growth-title p {
        font-size: 14px;
        line-height: 18px;
    }

    .growth-title hr {
        width: 100%;
    }

    .growth-img {
        margin-bottom: 20px;
    }

    .growth-cn p.title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .growth-cn p {
        font-size: 13px;
        line-height: 18px;
    }
}

@media (max-width: 1200px) {
    .testimonial .container .row {
        gap: 75px;
    }
}

@media screen and (max-height:750px) {
    section.hero {
        padding: 250px 0px 150px 0px !important;
    }
}

.wdd-section {
    padding: 100px 0;
}

.wdd-cta-inner {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 32px;
    padding: 110px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.wdd-cta-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

.wdd-cta-glow {
    position: absolute;
    width: 600px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.08) 0%, transparent 65%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.wdd-cta-inner .section-main-title {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.wdd-cta-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .wdd-section {
        padding: 70px 0;
    }

    .wdd-cta-inner {
        padding: 80px 36px;
    }
}

@media (max-width: 640px) {
    .wdd-cta-inner {
        padding: 56px 24px;
    }

    .wdd-section {
        padding: 44px 0;
    }
}

.challenge-section {
    background: #0f0f10;
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* Heading */
.section-title {
    font-size: clamp(28px, 3vw, 48px);
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
    font-family: var(--jdg-heading-font-family);
}

.section-subtitle {
    font-size: 1rem;
    color: #d4d4d8;
    line-height: 1.7;
}

/* Card */
.challenge-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 30px 22px;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.challenge-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.12), transparent);
    opacity: 0;
    transition: 0.4s ease;
}

.challenge-card:hover::before {
    opacity: 1;
}

.challenge-card:hover {
    transform: translateY(-6px);
    border-color: rgba(99, 102, 241, 0.4);
}

/* Icon */
.icon-box {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(135deg, #6366f1, #4f46e5); */
    border-radius: 14px;
    margin-bottom: 18px;
    font-size: 20px;
}

/* Text */
.challenge-card h4 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: #fff;
}

.challenge-card p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}

/* Responsive spacing */
@media (max-width: 768px) {
    .challenge-card {
        padding: 25px 18px;
    }
}
@media (max-width: 1399px){
    .stat-text-img{
        display:block;
    }
}

/* ── Section shell ── */
.jdg-vtabs {
    padding: 100px 0;
    position: relative;
    scroll-margin-top: 120px; /* anchor jump offset below sticky header */
}
.jdg-vtabs-eyebrow {
    display: inline-block;
    font-family: var(--jdg-body-font-family, "Work Sans", sans-serif);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #31f9bb 0%, #4f46e5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 12px;
}
.jdg-vtabs-sub {
    color: #d4d4d8;
    font-family: var(--jdg-body-font-family, "Work Sans", sans-serif);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 720px;
    margin: 0 auto 50px;
}
.jdg-vtabs.text-center-off .jdg-vtabs-sub { margin-left: 0; }

/* ── Reveal on scroll (JS adds .jdg-vtabs-arm then .jdg-vtabs-on) ── */
.jdg-vtabs-arm { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.jdg-vtabs-arm.jdg-vtabs-on { opacity: 1; transform: none; }

/* ── Tab nav — vertical on desktop ── */
.jdg-vtabs-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: sticky;
    top: 100px;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    padding: 2px 6px 2px 2px;
    scrollbar-width: thin;
    scrollbar-color: rgba(99,102,241,.4) transparent;
}
.jdg-vtabs-nav::-webkit-scrollbar { width: 5px; }
.jdg-vtabs-nav::-webkit-scrollbar-track { background: transparent; }
.jdg-vtabs-nav::-webkit-scrollbar-thumb { background: rgba(99,102,241,.4); border-radius: 10px; }

/* ── Tab button ── */
.jdg-vtabs-tab {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    text-align: left;
    padding: 13px 16px;
    background: rgba(255,255,255,.02);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;
    color: #d4d4d8;
    font-family: var(--jdg-heading-font-family, "Funnel Display", sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    cursor: pointer;
    transition: background .35s ease, border-color .35s ease, color .35s ease, transform .35s ease;
}
.jdg-vtabs-tab:hover {
    border-color: rgba(99,102,241,.45);
    color: #fff;
    transform: translateX(4px);
}
.jdg-vtabs-tab.active {
    background: linear-gradient(340.65deg, #0b0573 -12.99%, #0f0f10 91.84%);
    border-color: rgba(99,102,241,.55);
    color: #fff;
}
.jdg-vtabs-tab:focus-visible {
    outline: 2px solid #6366f1;
    outline-offset: 2px;
}
.jdg-vtabs-tab-icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(99,102,241,.12);
    color: #a5b4fc;
    transition: background .35s ease, color .35s ease;
}
.jdg-vtabs-tab-icon svg { width: 20px; height: 20px; }
.jdg-vtabs-tab.active .jdg-vtabs-tab-icon {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: #fff;
}
.jdg-vtabs-tab-label { flex: 1; }
.jdg-vtabs-tab-arrow {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity .3s ease, transform .3s ease;
}
.jdg-vtabs-tab.active .jdg-vtabs-tab-arrow { opacity: 1; transform: translateX(0); }

/* ── Panel — gradient-border card matching your .stat-box / .growth-card ── */
.jdg-vtabs-panel {
    position: relative;
    height: 100%;
    background: rgba(255,255,255,.01);
    border-radius: 25px;
    padding: clamp(30px, 4vw, 50px);
    display: none;
}
.jdg-vtabs-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 25px;
    padding: 1px;
    background: linear-gradient(150.09deg, rgba(49,249,187,.5) -3.04%, rgba(79,70,229,.5) 80.38%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.jdg-vtabs-panel.active { display: block; animation: jdgVtabsIn .45s cubic-bezier(.4,0,.2,1); }
@keyframes jdgVtabsIn {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Panel content ── */
.jdg-vtabs-panel-eyebrow {
    display: inline-block;
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #a5b4fc;
    background: rgba(99,102,241,.12);
    border: 1px solid rgba(99,102,241,.25);
    border-radius: 50px;
    padding: 6px 14px;
    margin-bottom: 18px;
    font-family: var(--jdg-body-font-family, "Work Sans", sans-serif);
}
.jdg-vtabs-panel-title {
    font-family: var(--jdg-heading-font-family, "Funnel Display", sans-serif);
    font-size: clamp(1.6rem, 2.2vw, 2.25rem);
    font-weight: 500;
    color: #fff;
    line-height: 1.25;
    margin: 0 0 16px;
}
.jdg-vtabs-panel-desc {
    color: #d4d4d8;
    font-family: var(--jdg-body-font-family, "Work Sans", sans-serif);
    font-size: 1.05rem;
    line-height: 1.75;
    margin: 0 0 30px;
    max-width: 65ch;
}
.jdg-vtabs-links-title {
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,.4);
    margin: 0 0 14px;
    font-family: var(--jdg-body-font-family, "Work Sans", sans-serif);
}
.jdg-vtabs-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.jdg-vtabs-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 50px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.12);
    color: #d4d4d8;
    font-size: .9rem;
    font-family: var(--jdg-body-font-family, "Work Sans", sans-serif);
    text-decoration: none;
    transition: background .3s ease, border-color .3s ease, color .3s ease, transform .3s ease;
}
.jdg-vtabs-chip::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
    transition: transform .3s ease;
}
.jdg-vtabs-chip:hover {
    background: rgba(99,102,241,.16);
    border-color: rgba(99,102,241,.6);
    color: #fff;
    transform: translateY(-2px);
}
.jdg-vtabs-chip:hover::after { transform: rotate(45deg) translate(1px,-1px); }
.jdg-vtabs-chip:focus-visible { outline: 2px solid #6366f1; outline-offset: 2px; }

/* ── Panel CTA row ── */
.jdg-vtabs-cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,.08);
}
.jdg-vtabs-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,.25);
    color: #fff;
    font-size: .95rem;
    font-weight: 500;
    font-family: var(--jdg-body-font-family, "Work Sans", sans-serif);
    text-decoration: none;
    transition: border-color .3s ease, background .3s ease, transform .3s ease;
}
.jdg-vtabs-ghost:hover {
    border-color: rgba(255,255,255,.5);
    background: rgba(255,255,255,.06);
    transform: translateY(-2px);
    color: #fff;
}

/* ── Tablet / mobile — vertical nav becomes a swipeable horizontal strip ── */
@media (max-width: 991.98px) {
    .jdg-vtabs { padding: 70px 0; }
    .jdg-vtabs-nav {
        position: static;
        flex-direction: row;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 10px;
        padding: 2px 2px 10px;
        margin-bottom: 26px;
        scrollbar-width: none;
    }
    .jdg-vtabs-nav::-webkit-scrollbar { display: none; }
    .jdg-vtabs-tab {
        width: auto;
        flex: 0 0 auto;
        scroll-snap-align: start;
        white-space: nowrap;
        padding: 9px 16px 9px 9px;
        border-radius: 50px;
        font-size: .9rem;
    }
    .jdg-vtabs-tab:hover { transform: none; }
    .jdg-vtabs-tab-icon { width: 32px; height: 32px; border-radius: 50px; }
    .jdg-vtabs-tab-icon svg { width: 17px; height: 17px; }
    .jdg-vtabs-tab-arrow { display: none; }
    .jdg-vtabs-panel { border-radius: 20px; }
    .jdg-vtabs-panel::before { border-radius: 20px; }
}
@media (max-width: 575.98px) {
    .jdg-vtabs { padding: 50px 0; }
    .jdg-vtabs-sub { margin-bottom: 34px; font-size: .92rem; }
    .jdg-vtabs-panel { padding: 26px 20px; }
    .jdg-vtabs-panel-desc { font-size: .95rem; }
    .jdg-vtabs-chip { font-size: .84rem; padding: 8px 14px; }
    .jdg-vtabs-cta-row .jdg-btn,
    .jdg-vtabs-cta-row .jdg-vtabs-ghost { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
    .jdg-vtabs-arm { opacity: 1 !important; transform: none !important; }
    .jdg-vtabs-panel.active { animation: none; }
    .jdg-vtabs-tab, .jdg-vtabs-chip, .jdg-vtabs-ghost { transition: none; }
}