@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&display=swap');
.no-product-slide {
    text-align: center;
    padding: 50px 20px;
    background: #f9f9f9;
    border-radius: 10px;
    font-size: 1.2rem;
    color: #999;
}

h1,
h2,
h3,
h4,
p {
    margin-bottom: 1rem
}

.btn,
.edu-stat,
.stat-item,
.text-center {
    text-align: center
}

.research-article-hero img,
.research-card img {
    object-fit: cover;
    filter: brightness(.6)
}

.category-card,
.hero-btn,
.role-card-modern a,
a {
    text-decoration: none
}

.cart-sidebar,
body,
html {
    overflow-x: hidden
}

.home-category-product-title,
.product-desc,
.product-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--dark-gray);
    background-color: var(--light)
}

.container {
    max-width: 1200px
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    line-height: 1.2
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.5rem
}

a {
    color: inherit
}

.hero-image-container,
.mobile-bottom-nav .nav-item-wrapper,
.section-title {
    position: relative
}

.section-title::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: var(--secondary);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%)
}

.btn {
    background-color: #ca0705;
    color: #fff
}

.btn:hover {
    background-color: #153862;
    transform: translateY(-2px)
}

.btn-secondary {
    background-color: #153862;
    color: #fff
}

.btn-small {
    padding: 8px 16px;
    font-size: .9rem
}

.btn-block {
    display: block;
    background-color: #fff;
    color: #153862;
    border-radius: 10px;
    font-size: large;
    font-weight: 700;
    width: 100%
}

.btn-block:hover {
    background: #ca0705;
    transform: none;
    color: #fff
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    box-shadow: 1px 1px 5px gray
}

#wish-and-cart-menu,
.logo {
    height: 100%;
    width: fit-content;
    display: flex
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px !important
}

.logo {
    justify-content: center;
    align-items: center
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 30px
}

.nav-link {
    font-weight: 600;
    position: relative;
    padding: 5px 0;
    color: #153862
}

.mobile-bottom-nav .nav-item.active,
.nav-link:hover {
    color: #ff4538
}

#wish-and-cart-menu {
    justify-content: center;
    align-items: center;
    gap: 30px
}

.cart-icon {
    position: relative;
    font-size: 1.2rem
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #45b859;
    border: 1px solid #fff;
    color: #fff;
    font-size: .7rem;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.hamburger {
    flex-direction: column;
    gap: 4px;
    background: 0 0;
    border: none;
    cursor: pointer
}

.mobile-cart-floating-button,
.mobile-wishlist-floating-button {
    height: 40px;
    width: 40px;
    position: fixed;
    background-color: #e05a00;
    bottom: 10px;
    display: none;
    justify-content: center;
    z-index: 999
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: var(--primary);
    transition: all 0.5s
}

#logo {
    height: 70px;
    width: auto;
    object-fit: contain
}

.mobile-cart-floating-button {
    border-radius: 50%;
    border: 2px solid #fff;
    align-items: center;
    right: 15px
}

.mobile-cart-floating-button i,
.mobile-wishlist-floating-button i {
    color: #fff;
    font-size: medium
}

.mobile-wishlist-floating-button {
    border-radius: 50%;
    border: 2px solid #fff;
    align-items: center;
    left: 15px
}

.wishlist-count {
    position: absolute;
    top: -10px;
    color: #fff;
    right: -10px;
    font-size: x-small;
    background: #45b859;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    display: flex !important;
    justify-content: center;
    align-items: center
}

.hero {
    padding: 0px 0px;
    margin-top: 60px
}

.hero-inner {
    /* max-width: 1300px; */
    width: 100%;
    margin: auto;
    display: flex;
    gap: 25px;
    align-items: stretch
}

.category-box,
.hero-slider {
    height: 500px
}

.category-box {
    width: 280px;
    background: linear-gradient(to right, #153862, #0c90d8);
    border-radius: 10px;
    border: 1px solid #0c90d8;
    padding: 10px 20px;
    box-shadow: 0 15px 40px #c5c3c3;
    overflow-y: auto
}

.category-box h3 {
    margin-bottom: 7px;
    font-weight: 500;
    font-size: 20px;
    padding-left: 8px;
     font-family: "Oxanium", sans-serif;
    color: #fff
}

.category-box ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.category-box li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 3px 10px;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    transition: .3s
}

.category-box li i {
    color: #fff;
    min-width: 18px
}

.hero-slider {
    flex: 1;
    position: relative;
    overflow: hidden;
    /* border-radius: 18px; */
    box-shadow: 0 25px 60px rgba(0, 0, 0, .2);
    height: 485px;
}

.track {
    display: flex;
    height: 100%;
    transition: transform .6s;
    cursor: grab
}

.cart-icon,
.close-cart,
.dot,
.hero-dot,
.product-wishlist,
.quantity-btn,
.remove-item,
.role-card-modern,
.tab-btn,
.wishlist-btn {
    cursor: pointer
}

.slide {
    min-width: 100%;
    height: 550px;
    background-size: contain;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-position: center;
    /* transform: scale(.96); */
    transition: .5s
}
@media(max-width:1300px){
    .hero{
        margin-top: 45px;
    }
}
@media(max-width:1200px){
    
.slide {
    height: 426px;
}
.hero-slider {
height: 385px;
}
}
@media (max-width: 991px) {
    .hero-slider {
        height: 310px;
    }
        .slide {
        height: 350px;
    }
}
@media (max-width: 768px) {
    .hero{
        margin-top: 72px;
    }
        .hero-slider {
        height: 238px;
    }
        .slide {
        height: 265px;
    }
}
@media (max-width: 600px) {
        .hero-slider {
        height: 575px;
    }
        .slide {
        height: 600px;
    }
}
@media (max-width: 500px) {
        .hero {
        margin-top: 60px;
    }    
    .hero-slider {
        height: 485px;
    }
        .slide {
        height: 475px;
    }
}
@media (max-width: 400px) {
    .hero-slider {
        height: 400px;
    }
    .slide {
        height: 440px;
    }
}
/* .slide.active {
    transform: scale(1)
} */

.next,
.product-reviews,
.role-option input,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    display: none
}

.dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc
}

.product-card,
.wishlist-btn {
    background: var(--light);
    box-shadow: var(--shadow)
}

.dot.active {
    background: #ca0705;
    transform: scale(1.3)
}

.featured-products,
.products-section {
    padding: 30px 0 0
}

.featured-heading {
    font-size: clamp(2.2rem, 4vw, 40px)
}

.product-card {
    border-radius: var(--border-radius);
    overflow: hidden;
    border: 1px solid #d6d6d6;
    transition: all 0.5s
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15)
}

#logoutBtn:hover,
.auth-form .btn-primary {
    box-shadow: none !important
}

.home-category-product-image,
.product-image {
    position: relative;
    height: 300px;
    overflow: hidden
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s
}

.main-image:hover,
.product-card:hover .product-image img {
    transform: scale(1.05)
}

.wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem
}

.warehouse-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--secondary);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: .8rem;
    font-weight: 600
}

.role-card-modern,
.roles-title {
    position: relative;
    text-align: center
}

.product-desc,
.product-store,
.section-header p {
    color: var(--medium-gray)
}

.product-desc {
    font-size: .9rem;
    margin-bottom: 15px;
    display: -webkit-box;
    overflow: hidden
}

.product-price {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--secondary)
}

@media(max-width:600px) {
    .product-store {
        font-size: x-small !important
    }

    .btn-outline,
    .product-card .btn,
    .product-desc {
        font-size: small !important
    }
}

.roles {
    padding: 40px 10px
}

.roles-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px
}

.auth-footer a,
.cart-item-title,
.tab-btn {
    font-weight: 600
}

.role-grid-modern {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 20px;
}
.role-card-modern {
    width: 320px;

    border-radius: 20px;
    padding: 40px 30px;

    transition: all 0.4s ease;

    border: 1px solid rgba(255, 255, 255, 0.15);

    background: linear-gradient(135deg, #153862, #0c90d8);

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);

    position: relative;
    overflow: hidden;
}

/* glow overlay */
.role-card-modern::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(255,255,255,0.15), transparent 60%);
    opacity: 0;
    transition: 0.4s ease;
}

.role-card-modern:hover::before {
    opacity: 1;
}

/* hover lift */
.role-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

/* ICON */
.role-icon-3d {
    width: 80px;
    height: 80px;

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 25px;

    font-size: 2.5rem;

    background: rgba(255, 255, 255, 0.15);
    color: #fff;

    backdrop-filter: blur(6px);

    transition: all 0.4s ease;
}

/* icon hover */
.role-card-modern:hover .role-icon-3d {
    transform: scale(1.15) rotate(8deg);
    background: rgba(255, 255, 255, 0.25);
}

/* TITLE */
.role-card-modern h3 {
    margin-bottom: 15px;

    color: #fff;
    font-family: "Oxanium", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;

    text-align: center;
}
.role-card-modern p{
    color: white;
}

/* BUTTON */
.role-card-modern a {
    display: inline-block;

    padding: 8px 18px;
    border-radius: 25px;

    background: rgba(255, 255, 255, 0.15);
    color: #fff;

    font-weight: 600;

    text-decoration: none;

    transition: all 0.3s ease;

    backdrop-filter: blur(6px);
}

/* button hover */
.role-card-modern a:hover {
    background: #fff;
    color: #153862;

    transform: translateY(-2px);
}
.auth-footer a,
.contact-details a:hover {
    text-decoration: underline
}

.role-card.left,
.role-card.right {
    background: #fff
}

.home-category-product-swiper .swiper-button-next:hover,
.home-category-product-swiper .swiper-button-prev:hover,
.role-card.center,
.role-card.left .btn-small,
.role-card.left .role-icon,
.role-card.right .btn-small,
.role-card.right .role-icon {
    background: #e05a00;
    color: #fff
}

#logoutBtn,
.auth-form .btn-primary {
    background-color: #ca0705 !important
}

.role-card.center .btn-small,
.role-card.center .role-icon {
    background: #fff;
    color: #e05a00
}

.feature-card-enhanced:hover h3,
.feature-card-enhanced:hover p,
.home-category-product-wishlist:hover i,
.product-wishlist.active i,
.product-wishlist:hover i,
.resources-section h2,
.resources-section h2 span,
.resources-section p,
.role-card.center h3,
.role-card.center p,
.why-choose-us-card:hover .learn-more-btn,
.why-choose-us-card:hover h3,
.why-choose-us-card:hover p {
    color: #fff
}

@media(max-width:992px) {
    .roles-grid {
        flex-direction: column;
        gap: 30px
    }

    .roles-title {
        font-size: 35px
    }
}

.heading-section {
    display: flex;
    justify-content: center;
    align-items: center
}

.heading-section h2 {
    text-align: center;
    font-size: 50px;
    color: #153862
}

.auth-footer a:hover,
.faq-hero h1 span,
.featured-deal-title span,
.heading-section h2 span,
.office-hours h3,
.related-header h2 i,
.section-header h2 span,
.store-meta i {
    color: #ca0705
}

.heading-section h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #e05a00;
    margin: 10px auto 0;
    border-radius: 2px
}

.page-hero {
    padding: 60px 0;
    margin-top: 100px;
    background: linear-gradient(#0c90d8,#153862) ;
    color: var(--light);
    text-align: center
}

.page-hero h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 500 !important;
      font-family: "Oxanium", sans-serif;
    margin-bottom: 10px
}

.page-hero p {
    text-align: center;
    color: #fff
}

.about-content {
    padding: 60px 0;
    height: fit-content
}

.about-text h2 {
    color: #153862;
    font-size: 40px;
    font-weight: 500 !important;
      font-family: "Oxanium", sans-serif;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
    align-items: center
}

.about-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 1px 1px 5px #dcdcdc
}

.stats {
    display: flex;
    justify-content: space-between
}

.stat-item h3 {
    font-size: 35px;
    color: #ca0705;
    font-weight: 500 !important;
      font-family: "Oxanium", sans-serif;
    margin-bottom: 5px
}

.office-hours h3 i,
.stat-item p {
    color: #17602b
}

@media(max-width:768px) {
    .logo {
        margin: 0 auto
    }

    #wish-and-cart-menu,
    .category-box {
        display: none
    }

    .mobile-cart-floating-button,
    .mobile-wishlist-floating-button {
        display: flex
    }



    .about-text h2 {
        font-size: 30px
    }

    .about-text h2,
    .about-text p {
        text-align: center
    }

    .stat-item {
        padding: 0
    }
}

