/*========= login form button css =====*/
.nav-pills{
  --bs-nav-pills-link-active-bg: #0A4D82;
}

/* ------ Cart Price -----*/
.bb-product-price .bb-product-price-text{
  color: #0A4D82;
}
/* Icons compare, wishlist, cart */
.header__extra svg,
.header__actions svg,
.product-loop-buttons svg {
    color: #0A4D82 !important;
    fill: #0A4D82 !important;
}

/* hide slider front image 
.slide-item__image {
  visibility: hidden;
}*/

/* Buy Now button color */
.product-button .btn-black,
.product-bottom-box .btn-black,
button[name="checkout"].btn-black,
.add-to-cart-button.btn-black {
    background-color: #0A4D82 !important;
    border-color: #0A4D82 !important;
}
/* Hover */
.product-button .btn-black:hover,
.product-bottom-box .btn-black:hover,
button[name="checkout"].btn-black:hover,
.add-to-cart-button.btn-black:hover {
    background-color: #0A4D82 !important;
    border-color: #0A4D82 !important;
    opacity: 0.9;
}

.product-button .btn-black,
.product-bottom-box .btn-black,
button[name="checkout"].btn-black,
.add-to-cart-button.btn-black {
    color: #fff !important;
}

/* ======= Slider Hero Banner ====== */
/* FINAL HERO BANNER */
.tent-hero-slider .container-xxxl {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tent-hero-slider .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.tent-hero-slider .col-md-12,
.tent-hero-slider .col-md-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tent-hero-slider .section-slides-wrapper {
    margin: 0 !important;
}

.tent-hero-slide {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    min-height: 720px;
    width: 100%;
}

.tent-hero-slide__bg,
.tent-hero-slide__bg picture,
.tent-hero-slide__bg img {
    width: 100%;
    height: 100%;
    display: block;
}

.tent-hero-slide__bg img {
    min-height: 720px;
    object-fit: cover;
    object-position: center center;
}

.tent-hero-slide__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(6, 77, 130, 0.96) 0%, rgba(6, 77, 130, 0.90) 34%, rgba(6, 77, 130, 0.55) 58%, rgba(6, 77, 130, 0.10) 100%);
}

.tent-hero-slide__content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 56px 52px;
}

.tent-hero-slide__text {
    color: #fff;
    max-width: 650px;
}

.tent-hero-slide__title {
    font-size: 80px;
    line-height: 0.95;
    font-weight: 700;
    color: #fff;
    margin-bottom: 26px;
}

.tent-hero-slide__title span {
    color: #f6a23b;
}

.tent-hero-slide__description {
    font-size: 19px;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 30px;
    max-width: 620px;
}

.tent-hero-slide__buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.tent-btn-primary {
    background: #f6a23b !important;
    color: #111 !important;
    border: 1px solid #f6a23b !important;
    padding: 14px 30px !important;
    border-radius: 10px !important;
    font-weight: 600;
}

.tent-btn-primary:hover {
    background: #e8952e !important;
    border-color: #e8952e !important;
    color: #111 !important;
}

.tent-btn-outline {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    padding: 14px 30px !important;
    border-radius: 10px !important;
    font-weight: 600;
}

.tent-btn-outline:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
}

/* Stats at far right end */
.tent-hero-slide__stats {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 14px;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-right: 8px;
}

