* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

/* header navbar */
nav .logo {
  color: #4D4038;
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 640;
  text-decoration: none;
  margin-right: 100px;
}
nav ul li {
  list-style: none;
  margin-right: 50px;
}
nav ul li a {
  text-decoration: none;
  color: #8c7d74; 
  font-family: system-ui, "Segoe UI";
  font-size: 20.8px;
  font-weight: 400;
  position: relative;
  transition: color 0.5s ease;
}
nav ul li a::after {
  content: "";
  width: 0;
  height: 0;
  background-color: #D97746;
  position: absolute;
  top: 32px;
  left: 0;
  transition: height 0.2s ease;
}
nav ul li a:hover::after,
nav ul li a.active::after {
  width: 100%;
  height: 3px;
}
nav ul li a:hover,
nav ul li a.active {
  color: #4D4038;
}
nav ul {
  display: flex;
}
nav {
  display: flex;
  justify-content: space-evenly;
  padding: 35px 0px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgb(255, 255, 255);
  height: 110px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.05);
  z-index: 99999;
}
nav .togglebtn {
  text-decoration: none;
  font-size: 25px;
}
/* header caption */
header .captioncontainer {
  width: 93%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-top: 40px;
}
header .info h1 {
  color: #4D4038;
  font-size: 80px;
  font-weight: 300;
  font-family: "Amatic SC", sans-serif;
}
header {
  background-color: #FBF7F3;
  height: 100vh;
}
header .info {
  text-align: left;
  width: 45%;
}
header .img {
  width: 45%;
  padding-left: 30px;
}
header .img img {
  width: 95%;
}
header .info p {
  color: #8c7d74;
  font-family: system-ui, "Segoe UI";
  font-size: 16px;
  font-weight: 400;
  width: 70%;
  margin-top: 20px;
  margin-bottom: 50px;
}
header .info .links {
  display: flex;
  align-items: center;
  gap: 40px;
}
header .info .links .booking {
  background-color: #D97746;
  padding-top: 10px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  border-radius: 0px 20px 20px 22px;
  font-family: system-ui, "Segoe UI";
  font-size: 17px;
  font-weight: 400;
  height: 45px;
  width: 165px;
  text-align: center;
}
header .info .links .booking:hover {
  color: RGB(0, 0, 0);
  background-color: #c46a35;
}
header .info .links .video {
  color: #4D4038;
  text-decoration: none;
  font-family: system-ui, "Segoe UI";
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
header .info .links .video div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: linear-gradient(to right, #D97746 0% 50%, transparent 50% 100%);
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
header .info .links .video div::before {
  content: "";
  width: 45px;
  height: 45px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  border-radius: 50%;
}
header .info .links .video div i {
  font-size: 13px;
  z-index: 5;
}
.shake:hover {
  animation: shake-animation 0.2s linear infinite both;
}

@keyframes shake-animation {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }

  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

/* chefs */
main #chefs {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 70px;
}
main #chefs .chefsinfo {
  display: flex;
  gap: 30px;
  justify-content: center;
}
main #chefs .chefsinfo .info {
  width: 26%;
  box-shadow: 0px 8px 8px 2px rgba(0, 0, 0, 0.04);
  position: relative;
  transition: all 1s;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 70px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
