/* Section Main Wrapper (Light Tech Theme) */
.wallet-dev-section {
    background-color: #ffffff;
    /* Soft cyan/blue gradient splashes for Web3 vibe */
    background-image:
        radial-gradient(
            circle at 10% 10%,
            rgba(20, 184, 166, 0.04) 0%,
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 90%,
            rgba(59, 130, 246, 0.03) 0%,
            transparent 40%
        );
    padding: 80px 24px;
    font-family:
        system-ui,
        -apple-system,
        sans-serif;
    position: relative;
    overflow: hidden;
}

/* Background Subtle Grid Lines */
.wallet-dev-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(rgba(15, 23, 42, 0.01) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.01) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

/* Flex Container for Left & Right split */
.wallet-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 48px;
    position: relative;
    z-index: 2;
}

/* Left Content Column */
.wallet-content-left {
    flex: 1 1 500px;
}

.wallet-title {
    font-size: 36px;
    font-weight: 600;
    color: #0f172a; /* Deep Slate */
    line-height: 1.25;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.wallet-description {
    font-size: 16.5px;
    color: #475569; /* Muted Slate */
    line-height: 1.7;
    margin-bottom: 32px;
}

/* Highlighted Bottom Card */
.wallet-highlight-box {
    background: rgba(20, 184, 166, 0.03);
    border-left: 4px solid #14b8a6; /* Teal Accent Line */
    border-top: 1px solid rgba(20, 184, 166, 0.1);
    border-right: 1px solid rgba(20, 184, 166, 0.1);
    border-bottom: 1px solid rgba(20, 184, 166, 0.1);
    border-radius: 0 12px 12px 0;
    padding: 20px 24px;
    box-shadow: 0 4px 12px rgba(20, 184, 166, 0.02);
}

.wallet-highlight-text {
    font-size: 15.5px;
    font-weight: 500;
    color: #1e293b;
    line-height: 1.6;
    margin: 0;
}

/* Right Column (GIF / Image Container) */
.wallet-media-right {
    flex: 1 1 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Premium Wrapper for GIF */
.gif-display-frame {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
    width: 100%;
    max-width: 500px;
    position: relative;
    transition: transform 0.3s ease;
}

.gif-display-frame:hover {
    transform: translateY(-4px);
}

.gif-element {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    background-color: #f8fafc; /* Fallback background */
}

/* Responsive Scaling for Smaller Screens */
@media (max-width: 768px) {
    .wallet-title {
        font-size: 28px;
    }
    .wallet-dev-section {
        padding: 50px 16px;
    }
}

/*  */
/* =========================================
   WALLET SECURITY SECTION
========================================= */

.wallet-security-section {
    background: #f8fbff;
    position: relative;
    overflow: hidden;
}

/* Wrapper */
.wallet-security-wrapper {
    position: relative;
    background: linear-gradient(135deg, #07142b 0%, #0b1e3d 100%);
    border-radius: 34px;
    padding: 80px 70px;
    overflow: hidden;
}

/* Grid Pattern */
.wallet-security-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 70px 70px;
    opacity: 0.35;
}

/* Glow Effects */
.wallet-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.35;
}

.wallet-glow-1 {
    width: 300px;
    height: 300px;
    background: #2563eb;
    top: -120px;
    left: -80px;
}

.wallet-glow-2 {
    width: 280px;
    height: 280px;
    background: #9333ea;
    bottom: -120px;
    right: -80px;
}

/* =========================================
   LEFT CONTENT
========================================= */

.wallet-left-content {
    position: relative;
    z-index: 2;
}

.wallet-badge {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #93c5fd;
    font-weight: 600;
    margin-bottom: 24px;
}

.wallet-left-content h2 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    margin-bottom: 24px;
}

.wallet-left-content p {
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.75);
}

/* Feature List */
.wallet-feature-list {
    margin-top: 40px;
}

.wallet-feature-item {
    display: flex;
    gap: 22px;
    margin-bottom: 24px;
    align-items: center;
}

/* Number */
.wallet-number {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 18px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 15px 30px rgba(37, 99, 235, 0.25);
}

/* Feature Text */
.wallet-feature-item h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.6;
}

/* =========================================
   RIGHT VISUAL
========================================= */

.wallet-visual-area {
    position: relative;
    min-height: 650px;
    z-index: 2;
}

/* Center Circle */
.wallet-center-circle {
    position: absolute;
    width: 220px;
    height: 220px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    border-radius: 50%;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 25px 60px rgba(37, 99, 235, 0.35),
        0 0 0 25px rgba(255, 255, 255, 0.03);
}

/* Orbit */
.wallet-orbit {
    position: absolute;
    width: 180px;
    text-align: center;
}

