* {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
/* Clears the 'X' in searchbar from Chrome, Safari, Edge, and Opera */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none; /* For older versions */
  appearance: none;
}
.text-uppercase{text-transform:uppercase;}
/* Clears the 'X' in searchbar from Internet Explorer/Edge legacy */
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
body {
    background: #fff;
    overflow-x: hidden;
}
#header_desc_menu_list a {
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}
#header_desc_menu_list a:hover {
  opacity: 0.5;
}
#catalog_menu svg path {
  transition: all 0.3s ease-in-out;
}
#catalog_menu:hover svg path {
  fill: #fff;
}
header {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 18px;
}
.bannerSwiper .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
  height: 300px;
}
.bannerSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.categoriesWrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 8px;
}
.categoriesWrapper .category_card {
    height: 250px;
}
.categoriesWrapper .category_card img {
    transform: scale(1.2);
}
.categoriesWrapper .category_card:nth-of-type(3) img {
    transform: scale(2.5);
    bottom: 40px;
}
.categoriesWrapper .category_card:nth-of-type(1) {
    grid-row: span 2 / span 2;
    background: url("/assets/photos/dolumt.webp") center/cover no-repeat;
}

.categoriesWrapper .category_card:nth-of-type(2) {
    grid-row: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 3;
    background: url("/assets/photos/salfetnem.webp") center/cover no-repeat;
}

.categoriesWrapper .category_card:nth-of-type(3) {
    grid-row: span 4 / span 4;
    grid-column-start: 2;
    grid-row-start: 1;
    height: 100%;
    background: url("/assets/photos/cubuqlar.webp") center/cover no-repeat;
}

.categoriesWrapper .category_card:nth-of-type(4) {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 1;
    background: url("/assets/photos/desty.webp") center/cover no-repeat;
}

.categoriesWrapper .category_card:nth-of-type(5) {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 3;
    background: url("/assets/photos/sampunn.webp") center/cover no-repeat;
}
        
