
:root {
    --bs-primary: #e20d0d;      /* electric purple */
    --bs-secondary: #efe830;    /* pink-magenta */
    --bs-light: #F9FAFB;        /* soft light background */
    --bs-dark: #111827;         /* deep charcoal for navbar/text */
    --bs-white: #FFFFFF;        /* white for text on buttons */
    --bs-body: #1F2937;         /* body text color */
}

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-primary:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white);
}

.btn.btn-secondary {
    background: var(--bs-secondary) !important;
    color: var(--bs-red);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border: 1px solid var(--bs-secondary);
    transition: 0.5s;
}

.btn.btn-secondary:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-secondary) !important;
}

/*** Topbar Start ***/
.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.nav-bar .categories-bars .categories-bars-item {
    padding: 5px 15px;
    border-bottom: 1px solid rgba(256, 256, 256, 0.1);
    display: flex;
    justify-content: space-between;
    transition: 0.5s;
}

.nav-bar .categories-bars .categories-bars-item a,
.nav-bar .categories-bars .categories-bars-item span {
    color: var(--bs-dark);
    transition: 0.5s;
}

.nav-bar .categories-bars .categories-bars-item:hover {
    background: var(--bs-primary);
}

.nav-bar .categories-bars .categories-bars-item:hover a,
.nav-bar .categories-bars .categories-bars-item:hover span {
    color: var(--bs-white);
}

.nav-bar .navbar.navbar-light {
    padding: 0 !important;
    background-color: var(--bs-primary); /* navbar background */
}

.nav-bar .navbar .navbar-nav .nav-link {
    padding: 18px 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: var(--bs-white);  /* link color */
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-secondary); /* hover color */
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
        background: var(--bs-light); /* dropdown background */
    }
}

@media (max-width: 992px) {
    .nav-bar .navbar .navbar-nav .nav-link {
        padding: 8px 0px;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

.navbar .navbar-toggler {
    padding: 5px 15px;
    background-color: var(--bs-secondary); /* toggler button color */
    color: var(--bs-white);
}

#allCat {
    position: absolute; 
    left: 0; 
    right: 0; 
    top: 51px; 
    z-index: 999; 
    background: var(--bs-light);
}

.nav-bar .navbar-toggler {
    border-radius: 5px !important; 
    box-shadow: none !important;
}

/*** Service Cards Start ***/
.service-section {
    background: var(--bs-light);
}

.service-card {
    background: var(--bs-white);
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    border: 1px solid rgba(226, 13, 13, 0.08);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--bs-primary), var(--bs-secondary));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(226, 13, 13, 0.15);
    border-color: transparent;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(226, 13, 13, 0.1), rgba(226, 13, 13, 0.05));
    border-radius: 50%;
    transition: all 0.4s ease;
}

.service-icon i {
    font-size: 32px;
    color: var(--bs-primary);
    transition: all 0.4s ease;
}

.service-card:hover .service-icon {
    background: var(--bs-primary);
    transform: scale(1.1) rotate(5deg);
}

.service-card:hover .service-icon i {
    color: var(--bs-white);
}

.service-content {
    padding-top: 8px;
}

.service-title {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-dark);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-text {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    line-height: 1.6;
}
/*** Service Cards End ***/

/*** Offer Cards Start ***/
.offer-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 280px;
    transition: all 0.5s ease;
}

