:root {
  --main-color--: #b7cd68;
  --main2-color--: #b7cd6833;
  --main3-color--: #c2e66e;
  --Text-color--: #6e7b3e;
  --Text2-color--: #08303d;
  --dark-color--: #0d5368;
  --holdText-color--: #627085;
  --border-color--: #549903;

  --transition: 0.5s;
  --shadow--: 0px 2px 2px 0px #0000004d;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Cairo", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
main {
  background-color: #edf2ee;
  padding: 0 5px;
}

ul {
  list-style: none;
}
ul li::marker {
  color: #b7cd68;
  font-size: 20px;
}
a {
  text-decoration: none;
  color: inherit;
}

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

.textMainColor {
  color: var(--main-color--) !important;
}
.textColor {
  color: var(--Text-color--);
}
.textColor {
  color: var(--Text-color--);
}
.text2Color {
  color: var(--Text2-color--);
}
.bgMainColor {
  background-color: var(--main-color--);
}
.bgMain2Color {
  background-color: var(--main2-color--);
}
.bgMain3Color {
  background-color: var(--main3-color--);
}
.holdColor {
  color: var(--holdText-color--);
}
.bgholdColor {
  background-color: var(--holdText-color--);
}
.borderColor {
  color: var(--border-color--);
}
.small-text {
  font-size: 0.9rem;
  color: var(--holdText-color--);
}
.greenColor {
  color: #40a139;
}
.iconImage {
  width: 65px;
  height: 65px;
}
@media (max-width: 768px) {
  .iconImage {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 992px) {
  .titleSec h1 {
    font-size: 22px;
  }
}

.fog-container {
  position: relative;
  overflow: hidden;
  /* عشان الضباب ما يخرجش بره */
}

.fog-container::before,
.fog-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}

.fog-container::before {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

.fog-container::after {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

.swiper-pagination-bullet-active {
  background: var(--Text2-color--) !important;
}

/* header */

.navbar {
  background-color: #f8faf0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 6px 0px #5c5c5c80;
  padding: 0;
}

.navbar-brand img {
  height: 80px;
}

.nav-link {
  color: #404824 !important;
  font-weight: 500;
  margin: 0 10px;
  transition: all 0.3s ease;
}

.nav-link.active,
.nav-link:hover {
  background-color: var(--main3-color--);
  color: var(--Text2-color--) !important;
  border-radius: 4px;
  font-weight: normal !important;
}

.btn-subscribe {
  background-color: var(--main3-color--);
  color: var(--Text2-color--);
  font-weight: 700;
  border-radius: 8px;
  padding: 8px 16px;
}

.btn-subscribe:hover {
  background-color: var(--main-color--);
  transition: all 0.3s ease;
}

@media (max-width: 992px) {
  .navbar-brand img {
    height: 50px;
  }
  .btn-subscribe {
    font-weight: 500;
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 15px;
    text-wrap: nowrap;
  }
}

.modal-backdrop.show {
  opacity: 0;
}

.offcanvas-header .btn-close {
  margin: 0;
}

.navbar-toggler {
  outline: 0;
  border: 0;
  box-shadow: unset !important;
}

@media (max-width: 992px) {
  .offcanvas {
    background: linear-gradient(180deg, #f9fbea, #ffffff);
  }

  .offcanvas-header {
    border-bottom: 1px solid #eee;
  }
  .navbar-nav {
    padding: 0;
  }
  .offcanvas .nav-link {
    font-size: 18px;
    margin: 10px 0;
    padding: 10px;
  }
}

/* header */

/* Hero */
.heroSec {
  overflow: hidden;
  background-size: contain;
  background-position: right;
  margin-top: 90px;
  height: calc(100vh - 90px);
}

.imgHero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100vh - 90px);
}

.heroSec h1 {
  color: #0a3e4e;
  font-weight: 800;
  font-size: 52px;
  line-height: 170%;
}
.heroSec p {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  .heroSec h1 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .heroSec h1 {
    font-size: 25px;
  }
  .heroSec {
    margin-top: 60px;
    height: auto;
    background-image: unset;
  }
  .imgHero {
    height: 50vh;
  }
}

@media (max-width: 768px) {
  .heroSec {
    height: auto;
    background-image: unset;
    margin-top: 60px;
  }
  .heroSec h1 {
    font-size: 25px;
    line-height: unset;
    padding: 30px 5px;
  }
  .heroSec p {
    font-size: 1rem;
    max-width: 250px;
    margin-bottom: 30px;
  }
  .desHero {
    z-index: 2;
  }
  .imgHero {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 100%;
    width: 50%;
    left: 0;
  }
}

.btn-hero {
  background-color: var(--dark-color--);
  color: #fff !important;
  font-weight: 700;
  border-radius: 8px;
  padding: 8px 16px;
}
.btn-hero:hover {
  background-color: #0a3e4e;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .btn-hero {
    font-weight: 500;
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 15px;
  }
}
/* Hero */

/* offersSec */
.offersSec {
  background-position: center;
  background-size: cover;
}

.countdown {
  display: flex;
  gap: 10px;
  align-items: center;
}
.countdown .unit {
  text-align: center;
}
.countdown .number {
  font-size: 1.5rem;
  background: #f0f0f0;
  padding: 10px;
  border-radius: 8px;
}
.countdown .label {
  font-size: 0.9rem;
  margin-top: 5px;
}

.offersSecTitle {
  font-size: 3rem;
}
@media (max-width: 1200px) {
  .offersSecTitle {
    font-size: 2rem;
  }
}
@media (max-width: 865px) {
  .offersSecTitle {
    font-size: 1.3rem;
  }
  .countdown .number {
    font-size: 1rem;
    padding: 5px;
    border-radius: 4px;
  }
  .countdown .label {
    font-size: 0.7rem;
    margin-top: 2px;
  }
  .offersSec svg {
    width: 400px;
    height: 200px;
  }
}

/* offersSec */

/* caloriesSec */

.caloriesSec {
  position: relative;
  width: 100%;
}

.caloriesSec .hero-img {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 90px);
  object-fit: cover;
  display: block;
}