.wallet-orbit span {
    display: block;
    margin-top: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

/* Orbit Positions */
.orbit-1 {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.orbit-2 {
    top: 220px;
    left: 0;
}

.orbit-3 {
    top: 220px;
    right: 0;
}

.orbit-4 {
    bottom: 170px;
    left: 50%;
    transform: translateX(-50%);
}

/* Icons */
.wallet-icon {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
}

.wallet-icon:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.12);
}

.wallet-icon i {
    font-size: 38px;
    color: #fff;
}

/* Center Icon */
.center-icon {
    width: 120px;
    height: 120px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.12);
}

.center-icon i {
    font-size: 54px;
}

/* Bottom Card */
.wallet-bottom-card {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    padding: 15px;
    backdrop-filter: blur(14px);
}

.wallet-bottom-card p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {
    .wallet-left-content h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .wallet-security-wrapper {
        padding: 60px 30px;
    }

    .wallet-left-content h2 {
        font-size: 34px;
    }

    .wallet-visual-area {
        min-height: 700px;
        margin-top: 40px;
    }

    .orbit-2 {
        left: 20px;
    }

    .orbit-3 {
        right: 20px;
    }

    .orbit-4 {
        bottom: 290px;
    }
}

@media (max-width: 767px) {
    .wallet-security-wrapper {
        padding: 45px 20px;
        border-radius: 24px;
    }

    .wallet-left-content h2 {
        font-size: 28px;
    }

    .wallet-left-content p {
        font-size: 15px;
    }

    .wallet-feature-item h4 {
        font-size: 16px;
    }

    .wallet-visual-area {
        min-height: 760px;
    }

    .wallet-center-circle {
        width: 170px;
        height: 170px;
    }

    .center-icon {
        width: 90px;
        height: 90px;
    }

    .center-icon i {
        font-size: 38px;
    }

    .wallet-icon {
        width: 70px;
        height: 70px;
    }

    .wallet-icon i {
        font-size: 28px;
    }

    .wallet-orbit {
        width: 130px;
    }

    .wallet-orbit span {
        font-size: 13px;
    }

    .wallet-bottom-card {
        padding: 24px;
    }

    .wallet-bottom-card p {
        font-size: 14px;
    }
}

/* Solution Section Wrapper (Light Theme with Purple/Teal Accents) */
.solutions-grid-section {
    background-color: #d6ccc2;
    background-image:
        radial-gradient(
            circle at 10% 20%,
            rgba(124, 58, 237, 0.03) 0%,
            transparent 40%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(20, 184, 166, 0.02) 0%,
            transparent 40%
        );
    padding: 80px 24px;
    font-family:
        system-ui,
        -apple-system,
        sans-serif;
    color: #1e293b;
    position: relative;
    overflow: hidden;
}

/* Subtle Grid Background Pattern */
.solutions-grid-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(rgba(76, 29, 149, 0.01) 1px, transparent 1px),
        linear-gradient(90deg, rgba(76, 29, 149, 0.01) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

.solutions-grid-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Header Area */
.solutions-grid-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 56px auto;
}

.solutions-grid-title {
    font-size: 28px;
    font-weight: 600;
    color: #4c1d95; /* Rich Deep Purple */
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.solutions-grid-subtitle {
    font-size: 16.5px;
    color: #475569;
    line-height: 1.6;
}

/* Response 3-Column Grid Structure */
.solutions-main-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 32px;
}

/* Card Design with Capsule/Badge Styling */
.solution-grid-card {
    background: #ffffff;
    border: 1.5px solid rgba(124, 58, 237, 0.15); /* Light Purple Border */
    border-radius: 16px;
    padding: 32px 28px;
    position: relative;
    box-shadow: 0 4px 20px rgba(76, 29, 149, 0.02);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Top Left Badge Counter (Meticulously aligned like your past inputs) */
.solution-card-badge {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 44px;
    height: 38px;
    background-color: #4c1d95; /* Theme Matching Accent */
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px 0 16px 0; /* Flows with the card corner radius */
}

/* Content adjustments inside the card */
.solution-card-content {
    margin-top: 12px;
}

.solution-card-heading {
    font-size: 20px;
    font-weight: 700;
    color: #4c1d95;
    margin-bottom: 12px;
}

.solution-card-desc {
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
}

/* Smooth Interactive Glow Hover State */
.solution-grid-card:hover {
    transform: translateY(-5px);
    border-color: #7c3aed; /* Vibrant Purple on active focus */
    box-shadow: 0 12px 30px rgba(124, 58, 237, 0.08);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .solutions-grid-title {
        font-size: 28px;
    }
    .solutions-main-grid {
        grid-template-columns: 1fr;
    }
}

/*  */
/* Deep Blue Theme Container */
.core-features-section {
    padding: 80px 24px;
    background-color: #0f172a;
    color: #ffffff;
    font-family: "Segoe UI", sans-serif;
}

.core-features-container {
    max-width: 800px;
    margin: 0 auto;
}

.core-features-header {
    text-align: center;
    margin-bottom: 50px;
}

.core-features-title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #ffffff;
}