.offer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.offer-card-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.offer-card-1 .offer-card-bg {
    background: linear-gradient(135deg, #e20d0d 0%, #ff6b6b 100%);
}

.offer-card-2 .offer-card-bg {
    background: linear-gradient(135deg, #efe830 0%, #ffeb3b 100%);
}

.offer-card .row {
    position: relative;
    z-index: 1;
}

.offer-content {
    padding: 40px 30px;
    color: var(--bs-white);
}

.offer-card-2 .offer-content {
    color: var(--bs-dark);
}

.offer-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    opacity: 0.9;
    font-weight: 500;
}

.offer-title {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.offer-discount {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
}

.discount-value {
    font-size: 56px;
    font-weight: 800;
    line-height: 1;
}

.discount-label {
    font-size: 24px;
    font-weight: 600;
    margin-left: 8px;
    text-transform: uppercase;
}

.offer-btn {
    padding: 12px 32px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.offer-card-1 .offer-btn {
    background: var(--bs-white);
    color: var(--bs-primary);
    border: 2px solid var(--bs-white);
}

.offer-card-1 .offer-btn:hover {
    background: transparent;
    color: var(--bs-white);
}

.offer-card-2 .offer-btn {
    background: var(--bs-primary);
    color: var(--bs-white);
    border: 2px solid var(--bs-primary);
}

.offer-card-2 .offer-btn:hover {
    background: transparent;
    color: var(--bs-dark);
    border-color: var(--bs-dark);
}

.offer-img-wrapper {
    position: relative;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.offer-img-wrapper img {
    max-width: 100%;
    max-height: 220px;
    object-fit: contain;
    transition: transform 0.5s ease;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}

.offer-card:hover .offer-img-wrapper img {
    transform: scale(1.15) rotate(5deg);
}

@media (max-width: 991px) {
    .offer-card {
        min-height: 240px;
    }
    
    .offer-content {
        padding: 30px 20px;
    }
    
    .offer-title {
        font-size: 24px;
    }
    
    .discount-value {
        font-size: 42px;
    }
    
    .offer-img-wrapper {
        height: 200px;
    }
    
    .offer-img-wrapper img {
        max-height: 160px;
    }
}

@media (max-width: 576px) {
    .offer-card {
        min-height: auto;
    }
    
    .offer-content {
        padding: 30px 20px 20px;
        text-align: center;
    }
    
    .offer-discount {
        justify-content: center;
    }
    
    .offer-btn {
        display: inline-block;
    }
    
    .offer-img-wrapper {
        height: 150px;
        padding: 10px;
    }
    
    .offer-img-wrapper img {
        max-height: 120px;
    }
}
/*** Offer Cards End ***/

/*** Product Section Start ***/
.product-section {
    background: var(--bs-light);
}

.section-header {
    position: relative;
    margin-bottom: 40px;
}

.section-subtitle {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--bs-primary);
    font-weight: 600;
    margin-bottom: 10px;
}

.section-title {
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--bs-dark);
    margin-bottom: 15px;
}

.section-line {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--bs-primary), var(--bs-secondary));
    margin: 0 auto;
    border-radius: 2px;
}

.product-nav-pills {
    display: flex;
    gap: 10px;
    background: var(--bs-white);
    padding: 8px;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.product-nav-pills .nav-link {
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--bs-dark);
    transition: all 0.3s ease;
    border: none;
}

.product-nav-pills .nav-link:hover {
    color: var(--bs-primary);
}

.product-nav-pills .nav-link.active {
    background: var(--bs-primary);
    color: var(--bs-white);
    box-shadow: 0 4px 15px rgba(226, 13, 13, 0.3);
}

