:root {
    --theme-color: #0A71B4;
    --theme-color2: #FD7720;
    
}

header .header-nav-middle{
    margin: 0 !important;
}
@media (min-width: 1200px) {
    header .navbar-expand-xl .dropdown:hover .dropdown-menu-2 {
        -webkit-transform: translate(0);
        transform: translate(0);
        display: block !important;
        left: 0;
    }
    .menu-img-banner img {
      width: 100%;
      min-height: 410px;
      object-fit: cover; /* ensures it fills the box without white gaps */
      display: block;
    }
}


.dropdown-menu .row {
  align-items: stretch;
}
.menu-img-banner {
  height: 100%;
  display: flex;
  align-items: stretch;
}

header .navbar.navbar-expand-xl .navbar-nav .nav-link::before{
    display: none;
}

.header-nav .navbar-nav {
  position: relative;
}

/* anchor to the navbar instead of each <li> */
@media (min-width: 1200px) {
  .header-nav .navbar-nav > .nav-item.dropdown { 
    position: static !important;
  }
}
.header-nav { position: relative; }

@media (min-width: 1200px) {
  .header-nav .dropdown-menu {
    left: 0 !important;                   
    right: 0 !important;        
    top: 100% !important;
    transform: none !important; 
    border-radius: 0;
    margin-top: 0;
    z-index: 999;
  }

 
}
.home-contain .home-detail h1{
    color: #fff;
}
.home-contain .home-detail h6{
  color: #e1ecff;
}
.home-contain .home-detail .slider-box {
    padding: 10px;
    border-radius: 10px;
    background-color: #0a70b47e;
}
.home-contain .home-detail h1 {
    width: 100%;
}
.slick-dots li.slick-active button:before,.slick-dots li button:hover{
  color: var(--theme-color);
}
.btn-animation{
    background: linear-gradient(90deg, #FD7720 0%, rgb(228, 61, 61) 100%);
    width: fit-content;
}
header .top-nav .navbar-top .middle-box .search-box .input-group button{
    background-color: #FD7720;
}
.home-contain .home-detail h6 span{
    background: linear-gradient(90deg, rgb(255, 114, 114) 0%, rgba(255, 114, 114, 0.559) 79%);
    color: #fff;
}
.product-box .product-detail .product-rating h6{
    color: #08c65d !important;
}
.label-flex .discount{
    background-color: var(--theme-color2) ;
}
.product-box .product-image{
    padding: 0;
}
.product-box.product-box-bg{
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product-box .product-detail{
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.product-box .product-detail a h6.name{
    height: 100%;
}



.product-box .product-image {
  position: relative;
  padding: 0;
}
.product-box .product-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Hide hover image by default */
.product-box .hover-image {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Only show hover image if it exists */
.product-box:hover .hover-image {
  opacity: 1;
  visibility: visible;
}

/* Fade out the main image ONLY if a hover-image exists */
.product-box:hover .hover-image ~ a > img,
.product-box:hover .product-image > a:first-child img {
  opacity: 1;
  transition: all 0.3s ease;
}

/* Smart handling: fade out the main image only if there's a .hover-image */
.product-box:hover:has(.hover-image) .product-image > a:first-child img {
  opacity: 0;
}

.section-small-space{
    padding: 10px 0;
}
footer .section-b-space{
    padding:20px 0 15px 0;
}

/* Responsive background-like video inside home slider */
.home-contain .bg-video {
  position: absolute;   /* behave like background image inside bg-size */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;    /* fill like background */
  display: block;
  border-radius: 10px;   /* match container */
}

/* Ensure the ratio box applies */
.home-contain .bg-size { position: relative; }
.title-flex .timing-box .timing{
    background-color: var(--theme-color2);
}
.timer-2 ul li{
  height: 40px;
  width: 40px;
  padding: 0;
  border-color: var(--theme-color);
}
.timer-2 ul li .counter{
  color: var(--theme-color) !important;
}
.timer-2 ul li + li::after{
  color: var(--theme-color);
}

/* Header offer countdown styles */
.header-offer .timer-notification .time {
  display: inline-block;
}
.header-offer .timer-notification .time ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-offer .timer-notification .time ul li {
  position: relative;
}
.header-offer .timer-notification .time ul li + li {
  margin-left: 12px;
}
.header-offer .timer-notification .time ul li + li::after {
  content: ":";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 700;
}
.header-offer .timer-notification .time .counter {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 4px;
  color: #fff;
  line-height: 1;
}
.header-offer .timer-notification .time .counter h6 {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
.header-offer .timer-notification h6.mb-2 {
  margin-bottom: 6px !important;
}
@media (max-width: 767px) {
  .header-offer .timer-notification .time .counter {
    width: 24px;
    height: 24px;
  }
  .header-offer .timer-notification .time ul li + li {
    margin-left: 10px;
  }
}

.product-box .label-tag{
  top: 15px;
  background-color: var(--theme-color);
}
.product-box .label-tag::before,.product-box .label-tag::after{
  border-bottom-color: var(--theme-color);
}
.label-flex {
    top: 15px;
    right: 10px;
    left: auto;
    width: fit-content;
}

/* Corner ribbon like the screenshot */
.product-box .ribbon-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px; /* virtual box for positioning */
  height: 110px;
  z-index: 3;
  pointer-events: none; /* keep product clickable */
}

.product-box .ribbon-label span {
  position: absolute;
  top: 14px;               /* how far from the top edge */
  left: -38px;             /* push into the corner */
  display: inline-block;
  transform: rotate(-45deg);
  background: var(--theme-color2);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.3px;
  text-transform: none;
  padding: 6px 42px;       /* length of the ribbon */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.product-box .label-tag::after{
  top: 16px;
}
.notification-slider .timer-notification {
  display: flex;
  align-items: center;

}
@media (min-width: 1200px) {
  .notification-slider .timer-notification {
    justify-content: center;
  }

}

/* Make all product boxes same height */
.slider-7_1 .slick-track {
  display: flex !important;
  align-items: stretch;
}

.slider-7_1 .slick-slide {
  height: auto !important;
  display: flex !important;
}

.slider-7_1 .slick-slide > div {
  width: 100%;
  display: flex !important;
}

/* Make all blog boxes same height */
.slider-3 .slick-track {
  display: flex !important;
  align-items: stretch;
}

.slider-3 .slick-slide {
  height: auto !important;
  display: flex !important;
}

.slider-3 .slick-slide > div {
  width: 100%;
  display: flex !important;
}

.blog-section .blog-box {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.blog-section .blog-box .blog-detail {
  flex-grow: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

.product-box .product-detail a h6.name {
  font-size: 16px;
}
@media (max-width: 767px) {
    .faq-box-contain .faq-contain p {
        width: 100%;
        text-align: justify;
        font-size: 16px;
    }
    .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button{
      font-size: 18px;
    }
    .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body p{
      font-size: 16px;
    }
    footer .main-footer .footer-logo .footer-logo-contain p{
        font-size: 16px;
    }
    
    /* Reorder sub-footer on mobile: payment -> social -> copyright */
    footer .sub-footer {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 15px;
    }
    
    footer .sub-footer .payment {
        order: 1 !important;
        width: 100%;
        margin: 0 !important;
    }
    
    footer .sub-footer .social-link {
        order: 2 !important;
        width: 100%;
    }
    
    footer .sub-footer .reserve {
        order: 3 !important;
        width: 100%;
    }
    
  .timer-2 ul li {
      height: 25px;
      padding: 3px;
  }
  footer .main-footer .footer-contain ul li a{
    font-size:16px;
  }
}

.shop-section .left-box .shop-left-sidebar .custom-accordion .accordion-item .accordion-header .accordion-button::before{
    content: "\f106" ;
    transition: transform 0.3s ease;
    background-color: var(--theme-color);
    color: #fff;
}

.shop-section .left-box .shop-left-sidebar .custom-accordion .accordion-item .accordion-header .accordion-button.collapsed::before{
    content: "\f107" ;
    transform: rotate(0deg);
    background-color: rgb(247, 246, 244);
    color: #000;

}
.irs .irs-line{
  background-color: #c4d8e8;
}

.variant-name{
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.product-title h4{
  color: #444;
  font-weight: 400;
}

.product-section-box .custom-nav .nav-item .nav-link:focus::after, .product-section-box .custom-nav .nav-item .nav-link:hover::after, .product-section-box .custom-nav .nav-item .nav-link.active::after {
    width: 100%;
    background: var(--theme-color);
}
@media (max-width: 767px) {
    .product-section .right-box-contain {
        text-align: left;
    }
    .product-section .right-box-contain .product-package .select-package {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}
.product-box .label-tag{
  z-index: 0;
}
.mobile-menu{
  z-index: 5;
}
.product-section .right-box-contain .product-contain p,.product-section-box .product-description p{
  font-size: 16px;
}
.button-group ul li .proceed-btn{
    background: var(--theme-color);
    color: #fff;
    width: 100%;
}
/* Wishlist Page - Filled Heart Icon (Only Wishlist Icon) */
.wishlist-section .product-box .product-option li .notifi-wishlist svg,
.wishlist-section .product-box .product-option li a[title="Wishlist"] svg {
    fill: #0A71B4 !important;
    stroke: #0A71B4 !important;
}

.wishlist-section .product-box .product-option li .notifi-wishlist:hover svg,
.wishlist-section .product-box .product-option li a[title="Wishlist"]:hover svg {
    opacity: 0.8;
}

/* Feather heart icon specific */
.wishlist-section .feather-heart {
    fill: #0A71B4 !important;
    stroke: #0A71B4 !important;
}

/* Filled Heart Icon when item is in wishlist (remove-wishlist-item class) */
.remove-wishlist-item svg,
.remove-wishlist-item i[data-feather="heart"] + svg,
.notifi-wishlist.remove-wishlist-item svg {
    fill: currentColor !important;
    stroke: currentColor !important;
}

/* Unfilled Heart Icon when item is not in wishlist (add-to-wishlist class) */
.add-to-wishlist svg,
.add-to-wishlist i[data-feather="heart"] + svg,
.notifi-wishlist.add-to-wishlist svg {
    fill: none !important;
    stroke: currentColor !important;
}

/* Legacy support for in-wishlist class */
.add-to-wishlist.in-wishlist svg,
.add-to-wishlist.in-wishlist i[data-feather="heart"] + svg,
.notifi-wishlist.in-wishlist svg {
    fill: currentColor !important;
    stroke: currentColor !important;
}
.blog-section .blog-list .blog-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Checkout Page Custom Styles */
.checkout-section-2 .checkout-detail-box .checkout-box .checkout-title h4 {
    font-weight: 600;
    margin-bottom: 5px;
}

.checkout-section-2 .checkout-detail-box .checkout-box .checkout-title p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.checkout-section-2 .payment-option {
    background: #fff;
}

.checkout-section-2 .payment-option .bg-light {
    background-color: #fff !important;
}

.checkout-section-2 .delivery-option.border {
    transition: all 0.3s ease;
}

.checkout-section-2 .delivery-option.border:hover {
    background-color: #f8f9fa;
}

.checkout-section-2 .payment-icons img {
    display: inline-block;
    vertical-align: middle;
}

.checkout-section-2 .payment-methods-info {
    background-color: #f8f9fa;
}

.checkout-section-2 .form-floating > .form-control,
.checkout-section-2 .form-floating > .form-select {
    padding: 1rem 0.75rem;
    height: calc(3.5rem + 2px);
}

.checkout-section-2 .form-floating > label {
    padding: 1rem 0.75rem;
}

.checkout-section-2 .btn-animation {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px;
}

.checkout-section-2 .form-check-label {
    margin-right: 0.5rem;
}

.checkout-section-2 .text-primary {
    text-decoration: none;
}

.checkout-section-2 .text-primary:hover {
    text-decoration: underline;
}

.checkout-section-2 .position-absolute {
    pointer-events: none;
    color: #999;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option{
  padding: 10px;
}

/* Payment Method Active State */
.checkout-section-2 .payment-option.active-payment {
    border-color: #0A71B4 !important;
    box-shadow: 0 0 0 1px #0A71B4;
}

.checkout-section-2 .payment-details {
    border-top: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

.checkout-section-2 .payment-option .p-3:first-child {
    cursor: pointer;
}

.checkout-section-2 .payment-option:hover {
    border-color: #0A71B4;
}
.checkout-section-2 .right-side-summery-box {
    position: sticky;
    top: 20px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon i{
  color: var(--theme-color);
  font-size: 20px;
}

/* Order Success Page - Div-Based Cards */
.order-items-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Order Card Styling */
.order-card {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.order-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.order-card .product-info {
    display: flex;
    gap: 15px;
    align-items: center;
    flex: 1;
}

.order-card .product-image-wrapper {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    background: #f8f9fa;
}

.order-card .product-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-card .product-details {
    flex: 1;
}

.order-card .product-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
}

.order-card .product-name a {
    color: #222;
    text-decoration: none;
}

.order-card .product-name a:hover {
    color: var(--theme-color);
}

.order-card .text-content {
    font-size: 14px;
    color: #777;
}

.order-card .order-details {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-shrink: 0;
}

.order-card .detail-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.order-card .detail-item .label {
    font-size: 13px;
    color: #999;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.order-card .detail-item .value {
    font-size: 16px;
    color: #222;
    font-weight: 600;
}

.order-card .detail-item.total {
    padding-left: 30px;
    border-left: 1px solid #efefef;
}

.order-card .detail-item.total .label {
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.order-card .detail-item.total .value {
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-color);
}

/* Continue Shopping Button */
.continue-shopping-wrapper {
    text-align: center;
    padding: 20px 0 10px;
}

.continue-shopping-wrapper .btn {
    min-width: 250px;
    padding: 14px 35px;
    font-size: 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(10, 113, 180, 0.2);
}

.continue-shopping-wrapper .btn:hover {
    box-shadow: 0 6px 20px rgba(10, 113, 180, 0.3);
    transform: translateY(-2px);
}

.continue-shopping-wrapper .btn i {
    transition: transform 0.3s ease;
}

.continue-shopping-wrapper .btn:hover i {
    transform: translateX(-5px);
}

/* Responsive Behavior */
@media (max-width: 991px) {
    .order-card {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .order-card .product-info {
        width: 100%;
    }
    
    .order-card .order-details {
        width: 100%;
        justify-content: space-between;
        gap: 15px;
        padding-top: 15px;
        border-top: 1px solid #efefef;
    }
    
    .order-card .detail-item.total {
        padding-left: 0;
        border-left: none;
    }
}

@media (max-width: 767px) {
    /* Reorder columns: show summary before order items */
    .order-success-section .row {
        display: flex;
        flex-direction: column;
    }
    
    .order-success-section .col-xxl-9 {
        order: 2;
    }
    
    .order-success-section .col-xxl-3 {
        order: 1;
        margin-bottom: 20px;
    }
    
    .order-card {
        padding: 15px;
    }
    
    .order-card .product-info {
        flex-direction: row;
        align-items: flex-start;
        gap: 12px;
    }
    
    .order-card .product-image-wrapper {
        width: 80px;
        height: 80px;
    }
    
    .order-card .product-details {
        flex: 1;
    }
    
    .order-card .product-name {
        font-size: 15px;
        margin-bottom: 6px;
    }
    
    .order-card .text-content {
        font-size: 12px;
    }
    
    .order-card .order-details {
        flex-direction: row;
        gap: 15px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    
    .order-card .detail-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
    }
    
    .order-card .detail-item .label {
        font-size: 11px;
    }
    
    .order-card .detail-item .value {
        font-size: 14px;
    }
    
    .order-card .detail-item.total {
        border-left: none;
        padding-left: 0;
        margin-left: auto;
    }
    
    .order-card .detail-item.total .value {
        font-size: 16px;
    }
    
    .continue-shopping-wrapper .btn {
        width: 100%;
        min-width: auto;
    }
}


.order-success-section .summery-box {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}


/* Privacy Policy Page Styles */
.privacy-policy-section {
    background: #fff;
}

/* .privacy-content {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
} */

.privacy-box {
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
}
/* 
.privacy-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
} */

.privacy-header {
    margin-bottom: 20px;
}

.privacy-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 10px;
}

.privacy-header h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--theme-color) 0%, var(--theme-color2) 100%);
    border-radius: 2px;
}

.privacy-body p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.privacy-body p:last-child {
    margin-bottom: 0;
}

.privacy-body h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.privacy-body ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.privacy-body ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}

.privacy-body ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--theme-color);
    font-size: 12px;
}

.privacy-body ul li strong {
    color: #333;
    font-weight: 600;
}

/* Purpose Items */
.purpose-item {
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 3px solid var(--theme-color);
}

.purpose-item h5 {
    font-size: 17px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.purpose-item p {
    margin-bottom: 0;
    font-size: 15px;
    color: #666;
}

/* Alert Box */
.privacy-body .alert {
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px solid #b8daff;
    background: #d1ecf1;
    color: #0c5460;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.privacy-body .alert i {
    font-size: 20px;
    margin-top: 2px;
}

/* Security Items */
.security-item {
    text-align: center;
    padding: 25px 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #efefef;
    transition: all 0.3s ease;
}

.security-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-color: var(--theme-color);
}

.security-item i {
    font-size: 40px;
    margin-bottom: 15px;
    display: block;
}

.security-item h6 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}

.security-item p {
    font-size: 14px;
    color: #777;
    margin-bottom: 0;
}

/* Rights Grid */
.rights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.right-item {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #efefef;
    transition: all 0.3s ease;
}

.right-item:hover {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: var(--theme-color);
}

.right-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color);
    color: #fff;
    border-radius: 8px;
    font-size: 22px;
}

.right-content h6 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}

.right-content p {
    font-size: 14px;
    color: #777;
    margin-bottom: 0;
}

/* Contact Info Grid */
.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.contact-info-item {
    display: flex;
    gap: 15px;
    padding: 25px;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border-radius: 8px;
    border: 1px solid #efefef;
    transition: all 0.3s ease;
}

.contact-info-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-color: var(--theme-color);
}

