
        .testimonial-section {
            background: url('./assets/img/bg/bg.png');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;


        }

        #UnaiyeTestimonialSlider .owl-nav,
        .owl-dots {
            display: none;
        }

        .features-section {
            background: url('./assets/img/bg/bg.png');
            padding: 120px 0px !important;
        }

        .owl-nav {
            position: absolute;
            top: 50%;
            right: 10%;
            transform: rotate(90deg) !important;

            .owl-prev {
                font-size: 30px !important;
                border: 1px solid white !important;
                border-radius: 50% !important;
                height: 50px !important;
                width: 50px !important;
                display: flex !important;
                justify-content: center !important;
                align-items: center !important;
            }

            .owl-next {
                font-size: 30px !important;
                position: absolute !important;
                top: 0%;
                right: -130% !important;
                border: 1px solid white !important;
                border-radius: 50% !important;
                height: 50px !important;
                width: 50px !important;
                display: flex !important;
                justify-content: center !important;
                align-items: center !important;
            }

            .owl-next:hover {
                background: #000000;
            }
        }

        .container-padding {
            padding: 0px 40px;
        }

        .testimonial-content span {
            padding: 10px 20px;
        }

        .testimonial-content {
            position: absolute;
            left: 0%;
            top: 15%;
            padding: 10px;
        }

        .testimonial-slide {
            position: relative;
        }

        .section-padding {
            padding: 70px 0px;
        }

        .container h2 {
            margin: 0px 0px 30px !important;
        }

        .banner-slider {
            position: relative;
        }

        .banner-slide {
            display: flex;
            height: 100vh;
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .banner-slide::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            /* Overlay for text readability */
        }

        .banner-content {
            position: absolute;
            left: 5%;
            bottom: 15%;
            color: #fff;
            z-index: 1;
        }

        .banner-content h1 {
            font-size: 5rem;
            font-weight: bold;
            margin-bottom: 1rem;
            text-transform: uppercase;
        }

        .banner-content h2 {
            font-size: 5rem;
            font-weight: bold;
            margin-bottom: 1rem;
            text-transform: uppercase;
        }

        .banner-content p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
        }

        .banner-content .btn {
            padding: 10px 20px;
            color: #000000;
            background-color: white;
            text-decoration: none;
            font-weight: bold;
            border-radius: 0px !important;
        }

        @media (max-width: 768px) {
            .banner-content h1 {
                font-size: 2rem;
            }

            .banner-content h2 {
                font-size: 2rem;
            }

            .banner-content p {
                font-size: 1rem;
            }
        }

        @media (max-width: 480px) {
            .banner-content h1 {
                font-size: 1.5rem;
            }

            .banner-content h2 {
                font-size: 1.5rem;
            }

            .banner-content p {
                font-size: 0.9rem;
            }
        }

        .about-section {
            text-align: center;
            padding: 50px 20px;
        }

        .about-section h2 {
            font-size: 2rem;
            color: #ffffff;
        }

        .about-section {
            background-color: #001f3f;
        }

        .about-section h3 {
            font-size: 1.5rem;
        }

        .about-slider {
            position: relative;

        }

        .about-slider .slider-content {
            position: absolute;
            top: 50%;
            left: 10%;
            transform: translateY(-50%);
            background-color: white;
            padding: 20px;
            max-width: 300px;
            color: #000000;

        }

        .about-slider .slider-content h4 {
            font-size: 1.3rem;
            margin-bottom: 10px;
        }

        .about-slider .slider-content p {
            font-size: 15px;
            margin-bottom: 15px;
        }

        .about-slider .slider-content a {
            color: #f4a11d;
            text-decoration: none;
            font-weight: bold;
        }

        .about-desktop .row {
            position: relative;
        }

        .slider-info h4{
            color: #000 !important;
        }
        .slider-info {
            background: white;
            position: absolute;
            top: 35%;
            padding: 50px 30px;
            right: 50%;
            z-index: 1000 !important;
            border: 2px solid grey;
            max-width: 350px;
        }

        .stats {
            display: flex;
            justify-content: center;
            gap: 40px;
            margin-top: 30px;
            background-color: #001f3f !important;
        }

        .stat-item {
            text-align: center;
        }

        .stat-item h3 {
            font-size: 2rem;
            color: #fff;
        }

        .stat-item p {
            font-size: 2rem;
            margin-top: 5px;
            text-align: center;
            color: #fff;
        }

        .products-section {
            background-color: #001f3f;
            color: #ffffff;
        }

        .products-section h2 {
            font-size: 2rem;
            font-weight: 700;
        }

        .products-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            /* 4 items per row */
            gap: 1rem;
            /* Adjust gap between items */
        }

        .product-card {
            position: relative;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .product-card img {
            width: 100%;
            height: auto;
            transition: transform 0.3s ease;
        }

        .product-card:hover img {
            transform: scale(1.1);
        }

        .about-section h3 {
            font-size: 1.5rem;
            color: white;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.6);
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .product-card:hover .overlay {
            opacity: 1;
        }

        .overlay p {
            font-size: 1.2rem;
            font-weight: 600;
            text-transform: uppercase;
            text-align: center;
            margin: 0;
        }

        .products-grid {
            grid-template-columns: repeat(4, 1fr);
            gap: 1rem;
        }

        .product-card {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
        }

        .product-card img {
            flex-grow: 1;
            width: 100%;
            height: auto;
        }

        @media (max-width: 768px) {
            .products-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 480px) {
            .products-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {
            .about-slider .slider-content {
                left: 5%;
                max-width: 90%;
            }

            .stats {
                flex-direction: column;
                gap: 20px;
            }
        }

        @media (max-width: 480px) {
            .about-section h2 {
                font-size: 1.5rem;
            }

            .about-section h3 {
                font-size: 1.2rem;
            }

            .stat-item h3 {
                font-size: 1.5rem;
            }

            .stat-item p {
                font-size: 0.9rem;
            }
        }

        .gallery-section {
            background-color: #0b2944;
            color: #fff;
        }

        .gallery-row {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1rem;
        }

        .gallery-item {
            position: relative;
        }

        .gallery-card {
            position: relative;
        }

        .gallery-card img {
            width: 100%;
            height: auto;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: opacity 0.3s;
        }

        .gallery-card:hover .overlay {
            opacity: 1;
        }

        .overlay-text {
            color: white;
            font-size: 1.5rem;
        }

        @media (max-width: 768px) {
            .gallery-row {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 480px) {
            .gallery-row {
                grid-template-columns: 1fr;
            }
        }

        @keyframes flash {
            0% {
                opacity: 0.7;
            }

            100% {
                opacity: 1;
            }
        }

        @media (max-width: 768px) {
            .gallery-card img {
                height: auto;
            }
        }

        .video-section {
            position: relative;
            margin-bottom: 20px;
        }

        video {
            width: 100%;
            height: auto;
        }

        .play-pause {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: rgba(0, 0, 0, 0.5);
            color: #fff;
            padding: 10px 20px;
            height: 50px;
            border: none;
            border-radius: 50px;
            cursor: pointer;
        }

        .preview-section {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .preview {
            width: calc(33.33% - 10px);
            margin-bottom: 10px;
        }

        .preview img {
            width: 100%;
            height: auto;
            border-radius: 5px;
            transition: transform 0.2s ease;
        }

        .preview:hover img {
            transform: scale(1.05);
        }

        @media (max-width: 1199px) {
            .splide__list {
                height: 475px;
            }

            .section-padding {
                padding-top: 70px;
                padding-bottom: 30px;
            }
        }

        @media (max-width: 991px) {
            .splide__list {
                height: 260px;
            }

            .section-padding {
                padding-top: 70px;
                padding-bottom: 0px;
            }

            .thumbnail {
                width: 220px;
                height: 90px !important;
            }
        }

        @media (max-width: 768px) {
            .preview-section {
                justify-content: center;
            }

            .preview {
                width: calc(50% - 10px);
            }

            .splide__list {
                height: 43%;
            }
        }

        @media (max-width: 425px) {
            .splide__list {
                height: 36% !important;
            }
        }

        @media (max-width: 375px) {
            .splide__list {
                height: 32% !important;
            }
        }

        @media (max-width: 320px) {
            .splide__list {
                height: 28%;
            }
        }

        @media (max-width: 480px) {
            .splide__list {
                height: 38%;
            }

            .preview {
                width: 100%;
            }

            .thumbnail {
                width: 220px;
                height: 56px !important;
            }
        }

        .testimonial-section {
            text-align: center;
            padding: 50px 0;
        }

        .testimonial-slide {
            margin-bottom: 20px;

        }

        .testimonial-content {
            margin-bottom: 15px;
        }

        .testimonial-author {
            text-align: center;
        }

        .testimonial-author img {
            width: 100px;
            border-radius: 50%;
            margin-bottom: 10px;
        }

        .testimonial-author h3 {
            margin: 0;
            font-size: 18px;
        }

        .testimonial-author span {
            font-size: 14px;
            color: #888;
        }

        .bi-list {
            color: #fff;
            font-size: 35px;
        }

        .overlay-text a {
            color: white !important;
        }

        .overlay a:hover {
            color: white;
        }

        .overlay a {
            color: white;
        }

        .thumbnails {
            display: flex;
            margin: 1rem auto 0;
            padding: 0;
            justify-content: center;
        }

        .thumbnail {
            width: 220px;
            height: 170px;
            overflow: hidden;
            list-style: none;
            margin: 0 0.2rem;
            cursor: pointer;
            gap: 20px;
        }

        .thumbnail video {
            width: 100%;
            height: auto;
        }

        .splide__list {
            max-height: 600px;
        }