.products-filter {
    background-color: var(--gray)
}

.search-box {
    display: flex;
    flex: 1
}

.search-box input {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: var(--border-radius) 0 0 var(--border-radius)
}

.search-box button {
    background: var(--secondary);
    border-radius: 0 var(--border-radius) var(--border-radius) 0
}

.filter-options select {
    border-radius: var(--border-radius)
}

.loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px
}

.spinner {
    border: 5px solid var(--light-gray);
    border-top: 5px solid var(--secondary)
}

.no-products {
    text-align: center;
    padding: 60px
}

.no-products i {
    font-size: 3rem;
    color: var(--medium-gray);
    margin-bottom: 20px
}

.account-tabs,
.learning-paths {
    padding: 60px 0
}

.tab-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 40px
}

.tab-btn {
    padding: 15px 40px;
    background: 0 0;
    border: none;
    font-size: 1.1rem;
    transition: .5s
}

.tab-btn.active {
    color: #ca0705;
    border-bottom: 3px solid #ca0705
}

.tab-content {
    display: none;
    max-width: 500px;
    margin: 0 auto
}

.cart-overlay.active,
.search-results.active,
.tab-content.active,
.wishlist-overlay.active {
    display: block
}

.auth-form {
    background: #153862;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 1px 1px 5px gray
}

.auth-form h2 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500 !important;
      font-family: "Oxanium", sans-serif;
    color: #fff
}

.form-group label {
    color: #fff !important
}

.role-selection {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.role-option {
    border: 1px solid #ddd;
    border-radius: var(--border-radius);
    overflow: hidden
}

.role-option label {
    display: flex;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    margin: 0;
    transition: all 0.5s
}

.role-option label:hover {
    background: rgba(255, 107, 0, .05)
}

.newsletter-form button:hover,
.role-option input:checked+label {
    background: #0c90d8
}

.role-option label i {
    font-size: 1.5rem;
    margin-right: 15px;
    color: var(--secondary)
}

.role-option label span {
    font-size: 1.1rem;
    margin-right: 10px
}

.role-option label small {
    color: var(--medium-gray);
    font-weight: 400
}

.auth-footer {
    margin-top: 20px;
    text-align: center;
    padding-top: 20px;
    color: #fff;
    border-top: 1px solid #fff
}

.auth-success {
    text-align: center;
    padding: 60px 40px;
    background: var(--light);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow)
}

.success-icon {
    width: 80px;
    height: 80px;
    background: var(--success);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 2.5rem
}

.close-cart,
.empty-cart {
    color: var(--medium-gray)
}

.cart-sidebar {
    background: var(--light);
    box-shadow: -5px 0 15px rgba(0, 0, 0, .1);
    transition: all 0.5s;
    display: flex;
    flex-direction: column
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border-bottom: 1px solid var(--light-gray)
}

.cart-header h3 {
    font-size: large;
    margin: 0
}

.close-cart {
    background: 0 0;
    border: none;
    font-size: 1.8rem
}

.cart-items {
    flex: 1;
    overflow-y: auto;
    padding: 20px
}

.empty-cart {
    text-align: center;
    padding: 60px 20px
}

.empty-cart i {
    font-size: 3rem;
    margin-bottom: 20px
}

.cart-item {
    display: flex;
    gap: 15px;
    padding: 5px;
    background-color: #15386218;
    border-radius: 10px;
    border-bottom: 1px solid var(--light-gray)
}

.cart-item-image {
    width: 80px;
    border-radius: 10px;
    height: 80px;
    overflow: hidden
}

.cart-item-image img,
.featured-deal-image img,
.review-image img,
.reviewer-avatar img,
.store-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cart-item-details,
.delivery-text,
.meta-value,
.wishlist-item-info {
    flex: 1
}

.cart-item-details h4 {
    margin: 0;
    color: #153862
}

.cart-item-details p {
    color: #ca0705;
    margin: 0
}

.remove-cart-item {
    padding: 5px 10px;
    background-color: #17602b;
    color: #fff;
    border: none;
    border-radius: 5px
}

.cart-item-title {
    margin-bottom: 5px
}

.cart-item-price {
    color: var(--secondary);
    font-weight: 700
}

.cart-item-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px
}

.quantity-btn {
    width: 30px;
    height: 30px;
    background: var(--gray);
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center
}

.cart-overlay,
.modal {
    top: 0;
    width: 100%;
    left: 0
}

.remove-item {
    background: 0 0;
    border: none;
    color: var(--danger);
    font-size: .9rem
}

.cart-footer {
    padding: 20px;
    border-top: 1px solid var(--light-gray)
}

.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px
}

.cta-container h2 span,
.feature-icon-enhanced i,
.hero-content h1 span,
.meta-value a:hover,
.policy-hero h1 span,
.policy-section li strong,
.policy-section strong,
.section-title h2 span,
.toast i,
.total-price {
    color: #153862
}

#checkoutBtn {
    padding: 8px 10px;
    border-radius: 10px;
    background: linear-gradient(to right, #ca0705, #ff4538);
    color: #fff
}

.cart-overlay {
    height: 100%
}

.modal {
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1200;
    display: none;
    align-items: center;
    justify-content: center
}

.home-category-product-swiper .swiper-wrapper,
.modal.active,
.star-rating {
    display: flex
}

.modal-content {
    background: var(--light);
    padding: 40px;
    border-radius: var(--border-radius);
    max-width: 500px;
    width: 90%;
    box-shadow: var(--shadow)
}

.modal-content input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: var(--border-radius);
    font-size: 1rem;
    margin: 15px 0 25px
}

.modal-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px
}

.star-rating {
    gap: 2px;
    margin: 8px 0
}

.star-rating i {
    color: #ffc107;
    font-size: 14px
}

.view-details {
    margin-top: 10px;
    width: 100%
}

.product-card .view-details {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: 10px
}

.product-card .product-info {
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
}

.product-card .product-info .product-desc {
    flex-grow: 1;
    margin-bottom: 15px
}

.product-card .btn-small {
    margin-top: 5px
}

.cart-sidebar.active,
.cart-sidebar.open,
.wishlist-sidebar.active {
    right: 0
}

.nav-menu.active {
    display: flex !important
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr))
}

@media (max-width:768px) {

    .hamburger.active span:nth-child(2),
    .nav-menu {
        opacity: 0
    }

    .hamburger {
        display: flex
    }

    .nav-menu {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        background: var(--light);
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        transform: translateY(-100%);
        visibility: hidden;
        transition: all 0.5s;
        z-index: 999
    }

    .nav-menu.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }

    .hamburger.active span:first-child {
        transform: rotate(45deg) translate(5px, 5px)
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px)
    }

    .dashboard-header .container {
        flex-direction: column;
        align-items: flex-start
    }

    .user-info {
        align-items: flex-start
    }

    .dashboard-tabs {
        flex-direction: column
    }

    .cart-sidebar {
        max-width: 100%
    }

    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr))
    }
}

@media (max-width:576px) {

    .filter-container,
    .filter-options {
        flex-direction: column
    }

    .filter-container {
        align-items: stretch
    }

    .search-box {
        max-width: 100%
    }

    .stats {
        flex-direction: column;
        gap: 20px
    }

    .tab-btn {
        text-align: center
    }

    .products-grid {
        grid-template-columns: 1fr
    }

    .product-actions {
        display: flex;
        gap: 15px;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 30px;
        align-items: center
    }

}

#logoutBtn {
    height: fit-content !important;
    width: fit-content !important;
    color: #fff;
    padding: 7px 15px;
    margin-top: 20px
}

.research-hub-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.card-content,
.research-card {
    flex-direction: column;
    display: flex
}

.research-card {
    box-shadow: 0 12px 25px rgba(0, 0, 0, .15);
    border: 2px solid #e05a00
}

.research-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .35)
}

.research-card:hover img {
    filter: brightness(.7)
}

.research-card::before {
    content: "";
    background: rgb(0, 0, 0, .7)
}

.card-content .date {
    text-transform: uppercase;
    color: #e05a00
}

.research-article-section {
    width: 100%;
    margin-top: 100px;
    padding: 60px 20px;
    background-color: #f5f7fa;
    font-family: Poppins, sans-serif
}

.research-article-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.research-article-hero {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 600px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .25)
}

.research-article-hero img {
    width: 100%;
    height: 100%;
    transition: filter .5s
}

.research-article-hero:hover img {
    filter: brightness(.55)
}

.research-article-hero-overlay {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    z-index: 2
}

.research-article-hero-overlay h2 {
    font-size: 35px;
    font-weight: 500 !important;
      font-family: "Oxanium", sans-serif;
    line-height: 1.3;
    margin-bottom: 10px;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .7)
}

.research-article-hero-overlay .research-article-author {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .7);
    text-transform: uppercase
}

.research-article-body {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .12);
    display: flex;
    flex-direction: column;
    gap: 20px
}

.research-article-body p {
    font-size: 16px;
    color: #444;
    line-height: 1.7
}

.research-article-references {
    background: rgba(224, 90, 0, .05);
    backdrop-filter: blur(8px);
    border-left: 4px solid #153862;
    border-radius: 12px;
    padding: 20px
}

.hero-badge,
.hero-btn {
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.research-article-references h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #153862
}

.research-article-references ul {
    list-style-type: disc;
    padding-left: 20px
}

.research-article-references li {
    font-size: 15px;
    color: #333;
    margin-bottom: 6px
}

@media screen and (max-width:992px) {
    .research-article-hero {
        height: 450px
    }

    .research-article-hero-overlay h2 {
        font-size: 35px
    }
}

@media screen and (max-width:768px) {
    .research-card {
        width: 90%;
        height: 350px
    }

    .research-article-hero {
        height: 400px
    }

    .research-article-body {
        padding: 20px
    }
}

@media screen and (max-width:600px) {
    .research-article-hero-overlay h2 {
        font-size: 25px
    }

    .research-article-hero-overlay .research-article-author {
        font-size: small
    }

    .research-article-hero-overlay {
        left: 10px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Fredoka, sans-serif
}

h1,
h2 {
    font-weight: 700 !important
}

a,
input,
li,
option,
p,
textarea {
    font-family: 'Times New Roman', Times, serif
}

.nav-link {
    font-size: 14px !important;
    font-family: Arial, Helvetica, sans-serif
}

.hero-carousel {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0, #764ba2 100%)
}

.hero-track {
    display: flex;
    height: 100%;
    transition: transform .8s cubic-bezier(.25, .46, .45, .94)
}

.filter-options select,
.hero-btn,
.hero-dot,
.search-box button,
.search-box input {
    transition: all 0.5s
}

.hero-slide {
    min-width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.hero-badge,
.hero-btn-primary {
    background: var(--secondary);
    box-shadow: 0 10px 25px rgba(255, 107, 0, .4)
}

.hero-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .8) 100%);
    z-index: 1
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    max-width: 900px;
    margin: 0 auto
}

.hero-badge {
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
    display: inline-block;
    animation: 3s ease-in-out infinite float
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-5px)
    }
}

.hero-title {
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .3)
}

.hero-title span {
    color: var(--secondary);
    position: relative;
    display: inline-block
}

.hero-title span::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 10px;
    background: rgba(255, 107, 0, .3);
    z-index: -1;
    border-radius: 5px
}

.hero-dots,
.section-header h2::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.hero-text {
    opacity: .95;
    max-width: 700px
}

.hero-btns {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center
}

.hero-btn {
    padding: 16px 40px;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.hero-btn-primary {
    color: #fff
}

.hero-btn-primary:hover {
    background: #ff8533;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(255, 107, 0, .5)
}

.hero-btn-outline {
    border: 2px solid #fff;
    color: #fff;
    background: 0 0
}

.hero-btn-outline:hover {
    background: #fff;
    color: var(--dark-gray);
    transform: translateY(-3px)
}

.hero-dots {
    bottom: 40px;
    display: flex;
    gap: 15px;
    z-index: 3
}

.hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5)
}

.hero-dot:hover {
    background: #fff;
    transform: scale(1.2)
}

.hero-dot.hero-active {
    background: var(--secondary);
    transform: scale(1.3);
    box-shadow: 0 0 15px var(--secondary)
}

.section-header h2 {
    font-weight: 800;
    position: relative;
      font-family: "Oxanium", sans-serif;
     font-weight: 500 !important;
     margin: 0;
    display: inline-block
}

.section-header h2::after {
    content: '';
    bottom: -10px;
    width: 80px;
    height: 4px;
    background: var(--secondary);
    border-radius: 2px
}