.contact-info-item i {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--theme-color) 0%, var(--theme-color2) 100%);
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}

.contact-info-item h6 {
    font-size: 14px;
    font-weight: 600;
    color: #999;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-info-item p,
.contact-info-item a {
    font-size: 16px;
    color: #222;
    margin-bottom: 0;
    font-weight: 500;
    text-decoration: none;
}

.contact-info-item a:hover {
    color: var(--theme-color);
}

.contact-box {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    border: 2px solid #efefef;
}

/* Responsive */
@media (max-width: 767px) {
    .privacy-content {
        padding: 25px 20px;
    }

    .privacy-header h3 {
        font-size: 20px;
    }

    .privacy-body p {
        font-size: 15px;
    }

    .privacy-body h5 {
        font-size: 16px;
    }

    .purpose-item {
        padding: 12px;
    }

    .purpose-item h5 {
        font-size: 15px;
    }

    .rights-grid {
        grid-template-columns: 1fr;
    }

    .contact-info-grid {
        grid-template-columns: 1fr;
    }

    .security-item {
        padding: 20px 10px;
    }

    .security-item i {
        font-size: 32px;
    }
}


/* Contact Us Page Styles */
.contact-section {
    background: #fff;
}

.contact-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.contact-title .text-content {
    font-size: 16px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

/* Contact Info Cards */
.contact-info-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: var(--theme-color);
}

.contact-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--theme-color) 0%, var(--theme-color2) 100%);
    color: #fff;
    border-radius: 50%;
    font-size: 28px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.contact-info-card:hover .contact-icon {
    transform: scale(1.1) rotate(10deg);
}