.product-card {
    background: var(--bs-white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(226, 13, 13, 0.15);
}

.product-image-wrapper {
    position: relative;
    padding: 30px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    overflow: hidden;
}

.product-image-wrapper img {
    max-width: 100%;
    max-height: 160px;
    object-fit: contain;
    transition: all 0.5s ease;
}

.product-card:hover .product-image-wrapper img {
    transform: scale(1.1);
}

.badge {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 20px;
    z-index: 2;
}

.badge-new {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.badge-sale {
    background: var(--bs-secondary);
    color: var(--bs-dark);
}

.product-actions {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 10px;
    opacity: 0;
    transition: all 0.4s ease;
}

.product-card:hover .product-actions {
    opacity: 1;
}

.action-btn {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-white);
    border-radius: 50%;
    color: var(--bs-dark);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    transform: translateY(20px);
}

.product-card:hover .action-btn {
    transform: translateY(0);
}

.product-card:hover .action-btn:nth-child(1) { transition-delay: 0.1s; }
.product-card:hover .action-btn:nth-child(2) { transition-delay: 0.2s; }
.product-card:hover .action-btn:nth-child(3) { transition-delay: 0.3s; }

.action-btn:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.product-info {
    padding: 24px;
    text-align: center;
}

.product-category {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #6b7280;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.product-title {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-dark);
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.product-card:hover .product-title {
    color: var(--bs-primary);
}

.product-rating {
    margin-bottom: 12px;
}

.product-rating i {
    font-size: 12px;
    color: #ffc107;
}

.product-price {
    margin-bottom: 16px;
}

.price-old {
    font-size: 14px;
    color: #9ca3af;
    text-decoration: line-through;
    margin-right: 8px;
}

.price-new {
    font-size: 20px;
    font-weight: 700;
    color: var(--bs-primary);
}

.btn-add-cart {
    display: inline-block;
    padding: 12px 28px;
    background: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 2px solid var(--bs-primary);
}

.btn-add-cart:hover {
    background: transparent;
    color: var(--bs-primary);
}

@media (max-width: 991px) {
    .section-title {
        font-size: 32px;
    }
    
    .product-nav-pills {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .product-nav-pills .nav-link {
        padding: 10px 20px;
        font-size: 12px;
    }
    
    .product-image-wrapper {
        min-height: 180px;
        padding: 20px;
    }
    
    .product-image-wrapper img {
        max-height: 120px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 28px;
    }
    
    .product-nav-pills {
        gap: 5px;
        padding: 6px;
    }
    
    .product-nav-pills .nav-link {
        padding: 8px 14px;
        font-size: 11px;
    }
    
    .product-info {
        padding: 16px;
    }
    
    .product-title {
        font-size: 16px;
    }
    
    .price-new {
        font-size: 18px;
    }
    
    .btn-add-cart {
        padding: 10px 20px;
        font-size: 12px;
    }
}
/*** Product Section End ***/

/*** Hero Carousel Start ***/
.carousel-section {
    background: #f8f9fa;
    overflow: hidden;
}

.carousel-section .row {
    min-height: 450px;
}

.carousel-section .col-lg-8 {
    position: relative;
    z-index: 1;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.carousel-section .col-lg-4 {
    position: relative;
    z-index: 2;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.carousel-item {
    padding: 40px 0;
}

.carousel-content-wrap {
    padding: 40px 60px;
    display: flex;
    align-items: center;
}

.carousel-content {
    max-width: 500px;
}

.carousel-badge {
    display: inline-block;
    padding: 6px 16px;
    background: var(--bs-primary);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--bs-white);
    margin-bottom: 15px;
}

.carousel-subtitle {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--bs-primary);
    margin-bottom: 10px;
}

.carousel-title {
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--bs-dark);
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.carousel-text {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 25px;
}

.carousel-btn {
    padding: 14px 35px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border: none;
    transition: all 0.3s ease;
}

.carousel-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(226, 13, 13, 0.3);
}

.carousel-img-wrap {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-img {
    text-align: center;
    position: relative;
}

.carousel-img img {
    max-width: 100%;
    max-height: 350px;
    object-fit: contain;
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.carousel-banner {
    position: relative;
    height: 100%;
    min-height: 450px;
    overflow: hidden;
}

.carousel-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(226, 13, 13, 0.8), transparent);
    display: flex;
    align-items: flex-end;
    padding: 30px;
}

.banner-content {
    color: var(--bs-white);
}

.banner-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.9;
    display: block;
    margin-bottom: 5px;
}

.banner-title {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.banner-btn {
    display: inline-block;
    padding: 10px 25px;
    background: var(--bs-white);
    color: var(--bs-primary);
    border-radius: 25px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.banner-btn:hover {
    background: var(--bs-secondary);
    color: var(--bs-dark);
}

@media (max-width: 991px) {
    .carousel-content-wrap {
        padding: 30px 20px;
        text-align: center;
        justify-content: center;
    }
    
    .carousel-title {
        font-size: 32px;
    }
    
    .carousel-img-wrap {
        padding: 10px;
    }
    
    .carousel-img img {
        max-height: 250px;
    }
    
    .carousel-item {
        padding: 20px 0;
    }
    
    .carousel-banner {
        min-height: 250px;
    }
}

@media (max-width: 576px) {
    .carousel-title {
        font-size: 24px;
    }
    
    .carousel-subtitle {
        font-size: 14px;
        letter-spacing: 2px;
    }
    
    .carousel-badge {
        font-size: 10px;
        padding: 4px 12px;
    }
    
    .carousel-btn {
        padding: 12px 25px;
        font-size: 12px;
    }
    
    .carousel-img img {
        max-height: 180px;
    }
}
/*** Hero Carousel End ***/

/*** Product Banner Start ***/
.product-banner-section {
    background: var(--bs-light);
}

.product-banner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 280px;
    transition: all 0.4s ease;
}

.product-banner:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.banner-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.product-banner-1 .banner-bg {
    background: linear-gradient(135deg, #e20d0d 0%, #ff6b6b 100%);
}

.product-banner-2 .banner-bg {
    background: linear-gradient(135deg, #efe830 0%, #ffeb3b 100%);
}

.product-banner .row {
    position: relative;
    z-index: 1;
}

.banner-content {
    padding: 40px 30px;
}

.product-banner-1 .banner-content {
    color: var(--bs-white);
}

.product-banner-2 .banner-content {
    color: var(--bs-dark);
}

.banner-tag {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    backdrop-filter: blur(5px);
}

.product-banner-2 .banner-tag {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.banner-title {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.banner-subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.banner-price {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.banner-btn {
    display: inline-block;
    padding: 12px 30px;
    background: var(--bs-white);
    color: var(--bs-primary);
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.product-banner-2 .banner-btn {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.banner-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.product-banner-2 .banner-btn:hover {
    background: var(--bs-dark);
}

.banner-image {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-image img {
    max-width: 100%;
    max-height: 220px;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.product-banner:hover .banner-image img {
    transform: scale(1.1) rotate(5deg);
}

@media (max-width: 991px) {
    .banner-content {
        padding: 30px 20px;
    }
    
    .banner-title {
        font-size: 28px;
    }
    
    .banner-price {
        font-size: 22px;
    }
    
    .banner-image {
        padding: 15px;
    }
    
    .banner-image img {
        max-height: 160px;
    }
}

@media (max-width: 576px) {
    .product-banner {
        min-height: auto;
    }
    
    .banner-content {
        padding: 25px 20px;
        text-align: center;
    }
    
    .banner-title {
        font-size: 24px;
    }
    
    .banner-price {
        font-size: 20px;
    }
    
    .banner-btn {
        padding: 10px 24px;
        font-size: 12px;
    }
    
    .banner-image {
        padding: 10px;
    }
    
    .banner-image img {
        max-height: 120px;
    }
}
/*** Product Banner End ***/

/*** Product List Start ***/
.product-list-section {
    background: var(--bs-light);
}

.product-list-section .section-header {
    position: relative;
    margin-bottom: 40px;
}

.product-list-section .section-subtitle {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--bs-primary);
    font-weight: 600;
    margin-bottom: 10px;
}

.product-list-section .section-title {
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--bs-dark);
    margin-bottom: 15px;
}

.product-list-section .section-line {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--bs-primary), var(--bs-secondary));
    margin: 0 auto;
    border-radius: 2px;
}

.product-list-carousel .product-list-item {
    padding: 10px;
}

.product-list-card {
    background: var(--bs-white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
}

.product-list-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(226, 13, 13, 0.15);
}

.product-list-image {
    position: relative;
    padding: 30px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.product-list-image img {
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
    transition: all 0.5s ease;
}

.product-list-card:hover .product-list-image img {
    transform: scale(1.1);
}

.product-list-image .badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 15px;
    z-index: 2;
}

.product-list-actions {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 8px;
    opacity: 0;
    transition: all 0.4s ease;
}

.product-list-card:hover .product-list-actions {
    opacity: 1;
}

.product-list-actions .action-btn {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-white);
    border-radius: 50%;
    color: var(--bs-dark);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    transform: translateY(15px);
}

.product-list-card:hover .product-list-actions .action-btn {
    transform: translateY(0);
}

.product-list-card:hover .product-list-actions .action-btn:nth-child(1) { transition-delay: 0.1s; }
.product-list-card:hover .product-list-actions .action-btn:nth-child(2) { transition-delay: 0.15s; }
.product-list-card:hover .product-list-actions .action-btn:nth-child(3) { transition-delay: 0.2s; }

.product-list-actions .action-btn:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.product-list-content {
    padding: 20px;
    text-align: center;
}

.product-list-content .product-category {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #6b7280;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.product-list-content .product-name {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--bs-dark);
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.product-list-card:hover .product-name {
    color: var(--bs-primary);
}

.product-list-content .product-rating {
    margin-bottom: 8px;
}

.product-list-content .product-rating i {
    font-size: 11px;
    color: #ffc107;
}

.product-list-content .product-price {
    margin-bottom: 12px;
}

.product-list-content .price-old {
    font-size: 13px;
    color: #9ca3af;
    text-decoration: line-through;
    margin-right: 6px;
}

.product-list-content .price-new {
    font-size: 18px;
    font-weight: 700;
    color: var(--bs-primary);
}

.product-list-content .btn-add-cart {
    display: inline-block;
    padding: 10px 22px;
    background: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 25px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 2px solid var(--bs-primary);
}

.product-list-content .btn-add-cart:hover {
    background: transparent;
    color: var(--bs-primary);
}

/*** Product List End ***/

/*** Bestseller Products Start ***/
.bestseller-section {
    background: var(--bs-light);
}

.bestseller-section .section-header {
    position: relative;
    margin-bottom: 40px;
}

.bestseller-section .section-subtitle {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--bs-primary);
    font-weight: 600;
    margin-bottom: 10px;
}

.bestseller-section .section-title {
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--bs-dark);
    margin-bottom: 15px;
}

.bestseller-section .section-desc {
    font-size: 16px;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto 20px;
}

.bestseller-section .section-line {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--bs-primary), var(--bs-secondary));
    margin: 0 auto;
    border-radius: 2px;
}

.bestseller-card {
    background: var(--bs-white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    height: 100%;
}

.bestseller-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(226, 13, 13, 0.15);
}

.bestseller-image {
    position: relative;
    padding: 30px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
}

.bestseller-image img {
    max-width: 100%;
    max-height: 160px;
    object-fit: contain;
    transition: all 0.5s ease;
}

.bestseller-card:hover .bestseller-image img {
    transform: scale(1.1);
}

.bestseller-image .badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 15px;
    z-index: 2;
}

.bestseller-actions {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 8px;
    opacity: 0;
    transition: all 0.4s ease;
}

.bestseller-card:hover .bestseller-actions {
    opacity: 1;
}

.bestseller-actions .action-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-white);
    border-radius: 50%;
    color: var(--bs-dark);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    transform: translateY(15px);
}