.core-features-desc {
    color: #94a3b8;
    font-size: 16px;
}

/* Feature List (Direct Design) */
.features-list-direct {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.feature-pill {
    display: flex;
    align-items: center;
    background: #1e293b;
    border: 1px solid #334155;
    padding: 14px 25px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.feature-pill:hover {
    border-color: #3b82f6;
    background: #1e3a8a;
    transform: translateX(5px);
}

.check-icon {
    color: #3b82f6;
    margin-right: 15px;
    font-size: 18px;
}

.feature-text {
    font-weight: 500;
    font-size: 16px;
}

.core-features-footer {
    text-align: center;
    margin-top: 40px;
    color: #64748b;
    font-size: 15px;
}

/*  Blockchain Wallet Security Architecture*/
/* ================================
   DIGIATURE WALLET SECURITY SECTION
================================ */

.dg-wallet-security-section {
    background: #b7e4c7;
}

.dg-wallet-security-box {
    background: #ffffff;
    border: 1px solid rgba(52, 160, 164, 0.12);
    border-radius: 22px;
    padding: 55px;
    box-shadow: 0 10px 40px rgba(52, 160, 164, 0.06);
}

/* Small Top Badge */
.dg-wallet-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(52, 160, 164, 0.08);
    color: #348f93;
    padding: 7px 16px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* Heading */
.dg-wallet-title {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 600;
    color: #1d2b36;
    margin-bottom: 22px;
    letter-spacing: -0.4px;
}

/* Paragraph */
.dg-wallet-desc {
    font-size: 1rem;
    line-height: 1.8;
    color: #6b7280;
    margin-bottom: 18px;
    font-weight: 400;
}

/* Right Card */
.dg-wallet-feature-card {
    background: linear-gradient(
        135deg,
        rgba(52, 160, 164, 0.04),
        rgba(52, 160, 164, 0.09)
    );
    border: 1px solid rgba(52, 160, 164, 0.12);
    border-radius: 20px;
    padding: 30px;
}

/* Feature Items */
.dg-wallet-feature-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(52, 160, 164, 0.08);
    transition: all 0.3s ease;
}

.dg-wallet-feature-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.dg-wallet-feature-item:first-child {
    padding-top: 0;
}

.dg-wallet-feature-item:hover {
    transform: translateX(5px);
}

/* Number */
.dg-wallet-number {
    min-width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #34a0a4;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(52, 160, 164, 0.18);
}

/* Text */
.dg-wallet-text {
    color: #24323d;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 991px) {
    .dg-wallet-security-box {
        padding: 35px 25px;
    }

    .dg-wallet-title {
        font-size: 1.7rem;
    }

    .dg-wallet-feature-card {
        padding: 24px;
    }
}

@media (max-width: 576px) {
    .dg-wallet-security-box {
        padding: 28px 20px;
        border-radius: 18px;
    }

    .dg-wallet-title {
        font-size: 1.45rem;
    }

    .dg-wallet-desc {
        font-size: 0.95rem;
    }

    .dg-wallet-feature-item {
        gap: 14px;
    }

    .dg-wallet-number {
        min-width: 38px;
        height: 38px;
        border-radius: 10px;
    }
}

/*  */
/* ====================================
   UNIQUE BLOCKCHAIN NETWORK SECTION
==================================== */

.dgx-network-section {
    padding: 80px 0 60px;
    background:
        radial-gradient(
            circle at top left,
            rgba(76, 201, 240, 0.06),
            transparent 30%
        ),
        #ffffff;
    overflow: hidden;
}

/* Main Grid */
.dgx-network-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 70px;
    align-items: center;
}

/* Left Content */
.dgx-network-content {
    position: relative;
    padding-right: 20px;
}

.dgx-network-mini-title {
    font-size: 0.8rem;
    font-weight: 600;
    color: #4cc9f0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.dgx-network-heading {
    font-size: 2.4rem;
    line-height: 1.2;
    color: #00509d;
    font-weight: 600;
    margin: 18px 0 24px;
    max-width: 520px;
}

.dgx-network-text {
    font-size: 1.03rem;
    line-height: 1.9;
    color: #5f6b76;
    max-width: 480px;
    margin-bottom: 35px;
}

/* Floating Info Box */
.dgx-network-info-box {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #f7fbfd;
    border-radius: 20px;
    padding: 24px 26px;
    max-width: 500px;
    border: 1px solid rgba(76, 201, 240, 0.12);
}