.contact-details h5 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

.contact-details p {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}

.contact-details a,
.contact-details span {
    font-size: 16px;
    color: var(--theme-color);
    text-decoration: none;
    font-weight: 500;
    display: block;
}

.contact-details a:hover {
    color: var(--theme-color2);
}

/* Contact Form Box */
.contact-form-box {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 35px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.form-header {
    margin-bottom: 30px;
}

.form-header h3 {
    font-size: 26px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.form-header p {
    font-size: 15px;
    color: #666;
    margin-bottom: 0;
}

.contact-form .form-floating > .form-control {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.contact-form .form-floating > .form-control:focus {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 0.2rem rgba(10, 113, 180, 0.1);
}

.contact-form .form-floating > label {
    font-size: 14px;
    color: #666;
}

.contact-form .btn-animation {
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

/* Map Box */
.contact-map-box {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.map-container {
    height: 100%;
    width: 100%;
}

/* FAQ Box */
.contact-faq-box {
    background: #f8f9fa;
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 25px;
}

.contact-faq-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

.contact-faq-box p {
    font-size: 14px;
    color: #666;
}

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

.faq-links li {
    margin-bottom: 12px;
}

.faq-links li a {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #555;
    text-decoration: none;
    padding: 10px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.faq-links li a:hover {
    background: #fff;
    color: var(--theme-color);
    padding-left: 15px;
}

.faq-links li a i {
    color: var(--theme-color);
}

.btn-outline {
    background: #fff;
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
    padding: 12px 25px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn-outline:hover {
    background: var(--theme-color);
    color: #fff;
}

/* Feature Cards */
.feature-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-color: var(--theme-color);
}

.feature-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--theme-color) 0%, var(--theme-color2) 100%);
    color: #fff;
    border-radius: 50%;
    font-size: 36px;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(-10deg);
}

.feature-card h5 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
}

.feature-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Social Media Section */
.contact-social-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
}

.contact-social-section h3 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.contact-social-section p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.social-links-contact {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.social-link i {
    font-size: 20px;
}

.social-link.facebook {
    background: linear-gradient(135deg, #3b5998 0%, #2d4373 100%);
}

.social-link.instagram {
    background: linear-gradient(135deg, #e1306c 0%, #c13584 50%, #833ab4 100%);
}

.social-link.twitter {
    background: linear-gradient(135deg, #1da1f2 0%, #0c85d0 100%);
}

.social-link.x-twitter {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
}

.social-link svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    display: inline-block;
}

.social-link.youtube {
    background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
}

.social-link.whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #1ebe57 100%);
}

/* Responsive */
@media (max-width: 991px) {
    .contact-form-box {
        padding: 25px;
        margin-bottom: 25px;
    }

    .map-container {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .contact-title h2 {
        font-size: 28px;
    }

    .contact-title .text-content {
        font-size: 15px;
    }

    .contact-info-card {
        padding: 25px 15px;
    }

    .contact-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .contact-details h5 {
        font-size: 18px;
    }

    .contact-form-box {
        padding: 20px;
    }

    .form-header h3 {
        font-size: 22px;
    }

    .feature-icon {
        width: 65px;
        height: 65px;
        font-size: 30px;
    }

    .feature-card {
        padding: 25px 20px;
    }

    .feature-card h5 {
        font-size: 18px;
    }

    .contact-social-section {
        padding: 25px 20px;
    }

    .contact-social-section h3 {
        font-size: 24px;
    }

    .social-links-contact {
        flex-direction: column;
        align-items: stretch;
    }

    .social-link {
        justify-content: center;
        width: 100%;
    }
}

header .navbar.navbar-expand-xl .navbar-nav .nav-link{
    font-weight: 500;
}

/* Unavailable variant styling */
#modal-variants-container .product-package li.unavailable {
    opacity: 0.6;
    cursor: not-allowed;
}

#modal-variants-container .product-package li.unavailable input[type="radio"] {
    cursor: not-allowed;
    pointer-events: none;
}

#modal-variants-container .product-package li.unavailable .form-check-label {
    cursor: not-allowed;
    position: relative;
    pointer-events: none;
}

#modal-variants-container .product-package li.unavailable .unavailable-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 10;
    overflow: hidden;
}