.bestseller-card:hover .bestseller-actions .action-btn {
    transform: translateY(0);
}

.bestseller-card:hover .bestseller-actions .action-btn:nth-child(1) { transition-delay: 0.1s; }
.bestseller-card:hover .bestseller-actions .action-btn:nth-child(2) { transition-delay: 0.15s; }
.bestseller-card:hover .bestseller-actions .action-btn:nth-child(3) { transition-delay: 0.2s; }

.bestseller-actions .action-btn:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.bestseller-content {
    padding: 24px;
    text-align: center;
}

.bestseller-content .product-category {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #6b7280;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.bestseller-content .product-name {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-dark);
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.bestseller-card:hover .product-name {
    color: var(--bs-primary);
}

.bestseller-content .product-rating {
    margin-bottom: 10px;
}

.bestseller-content .product-rating i {
    font-size: 12px;
    color: #ffc107;
}

.bestseller-content .product-price {
    margin-bottom: 16px;
}

.bestseller-content .price-old {
    font-size: 14px;
    color: #9ca3af;
    text-decoration: line-through;
    margin-right: 8px;
}

.bestseller-content .price-new {
    font-size: 20px;
    font-weight: 700;
    color: var(--bs-primary);
}

.bestseller-content .btn-add-cart {
    display: inline-block;
    padding: 12px 28px;
    background: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 2px solid var(--bs-primary);
}

.bestseller-content .btn-add-cart:hover {
    background: transparent;
    color: var(--bs-primary);
}

@media (max-width: 991px) {
    .bestseller-section .section-title {
        font-size: 32px;
    }
    
    .bestseller-image {
        min-height: 180px;
        padding: 20px;
    }
    
    .bestseller-image img {
        max-height: 120px;
    }
    
    .bestseller-content {
        padding: 16px;
    }
    
    .bestseller-content .product-name {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .bestseller-section .section-title {
        font-size: 26px;
    }
    
    .bestseller-section .section-desc {
        font-size: 14px;
    }
    
    .bestseller-image {
        min-height: 150px;
        padding: 15px;
    }
    
    .bestseller-image img {
        max-height: 100px;
    }
    
    .bestseller-content .price-new {
        font-size: 18px;
    }
    
    .bestseller-content .btn-add-cart {
        padding: 10px 20px;
        font-size: 12px;
    }
}
/*** Bestseller Products End ***/

/*** Footer Start ***/
.footer-section {
    background: var(--bs-dark);
    position: relative;
}

.footer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--bs-primary), var(--bs-secondary));
}

