/*
 * Custom CSS for: IT Training
 * Page: /it-training
 * Generated: 2026-04-15 07:00:19
 */

/* Custom CSS for this page */

/* Custom CSS for this page */

/* ============================================
   WEB DESIGN & DEVELOPMENT SERVICE PAGE
   Prefix: wdd-
   Global vars, resets, fonts, buttons,
   breadcrumb, anim- classes from global CSS
=============================================== */

/* ============================================
   PAGE BANNER
=============================================== */
.web-design-page-banner {
    position: relative;
    overflow: hidden;
}

.wdd-hero-glow-left,
.wdd-hero-glow-right {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.wdd-hero-glow-left {
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.14) 0%, transparent 65%);
    top: -150px;
    left: -200px;
    animation: wdd-float 9s ease-in-out infinite;
}

.wdd-hero-glow-right {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.09) 0%, transparent 65%);
    bottom: 0;
    right: -120px;
    animation: wdd-float 11s ease-in-out infinite reverse;
}

.web-design-page-banner .services-inner-banner-content {
    position: relative;
    z-index: 2;
}

.wdd-hero-bullets {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 28px 0 36px;
    padding: 0;
}

.wdd-hero-bullets li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: clamp(0.85rem, 0.85vw, 0.975rem);
    color: rgba(255, 255, 255, 0.65);
    font-family: var(--jdg-heading-font-family);
    line-height: 1.5;
}

.wdd-hero-bullets li::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    flex-shrink: 0;
}

.wdd-hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

/* ============================================
   SHARED SECTION LABEL
=============================================== */
.wdd-label {
    font-family: var(--jdg-heading-font-family);
    font-size: clamp(0.65rem, 0.65vw, 0.78rem);
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 14px;
    display: block;
}

/* ============================================
   TRUST BAR
=============================================== */
.wdd-trust {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.015);
    padding: 0;
    overflow: hidden;
    position: relative;
}

.wdd-trust::before,
.wdd-trust::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 2;
    pointer-events: none;
}

.wdd-trust::before {
    left: 0;
    background: linear-gradient(90deg, var(--main-bg), transparent);
}

.wdd-trust::after {
    right: 0;
    background: linear-gradient(-90deg, var(--main-bg), transparent);
}

.wdd-trust-track {
    display: flex;
    width: max-content;
    animation: wdd-scroll-trust 40s linear infinite;
}

.wdd-trust-track:hover {
    animation-play-state: paused;
}

.wdd-trust-item {
    display: flex;
    align-items: center;
    padding: 22px 44px;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    white-space: nowrap;
    flex-shrink: 0;
}

.wdd-trust-item span {
    font-family: var(--jdg-heading-font-family);
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.3px;
}

/* ============================================
   SHARED SECTION LAYOUT
=============================================== */
.wdd-section {
    padding: 100px 0;
}

.wdd-section-centered {
    text-align: center;
}

.wdd-section-centered .section-main-title {
    margin-left: auto;
    margin-right: auto;
}

.wdd-section-centered .wdd-section-desc {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.wdd-section-desc {
    font-size: clamp(0.95rem, 0.88vw, 1.1rem);
    line-height: 1.85;
    color: var(--jdg-gray);
    max-width: 700px;
    margin-bottom: 0;
}

.wdd-section-header {
    margin-bottom: 64px;
}

/* ============================================
   ACHIEVE GRID
=============================================== */
.wdd-achieve-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.wdd-achieve-card {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 38px 32px;
    transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.wdd-achieve-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--jdg-btn-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.wdd-achieve-card:hover::before {
    transform: scaleX(1);
}

.wdd-achieve-card:hover {
    background: rgba(99, 102, 241, 0.04);
    border-color: rgba(99, 102, 241, 0.16);
    transform: translateY(-5px);
}

.wdd-achieve-card h3 {
    font-size: clamp(1rem, 1vw, 1.15rem);
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 1.3;
}

.wdd-achieve-card p {
    font-size: clamp(0.85rem, 0.82vw, 0.975rem);
    line-height: 1.75;
    margin: 0;
}

/* ============================================
   WHO WE SERVE — SPLIT LAYOUT
=============================================== */
.wdd-serve-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}

.wdd-serve-text > p {
    font-size: clamp(0.9rem, 0.88vw, 1.05rem);
    line-height: 1.85;
    color: var(--jdg-gray);
    margin-bottom: 18px;
}

.wdd-serve-audiences {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 34px;
}

.wdd-audience-pill {
    padding: 13px 20px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    font-family: var(--jdg-heading-font-family);
    font-size: clamp(0.82rem, 0.82vw, 0.95rem);
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease;
    cursor: default;
    line-height: 1.4;
}

.wdd-audience-pill:hover {
    background: rgba(99, 102, 241, 0.05);
    border-color: rgba(99, 102, 241, 0.18);
    transform: translateX(5px);
}

/* IMAGE WITH FLOATING STAT CARD */
.wdd-serve-image {
    position: relative;
    border-radius: 24px;
    overflow: visible;
}

.wdd-serve-image img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.wdd-serve-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(10, 10, 10, 0.6) 100%);
    border-radius: 24px;
    pointer-events: none;
}