#modal-variants-container .product-package li.unavailable .unavailable-overlay::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 2px;
    background-color: #ff0000;
    transform: translate(-50%, -50%) rotate(45deg);
    transform-origin: center;
    box-shadow: 0 0 2px rgba(255, 0, 0, 0.5);
}

/* Product Details Page - Unavailable variant styling */
#product-variants-container .product-package li.unavailable {
    opacity: 0.6;
    cursor: not-allowed;
}

#product-variants-container .product-package li.unavailable input[type="radio"] {
    cursor: not-allowed;
    pointer-events: none;
}

#product-variants-container .product-package li.unavailable .form-check-label {
    cursor: not-allowed;
    position: relative;
    pointer-events: none;
}

#product-variants-container .product-package li.unavailable .unavailable-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom right, transparent 45%, rgba(255, 0, 0, 0.5) 45%, rgba(255, 0, 0, 0.5) 55%, transparent 55%);
    pointer-events: none;
    z-index: 1;
}

#product-variants-container .product-package li.unavailable {
    opacity: 0.6;
}

.shop-section .left-box .shop-left-sidebar .filter-category ul li:before{
    display: none;
}
.shop-section .left-box .shop-left-sidebar .filter-category ul li{
    padding: 10px;
}
 .coupon-box .btn-apply {
    background: var(--theme-color);
    color: #fff;
    padding: 0 calc(16px + 14 * (100vw - 320px) / 1600);
    font-weight: 700;
    border: none;
}