.footer-about {
    margin-bottom: 30px;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 180px;
    height: auto;
}

.footer-desc {
    color: #9ca3af;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    color: var(--bs-white);
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
    transform: translateY(-3px);
}

.footer-links {
    margin-bottom: 30px;
}

.footer-title {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-white);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 12px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, var(--bs-primary), var(--bs-secondary));
    border-radius: 2px;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 12px;
}

.footer-list a {
    color: #9ca3af;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0;
}

.footer-list a::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-right: 8px;
    color: var(--bs-primary);
    opacity: 0;
    transition: all 0.3s ease;
}

.footer-list a:hover {
    color: var(--bs-primary);
    padding-left: 10px;
}

.footer-list a:hover::before {
    opacity: 1;
}

.footer-contact {
    margin-bottom: 30px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}

.contact-item i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(226, 13, 13, 0.1);
    border-radius: 50%;
    color: var(--bs-primary);
    font-size: 16px;
    flex-shrink: 0;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.contact-item:hover i {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.contact-item span {
    color: #9ca3af;
    font-size: 14px;
    line-height: 1.6;
}

/*** Footer End ***/

/*** Copyright Start ***/
.copyright-section {
    background: #0d0d0d;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.copyright-text {
    color: #6b7280;
    font-size: 14px;
}

.copyright-text a {
    color: var(--bs-white);
    font-weight: 600;
    transition: color 0.3s ease;
}

.copyright-text a:hover {
    color: var(--bs-primary);
}

.copyright-text i {
    color: #ef4444;
    margin: 0 4px;
}

/*** Copyright End ***/

/*** About Page Start ***/
.page-header {
    background: linear-gradient(135deg, var(--bs-primary), #ff6b6b);
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,%3Csvg width=\"60\" height=\"60\" viewBox=\"0 0 60 60\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cg fill=\"none\" fill-rule=\"evenodd\"%3E%3Cg fill=\"%23ffffff\" fill-opacity=\"0.05\"%3E%3Cpath d=\"M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z\"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
    opacity: 0.5;
}

.page-header .container {
    position: relative;
    z-index: 1;
}

.page-title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: var(--bs-white);
    margin-bottom: 20px;
    text-transform: capitalize;
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.breadcrumb-link {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    transition: color 0.3s ease;
}

.breadcrumb-link:hover {
    color: var(--bs-white);
}

.breadcrumb-separator {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.breadcrumb-current {
    color: var(--bs-white);
    font-size: 15px;
    font-weight: 500;
}

/*** About Section ***/
.about-section {
    background: var(--bs-light);
}

.about-content {
    padding: 20px 0;
}

.about-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--bs-primary);
    margin-bottom: 15px;
}

.about-title {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: var(--bs-dark);
    margin-bottom: 25px;
    line-height: 1.3;
}

.about-text {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature-card {
    background: var(--bs-white);
    border-radius: 16px;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(226, 13, 13, 0.1);
}

.feature-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(226, 13, 13, 0.1), rgba(226, 13, 13, 0.05));
    border-radius: 12px;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    background: var(--bs-primary);
}

