header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 2px 5px;
background-color: #2c3e50;
color: white;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
max-width: auto;
height:40%;
}
.logo-container {
    display: flex;
    align-items: left;
    gap: 10px;

}

.logo {
    height: 50px;
    width: auto;
}

header h1 {
    margin: 0;
    font-size: 24px;
    color: #f1c40f;
}

/* Kontent stillari */
.container {
    max-width: 1200px;
    margin: 30px auto;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.welcome-text {
    font-size: 18px;
    color: #7f8c8d;
    margin-bottom: 25px;
}

.info-block {
    margin-bottom: 15px;
}

.info-title {
    font-weight: bold;
    color: #2c3e50;
    font-size: 16px;
}

.info-content {
    color: #34495e;
    margin-top: 5px;
    font-size: 18px;
}

/* Responsive dizayn */
@media (max-width: 768px) {
    header {
        padding: 15px;
    }

    .logo {
        height: 10px;
    }

    header h1 {
        font-size: 20px;
    }
}
.profile-img {
    width: 120px; /* Kichikroq o'lcham */
    height: 95px;
    position: absolute; /* Mutlaq pozitsiya */
    border-radius: 8px;
    object-fit: cover;
}

/* Qaysi burchakda bo'lishiga qarab */
.top-left {
    top: 30px;
    left: 20px;
}

.top-right {
    top: 20px;
    right: 20px;
}

.bottom-left {
    bottom: 20px;
    left: 20px;
}

.bottom-right {
    bottom: 20px;
    right: 20px;
}

body {
     margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;

}

.topbar {
    background: #333;
    color: white;
    padding: 10px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.header {
    padding: 10px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-box input {
    padding: 8px;
    width: 70%;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/* Umumiy sozlamalar */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #ffffff; /* Asosiy sahifa background */
}

/* Gorizontal menyu */
.menu {
   display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 5px 10px;
  gap: 30px;
  flex-wrap: wrap; /* kichik ekranlarda yangi qatordan chiqadi */
  margin: 10px auto; /* markazda joylashadi */
  width: 100%;
  box-sizing: border-box;/* elementlar orasidagi masofa */
}

/* Havolalar dizayni */
.menu a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background 0.3s;
}

/* Hover effekti */
.menu a:hover {
  background-color: #039f93; /* biroz oqroqqina rang */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* pastga engil soyani qo'shadi */
  transition: all 0.3s ease; /* yumshoq o'tish uchun */
  border-radius: 8px; /* chetlarini yumaloqlashtiradi (ixtiyoriy) */
}



.partner-section {
  text-align: center;
  padding: -50px -0px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  margin: 50px auto;
  max-width: 900px;
}

.partner-section h2 {
  font-size: 28px;
  color: #2c3e50;
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.partner-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.partner-logos img {
  width: 60px;
  height: auto;
  transition: all 0.3s ease;
  filter: brightness(0.9) drop-shadow(0 2px 4px rgba(0,0,0,0.2));
  border-radius: 12px;
  background: #fffff;
  padding: 10px;
}

.partner-logos img:hover {
  transform: scale(1.15);
  filter: brightness(1.2) drop-shadow(0 4px 10px rgba(0,0,0,0.25));
}


.call-button {
  background: linear-gradient(135deg, #02a18a, #02746c);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 12px 28px;
  font-size: 1.1em;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(2, 116, 108, 0.3);
}

.call-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(2, 116, 108, 0.4);
}

.social-icons a img {
  width: 36px;
  height: 36px;
  transition: all 0.3s ease;
  filter: brightness(1) drop-shadow(0 2px 4px rgba(0,0,0,0.15));
}

.social-icons a img:hover {
  transform: scale(1.1);
  filter: brightness(1.2);
}

.footer-note {
  margin: 40px auto 0 auto;     /* Yuqoridan 40px, o‘ng/chap avtomatik (markaz) */
  text-align: center;           /* Matnni markazga */
  font-size: 0.95em;
  color: #777;
  border-top: 1px solid #eee;   /* To‘g‘ri chegara */
  padding-top: 5px;
  max-width: 90%;               /* Juda katta ekranlarda to‘liq cho‘zilmasin */
}




  .section-title {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  text-align: center;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.section-title::after {
  content: '';
  width: 60px;
  height: 3px;
  background-color: #4CAF50;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}
.team {
  padding: 40px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.team-member {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: 30px auto;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: left;
}

.team-member img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 20px;
}

.member-info h3 {
  margin: 0;
  font-size: 20px;
  color: #2c3e50;
}

.position {
  font-weight: bold;
  color: #4CAF50;
  margin: 5px 0;
}

.description {
  margin: 0;
  font-size: 14px;
  color: #555;
}

  .categories-container {
                padding: 1.5rem;
            }
.elegant-title {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin: 2rem 0 3rem;
  font-size: 2.2rem;
}

.elegant-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: #02746c;
  border-radius: 2px;
}

.products {
    display: flex;
    gap: 20px; /* Kartochkalar orasidagi masofa */
    justify-content: center; /* Markazlashtirish */
     row-gap: 30px;
    flex-wrap: wrap; /* Ekran kichik bo'lsa pastga tushadi */
}

.product-card {
    width: 300px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-bottom: 30px;
    margin-left: 28px;
}

.product-card img {
    width: 100%;
    display: block;
}

.img-description {
    background: #f5f5f5;
    padding: 8px;
    font-size: 14px;
    color: #333;
}

.service-block {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: left;
    font-family: Arial, sans-serif;
}

.service-block h2 {
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 22px;
    text-align: center;
}

.service-block p {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.service-list {
    list-style-type: disc;
    padding-left: 20px;
    color: #555;
}

.service-list li {
    margin-bottom: 8px;
    font-size: 15px;
}


/* ====== Emotional 3 Categories Section ====== */
.emotional-categories {
    padding: 60px 20px;
    background: linear-gradient(to right, #f8edeb, #fae1dd);
    text-align: center;
}

.section-heading {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}

.section-heading::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #f72585;
    border-radius: 2px;
    margin: 10px auto 0;
}

.category-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.emotion-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    width: 320px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.emotion-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.2);
}

.emotion-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-text {
    padding: 20px;
}

.card-text h3 {
    font-size: 22px;
    color: #f72585;
    margin-bottom: 10px;
}

.card-text p {
    font-size: 15px;
    color: #555;
    margin-bottom: 15px;
}

.card-text a {
    text-decoration: none;
    padding: 10px 20px;
    background-color: #f72585;
    color: #fff;
    border-radius: 30px;
    transition: background-color 0.3s ease;
    font-weight: bold;
}

.card-text a:hover {
    background-color: #d61d71;
}

/* Responsive */
@media (max-width: 768px) {
    .emotion-card {
        width: 90%;
    }

    .section-heading {
        font-size: 26px;
    }
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    background: #f7f9fc;
    color: #333;
}

.elegant-title {
    text-align: center;
    margin: 30px 0;
    font-size: 2rem;
    color: #2c3e50;
}

.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

.product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 18px rgba(0,0,0,0.15);
}

.product-card img {
    width: 100%;
    height: 140px;   /* oldin 180px edi */
    object-fit: contain; /* rasmni siqib yubormasdan joylashtiradi */
    padding: 10px;   /* rasmlar atrofida ozgina bo‘sh joy */
    background: #fafafa;
}


.img-description {
    padding: 15px;
    text-align: left;
}

.img-description h3 {
    margin: 0 0 10px;
    font-size: 1.1rem;
    color: #16a085;
}

.img-description p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.4;
}
.brand-logo {
  width: 80px;  /* rasm eni */
  height: 80px; /* bo‘yi nisbatga qarab moslashadi */
}
/* From Uiverse.io by codebykay101 */
.container1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height:auto;
}

