@import url("https://fonts.googleapis.com/css2?family=Gugi:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap");
/* ===============================
   GLOBAL FONT FORCE (DESKTOP + MOBILE)
================================ */

body {
  font-family: "Gugi", sans-serif;
  color: #fff900;
  background-color: #fff;
  overflow-x: hidden;
}

@media (max-width: 991px) {
  body,
  h1, h2, h3, h4, h5, h6,
  p, a, span, li, button, input, textarea {
    font-family: "Gugi", sans-serif !important;
  }
}

.material-icons {
  font-family: "Gugi";
  font-weight: normal;
  font-style: normal;
}


.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

h1,
h2 {
  font-family: 'Gugi', cursive;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: bold;
}

.heading_container h2 span {
  color: #ffbe33;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .hero_area .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub_page .hero_area .bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  font-family: 'Gugi', cursive;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  padding-left: 18%;

}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  font-family: "Gugi", Arial, sans-serif;
  padding: 5px 13px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #ffbe33;
  
}

.custom_nav-container .nav_search-btn {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  color: #ffffff;
  margin: 0 10px;
}

.custom_nav-container .nav_search-btn:hover {
  color: #ffbe33;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option a {
  margin: 0 10px;
}

.user_option .user_link {
  color: #ffffff;
}

.user_option .user_link:hover {
  color: #ffbe33;
}

.user_option .cart_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option .cart_link svg {
  width: 25px;
  height: auto;
  fill: #ffffff;
  margin-bottom: 2px;
}

.user_option .cart_link:hover svg {
  fill: #ffbe33;
}

.user_option .order_online {
  display: inline-block;
  padding: 8px 30px;
  background-color: #ffbe33;
  color: #000;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.user_option .order_online:hover {
  background-color: #e69c00;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 75px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
  margin-bottom: 145px;
}

.slider_section .detail-box h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.slider_section .detail-box p {
  font-size: 14px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffbe33;
  color: #000;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 10px;
}

.slider_section .detail-box a:hover {
  background-color: #e69c00;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #ffbe33;
}

.offer_section {
  position: relative;
}

.offer_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  border-radius: 5px;
  padding: 20px 15px;
  background-color: #222831;
  color: #ffffff;
}

.offer_section .box .img-box {
  width: 175px;
  min-width: 175px;
  height: 175px;
  margin-right: 15px;
  position: relative;
  -webkit-transition: all 0.1 0.5s;
  transition: all 0.1 0.5s;
  border-radius: 100%;
  border: 5px solid #ffbe33;
  overflow: hidden;
}

.offer_section .box .img-box img {
  width: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.offer_section .box .detail-box h5 {
  font-family: 'Gugi', cursive;
  font-size: 24px;
  margin: 0;
}

.offer_section .box .detail-box h6 {
  font-family: 'Gugi', cursive;
  margin: 10px 0;
}

.offer_section .box .detail-box h6 span {
  font-size: 2.5rem;
  font-weight: bold;
}

.offer_section .box .detail-box a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #ffbe33;
  color: #000;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.offer_section .box .detail-box a:hover {
  background-color: #e69c00;
}

.offer_section .box .detail-box a svg {
  width: 20px;
  height: auto;
  margin-left: 5px;
  fill: #ffffff;
}

.offer_section .box:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* ===== FOOD SECTION (FIXED & CLEAN) ===== */

/* ===== FILTER MENU ===== */

.food_section .filters_menu {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 45px 0 20px;
  gap: 12px;
}

.food_section .filters_menu li {
  padding: 10px 40px;
  cursor: pointer;
  border-radius: 25px;
  font-weight: 600;
  font-size: 19px;
  /* default holat */
  background: transparent;
  color: #fff900;

  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}

/* 🖱 HOVER — SHAFFOF / GLASS */
.food_section .filters_menu li:hover:not(.active) {
  background: rgba(255, 255, 255, 0.18); /* 🔥 shaffof sariq */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 6px 20px rgba(0,0,0,.08);

}

