:root {
  --primary-color: #3498db;
  --color-secondary: #DCE4FF;
  --color-bg: #FFFFFF;
  --color-text: #0f172a;
  --color-on-dark: #ffffff;
  --bg-dark: #000;
  --font-family-base: 'Poppins', sans-serif;
}

body {
    animation: fadeIn ease 2s;
}




a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
ul {
  margin: 0;
  padding: 0;
}

a:focus,
input:focus,
input:focus-visible {
  outline: -webkit-focus-ring-color auto 0;
}

.btn-check:focus+.btn,
.btn:focus,
.form-control:focus {
  box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}

a,
a:hover {
  text-decoration: none !important;
  transition: .5s ease-in-out;
}

.fa-phone,
.fa-phone-square {
  transform: rotate(0);
}

.form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: unset;
}

ul li {
  list-style: none;
}

body {
  font-family: var(--font-family-base);
}

.custom-primary-color {
  color: var(--primary-color);
}

.custom-secondary-color {
  color: var(--color-secondary);
}

.custom-bg-color {
  background-color: var(--color-bg);
}

.custom-text-color {
  color: var(--color-text);
}

/* Utility classes for accessible foreground/background combinations */
.text-on-dark {
  color: var(--color-on-dark) !important;
}
.text-on-light {
  color: var(--color-text) !important;
}
.bg-dark {
  background-color: var(--bg-dark) !important;
  color: var(--color-on-dark) !important;
}

.heading-1 {
  font-size: 54px;
}

.heading-2 {
  font-size: 48px;
}

.font-48 {
  font-size: 48px;
}
.font-32 {
  font-size: 32px;
}
.font-24 {
  font-size: 24px;
}
.font-22 {
  font-size: 22px;
}
.font-20 {
  font-size: 20px;
}
.font-18 {
  font-size: 18px;
}
.font-16 {
  font-size: 16px;
}
.font-15 {
  font-size: 15px;
}

.font-14 {
  font-size: 14px;
}
.font-13 {
  font-size: 13px;
}
.font-12 {
  font-size: 12px;
}
.font-10 {
  font-size: 10px;
}

.i-env {
  font-size: 4.7rem;
}
.bg-blue {
  background-color: #1E2541;
}

.bg-light-blue {
  background-color: #DCE5FF;
}
.text-light1 {
  color: #999999;
}
.btn-outline-red {
  border: 2px solid #EE1D23;
  color: #EE1D23;
  background: transparent;
  transition: all 0.5s ease;
}
.btn-outline-red:hover {
  background-color: #EE1D23;
  color: #fff;
}
.bg-red {
  background-color: #EE1D23;
}
.min-h1 {
  min-height: 2.5rem;
}
.border-light-white
{
  border-color: #454545;
}

.light-white
{
  color: #666;
}
.text-red {
  color: #EE1D23;
}
.hover-a:hover {
  color: #EE1D23 !important;
  transition: all 0.5s ease-in-out;
}

/* Social Media Icons */
.social-icons {
  display: flex;
  gap: 17px;
  align-items: center;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: all 0.5s ease;
  font-size: 16px;
}

.social-icons-colored .social-icon {
  background-color: #666;
}

.social-icons-colored .social-facebook {
  background-color: #1877F2;
}

.social-icons-colored .social-facebook:hover {
  background-color: #0A66C2;
  transform: scale(1.1);
}

.social-icons-colored .social-instagram {
  background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);
}

.social-icons-colored .social-instagram:hover {
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(238, 42, 123, 0.5);
}

.social-icons-colored .social-youtube {
  background-color: #FF0000;
}

.social-icons-colored .social-youtube:hover {
  background-color: #CC0000;
  transform: scale(1.1);
}

.social-icons-colored .social-tiktok {
   color: #000000;
    background-color: #fff;
}

.social-icons-colored .social-tiktok:hover {
  background-color: #25F4EE;
  color: #000;
  transform: scale(1.1);
}

.bg-grey {
  background-color: #f5f5f5;
}
.rounded-15 {
  border-radius: 15px;
}

.category-card {
  position: relative;
}


.trip-photo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  box-shadow: 0 10px 25px rgba(0,0,0,.10);
  transition: .3s ease;
}

.shop-trip-photo {
  width: 100px;
  height: 100px;
  
}


.trip-img {
  width: 60% !important;
  height: 60%;
  object-fit: contain;
  transition: .5s ease;
}


