:root {
    --primary-blue: #006CB5;
    --dark-blue: #004976;
    --white: #ffffff;
}
*{
    margin: 0;
    padding: 0;

}
body {
    /* font-family: "Poppins", serif; */
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    font-weight: normal;
    background-color: #F9FAFB;
}
.mr-16{
    margin-right: 16px;
}
.section-bottom{
    margin-bottom: 64px;
}
#top-header{
    line-height: 45px;
    font-size: 14px;
    background-color: #0875c1;
    color: #fff;
}
.top-header-box1{
    position: relative;
}
.top-header-box1 .phone-number {
    margin-right: 34px;
}
.top-header-box1 .phone-number i {
    margin-right: 6px;
}
.top-header-box1 .email i {
    margin-right: 6px;
}
.top-header-box1 .border-right-bar::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 45px;
    background-color: darkgray;
    margin-left: 16px;    
}
.top-header-box2 .border-right-bar::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 45px;
    background-color: darkgray;
    margin-left: 16px;
}
.top-header-box2 .outerlink {
    margin-left: 34px;
}
.hr-line{
    background-color: black;
}
#main-header{
    min-height: 100px;
    display: flex;
    align-items: center;
}
.cart-header-img1{
    font-size: 32px;
}
.category-button-height .input-group{
    height: 50px;
    width: 85%;
    position: relative;
}
#main-header .container{
    height: 100%;
}
.header-logo {
    width: 220px;
    height: 64px;
}
.header-logo img {
    width: 100%;
    height: 100%;
}
.business-name {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin-left: 16px;
    font-size: 18px;
    font-weight: 600;
    color: #443297;
}
.search-box-header{
    position: relative;

}

