
/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: 'Plus Jakarta Sans';
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: var(--primary);
    }

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media only screen and (max-width: 480px) {
    .carousel-caption {
        padding: 1px;
        position: static;
    }

    .testimonial-carousel-control-prev {
        display: none !important
    }

    .testimonial-carousel-control-next {
        display: none !important
    }

    .icon_1 {
        width: 90px !important;
        height: auto !important;
    }
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        top: -6px;
        left: 50%;
        background: #FFFFFF;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


.icon_1 {
    width: 150px;
    height: auto;
}

.page-header {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.owl-height {
    height: 676px !important;
}

.owl-width {
    height: 76px !important;
}


.text-primary {
    color: #0c2e8a !important;
}

.text-white {
    color: white;
}
body {
    font-family: 'Plus Jakarta Sans';
}

.banner-container {
    position: relative;
    width: 100%;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
}

.promo-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-block-end: 28px;
}

    .promo-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    color: white;
    padding: 20px;
}

    .overlay h2 {
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    }

    .overlay p {
        font-size: 1.2rem;
    }

/* Desktop View - Text Over Image */
@media (min-width: 768px) {
    .banner-container {
        position: relative;
    }

    .banner-image {
        width: 100%;
        height: auto;
        display: block;
    }

    .banner-text {
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translateY(-50%);
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
        max-width: 40%;
    }

        .banner-text h2 {
            color:white;
            font-size: 2rem;
            font-weight: bold;
        }

        .banner-text p {
            font-size: 1.2rem;
        }
}

/* Mobile View - Text on Top */
@media (max-width: 767px) {
    .banner-container {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .banner-text {
        position: static;
        transform: none;
        color: black;
        text-shadow: none;
        max-width: 100%;
        padding-bottom: 20px;
    }

    .overlay h2 {
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    }

    .overlay p {
        font-size: 0.8rem;
    }

    .banner-image {
        width: 100%;
        height: 200px;
        border-radius: 10px;
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .carousel-item {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-content {
        padding-left: 0;
        margin-top: 20px;
    }

    .testimonial-carousel-control-prev,
    .testimonial-carousel-control-next {
        width: 40px;
        height: 40px;
        left: 10px;
        right: 10px;
    }
}

.merchantContainer {
    background: url("../img/internet3-section-bg2.jpg") bottom right no-repeat;
    background-position-y: top;
    background-position-x: left;
    background-size: cover;
    /*background-size: 510px;
    background-clip: 100;*/
}

.background-green {
    background-color: #86c440;
}

.background-navy {
    background-color: #000080;
}

/*** Footer Start ***/
.footer {
    background-color: transparent;
}

    .footer .footer-item a {
        line-height: 30px;
        color: black;
        transition: 0.5s;
    }

        .footer .footer-item a:hover {
            letter-spacing: 2px;
            color: #0c2e8a;
        }

    .footer p {
        font-size: x-small;
    }

    .footer .footer-menu a {
        margin-right: 15px;
        padding-right: 15px;
        border-right: 1px solid rgba(255, 255, 255, .1);
    }

        .footer .footer-menu a:last-child {
            margin-right: 0;
            padding-right: 0;
            border-right: none;
        }

    /*** Footer End ***/

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-primary {
    background-color: #86c440;
    border-color: transparent;
}

.btn-primary:hover {
    color: #FFFFFF;
    background-color: #0c2e8a;
    border-color: #FFFFFF
}

.carousel-item {
    height: 500px;
    background-size: cover;
    background-position: center;
}

.carousel-caption {

}


.testimonial-carousel-container {
    
    margin: auto;
}

..testimonial-carousel-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 20px;
}

/* Video Placeholder */
.video-placeholder {
    width: 350px;
    height: 200px;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.play-button {
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

/* Testimonial Styling */
.testimonial-content {
    max-width: 450px;
    padding-left: 20px;
}

.stars {
    color: gold;
    font-size: 40px;
}

.testimonial-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-top: 10px;
}

/* User Info */
.user-info {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

    .user-info img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-right: 10px;
    }

.company-name {
    font-weight: bold;
    color: #1D3B91;
}

/* Carousel Controls */
.testimonial-carousel-control-prev,
.testimonial-carousel-control-next {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial-carousel-control-prev {
    left: 60px;
}

.testimonial-carousel-control-next {
    right: 60px;
}