@font-face {
  font-family: 'Tactic-Sans-Medium';
  src: url('./fonts/TacticSans-Med.ttf') format('truetype');
  /* font-weight: normal; */
  /* font-style: normal; */
}

@font-face {
  font-family: 'Tactic-Sans-regular';
  src: url('./fonts/TacticSans-Reg.ttf') format('truetype');
  /* font-weight: normal;
  font-style: normal; */
}

.font-2{
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}



.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.categories__card:hover .categories__title {
  color: var(--bg-black-color);
}

.categories__card:hover .categories__subtitle {
  color: var(--bg-black-color);
}

.categories__card:hover {
  background: var(--bg-offwhite-color);
  border: 1px solid #ffd300;
}

.footer-logo {
  width: 197px;
}

.widget__categories--menu .active {
  background-color: var(--bg-offwhite-color) !important;
  color: var(--body-color) !important;
}

.login-bg {
  background-image: url(../img/slider/home1-slider1-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: 0 50%;
}

.otp-input-fields {
  /* margin: auto; */
  /* background-color: white;
    box-shadow: 0px 0px 8px 0px #02025044; */
  max-width: 100%;
  width: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-bottom: 20px;

  input {
    height: 50px;
    width: 50px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #fdd100;
    text-align: center;
    outline: none;
    font-size: 16px;

    &::-webkit-outer-spin-button,
    &::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    /* Firefox */
    &[type="number"] {
      -moz-appearance: textfield;
    }

    &:focus {
      border-width: 2px;
      /* border-color: darken(#2f8f1f, 5%); */
      font-size: 20px;
    }
  }
}

.rounded-10px {
  border-radius: 10px !important;
}

/* filter slider  */
.slider {
  -webkit-appearance: none;
  appearance: none;
  height: 5px !important;
  width: 100%;
  border-radius: 10em;
  background-color: #1a1a18;
  outline: none;
  margin-bottom: 10px;
  margin-top: 10px;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ffd300;
  cursor: pointer;
  border: 3px solid #f4f4f4;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #ffd300;
  cursor: pointer;
  border: 3px solid #f4f4f4;
}

.output {
  color: #1a1a18;
  letter-spacing: 1.5px;
  font-size: 20px;
  margin-left: 5px;
  text-align: center;
}

.model__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 18px;
  /* line-height: 4rem; */
  border: 1px solid;
  text-align: center;
  border-radius: 5px;
  padding: 5px 10px;
}


.secondary__btn {
  font-weight: 600;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 3.8rem;
  height: 3.8rem;
  padding: 0 2rem;
  letter-spacing: 0.2px;
  border-radius: 2.4rem;
  background: var(--primary-color);
  color: var(--text-white-color);
  /* border: 0; */
}

.btn-outline-primary {
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color) !important;
  font-weight: 550;

}


.btn-outline-secondary {
  color: var(--primary-color);
  border: 1px solid var(--primary-color) !important;
  font-weight: 550;

}


.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);

}

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

.header__sticky .active {
  background: var(--secondary-color) !important;
  color: #000 !important;

}

.header__sticky .active:hover {
  background: var(--secondary-color) !important;
  color: #000 !important;

}

span.info__list--item-head {
  width: 40%;
}

.bg-transparent {
  background: transparent !important;
}

.h-800px {
  height: 800px;
  overflow-y: scroll;
}

.text-primary {
  color: var(--secondary-color) !important;

}

.bg-primary {
  background-color: var(--secondary-color);

}


.btn-primary {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color)
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color)
}



.w-100px {
  width: 100px;
}



.buyer-dashboard .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--secondary-color) !important;
  /* color: #fff; */
  background-color: transparent !important;
}

.buyer-dashboard .nav-pills .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: var(--primary-color);
  text-decoration: none;
  /* text-align: center; */
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}


.text-2line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  /* Approx height for two lines, depends on line height */
  line-height: 1.5em;
  /* Adjust based on your font-size */
}

.categories__section .categories__card.active {
  border: 1px solid var(--secondary-color);
}