main #chefs .chefsinfo .info:hover {
  transform: scale(1.1);
}
main #chefs .chefsinfo .info .img img {
  width: 100%;
}
main #chefs .info .img .wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
}
main #chefs .info .img .wave path{
  fill: rgb(255, 255, 255);
}
main #chefs .info .img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
main #chefs .info .words {
  text-align: center;
  width: 93%;
}
main #chefs .info .words h5 {
  color: #4D4038;
  font-family: system-ui, "Segoe UI";
  font-size: 20px;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 10px;
}
main #chefs .info .words span {
  color: #8c7d74;
  font-family: system-ui, "Segoe UI";
  font-size: 14px;
  font-weight: 400;
}
main #chefs .info .words p {
  /* width: 80%; */
  color: #8c7d74;
  font-family: system-ui, "Segoe UI";
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
}
main #chefs span {
  color: #8c7d74;
  font-family: system-ui, "Segoe UI";
  font-size: 16px;
  font-weight: 400;
}
main #chefs h2 {
  color: #4D4038;
  font-family: "Amatic SC", sans-serif;
  font-size: 64px;
  font-weight: 300;
}
main #chefs h2 span {
  color: #D97746;
  font-family: "Amatic SC", sans-serif;
  font-size: 64px;
  font-weight: 300;
}
main #chefs .chefsinfo .info .icons ul li {
  list-style: none;
}
main #chefs .chefsinfo .info .icons ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
main #chefs .chefsinfo .info .icons {
  background-color: rgba(102, 102, 102, 0.2);
  width: 45px;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 30%;
  padding-top: 20px;
  opacity: 0;
  margin-top: 15px;
  margin-right: 8px;
  border-radius: 5px;
  transition: all 1s;
  transform: translateX(100%);
}
main #chefs .chefsinfo .info:hover .icons {
  opacity: 1;
  transform: translateX(0%);
}

/* gallery section */
#gallery {
  background-color: #FBF7F3;
  padding-bottom: 220px;
  margin-bottom: 65px;
}
#gallery .gallerycontainer {
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
  padding-top: 70px;
}
#gallery .gallerycontainer .galleryphotos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
#gallery .gallerycontainer span {
  color: #8c7d74;
  font-family: system-ui, "Segoe UI";
  font-size: 16px;
  font-weight: 400;
}
#gallery .gallerycontainer h2 {
  color: #4D4038;
  font-family: "Amatic SC", sans-serif;
  font-size: 64px;
  font-weight: 300;
  margin-bottom: 25px;
}
#gallery .gallerycontainer h2 span {
  color: #D97746;
  font-family: "Amatic SC", sans-serif;
  font-size: 64px;
  font-weight: 300;
}
#gallery .gallerycontainer .galleryphotos .meal {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#gallery .gallerycontainer .galleryphotos .imgmeal {
  width: 100%;
}
#gallery .gallerycontainer .galleryphotos .imgmeal img {
  width: 100%;
  transition: all 0.3s;
}
#gallery .gallerycontainer .galleryphotos .imgmeal img:hover {
  transform: scale(1.2);
}
#gallery .gallerycontainer .galleryphotos .firstcol {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#gallery .gallerycontainer .galleryphotos .secondcol {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#gallery .gallerycontainer .galleryphotos .thirdcol {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#gallery .gallerycontainer .galleryphotos .mealinfo {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.6s;
}
#gallery .gallerycontainer .galleryphotos .meal:hover .mealinfo {
  opacity: 1;
  transform: translateY(0%);
}
#gallery .gallerycontainer .galleryphotos .mealinfo h3 {
  color: rgb(255, 255, 255);
  font-family: system-ui, "Segoe UI";
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 8px;
}
#gallery .gallerycontainer .galleryphotos .mealinfo p {
  color: RGB(206, 203, 203);
  font-family: system-ui, "Segoe UI";
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  width: 90%;
}