.container1 .glass {
  position: relative;
  width: 300px;
  height: 500px;
  background: linear-gradient(#fff2, transparent);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  border-radius: 10px;
  margin: 0 -45px;
  backdrop-filter: blur(6px);
  transform: rotate(calc(var(--r) * 1deg));
}

.container1:hover .glass {
  transform: rotate(0deg);
  margin: 0 10px;
}

.container1 .glass::before {
  content: attr(data-text);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.container1 .glass svg {
  font-size: 2.5em;
  fill: #fff;
}
.info-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
  margin: 0;
  display: block;
}

.info-text {
font-size: 14px;
  color: #f5f5f5;
  margin: 0;
  line-height: 1.4;
}
.info-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5); /* yarim shaffof qora panel */
  backdrop-filter: blur(8px); /* tuman effekti */
  padding: 10px 12px;
  box-sizing: border-box;
  text-align: center;
   border-radius: 10px;
}


.loader {
  height: 4px;
  width: 90%;                        /* ✅ Responsiv kenglik */
  max-width: 900px;                  /* ✅ Katta ekranda cheklangan */
  background: rgb(44, 44, 44);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 2px;
}

.loader .black_overlay {
  background: linear-gradient(
    87deg,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0.14) 30%,
    rgba(0, 0, 0, 0.14) 70%,
    rgb(0, 0, 0) 100%
  );
  position: absolute;               /* ✅ Noto‘g‘ri "center" edi */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader .light {
  width: 70px;
  height: 100%;
  position: absolute;
  left: -20%;
  top: 0px;
  background: linear-gradient(
    87deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(0, 204, 255) 40%,
    rgb(0, 204, 255) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  animation: light 2s infinite ease-in-out;
}

@keyframes light {
  from {
    left: -30%;
  }
  to {
    left: 100%;
  }
}

/* From Uiverse.io by mobinkakei */


.floader {
  width: 150px;
  height: 150px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floader_cube {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.floader_cube--glowing {
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.floader_cube--color {
  z-index: 1;
  filter: blur(2px);
  background: linear-gradient(135deg, #1afbf0, #da00ff);
  animation: loadtwo 2.5s ease-in-out infinite;
}

@keyframes loadtwo {
  50% {
    transform: rotate(-80deg);
  }
}






body {
  height 100%;
  margin: 0;
  padding:0;
  font-family: "Poppins", sans-serif;
  background: white;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  min-height: 100vh;
  box-sizing: border-box;
}

.hero-text {
  flex: 1;
  margin :auto;
  text-align: left ;
  margin-left:350px;
  margin-top:200px;
}

.hero-text h4 {
  font-weight: 500;
  color: #444;
  font-size: 20px;
}

.hero-text h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0;
}

.hero-text h1 span {
  color: #02746c; /* brend rang */
}

.hero-btn {
  background: #000;
  color: #fff;
  padding: 12px 24px;
  font-size: 18px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.hero-btn:hover {
  background: #02746c;
}

.hero-image {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.floader {
  position: absolute;
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #02746c, #00bfa5);
  border-radius: 50% 60% 40% 70% / 60% 40% 70% 50%;
  animation: morph 6s ease-in-out infinite;
  filter: blur(20px);
}

@keyframes morph {
  0% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
  50% { border-radius: 40% 60% 70% 30% / 50% 60% 30% 60%; }
  100% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
}

.foreground-img {
  position: relative;
  max-width:100%;
  z-index: 2;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.2));
}

/* 📱 --- Mobil ekranlar uchun (max-width: 768px) --- */
@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }

  .hero-text {
    margin: 0;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 26px;
    line-height: 1.2;
  }

  .hero-text h4 {
    font-size: 16px;
  }

  .hero-btn {
    font-size: 16px;
    padding: 10px 20px;
  }

  .floader {
    width: 250px;
    height: 250px;
    filter: blur(15px);
  }

  .foreground-img {
    width: 280px;
  }
}

/* 🖥 --- Katta ekranlar uchun (min-width: 1200px) --- */
@media (min-width: 1200px) {
  .hero-text h1 {
    font-size: 42px;
  }

  .hero-btn {
    font-size: 20px;
  }

  .foreground-img {
    width: 500px;
  }
}



.contacts-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Segoe UI', sans-serif;
}

.contacts p {
  margin: 10px 0;
  font-size: 16px;
  color: #333;
}

.contacts .phone a {
  text-decoration: none;
  color: #02746c;
  font-weight: bold;
}

.contacts .phone a:hover {
  color: #039f93;
  text-decoration: underline;
}

.address .landmark {
  font-style: italic;
  color: #666;
}

.cta-buttons {
  margin-top: 15px;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background-color: #02746c;
  transition: background-color 0.3s, transform 0.3s;
  text-decoration: none;
  font-size: 16px;
}

.social-icons .icon:hover {
  background-color: #039f93;
  transform: scale(1.1);
}

.hero1-text {
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-left: 4px solid #02746c;
  border-radius: 8px;
  font-family: 'Segoe UI', sans-serif;



}

.hero1-text h4 {
  margin-bottom: 15px;
  color: #02746c;
  font-size: 20px;
}

.product-specs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-specs li {
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  color: #333;
}

.product-specs li strong {
  display: inline-block;
  width: 220px;
  color: #000;
}

/* From Uiverse.io by ashwin_5681 */
.card {
  width: 100%;
  height: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  color: white;
  text-align: center;
}

.card p {
  font-size: 14px;
  color: white;
}

.slider {
  width: 100%;
  height: var(--height);
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 10% 90%, transparent);
}
.slider .list {
  display: flex;
  width: 100%;
  min-width: calc(var(--width) * var(--quantity));
  position: relative;
}
.slider .list .item {
  width: var(--width);
  height: var(--height);
  position: absolute;
  left: 100%;
  animation: autoRun 10s linear infinite;
  transition: filter 0.5s;
  animation-delay: calc(
    (10s / var(--quantity)) * (var(--position) - 1) - 10s
  ) !important;
}
.slider .list .item img {
  width: 100%;
}
@keyframes autoRun {
  from {
    left: 100%;
  }
  to {
    left: calc(var(--width) * -1);
  }
}
.slider:hover .item {
  animation-play-state: paused !important;
  filter: grayscale(1);
}
.slider .item:hover {
  filter: grayscale(0);
}
.slider[reverse="true"] .item {
  animation: reversePlay 10s linear infinite;
}
@keyframes reversePlay {
  from {
    left: calc(var(--width) * -1);
  }
  to {
    left: 100%;
  }
}
.containerx {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  padding: 40px;
  background-color: #FFFFFF;
}

.cardx {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 400px;
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
}

.cardx img {
  width: 100%;
  height: 500px; /* Rasmning balandligini avtomatik qiladi */
  object-fit: contain; /* Rasm kesilmasdan ko‘rinadi */
  display: block;
}


.cardx p {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 500;
  color: #02746c;
}

.cardx:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}