.products-filter {
    background: #fff;
    border-bottom: 1px solid var(--light-gray)
}

.search-box {
    flex: 1;
    display: flex;
    box-shadow: var(--shadow-sm)
}

.search-box input {
    flex: 1;
    border: 1px solid var(--light-gray);
    border-right: none;
    border-radius: 50px 0 0 50px
}

.filter-options select:focus,
.filter-options select:hover,
.search-box input:focus {
    border-color: var(--secondary)
}

.search-box input:focus {
    box-shadow: inset 0 0 0 3px rgba(255, 107, 0, .05);
    outline: 0
}

.search-box button {
    background: var(--secondary);
    font-size: 16px
}

.search-box button:hover {
    background: var(--secondary)
}

.filter-options select {
    border: 1px solid var(--light-gray);
    background: #fff
}

.filter-options select:focus {
    box-shadow: 0 0 0 3px rgba(255, 107, 0, .1)
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 40px
}

@media (max-width:1200px) {
    .container {
        padding: 0 20px
    }

    .category-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .promo-grid,
    .why-choose-us-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:992px) {
    .about-grid {
        flex-direction: column
    }

    .form-row {
        flex-direction: column;
        gap: 0
    }

    .hero-title {
        font-size: 42px
    }

    .hero-carousel {
        height: 600px
    }

    .products-grid,
    .promo-grid-modern,
    .roles-grid,
    .steps-grid,
    .trust-grid-modern {
        grid-template-columns: repeat(2, 1fr)
    }

    .category-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .steps-progress {
        display: none
    }
}

@media (max-width:768px) {
    .nav-container {
        padding: 15px 10px !important
    }

    .hero-title {
        font-size: 36px
    }

    .hero-text {
        font-size: 16px
    }

    .hero-btn {
        padding: 12px 30px
    }

    .filter-container {
        flex-direction: column
    }

    .search-box {
        max-width: 100%
    }

    .filter-options {
        width: 100%
    }

    .filter-options select {
        flex: 1
    }

    .category-grid,
    .products-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .promo-grid,
    .roles-grid,
    .why-choose-us-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width:576px) {
    .hero-title {
        font-size: 28px
    }

    .hero-badge {
        font-size: 12px;
        padding: 8px 20px
    }

    .hero-btns {
        flex-direction: column
    }

    .hero-btn {
        width: 100%
    }

    .products-grid {
        grid-template-columns: 1fr
    }

    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }

    .section-header h2 {
        font-size: 32px
    }

    .heading-section h2 {
        font-size: 40px
    }
}

.spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #f57224;
    border-radius: 50%;
    animation: .8s linear infinite spin;
    margin: 0 auto 15px
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.toast {
    color: #212121;
    border-left: 4px solid #f57224;
    display: flex;
    align-items: center
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

@media (max-width:1024px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:768px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px
    }
}

@media (max-width:480px) {
    .products-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width:768px) {

    .promo-grid-modern,
    .steps-grid {
        grid-template-columns: 1fr
    }

    .trust-grid-modern {
        grid-template-columns: repeat(2, 1fr)
    }

    .how-it-works .section-header h2,
    .roles .section-header h2 {
        font-size: 2.2rem
    }

    .role-card-modern,
    .step-card,
    .trust-item-modern {
        max-width: 400px;
        margin: 0 auto
    }

    .promo-card-modern {
        max-width: 400px
    }

    .step-progress-marker {
        width: 60px;
        height: 60px;
        font-size: 1.5rem
    }
}

.category-section {
    background: #fff;
    padding: 40px 0
}

.section-header p {
    color: var(--text-light)
}

.category-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.category-card {
    position: relative;
    width: 180px;
    height: auto;

    background: transparent;
    border: none;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 6px;
    padding: 8px;

    transition: all 0.35s ease;
}

/* subtle floating hover (no box feel) */
.category-card:hover {
    transform: translateY(-6px);
}

/* IMAGE - main focus */
.category-card img {
    width: auto;
    height: 85px;
    object-fit: contain;

    transition: all 0.4s ease;
    filter: drop-shadow(0 8px 12px rgba(0,0,0,0.12));
}

.category-card:hover img,
.deal-card-enhanced:hover .deal-card-enhanced-image img,
.footer-bottom .payment-methods i:hover,
.home-category-product-card:hover .home-category-product-img,
.promo-card-modern:hover .promo-img-modern,
.store-avatar:hover {
    transform: scale(1.08);
    filter: drop-shadow(0 14px 18px rgba(0,0,0,0.18));
}

/* TEXT (floating label style) */
.category-card .overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 100%;
    padding: 0;

    background: transparent;
}

/* TITLE as floating text */
.category-card h3 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #153862;
    margin: 0;

    position: relative;
}

/* underline animation */
.category-card h3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background: #45b858;
    transition: 0.3s ease;
    transform: translateX(-50%);
}

.category-card:hover h3::after {
    width: 60%;
}

/* subtitle minimal */
.category-card p {
    font-size: 11px;
    opacity: 0.7;
    margin: 0;
    text-align: center;
}

.heading-section {
    text-align: center;
    padding: 40px 0 20px
}

.product-wishlist {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    border: 1px solid #ca0705;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    transition: .3s
}

.product-wishlist.active,
.product-wishlist:hover,
.submit-btn:hover {
    background: #ca0705
}

.product-wishlist i {
    font-size: 18px;
    color: #ca0705
}

.deal-card-enhanced-content,
.news-content,
.product-info {
    padding: 20px
}

.product-category {
    font-size: 12px;
    color: #fff;
    background: linear-gradient(to right, #17602b, #45b859);
    text-transform: uppercase;
    width: fit-content;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: .5px;
    margin-bottom: 8px;
    font-weight: 600
}

.card-content .date,
.featured-deal-badge {
    text-transform: uppercase;
    letter-spacing: 1px
}

.product-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 05px;
    color: #153862;
    /* line-height: 1.4; */
    display: -webkit-box;
      font-family: "Oxanium", sans-serif;
    overflow: hidden;
}

.product-store {
    font-size: 12px;
    color: gray;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    gap: 4px
}

.product-store i {
    color: var(--primary);
    font-size: 10px
}

.home-category-product-price,
.product-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.product-stars {
    color: #ffc107;
    font-size: small
}

.product-price {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

.product-current {
    font-size: 25px;
    color: #ca0705;
     font-family: "Oxanium", sans-serif;
    font-weight: 500 !important
}

.deal-card-enhanced-original,
.product-original {
    font-size: 14px;
    color: #999;
    text-decoration: line-through
}

.product-add-cart,
.product-view {
    padding: 5px;
    width: 50%;
    font-size: 14px;
    display: flex;
    transition: .3s;
    cursor: pointer
}

.product-actions {
    display: flex;
    gap: 10px
}

.product-add-cart {
    background: linear-gradient(to right, #153862, #0c90d8);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.product-view {
    background: #fff;
    border: 2px solid #153862;
    color: #153862;
    border-radius: 8px;
    text-decoration: none;
    align-items: center;
    justify-content: center
}

.deal-section {
    padding: 40px 0;
    background: linear-gradient(to right, #ca08052a, #1538622a)
}

.deal-showcase {
    margin-top: 40px
}

.featured-deal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    background: linear-gradient(145deg, #fff5eb, #fff);
    border-radius: 40px;
    margin-bottom: 40px;
    box-shadow: 0 20px 40px rgba(255, 140, 51, .15);
    border: 1px solid #ffe0cc
}

.featured-deal-image {
    position: relative;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
    height: 100%
}

.featured-deal-badge,
.featured-deal-timer {
    position: absolute;
    font-weight: 700;
    color: #fff
}

.featured-deal-badge {
    top: 20px;
    left: 20px;
    background: #17602b;
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 14px
}

.featured-deal-timer {
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, .8);
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 20px;
    backdrop-filter: blur(5px)
}

.featured-deal-timer i {
    color: #fff;
    margin-right: 10px
}

.featured-deal-content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.featured-deal-title {
    font-size: 36px;
    font-weight: 500 !important;
      font-family: "Oxanium", sans-serif;
    color: #153862;
    margin-bottom: 15px;
    line-height: 1.2
}

.featured-deal-price {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px
}

.featured-deal-current {
    font-size: 35px;
    font-weight: 600;
    color: #17602b
}

.featured-deal-original {
    font-size: 24px;
    color: #ca0705;
    text-decoration: line-through
}

.featured-deal-discount {
    background: linear-gradient(90deg, #0c90d8, #153862);
    color: #fff;
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 700
}

.featured-deal-progress {
    margin-bottom: 25px
}

.featured-deal-progress-bar {
    height: 12px;
    background: #f0f0f0;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px
}

.featured-deal-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #0c90d8, #153862);
    border-radius: 20px;
    width: 80%
}

.featured-deal-progress-text {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #666
}

.featured-deal-progress-text span:last-child {
    color: var(--primary);
    font-weight: 700
}

.featured-deal-btn {
    display: inline-block;
    padding: 18px 40px;
    background: linear-gradient(to right, #ca0705, #ff4538);
    color: #fff;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    transition: .3s;
    width: fit-content;
    box-shadow: 0 10px 20px rgba(255, 140, 51, .3)
}

.deal-grid-enhanced {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px
}

.deal-card-enhanced {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .05);
    transition: .3s;
    position: relative;
    border: 1px solid #f0f0f0
}

.deal-card-enhanced:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(255, 140, 51, .2)
}

.deal-card-enhanced-image {
    position: relative;
    height: 180px;
    overflow: hidden
}

.deal-card-enhanced-badge,
.deal-card-enhanced-timer {
    position: absolute;
    top: 15px;
    color: #fff;
    border-radius: 25px;
    font-size: 12px;
    z-index: 2
}

.deal-card-enhanced-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s
}

.deal-card-enhanced-badge {
    left: 15px;
    background: var(--primary);
    padding: 5px 15px;
    font-weight: 700
}

.deal-card-enhanced-timer {
    right: 15px;
    background: rgba(0, 0, 0, .7);
    padding: 5px 12px;
    font-weight: 600;
    backdrop-filter: blur(5px)
}

.deal-card-enhanced-timer i {
    color: var(--primary);
    margin-right: 5px
}

.deal-card-enhanced-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #153862;
    line-height: 1.4
}

.deal-card-enhanced-price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px
}

.deal-card-enhanced-current {
    font-size: 20px;
    font-weight: 800;
    color: var(--primary)
}

.deal-card-enhanced-discount {
    background: var(--primary);
    color: #fff;
    padding: 2px 8px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 700
}

.deal-card-enhanced-progress,
.footer-col ul li {
    margin-bottom: 15px
}

.deal-card-enhanced-progress-bar {
    height: 6px;
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5px
}

.deal-card-enhanced-progress-fill {
    height: 100%;
    background: var(--primary);
    border-radius: 10px
}

.deal-card-enhanced-progress-text {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #666
}

.deal-card-enhanced-progress-text span:last-child {
    color: var(--primary);
    font-weight: 600
}

.deal-card-enhanced-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #f0f0f0;
    color: #333;
    text-decoration: none;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    transition: .3s;
    width: 100%;
    text-align: center;
    border: 1px solid #e0e0e0
}

.deal-card-enhanced-btn:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary)
}

.deal-card-enhanced-btn i {
    margin-left: 5px;
    transition: .3s
}

.deal-card-enhanced-btn:hover i,
.footer-col ul li a:hover {
    transform: translateX(5px)
}

.feature-card-enhanced:hover,
.promo-card-modern:hover,
.social-links a:hover {
    transform: translateY(-5px)
}

.promo-section {
    padding: 0 0 40px;
    background: #f8f9fa
}

.promo-grid-modern,
.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}
.promo-grid-modern{
    margin-top: 20px;
}
.promo-card-modern {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 250px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    transition: .3s;
    cursor: pointer
}

.promo-card-modern:hover {
    box-shadow: 0 15px 30px rgba(255, 140, 51, .2)
}

.promo-img-modern {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform .5s
}

.promo-overlay-modern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    background: linear-gradient(to right, #1538623d, #ca08053b);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: opacity .3s;
    padding: 20px;
    text-align: center
}

.promo-card-modern:hover .promo-overlay-modern {
    opacity: 1
}

.promo-discount-modern {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .2)
}

.promo-product-modern {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 5px
}

.promo-desc-modern {
    font-size: .9rem;
    opacity: .9
}

.promo-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #17602b;
    color: #fff;
    padding: 5px 15px;
    border-radius: 25px;
    font-weight: 600;
    font-size: .8rem;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    animation: 2s infinite pulse
}