.search-img{
    position: absolute;
    right: 24px;
    bottom: 0;
    top: 15px;

}
#navbar-menus {
    background-color: #064e80;
}
.navbar-nav .nav-item .nav-link.active{
    color: #ffe057;
}
.navbar-nav .nav-item .nav-link{
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;

}
.navbar-nav .nav-item{
    padding: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
#navbar-menus .m-menu {
    color: #fff;
    background-color: #fff;
}
.swiper {
    width: 100%;
    height: 600px;
}
.swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}
.product-main-heading{
    text-align: center;
    margin-bottom: 16px;
    color: darkcyan;
}
.product-underline{
    width: 80px;
    height: 4px;
    margin: 10px auto 0;
    background-color: aqua;
}
.products-category{
    font-size: 24px;
    color: blueviolet;
    text-decoration: none;
}
.products-display{
    display: none;
}
#latest-section .card{
    border: none;
    position: relative;
    width: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#latest-section .card-body .card-title {
    text-decoration: none;
    color: dodgerblue;
    text-align: center;
}
#latest-section .card-body {
    text-align: center;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 0px 6px #979797;
    width: 100%;
}
#latest-section .card-body .card-text{
    color: brown;
}
.new{
    background-color: indianred;
    color: antiquewhite;
    width: 62px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.percent{
    background-color:cadetblue;
    color: antiquewhite;
    width: 62px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 0px;
}
.product-cart-icon{
    font-size: 26px;
    color: white;
    margin-right: 5px;
}
.product-hover-section{
    display: none;
}
.product-hover-section a{
    color: beige;
    font-size: 20px;
    text-decoration: none;
}
.product-hover-icons a{
    
    font-size: 20px;
    margin-right: 16px;
   
}
.product-hover-icons a i{
    color:#fff;
}
#latest-section.card:hover .product-hover-section{
    position: absolute;
    bottom: 0;
    display: block;

}
#deals{
    min-height: 700px;
    margin-top: 40px;
}
.deals-box1-bg-color{
    background-color: darkgoldenrod;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 540px;
}
.deals-box1-main-title{
    font-size: 80px;
    color: darkmagenta;
    margin-top: 22px;
    text-align: center;
}
.deals-box1-img {
    width: 100%;
    height: 100%;
}
.deals-box1-img img {
    width: 100%;
    height: 100%;
}
.deal-box1-heading{
    font-size: 32px;
    color: #fff;
    text-align: center;
}
.deal-box1-style{
    font-size: 26px;
    color: aliceblue;
    text-align: center;
}
.deal-box1-cost{
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.deals-box1-images{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.deals-box1-images img{
    width: 150px;
    height: 122px;
    margin-right: 16px;
    margin-top: 32px;
    margin-bottom: 32px;
    background-color: #fff;
    padding: 16px;
}
.deals-box2-bg-img{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    height: 540px;
}
.deal-box2-time-count{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.deal-count-box{
    width: 120px;
    height: 100px;
    font-size: 24px;
    color: darkslateblue;
    background-color: cornsilk;
    display: flex;
    align-items: center;
    flex-direction:column;
    justify-content: center;
    margin-right: 16px;
}
.deal-box2-btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.deal-box2-btn button{
    background-color: #891114;
    border-radius: 5%;
    min-width: 107px;
    height: 43px;
    color: #fff;
    text-transform: uppercase;
}
.deal-box2-btn button:hover {
    background-color: #c36b6e;
}
#quality {
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* background-color: #ffdddd; */
    color: #000;
}
#quality .service-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#quality .service-item img {
    width: 80px;
    height: 80px;
    margin-bottom: 8px;
}
.news-file-img{
    position: absolute;
    font-size: 26px;
    width: 62px;
    height: 61px;
    background-color: firebrick;
    color: aliceblue;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.news-data{
    position: absolute;
    bottom: 16px;
    left: 39px;
}
.news-heading{
    color: crimson;
    font-size: 26px;
    text-decoration: none;
    margin-bottom: 16px;
}
.news-date{
    color: darkblue;
}
/* #subscribe{
    background-image: url("../images/subscribe-bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 600px;
    z-index: 1;
} */
#subscribe {
    position: relative;
    background-image: url(../images/subscribe-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover; /* Better than 'contain' for full coverage */
    width: 100%;
    height: 600px;
    z-index: 1;
    overflow: hidden;
}

#subscribe::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(21 21 21 / 77%); /* or rgba(0, 0, 0, 0.4) for darker overlay */
    z-index: 2;
}

/* Ensure content appears above the overlay */
#subscribe .container-fluid {
    position: relative;
    z-index: 3;
}
.subscribe-heading{
    color: #e67e22;
    font-size: 52px;
    font-weight: 400;
    text-transform: uppercase;
}
.subscribe-discount-sale{
    color: floralwhite;
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: 20px;
}
.subscribe-content{
    font-size: 35px;
    color: darkmagenta;
}
#subscribe .input-group{
    width: 420px;
}
#subscribe .subscribe-input {
    height: 48px;
}
.review-box{
    position: relative;
    height: 250px;

}
.review-person-img{
    width: 125px;
    height: 110px;
    position: absolute;
    right: -59px;
    top: 65px;
    border-radius: 50%;

}
#footer{
    background-color: #ffffff;
    color: #000;
    height: 525px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.links-footer a{
    text-decoration: none;
    margin-bottom: 8px;
}
.footer-hr{
    width: 100%;
    height: 2px;
    color: #000;
}
.pre-footer-links a{
    text-decoration: none;
    color: #000;
    margin-right: 16px;

}
.emi-image {
    width: 140px;
    height: 170px;
}
.emi-image img {
    width: 100%;
    height: 100%;
}
.bank-images {
    width: 250px;
    height: 80px;
    margin-left: 30px;
}
.best-seller-short-img {
    position: relative;
}
.best-seller-short-img img {
    width: 100%;
    height: 100%;
}
.best-seller-short-img .seller-info-text,
.best-seller-short-img .seller-info-action {
    position: absolute;
    top: 15px;
    right: 20px;
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 500;
}
.best-seller-short-img .seller-info-action {
    top: 48px;
    font-size: 18px;
}
.best-seller-short-img .seller-info-action a {
    font-size: 16px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #00f;
}
#bestsellers {
    margin-top: 80px;
}
.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-logo .social-icons {
    position: relative;
    left: 16px;
}
#topCategories .category-image {
    width: 250px;
    height: 280px;
    position: relative;
    margin-top: 36px;
}
#topCategories .category-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
#topCategories .category-image .category-text {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
#topCategories .category-image:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    display: block;
    position: absolute;
    opacity: 0.3;
    border-radius: 11px;
}
#latest-section .product-info {
    text-decoration: none;
}
#latest-section .product-info .product-img {
    width: 100%;
    height: 300px;
}
#latest-section .product-info .product-img img {
    width: 100%;
    height: 100%;
}
#latest-section .product-info .product-name {
    font-size: 20px;
    text-align: left;
    margin-left: 16px;
    margin-top: 8px;
    color: #000;
}
#latest-section .product-info .product-cost {
    color: #000;
    font-size: 18px;
    text-align: left;
    margin-left: 16px;
    margin-top: 8px;
    margin-right: 16px;
}
#latest-section .product-info .view-details {
    color: #fff;
    background-color: #ff9a51;
    padding: 8px 16px;
}
#emiDetails {
    background-color: #ffffff;
    min-height: 520px;
    display: flex;
    align-items: center;
}
.emi-container {
    /* background-color: #fff; */
    border-radius: 10px;
    /* box-shadow: 0 4px 12px rgba(0,0,0,0.1); */
    padding: 0;
    overflow: hidden;
    margin-top: 30px;
}
.emi-info {
    padding: 25px;
}
.emi-plans {
    background-color: #fff5ce;
    padding: 25px;
    height: 100%;
}
.check-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.check-icon {
    color: #ff8c00;
    margin-right: 10px;
    font-size: 1.2rem;
}
.bank-icon {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
}
.bank-icon svg {
    width: 32px;
    height: 32px;
}
.emi-option {
    background-color: white;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.credit-card-icon {
    color: #ff8c00;
    font-size: 2rem;
    margin-bottom: 20px;
}
.disclaimer {
    font-size: 0.8rem;
    color: #777;
    margin-top: 10px;
}
#emiDetails h2 {
    font-weight: bold;
    margin-bottom: 20px;
}
.monthly-rate {
    color: #ff8c00;
    font-weight: bold;
}
#quality .info-bar {
    background-color: #f9f9f9;
    padding: 30px 0;
}
#quality .info-item {
    text-align: center;
    padding: 10px;
}
#quality .icon {
    color: #e67e22;
    font-size: 2rem;
    margin-bottom: 15px;
    position: static;
}
#quality .info-title {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
}
#quality .info-subtitle {
    color: #666;
    font-size: 14px;
}
#quality .truck-icon {
    transform: scaleX(-1);
}
#topCategories {
    background-color: #fff;
    padding: 36px;
    min-height: 490px;
}
#seasonalOffers {
    background-color: #fff;
    min-height: 400px;
    display: flex;
    align-items: center;
}
#seasonalOffers .section-title {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 28px;
}
#seasonalOffers .offer-card {
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    color: white;
    position: relative;
    overflow: hidden;
}
#seasonalOffers .blue-card {
    background-color: #3366ff;
}
#seasonalOffers .dark-card {
    background-color: #1a2033;
}
#seasonalOffers .discount-text {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}
#seasonalOffers .discount-label {
    font-size: 1.5rem;
    margin-bottom: 15px;
}
#seasonalOffers .offer-description {
    margin-bottom: 10px;
    font-size: 1.1rem;
}
#seasonalOffers .offer-code {
    font-size: 0.9rem;
    margin-bottom: 20px;
    opacity: 0.9;
}
#seasonalOffers .btn-claim {
    background-color: white;
    color: #333;
    border: none;
    border-radius: 25px;
    padding: 8px 20px;
    font-weight: bold;
    font-size: 0.9rem;
}
#seasonalOffers .icon {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0.5;
}