.caloriesSec .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(17, 37, 65, 0.7) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  color: #fff;
}

.caloriesSec .content {
  max-width: 600px;
}

.caloriesSec p {
  margin: 15px 0 25px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .caloriesSec h1 {
    font-size: 1.6rem;
  }
  .caloriesSec p {
    font-size: 0.9rem;
  }
}
.gradientTitle {
  font-size: 48px;
  font-weight: bold;
  background: linear-gradient(86.48deg, #d9ff55 29.81%, #ffffff 71.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* caloriesSec */

/* menuSec */
.menuSec {
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  margin-top: 90px;
}

.menu-item {
  background: #f8faf0;
  border-radius: 15px;
  padding: 15px;
  align-items: center;
  margin-bottom: 15px;
}
.menu-item img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}
.nutrition {
  background-color: #fff;
  padding: 4px 10px;
  display: flex;
  width: fit-content;
  flex-wrap: wrap;
  font-size: 11px;
}

.nutrition img {
  width: auto !important;
  height: auto !important;
}
.nutrition span {
  padding: 0 8px;
  border-radius: 10px;
  position: relative;
  padding-left: 8px;
  margin-left: 8px;
}

@media (max-width: 991px) {
  .nutrition span {
    font-size: 10px;
    padding: 0 5px;
  }
}
@media (max-width: 768px) {
  .menu-item img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .nav-tabs .nav-link {
    margin: 0;
    border: 0;
    padding: 5px;
  }
}

.nav-tabs .nav-link {
  margin: 0;
  border: 0;
}
.nutrition span:not(:first-child)::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #ccc; /* لون الخط الفاصل */
}

.nav-tabs .nav-link.active,
.nav-link:hover {
  background-color: var(--main3-color--);
  color: var(--Text2-color--) !important;
  border-radius: 4px;
  font-weight: normal !important;
  margin: 0;
}
#MenuTab {
  width: fit-content;
  border-radius: 4px;
}

/* menuSec */

/* pannerSec */
.pannerSec {
  position: relative;
  width: 100%;
  margin: auto;
}

.pannerSec img {
  width: 100%;
}
.overlay-text {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  color: #1d3928;
  text-align: right;
  max-width: 35%;
}
.overlay-text h2 {
  font-size: 48px;
  font-weight: bold;
}
.overlay-text p {
  margin-top: 20px;
  margin-bottom: 40px;
}
.overlay-text .btn-custom {
  margin-top: 20px;
  background: #40a139;
  color: white;
  padding: 12px 25px;
  border-radius: 8px;
  border: none;
  font-weight: bold;
}

