

    .trust-section {
        background: #ffffff;
        padding: 40px 0;
        position: relative;
        overflow: hidden;
    }

    .trust-section::before {
        content: '';
        position: absolute;
        top: -30%;
        right: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(212, 175, 55, 0.04), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    .trust-section::after {
        content: '';
        position: absolute;
        bottom: -20%;
        left: -5%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(212, 175, 55, 0.03), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    /* Section Head */
    .trust-section .section-head {
        text-align: center;
        margin-bottom: 50px;
    }

   

    /* Grid */
    .trust-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 1000px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .trust-item {
        display: flex;
        align-items: flex-start;
        gap: 18px;
        padding: 18px 20px;
        background: #ffc10778;
        border-radius: 14px;
        border: 1px solid #eee;
        transition: 0.3s;
    }

    .trust-item:hover {
        border-color: #d4a017;
        transform: translateY(-4px);
        box-shadow: 0 10px 30px rgba(212, 175, 55, 0.08);
    }

    .trust-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        background: rgba(212, 175, 55, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #d4a017;
        transition: 0.3s;
        margin-top: 2px;
    }

    .trust-item:hover .trust-icon {
        background: #d4a017;
        color: #000;
        transform: scale(1.1);
    }

    .trust-content h3 {
        font-size: 16px;
        font-weight: 700;
        color: #222;
        margin-bottom: 4px;
        line-height: 1.3;
    }

    .trust-content p {
        color: #666;
        font-size: 14px;
        line-height: 1.6;
        text-align: justify;
        margin: 0;
    }

    /* CTA Button */
    .trust-cta {
        text-align: center;
        margin-top: 45px;
        position: relative;
        z-index: 1;
    }

    .trust-btn {
        display: inline-block;
        background: #d4a017;
        color: #000;
        padding: 14px 40px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        transition: 0.3s;
        border: 2px solid #d4a017;
    }

    .trust-btn:hover {
        background: #000;
        color: #d4a017;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
    }

    /* Responsive */
    @media (max-width: 1024px) {
        .trust-section .section-head h2 {
            font-size: 32px;
        }
    }

    @media (max-width: 991px) {
        .trust-section {
            padding: 40px 0;
        }

        .trust-section .section-head h2 {
            font-size: 28px;
        }

        .trust-grid {
            gap: 16px;
        }

        .trust-item {
            padding: 16px 18px;
        }

        .trust-content h3 {
            font-size: 15px;
        }

        .trust-content p {
            font-size: 13px;
        }
    }

    @media (max-width: 768px) {
        .trust-grid {
            grid-template-columns: 1fr;
            gap: 14px;
            max-width: 550px;
        }

        .trust-item {
            padding: 16px 18px;
        }

        .trust-content h3 {
            font-size: 15px;
        }

        .trust-content p {
            font-size: 13px;
        }

        .trust-icon {
            width: 40px;
            height: 40px;
            min-width: 40px;
            font-size: 16px;
        }
    }

    @media (max-width: 480px) {
        .trust-section {
            padding: 40px 0;
        }

        .trust-section .section-head {
            margin-bottom: 30px;
        }

        .trust-section .section-head .sm-title {
            font-size: 11px;
            padding: 4px 14px;
        }

        .trust-section .section-head h2 {
            font-size: 22px;
        }

        .trust-item {
            padding: 14px 14px;
            border-radius: 12px;
            gap: 14px;
        }

        .trust-content h3 {
            font-size: 14px;
        }

        .trust-content p {
            font-size: 12px;
            line-height: 1.6;
        }

        .trust-icon {
            width: 36px;
            height: 36px;
            min-width: 36px;
            font-size: 14px;
        }

        .trust-btn {
            padding: 12px 30px;
            font-size: 14px;
            width: 100%;
            text-align: center;
        }
    }

    @media (max-width: 380px) {
        .trust-section .section-head h2 {
            font-size: 20px;
        }

        .trust-item {
            padding: 12px 12px;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .trust-content p {
            text-align: justify;
        }
    }


.fq-section {
--fq-accent: #D4AF37;      /* Rich Gold */
    --fq-accent2: #FFD700;     /* Bright Gold */
    --fq-dark: #0d1117;
    --fq-card: #141b22;

    --fq-border: rgba(212, 175, 55, 0.25);

    --fq-text: #c9d1d9;
    --fq-muted: #8b949e;
    --fq-white: #ffffff;
  --fq-radius: 14px;
  --fq-trans: 0.32s cubic-bezier(.4, 0, .2, 1);
  background:#000;
  padding: 72px 0 80px;
  overflow: hidden
}

.fq-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  opacity: .18
}

.fq-blob--1 {
  width: 400px;
  height: 400px;
  background: var(--fq-accent);
  top: -120px;
  left: -100px
}

.fq-blob--2 {
  width: 300px;
  height: 300px;
  background: var(--fq-accent2);
  bottom: -80px;
  right: -80px
}

.fq-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1
}

.fq-header {
  text-align: center;
  margin-bottom: 48px
}

.fq-badge {
  display: inline-block;
  background: rgb(145 217 4 / .12);
  border: 1px solid var(--fq-border);
  color: var(--fq-accent);
  letter-spacing: .12em;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 50px;
  margin-bottom: 18px
}

.fq-title {
  color: var(--fq-white);
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800;
  line-height: 1.22;
  margin: 0 0 14px;
  letter-spacing: -.02em
}

.fq-title span {
  color: var(--fq-accent)
}

.fq-sub {
  color: var(--fq-muted);
  font-size: .97rem;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.65
}

.fq-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.fq-item {
  background: var(--fq-card);
  border: 1px solid var(--fq-border);
  border-radius: var(--fq-radius);
  overflow: hidden;
  transition: border-color var(--fq-trans), box-shadow var(--fq-trans)
}

.fq-item:hover {
  border-color: #D4AF37;   
}

.fq-item.fq-open {
  border-color: var(--fq-accent);
  box-shadow: 0 0 0 1px rgb(145 217 4 / .25), 0 8px 32px rgb(0 0 0 / .35)
}

.fq-btn {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  outline: none
}

.fq-btn:focus-visible {
  outline: 2px solid var(--fq-accent);
  outline-offset: -2px
}

.fq-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgb(145 217 4 / .1);
  border: 1px solid var(--fq-border);
  color: var(--fq-accent);
  font-size: .7rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .05em;
  transition: background var(--fq-trans), border-color var(--fq-trans)
}