.dgx-network-bar {
    width: 5px;
    min-width: 5px;
    height: 70px;
    border-radius: 50px;
    background: linear-gradient(to bottom, #4cc9f0, #4361ee);
}

.dgx-network-info-box p {
    margin: 0;
    color: #4c5965;
    line-height: 1.8;
    font-size: 0.97rem;
}

/* Right Side */
.dgx-network-right {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* Floating Panels */
.dgx-network-panel {
    background: #fcf9f4;
    border-radius: 28px;
    padding: 35px;
    box-shadow: 0 20px 50px rgba(13, 38, 59, 0.06);
    border: 1px solid rgba(76, 201, 240, 0.08);
    position: relative;
}

.dgx-network-panel-alt {
    margin-left: 50px;
}

/* Header */
.dgx-network-panel-header {
    margin-bottom: 25px;
}

.dgx-network-panel-header h5 {
    margin: 0;
    font-size: 1.05rem;
    color: #18232d;
    font-weight: 600;
}

/* Pills */
.dgx-network-pill-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.dgx-network-pill {
    padding: 13px 18px;
    border-radius: 100px;
    background: rgba(76, 201, 240, 0.08);
    color: #118ab2;
    font-size: 0.92rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.dgx-network-pill.alt {
    background: rgba(67, 97, 238, 0.08);
    color: #4361ee;
}

.dgx-network-pill:hover {
    transform: translateY(-3px);
    background: #4cc9f0;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
    .dgx-network-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .dgx-network-panel-alt {
        margin-left: 0;
    }

    .dgx-network-heading {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .dgx-network-section {
        padding: 70px 0 50px;
    }

    .dgx-network-heading {
        font-size: 1.6rem;
    }

    .dgx-network-panel {
        padding: 24px;
        border-radius: 22px;
    }

    .dgx-network-info-box {
        padding: 20px;
    }

    .dgx-network-pill {
        width: 100%;
        text-align: center;
    }
}

/* =========================================
   INDUSTRIES USING CRYPTO WALLET TECHNOLOGY
========================================= */

.dgi-industry-wallet-section {
    padding: 100px 0 85px;
    background: #d8f3dc;
    overflow: hidden;
}

/* Heading */
.dgi-industry-head {
    margin-bottom: 70px;
}

.dgi-industry-mini {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #2a9d8f;
    margin-bottom: 18px;
}

.dgi-industry-title {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 600;
    color: #14202b;
    max-width: 760px;
    margin: auto;
}

/* Layout */
.dgi-industry-layout {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}

/* Card Base */
.dgi-industry-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 32px;
    border: 1px solid rgba(42, 157, 143, 0.08);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 12px 40px rgba(20, 32, 43, 0.04);
}

/* Hover */
.dgi-industry-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 55px rgba(20, 32, 43, 0.08);
}

/* Top Glow */
.dgi-industry-card::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 180px;
    height: 180px;
    background: rgba(42, 157, 143, 0.05);
    border-radius: 50%;
    transition: all 0.5s ease;
}

.dgi-industry-card:hover::before {
    transform: scale(1.1);
}

/* Sizes */
.dgi-industry-card:nth-child(1) {
    grid-column: span 4;
}

.dgi-industry-card:nth-child(2) {
    grid-column: span 4;
}

.dgi-industry-card:nth-child(3) {
    grid-column: span 4;
}

.wide-card {
    grid-column: span 6;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

/* Dark Card */
.dark-card {
    background: linear-gradient(135deg, #1d3557, #243b55);
    border: none;
    color: #fff;
}

.dark-card h4,
.dark-card p {
    color: #ffffff;
}

.dark-card::before {
    background: rgba(255, 255, 255, 0.05);
}

/* Icon */
.dgi-industry-icon {
    width: 68px;
    height: 68px;
    min-width: 68px;
    border-radius: 22px;
    background: rgba(42, 157, 143, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    margin-bottom: 24px;
    transition: all 0.35s ease;
}

.wide-card .dgi-industry-icon {
    margin-bottom: 0;
}

.dark-card .dgi-industry-icon {
    background: rgba(255, 255, 255, 0.08);
}

/* Hover Icon */
.dgi-industry-card:hover .dgi-industry-icon {
    transform: rotate(-6deg) scale(1.06);
}

/* Heading */
.dgi-industry-card h4 {
    font-size: 1.2rem;
    margin-bottom: 14px;
    font-weight: 600;
    line-height: 1.4;
}

/* Paragraph */
.dgi-industry-card p {
    margin: 0;
    line-height: 1.8;
    font-size: 0.97rem;
}

/* Responsive */
@media (max-width: 991px) {
    .dgi-industry-layout {
        grid-template-columns: 1fr;
    }

    .dgi-industry-card,
    .wide-card {
        grid-column: span 1 !important;
    }

    .dgi-industry-title {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .dgi-industry-wallet-section {
        padding: 75px 0 60px;
    }

    .dgi-industry-head {
        margin-bottom: 45px;
    }

    .dgi-industry-title {
        font-size: 1.6rem;
    }

    .dgi-industry-card {
        padding: 24px;
        border-radius: 22px;
    }

    .wide-card {
        flex-direction: column;
        gap: 18px;
    }

    .dgi-industry-icon {
        width: 58px;
        height: 58px;
        min-width: 58px;
        border-radius: 18px;
        font-size: 1.4rem;
    }
}

/*  */
/* =========================================
   WALLET BUSINESS GROWTH SECTION
========================================= */

.dzn-wallet-growth-section {
    padding: 80px 0;
    background:
        radial-gradient(
            circle at top left,
            rgba(249, 115, 22, 0.08),
            transparent 26%
        ),
        radial-gradient(
            circle at bottom right,
            rgba(244, 63, 94, 0.08),
            transparent 28%
        ),
        #fffaf7;
    overflow: hidden;
}

/* Wrapper */
.dzn-wallet-wrapper {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 75px;
    align-items: center;
}

/* Left */
.dzn-wallet-left {
    position: relative;
}

.dzn-wallet-mini {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #ea580c;
    margin-bottom: 22px;
}

.dzn-wallet-title {
    font-size: 2.9rem;
    line-height: 1.12;
    font-weight: 600;
    color: #18181b;
    margin-bottom: 28px;
    max-width: 560px;
}

.dzn-wallet-desc {
    font-size: 1.04rem;
    line-height: 1.9;
    color: #5b6472;
    margin-bottom: 42px;
    max-width: 500px;
}

/* Note */
.dzn-wallet-note {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.dzn-wallet-note-line {
    width: 5px;
    min-width: 5px;
    height: 85px;
    border-radius: 50px;
    background: linear-gradient(to bottom, #f97316, #fb7185);
}

.dzn-wallet-note p {
    margin: 0;
    color: #4b5563;
    line-height: 1.9;
    font-size: 0.98rem;
    max-width: 500px;
}

/* Right */
.dzn-wallet-right {
    position: relative;
}

/* Pills Wrap */
.dzn-pill-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Individual Pills */
.dzn-pill-item {
    position: relative;
    width: calc(50% - 10px);
    padding: 26px 24px 24px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(249, 115, 22, 0.08);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.05);
    overflow: hidden;
    transition: all 0.4s ease;
}

/* Gradient Glow */
.dzn-pill-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(249, 115, 22, 0.06),
        rgba(244, 63, 94, 0.04)
    );
    opacity: 0;
    transition: all 0.4s ease;
}

.dzn-pill-item:hover::before {
    opacity: 1;
}

/* Hover */
.dzn-pill-item:hover {
    transform: translateY(-10px) rotate(-1deg);
    border-color: rgba(249, 115, 22, 0.18);
    box-shadow: 0 24px 55px rgba(249, 115, 22, 0.12);
}

/* Number */
.dzn-pill-no {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f97316, #fb7185);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 24px;
    transition: all 0.35s ease;
}

/* Rotate Number */
.dzn-pill-item:hover .dzn-pill-no {
    transform: rotate(-8deg) scale(1.08);
}

/* Text */
.dzn-pill-item p {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 1rem;
    line-height: 1.8;
    color: #1f2937;
    font-weight: 500;
}

/* Different Heights */
.dzn-pill-item:nth-child(2),
.dzn-pill-item:nth-child(5) {
    margin-top: 40px;
}

/* Responsive */
@media (max-width: 991px) {
    .dzn-wallet-wrapper {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .dzn-wallet-title {
        font-size: 2.2rem;
    }

    .dzn-pill-item:nth-child(2),
    .dzn-pill-item:nth-child(5) {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .dzn-wallet-growth-section {
        padding: 85px 0;
    }

    .dzn-wallet-title {
        font-size: 1.75rem;
    }

    .dzn-pill-item {
        width: 100%;
        border-radius: 24px;
        padding: 22px;
    }

    .dzn-pill-no {
        width: 46px;
        height: 46px;
        border-radius: 14px;
    }
}

/* =========================================
   WHY CHOOSE DIGIATURE SECTION
========================================= */

.dvl-wallet-choose-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
    overflow: hidden;
    position: relative;
}

/* Main Frame */
.dvl-wallet-frame {
    position: relative;
    border-radius: 40px;
    padding: 70px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.04),
        rgba(255, 255, 255, 0.02)
    );
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
    overflow: hidden;
}

/* Floating Shapes */
.dvl-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
}

.dvl-shape-one {
    width: 320px;
    height: 320px;
    background: rgba(234, 179, 8, 0.08);
    top: -120px;
    left: -120px;
}

.dvl-shape-two {
    width: 260px;
    height: 260px;
    background: rgba(249, 115, 22, 0.08);
    bottom: -100px;
    right: -100px;
}

/* LEFT */
.dvl-wallet-left {
    position: sticky;
    top: 120px;
    z-index: 2;
}

.dvl-wallet-tag {
    display: inline-flex;
    align-items: center;
    padding: 9px 18px;
    border-radius: 100px;
    background: rgba(234, 179, 8, 0.12);
    color: #facc15;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.dvl-wallet-heading {
    font-size: 2.8rem;
    line-height: 1.12;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 28px;
}

.dvl-wallet-description {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.95;
    font-size: 1.02rem;
    margin-bottom: 42px;
}

/* Footer */
.dvl-wallet-footer {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.dvl-footer-circle {
    width: 16px;
    height: 16px;
    min-width: 16px;
    border-radius: 50%;
    background: #f97316;
    margin-top: 9px;
    box-shadow: 0 0 0 8px rgba(249, 115, 22, 0.12);
}

.dvl-wallet-footer p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.9;
    font-size: 0.98rem;
}

/* RIGHT */
.dvl-wallet-zigzag {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

/* Item */
.dvl-zigzag-item {
    display: flex;
    align-items: center;
    gap: 24px;
}

/* Alternate Layout */
.left-item {
    justify-content: flex-start;
}

.right-item {
    justify-content: flex-end;
}

/* Number */
.dvl-zigzag-no {
    width: 78px;
    height: 78px;
    min-width: 78px;
    border-radius: 24px;
    background: linear-gradient(135deg, #eab308, #f97316);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 600;
    transform: rotate(-8deg);
    transition: all 0.4s ease;
    box-shadow: 0 16px 35px rgba(249, 115, 22, 0.18);
}

/* Content */
.dvl-zigzag-content {
    max-width: 420px;
    padding: 26px 30px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #ffffff;
    line-height: 1.8;
    font-size: 1rem;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
}

/* Hover */
.dvl-zigzag-item:hover .dvl-zigzag-no {
    transform: rotate(0deg) scale(1.08);
}

.dvl-zigzag-item:hover .dvl-zigzag-content {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.12);
}

/* Responsive */
@media (max-width: 991px) {
    .dvl-wallet-frame {
        padding: 45px 30px;
    }

    .dvl-wallet-left {
        position: relative;
        top: auto;
        margin-bottom: 55px;
    }

    .dvl-wallet-heading {
        font-size: 2.1rem;
    }

    .dvl-zigzag-item,
    .right-item,
    .left-item {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .dvl-wallet-choose-section {
        padding: 85px 0;
    }

    .dvl-wallet-heading {
        font-size: 1.75rem;
    }

    .dvl-zigzag-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .dvl-zigzag-content {
        max-width: 100%;
        width: 100%;
        padding: 22px;
        border-radius: 22px;
    }

    .dvl-zigzag-no {
        width: 62px;
        height: 62px;
        min-width: 62px;
        border-radius: 18px;
        font-size: 1rem;
    }
}

/* =========================================
   FUTURE DIGITAL WALLET TECHNOLOGY
   UPDATED GREEN + EMERALD COLOR SYSTEM
========================================= */

.fdt-wallet-future-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f3fff9 0%, #ecfdf5 100%);
    overflow: hidden;
    position: relative;
}

/* TOP */
.fdt-wallet-top {
    margin-bottom: 75px;
}

.fdt-wallet-mini {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #059669;
    margin-bottom: 20px;
}

.fdt-wallet-heading {
    font-size: 2.9rem;
    line-height: 1.12;
    font-weight: 600;
    color: #111827;
    margin-bottom: 24px;
}

.fdt-wallet-intro {
    max-width: 760px;
    margin: auto;
    color: #5f6b76;
    line-height: 1.95;
    font-size: 1.04rem;
}

/* GRID */
.fdt-wallet-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 65px;
    align-items: center;
}

/* LEFT PANEL */
.fdt-wallet-panel {
    position: relative;
}

.fdt-panel-inner {
    position: relative;
    padding: 55px 45px;
    border-radius: 36px;
    background: linear-gradient(135deg, #022c22, #064e3b);
    overflow: hidden;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Glow */
.fdt-panel-inner::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.14);
    top: -120px;
    right: -80px;
    filter: blur(10px);
}

/* Orbit */
.fdt-orbit-wrap {
    position: relative;
    width: 260px;
    height: 260px;
    margin-bottom: 60px;
}

/* Rings */
.fdt-orbit-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px dashed rgba(52, 211, 153, 0.3);
}

.ring-one {
    animation: fdtRotate 18s linear infinite;
}

.ring-two {
    inset: 30px;
    animation: fdtRotateReverse 12s linear infinite;
}

@keyframes fdtRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes fdtRotateReverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

/* Core */
.fdt-orbit-core {
    position: absolute;
    inset: 75px;
    border-radius: 50%;
    background: linear-gradient(135deg, #10b981, #34d399);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    box-shadow: 0 20px 45px rgba(16, 185, 129, 0.28);
}

/* Panel Content */
.fdt-panel-content h4 {
    color: #ffffff;
    font-size: 1.55rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.fdt-panel-content p {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.95;
    margin: 0;
    font-size: 1rem;
}

/* RIGHT */
.fdt-wallet-right {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

/* Trend Item */
.fdt-trend-item {
    display: flex;
    align-items: center;
    gap: 24px;
}

/* Line */
.fdt-trend-line {
    width: 70px;
    height: 2px;
    background: linear-gradient(to right, #10b981, rgba(16, 185, 129, 0.1));
    position: relative;
}

.fdt-trend-line::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #10b981;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    box-shadow: 0 0 0 8px rgba(16, 185, 129, 0.12);
}

/* Content */
.fdt-trend-content {
    flex: 1;
    padding: 28px 32px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(16, 185, 129, 0.08);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

/* Hover */
.fdt-trend-content:hover {
    transform: translateX(8px);
    background: #ffffff;
    box-shadow: 0 22px 45px rgba(16, 185, 129, 0.08);
}

/* Number */
.fdt-trend-content span {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    color: #059669;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

/* Title */
.fdt-trend-content h5 {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.7;
    color: #1f2937;
    font-weight: 500;
}

/* Bottom */
.fdt-wallet-bottom {
    position: relative;
    margin-top: 80px;
    padding: 38px;
    border-radius: 32px;
    background: linear-gradient(135deg, #10b981, #34d399);
    overflow: hidden;
    text-align: center;
}

/* Glow */
.fdt-bottom-glow {
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    top: -120px;
    right: -70px;
}

/* Text */
.fdt-wallet-bottom p {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 860px;
    color: #ffffff;
    font-size: 1.05rem;
    line-height: 1.95;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 991px) {
    .fdt-wallet-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .fdt-panel-inner {
        min-height: auto;
    }

    .fdt-wallet-heading {
        font-size: 2.2rem;
    }
}

@media (max-width: 767px) {
    .fdt-wallet-future-section {
        padding: 85px 0;
    }

    .fdt-wallet-heading {
        font-size: 1.8rem;
    }

    .fdt-panel-inner {
        padding: 35px 25px;
        border-radius: 26px;
    }

    .fdt-orbit-wrap {
        width: 210px;
        height: 210px;
        margin-bottom: 40px;
    }

    .fdt-orbit-core {
        inset: 60px;
    }

    .fdt-trend-content {
        padding: 22px;
        border-radius: 22px;
    }

    .fdt-wallet-bottom {
        padding: 28px 24px;
        border-radius: 24px;
    }
}

/* CTA */
/* =========================================
   CRYPTO WALLET CTA SECTION
========================================= */

.nxt-wallet-cta-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            #0f172a 0%,
            #111827 45%,
            #1e1b4b 100%
        );
}

/* Animated Grid */
.nxt-wallet-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: linear-gradient(to bottom, transparent, black, transparent);
    animation: nxtGridMove 18s linear infinite;
}

@keyframes nxtGridMove {

    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(40px);
    }
}

/* Glow */
.nxt-wallet-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
}

.glow-one {
    width: 320px;
    height: 320px;
    background: rgba(168, 85, 247, 0.22);
    top: -100px;
    left: -100px;
}

.glow-two {
    width: 280px;
    height: 280px;
    background: rgba(59, 130, 246, 0.18);
    bottom: -120px;
    right: -100px;
}

/* CTA Box */
.nxt-wallet-cta-box {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: auto;
    text-align: center;
    padding: 75px 65px;
    border-radius: 42px;
    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.08),
            rgba(255,255,255,0.03)
        );
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(16px);
    overflow: hidden;
}

