:root {
    --heading-desktop-h2-font-family: "Space Grotesk", Helvetica;
    --heading-desktop-h2-font-size: 48px;
    --heading-desktop-h2-font-style: normal;
    --heading-desktop-h2-font-weight: 700;
    --heading-desktop-h2-letter-spacing: 0px;
    --heading-desktop-h2-line-height: 120%;
    --heading-desktop-h6-font-family: "Space Grotesk", Helvetica;
    --heading-desktop-h6-font-size: 20px;
    --heading-desktop-h6-font-style: normal;
    --heading-desktop-h6-font-weight: 700;
    --heading-desktop-h6-letter-spacing: 0px;
    --heading-desktop-h6-line-height: 140%;
    --m3-headline-medium-emphasized-font-family: "Roboto", Helvetica;
    --m3-headline-medium-emphasized-font-size: 28px;
    --m3-headline-medium-emphasized-font-style: normal;
    --m3-headline-medium-emphasized-font-weight: 500;
    --m3-headline-medium-emphasized-letter-spacing: 0px;
    --m3-headline-medium-emphasized-line-height: 36px;
    --small: 0px 2px 4px -2px rgba(0, 0, 0, 0.06), 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
    --text-medium-normal-font-family: "Space Grotesk", Helvetica;
    --text-medium-normal-font-size: 18px;
    --text-medium-normal-font-style: normal;
    --text-medium-normal-font-weight: 400;
    --text-medium-normal-letter-spacing: 0px;
    --text-medium-normal-line-height: 150%;
    --text-medium-semi-bold-font-family: "Roboto", Helvetica;
    --text-medium-semi-bold-font-size: 18px;
    --text-medium-semi-bold-font-style: normal;
    --text-medium-semi-bold-font-weight: 600;
    --text-medium-semi-bold-letter-spacing: 0px;
    --text-medium-semi-bold-line-height: 150%;
    --text-regular-link-font-family: "Space Grotesk", Helvetica;
    --text-regular-link-font-size: 16px;
    --text-regular-link-font-style: normal;
    --text-regular-link-font-weight: 400;
    --text-regular-link-letter-spacing: 0px;
    --text-regular-link-line-height: 150%;
    --text-regular-normal-font-family: "Space Grotesk", Helvetica;
    --text-regular-normal-font-size: 16px;
    --text-regular-normal-font-style: normal;
    --text-regular-normal-font-weight: 400;
    --text-regular-normal-letter-spacing: 0px;
    --text-regular-normal-line-height: 150%;
    --text-regular-semi-bold-font-family: "Roboto", Helvetica;
    --text-regular-semi-bold-font-size: 16px;
    --text-regular-semi-bold-font-style: normal;
    --text-regular-semi-bold-font-weight: 600;
    --text-regular-semi-bold-letter-spacing: 0px;
    --text-regular-semi-bold-line-height: 150%;
    --text-small-link-font-family: "Space Grotesk", Helvetica;
    --text-small-link-font-size: 14px;
    --text-small-link-font-style: normal;
    --text-small-link-font-weight: 400;
    --text-small-link-letter-spacing: 0px;
    --text-small-link-line-height: 150%;
    --text-small-normal-font-family: "Space Grotesk", Helvetica;
    --text-small-normal-font-size: 14px;
    --text-small-normal-font-style: normal;
    --text-small-normal-font-weight: 400;
    --text-small-normal-letter-spacing: 0px;
    --text-small-normal-line-height: 150%;
    --text-small-semi-bold-font-family: "Roboto", Helvetica;
    --text-small-semi-bold-font-size: 14px;
    --text-small-semi-bold-font-style: normal;
    --text-small-semi-bold-font-weight: 600;
    --text-small-semi-bold-letter-spacing: 0px;
    --text-small-semi-bold-line-height: 150%;
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
  }
  
  body {
    font-family: var(--text-regular-normal-font-family);
    color: #000;
    background-color: #fff;
  }
  
  /* Linklar */
  a {
    text-decoration: none;
    color: inherit;
  }
  
  ul {
    list-style: none;
  }
  
  img {
   max-width: 100%;
    height: auto;
    display: block;
  }
  
  /* Container */
  .container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }
  
  /* Navbar Section */
  .navbar {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 64px;
    width: 100%;
    background-color: #fff;
   
  }
  
  .navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
  padding: 10px 0;
  margin-right: 25px;
  }
  
  .logo img {
    width: 183px;
    height: 34px;
    object-fit: cover;
    margin-left: 25px;
  }
  
  .nav-list {
    display: flex;
    gap: 32px;
  }
  
  .nav-link {
    font-family: var(--text-regular-normal-font-family);
    font-size: var(--text-regular-normal-font-size);
    font-weight: var(--text-regular-normal-font-weight);
    line-height: var(--text-regular-normal-line-height);
    letter-spacing: var(--text-regular-normal-letter-spacing);
    white-space: nowrap;
  }
  @media (max-width: 768px) {
    .navbar-container {
      padding: 10px 16px;
    }
  
    .logo img {
      width: 140px;
      
    }
  
    .nav-list {
      gap: 16px;
      margin-left: auto; /* Bu menyuni logodan o‘ngga suradi */
    }
  
    .nav-link {
      font-size: 14px;
    }
  }
  
  /* About Us Section */
  .about-us {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 450px;
    align-items:balance;
  }
  
  .about-us-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px;
    background-color: #fff;
  }
  
  .section-title {
    font-family: var(--heading-desktop-h2-font-family);
    font-size: var(--heading-desktop-h2-font-size);
    font-weight: var(--heading-desktop-h2-font-weight);
    line-height: var(--heading-desktop-h2-line-height);
    letter-spacing: var(--heading-desktop-h2-letter-spacing);
    margin-bottom: 10px;
    text-align: center;

  }
  
  
  .about-us-text {
    font-family: var(--text-medium-normal-font-family);
    font-size: var(--text-medium-normal-font-size);
    font-weight: var(--text-medium-normal-font-weight);
    line-height: var(--text-medium-normal-line-height);
    letter-spacing: var(--text-medium-normal-letter-spacing);
    
  }@media (max-width: 768px) {
    .about-us-text {
      font-size: 14px;
      line-height: 1.5;
      padding: 12px;
      max-width: 100%;
      box-sizing: border-box;
      word-break: break-word;
      overflow-wrap: break-word;
      hyphens: auto;
    }
  }
  
  
  .about-us-image {
    width: 710px;
    height: 450px;
  }
  
  .about-us-image img {
    width: 85%;
    height: 75%;
    object-fit: cover;
    margin-top: 50px;
   margin-left: auto;
   margin-right: 64px;
   border-radius: 8px;
  }.dale{
    border-radius: 20px;
    width: 100px;
    height: 30px;
   border-color: rgb(0, 0, 0);
   color: rgb(0, 0, 0);
   
  }.dale:hover{
    transform: scale(1.1);
    
    transition: all 0.2s ease-in-out;
  }
  .about-us-image img:hover{
    transform: scale(1.1);
    
    transition: all 0.2s ease-in-out;
  }
  
  
  .btn{
    padding:  10px 0;
  }
  
  /* Production Section */
  .production {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 48px 64px;
    background-color: #fff;
    width: 100%;
  }
  
  
  .production-categories {
    display: flex;
    width: 100%;
    gap: 48px;
  }
  
  .category {
    display: flex;
    flex-direction: column;
    gap: 48px;
    flex: 1;
  }
  
  .category-title {
    font-family: var(--m3-headline-medium-emphasized-font-family);
    font-size: var(--m3-headline-medium-emphasized-font-size);
    font-weight: var(--m3-headline-medium-emphasized-font-weight);
    line-height: var(--m3-headline-medium-emphasized-line-height);
    letter-spacing: var(--m3-headline-medium-emphasized-letter-spacing);
    text-align: center;
  }
  
  
  .category-images {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  
  .image-card:hover{
    transform: scale(1.1);
    transition: all 0.2s ease-in-out;
  }
  .image-row {
    display: flex;
    gap: 24px;
    width: 100%;
  }
  
  .image-card {
    flex: 1;
    height: 190.67px;
    border: 1px solid #000;
  }
  
  .image-card.shadow {
    box-shadow: var(--small);
  }
  
  .image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @media (max-width: 768px) {
    .production {
      padding: 24px 16px;
      gap: 32px;
    }
  
    .production-categories {
      flex-direction: column;
      gap: 40px;
    }
  
    .category {
      gap: 24px;
    }
  
    .category-images {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }
  
    .image-row {
      display: contents;
    }
  
    .image-card {
      height: 140px;
    }
  
    .category-title {
      font-size: 20px;
      line-height: 1.3;
    }
  }
  
  
  /* Blog Section */
  .blog {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 48px 64px;
    background-color: #fff;
    width: 100%;
  
  }
  
  .blog-header {
    display: flex;
    align-items: center;
    width: 100%;
  }
  
  .blog-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    width: 100%;
    justify-content: center;
  }
  
  .blog-post {
    display: flex;
    flex-direction: column;
    border: 1px solid #000;
  }
  
  .blog-image {
    width: 304px;
    height: 362.8px;
    object-fit: cover;
  }.blog-image:hover{
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
  }
  
  .blog-content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 100%;
    
    border-top: 0;
  }
  
  .blog-title {
    
    width: 100%;
    font-family: var(--text-medium-semi-bold-font-family);
    font-size: var(--text-medium-semi-bold-font-size);
    font-weight: var(--text-medium-semi-bold-font-weight);
    line-height: var(--text-medium-semi-bold-line-height);
    letter-spacing: var(--text-medium-semi-bold-letter-spacing);
  }
  
  .blog-subtitle {
    font-family: var(--text-small-normal-font-family);
    font-size: var(--text-small-normal-font-size);
    font-weight: var(--text-small-normal-font-weight);
    line-height: var(--text-small-normal-line-height);
    letter-spacing: var(--text-small-normal-letter-spacing);
    width: 100%;
  }
  
  .pagination {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 48px;
  }
  
  .pagination-prev,
  .pagination-next {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-family: var(--text-regular-normal-font-family);
    font-size: var(--text-regular-normal-font-size);
    font-weight: var(--text-regular-normal-font-weight);
  }
  
  .pagination-arrow {
    font-size: 16px;
  }
  
  /* Contact Section */
  .contact {
    display: flex;
    gap: 80px;
    padding: 48px px;
    background-color: #fff;
    width: 100%;
  }
  
  .contact-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
  }
  
  .contact-info h3 {
    font-family: var(--heading-desktop-h6-font-family);
    font-size: var(--heading-desktop-h6-font-size);
    font-weight: var(--heading-desktop-h6-font-weight);
    line-height: var(--heading-desktop-h6-line-height);
    letter-spacing: var(--heading-desktop-h6-letter-spacing);
  }
  
  .contact-info p {
    font-family: var(--text-regular-normal-font-family);
    font-size: var(--text-regular-normal-font-size);
    font-weight: var(--text-regular-normal-font-weight);
    line-height: var(--text-regular-normal-line-height);
    letter-spacing: var(--text-regular-normal-letter-spacing);
  }
  
  .contact-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .contact-form label {
    font-family: var(--text-regular-semi-bold-font-family);
    font-size: var(--text-regular-semi-bold-font-size);
    font-weight: var(--text-regular-semi-bold-font-weight);
    line-height: var(--text-regular-semi-bold-line-height);
    letter-spacing: var(--text-regular-semi-bold-letter-spacing);
  }
  
  .contact-form input,
  .contact-form textarea {
    font-family: var(--text-regular-normal-font-family);
    font-size: var(--text-regular-normal-font-size);
    font-weight: var(--text-regular-normal-font-weight);
    line-height: var(--text-regular-normal-line-height);
    letter-spacing: var(--text-regular-normal-letter-spacing);
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    resize: vertical;
  }
  
  .contact-form textarea {
    min-height: 120px;
  }
  
  .contact-form button {
    background-color: #000;
    color: #fff;
    font-family: var(--text-regular-semi-bold-font-family);
    font-size: var(--text-regular-semi-bold-font-size);
    font-weight: var(--text-regular-semi-bold-font-weight);
    line-height: var(--text-regular-semi-bold-line-height);
    letter-spacing: var(--text-regular-semi-bold-letter-spacing);
    border: none;
    padding: 14px 24px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .contact-form button:hover {
    background-color: #444;
  }
  
  /* --- Mobil uchun responsive --- */
  
  @media (max-width: 768px) {
    .navbar {
      height: 56px;
      padding: 0 20px;
    }
    
    .navbar-container {
      padding: 0;
    }
    
    .logo img {
      width: 140px;
      height: auto;
    }
    
    .nav-list {
      gap: 16px;
    }
    
    .about-us {
      flex-direction: column;
      height: auto;
    }
    
    .about-us-content {
      padding: 32px 20px;
    }
    
    .about-us-image {
      width: 100%;
      height: 200px;
    }
    
    .production {
      padding: 32px 20px;
    }
    
    .production-categories {
      flex-direction: column;
      gap: 32px;
    }
    
    .category-images .image-row {
      flex-direction: column;
      gap: 16px;
    }
    
    .blog {
      padding: 32px 20px;
    }
    
    .blog-posts {
      flex-direction: column;
    }
    
    .blog-post {
      width: 100%;
      border-width: 1px 0 0 0;
    }
    
    .blog-image {
      width: 100%;
      height: 200px;
    }
    
    .contact {
      flex-direction: column;
      gap: 32px;
      padding: 32px 20px;
    }
    .contact-item{
      gap: 24px;
    }
    .contact-info {
      padding: 0 10px;
     
    }
    
    .contact-form {
      padding: 0 10px;
    }
    
    .contact-form input,
    .contact-form textarea {
      font-size: 14px;
      padding: 10px 14px;
    }
  .contact-icon{
    margin-top: 24px;
    
  }

  
    .contact-form button {
      width: 100%;
      padding: 16px;
      font-size: 16px;
      border-radius: 8px;
    }
  }
  /* --- Desktop Footer (asal holatda, o'zgartirilmaydi) --- */
.footer {
  background-color: #ffffff;
  color: #fff;
  padding: 48px 64px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: var(--text-regular-normal-font-family);
  font-size: var(--text-regular-normal-font-size);
  line-height: var(--text-regular-normal-line-height);
  border: 1px solid rgb(0, 0, 0);
  width: 100%; /* Make it span the full width */
    max-width: none; /* Remove any max-width restriction if present */
    box-sizing: border-box; /* Important for width calculation with padding/border */
    margin-left: 0; /* Remove any left margin */
    margin-right: 0; /* Remove any right margin */
    padding-left: 10px; /* Adjust or remove padding as needed */
    padding-right: 0;
   

}

.footer .footer-section {
  flex: 1;
  padding: 0 20px;
}

.footer h4 {
  font-weight: 600;
  margin-bottom: 16px;
}

.footer p, 
.footer a {
  color: #ccc;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  
}.footer p:hover {
  color: #120f0f;
}

.footer a:hover {
  color: #120f0f;
}

/* --- Mobil uchun footer styling --- */
@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    padding: 35px 20px;
    text-align: left;
    gap: 32px;
    border: #000;

  }
  
  .footer .footer-section {
    padding: 0;
  }
  
  .footer h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  
  .footer p, 
  .footer a {
    font-size: 14px;
    margin-bottom: 6px;
  }
}.map{
  width : 60% ;
height: auto;
gap: 40px;
angle: 0 deg;
opacity: 1;
margin-left: auto;

}
.blog-posts {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  padding: 20px 0;
}

.blog-post {
  flex: 0 1 calc(25% - 20px); /* 4 dona yonma-yon */
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.blog-image {
  width: 100%;
  height: auto;
  display: block;
}

.blog-content {
  padding: 15px;
}

.blog-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.blog-subtitle {
  font-size: 14px;
  color: #777;
}
.partners {
  padding: 40px 0;
  text-align: center;
  overflow: hidden;
}

.section-title {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: bold;
}

.swiper {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 10px 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100px;
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.swiper-slide img:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}

/* ✅ Mobil ekranlar uchun */
@media (max-width: 768px) {
  .swiper-slide img {
    width: 80px;
  }
  .partners{
    width: 100%;
  }
}

/* Majburan o'zgartirishlardan qochish uchun media query yo'q */

.word{
  text-align: center;
  padding: 20px 0;
  color: #ccc;
}
