.icon_circle i {
  font-size: 16px;
}

.badge {
  min-width: 20px;
  height: 19px;
  line-height: 12px;
  text-align: center;
}

.containerr {
  max-width: 1325px !important;
}

.nn {
  width: 65px;
}

.ho:hover {
  background: #ebebeb !important;
}

.language-dropdown > a {
  color: #006400; /* green text for active language */
  font-weight: 600;
}

.language-dropdown .dropdown-menu {
  min-width: 160px;
  border-radius: 6px;
  border: none;
  margin-top: 5px;
}

.language-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  /* padding: 8px 12px; */
  font-size: 14px;
  color: #333;
  transition: background 0.2s;
}

.language-dropdown .dropdown-item:hover {
  background-color: #f1f1f1;
}

.about_us_section {
  background: #f9f9f9;
  padding: 60px 0;
}

.about_us_text h2 {
  font-weight: bold;
  font-size: 32px;
}

.about_us_text p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

.about_us_text .lead {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  text-align: justify;
}

.about_us_text i {
  font-size: 18px;
}

/* //card// */

/* Common Button */
.common_btn {
  background-color: #007b34;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}
.common_btn:hover {
  background-color: #005f27;
}

/* Container Max Width */
.max-widthh {
  max-width: 1262px !important;
}

/* View All Button */
.view_all_btn {
  display: inline-block;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #28a745, #218838);
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(40, 167, 69, 0.3);
}
.view_all_btn i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}
.view_all_btn:hover {
  background: linear-gradient(135deg, #218838, #1e7e34);
  box-shadow: 0 6px 15px rgba(33, 136, 56, 0.4);
  transform: translateY(-2px);
}
.view_all_btn:hover i {
  transform: translateX(4px);
}

/* Category Card */
.category_card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06); */
  transition: all 0.3s ease;

   /* Equal Height */
  height: 100%;
  min-height: 300px;
}



.category_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgb(0 0 0 / 24%);
}
.category_card h5 {
  font-weight: 600;
  margin: 15px 0;
}
.category_img {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.category_img img {
  max-height: 100%;
  max-width: 100%;
  transition: transform 0.3s ease;
}
.category_card:hover img {
  transform: scale(1.05);
}

/* Shop Button */
.shop_btn {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #333;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}
.category_card:hover .shop_btn {
  background: #28a745;
  color: #fff;
  border-color: #28a745;
}

.hover-support {
    transition: background-color 0.3s ease, transform 0.2s ease;
    padding: 5px 10px;
    border-radius: 6px;
}
.hover-support:hover {
    background-color: #f5f5f5;
    transform: translateY(-2px);
}

.icon-circle {
    transition: background-color 0.3s ease;
}
.icon-circle:hover {
    background-color: #e9fbe9;
}

.icon-bar small {
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

/* ************************ Swiper Css ********************************/

.service-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 200px;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 2%); /* Overlay color */
  z-index: 1;
}

.card-content {
  /* background: rgba(0, 0, 0, 0.4); */
  padding: 10px 12px;
  border-radius: 8px;
  max-width: 80%;
}

.card-content h5 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 700;
}

.card-content p,
.card-content ul {
  font-size: 14px;
  margin-bottom: 10px;
}

.card-content ul {
  padding-left: 18px;
}

.card-content ul li {
  list-style-type: disc;
}

.card-content button {
  background: #fff;
  color: #000;
  border: none;
  padding: 6px 16px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

/* Swiper specific */
.swiper-slide {
  width: 280px;
  border-radius: 12px;
}


/* ************************ Swiper Css ********************************/

/* icons_side */
.icon-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  padding: 5px 0;
}

.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: sans-serif;
  font-size: 12px;
}

.icon-circle {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  line-height: 1;
  position: relative;
}

.icon-svg {
  width: 20px;
  height: 20px;
  display: block;
  vertical-align: middle;
  fill: #000;
}

.icon-label {
  margin-top: 8px;
  font-size: 13px;
  color: #111;
  line-height: 1;
}

.badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: green;
  color: white;
  font-size: 10px;
  padding: 4px 4px;
  border-radius: 50%;
  line-height: 1;
}
/* icons_side */


/* ********************  categrory start ********************* */
.category-grid .grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.px-4 {
    padding-right: 1rem!important;
    padding-left: 2rem!important;
}

.category-item {
  width: 100px;
  text-align: center;
  font-size: 14px;
  color: #333;
}

.category-item img {
  width: 100%;
  max-width: 130px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
  border-radius: 12px;
  /* box-shadow: 0 4px 8px rgba(0,0,0,0.05); */
  transition: transform 0.3s ease;
}

.category-item:hover img {
  transform: scale(1.05);
}

.section_heading_2 h3 {
  font-weight: 600;
  font-size: 1.5rem;
}

