 :root {
            --global-color: #2982E5;
            --secondary-color: #24B1DF;
        }
        
        html {
            scroll-behavior: smooth;
        }
        
        input:focus {
            outline: 2px solid #24B1DF;
            outline-offset: -2px;
        }

        /* Sticky header styles */
        .header-sticky {
            background-color: rgba(17, 17, 17, 0.8) !important; /* #111 with 80% opacity */
            backdrop-filter: blur(10px);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        }
        
        .header-sticky .text-white {
            color: #ffffff !important;
        }
        
        .header-sticky #headerLogo {
            height: 74px !important; /* Smaller logo in sticky state */
        }
 .testimonials-slider .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background: #fff;
            opacity: 0.5;
        }
        
        .testimonials-slider .swiper-pagination-bullet-active {
            opacity: 1;
            background: var(--global-color);
        }
        
        .testimonials-slider .swiper-button-next,
        .testimonials-slider .swiper-button-prev {
            color: var(--global-color);
            background: rgba(255, 255, 255, 0.8);
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }
        
        .testimonials-slider .swiper-button-next:after,
        .testimonials-slider .swiper-button-prev:after {
            font-size: 18px;
            font-weight: bold;
        }