.bannerSwiper .swiper-button-next,
.bannerSwiper .swiper-button-prev {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.bannerSwiper:hover .swiper-button-next,
.bannerSwiper:hover .swiper-button-prev {
  opacity: 1;
}
.swiper-button-next,
.swiper-button-prev {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

:is(.categorieSwiper, #products_wrapper, .bannerSwiper, .blogSwiper, .advSwiper, .footerProductCollections) .swiper-button-next svg,
:is(.categorieSwiper, #products_wrapper, .bannerSwiper, .blogSwiper, .advSwiper, .footerProductCollections) .swiper-button-prev svg {
  width: 18px;
  height: 18px;
  fill: black;
}

:is(.categorieSwiper, #products_wrapper, .bannerSwiper, .blogSwiper, .advSwiper, .footerProductCollections) .swiper-button-next svg path,
:is(.categorieSwiper, #products_wrapper, .bannerSwiper, .blogSwiper, .advSwiper, .footerProductCollections) .swiper-button-prev svg path {
  fill: black;
}
.blogSwiper {
    padding: 20px !important;
}
.blogSwiper .swiper-slide a{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.partnor_card {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 18px;
}
.categoriesWrapper img {
    transition: all .3s ease-in-out;
}

.categoriesWrapper .swiper-slide {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 8px;
}
.wheight_pr::after{
    background-image: linear-gradient(90deg, transparent 85%, #8f969a 0), linear-gradient(0deg, transparent 25%, #fff 0);
    background-size: .3125rem .3125rem;
    content: "";
    flex-grow: 1;
    height: .0625rem;
    min-width: .625rem;
    order: 2;
    width: auto;
}
.set_part::before {
  content: "";
  position: absolute;
  border-radius: 16px;
  left: 0;
  top: 0;
  width: 100%;
  height: 270px;
  background-color: #ffeba7;
  background-image: url("/assets/photos/bg_set.webp");
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: 100% 0px;
}
.set_wrapper_box a {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.set_wrapper_box a:hover {
  box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 24px;
}

.adv_card {
  background: linear-gradient(259deg, #0b805a 0%, #00563a 100%);
}

.footerProductCollections::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  background: #fff;
  background: linear-gradient(90deg, rgba(97, 86, 157, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
footer a {
  transition: all 0.3s ease-in-out;
}
footer a:hover {
  opacity: 0.5;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #cac8c8; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #50B946; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #FF9A01; 
}

/* all cats */
.all_cats_list::-webkit-scrollbar {
  width: 4px;
}

.all_cats_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.all_cats_list::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #1bf307;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.sub_cat_list {
  display: none;
}
.sub_cat_list.active {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sub_menu_lists_wrapper a {
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
.sub_menu_lists_wrapper a:hover {
  color: #50b946;
}

#header_desc_menu_list a.active {
    color: #50B946;
    font-weight: 500;
}

/*contact us*/
.contact_top_card {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 45px;
}
.contact_top_left_card img {
    filter: drop-shadow(0 4px 12px rgba(255, 193, 7, 0.25));
}
.timeline-nav {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}
.timeline-years {
    display: flex;
    gap: 10px;
}
.year-btn {
    display: flex;
    align-items: center;
    transition: .5s cubic-bezier(0.33, 1, 0.68, 1);
    background: rgba(0, 0, 0, .06);
    letter-spacing: -0.02em;
    text-transform: uppercase;
    border-radius: 3.625rem;
    line-height: 1.1;
    padding: 15px 25px;
    border: none;
    color: #181d1d;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.year-title {
    font-size: 100px;
    font-weight: 700;
    color: #181d1d;
    line-height: 1;
    margin-bottom: 30px;
}
.timeline-arrows {
    display: flex;
    gap: 10px;
}
.arrow-btn {
    width: 58px;
    height: 58px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    transition: .5s cubic-bezier(0.33, 1, 0.68, 1);
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.arrow-btn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    transform: translateY(100%);
    transition: transform .5s cubic-bezier(0.33, 1, 0.68, 1);
    background-color: #2F6D56;
}
.catalog_wrapper .swiper-slide {
    width: 32%;
}
.arrow-btn:hover::before {
    transform: none;
}
.arrow-btn:hover {
    border-color: #2F6D56;
    color: #2F6D56;
    position: relative;
}
.arrow-btn:hover svg {
    filter: invert(1);
}
.year-btn.active {
    background: #2F6D56;
    border-color: #2F6D56;
    color: #fff;
}
.historySwiper {
    width: 100%;
}
.historySwiper .swiper-slide {
    opacity: 0 !important;
    transition: opacity 0.6s ease;
}
.main-content {
    gap: 60px;
    position: relative;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 60px;
}
.left-section {
    position: relative;
}
.year-image {
    width: 100%;
    overflow: hidden;
    border-radius: 0;
}
.year-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.right-section {
    flex: 1;
}
.achievements {
    margin-bottom: 30px;
    transition: all 0.4s ease;
}
.details-btn {
    padding: 15px 50px;
    border: 1px solid #333;
    background: #fff;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.historySwiper .swiper-slide-active {
    opacity: 1 !important;
}
.details-btn:hover {
    background: #2F6D56;
    border-color: #2F6D56;
    color: #fff;
}
.blog-inner__news-list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    padding-left: 50px;
}

.blog-inner__news-list::before {
    content: "";
    position: absolute;
    left: 11px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #555;
    z-index: 1;
}
.blog-inner__news-item {
    padding: 24px 0;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.blog-inner__news-number {
    position: absolute;
    left: -50px;
    top: 24px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #1a1a1a;
    z-index: 2;
    text-align: center;
    line-height: 1;
}
.blog-inner__news-item:first-child .blog-inner__news-number {
    top: 0;
}
.blog-inner__news-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.blog-inner__news-meta {
    display: flex;
    align-items: center;
    gap: 8px;
}
.blog-inner__news-link {
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
    display: block;
    margin-top: 4px;
    transition: color 0.3s;
}
.blog-inner__news-time {
    font-size: 14px;
    color: #888;
    font-weight: 500;
}
.blog-inner__image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}
.blog-inner__news-item:first-child {
    padding-top: 0;
}
.tenders-form-section form {
    display: grid;
    gap: 20px;
    max-width: 500px;
}
.tenders-form-section label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #1f1f21;
    margin-bottom: 8px;
}
.tenders-form-section label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #1f1f21;
    margin-bottom: 8px;
}
.tenders-form-section textarea {
    resize: vertical;
}
.tenders-form-section label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #1f1f21;
    margin-bottom: 8px;
}
.tenders-form-section input[type="radio"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.tenders-form-section input[type="checkbox"] {
    margin-top: 4px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
}
.tenders-form-section button[type="submit"] {
    padding: 16px 32px;
    background: #1f1f21;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.tenders-form-section button[type="submit"]:hover {
    background: #333;
    transform: translateY(-2px);
}
.tenders-form-section input[type="text"], .tenders-form-section input[type="tel"], .tenders-form-section input[type="email"], .tenders-form-section textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #e9e8eb;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}
.static_content ul {
    list-style: disc;
    padding-left: 20px;
}
.blog_cards_wrapper .swiper-slide {
    width: 32%;
}
.categoriesWrapper .swiper-slide {
    width: 23%;
}
.categorieSwiper .swiper-slide:hover img,
.categoriesWrapper .swiper-slide:hover img {
    transform: scale(1.1);
}
.productSwiper .swiper-slide:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.productSwiper .swiper-slide:hover .pr_bottom
{
    display: flex !important;
}

.productsWrapper .swiper-slide {
    width: 23%;
    padding-top: 0px;
}
.productsWrapper .swiper-slide .pr_bottom,
.catalog_wrapper .swiper-slide .pr-top,
.catalog_wrapper .swiper-slide .pr_bottom {
    display: flex;
    position: relative;
}
.productsWrapper .swiper-slide .pr_bottom,
.catalog_wrapper .swiper-slide .pr_bottom
{
    padding: 0px;
    margin-top: 20px;
}
.ab_company::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0.75rem;
    z-index: 1;
    width: calc(100% - 2.75rem);
    height: 3.125rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, #FFF 87.5%);
}
.ab_acc_item.active .ab_acc_title{
    color: #50B946;
}
.ab_acc_item.active button {
    transform: rotate(45deg) !important;
}
.category_card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    z-index: 0;
    pointer-events: none;
    background: #000000;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#FFFFFF", GradientType=0);
}

/* container */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 768px) {
    .productsWrapper .swiper-slide {
        width: 100%;
    }
    .blog_cards_wrapper .swiper-slide {
        width: 100%;
    }
    #sideMenu.active {
        left: 0;
    }
  .categoriesWrapper {
    display: flex;
    flex-direction: column;
  }
  .categoriesWrapper .category_card {
      height: 250px !important;
  }
  .categoriesWrapper .category_card img {
      transform: scale(1) !important;
  }
  .blogSwiper {
      padding: 0px !important;
  }
  .footerProductCollections .swiper-slide a {
      width: 100%;
      display: block;
  }
  .footerProductCollections {
      padding-inline: 50px !important;
  }
  .ab_company::after {
      display: none;
  }
}

/* Extra small (phones) */
@media (min-width: 360px) {
  .container {
    max-width: 100%;
  }
}

/* Small (phones landscape) */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

/* Medium (tablets) */
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

/* Large (laptops) */
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

/* Extra Large (desktops) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .footerProductCollections .swiper-slide {
      width: fit-content;
    }
}

/* 2XL (wide screens) */
@media (min-width: 1400px) {
  .container {
    max-width: 1250px;
  }
}

/* Ultra Wide (4K & bigger) */
@media (min-width: 1800px) {
  .container {
    max-width: 1600px;
  }
}