@media (max-width: 780px) {
  .overlay-text {
    position: absolute;
    top: 50%;
    right: unset;
    transform: translateY(-50%);
    max-width: 100%;
    padding: 30px;
  }
  .pannerSec img {
    height: 24vh;
    object-fit: cover;
  }
  .overlay-text h2 {
    font-size: unset;
    font-weight: bold;
  }
  .overlay-text p {
    margin: 0;
    font-size: 13px;
    max-width: 200px;
    margin-bottom: 15px;
  }
  .overlay-text .btn-custom {
    margin-top: 15px;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .overlay-text {
    padding: 10px;
  }
}
/* pannerSec */

/* featureSec */
.feature-box {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.feature-box img {
  width: 100%;
  height: 255px;
  object-fit: cover;
}

.feature-box.large img {
  height: 530px;
}

.feature-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .feature-box img,
  .feature-box.large img {
    height: 200px;
  }
}
/* featureSec */

/* AboutRestaurant */

.AboutRestaurant {
  overflow: hidden;
}
/* .AboutRestaurant-svg {
  width: 880px;
} */

.AboutRestaurant-svg ellipse {
  stroke-dasharray: 24 24;
  stroke-dashoffset: 0;
  animation: dash 1s linear infinite;
}

.AboutRestaurant-svg image {
  transform-origin: center;
  animation: zoom 3s ease-in-out infinite alternate;
}

.AboutRestaurant-svg {
  animation: rotate 30s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

/* AboutRestaurant */

/* RateSec */
.RateSec {
  background-size: cover;
}
.testimonial-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.testimonial-card img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-name {
  font-weight: 600;
}

.testimonial-text {
  font-size: 15px;
  color: #555;
  margin-top: 10px;
  line-height: 1.6;
}

.fa-quote-left {
  color: #555;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 18px;
}

.stars {
  color: #ffd43b;
}

/* RateSec */
/* SwipreSec */
.SwipreSec .swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slideSwipreSec {
  position: relative;
}

.slideSwipreSec .overlay-slideSwipreSec {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 80%;
  padding: 0 20px;
}

.slideSwipreSec img {
  max-height: 400px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .slideSwipreSec .overlay-slideSwipreSec h3 {
    font-size: 15px;
  }

  .slideSwipreSec .overlay-slideSwipreSec p {
    max-width: 300px;
  }

  .slideSwipreSec img {
    height: 30vh;
    object-fit: unset;
  }

  .slideSwipreSec .overlay-slideSwipreSec.left50 h3 {
    font-size: 10px;
    margin: 10px auto;
  }

  .slideSwipreSec .overlay-slideSwipreSec p {
    max-width: 200px;
    font-size: 10px;
    align-items: center;
    margin: 10px auto;
  }

  .overlay-slideSwipreSec.left50 .btn-hero {
    font-weight: 400;
    border-radius: 4px;
    padding: 2px 4px;
    font-size: 10px;
  }
}

.slideSwipreSec .overlay-slideSwipreSec.left50 {
  left: 50%;
  max-width: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
}

/* SwipreSec */

/* faq-section */
.faq-section {
  background-size: cover;
}
.faq-container {
  max-width: 1000px;
  margin: auto;
}

.faq-item {
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 15px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f1f9f7;
  box-shadow: 0px 0px 6px 0px #8692a580;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.faq-icon {
  font-size: 18px;
  color: var(--main-color--);
  transition: transform 0.3s ease;
  padding: 0 15px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 14px;
  padding: 0 15px;
  color: #444;
  transition: max-height 0.5s ease, padding 0.3s ease;
}

.faq-item.active {
  background: #eff6ff80;
  box-shadow: 0px 0px 0px 2px #6e7b3e50;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding-top: 10px;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}
/* faq-section */

/* ContactSec */
.ContactSec {
  background-size: cover;
  padding: 150px 0 50px;
}
@media (max-width: 768px) {
  .ContactSec {
    padding: 100px 0 50px;
  }
}
.ContactSec .row {
  margin: 0 auto;
}

.Rightcontact-section {
  border-radius: 15px;
  padding: 30px;
}

.contact-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}

.contact-subtitle {
  margin-bottom: 20px;
  line-height: 1.6;
}

.contact-info p {
  margin: 8px 0;
  font-size: 15px;
}

.contact-info svg {
  margin-left: 8px;
  color: var(--dark-color--);
}

.contact-social {
  margin-top: 20px;
}
.contact-social img {
  width: 30px;
  height: 30px;
}

.contact-social a {
  font-size: 20px;
  margin-left: 15px;
  color: var(--Text2-color--);
  transition: 0.3s;
}

/* ContactSec */

/* login */
input[type="radio"],
input[type="checkbox"] {
  accent-color: #889b42;
  width: 15px;
  color: #fff;
  transform: scale(1.8);
}

.form-control {
  transform: unset !important;
  border-radius: 0.35rem;
}
.form-control input,
.form-control textarea,
.password {
  outline: 0;
  border: 0;
  width: 100%;
}
.form-control:focus {
  color: var(--Text-color--);
  background-color: #fff;
  border-color: var(--border-color--);
  outline: 0;
  box-shadow: unset;
}
.choices[data-type*="select-one"]::after {
  right: auto !important;
  left: 1.5rem !important;
  margin-top: -13.5px !important;
  border: none !important;
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='12' viewBox='0 0 24 12' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.289 10.157L5.63198 4.5L7.04598 3.086L11.996 8.036L16.946 3.086L18.36 4.5L12.703 10.157C12.5155 10.3445 12.2611 10.4498 11.996 10.4498C11.7308 10.4498 11.4765 10.3445 11.289 10.157Z' fill='%23627085'/></svg>") !important;
}
.choices__inner {
  display: block !important;
  width: 100% !important;
  min-height: unset !important;
  padding: unset !important;
  padding-bottom: 0 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #212529 !important;
  background-color: unset !important;
  border: unset !important;
  border-radius: unset !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.choices__list--single {
  padding: 0 !important;
}

.choices__placeholder {
  color: #6c757d !important;
  opacity: 1 !important;
}

.AnimateInput input:focus {
  color: var(--Text-color--);
}
.login-container {
  min-height: 100vh;
}

.btn-login {
  background-color: var(--main-color--);
  color: var(--Text2-color--);
  font-weight: bold;
}

.btn-login:hover {
  background-color: #758e1a;
}

.otp-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  direction: ltr;
}
.otp-container input {
  width: 65px;
  height: 65px;
  font-size: 24px;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.2s;
}
.otp-container input:focus {
  border-color: #0f5132;
}

.left-shape {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: -10%;
}

.bg-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.circle-svg {
  width: 480px;
}

.togglePassword {
  cursor: pointer;
  background-color: transparent;
  position: absolute;
  left: 20px;
  top: 8px;
}

.eyePassword {
  color: var(--main-color--);
}

.circle-svg ellipse {
  stroke-dasharray: 24 24;
  stroke-dashoffset: 0;
  animation: dash 1s linear infinite;
}

.circle-svg image {
  transform-origin: center;
  animation: zoom 3s ease-in-out infinite alternate;
}

/* .circle-svg {
  animation: rotate 10s linear infinite;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
} */
/* End login page */

@media (max-width: 1070px) {
  .left-shape {
    top: -20%;
  }
  .circle-svg {
    width: 356px;
  }
}
@media (max-width: 785px) {
  .left-shape {
    display: none;
  }
  .otp-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    direction: ltr;
  }
  .otp-container input {
    width: 45px;
    height: 45px;
    font-size: 24px;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 48;
  }
}

@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}