.wdd-serve-image-card {
    position: absolute;
    bottom: -20px;
    left: -24px;
    background: rgba(15, 15, 16, 0.92);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 20px 28px;
    display: flex;
    align-items: center;
    gap: 24px;
    z-index: 2;
}

.wdd-img-card-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wdd-img-stat-val {
    font-family: var(--jdg-heading-font-family);
    font-size: clamp(1.3rem, 1.4vw, 1.7rem);
    font-weight: 400;
    color: var(--jdg-white);
    line-height: 1;
}

.wdd-img-stat-label {
    font-family: var(--jdg-heading-font-family);
    font-size: 0.62rem;
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
    white-space: nowrap;
}

.wdd-img-card-divider {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
}

/* ============================================
   WHAT'S INCLUDED GRID
=============================================== */
.wdd-included-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.wdd-included-card {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    padding: 30px 26px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.wdd-included-card:hover {
    background: rgba(255, 255, 255, 0.045);
    border-color: rgba(99, 102, 241, 0.2);
    transform: translateY(-4px);
}

.wdd-included-num {
    font-family: var(--jdg-heading-font-family);
    font-size: 2.6rem;
    font-weight: 300;
    color: rgba(99, 102, 241, 0.16);
    line-height: 1;
    margin-bottom: 20px;
    display: block;
}

.wdd-included-card h3 {
    font-size: clamp(0.95rem, 0.95vw, 1.05rem);
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.3;
}

.wdd-included-card p {
    font-size: clamp(0.8rem, 0.78vw, 0.9rem);
    line-height: 1.7;
    margin: 0;
}

/* ============================================
   WEB APPS — IMAGE LEFT, TEXT RIGHT
=============================================== */
.wdd-webapps-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}

.wdd-webapps-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.wdd-webapps-image img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.wdd-webapps-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.15), transparent 60%);
    border-radius: 24px;
    pointer-events: none;
}

.wdd-webapps-text > p {
    font-size: clamp(0.9rem, 0.88vw, 1.05rem);
    line-height: 1.85;
    color: var(--jdg-gray);
    margin-bottom: 16px;
}

.wdd-webapps-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

/* ============================================
   FEATURE TAGS (shared)
=============================================== */
.wdd-feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.wdd-feature-tag {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    font-family: var(--jdg-heading-font-family);
    font-size: clamp(0.75rem, 0.73vw, 0.875rem);
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
    display: inline-block;
}

.wdd-feature-tag:hover {
    background: rgba(99, 102, 241, 0.08);
    border-color: rgba(99, 102, 241, 0.2);
    color: rgba(255, 255, 255, 0.85);
}

/* ============================================
   RESPONSIVE DEVICES SECTION
=============================================== */
.wdd-device-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 32px;
}