/* filter new css  */
.accordion-button {

  padding: 10px 15px 10px 20px;
  font-size: 1.7rem;
  color: #212529;
  text-align: left;
  background-color: #fff;

}

/* .sub-sub-menu li{
  padding: 10px 5px !important;
} */

.widget__categories--sub__menu .accordion-body {
  /* background: #f7f7f7; */
  border: 2px solid #ffffff;
}

.widget__categories--sub__menu .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.widget__categories--sub__menu .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
}

.widget__categories--menu__text {
  width: 95%;
}

.product__card:hover .product__secondary--img {
  opacity: 1;
  visibility: visible;
  background: #e7e7e77d;
}


.general-appearance .table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: rgb(250 250 250);
  color: var(--bs-table-striped-color);
}

/* new css 3/3/25  */
.header__search--input {
  height: 50px;
  border-radius: 10px;
  padding: 0 0px 0 50px;
  /* color: #909090; */
  background-image: url(../img/icon/search-icon.png);
  background-repeat: no-repeat;
  background-position: 10px;
}

.header__search--input:focus {
  border-radius: 5px;
}

.account__currency--link {
  display: block;
  align-items: center;
  color: var(--primary-color);
  font-size: 1.4rem;
  line-height: 3.7rem;
  border: 1px solid;
  /* padding: 5px 10px; */
  width: 80px;
  text-align: center;
  height: 40px;
  border-radius: 10px;
}

.header__sticky .active {
  background: var(--bg-offwhite-color) !important;
  color: #000 !important;
}

.header__sticky .active:hover {
  background: var(--bg-offwhite-color) !important;
  color: #000 !important;
}

.language__switcher {
  display: block;
  align-items: center;
  color: var(--primary-color);
  font-size: 1.4rem;
  line-height: 3.5rem;
  width: 80px;
  height: 40px;
  border: 1px solid;
  border-radius: 10px;
  text-align: center;
}

.login-icon {
  width: 20px;
  height: 20px;
}

.header__menu--link.active {
  color: var(--white-color) !important;
  background: var(--secondary-color);
  border-radius: 0px;
}

/* .pr-60px {
  padding-right: 60px;
} */

.hero-bg {
  background-image: url(../img/banner/bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: 0 50%;
}

.py-60px {
  padding-top: 60px;
  padding-bottom: 60px;
}

.title-heading {
  font-family: 'Tactic-Sans-Medium';
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 20px;
  latter-spacing: 1px;
  font-weight: 400;
}

.theme-btn,
.theme-btn:hover {
  font-family: 'Tactic-Sans-regular';
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  background: var(--secondary-color) !important;
  border-radius: 5px;
}

.theme-btn-2,
.theme-btn-2:hover {
  font-family: 'Tactic-Sans-regular';
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  background: #ffffff !important;
  border-radius: 5px;
}

.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}


.category-card {
  background: #f5f5f5f5;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  height: 210px;
}
.card__img img{
  
  width: 100%;
  height:130px ;
}

.category__title {
  font-family: 'Tactic-Sans-medium';
  text-align: center;
  color: #555555;
  /* font-size: 22px; */
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
}

.swiper__nav--btn {
  opacity: 1 !important;
}

.section-heading-new {
  font-family: 'Tactic-Sans-Medium';
  font-size: 40px;
  color: #000000;
  margin-bottom: 30px;
  font-weight: 400;
}

.product__card {
  border: 1px solid #E2E2E2;
  border-radius: 10px;
}
.product__card p{
  font-size: 14px;
}


.product-name {
  font-family: 'Tactic-Sans-regular';
  font-size: 16px !important;
  color: #E2E2E2;
  margin-bottom: 10px;
  /* font-weight: 400; */
  padding-top: 15px;
}

.wishliat-card-btn {
  background-color: #f5f5f5f5;
  color: #555555;
  padding: 0px 8px;
  width: 100%;
}

.send-enquiry-btn {
  font-family: 'Tactic-Sans-Medium';
  background: #fffffff5;
  color: #2e2e2e !important;
  padding: 0px 8px;
  /* font-weight: 500; */
  border: 1px solid #E2E2E2;
}

