select.select-custom {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    color: #495057;
    background-color: #fff;
}

select.select-custom:focus {
    outline: none;
    border-color: #a500ff;
}

.pseo-cluster-section {
    background-color: #0e0d21;
    background-image:
        radial-gradient(circle at 10% 0%, rgba(165, 0, 255, 0.10) 0%, transparent 40%),
        radial-gradient(circle at 90% 100%, rgba(6, 200, 215, 0.10) 0%, transparent 40%);
    padding: 80px 0 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.cluster-card {
    background: transparent !important;
    padding: 0;
    border: none;
    box-shadow: none;
    height: auto;
}

.cluster-card h3 {
    font-size: 1.15rem;
    color: #ffffff !important;
    margin-bottom: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Poppins", sans-serif;
}

.cluster-card h3 i {
    color: #a500ff;
    font-size: 1rem;
}

.cluster-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cluster-pill {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 8px;
    background: #A500FF;
    color: #ffffff;
    font-size: 0.85rem;
    text-decoration: none !important;
    transition: all 0.2s ease;
    border: 1px solid #A500FF;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.cluster-pill:hover {
    background: #ffffff;
    color: #A500FF;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(165, 0, 255, 0.4);
}

/* ---------- Global Section Gradient Backgrounds ---------- */
.header-hero {
    background: linear-gradient(135deg, #ffffff 0%, #f6f8fd 50%, #eef3fb 100%) !important;
    background-image:
        radial-gradient(ellipse 900px 600px at 15% 20%, rgba(165, 0, 255, 0.05), transparent 60%),
        radial-gradient(ellipse 900px 600px at 85% 70%, rgba(6, 200, 215, 0.06), transparent 60%) !important;
}

.brand-area, .client-logo-area {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
}

.services-area, .service-area {
    background: #0e0d21 !important;
    background-image: none !important;
}

.analysis-area {
    background: #0e0d21 !important;
    background-image: none !important;
}

.analysis-title .title {
    color: #ffffff !important;
}

.tech-section, .our-tech {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%) !important;
}

.workflow-area, .step-area {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
}

.footer-area {
    background: #060512 !important;
    background-image: none !important;
}

.video-background video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

@media (max-width: 767px) {
    .pseo-cluster-section {
        padding: 40px 0 10px 0;
    }
}

/* ---------- Testimonials ---------- */
.testimonials-section {
    background: #080816 !important;
    background-image: none !important;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.testimonials-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 55px;
}

.testimonials-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    border-radius: 50px;
    background: rgba(6, 200, 215, 0.08);
    border: 1px solid rgba(6, 200, 215, 0.3);
    color: #06c8d7;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
    backdrop-filter: blur(8px);
}

.testimonials-title {
    color: #ffffff;
    font-weight: 800;
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    line-height: 1.25;
    margin-bottom: 16px;
}

.testimonials-title .text-gradient {
    background: linear-gradient(135deg, #06c8d7 0%, #a500ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonials-subtitle {
    color: #94a3b8;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 28px;
}

.testimonials-trust-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50px;
    backdrop-filter: blur(10px);
    width: fit-content;
    margin: 0 auto;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #cbd5e1;
    font-size: 0.88rem;
    font-weight: 500;
}

.trust-item i {
    color: #ffb800;
    font-size: 1rem;
}

.trust-item strong {
    color: #ffffff;
}

.trust-divider {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.15);
}

.testimonials-carousel {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
}

.testimonial-nav-btn {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    background: #a500ff;
    color: #ffffff;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 5;
    box-shadow: 0 4px 15px rgba(165, 0, 255, 0.35);
}

.testimonial-nav-btn:hover {
    background: #8e00dc;
    color: #ffffff;
    transform: scale(1.08);
    box-shadow: 0 6px 22px rgba(165, 0, 255, 0.5);
}

.testimonial-viewport {
    flex: 1;
    overflow: hidden;
    padding: 10px 4px;
}

.testimonial-track {
    position: relative;
}

.testimonial-slide {
    display: flex;
    align-items: stretch;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    box-sizing: border-box;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.1);
}

.testimonial-slide:hover {
    border-color: rgba(6, 200, 215, 0.25);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.45), 0 0 30px rgba(6, 200, 215, 0.12);
}

.testimonial-slide.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.testimonial-visual {
    position: relative;
    flex: 0 0 260px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    background: linear-gradient(180deg, rgba(165, 0, 255, 0.06) 0%, rgba(6, 200, 215, 0.04) 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.testimonial-avatar-wrapper {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 4px;
    background: #a500ff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    margin-bottom: 14px;
}

.testimonial-photo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    background: #1e1b4b;
}

.testimonial-avatar-lg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #12102e;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 12px;
    border-radius: 20px;
    background: rgba(6, 200, 215, 0.12);
    border: 1px solid rgba(6, 200, 215, 0.25);
    color: #06c8d7;
    font-size: 0.75rem;
    font-weight: 600;
}