.wdd-device-card {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.wdd-device-card:hover {
    background: rgba(99, 102, 241, 0.05);
    border-color: rgba(99, 102, 241, 0.16);
    transform: translateY(-5px);
}

.wdd-device-card h3 {
    font-size: clamp(1rem, 1vw, 1.1rem);
    font-weight: 500;
    margin-bottom: 12px;
}

.wdd-device-card p {
    font-size: clamp(0.82rem, 0.8vw, 0.95rem);
    line-height: 1.7;
    margin: 0;
}

/* ============================================
   WHITE LABEL — BOXED WITH IMAGE
=============================================== */
.wdd-whitelabel-inner {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 28px;
    padding: 80px 70px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}

.wdd-wl-text > p {
    font-size: clamp(0.9rem, 0.88vw, 1.05rem);
    line-height: 1.85;
    color: var(--jdg-gray);
    margin-bottom: 16px;
}

.wdd-wl-bullets {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
    margin-bottom: 0;
}

.wdd-wl-bullets li {
    font-size: clamp(0.875rem, 0.88vw, 1rem);
    color: var(--jdg-gray);
    line-height: 1.65;
    padding-left: 16px;
    position: relative;
}

.wdd-wl-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(99, 102, 241, 0.6);
}

.wdd-wl-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.wdd-wl-image img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.wdd-wl-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(10, 10, 10, 0.5) 100%);
    border-radius: 20px;
    pointer-events: none;
}

/* ============================================
   PROCESS STEPS
=============================================== */
.wdd-process-steps {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    position: relative;
}

.wdd-process-steps::before {
    content: '';
    position: absolute;
    top: 26px;
    left: calc(100% / 12);
    right: calc(100% / 12);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08) 20%, rgba(255, 255, 255, 0.08) 80%, transparent);
    pointer-events: none;
    z-index: 0;
}

.wdd-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 14px;
}

.wdd-step-num {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--main-bg);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--jdg-heading-font-family);
    font-size: 0.875rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

.wdd-step:hover .wdd-step-num {
    background: var(--jdg-btn-gradient);
    color: var(--jdg-white);
    border-color: transparent;
    transform: scale(1.08);
    box-shadow: 0 8px 28px rgba(102, 126, 234, 0.28);
}

.wdd-step h3 {
    font-size: clamp(0.9rem, 0.9vw, 1rem);
    font-weight: 500;
    margin-bottom: 8px;
}

.wdd-step p {
    font-size: clamp(0.78rem, 0.76vw, 0.875rem);
    line-height: 1.65;
    margin: 0;
}

/* ============================================
   WHY CHOOSE US — IMAGE + STAT CARD LEFT
=============================================== */
.wdd-why-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: start;
}

.wdd-why-visual {
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wdd-why-img-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.wdd-why-img-wrap img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.wdd-why-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(10, 10, 10, 0.65) 100%);
    border-radius: 24px;
    pointer-events: none;
}

.wdd-why-stat-card {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    padding: 32px 36px;
}

.wdd-why-stat-card > p {
    font-size: clamp(0.85rem, 0.85vw, 0.975rem);
    line-height: 1.8;
    color: var(--jdg-gray);
    margin-bottom: 28px;
}

.wdd-why-stat-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 24px;
}