.tent-stat-box {
    width: 190px;
    min-width: 190px;
    max-width: 190px;
    text-align: center;
    padding: 24px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.tent-stat-box h3 {
    font-size: 56px;
    line-height: 1;
    margin-bottom: 8px;
    color: #f6a23b;
    font-weight: 700;
}

.tent-stat-box p {
    margin: 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.2;
}

/* slightly lower alignment for last section look */
.tent-hero-slide__stats .tent-stat-box {
    transform: translateY(40px);
}

/* Desktop medium */
@media (max-width: 1399px) {
    .tent-hero-slide,
    .tent-hero-slide__bg img {
        min-height: 660px;
    }

    .tent-hero-slide__title {
        font-size: 72px;
    }

    .tent-stat-box {
        width: 170px;
        min-width: 170px;
        max-width: 170px;
    }

    .tent-stat-box h3 {
        font-size: 48px;
    }
}

/* Laptop */
@media (max-width: 1199px) {
    .tent-hero-slide,
    .tent-hero-slide__bg img {
        min-height: 600px;
    }

    .tent-hero-slide__content {
        padding: 44px 34px;
    }

    .tent-hero-slide__title {
        font-size: 60px;
    }

    .tent-hero-slide__description {
        font-size: 16px;
        max-width: 520px;
    }

    .tent-stat-box {
        width: 150px;
        min-width: 150px;
        max-width: 150px;
        padding: 18px 12px;
    }

    .tent-stat-box h3 {
        font-size: 40px;
    }

    .tent-stat-box p {
        font-size: 15px;
    }

    .tent-hero-slide__stats .tent-stat-box {
        transform: translateY(18px);
    }
}

/* Tablet */
@media (max-width: 991px) {
    .tent-hero-slide,
    .tent-hero-slide__bg img {
        min-height: 780px;
    }

    .tent-hero-slide__content {
        padding: 34px 24px;
        align-items: flex-start;
    }

    .tent-hero-slide__text {
        max-width: 100%;
    }

    .tent-hero-slide__title {
        font-size: 52px;
    }

    .tent-hero-slide__description {
        max-width: 100%;
        font-size: 16px;
    }

    .tent-hero-slide__stats {
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 26px;
        padding-right: 0;
    }

    .tent-hero-slide__stats .tent-stat-box {
        transform: none;
    }

    .tent-stat-box {
        width: 160px;
        min-width: 160px;
        max-width: 160px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .tent-hero-slide,
    .tent-hero-slide__bg img {
        min-height: 760px;
    }

    .tent-hero-slide__content {
        padding: 28px 18px;
        align-items: flex-start;
    }

    .tent-hero-slide__title {
        font-size: 40px;
        line-height: 1.02;
        margin-bottom: 18px;
    }

    .tent-hero-slide__description {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 22px;
    }

    .tent-hero-slide__buttons {
        gap: 12px;
    }

    .tent-btn-primary,
    .tent-btn-outline {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .tent-hero-slide__stats {
        margin-top: 24px;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px;
    }

    .tent-stat-box {
        width: calc(50% - 5px);
        min-width: calc(50% - 5px);
        max-width: calc(50% - 5px);
        padding: 16px 10px;
    }

    .tent-stat-box:last-child {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .tent-stat-box h3 {
        font-size: 34px;
    }

    .tent-stat-box p {
        font-size: 14px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .tent-hero-slide,
    .tent-hero-slide__bg img {
        min-height: 700px;
    }

    .tent-hero-slide__title {
        font-size: 34px;
    }

    .tent-stat-box h3 {
        font-size: 30px;
    }
}

.tent-hero-slide__bg img {
    width: 100%;
    min-height: 720px;
    object-fit: cover;
    object-position: right center;
    display: block;
}
/* ======= end Slider Hero Banner ======= */

/* Footer background black */
.footer-widgets {
    background-color: #0A4D82 !important;
}
.footer-widgets a {
    color: #bfbfbf !important;
}

.footer-widgets a:hover {
    color: #fab528 !important;
}
/*-----------add css for footer widgets columns (7)-------------*/
/* Default (Desktop) - 7 Columns */
.footer-widgets .row {
  color: #fff !important;
    display: flex;
    flex-wrap: wrap;
}

.footer-widgets .row > div {
  color: #fff !important;
    width: 14.28% !important;
    max-width: 14.28% !important;
    flex: 0 0 14.28% !important;
}

/* Tablet (≤ 992px) - 3 Columns */
@media (max-width: 992px) {
    .footer-widgets .row > div {
        width: 33.33% !important;
        max-width: 33.33% !important;
        flex: 0 0 33.33% !important;
    }
}

/* Mobile (≤ 576px) - 2 Columns */
@media (max-width: 576px) {
    .footer-widgets .row > div {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }
}

/* Mobile (≤ 480px) - 1 Columns */
@media (max-width: 480px) {
    .footer-widgets .row > div {
        width: 100% !important;
        flex: 0 0 100% !important;
    }
}


/*====== Mobile Footer Icons Css ====*/

/* Mobile bottom nav icons */
.footer-mobile .menu--footer li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-mobile .mobile-nav-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 22px;
    margin-bottom: 6px;
}

.footer-mobile .mobile-nav-icon svg {
    width: 25px;
    height: 25px;
    display: inline-block;
    color: #0A4D82 !important;
    fill: #0A4D82 !important;
}

.footer-mobile .mobile-nav-icon--cart .cart-counter {
    position: absolute;
    top: -5px;
    right: 0px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 3px;
    background: #f4ac34;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    font-weight: 700;
}

.footer-mobile .menu--footer li a span:last-child {
    font-size: 11px;
    color: #111;
}

.footer-mobile .menu--footer li a,
.footer-mobile .menu--footer li a span {
    overflow: visible !important;
    text-overflow: unset !important;
    white-space: normal !important;
}