/* contact section */
#contact {
  margin-bottom: 48px;
}
.contactcontainer {
  width: 82%;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
#contact .contactcontainer iframe {
  width: 100%;
  margin-bottom: 30px;
}
#contact .contactcontainer span {
  color: #8c7d74;
  font-family: system-ui, "Segoe UI";
  font-size: 16px;
  font-weight: 400;
}
#contact .contactcontainer h2 {
  color: #4D4038;
  font-family: "Amatic SC", sans-serif;
  font-size: 64px;
  font-weight: 300;
  margin-bottom: 25px;
}
#contact .contactcontainer h2 span {
  color: #D97746;
  font-family: "Amatic SC", sans-serif;
  font-size: 64px;
  font-weight: 300;
}
#contact .contactcontainer .contactdetails {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
#contact .contactcontainer .contactdetails .card {
  width: 49%;
  background-color: #FBF7F3;
  display: flex;
  align-items: center;
  height: 105px;
}
#contact .contactcontainer .contactdetails .card .info {
  display: flex;
  flex-direction: column;
}
#contact .contactcontainer .contactdetails .card .icon {
  background-color: #D97746;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  margin-right: 17px;
}
#contact .contactcontainer .contactdetails .card .icon i {
  color: rgb(255, 255, 255);
  font-size: 20px;
}
#contact .contactcontainer .contactdetails .card .info span {
  color: RGB(102, 102, 102);
  font-family: system-ui, "Segoe UI";
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
#contact .contactcontainer .contactdetails .card .info p {
  color: #4D4038;
  font-family: system-ui, "Segoe UI";
  font-size: 16px;
  font-weight: 400;
}
#contact .contactcontainer .contactdetails .card .icon .style{
  color: rgb(255, 255, 255);
}
#contact .contactcontainer form {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 15px #d8d8d8;
  width: 102%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  justify-content: center;
  padding-bottom: 35px;
}
#contact .contactcontainer form .f-row {
  width: 49%;
  height: 40px;
  margin-bottom: 15px;
  padding-left: 7px;
  border: 2px solid #d8d8d8;
  border-radius: 5px;
  font-size: 15px;
  font-family: system-ui, "Segoe UI";
}
#contact .contactcontainer form .s-row {
  width: 98%;
  height: 40px;
  margin-bottom: 15px;
  padding-left: 7px;
  border: 2px solid #d8d8d8;
  border-radius: 5px;
  font-size: 15px;
  font-family: system-ui, "Segoe UI";
}
#contact .contactcontainer form textarea {
  width: 98%;
  margin-bottom: 40px;
  padding-left: 7px;
  padding-top: 10px;
  border: 2px solid #d8d8d8;
  border-radius: 5px;
  font-size: 15px;
  font-family: system-ui, "Segoe UI";
}
#contact .contactcontainer form a {
  background-color: #D97746;
  border: none;
  border-radius: 30px;
  padding: 10px 50px;
  color: rgb(255, 255, 255);
  font-family: system-ui, "Segoe UI";
  font-size: 16px;
  transition: all 0.4s;
  text-decoration: none;
}
#contact .contactcontainer form a:hover {
  color: RGB(0, 0, 0);
  background-color: #ff0000;
}

