@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
:root {
           --bs-primary: #d40033;
            --bs-primary-rgb: 99, 102, 241;
            --bs-secondary: #6c757d;
            --bs-light: #f8f9fa;
            --bs-dark: #212529;
            --bs-gradient: linear-gradient(135deg, #d40033 0%, #ff003d 50%, #9d0000 100%);
            --cs-btn-hover-color: #000;
            --cs-btn-hover-bg: #fff;
        }
        .btn:hover {
  color: #d40033;
  background-color: var(--cs-btn-hover-bg) !important;
}
p, a {
    font-size: 18px !important;
}
.theme-btn {
  box-shadow: -2px 4px 0 #d40033;
  background-color: transparent;
  color: #000;
  transition: 0.3s;
  border-radius: 0;
  width: fit-content !important;
  border: 1px solid #d40033;
}
.theme-btn.bg-white {
     box-shadow: -2px 4px 0 #d40033;
}
.theme-btn:hover {
  transform: translateY(0) !important;
  box-shadow: 0 0 0 transparent;
}
        body {
            font-family: 'Josefin Sans', 'sans-serif', 'Inter', ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
            background-color: #f8f9fa;
            color: #212529;
            overflow-x: hidden;
        }
        
        .bg-gradient-primary {
            background: var(--bs-gradient);
        }
        
        .bg-blur {
            /*! backdrop-filter: blur(10px); */
            -webkit-backdrop-filter: blur(10px);
            background-color: rgb(255, 255, 255);
        }
        
        .shadow-soft {
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        }
        
.card {
  box-shadow: -3px 4px 0 #d40033 !important;
  overflow: clip;
  border-radius: 0;
  border: 1px solid #d40033 !important;
}
        .card-hover {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .card-hover:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        
        .bg-decorative {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            overflow: hidden;
            pointer-events: none;
        }
        
        .bg-decorative::before {
            content: '';
            position: absolute;
            top: -5%;
            left: -5%;
            width: 30%;
            height: 30%;
            border-radius: 50%;
            background: rgba(99, 102, 241, 0.05);
            filter: blur(40px);
        }
        
        .bg-decorative::after {
            content: '';
            position: absolute;
            bottom: -10%;
            right: -10%;
            width: 40%;
            height: 40%;
            border-radius: 50%;
            background: rgba(14, 165, 233, 0.05);
            filter: blur(40px);
        }
        
        .navbar {
            transition: all 0.3s ease;
        }
        
.navbar-brand {
  position: relative;
  top: 0;
  width: 120px;
}
.navbar-brand img {
  position: absolute;
  top: -28px;
  width: 120px;
  border-radius: 0 9px 5px 45px;
}

.navbar-brand::before {
  content: '';
  position: absolute;
  top: -17px;
  height: 44px;
  width: 10px;
  background-color: #fff;
  z-index: 9;
  right: -10px;
  box-shadow: -6px -5px 0 5px #d40033;
  border-top-left-radius: 25px;
}
.navbar-brand img[alt*="footer"] {
  position: relative;
  top: 0;
  width: auto;
  border-radius: 7px;
}

.navbar-brand:has(img[alt*="footer"]):before {
  position: relative;
}
.navbar-collapse.show {
  padding-top: 60px;
}
        .navbar-scrolled {
            background-color: rgb(255, 255, 255) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }
        
        .btn-primary {
            background: var(--bs-gradient);
            border: none;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }
        
        .btn-primary::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #4f46e5 0%, #3730a3 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: -1;
        }
        
        .btn-primary:hover::before {
            opacity: 1;
        }
        
        .lang-btn.active {
            background-color: var(--bs-primary) !important;
            color: white !important;
        }
        
        .feature-icon {
            width: 3rem;
            height: 3rem;
            border-radius: 0.75rem;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
        }
        
        .step-number {
            width: 3rem;
            height: 3rem;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            margin-bottom: 1rem;
        }
        
        .contact-icon {
            width: 3rem;
            height: 3rem;
            border-radius: 0.75rem;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
        }
        
        /* Modern additions */
        .hero-section {
            position: relative;
            overflow: hidden;
            padding-top: 100px;
            padding-bottom: 100px;
        }
        
        .hero-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(139, 92, 246, 0.1) 50%, rgba(6, 182, 212, 0.1) 100%);
            z-index: -1;
        }
        
        .floating-shapes {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: -1;
        }
        
        .shape {
            position: absolute;
            border-radius: 50%;
            background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(139, 92, 246, 0.1) 50%, rgba(6, 182, 212, 0.1) 100%);
            filter: blur(40px);
            animation: float 20s infinite linear;
        }
        
        .shape-1 {
            width: 300px;
            height: 300px;
            top: 10%;
            left: 5%;
            animation-delay: 0s;
        }
        
        .shape-2 {
            width: 200px;
            height: 200px;
            top: 60%;
            right: 10%;
            animation-delay: -5s;
            animation-direction: reverse;
        }
        
        .shape-3 {
            width: 150px;
            height: 150px;
            bottom: 20%;
            left: 20%;
            animation-delay: -10s;
        }
        
        @keyframes float {
            0% {
                transform: translate(0, 0) rotate(0deg);
            }
            25% {
                transform: translate(20px, 20px) rotate(90deg);
            }
            50% {
                transform: translate(0, 40px) rotate(180deg);
            }
            75% {
                transform: translate(-20px, 20px) rotate(270deg);
            }
            100% {
                transform: translate(0, 0) rotate(360deg);
            }
        }
        
        .glass-card {
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            /*! border-radius: 16px; */
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
        }
        
        .counter {
            font-size: 3rem;
            font-weight: 700;
            background: var(--bs-gradient);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        
        .pulse {
            animation: pulse 2s infinite;
        }
        
        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.4);
            }
            70% {
                box-shadow: 0 0 0 10px rgba(99, 102, 241, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
            }
        }
        
        .hover-lift {
            transition: transform 0.3s ease;
        }
        
        .hover-lift:hover {
            transform: translateY(-5px);
        }
        
        .section-title {
            position: relative;
            display: inline-block;
            margin-bottom: 2rem;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 60px;
            height: 4px;
            background: var(--bs-gradient);
            border-radius: 2px;
        }
        
        .text-gradient {
            background: var(--bs-gradient);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        
        .parallax {
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        
        
        .cta-section {
            position: relative;
            overflow: hidden;
            padding: 100px 0;
        }
        
        .cta-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(139, 92, 246, 0.1) 50%, rgba(6, 182, 212, 0.1) 100%);
            z-index: -1;
        }
        
        .cta-content {
            text-align: center;
            max-width: 700px;
            margin: 0 auto;
        }
        
        .cta-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }
        
        .cta-buttons {
            display: flex;
            justify-content: center;
            gap: 1rem;
            margin-top: 2rem;
        }
        
        /* Full Width Banner Slider Styles */
        .banner-slider {
            position: relative;
            width: 100%;
            height: 100vh;
            min-height: 700px;
            overflow: hidden;
        }
        
        .banner-slide {
            position: relative;
            width: 100%;
            height: 100vh;
            min-height: 700px;
            background-size: cover;
            background-position: center;
            display: grid !important;
            align-items: center;
        }
        
        .slide-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
            z-index: 1;
        }
        
        .slide-content {
            position: relative;
            z-index: 2;
            color: white;
            max-width: 600px;
            padding: 0 2rem;
        }
        
        .slide-badge {
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }
        
        .slide-title {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
            line-height: 1.1;
            font-family: "Bungee", sans-serif;
        }
        
        .slide-text {
            font-size: 1.5rem;
            margin-bottom: 2rem;
            font-weight: 500;
        }
        
        .slick-dots {
            bottom: 30px;
        }
        
        .slick-dots li button:before {
            font-size: 12px;
            color: white;
            opacity: 0.5;
        }
        
        .slick-dots li.slick-active button:before {
            color: white;
            opacity: 1;
        }
        
        .slick-prev, .slick-next {
            width: 50px;
            height: 50px;
            z-index: 10;
        }
        
        .slick-prev {
            left: 25px;
        }
        
        .slick-next {
            right: 25px;
        }
        
        .slick-prev:before, .slick-next:before {
            font-size: 40px;
            color: white;
            opacity: 0.7;
        }
        
        .slick-prev:hover:before, .slick-next:hover:before {
            opacity: 1;
        }
        
        @media (max-width: 768px) {
            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }
            
            .cta-title {
                font-size: 2rem;
            }
            
            .counter {
                font-size: 2rem;
            }
            
            .slide-title {
                font-size: 2.5rem;
            }
            
            .slide-text {
                font-size: 1.25rem;
            }
            
            .banner-slider, .banner-slide {
                height: 80vh;
                min-height: 600px;
            }
        }
        
        @media (max-width: 576px) {
            .slide-title {
                font-size: 2rem;
            }
            
            .slide-text {
                font-size: 1.1rem;
            }
            
            .banner-slider, .banner-slide {
                height: 70vh;
                min-height: 500px;
            }
            
            .slick-prev, .slick-next {
                display: none !important;
            }
        }
    
    