.feature-card-enhanced,
.why-choose-us-card {
    box-shadow: 1px 1px 10px gray;
    text-align: center
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }
}

.brands-section,
.products-section,
.why-choose-us-section {
    padding: 40px 0;
    background: #f8f9fa
}

.brands-marquee {
    overflow: hidden;
    position: relative
}

.brands-track {
    display: flex;
    gap: 30px;
    width: max-content;
    animation: 20s linear infinite scroll
}

.brand-item {
    min-width: 150px;
    height: 80px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.feature-icon-enhanced,
.why-choose-us-icon {
    width: 70px;
    height: 70px;
    transition: .3s;
    font-size: 30px
}

.brand-item img {
    max-width: 100%;
    max-height: 80px;
    transition: .3s
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.features-enhanced {
    padding: 40px 0;
    background: #fff
}

.feature-card-enhanced,
.why-choose-us-card:hover {
    background: linear-gradient(to right, #153862, #0c90d8)
}

.features-grid-enhanced,
.trust-grid-modern {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px
}
.features-grid-enhanced{
    margin-top: 20px;
}

.feature-card-enhanced {
    padding: 30px 20px;
    border-radius: 15px;
    transition: .3s
}

.feature-icon-enhanced {
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--primary)
}

.feature-card-enhanced:hover .feature-icon-enhanced {
    background: #fff;
    transform: rotateY(180deg)
}

.feature-card-enhanced h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px
}

.feature-card-enhanced p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5
}

.products-grid,
.resources-grid,
.why-choose-us-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px
}
.why-choose-us-grid{
    margin-top: 20px;
}
.why-choose-us-card {
    background: linear-gradient(to right, #153862, #0c90d8);
    border-radius: 16px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 40px 30px;
    text-decoration: none;
    color: #fff;

    transition: all 0.35s ease;

    border: 1px solid rgba(255, 255, 255, 0.15);

    position: relative;
    overflow: hidden;
}

/* soft shine overlay */
.why-choose-us-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at top,
        rgba(255, 255, 255, 0.15),
        transparent 60%
    );
    opacity: 0;
    transition: 0.4s ease;
}

.why-choose-us-card:hover::before {
    opacity: 1;
}

/* hover lift */
.why-choose-us-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

/* ICON */
.why-choose-us-icon {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    color: #fff;

    transition: all 0.35s ease;
}

/* icon becomes fully white using filter approach */
.why-choose-us-icon i,
.why-choose-us-icon svg {
    filter: brightness(0) invert(1);
}

/* icon hover effect */
.why-choose-us-card:hover .why-choose-us-icon {
    transform: scale(1.15) rotate(8deg);
    background: rgba(255, 255, 255, 0.25);
}

/* TITLE */
.why-choose-us-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    font-family: "Oxanium", sans-serif;
    margin-bottom: 15px;
}

/* PARAGRAPH */
.why-choose-us-card p {
    font-size: 15px;
    line-height: 1.6;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.85);
}

/* BUTTON */
.learn-more-btn {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;

    opacity: 0.9;
    transition: 0.3s ease;
}

.learn-more-btn:hover {
    opacity: 1;
    transform: translateX(4px);
}
.how-it-works,
.trust-section {
    padding: 40px 0
}

.paths-grid,
.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}
.steps-grid{
    margin-top: 20px;
}

.step-card {
    border: 2px solid #153862;
    padding: 20px 10px;
    border-radius: 20px;
    text-align: center;
    transition: .3s
}

.step-icon-3d {
    width: 50px;
    height: 50px;
    margin: 0 auto 25px;
    border-radius: 50%;
    position: relative;
    background: linear-gradient(to right, #ca0705, #ff4538)
}

.social-links a:hover,
.step-icon-back {
    background: var(--primary)
}

.step-icon-3d-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform .6s
}

.step-card:hover .step-icon-3d-inner,
.step-icon-back {
    transform: rotateY(180deg)
}

.step-icon-3d i {
    font-size: 25px !important;
    color: #fff !important
}

.step-icon-back,
.step-icon-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.step-card h3 {
    font-size: 22px;
    color: #153862;
     font-family: "Oxanium", sans-serif;
     font-weight: 500;
    margin-bottom: 15px
}

.form-group,
.path-progress,
.rating-input,
.step-card p {
    margin-bottom: 20px
}

.step-features-modern {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap
}

.step-feature-modern {
    background: #17602b;
    color: #fff;
    padding: 8px 18px;
    width: fit-content;
    border-radius: 30px;
    font-size: .9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px
}

.trust-item-modern {
    background: linear-gradient(to right, #ca0705, #ff4538);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .2);
    transition: .3s
}

.trust-icon-wrapper {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: #fff;
    transition: .3s
}

.trust-item-modern h4 {
    color: #fff;
     font-family: "Oxanium", sans-serif;
    margin-bottom: 10px;
    font-size: 1.2rem
}

.trust-item-modern p {
    color: rgba(255, 255, 255, .9);
    font-size: .9rem;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.newsletter-section {
    padding: 60px 0;
    background: linear-gradient(to right, #17602b, #45b859);
    color: #fff
}

.newsletter-wrapper {
    max-width: 600px;
    margin: 0 auto;
    text-align: center
}

.cart-sidebar,
.wishlist-sidebar {
    right: -100%;
    width: 100%;
    max-width: 400px;
    height: 100%;
    transition: .3s;
    top: 0
}

.newsletter-wrapper h2 {
    font-size: 40px;
    font-weight: 500 !important;
     font-family: "Oxanium", sans-serif;
    margin-bottom: 15px
}

.newsletter-wrapper p {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
    opacity: .9
}

.newsletter-form {
    display: flex;
    gap: 10px;
    background: #fff;
    padding: 5px;
    border-radius: 50px;
    margin-bottom: 20px
}

.newsletter-form input {
    flex: 1;
    padding: 12px 20px;
    border: none;
    border-radius: 50px;
    outline: 0
}

.newsletter-form button {
    padding: 12px 30px;
    border: none;
    border-radius: 50px;
    background: #153862;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: .3s
}

.newsletter-benefits {
    display: flex;
    justify-content: center;
    gap: 20px
}

.newsletter-benefits span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: var(--primary)
}

.footer {
    background: #153862;
    color: #fff;
    width: 100%;
    border-bottom: none;
    padding: 70px 0 30px;
    position: relative;
    overflow: hidden
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 50px
}

.footer-col img {
    height: 200px;
    width: auto;
    filter: brightness(100);
    object-fit: contain
}

.footer-col h4 {
    font-size: 20px;
    margin-bottom: 25px;
     font-family: "Oxanium", sans-serif;
    position: relative
}

.footer-col p {
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 15px
}

.footer-col ul {
    list-style: none
}

.footer-col ul li a {
    text-decoration: none;
    transition: .3s;
    display: inline-block;
    position: relative
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px
}

.contact-info li i {
    font-size: 18px;
    min-width: 20px
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 25px
}

.social-links a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    color: #fff;
    font-size: 18px
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: 14px
}

.footer-bottom .payment-methods {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px
}

.footer-bottom .payment-methods i {
    font-size: 30px;
    transition: .3s
}

.wishlist-sidebar {
    position: fixed;
    background: #fff;
    z-index: 1100;
    box-shadow: -4px 0 20px rgba(0, 0, 0, .15);
    padding: 20px;
    overflow-y: auto
}

.cart-overlay,
.wishlist-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 1099
}

.wishlist-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border)
}

.wishlist-header h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: large
}

.close-wishlist {
    background: 0 0;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #777
}

.empty-wishlist {
    text-align: center;
    padding: 40px 20px;
    color: #777
}

.empty-wishlist i {
    font-size: 48px;
    color: #ff4538;
    margin-bottom: 15px
}

.wishlist-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #fff
}

.wishlist-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px
}

.wishlist-item-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px
}

.wishlist-item-price {
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 5px
}

.wishlist-item-store {
    font-size: 12px;
    color: #666
}

.wishlist-item-remove {
    background: 0 0;
    border: none;
    color: #ff4757;
    cursor: pointer;
    font-size: 1.2rem;
    padding: 5px
}

.wishlist-item-remove:hover {
    color: red
}

.wishlist-item-add-cart {
    padding: 5px 10px;
    background: var(--primary);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    margin-top: 5px
}

.cart-sidebar,
.mobile-bottom-nav,
.toast {
    position: fixed;
    background: #fff
}

.wishlist-item-add-cart:hover {
    background: var(--primary-dark)
}

.mobile-bottom-nav {
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, .1);
    z-index: 9999;
    padding: 10px 0;
    border-top: 1px solid #eee
}

.mobile-bottom-nav .nav-items {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.mobile-bottom-nav .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #153862;
    font-size: 12px;
    transition: .3s;
    position: relative
}

.mobile-bottom-nav .nav-item i {
    font-size: 22px;
    margin-bottom: 4px
}

.mobile-bottom-nav .nav-item .badge {
    position: absolute;
    top: -5px;
    right: -8px;
    background: #45b859;
    color: #fff;
    font-size: 10px;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff
}

.cart-sidebar {
    z-index: 1100;
    box-shadow: -4px 0 20px rgba(0, 0, 0, .15);
    padding: 20px;
    overflow-y: scroll
}

.toast {
    bottom: 80px;
    right: 20px;
    color: var(--text-dark);
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    z-index: 10000;
    animation: .3s slideIn;
    border-left: 4px solid var(--primary);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px
}

.toast i {
    color: var(--primary);
    font-size: 18px
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1
    }

    to {
        transform: translateX(100%);
        opacity: 0
    }
}

@media (max-width:1200px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .deal-grid-enhanced,
    .paths-grid,
    .promo-grid-modern,
    .resources-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .category-grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

.contact-grid,
.form-row {
    grid-template-columns: 1fr 1fr
}

.hamburger {
    display: none !important
}

.nav-input {
    height: fit-content;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center
}

.nav-input input {
    padding: 10px 20px;
    width: 300px;
    border-radius: 20px 0 0 20px;
    border: 1px solid #b3b3b3
}

.nav-input select {
    height: fit-content;
    padding: 10px 5px;
    border-radius: 0 20px 20px 0;
    background: linear-gradient(to right, #153862, #0c90d8);
    color: #fff;
    background-color: #153862;
    border-color: #153862
}

.home-category-product-section {
    padding: 60px 0;
    background: #f8f9fa
}

.home-category-product-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px
}

.home-category-product-category-wrapper {
    margin-bottom: 10px;
    background: #fff;
    border-radius: 20px;
    /* padding: 30px 20px; */
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05)
}

.delivery-item:last-child,
.home-category-product-category-wrapper:last-child,
.process-step:last-child {
    margin-bottom: 0
}

.home-category-product-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 10px 20px;
    flex-wrap: wrap;
    background-color: #ca0705;
    gap: 15px
}

.hero-feature,
.home-category-product-category-title,
.reviewer-info {
    display: flex;
    align-items: center;
    gap: 15px
}

.home-category-product-category-icon {
    width: 50px;
    display: none;
    height: 50px;
    background: linear-gradient(to right, #153862, #0c90d8);
    border-radius: 15px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px
}

.home-category-product-category-title h2 {
    font-size: 22px;
    margin: 0;
     font-family: "Oxanium", sans-serif;
    color: #fff
}

.home-category-product-category-title p {
    margin: 0;
    color: #666;
    font-size: 14px
}

.home-category-product-view-all {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff;
    background-color: #17602b;
    padding: 4px 20px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: .3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: small
}

.home-category-product-view-all:hover {
    background: linear-gradient(to right, #17602b, #45b859);
    color: #fff;
    border: 2px solid #45b859
}

.home-category-product-swiper {
    overflow: hidden;
    padding: 10px 5px 40px !important
}

.home-category-product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
    transition: .3s;
    border: 1px solid #f0f0f0;
    height: 100%;
    width: 95%;
    display: flex;
    flex-direction: column
}

.home-category-product-card:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3)
}

.home-category-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.home-category-product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e05a00;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    z-index: 1
}

.home-category-product-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    transition: .3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.home-category-product-swiper .swiper-pagination-bullet-active,
.home-category-product-wishlist:hover {
    background: #e05a00
}

.home-category-product-wishlist i {
    color: #e05a00;
    font-size: 14px;
    transition: .3s
}

.home-category-product-info {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column
}

.home-category-product-category {
    font-size: 11px;
    color: #e05a00;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 600
}