.blog-section .blog-list .blog-image{
    width: 100%;
    height: 100%;
}
.blog-section .blog-list .blog-contain{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blog-section .blog-box .blog-contain .blog-button
{
    width: fit-content;
}

/* Sidebar images - make all images same height */
.product-section .left-slider-image .sidebar-image {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-section .left-slider-image .sidebar-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Main slider images - make all images same height */
.product-section .product-main .slider-image {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-section .product-main .slider-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Responsive adjustments for mobile */
@media (max-width: 991px) {
    .product-section .product-main .slider-image {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .product-section .product-main .slider-image {
        height: 300px;
    }
    
    .product-section .left-slider-image .sidebar-image {
        height: 100px;
    }
}

.product-section .product-main .slider-image{
    background-color: transparent;
}

/* Video play icon overlay */
.product-section .slider-image.has-video {
    position: relative;
}

.product-section .slider-image .video-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
    pointer-events: none;
}

.product-section .slider-image.has-video:hover .video-play-overlay {
    background: rgba(0, 0, 0, 0.85);
    transform: translate(-50%, -50%) scale(1.1);
}

.product-section .slider-image .video-play-overlay i {
    color: #fff;
    font-size: 32px;
    margin-left: 4px; /* Slight offset for play icon */
}

/* Small video play icon for sidebar thumbnails */
.product-section .sidebar-image.has-video {
    position: relative;
}

.product-section .sidebar-image .video-play-overlay-small {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
    pointer-events: none;
}

.product-section .sidebar-image.has-video:hover .video-play-overlay-small {
    background: rgba(0, 0, 0, 0.85);
    transform: translate(-50%, -50%) scale(1.1);
}

.product-section .sidebar-image .video-play-overlay-small i {
    color: #fff;
    font-size: 16px;
    margin-left: 2px;
}

/* Video modal */
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
}

.video-modal.active {
    display: flex;
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    max-height: 90vh;
}

.video-modal-content video {
    width: 100%;
    height: auto;
    max-height: 90vh;
    border-radius: 8px;
}

.video-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.video-modal-close:hover {
    color: #ff0000;
    transform: scale(1.2);
}

@media (max-width: 767px) {
    .product-section .slider-image .video-play-overlay {
        width: 60px;
        height: 60px;
    }
    
    .product-section .slider-image .video-play-overlay i {
        font-size: 24px;
    }
    
    .product-section .sidebar-image .video-play-overlay-small {
        width: 30px;
        height: 30px;
    }
    
    .product-section .sidebar-image .video-play-overlay-small i {
        font-size: 12px;
    }
}

/* Out of Stock Items Styling */
.out-of-stock-item {
    opacity: 0.7;
    position: relative;
}

.out-of-stock-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(220, 53, 69, 0.1);
    pointer-events: none;
    border-radius: 4px;
}

#placeOrderBtn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Disabled Coupon Input Styling */
#couponCode:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: #e9ecef;
}