.bg-3 {
  background: #f5f5f5f5;
}

.key-features{
  background-image: url(../img/banner/bg-5.png);
  background-repeat: no-repeat;
  height: 650px;
  background-size: cover;
  width: 100%;
  object-fit: 0 50%;
}

.key-icon {
  width: 50px;
  height: 50px;
  background: var(--secondary-color);
  border-radius: 50%;
  padding: 10px;
}

.key-name {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 700;
  margin-top: 10px;
}

.key-description {
  font-size: 16px;
  color: #909090;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 20px;
}

.key-feature-card {
  background: #414141E5;
  height: 160px;
}

.work-card {
  background: #fffffff5;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #E2E2E2;
}

.work-name {
  font-size: 20px;
  color: #2e2e2e;
  margin-bottom: 5px;
  font-weight: 700;
  margin-top: 10px;
}

.work-step-icon {
  width: 50px;
  height: 50px;
  background: var(--secondary-color);
  border-radius: 50%;

}

.work-step {
  font-family: 'Tactic-Sans-Medium';
  font-size: 40px;
  color: #f5f5f5f5;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 40px;
  margin: 0px;
  padding: 0px;
  align-items: center;
  position: relative;
  top: 5px;
  left: -5px;

}

/* footer css  */
.newsletter__area {
  padding-bottom: 10px;
  border-bottom: none;
  background: var(--secondary-color);
  padding: 15px 0px;
  align-items: center;
  border-radius: 10px;
}

.footer__bg {
  background: #2e2e2e;
  padding-top: 50px;
}

.footer__widget--desc {
  line-height: 20px;
  margin-top: 20px;
  max-width: 360px;
}

.social__share--icon__style2 {

  background: #555555;
  color: var(--secondary-color);
  text-align: center;
  border-radius: 10px;
  border: 1px solid #555555;
}

.footer__bottom {
  border-top: 1px solid #9e9e9e;
}

.view-all-btn{
  font-family: 'Tactic-Sans-Medium';
  font-size: 14px;
  background: #2e2e2e;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.view-all-btn:hover {
 
  color: var(--secondary-color);
 
}

.swiper .swiper__nav--btn {
  opacity: 1;
  visibility: visible;
}

.product-detail .swiper__nav--btn {
  width: 3.5rem;
  height: 3.5rem;
  background: inherit;
  border: 1px solid #ffffff;
  background: #ffffff00;
  color: #ffffff;
  border-radius: 50%;
  opacity: 1;
  visibility: visible;
  transition: var(--transition);
  z-index: 9;
}

.product-category{
  /* font-family: 'Tactic-Sans-Medium'; */
  font-size: 15px;
  color: #909090;
  margin-bottom:0px;
}
.product-title{
   font-family: 'Tactic-Sans-Medium';
   font-size: 24px;
   color: #000000;
   margin-bottom:0px;
}
.p-date{
  font-size: 14px;
}
.p-price{
  font-family: 'Tactic-Sans-Medium';
  font-size: 24px;
  color: #000000;
  margin-bottom:20px;
}
.bg-primary{
  background-color: var(--secondary-color)!important; 
  border-color: var(--secondary-color)!important;
}

.tabs-container-bg{
  background: #E2E2E2;
}

.product__details--tab__list.active {
  color: #000000;
  background: var(--secondary-color);
  padding: 15px 20px;
}
.product__details--tab__list {
  font-size: 1.8rem;
  padding: 15px 20px;
}
.filter-btn-1{
  background: #555555;
  color: #ffffff;
  padding: 5px 10px;
  width: 100%;
  font-size: 16px;
  font-family: "Tactic-Sans-Medium";
  border-radius: 5px;
}

.footer-heading{
  color: #909090 !important;
  font-family: "Tactic-Sans-Medium";
  font-size: 20px;  

}
.text-light-gray{
  color: #E2E2E2 !important;
}

.header__menu--link {
  padding: 10px 10px;
}
.header__menu--items:hover .header__menu--link {
  color: #000000 !important;
  background: var(--secondary-color);
  border: none;
  border-radius: 0px;
} 