/* ✅ ACTIVE — TO‘LIQ RANG */
.food_section .filters_menu li.active {
  background-color: #ffbe33;
  color: #000;
  box-shadow: 0 8px 25px rgba(255,190,51,.45);
}


/* CARD */
.food_section .box {
  position: relative;
  margin-top: 25px;
  border-radius: 45px;              /* ❗ bitta qoldirildi */
 overflow: visible;   /* 🔥 HAL QILINDI */
  background: linear-gradient(to bottom, #f1f2f3 25px, #222831 25px);
  color: #ffffff;
}

/* IMAGE BOX */
.food_section .box .img-box {
  width: 100%;
  height: 220px;                    /* 🔥 barqaror balandlik */
  background: #f1f2f3;
  overflow: hidden;
  border-radius: 0 45px;
}

/* IMAGE */
.food_section .box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;                /* 🔥 ASOSIY FIX */
  transition: transform .3s ease;
  display: block;
}

/* HOVER EFFECT */
.food_section .box:hover .img-box img {
  transform: scale(1.08);
}

/* DETAILS */
.food_section .box .detail-box {
  padding: 10px;
}

.food_section .box .detail-box h5 {
  font-weight: 600;
}

.food_section .box .detail-box p {
  font-size: 15px;
}

.food_section .box .detail-box h6 {
  margin-top: 10px;
}

/* OPTIONS */
.food_section .box .options {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.food_section .box .options a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffbe33;
  display: flex;
  justify-content: center;
  align-items: center;
}

.food_section .box .options a svg {
  width: 18px;
  fill: #ffffff;
}

/* BUTTON */
.food_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.food_section .btn-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  transition: all .3s ease;
}

.food_section .btn-box a:hover {
  background-color: #e69c00;
}


.about_section {
  background: #222831;
  color: #ffffff;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_section .img-box img {
  width: 100%;
  max-width: 445px;
  position: relative;
  z-index: 2;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffbe33;
  color: #000;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #e69c00;
}

.book_section {
  position: relative;
}

.book_section .heading_container {
  margin-bottom: 25px;
}

.book_section .form_container .form-control {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  border: 1px solid #999;
  outline: none;
  color: #000000;
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.book_section .form_container .form-control::-webkit-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control:-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::placeholder {
  color: #222222;
}

.book_section .form_container .nice-select .current {
  font-size: 16px;
}

.book_section .form_container button {
  margin-top: 15px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.book_section .form_container button:hover {
  background-color: #e69c00;
}

.book_section .map_container {
  width: 100%;
  height: 245px;
  border-radius: 10px;
  overflow: hidden;
}

.book_section .map_container #googleMap {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 115px;
  position: relative;
  margin-top: 30px;
}

.client_section .box .img-box img {
  border-radius: 100%;
  border: 5px solid #ffbe33;
  position: relative;
}

.client_section .box .img-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #ffbe33;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}

.client_section .box .detail-box {
  background-color: #222831;
  color: #ffffff;
  padding: 25px 25px 15px 25px;
  border-radius: 5px;
}

.client_section .box .detail-box h6 {
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0 5px 0;
}

.client_section .box .detail-box p {
  margin-bottom: 0;
  font-size: 15px;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  padding: 0 15px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-color: #ffbe33;
  color: #ffffff;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  margin: 0 5px;
  border-radius: 100%;
}

/* client section end */
.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .form_container .form-group {
  margin-bottom: 25px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: transparent;
  border: 1px solid #ccc;
  outline: none;
  color: #000000;
  border-radius: 5px;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #222222;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::placeholder {
  color: #222222;
}

.contact_section .form_container input.message-box {
  height: 120px;
  border-radius: 5px;
}

.contact_section .form_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .form_container button {
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #e69c00;
}

/* footer section*/
.footer_section {
  background-color: #222831;
  color: #ffffff;
  padding: 75px 0 40px 0;
  text-align: center;
}

.footer_section h4 {
  font-size: 28px;
}

.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Gugi', cursive;
}

.footer_section p {
  color: #dbdbdb;
}

.footer_section .footer-col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #ffbe33;
}