#applyCouponBtn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Cart Out of Stock Items Styling */
.cart-item-card.out-of-stock-item {
    opacity: 0.8;
    position: relative;
}

.cart-item-card.out-of-stock-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(220, 53, 69, 0.05);
    pointer-events: none;
    border-radius: 8px;
    z-index: 0;
}

.cart-item-card.out-of-stock-item > * {
    position: relative;
    z-index: 1;
}

.cart-item-card .qty-right-plus:disabled,
.cart-item-card .qty-left-minus:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #e9ecef;
}

/* Quantity Display Span Styling - Match input field appearance (horizontal layout) */
.qty-input.form-control {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    appearance: none;
    border-radius: 0;
    min-height: 38px;
}

/* Out of Stock Button Styling */
.add-cart-button.out-of-stock,
.add-cart-button:disabled.out-of-stock {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    pointer-events: none;
}

.add-cart-button.out-of-stock:hover {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    transform: none;
}

/* Sticky cart button out of stock styling */
.sticky-bottom-cart .add-cart-button.out-of-stock,
.sticky-bottom-cart .add-cart-button:disabled.out-of-stock {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: #6c757d !important;
    pointer-events: none;
}

/* Max Quantity Reached Button Styling */
.add-cart-button.max-quantity-reached,
.add-cart-button:disabled.max-quantity-reached {
    opacity: 0.7;
    cursor: not-allowed;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
    color: #000 !important;
    pointer-events: none;
}

