/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-primary);
    color: var(--color-text-dark);
    line-height: 1.6;
    background-color: var(--color-white);
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color var(--transition-fast);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: 54px;
    display: block;
}

/* Container Utility */
.container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: var(--container-padding);
}

/* Typography Utilities */
h1, h2, h3, h4, h5, h6 {
    font-weight: 800; /* Extra bold for headings to match design */
    line-height: 1.2;
    margin-bottom: var(--space-sm);
    color: var(--color-text-dark);
}

p {
    color: var(--color-text-light);
    margin-bottom: var(--space-sm);
}

.text-primary { color: var(--color-primary); }
.text-purple { color: #5932EA; }
.text-purple-light { color: #DDD6FE; }
.text-blue { color: #3B82F6; }
.text-pink { color: #EC4899; }
.text-orange { color: #F97316; }
.text-yellow { color: #EAB308; }
.text-white { color: #FFFFFF; }

.gradient-text {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.text-center { text-align: center; }
.text-left { text-align: left; }
.mt-md { margin-top: var(--space-md); }
.pt-0 { padding-top: 0 !important; }
.bg-light { background-color: var(--color-bg-light); }

/* Gradients for Process circles */
.bg-process-1 { background: #5932EA; color: white; }
.bg-process-2 { background: linear-gradient(135deg, #7C3AED, #3B82F6); color: white; }
.bg-process-3 { background: linear-gradient(135deg, #EC4899, #F472B6); color: white; }
.bg-process-4 { background: linear-gradient(135deg, #F97316, #FDBA74); color: white; }
.bg-process-5 { background: linear-gradient(135deg, #EAB308, #FDE047); color: white; }

/* Glowing shadows for process circles */
.shadow-process-1 { box-shadow: 0 10px 25px rgba(89, 50, 234, 0.4); }
.shadow-process-2 { box-shadow: 0 10px 25px rgba(59, 130, 246, 0.4); }
.shadow-process-3 { box-shadow: 0 10px 25px rgba(236, 72, 153, 0.4); }
.shadow-process-4 { box-shadow: 0 10px 25px rgba(249, 115, 22, 0.4); }
.shadow-process-5 { box-shadow: 0 10px 25px rgba(234, 179, 8, 0.4); }

/* Badges for Case Studies */
.badge-ecommerce-bg { background-color: var(--color-badge-ecommerce-bg); }
.badge-ecommerce { background-color: var(--color-badge-ecommerce-bg); color: var(--color-badge-ecommerce-text); }
.badge-healthcare-bg { background-color: var(--color-badge-healthcare-bg); }
.badge-healthcare { background-color: var(--color-badge-healthcare-bg); color: var(--color-badge-healthcare-text); }
.badge-education-bg { background-color: var(--color-badge-education-bg); }
.badge-education { background-color: var(--color-badge-education-bg); color: var(--color-badge-education-text); }

/* Button Utilities */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    font-weight: 600;
    border-radius: var(--radius-sm); /* Matches 8px from design */
    transition: all var(--transition-normal);
    cursor: pointer;
    border: none;
    font-size: 1rem;
    text-align: center;
}

.btn-primary {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.btn-primary:hover {
    background-color: var(--color-primary-hover);
    transform: translateY(-2px);
    box-shadow: var(--shadow-card);
    color: var(--color-white);
}

.btn-outline {
    background-color: transparent;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
}

.btn-outline:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.btn-white {
    background-color: var(--color-white);
    color: var(--color-primary);
}

.btn-white:hover {
    box-shadow: var(--shadow-card);
    transform: translateY(-2px);
}

.btn-icon {
    margin-left: 0.5rem;
    font-size: 1.2em;
    transition: transform 0.2s ease;
}

.btn:hover .btn-icon {
    transform: translateX(4px);
}


.brands-marquee {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    background: #fff;
}

/* TOP */

.top-text,
.bottom-text {
    overflow: hidden;
    width: 100%;
}

.top-text {
    margin-bottom: 50px;
}

.bottom-text {
    margin-top: 50px;
}

.track {
    display: flex;
    gap: 80px;
    width: max-content;
}

.top-text .track {
    animation: leftMove 15s linear infinite;
}

.bottom-text .track {
    animation: rightMove 15s linear infinite;
}

.track span {
    font-size: 24px;
    font-weight: 900;
    color: rgba(24, 2, 120, .70);
    white-space: nowrap;
    letter-spacing: 3px;
}

/* CENTER */

.brands-content {
    max-width: 1300px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.brands-title {
    font-size: 14px;
    letter-spacing: 3px;
    color: #888;
    margin-bottom: 40px;
}

.brands-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    align-items: center;
}

.brand-logo {
    height: 45px;
    object-fit: contain;
    transition: .3s;
    filter: grayscale(100%);
}

.brand-logo:hover {
    transform: translateY(-8px);
    filter: grayscale(0%);
}

/* Animations */

@keyframes leftMove {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-600px);
    }
}

@keyframes rightMove {

    from {
        transform: translateX(-600px);
    }

    to {
        transform: translateX(0);
    }
}

/* Section Utility */
.section {
    padding: var(--space-xl) 0;
}

.section-label {
    text-transform: uppercase;
    font-size: 0.8125rem; /* ~13px */
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 1rem;
    display: inline-block;
}

/* -------------------------------------
   HEADER & NAVIGATION
-------------------------------------- */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid transparent;
    transition: all var(--transition-normal);
}

.site-header.scrolled {
    border-bottom: 1px solid var(--color-border);
    box-shadow: var(--shadow-soft);
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px; /* Taller header */
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--color-text-dark);
}

.main-nav {
    display: flex;
}

.nav-list {
    display: flex;
    gap: 2.5rem;
}

.nav-link {
    font-weight: 600;
    font-size: 0.9375rem; /* 15px */
    color: var(--color-text-dark);
    position: relative;
    padding: 0.5rem 0;
}

.nav-link:hover, .nav-link.active {
    color: var(--color-primary);
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 3px;
    background-color: var(--color-primary);
    border-radius: 3px;
}

.has-dropdown .arrow {
    font-size: 0.8em;
    margin-left: 2px;
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 24px;
    position: relative;
    margin-left: 1rem;
}

.mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--color-text-dark);
    position: absolute;
    left: 0;
    transition: all var(--transition-normal);
}

.mobile-menu-toggle span:nth-child(1) { top: 0; }
.mobile-menu-toggle span:nth-child(2) { top: 11px; }
.mobile-menu-toggle span:nth-child(3) { top: 22px; }

/* -------------------------------------
   HERO SECTION
-------------------------------------- */
.hero-section {
    padding-top: 78px;
    padding-bottom: var(--space-xl);
    position: relative;
    overflow: hidden;
}

.hero-bg-blob {
    position: absolute;
    top: -10%;
    right: -5%;
    width: 60vw;
    height: 60vw;
    background: radial-gradient(circle, rgba(235,230,255,1) 0%, rgba(255,255,255,0) 70%);
    z-index: -1;
    border-radius: 50%;
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}

.hero-content {
    max-width: 550px;
}

.hero-content h1 {
    font-size: var(--fs-h1);
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}

.hero-desc {
    font-size: 1.125rem;
    color: var(--color-text-light);
    margin-bottom: 2.5rem;
    max-width: 480px;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
}

.hero-reviews {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.avatars {
    display: flex;
}

.avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 3px solid var(--color-white);
    margin-left: -12px;
    object-fit: cover;
}
.avatar:first-child { margin-left: 0; }

.rating {
    display: flex;
    flex-direction: column;
}

.rating .stars {
    font-size: 1.1rem;
    letter-spacing: 2px;
    margin-bottom: 2px;
}

.rating .score {
    font-size: 0.875rem;
    color: var(--color-text-dark);
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-main-img {
    width: 80%;
    height: 80%;
    position: relative;
    z-index: 2;
    /* In a real scenario, the image of the man goes here */
}

/* Floating Stats Cards */
.stat-float-card {
    position: absolute;
    background: var(--color-white);
    padding: 1.25rem;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-float);
    display: flex;
    flex-direction: column;
    z-index: 3;
    width: 180px;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

.stat-header { margin-bottom: 0.5rem; }
.stat-title { font-size: 0.75rem; color: var(--color-text-light); font-weight: 600; }
.stat-body { display: flex; align-items: baseline; gap: 0.5rem; margin-bottom: 0.5rem; }
.stat-val { font-size: 1.5rem; font-weight: 800; color: var(--color-text-dark); }
.stat-trend { font-size: 0.75rem; font-weight: 700; }
.stat-trend.up { color: #10B981; }

.stat-chart {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: flex-end;
}

.bar-chart {
    display: flex;
    gap: 4px;
    height: 30px;
    align-items: flex-end;
}
.bar-chart .bar {
    flex: 1;
    background-color: var(--color-primary);
    border-radius: 2px 2px 0 0;
    opacity: 0.3;
}
.bar-chart .bar:nth-child(4), .bar-chart .bar:nth-child(6) { opacity: 1; }

/* Positioning the floating cards */
.float-tl { top: 5%; left: 0; animation-delay: 0s; }
.float-tr { top: 15%; right: 0; animation-delay: 1.5s; }
.float-bl { bottom: 20%; left: 5%; animation-delay: 0.7s; }
.float-br { bottom: 10%; right: 5%; animation-delay: 2.2s; }

/* -------------------------------------
   BRANDS SECTION
-------------------------------------- */
.brands-section {
    padding: var(--space-md) 0;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}

.brands-title {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #000000;
    margin-bottom: 2.5rem;
}

.brands-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.brand-logo {
    max-height: 40px;
    max-width: 140px;
    opacity: 0.5;
    filter: grayscale(100%);
    transition: all var(--transition-normal);
    object-fit: contain;
}

.brand-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* -------------------------------------
   SERVICES SECTION
-------------------------------------- */
.services-section {
    position: relative;
}

.services-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: var(--space-xl);
    gap: 4rem;
}

.services-title-area {
    flex: 1;
}
.services-title-area h2 {
    font-size: var(--fs-h2);
    margin-bottom: 0;
}

.services-desc-area {
    flex: 1;
    max-width: 500px;
}
.services-desc-area p {
    margin-bottom: 0;
    font-size: 1.125rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5rem;
}

.service-card {
    background: var(--color-white);
    padding: 2.5rem 1.5rem;
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 15px rgba(0,0,0,0.02); /* Extremely subtle initial shadow */
    transition: all var(--transition-normal);
}

.service-card:hover {
    box-shadow: var(--shadow-card);
    transform: translateY(-5px);
}

.service-icon {
    width: 48px;
    height: 48px;
    background: #F5F3FF; /* Very light purple */
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.service-icon svg {
    width: 24px;
    height: 24px;
}

.service-card h3 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.service-card p {
    font-size: 0.8125rem;
    margin-bottom: 1.5rem;
}

.service-link {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 0.8125rem;
    display: inline-flex;
    align-items: center;
}

.service-link .arrow {
    margin-left: 0.5rem;
    transition: transform var(--transition-fast);
}

.service-card:hover .service-link .arrow {
    transform: translateX(5px);
}

/* -------------------------------------
   STATS SECTION (Rounded Banner)
-------------------------------------- */
.stats-banner {
    background: linear-gradient(to right, #5932EA, #EC4899, #F97316);
    color: var(--color-white);
    padding: 2rem 3rem;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--shadow-float);
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.stat-icon-wrapper {
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-text {
    display: flex;
    flex-direction: column;
}

.stat-text .stat-number {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.25rem;
    color: white; /* Ensure it stays white, overriding global .stat-number if any */
}

.stat-text .stat-label {
    font-size: 0.8125rem;
    font-weight: 500;
    opacity: 0.9;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
}

/* -------------------------------------
   PROCESS TIMELINE
-------------------------------------- */
.process-header {
    margin-bottom: var(--space-lg);
}

.process-header h2 {
    font-size: var(--fs-h2);
    margin-bottom: 1rem;
}

.header-underline {
    width: 60px;
    height: 4px;
    background: var(--color-primary);
    border-radius: 2px;
}

.process-timeline {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
    position: relative;
    padding-top: 2rem;
}

.process-connector {
    position: absolute;
    top: calc(2rem + 32px); /* aligned to center of icons (80px height / 2 = 40px, but visually 32px looks better with arrow) */
    left: 10%;
    right: 10%;
    height: 0;
    border-top: 2px dashed #CBD5E1;
    z-index: 1;
}

/* Add custom arrow head to the end of the dashed line to simulate dotted arrows between each step */
.process-connector::after {
    content: '';
    position: absolute;
    top: -6px;
    right: 20%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #CBD5E1;
    border-right: 2px solid #CBD5E1;
    transform: rotate(45deg);
}
.process-connector::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 40%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #CBD5E1;
    border-right: 2px solid #CBD5E1;
    transform: rotate(45deg);
}

.process-step {
    text-align: center;
    position: relative;
    z-index: 2;
}

.step-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: transform var(--transition-normal);
}

.process-step:hover .step-icon {
    transform: translateY(-5px);
}

.step-number {
    display: block;
    font-weight: 800;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

.process-step h4 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

.process-step p {
    font-size: 0.875rem;
}

/* -------------------------------------
   CASE STUDIES
-------------------------------------- */
.case-studies-container {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 4rem;
    align-items: center;
}

.case-studies-info {
    max-width: 100%;
}

.case-studies-info h2 {
    font-size: var(--fs-h2);
    margin-bottom: 1.5rem;
}

.case-studies-info p {
    font-size: 1.125rem;
}

.case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.case-card {
    background: var(--color-white);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: transform var(--transition-normal);
}

.case-card:hover {
    transform: translateY(-8px);
}

.case-image {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.case-content {
    padding: 1.5rem;
}

.case-badge {
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.4rem 0.8rem;
    border-radius: var(--radius-sm);
    display: inline-block;
    margin-bottom: 1rem;
}

.case-content h3 {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.case-stats {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.c-stat {
    display: flex;
    flex-direction: column;
}

.c-stat .c-val {
    font-weight: 800;
    font-size: 1.125rem;
}
.c-stat .c-lbl {
    font-size: 0.65rem;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-text-light);
    margin-top: 2px;
}

/* -------------------------------------
   TESTIMONIALS
-------------------------------------- */
.testimonials-section {
    padding: var(--space-xxl) 0;
}

.testimonials-wrapper {
    display: flex;
    align-items: center;
    gap: 2rem;
    position: relative;
}

.slider-btn {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid var(--color-border);
    background: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: var(--color-primary);
    cursor: pointer;
    transition: all var(--transition-fast);
}

.slider-btn:hover {
    background: var(--color-primary);
    color: var(--color-white);
    border-color: var(--color-primary);
    box-shadow: var(--shadow-soft);
}

.testimonials-track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    flex: 1;
}

.testimonial-card {
    background: var(--color-white);
    padding: 3rem 2rem 2rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    position: relative;
}

.quote-mark {
    font-size: 6rem;
    line-height: 0;
    color: var(--color-primary);
    opacity: 0.1;
    position: absolute;
    top: 3rem;
    left: 2rem;
    font-family: serif;
    font-weight: 900;
}

.testimonial-text {
    position: relative;
    z-index: 2;
    font-size: 1rem;
    margin-bottom: 2rem;
    color: var(--color-text-dark);
    font-weight: 500;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-top: 1px solid var(--color-border);
    padding-top: 1.5rem;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.author-name {
    font-size: 1rem;
    margin-bottom: 0.125rem;
}

.author-role {
    font-size: 0.75rem;
    color: var(--color-text-light);
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 3rem;
}

.slider-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E2E8F0;
    cursor: pointer;
    transition: all var(--transition-fast);
}

.slider-dots .dot.active {
    background: var(--color-primary);
    width: 24px;
    border-radius: var(--radius-pill);
}

/* FAQ section */
/*==========================
    FAQ SECTION
===========================*/

.faq-section {
    padding: 100px 20px;
    background: #F8F8FC;
}

.faq-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 60px;
    align-items: start;
}

/* LEFT SIDE */

.faq-tag {
    display: inline-block;
    color: #6C4CF5;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.faq-left h2 {
    font-size: 58px;
    line-height: 1.1;
    font-weight: 700;
    color: #111;
    margin-bottom: 25px;
}

.faq-left h2 span {
    display: block;
    color: #6C4CF5;
}

.faq-left p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 35px;
}

/* CONTACT CARD */

.faq-contact-card {
    background: #fff;
    padding: 35px;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

.faq-contact-card .icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: rgba(108,76,245,.1);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #6C4CF5;
    font-size: 30px;
    margin-bottom: 25px;
}

.faq-contact-card h3 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #111;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 18px 0;
    color: #555;
}

.contact-item i {
    color: #6C4CF5;
    font-size: 18px;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 58px;

    margin-top: 20px;

    background: linear-gradient(
        90deg,
        #6C4CF5,
        #8B6CFF
    );

    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    transition: .3s;
}

.contact-btn:hover {
    transform: translateY(-5px);
}

/* RIGHT SIDE */

.faq-right {
    width: 100%;
}

.faq-item {
    background: #fff;
    border: 1px solid #ECECEC;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: .4s;
}

.faq-item.active {
    border-color: #6C4CF5;
    box-shadow: 0 15px 30px rgba(108,76,245,.12);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

    padding: 28px;
    cursor: pointer;
}

.faq-question h4 {
    margin: 0;
    font-size: 24px;
    color: #111;
    line-height: 1.4;
}

.faq-question span {
    min-width: 40px;
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    border: 1px solid #6C4CF5;

    color: #6C4CF5;
    font-size: 24px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all .4s ease;
}

.faq-answer p {
    padding: 0 28px 28px;
    margin: 0;

    color: #666;
    line-height: 1.8;
    font-size: 16px;
}

.faq-item.active .faq-answer {
    max-height: 250px;
}

/*==========================
    RESPONSIVE
===========================*/

@media (max-width: 991px) {

    .faq-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .faq-left h2 {
        font-size: 48px;
    }
}

@media (max-width: 768px) {

    .faq-section {
        padding: 70px 20px;
    }

    .faq-left h2 {
        font-size: 38px;
    }

    .faq-question {
        padding: 20px;
    }

    .faq-question h4 {
        font-size: 18px;
    }

    .faq-contact-card {
        padding: 25px;
    }

    .faq-contact-card h3 {
        font-size: 26px;
    }
}

@media (max-width: 480px) {

    .faq-left h2 {
        font-size: 32px;
    }

    .faq-question span {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    .contact-btn {
        height: 52px;
    }
}
/* -------------------------------------
   CTA BANNER
-------------------------------------- */
.cta-banner {
    background: var(--gradient-cta);
    border-radius: 24px;
    padding: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--color-white);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-float);
}

/* Simulated pattern background */
.cta-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 2px 2px, rgba(255,255,255,0.15) 1px, transparent 0);
    background-size: 30px 30px;
    z-index: 1;
}

.cta-content {
    max-width: 500px;
    position: relative;
    z-index: 2;
}

.cta-content h2 {
    color: var(--color-white);
    margin-bottom: 1.5rem;
    font-size: var(--fs-h2);
}

.cta-content p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
}

.cta-illustration {
    position: absolute;
    right: 5%;
    bottom: -15%;
    z-index: 2;
}

.rocket-img {
    height: 180px;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.5));
    animation: blastOff 3s infinite alternate ease-in-out;
}

@keyframes blastOff {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-20px); }
}

/* -------------------------------------
   FOOTER
-------------------------------------- */
.site-footer {
    background-color: var(--color-footer-bg);
    color: var(--color-white);
    padding: var(--space-xl) 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2.5fr 1fr 1.5fr 1fr 1.5fr;
    gap: 3rem;
    margin-bottom: var(--space-lg);
}

.brand-col .footer-desc {
    color: rgba(255, 255, 255, 0.7);
    margin: 1.5rem 0;
    font-size: 0.875rem;
    max-width: 300px;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    transition: all var(--transition-fast);
}

.social-icon:hover {
    background: var(--color-primary);
    transform: translateY(-2px);
}

.footer-col h4 {
    color: var(--color-white);
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}

.footer-links li {
    margin-bottom: 1rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
}

.footer-links a:hover {
    color: var(--color-white);
}

.contact-info li {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    display: flex;
    gap: 1rem;
}

.contact-info .icon {
    font-size: 1.1rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
}

/* -------------------------------------
   ANIMATIONS
-------------------------------------- */
.animate-fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-fade-in {
    opacity: 0;
    transition: opacity 1s ease-out;
}

.animate-zoom-in {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.animate-visible {
    opacity: 1 !important;
    transform: translate(0) scale(1) !important;
}

/* Ensure brand logos keep their grayscale filter when animated */
.brand-logo.animate-visible {
    opacity: 0.5 !important;
}
.brand-logo.animate-visible:hover {
    opacity: 1 !important;
}


/* about-page css */
/*==================
ABOUT HERO
===================*/

.about-hero {
    padding: 120px 20px;
    background: #fff;
}

.about-container {
    max-width: 1300px;
    margin: auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-tag {
    display: inline-block;
    color: #6C4CF5;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.about-content h1 {
    font-size: 72px;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #111;
}

.about-content h1 span {
    display: block;
    color: #6C4CF5;
}

.about-content p {
    max-width: 550px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 40px;
}

/* Buttons */

.about-btns {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.primary-btn,
.secondary-btn {
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.primary-btn {
    background: #6C4CF5;
    color: #fff;
}

.secondary-btn {
    border: 1px solid #6C4CF5;
    color: #6C4CF5;
}

.primary-btn:hover,
.secondary-btn:hover {
    transform: translateY(-5px);
}

/* Clients */

.client-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.client-images {
    display: flex;
}

.client-images img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-left: -12px;
}

.client-images img:first-child {
    margin-left: 0;
}

.client-info strong {
    color: #6C4CF5;
}

/* Right */

.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    border-radius: 25px;
    display: block;
}

/* Floating Cards */

.floating-card {
    position: absolute;
    background: #fff;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 15px 30px rgba(0,0,0,.08);
}

.floating-card h4 {
    font-size: 14px;
    color: #777;
    margin-bottom: 8px;
}

.floating-card span {
    font-size: 28px;
    font-weight: 700;
    color: #111;
}

.card-1 {
    top: -30px;
    left: -30px;
}

.card-2 {
    bottom: 40px;
    left: -40px;
}

.card-3 {
    right: -30px;
    bottom: 80px;
}

/* our-story section */
/*==================
    OUR STORY
===================*/

.our-story {
    padding: 100px 20px 60px;
    background: #fff;
}

.story-container {
    max-width: 1300px;
    margin: auto;

    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 70px;
    align-items: center;
}

.story-tag {
    display: inline-block;
    color: #6C4CF5;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.story-content h2 {
    font-size: 56px;
    line-height: 1.15;
    margin-bottom: 25px;
    color: #111;
}

.story-content h2 span {
    color: #6C4CF5;
}

.story-content p {
    color: #666;
    line-height: 1.9;
    margin-bottom: 25px;
}

.story-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 16px 30px;

    border: 1px solid #6C4CF5;
    border-radius: 12px;

    text-decoration: none;
    color: #6C4CF5;
    font-weight: 600;

    transition: .3s;
}

.story-btn:hover {
    background: #6C4CF5;
    color: #fff;
}

.story-image {
    position: relative;
}

.story-image img {
    width: 100%;
    display: block;

    border-radius: 24px;

    box-shadow:
        0 20px 50px rgba(0,0,0,.1);

    transition: .4s;
}

.story-image img:hover {
    transform: translateY(-10px);
}

 /* <!-- our-mission section --> */
 /*==================
    MISSION & VISION
===================*/

.mission-vision{
    padding:80px 20px;
    background:#fff;
}

.mv-container{
    max-width:1300px;
    margin:auto;
}

.mv-tag{
    display:inline-block;
    margin-bottom:30px;

    color:#777;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
}

.mv-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
}

.mv-card{
    padding:45px;
    border-radius:24px;
    transition:.4s;
}

.mv-card:hover{
    transform:translateY(-10px);
}

.mission-card{
    background:#F5F1FF;
}

.vision-card{
    background:#FFF5ED;
}

.mv-icon{
    width:65px;
    height:65px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#fff;
    color:#6C4CF5;

    font-size:24px;

    margin-bottom:25px;
}

.vision-icon{
    color:#FF8A3D;
}

.mv-card h3{
    font-size:32px;
    margin-bottom:20px;
    color:#111;
}

.mv-card p{
    color:#666;
    line-height:1.9;
    max-width:500px;
}

/* what we do section */