/* Top Shine */
.nxt-wallet-cta-box::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    top: -100px;
    right: -80px;
}

/* Badge */
.nxt-wallet-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 100px;
    background: rgba(255,255,255,0.08);
    color: #c4b5fd;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 28px;
    border: 1px solid rgba(255,255,255,0.08);
}

/* Heading */
.nxt-wallet-heading {
    position: relative;
    z-index: 2;
    font-size: 3rem;
    line-height: 1.12;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 28px;
}

/* Description */
.nxt-wallet-description {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: auto;
    color: rgba(255,255,255,0.76);
    font-size: 1.05rem;
    line-height: 1.95;
}

/* Actions */
.nxt-wallet-actions {
    position: relative;
    z-index: 2;
    margin-top: 45px;
}

/* Button */
.nxt-wallet-primary-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 34px;
    border-radius: 100px;
    background:
        linear-gradient(
            135deg,
            #8b5cf6,
            #3b82f6
        );
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 18px 45px rgba(139, 92, 246, 0.28);
}

/* Hover */
.nxt-wallet-primary-btn:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 24px 55px rgba(59, 130, 246, 0.32);
    color: #ffffff;
}

/* Button Shine */
.nxt-wallet-primary-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 80%;
    height: 100%;
    background: rgba(255,255,255,0.18);
    transform: skewX(-25deg);
    transition: all 0.8s ease;
}

