  
/* ══════════════════════════════
     TOP HEADER
  ══════════════════════════════ */
.top-header {
  background: #fff;
  border-bottom: 2px solid #e0e0e0;
  padding: 10px 0px;
  font-family: "Poppins", sans-serif;
}

.logo-section {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-section img {
  height: 54px;
  object-fit: contain;
}
.top_nav{background: #F2F2F2;}
.top_nav p{color: #17469E;
    font-size: 10px;font-weight: 500;
    text-align: center;
    padding: 4px;margin-bottom: 0;}
.logo-section .menu{display: none;}
.navbar{background: linear-gradient(90deg, #27A8E0 0%, #2D3691 100%);padding: 0 !important;}
.navbar .nav-link{padding: 10px 16px !important;
    font-size: 12px;
    letter-spacing: 0.2px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.navbar .nav-link.active, .navbar .nav-link:hover{background: #f0f4ff; color: #1a56db !important;}
.navbar .navbar-nav{height: -webkit-fill-available;}
.navbar .navbar-nav li{height: 100%; display: flex;}
.navbar-toggler {
    padding: 0px !important;
    font-size: 17.5px !important;
    line-height: 0 !important;
    color: rgba(0, 0, 0, 0.65) !important;
    background-color: transparent !important;
    border: 0px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 5.25px !important;
    transition: box-shadow 0.15s ease-in-out !important
}
.navbar-toggler-icon{display: inline-block !important;
    width: 1.5em !important;
    height: 1.5em !important;
    vertical-align: middle !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% !important;}
.logo-divider {
  width: 1px;
  height: 34px;
  background: #ccc;
  flex-shrink: 0;
}

.search-wrap {
  position: relative;
  width: 355px;
}

.search-wrap input {
  border: 1.5px solid #ddd;
  border-radius: 20px;
  padding: 7px 38px 7px 14px;
  font-size: 9px;
  width: 100%;
  outline: none;
  color: #D9D9D9;
}
.logo_search_flex{display: flex;align-items: center;gap: 80px;}

.search-wrap button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.search-wrap button img {
  width: 15px;
  height: 15px;
  opacity: 0.5;
}

.location-btn {
  font-size: 11px;
    color: #7C7C7C;
    font-weight: 400;padding-right: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  white-space: nowrap;
}

.location-btn img {
  width: 13px;
  height: auto;
}

.my-account {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  white-space: nowrap;text-decoration: none;
}

.my-account img {
  width: 10px;
    height: auto;
    margin-left: 10px;
}

/* ══════════════════════════════
     MAIN NAV
  ══════════════════════════════ */
.main-nav {
  background: linear-gradient(90deg, #27a8e0 0%, #2d3691 100%);
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.nav-inner {
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  scrollbar-width: none;
}

.nav-inner::-webkit-scrollbar {
  display: none;
}

.nav-link-item {
  padding: 10px 16px;
  font-size: 12px;
  letter-spacing: 0.2px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background 0.15s,
    color 0.15s;
  /* border-right: 1px solid #f0f0f0; */
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.nav-link-item:hover {
  background: #f0f4ff;
  color: #1a56db;
}

.nav-cart {
  background: #0092d8;
  color: #fff !important;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 13px 30px;
  letter-spacing: 0.3px;
  font-weight: 300;
  font-size: 12px;
  cursor: pointer;
  flex-shrink: 0;
  white-space: nowrap;
  line-height: 10px;
}

.nav-cart img {
  width: 18px;
  height: auto;
}

.cart-badge {
  background: #ff5722;
  color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 10px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nav-wishlist {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 13px 16px;
  font-weight: 300;
  font-size: 12px;
  cursor: pointer;
  flex-shrink: 0;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.nav-wishlist img {
  width: 15px;
  height: auto;
  margin-left: 6px;
}


        body { font-family: "Poppins", sans-serif; }
        section{padding-top: 60px; padding-bottom: 60px;}
        header .logo .main-logo{width: 160px; height: auto;}
        header .account-link a{font-size: 12px; font-weight: 500; display: flex; align-items: center; gap: 10px; justify-content: center;}
        .custom-cart-badge { background-color: #f1b700 !important; color: #ffffff !important; border-radius: 1px !important; padding: 2px 4px; font-size: 10px; font-weight: bold;}
        /* Top Banner */
        .top-banner { background-color: #F2F2F2; color: #17469E; font-size: 9px; font-weight: bold; padding: 3px 0;}
        /* Navbar Links */
        .nav-main {   background: linear-gradient(90deg, #27A8E0 0%, #2D3691 100%);}
        .nav-main a { color: white; text-decoration: none; padding: 10px 15px; display: inline-block; font-size: 11px; font-weight: 300;}
        .nav-main a:hover { background-color: rgba(255,255,255,0.1);}
        .nav-right-actions {background-color: #27A8E0; display: flex; padding-left: 20px; padding-right: 20px;}
        /* Overall Container */
.header-search-section {display: flex;align-items: center; gap: 15px; }
/* --- Location Dropdown --- */
.header-search-section .location-dropdown {display: flex;align-items: center;color: #000;font-size: 14px;position: relative;}
.header-search-section .location-dropdown img{ margin-right: 5px; width: 13px;}
.header-search-section .location-select { border: none; outline: none; background: transparent; color: #777; font-size: 12px; cursor: pointer;  -webkit-appearance: none; -moz-appearance: none; appearance: none; padding-right: 12px; }
/* Custom minimal dropdown arrow */
.header-search-section .location-dropdown::after { content: '\25BE';  position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 17px; pointer-events: none; color: #333;}
/* --- Search Bar Container (Pill Shape) --- */
.header-search-section  .search-bar-container { border: 1px solid #D9D9D9;  border-radius: 25px;  display: flex; align-items: center; width: 400px; max-width: 500px; background-color: #fff;  height: 35px; }
.header-search-section  .search-bar-container input { border: none; outline: none; padding: 10px 20px; flex-grow: 1; font-size: 10px; color: #333; background: transparent;}
.header-search-section  .search-bar-container input::placeholder { color: #a1a1aa; /* Lighter placeholder text */}
/* Vertical Line Separator */
.header-search-section .separator { width: 1px; height: 25px;   background-color: #D9D9D9;}
/* Search Button */
.header-search-section .search-btn { background: none; border: none; padding: 0 10px; cursor: pointer; color: #d1d5db;   font-size: 16px; display: flex; align-items: center; justify-content: center;}
.header-search-section .search-btn:hover { color: #9ca3af;}
        /* Sticky Header Bar */
.sticky-prod-header { background-color: #EBEBEB;  padding: 15px 0; }
        .sticky-prod-header .btn-small{font-size: 9px; font-weight: 400; padding: 4px 3px; background-color: #2A5FB0; color: #fff; width: 90px;}
        .sticky-prod-header .add-text{font-size: 15px; font-weight: 500; padding-right: 100px;}
        .sticky-prod-header .add-text p{margin-bottom: unset;}
        .sticky-prod-header .add-text span{font-size: 9px; font-weight: 300;}
        .sticky-prod-header .price-content .price{font-size: 15px; font-weight: 700; color: #2A5FB0; }
        .sticky-prod-header .price-content .mrp{font-size: 9px; font-weight: 400; }
        .sticky-prod-header .price-content .cut-price{font-size: 16px; font-weight: 400; color: #8E8E8E;}
        .sticky-prod-header .price-content .save-price{font-size: 15px; font-weight: 500; color: #000;}
        .sticky-prod-header .price-content{line-height: 1;}
        .sticky-prod-header .emi-line{font-size: 9px; font-weight: 400; color: #000;}
        /* ----- SWIPER THUMBNAILS STYLING ----- */
       .swiper-section .thumb-swiper-container {height: 500px;  width: 110px; margin-right: 10px; overflow: hidden;  }
       .swiper-section .thumb-swiper-container .swiper-slide { height: 75px !important;   border-radius: 7px; padding: 2px; cursor: pointer; display: flex; align-items: center; justify-content: center; background-color: #fff;  transition: all 0.2s ease;}
        .swiper-section .thumb-swiper-container .swiper-slide img { max-width: 100%; max-height: 100%; object-fit: cover; border-radius: 7px;}
        /* Active Thumbnail Styling */
        .swiper-section .thumb-swiper-container .swiper-slide.active-thumb { border: 1px solid #999999;}
        /* Main Image Area */
        .swiper-section .main-image-container { position: relative; background-color: #FFFFFF; border: 1px solid #f0f0f0; padding: 30px; text-align: center; flex-grow: 1; height: 500px;  display: flex;  align-items: center;  justify-content: center;  box-shadow:0px 0px 2px 0px #00000099;}
        /* ================================================================================= */
        
        /* ================================================================================= */
       .swiper-section .ribbon-yellow {   position: absolute; top: 2px; left: -7px;  background: url(./images/yellow-clip.png);   color: black;  font-weight: bold; padding: 6px 25px 10px 12px;  font-size: 13px;  background-size: cover; width: 120px; height: auto;  background-repeat: no-repeat;  background-position: bottom;}

        .main-image-container .image-icons .vr-img,  .main-image-container .image-icons .vr-img2{width: 30px; height: auto;}
         .main-image-container .image-icons .vr-img2{margin-left: 10px; width: 20px;}
         main.swiper-section{padding-top: 20px;}
         .product-details .product-title{font-size: 19px; font-weight: 600;}
         .product-details .product-code{font-size: 14px; font-weight: 400; color: #000;}
         .product-rating .rating-number{font-size: 12px; color: #000; font-weight: 600;}
         .product-rating{display: flex; flex-direction: row;}
         .product-rating .star-rating{    display: flex;align-items: center;justify-content: center;gap: 2px; margin-left: 3px;}
         .product-rating .star-rating img{width: 12px;}
         .product-details .stock-check{font-size: 14px;     display: flex;align-items: center;}
         .product-details .stock-check .green-dot{font-size: 12px; background-color: #6FFF00; border: 1px solid #C3C3C3; border-radius: 50%; width: 12px; height: 12px; display: inline-block; margin-right: 5px; box-shadow: 0px 4px 4px 0px #00000040;}
         .product-details .feature-icon-box.six-in-one{  width: 30px; padding-top: 20px;} 
         .product-details .feature-icon-box.six-in-one span{ background-color: #78D9FF; width: 30px; display: block; padding: 3px 3px;}
         .product-details .product-price{font-size: 27px; font-weight: 700; color: #2A5FB0;}
         .product-details .cut-price{font-size: 20px; font-weight: 300; color: #8E8E8E;}
         .product-details .save-price{font-size: 20px; font-weight: 500; color: #000;}
         .product-details .offer-price{font-size: 11px; font-weight: 600; color: #fff; background-color: #FE1721; padding: 4px 10px; border-radius: 0px 20px 0px 0px;}
         .product-details .tax{    font-size: 11px; color: #000; line-height: 1.1; margin-top: unset !important;}
         .product-details .main-price{border-bottom: 1px solid #ccc; padding-bottom: 20px;}
         .product-details .product-save .save-text{font-size: 20px; font-weight: 700; color: #000;}
         .product-details .product-save .save-text span{color: #ff0000;}
         .product-details .product-save .save-btn{background-color: #2A5FB0; color: #fff; font-size: 14px; font-weight: 400; box-shadow: 0px 4.18px 4.18px 0px #00000040; padding: 6px 35px;}
         .product-details .warrenty-line{font-size: 12px; color: #000; border-bottom: 1px solid #ccc;}
         .product-details .pin-text{font-size: 16px; font-weight: 500; color: #000;}
         .product-details .pin-code input{    border: 1px solid #ccc; border-radius: 10px; padding: 5px 15px; width: 250px; font-size: 14px; color: #868686;}
         .product-details .pin-code .btn-check-avail{background-color: #2A5FB0; color: #fff; font-size: 14px; font-weight: 400; padding: 8px 30px;}
         .product-details .correct-pin{font-size: 12px; color: #219653; display: flex; align-items: center; gap: 5px;}
         .product-details .emi-text{font-size: 12px; color: #000;}
         .product-details .gold-warranty-box{box-shadow: 0px 2.83px 7.08px 0px #00000040;
        border: 1px solid #D5D5D5; background: url(./images/warrenty-img.png);     background-position: 70% 40%;background-repeat: no-repeat; 
            padding: 20px;color: #000;margin-top: 15px;width: 500px;height: auto; margin-bottom: 30px;}
    .product-details .gold-warranty-box h5{color: #7B7B7B; font-size: 18px; border-bottom: 1px solid #0000001A;}
    .product-details .gold-warranty-box h5 .fw-normal{ font-size: 12px !important;}
    .product-details .gold-warranty-box .warrenty-box-text{color: #000; font-weight: 500; font-size: 11px; padding: 7px 0; border-top: 1px solid #0000001A;}
    .product-details .gold-warranty-box .warrenty-box-text span{color: #FF0000;}
    .product-details .gold-warranty-box .years-text{font-size: 11px;}

        .swiper-section .off-text-blue { position: absolute; top: 35px; left: 10px; color: #2A5FB0; font-weight: bold;}
        .swiper-section .image-icons { position: absolute; top: 15px; right: 15px; color: #888; font-size: 18px;}
        .swiper-section .image-icons i { margin-left: 10px; cursor: pointer;}
        /* Feature Icons */
        .feature-icon-box {  text-align: center; width: 60px; margin-right: 10px; font-size: 9px; line-height: 1.1; color: #000;}
        .feature-icon-box img { width: 80%; border-radius: 7px; padding: 7px; border: 1px solid #eee;  margin-bottom: 5px; background-color: #2D3893;}
        /* Offers & Availability */
       .product-details .dotted-box { border: 1.5px dashed #FF0800; border-radius: 10px; padding: 10px; font-size: 13px; color: #333; }
       .product-details .blue-offer-box { background-color: #2A5FB0; color: white; border-radius: 10px; padding: 15px; font-size: 12px; height: 100%; box-shadow: 0px 4px 4px 0px #00000040;}
        .product-details .blue-offer-box .bank-offer {font-size: 14px; font-weight: 600; border-bottom: 1px solid #fff; padding-top: 5px;}
        .product-details .blue-offer-box p {font-size: 10px; margin-bottom: 20px;}
        .product-details .blue-offer-box a {font-size: 10px;  color: #fff; text-decoration: none;}
        .btn-check-avail { background-color: #2b60a3; color: white;} 
        .sticky-left-col { position: -webkit-sticky;   position: sticky;  top: 20px;   align-self: flex-start;   overflow-y: auto; }

    /* Container for the features section */
.product-details .features-card { background-color: #EEEEEE;  border-radius: 10px; padding: 24px 30px;  margin-bottom: 20px;}
/* Heading style */
.product-details .features-card .features-title { color: #000; font-size: 20px; font-weight: 700; margin-top: 0; margin-bottom: 12px;}
/* List styling */
.product-details .features-card .features-list { margin: 0 0 24px 0; padding-left: 18px; }
.product-details .features-card .features-list li { color: #383838;  font-size: 13px; line-height: 1.6;}
/* Outlined Button styling */
.product-details .features-card .read-more-btn { background-color: transparent;  border: 1px solid #2A5FB0;   color: #030303;  padding: 6px 16px;  border-radius: 8px;  font-size: 13px;  font-weight: 600;  cursor: pointer;  transition: background-color 0.2s ease, color 0.2s ease;}
 
    
    
    /* ============================= Feature Section ============================================ */
     
        .features-banner { background-color: #0092D8;  color: #ffffff; padding: 10px 0;}
        .features-banner .all-features{text-wrap: nowrap; gap: 5px;}
        /* Feature Item Layout */
       .features-banner .feature-item { display: flex; align-items: center;  margin: 5px 5px; gap: 5px;}
       .features-banner .feature-item img{width: 35px; height: auto;}
        /* Icon Styling */
       .features-banner .feature-icon {  margin-right: 15px; }
        /* Warranty Icon specific styling to mimic the red ribbon badge */
        .features-banner .warranty-icon-container { position: relative; display: inline-block; margin-right: 15px;}
        .features-banner .warranty-icon-container i {font-size: 2.2rem;color: #fff;}
        /* Text Styling */
        .features-banner .feature-title {  font-size: 12px;  font-weight: 700;  margin: 0;  letter-spacing: 0.5px;}
        .features-banner .feature-subtext { font-size: 10px; margin: 0;}
        .features-banner { background-color: #0092D8; color: #ffffff; padding: 10px 0;}
/* Swiper Specifics */
.myFeaturesSwiper .swiper-slide {width: auto; }
/* Feature Item Layout */
.features-banner .feature-item { display: flex; align-items: center; gap: 5px;}
.features-banner .feature-item img { width: 35px; height: auto;}
/* Text Styling */
.features-banner .feature-title {  font-size: 12px;   font-weight: 700;  margin: 0;  letter-spacing: 0.5px; white-space: nowrap;}
.features-banner .feature-subtext { font-size: 10px; margin: 0; white-space: nowrap;  }


/* -------------------------------------------------------------------- */

/* ══════════════════════════════
     BOTTOM STRIP
  ══════════════════════════════ */
.bottom-strip {
  background: #0092d8;
  padding: 10px 0;
  font-family: "Poppins", sans-serif;
}

.strip-row {
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  scrollbar-width: none;
}

.strip-row::-webkit-scrollbar {
  display: none;
}

.strip-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  padding:3px 10px;
  flex: 1;
  min-width: 160px;
  flex-shrink: 0;
}

.strip-item:last-child {
  border-right: none;
}

.strip-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  flex-shrink: 0;
}
.warranty {
  height: 30px !important;
  width: auto !important;
}

.strip-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  line-height: 18px;
}

.strip-desc {
  font-size: 10px;
  font-weight: 300;
  opacity: 0.85;
  line-height: 1.3;
}
.view_all {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
      border: 1px solid #2A5FB0;
    border-radius: 5px;
    padding: 2px 6px;
}

/* -------------------------------------------------------------------- */


/* =========================================================================================================================== */

  /* Container for the whole tab section */
  .tab-section{padding: 30px 0;}
        .product-tabs-container { border-radius: 2px;}
        .tabs-section{padding: unset;}
        /* The Tab Bar Background */
       .tab-section .custom-tabs { background-color: #f0f0f0;  border-bottom: none; display: flex;}
        /* Make each tab take up equal width */
       .tab-section .custom-tabs .nav-item { flex: 1; margin: 0;    width: 20%; max-width: 20%; margin-left: 130px;}
        /* Inactive Tab Styling */
       .tab-section .custom-tabs .nav-link { border: none; border-radius: 0; color: #777777;  font-size: 12px;  font-weight: 500;  padding: 12px 20px;  width: 70%;  text-align: center; transition: all 0.3s ease;}

       .tab-section .custom-tabs .nav-link:hover { color: #2A5FB0;}
        /* Active Tab Styling */
        .tab-section .custom-tabs .nav-link.active {  background-color: #2A5FB0;   color: #ffffff; font-weight: 600;}
        /* Content Area Styling */
        .tab-section .custom-tab-content {  padding: 20px 40px;  text-align: center; }
        .tab-section .custom-tab-content p {  color: #555555; font-size: 12px; line-height: 1.8; margin: 0; max-width: 1200px; margin: 0 auto; }


/* ============================= Video section css ===================================================== */
 /* Custom Styling for the Video Section */
 .video-section.container-fluid { padding: 0; overflow: hidden; }
        .hero-video-section {
            position: relative;
            width: 100%;
            /* Adjust max-width as needed for your specific layout */
            /* max-width: 1200px;  */
            /* margin: 0 auto; */
            /* border-radius: 10px; Optional: smooth corners */
            overflow: hidden;
            background-color: #000; /* Dark background before video loads */
        }

        .hero-video-section video {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
            cursor: pointer;
        }

        /* Play Button Overlay Styling */
        .custom-play-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #ffffff;
            color: #2b3a6b; /* Dark blue matching the Carrier theme */
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
            cursor: pointer;
            z-index: 10;
            transition: all 0.3s ease-in-out;
        }

        /* Hover effect for the play button */
        .custom-play-btn:hover {
            transform: translate(-50%, -50%) scale(1.1);
            background-color: #f8f9fa;
        }

        /* Hide the custom button when the video is playing */
        .hero-video-section.is-playing .custom-play-btn {
            display: none;
        }
/* ================================================================================== */


/* ================================== Features CARD SECTION  ================================================ */
 .features-card-section {
            padding: 60px 0;
        }

        /* Feature Card Styling */
        .feature-card {
            margin-bottom: 30px;
        }

        .feature-card img {
            width: 100%;
            height: auto;
            /* Enforces the square-like aspect ratio seen in the design */
            aspect-ratio: 1 / 1; 
            object-fit: cover;
            margin-bottom: 20px;
            background-color: #f4f4f4; /* Placeholder background color */
        }

        .feature-card h4 {
            font-weight: 800;
            font-size: 24px;
            color: #000000;
            margin-bottom: 12px;
            letter-spacing: -0.5px;
        }

        .feature-card p {
            font-size: 13px;
            color: #555555;
            line-height: 1.6;
            margin-bottom: 0;
        }
/* ================================================================================== */


/* ================================== Image section ================================================ */
.image-section.container-fluid{padding: 0; overflow: hidden;}
.hero-img-section img{width: 100%; height: 100%; object-fit: cover;}
/* ================================================================================== */
 



/* ==================================== Accordion Section ============================================== */
 /* --- Section Header Styling --- */
        .section-header-wrapper {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
        }

        .section-title {
            font-weight: 800;
            font-size: 27px;
            margin: 0;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

        /* The thin horizontal line */
        .header-line {
            height: 1px;
            background-color: #d3d3d3;
            flex-grow: 1;
            margin: 0 20px;
        }

        .btn-view-all {
            border: 1px solid #b0b0b0;
            color: #555;
            font-size: 0.8rem;
            padding: 4px 15px;
            border-radius: 4px;
            background: transparent;
            transition: all 0.3s ease;
        }

        .btn-view-all:hover {
            background-color: #f4f4f4;
            color: #000;
        }

        /* --- Custom Accordion Styling --- */
        .faq-accordion .accordion-item {
            border: none;
            background-color: transparent;
            margin-bottom: 15px;
        }

        .faq-accordion .accordion-button {
            background-color: transparent;
            color: #000000;
            font-weight: 600;
            font-size: 0.95rem;
            padding: 15px 0;
            box-shadow: none !important; /* Removes Bootstrap's blue focus ring */
        }

        /* Numbering style inside the button */
        .faq-number {
            font-weight: 600;
            margin-right: 25px;
            font-size: 0.95rem;
        }

        /* Hide the default Bootstrap accordion arrow */
        .faq-accordion .accordion-button::after {
            display: none;
        }

        /* Custom Icon Styling (+ and x) */
        .custom-toggle-icon { 
            font-weight: 400;  
            font-size: 1.2rem;
            color: #666;
            margin-left: auto;
            transition: transform 0.3s ease;
        }
        
        .faq-accordion .accordion-button .custom-toggle-icon::before {
            content: ""; /* Keep empty, we are using background images now */
            display: inline-block;
            width: 17px;  /* Adjust this based on your image size */
            height: 17px; /* Adjust this based on your image size */
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            transition: all 0.3s ease;
        }

        /* Default state (Collapsed): Show Plus */
        /* .faq-accordion .accordion-button.collapsed .custom-toggle-icon::before {
            content: "\2b"; /* Unicode for FontAwesome Plus  /
        } */
         .faq-accordion .accordion-button.collapsed .custom-toggle-icon::before {
            background-image: url('images/Add.png'); /* Add your plus image path here */
        }

        /* Active state (Expanded): Show Cross and turn text Blue */
        .faq-accordion .accordion-button:not(.collapsed) {
            color: #2b60a3; /* Carrier Blue */
        }
        
        .faq-accordion .accordion-button:not(.collapsed) .custom-toggle-icon {
            color: #666; /* Keep icon gray */
        }

        /* .faq-accordion .accordion-button:not(.collapsed) .custom-toggle-icon::before {
            content: "\d7"; /* Unicode for Multiplication Sign (Cross)  
            font-size: 1.5rem; /* Make the cross slightly larger to match design 
            line-height: 1;
        } */

        .faq-accordion .accordion-button:not(.collapsed) .custom-toggle-icon::before {
            background-image: url('images/Close.png'); /* Add your cross image path here */
            /* Optional: You can adjust width/height here if the cross image needs to be bigger */
            /* width: 24px; */
            /* height: 24px; */
        }

        /* Accordion Body / Answer Text */
        .faq-accordion .accordion-body {
            padding: 0 0 15px 45px; /* Aligns text perfectly under the question, skipping the number */
            color: #666666;
            font-size: 0.85rem;
            line-height: 1.6;
        }

        /* --- Reviews Section Styling --- */
        .reviews-section {
            margin-top: 60px;
        }

        .review-box {
            background-color: #eceeeff0; /* Light gray box */
            border-radius: 20px;
            padding: 20px 27px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .review-box-text {
            font-weight: 600;
            font-size: 0.95rem;
            color: #000;
        }

        .btn-write-review {
            background-color: #2b60a3; /* Matches the blue text */
            color: #ffffff;
            font-weight: 600;
            border: none;
            padding: 10px 25px;
            border-radius: 12px;
            font-size: 0.9rem;
            transition: background-color 0.3s ease;
        }

        .btn-write-review:hover {
            background-color: #1a4375;
            color: #ffffff;
        }

        /* Responsive adjustment for review box */
        @media (max-width: 576px) {
            .review-box {
                flex-direction: column;
                text-align: center;
                gap: 15px;
            }
        }

/* ================================================================================== */

.help-section{padding-top: 0; padding-bottom: 30px;}









/* ======================================================== */
/* tab Heading */
.deal-swiper-section.container-fluid{padding-top: 0; padding-bottom: 0; }
.accordian-section .deals-header{width: 100%;}
.deals-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  width: 95%;
}

.deals-title {
  font-weight: 600;
  font-size: 27px;
  text-transform: uppercase;
}
.slider_section_width {
  width: 96% !important;
  margin-left: auto;
  padding: 0px !important;
}
.deals-line {
  flex: 1;
  height: 1px;
  background: #000;
  margin: 0 15px;
}

/* Product Card */
.product-card {
  max-width: 400px;
  border-radius: 18px;
  padding: 8px 8px 10px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 3.69px 27.65px 0px #000b1b4d;
}
.product-card .text_data {
  padding: 0 15px;
}
.dealsSwiper {
  padding: 21px 0px 21px 20px !important;
}

.ribbon {
  position: absolute;
  top: 12px;
  left: -6px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 20px;
  background-image: url("./images/offer.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.wishlist_icons {
  list-style: none;
  display: flex;
  padding-left: 0px;
  justify-content: flex-end;
  gap: 12px;
}
.wishlist_icons img {
  width: 14px;
}
.explore_category .wishlist_icons {
  gap: 10px;
}
.discount {
  color: #2a5fb0;
  font-weight: 700;
  margin-top: 5px;
  font-size: 14px;
}

.img-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.product-img {
  max-width: 85%;
  max-height: 100%;
  object-fit: contain;
  margin-bottom: 20px;
  margin-top: 10px;
}

.title {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;color: #212529; 
    text-decoration: none;
}

.sku {
  color: #8f8f8f;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 10px;
}

.price {
  font-size: 23px;
  font-weight: 700;
}

.old-price {
  text-decoration: line-through;
  color: #62c0e9;
  font-size: 17px;
  margin-left: 10px;
}

.info {
  font-size: 10px;
  color: #000;
  margin-bottom: 10px;
}
.inclusive_tax {
  margin-top: -10px;
  font-size: 9px;
  font-weight: 300;
}
/* */
.buy-btn {
  background: #2a5fb0 !important;
  margin-top: 3px !important;
  color: #fff !important;
  width: 100%;
  padding: 8px;
  border-radius: 8px;
  font-weight: 600;
  margin-top: auto;
  border: none;
  font-size: 13px !important;
  letter-spacing: 0.5px;
  box-shadow: 0px 3.69px 3.69px 0px #00000040;
  border-radius: 0 0 10px 10px !important;
}
.buy-btn img {
  width: 17px;
  margin-right: 3px;
}


/* PRODUCT CARD */
/* PRODUCT CARD (SCOPED) */

.ac-slider .product-card {
  background: white;
  border-radius: 12px;
  overflow: visible;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  transition: 0.3s;
  padding: 10px;
}

.ac-slider .product-card:hover {
  transform: translateY(-6px);
}

.ac-slider .product-img {
  width: 100%;
  max-height: 220px;
  object-fit: contain;
  display: block;
  margin: 20px auto;
}

.ac-slider .product-info {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ac-slider .product-name {
  font-size: 14px;
  font-weight: 600;
}

.ac-slider .price {
  font-size: 14px;
  font-weight: 600;
}

.ac-slider .old-price {
  text-decoration: line-through;
  color: #7aa9c5;
  font-size: 13px;
}

.ac-slider .buy-btn {
  background: #2f5fa7;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 13px;
}
/* BLOG */

.blog-small {
  background: white;
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.blog-small img {
  width: 110px;
  height: 70px;
  object-fit: cover;
}
.blog-small img.rounded-circle{height: 45px;width: 45px;}
.blog-meta {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #7a7a7a;
}

.blog-meta div {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.blog-meta i {
  font-size: 16px;
}
.blog-big img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.blog-big {
  border: 1px solid #e5e7eb;
  border-radius: 20px;height: 100%;
}
.badge {
  background-color: #d1fae5;
  color: #065f46 !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  border-radius: 12px !important;
}
.padding_box {
  padding: 20px;
}
.padding_box h5 {
  font-size: 24px;
  font-weight: 600;
  color: #111827;
}
.padding_box h5 a{color: #111827;text-decoration: none;}
.padding_box p {
  font-size: 13px;
  font-weight: 400;
  color: #6b7280;
}
.padding_box .rounded-circle {
  border-radius: 50%;
  height: 35px;
  width: 35px;object-fit: cover;
}

.help-section {
  margin: 0 auto;
}

.help-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
}

.help-header h2 {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}

.help-header p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.get-support-btn img {
  height: 32px;
}
.get-support-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #2a5fb0;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 25px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}

.get-support-btn:hover {
  background: #1540a0;
}

.get-support-btn svg {
  width: 20px;
  height: 20px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.card {
  background: #f8f8f8;
  border-radius: 8px;
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  cursor: pointer;
  transition: box-shadow 0.2s;
}

.card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 7px;
}

.card-title {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
}

.card-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-icon svg {
  width: 44px;
  height: 44px;
  stroke: #999;
  fill: none;
}

.card-desc {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  font-weight: 400;
  flex: 1;
  margin-bottom: 15px;
}

.arrow-btn {
  width: 50px;
  height: 50px;
  border: 0px;
  border-radius: 50%;
  background: transparent;
  padding: 0px; 
}
.help-section .card {
  height: 100%;
  border: 0px;
  box-shadow: 0px 8.32px 31.19px 0px #00000026;
  border-radius: 6px;
  padding: 25px 30px 20px;
}

.arrow-btn:hover {
  border-color: #2a5fb0;
  background: #2a5fb0;
}

.arrow-btn:hover svg {
  stroke: #fff;
}

.arrow-btn svg {
  width: 16px;
  height: 16px;
  stroke: #888;
}



.help-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
}

.help-header h2 {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}

.help-header p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.get-support-btn img {
  height: 32px;
}
.get-support-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #2a5fb0;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 25px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}

.get-support-btn:hover {
  background: #1540a0;
}

.get-support-btn svg {
  width: 20px;
  height: 20px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.card {
  background: #f8f8f8;
  border-radius: 8px;
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  cursor: pointer;
  transition: box-shadow 0.2s;
}

.card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 7px;
}

.card-title {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
}

.card-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-icon svg {
  width: 44px;
  height: 44px;
  stroke: #999;
  fill: none;
}

.card-desc {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  font-weight: 400;
  flex: 1;
  margin-bottom: 15px;
}

.arrow-btn {
  width: 50px;
  height: 50px;
  border: 0px;
  border-radius: 50%;
  background: transparent;
  padding: 0px;
}
.help-section .card {
  height: 100%;
  border: 0px;
  box-shadow: 0px 8.32px 31.19px 0px #00000026;
  border-radius: 6px;
  padding: 25px 30px 20px;
}

.arrow-btn:hover {
  border-color: #2a5fb0;
  background: #2a5fb0;
}

.arrow-btn:hover svg {
  stroke: #fff;
}

.arrow-btn svg {
  width: 16px;
  height: 16px;
  stroke: #888;
}

/* Plus icon for Product Registration */
.plus-circle {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.plus-circle svg {
  width: 16px;
  height: 16px;
  stroke: #888;
}

/* footer */

.footer {
  background: url("./images/footer.png");
  color: #fff;
  padding: 60px 80px 0;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.footer::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(30, 80, 160, 0.35) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.footer-main {
  padding-bottom: 48px;
}

/* ── COLUMNS ── */
.footer-col h4 {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  margin: 0;
}

.footer-col ul li a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  transition: color 0.2s;
}

.footer-col ul li a:hover {
  color: #fff;
}

/* ── SOCIAL ── */
.social-label {
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 14px;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons a {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s,
    border-color 0.2s;
  text-decoration: none;
  flex-shrink: 0;
}
.social-icons a img {
  width: 19px;
}

/* .social-icons a:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
} */

.social-icons svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start; /* changed from space-between */
  gap: 16px; /* gap between image and badges */
}
.phone-img {
  width: 370px;
  height: auto;
  opacity: 1;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}
/* ── STORE BADGES ── */
.store-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: 55px;
  width: 100%; /* make badges align to full column width */
}
.store-badge {
  border-radius: 10px;
  text-decoration: none;
}
.store-badge img {
  width: 160px;
}

.store-badge svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  fill: #fff;
}

.store-badge .badge-text small {
  display: block;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  margin-bottom: 2px;
}

.store-badge .badge-text strong {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

/* ── FOOTER BOTTOM ── */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-bottom-links {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s;
  font-size: 10px;
}

.footer-bottom-links a:hover {
  color: #fff;
}

.footer-bottom-links span {
  margin: 0 6px;
  color: rgba(255, 255, 255, 0.3);
}

.footer-copyright {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
}

/* ======================================================== */


        /* Responsive Adjustments */
        @media (max-width: 991px) {
          
          .tab-section .custom-tabs .nav-item{    width: 100%;
    max-width: 100%;
    margin-left: 0px;}
    .tab-section .custom-tabs .nav-link{width: 100%; height: 100%;}
            .features-banner .feature-item {max-width: 100%;width: 45%; }
            .sticky-left-col{position: relative;}
        }
        
        @media (max-width:767px){ 
          .swiper-section .off-text-blue{top: 40px;}
          #main-product-image{margin-top: 60px;}
          .reviews-section{margin-top: 20px; border-bottom: 1px solid #ccc;}
          .review-box-text{font-size: 11px; font-weight: 400; }
          .btn-write-review{width: 140px; font-size: 12px; padding: 7px 15px; border-radius: 10px;}
          .faq-accordion .accordion-body{font-size: 11px;}
          .faq-accordion .accordion-button{font-size: 13px;}
          .feature-card p{font-size: 12px;}
          .feature-card, .feature-card img{margin-bottom: 10px;}
          .feature-card h4{font-size: 18px; font-weight: 600;}
          .custom-play-btn{height: 50px; width: 50px; font-size: 20px;}
          .tab-section .custom-tab-content{padding: 10px 10px; text-align: left;}
          .tab-section .custom-tabs .nav-link{font-weight: 400;padding: 10px 5px;}
          .product-details .gold-warranty-box .years-text{font-size: 10px;}
          .product-details .gold-warranty-box h5{font-size: 15px;}
          .product-details .text-muted.small{margin-bottom: 10px !important;font-size: 10px; border-bottom: 1px solid #ccc; padding-bottom: 10px;}
          .product-details .dotted-box{font-size: 12px; border-radius: 8px;}
          .product-details .pin-text{font-size: 14px;}
          .product-details .pin-code .btn-check-avail {padding: 3px 30px;}
          .product-details .warrenty-line{font-size: 10px;}
          .product-details .product-save .save-text{font-size: 15px;}
          .product-details .product-save .save-btn{font-size: 12px; padding: 6px 25px;}
          .product-details .features-card .features-list{margin: 0 0 10px 0;}
          .product-details .features-card .read-more-btn{padding: 5px 15px; font-size: 11px;}
          .product-details .features-card .features-list li{font-size: 12px;}
          .product-details .features-card .features-title{font-size: 16px;}
          .product-details .features-card{margin-bottom: 0px; margin-top: 10px; padding: 20px;}
          .product-details .mobile-design{margin-bottom: 0 !important; padding-bottom: 10px;border-bottom: 1px solid #ccc;}
          .product-details .main-price{border-bottom: unset; padding-bottom: 8px;}
          .product-details .stock-check{margin-bottom: 0 !important;}
          .m-mobile-rating { display: flex; align-items: center; gap: 10px; margin-bottom: 10px !important;}
          .product-details .save-price{font-size: 14px;}
          .product-details .cut-price{font-size: 16px;}
          .product-details .product-price{font-size: 24px;}
          .product-details .tax{font-size: 9px;}
          .product-details .m-mobile .offer-price{display: none;}
          .main-image-container .image-icons .vr-img2{width: 15px;}
          .main-image-container .image-icons .vr-img{width: 20px;}
       .mobile-bar ul{list-style: none; padding: 8px 10px; flex-direction: row; display: flex;align-items: center;gap: 10px; margin: unset;}
    .mobile-bar li{font-size: 11px;}
    .mobile-bar{background-color:#2D3893 ; color: #fff;}
    .mobile-bar ul li .btn{background-color: #FFF200;color: #000;border: unset; border-radius: 7px; font-size: 11px; padding: 3px 15px;}
          .top-header{position: sticky;top: 0;z-index: 999999999999999;}
          .hamburger p{    margin-bottom: 0; font-size: 10px; margin-left: 10px; padding: 4px 0px;}
          .sticky-prod-header .add-text p.d-flex{color: #000; font-size: 14px;}
          .sticky-prod-header .add-text p{color: #4E4D4D; font-size: 12px;}
          .product-details .blue-offer-box{padding: 10px; display: flex; flex-direction: column; justify-content: space-evenly;}
          .product-details .product-title{font-size: 15px;}
          .deals-title{font-size: 17px; color: #000;}
          .card-title{font-size: 21px;}
          .product-details .pin-code input{width: 180px; padding: 3px 15px; font-size: 12px;}
          main.swiper-section{padding-top: 0px;}
          .swiper-section .ribbon-yellow{top: 8px;}
          .sticky-prod-header .add-text{padding-bottom: 5px; padding-right: unset;}
          .sticky-prod-header .price-content{padding-bottom: 8px;}
          .sticky-prod-header .btn-small{  box-shadow: 0px 4px 15px 0px #00000040;}
          .sticky-prod-header .price-content .save-price{display: none;}
          .sticky-prod-header .price-content .cut-price{color: #4E4D4D;}
          .sticky-prod-header .price-content .price{color: #2A5FB0;}
          .sticky-prod-header .emi-line{display: none;}
          .sticky-prod-header {background-color: #EBEBEB; color: #000;}
          .sticky-prod-header .container{    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
    text-align: left;}  
          .swiper-section .main-image-container{padding: 20px; height: 450px;}
          .sticky-left-col{display: flex; flex-direction: column-reverse;}
          .swiper-section .thumb-swiper-container{    height: auto;
    width: 100%;
     margin-right: 0px; padding-top: 10px; padding-bottom: 10px;}
          .features-card-section{padding: 10px 0;}
          section{padding-top: 30px; padding-bottom: 30px;}
            .sticky-left-col{position: relative;}
            .product-details .gold-warranty-box{width: 100%;}
        }

        @media (max-width: 576px) {
            .features-banner .feature-item { width: 100%;    justify-content: flex-start; padding-left: 10%;}
        }
    


/* ------------------ */
/* MOBILE RESPONSIVE  */
/* ------------------ */

@media (max-width: 768px) {
  .hover_cards .cards {
    flex-wrap: wrap;
    height: auto;
    gap: 20px;
  }

  .hover_cards .product-card {
    width: 45%;
    transform: none !important;
  }

  .hover_cards .cards:hover .product-card {
    transform: none !important;
  }
}

@media (max-width: 480px) {
  .hover_cards .product-card {
    width: 90%;
  }

  .hover_cards .product-img {
    height: 180px;
  }
}

.cards:hover .card-1 {
  transform: rotate(0deg) translateX(-40px) scale(1.05);
  z-index: 1;
}
.cards:hover .card-2 {
  transform: rotate(0deg) translateX(-20px) scale(1.05);
  z-index: 2;
}
.cards:hover .card-3 {
  transform: rotate(0deg) translateX(0) scale(1.15);
  z-index: 3;
}
.cards:hover .card-4 {
  transform: rotate(0deg) translateX(20px) scale(1.05);
  z-index: 4;
}
.cards:hover .card-5 {
  transform: rotate(0deg) translateX(40px) scale(1.05);
  z-index: 5;
}
.user_details{display: none;}

@media (max-width: 767px) {
  .user_details{display: flex;list-style: none;padding-left: 0;gap: 15px;margin-bottom: 0px;}
  .user_details li img{width: 15px;height: auto;}
  .user_details li:nth-child(2) img{width: 11px;}
  .padding_box {
    padding: 10px;
}
  .footer {
    padding: 30px 20px 0px;
    background: url("./images/footer-mobile.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .border_footer {
    border-bottom: 1px solid #ffffff78;
    padding: 20px 0 40px;
  }
  .border_footer_social {
    border-bottom: 1px solid #ffffff78;
    padding: 0px 0 40px;
  }
  .footer-bottom {
    justify-content: center;
  }
  .footer-bottom-links a,
  .footer-copyright {
    font-size: 9px;
  }
  .blog-meta .icon_bg {
    height: 25px;
    width: 25px;
  }
  .blog-meta div {
    gap: 1px;
  }
  .blog-meta .icon {
    width: 9px;
  }
  .social-label {
    margin-top: 25px;font-size: 14px;
  }
  .help-section .card {
    padding: 15px;
  }
  .plus-circle,
  .card-icon,
  .card-icon,
  .card-icon {
    width: 35px;
    height: 35px;
  }
  .card-desc {
    font-size: 12px;
  }
  .arrow-btn {
    width: 35px;
    height: 35px;
  }
  .plus-circle {
    position: relative; 
  }
  .get-support-btn {
    padding: 7px 15px;
    font-size: 10px;
    font-weight: 500;
  }
  .get-support-btn img {
    height: 20px;
  }
  .help-header h2 {
    font-size: 17px;
  }
  .help-header p {
    font-size: 11px;
  }
  .get-support-btn {
    width: 180px;align-items: center;
        justify-content: center;
  }
  .footer-main .accordion-button {
    padding: 15px 0px;
    border-bottom: 1px solid #ffffff78;
    font-size: 15px;
    font-weight: 400;
  }
  .footer-main {
    padding: 0px !important;
  }
  .social-icons a {
    width: 25px;
    height: 25px;background: #D3D3D3;
  }
  .social-icons a img {
    width: 15px;
  }
  .footer-bottom-links span{margin: 0 2px;}
  .footer-bottom-links{align-items: center;}

  .testimonial-card p {
    font-size: 11px;line-height: 17px;
  }
  .stars{font-size:16px}
  .testimonial-header{margin-bottom:10px !important}
  .user_name{font-size: 14px;}
  .users_designation{font-size: 10px;}

  .user_info h5 {
    font-size: 12px !important;
  }
  .user_info span{font-size: 10px;}
  .icon_wrap{font-size: 10px;}
  .blog-small p{font-size: 13px;margin-bottom: 5px;}
  .testimonial {
    padding: 30px 0px 10px !important;
}
.help-section{padding-bottom: 30px;padding-top: 0px;}
#footerAccordion .accordion-body ul li{margin-bottom: 5px;}
#footerAccordion .accordion-body{padding: 20px 0 0;}
.app_icon img{width: 100px;
        height: auto;}
#footerAccordion .accordion-body ul li a{text-decoration: none;color: #fff;font-size: 12px;
        font-weight: 400;}

  .padding_box h5 {
    font-size: 15px;
  }
  .badge{font-size: 10px !important;}
  .padding_box p{font-size: 11px;}
  
  .blog-meta {
    display: flex;
    gap: 9px;
    margin-bottom: 10px;
  }

  /* =========================
   TOP HEADER
========================= */

  .top-header {
    padding:8px 15px 10px 10px;
  }

  .logo-section img {
    height: 42px;
  }
  .logo-section .menu{width: 17px;display: block;}

  /* location below */
  .location-btn {
    order: 5;
    width: 100%;
    font-size: 8px;color:#7C7C7C; bottom: 0;left: 0; 
        right: 0;
        background: #F2F2F2; padding: 6px 12px;top: auto;
  }.location-btn img {
    width: 11px;
    height: auto;
}

  /* hide search bar */
  .search-wrap {
    display: none;
  }

  /* account text hide */
  .my-account span {
    display: none;
  }

  .my-account img {
    width: 10px;
        height: auto;
  }

  /* header spacing */
  .top-header .d-flex {
    flex-wrap: wrap;
  }

  /* =========================
   MAIN NAV
========================= */

  /* hide desktop menu */
  .desktop-nav-links {
    display: none !important;
  }

  /* hamburger show */
  .hamburger {
    display: block;
    background: none;
    border: none;
    margin-right: 10px;
  }

  /* hide wishlist text */
  .nav-wishlist {
    display: none;
  }

  /* cart icon only */
  .nav-cart {
    padding: 10px 14px;
    font-size: 0;
  }
  .nav-inner {
    display: none !important;
  }
  .nav-cart img {
    width: 20px;
  }

}
@media (max-width: 1200px){
  .nav-link-item{padding: 7px;font-size: 11px;}
  .nav-cart, .nav-wishlist{font-size: 11px;}
}