@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');
@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.html);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.html);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);


    
.cols{
  padding-bottom: 30px;
}
    /* FLIP (non-conflicting) */
    .pflip-wrapper {
      perspective: 1000px;
      position: relative;
      height: 450px;
      
    }

    .pflip-inner {
      width: 100%;
      height: 100%;
      transform-style: preserve-3d;
      transition: transform .6s ease-in-out;
    }

    .pflip-wrapper:hover .pflip-inner {
      transform: rotateY(180deg);
    }

    .pflip-front,
    .pflip-back {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      border-radius: 8px;
      overflow: hidden;
    }

    .pflip-front {
      z-index: 2;
      background: transparent;
    }

    .pflip-back {
      transform: rotateY(180deg);
      background: #fff;
      padding: 18px;
      box-shadow: 0 6px 22px rgba(0, 0, 0, .12);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    /* Price formatting (keeps your current look) */
    .product-price.sale {
      display: flex;
      gap: .6rem;
      align-items: center;
    }

    /* BENEFITS - upgraded */
    .pflip-benefits {
      font-size: 16px;
      line-height: 1.6;
      color: #222;
      font-weight: 600;
      animation: benefitsFade .5s ease forwards;
    }

    .pflip-benefits strong {
      display: block;
      color: #0a7a35;
      margin-bottom: 8px;
      font-size: 17px;
    }

    .pflip-benefits ul {
      padding-left: 0;
      margin: 0;
    }

    .pflip-benefits ul li {
      list-style: none;
      margin: 10px 0;
      padding-left: 34px;
      position: relative;
      font-weight: 600;
      color: #333;
      font-size: 15.5px;
    }

    .pflip-benefits ul li::before {
      content: "🌿";
      position: absolute;
      left: 0;
      top: 0;
      font-size: 18px;
      color: #0fb65a;
      transform: scale(0);
      animation: iconPop .45s ease forwards;
    }

    @keyframes iconPop {
      0% {
        transform: scale(0);
        opacity: 0
      }

      80% {
        transform: scale(1.3);
        opacity: 1
      }

      100% {
        transform: scale(1);
      }
    }

    @keyframes benefitsFade {
      from {
        opacity: 0;
        transform: translateY(8px)
      }

      to {
        opacity: 1;
        transform: translateY(0)
      }
    }

    /* Enquiry btn */
    .pflip-enquiry-btn {
      width: 100%;
      background: #1fae50;
      color: #fff;
      border: none;
      padding: 12px;
      border-radius: 6px;
      font-weight: 700;
      cursor: pointer;
    }

    /* Small responsive fix */
    @media (max-width:576px) {
      .pflip-wrapper {
        height: 480px
      }

      .pflip-benefits {
        font-size: 15px
      }
    }

.sale {
  display: flex;
  justify-content: space-between;
  width: 100%;
}


* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #666666;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0
}

h1 {
  font-size: 24px
}

h2 {
  font-size: 22px
}

h3 {
  font-size: 18px
}

h4 {
  font-size: 16px
}

h5 {
  font-size: 14px
}