.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
  color: #ffffff;
}

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222831;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}

.footer_section .footer_social a:hover {
  color: #ffbe33;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

.footer_section .footer-info p {
  color: #ffffff;
  margin: 0;
}

.footer_section .footer-info p a {
  color: inherit;
}

.cart-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  z-index: 9999;
  display: none;
}


.cart-box {
  background: #ffffff;
  width: 420px;
  max-width: 92%;
  max-height: 85vh;
  margin: 40px auto;
  padding: 22px;
  border-radius: 22px;
  overflow-y: auto;
  box-shadow: 0 25px 80px rgba(0,0,0,.25);
  animation: cartPop .35s ease;
}


.cart-item {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.cart-item img {
  width: 60px;
}

.cart_link {
  position: relative;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  background: #ff4d4d;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 50%;
  display: none;
}

/* ===== CART INLINE QTY (HTML O‘ZGARMASIN) ===== */

.add-to-cart {
  position: relative;
}

/* son bloki */
.cart-inline {
  position: absolute;
  bottom: 46px;              /* 🔥 TEPAGA KO‘TARILDI */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 6px;
  background: #222831;
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  z-index: 5;
}


/* tugmalar */
.cart-inline button {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: none;
  background: #ffbe33;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
}

.cart-inline span {
  min-width: 14px;
  text-align: center;
  font-weight: 600;
}

/* ===== MOBILE FIX: PLUS / MINUS ROUND ===== */
@media (max-width: 768px) {

  .cart-inline button {
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 50%;
    line-height: 24px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cart-inline {
    padding: 5px 9px;
  }

}
/* =========================
   CART MODAL OVERLAY
========================= */
.cart-modal{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* =========================
   CART BOX
========================= */
.cart-box{
  background: #ffffff;
  width: 520px;
  max-width: 95%;
  max-height: 90vh;
  border-radius: 24px;
  padding: 24px;
  overflow-y: auto;
  box-shadow: 0 25px 60px rgba(0,0,0,.25);
  position: relative;
  animation: cartOpen .25s ease;
}

@keyframes cartOpen{
  from{ transform: scale(.9); opacity:0 }
  to{ transform: scale(1); opacity:1 }
}

/* CLOSE BUTTON */
/* CLOSE BUTTON – FAQAT MODAL ICHIDA */
.cart-modal .modal-close{
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 18px;
  cursor: pointer;
  background: #1b1f2a;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:.2s;
}

.cart-modal .modal-close:hover{
  background:#ff4d4d;
}


/* TITLE */
.cart-box h3{
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}

/* =========================
   CART ITEMS
========================= */
#cartItems{
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #000;
}

/* ITEM CARD */
.cart-item{
  display: flex;
  gap: 14px;
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(135deg,#f9f9f9,#f1f1f1);
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  align-items: center;
}

/* IMAGE */
.cart-item img{
  width: 70px;
  height: 70px;
  border-radius: 14px;
  object-fit: cover;
}

/* INFO */
.cart-item-info{
  flex:1;
}

.cart-item-info strong{
  font-size: 15px;
  display: block;
  margin-bottom: 6px;
}

/* PRICE */
.cart-price{
  font-size: 14px;
  color: #666;
}

/* =========================
   QTY CONTROL
========================= */
.cart-qty{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.cart-qty button{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(0,0,0,.15);
  transition:.2s;
}
.cart-qty button:hover{
  background:#ffbe33;
  color:#fff;
}

.cart-qty span{
  min-width: 28px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}

/* REMOVE */
.cart-remove{
  border: none;
  background: #ff4d4d;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 16px;
  transition:.2s;
}
.cart-remove:hover{
  transform: scale(1.1);
}

/* =========================
   TOTAL
========================= */
.cart-total{
  margin: 20px 0;
  padding: 14px;
  border-radius: 16px;
  background: #fff;
  text-align: center;
  font-size: 18px;
}

/* =========================
   INPUTS
========================= */
.cart-box input,
.cart-box textarea{
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 12px;
  font-size: 14px;
  outline: none;
}
.cart-box input:focus,
.cart-box textarea:focus{
  border-color:#ffbe33;
}

/* =========================
   OPTIONS (PAY / DELIVERY)
========================= */
.opt{
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
}

.opt label{
  flex:1;
  padding: 12px;
  border-radius: 14px;
  background:#dddddd;
  cursor:pointer;
  text-align:center;
  font-size:14px;
  transition:.2s;
}
.opt input{
  display:none;
}
/* AKTIV HOLAT */
.opt input:checked + span,
.opt label:has(input:checked){
  background:#ffbe33;
  border-color:#ffbe33;
  color:#000;
  box-shadow:0 6px 18px rgba(255,190,51,.45);
}


/* =========================
   ORDER BUTTON
========================= */
.order-btn{
  width: 100%;
  padding: 14px;
  border-radius: 18px;
  border:none;
  background: linear-gradient(135deg,#ffbe33,#ff9800);
  color:#000;
  font-size: 16px;
  font-weight: 600;
  cursor:pointer;
  transition:.2s;
}
.order-btn:hover{
  transform: translateY(-2px);
  box-shadow:0 10px 25px rgba(255,190,51,.5);
}

/* =========================
   MOBILE
========================= */
@media(max-width:480px){
  .cart-box{
    width:100%;
    height:100%;
    border-radius:0;
  }
}


.cart-item{
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px;
  margin-bottom:12px;
  border-radius:18px;
  background:#f9f9f9;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
}

.cart-left{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
}

.cart-index{
  font-weight:600;
  font-size:14px;
  color: #000;
}

.cart-left img{
  width:60px;
  height:60px;
  object-fit:cover;
  border-radius:12px;
}

.cart-center{
  flex:1;
}

.cart-title{
  font-weight:600;
  margin-bottom:6px;
  color: #000;
}

.cart-qty{
  display:flex;
  align-items:center;
  gap:10px;
    color: #000;
}

.cart-qty button{
  width:28px;
  height:28px;
  border:none;
  border-radius:50%;
  background:#ffbe33;
  color:#000;
  font-size:18px;
  cursor:pointer;
}

.cart-right{
  text-align:right;
}

.cart-sum{
  font-weight:700;
  margin-bottom:6px;
    color: #000;
}

.cart-remove{
  border:none;
  background:#ff4d4d;
  color:#fff;
  width:28px;
  height:28px;
  border-radius:8px;
  cursor:pointer;
}




#orderAddress{
  display: none;
  margin-top: 12px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #333;
  background: #FFF;
  color: #000;
  transition: all .25s ease;
}

#orderAddress.show{
  display: block;
  animation: fadeSlide .25s ease;
}

@keyframes fadeSlide{
  from{
    opacity: 0;
    transform: translateY(-8px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}



/* ===== SUCCESS MODAL ===== */
.success-modal{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.6);
  z-index:10000;
  display:flex;
  align-items:center;
  justify-content:center;
}

.success-box{
  background:#fff;
  padding:30px;
  border-radius:24px;
  text-align:center;
  width:320px;
  animation:pop .4s ease;
}

@keyframes pop{
  from{transform:scale(.7);opacity:0}
  to{transform:scale(1);opacity:1}
}

.checkmark{
  width:70px;
  height:70px;
  border-radius:50%;
  background:#4CAF50;
  color:#fff;
  font-size:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 15px;
}

.success-box button{
  margin-top:15px;
  width:100%;
  padding:14px;
  border:none;
  border-radius:14px;
  background:#ffbe33;
  font-weight:600;
  cursor:pointer;
}


/* ===== FAST GLOW PULSE ===== */
/* ===== BLACK HOLE CART EFFECT ===== */
.add-to-cart{
  position: relative;
  z-index: 1;
  overflow: visible;
}

/* Aylanuvchi halqa */
.add-to-cart::before{
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  background:
    conic-gradient(
      from 0deg,
      rgba(0,0,0,0) 0%,
      rgba(255,190,51,.6) 20%,
      rgba(255,190,51,.2) 40%,
      rgba(0,0,0,0) 50%
    );
  animation: blackHoleSpin 2.8s linear infinite;
  filter: blur(2px);
  z-index: -1;
}

/* Ichkaridagi qoramtir chuqurlik */
.add-to-cart::after{
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 20%;
  background: radial-gradient(
    circle,
    rgba(0,0,0,.6) 0%,
    rgba(0,0,0,.2) 45%,
    rgba(0,0,0,0) 50%
  );
  z-index: -1;
}

/* Aylanish */
@keyframes blackHoleSpin{
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Hover — kuchayadi */
.add-to-cart:hover::before{
  filter: blur(1px);
  animation-duration: 1.4s;
}


/* CONTACT MODAL */
.contact-modal{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.7);
  z-index:9999;
  animation: fadeIn .3s ease;
}

.contact-box{
  background:#111;
  color:#fff;
  width:90%;
  max-width:420px;
  margin:8% auto;
  padding:30px;
  border-radius:20px;
  position:relative;
  box-shadow:0 0 40px rgba(255,190,51,.3);
}

.contact-box h3{
  text-align:center;
  margin-bottom:20px;
}

.contact-box input{
  width:100%;
  padding:14px;
  margin-bottom:12px;
  border-radius:12px;
  border:none;
  background:#1c1c1c;
  color:#fff;
  font-size:15px;
}

.contact-box input:focus{
  outline:none;
  box-shadow:0 0 0 2px #ffbe33;
}

.contact-btn{
  width:100%;
  padding:15px;
  border:none;
  border-radius:30px;
  background:linear-gradient(135deg,#ffbe33,#ff9f00);
  font-size:16px;
  font-weight:600;
  cursor:pointer;
  color:#000;
  transition:.3s;
}

.contact-btn:hover{
  transform:scale(1.03);
}

.modal-close{
  position:absolute;
  top:12px;
  right:15px;
  font-size:20px;
  cursor:pointer;
}

@keyframes fadeIn{
  from{opacity:0}
  to{opacity:1}
}

@keyframes fadeSlide{
  from{
    opacity:0;
    transform:translateY(-6px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

.navbar-brand{
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo-img{
  width: 50px;              /* xohlasang 32–45 */
  height: 50px;             /* yumaloq bo‘lishi uchun */
  border-radius: 50%;       /* yumaloq */
  object-fit: contain;      /* logo buzilmasin */
}

.logo-text{
  font-family: 'Gugi', cursive;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}

.filters_menu{
  background: transparent;
}

.filters_menu li{
  color: #000;
  font-weight: 500;
}


/* ===============================
   PRODUCT CARD – EQUAL HEIGHT FIX
================================ */

/* card o‘zi */
.product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* rasm qismi balandligi barqaror */
.product-card .img-box {
  height: 220px;
  flex-shrink: 0;
}

/* ichki content */
.product-card .detail-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* TAVSIFNI CHEKLASH (HAMMASI BIR XIL) */
.product-card .product-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;     /* 🔥 3 qator */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  min-height: 60px;          /* 🔥 bir xil balandlik */
}

/* Batafsil tugma joyi */
.product-card .more-btn {
  align-self: flex-start;
  margin-bottom: 10px;
}

/* OPTIONS DOIM PASTDA TURADI */
.product-card .options {
  margin-top: auto;          /* 🔥 ENG MUHIM QATOR */
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/* BATAFSIL TUGMASI */
.more-btn {
  align-self: flex-start;
  background: none;
  border: none;
  color: #f4b400;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
  margin-bottom: 10px;
}



.desc-modal{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.desc-box{
  background:#fff;
  padding:20px;
  width:90%;
  max-width:400px;
  border-radius:10px;
  position:relative; /* MUHIM */
}

#descClose{
  position:absolute;
  top:10px;
  right:10px;   /* 👈 O‘NG TOMON */
  cursor:pointer;
  font-size:18px;
  font-weight:bold;
  color:#000;
}

#descText{
  color:#000;
}




.map-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

/* MUHIM QISM */
.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  height: 100%;
  border: 0;
  transform: translateX(-50%);
}


/* ===============================
   MODERN LIVE SEARCH – FULL CSS
================================ */

.search-box {
  position: relative;
  height: 44px;
  background: rgb(255 255 255 / 8%);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  display: flex;
  align-items: center;
  padding: 0 6px 0 16px;
  transition: box-shadow .25s, background .25s;
}

.search-box:focus-within {
  background: #fff;
  box-shadow: 0 15px 40px rgba(0,0,0,.15);
}

#liveSearch {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #111;
}

.search-btn {
  width: 33px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: #ffbe33;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;

}

.search-btn::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #111;
  border-radius: 50%;
  top: 7px;
  left: 7px;
}

.search-btn::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  background: #111;
  transform: rotate(45deg);
  right: 6px;
  bottom: 8px;
}

#searchResult {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 25px 50px rgba(0,0,0,.18);
  display: none;
  max-height: 340px;
  overflow-y: auto;
  z-index: 9999;
}

.search-item {
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background .2s;
}

.search-item:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}

.search-item:hover {
  background: #fafafa;
}

.search-item h5 {
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  color: #111;
}

.search-item span {
  font-size: 13px;
  font-weight: 600;
  color: #f4b400;
  white-space: nowrap;
}

.search-empty {
  padding: 22px;
  text-align: center;
  color: #999;
  font-size: 14px;
}

@media (max-width: 768px) {
  .search-box {
    width: 70%;
  }
}


/* ===============================
   DESKTOP GLASS NAVBAR
================================ */

@media (min-width: 992px) {

  .header_section {
    position: relative !important;
    top: 10px;
    z-index: 1000;
    background: transparent;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 50px;
    padding: 5px 25px;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 55%);
    margin: 0 100px; /* 🔥 MANA SHU HAMMASINI HAL QILADI */
  }

  /* navbar ichidagi elementlar tiniq ko‘rinsin */
  .header_section .navbar {
    padding: 10px 0;
  }

  /* menu linklar */
  .header_section .nav-link {
    color: #111;
    font-weight: 500;
    transition: color .2s;
  }

  .header_section .nav-link:hover,
  .header_section .nav-item.active .nav-link {
    color: #f4b400;
  }

}

@media (min-width: 992px) {
  .user_option .search-box {
    order: 1;
  }

  .user_option .cart_link {
    order: 2;
  }
}

/* ===============================
   HEADER NAV MENU (GLASS STYLE)
================================ */

@media (min-width: 992px) {

  .header_section .navbar-nav {
    gap: 8px;
  }

  .header_section .nav-link {
    padding: 8px 22px;
    border-radius: 55px;
    font-weight: 500;
    color: #111;
    transition: 
      background .25s ease,
      color .25s ease,
      box-shadow .25s ease,
      transform .2s ease;
  }

  /* 🖱 HOVER — SHAFFOF / GLASS */
  .header_section .nav-link:hover:not(.active) {
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
    color: #000;
    transform: translateY(-1px);
    border-radius: 999px;
  }

}

/* FILTER OSTIDAGI GRID */
.filters-content {
  padding-left: 0;
  padding-right: 0;
}

.filters-content .row.grid {
  margin-left: 0;
  margin-right: 0;
}

.filters-content .row.grid > [class*="col-"] {
  padding-left: 10px;  /* xohlasangiz 8px yoki 0 */
  padding-right: 10px;
}

/* ===============================
   GLOBAL HERO BACKGROUND FIX
================================ */

.hero_area {
  position: relative;
  min-height: 100vh;        /* 🔥 kamida ekran balandligi */
  width: 100%;
  overflow: hidden;
}

/* fon konteyner */
.hero_area .bg-box {
  position: fixed;          /* 🔥 butun sayt bo‘ylab */
  inset: 0;                 /* top:0 right:0 bottom:0 left:0 */
  z-index: -1;              /* kontent orqasida */
}

/* fon rasm */
.hero_area .bg-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

  filter: blur(3px) brightness(0.7);
  transform: scale(1.05); /* blur chetlarni ochmasin */
}

