/* 
    Landing Page Styles - Ultra Premium Dark Theme (DigiX style)
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600&family=Outfit:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@1,600;1,700;1,800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Syncopate:wght@400;700&display=swap');

:root {
    --bg-black: #000000;
    --card-bg: #09090b;
    --accent-purple: #a855f7;
    --accent-pink: #ec4899;
    --accent-magenta: #c026d3;
    --text-muted: #a1a1aa;
    --border-glow: rgba(168, 85, 247, 0.25);
}

body, html {
    margin: 0;
    padding: 0;
    background-color: var(--bg-black) !important;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', 'Outfit', sans-serif !important;
    overflow-x: hidden;
}

.cd-main-content {
    background-color: var(--bg-black) !important;
}

/* Base typography */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-style: normal !important;
    font-weight: 600;
    letter-spacing: normal;
    word-spacing: 0.08em;
}
p {
    color: var(--text-muted);
    line-height: 1.6;
}

/* ----------------------------------------------------
   HEADER STYLING
---------------------------------------------------- */
.cd-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: none !important;
    background: #000000 !important;
    transition: all 0.35s ease;
    height: auto !important;
}

.cd-header .header-logo {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: all 0.35s ease;
}

.cd-header .btn-get-started {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.cd-header.is-scrolled {
    background: rgba(0, 0, 0, 0.88) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 8px 0;
    border-bottom: 1px solid rgba(168, 85, 247, 0.15) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6) !important;
}