.add-cart-button.max-quantity-reached:hover {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
    transform: none;
}

/* Sticky cart button max quantity styling */
.sticky-bottom-cart .add-cart-button.max-quantity-reached,
.sticky-bottom-cart .add-cart-button:disabled.max-quantity-reached {
    opacity: 0.7;
    cursor: not-allowed;
    background-color: #ffc107 !important;
    color: #000 !important;
    pointer-events: none;
}
.shopping-button{
    background-color: #91c2ca;
    width: 100%;
}

/* Search Modal Styles */
.search-box-modal {
    position: relative;
}

.search-results-dropdown-modal {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-top: 8px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1050;
}

.search-results-list-modal {
    padding: 8px 0;
}

.search-result-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item:hover {
    background-color: #f8f9fa;
}

.search-result-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 12px;
}

.search-result-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    border-radius: 4px;
    margin-right: 12px;
    color: #666;
}

.search-result-content {
    flex: 1;
}

.search-result-name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 0;
}

.search-loading,
.search-no-results {
    padding: 20px;
    text-align: center;
    color: #666;
    font-size: 14px;
}

.search-no-results {
    color: #999;
}

.continue-shopping{
    background-color: var(--theme-color) !important;
    color: #fff !important;
    width: fit-content;
}
.continue-shopping:hover{
    background-color: var(--theme-color2) !important;
    color: #fff !important;
}