h6 {
  font-size: 13px
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


/* nav bar */

.header_section {
  height: 400px;
  width: 100%;
  background-image: url(../images/Phone.html\ Wallpaper\ Background.jpg);
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top: 1px solid #6cec41;
}

.header_bg {
  background: #ffffff;
  border-bottom: 1px solid #6cec41;
}

.bg-light {
  background-color: transparent !important;
}

.ml-auto,
.mx-auto {
  margin: 0 auto;
}

.nav-item {
  align-items: center;
  padding: 5px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 3px 15px;
  font-size: 18px;
  color: #222222;
  margin: 0px 6px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #6cec41;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: green;
    border-radius: 20px;
}

.navbar-brand {
  margin: 0px;
  float: right;
}

/* .navbar {
  padding: 15px 0px;
} */


.login_bt i:hover {
  color: #6cec41;
}

.login_bt a {
  font-size: 18px;
  color: #222222;
  padding: 0px 0px 0px 20px;
}

.login_bt a:hover {
  color: #6cec41;
}

.fa.fa-search.form-control-feedback {
  font-size: 18px;
  color: #222222;
}

.fa.fa-search.form-control-feedback:hover {
  font-size: 18px;
  color: #6cec41;
}

/* 320px - small mobile */
@media (max-width: 320px) {
  .navbar-brand img {
    width: 50px;
  }

  .nav-item {
    font-size: 12px;
  }

  .desktop-megamenu {
    position: static;
    display: block;
  }

  .category-column {
    width: 100%;
  }
}

/* 375px - larger mobile */
@media (max-width: 375px) {
  .nav-item {
    font-size: 13px;
  }
}

/* 425px - large phones / small tablets */
@media (max-width: 425px) {
  .navbar-nav {
    text-align: center;
  }

  .category-grid {
    flex-direction: column;
  }
}

/* 768px - tablets */
@media (max-width: 768px) {
  .desktop-megamenu {
    display: none !important;
  }

  .category-grid {
    flex-direction: column;
  }

  .category-column {
    margin-bottom: 20px;
  }

  .navbar-brand img {
    width: 100px;
  }

  .navbar-collapse {
    background-color: #f8f9fa;
    padding: 1rem;
  }
}

/* 1024px - small laptops */
@media (min-width: 769px) and (max-width: 1024px) {
  .category-column {
    flex: 1 1 50%;
  }

  .desktop-megamenu {
    padding: 10px;
  }
}

/* 1440px - standard desktops */
@media (min-width: 1025px) and (max-width: 1440px) {
  .category-column {
    flex: 1 1 30%;
  }

  .desktop-megamenu {
    padding: 20px;
  }
}

/* 2560px - 4K screens */
@media (min-width: 1441px) {
  .container {
    max-width: 1400px;
  }

  .desktop-megamenu {
    padding: 30px 60px;
  }
}


/* megamenu section  */

.products-megamenu-1 {
  position: relative;
}

.products-megamenu-1:hover .desktop-megamenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.desktop-megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 1s ease;
  z-index: 99;
  padding: 20px;
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  overflow: hidden;
}


.products-megamenu-1 {
  padding-bottom: 10px;
}


.products-megamenu-1 {
  position: static;
  /*  Hide Desktop Mega Menu 1 in Desktop */
  /* Bootstrap Tabs Navigation */
  /* Tab Content */
}

.mobile-megamenu {
  display: none;
}

.desktop-megamenu,
.products-megamenu-1 .active,
.products-megamenu-1 .active:focus {
  background-color: #fff;
  
}

.desktop-megamenu {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  border-radius: 6px;
  z-index: 99;
  padding: 20px;
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  overflow: hidden;
}

.desktop-megamenu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.products-megamenu-1:hover>.desktop-megamenu {
  opacity: 1;
  top: 100%;
  visibility: visible;
  pointer-events: auto;
}

.megamenu-tabs {
  margin-bottom: 15px;
}

.nav-tabs {
  border-bottom: 1px solid color-mix(in srgb, #6cec41, transparent 50%);
  justify-content: center !important;

}

.m-nav-item {
  margin-bottom: 0;
}

.m-nav-link {
  border: none;
  padding: 10px 29px;
  color: #000;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s;
  background-color: transparent;
  border-bottom: 2px solid transparent;
}

.m-nav-link:hover {
  color: #6cec41;
  border-color: transparent;
}

.m-nav-link.active {
  color: #6cec41;
  background-color: transparent;
  border-bottom: 2px solid #6cec41;
}

.megamenu-content {
  flex: 1;
  overflow-y: auto;
  padding-right: 5px;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Category Grid */
  /* Product Grid */
}

.megamenu-content::-webkit-scrollbar {
  width: 5px;
}

.megamenu-content::-webkit-scrollbar-track {
  background: color-mix(in srgb, var(--default-color), transparent 95%);
  border-radius: 10px;
}

.megamenu-content::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--default-color), transparent 80%);
  border-radius: 10px;
}

.megamenu-content .tab-content {
  display: none;
}

.megamenu-content .tab-content.active {
  display: block;
}