.feature-icon i {
    font-size: 24px;
    color: var(--bs-primary);
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon i {
    color: var(--bs-white);
}

.feature-content h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-dark);
    margin-bottom: 10px;
}

.feature-content p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 991px) {
    .page-title {
        font-size: 36px;
    }
    
    .about-title {
        font-size: 28px;
    }
    
    .about-features {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .page-header {
        padding: 40px 0;
    }
    
    .page-title {
        font-size: 28px;
    }
    
    .about-title {
        font-size: 24px;
    }
    
    .feature-card {
        flex-direction: column;
        text-align: center;
    }
    
    .feature-icon {
        margin: 0 auto;
    }
}
/*** About Page End ***/

/*** Contact Page Start ***/
.contact-section {
    background: var(--bs-light);
}

.contact-section .section-header {
    position: relative;
    margin-bottom: 40px;
}

.contact-section .section-subtitle {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--bs-primary);
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-section .section-title {
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--bs-dark);
    margin-bottom: 15px;
}

.contact-section .section-desc {
    font-size: 16px;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto 20px;
}

.contact-section .section-line {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--bs-primary), var(--bs-secondary));
    margin: 0 auto;
    border-radius: 2px;
}

.contact-form {
    background: var(--bs-white);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.contact-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--bs-dark);
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 14px;
    color: var(--bs-dark);
    background: #f9fafb;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--bs-primary);
    background: var(--bs-white);
    box-shadow: 0 0 0 4px rgba(226, 13, 13, 0.1);
}