/* footer */
footer {
  background-color: #4D4038;
  width: 100%;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footercontainer {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 30px;
}
footer .footercontainer .socialmedia .logo img {
  width: 12%;
}
footer .footercontainer .socialmedia .logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
footer .footercontainer .socialmedia {
  width: 22%;
}
footer .footercontainer .socialmedia .logo .logoname {
  color: rgb(255, 255, 255);
  font-family: system-ui, "Segoe UI";
  font-size: 24px;
  font-weight: 700;
}
footer .footercontainer .socialmedia p {
  color: rgb(255, 255, 255);
  font-family: system-ui, "Segoe UI";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
footer .footercontainer .socialmedia .s-media {
  color: rgb(255, 255, 255);
  font-family: system-ui, "Segoe UI";
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
footer .footercontainer .socialmedia .s-media::after {
  content: "";
  width: 280px;
  height: 2px;
  background-color: #d8d8d8;
  position: absolute;
  top: 45px;
  left: 0;
}
footer .footercontainer .socialmedia .media ul li {
  list-style: none;
}
footer .footercontainer .socialmedia .media ul li i {
  font-size: 25px;
}
footer .footercontainer .socialmedia .media ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
footer .footercontainer .socialmedia .media {
  margin-top: 35px;
}
footer .footercontainer .subscribe {
  width: 42%;
}
footer .footercontainer .subscribe .letter {
  color: rgb(255, 255, 255);
  font-family: system-ui, "Segoe UI";
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
footer .footercontainer .subscribe p {
  color: rgb(255, 255, 255);
  font-family: system-ui, "Segoe UI";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.5;
}
footer .footercontainer .subscribe .email input{
  border: 1px solid transparent;
  font-size: 15px;
  width: 65%;
  padding: 10px 0px 10px 8px;
}
footer .footercontainer .subscribe .email {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
footer .footercontainer .subscribe .email .submit {
  background-color: #D97746;
  border: 1px solid transparent;
  color: rgb(255, 255, 255);
  font-size: 17px;
  width: 34%;
  padding: 12px 0px;
  transition: all 0.3s;
  text-decoration: none;
  text-align: center;
}
footer .footercontainer .subscribe .email .submit:hover{
  background-color: #FF0000;
  color: RGB(0, 0, 0);
}
footer .footercontainer .subscribe .email .submit i{
  color: rgb(255, 255, 255);
}
footer .footercontainer .subscribe .quicklinks .links {
  color: rgb(255, 255, 255);
  font-family: system-ui, "Segoe UI";
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
footer .footercontainer .subscribe .quicklinks .lists-container ul li {
  color: rgb(255, 255, 255);
  font-family: system-ui, "Segoe UI";
  font-size: 16px;
  font-weight: 400;
  list-style: none;
  width: 100%;
  position: relative;
  isolation: isolate; 
  transition: all 0.4s ease;
}
footer .footercontainer .subscribe .quicklinks .lists-container ul li span:hover{
  transform: translateX(10px);
}
footer .footercontainer .subscribe .quicklinks .lists-container ul li span{
  display: inline-block;
  transition: all 0.4s ease;
}
footer .footercontainer .subscribe .quicklinks .lists-container ul li::before{
  content: "";
  width: 95%;
  height: 30px;
  background: #CECBCB;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
footer .footercontainer .subscribe .quicklinks .lists-container ul li:hover::before{
  opacity: 1;
}

footer .footercontainer .subscribe .quicklinks .lists-container ul li i{
  color: #D97746;
}
footer .footercontainer .subscribe .quicklinks .lists-container {
  display: flex;
  flex-wrap: wrap;
}
footer .footercontainer .subscribe .quicklinks .lists-container ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 45%;
}
footer .footercontainer .getintouch {
  width: 21%;
}
footer .footercontainer .getintouch h5 {
  color: rgb(255, 255, 255);
  font-family: system-ui, "Segoe UI";
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}
footer .footercontainer .getintouch ul li {
  color: rgb(255, 255, 255);
  font-family: system-ui, "Segoe UI";
  font-size: 16px;
  font-weight: 400;
  list-style: none;
}
footer .footercontainer .getintouch ul li i {
  color: #D97746;
  font-size: 20px;
}
footer .footercontainer .getintouch ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .footercontainer .socialmedia .logo .logoname,
footer .footercontainer .socialmedia p,
footer .footercontainer .socialmedia .s-media,
footer .footercontainer .subscribe .letter,
footer .footercontainer .subscribe p,
footer .footercontainer .subscribe .quicklinks .links,
footer .footercontainer .subscribe .quicklinks .lists-container ul li,
footer .footercontainer .getintouch h5,
footer .footercontainer .getintouch ul li {
    color: #FBF7F3;
}


/* dark mode */
/* dark mode */
body.dark-mode {
  background-color: #1f1a17; /* بني داكن جداً للخلفية */
  color: #c4b9b2; /* لون ثانوي للنصوص الفاتحة */
}
body.dark-mode nav {
  background-color: #2c2521; /* بني أغمق للنافبار */
  box-shadow: none;
}
body.dark-mode nav ul li a::after{
  background-color: #D97746; /* برتقالي محروق */
}
body.dark-mode nav ul li a:hover,
body.dark-mode nav ul li a.active{
  color: #FBF7F3; /* كريمي فاتح */
}
body.dark-mode nav ul li a{
  color: #c4b9b2; /* لون ثانوي للنصوص الفاتحة */
}
body.dark-mode header {
  background-color: #1f1a17; /* بني داكن جداً */
}
body.dark-mode nav .logo{
  color: #FBF7F3; /* كريمي فاتح */
}
body.dark-mode header .captioncontainer .links .booking{
  color: #ffffff;
  background-color: #D97746; /* برتقالي محروق */
}
body.dark-mode header .captioncontainer .links .video{
  color: #FBF7F3; /* كريمي فاتح */
}
body.dark-mode header .captioncontainer .links .video div {
  background: linear-gradient(to right, #D97746 0% 50%, transparent 50% 100%);
}
body.dark-mode header .info .links .booking:hover {
  background-color: #c46a35; /* درجة أغمق للتحويم */
}
body.dark-mode header .info p{
  color: #c4b9b2;
}
body.dark-mode main #chefs h2{
  color: #FBF7F3; /* كريمي فاتح */
}
body.dark-mode main #chefs span{
  color: #c4b9b2;
}
body.dark-mode main #chefs h2 span{
  color: #D97746; /* برتقالي محروق */
}
body.dark-mode main #chefs{
  background-color: #2c2521; /* خلفية أغمق للقسم */
  padding-top: 70px;
  margin-top: 0;
  padding-bottom: 100px;
}
body.dark-mode header .info h1{
  color: #FBF7F3; /* كريمي فاتح */
}
body.dark-mode header .info .links .video div::before{
  background-color: #2c2521; /* نفس لون النافبار */
}
body.dark-mode #chefs .chefsinfo .info{
  background-color: #1f1a17; /* نفس لون الخلفية الرئيسية */
  box-shadow: none;
}
body.dark-mode #chefs .chefsinfo .info .words h5{
  color: #FBF7F3; /* كريمي فاتح */
}
body.dark-mode main #chefs .info .img .wave path{
  fill: #1f1a17;
}
body.dark-mode main #chefs .info .words span ,
body.dark-mode main #chefs .info .words p{
  color: #c4b9b2;
}
body.dark-mode #gallery{
  background-color: #1f1a17; /* خلفية رئيسية */
  margin-bottom: 0;
}
body.dark-mode #gallery .gallerycontainer{
  margin-top: 0;
}
body.dark-mode #gallery .gallerycontainer span{
  color: #c4b9b2;
}
body.dark-mode #gallery .gallerycontainer h2{
  color: #FBF7F3; /* كريمي فاتح */
}
body.dark-mode #gallery .gallerycontainer h2 span{
  color: #D97746; /* برتقالي محروق */
}
body.dark-mode #contact{
  background-color: #2c2521; /* خلفية أغمق للقسم */
  padding-top: 60px;
  margin-bottom: 0;
  padding-bottom: 50px;
}
body.dark-mode #contact .contactcontainer span{
  color: #c4b9b2;
}
body.dark-mode #contact .contactcontainer h2{
  color: #FBF7F3; /* كريمي فاتح */
}
body.dark-mode #contact .contactcontainer h2 span{
  color: #D97746; /* برتقالي محروق */
}
body.dark-mode #contact .contactcontainer .contactdetails .card{
  background-color: #1f1a17; /* نفس لون الخلفية الرئيسية */
}
body.dark-mode #contact .contactcontainer .contactdetails .card .info span{
  color: #c4b9b2;
}
body.dark-mode #contact .contactcontainer .contactdetails .card .info p{
  color: #FBF7F3; /* كريمي فاتح */
}
body.dark-mode #contact .contactcontainer .contactdetails .card .icon{
  background-color: #D97746; /* برتقالي محروق */
}
body.dark-mode #contact .contactcontainer .contactdetails .card .icon i{
  color: #ffffff;
}
body.dark-mode #contact .contactcontainer form{
  background-color: #2c2521;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