.category-name {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  transform: translateY(10px);
  transition: .5s ease;
}


/* Hover Effect */
.category-card:hover .category-name {
    opacity: 1;
    transform: translateY(0);
    color: red;
}

.shop-filters .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #000;
} 


.category-card:hover .trip-photo {
    transform: translateY(-8px);
}


.category-card:hover .trip-img {
    transform: scale(1.1);
}

/* Carousel Pagination */
 /* Dots Container */
.top-carousel2 .owl-dots{
    display: block !important;
    text-align: center;
    margin-top: 20px;
}

/* Default Dot */
.top-carousel2 .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #d6d6d6;
    display: block;
    border-radius: 50%;
    transition: all .5s ease;
    border: 1px solid #d6d6d6;
}

/* Active Dot */
.top-carousel2 .owl-dots .owl-dot.active span{
    width: 30px;
    height: 10px;
    background: #f14242 !important;
    border-radius: 50px;
}

/* Hover */
.top-carousel2 .owl-dots .owl-dot:hover span{
    background: #f14242;
}


    .banner-hover {
            position: relative;
            display: block;
            overflow: hidden;
            border-radius: 15px;
        }

        .banner-hover img {
            width: 100%;
            display: block;
            transition: all .5s ease;
        }

        /* Overlay */
        .banner-hover::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(0,0,0,.6);
            opacity: 0;
            transition: all .5s ease;
            z-index: 1;
        }

        /* Icon */
        .banner-hover::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(.8);
            color: #fff;
            font-size: 32px;
            opacity: 0;
            transition: all .5s ease;
            z-index: 2;
        }

        /* Hover */
        .banner-hover:hover::after {
            opacity: 1;
        }

        .banner-hover:hover::before {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }

        .banner-hover:hover img {
            transform: scale(1.08);
        }

/* Scroll to Top Button */
.scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    background: #f14242;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: white;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.8);
    transition: all 0.5s ease-in-out;

    z-index: 999;
    overflow: hidden;
}

.scroll-top-btn .scroll-progress-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.scroll-top-btn .scroll-top-icon {
    position: relative;
    z-index: 1;
}

.scroll-top-btn:hover {
    transform: translateY(-5px) scale(1.1);

    background: #ff6b6b;
}

.scroll-top-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* Product Card Icon Overlay */
.product-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.product-image-wrapper img {
    display: block;
    width: 100%;
    transition: all 0.5s ease;
}

.product-icon-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    opacity: 0;
    transition: opacity 0.5s ease;
}



.product-image-wrapper:hover .product-icon-overlay {
    opacity: 1;
}

.product-icon {
    width: 30px;
    height: 30px;
    background: #d4d3d3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EE1D23;
    font-size: 15px;
    transition: all 0.5s ease;
    text-decoration: none;
}

.product-icon:hover {
    background: #EE1D23;
    color: white;
    transform: scale(1);
}

/* Product Label */
.product-label {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    z-index: 10;
}

.label-hot {
    background: #EE1D23;
    color: white;
}


 /* Dots Container */
.arrival-carousel  .owl-dots{
    display: block !important;
    text-align: center;
    margin-top: 20px;
}

/* Default Dot */
.arrival-carousel  .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #d6d6d6;
    display: block;
    border-radius: 50%;
    transition: all .5s ease;
    border: 1px solid #d6d6d6;
}

/* Active Dot */
.arrival-carousel  .owl-dots .owl-dot.active span{
    width: 30px;
    height: 10px;
    background: #f14242 !important;
    border-radius: 50px;
}

/* Hover */
.arrival-carousel  .owl-dots .owl-dot:hover span{
    background: #f14242;
}



 /* Dots Container */
.popular-carousel   .owl-dots{
    display: block !important;
    text-align: center;
    margin-top: 20px;
}

/* Default Dot */
.popular-carousel   .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #d6d6d6;
    display: block;
    border-radius: 50%;
    transition: all .5s ease;
    border: 1px solid #d6d6d6;
}

/* Active Dot */
.popular-carousel  .owl-dots .owl-dot.active span{
    width: 30px;
    height: 10px;
    background: #f14242 !important;
    border-radius: 50px;
}

/* Hover */
.popular-carousel   .owl-dots .owl-dot:hover span{
    background: #f14242;
}

/* Header Main Section */
.header-section {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);

    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background-color: #000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.header-section > .row:first-child {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 60px;
    overflow: hidden;
}