.home-category-product-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 8px;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    min-height: 42px
}

.home-category-product-store {
    font-size: 11px;
    color: #999;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 4px
}

.home-category-product-store i {
    font-size: 10px;
    color: #e05a00
}

.home-category-product-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px
}

.home-category-product-rating i {
    color: #ffc107;
    font-size: 11px
}

.home-category-product-rating span {
    font-size: 11px;
    color: #999
}

.home-category-product-current {
    font-size: 18px;
    font-weight: 700;
    color: #e05a00
}

.home-category-product-original {
    font-size: 13px;
    color: #999;
    text-decoration: line-through
}

.breadcrumb a,
.btn-outline,
.contact-details a,
.news-card,
.path-btn {
    text-decoration: none
}

.home-category-product-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

.home-category-product-add-cart,
.home-category-product-view {
    width: 50%;
    padding: 8px;
    font-size: 13px;
    display: flex;
    gap: 8px;
    margin-top: auto;
    transition: .3s;
    cursor: pointer;
    font-weight: 600
}

.home-category-product-view {
    border: none;
    background-color: #eee;
    border-radius: 8px;
    align-items: center;
    justify-content: center
}

.home-category-product-add-cart {
    background: #e05a00;
    color: #fff;
    border: none;
    border-radius: 8px;
    align-items: center;
    justify-content: center
}

.home-category-product-add-cart:hover {
    transform: translateY(-2px)
}

.home-category-product-swiper .swiper-button-next,
.home-category-product-swiper .swiper-button-prev {
    color: #ca0705;
    background-color: #ffffff80;
    width: 40px;
    font-weight: 900;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.home-category-product-swiper .swiper-button-next:after,
.home-category-product-swiper .swiper-button-prev:after {
    font-size: 18px
}

.home-category-product-swiper .swiper-pagination-bullet {
    background: #ddd
}

@media (max-width:1024px) {

    .features-grid-enhanced,
    .products-grid,
    .stats-grid,
    .steps-grid,
    .trust-grid-modern
     {
        grid-template-columns: repeat(2, 1fr)
    }
    .why-choose-us-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .category-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    /* .home-category-product-category-wrapper {
        padding: 20px 15px
    } */

    .home-category-product-category-title h2 {
        font-size: 20px
    }

    .home-category-product-category-icon {
        width: 40px;
        height: 40px;
        font-size: 20px
    }
}

.contact-container,
.faq-container {
    padding: 60px 0;
    margin-top: 100px
}

.contact-hero,
.faq-hero,
.policy-hero {
    text-align: center;
    margin-bottom: 60px
}

.contact-hero h1,
.faq-hero h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 500 !important;
      font-family: "Oxanium", sans-serif;
    color: #153862
}

.contact-hero p {
    font-size: medium;
    color: gray;
    max-width: 700px;
    margin: 0 auto
}

.contact-grid {
    display: grid;
    gap: 50px;
    margin-bottom: 60px
}

.contact-form-section,
.contact-info-section {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 1px 1px 5px gray
}

.section-title {
    color: #ca0705;
    border-bottom: 2px solid gray;
    display: flex;
    align-items: center;
    gap: 15px
}

.section-title i {
    font-size: 1.5rem;
    color: #17602b
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 25px
}

.contact-method {
    display: flex;
    align-items: flex-start;
    gap: 20px
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(to right, #17602b, #45b859);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0
}

.contact-details h3 {
    margin-bottom: 8px;
    color: #153862
}

.contact-details p {
    margin-bottom: 5px
}

.contact-details a {
    color: #ca0705;
    font-weight: 600
}

.office-hours {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid gray
}

.hours-table {
    width: 100%;
    margin-top: 15px
}

.hours-table tr {
    border-bottom: 1px solid gray
}

.hours-table td {
    padding: 10px 0
}

.hours-table td:first-child {
    font-weight: 600;
    color: #153862
}

.hours-table td:last-child {
    color: #ca0705;
    text-align: right
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    transition: .3s
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: 0;
    border-color: #17602b
}

.form-row {
    display: grid;
    gap: 20px
}

.submit-btn {
    width: 100%;
    padding: 15px;
    font-size: 1.1rem;
    font-weight: 600;
    background: #153862;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: .3s
}

.submit-btn i {
    margin-right: 10px
}

.departments-section {
    background: #ebebeb;
    padding: 50px;
    border-radius: 16px;
    margin-bottom: 60px
}

.departments-section h2 {
    display: flex;
    justify-content: center;
    margin: 0
}

.departments-section p {
    margin: 0 auto !important
}

.departments-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 20px
}

.department-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    transition: .3s
}

.department-card i {
    font-size: 2.5rem;
    color: #17602b;
    margin-bottom: 20px
}

.department-card h3 {
    margin-bottom: 10px;
    font-weight: 500 !important;
      font-family: "Oxanium", sans-serif;
    color: #153862
}

.department-card p {
    margin-bottom: 15px;
    font-size: .95rem
}

.department-contact {
    font-weight: 600;
    color: #ca0705
}

.response-time {
    font-size: .85rem;
    color: gray;
    margin-top: 5px
}

.btn-outline {
    display: inline-block;
    padding: 12px 25px;
    border: 2px solid var(--primary);
    color: var(--primary);
    border-radius: 8px;
    font-weight: 600;
    transition: .3s
}

.btn-outline:hover {
    background: var(--primary);
    color: #fff;
    box-shadow: 0 5px 15px rgba(255, 140, 51, .3)
}

.btn-outline i {
    margin-right: 8px
}

.success-message {
    background: #d4edda;
    color: #155724;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    display: none;
    text-align: center
}

.success-message i {
    font-size: 1.5rem;
    margin-right: 10px
}

@media (max-width:768px) {

    .hamburger,
    .mobile-cart-floating-button,
    .mobile-wishlist-floating-button,
    .nav-menu {
        display: none !important
    }

    body {
        padding-bottom: 70px
    }

    .mobile-bottom-nav {
        display: block
    }

    .deal-grid-enhanced,
    .department-options,
    .promo-grid-modern,
    .steps-grid {
        grid-template-columns: 1fr
    }
    .why-choose-us-card{
        padding: 20px 5px;
    }
    .trust-item-modern h4{
        font-size: medium;
    }
    .why-choose-us-icon {
    font-size: 20px;
    height: 40px;
    width: 40px;
}
.why-choose-us-card h3 {
    font-size: 15px;
}
.why-choose-us-card p {
    font-size: small;
}
.learn-more-btn{
    font-size: small;
}
    .products-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 12px
    }
    /* .home-category-product-current,
    .product-current {
        font-size: 16px
    } */

    /* .product-actions {
        flex-direction: column
    } */

    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }

    .category-card {
        height: fit-content
    }

    .category-card h3 {
        font-size: 14px
    }

    .category-card p {
        font-size: 10px
    }

    .featured-deal {
        grid-template-columns: 1fr;
        border-radius: 20px;
        padding-bottom: 30px
    }

    .featured-deal-image {
        border-radius: 20px 20px 0 0
    }

    .featured-deal-title {
        font-size: 30px;
        text-align: center
    }

    .featured-deal-current {
        font-size: 25px
    }

    .featured-deal-original {
        font-size: 18px
    }

    .featured-deal-price {
        justify-content: center;
        align-items: center
    }

    .featured-deal-progress-fill {
        width: 100% !important
    }

    .featured-deal-btn {
        margin: 0 auto
    }
    .featured-deal-btn {
    padding: 10px 20px;
    border-radius: 10px;
    font-size: small;
    font-weight: 400;
}

    .footer-grid {
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        justify-items: center;
        text-align: center
    }

    .social-links {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .container {
        padding: 0 12px
    }

    .section-header h2 {
        font-size: 1.8rem
    }

    .toast {
        left: 20px;
        right: 20px;
        bottom: 80px
    }

    .cart-footer {
        position: relative;
        bottom: 40px
    }

    .home-category-product-section {
        padding: 0px 0
    }

    .home-category-product-category-header {
        gap: 10px;
    }

    .home-category-product-image {
        height: 160px
    }

    .home-category-product-title {
        font-size: 13px;
        min-height: 38px
    }

    .home-category-product-swiper .swiper-button-next,
    .home-category-product-swiper .swiper-button-prev {
        width: 30px;
        height: 30px
    }

    .contact-hero h1 {
        font-size: 2.2rem
    }

    .contact-hero p {
        font-size: 1rem
    }

    .contact-form-section,
    .contact-info-section {
        padding: 25px
    }

    .contact-method {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px
    }

    .contact-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem
    }

    .hours-table td {
        padding: 8px 0;
        font-size: .9rem
    }

    .hours-table td:last-child {
        text-align: left
    }

    .departments-section {
        padding: 30px 20px
    }
}

.edu-hero {
    background: linear-gradient(to top, #153862, #0c90d8);
    color: #fff;
    margin-top: 100px;
    padding: 60px 0;
    text-align: center
}

.edu-hero h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-weight: 800
}

.edu-hero p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 30px;
    opacity: .95
}

.edu-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 50px
}

.edu-stat h3 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 5px
}

.edu-stat p {
    font-size: 1rem;
    margin: 0;
    opacity: .9
}

.section-header {
    text-align: center;
    /* margin-bottom: 50px */
}

.section-header h2,
.shipping-method i {
    font-size: 2.5rem;
    color: #153862;
    margin-bottom: 15px
}

.section-header p {
    font-size: 1.1rem;
    max-width: 700px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto
}

.path-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: .5s;
    position: relative
}

.hero-main-image:hover,
.path-card:hover,
.research-card:hover,
.research-card:hover .card-content {
    transform: translateY(-10px)
}

.path-image {
    height: 200px;
    background: linear-gradient(to right, #ca0705, #ff4538);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.path-image i {
    font-size: 5rem;
    color: #fff;
    opacity: .9
}

.path-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    color: #ca0705;
    padding: 5px 15px;
    border-radius: 25px;
    font-size: .9rem;
    font-weight: 600;
    backdrop-filter: blur(5px)
}

.path-content {
    padding: 30px
}

.path-content h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #153862
}

.path-content p {
    margin-bottom: 20px;
    line-height: 1.6
}

.path-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    font-size: .9rem
}

.path-meta i {
    color: #17602b;
    margin-right: 5px
}

.progress-bar {
    height: 8px;
    background: #0c90d8;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5px
}

.progress-fill {
    height: 100%;
    background: #153862;
    border-radius: 10px;
    width: 0%
}

.progress-text {
    display: flex;
    justify-content: space-between;
    font-size: .85rem;
    color: var(--text-light)
}

.path-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #17602b;
    color: #fff;
    border-radius: 25px;
    font-weight: 600;
    width: 100%;
    text-align: center
}

.resources-section {
    padding: 60px 0;
    color: #fff;
    background: linear-gradient(#17602b, #45b859)
}

.resource-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center
}

.resource-icon {
    width: 70px;
    height: 70px;
    background: #17602b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem
}

.resource-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #153862
}

.resource-card p {
    color: gray;
    margin-bottom: 20px;
    font-size: .9rem
}

@media (max-width:992px) {

    .contact-grid,
    .form-row {
        grid-template-columns: 1fr
    }

    .contact-grid,
    .edu-stats {
        gap: 30px
    }

    .form-row {
        gap: 0
    }

    .departments-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
    }

    .edu-hero h1 {
        font-size: 2.8rem
    }

    .edu-stat h3 {
        font-size: 2rem
    }
}

.faq-hero p {
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto
}

.faq-categories {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap
}

.faq-category-btn {
    padding: 12px 25px;
    background: #fff;
    border: 2px solid #dcdcdc;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: .5s;
    color: #000
}

.faq-answer,
.news-card {
    transition: .3s;
    overflow: hidden
}

.faq-category-btn.active,
.faq-category-btn:hover {
    background: #ca0705;
    color: #fff;
    border-color: transparent
}

.faq-section {
    margin-bottom: 50px
}

.faq-section h2 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #dcdcdc;
    font-weight: 500 !important;
      font-family: "Oxanium", sans-serif;
    font-size: 1.8rem
}

.thumbnail.active,
.thumbnail:hover {
    border-color: #ca0705
}

.faq-section h2 i {
    color: #ca0705;
    margin-right: 10px
}

.faq-item {
    background: #17602b;
    border-radius: 12px;
    color: #fff;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05)
}

.faq-question {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff
}

.faq-question i {
    color: #fff;
    transition: transform .3s
}

.faq-item.active .faq-question i {
    transform: rotate(180deg)
}