/* ===============================
   OFFER FLOAT ANIMATION
================================ */

/* ===============================
   OFFER PULSE ANIMATION
================================ */

.offer_section .box {
  animation: offerPulse 1s ease-in-out infinite;
  will-change: transform, box-shadow;
}

/* chapdagi */
.offer_section .col-md-6:first-child .box {
  animation-delay: 0s;
}

/* o‘ngdagi — sal kechikib */
.offer_section .col-md-6:last-child .box {
  animation-delay: 3s;
}

@keyframes offerPulse {
  0% {
    transform: scale(1);
  
  }
  50% {
    transform: scale(1.03); /* 🔥 juda kam */
   
  }
  100% {
    transform: scale(1);
   
  }
}



.offer_section .box:hover {
  animation-play-state: paused;
}


@media (max-width: 768px) {
  .offer_section .box {
    animation: none;
  }
}

/* RASM KONTEYNER */
.product-card .img-box{
  position: relative;
  overflow: hidden;
}

/* 💰 NARX — PASTDA O‘NGDA */
.price-badge{
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,.65);
  backdrop-filter: blur(6px);
  color: #fff900;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  z-index: 3;

}

/* 🛒 KORZINKA — PASTDA CHAPDA */
.img-cart{
  position: absolute;
  bottom: 10px;
  left: 28px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.img-cart svg{
  width: 30px;
  fill: #fff;
}

/* hover */
.img-cart:hover{
  background:#e69c00;
}

.cart-total{
  color: #000;
}

.cart-total strong,
.cart-total span{
  color: #000;
}

.cart-box input,
.cart-box textarea{
  color: #000;
}

.cart-box input::placeholder,
.cart-box textarea::placeholder{
  color: #333;
}

.opt label{
  color: #000;
}

/* aktiv bo‘lmagani */
.opt input:not(:checked) + label{
  color: #000;
}

.opt label{
  color: #000 !important;
}

#orderAddress{
  color: #000;
}