.shop-button{
    padding: 10px 20px;
}
.js-apply-price-filter{
    background-color: var(--theme-color) !important;
    color: #fff !important;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.js-apply-price-filter:hover{
    background-color: var(--theme-color2) !important;
    color: #fff !important;
}

/* Select2 with Form Floating Compatibility */
.form-floating .select2-container {
    width: 100% !important;
}

.form-floating .select2-container .select2-selection--single {
    height: calc(3.5rem + 2px);
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    padding: 0;
}

.form-floating .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: calc(3.5rem + 2px);
    padding-left: 0.75rem;
    padding-right: 2rem;
}

.form-floating .select2-container .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 0.75rem;
}

.form-floating .select2-container--default.select2-container--focus .select2-selection--single,
.form-floating .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-floating.has-value .select2-container .select2-selection--single .select2-selection__rendered,
.form-floating .select2-container--default .select2-selection--single .select2-selection__rendered:not([title=""]) {
    color: #212529;
}

.form-floating .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6c757d;
}

/* Ensure label stays above when select2 has value */
.form-floating > .select2-container ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .select2-container.select2-container--focus ~ label,
.form-floating > .select2-container.select2-container--open ~ label,
.form-floating.has-value > .select2-container ~ label {
    opacity: 1;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    color: #0a58ca;
}

/* Fix z-index for select2 dropdown */
.select2-dropdown {
    z-index: 1055 !important;
}

/* Ensure select2 dropdown appears correctly in form-floating */
.form-floating .select2-container {
    position: relative;
}
.select2-results__option{
    display: block !important;
}
.form-floating .select2-container .selection{
    width: 100% !important;
}