span.counted {
    margin: 10px;
}

.scroller__inner {
    display: none;
}

      /* Videography-themed background patterns for light sections */
      .videography-bg-pattern {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
        z-index: 1;
        opacity: 0.03;
      }

      /* Film grain texture */
      .film-grain {
        background-image:
          repeating-linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.15),
            rgba(0, 0, 0, 0.15) 1px,
            transparent 1px,
            transparent 2px
          ),
          repeating-linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.15),
            rgba(0, 0, 0, 0.15) 1px,
            transparent 1px,
            transparent 2px
          );
        background-size: 2px 2px;
      }

      /* Film strip diagonal pattern */
      .film-strip-pattern {
        background-image:
          repeating-linear-gradient(
            45deg,
            transparent,
            transparent 40px,
            rgba(0, 0, 0, 0.02) 40px,
            rgba(0, 0, 0, 0.02) 42px
          ),
          repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 40px,
            rgba(0, 0, 0, 0.02) 40px,
            rgba(0, 0, 0, 0.02) 42px
          );
      }

      /* Video grid pattern (like editing timeline) */
      .video-grid-pattern {
        background-image:
          linear-gradient(rgba(0, 0, 0, 0.02) 1px, transparent 1px),
          linear-gradient(90deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
        background-size: 30px 30px;
      }

      /* Sprocket holes pattern (film reel) */
      .sprocket-pattern {
        background-image:
          radial-gradient(circle at 0 0, rgba(0, 0, 0, 0.03) 2px, transparent 2px),
          radial-gradient(circle at 0 0, rgba(0, 0, 0, 0.03) 2px, transparent 2px);
        background-size: 60px 20px;
        background-position: 0 0, 30px 10px;
      }

      /* Subtle bokeh/cinematic lights */
      .cinematic-lights {
        background-image:
          radial-gradient(circle at 20% 30%, rgba(147, 251, 80, 0.08) 0%, transparent 50%),
          radial-gradient(circle at 80% 70%, rgba(0, 200, 255, 0.06) 0%, transparent 50%),
          radial-gradient(circle at 50% 50%, rgba(147, 251, 80, 0.05) 0%, transparent 40%);
      }
      .contact-form-area .form-group .form-control {
        border: 1px solid rgb(230 230 230);
      }
      input::placeholder {
        color: black !important;
      }

      .contact-form-area {
        border: 2px solid rgb(115, 115, 115);
        background: #ffffff;
      }
      .testi-des span {
        color: #87e64b !important;
      }
      .field label {
        color: #000;
      }

      .author {
        display: none !important;
      }
      @font-face {
        font-family: "Cal Sans";
        src: local("Cal Sans SemiBold"), local("CalSans-SemiBold");
        font-weight: 600;
        font-style: normal;
        font-display: swap;
      }
      @font-face {
        font-family: "Cal Sans";
        src: local("Cal Sans Medium"), local("CalSans-Medium");
        font-weight: 500;
        font-style: normal;
        font-display: swap;
      }
      @font-face {
        font-family: "Cal Sans";
        src: local("Cal Sans Regular"), local("CalSans-Regular");
        font-weight: 400;
        font-style: normal;
        font-display: swap;
      }

      h1,
      .h1,
      h2,
      .h2,
      h3,
      .h3,
      h4,
      .h4,
      h5,
      .h5,
      h6,
      .h6,
      .section-title h2,
      .hero-content h2,
      .portfolio-caption h1,
      .service-item h4,
      .blog-post-caption h2,
      .testimonial-item h5,
      .contact-content-part h2,
      .about-content-part h2,
      .footer-widget h4,
      .testi-des h5,
      .blog-post-caption h3 {
        font-family: "Cal Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
          Roboto, "Helvetica Neue", Arial, sans-serif !important;
      }

      /* Hide Magic Cursor */
      #magic-cursor,
      #ball {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
      }

      /* Team Section Responsive Styles */
      @media (max-width: 992px) {
        .team-member-card {
          margin-bottom: 30px;
        }
        .team-area h2 {
          font-size: 48px !important;
        }
      }
      @media (max-width: 768px) {
        .team-area h2 {
          font-size: 36px !important;
        }
        .team-area {
          padding: 60px 0 !important;
        }
        .team-member-card h3 {
          font-size: 24px !important;
        }
      }
      .blog-post-box .blog-post-img img {
        max-height: 200px;
      }
      /* Section Accent Bars */
      .section-title h2::after {
        content: "";
        display: block;
        width: 60px;
        height: 4px;
        background: #87e64b;
        margin-top: 15px;
      }
      .section-title.text-center h2::after {
        margin-left: auto;
        margin-right: auto;
      }

      /* Enhanced Section Transitions */
      section {
        position: relative;
      }

      /* Subtle Hover Effects for Cards */
      .team-member-card,
      .blog-post-box,
      .service-item,
      .testimonial-item {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }
      .team-member-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
      }
      .team-member-card:hover img {
        transform: scale(1.1);
      }
      .blog-post-box:hover {
        transform: translateY(-5px);
      }
      /* Service Item with Video Hover */
      .service-item {
        position: relative;
        overflow: hidden;
        min-height: 280px;
        cursor: pointer;
      }
      .service-item-content {
        position: relative;
        z-index: 3;
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      }
      .service-item-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.5s ease;
        overflow: hidden;
      }
      .service-item-video video,
      .service-item-video .vmp-vimeo-poster,
      .service-item-video.vmp-stock-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .service-item-video-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(
          180deg,
          rgba(0, 0, 0, 0.3) 0%,
          rgba(0, 0, 0, 0.7) 100%
        );
        z-index: 2;
      }
      .service-item:hover {
        transform: scale(1.02);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
        z-index: 10;
      }
      .service-item-video.vmp-vimeo-playing,
      .service-item:hover .service-item-video {
        opacity: 1;
      }
      .vmp-vimeo-poster {
        transition: opacity 0.45s ease;
      }
      .vmp-vimeo-poster.is-hidden,
      .vmp-vimeo-playing .vmp-vimeo-poster {
        opacity: 0;
      }
      .service-item:hover .service-item-content {
        transform: translateY(0);
      }
      .service-item:hover .service-item-content h4,
      .service-item:hover .service-item-content h5,
      .service-item:hover .service-item-content p,
      .service-item:hover .service-item-content i {
        color: #fff !important;
      }
      .service-item:hover .service-item-content h4 {
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
      }
      .service-item .service-link {
        display: inline-block;
        margin-top: 15px;
        padding: 10px 20px;
        background: #93fb50;
        color: #000;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 4px;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.4s ease 0.1s;
        text-decoration: none;
      }
      .service-item:hover .service-link {
        opacity: 1;
        transform: translateY(0);
      }
      .service-item .service-link:hover {
        background: #fff;
        color: #000;
      }
      .testimonial-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
      }

      /* ========================================
         DYNAMIC ENHANCEMENTS
         ======================================== */

      /* 1. VIDEO LIGHTBOX/MODAL */
      .video-modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.95);
        z-index: 99999;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      }
      .video-modal-overlay.active {
        opacity: 1;
        visibility: visible;
      }
      .video-modal-content {
        width: 90%;
        max-width: 1200px;
        position: relative;
        transform: scale(0.8) translateY(50px);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      }
      .video-modal-overlay.active .video-modal-content {
        transform: scale(1) translateY(0);
      }
      .video-modal-content video {
        width: 100%;
        border-radius: 12px;
        box-shadow: 0 30px 100px rgba(0, 0, 0, 0.5);
      }
      .video-modal-close {
        position: absolute;
        top: -50px;
        right: 0;
        width: 45px;
        height: 45px;
        background: #93fb50;
        border: none;
        border-radius: 50%;
        color: #000;
        font-size: 24px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
      }
      .video-modal-close:hover {
        transform: rotate(90deg) scale(1.1);
        background: #fff;
      }
      .video-play-trigger {
        cursor: pointer;
      }

      /* 2. SCROLL PROGRESS INDICATOR */
      .scroll-progress {
        position: fixed;
        top: 0;
        left: 0;
        width: 0%;
        height: 4px;
        background: linear-gradient(90deg, #93fb50 0%, #87e64b 50%, #6bff2a 100%);
        z-index: 99999;
        transition: width 0.1s ease-out;
      }

      /* 3. TEXT REVEAL ANIMATIONS */
      .reveal-text {
        opacity: 0;
        transform: translateY(60px);
        transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      }
      .reveal-text.revealed {
        opacity: 1;
        transform: translateY(0);
      }
      .reveal-text-left {
        opacity: 0;
        transform: translateX(-60px);
        transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      }
      .reveal-text-left.revealed {
        opacity: 1;
        transform: translateX(0);
      }
      .reveal-text-right {
        opacity: 0;
        transform: translateX(60px);
        transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      }
      .reveal-text-right.revealed {
        opacity: 1;
        transform: translateX(0);
      }
      .reveal-scale {
        opacity: 0;
        transform: scale(0.8);
        transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      }
      .reveal-scale.revealed {
        opacity: 1;
        transform: scale(1);
      }
      /* Stagger delays */
      .delay-1 { transition-delay: 0.1s; }
      .delay-2 { transition-delay: 0.2s; }
      .delay-3 { transition-delay: 0.3s; }
      .delay-4 { transition-delay: 0.4s; }
      .delay-5 { transition-delay: 0.5s; }

      /* 4. ANIMATED COUNTERS */
      .animated-counter {
        display: inline-block;
        font-variant-numeric: tabular-nums;
      }
      .counter-wrapper {
        overflow: hidden;
      }
      .counter-value {
        display: inline-block;
        transform: translateY(100%);
        opacity: 0;
        transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      }
      .counter-value.counted {
        transform: translateY(0);
        opacity: 1;
      }

      /* 5. MAGNETIC BUTTONS */
      .magnetic-btn {
        position: relative;
        display: inline-block;
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      }
      .magnetic-btn-inner {
        position: relative;
        z-index: 1;
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      }
      .magnetic-btn::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(147, 251, 80, 0.2);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: width 0.4s ease, height 0.4s ease;
      }
      .magnetic-btn:hover::before {
        width: 150%;
        height: 150%;
      }

      /* 6. PAGE TRANSITIONS */
      .page-transition-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0a0a0a;
        z-index: 999999;
        transform: translateY(-100%);
        transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
      }
      .page-transition-overlay.active {
        transform: translateY(0);
      }
      .page-transition-overlay.exit {
        transform: translateY(100%);
      }
      body.page-loading {
        overflow: hidden;
      }

      /* 7. FLOATING BACKGROUND ELEMENTS */
      .floating-elements {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        pointer-events: none;
        z-index: 0;
      }
      .floating-element {
        position: absolute;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(147, 251, 80, 0.15) 0%, transparent 70%);
        animation: float-around 20s ease-in-out infinite;
      }
      .floating-element:nth-child(1) {
        width: 300px;
        height: 300px;
        top: 10%;
        left: -5%;
        animation-delay: 0s;
        animation-duration: 25s;
      }
      .floating-element:nth-child(2) {
        width: 200px;
        height: 200px;
        top: 60%;
        right: -5%;
        animation-delay: -5s;
        animation-duration: 20s;
      }
      .floating-element:nth-child(3) {
        width: 150px;
        height: 150px;
        bottom: 10%;
        left: 30%;
        animation-delay: -10s;
        animation-duration: 22s;
      }
      @keyframes float-around {
        0%, 100% {
          transform: translate(0, 0) scale(1);
          opacity: 0.5;
        }
        25% {
          transform: translate(30px, -30px) scale(1.1);
          opacity: 0.7;
        }
        50% {
          transform: translate(-20px, 20px) scale(0.9);
          opacity: 0.4;
        }
        75% {
          transform: translate(20px, 10px) scale(1.05);
          opacity: 0.6;
        }
      }

      /* 8. ENHANCED HEADER WITH SCROLL EFFECT */
      .main-header {
        transition: all 0.3s ease;
      }
      .main-header.scrolled {
        background: rgba(10, 10, 10, 0.95) !important;
        backdrop-filter: blur(10px);
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
      }
      .main-header.scrolled .logo-area .logo img {
        height: 80px !important;
        transition: height 0.3s ease;
      }

      /* 9. PARTICLE CURSOR TRAIL (subtle) */
      .cursor-particle {
        position: fixed;
        width: 8px;
        height: 8px;
        background: #93fb50;
        border-radius: 50%;
        pointer-events: none;
        z-index: 99998;
        opacity: 0;
        transform: scale(0);
        transition: opacity 0.3s ease, transform 0.3s ease;
      }

      /* 10. GLOWING ACCENT ON DARK SECTIONS */
      .glow-accent {
        position: relative;
      }
      .glow-accent::after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
        height: 2px;
        background: linear-gradient(90deg, transparent, #93fb50, transparent);
        filter: blur(3px);
        opacity: 0.7;
      }

      /* 11. PLAY ICON OVERLAY */
      .play-icon-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.8);
        width: 80px;
        height: 80px;
        background: rgba(147, 251, 80, 0.9);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 5;
      }
      .play-icon-overlay i {
        font-size: 36px;
        color: #000;
        margin-left: 4px;
      }
      .swiper-slide:hover .play-icon-overlay,
      .video-play-trigger:hover .play-icon-overlay {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
      }
      .swiper-slide-inner {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
      }
      .swiper-slide:hover .swiper-slide-inner video {
        transform: scale(1.1);
      }
      .swiper-slide .swiper-slide-inner video {
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      }

      /* 12. PULSE ANIMATION FOR INTERACTIVE ELEMENTS */
      @keyframes pulse-glow {
        0%, 100% {
          box-shadow: 0 0 0 0 rgba(147, 251, 80, 0.4);
        }
        50% {
          box-shadow: 0 0 20px 10px rgba(147, 251, 80, 0);
        }
      }
      .theme-btn:hover {
        animation: pulse-glow 1.5s ease-in-out infinite;
      }

      /* 13. GRADIENT TEXT EFFECT */
      .gradient-text {
        background: linear-gradient(135deg, #93fb50 0%, #87e64b 50%, #6bff2a 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
      }

      /* 14. HOVER LIFT EFFECT FOR CARDS */
      .hover-lift {
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      }
      .hover-lift:hover {
        transform: translateY(-15px);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
      }

      /* 15. TYPING CURSOR EFFECT */
      .typing-cursor::after {
        content: '|';
        animation: blink 1s step-end infinite;
        color: #93fb50;
        font-weight: 400;
      }
      @keyframes blink {
        0%, 100% { opacity: 1; }
        50% { opacity: 0; }
      }

      /* ========================================
         16. ENHANCED FOOTER STYLES
         ======================================== */
      .enhanced-footer {
        position: relative;
        background: linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
        padding-top: 0;
      }

      /* Animated Wave Divider */
      .footer-wave {
        position: relative;
        height: 150px;
        overflow: hidden;
      }
      .footer-wave svg {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
      .footer-wave .wave-1 {
        animation: wave-float 8s ease-in-out infinite;
      }
      .footer-wave .wave-2 {
        animation: wave-float 6s ease-in-out infinite reverse;
        opacity: 0.5;
      }
      .footer-wave .wave-3 {
        animation: wave-float 10s ease-in-out infinite;
        opacity: 0.3;
      }
      @keyframes wave-float {
        0%, 100% { transform: translateX(0) translateY(0); }
        50% { transform: translateX(-25px) translateY(10px); }
      }

      /* Newsletter Section */
      .newsletter-section {
        background: linear-gradient(135deg, rgba(147, 251, 80, 0.1) 0%, rgba(135, 230, 75, 0.05) 100%);
        border: 1px solid rgba(147, 251, 80, 0.2);
        border-radius: 20px;
        padding: 40px;
        margin-bottom: 60px;
        position: relative;
        overflow: hidden;
      }
      .newsletter-section::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle, rgba(147, 251, 80, 0.1) 0%, transparent 70%);
        pointer-events: none;
      }
      .newsletter-form {
        display: flex;
        gap: 15px;
        max-width: 500px;
      }
      .newsletter-form input {
        flex: 1;
        padding: 15px 20px;
        border: 2px solid rgba(147, 251, 80, 0.3);
        border-radius: 50px;
        background: rgba(255, 255, 255, 0.05);
        color: #fff;
        font-size: 15px;
        transition: all 0.3s ease;
      }
      .newsletter-form input:focus {
        outline: none;
        border-color: #93fb50;
        background: rgba(255, 255, 255, 0.1);
      }
      .newsletter-form input::placeholder {
        color: rgba(255, 255, 255, 0.5) !important;
      }
      .newsletter-form button {
        padding: 15px 30px;
        background: #93fb50;
        border: none;
        border-radius: 50px;
        color: #000;
        font-weight: 600;
        font-size: 15px;
        cursor: pointer;
        transition: all 0.3s ease;
        white-space: nowrap;
      }
      .newsletter-form button:hover {
        background: #fff;
        transform: translateY(-2px);
        box-shadow: 0 10px 30px rgba(147, 251, 80, 0.3);
      }
      .newsletter-success {
        display: none;
        align-items: center;
        gap: 10px;
        color: #93fb50;
        font-size: 16px;
        animation: fadeInUp 0.5s ease;
      }
      .newsletter-success.show {
        display: flex;
      }
      .newsletter-success i {
        font-size: 24px;
        animation: checkmark 0.5s ease;
      }
      @keyframes checkmark {
        0% { transform: scale(0) rotate(-45deg); }
        50% { transform: scale(1.2) rotate(0deg); }
        100% { transform: scale(1) rotate(0deg); }
      }
      @keyframes fadeInUp {
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
      }
      @media (max-width: 576px) {
        .newsletter-form {
          flex-direction: column;
        }
        .newsletter-form button {
          width: 100%;
        }
      }

      /* Social Links with Animations */
      .footer-social-enhanced {
        display: flex;
        gap: 15px;
      }
      .footer-social-enhanced a {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 18px;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
      }
      .footer-social-enhanced a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #93fb50;
        transform: translateY(100%);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 0;
      }
      .footer-social-enhanced a:hover::before {
        transform: translateY(0);
      }
      .footer-social-enhanced a i {
        position: relative;
        z-index: 1;
        transition: all 0.3s ease;
      }
      .footer-social-enhanced a:hover {
        border-color: #93fb50;
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(147, 251, 80, 0.3);
      }
      .footer-social-enhanced a:hover i {
        color: #000;
      }

      /* Google Map Styling */
      .footer-map {
        border-radius: 15px;
        overflow: hidden;
        border: 2px solid rgba(147, 251, 80, 0.2);
        height: 200px;
        filter: grayscale(100%) brightness(0.8);
        transition: all 0.4s ease;
      }
      .footer-map:hover {
        filter: grayscale(0%) brightness(1);
        border-color: #93fb50;
      }
      .footer-map iframe {
        width: 100%;
        height: 100%;
        border: none;
      }

      /* Footer Bottom */
      .footer-bottom-enhanced {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding: 25px 0;
        margin-top: 50px;
      }

      /* Contact Section Text Color */
      .contact-area,
      .contact-area p,
      .contact-area h2,
      .contact-area strong,
      .contact-area label,
      .contact-area a {
        color: #000 !important;
      }
      .contact-area .section-title h2 {
        color: #000 !important;
      }

      /* Parallax Divider Responsive Styles */
      .parallax-divider {
        background-attachment: fixed !important;
      }
      @media (max-width: 992px) {
        .parallax-divider {
          background-attachment: scroll !important;
          height: auto !important;
          min-height: 350px !important;
          padding: 60px 0 !important;
        }
        .parallax-divider h2 {
          font-size: 36px !important;
        }
        .parallax-divider .col-lg-3 span:first-child {
          font-size: 42px !important;
        }
      }
      @media (max-width: 576px) {
        .parallax-divider {
          min-height: 300px !important;
          padding: 40px 0 !important;
        }
        .parallax-divider h2 {
          font-size: 28px !important;
        }
        .parallax-divider p {
          font-size: 16px !important;
        }
        .cta-section h2 {
          font-size: 32px !important;
        }
      }

      /* Services Mega Menu Dropdown */
      .main-header .header-upper,
      .main-header .header-inner,
      .main-menu,
      .main-menu nav,
      .main-menu ul.onepage {
        overflow: visible;
      }
      .nav-item-services {
        position: relative;
      }
      .nav-item-services:hover::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        width: 700px;
        max-width: 100vw;
        height: 28px;
        z-index: 10000;
      }
      .services-mega-menu {
        position: absolute;
        top: calc(100% - 16px);
        left: 50%;
        transform: translateX(-50%);
        width: 700px;
        background: transparent;
        border-radius: 16px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        padding: 20px 0 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.25s ease, visibility 0.25s ease;
        z-index: 9999;
        display: flex;
        overflow: visible;
        margin-top: 0;
      }
      .services-mega-menu::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 20px;
      }
      .services-mega-menu::after {
        content: "";
        position: absolute;
        top: 12px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        z-index: 2;
        pointer-events: none;
      }
      .nav-item-services:hover .services-mega-menu,
      .nav-item-services:focus-within .services-mega-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }
      .mega-menu-image {
        width: 280px;
        min-height: 320px;
        background: url("../image/background/videography-bg.jpg") center
          center / cover no-repeat;
        position: relative;
        display: flex;
        align-items: flex-end;
        padding: 25px;
        border-radius: 16px 0 0 16px;
        overflow: hidden;
      }
      .mega-menu-image::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0.2) 0%,
          rgba(0, 0, 0, 0.7) 100%
        );
      }
      .mega-menu-image-content {
        position: relative;
        z-index: 2;
      }
      .mega-menu-image-content h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 8px;
        font-family: "Cal Sans", sans-serif;
      }
      .mega-menu-image-content p {
        color: rgba(255, 255, 255, 0.85);
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 1.5;
      }
      .mega-menu-image-content a {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #93fb50;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        transition: gap 0.3s ease;
      }
      .mega-menu-image-content a:hover {
        gap: 10px;
      }
      .mega-menu-links {
        flex: 1;
        padding: 30px;
        background: #fff;
        border-radius: 0 16px 16px 0;
      }
      .mega-menu-links h5 {
        color: #000;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin-bottom: 20px;
        padding-bottom: 12px;
        border-bottom: 2px solid #93fb50;
      }
      .mega-menu-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
      }
      .mega-menu-links ul li a {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 15px;
        color: #333;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        border-radius: 8px;
        transition: all 0.2s ease;
        background: #f8f9fa;
      }
      .mega-menu-links ul li a:hover {
        background: #93fb50;
        color: #000;
        transform: translateX(4px);
      }
      .mega-menu-links ul li a i {
        font-size: 18px;
        color: #93fb50;
        transition: color 0.2s ease;
      }
      .mega-menu-links ul li a:hover i {
        color: #000;
      }
      @media (max-width: 992px) {
        .services-mega-menu {
          display: none !important;
        }
      }

      /* Clientele Logo Slider */
      .clientele-slider-container,
      .clientele-logo-slider {
        overflow: hidden;
        padding: 40px 0;
        background: rgb(255 255 255 / 97%);
        margin-bottom: 60px;
        position: relative;
      }
      .clientele-slider-container::after,
      .clientele-logo-slider::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100px;
        height: 100%;
        background: linear-gradient(
          to right,
          rgba(8, 10, 12, 0.95) 0%,
          transparent 100%
        );
        pointer-events: none;
        z-index: 2;
      }
      .clientele-slider-container::before,
      .clientele-logo-slider::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 100px;
        height: 100%;
        background: linear-gradient(
          to left,
          rgba(8, 10, 12, 0.95) 0%,
          transparent 100%
        );
        pointer-events: none;
        z-index: 2;
      }
      .clientele-slider-wrapper,
      .clientele-logo-track {
        display: flex;
        width: fit-content;
        animation: scroll-logos 60s linear infinite;
      }
      .clientele-slider-wrapper:hover,
      .clientele-logo-track:hover {
        animation-play-state: paused;
      }
      .clientele-logo-item {
        flex-shrink: 0;
        padding: 0 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
      }
      .clientele-logo-item img {
    max-height: 80px;
    max-width: 180px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: .9;
        transition: all 0.3s ease;
      }
      .clientele-logo-item:hover img {
        filter: grayscale(0%);
        opacity: 1;
        transform: scale(1.1);
      }
      @keyframes scroll-logos {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(-50%);
        }
      }

      /* 3D Project Cards with Scroll Animation - Single Column */
      .projects-3d-container {
        perspective: 1500px;
        perspective-origin: center center;
      }
      .projects-3d-grid {
        display: flex;
        flex-direction: column;
        gap: 30px;
      }
      .project-3d-item {
        perspective: 1500px;
        transform-style: preserve-3d;
        overflow: visible;
      }
      .project-3d-inner {
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        background: #1a1a1a;
        transform: rotateX(25deg) scale3d(0.92, 0.92, 1);
        transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1),
          opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1),
          box-shadow 0.4s ease;
        transform-style: preserve-3d;
        will-change: transform, opacity;
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
      }
      .project-3d-item.in-view .project-3d-inner {
        transform: rotateX(0deg) scale3d(1, 1, 1);
      }
      .project-3d-inner:hover {
        box-shadow: 0 40px 80px rgba(135, 230, 75, 0.15);
      }
      .project-3d-thumbnail {
        position: relative;
        width: 100%;
        aspect-ratio: 21 / 9;
        overflow: hidden;
      }
      @media (max-width: 768px) {
        .project-3d-thumbnail {
          aspect-ratio: 16 / 9;
        }
      }
      .project-3d-thumbnail video,
      .project-3d-thumbnail img,
      .project-3d-thumbnail .vmp-vimeo-poster {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
      }
      .project-3d-thumbnail .vmp-vimeo-project {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
      .project-3d-inner:hover .project-3d-thumbnail video,
      .project-3d-inner:hover .project-3d-thumbnail img,
      .project-3d-inner:hover .project-3d-thumbnail .vmp-vimeo-poster {
        transform: scale(1.03);
      }
      .project-3d-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(
          90deg,
          rgba(0, 0, 0, 0.7) 0%,
          rgba(0, 0, 0, 0.3) 40%,
          rgba(0, 0, 0, 0.1) 60%,
          rgba(0, 0, 0, 0.4) 100%
        );
        opacity: 1;
      }
      /* Static content always visible on left */
      .project-3d-static-content {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 40px;
        z-index: 3;
        background: none;
      }
      .project-3d-static-title {
        color: #fff;
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 12px;
        line-height: 1.2;
        text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
      }
      @media (max-width: 768px) {
        .project-3d-static-title {
          font-size: 24px;
        }
        .project-3d-static-content {
          padding: 25px;
        }
      }
      .project-3d-static-meta {
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
      }
      .project-3d-static-category {
        color: #93fb50;
        font-weight: 600;
      }
      .project-3d-static-year {
        color: rgba(255, 255, 255, 0.7);
      }
      /* Hover content on right side */
      .project-3d-content {
        position: absolute;
        top: 50%;
        right: 40px;
        transform: translateY(-50%) translateX(30px);
        max-width: 350px;
        padding: 0;
        opacity: 0;
        transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
        z-index: 3;
        text-align: right;
      }
      @media (max-width: 992px) {
        .project-3d-content {
          right: 25px;
          max-width: 280px;
        }
      }
      @media (max-width: 768px) {
        .project-3d-content {
          display: none;
        }
      }
      .project-3d-inner:hover .project-3d-content {
        transform: translateY(-50%) translateX(0);
        opacity: 1;
      }
      .project-3d-excerpt {
        color: rgba(255, 255, 255, 0.9);
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 20px;
      }
      .project-3d-link {
        display: inline-block;
        padding: 12px 28px;
        background: #fff;
        color: #000;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-decoration: none;
        border-radius: 4px;
        transition: all 0.3s ease;
      }
      .project-3d-link:hover {
        background: #93fb50;
        color: #000;
      }
      .project-3d-category {
        display: none;
      }

      /* Header Logo Flexbox Styling */
      .logo-area {
        display: flex !important;
        align-items: center !important;
        height: 100% !important;
        min-height: 120px !important;
      }
      .logo-area .logo {
        display: flex !important;
        align-items: center !important;
        height: 100% !important;
      }
      .logo-area .logo a {
        display: flex !important;
        align-items: center !important;
        height: 100% !important;
      }
      .logo-area .logo img {
        height: 120px !important;
        width: auto !important;
        max-width: 100% !important;
        object-fit: contain !important;
      }
      @media (max-width: 768px) {
        .logo-area {
          min-height: 80px !important;
        }
        .logo-area .logo img {
          height: 80px !important;
        }
      }
      @media (max-width: 576px) {
        .logo-area {
          min-height: 60px !important;
        }
        .logo-area .logo img {
          height: 60px !important;
        }
      }