.header-container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.header-brand-img {
    height: 90px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.header-brand-img:hover {
    transform: scale(1.04);
}

.header-logo-text {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.03em;
}

.header-logo-text span {
    color: #e879f9;
}

.header-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.header-nav a {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

.header-nav a:hover, .header-nav a.active {
    color: #e879f9 !important;
    text-shadow: 0 0 10px rgba(232, 121, 249, 0.6);
}

.btn-get-started {
    position: relative;
    color: #ffffff !important;
    padding: 9px 26px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    background: linear-gradient(#000000, #000000) padding-box, 
                linear-gradient(90deg, #a855f7 0%, #ec4899 100%) border-box;
    border: 1.5px solid transparent;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.2);
}

.btn-get-started:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 0 35px rgba(236, 72, 153, 0.9), 0 0 20px rgba(168, 85, 247, 0.7), 0 0 50px rgba(217, 70, 239, 0.4);
    background-image: linear-gradient(90deg, #a855f7 0%, #d946ef 50%, #ec4899 100%), linear-gradient(90deg, #a855f7 0%, #ec4899 100%) !important;
    background-origin: padding-box, border-box !important;
    color: #ffffff !important;
}

/* ----------------------------------------------------
   HERO SECTION WITH EXACT CAMERA LENS DOME (IMAGE 2 DESIGN)
---------------------------------------------------- */
.hero-section {
    position: relative;
    padding: 120px 20px 90px;
    text-align: center;
    background-color: #030005;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    background-position: center top;
    overflow: hidden;
    min-height: 640px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-lens-glow-ring {
    position: absolute;
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
    width: 1500px;
    height: 1500px;
    border-radius: 50%;
    border: 3.5px solid #a855f7;
    box-shadow: 0 0 45px #a855f7, 0 0 20px #ec4899;
    z-index: 0;
    pointer-events: none;
}

/* Camera Lens Banner Artwork Container */
.hero-lens-arc-container {
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1550px;
    height: 1100px;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.hero-camera-lens-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    opacity: 1;
    display: block;
}

.lens-glow-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(0,0,0,0) 40%, rgba(3,0,5,0.35) 65%, rgba(3,0,5,0.95) 100%),
                linear-gradient(to bottom, rgba(0,0,0,0) 65%, #030005 95%);
    pointer-events: none;
}

.hero-logo-badge {
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
}

.hero-brand-logo {
    height: 105px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 25px rgba(168, 85, 247, 0.9));
    transition: transform 0.3s ease;
}

.hero-brand-logo:hover {
    transform: scale(1.06);
}

.hero-content {
    position: relative;
    z-index: 5;
    max-width: 880px;
    margin: 0 auto;
    padding: 0 15px;
    transform: translateY(70px);
}

.hero-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-style: normal !important;
    font-size: clamp(2.5rem, 4.8vw, 3.6rem) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 24px !important;
    color: #ffffff !important;
    text-shadow: 0 2px 25px rgba(0, 0, 0, 0.95);
}

.hero-smart {
    color: #a855f7;
    font-weight: 700;
    display: inline-block;
}

.hero-digital {
    background: linear-gradient(90deg, #3b82f6 0%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    display: inline-block;
}

.gradient-text-pink {
    background: linear-gradient(90deg, #d946ef 0%, #ec4899 75%, #f472b6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    display: inline-block;
}

.hero-subtitle {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-style: normal !important;
    font-size: 1rem !important;
    color: #d1d5db !important;
    max-width: 620px !important;
    margin: 0 auto 32px !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.95);
}

/* Explore Service Button */
.btn-explore {
    position: relative;
    color: #ffffff !important;
    padding: 12px 34px;
    border-radius: 9999px;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-style: normal !important;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    background: transparent;
    border: 2px solid #d946ef;
    box-shadow: 0 0 25px rgba(217, 70, 239, 0.5), inset 0 0 15px rgba(217, 70, 239, 0.2);
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-explore:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 0 35px rgba(236, 72, 153, 0.8), inset 0 0 20px rgba(217, 70, 239, 0.4);
    color: #ffffff !important;
    background: rgba(217, 70, 239, 0.12);
}

/* ----------------------------------------------------
   CLIENT LOGOS BAR (LEFT BUTTON + INFINITE MARQUEE)
---------------------------------------------------- */
.client-logos-section {
    background: #000000;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px 28px;
    display: flex;
    align-items: center;
    gap: 32px;
    position: relative;
    overflow: hidden;
    max-width: 1350px;
    margin: 0 auto;
}

.client-logos-badge-wrap {
    flex-shrink: 0;
    z-index: 5;
    display: flex;
    align-items: center;
}

.btn-explore-clients {
    position: relative;
    color: #ffffff !important;
    padding: 10px 24px;
    border-radius: 9999px;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-style: normal !important;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    background: rgba(217, 70, 239, 0.05);
    border: 2px solid #d946ef;
    box-shadow: 0 0 20px rgba(217, 70, 239, 0.45), inset 0 0 12px rgba(217, 70, 239, 0.2);
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-explore-clients:hover {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 0 30px rgba(236, 72, 153, 0.8), inset 0 0 16px rgba(217, 70, 239, 0.4);
    color: #ffffff !important;
    background: rgba(217, 70, 239, 0.15);
}

.client-logos-wrapper {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 8px 0;
}

.client-logos-wrapper::before,
.client-logos-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
}

.client-logos-wrapper::before {
    left: 0;
    background: linear-gradient(90deg, #000000 0%, transparent 100%);
}

.client-logos-wrapper::after {
    right: 0;
    background: linear-gradient(-90deg, #000000 0%, transparent 100%);
}

.client-logos-track {
    display: inline-flex;
    align-items: center;
    gap: 70px;
    animation: marquee-slide 45s linear infinite;
}

.client-logos-track:hover {
    animation-play-state: paused;
}

@keyframes marquee-slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.client-logo-item {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #d4d4d8;
    opacity: 0.95;
    transition: opacity 0.3s ease, transform 0.3s ease;
    flex-shrink: 0;
}

.client-logo-item:hover {
    opacity: 1;
    transform: scale(1.06);
}

.client-logo-item img {
    height: 80px;
    width: 160px;
    object-fit: contain;
    background: #ffffff;
    padding: 10px 16px;
    border-radius: 14px;
    border: 1.5px solid rgba(217, 70, 239, 0.55);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.4), 0 0 16px rgba(217, 70, 239, 0.3);
    filter: none;
    transition: all 0.3s ease;
}

.client-logo-item:hover img {
    border-color: #d946ef;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.5), 0 0 24px rgba(217, 70, 239, 0.7);
    background: #ffffff;
    filter: none;
    transform: translateY(-2px);
}

.av-brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.av-brand-icon {
    height: 38px !important;
    width: auto !important;
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(168, 85, 247, 0.5)) !important;
}

.av-brand-text {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 1.12rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    background: linear-gradient(90deg, #ffffff 0%, #d8b4fe 50%, #c084fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    white-space: nowrap;
}

/* ----------------------------------------------------
   SERVICES GRID SECTION (EXACT REFERENCE MATCH)
---------------------------------------------------- */
.services-section {
    padding: 70px 30px 50px;
    text-align: center;
    background: #000000;
    position: relative;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.services-header {
    text-align: center;
    margin-bottom: 55px;
}

.services-tag {
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-style: normal !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-right: -4px; /* Offset letter-spacing for perfect centering */
    margin-bottom: 20px;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 9999px;
    border: 2px solid #d946ef;
    background: rgba(217, 70, 239, 0.08);
    box-shadow: 0 0 20px rgba(217, 70, 239, 0.4), inset 0 0 10px rgba(217, 70, 239, 0.2);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    cursor: default;
}

.services-tag:hover {
    color: #e879f9;
    text-shadow: 0 0 15px rgba(217, 70, 239, 0.8);
    box-shadow: 0 0 30px rgba(217, 70, 239, 0.6), inset 0 0 15px rgba(217, 70, 239, 0.4);
    background: rgba(217, 70, 239, 0.15);
    transform: translateY(-2px);
}

.services-tag-plain {
    color: #e879f9;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-style: normal !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-right: -4px; /* Offset letter-spacing for perfect centering */
    margin-bottom: 20px;
    display: inline-block;
    text-shadow: 0 0 15px rgba(217, 70, 239, 0.8);
}

.services-title {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-style: normal !important;
    font-size: clamp(2.4rem, 4.5vw, 3.4rem) !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin: 0 0 18px 0 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.01em !important;
    word-spacing: 0.14em !important;
}

.gradient-text-pink-purple {
    background: linear-gradient(90deg, #a855f7 0%, #c026d3 40%, #ec4899 75%, #f472b6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    display: inline-block;
}

.services-subtitle {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-style: normal !important;
    font-size: 1.15rem !important;
    color: #d1d5db !important;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.65;
    font-weight: 400;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 50px;
}

.service-card {
    background: #080310;
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 24px;
    padding: 44px 32px 38px;
    text-align: left;
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.6);
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(217, 70, 239, 0.55);
    box-shadow: 0 12px 35px -8px rgba(168, 85, 247, 0.35), 0 0 20px rgba(217, 70, 239, 0.15);
}

/* Circular Neon Icon Ring Badge */
.service-icon-ring {
    position: relative;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d041c;
    border: 2px solid rgba(168, 85, 247, 0.5);
    box-shadow: 0 0 28px rgba(168, 85, 247, 0.5), inset 0 0 16px rgba(168, 85, 247, 0.3);
    transition: all 0.35s ease;
}

.service-icon-ring::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: conic-gradient(from 45deg, #a855f7 0%, #ec4899 35%, transparent 60%, transparent 80%, #a855f7 100%);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #fff calc(100% - 2px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #fff calc(100% - 2px));
    filter: drop-shadow(0 0 8px #ec4899);
    pointer-events: none;
}

.service-card:hover .service-icon-ring {
    transform: scale(1.08);
    box-shadow: 0 0 38px rgba(236, 72, 153, 0.85), inset 0 0 20px rgba(168, 85, 247, 0.5);
    border-color: #ec4899;
}

.service-icon-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 32px;
}

.service-icon-inner i {
    color: #ffffff;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.4));
}

.ad-pill-icon {
    display: inline-block;
    border: 2.2px solid #ffffff;
    border-radius: 6px;
    padding: 1px 7px;
    font-size: 17px;
    font-weight: 800;
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    line-height: 1.1;
    color: #ffffff;
    letter-spacing: -0.5px;
}

/* Service Card Typography */
.service-card-title {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-style: normal !important;
    font-size: 1.32rem !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin: 0 0 12px 0 !important;
    line-height: 1.3 !important;
    text-align: left !important;
}

.service-card-desc {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-style: normal !important;
    font-size: 0.95rem !important;
    color: #9ca3af !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    max-width: 100%;
    text-align: left !important;
}

/* See More Services Button */
.services-btn-wrap {
    margin-top: 15px;
    text-align: center;
}

.btn-see-more-services {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 2px solid #d946ef;
    color: #ffffff !important;
    padding: 12px 34px;
    border-radius: 9999px;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-style: normal !important;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    box-shadow: 0 0 25px rgba(217, 70, 239, 0.5), inset 0 0 15px rgba(217, 70, 239, 0.2);
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-arrow-circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    font-size: 11px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.btn-see-more-services:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 0 35px rgba(236, 72, 153, 0.8), inset 0 0 20px rgba(217, 70, 239, 0.4);
    color: #ffffff !important;
    background: rgba(217, 70, 239, 0.12);
    border-color: #ec4899;
}

.btn-see-more-services:hover .btn-arrow-circle {
    border-color: #ffffff;
    transform: translateX(3px);
}

/* ----------------------------------------------------
   PRICING PLAN SECTION (4-BOX LAYOUT IN INR ₹)
---------------------------------------------------- */
.pricing-section {
    padding: 30px 20px;
    text-align: center;
    background: #000000;
    position: relative;
}

.pricing-section .services-title {
    margin-bottom: 50px !important;
}

.pricing-grid {
    max-width: 1240px;
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: start;
}

.pricing-card {
    background: #080310;
    border: 1.5px solid rgba(168, 85, 247, 0.6);
    border-radius: 24px;
    padding: 34px 22px 42px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 615px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.6), 0 0 20px rgba(168, 85, 247, 0.15);
    transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.pricing-card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.pricing-card:hover {
    background: linear-gradient(180deg, rgba(168, 85, 247, 0.15) 0%, rgba(8, 3, 16, 0.98) 100%);
    border-color: #d946ef;
    transform: translateY(-8px);
    box-shadow: 0 16px 45px rgba(168, 85, 247, 0.35), 0 0 25px rgba(217, 70, 239, 0.3);
}

/* Featured Card (Standard Plan - Most Popular) */
.pricing-card.featured {
    background: #0b0416;
    border: 1.5px solid rgba(217, 70, 239, 0.75);
    box-shadow: 0 0 30px rgba(217, 70, 239, 0.3), 0 4px 24px rgba(0,0,0,0.6);
}

.pricing-card.featured:hover {
    background: linear-gradient(180deg, rgba(217, 70, 239, 0.2) 0%, rgba(8, 3, 16, 0.98) 100%);
    border-color: #ec4899;
    box-shadow: 0 16px 50px rgba(236, 72, 153, 0.4), 0 0 30px rgba(168, 85, 247, 0.4);
}

@media (max-width: 768px) {
    .pricing-card.in-view {
        background: linear-gradient(180deg, rgba(168, 85, 247, 0.15) 0%, rgba(8, 3, 16, 0.98) 100%);
        border-color: #d946ef;
        transform: translateY(-8px);
        box-shadow: 0 16px 45px rgba(168, 85, 247, 0.35), 0 0 25px rgba(217, 70, 239, 0.3);
    }
    .pricing-card.featured.in-view {
        background: linear-gradient(180deg, rgba(217, 70, 239, 0.2) 0%, rgba(8, 3, 16, 0.98) 100%);
        border-color: #ec4899;
        box-shadow: 0 16px 50px rgba(236, 72, 153, 0.4), 0 0 30px rgba(168, 85, 247, 0.4);
    }
}

.pricing-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #a855f7 0%, #ec4899 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px 18px;
    border-radius: 9999px;
    box-shadow: 0 0 20px rgba(236, 72, 153, 0.7);
    z-index: 3;
}

.pricing-header h4 {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-style: normal !important;
    font-size: 1.32rem !important;
    margin-bottom: 8px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
}

.pricing-header p {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-style: normal !important;
    font-size: 0.86rem !important;
    color: #a1a1aa !important;
    margin-bottom: 22px !important;
    line-height: 1.45 !important;
}

.pricing-price {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 2.2rem !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin-bottom: 24px !important;
    display: flex;
    align-items: baseline;
    gap: 6px;
    letter-spacing: -0.02em;
}

.pricing-price span {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.88rem !important;
    font-weight: 500 !important;
    color: #a1a1aa !important;
}

.pricing-positioning {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.85rem !important;
    color: #d4d4d8 !important;
    background: rgba(168, 85, 247, 0.07);
    border: 1px dashed rgba(217, 70, 239, 0.3);
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: left;
    min-height: auto;
    height: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    letter-spacing: 0.15px;
}

.pricing-positioning strong {
    color: #d946ef;
    display: block;
    margin-bottom: 3px;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pricing-tc {
    display: block;
    margin-top: 6px;
    font-size: 0.75rem;
    font-style: normal;
    color: #d4d4d8;
    letter-spacing: 0.2px;
    font-weight: 300;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 20px;
    flex-grow: 1;
}

.pricing-features li {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.88rem !important;
    color: #d4d4d8 !important;
    margin-bottom: 13px !important;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.45;
    text-align: left;
}

.pricing-features li i {
    color: #c084fc;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 2px;
    filter: drop-shadow(0 0 6px rgba(192, 132, 252, 0.5));
}

.pricing-features li.feature-extra {
    display: none;
    animation: fadeInFeature 0.3s ease forwards;
}

@keyframes fadeInFeature {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

.btn-features-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(168, 85, 247, 0.08);
    border: 1px solid rgba(217, 70, 239, 0.35);
    color: #e879f9 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px;
    padding: 7px 16px;
    border-radius: 9999px;
    cursor: pointer;
    margin: 4px 0 20px 0;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none !important;
    align-self: flex-start;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.btn-features-more:hover {
    background: rgba(217, 70, 239, 0.2);
    border-color: #ec4899;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 18px rgba(217, 70, 239, 0.35);
}

.btn-features-more i {
    font-size: 10px;
    color: #d946ef;
    transition: transform 0.3s ease, color 0.3s ease;
}

.btn-features-more:hover i {
    color: #ffffff;
}

.btn-features-more.expanded i {
    transform: rotate(180deg);
}

.btn-pricing {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: transparent;
    border: 2px solid #d946ef;
    color: #ffffff !important;
    padding: 9px 16px;
    border-radius: 9999px;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-style: normal !important;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    box-shadow: 0 0 20px rgba(217, 70, 239, 0.35), inset 0 0 12px rgba(217, 70, 239, 0.15);
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-pricing:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 30px rgba(236, 72, 153, 0.75), inset 0 0 18px rgba(217, 70, 239, 0.35);
    color: #ffffff !important;
    background: rgba(217, 70, 239, 0.12);
    border-color: #ec4899;
}

.btn-pricing-featured {
    background: linear-gradient(90deg, rgba(168, 85, 247, 0.25) 0%, rgba(236, 72, 153, 0.35) 100%);
    border-color: #ec4899;
    box-shadow: 0 0 25px rgba(236, 72, 153, 0.5), inset 0 0 15px rgba(217, 70, 239, 0.25);
}

.btn-pricing-featured:hover {
    background: linear-gradient(90deg, #a855f7 0%, #ec4899 100%);
    box-shadow: 0 0 35px rgba(236, 72, 153, 0.85);
    border-color: transparent;
}

/* ----------------------------------------------------
   ABOUT US SPLIT SECTION
---------------------------------------------------- */
.about-section {
    padding: 120px 20px;
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-img-box {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(168, 85, 247, 0.3);
    box-shadow: 0 20px 60px rgba(168, 85, 247, 0.25);
}

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

.about-text h2 {
    font-size: 2.6rem;
    line-height: 1.2;
    margin-bottom: 20px;
}

.progress-item {
    margin-bottom: 22px;
}

.progress-info {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #e4e4e7;
}

.progress-bar-bg {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    overflow: hidden;
}

.progress-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #c026d3 0%, #ec4899 100%);
    border-radius: 9999px;
}

/* Stats Row */
.stats-container {
    max-width: 1180px;
    margin: 0 auto 100px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 36px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.stat-box {
    text-align: center;
}

.stat-box h3 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 6px;
    background: linear-gradient(90deg, #ffffff 0%, #e879f9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-box p {
    font-size: 0.9rem;
    color: #a1a1aa;
    margin: 0;
}

/* ----------------------------------------------------
   TIMELINE PROCESS SECTION
---------------------------------------------------- */
.process-section {
    padding: 100px 20px;
    text-align: center;
    background: #000000;
}

.timeline {
    position: relative;
    max-width: 820px;
    margin: 60px auto 0;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, #c026d3 0%, rgba(168, 85, 247, 0.2) 100%);
}

.timeline-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}

.timeline-row:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline-box {
    width: 44%;
    background: #09090b;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px;
    border-radius: 16px;
    text-align: left;
}

.timeline-row:nth-child(even) .timeline-box {
    text-align: right;
}

.timeline-box h4 {
    font-size: 1.15rem;
    margin-bottom: 8px;
}

/* .timeline-number removed as it conflicted with about.php */

/* ----------------------------------------------------
   TESTIMONIAL SECTION (IMAGE 2 DESIGN)
---------------------------------------------------- */
.testimonial-section {
    padding: 60px 20px 40px;
    text-align: center;
    background: #000000;
}

.testimonial-title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.testimonial-subtitle {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 1.15rem !important;
    color: #d1d5db !important;
    line-height: 1.65;
    max-width: 950px;
    margin: 0 auto 50px auto;
    font-weight: 400;
}

.testimonial-container {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 28px;
    align-items: stretch;
}

/* Left Rating Card with Elegant Purple Border Outline */
.testimonial-rating-card {
    background: linear-gradient(135deg, rgba(126, 34, 206, 0.15) 0%, #09090b 75%);
    border: 1.5px solid rgba(168, 85, 247, 0.4);
    border-radius: 28px;
    padding: 40px 28px;
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    box-shadow: 0 10px 35px rgba(126, 34, 206, 0.2);
}

.rating-num {
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 12px;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.rating-stars-pink {
    color: #ffb400;
    font-size: 1.25rem;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    gap: 4px;
    filter: drop-shadow(0 0 8px rgba(255, 180, 0, 0.45));
}

.rating-count {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 14px;
    color: #ffffff;
}

.rating-desc {
    font-size: 0.88rem;
    color: #a1a1aa;
    line-height: 1.4;
    margin-bottom: 24px;
}

.avatar-stack {
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar-stack img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #a855f7;
    object-fit: cover;
    margin-left: -10px;
}

.avatar-stack img:first-child {
    margin-left: 0;
}

.avatar-plus {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(168, 85, 247, 0.25);
    border: 2px solid #a855f7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #ffffff;
    margin-left: -10px;
    backdrop-filter: blur(4px);
}

/* Right Dark Quote Card with Elegant Purple Border Outline */
.testimonial-quote-card {
    background: linear-gradient(135deg, rgba(126, 34, 206, 0.1) 0%, #09090b 75%);
    border: 1.5px solid rgba(168, 85, 247, 0.4);
    border-radius: 28px;
    padding: 44px 38px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 10px 35px rgba(126, 34, 206, 0.2);
    position: relative;
    overflow: hidden;
}

/* Testimonial Quote Inner Container Slider */
.testimonial-quote-inner {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease;
    will-change: transform, opacity;
}

.testimonial-quote-inner.slide-out-left {
    transform: translateX(-50px);
    opacity: 0;
}

.testimonial-quote-inner.slide-out-right {
    transform: translateX(50px);
    opacity: 0;
}

.testimonial-quote-inner.slide-in-right {
    transform: translateX(50px);
    opacity: 0;
}

.testimonial-quote-inner.slide-in-left {
    transform: translateX(-50px);
    opacity: 0;
}

.quote-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.stars-pink {
    color: #ffb400;
    font-size: 1.3rem;
    display: flex;
    gap: 4px;
    filter: drop-shadow(0 0 8px rgba(255, 180, 0, 0.45));
}

.score-text {
    font-size: 1.6rem;
    font-weight: 800;
    color: #ffffff;
}

.quote-body {
    font-size: 1.02rem;
    color: #e4e4e7;
    line-height: 1.75;
    margin-bottom: 24px;
}

.quote-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 28px;
    width: 100%;
}

.author-info {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.author-info h5 {
    font-family: inherit !important;
    font-size: 1.08rem !important;
    font-style: normal !important;
    font-weight: 700 !important;
    margin: 0 0 4px 0 !important;
    color: #ffffff !important;
    text-align: left !important;
}

.author-info p {
    font-size: 0.88rem !important;
    color: #a1a1aa !important;
    margin: 0 !important;
    text-align: left !important;
}

.author-info p span {
    color: #ffffff !important;
    font-weight: 600 !important;
}

/* Dots navigation */
.testimonial-dots {
    display: flex;
    gap: 8px;
    align-items: center;
}

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

.testimonial-dots .dot.active {
    width: 24px;
    border-radius: 9999px;
    background: #9C17E4;
    box-shadow: 0 0 10px rgba(156, 23, 228, 0.6);
}



/* CTA Section */
/* Exact Match to Creative Film Reel Reference */
.cta-banner-reel-theme {
    position: relative;
    max-width: 1080px;
    min-height: 480px;
    margin: 100px auto 120px;
    background: #05020c;
    border: 1.5px solid rgba(217, 70, 239, 0.4);
    border-radius: 36px;
    padding: 70px 60px;
    text-align: left !important;
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.8), 0 0 60px rgba(168, 85, 247, 0.25);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.cta-reel-backdrop {
    position: absolute;
    inset: 0;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
    transition: transform 0.6s ease;
}

.cta-banner-reel-theme:hover .cta-reel-backdrop {
    transform: scale(1.02);
}

.cta-reel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 0, 8, 0.96) 0%, rgba(3, 0, 8, 0.8) 46%, rgba(3, 0, 8, 0.15) 75%, transparent 100%);
    pointer-events: none;
    z-index: 2;
}

.cta-banner-reel-theme .cta-inner-content {
    position: relative;
    z-index: 3;
    max-width: 580px;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
}

.cta-banner-reel-theme .cta-reel-heading,
.cta-banner-reel-theme h2 {
    font-family: 'Outfit', 'Montserrat', sans-serif !important;
    font-size: clamp(2.3rem, 3.8vw, 3.3rem) !important;
    font-weight: 300 !important;
    line-height: 1.18 !important;
    margin: 0 0 20px 0 !important;
    color: #ffffff !important;
    letter-spacing: -0.01em !important;
    text-align: left !important;
    align-self: flex-start !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.cta-banner-reel-theme .cta-line-1 {
    color: #ffffff !important;
    display: block !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
}

.cta-banner-reel-theme .cta-line-2,
.cta-banner-reel-theme .gradient-text-pink-purple {
    display: block !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
}

.cta-banner-reel-theme .cta-subtitle,
.cta-banner-reel-theme p {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 1.08rem !important;
    color: #cbd5e1 !important;
    max-width: 520px !important;
    margin: 0 0 34px 0 !important;
    line-height: 1.6 !important;
    text-align: left !important;
    align-self: flex-start !important;
}

.cta-banner-reel-theme .cta-btn-wrap {
    display: flex !important;
    gap: 18px !important;
    justify-content: flex-start !important;
    align-items: center !important;
    align-self: flex-start !important;
    margin-left: 0 !important;
}

.btn-cta-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #a855f7 0%, #ec4899 100%);
    color: #ffffff !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-style: normal !important;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 36px;
    border-radius: 9999px;
    text-decoration: none;
    box-shadow: 0 0 25px rgba(236, 72, 153, 0.6);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
}

.btn-cta-primary:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 35px rgba(236, 72, 153, 0.85);
    color: #ffffff !important;
}

.btn-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 2px solid #d946ef;
    color: #ffffff !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-style: normal !important;
    font-weight: 600;
    font-size: 15px;
    padding: 13px 34px;
    border-radius: 9999px;
    text-decoration: none;
    box-shadow: 0 0 20px rgba(217, 70, 239, 0.35), inset 0 0 12px rgba(217, 70, 239, 0.15);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-cta-secondary:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 30px rgba(236, 72, 153, 0.75), inset 0 0 16px rgba(217, 70, 239, 0.35);
    background: rgba(217, 70, 239, 0.12);
    color: #ffffff !important;
}

/* Responsive */
@media (max-width: 1024px) {
    .services-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .pricing-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .testimonial-container {
        grid-template-columns: 1fr !important;
        max-width: 580px !important;
        margin: 0 auto !important;
        gap: 24px !important;
    }
    .team-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .about-section { grid-template-columns: 1fr; }
    .hero-lens-arc-container {
        top: -10px;
        height: 700px;
    }
}

@media (max-width: 768px) {
    /* Sticky Mobile Navigation Header */
    .cd-header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
        background: rgba(3, 0, 5, 0.88) !important;
        backdrop-filter: blur(14px) !important;
        -webkit-backdrop-filter: blur(14px) !important;
        border-bottom: 1px solid rgba(168, 85, 247, 0.2) !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.7) !important;
        transition: background 0.3s ease, backdrop-filter 0.3s ease !important;
        height: auto !important;
    }
    .cd-header.menu-is-open {
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        border-bottom: 1px solid transparent !important;
        box-shadow: none !important;
    }
    .cd-header .header-logo {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }
    .cd-header .btn-get-started {
        display: none !important;
    }
    .cd-header .cd-primary-nav-trigger {
        display: block !important;
        position: absolute;
        right: 5px !important;
        top: 0 !important;
        height: 100% !important;
        width: 50px !important;
        transform: none !important;
    }
    .cd-header .cd-menu-icon, 
    .cd-header .cd-menu-icon::before, 
    .cd-header .cd-menu-icon::after {
        width: 24px !important;
        height: 2px !important;
        background-color: #d946ef !important;
    }
    .cd-header .cd-menu-icon.is-clicked {
        background-color: rgba(255, 255, 255, 0) !important;
    }
    .cd-header .cd-menu-icon:not(.is-clicked)::before {
        top: -7px !important;
    }
    .cd-header .cd-menu-icon:not(.is-clicked)::after {
        top: 7px !important;
    }
    .cd-primary-nav {
        background: rgba(10, 5, 20, 0.6) !important;
        backdrop-filter: blur(25px) !important;
        -webkit-backdrop-filter: blur(25px) !important;
        box-shadow: inset 0 0 120px rgba(168, 85, 247, 0.15) !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .cd-primary-nav ul.cd-scndr-nav {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        margin: 0 !important;
        padding: 40px 20px 0 20px !important;
        align-items: stretch !important;
    }
    .cd-primary-nav .cd-label {
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: none !important;
        width: 100% !important;
    }
    .cd-primary-nav a {
        display: flex !important;
        align-items: center !important;
        gap: 15px !important;
        position: relative !important;
        color: #d1d5db !important;
        font-family: 'Plus Jakarta Sans', sans-serif !important;
        font-size: 1.2rem !important;
        font-weight: 500 !important;
        letter-spacing: 0px !important;
        text-transform: capitalize !important;
        padding: 16px 25px !important; 
        border-radius: 12px !important; 
        transition: all 0.3s ease !important;
        background: rgba(255, 255, 255, 0.03) !important;
        border: 1px solid rgba(255, 255, 255, 0.05) !important;
        text-align: left !important;
    }
    .cd-primary-nav a i {
        font-size: 1.1rem !important;
        color: rgba(255, 255, 255, 0.5) !important;
    }
    .cd-primary-nav a:hover, 
    .cd-primary-nav a:active,
    .cd-primary-nav a.curent-nav-color {
        background: linear-gradient(180deg, rgba(217, 70, 239, 0.15) 0%, rgba(139, 92, 246, 0.05) 100%) !important;
        color: #ffffff !important;
        -webkit-text-fill-color: initial !important;
        text-shadow: none !important;
        border: 1px solid rgba(217, 70, 239, 0.4) !important;
        box-shadow: inset 0 1px 0 rgba(217, 70, 239, 0.5), 0 4px 20px rgba(217, 70, 239, 0.15) !important;
        transform: none !important;
        filter: none !important;
    }
    .cd-primary-nav a.curent-nav-color i {
        color: #ffffff !important;
    }
    .header-container {
        padding: 0 16px !important;
    }
    .header-brand-img {
        height: 75px !important;
        width: auto !important;
        object-fit: contain !important;
    }
    .btn-get-started {
        padding: 8px 18px !important;
        font-size: 13px !important;
        border-radius: 9999px !important;
    }
    .header-nav { display: none !important; }

    .hero-section {
        padding: 100px 15px 50px !important;
        min-height: 520px !important;
        background-size: 40px 40px !important;
    }
    .hero-lens-glow-ring {
        display: none !important;
    }
    .hero-lens-arc-container {
        top: 25px !important;
        max-width: 100% !important;
        height: calc(100% - 25px) !important;
    }
    .hero-content {
        transform: translateY(-65px) !important;
        max-width: 100% !important;
        padding: 0 10px !important;
    }
    .hero-title {
        font-size: clamp(1.25rem, 3.4vw, 1.6rem) !important;
        margin-top: 10px !important;
        margin-bottom: 18px !important;
        line-height: 1.35 !important;
        letter-spacing: 0.02em !important;
        text-shadow: 0 2px 25px rgba(0, 0, 0, 0.95), 0 0 12px rgba(0, 0, 0, 0.85) !important;
    }
    .title-line-1 {
        white-space: nowrap !important;
        display: inline-block;
    }
    .btn-explore {
        padding: 10px 26px !important;
        font-size: 13.5px !important;
        margin-top: 10px !important;
    }

    /* Client Logos Bar Mobile */
    .client-logos-section {
        padding: 14px 15px !important;
        gap: 16px !important;
    }
    .client-logos-wrapper::before,
    .client-logos-wrapper::after {
        display: none !important;
    }
    .btn-explore-clients {
        padding: 8px 16px !important;
        font-size: 12.5px !important;
    }
    .client-logos-track {
        gap: 40px !important;
    }
    .client-logo-item img {
        height: 52px !important;
        width: 120px !important;
        min-width: 120px !important;
        padding: 6px 12px !important;
        flex-shrink: 0 !important;
        background: #ffffff !important;
        border: 1.5px solid rgba(217, 70, 239, 0.55) !important;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.35), 0 0 12px rgba(217, 70, 239, 0.25) !important;
        filter: none !important;
    }
    .av-brand-icon {
        height: 44px !important;
        padding: 8px 16px !important;
    }
    
    /* Services Mobile */
    .services-section {
        padding: 10px 16px 40px !important;
    }
    .services-title {
        font-size: 1.75rem !important;
        line-height: 1.25 !important;
    }
    .services-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        max-width: 440px !important;
        margin: 32px auto 0 !important;
    }
    .service-card {
        padding: 30px 22px !important;
        border-radius: 20px !important;
    }

    /* Pricing Mobile */
    .pricing-section {
        padding: 10px 16px 0px !important;
    }
    .pricing-section .services-title {
        margin-bottom: 35px !important;
    }
    .pricing-grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        max-width: 440px !important;
        margin: 30px auto 0 !important;
    }
    .pricing-card {
        padding: 34px 22px 30px !important;
        border-radius: 20px !important;
        min-height: auto !important;
    }
    .pricing-positioning {
        font-size: 0.72rem !important;
    }
    .pricing-positioning strong {
        font-size: 0.76rem !important;
    }
    .pricing-price {
        font-size: 2rem !important;
    }
    .btn-pricing {
        padding: 10px 16px !important;
        font-size: 13px !important;
    }

    /* Testimonials Mobile */
    .testimonial-section {
        padding: 70px 16px 10px !important;
    }
    .testimonial-title {
        font-size: 1.75rem !important;
        line-height: 1.25 !important;
        margin-bottom: 12px !important;
    }
    .desktop-br {
        display: none !important;
    }
    .testimonial-subtitle {
        font-size: 0.88rem !important;
        line-height: 1.5 !important;
        margin-bottom: 28px !important;
        padding: 0 10px !important;
    }
    .testi-sub-br {
        display: none !important;
    }
    .testimonial-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        max-width: 440px !important;
        margin: 0 auto !important;
        width: 100% !important;
    }
    .testimonial-rating-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        min-height: auto !important;
        padding: 36px 20px !important;
        border-radius: 20px !important;
        align-items: center !important;
        text-align: center !important;
        justify-content: center !important;
    }
    .rating-num {
        font-size: 3.8rem !important;
        margin-bottom: 6px !important;
    }
    .rating-stars-pink {
        font-size: 1.2rem !important;
        margin-bottom: 6px !important;
    }
    .rating-count {
        font-size: 1rem !important;
        margin-bottom: 8px !important;
    }
    .rating-desc {
        font-size: 0.85rem !important;
        margin-bottom: 0 !important;
    }
    .testimonial-quote-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        min-height: auto !important;
        padding: 28px 20px 24px !important;
        border-radius: 20px !important;
    }
    .score-text {
        font-size: 1.4rem !important;
    }
    .quote-body {
        font-size: 0.95rem !important;
        line-height: 1.65 !important;
        margin-bottom: 18px !important;
    }
    .author-info h5 {
        font-size: 1rem !important;
    }
    .author-info p {
        font-size: 0.82rem !important;
    }

    /* CTA Mobile */
    .cta-banner-reel-theme,
    .cta-banner {
        margin: 40px 16px 110px !important;
        padding: 44px 24px 38px !important;
        border-radius: 24px !important;
        min-height: auto !important;
        background: #05020c !important;
    }
    .cta-banner-reel-theme .cta-reel-overlay {
        background: linear-gradient(180deg, rgba(3, 0, 8, 0.85) 0%, rgba(3, 0, 8, 0.6) 55%, rgba(3, 0, 8, 0.2) 100%) !important;
    }
    .cta-reel-backdrop {
        transform: none !important;
        background-size: cover !important;
        background-position: center !important;
        opacity: 0.7 !important;
    }
    .cta-inner-content {
        width: 100% !important;
    }
    .cta-reel-heading,
    .cta-banner h2 {
        width: 100% !important;
        font-family: 'Outfit', 'Montserrat', sans-serif !important;
        font-size: clamp(1.15rem, 6vw, 1.55rem) !important;
        line-height: 1.2 !important;
        margin-bottom: 14px !important;
        text-align: left !important;
        display: block !important;
    }
    .cta-banner-reel-theme .cta-line-1,
    .cta-banner-reel-theme .cta-line-2,
    .cta-banner-reel-theme .gradient-text-pink-purple {
        white-space: normal !important;
        text-align: left !important;
        word-wrap: break-word !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        max-width: 100% !important;
        display: block !important;
    }
    .cta-mobile-br {
        display: block !important;
    }
    .cta-banner-reel-theme .cta-subtitle,
    .cta-subtitle {
        font-size: 0.94rem !important;
        line-height: 1.55 !important;
        margin-bottom: 28px !important;
        padding: 0 !important;
    }
    .cta-sub-br {
        display: none !important;
    }
    .cta-banner-reel-theme .cta-btn-wrap,
    .cta-btn-wrap {
        flex-direction: column !important;
        gap: 14px !important;
        width: 100% !important;
        max-width: 320px !important;
        margin: 0 !important;
    }
    .btn-cta-primary,
    .btn-cta-secondary {
        width: 100% !important;
        box-sizing: border-box !important;
        text-align: center !important;
        padding: 13px 20px !important;
        font-size: 15px !important;
        white-space: nowrap !important;
    }

    .team-grid { grid-template-columns: 1fr !important; }
    .stats-container { grid-template-columns: repeat(2, 1fr) !important; }
    .header-nav { display: none !important; }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 95px 10px 40px !important;
        min-height: 480px !important;
    }
    .hero-lens-glow-ring {
        display: none !important;
    }
    .hero-lens-arc-container {
        top: 35px !important;
        height: calc(100% - 35px) !important;
    }
    .hero-content {
        transform: translateY(-65px) !important;
        padding: 0 5px !important;
    }
    .hero-title {
        font-size: clamp(1.02rem, 4.3vw, 1.22rem) !important;
        margin-top: 5px !important;
        margin-bottom: 16px !important;
        line-height: 1.4 !important;
        letter-spacing: 0.015em !important;
        padding: 0 2px !important;
        text-shadow: 0 2px 25px rgba(0, 0, 0, 0.95), 0 0 12px rgba(0, 0, 0, 0.85) !important;
    }
    .title-line-1 {
        white-space: nowrap !important;
        display: inline-block;
    }
    .btn-explore {
        padding: 9px 24px !important;
        font-size: 13px !important;
        margin-top: 8px !important;
    }
    }
    .services-title,
    .testimonial-title,
    .cta-banner h2 {
        font-size: 1.5rem !important;
    }
    .pricing-card {
        padding: 30px 18px 24px !important;
    }
    .testimonial-rating-card,
    .testimonial-quote-card {
        padding: 24px 16px 20px !important;
    }
}