/* login */

/* footer */

.footer {
  overflow: hidden;
  background-color: #0a3e4e;
}

.footer p,
.footer a,
.footer h3 {
  color: #fff;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
  margin: 40px 0;
}

.footer-top img {
  height: 80px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-column h3 {
  font-size: 18px;
  margin: 10px 0;
}

.footer-column p {
  font-size: 14px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  text-decoration: none;
  transition: color 0.3s;
  font-size: small;
}

.footer-column ul li a:hover {
  color: var(--main-color--);
}

.footer .media a {
  padding: 5px;
  font-size: 20px;
}

.con_soc {
  display: flex;
  gap: 10px;
}

.faq-button img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.151);
  position: relative;
}

.faq-button img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

@media screen and (max-width: 768px) {
  .footer-column p {
    font-size: 17px;
  }

  .footer-column_end {
    justify-content: space-between;
  }

  .footer-bottom {
    padding-top: 20px;
  }
}

@media screen and (max-width: 780px) {
  .con_soc {
    justify-content: center;
  }

  .faq-button {
    width: 35px;
    height: 35px;
  }
}
.footer-top {
  padding-bottom: 0px;
  margin: 40px 0 0;
}

.footer-column {
  gap: 5px;
}
.footer-column .btn-subscribe {
  background-color: #899a4e;
}

/* footer */

/* scCard */
.sc-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 8px 0px #62708540;
  border: 0.8px solid #62708559;
}
.sc-card .sc-hero {
  position: relative;
  max-height: 200px;
  overflow: hidden;
}

.sc-card .sc-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sc-card .sc-badge-top {
  position: absolute;
  top: 12px;
  right: 8px;
  background: #00ab0b;
  color: #fff;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 22px;
  font-size: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}