#products .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
#products .section-title {
    font-weight: bold;
    font-size: 24px;
    margin: 0;
}
#products .view-all {
    color: #f0ad4e;
    text-decoration: none;
    font-weight: 500;
}
#products .view-all:hover {
    text-decoration: underline;
}
#products .product-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    position: relative;
    height: 100%;
}
#products .product-image-container {
    position: relative;
    overflow: hidden;
}
#products .product-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
#products .product-card:hover .product-image {
    transform: scale(1.05);
}
#products .wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    cursor: pointer;
}
#products .product-info {
    padding: 15px;
}
#products .product-title {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 16px;
}
#products .product-rating {
    margin-bottom: 10px;
}
#products .star {
    color: #f0ad4e;
    font-size: 14px;
}
#products .star-gray {
    color: #ddd;
}
#products .rating-number {
    color: #666;
    font-size: 14px;
    margin-left: 5px;
}
#products .product-price {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    display: inline-block;
}
#products .btn-add-cart {
    background-color: #f0ad4e;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    float: right;
}
#products .btn-add-cart:hover {
    background-color: #ec971f;
}

.footer {
    background-color: #0a3b5c;
    color: white;
    padding: 40px 0;
}

.footer-logo {
    max-width: 240px;
    margin-bottom: 15px;
}