.nxt-wallet-primary-btn:hover::before {
    left: 130%;
}

/* Bottom Text */
.nxt-wallet-mini-text {
    margin-top: 26px;
    color: rgba(255,255,255,0.68);
    font-size: 0.96rem;
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 991px) {

    .nxt-wallet-heading {
        font-size: 2.3rem;
    }

    .nxt-wallet-cta-box {
        padding: 60px 40px;
    }
}

@media (max-width: 767px) {

    .nxt-wallet-cta-section {
        padding: 80px 0;
    }

    .nxt-wallet-cta-box {
        padding: 45px 24px;
        border-radius: 28px;
    }

    .nxt-wallet-heading {
        font-size: 1.8rem;
    }

    .nxt-wallet-description {
        font-size: 0.98rem;
    }

    .nxt-wallet-primary-btn {
        width: 100%;
        padding: 16px 22px;
    }
}

/* FAQ */
/* =========================================
   FAQ SECTION
   POWDER BLUE + CREAM THEME
========================================= */

.crm-faq-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            #f8fcff 0%,
            #fffdf7 100%
        );
}

/* Background Shapes */
.crm-faq-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    z-index: 1;
}

.shape-one {
    width: 320px;
    height: 320px;
    background: rgba(191, 219, 254, 0.32);
    top: -120px;
    left: -120px;
}