.sc-card .sc-nutri {
  background: #f8faf5;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  color: #374151;
  font-size: 13px;
  margin-bottom: 14px;
}
.sc-card .sc-nutri .sc-nutri-item {
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: 0;
  flex: 1;
  justify-content: center;
}
.sc-card .sc-nutri svg {
  width: 16px;
  height: 16px;
  opacity: 0.8;
}
.sc-card .sc-variants {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
  align-items: center;
  justify-content: space-between;
}
.sc-card .sc-variant-thumb {
  width: 100%;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(15, 23, 42, 0.06);
}
.sc-card .sc-variant-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 520px) {
  .sc-card {
    margin: 10px;
  }

  .sc-card .sc-hero {
    height: 160px;
  }
}
/* scCard */

/* Receiving tap  */
.Receiving-tabs {
  display: flex;
  gap: 10px;
  justify-content: center;
  background-color: transparent;
  border: none;
  padding: 10px 0;
}

.Receiving-tabs .tab-btn {
  flex: 1;
  border: 1px solid #62708580;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 12px 0;
  color: #0a3e4e;
  font-weight: 500;
  transition: all 0.3s ease;
}

.Receiving-tabs .tab-btn.active {
  border: 1.6px solid #c2e66e;
  background: #b7cd681a;
}

.Receiving-tabs .tab-btn svg {
  display: block;
  margin: 0 auto 6px;
}

.Receiving-tabs .tab-btn span {
  font-size: 14px;
}
/* Receiving tap  */

/* CalculateCaloriesSEC */
.CalculateCalories {
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 85vh;
}

.CalculateCalories img {
  width: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .CalculateCalories {
    height: 55vh;
  }

  .CalculateCalories img {
    height: 100%;
  }
}

.CalculateCaloriesSEC .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(17, 37, 65, 0.7) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 0;
}

.CalculateCaloriesSEC .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  padding: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.CalculateCaloriesSEC .hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.CalculateCaloriesSEC .hero-content p {
  font-size: 1rem;
  text-align: center;
  max-width: 800px;
  color: #e3e3e3;
  line-height: 1.8;
}

.CalculateCaloriesSEC .calc-section {
  margin-top: -200px;
  border-radius: 20px;
  box-shadow: 0px 0px 8px 0px #424d5e1a;
  background: linear-gradient(180deg, #ecffef 0%, #fefff2 100%);

  overflow: hidden;
  color: #000;
  max-width: 1300px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.CalculateCaloriesSEC .calc-card {
  margin: 0 auto;
  position: relative;
}

.CalculateCaloriesSEC .left-side {
  display: flex;
  text-align: center;
}

.CalculateCaloriesSEC .left-side > div,
.CalculateCaloriesSEC .right-side > form {
  box-shadow: 0px 0px 6px 0px #45556c40;
  border-radius: 16px;
  background-color: white;
  width: 100%;
}

.CalculateCaloriesSEC .left-side h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.CalculateCaloriesSEC .left-side p {
  font-size: 0.95rem;
  color: #555;
}

@media (max-width: 992px) {
  .CalculateCaloriesSEC .calc-card {
    flex-direction: column;
  }

  .CalculateCaloriesSEC .calc-card .left-side {
    border-bottom: 1px solid #ddd;
  }

  .CalculateCaloriesSEC .hero-content h1 {
    font-size: 1.7rem;
  }

  .CalculateCaloriesSEC .calc-section {
    margin-top: -60px;
    max-width: 800px;
  }
}

/***********/
.calc-section .gender-group input[type="radio"] {
  display: none;
}

.calc-section .gender-group label {
  padding: 0.375rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  margin-left: 5px;
}

.calc-section .gender-group input#male:checked + label {
  border: 0.5px solid #50b7ff;
  background: #50b7ff33;
  color: #50b7ff;
}

.calc-section .gender-group input#female:checked + label {
  border: 0.5px solid #ff09d680;
  background: #ff97f833;
  color: #ff09d680;
}

/***********/
.calc-section .health-box {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
}

/***********/
.calc-section .range-container {
  position: relative;
}

.calc-section .range-container input[type="range"] {
  width: 100%;
}

.calc-section .custom-range {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: #fad4c4;
  border-radius: 10px;
  outline: none;
}

/*  Webkit (Chrome / Edge / Safari) */
.calc-section .custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #f5782e;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

/*  Firefox */
.calc-section .custom-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #f3722c;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.calc-section .custom-range::-moz-range-track {
  background: #fbd3be;
  height: 8px;
  border-radius: 10px;
}

.calc-section .range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 5px;
}

/***********/
.calc-section .goal-group input[type="radio"] {
  display: none;
}

.calc-section .goal-group label {
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  flex: 1;
  text-align: center;
}

.calc-section .goal-group input#stable:checked + label,
.calc-section .goal-group input#loss:checked + label,
.calc-section .goal-group input#gain:checked + label {
  color: var(--Text2-color--);
  background: #f5ffd4;
  border: 0.5px solid #90b50d;
}

