.blue{
	color: #fe7300;
}

.bg-color-primary {
    background: #00041e;
    background: linear-gradient(90deg, rgba(11, 19, 53, 1) 59%, rgba(0, 70, 191, 1) 100%);
}

.bg-color-dark-blue{ 
    background-color: rgba(11, 19, 53, 1) !important;
}

.bg-linen {
    background-color: #eaeefd;
}


.home-feature-box{background-color: #03082c;
    background-image: url("../images/feature-bg.png");
    background-repeat: no-repeat;
    background-position: center; opacity: 0.6;
    background-size: cover;}
.feature_icon{ -webkit-box-align: start !important; align-items: start !important;}
.home-feature-box h2{color: #ffffff; font-size: 18px; line-height: 25px !important;}

.call-to-action{background: #00020e; border-radius: 20px; padding: 20px;}


header.sticky.sticky-active [data-header-hover=light] {
    background: #0B1335;
    background: linear-gradient(90deg, rgba(11, 19, 53, 1) 59%, rgba(0, 70, 191, 1) 100%);
    /*background: linear-gradient(to right, #0b1335, #0059ff, #ff137d, #ff562f, #ee8502);*/
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    color: white !important;
}

header.sticky.sticky-active [data-header-hover=light] .navbar-nav .nav-link {
    color: #ffffff !important;
}

@media (max-width: 991px) {
    .navbar.bg-transparent, .navbar-modern-inner.bg-transparent, .navbar-full-screen-menu-inner.bg-transparent {
        background: #0B1335;
    background: linear-gradient(90deg, rgba(11, 19, 53, 1) 59%, rgba(0, 70, 191, 1) 100%);
    }
}


.text-gradient-blue-magenta-orange {
    background-image: linear-gradient(to right, #0b1335, #0059ff, #ff137d, #ff562f, #ee8502) !important;
}

.text-gradient-light-blue-light-turquoise {
    background-image: linear-gradient(to right,  #1769ff, #5d57da, #e786ff,#ff5700, #ff4500);
}

.text-gradient-fast-blue-purple-light-orange {
    background-image: linear-gradient(to right top, #183fb9, #4f41df, #f76d19, #ff1878, #e9522d) !important;
}

.btn-yellow {
    background-color: #ff4500 !important;
    color: #ffffff !important;
}

.btn-yellow:hover{
    background-color: #ffffff !important;
    color: #ff4500 !important;
}

.btn.btn-box-shadow.btn-yellow:hover {
    background-color: #ffffff !important;
    color: #ff4500 !important;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 15px;
    line-height: 26px;
    border-bottom: 1px solid rgba(23, 23, 23, 0.1);
    padding: 10px 20px !important;
}




.blue-box{
    background: #010526;

}

.about-brands{
    background: #010526;
}


/* FAQ Button Style */
    .accordion-button {
      background-color: #000820 !important; /* Dark Navy like screenshot */
      color: #fff !important;
    
      box-shadow: none !important;
    }

    /* Remove default accordion caret */
    .accordion-button::after {
      display: none;
    }

    /* Icon inside button */
    .accordion-button .icon {
      transition: transform 0.3s ease;
      font-size: 1.2rem;
    }

    /* Rotate icon when opened */
    .accordion-button:not(.collapsed) .icon {
      transform: rotate(180deg);
    }

    /* Space between FAQs */
    .accordion-item {
      border: none;
      
    }



    .text-orange{
        color: #F76D19;
    }


    .text-blue{
        color: #1c32cc;
    }


    .text-off-white{
        color: #DCE4E5;
    }