.shape-two {
    width: 260px;
    height: 260px;
    background: rgba(254, 240, 138, 0.24);
    bottom: -100px;
    right: -100px;
}

/* Heading */
.crm-faq-top {
    position: relative;
    z-index: 2;
    margin-bottom: 70px;
}

.crm-faq-mini {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 100px;
    background: rgba(191, 219, 254, 0.45);
    color: #2563eb;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 22px;
    border: 1px solid rgba(96, 165, 250, 0.12);
}

/* Main Heading */
.crm-faq-heading {
    font-size: 2.9rem;
    line-height: 1.12;
    color: #1e293b;
    font-weight: 600;
    margin: 0;
}

/* FAQ Wrapper */
.crm-faq-wrapper {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

/* FAQ Item */
.crm-faq-item {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.88),
            rgba(255,255,255,0.72)
        );
    border: 1px solid rgba(148, 163, 184, 0.10);
    backdrop-filter: blur(14px);
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.04);
    transition: all 0.4s ease;
}

/* Soft Glow Top */
.crm-faq-item::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(147, 197, 253, 0.10);
    top: -100px;
    right: -70px;
    transition: all 0.4s ease;
}

/* Hover */
.crm-faq-item:hover {
    transform: translateY(-5px);
    border-color: rgba(96, 165, 250, 0.18);
    box-shadow: 0 22px 48px rgba(59, 130, 246, 0.08);
}

