* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

/* body {
      background-color: #ffffff;
      padding: 20px 0;
    } */

.section {
  margin-bottom: 40px;
}

.main-div {
  display: grid;
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

.section-header {
  background-color: #0066a5;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 14px;
}

.pizza-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
  margin-top: 15px;
}

.pizza-card {
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: start;
  transition: transform 0.2s ease-in-out;
}

.pizza-card img {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  object-fit: cover;
}

.order-btn {
  background-color: #e31837;
  color: white;
  border: none;
  width: 100%;
  padding: 12px 0;
  margin-top: 6px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.order-buttonsss {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.order-btn:hover {
  background-color: #c9152f;
}

.pizza-name {
  color: #0074cc;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
}

.options-footer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  background: #f4f4f4;
  border-top: 4px solid #0066a5;
  padding: 20px;
  font-size: 13px;
}

.options-footer h4 {
  color: #0066a5;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: bold;
}

.options-footer ul {
  list-style: none;
  padding-left: 0;
}

.options-footer li {
  margin-bottom: 4px;
}

.order-title {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: auto;
  gap: 20px;
  margin-bottom: 30px;
  max-width: 1200px;
  background-color: #005580;
  padding: 20px 10px;
  margin-top: 20px !important;
  border-radius: 15px;
}

.order-title .line {
  flex: 1;
  height: 1px;
  border: none;
  background-color: #ccc;
}

.order-buttonsss {
  display: flex;
}

.order-title h2 {
  font-family: "One Dot Condensed Bold";
  margin: 0;
  font-size: 36px !important;
  color: white !important;
  letter-spacing: 1px;
}

.order-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.order-btn {
  background-color: #e60023;
  color: #fff;
  border: none;
  /* padding: 12px 24px; */
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.order-btn:hover {
  background-color: #cc001f;
  transform: scale(1.05);
}

.or-text {
  font-style: italic;
  color: #777;
  font-family: revert-layer;
  text-transform: lowercase;
  font-size: 20px;
}
/* card details popup css */
.custom-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.custom-popup.hidden {
  display: none;
}

.popup-box {
  display: flex;
  /* flex-wrap: wrap; */
  background: white;
  padding: 20px;
  gap: 49px;
  width: 50%;
  border-radius: 8px;
  position: relative;
}
.heading {
  width: 400px;
}
.muko_qautity {
      border: 1px solid #c5c5c5;
}
.muko_qautity lable input {
  padding: 0px 20px;
}
.muko_qautity label {
  padding: 0px 20px !important;
}
.muko_muko {
  padding: 20px;
}
.muko_qautity input {
  padding: 0px 20px;
}
 .heading h2 {
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    margin: 0;
    text-align: start;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.add-btn__{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup-img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}

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

.popup-box select,
.popup-box input[type="number"] {
  margin: 10px 0;
  padding: 8px;
  width: 100%;
  border-radius: 5px;
}

.popup-box button {
  margin-top: 15px;
  padding: 10px 30px;
  background-color: #e60023;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}


/* callzone popup css */
.callzone-popup {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 12px;
  padding: 24px;
  z-index: 9999;
  width: 90%;
  max-width: 900px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.callzone_poppp {
  display: flex;
  gap: 15px;
}

.hidden-popup {
  display: none !important;
}

.callzone-popup-box {
  width: 100%;
}

.service_options_calllzone h2 {
  background-color: #0066a5;
  color: white;
  padding: 10px;
  font-size: 18px;
}

.quantity-selector {
  display: flex;
  align-items: center;
  gap: 15px;
}

.callzone_imggg {
  width: 500px;
}

.callzone_imggg img {
  width: 100%;
}

.callzone_imggg p {
  font-size: 13px;
}
.options__ {
  padding: 20px 0px;
  width: 100%;
}
.options__ h3{
    background-color: #0066a5;
    color: white;
    padding: 10px;
    text-align: start;
    margin-bottom: 10px;
    font-size: 18px;
}
.quantity-selector button {
  width: 32px;
  height: 32px;
  font-size: 20px;
  border: none;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.service_options_count {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 15px;
  border: 1px solid #c5c5c5;

}

/* .callzone-popup-img {
  width: 100%;
  max-width: 180px;
  margin: 0 auto 12px;
  display: block;
} */

.callzone-popup-title {
  font-size: 20px;
  margin-bottom: 12px;
  text-align: center;
  font-weight: 600;
}

.callzone-label {
  display: block;
  margin: 10px 0 6px;
  font-size: 14px;
}

.callzone-select,
.callzone-quantity {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 15px;
}

.callzone-price {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  text-align: center;
}

.callzone-add-btn {
  background-color: #0070c9;
  color: white;
  border: none;
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}

.callzone-add-btn:hover {
  background-color: #005999;
}

.callzone-close-popup {
  float: right;
  font-size: 22px;
  font-weight: bold;
  color: #444;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .pizza-card {
    padding: 10px;
  }
  .heading {
    width: 100%;
  }
}