.faq-answer {
    padding: 0 25px;
    max-height: 0;
    color: #fff;
    line-height: 1.7
}

.faq-item.active .faq-answer {
    padding: 0 25px 25px;
    max-height: 500px
}

@media (max-width:768px) {
    .edu-hero {
        padding: 50px 0
    }

    .edu-hero h1,
    .faq-hero h1 {
        font-size: 2.2rem
    }

    .edu-hero p {
        font-size: 1rem
    }

    .edu-stats {
        flex-direction: column;
        gap: 20px
    }

    .paths-grid,
    .resources-grid {
        grid-template-columns: 1fr
    }

    .section-header h2 {
        font-size: 2rem
    }

    .path-card,
    .resource-card {
        max-width: 500px;
        margin: 0 auto
    }

    .path-content {
        padding: 20px
    }

    .resource-card {
        padding: 25px
    }

    .faq-categories {
        flex-direction: column;
        align-items: center
    }

    .faq-category-btn {
        width: 100%;
        max-width: 300px
    }

    .faq-hero p {
        font-size: 1rem;
        padding: 0 15px
    }

    .faq-section h2 {
        font-size: 1.5rem
    }

    .faq-question {
        padding: 15px 20px;
        font-size: 1rem
    }

    .faq-answer {
        font-size: .95rem
    }

    .faq-item.active .faq-answer {
        padding: 0 20px 20px
    }
}

@media (max-width:480px) {

    .category-card h3 {
        font-size: medium
    }

    .products-grid {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 8px
    }

    .category-card .overlay,
    .product-info {
        padding: 5px
    }


    .product-current {
        font-size: 14px
    }

    .category-card {
        height: fit-content;
        width: 160px
    }

    .promo-card-modern {
        height: 160px
    }

    .department-card i,
    .promo-discount-modern {
        font-size: 2rem
    }

    .course-content h3,
    .department-card h3,
    .path-content h3,
    .promo-product-modern,
    .webinar-card h3 {
        font-size: 1.2rem
    }

    .contact-hero h1,
    .edu-hero h1,
    .edu-stat h3,
    .faq-hero h1,
    .resource-icon,
    .section-header h2 {
        font-size: 1.8rem
    }

    .contact-details p,
    .contact-hero p,
    .department-card p,
    .form-group label {
        font-size: .9rem
    }

    .contact-form-section,
    .contact-info-section,
    .department-card,
    .resource-card {
        padding: 20px
    }

    .faq-section h2,
    .section-title,
    .section-title i {
        font-size: 1.3rem
    }

    .contact-details h3 {
        font-size: 1.1rem
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 10px;
        font-size: .9rem
    }

    .submit-btn {
        padding: 12px;
        font-size: 1rem
    }

    .edu-hero p {
        font-size: .95rem
    }

    .section-header p {
        font-size: 1rem
    }

    .path-meta {
        flex-direction: column;
        gap: 10px
    }

    .resource-icon {
        width: 60px;
        height: 60px
    }

    .faq-question {
        padding: 12px 15px;
        font-size: .95rem
    }
}

.latest-news {
    padding: 60px 20px;
    margin-top: 100px
}

.news-heading {
    text-align: center;
    font-size: 50px;
    font-weight: 500 !important;
      font-family: "Oxanium", sans-serif;
    color: #153862;
    margin-bottom: 50px
}

.news-container {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap
}

.news-card {
    display: block;
    width: 320px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    border: 2px solid #17602b;
    color: inherit
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15)
}

.news-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block
}

.news-content h2 {
    font-size: 20px;
    font-weight: 500 !important;
      font-family: "Oxanium", sans-serif;
    margin-bottom: 10px
}

.date {
    font-size: 14px;
    color: #777
}

.product-detail-container {
    flex: 1;
    padding: 15px 0 30px;
    max-width: 1280px;
    margin: 100px auto 0;
    width: 100%
}

.container {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto
}

.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px 0 15px;
    color: var(--text-light);
    font-size: 12px
}

.breadcrumb a {
    color: #17602b
}

.breadcrumb i {
    font-size: 10px;
    color: #ca0705
}

.product-detail {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 20px;
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 5px gray;
    transition: box-shadow .3s
}

.product-images {
    position: sticky;
    top: 80px
}

.main-image-container {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
    cursor: zoom-in;
    position: relative
}

.main-image,
.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.main-image {
    transition: transform .3s
}

.image-thumbnails {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.thumbnail {
    width: 70px;
    height: 70px;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    padding: 3px;
    background: #fff;
    transition: .2s
}

.thumbnail:hover {
    transform: translateY(-2px)
}

.product-info-detail {
    padding-right: 5px
}

.product-info-detail h1 {
    font-size: 25px;
    font-weight: 500 !important;
    color: #153862; font-family: "Oxanium", sans-serif;
    line-height: 1.4;
    margin-bottom: 12px
}

.store-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    background: linear-gradient(to right, #fff8f3, #fff)
}

.store-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    transition: transform .3s;
    flex-shrink: 0
}

.store-details {
    flex: 1;
    min-width: 0
}

.store-meta span,
.store-name {
    display: flex;
    align-items: center
}

.store-name {
    font-size: 16px;
    font-weight: 600;
    color: #17602b;
    cursor: pointer;
    gap: 6px;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.store-meta {
    display: flex;
    gap: 20px;
    color: gray;
    font-size: 12px;
    flex-wrap: wrap
}

.store-meta span {
    gap: 5px
}

.chat-btn,
.product-rating {
    display: flex;
    align-items: center
}

.chat-btn {
    padding: 8px 20px;
    background: #17602b;
    border-radius: 6px;
    color: #fff;
    border: none;
    font-size: 13px;
    cursor: pointer;
    transition: .2s;
    gap: 6px;
    white-space: nowrap;
    flex-shrink: 0
}


.product-rating {
    gap: 15px;
    /* padding: 15px 0; */
    flex-wrap: wrap
}

.rating-stars,
.verified-badge {
    display: flex;
    align-items: center
}

.rating-stars {
    gap: 2px;
    color: gold;
    font-size: 16px
}

.rating-score {
    font-size: 16px;
    font-weight: 600
}

.quantity-label,
.rating-count {
    color: gray;
    font-size: 14px
}

.verified-badge {
    color: #45b859;
    font-size: 13px;
    gap: 5px;
    background: #e8f0fe;
    padding: 4px 12px;
    border-radius: 20px
}

.current-price,
.quantity-selector {
    align-items: center;
    gap: 15px;
    display: flex;
     font-family: "Oxanium", sans-serif;
}

.verified-badge i {
    color: #45b859
}

.product-price-detail {
    padding: 15px 0;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray
}

.current-price {
    font-size: 32px;
    font-weight: 600;
    color: #153862;
    flex-wrap: wrap
}
.product-description{
    padding: 20px 0;
}
.product-description h3{
    color: #153862;
    font-size: 22px;
     font-family: "Oxanium", sans-serif;
}
.product-description p{
    color: gray;
}
.original-price {
    font-size: 16px;
    color: #9e9e9e;
    text-decoration: line-through #ca0705;
    font-weight: 400
}

.btn,
.meta-value a,
.research-card {
    text-decoration: none
}

.discount {
    background: #45b85863;
    color: #45b859;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600
}

.tax-info {
    font-size: 13px;
    color: gray;
    margin-top: 5px
}

.product-actions {
    padding: 10px 0 0
}

.quantity-selector {
    flex-wrap: wrap
}

.quantity-controls {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden
}

.quantity-controls button {
    width: 36px;
    height: 36px;
    border: none;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
    color: #555;
    transition: background .2s
}

.quantity-controls button:hover {
    background: #dcdcdc
}

.quantity-controls input {
    width: 60px;
    height: 36px;
    border: none;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    text-align: center;
    font-size: 14px;
    font-weight: 500
}

.action-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.btn-buy,
.btn-cart {
    padding: 10px 15px;
    color: #fff;
    font-weight: 500;
    gap: 8px;
    transition: .3s;
    height: fit-content;
    display: flex;
    min-width: 140px;
    cursor: pointer
}

.btn-cart {
    flex: 2;
    background: #153862;
    border: none;
    border-radius: 20px;
    font-size: medium;
    align-items: center;
    justify-content: center
}

.btn-buy:hover,
.btn-cart:hover {
    background: #ca0705;
    transform: translateY(-2px)
}

.btn-buy {
    flex: 1;
    background: #17602b;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

.btn-wishlist {
    width: fit-content;
    height: fit-content;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    padding: 10px;
    font-size: 22px;
    color: #757575;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center
}

.delivery-info,
.product-meta {
    background: #fafafa;
    padding: 20px;
    border-radius: 12px
}

.btn-wishlist.active {
    background: #fff0f0;
    border-color: #ca0705;
    color: #ca0705
}

.delivery-info {
    margin: 15px 0
}

.delivery-item {
    display: flex;
    gap: 15px;
    margin-bottom: 15px
}

.delivery-item i {
    width: 24px;
    color: #ca0705;
    font-size: 20px
}

.delivery-title {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 14px
}

.delivery-desc {
    color: gray;
    font-size: 13px;
    line-height: 1.4
}

.load-more-btn i,
.meta-row,
.shuffle-btn i,
.stock-status i {
    font-size: 14px
}

.meta-row {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px dashed #e0e0e0
}

.meta-row:last-child,
.review-item:last-child {
    border-bottom: none
}

.meta-label {
    width: 110px;
    color: gray;
    flex-shrink: 0
}

.meta-value a {
    color: #0c90d8
}

.stock-status {
    color: #17602b;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px
}

.reviews-section {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px
}

.related-header,
.reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid gray;
    flex-wrap: wrap;
    gap: 15px
}

.reviews-header h2 {
    font-size: 20px;
    font-weight: 500;
     font-family: "Oxanium", sans-serif;
    color: #153862;
    display: flex;
    align-items: center;
    gap: 10px
}

.rating-row,
.rating-summary {
    align-items: center;
    display: flex
}

.reviews-header h2 span {
    background: #f0f0f0;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 14px;
    color: #555;
    font-weight: 400
}

.rating-summary {
    gap: 40px;
    background: #fafafa;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap
}

.average-rating {
    text-align: center;
    min-width: 140px
}

.big-rating {
    font-size: 48px;
    font-weight: 700;
    color: #153862;
    line-height: 1
}

.rating-stars-large {
    color: gold;
    margin: 8px 0;
    font-size: 18px
}

.image-upload p,
.rating-total {
    color: gray;
    font-size: 13px
}

.rating-bars {
    flex: 1;
    min-width: 250px
}

.rating-row {
    gap: 10px;
    margin-bottom: 8px
}

.rating-row .stars {
    width: 60px;
    color: gold;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 3px
}

.rating-row .bar {
    flex: 1;
    height: 8px;
    background: #e0e0e0;
    border-radius: 10px;
    overflow: hidden
}

.rating-row .fill {
    height: 100%;
    background: linear-gradient(90deg, #faca51, #ffb116);
    border-radius: 10px;
    transition: width .5s
}

.rating-row .percent {
    width: 45px;
    color: gray;
    font-size: 13px
}

.write-review-btn {
    padding: 7px 15px;
    background: #ca0705;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .3s;
    white-space: nowrap
}

.write-review-form {
    background: #fafafa;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    display: none;
    border: 1px solid gray
}

.write-review-form.show {
    display: block;
    animation: .3s slideDown
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-15px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.form-header h3 {
    font-size: 18px;
    font-weight: 600
}

.close-form {
    background: 0 0;
    border: none;
    font-size: 24px;
    color: gray;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .2s
}

.btn-submit,
.image-upload {
    cursor: pointer;
    transition: .3s
}

.close-form:hover {
    background: #e0e0e0;
    color: #ca0705
}

.rating-input label {
    display: block;
    font-size: 14px;
    color: var(--text-dark);
    margin-bottom: 10px;
    font-weight: 500
}

.star-rating-input {
    display: flex;
    gap: 8px;
    font-size: 28px;
    color: #ca0705
}

.star-rating-input i {
    cursor: pointer;
    transition: .2s
}

.star-rating-input i:hover {
    transform: scale(1.2)
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: .2s
}

.filter-options select:focus,
.form-group input:focus,
.form-group textarea:focus {
    outline: 0;
    border-color: #ca0705
}

.form-group textarea {
    height: 120px;
    resize: vertical
}

.image-upload {
    border: 2px dashed #e0e0e0;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    background: #fff
}

.btn-cancel,
.btn-submit {
    padding: 12px 30px;
    font-size: 14px
}

.image-upload:hover {
    border-color: #153862;
    background: #fff8f3
}

.floating-element i,
.image-upload i {
    font-size: 32px;
    color: #153862;
    margin-bottom: 10px
}

.form-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 25px
}

.btn-submit {
    background: #ca0705;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 500
}

.btn-cancel,
.review-footer button,
.review-image {
    transition: .2s;
    cursor: pointer
}

.btn-cancel {
    background: #fff;
    color: gray;
    border: 1px solid #e0e0e0;
    border-radius: 8px
}

.btn-cancel:hover {
    background: #f5f5f5;
    color: #ca0705
}

.reviews-list {
    margin-top: 20px
}

.review-item {
    padding: 25px 0;
    border-bottom: 1px solid gray;
    animation: .5s fadeIn
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.review-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px
}

.reviewer-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background: #f0f0f0;
    flex-shrink: 0
}

.reviewer-details h4 {
    font-size: 15px;
    font-weight: 600;
    color: #153862;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 5px
}

.reviewer-details .stars {
    color: gold;
    font-size: 13px;
    display: flex;
    gap: 2px
}

.review-date {
    color: #9e9e9e;
    font-size: 12px;
    background: #f5f5f5;
    padding: 5px 12px;
    border-radius: 20px;
    height: fit-content
}

.review-content,
.review-footer {
    padding-left: 63px
}

.review-content h4 {
    font-size: 16px;
    color: #153862;
    margin-bottom: 8px;
    font-weight: 600
}

.review-content p {
    color: gray;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px
}

.review-images {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px
}

.review-image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid gray
}