.offcanvas__header--menu__open{
  background: #fed505;
  padding: 10px;
  border-radius: 50%;
}

.header__sticky.sticky {
  display: none;
}
.bg-light-1{
  background-color: #F5F5F5;
}
.text-gray{
  color: #909090;
}
.filter-card{
  color: #909090;
  background-color: #F5F5F5;
  border-radius: 10px;
  margin-bottom: 15px;
  border: none;
}

/* Webkit (Chrome, Edge, Safari) */
.h-800px::-webkit-scrollbar {
  width: 3px;
 
}

.h-800px::-webkit-scrollbar-thumb {
  background-color: var(--secondary-color);
  border-radius: 3px;
  display: none;

}

.h-800px::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Optional: Light gray track */
  display: none;
}
.widget__categories--menu__list{
  padding: 0px;
  border-bottom: none;
}

/* policy page css 7/3/25  */
.policies .tab__btn--link.active {
  background: var(--secondary-color);
  color: var(--text-white-color);
  text-decoration: none;
  border-radius: 0px;
}
.bg-gray{
background: #909090;
}
.policies .policy-details ul li {
  list-style: inside;
  line-height: 25px;
}

.top-categories .swiper-navigation {
  display: flex;
  gap: 10px; /* Space between buttons */
}

.top-categories .swiper__nav--btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  visibility: visible !important;
  background-color: rgb(0 0 0 / 0%);
  transition: background 0.3sease;
  padding-left: 4px;
  /* padding-top: 4px; */
  color:#2e2e2e;
  border: 1px solid #2e2e2e;
}

.top-categories .swiper__nav--btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.top-categories .swiper-button-prev,
.top-categories .swiper-button-next {
  position: relative;
  display: block !important; /* Force visibility */
}

.fs-20{
  font-size: 20px !important;
}

.swiper .swiper__nav--btn {
  opacity: 1;
  visibility: visible;
}

.product-detail .swiper__nav--btn {
  width: 3.5rem;
  height: 3.5rem;
  background: inherit;
  border: 1px solid #ffffff;
  background: #ffffff00;
  color: #ffffff;
  border-radius: 50%;
  opacity: 1;
  visibility: visible;
  transition: var(--transition);
  z-index: 9;
}
.swiper-slide img {
  border-radius: 10px !important;
}
.product-category{
  /* font-family: 'Tactic-Sans-Medium'; */
  font-size: 15px;
  color: #909090;
  margin-bottom:0px;
}
.product-title{
   font-family: 'Tactic-Sans-Medium';
   font-size: 24px;
   color: #000000;
   margin-bottom:0px;
}
.p-date{
  font-size: 14px;
}
.p-price{
  font-family: 'Tactic-Sans-Medium';
  font-size: 24px;
  color: #000000;
  margin-bottom:20px;
}
.bg-primary{
  background-color: var(--secondary-color)!important; 
  border-color: var(--secondary-color)!important;
}

.tabs-container-bg{
  background: #E2E2E2;
}

.product__details--tab__list.active {
  color: #000000;
  background: var(--secondary-color);
  padding: 15px 20px;
}
.product__details--tab__list {
  font-size: 1.8rem;
  padding: 15px 20px;
}

.filter-card label{
  font-size: 13px !important;
}

/* .banner-img-section-2 .mySwiper .swiper-slide img{
  width: 280px;
  height: 220px !important;
} */

.cat-mega-manu{
  width: 1200px;
  /* opacity: 1;
  visibility: visible; */
  overflow-x: hidden;
  overflow-y: auto;
}
.cat-mega-manu .category-card{
  height: 150px;
  width: 160px;
  margin-bottom: 5px ;
}
.cat-mega-manu .card__img{
  display: flex;
  text-align: center;
  justify-content: center;
}

.cat-mega-manu .card__img img{
 height: 60px;
 width: auto;
}

.cat-mega-manu .category-card .category__title{
  font-size: 14px;
  line-height: 20px;
}
 .banner-img-section-2 .mySwiper .swiper-slide img {
  height: 260px; 
  object-fit: cover; /* Ensures the image covers the area without stretching */
}

