@font-face {
  font-family: Vazirmatn;
  src: url("../font/Vazirmatn-FD-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../font/Vazirmatn-FD-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../font/Vazirmatn-FD-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../font/Vazirmatn-FD-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../font/Vazirmatn-FD-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../font/Vazirmatn-FD-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../font/Vazirmatn-FD-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("f../font/Vazirmatn-FD-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../font/Vazirmatn-FD-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: Vazirmatn;
}

/* Start Slider */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
/* End Slider */

.sliderlogo {
  filter: grayscale(100%);
}

.sliderlogo:hover {
  filter: grayscale(0%);
}

.sliderlogo:active {
  filter: grayscale(0%);
}

.sliderlogo img {
  height: 80px;
}

.autoplay-progress svg {
  stroke: #636b2f;
}

.swiper-pagination-bullet-active {
  background: #636b2f;
}

.text-pland-yellow {
  color: #f5b901;
}

.text-pland-green {
  color: #636b2f;
}

.text-pland-red {
  color: #de314e;
}

.bg-pland-yellow {
  background-color: #f5b901;
}

.bg-pland-green {
  background-color: #636b2f;
}

.bg-pland-red {
  background-color: #de314e;
}

.accordion-button:not(.collapsed) {
  background-color: #636b2f;
}

.accordion {
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.3rem #636b2f33;
}

.text-justify {
  text-align: justify;
}

@media (max-width: 991.98px) {
  #step-arrow {
    width: 80px !important;
    height: 80px !important;
    rotate: 270deg !important;
  }

  #order-progress {
    width: 250px !important;
  }
}







/* scrollbar width */
/* ::-webkit-scrollbar {
  width: 10px;
} */

/* scrollbar Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 15px #636b2f;
  /* border-radius: 0px; */
}

/* scrollbar Handle */
::-webkit-scrollbar-thumb {
  background: #636b2f;
  border-radius: 5px;
  border: 1px solid #383d1a71;
}

/* scrollbar Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4b5224;
}

.accordion-button:not(.collapsed) {
  color: white !important;
}




















/* Custom CSS for Bootstrap 5.3 dropdowns */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: 0.125rem;
}

.dropdown-submenu .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-top: 0.5em;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .dropdown-submenu .dropdown-menu {
        position: static;
        margin-left: 1rem;
        border: none;
        box-shadow: none;
    }
    
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
}

/* Active state styling */
.navbar-nav .nav-link.active,
.navbar-nav .dropdown-item.active {
    color: #484d28;
    font-weight: 600;
}
