.review-image:hover {
    transform: scale(1.05);
    border-color: #ca0705;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.review-footer {
    display: flex;
    gap: 20px;
    margin-top: 15px;
    flex-wrap: wrap
}

.review-footer button {
    background: 0 0;
    border: none;
    color: gray;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 20px
}

.load-more-btn,
.related-header h2 {
    font-weight: 600;
    align-items: center;
    gap: 8px
}

.review-footer button:hover {
    color: #ca0705;
    background: #fff0e6
}

.no-reviews {
    text-align: center;
    padding: 50px 20px
}

.no-reviews i {
    font-size: medium;
    color: #e0e0e0;
}

.no-reviews p {
    color: gray;
    font-size: 15px;
    margin-bottom: 25px
}

.no-reviews .write-review-btn {
    display: inline-flex;
    margin: 0 auto
}

.load-more {
    text-align: center;
    margin-top: 30px
}

.load-more-btn {
    padding: 12px 35px;
    background: #fff;
    border: 2px solid #ca0705;
    color: #ca0705;
    border-radius: 40px;
    font-size: 14px;
    cursor: pointer;
    transition: .3s;
    display: inline-flex
}

.load-more-btn:hover {
    background: #ca0705;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 140, 51, .3)
}

.related-products {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 1px 1px 5px gray;
    margin-bottom: 20px
}

.related-header h2 {
    font-size: 20px;
    color: #153862;
    display: flex
}

.shuffle-btn {
    display: none;
    padding: 8px 20px;
    background: var(--bg-light);
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    color: #555;
    font-size: 13px;
    cursor: pointer;
    align-items: center;
    gap: 6px;
    transition: .2s
}

.shuffle-btn:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary)
}

@media (max-width:1024px) {
    .product-detail {
        grid-template-columns: 350px 1fr
    }

    .related-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:900px) {
    .related-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:768px) {
    .product-detail {
        grid-template-columns: 1fr;
        padding: 15px
    }

    .product-images {
        position: static
    }

    .main-image-container {
        height: 350px
    }

    .rating-summary {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

    .average-rating {
        display: flex;
        align-items: center;
        gap: 20px;
        text-align: left;
        width: 100%
    }

    .action-buttons {
        flex-direction: column
    }

    .btn-buy,
    .btn-cart,
    .btn-wishlist,
    .chat-btn {
        width: 100%
    }

    .store-info {
        flex-wrap: wrap
    }

    .review-content,
    .review-footer {
        padding-left: 0
    }

    .review-header {
        flex-direction: column;
        align-items: flex-start
    }

    .related-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px
    }

    .breadcrumb {
        font-size: 11px
    }
}

@media (max-width:480px) {
    .product-detail {
        padding: 12px
    }

    .main-image-container {
        height: 280px
    }

    .thumbnail {
        width: 55px;
        height: 55px
    }

    .current-price {
        font-size: 26px
    }

    .store-meta {
        gap: 12px
    }

    .related-products,
    .reviews-section {
        padding: 18px
    }

    .rating-summary {
        padding: 15px
    }

    .average-rating {
        flex-direction: column;
        gap: 5px
    }

    .big-rating {
        font-size: 40px
    }

    .related-grid {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .form-actions {
        flex-direction: column
    }

    .btn-cancel,
    .btn-submit {
        width: 100%
    }

    .star-rating-input {
        font-size: 24px
    }

    .review-footer {
        gap: 10px
    }

    .review-footer button {
        padding: 5px 8px;
        font-size: 12px
    }

    .notification {
        left: 20px;
        right: 20px;
        max-width: none
    }

    .product-image {
        height: 160px
    }
.swiper-backface-hidden .swiper-slide .product-image{
    height: 300px;
}
.swiper-backface-hidden .swiper-slide .product-actions{
    flex-direction: row;
}
.swiper-backface-hidden .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-backface-hidden .swiper-slide .product-title{
    font-size: medium;
}

    .product-card .product-info{
        padding: 10px;
    }

    .product-title {
        font-size: small;
    }
    .product-stars {
    font-size: small;
}
.product-store{
    margin:  5px 0;
}
.product-current {
        font-size: 16px;
    }
    .product-actions {
    padding: 10px 0 0;
    margin: 0;
}
.product-add-cart, .product-view {
    padding: 07px;
    width: 100%;
    font-size: small;
}
 .product-view {
        padding: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width:360px) {
    .thumbnail {
        width: 45px;
        height: 45px
    }

    .store-meta {
        flex-direction: column;
        gap: 5px
    }

    .product-rating {
        flex-direction: column;
        align-items: flex-start
    }

    .verified-badge {
        align-self: flex-start
    }
}

@media (hover:none) and (pointer:coarse) {

    .btn-buy:hover,
    .btn-cart:hover,
    .btn-small:hover,
    .btn-wishlist:hover,
    .load-more-btn:hover,
    .product-card:hover,
    .store-avatar:hover,
    .thumbnail:hover,
    .write-review-btn:hover {
        transform: none
    }
}

@media print {

    .btn-small,
    .btn-wishlist,
    .cart-sidebar,
    .chat-btn,
    .load-more-btn,
    .mobile-bottom-nav,
    .product-actions,
    .shuffle-btn,
    .wishlist-sidebar,
    .write-review-btn {
        display: none !important
    }

    .product-detail {
        box-shadow: none;
        border: 1px solid #ccc
    }
}

.products-filter {
    padding: 40px 0;
    background: var(--white);
    border-bottom: 1px solid gray
}

.filter-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px
}

.search-box {
    flex: 1;
    max-width: 500px;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #dcdcdc
}

.search-box input {
    flex: 1;
    padding: 12px 15px;
    border: none;
    font-size: 14px
}

.search-box button {
    padding: 12px 20px;
    background: #ca0705;
    color: #fff;
    border: none;
    border-radius: 0;
    cursor: pointer
}

.filter-options {
    display: flex;
    gap: 15px;
    flex-wrap: wrap
}

.filter-options select {
    padding: 12px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    min-width: 160px
}

@media (max-width:1200px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:992px) {
    .filter-container {
        flex-direction: column;
        align-items: stretch
    }

    .search-box {
        max-width: 100%
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

.research-hub-card-container {
    width: 100%;
    padding: 60px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    background-color: #f8f9fa;
    max-width: 1400px;
    margin: 0 auto
}

.research-card {
    width: 360px;
    height: 420px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .1);
    cursor: pointer;
    border: 2px solid var(--primary);
    transition: box-shadow .5s, transform .3s;
    display: flex;
    flex-direction: column
}

.research-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.7);
    transition: filter .5s;
    z-index: 1
}

.research-card:hover img {
    filter: brightness(.8)
}

.research-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .2) 100%);
    z-index: 2;
    transition: background .5s
}

.card-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 3;
    padding: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: transform .5s
}

.card-content h3 {
    font-size: x-large;
    margin: 0;
      font-family: "Oxanium", sans-serif;
    font-weight: 500 !important;
    line-height: 1.3;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .7)
}

.card-content .date {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary);
    text-shadow: 0 1px 3px rgba(0, 0, 0, .7)
}

.return-policy-container,
.shipping-policy-container {
    padding: 60px 0;
    margin-top: 100px;
    background: #f8f9fa
}

.policy-section {
    padding: 0;
    margin-bottom: 0
}

.eligibility-criteria,
.non-returnable {
    padding: 25px;
    margin: 30px 0;
    border-radius: 8px
}

.return-process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    margin: 30px 0
}

.process-step {
    background: #f5f5f5;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    transition: .3s
}

.process-step:hover,
.shipping-method:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(255, 140, 51, .15)
}

.process-step .step-number {
    width: 40px;
    height: 40px;
    background: #153862;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0 auto 15px
}

.process-step i {
    font-size: 2rem;
    color: #153862;
    margin-bottom: 15px
}

.process-step h4,
.shipping-method h4 {
    margin-bottom: 10px;
    color: #212121
}

.process-step p {
    font-size: .9rem;
    margin-bottom: 0
}

.eligibility-criteria {
    background: #e8f4ff;
    border-left: 4px solid #17a2b8
}

.eligibility-criteria h4 {
    color: #0c5460;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px
}

.eligibility-criteria h4 i,
.tracking-info h4 i {
    color: #17a2b8
}

.non-returnable {
    background: #fff5f5;
    border-left: 4px solid #dc3545
}

.non-returnable h4 {
    color: #721c24;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px
}

.non-returnable h4 i {
    color: #dc3545
}

.refund-timeline,
.shipping-timeline {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    position: relative
}

.refund-timeline::before,
.shipping-timeline::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: #153862;
    z-index: 1
}

.timeline-step .step-icon {
    width: 50px;
    height: 50px;
    background: #153862;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin: 0 auto 15px;
    transition: .3s
}

.timeline-step:hover .step-icon,
.timeline-step:hover .step-number {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(255, 140, 51, .3)
}

.time-period {
    font-weight: 700;
    color: #153862;
    margin-top: 5px
}

.country-table,
.policy-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.country-table th,
.policy-table th {
    background: #153862;
    color: #fff;
    padding: 15px;
    text-align: left
}

.country-table td,
.policy-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0
}

.country-table tr:hover,
.policy-table tr:hover {
    background: rgba(255, 140, 51, .05)
}

.warning-box {
    background: #fff9e6;
    border: 2px solid #ffc107;
    padding: 20px;
    margin: 30px 0;
    border-radius: 12px
}

.important-note h4,
.warning-box h4 {
    color: #856404;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px
}

.important-note h4 i,
.warning-box h4 i {
    color: #ffc107
}

@media (max-width:768px) {
    .filter-options {
        flex-direction: column
    }

    .filter-options select {
        width: 100%
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px
    }

    .research-card {
        width: 100%;
        max-width: 400px;
        height: 380px
    }

    .card-content h3 {
        font-size: 20px
    }

    .policy-hero h1 {
        font-size: 2.2rem
    }

    .policy-section {
        padding: 25px
    }

    .refund-timeline {
        flex-direction: column;
        gap: 30px
    }

    .refund-timeline::before {
        display: none
    }

    .timeline-step {
        display: flex;
        align-items: center;
        gap: 20px;
        text-align: left
    }

    .timeline-step .step-icon {
        margin: 0;
        flex-shrink: 0
    }

    .policy-table {
        display: block;
        overflow-x: auto
    }
}

@media (max-width:480px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px
    }

    .research-hub-card-container {
        padding: 40px 15px;
        gap: 20px
    }

    .research-card {
        height: 350px
    }

    .card-content h3 {
        font-size: 18px
    }

    .card-content .date {
        font-size: 12px
    }

    .policy-hero h1 {
        font-size: 1.8rem
    }

    .policy-hero p {
        font-size: .95rem
    }

    .policy-section h2 {
        font-size: 1.4rem
    }

    .policy-section h3 {
        font-size: 1.2rem
    }

    .return-process-steps {
        grid-template-columns: 1fr
    }
}

