        .hidden {
            opacity: 0;
            transform: translateY(50px);
            transition: all 0.8s ease-out;
        }

        .visible {
            opacity: 1;
            transform: translateY(0);
        }

        .hero {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 50px;
            background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
            color: #fff;
            position: relative;
        }

        .hero-text {
            max-width: 50%;
        }

        .hero-text h1 {
            font-size: 2.5rem;
            margin-bottom: 20px;
        }

        .hero-text p {
            font-size: 1.2rem;
            margin-bottom: 20px;
        }

        .hero-image {
            max-width: 40%;
        }

        .hero-image img {
            width: 100%;
            border-radius: 10px;
        }

        .btn {
            display: inline-block;
            padding: 10px 20px;
            margin: 10px 0;
            border-radius: 25px;
            text-decoration: none;
            font-weight: bold;
            border: 1px solid #fff;
            transition: transform 0.3s ease;
            color: #fff;
        }

         .btn-product:hover{
            background: var(--bs-white);
            color: var(--bs-primary);
        } 

        /* .btn-secondary {
            background-color: transparent;
            border: 2px solid #fff;
            color: #fff;
        } */

        .video-btn {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #fff;
            text-decoration: none;
            margin-top: 20px;
        }

        .video-btn .play-icon {
            width: 40px;
            height: 40px;
            background-color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000;
            font-size: 1.2rem;
        }

        .nonstop-section {
            background-color: #1b569a;
            color: #fff;
            padding: 50px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .nonstop-text {
            max-width: 50%;
        }

        .nonstop-text h2 {
            font-size: 2rem;
            margin-bottom: 20px;
        }

        .nonstop-text p {
            font-size: 1rem;
            margin-bottom: 20px;
        }

        .nonstop-image {
            max-width: 40%;
        }

        .nonstop-image img {
            width: 100%;
            border-radius: 10px;
        }

        .section {
            padding: 50px;
            text-align: center;
        }

        .section h2 {
            font-size: 2rem;
            margin-bottom: 30px;
        }

        .benefits, .products, .solutions {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
        }

        .card {
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            padding: 20px;
            width: 300px;
            text-align: left;
        }

        .card h3 {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }

        .card p {
            font-size: 0.9rem;
            color: #666;
            margin-bottom: 20px;
        }

        .brochure {
            margin-top: 30px;
        }

        .brochure a {
            color: #ffff;
            text-decoration: none;
            border: 1px solid #0049AF;
            background-color: #0049AF;
            border-radius: 25px;
            padding: 10px;
            font-weight: bold;
        }

        .customers-section {
            position: relative;
            padding: 50px;
            text-align: center;
            background-image: url('../img/carousel-1.jpg');
            background-size: cover;
            background-position: center;
        }

        .customers-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1;
        }

        .customers-content {
            position: relative;
            z-index: 2;
        }

        .customers-content h2 {
            font-size: 2rem;
            margin-bottom: 30px;
            color: #fff;
        }

        .customers-content .card {
            display: flex;
            align-items: center;
            gap: 20px;
            width: 600px;
            margin: 0 auto;
        }

        .customers-content .card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .clients-section {
            position: relative;
            padding: 50px;
            text-align: center;
            background-color: #fff;
            background-image: url('https://i.pinimg.com/736x/ab/78/1e/ab781eb85278ef04b78285f38e17a510.jpg');
            background-size: cover;
            background-position: center;
        }

        .clients-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1;
        }

        .clients-content {
            position: relative;
            z-index: 2;
        }

        .clients-content h2 {
            font-size: 2rem;
            margin-bottom: 30px;
            color: #fff;
        }

        .clients-logos {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            padding: 20px 0;
        }

        .clients-logos img {
            width: 100px;
            margin: 10px;
        }

        .get-started {
            background: linear-gradient(135deg, #476f91, #007bff);
            color: #fff;
            padding: 50px;
        }

        .get-started .btn {
            background-color: #0049AF;
            color: #fff;
        }

        .ptext{
             color: #fff;
        }
        #p-bread{
        color: #fff;
        }