.product-desc.open{
  -webkit-line-clamp: unset;
  overflow: visible;
}

/* ===============================
   CONTACT MODAL – FINAL FIX
================================ */

#contactModal{
  position: fixed;
  inset: 0;
  display: none;                /* JS ochadi */
  align-items: center;
  justify-content: center;

  background: rgba(0,0,0,.65);  /* 🔥 MANA SHU YO‘Q EDI */
  backdrop-filter: blur(4px);

  z-index: 20000;               /* hammasidan ustida */
}

#contactModal.active{
  display: flex;
}

#contactModal .contact-box{
  background: #111;
  width: 90%;
  max-width: 420px;
  padding: 30px;
  border-radius: 22px;
  position: relative;
}

.navbar{
  display: flex;
  align-items: center;
}

.navbar-tools{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto; /* 🛒 o‘ngga ketadi */
}


@media (max-width: 991px){
  .navbar-tools{
    order: 3;
  }

  .navbar-toggler{
    order: 2;
    margin-left: auto;
    margin-right: 10px;
  }

  .navbar-brand{
    order: 1;
  }

  .search-box{
    display: none; /* mobilda qidiruvni yashiramiz */
  }
}

@media (min-width: 992px){
  .navbar-tools{
    order: 3;
  }

  .search-box{
    display: flex;
  }
}

/* ===== CART BADGE ===== */
.cart-count{
  position: absolute;
  top: -6px;
  right: -8px;
  background: #ff4d4d;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 50%;
  display: none;
}

/* POP animatsiya */
.cart-count.show{
  display: inline-block;
  animation: badgePop .35s ease;
}

@keyframes badgePop{
  0%   { transform: scale(0); }
  70%  { transform: scale(1.3); }
  100% { transform: scale(1); }
}

/* ===== FLY IMAGE ===== */
.fly-img{
  position: fixed;
  z-index: 10000;
  pointer-events: none;
  transition: transform 7.20s cubic-bezier(.22,.61,.36,1), opacity 7.20s;
}