.form-group textarea {
    resize: none;
}

.btn-submit {
    padding: 15px 35px;
    background: var(--bs-primary);
    color: var(--bs-white);
    border: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-submit:hover {
    background: var(--bs-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(226, 13, 13, 0.3);
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-card {
    background: var(--bs-white);
    border-radius: 16px;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(226, 13, 13, 0.1);
}

.info-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(226, 13, 13, 0.1), rgba(226, 13, 13, 0.05));
    border-radius: 12px;
    transition: all 0.3s ease;
}

.info-card:hover .info-icon {
    background: var(--bs-primary);
}

.info-icon i {
    font-size: 24px;
    color: var(--bs-primary);
    transition: all 0.3s ease;
}

.info-card:hover .info-icon i {
    color: var(--bs-white);
}

.info-content h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-dark);
    margin-bottom: 8px;
}

.info-content p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 991px) {
    .contact-form {
        padding: 30px;
        margin-bottom: 30px;
    }
    
    .contact-section .section-title {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .contact-form {
        padding: 20px;
    }
    
    .contact-section .section-title {
        font-size: 26px;
    }
    
    .info-card {
        flex-direction: column;
        text-align: center;
    }
    
    .info-icon {
        margin: 0 auto;
    }
}
/*** Contact Page End ***/

/*** Policies Page Start ***/
.policies-section {
    background: var(--bs-light);
}

.policies-section .section-header {
    position: relative;
    margin-bottom: 40px;
}

.policies-section .section-subtitle {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--bs-primary);
    font-weight: 600;
    margin-bottom: 10px;
}

.policies-section .section-title {
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--bs-dark);
    margin-bottom: 15px;
}

.policies-section .section-desc {
    font-size: 16px;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto 20px;
}

.policies-section .section-line {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--bs-primary), var(--bs-secondary));
    margin: 0 auto;
    border-radius: 2px;
}

.policy-card {
    background: var(--bs-white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    height: 100%;
}

.policy-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(226, 13, 13, 0.1);
}

.policy-icon {
    width: 100%;
    padding: 30px;
    background: linear-gradient(135deg, var(--bs-primary), #ff6b6b);
    display: flex;
    align-items: center;
    justify-content: center;
}

.policy-icon i {
    font-size: 40px;
    color: var(--bs-white);
}

.policy-content {
    padding: 30px;
}

.policy-content h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--bs-dark);
    margin-bottom: 15px;
}

.policy-content > p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 20px;
}

.policy-content h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--bs-dark);
    margin-bottom: 12px;
}

.policy-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.policy-content ul li {
    font-size: 14px;
    color: #6b7280;
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
}

.policy-content ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 0;
    color: var(--bs-primary);
}