.policy-hero h1 {
    font-size: 3rem;
    font-weight: 500 !important;
      font-family: "Oxanium", sans-serif;
    margin-bottom: 20px;
    color: #212121
}

.policy-hero p {
    font-size: 1.1rem;
    color: #757575;
    max-width: 700px;
    margin: 0 auto
}

.policy-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px
}

.policy-section {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.policy-section h2 {
    color: #153862;
    margin-bottom: 25px;
    /* padding-bottom: 15px; */
    font-weight: 500 !important;
      font-family: "Oxanium", sans-serif;
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 15px
}

.policy-section h2 i {
    font-size: 1.5rem;
    color: #153862
}

.policy-section h3 {
    color: #212121;
    margin: 25px 0 15px;
    font-size: 1.3rem
}

.policy-section p {
    margin-bottom: 15px;
    line-height: 1.7;
    color: #757575
}

.policy-section ol,
.policy-section ul {
    margin: 20px 0 20px 30px;
    padding-left: 20px
}

.policy-section li {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #757575
}

.shipping-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin: 30px 0
}

.shipping-method {
    background: #f5f5f5;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    transition: .3s
}

.important-note,
.tracking-info {
    padding: 20px;
    margin: 30px 0;
    border-radius: 8px
}

.shipping-method p {
    font-size: .9rem;
    margin-bottom: 5px;
    color: #757575
}

.shipping-method .price {
    font-weight: 700;
    color: #153862;
    font-size: 1.1rem;
    margin-top: 10px
}

.timeline-step {
    text-align: center;
    position: relative;
    z-index: 2;
    flex: 1
}

.timeline-step .step-number {
    width: 50px;
    height: 50px;
    background: #153862;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    margin: 0 auto 15px;
    transition: .3s
}

.timeline-step h4 {
    margin-bottom: 8px;
    color: #212121
}

.timeline-step p {
    font-size: .9rem;
    color: #757575
}

.important-note {
    background: #fff9e6;
    border-left: 4px solid #ffc107
}

.tracking-info {
    background: #e8f4ff;
    border-left: 4px solid #17a2b8
}

.tracking-info h4 {
    color: #0c5460;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px
}

.smart-hero {
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgba(255, 140, 51, .05) 0, #fff 100%);
    position: relative;
    overflow: hidden
}

.smart-hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 140, 51, .03) 0, transparent 100%);
    z-index: 0
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.hero-content h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #212121
}

.hero-subtitle {
    font-size: 35px;
    font-weight: 600;
    color: #153862;
    margin-bottom: 30px;
    line-height: 1.2
}

.hero-text {
    font-size: 18px;
    line-height: 1.6;
    color: #757575;
    margin-bottom: 40px
}

.hero-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px
}

.hero-feature i {
    color: #153862;
    font-size: 24px;
    flex-shrink: 0
}

.hero-feature span {
    font-size: 16px;
    font-weight: 600;
    color: #212121
}

.hero-main-image {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, .1);
    transition: transform .5s
}

.floating-element {
    position: absolute;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    animation: 6s ease-in-out infinite float;
    border: 2px solid #153862
}

.benefit-card,
.service-card {
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08)
}

.floating-element-1 {
    top: -20px;
    left: -20px;
    animation-delay: 0s
}

.floating-element-2 {
    bottom: 30px;
    right: -20px;
    animation-delay: 2s
}

.floating-element p {
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    margin: 0
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }
}

.stats-section {
    padding: 80px 0;
    background-color: #000;
    color: #fff
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.stat-number {
    font-size: 48px;
    font-weight: 800;
    color: #153862;
    margin-bottom: 10px;
    line-height: 1
}

.stat-label {
    font-size: 18px;
    font-weight: 500;
    opacity: .9
}

.services-section {
    padding: 100px 0;
    background-color: #f5f5f5
}

.section-title,
.services-grid {
    max-width: 1200px;
    padding: 0 20px
}

.section-title {
    text-align: center;
    margin: 0 auto 60px;
    font-weight: 500 !important;
      font-family: "Oxanium", sans-serif;
}

.section-title h2 {
    font-size: 42px;
    font-weight: 800;
    color: #212121;
    margin-bottom: 20px
}

.section-title p {
    font-size: 20px;
    color: #757575;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin: 0 auto
}

.service-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    transition: .3s;
    border: 2px solid transparent;
    text-align: center
}

.service-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(255, 140, 51, .15);
    border-color: #153862
}

.service-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 140, 51, .1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px
}

.service-icon i {
    font-size: 36px;
    color: #153862
}

.benefit-card h3,
.service-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 20px
}

.service-card p {
    font-size: 16px;
    color: #757575;
    line-height: 1.6;
    margin-bottom: 25px
}

.service-features {
    list-style: none;
    padding: 0;
    text-align: left
}

.service-features li {
    padding: 8px 0 8px 25px;
    font-size: 15px;
    color: #757575;
    position: relative
}

.service-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #153862;
    font-weight: 700
}

.process-section {
    padding: 100px 0;
    background: #fff
}

.process-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px
}

.process-step {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 40px;
    margin-bottom: 60px;
    align-items: start
}

.step-number {
    width: 100px;
    height: 100px;
    background: #153862;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 800;
    flex-shrink: 0;
    transition: .3s
}

.process-step:hover .step-number {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(255, 140, 51, .3)
}

.step-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 20px
}

.step-content p {
    font-size: 18px;
    color: #757575;
    line-height: 1.7;
    margin-bottom: 25px
}

.step-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px
}

.step-feature {
    padding: 20px;
    background: #f5f5f5;
    border-radius: 12px;
    border-left: 4px solid #153862
}

.step-feature h4 {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 10px
}

.step-feature p {
    font-size: 14px;
    color: #757575;
    margin: 0;
    line-height: 1.5
}

.benefits-section {
    padding: 100px 0;
    background: linear-gradient(135deg, rgba(255, 140, 51, .05) 0, #fff 100%)
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.benefit-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    transition: transform .3s
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.benefit-icon {
    font-size: 48px;
    color: #153862;
    margin-bottom: 25px
}

.benefit-card p {
    font-size: 16px;
    color: #757575;
    line-height: 1.6
}

.cta-section {
    padding: 100px 0;
    background: #000;
    color: #fff;
    text-align: center
}

.cta-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px
}

.cta-container h2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #fff
}

.cta-container p {
    font-size: 20px;
    opacity: .9;
    margin-bottom: 40px;
    line-height: 1.6
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap
}

.btn {
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 12px;
    transition: .3s;
    cursor: pointer;
    border: none;
    display: inline-block
}

.btn-primary {
    background: #153862;
    color: #fff
}

.btn-primary:hover {
    background: #ca0705;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(255, 140, 51, .3)
}

.btn-outline {
    background: 0 0;
    color: #fff;
    border: 2px solid #153862
}

.btn-outline:hover {
    background: #153862;
    transform: translateY(-5px)
}

@media (max-width:1200px) {
    .hero-container {
        gap: 60px
    }

    .hero-content h1 {
        font-size: 45px
    }

    .hero-subtitle {
        font-size: 32px
    }
}

@media (max-width:992px) {
    .policy-hero h1 {
        font-size: 2.2rem
    }

    .policy-section {
        padding: 25px
    }

    .shipping-timeline {
        flex-direction: column;
        gap: 30px
    }

    .shipping-timeline::before {
        display: none
    }

    .timeline-step {
        display: flex;
        align-items: center;
        gap: 20px;
        text-align: left
    }

    .timeline-step .step-number {
        margin: 0;
        flex-shrink: 0
    }

    .country-table {
        display: block;
        overflow-x: auto
    }

    .hero-content,
    .process-step {
        text-align: center
    }

    .hero-container {
        grid-template-columns: 1fr;
        gap: 60px
    }

    .hero-features {
        justify-content: center
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px
    }

    .process-step {
        grid-template-columns: 1fr;
        gap: 25px
    }

    .step-number {
        margin: 0 auto
    }
}

@media (max-width:768px) {
    .hero-content h1 {
        font-size: 35px
    }

    .hero-subtitle {
        font-size: 25px
    }

    .hero-text,
    .step-content p {
        font-size: 16px
    }

    .cta-container h2,
    .section-title h2 {
        font-size: 32px
    }

    .cta-container p,
    .section-title p {
        font-size: 18px
    }

    .hero-features {
        grid-template-columns: 1fr;
        gap: 15px
    }

    .floating-element-1,
    .floating-element-2 {
        display: none
    }

    .stat-number {
        font-size: 40px
    }

    .benefit-card h3,
    .service-card h3 {
        font-size: 22px
    }

    .step-content h3 {
        font-size: 24px
    }

    .benefit-card p {
        font-size: 15px
    }
}

@media (max-width:576px) {

    .benefits-grid,
    .services-grid,
    .stats-grid,
    .step-features {
        grid-template-columns: 1fr
    }

    .smart-hero {
        padding: 80px 0 60px
    }

    .benefits-section,
    .cta-section,
    .process-section,
    .services-section {
        padding: 60px 0
    }

    .hero-content h1 {
        font-size: 32px
    }

    .hero-subtitle {
        font-size: 22px
    }

    .stats-grid {
        gap: 30px
    }

    .benefit-card,
    .service-card {
        padding: 30px 20px
    }

    .btn {
        padding: 15px 30px;
        font-size: 16px;
        width: 100%;
        max-width: 300px
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center
    }
}

@media (max-width:480px) {
    .policy-hero h1 {
        font-size: 1.8rem
    }

    .policy-hero p {
        font-size: .95rem
    }

    .policy-section h2 {
        font-size: 1.4rem
    }

    .policy-section h3 {
        font-size: 1.2rem
    }

    .shipping-methods {
        grid-template-columns: 1fr
    }

    .hero-content h1,
    .section-title h2 {
        font-size: 28px
    }

    .hero-subtitle,
    .service-card h3 {
        font-size: 20px
    }

    .hero-text,
    .service-card p {
        font-size: 14px
    }

    .section-title p {
        font-size: 16px
    }

    .step-content h3 {
        font-size: 22px
    }

    .step-content p {
        font-size: 15px
    }

    .step-number {
        height: 50px;
        width: 50px;
        font-size: large
    }

    .process-section,
    .services-section {
        padding-bottom: 0
    }
}

.search-container {
    position: relative;
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border: 2px solid #153862;
    border-radius: 50px;
    width: 100%;
    max-width: 420px;
    transition: .3s
}

.search-container i {
    padding-left: 15px
}

.search-icon {
    color: #666;
    margin-right: 10px;
    font-size: 18px
}

#mainSearchInput {
    flex: 1;
    border: none;
    outline: 0;
    background: 0 0;
    font-size: 15px;
    padding: 8px 10px
}

.search-results {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-60%, -5%);
    width: 100%;
    max-width: 520px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    margin-top: 8px;
    display: none;
    z-index: 1000;
    max-height: 70vh;
    overflow: hidden
}

.results-header,
.search-result-item:hover {
    background: #f8f9fa
}

.results-header {
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600
}

.results-content {
    max-height: 55vh;
    overflow-y: auto
}

.search-result-item {
    padding: 12px 16px;
    display: flex;
    gap: 12px;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: .2s
}

.search-result-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 8px
}

.search-result-info h4 {
    margin: 0 0 4px;
    font-size: 15px
}

.search-result-info p {
    margin: 0;
    font-size: 13px;
    color: #666
}

.no-results {
    padding: 30px;
    text-align: center;
    color: #888
}

.news-view {
    background: #f2f2f2;
    display: flex;
    margin-top: 100px;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.news-view h1 {
    font-size: 35px;
    margin-bottom: 10px;
    text-align: center;
    background: linear-gradient(to right, #153862, #0c90d8);
    color: #fff;
    width: 100%;
    font-weight: 500 !important;
      font-family: "Oxanium", sans-serif;
    padding: 40px 10px
}

.news-view .date {
    display: block;
    font-size: 16px;
    width: 100%;
    text-align: left;
    color: #777;
    margin-bottom: 15px;
    padding-left: 20px
}

.news-view img {
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 10px;
    object-fit: cover
}

@media(max-width:768px) {
    .news-heading {
        font-size: 38px
    }

    .news-card {
        width: 100%;
        max-width: 400px
    }

    .news-view h1 {
        font-size: 24px
    }

    .newsletter-form button {
        padding: 5px 10px
    }

    .newsletter-benefits span {
        font-size: 10px
    }
}
a, input, li, option, p, textarea{
    font-family: Arial, Helvetica, sans-serif;
}