
/*** 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);
    }


.header-text {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.feedback-text {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.1;
}

@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;
    }

    .header-text {
        font-size: 4.5rem;
        font-weight: 300;
        line-height: 1.1;
    }

        .header-text p {
            font-size: 4.5rem;
            font-weight: 300;
            line-height: 1.1;
        }

        .header-text span {
            font-size: 4.5rem;
            font-weight: 300;
            line-height: 1.1;
        }

    .main-image {
        background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/hawaii_merchant_bg.jpg) center center no-repeat;
    }



    .feedback-text {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.1;
    }

        .feedback-text p {
            font-size: 1.5rem;
            font-weight: 300;
            line-height: 1.1;
        }

        .feedback-text span {
            font-size: 1.5rem;
            font-weight: 300;
            line-height: 1.1;
        }
}

.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 (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;
    }

    .main-image {
        background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/hawaii_merchant_bg.jpg) center center no-repeat;
        /*background: url("../img/hawaii_merchant_bg.jpg") bottom right no-repeat;
        background-position-y: top;
        background-position-x: left;*/
        background-size: cover;
    }
}




.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;
}

.icon_1 {
    width: 90px;
    height: auto;
}


.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) {

    .overlay span {
        font-size: 1rem;
    }
    .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;
        }

    .header-text {
        /*font-size: 1rem;*/
        font-weight: 300;
        line-height: 1.1;
    }

            .header-text p {
                font-size: 4.5rem;
                font-weight: 300;
                line-height: 1.1;
            }

            .header-text span {
                font-size: 4.5rem;
                font-weight: 300;
                line-height: 1.1;
            }

    .feedback-text {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.1;
    }

        .feedback-text p {
            font-size: 1.5rem;
            font-weight: 300;
            line-height: 1.1;
        }

        .feedback-text span {
            font-size: 1.5rem;
            font-weight: 300;
            line-height: 1.1;
        }

    .main-image {
        background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/hawaii_merchant_bg.jpg) center center no-repeat;
        /*background-position-y: top;
        background-position-x: left;*/
        background-size: cover;
    }
}

/* Mobile View - Text on Top */
@media (max-width: 767px) {
    .overlay span {
        font-size: 1rem;
    }

    .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;
    }

    .header-text {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.1;
    }

        .header-text span {
            font-size: 3.5rem;
            font-weight: 300;
            line-height: 1.1;
        }
        .header-text p {
            font-size: 3.5rem;
            font-weight: 300;
            line-height: 1.1;
        }

    .feedback-text {
        font-size: 0.8rem;
        font-weight: 300;
        /*line-height: 1.1;*/
    }

        .feedback-text p {
            font-size: 0.8rem;
            font-weight: 300;
            /*line-height: 1.1;*/
        }

        .feedback-text span {
            font-size: 0.8rem;
            font-weight: 300;
            /*line-height: 1.1;*/
        }

    .banner-image {
        width: 100%;
        height: 200px;
        border-radius: 10px;
    }

    .main-image {
        background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/hawaii_merchant_mobile.jpg) center center no-repeat;
        /*background-position-y: top;
        background-position-x: left;*/
        background-size: cover;
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .overlay span {
        font-size: 1rem;
    }
    .carousel-item {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-content {
        padding-left: 0;
        margin-top: 20px;
    }

    .header-text {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.1;
    }

        .header-text span {
            font-size: 3.5rem;
            font-weight: 300;
            line-height: 1.1;
        }
        .header-text p {
            font-size: 3.5rem;
            font-weight: 300;
            line-height: 1.1;
        }

    .feedback-text {
        font-size: 0.8rem;
        font-weight: 300;
        /*line-height: 1.1;*/
    }

        .feedback-text p {
            font-size: 0.8rem;
            font-weight: 300;
            line-height: 1.1;
        }

        .feedback-text span {
            font-size: 0.8rem;
            font-weight: 300;
            line-height: 1.1;
        }

    .testimonial-carousel-control-prev,
    .testimonial-carousel-control-next {
        width: 40px;
        height: 40px;
        left: 10px;
        right: 10px;
    }

    .main-image {
        background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/hawaii_merchant_mobile.jpg) center center no-repeat;
        /*background-position-y: top;
        background-position-x: left;*/
        background-size: cover;
    }
}


.background-green {
    background-color: #86c440;
}