.footer-description {
    font-size: 14px;
    color: #b9c8d3;
    margin-top: 20px;
    line-height: 1.5;
}

.footer-links {
    display: flex;
    gap: 15px;
    margin-top: 10px;
    flex-direction: column;
}

.footer-links a {
    color: #b9c8d3;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: white;
}

.footer-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 5px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.social-icons a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.contact-info {
    font-size: 14px;
    color: #b9c8d3;
    margin-bottom: 12px;
}

.contact-info a {
    color: #b9c8d3;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-info a:hover {
    color: white;
}

.payment-methods img {
    height: 30px;
    margin-right: 10px;
    margin-top: 5px;
}

/* Product Listing Styles */
#productList .filter-sidebar {
    border-right: 1px solid #dee2e6;
    padding-right: 15px;
}

#productList .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 20px;
}

#productList .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

#productList .list-view .card {
    flex-direction: row;
}

#productList .list-view .card img {
    width: 300px;
    object-fit: cover;
}

#productList .list-view .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#productList .view-toggle .btn {
    border-color: var(--primary-blue);
    color: var(--primary-blue);
}

#productList .view-toggle .active {
    background-color: var(--primary-blue);
    color: var(--white);
}

#productList .price-slider .form-range::-webkit-slider-thumb {
    background: var(--primary-blue);
}

#productList .category-filter .form-check-input:checked {
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
}
#productList .card-img-top {
    height: 200px;
}
/* Product Detail Styles */
.product-images .thumbnail {
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.product-images .thumbnail:hover,
.product-images .thumbnail.active {
    opacity: 1;
    border: 2px solid var(--primary-blue);
}

.main-image {
    height: 400px;
    object-fit: contain;
}

.product-info .btn-wishlist {
    color: #dc3545;
    border-color: #dc3545;
}

.product-info .btn-wishlist:hover {
    background-color: #dc3545;
    color: white;
}

.delivery-info {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 15px;
}

.tab-content {
    padding: 20px;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 5px 5px;
}

.features-list li {
    margin-bottom: 10px;
}

.review {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.review:last-child {
    border-bottom: none;
}

.color-option {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
    cursor: pointer;
    border: 2px solid transparent;
}

.color-option.active {
    border-color: var(--primary-blue);
}

.quantity-selector .btn {
    padding: 0.375rem 0.75rem;
}

.related-product {
    transition: transform 0.3s ease;
}

.related-product:hover {
    transform: translateY(-10px);
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .info-item {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .offer-card {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    .product-card {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .footer-column {
        margin-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .list-view .card {
        flex-direction: column;
    }
    
    .list-view .card img {
        width: 100%;
    }
    
    .filter-sidebar {
        border-right: none;
        border-bottom: 1px solid #dee2e6;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}
@media (max-width: 768px) {
    .main-image {
        height: 300px;
    }
}