.view_all_btn {
  font-size: 0.9rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.view_all_btn:hover {
  text-decoration: underline;
  box-shadow: 0 4px 12px rgba(0, 128, 0, 0.2);
}

@media (max-width: 767px) {
  .section_heading_2,
  .view_all_btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  .d-flex.flex-wrap {
    flex-direction: row;
    align-items: center;
  }
}



@media (min-width: 768px) {
  .category-item {
    width: 144px;
  }
}

@media (max-width: 767px) {
  .category-item {
    /* width: 30%; */
  }
}

/* ********************  categrory end********************* */



/************************ subactergory start********************/

  .category-carousel-section {
    background: #f0f8ff38;
  }

  .pt-50{
    padding-top: 50px;
  }

  .pb-50{
    padding-bottom: 50px;
  }

.card-top-wrap {
  position: relative;
}

.quick-add-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  background-color: #28a745;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 14px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: background 0.3s ease;
}

.quick-add-btn:hover {
  background-color: #218838;
}

  .product-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    padding: 16px;
    text-align: center;
    transition: transform 0.3s ease;
    height: 100%;
  }

  .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  }

  .product-card img {
    max-width: 100%;
    height: 110px;
    object-fit: contain;
    /* margin-bottom: 12px; */
  }

  .product-card h6 {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px;
    height: 28px;
  }

  .product-card p {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
  }

  .product-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .product-bottom .price {
    font-weight: 600;
    color: #000;
  }

  .add-btn {
    background: #fff;
    color: green;
    border: 1px solid green;
    border-radius: 6px;
    padding: 4px 12px;
    font-size: 14px;
    transition: 0.3s;
  }

  .add-btn:hover {
    background: green;
    color: #fff;
  }

  /* Custom Arrows */
  .swiper-button-next,
  .swiper-button-prev {
    background: #fff;
    border: 1px solid #ccc;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    top: 35%;
    color: #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
  }

  .swiper-button-next {
    right: 0;
  }

  .swiper-button-prev {
    left: 0;
  }


  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 19px !important;
    color: #026d32 !important;
}


.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    color: #026d32 !important;
    font-size: 19px !important;
}

.swiper-slide {
    margin: 15px 10px !important;
    flex-shrink: 0;
    width: 100%;
    /* height: 100%; */
    position: relative;
    transition-property: transform;
    display: block;
    /* height: 224px; */
    border: 0.5px solid rgb(232, 232, 232);
    box-shadow: rgba(0, 0, 0, 0.04) 2px 2px 8px;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
  margin-left: 6px;
}

.view-all-btn {
  background-color: #28a745;
  color: #fff;
  font-size: 14px;
  padding: 6px 16px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.3s ease;
}

.view-all-btn:hover {
  background-color: #218838;
  text-decoration: none;
  color: #fff;
}
/************************ subactergory end********************/


   .fss{
    font-size: 13px !important;
    }

.mb_25{
  margin-bottom: 25px;
}


@media (max-width: 786px) {
  header .header_logo {
    width: 56px;
  }
  .fss {
    font-size: 10px !important;
}
  header .header_logo {
    width: 90px;
    margin-left: 0px;
  }
  .mob_menu {
    margin-right: 15px;
  }
  header .header_logo {
    width: 56px;
    margin-left: 15px;
  }
  .common_btn {
    padding: 12px 17px;
    font-size: 11px;
  }
  .add-btn {
    padding: 4px 5px !important;
    font-size: 9px !important;
}
.view-all-btn {
    font-size: 10px;
    padding: 4px 13px;
    gap: 0px;
}
.product-card h6 {
    font-size: 11px;
}

}

.mb-50{
      margin-bottom: 50px;

}

    /* Modal Custom */
    .login-modal {
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.2);
    }

    .login-form-side {
        padding: 35px 25px;
        background: #fff;
    }

    .login-title {
        font-size: 26px;
        font-weight: 700;
        color: #222;
        margin-bottom: 5px;
    }

    .login-subtitle {
        font-size: 14px;
        color: #666;
        margin-bottom: 20px;
    }

    /* Form */
    .login-form .form-group {
        margin-bottom: 18px;
        text-align: left;
    }

    .login-form label {
        font-size: 14px;
        font-weight: 500;
        color: #444;
        margin-bottom: 6px;
        display: block;
    }

    .login-form input {
        width: 100%;
        padding: 12px 14px;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-size: 14px;
        transition: all 0.3s ease;
    }

    .login-form input:focus {
        border-color: #007bff;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
    }

    /* Button */
    .login-btn {
        width: 100%;
        padding: 12px;
        border: none;
        border-radius: 8px;
        background: linear-gradient(135deg, #007bff, #0056b3);
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        margin-top: 10px;
    }

    .login-btn:hover {
        background: linear-gradient(135deg, #0056b3, #003f7f);
    }

    /* Footer */
    .login-footer {
        margin-top: 20px;
        text-align: center;
    }

    .login-footer p {
        font-size: 14px;
        color: #444;
    }

    .login-footer a {
        color: #007bff;
        font-weight: 500;
        text-decoration: none;
    }

    .login-footer a:hover {
        text-decoration: underline;
    }

    .login-footer .forgot {
        display: block;
        margin-bottom: 8px;
        font-size: 13px;
        color: #555;
    }