.category-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.category-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.category-grid-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px;
}
.category-column {
  background-color: color-mix(in srgb, #fff, #6cec41 3%);
  border-radius: 8px;
  padding: 15px;
  transition: 0.3s;
}

.category-column h4 {
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid color-mix(in srgb, #000, transparent 90%);
  position: relative;
}

.category-column h4:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #6cec41;
}

.category-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.category-column ul li {
  margin-bottom: 10px;
  background-color: none !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start !important;
  width: 100%;
}

.category-column ul li:last-child {
  margin-bottom: 0;
}

.category-column ul li a {
  color: #000000;
  font-size: 16px;
  font-weight:500;
  transition: 0.3s;
  padding: 0 0 0 20px;
  display: block;
  position: relative;
}

.category-column ul li a:before {
  content: "\f285";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 12px;
  color: #00000083;
  opacity: 0.7;
}

.category-column ul li a:hover {
  color: #6cec41;
  transform: translateX(3px);
}

.category-column ul li a:hover:before {
  opacity: 1;
}

.category-column .active {
  background-color: none;
}

/* Products Mega Menu 1 - Mobile */
@media (max-width: 1024px) {
  .megamenu-tabs .nav {
    justify-content: center !important;
    flex-wrap: wrap;
    /* allow wrapping if tabs overflow */
    text-align: center;
  }

  .megamenu-tabs .m-nav-item {
    margin: 5px 10px;
    /* space between items */
  }

  .megamenu-tabs .m-nav-link {
    text-align: center;
    display: inline-block;
    padding: 8px 12px;
  }
}

/* nav bar */
.cat {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border: 20px;
  margin-top: 30px;
  border-radius: 25px;
}

/*  */
.product_taital {
  text-align: center;
  width: 66%;
  float: left;
  font-size: 40px;
  color: #373736;
  font-weight: bold;
}

.product_taital::before {
  position: absolute;
  content: '';
  width: 200px;
  height: 7px;
  background-color: #6cec41;
  bottom: 30px;
  border-radius: 4px;
  margin-left: -220px;
}

.product_taital::after {
  position: absolute;
  content: '';
  width: 200px;
  height: 7px;
  background-color: #6cec41;
  bottom: 30px;
  border-radius: 4px;
  margin-left: 20px;
}

@media (max-width: 768px) {

  .product_taital::before,
  .product_taital::after {
    content: none;
  }
}

.product_taital_cat {
  text-align: center;
  width: 66%;
  float: left;
  font-size: 20px;
  color: #373736;
  font-weight: bold;
}

/* Default desktop styles — already provided by you */
.product_taital_cat::before,
.product_taital_cat::after {
  position: absolute;
  content: '';
  width: 100px;
  height: 7px;
  background-color: #6cec41;
  bottom: 18px;
  border-radius: 4px;
}

.product_taital_cat::before {
  margin-left: -120px;
}

.product_taital_cat::after {
  margin-left: 20px;
}

/* 1024px and below (Tablets) */
@media (max-width: 1024px) {

  .product_taital_cat::before,
  .product_taital_cat::after {
    width: 80px;
    height: 6px;
  }

  .product_taital_cat::before {
    margin-left: -100px;
  }

  .product_taital_cat::after {
    margin-left: 15px;
  }
}

/* 768px and below (Small Tablets) */
@media (max-width: 768px) {

  .product_taital_cat::before,
  .product_taital_cat::after {
    width: 60px;
    height: 5px;
  }

  .product_taital_cat::before {
    margin-left: -80px;
  }

  .product_taital_cat::after {
    margin-left: 12px;
  }
}

/* 425px and below (Mobile - Large) */
@media (max-width: 425px) {

  .product_taital_cat::before,
  .product_taital_cat::after {
    width: 40px;
    height: 4px;
    bottom: 12px;
  }

  .product_taital_cat::before {
    margin-left: -55px;
  }

  .product_taital_cat::after {
    margin-left: 10px;
  }
}

/* 375px and below (Mobile - Medium) */
@media (max-width: 375px) {

  .product_taital_cat::before,
  .product_taital_cat::after {
    width: 35px;
    height: 4px;
    bottom: 10px;
  }

  .product_taital_cat::before {
    margin-left: -45px;
  }

  .product_taital_cat::after {
    margin-left: 8px;
  }
}

/* 320px and below (Mobile - Small) */
@media (max-width: 320px) {

  .product_taital_cat::before,
  .product_taital_cat::after {
    width: 30px;
    height: 3px;
    bottom: 8px;
    margin-bottom: 15px;
  }

  .product_taital_cat::before {
    margin-left: -40px;
  }

  .product_taital_cat::after {
    margin-left: 6px;
  }
}

/* Extra large screens (1440px and up) */
@media (min-width: 1440px) {

  .product_taital_cat::before,
  .product_taital_cat::after {
    width: 110px;
  }

  .product_taital_cat::before {
    margin-left: -130px;
  }

  .product_taital_cat::after {
    margin-left: 25px;
  }
}

/* Ultra-wide screens (2560px and up) */
@media (min-width: 2560px) {

  .product_taital_cat::before,
  .product_taital_cat::after {
    width: 130px;
  }

  .product_taital_cat::before {
    margin-left: -150px;
  }

  .product_taital_cat::after {
    margin-left: 30px;
  }
}

/* product page start */
.category-product-list {
  padding: 50px 0 20px 0;
}

.product-box {
  position: relative;
  height: 100%;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.product-box:hover {
  transform: translateY(-8px);
}

.product-box:hover .product-overlay {
  opacity: 1;
  visibility: visible;
}

.product-box:hover .main-img {
  transform: scale(1.08);
}

.product-thumb {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}

/* water mark  */

/* Watermark styling */
.product-thumb .watermark-logo {
  position: absolute;
  top: 10px;              /* top-right corner */
  right: 10px;
  width: 60px;            /* adjust size */
  height: auto;
  opacity: 0.8;           /* transparent look */
  z-index: 5;
  pointer-events: none;   /* disable clicks on logo */
  object-fit: contain;
}

/* ✅ Make watermark responsive */
@media (max-width: 768px) {
  .product-thumb .watermark-logo {
    width: 50px;
    top: 5px;
    right: 5px;
  }
}



.main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  
}

.product-label {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
  background-color: #6cec41;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.35em 0.8em;
  border-radius: 30px;
  letter-spacing: 0.03em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.product-label-sale {
  background-color: #e53e3e;
}

.product-label-sold {
  background-color: #718096;
}

.product-label-hot {
  background-color: #dd6b20;
}

.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(to top, #6cec4123, transparent);
  visibility: hidden;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
  padding: 1rem;
}

.product-quick-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  pointer-events: auto;
}

.quick-action-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00000083;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.quick-action-btn:hover {
  background-color: #6cec41;
  color: #000;
  transform: translateY(-2px);
}

.view-product-container {
  width: 100%;
  pointer-events: auto;
}

.view-product-btn {
  width: 100%;
  padding: 0.8rem 1.5rem;
  background-color: #6cec41;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.view-product-btn:hover {
  background-color: color-mix(in srgb, #000, #000 15%);
  color: #fff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.view-product-btn.disabled {
  background-color: #a0aec0;
  cursor: not-allowed;
}

.view-product-btn.disabled:hover {
  background-color: #a0aec0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.product-content {
  padding: 1.2rem;
}


.product-name {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  padding: 0;
  line-height: 1.4;
  color: #000000c2; 
}

.product-name .title-text {
  color: inherit;          /* default color */
  transition: color 0.3s ease;
  cursor: pointer;         /* show pointer on hover */
}

.product-name .title-text:hover {
  color: #6cec41;          /* hover color */
}







.product-price {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  gap: 0.75rem;
}

.product-price span {
  font-weight: 700;
  font-size: 1.1rem;

  color: #278107aa;
}

.original {
  font-size: 0.9rem;
  font-weight: 400;
  text-decoration: line-through;
  color: rgba(184, 62, 62, 0.593);
}

.sale {
  font-weight: 700;
  font-size: 1.1rem;
  color: #278107aa;
}

.product-rating-container {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.rating-stars {
  color: #f59e0b;
  font-size: 0.85rem;
  margin-right: 0.5rem;
}

.rating-stars i {
  margin-right: 1px;
}

.rating-number {
  font-size: 0.85rem;
  font-weight: 600;
  color: #00000083;
}


 @media (max-width: 991.98px) {
  .category-product-list .product-name {
    /* font-size: 0.95rem;
    height: 2.6rem; */
  }

  .category-product-list .product-content {
    padding: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .category-product-list .product-box {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .category-product-list .product-overlay {
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .category-product-list .view-product-btn {
    padding: 0.7rem 1.2rem;
    font-size: 0.85rem;
  }
} 

/* product page end */

/*--------------------------------------------------------------
# Category Pagination Section
--------------------------------------------------------------*/
.category-pagination {
  padding-top: 0;
}

.category-pagination nav {
  position: relative;
}

.category-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.category-pagination li {
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.category-pagination li.ellipsis {
  color: #6cec41;
  padding: 8px 16px;
  user-select: none;
}

.category-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 8px 16px;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 4px color-mix(in srgb, #000, transparent 90%);
}

.category-pagination li a.active {
  background-color: #6cec41;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px color-mix(in srgb, #000, transparent 70%);
}

.category-pagination li a:hover:not(.active) {
  background-color: #000;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 3px 6px color-mix(in srgb, #000, transparent 85%);
}

.category-pagination li a i {
  font-size: 14px;
}

.category-pagination li a span {
  margin: 0 4px;
}

@media (max-width: 575px) {
  .category-pagination ul {
    gap: 4px;
  }

  .category-pagination li a {
    min-width: 36px;
    height: 36px;
    padding: 8px 12px;
    font-size: 14px;
  }
}


/* footer */
.footer {
  color: #ffffff;
  background-color: #262526;
  font-size: 14px;
  position: relative;
}

.footer-main {
  padding: 70px 0 40px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.footer-widget {
  margin-bottom: 30px;
  text-align: center;
}

.logo {
  display: inline-flexbox;
  margin-bottom: 20px;
}

.logo-img {

  padding-bottom: 20px;
}

.sitename {
  text-align: center;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.footer_dep {
  margin: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

.social-links {
  margin-top: 25px;
}

.social-links h5 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  margin-top: 20px;
  padding-top: 50px;
}
.footer_social_icon {
  width: 100%;
  display: flex;
  justify-content: center; /* center horizontally */
  flex-wrap: wrap; /* allow wrap on smaller screens */
  gap: 15px; /* spacing between icons */
  padding-inline-start: 0;
  text-align: center;
  margin-top: 15px;
}

.footer_social_icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.footer_social_icon li {
  display: inline-block;
}

.footer_social_icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background-color: #fff;
  color: #252525;
  border-radius: 100%;
  font-size: 19px;
  width: 44px;
  height: 44px;
  transition: 0.3s ease;
}

.footer_social_icon a:hover {
  background-color: #6cec41;
  color: #ffffff;
}
@media (max-width: 425px) {
  .footer_social_icon a {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}

@media (min-width: 426px) and (max-width: 768px) {
  .footer_social_icon a {
    width: 40px;
    height: 40px;
    font-size: 17px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .footer_social_icon a {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
}

@media (min-width: 1440px) {
  .footer_social_icon a {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}

.footer-widget h4 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
  padding-top: 40px;
}

.footer-widget h4:after {
  position: absolute;
  content: '';
  width: 80px;
  height: 6px;
  background-color: #6cec41;
  bottom: 20px;
  border-radius: 4px;
  margin-left: 20px;
}

@media (max-width: 992px) {
  .footer-widget h4:after {
    width: 50px;
    height: 4px;
    margin-left: 10px;
  }

  .footer_social_icon {
    padding-inline-start: 0px;

  }
}

/* Mobile: max-width 768px */
@media (max-width: 768px) {
  .footer-widget h4:after {
    content: none;
  }
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}


.location_text ul {
  margin: 0px;
  padding: 0px;
}

.location_text li {
  text-align:left;
  font-size: 16px;
  color: #ffffff;
  padding: 0px 7px 0px 16px;
}

.location_text a {
  display: block;
  color: #ffffff;
  font-size: medium;
}

.location_text a:hover {
  color: #ffffff;
}

.padding_left_10 {
  font-size: 30px;
  color: #ffffff;
  padding-right: 10px;
  position: relative;
  top: 4px;
}

.padding_left_10:hover {
  color: #6cec41;
}

.app-buttons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.app-btn {
  align-items: center;
  background-color: #fff;
  color: #252525;
  margin: 15px;
  padding: 4px 15px 4px 15px;
  border-radius: 20px;
}

.app-btn i {
  font-size: 20px;
  margin-right: 8px;
}

.app-btn span {
  font-size: 13px;
  font-weight: 500;
}

.app-btn:hover {
  background-color: #6cec41;
  color: #ffffff;
}

.footer-bottom {
  padding: 25px 0;
}

.payment-icons {
  display: flex;
  gap: 12px;
}

.payment-icons i {
  font-size: 22px;
  color: #fff;
}

.payment-icons i:hover {
  color: #6cec41;
}

.copyright p {
  margin-bottom: 0;
  color: #fff;
}

.copyright p strong {
  color: #fff;
}

/* footer */