.header-section.shrink > .row:first-child {
    max-height: 0;
    padding: 0 !important;
}

.header-section.shrink {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.header-section.shrink .header-main {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.header-main {
        background-image: linear-gradient(to bottom, #000000, #3a0102);
    /* border: none !important; */
    border-color: #313131 !important;
}

/* Add padding to body to account for fixed header */
body {
    padding-top: 0;
    transition: padding-top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

body.has-fixed-header {
    padding-top: 150px;
}

body.has-fixed-header.shrink-active {
    padding-top: 80px;
}

/* Search Section */
.search-section {
    display: flex;
    align-items: center;
    gap: 0;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.category-dropdown {
    border: none;
    padding: 12px 15px 12px 15px;
    background: #f5f5f5 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="%23333" d="M1 1l5 5 5-5"/></svg>') no-repeat;
    background-position: right 10px center;
    background-size: 12px 8px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    min-width: 120px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 35px;
}

.category-dropdown:focus {
    box-shadow: none;
    background: #f5f5f5 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="%23333" d="M1 1l5 5 5-5"/></svg>') no-repeat;
    background-position: right 10px center;
    background-size: 12px 8px;
}

.search-input {
    flex: 1;
    border: none;
    padding: 12px 15px;
    font-size: 14px;
    outline: none;
    background: white;
}

.search-input::placeholder {
    color: #999;
}

.search-btn {
    background: #EE1D23;
    border: none;
    padding: 12px 20px;
    color: white;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.5s ease;
}

.search-btn:hover {
    background: #d91620;
}

/* Search Overlay */
.search-toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-toggle-btn:hover {
    transform: scale(1.05);
}

.search-toggle-btn:active {
    transform: scale(0.95);
}

.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow: hidden;
}

.search-overlay.active {
    opacity: 1;
    visibility: visible;
}

.search-overlay-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: -1;
    cursor: pointer;
    transition: background-color 0.4s ease;
}

.search-overlay.active .search-overlay-backdrop {
    background: rgba(0, 0, 0, 0.85);
}

.search-overlay-container {
    width: 100%;
    max-width: 750px;
    position: relative;
    animation: slideUp 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 2;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.search-overlay.active .search-overlay-container {
    animation: slideUp 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.search-overlay-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.search-overlay-title {
    color: white;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.5px;
}

.search-overlay-close {
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 0;
    flex-shrink: 0;
}

.search-overlay-close:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    transform: rotate(90deg) scale(1.05);
}

.search-overlay-close:active {
    transform: rotate(90deg) scale(0.95);
}

.search-overlay-content {
    animation: fadeIn 0.6s ease 0.15s both;
}

.search-overlay-form {
    display: flex;
    gap: 0;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    transition: box-shadow 0.4s ease;
}

.search-overlay-form:focus-within {
    box-shadow: 0 25px 70px rgba(238, 29, 35, 0.25);
}

.search-overlay-category {
    flex: 0 0 auto;
    border-right: 1px solid #f0f0f0;
}

.search-overlay-category .category-dropdown {
    border-radius: 0;
    height: 100%;
    min-width: 150px;
    border: none;
    padding: 16px 15px 16px 20px;
    background-size: 12px 8px;
    background-position: right 15px center;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
}

.search-overlay-category .category-dropdown:focus {
    background-color: #f9f9f9;
    box-shadow: none;
}

.search-overlay-category .category-dropdown:hover {
    background-color: #f5f5f5;
}

.search-overlay-input-group {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0;
}

.search-overlay-input {
    flex: 1;
    border: none;
    padding: 16px 20px;
    font-size: 16px;
    outline: none;
    background: transparent;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
}

.search-overlay-input::placeholder {
    color: #999;
    font-weight: 400;
}

.search-overlay-input:focus {
    background: rgba(238, 29, 35, 0.02);
}

.search-overlay-btn {
    background: linear-gradient(135deg, #EE1D23 0%, #ff5a5a 100%);
    border: none;
    padding: 16px 30px;
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.search-overlay-btn:hover {
    background: linear-gradient(135deg, #d91620 0%, #ff4545 100%);
    transform: translateX(-2px);
}

.search-overlay-btn:active {
    transform: translateX(0) scale(0.95);
}

.search-overlay-btn:focus {
    outline: 2px solid rgba(255, 255, 255, 0.3);
    outline-offset: 2px;
}



/* Help Section */
.help-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
    margin-left: auto;
}

.help-content {
    /* display: flex; */
    align-items: center;
    gap: 10px;
    /* background: rgba(238, 29, 35, 0.1); */
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #fff;
}

.help-content i {
    color: #EE1D23;
    font-size: 20px;
}

.help-label {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 2px;
}

.help-phone {
    font-size: 14px;
    font-weight: 700;
    color: #EE1D23;
    margin: 0;
}

.header-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-icon-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    color: #eaeaea;
    text-decoration: none;
    transition: all 0.5s ease;
}

.header-icon-link:hover {
    color: #EE1D23;
}

.header-icon-link i {
    font-size: 18px;
}

.icon-label {
    font-size: 12px;
    font-weight: 500;
}

.navbar-section {

    position: relative;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.5s ease;

    background-color: #000;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.navbar-section.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    animation: slideDown 0.5s ease-out;
        padding: 0 13px;
}

body.has-fixed-header {
    padding-top: var(--navbar-height, 56px);
}

.navbar-content {
    position: relative;
    width: 100%;
}

/* Navigation Bar Styles */
.nav-container {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1;
}

.dropdown-wrapper {
    position: relative;
}

.browse-categories-btn {
    background-color: #000000;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;

    white-space: nowrap;

}



@keyframes dropdownSlide {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-menu-categories {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border-radius: 8px;
    min-width: 250px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.5s;
    z-index: 10000;
    margin-top: 12px;
    pointer-events: none;
}

.dropdown-menu-categories.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
}

.browse-categories-btn .fa-chevron-down {
    transition: transform 0.5s ease;
}

.browse-categories-btn.active .fa-chevron-down {
    transform: rotate(180deg);
}

.dropdown-menu-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-menu-categories li {
    padding: 0;
}

.dropdown-menu-categories li a {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.5s ease;
    font-size: 14px;
}

.dropdown-menu-categories li:first-child a {
    border-radius: 5px 5px 0 0;
}

.dropdown-menu-categories li:last-child a {
    border-radius: 0 0 5px 5px;
}

.dropdown-menu-categories li a {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dropdown-menu-categories li a i {
    width: 20px;
    color: #EE1D23;
    font-size: 15px;
    transition: all 0.5s ease;
}

.dropdown-menu-categories li a:hover {
    background-color: #f5f5f5;
    color: #EE1D23;
    padding-left: 25px;
}

.dropdown-menu-categories li a:hover i {
    transform: scale(1.2);
}

/* Mega Menu Styles */
.mega-menu {
    min-width: 700px;
    padding: 0;
    border-radius: 12px;
    width: 1024px;
}

.mega-menu-content {
    /* display: grid; */
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 25px;
}

.mega-menu-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mega-menu-section {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mega-menu-title {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mega-menu-title i {
    color: #EE1D23;
    font-size: 14px;
    width: 18px;
}

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

.mega-menu-list li {
    padding: 0;
}

.mega-menu-list li a {
    display: block;
    padding: 6px 0;
    color: #555;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.5s ease;
}

.mega-menu-list li a:hover {
    color: #EE1D23;
    padding-left: 5px;
}

.mega-menu-promo {
    background: linear-gradient(135deg, #EE1D23, #ff6b6b);
    border-radius: 10px;
    padding: 15px;
    height: 100%;
}

.promo-badge {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.promo-label {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
    align-self: flex-start;
}

.promo-title {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin: 8px 0 2px;
}

.promo-desc {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    margin: 0;
}

.promo-btn {
    display: inline-block;
    background: #fff;
    color: #EE1D23;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
    transition: all 0.5s ease;
    text-align: center;
}

.promo-btn:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
}

/* Sub Menu Styles */
.has-submenu {
    position: relative;
}

.has-submenu > a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.has-submenu > a i {
    font-size: 10px;
    color: #999;
    transition: all 0.5s ease;
}

.has-submenu:hover > a i {
    color: #EE1D23;
    transform: translateX(3px);
}

.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 220px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    padding: 10px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: all 0.5s ease;
    z-index: 10002;
    border: 1px solid #f0f0f0;
}

.sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #555;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.2s ease;
}

.sub-menu li a:hover {
    color: #EE1D23;
    background: #fff5f5;
    padding-left: 25px;
}

.sub-menu .sub-menu {
    top: -10px;
}

.has-submenu:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* Sub menu arrow indicator */
.has-submenu > a::after {
    display: none;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 25px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-nav.hide-on-shrink {
    opacity: 0;
    visibility: hidden;
    max-width: 0;
    overflow: hidden;
}

.navbar-section .nav-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;

}

.navbar-section .nav-link:hover {
    color: #EE1D23;
    transform: translateY(-2px);
}

 .navbar-section .nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #EE1D23, #ff5a5a);
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border:none !important;
}

.navbar-section .nav-link:hover::after {
    width: 100%;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    padding: 8px 12px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 5px;
}

.mobile-menu-toggle:hover {
    color: #EE1D23;
    background-color: rgba(238, 29, 35, 0.05);
    transform: rotate(90deg);
}

.mobile-menu-toggle.active {
    color: #EE1D23;
    background-color: rgba(238, 29, 35, 0.1);
}

.nav-icon-link {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.5s ease;
}

.nav-icon-link:hover {
    color: #EE1D23;
}

.nav-icon-link i {
    font-size: 16px;
}

.cart-link {
    position: relative;
}

.cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #EE1D23;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
}

/* inner page */
.breadcrum-section .breadcrumb-item.active {
    color:  #EE1D23 !important;
}

.breadcrum-section .breadcrumb-item+.breadcrumb-item::before {

    margin-right: 10px;
}
.tab-show .nav-tabs .nav-link {
display: flex;
    border: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #999;
    padding: 0;
    margin-right: 3em;
    padding-bottom: 0.3em;
   transition: .5s ease-in-out;

}
.tab-show .nav-tabs{
    border:0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
     color: #000;
       transition: .5s ease-in-out;
    border-bottom: 1px solid #1c1c1c;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      transition: .5s ease-in-out;
  color: #000;
    border-bottom: 1px solid #1c1c1c;
}

/* Customer Reviews Section */
.average-rating-section {
    padding: 20px 0;
}

.rating-box {
    text-align: center;
}

.rating-box h3 {
    font-size: 48px;
    line-height: 1;
    color: #000;
}

.star-display {
    font-size: 20px;
    letter-spacing: 4px;
}

.star-display i {
    color: #ddd;
    transition: 0.5s ease;
}

.rating-distribution {
    margin-top: 30px;
}

.rating-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.star-badge {
    display: flex;
    gap: 3px;
    min-width: 100px;
    font-size: 12px;
}

.rating-row .progress {
    flex: 1;
    height: 8px;
    background-color: #e9ecef;
    border-radius: 4px;
}

.rating-row .progress-bar {
    background-color: #ffc107;
}

.submit-review-section {
    padding: 20px 0;
}

.submit-review-section h3 {
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}

.review-form {
    max-width: 100%;
}

.star-rating {
    display: flex;
    gap: 10px;
    font-size: 32px;
}

.star-icon {
    cursor: pointer;
    color: #ddd;
    transition: all 0.5s ease;
    font-size: 16px;
}

.star-icon:hover,
.star-icon.active {
    color: #ffc107;
    transform: scale(1.1);
}

.review-progress {
    height: 8px;
    background-color: #e9ecef;
    border-radius: 4px;
}

.review-progress-bar {
    width: 0% !important;
}

.review-textarea {
    resize: vertical;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 12px 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #333;
}

.review-textarea:focus {
    border-color: #EE1D23;
    outline: none;
    box-shadow: none;
}

.review-input {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #333;
}

.review-input:focus {
    border-color: #EE1D23;
    outline: none;
    box-shadow: none;
}

.review-submit-btn {
    background-color: #3a3a3a;
    color: white;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all 0.5s ease;
}

.review-submit-btn:hover {
    background-color: #000;
    transform: translateY(-2px);
    color: white;
}

/* FAQ Section */
.faq-section {
    padding: 20px 0;
}

.faq-item {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.faq-item:hover {
    border-color: #EE1D23;
    box-shadow: 0 2px 8px rgba(238, 29, 35, 0.1);
}

.accordion-header {
    margin: 0;
}

.faq-button {
    background-color: #f9f9f9;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    padding: 18px 20px;
    border: 0;
    border-radius: 0;
    text-align: left;
    transition: all 0.5s ease;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    gap: 12px;
}

.faq-button:not(.collapsed) {
    background-color: #EE1D23;
    color: white;
}

.faq-button:hover {
    background-color: #EE1D23;
    color: white;
}

.faq-button::after {
    border-color: currentColor;
    margin-left: auto;
}

.faq-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    font-weight: 700;
    font-size: 14px;
    color: inherit;
}

.faq-button:not(.collapsed) .faq-number {
    color: #000000;
}

.faq-answer {
    background-color: #fafafa;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    padding: 20px;
    border-top: 1px solid #ddd;
}



/* Feature Items Styling */
.feature-item {
    transition: all 0.5s ease;
    padding: 16px 0;
}

.feature-item:hover {
    transform: translateX(8px);
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    color: #EE1D23;
    font-size: 24px;
    transition: all 0.5s ease;
    background: rgba(238, 29, 35, 0.08);
}

.feature-item:hover .feature-icon {
    background: rgba(238, 29, 35, 0.15);
    transform: scale(1.1);
}

.feature-item h5 {
    font-size: 16px;
    letter-spacing: 0.3px;
    font-weight: 700;
    color: #000;
}

.feature-item p {
    font-size: 13px;
    line-height: 1.6;
    color: #666;
}

/* Product Title & Description */
.col-lg-5 h1 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.col-lg-5 > .bg-white p:first-of-type {
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}

/* Product Image Section */
.product-image-container {
    overflow: hidden;
    max-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    border-radius: 12px;
}

.product-image-container img {
    object-fit: contain;
    max-width: 95%;
    max-height: 95%;
    transition: transform 0.5s ease;
}

.product-image-container:hover img {
    transform: scale(1.05);
}

/* Product Label styling */
.product-image-container .product-label {
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #EE1D23 0%, #ff5a5a 100%);
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(238, 29, 35, 0.3);
    color: white;
}

/* Badges styling */
.product-image-container .badges-section {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.product-image-container .badge {
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 6px;
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.product-image-container .badge.bg-primary {
    background-color: rgba(52, 152, 219, 0.95) !important;
}

.product-image-container .badge.bg-secondary {
    background-color: rgba(108, 117, 125, 0.95) !important;
}

.product-image-zoom-controls {
    display: flex;
    justify-content: center;
    gap: 8px;
}

/* Product Label */
.product-label {
    top: 15px;
    left: 15px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.label-hot {
    background-color: #dc3545;
    color: white;
}

/* Badges */
.badges-section .badge {
    font-size: 11px;
    font-weight: 600;
    padding: 6px 12px;
}

/* Price Section */
.price-section {
    padding: 20px;
    background: linear-gradient(135deg, rgba(238, 29, 35, 0.05) 0%, rgba(238, 29, 35, 0.02) 100%);
    border-radius: 12px;
    margin-bottom: 20px;
    border: 1px solid rgba(238, 29, 35, 0.1);
}

.price-section h2 {
    color: #EE1D23;
    margin-bottom: 8px;
    font-size: 36px;
    font-weight: 800;
}

.price-section p {
    color: #999;
    font-size: 14px;
}

.price-section .badge {
    background-color: #EE1D23;
    color: white;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 20px;
}

/* Star Display */
.star-display {
    display: inline-flex;
    gap: 4px;
}

.star-display i {
    font-size: 14px;
}

/* Quantity Stepper */
.quantity-stepper {
    display: inline-flex;
    align-items: center;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    height: 50px;
}

.qty-btn {
    width: 44px;
    border: none;
    background: #f8f9fa;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.qty-btn:hover {
    background-color: #EE1D23;
    color: white;
}

.qty-input {
    width: 50px;
    border: none;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    background: white;
    color: #333;
    height: 100%;
    outline: none;
}

.qty-input::-webkit-inner-spin-button,
.qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-input[type="number"] {
    -moz-appearance: textfield;
}

.cart-page .qty-input[type="number"] {
    -moz-appearance: unset;
}

/* Thumbnail Images */
.thumbnail-image {
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.5s ease;
}

.thumbnail-image:hover {
    border-color: #dc3545;
    transform: scale(1.05);
}

/* Sharing Section */
.sharing-section {
    padding-top: 20px;
}

.sharing-section .btn {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #e0e0e0;
}

.sharing-section .btn:hover {
    border-color: #EE1D23;
    background-color: #EE1D23;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(238, 29, 35, 0.25);
}

/* Product Tags */
.bg-red.text-white {
    background: linear-gradient(135deg, #EE1D23 0%, #ff5a5a 100%) !important;
    padding: 8px 14px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
}

/* Badge Styles */
.badge {
    font-weight: 600;
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 6px;
}

.bg-red {
    background: linear-gradient(135deg, #EE1D23 0%, #ff5a5a 100%) !important;
    box-shadow: 0 4px 12px rgba(238, 29, 35, 0.3);
}

/* Product Info Section Buttons */
.col-lg-5 .btn {
    font-weight: 600;
    padding: 12px 16px;
    border-radius: 8px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #e0e0e0;
}

.col-lg-5 .bg-red.text-white {
    background: linear-gradient(135deg, #EE1D23 0%, #ff5a5a 100%) !important;
    border: none;

}

.col-lg-5 .bg-red.text-white:hover {
    transform: translateY(-3px);

}

.col-lg-5 .btn-outline-secondary {
    border: 2px solid #e0e0e0;
    color: #333;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.col-lg-5 .btn-outline-secondary:hover {
    background-color: #EE1D23;
    border-color: #EE1D23;
    color: white;
    transform: translateY(-2px);
}

/* Thumbnail Gallery Section */
.thumbnail-gallery-section {
    max-height: 700px;
    display: flex;
    flex-direction: column;
}

.product-images-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow-y: auto;
    padding-right: 8px;
}

.product-images-list::-webkit-scrollbar {
    width: 6px;
}

.product-images-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.product-images-list::-webkit-scrollbar-thumb {
    background: #EE1D23;
    border-radius: 10px;
}

.product-images-list::-webkit-scrollbar-thumb:hover {
    background: #dc3545;
}

.thumbnail-item {
    cursor: pointer;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
    position: relative;
    flex-shrink: 0;
    aspect-ratio: 1;
}

.thumbnail-item:hover {
    border-color: #EE1D23;

}

.thumbnail-item.active {
    border-color: #EE1D23;

}

.thumbnail-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}



/* Product Carousel Styles */
.product-carousel {
    border-radius: 12px;
    overflow: hidden;
}

.product-carousel-inner {
    border-radius: 12px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.carousel-item {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.95);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: #EE1D23;
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
    filter: brightness(0);
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    filter: brightness(100%);
}

.carousel-control-prev {
    left: 15px;
}

.carousel-control-next {
    right: 15px;
}

/* Product Image OWL Carousel Nav */
.product-image-carousel .owl-nav button.owl-prev,
.product-image-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.95) !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50% !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e0e0e0 !important;
    opacity: 0.6;
    font-size: 24px !important;
    color: #333 !important;

    font-weight: 700;
}
.product-image-carousel .owl-nav button.owl-prev:hover,
.product-image-carousel .owl-nav button.owl-next:hover {
    background-color: #EE1D23 !important;
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    color: #fff !important;
}
.product-image-carousel .owl-nav button.owl-prev {
    left: 15px;
}
.product-image-carousel .owl-nav button.owl-next {
    right: 15px;
}
.product-image-carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.product-image-carousel .owl-nav button {
    pointer-events: auto;
}
.product-image-carousel .owl-stage-outer {
    border-radius: 12px;
}

/* Product Image Zoom Controls */
.product-image-zoom-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 24px;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 12px;
    animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-image-zoom-controls .btn {
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e0e0e0;
    background: white;
    color: #333;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.product-image-zoom-controls .btn:hover {
    background-color: #EE1D23;
    color: white;
    border-color: #EE1D23;
    transform: scale(1.12) translateY(-2px);
    box-shadow: 0 8px 20px rgba(238, 29, 35, 0.3);
}

.product-image-zoom-controls .btn:active {
    transform: scale(0.95);
}
.n-set{
     position: sticky;
    top: 5em;
    height: fit-content;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}
.sticky-content-wrapper {
    height: 70px;
}

/* Sticky Footer Navigation */
@keyframes fixedBottomContent {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.sticky-footer {
    position: relative;
    height: 70px;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
}

.sticky-content {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.4s ease-in-out;
}

.sticky-content.fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 1051;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-animation: fixedBottomContent 0.4s;
    animation: fixedBottomContent 0.4s;
}

.sticky-content.fixed.fix-bottom {
    bottom: 0;
    -webkit-animation: fixedBottomContent 0.4s;
    animation: fixedBottomContent 0.4s;
}

.sticky-link {
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.sticky-link:hover,
.sticky-link.active {
    color: #EE1D23;
}

.sticky-link i {
    font-size: 20px;
    transition: all 0.3s ease;
}

.sticky-link.active i {
    transform: scale(1.1);
}

.shop-card-body {
    background-color: #f5f5f5 !important;
}

/* about us ============================== */
.hero{
    background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),
               url('/assets/img/about_us.jpg');
    background-size:cover;
    background-position:center;
    color:white;
    padding:130px 0;
}

.hero h1{
    font-size:3.5rem;
    font-weight:700;
}

.hero p{
    font-size:1.2rem;
    opacity:.9;
}

/* Sections */

.section-title{
    font-weight:700;
    margin-bottom:20px;
}

.feature-box{
    background:white;
    padding:30px;
    border-radius:15px;
    transition:.3s;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.feature-box:hover{
    transform:translateY(-8px);
}

.feature-box i{
    font-size:45px;
    color:#f14242;
}

.stat-box{
    text-align:center;
}

.stat-box h2{
    font-size:3rem;
    color:#f14242;
    font-weight:700;
}

.team-card{
    border:none;
    transition:.3s;
}

.team-card:hover{
    transform:translateY(-8px);
}

.team-card img{
    height:320px;
    object-fit:cover;
}

.cta{
    background:#141414;
    color:white;
}
/* about us end ================================ */

/* get a quote ================== */


.cart-card{
    border:none;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    margin-bottom:20px;
}

.product-img{
    width:90px;
    height:90px;
    object-fit:cover;
    border-radius:10px;
}

.qty-input{
    width:70px;
}

.summary-card{
    border:none;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.table td{
    vertical-align:middle;
}

.btn-primary{
    border-radius:8px;
}

.btn-danger{
    border-radius:8px;
}

.badge-category{
    background:#e8f1ff;
    color:#0d6efd;
}

tfoot{
    font-size:18px;
    font-weight:bold;
}

.modal-header{
    background:#000000;
    color:#fff;
}

.form-control{
    border-radius:8px;
}

textarea{
    resize:none;
}

/* get a quote end ================= */

/* exchange and return ====== */

.policy-header {
            background: linear-gradient(135deg, #0d6efd, #0b5ed7);
            color: white;
            padding: 70px 0;
        }

        .policy-card {
            border: none;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            margin-bottom: 25px;
        }

        .policy-card h5 {
            color: #8b0003;
            font-weight: 600;
        }

        .icon-box {
            width: 45px;
            height: 45px;
            background: #e7f1ff;
            color: #8b0003;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin-right: 10px;
        }

        .highlight-box {
            background: #fff3cd;
            border-left: 5px solid #ffc107;
            padding: 20px;
            border-radius: 8px;
        }

        .static-pages li {
            margin-top:10px;
        }

        .policy-icon{
            width:55px;
            height:55px;
            background:#fdeaea;
            color:#8b0003;
            border-radius:50%;
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:24px;
            margin-bottom:20px;
        }

/* exchange and return end ============= */


 .info-card{
            border:0;
            border-radius:15px;
            box-shadow:0 8px 24px rgba(0,0,0,.08);
            transition:.3s;
            height:100%;
        }

        .info-card:hover{
            transform:translateY(-5px);
        }

.icon-circle{
            width:60px;
            height:60px;
            border-radius:50%;
            background:var(--primary-light);
            color:var(--primary);
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:26px;
            margin-bottom:20px;
        }

        .highlight-box{
            background:var(--primary-light);
            border-left:5px solid var(--primary);
            padding:25px;
            border-radius:12px;
        }

        .timeline{

            border-left:3px solid var(--primary);
            padding-left:25px;
            margin-left:15px;

        }

        .timeline-item{

            position:relative;
            margin-bottom:30px;

        }

        .timeline-item::before{

            content:"";
            position:absolute;
            width:14px;
            height:14px;
            border-radius:50%;
            background:var(--primary);
            left:-33px;
            top:6px;

        }



         .terms-card{
            border:0;
            border-radius:15px;
            box-shadow:0 8px 24px rgba(0,0,0,.08);
            margin-bottom:30px;
        }

        .section-title{
            color:#8b0003;
            font-weight:700;
        }

      
    .help-card{
            border:0;
            border-radius:15px;
            box-shadow:0 8px 24px rgba(0,0,0,.08);
            transition:.3s;
            height:100%;
        }

        .help-card:hover{
            transform:translateY(-5px);
        }

      

        .accordion-button:not(.collapsed){
            background:var(--light);
            color:var(--primary);
            font-weight:600;
        }

        .main-header-logo{
            width: 33%;
        }
        