.testimonial-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 42px 48px;
    position: relative;
}

.testimonial-quote-icon-decor {
    position: absolute;
    top: 28px;
    right: 36px;
    font-size: 3rem;
    line-height: 1;
    color: rgba(165, 0, 255, 0.15);
    pointer-events: none;
}

.testimonial-slide blockquote {
    margin: 0 0 14px;
    color: #f1f5f9;
    font-size: 1.1rem;
    line-height: 1.75;
    font-weight: 400;
    font-style: italic;
    position: relative;
    z-index: 2;
}

.testimonial-author-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 14px;
    flex-wrap: wrap;
}

.testimonial-author strong {
    display: block;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1.02rem;
    margin-bottom: 2px;
}

.testimonial-author span {
    display: block;
    color: #94a3b8;
    font-size: 0.86rem;
}

.testimonial-author a {
    color: #94a3b8;
    text-decoration: none;
    border-bottom: 1px dotted rgba(148, 163, 184, 0.6);
    transition: color 0.2s ease;
}

.testimonial-author a:hover {
    color: #06c8d7;
    border-bottom-color: #06c8d7;
}

.company-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #cbd5e1;
    font-size: 0.8rem;
    font-weight: 500;
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.testimonial-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.testimonial-dot.active {
    width: 32px;
    border-radius: 10px;
    background: #a500ff;
    box-shadow: 0 0 12px rgba(165, 0, 255, 0.5);
}

@media (max-width: 850px) {
    .testimonials-section { padding: 70px 0; }
    .testimonials-carousel { flex-wrap: wrap; justify-content: center; gap: 16px; }
    .testimonial-viewport { flex: 0 0 100%; order: 1; width: 100%; }
    .testimonial-prev { order: 2; }
    .testimonial-next { order: 3; }
    .testimonial-nav-btn { width: 44px; height: 44px; font-size: 1rem; }

    .testimonial-slide { flex-direction: column; }
    .testimonial-visual {
        flex: 0 0 auto;
        width: 100%;
        min-height: auto;
        padding: 28px 20px 20px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }
    .testimonial-avatar-wrapper { width: 120px; height: 120px; margin-bottom: 10px; }
    .testimonial-content { padding: 28px 24px; }
    .testimonial-slide blockquote { font-size: 0.9rem; margin-bottom: 20px; }
    .testimonial-quote-icon-decor { top: 16px; right: 20px; font-size: 2.2rem; }
}

/* ---------- FAQ Accordion ---------- */
.faq-section {
    background-color: #ffffff;
    background-image:
        radial-gradient(ellipse 80% 50% at 80% 80%, rgba(6, 200, 215, 0.06), transparent 60%);
    padding: 95px 0;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.faq-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.faq-title {
    color: #222222;
    font-weight: 600;
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    margin-bottom: 14px;
}

.faq-subtitle {
    color: #666666;
    font-size: 1.02rem;
    line-height: 1.6;
    font-weight: 400;
}

.faq-accordion-wrapper {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-accordion-item {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(20, 10, 40, 0.05);
    transition: all 0.3s ease;
}

.faq-accordion-item:hover {
    border-color: rgba(6, 200, 215, 0.35);
    box-shadow: 0 6px 20px rgba(20, 10, 40, 0.08);
}

.faq-accordion-item.active {
    border-color: rgba(165, 0, 255, 0.35);
    box-shadow: 0 10px 30px rgba(20, 10, 40, 0.1);
}

.faq-accordion-header {
    padding: 22px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    user-select: none;
}

.faq-accordion-question {
    color: #222222;
    font-weight: 500;
    font-size: 1.05rem;
    line-height: 1.4;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.faq-question-icon {
    color: #06c8d7;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.faq-accordion-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    flex-shrink: 0;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.faq-accordion-item.active .faq-accordion-icon {
    transform: rotate(180deg);
    background: #a500ff !important;
    border-color: #a500ff !important;
    color: #ffffff !important;
    box-shadow: 0 0 12px rgba(165, 0, 255, 0.3);
}

.faq-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0, 1, 0, 1), padding 0.3s ease;
    padding: 0 28px;
}

.faq-accordion-item.active .faq-accordion-body {
    max-height: 500px;
    padding: 0 28px 24px 52px;
    transition: max-height 0.4s cubic-bezier(0.5, 0, 0.1, 1);
}

.faq-accordion-answer {
    color: #666666;
    font-size: 0.98rem;
    line-height: 1.75;
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 16px;
}

@media (max-width: 767px) {
    .faq-section { padding: 65px 0; }
    .faq-accordion-header { padding: 18px 20px; }
    .faq-accordion-question { font-size: 0.98rem; }
    .faq-accordion-item.active .faq-accordion-body { padding: 0 20px 20px 20px; }
}