.fq-open .fq-num {
  background: var(--fq-accent);
  border-color: var(--fq-accent);
  color: var(--fq-dark)
}

h2.fq-q-text {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  flex: 1;
  color: var(--fq-white);
  transition: color var(--fq-trans)
}

.fq-open h2.fq-q-text {
  color: var(--fq-accent)
}

.fq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background:#000;
  border: 1px solid var(--fq-border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--fq-trans), transform var(--fq-trans)
}

.fq-icon svg {
  width: 13px;
  height: 13px;
  stroke: var(--fq-accent);
  transition: transform var(--fq-trans)
}

.fq-open .fq-icon {
  background: var(--fq-accent)
}

.fq-open .fq-icon svg {
  stroke: var(--fq-dark);
  transform: rotate(45deg)
}

.fq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--fq-trans)
}

.fq-answer-inner {
  padding: 0 22px 20px 70px;
  text-align: justify;
  color: var(--fq-text);
  font-size: .94rem;
  line-height: 1.72
}

.fq-more-wrap {
  text-align: center;
  margin-top: 40px
}

.fq-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--fq-accent);
  color: var(--fq-dark);
  font-size: .9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background var(--fq-trans), transform var(--fq-trans), box-shadow var(--fq-trans);
  box-shadow: 0 4px 20px rgb(145 217 4 / .25)
}

.fq-more-btn:hover {
  background: var(--fq-accent2);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgb(145 217 4 / .35)
}

.fq-more-btn svg {
  width: 16px;
  height: 16px;
  stroke: var(--fq-dark);
  flex-shrink: 0;
  transition: transform var(--fq-trans)
}

.fq-more-btn:hover svg {
  transform: translateX(3px)
}

.fq-answer {
  cursor: pointer
}