body.dark-mode #contact .contactcontainer form a{
  background-color: #D97746; /* برتقالي محروق */
  color: #ffffff;
}
body.dark-mode #contact .contactcontainer form a:hover{
  background-color: #c46a35;
}
body.dark-mode #contact .contactcontainer form .f-row,
body.dark-mode #contact .contactcontainer form .s-row,
body.dark-mode #contact .contactcontainer form textarea{
  border: 1px solid #4D4038;
  background-color: #2c2521;
  color: #FBF7F3;
}
body.dark-mode footer{
  background-color: #1f1a17;
}
body.dark-mode footer .subscribe .email .submit{
  background-color: #D97746; /* برتقالي محروق */
  color: #ffffff;
}
body.dark-mode footer .subscribe .email .submit:hover{
  background-color: #c46a35;
}
body.dark-mode footer .subscribe .quicklinks .lists-container ul li i{
  color:#D97746;
}
body.dark-mode footer .footercontainer .getintouch ul li i{
  color: #D97746;
}


@media screen and (max-width: 992px) {
  /* --- General --- */
  h1 {
    font-size: 60px !important;
  }
  h2,
  h2 span {
    font-size: 48px !important;
  }

  /* --- Navbar --- */
  nav {
    justify-content: space-between;
    padding: 20px 40px;
  }
  nav ul {
    display: none; /* Hide nav links on smaller screens. You'd need JavaScript to create a functioning hamburger menu. */
  }

  /* --- Header --- */
  header {
    height: auto;
    padding-bottom: 50px;
  }
  header .captioncontainer {
    flex-direction: column-reverse; /* Stacks image on top of text */
    text-align: center;
    margin-top: 120px; /* Adjust for nav height */
    gap: 30px;
  }
  header .info,
  header .img {
    width: 90%;
    padding-left: 0;
    text-align: center;
  }
  header .info p {
    width: 100%;
    margin: 20px auto 40px;
  }
  header .info .links {
    justify-content: center;
  }

  /* --- Chefs Section --- */
  main #chefs .chefsinfo {
    flex-wrap: wrap;
    width: 90%;
  }
  main #chefs .chefsinfo .info {
    width: 60%; /* One card per row */
  }

  /* --- Gallery Section --- */
  #gallery .gallerycontainer .galleryphotos {
    flex-direction: column;
    width: 100%;
  }
  #gallery .gallerycontainer .galleryphotos .firstcol,
  #gallery .gallerycontainer .galleryphotos .secondcol,
  #gallery .gallerycontainer .galleryphotos .thirdcol {
    width: 100%;
  }

  /* --- Contact Section --- */
  .contactcontainer {
    width: 90%;
  }
  #contact .contactcontainer .contactdetails .card {
    width: 100%; /* Stacks the contact cards */
  }
  #contact .contactcontainer form .f-row {
    width: 100%; /* Stacks the name and email inputs */
  }

  /* --- Footer --- */
  footer {
    height: auto;
    padding: 50px 0;
  }
  footer .footercontainer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }
  footer .footercontainer .socialmedia,
  footer .footercontainer .subscribe,
  footer .footercontainer .getintouch {
    width: 90%;
  }
  footer .footercontainer .socialmedia .s-media::after {
    width: 100%;
  }
  footer .footercontainer .subscribe .quicklinks .lists-container {
    justify-content: center;
  }
}

/* Small Devices (Mobiles, less than 768px) */
@media screen and (max-width: 768px) {
  /* --- Header --- */
  header .info h1 {
    font-size: 48px !important;
  }
  header .info .links {
    flex-direction: column;
    gap: 25px;
  }

  /* --- Chefs Section --- */
  main #chefs .chefsinfo .info {
    width: 85%;
  }

  /* --- Footer --- */
  footer .footercontainer .subscribe .email {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  footer .footercontainer .subscribe .email input,
  footer .footercontainer .subscribe .email .submit {
    width: 90%;
  }
  footer .footercontainer .subscribe .quicklinks .lists-container {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  footer .footercontainer .subscribe .quicklinks .lists-container ul {
    align-items: flex-start; /* Aligns list items to the left */
    width: 150px;
  }
}