.crm-faq-item:hover::before {
    transform: scale(1.15);
}

/* Question Button */
.crm-faq-question {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    padding: 30px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    cursor: pointer;
    text-align: left;
}

/* Question Text */
.crm-faq-question span {
    color: #1e293b;
    font-size: 1.06rem;
    line-height: 1.7;
    font-weight: 500;
}

/* Icon Box */
.crm-faq-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 14px;
    background:
        linear-gradient(
            135deg,
            #bfdbfe,
            #fde68a
        );
    color: #1e293b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 500;
    transition: all 0.35s ease;
}

/* Rotate Icon on Active */
.crm-faq-item.active .crm-faq-icon {
    transform: rotate(45deg);
}

/* Answer */
.crm-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.45s ease;
    padding: 0 34px;
}

/* Active Answer */
.crm-faq-item.active .crm-faq-answer {
    max-height: 500px;
    padding: 0 34px 30px;
}

/* Answer Text */
.crm-faq-answer p {
    margin: 0;
    color: #64748b;
    line-height: 1.95;
    font-size: 0.98rem;
    max-width: 92%;
}

/* Active Item Border */
.crm-faq-item.active {
    border-color: rgba(96, 165, 250, 0.20);
    box-shadow: 0 24px 50px rgba(59, 130, 246, 0.08);
}

/* Responsive */
@media (max-width: 991px) {

    .crm-faq-heading {
        font-size: 2.2rem;
    }
}

@media (max-width: 767px) {

    .crm-faq-section {
        padding: 85px 0;
    }

    .crm-faq-heading {
        font-size: 1.8rem;
    }

    .crm-faq-question {
        padding: 24px 22px;
        align-items: flex-start;
    }

    .crm-faq-answer {
        padding: 0 22px;
    }

    .crm-faq-item.active .crm-faq-answer {
        padding: 0 22px 24px;
    }

    .crm-faq-answer p {
        max-width: 100%;
    }

    .crm-faq-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        border-radius: 12px;
        font-size: 1.1rem;
    }
}