.sub-box {
  border-radius: 12px;
  padding: 20px;
  margin: 15px 0;
  font-weight: bold;
}

.bmr-box {
  box-shadow: 0px 0px 6px 0px #45556c40;
  background: #fff6ec;
}

.calories-box {
  background: #f3ffe4;
  box-shadow: 0px 0px 6px 0px #45556c40;
}

.plan-box {
  background: linear-gradient(90deg, #51009d 0%, #b70794 100%);
  color: #fff;
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0;
  text-align: start;
  position: relative;
}

.plan-badge {
  position: absolute;
  top: -12px;
  left: 12px;
  background: #45556c;
  color: #fff;
  font-size: 0.8rem;
  padding: 5px 12px;
  border-radius: 20px;
}
.no-result {
  position: absolute;
  width: 100%;
  height: 100%;
}

#resultCard {
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: all 0.6s ease;
}

#resultCard.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* CalculateCaloriesSEC */

#Addmap {
  height: 200px;
  width: 100%;
  border-radius: 10px;
}

/* خلي نتائج الجيوكودر قابلة للتمرير */
.leaflet-control-geocoder .leaflet-control-geocoder-alternatives,
.leaflet-control-geocoder-expanded .leaflet-control-geocoder-alternatives {
  max-height: 150px !important;
  /* عدّلها حسب ارتفاع الخريطة */
  overflow-y: auto !important;
  overflow-x: hidden;
}

/* تعديل شكل صندوق البحث الافتراضي بتاع Leaflet Control Geocoder */
.leaflet-control-geocoder-form {
  background-color: transparent;
}