@media (max-width:600px) {
  .fq-section {
    padding: 52px 0 60px
  }
  .fq-answer-inner {
    padding-left: 22px
  }
  .fq-btn {
    padding: 16px 16px;
    gap: 12px
  }
}


    .design-2 {
        padding: 40px 0;
        position: relative;
    }

    .design-2::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(212, 175, 55, 0.03), transparent 50%, rgba(212, 175, 55, 0.03));
        pointer-events: none;
    }

    .design-2 .cta-wrapper {
        max-width: 900px;
        margin: 0 auto;
        text-align: center;
        padding: 50px 40px;
        background: #ffffff;
        border-radius: 24px;
        border: 2px solid #f0f0f0;
        position: relative;
        z-index: 1;
        transition: 0.3s;
    }

    .design-2 .cta-wrapper:hover {
        border-color: #d4a017;
        box-shadow: 0 20px 60px rgba(212, 175, 55, 0.06);
    }

    .design-2 .cta-badge {
        display: inline-block;
        background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(212, 175, 55, 0.05));
        color: #d4a017;
        padding: 6px 22px;
        border-radius: 50px;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        margin-bottom: 15px;
        border: 1px solid rgba(212, 175, 55, 0.1);
    }

    .design-2 .cta-title {
        font-size: 38px;
        font-weight: 800;
        color: #222;
        margin-bottom: 18px;
        line-height: 1.2;
    }

    .design-2 .cta-title span {
        color: #d4a017;
        position: relative;
    }

    .design-2 .cta-title span::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: rgba(212, 175, 55, 0.15);
        border-radius: 10px;
    }

    .design-2 .cta-desc {
        color: #555;
        font-size: 15px;
        line-height: 1.8;
        text-align: justify;
        margin-bottom: 12px;
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
    }

    .design-2 .cta-highlight {
        background: linear-gradient(135deg, #ffc10778, #ffffff);
        border: 1px solid #eee;
        border-radius: 12px;
        padding: 20px 25px;
        margin: 20px 0 25px;
    }

    .design-2 .cta-bold {
        font-size: 20px;
        font-weight: 800;
        color: #d4a017;
        margin: 0 0 4px;
    }

    .design-2 .cta-sub {
        font-size: 15px;
        color: #555;
        margin: 0;
    }

    .design-2 .cta-buttons {
        display: flex;
        gap: 15px;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .design-2 .cta-btn-primary {
        display: inline-block;
        background: #d4a017;
        color: #000;
        padding: 14px 38px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        transition: 0.3s;
        border: 2px solid #d4a017;
    }

    .design-2 .cta-btn-primary:hover {
        background: #000;
        color: #d4a017;
        transform: translateY(-3px) scale(1.02);
        box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
    }

    .design-2 .cta-btn-secondary {
        display: inline-block;
        background: transparent;
        color: #d4a017;
        padding: 14px 38px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        transition: 0.3s;
        border: 2px solid #d4a017;
    }

    .design-2 .cta-btn-secondary:hover {
        background: #d4a017;
        color: #000;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
    }

    .design-2 .cta-stats {
        display: flex;
        gap: 40px;
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 25px;
        border-top: 2px solid #f0f0f0;
    }

    .design-2 .cta-stat-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .design-2 .cta-stat-number {
        font-size: 28px;
        font-weight: 800;
        color: #d4a017;
        line-height: 1;
    }

    .design-2 .cta-stat-label {
        font-size: 13px;
        color: #777;
        font-weight: 500;
        margin-top: 4px;
    }

    @media (max-width: 991px) {
        .design-2 { padding: 40px 0; }
        .design-2 .cta-wrapper { padding: 35px 25px; }
        .design-2 .cta-title { font-size: 32px; }
    }

    @media (max-width: 768px) {
        .design-2 .cta-wrapper { padding: 28px 20px; border-radius: 18px; }
        .design-2 .cta-title { font-size: 26px; }
        .design-2 .cta-desc { font-size: 14px; }
        .design-2 .cta-buttons { flex-direction: column; align-items: center; width: 100%; }
        .design-2 .cta-btn-primary, .design-2 .cta-btn-secondary { width: 100%; max-width: 400px; text-align: center; font-size: 14px; padding: 12px 20px; }
        .design-2 .cta-stats { gap: 20px; flex-wrap: wrap; }
        .design-2 .cta-stat-number { font-size: 24px; }
        .design-2 .cta-bold { font-size: 18px; }
    }

    @media (max-width: 480px) {
        .design-2 { padding: 40px 0; }
        .design-2 .cta-wrapper { padding: 22px 16px; }
        .design-2 .cta-title { font-size: 22px; }
        .design-2 .cta-desc { font-size: 13px; }
        .design-2 .cta-badge { font-size: 11px; padding: 4px 14px; }
        .design-2 .cta-btn-primary, .design-2 .cta-btn-secondary { font-size: 13px; padding: 10px 16px; }
        .design-2 .cta-bold { font-size: 16px; }
        .design-2 .cta-sub { font-size: 13px; }
        .design-2 .cta-stat-number { font-size: 20px; }
        .design-2 .cta-stat-label { font-size: 11px; }
        .design-2 .cta-highlight { padding: 14px 16px; }
    }






    .design-3 {
        background: #000000;
        padding: 40px 0;
    }

    .design-3 .section-head {
        text-align: center;
        margin-bottom: 50px;
    }

   
    

    .design-3 .values-list {
        max-width: 850px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .design-3 .value-item {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        padding: 18px 22px;
        border-left: 3px solid rgba(212, 175, 55, 0.1);
        transition: 0.3s;
    }

    .design-3 .value-item:hover {
        border-left-color: #d4a017;
        transform: translateX(8px);
    }

    .design-3 .value-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
        background: rgba(212, 175, 55, 0.06);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #d4a017;
        transition: 0.3s;
    }

    .design-3 .value-item:hover .value-icon {
        background: #d4a017;
        color: #000;
        transform: scale(1.1);
    }

    .design-3 .value-content h3 {
        font-size: 18px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 4px;
    }

    .design-3 .value-content p {
        color: #bdbdbd;
        font-size: 14px;
        line-height: 1.8;
        text-align: justify;
        margin: 0;
    }

    @media (max-width: 768px) {
        .design-3 { padding: 40px 0; }
        .design-3 .section-head h2 { font-size: 28px; }
        .design-3 .value-item { padding: 14px 16px; gap: 15px; }
        .design-3 .value-content h3 { font-size: 16px; }
        .design-3 .value-content p { font-size: 13px; }
        .design-3 .value-icon { width: 40px; height: 40px; min-width: 40px; font-size: 18px; }
    }

    @media (max-width: 480px) {
        .design-3 .section-head h2 { font-size: 22px; }
        .design-3 .value-item { flex-direction: column; align-items: center; text-align: center; padding: 16px 14px; }
        .design-3 .value-item p { text-align: justify; }
    }



    .design-3 {
        background: #000000;
        padding: 40px 0;
    }

    .design-3 .section-head {
        text-align: center;
        margin-bottom: 50px;
    }

   
    

    .design-3 .values-list {
        max-width: 850px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .design-3 .value-item {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        padding: 18px 22px;
        border-left: 3px solid rgba(212, 175, 55, 0.1);
        transition: 0.3s;
    }

    .design-3 .value-item:hover {
        border-left-color: #d4a017;
        transform: translateX(8px);
    }

    .design-3 .value-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
        background: rgba(212, 175, 55, 0.06);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #d4a017;
        transition: 0.3s;
    }

    .design-3 .value-item:hover .value-icon {
        background: #d4a017;
        color: #000;
        transform: scale(1.1);
    }

    .design-3 .value-content h3 {
        font-size: 18px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 4px;
    }

    .design-3 .value-content p {
        color: #bdbdbd;
        font-size: 14px;
        line-height: 1.8;
        text-align: justify;
        margin: 0;
    }

    @media (max-width: 768px) {
        .design-3 { padding: 40px 0; }
        .design-3 .section-head h2 { font-size: 28px; }
        .design-3 .value-item { padding: 14px 16px; gap: 15px; }
        .design-3 .value-content h3 { font-size: 16px; }
        .design-3 .value-content p { font-size: 13px; }
        .design-3 .value-icon { width: 40px; height: 40px; min-width: 40px; font-size: 18px; }
    }

    @media (max-width: 480px) {
        .design-3 .section-head h2 { font-size: 22px; }
        .design-3 .value-item { flex-direction: column; align-items: center; text-align: center; padding: 16px 14px; }
        .design-3 .value-item p { text-align: justify; }
    }




    .difference-section {
        background: #ffffff;
        padding: 40px 0;
        position: relative;
        overflow: hidden;
    }

    .difference-section::before {
        content: '';
        position: absolute;
        top: -30%;
        right: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(212, 175, 55, 0.04), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    .difference-section::after {
        content: '';
        position: absolute;
        bottom: -20%;
        left: -5%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(212, 175, 55, 0.03), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    /* Section Head */
  

   

    /* Grid */
    .difference-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        max-width: 1100px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .difference-card {
        background: #ffc10778;
        border: 1px solid #eee;
        border-radius: 20px;
        padding: 35px 30px;
        transition: 0.4s;
        position: relative;
        overflow: hidden;
    }

    .difference-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, #d4a017, #ffd700);
        transform: scaleX(0);
        transition: 0.4s;
        transform-origin: left;
    }

    .difference-card:hover::before {
        transform: scaleX(1);
    }

    .difference-card:hover {
        transform: translateY(-8px);
        border-color: #d4a017;
        box-shadow: 0 15px 40px rgba(212, 175, 55, 0.08);
    }

    .difference-icon {
        width: 60px;
        height: 60px;
        background: rgba(212, 175, 55, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        color: #d4a017;
        margin-bottom: 16px;
        transition: 0.3s;
    }

    .difference-card:hover .difference-icon {
        background: #d4a017;
        color: #000;
        transform: scale(1.1) rotate(10deg);
    }

    .difference-card h3 {
        font-size: 20px;
        font-weight: 700;
        color: #222;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .difference-card p {
        color: #555;
        font-size: 14px;
        line-height: 1.8;
        text-align: justify;
        margin: 0;
    }

    /* Responsive */
    @media (max-width: 991px) {
        .difference-section {
            padding: 40px 0;
        }

        .difference-section .section-head h2 {
            font-size: 30px;
        }

        .difference-grid {
            grid-template-columns: 1fr 1fr;
            gap: 25px;
        }

        .difference-card {
            padding: 30px 25px;
        }

        .difference-card h3 {
            font-size: 18px;
        }
    }

    @media (max-width: 768px) {
        .difference-section .section-head h2 {
            font-size: 26px;
        }

        .difference-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .difference-card {
            padding: 25px 20px;
        }

        .difference-card h3 {
            font-size: 17px;
        }

        .difference-card p {
            font-size: 13px;
        }

        .difference-icon {
            width: 50px;
            height: 50px;
            font-size: 22px;
        }
    }

    @media (max-width: 480px) {
        .difference-section {
            padding: 40px 0;
        }

        .difference-section .section-head {
            margin-bottom: 30px;
        }

        .difference-section .section-head .sm-title {
            font-size: 11px;
            padding: 4px 14px;
        }

        .difference-section .section-head h2 {
            font-size: 22px;
        }

        .difference-card {
            padding: 20px 16px;
            border-radius: 16px;
        }

        .difference-card h3 {
            font-size: 16px;
        }

        .difference-card p {
            font-size: 13px;
            line-height: 1.7;
        }

        .difference-icon {
            width: 45px;
            height: 45px;
            font-size: 20px;
            margin-bottom: 12px;
        }
    }

    @media (max-width: 380px) {
        .difference-section .section-head h2 {
            font-size: 20px;
        }

        .difference-card {
            padding: 16px 14px;
        }

        .difference-card h3 {
            font-size: 15px;
        }

        .difference-card p {
            font-size: 12px;
        }

        .difference-icon {
            width: 40px;
            height: 40px;
            font-size: 18px;
        }
    }



    .who-we-are {
        background: #ffffff;
        padding: 40px 0;
        position: relative;
        overflow: hidden;
    }

    .who-we-are::before {
        content: '';
        position: absolute;
        top: -30%;
        right: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(212, 175, 55, 0.04), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    /* Section Head */
   

    /* Wrapper */
    .who-wrapper {
        display: flex;
        align-items: center;
        gap: 60px;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    /* Content Side */
    .who-content {
        flex: 1.2;
        padding: 20px 0;
    }

    .who-desc {
        color: #555;
        font-size: 15px;
        line-height: 1.8;
        text-align: justify;
        margin-bottom: 14px;
    }

    .who-desc:last-of-type {
        margin-bottom: 0;
    }

    .who-highlight {
        background: #ffc10778;
        border-left: 4px solid #d4a017;
        padding: 20px 25px;
        border-radius: 8px;
        margin: 20px 0 25px;
    }

    .who-highlight .who-desc {
        margin-bottom: 6px;
        font-size: 16px;
    }

    .who-highlight .who-desc:last-child {
        margin-bottom: 0;
    }

    .highlight-text {
        color: #333;
        font-weight: 500;
    }

    .bold-text {
        font-weight: 700;
        color: #d4a017;
        font-size: 17px;
    }

    .who-buttons {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .who-btn-primary {
        display: inline-block;
        background: #d4a017;
        color: #000;
        padding: 13px 32px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 15px;
        transition: 0.3s;
        border: 2px solid #d4a017;
    }

    .who-btn-primary:hover {
        background: #000;
        color: #d4a017;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
    }

    .who-btn-secondary {
        display: inline-block;
        background: transparent;
        color: #d4a017;
        padding: 13px 32px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 15px;
        transition: 0.3s;
        border: 2px solid #d4a017;
    }

    .who-btn-secondary:hover {
        background: #d4a017;
        color: #000;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
    }

    /* Icons Grid */
    .who-icons-grid {
        flex: 1;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .who-icon-card {
        background: #ffc10778;
        border: 1px solid #eee;
        border-radius: 16px;
        padding: 25px 20px;
        text-align: center;
        transition: 0.3s;
        cursor: pointer;
    }

    .who-icon-card:hover {
        transform: translateY(-8px);
        border-color: #d4a017;
        box-shadow: 0 15px 40px rgba(212, 175, 55, 0.08);
    }

    .who-icon {
        width: 60px;
        height: 60px;
        background: rgba(212, 175, 55, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 12px;
        font-size: 24px;
        color: #d4a017;
        transition: 0.3s;
    }

    .who-icon-card:hover .who-icon {
        background: #d4a017;
        color: #000;
        transform: scale(1.1);
    }

    .who-icon-card h4 {
        font-size: 16px;
        font-weight: 700;
        color: #222;
        margin-bottom: 4px;
    }

    .who-icon-card p {
        font-size: 12px;
        color: #777;
        margin: 0;
        line-height: 1.4;
    }

    /* Responsive */
    @media (max-width: 1024px) {
        .who-wrapper {
            gap: 40px;
        }

        .who-we-are .section-head h2 {
            font-size: 32px;
        }

        .who-icons-grid {
            gap: 15px;
        }

        .who-icon-card {
            padding: 20px 15px;
        }
    }

    @media (max-width: 991px) {
        .who-we-are {
            padding: 40px 0;
        }

        .who-we-are .section-head {
            margin-bottom: 35px;
        }

        .who-we-are .section-head h2 {
            font-size: 28px;
        }

        .who-wrapper {
            flex-direction: column;
            gap: 35px;
        }

        .who-content {
            padding: 0;
            width: 100%;
        }

        .who-icons-grid {
            width: 100%;
        }
    }

    @media (max-width: 768px) {
        .who-we-are .section-head h2 {
            font-size: 24px;
        }

        .who-desc {
            font-size: 14px;
        }

        .who-highlight {
            padding: 16px 20px;
        }

        .who-highlight .who-desc {
            font-size: 15px;
        }

        .bold-text {
            font-size: 16px;
        }

        .who-buttons {
            flex-direction: column;
            width: 100%;
        }

        .who-btn-primary,
        .who-btn-secondary {
            width: 100%;
            text-align: center;
            padding: 12px 20px;
            font-size: 14px;
        }

        .who-icons-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }

        .who-icon-card {
            padding: 18px 15px;
        }

        .who-icon {
            width: 50px;
            height: 50px;
            font-size: 20px;
        }

        .who-icon-card h4 {
            font-size: 14px;
        }
    }

    @media (max-width: 480px) {
        .who-we-are {
            padding: 40px 0;
        }

        .who-we-are .section-head {
            margin-bottom: 25px;
        }

        .who-we-are .section-head .sm-title {
            font-size: 11px;
            padding: 4px 14px;
        }

        .who-we-are .section-head h2 {
            font-size: 20px;
        }

        .who-desc {
            font-size: 13px;
            line-height: 1.7;
        }

        .who-highlight {
            padding: 14px 16px;
            margin: 15px 0 20px;
        }

        .who-highlight .who-desc {
            font-size: 14px;
        }

        .bold-text {
            font-size: 15px;
        }

        .who-btn-primary,
        .who-btn-secondary {
            font-size: 13px;
            padding: 10px 16px;
        }

        .who-icons-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
        }

        .who-icon-card {
            padding: 15px 12px;
            border-radius: 12px;
        }

        .who-icon {
            width: 45px;
            height: 45px;
            font-size: 18px;
        }

        .who-icon-card h4 {
            font-size: 13px;
        }

        .who-icon-card p {
            font-size: 11px;
        }
    }

    @media (max-width: 380px) {
        .who-we-are .section-head h2 {
            font-size: 18px;
        }

        .who-desc {
            font-size: 12px;
        }

        .who-highlight .who-desc {
            font-size: 13px;
        }

        .bold-text {
            font-size: 14px;
        }

        .who-icons-grid {
            grid-template-columns: 1fr 1fr;
            gap: 10px;
        }

        .who-icon-card {
            padding: 12px 10px;
        }

        .who-icon {
            width: 40px;
            height: 40px;
            font-size: 16px;
            margin-bottom: 8px;
        }

        .who-icon-card h4 {
            font-size: 12px;
        }

        .who-icon-card p {
            font-size: 10px;
        }
    }



    .impact-section {
        background: #000000;
        padding: 40px 0;
        position: relative;
        overflow: hidden;
    }

    .impact-section::before {
        content: '';
        position: absolute;
        top: -40%;
        left: -10%;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(212, 175, 55, 0.03), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    .impact-section::after {
        content: '';
        position: absolute;
        bottom: -30%;
        right: -5%;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(212, 175, 55, 0.02), transparent);
        border-radius: 50%;
        pointer-events: none;
    }


    /* Wrapper */
    .impact-wrapper {
        display: flex;
        align-items: center;
        gap: 60px;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    /* Content Side */
    .impact-content {
        flex: 1.2;
        padding: 20px 0;
    }

    .impact-desc {
        color: #bdbdbd;
        font-size: 15px;
        line-height: 1.8;
        text-align: justify;
        margin-bottom: 14px;
    }

    .impact-desc:last-of-type {
        margin-bottom: 28px;
    }

    .impact-buttons {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    .impact-btn-primary {
        display: inline-block;
        background: #d4a017;
        color: #000;
        padding: 13px 32px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 15px;
        transition: 0.3s;
        border: 2px solid #d4a017;
    }

    .impact-btn-primary:hover {
        background: #ffffff;
        color: #000;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
        border-color: #ffffff;
    }

    .impact-btn-secondary {
        display: inline-block;
        background: transparent;
        color: #d4a017;
        padding: 13px 32px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 15px;
        transition: 0.3s;
        border: 2px solid #d4a017;
    }

    .impact-btn-secondary:hover {
        background: #d4a017;
        color: #000;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
    }

    /* Visual Side */
    .impact-visual {
        flex: 1;
        position: relative;
    }

    .impact-image-wrapper {
        position: relative;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
        border: 2px solid rgba(212, 175, 55, 0.2);
    }

    .impact-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: 0.5s;
    }

    .impact-image-wrapper:hover img {
        transform: scale(1.03);
    }

    /* Floating Cards */
    .impact-floating-card {
        position: absolute;
        background: rgba(17, 17, 17, 0.92);
        backdrop-filter: blur(12px);
        border: 1px solid rgba(212, 175, 55, 0.2);
        border-radius: 16px;
        padding: 16px 22px;
        display: flex;
        align-items: center;
        gap: 14px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
        animation: floatCard 3s ease-in-out infinite;
        transition: 0.3s;
    }

    .impact-floating-card:hover {
        transform: scale(1.05);
        border-color: #d4a017;
    }

    .impact-floating-card.card-2 {
        animation-delay: 1.5s;
    }

    @keyframes floatCard {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-10px); }
    }

    .floating-icon {
        font-size: 28px;
        line-height: 1;
    }

    .floating-text {
        display: flex;
        flex-direction: column;
    }

    .floating-number {
        font-size: 22px;
        font-weight: 800;
        color: #d4a017;
        line-height: 1;
    }

    .floating-label {
        font-size: 11px;
        color: #bdbdbd;
        font-weight: 500;
        margin-top: 2px;
    }

    .impact-floating-card:first-of-type {
        top: 30px;
        right: -20px;
    }

    .impact-floating-card.card-2 {
        bottom: 30px;
        left: -20px;
    }

    /* Tablet */
    @media (max-width: 1024px) {
        .impact-wrapper {
            gap: 40px;
        }

        .impact-section .section-head h2 {
            font-size: 32px;
        }

        

        .impact-floating-card:first-of-type {
            right: 10px;
            top: 20px;
        }

        .impact-floating-card.card-2 {
            left: 10px;
            bottom: 20px;
        }
    }

    @media (max-width: 991px) {
        .impact-section {
            padding: 40px 0;
        }

        .impact-section .section-head {
            margin-bottom: 35px;
        }

        .impact-section .section-head h2 {
            font-size: 28px;
        }

        .impact-wrapper {
            flex-direction: column-reverse;
            gap: 35px;
        }

        .impact-content {
            padding: 0;
            width: 100%;
        }

        .impact-visual {
            width: 100%;
        }

        .impact-image-wrapper img {
            width: 100%;
        }

        .impact-floating-card:first-of-type {
            top: 20px;
            right: 15px;
            padding: 14px 18px;
        }

        .impact-floating-card.card-2 {
            bottom: 20px;
            left: 15px;
            padding: 14px 18px;
        }

        .floating-number {
            font-size: 18px;
        }
    }

    @media (max-width: 768px) {
        .impact-section .section-head h2 {
            font-size: 24px;
        }

       

        .impact-desc {
            font-size: 14px;
        }

        .impact-floating-card {
            padding: 12px 16px;
        }

        .impact-floating-card:first-of-type {
            top: 15px;
            right: 10px;
        }

        .impact-floating-card.card-2 {
            bottom: 15px;
            left: 10px;
        }

        .floating-icon {
            font-size: 22px;
        }

        .floating-number {
            font-size: 16px;
        }

        .floating-label {
            font-size: 10px;
        }

        .impact-buttons {
            flex-direction: column;
            width: 100%;
        }

        .impact-btn-primary,
        .impact-btn-secondary {
            width: 100%;
            text-align: center;
            padding: 12px 20px;
            font-size: 14px;
        }
    }

    @media (max-width: 480px) {
        .impact-section {
            padding: 40px 0;
        }

        .impact-section .section-head {
            margin-bottom: 25px;
        }

        .impact-section .section-head .sm-title {
            font-size: 11px;
            padding: 4px 14px;
        }

        .impact-section .section-head h2 {
            font-size: 20px;
        }

        .impact-image-wrapper img {
            border-radius: 16px;
        }

        .impact-desc {
            font-size: 13px;
            line-height: 1.7;
        }

        .impact-floating-card {
            padding: 10px 14px;
            border-radius: 12px;
        }

        .impact-floating-card:first-of-type {
            top: 10px;
            right: 8px;
        }

        .impact-floating-card.card-2 {
            bottom: 10px;
            left: 8px;
        }

        .floating-icon {
            font-size: 18px;
        }

        .floating-number {
            font-size: 14px;
        }

        .floating-label {
            font-size: 9px;
        }

        .impact-btn-primary,
        .impact-btn-secondary {
            font-size: 13px;
            padding: 10px 16px;
        }

        .impact-image-wrapper {
            border-radius: 16px;
        }
    }

    @media (max-width: 380px) {
        .impact-section .section-head h2 {
            font-size: 18px;
        }

        

        .impact-desc {
            font-size: 12px;
        }

        .impact-floating-card {
            padding: 8px 12px;
        }

        .impact-floating-card:first-of-type {
            top: 8px;
            right: 6px;
        }

        .impact-floating-card.card-2 {
            bottom: 8px;
            left: 6px;
        }

        .floating-icon {
            font-size: 15px;
        }

        .floating-number {
            font-size: 12px;
        }

        .floating-label {
            font-size: 8px;
        }
    }



    .empowering-section {
        background: #ffffff;
        padding: 40px 0;
        position: relative;
        overflow: hidden;
    }

    .empowering-section::before {
        content: '';
        position: absolute;
        top: -30%;
        right: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(212, 175, 55, 0.04), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    .empowering-wrapper {
        display: flex;
        align-items: center;
        gap: 60px;
        max-width: 1200px;
        margin: 0 auto;
    }

    /* Image Side */
    .empowering-image {
        flex: 1;
        position: relative;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    }

    .empowering-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: 0.5s;
        border-radius: 24px;
        border: 3px solid #d4a017;
    }

    .empowering-image:hover img {
        transform: scale(1.03);
    }

    .empowering-badge {
        position: absolute;
        bottom: 25px;
        left: 25px;
        background: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(10px);
        padding: 12px 24px;
        border-radius: 50px;
        border: 1px solid rgba(212, 175, 55, 0.3);
    }

    .empowering-badge span {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }

    .empowering-badge span::before {
        content: '🚀';
        color: #d4a017;
    }

    /* Content Side */
    .empowering-content {
        flex: 1;
        padding: 20px 0;
    }

    .empowering-tag {
        display: inline-block;
        background: rgba(212, 175, 55, 0.1);
        color: #d4a017;
        padding: 6px 18px;
        border-radius: 30px;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        margin-bottom: 16px;
    }

    .empowering-title {
        font-size: 36px;
        font-weight: 800;
        color: #222;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .empowering-title span {
        color: #d4a017;
    }

    .empowering-desc {
        color: #555;
        font-size: 15px;
        line-height: 1.8;
        text-align: justify;
        margin-bottom: 14px;
    }

    .empowering-desc:last-of-type {
        margin-bottom: 25px;
    }

    .empowering-buttons {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .empowering-btn-primary {
        display: inline-block;
        background: #d4a017;
        color: #000;
        padding: 13px 32px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 15px;
        transition: 0.3s;
        border: 2px solid #d4a017;
    }

    .empowering-btn-primary:hover {
        background: #000;
        color: #d4a017;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
    }

    .empowering-btn-secondary {
        display: inline-block;
        background: transparent;
        color: #d4a017;
        padding: 13px 32px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 15px;
        transition: 0.3s;
        border: 2px solid #d4a017;
    }

    .empowering-btn-secondary:hover {
        background: #d4a017;
        color: #000;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
    }

    .empowering-stats {
        display: flex;
        gap: 40px;
        justify-content:space-around;
        padding-top: 25px;
        border-top: 1px solid #eee;
    }

    .stat-item {
        display: flex;
        flex-direction: column;
    }

    .stat-number {
        font-size: 28px;
        font-weight: 800;
        color: #d4a017;
        text-align:center;
        line-height: 1;
    }

    .stat-label {
        font-size: 13px;
        color: #777;
        font-weight: 500;
        margin-top: 4px;
    }

    /* Responsive */
    @media (max-width: 1024px) {
        .empowering-wrapper {
            gap: 40px;
        }
        .empowering-title {
            font-size: 32px;
        }
    }

    @media (max-width: 991px) {
        .empowering-section {
            padding: 40px 0;
        }

        .empowering-wrapper {
            flex-direction: column;
            gap: 35px;
        }

        .empowering-image {
            width: 100%;
        }

        .empowering-image img {
            width: 100%;
        }

        .empowering-content {
            padding: 0;
            width: 100%;
        }

        .empowering-title {
            font-size: 30px;
        }

        .empowering-stats {
            gap: 30px;
        }
    }

    @media (max-width: 768px) {
    

        .empowering-title {
            font-size: 26px;
        }

        .empowering-desc {
            font-size: 14px;
        }

        .empowering-badge {
            bottom: 18px;
            left: 18px;
            padding: 10px 18px;
        }

        .empowering-badge span {
            font-size: 12px;
        }

        .empowering-buttons {
            flex-direction: column;
            width: 100%;
        }

        .empowering-btn-primary,
        .empowering-btn-secondary {
            width: 100%;
            text-align: center;
            padding: 12px 20px;
            font-size: 14px;
        }

        .empowering-stats {
            gap: 20px;
            flex-wrap: wrap;
        }

        .stat-number {
            font-size: 24px;
        }
    }

    @media (max-width: 480px) {
        .empowering-section {
            padding: 40px 0;
        }

      

        .empowering-title {
            font-size: 22px;
        }

        .empowering-desc {
            font-size: 13px;
            line-height: 1.7;
        }

        .empowering-tag {
            font-size: 11px;
            padding: 4px 14px;
        }

        .empowering-badge {
            bottom: 12px;
            left: 12px;
            padding: 8px 14px;
        }

        .empowering-badge span {
            font-size: 11px;
        }

        .empowering-btn-primary,
        .empowering-btn-secondary {
            font-size: 13px;
            padding: 10px 16px;
        }

        .empowering-stats {
            gap: 15px;
        }

        .stat-number {
            font-size: 20px;
        }

        .stat-label {
            font-size: 11px;
        }
    }

    @media (max-width: 380px) {
       
        .empowering-title {
            font-size: 20px;
        }

        .empowering-desc {
            font-size: 12px;
        }

        .empowering-badge {
            bottom: 10px;
            left: 10px;
            padding: 6px 12px;
        }

        .empowering-badge span {
            font-size: 10px;
        }
    }



    .design-2 {
        padding: 40px 0;
    }

    .design-2 .vm-timeline {
        max-width: 900px;
        margin: 0 auto;
        position: relative;
        padding: 20px 0;
    }

    .design-2 .vm-timeline::before {
        content: '';
        position: absolute;
        left: 30px;
        top: 0;
        bottom: 0;
        width: 3px;
        background: linear-gradient(to bottom, #d4a017, rgba(212, 175, 55, 0.2));
        border-radius: 10px;
    }

    .design-2 .vm-timeline-item {
        position: relative;
        padding-left: 70px;
        margin-bottom: 40px;
    }

    .design-2 .vm-timeline-item:last-child {
        margin-bottom: 0;
    }

    .design-2 .vm-timeline-dot {
        position: absolute;
        left: 20px;
        top: 5px;
        width: 24px;
        height: 24px;
        background: #d4a017;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: #000;
        z-index: 2;
        transition: 0.3s;
        border: 3px solid #000;
        box-shadow: 0 0 0 3px #d4a017;
    }

    .design-2 .vm-timeline-item:hover .vm-timeline-dot {
        transform: scale(1.2);
        background: #000;
        color: #d4a017;
    }

    .design-2 .vm-timeline-line {
        position: absolute;
        left: 29px;
        top: 30px;
        bottom: -40px;
        width: 2px;
        background: rgba(212, 175, 55, 0.15);
    }

    .design-2 .vm-timeline-item:last-child .vm-timeline-line {
        display: none;
    }

    .design-2 .vm-timeline-content {
        background: #111111;
        border: 1px solid #222;
        border-radius: 16px;
        padding: 30px 30px;
        transition: 0.3s;
    }

    .design-2 .vm-timeline-content:hover {
        border-color: #d4a017;
        transform: translateX(8px);
        box-shadow: 0 10px 40px rgba(212, 175, 55, 0.05);
    }

    .design-2 .vm-tag {
        display: inline-block;
        color: #d4a017;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 6px;
    }

    .design-2 .vm-timeline-content h3 {
        font-size: 22px;
        font-weight: 700;
        color: #ffffff;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .design-2 .vm-timeline-content p {
        color: #bdbdbd;
        font-size: 14px;
        line-height: 1.8;
        text-align: justify;
        margin-bottom: 10px;
    }

    .design-2 .vm-timeline-content p:last-of-type {
        margin-bottom: 0;
    }

    .design-2 .vm-list-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px 20px;
        margin-top: 12px;
    }

    .design-2 .vm-list-item {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        color: #d9d9d9;
        font-size: 13px;
        line-height: 1.5;
        padding: 4px 6px;
        border-radius: 6px;
        transition: 0.3s;
    }

    .design-2 .vm-list-item:hover {
        background: rgba(212, 175, 55, 0.05);
        transform: translateX(3px);
    }

    .design-2 .vm-list-item i {
        color: #d4a017;
        font-size: 14px;
        margin-top: 2px;
        flex-shrink: 0;
    }

    @media (max-width: 768px) {
        .design-2 {
            padding: 40px 0;
        }

        .design-2 .vm-timeline::before {
            left: 20px;
        }

        .design-2 .vm-timeline-item {
            padding-left: 55px;
        }

        .design-2 .vm-timeline-dot {
            left: 11px;
            width: 20px;
            height: 20px;
            font-size: 10px;
        }

        .design-2 .vm-timeline-line {
            left: 19px;
        }

        .design-2 .vm-timeline-content {
            padding: 25px 20px;
        }

        .design-2 .vm-timeline-content h3 {
            font-size: 19px;
        }

        .design-2 .vm-list-grid {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 480px) {
        .design-2 .vm-timeline-content {
            padding: 18px 15px;
        }

        .design-2 .vm-timeline-content h3 {
            font-size: 17px;
        }

        .design-2 .vm-timeline-content p {
            font-size: 13px;
        }

        .design-2 .vm-list-item {
            font-size: 12px;
        }
    }
