        html {
            scroll-behavior: smooth;
        }
        body {
            background: #fff;
            color: #222;
        }

        /* NAVIGATION */
        .navbar {
            background: linear-gradient(90deg, #d90429 60%, #ef233c 100%);
        }
        .navbar-brand, .navbar-toggler {
            color: #fff !important;
        }
        .nav-link.active {
            font-weight: bold;
        }
        a.nav-link {
            padding: 0 2rem !important;
        }
        .nav-link {
            color: #ffffffd9 !important;
        }

        /*SERVICES SECTION*/

        .services-toggle {
            cursor: pointer;
            background: #d90429;
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 5px;
            font-size: 16px;
            transition: background-color 0.3s;
        }
        .services-toggle:hover {
            background: #b5021f;
        }
        .services-list {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
            margin-top: 20px;
        }
        .services-list.show {
            max-height: 1000px;
        }
        .service-item {
            background: #f8f9fa;
            padding: 15px;
            margin-bottom: 10px;
            border-left: 4px solid #d90429;
            border-radius: 5px;
        }

        /* HERO SECTION */
        .hero {
            background: linear-gradient(135deg, #d90429 70%, #ef233c 100%);
            color: #fff;
            padding: 80px 0;
            text-align: center;
            height: 70vh;
        }
        .section-title {
            color: #d90429;
            margin-bottom: 32px;
            font-weight: bold;
        }
        .employee-card {
            border: none;
            box-shadow: 0 2px 12px rgba(220, 38, 38, 0.12);
            transition: transform 0.2s;
        }
        .employee-card:hover {
            transform: translateY(-8px) scale(1.03);
            box-shadow: 0 4px 24px rgba(220, 38, 38, 0.18);
        }
        .employee-img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border-radius: 50%;
            border: 3px solid #d90429;
            margin-bottom: 16px;
        }
        .footer {
            background: #d90429;
            color: #fff;
            padding: 24px 0;
            text-align: center;
        }
        .about-list {
            list-style-type: disc;
            padding-left: 1.5rem;
            color: #222;
            text-align: left;
        }
        .about-list li {
            margin-bottom: 8px;
            position: relative;
        }
        .about-list li::marker {
            color: #d90429;
        }
        #loader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.8);
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }
        #progress-container {
            width: 200px;
            height: 10px;
            background-color: #ddd;
            border-radius: 5px;
            margin: 20px auto;
            overflow: hidden;
        }
        #progress-bar {
            height: 100%;
            background-color: #d90429;
            width: 0%;
            transition: width 0.1s;
        }
        #progress-percentage {
            text-align: center;
            font-size: 18px;
            color: #d90429;
            margin-top: 10px;
        }
        .carousel-item img {
            width: 100%;
            height: 400px;
            object-fit: cover;
        }
        .carousel {
            max-height: 400px;
            overflow: hidden;
        }

        /* New Hero Section with Background Image */
        .new-hero {
            background: /*linear-gradient(rgba(217, 4, 41, 0.8), rgba(239, 35, 60, 0.8)),*/ url('assets/hero.png') center/cover no-repeat;
            color: #fff;
            padding: 100px 0;
            text-align: center;
            height: 100vh;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .typing-container {
            font-size: 2.5rem;
            font-weight: bold;
            margin-top: 2rem;
        }
        .cursor {
            animation: blink 1s infinite;
        }
        @keyframes blink {
            0%, 50% { opacity: 1; }
            51%, 100% { opacity: 0; }
        }

        .dropdown-menu .dropdown-item:hover {
            color: white !important;
            background-color: red !important;
        }

        .dropdown-menu .dropdown-item {
            padding: 8px 12px !important;
        }
         .social-links img {
            color: white;
        }
        .social-links a {
            color: #D90429;
        }
        
        /* Promotions Section Styling */
        #promotions {
            background-color: transparent;
        }
        
        #promotionsCarousel {
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            overflow: hidden;
        }
        
        #promotionsCarousel .carousel-item img {
            height: 500px;
            object-fit: contain;
            background-color: transparent;
        }
        
        .carousel-caption {
            background: rgba(0, 0, 0, 0.8);
            border-radius: 10px;
            padding: 15px;
            bottom: 10px;
        }
        
        .carousel-caption h5 {
            color: #fff;
            font-weight: bold;
            font-size: 1.4rem;
            margin-bottom: 5px;
        }
        
        .carousel-caption p {
            color: #fff;
            margin-bottom: 0;
            font-size: 1rem;
        }
        
        /* Responsive adjustments for smaller screens */
        @media (max-width: 768px) {
            #promotionsCarousel .carousel-item img {
                height: 350px;
            }
            
            .carousel-caption {
                padding: 10px;
            }
            
            .carousel-caption h5 {
                font-size: 1.2rem;
            }
            
            .carousel-caption p {
                font-size: 0.9rem;
            }
        }

        /* Cookie Consent Banner Styles */
        .cookie-consent-banner {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: #fff;
            border-top: 1px solid #e0e0e0;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            padding: 20px;
            z-index: 9999;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        }

        .cookie-consent-content {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 15px;
        }

        .cookie-text {
            flex: 1;
            min-width: 300px;
        }

        .cookie-text h5 {
            color: #d90429;
            margin-bottom: 8px;
            font-weight: bold;
        }

        .cookie-text p {
            margin: 0;
            font-size: 14px;
            color: #666;
            line-height: 1.5;
        }

        .cookie-policy-link {
            color: #d90429;
            text-decoration: none;
            font-weight: bold;
        }

        .cookie-policy-link:hover {
            text-decoration: underline;
        }

        .cookie-buttons {
            display: flex;
            gap: 10px;
            align-items: center;
            flex-wrap: wrap;
        }

        @media (max-width: 768px) {
            .cookie-consent-content {
                flex-direction: column;
                text-align: center;
            }
            
            .cookie-buttons {
                justify-content: center;
            }
        }

        /* EMPLOYEE CARDS */

         .employee-card {
            border: none;
            box-shadow: 0 2px 12px rgba(220, 38, 38, 0.12);
            transition: transform 0.2s;
            height: 100%;
        }
        .employee-card:hover {
            transform: translateY(-8px) scale(1.03);
            box-shadow: 0 4px 24px rgba(220, 38, 38, 0.18);
        }
        .employee-img {
            width: 120px;
            height: 120px;
            object-fit: cover;
            border-radius: 50%;
            border: 3px solid #d90429;
            margin-bottom: 16px;
        }

        /* SOCIAL MEDIA ICONS*/
        
        .social-links img {
            color: white;
        }
        .social-links a {
            color: #D90429;
        }
        
        /* Footer Social Media Icons - White */
        .footer .social-links img {
            filter: brightness(0) invert(1); /* Makes icons white */
        }
        
        .footer .social-links a {
            color: rgb(255, 0, 0) !important; /* Makes link text white */
        }

        /*OTHER HERO SECTIONS*/

        .hero-section {
            background: linear-gradient(135deg, #d90429 70%, #ef233c 100%);
            color: #fff;
            padding: 60px 0;
            text-align: center;
            margin-bottom: 40px;
        }

        /*SERVICES SECTION*/
        .service-card { 
            border: none; 
            box-shadow: 0 4px 20px rgba(220, 38, 38, 0.15); 
            transition: transform 0.3s; 
            border-radius: 15px; 
            overflow: hidden; 
        }
        .service-card:hover { 
            transform: translateY(-5px); 
            box-shadow: 0 8px 30px rgba(220, 38, 38, 0.25); 
        }

        /* PRICING TABLE STYLING SECTION */
         .section-title {
            color: #d90429;
            margin-bottom: 32px;
            font-weight: bold;
        }
        .pricing-table {
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
        .pricing-header {
            background: linear-gradient(135deg, #d90429, #ef233c);
            color: white;
            padding: 20px;
            text-align: center;
        }
        .pricing-table th {
            background-color: #f8f9fa;
            color: #d90429;
            font-weight: bold;
            border: none;
        }
        .pricing-table td {
            padding: 15px;
            border-color: #dee2e6;
        }
        .pricing-table tr:hover {
            background-color: #f8f9fa;
        }

        /* FAQ SECTION */
        .faq-card {
            border: none;
            box-shadow: 0 2px 12px rgba(220, 38, 38, 0.12);
            transition: transform 0.2s;
            margin-bottom: 20px;
        }
        .faq-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 24px rgba(220, 38, 38, 0.18);
        }
        .faq-question {
            background: linear-gradient(135deg, #d90429 70%, #ef233c 100%);
            color: #fff;
            padding: 20px;
            border-radius: 10px 10px 0 0;
            cursor: pointer;
            font-weight: bold;
        }
        .faq-answer {
            padding: 20px;
            background: #f8f9fa;
            border-radius: 0 0 10px 10px;
        }
        .accordion-button {
            background-color: #f8f9fa;
            color: #d90429;
            font-weight: bold;
        }
        .accordion-button:not(.collapsed) {
            background-color: #d90429;
            color: #fff;
        }
        .accordion-button:focus {
            box-shadow: 0 0 0 0.25rem rgba(217, 4, 41, 0.25);
        }