@import url("https://fonts.googleapis.com/css2?family=Gugi:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap");
body {
  font-family: "Gugi", sans-serif;
  color: #000;
  background-color: #000;
  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;
  }
}

.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 {
  padding: 5px 20px;
  color: #ffffff;
  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: 17px;
  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: #ffffff;
  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: #ffffff;
  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;
  padding-top: 45px;
}

.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: #ffffff;
  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) ===== */

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

.food_section .filters_menu li {
  padding: 7px 25px;
  cursor: pointer;
  border-radius: 25px;
  transition: all .3s ease;
}

.food_section .filters_menu li.active {
  background-color: #222831;
  color: #ffffff;
}

/* CARD */
.food_section .box {
  position: relative;
  margin-top: 25px;
  border-radius: 15px;              /* ❗ bitta qoldirildi */
  overflow: hidden;
  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 0 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: 25px;
}

.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: #ffffff;
  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: 345px;
  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;
  color: #000000;
  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;
}

/* 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:#f3f3f3;
  cursor:pointer;
  text-align:center;
  font-size:14px;
  transition:.2s;
}
.opt input{
  display:none;
}
.opt input:checked + label{
  background:#ffbe33;
  color:#fff;
}

/* =========================
   ORDER BUTTON
========================= */
.order-btn{
  width: 100%;
  padding: 14px;
  border-radius: 18px;
  border:none;
  background: linear-gradient(135deg,#ffbe33,#ff9800);
  color:#fff;
  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;
}

.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;
}

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

.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;
}

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

/* ===== RADIO PILL DESIGN ===== */
.opt{
  display:flex;
  gap:12px;
  margin:12px 0;
}

.opt label{
  flex:1;
  padding:14px 0;
  text-align:center;
  border-radius:14px;
  background:#f3f3f3;
  cursor:pointer;
  font-weight:600;
  transition:.25s;
  border:2px solid transparent;
}

/* radio ni yashiramiz */
.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);
}


#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;
}

/* ===============================
   HEADER BASE
================================ */
.custom_nav-container {
  position: relative;
  display: flex;
  align-items: center;
}

/* LOGO */
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ===============================
   CART (HAMMA JOYDA BOR)
================================ */
.mobile-cart {
  display: flex;                 /* 🔥 ASOSIY: default ko‘rinadi */
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  z-index: 9999;
}

.mobile-cart svg {
  width: 32px;
  height: auto;
  fill: #ffffff;
}

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

/* ===============================
   BURGER
================================ */

/* default: ko‘rinadi (desktop) */
.navbar-toggler {
  display: none;   /* ❗ agar desktopda ham kerak bo‘lmasa */
}

/* agar desktopda burger kerak bo‘lsa, yuqoridagini olib tashlang */

/* ===============================
   MOBILE
================================ */
@media (max-width: 991px) {

  /* burger yo‘q */
  .navbar-toggler {
    display: none !important;
  }

  /* logo chapda qolsin */
  .navbar-brand {
    margin-right: auto;
  }
}

.hero_area {
  position: relative;
  overflow: hidden;
}

.hero_area .bg-box {
  position: absolute;
  inset: 0;
  z-index: 0;
}

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

/* QORAMTIR PARDA */
.hero_area .bg-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.85);
}

/* FAQAT HEADER HERO USTIDA CHIQADI */
.hero_area .header_section {
  position: relative;
  z-index: 2;
}


/*# sourceMappingURL=style.css.map */