@media (max-width: 991px) {
    .policies-section .section-title {
        font-size: 32px;
    }
    
    .policy-content {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .policies-section .section-title {
        font-size: 26px;
    }
    
    .policy-icon {
        padding: 20px;
    }
    
    .policy-icon i {
        font-size: 30px;
    }
    
    .policy-content h3 {
        font-size: 20px;
    }
}
/*** Policies Page End ***/

.bg-primary {
    background-color: #e20d0d !important;
}
.bg-secondary {
    background-color: #efe830 !important;
}

.text-primary {
    color: #e20d0d!important;
}

a {
    color: #e20d0d;
    text-decoration: none;
    transition: color 0.3s;
}

a:hover,
a:focus {
    color: #efe830;
    text-decoration: underline;
}

.text-primary.border-bottom,
.border-primary {
    border-color: #efe830 !important;
}
.carousel-section .header-carousel.owl-carousel {
    display: block !important;
}

.carousel-section .header-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.carousel-section .header-carousel.owl-carousel .owl-item {
    display: block !important;
    opacity: 1 !important;
}

.carousel-section .header-carousel.owl-carousel .owl-item > .carousel-item {
    display: block !important;
}

.carousel-section .header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    z-index: 10;
}

.carousel-section .header-carousel .owl-nav .owl-prev,
.carousel-section .header-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background: var(--bs-white) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    color: var(--bs-dark);
}

.carousel-section .header-carousel .owl-nav .owl-prev {
    left: 10px;
}

.carousel-section .header-carousel .owl-nav .owl-next {
    right: 10px;
}

.carousel-section .header-carousel .owl-nav .owl-prev:hover,
.carousel-section .header-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white);
}

.carousel-section .header-carousel .owl-nav .owl-prev span,
.carousel-section .header-carousel .owl-nav .owl-next span {
    font-size: 20px;
}

.carousel-section .header-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.carousel-section .header-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: rgba(226, 13, 13, 0.3) !important;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.carousel-section .header-carousel .owl-dots .owl-dot.active {
    background: var(--bs-primary) !important;
    width: 30px;
    border-radius: 5px;
}

/*** Hero Carousel Start ***/
.carousel-section {
    background: #f8f9fa;
    overflow: hidden;
}

.carousel-item {
    padding: 40px 0;
}

.carousel-content-wrap {
    padding: 40px 60px;
    display: flex;
    align-items: center;
}

.carousel-content {
    max-width: 500px;
}

.carousel-badge {
    display: inline-block;
    padding: 6px 16px;
    background: var(--bs-primary);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--bs-white);
    margin-bottom: 15px;
}

.carousel-subtitle {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--bs-primary);
    margin-bottom: 10px;
}

.carousel-title {
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--bs-dark);
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.carousel-text {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 25px;
}

.carousel-btn {
    padding: 14px 35px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border: none;
    transition: all 0.3s ease;
}

.carousel-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(226, 13, 13, 0.3);
}

.carousel-img-wrap {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-img {
    text-align: center;
    position: relative;
}

.carousel-img img {
    max-width: 100%;
    max-height: 350px;
    object-fit: contain;
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.carousel-banner {
    position: relative;
    height: 100%;
    min-height: 450px;
    overflow: hidden;
}

.carousel-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(226, 13, 13, 0.8), transparent);
    display: flex;
    align-items: flex-end;
    padding: 30px;
}

.banner-content {
    color: var(--bs-white);
}

.banner-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.9;
    display: block;
    margin-bottom: 5px;
}

.banner-title {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.banner-btn {
    display: inline-block;
    padding: 10px 25px;
    background: var(--bs-white);
    color: var(--bs-primary);
    border-radius: 25px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.banner-btn:hover {
    background: var(--bs-secondary);
    color: var(--bs-dark);
}

@media (max-width: 991px) {
    .carousel-content-wrap {
        padding: 30px 20px;
        text-align: center;
        justify-content: center;
    }
    
    .carousel-title {
        font-size: 32px;
    }
    
    .carousel-img-wrap {
        padding: 10px;
    }
    
    .carousel-img img {
        max-height: 250px;
    }
    
    .carousel-item {
        padding: 20px 0;
    }
    
    .carousel-banner {
        min-height: 250px;
    }
}

@media (max-width: 576px) {
    .carousel-title {
        font-size: 24px;
    }
    
    .carousel-subtitle {
        font-size: 14px;
        letter-spacing: 2px;
    }
    
    .carousel-badge {
        font-size: 10px;
        padding: 4px 12px;
    }
    
    .carousel-btn {
        padding: 12px 25px;
        font-size: 12px;
    }
    
    .carousel-img img {
        max-height: 180px;
    }
}
/*** Hero Carousel End ***/