.wdd-why-stat {
    text-align: center;
    padding: 0 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.wdd-why-stat:last-child {
    border-right: none;
}

.wdd-wstat-val {
    font-family: var(--jdg-heading-font-family);
    font-size: clamp(1.3rem, 1.4vw, 1.7rem);
    font-weight: 400;
    color: var(--jdg-white);
    line-height: 1;
    margin-bottom: 5px;
    display: block;
}

.wdd-wstat-label {
    font-family: var(--jdg-heading-font-family);
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: block;
}

.wdd-why-text > p {
    font-size: clamp(0.9rem, 0.88vw, 1.05rem);
    line-height: 1.85;
    color: var(--jdg-gray);
    margin-bottom: 0;
}

.wdd-why-bullets {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 32px;
    margin-bottom: 0;
}

.wdd-why-bullets li {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.wdd-why-bullets li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.wdd-why-item-text h4 {
    font-size: clamp(0.92rem, 0.95vw, 1.05rem);
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.3;
    color: var(--jdg-white);
    transition: color 0.3s ease;
}

.wdd-why-bullets li:hover .wdd-why-item-text h4 {
    color: rgba(165, 180, 252, 0.9);
}

.wdd-why-item-text p {
    font-size: clamp(0.82rem, 0.8vw, 0.925rem);
    line-height: 1.65;
    margin: 0;
}

/* ============================================
   RESULTS GRID
=============================================== */
.wdd-results-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.wdd-result-card {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 38px 28px;
    transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.wdd-result-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--jdg-btn-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.wdd-result-card:hover::after {
    transform: scaleX(1);
}

.wdd-result-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.09);
}

.wdd-result-card h3 {
    font-size: clamp(1rem, 1vw, 1.1rem);
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.3;
}

.wdd-result-card p {
    font-size: clamp(0.82rem, 0.8vw, 0.925rem);
    line-height: 1.7;
    margin: 0;
}

/* ============================================
   INDUSTRIES GRID
=============================================== */
.wdd-industries-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.wdd-industry-card {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 32px 20px;
    text-align: center;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.wdd-industry-card:hover {
    background: rgba(99, 102, 241, 0.06);
    border-color: rgba(99, 102, 241, 0.18);
    transform: translateY(-4px);
}

.wdd-industry-card h4 {
    font-size: clamp(0.9rem, 0.9vw, 1rem);
    font-weight: 400;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8);
}

/* ============================================
   TECH STACK
=============================================== */
.wdd-tech-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.wdd-tech-pill {
    padding: 13px 26px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 50px;
    transition: all 0.3s ease;
}

.wdd-tech-pill:hover {
    background: rgba(99, 102, 241, 0.07);
    border-color: rgba(99, 102, 241, 0.22);
    transform: translateY(-3px);
}

.wdd-tech-pill span {
    font-family: var(--jdg-heading-font-family);
    font-size: clamp(0.85rem, 0.85vw, 0.975rem);
    color: rgba(255, 255, 255, 0.75);
}

/* ============================================
   ENGAGEMENT CARDS
=============================================== */
.wdd-engagement-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.wdd-eng-card {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 24px;
    padding: 48px 38px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.wdd-eng-card:hover {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-5px);
}

.wdd-eng-card.wdd-eng-featured {
    background: rgba(99, 102, 241, 0.06);
    border-color: rgba(99, 102, 241, 0.2);
}

.wdd-eng-badge {
    display: inline-block;
    padding: 5px 14px;
    position: absolute;
    top: -12px;
    left: 38px;
    background: var(--jdg-btn-gradient);
    border-radius: 50px;
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    font-family: var(--jdg-heading-font-family);
    font-weight: 600;
}

.wdd-eng-card h3 {
    font-size: clamp(1.05rem, 1.1vw, 1.25rem);
    font-weight: 500;
    margin-bottom: 14px;
    line-height: 1.3;
}

.wdd-eng-card p {
    font-size: clamp(0.875rem, 0.88vw, 1rem);
    line-height: 1.75;
    margin: 0;
}

.wdd-engagement-note {
    text-align: center;
    margin-top: 36px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.25);
    font-family: var(--jdg-heading-font-family);
    letter-spacing: 0.2px;
}

/* ============================================
   FAQ
=============================================== */
.wdd-faq-list {
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wdd-faq-item {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.wdd-faq-item.wdd-faq-open {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}

.wdd-faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 22px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    text-align: left;
}

.wdd-faq-question span {
    font-family: var(--jdg-heading-font-family);
    font-size: clamp(0.9rem, 0.92vw, 1rem);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.45;
}

.wdd-faq-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.4);
    flex-shrink: 0;
    transition: all 0.3s ease;
    font-size: 0.65rem;
}

.wdd-faq-open .wdd-faq-icon {
    background: rgba(99, 102, 241, 0.1);
    border-color: rgba(99, 102, 241, 0.2);
    color: rgba(165, 180, 252, 0.85);
    transform: rotate(180deg);
}

.wdd-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
    padding: 0 28px;
}

.wdd-faq-open .wdd-faq-answer {
    max-height: 300px;
    padding: 0 28px 24px;
}

.wdd-faq-answer p {
    font-size: clamp(0.875rem, 0.88vw, 0.975rem);
    line-height: 1.8;
    margin: 0;
    color: var(--jdg-gray);
}

/* ============================================
   FINAL CTA
=============================================== */
.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-inner .wdd-section-desc {
    position: relative;
    z-index: 1;
    max-width: 560px;
    margin: 0 auto 48px;
}

.wdd-cta-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

/* ============================================
   KEYFRAMES
=============================================== */
@keyframes wdd-float {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-20px); }
}