.leaflet-control-geocoder-form input {
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

/* تعديل زرار البحث */
.leaflet-control-geocoder-icon {
  background-color: #b7cd68;
  width: 40px;
  height: 40px;
  background-size: 18px;
  border: none;
  color: #fff;
}

/* عند الوقوف على الزر */
.leaflet-control-geocoder-icon:hover {
  background-color: #6fb597;
}

.calendarInputDate {
  width: 100%;
}

.calendarInputDate:focus-visible,
.calendarInputDate:focus {
  border: 0 !important;
  outline: 0;
}

.success-modal .modal-content {
  border-radius: 20px;
  background: linear-gradient(180deg, #fdfce7 -12.25%, #eaffee 100%);
  border: none;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.modal-backdrop.show {
  opacity: 0.9 !important;
  background: #0a0a0a80 !important;
  backdrop-filter: blur(5px);
}

.success-modal .modal-content::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200%;
  height: 200%;
  background-image: radial-gradient(#ff7ac4 2px, transparent 2px),
    radial-gradient(#50b7ff 2px, transparent 2px),
    radial-gradient(#eaf6c5 2px, transparent 2px),
    radial-gradient(#a4d86c 2px, transparent 2px);
  background-size: 80px 80px;
  opacity: 0.4;
  z-index: 0;
  animation: confetti 10s linear infinite;
}

@keyframes confetti {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.details-label {
  color: #888;
  font-size: 14px;
}

/* other */

.payment-options .option {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  background: white;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}

.payment-options .option img {
  width: 60px;
  margin-bottom: 10px;
}

.payment-options .option input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #607d8b;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

.payment-options .option input[type="radio"]:checked {
  background-color: #00ab0b;
  box-shadow: 0 0 0 3px #c8f7c5;
}

.payment-options .option input[type="radio"]:checked + label,
.payment-options .option.selected {
  border-color: #00ab0b;
  background: #84e66e66;
  box-shadow: 0 0 10px rgba(0, 255, 0, 0.2);
}

.payment-options .option:has(input[type="radio"]:checked),
.payment-options .option.selected {
  border-color: #00ab0b;
  background: #e6ffe6;
  box-shadow: 0 0 10px rgba(0, 255, 0, 0.2);
}

.payment-options .option:hover {
  transform: translateY(-3px);
}

.package-offer {
  background: linear-gradient(180deg, #fffde7 0%, #e8ffee 100%);
  border-radius: 16px;
}

#Choosesubscription .nav-tabs .nav-link.active,
#Choosesubscription .nav-link:hover {
  background-color: #fff !important;
  color: var(--Text2-color--) !important;
  border-radius: 4px;
  font-weight: normal !important;
  margin: 0;
}
/* other */

/* details package  */

.package-card {
  padding-top: 120px;
}

@media (max-width: 992px) {
  .package-card {
    padding-top: 80px;
  }
}

.package-card .package-box {
  background: linear-gradient(180deg, #fffde7 0%, #e8ffee 100%);
  border-radius: 15px;
}

.package-card .package-box .badge {
  background: linear-gradient(261.33deg, #a9d60d 10.71%, #549903 98.42%);
}

.package-control {
  margin: 0 auto;
  color: var(--Text2-color--);
  position: relative;
}

.package-control .left-side {
  display: flex;
}

.package-control .selectedDays,
.package-control .left-side > div,
.package-control .right-side > div {
  box-shadow: 0px 0px 6px 0px #45556c40;
  border-radius: 16px;
  background-color: white;
  width: 100%;
}

.daily-meals-box {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0px 0px 6px 0px #45556c26;
  border: 1px solid #2d374826;
}

.package-control .daily-meals-control {
  background: #f0f4f9;
  border-radius: 8px;
}

.package-control .daily-meals-control button {
  width: 30px;
  height: 25px;
  background-color: #fff;
  border-radius: 6px;
  color: var(--Text2-color--);
  border: 0;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.package-control .daily-meals-control button:hover {
  background-color: #e3e3e3;
}

.package-control .meal-count {
  color: var(--Text2-color--);
  font-size: 1.1rem;
}

.package-control .duration-group input[type="radio"] {
  display: none;
}

.package-control .duration-group label {
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.package-control .duration-group input:checked + label {
  color: var(--Text2-color--);
  background: #f5ffd4;
  border: 0.5px solid #90b50d;
}

.badge-success-light {
  background: #dcfce7 !important;
  color: #008236 !important;
  font-weight: 400;
  width: fit-content;
  margin: 0 auto;
  margin-top: 6px;
}

.package-control .day-label {
  min-width: 100px;
  border-radius: 10px;
  font-weight: 500;
  transition: 0.2s;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px #6270851a;
  border: 0.5px solid #62708580;
  padding: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.package-control .day-checkbox {
  display: none;
}

.package-control .day-checkbox:checked + .day-label {
  color: white;
  box-shadow: 0px 0px 6px 0px #6270851a;
  border: 0.5px solid #62708580;
  background: #b7cd68;
}

.error-box {
  background-color: #fdecea;
  color: #d93025;
  border-radius: 8px;
  padding: 10px;
  display: none;
}

.btn-outline-purple {
  border: 0.8px solid #a54fff;
  background: #fafafa;
  transition: 0.2s;
  padding: 8px 16px;
  border-radius: 8px;
  box-shadow: unset !important;
}

.btn-outline-purple:hover {
  background-color: #a54fff;
  color: white;
}

.gift-card {
  border: 1px solid #a54fff;
  background: #f6ecff;
  border-radius: 12px;
  padding: 24px;
}

.package-WillGet .card {
  border-radius: 15px;
}

@media (min-width: 768px) {
  .Replace-modal .modal-lg,
  .Replace-modal .modal-xl {
    max-width: 1000px;
  }

  .Replace-modal .modal-content {
    margin: auto 20px;
  }
}

.Replace-modal .modal-content {
  border-radius: 20px;
  box-shadow: 0px 0px 22.4px 0px #62708540;
}

.Replace-modal .btn-subscribe {
  border: 1.6px solid #c2e66e !important;
}

/* details package  */

/* giftPage */
.giftPage {
  background: linear-gradient(
    135deg,
    #fafbf9 0%,
    rgba(217, 255, 85, 0.15) 50%,
    rgba(0, 171, 11, 0.15) 100%
  );
  border-radius: 20px;
}
.giftPage .giftPageImg {
  max-width: 600px;
  max-height: 200px;
}

@media (max-width: 400px) {
  .giftPage .giftPageImg {
    max-width: 250px;
    max-height: 100px;
  }
}
.giftPage .login-box {
  border-top: 0.8px solid #f3f4f6;
  box-shadow: 0px 0px 8px -12px #62708540;
  border-radius: 24px;
}
@media (max-width: 400px) {
  .giftPage .giftPageImg {
    max-width: 250px;
    max-height: 100px;
  }
  .giftPage .login-box {
    border-radius: 15px;
  }
}
.btn-gift {
  background: linear-gradient(
    269.19deg,
    #94be00 6.56%,
    #d9ff55 91.91%
  ) !important;
}

.btnBorderColor {
  border: 1.6px solid #b7cd68;
}
/* giftPage */

/* AboutRestaurantPage */
.AboutRestaurantSec {
  position: relative;
  width: 100%;
}

.AboutRestaurantSec .hero-img {
  width: 100%;
  height: auto;
  max-height: 70vh;
  object-fit: cover;
  display: block;
}

.AboutRestaurantSec .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000bf;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.AboutRestaurantSec .content {
  max-width: 800px;
}

.AboutRestaurantSec p {
  margin: 15px 0 25px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .AboutRestaurantSec h1 {
    font-size: 1.6rem;
  }
  .AboutRestaurantSec p {
    font-size: 0.9rem;
  }
}

.whychooseUs .card {
  padding: 32px 5px;
  border-radius: 16px;
  box-shadow: 0px 0px 6px 0px #90a1b940;
  background: #f8faf0;
}

@media (max-width: 768px) {
  .whychooseUs .card strong {
    font-size: 12px;
  }
  .whychooseUs .card p {
    font-size: 12px;
  }
}

.bg-shapeSec .bg-shape {
  background: linear-gradient(135deg, #a8d15b 0%, #f1fcdc 100%);
  position: absolute;
  top: -70px;
  right: -0;
  width: 400px;
  height: 125%;
  transform: rotate(-6deg) translateX(0) !important;
  z-index: 1;
  border-radius: 24px;
}

/* الصورة */
.bg-shapeSec .main-img {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  width: 400px;
  transform: rotate(1deg);
}

/* خط الاقتباس */
.bg-shapeSec .quote-line {
  border-right: 4px solid var(--main-color--);
  padding-right: 10px;
  font-size: 1.1rem;
  line-height: 1.8;
}

@media (max-width: 1200px) {
  .bg-shapeSec .bg-shape {
    width: 300px;
    height: 115%;
  }
  .bg-shapeSec .main-img {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .bg-shapeSec .bg-shape {
    top: 50%;
    right: 0;
    left: 50%;
    transform: rotate(-6deg) translateX(0) translate(-50%, -50%) !important;
  }
}
@media (max-width: 768px) {
  .bg-shapeSec .bg-shape {
    right: 0;
    left: 50%;
    transform: rotate(-6deg) translateX(0) translate(0, -50%) !important;
  }
}

/* AboutRestaurantPage */

/* .partnersSec */
.partnersSec .Conimg {
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partnersSec .Conimg img {
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .partnersSec .Conimg {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 550px) {
  .partnersSec .Conimg {
    width: 60px;
    height: 60px;
  }
  .partnersSec h1 {
    font-size: 18px;
  }
}
/* .partnersSec */

/* CustomizeMeals */
.CustomizeMeals {
  background-color: #fffffd;
  border: 0.8px solid #00000040;
}
.CustomizeMeals .progress-step {
  height: 8px;
  width: 60px;
  border-radius: 4px;
  background-color: #627085;
  transition: 0.3s;
}

.CustomizeMeals .progress-step.active {
  background-color: #c2e66e;
}

.CustomizeMeals .meal-card {
  border-radius: 16px;
  padding: 10px;
  cursor: pointer;
  transition: 0.3s;
  background: #ffffff;
  border: 0.8px solid #00000033;
  box-shadow: 0px 0px 6px 0px #62708559;
  position: relative;
}

.CustomizeMeals .meal-card .nutrition span {
  font-size: 10px;
}

.CustomizeMeals .meal-card:hover {
  border-color: #58891f;
}

.CustomizeMeals .meal-card:has(input[type="checkbox"]:checked) {
  border-color: #58891f;
}

.CustomizeMeals .meal-card:has(input[type="checkbox"]:disabled)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #57891f0a;
  backdrop-filter: blur(1.01px);
  cursor: not-allowed;
  border-radius: inherit;
  z-index: 2;
}

.hidden {
  display: none !important;
}

.btn-check:checked + .meal-label {
  background-color: #627085 !important;
  color: #fff !important;
}

.meal-label {
  border-color: 0 !important;
  box-shadow: none !important;
}
.bg-opacity-0 {
  background-color: transparent !important;
}

.checkout-bar {
  background: linear-gradient(89.45deg, #b7cd68 0%, #549903 100%);
  box-shadow: 0px 4px 12px 0px #3730a33d;
  border-radius: 12px;
}
.checkout-bar .btn-light {
  background-color: #fff;
  color: #2e7d32;
  transition: all 0.3s ease;
}
.checkout-bar .btn-light:hover {
  background-color: #f1f1f1;
}

.cart-total {
  background-color: #f8faf0;
  border-radius: 15px;
}
.cart-item img {
  object-fit: cover;
}
.ConQRCode {
  width: 150px;
  height: 150px;
}
.ConQRCode img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.success-modal .btn-subscribe {
  border: 1.6px solid #c2e66e !important;
}
/* CustomizeMeals */

/* new */
.navbar-toggler svg {
  color: var(--border-color--);
}
.fa-cart-shopping {
  color: var(--dark-color--);
}


/* new */