@keyframes wdd-scroll-trust {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ============================================
   RESPONSIVE
=============================================== */
@media (max-width: 1399px) {
    .wdd-included-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1199px) {
    .wdd-achieve-grid   { grid-template-columns: repeat(2, 1fr); }
    .wdd-included-grid  { grid-template-columns: repeat(2, 1fr); }
    .wdd-results-grid   { grid-template-columns: repeat(2, 1fr); }
    .wdd-process-steps  { grid-template-columns: repeat(3, 1fr); gap: 32px; }
    .wdd-process-steps::before { display: none; }
    .wdd-why-visual     { position: static; }
}

@media (max-width: 991px) {
    .wdd-section { padding: 70px 0; }

    .wdd-serve-inner,
    .wdd-webapps-inner,
    .wdd-whitelabel-inner,
    .wdd-why-inner { grid-template-columns: 1fr; gap: 48px; }

    .wdd-engagement-grid  { grid-template-columns: 1fr; }
    .wdd-industries-grid  { grid-template-columns: repeat(4, 1fr); }
    .wdd-whitelabel-inner { padding: 50px 36px; }
    .wdd-cta-inner        { padding: 80px 36px; }
    .wdd-why-visual       { position: static; }
    .wdd-serve-image-card { left: 0; }
}

@media (max-width: 769px) {
    .wdd-process-steps    { grid-template-columns: repeat(2, 1fr); gap: 30px; }
    .wdd-industries-grid  { grid-template-columns: repeat(2, 1fr); }
    .wdd-results-grid     { grid-template-columns: 1fr 1fr; }
    .wdd-hero-btns        { flex-direction: column; }
    .wdd-hero-btns .jdg-btn { text-align: center; }
}

@media (max-width: 576px) {
    .wdd-section { padding: 44px 0; }

    .wdd-achieve-grid,
    .wdd-device-grid,
    .wdd-results-grid     { grid-template-columns: 1fr; }

    .wdd-included-grid    { grid-template-columns: 1fr; }

    .wdd-industries-grid  { grid-template-columns: 1fr 1fr; }
    .wdd-process-steps    { grid-template-columns: 1fr 1fr; gap: 22px; }
    .wdd-whitelabel-inner { padding: 36px 24px; gap: 36px; }
    .wdd-cta-inner        { padding: 56px 24px; }
    .wdd-why-stat-row     { grid-template-columns: repeat(2, 1fr); }
    .wdd-why-stat:nth-child(2) { border-right: none; }
    .wdd-serve-image-card { position: static; margin-top: 12px; border-radius: 14px; }
}





/* ============================================
   INDUSTRIES — REDESIGNED
   Add to bottom of wdd-service.css
=============================================== */

/* Override the old flat grid */
.wdd-industries-section .wdd-industries-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

/* New card */
.wdd-industries-section .wdd-industry-card {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 36px 28px 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    cursor: default;

    /* stagger handled per-card via delay classes below */
    opacity: 0;
    transform: translateY(28px) scale(0.97);
    transition:
        background  0.4s cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        transform   0.4s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow  0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* top-line gradient on hover — same pattern as wdd-achieve-card */
.wdd-industries-section .wdd-industry-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--jdg-btn-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.wdd-industries-section .wdd-industry-card:hover::before {
    transform: scaleX(1);
}

.wdd-industries-section .wdd-industry-card:hover {
    background: rgba(99, 102, 241, 0.05);
    border-color: rgba(99, 102, 241, 0.18);
    transform: translateY(-6px) scale(1);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
}

/* scroll-triggered entrance — JS GSAP fires anim-pop;
   for these cards we use a CSS-only approach with
   a custom class set when the section enters view */
.wdd-industries-section .wdd-industry-card.wdd-ind-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Stagger delays */
.wdd-ind-delay-1 { transition-delay: 0s,    0s,    0.04s, 0s; animation-delay: 0s;    }
.wdd-ind-delay-2 { transition-delay: 0s,    0s,    0.10s, 0s; animation-delay: 0.06s; }
.wdd-ind-delay-3 { transition-delay: 0s,    0s,    0.16s, 0s; animation-delay: 0.12s; }
.wdd-ind-delay-4 { transition-delay: 0s,    0s,    0.22s, 0s; animation-delay: 0.18s; }
.wdd-ind-delay-5 { transition-delay: 0s,    0s,    0.28s, 0s; animation-delay: 0.24s; }
.wdd-ind-delay-6 { transition-delay: 0s,    0s,    0.34s, 0s; animation-delay: 0.30s; }
.wdd-ind-delay-7 { transition-delay: 0s,    0s,    0.40s, 0s; animation-delay: 0.36s; }
.wdd-ind-delay-8 { transition-delay: 0s,    0s,    0.46s, 0s; animation-delay: 0.42s; }

/* entrance animation itself (added once visible) */
.wdd-industries-section .wdd-industry-card.wdd-ind-visible {
    animation: wdd-ind-enter 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.wdd-ind-delay-1.wdd-ind-visible { animation-delay: 0s;    }
.wdd-ind-delay-2.wdd-ind-visible { animation-delay: 0.07s; }
.wdd-ind-delay-3.wdd-ind-visible { animation-delay: 0.14s; }
.wdd-ind-delay-4.wdd-ind-visible { animation-delay: 0.21s; }
.wdd-ind-delay-5.wdd-ind-visible { animation-delay: 0.28s; }
.wdd-ind-delay-6.wdd-ind-visible { animation-delay: 0.35s; }
.wdd-ind-delay-7.wdd-ind-visible { animation-delay: 0.42s; }
.wdd-ind-delay-8.wdd-ind-visible { animation-delay: 0.49s; }

@keyframes wdd-ind-enter {
    from {
        opacity: 0;
        transform: translateY(28px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Icon wrapper */
.wdd-ind-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 20px;
    flex-shrink: 0;
    transition:
        background   0.4s cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        transform    0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.wdd-industries-section .wdd-industry-card:hover .wdd-ind-icon {
    background: rgba(99, 102, 241, 0.1);
    border-color: rgba(99, 102, 241, 0.25);
    transform: scale(1.1) translateY(-2px);
}

/* SVG inside icon */
.wdd-ind-icon svg {
    width: 26px;
    height: 26px;
    color: rgba(255, 255, 255, 0.45);
    transition: color 0.4s ease;
    display: block;
}

.wdd-industries-section .wdd-industry-card:hover .wdd-ind-icon svg {
    color: rgba(165, 180, 252, 0.9);
}

/* Industry name */
.wdd-industries-section .wdd-industry-card h4 {
    font-size: clamp(0.95rem, 0.95vw, 1.05rem);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 10px;
    line-height: 1.2;
    transition: color 0.3s ease;
}

.wdd-industries-section .wdd-industry-card:hover h4 {
    color: rgba(255, 255, 255, 1);
}

/* Short descriptor line */
.wdd-industries-section .wdd-industry-card p {
    font-size: clamp(0.78rem, 0.76vw, 0.875rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.35);
    margin: 0;
    transition: color 0.3s ease;
}

.wdd-industries-section .wdd-industry-card:hover p {
    color: rgba(255, 255, 255, 0.55);
}

/* ============================================
   RESPONSIVE — INDUSTRIES
=============================================== */
@media (max-width: 1199px) {
    .wdd-industries-section .wdd-industries-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .wdd-industries-section .wdd-industries-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 769px) {
    .wdd-industries-section .wdd-industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .wdd-industries-section .wdd-industries-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .wdd-industries-section .wdd-industry-card {
        padding: 28px 18px 24px;
    }

    .wdd-ind-icon {
        width: 52px;
        height: 52px;
    }
}


/* ============================================
   SEO CONSULTING PAGE BANNER
=============================================== */
.seo-consulting-page-banner {
    position: relative;
    overflow: hidden;
}

.seo-consulting-page-banner .services-inner-banner-content {
    position: relative;
    z-index: 2;
}

/* ============================================
   RELATED SERVICES GRID
=============================================== */
.wdd-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.wdd-related-card {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 32px 28px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.wdd-related-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--jdg-btn-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.wdd-related-card:hover::before {
    transform: scaleX(1);
}

.wdd-related-card:hover {
    background: rgba(99, 102, 241, 0.05);
    border-color: rgba(99, 102, 241, 0.18);
    transform: translateY(-5px);
}

.wdd-related-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.wdd-related-card:hover .wdd-related-icon {
    background: rgba(99, 102, 241, 0.1);
    border-color: rgba(99, 102, 241, 0.25);
    transform: scale(1.08);
}

.wdd-related-icon svg {
    width: 24px;
    height: 24px;
    color: rgba(255, 255, 255, 0.45);
    transition: color 0.4s ease;
}

.wdd-related-card:hover .wdd-related-icon svg {
    color: rgba(165, 180, 252, 0.9);
}

.wdd-related-card h4 {
    font-size: clamp(0.95rem, 0.95vw, 1.05rem);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 8px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.wdd-related-card:hover h4 {
    color: rgba(255, 255, 255, 1);
}

.wdd-related-card p {
    font-size: clamp(0.8rem, 0.78vw, 0.9rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
    transition: color 0.3s ease;
}

.wdd-related-card:hover p {
    color: rgba(255, 255, 255, 0.55);
}

/* ============================================
   RESPONSIVE — RELATED SERVICES
=============================================== */
@media (max-width: 991px) {
    .wdd-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .wdd-related-grid {
        grid-template-columns: 1fr;
    }
}
/* ============================================
   DIGITAL MARKETING PAGE BANNER
=============================================== */
.digital-marketing-page-banner {
    position: relative;
    overflow: hidden;
}

.digital-marketing-page-banner .services-inner-banner-content {
    position: relative;
    z-index: 2;
}



/* ============================================
   IT TRAINING SERVICE PAGE
   Prefix: itr-
   Extends existing wdd- classes from wdd-service.css
   All base section styles (wdd-section, wdd-achieve-grid, etc.)
   are inherited — only page-specific overrides live here.
=============================================== */

/* ============================================
   PAGE BANNER
=============================================== */
.it-training-page-banner {
    position: relative;
    overflow: hidden;
}

.it-training-page-banner .services-inner-banner-content {
    position: relative;
    z-index: 2;
}


/* ============================================
   TABBED TRAINING TRACKS SECTION
=============================================== */
.itr-tracks-section {
    background: rgba(255, 255, 255, 0.01);
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

/* Tab bar */
.itr-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 56px;
}

.itr-tab {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 50px;
    padding: 11px 22px;
    font-family: var(--jdg-heading-font-family);
    font-size: clamp(0.78rem, 0.76vw, 0.875rem);
    color: rgba(255, 255, 255, 0.55);
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.itr-tab:hover {
    background: rgba(99, 102, 241, 0.07);
    border-color: rgba(99, 102, 241, 0.2);
    color: rgba(255, 255, 255, 0.85);
}

.itr-tab.active {
    background: var(--jdg-btn-gradient);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
}

/* Panels */
.itr-track-panels {
    position: relative;
}

.itr-panel {
    display: none;
}

.itr-panel.active {
    display: block;
    animation: itr-fade-in 0.4s ease;
}

@keyframes itr-fade-in {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ============================================
   TOOLS GRID — reuse wdd-industries-grid
   with tighter stagger delays named itr-
=============================================== */
.itr-tools-grid {
    grid-template-columns: repeat(4, 1fr);
}

/* Stagger entrance — mirrors the wdd-ind-delay system */
.itr-ind-delay-1 { animation-delay: 0s;    }
.itr-ind-delay-2 { animation-delay: 0.07s; }
.itr-ind-delay-3 { animation-delay: 0.14s; }
.itr-ind-delay-4 { animation-delay: 0.21s; }
.itr-ind-delay-5 { animation-delay: 0.28s; }
.itr-ind-delay-6 { animation-delay: 0.35s; }
.itr-ind-delay-7 { animation-delay: 0.42s; }
.itr-ind-delay-8 { animation-delay: 0.49s; }


/* ============================================
   RESPONSIVE
=============================================== */
@media (max-width: 1199px) {
    .itr-tools-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .itr-tabs {
        gap: 6px;
    }

    .itr-tab {
        padding: 9px 16px;
        font-size: 0.75rem;
    }

    .itr-tools-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 769px) {
    .itr-tabs {
        gap: 6px;
    }

    .itr-tab {
        padding: 8px 14px;
        font-size: 0.72rem;
    }

    .itr-tools-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .itr-tabs {
        flex-direction: column;
        align-items: stretch;
    }

    .itr-tab {
        border-radius: 12px;
        text-align: center;
        white-space: normal;
    }

    .itr-tools-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}