* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Fonts & Colors */
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.satisfy-regular {
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  color: #333;
  position: relative;
}

/* Navbar */
header {
  margin: 0 auto;
  max-width: 1200px;
  padding: 1rem 2rem;

  position: absolute;
  left: 0;
  right: 0;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 10;

  background: rgba(0, 0, 0, 0.152);
}
header h1 {
  font-size: 25px;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: auto;
}

.navbar .logo {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
}

.nav-links {
  list-style: none;
  display: flex;
}

.nav-links li {
  margin-left: 1.5rem;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #ffb347;
}
main {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background: rgba(245, 245, 245, 0.452);
}
/* Hero Section */
.hero {
  background: url(/Assets/Abayomi.svg);
  color: #fff;
  height: 590px;
  max-width: 1200px;
  margin: 0 auto;
}
.hero-content {
  width: 100%;
  height: 100%;
  padding: 0 20px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: -50px;
  align-items: center;
  overflow: auto; /* cut off vertical */
  overflow-y: hidden;
}
.hero-content marquee {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.roll,
.roll2 {
  height: 620px;
  max-width: 230px;
  background: white;
  display: flex;
  flex-flow: column nowrap;
  align-self: center;
  justify-content: center;
  padding: 10px 0 10px;
  transform: rotate(3deg);
}
.little-intro {
  max-width: 1200px;
  min-height: 130px;
  padding: 8px 0 8px;
  background: #600103;

  text-align: center;
  line-height: 40px;
  color: white;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.little-intro h1 {
  font-size: 45px;
  font-weight: 300;
  text-transform: capitalize;
}
.profile {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 200px;
  background: #6001032c;

  display: flex;
  flex-flow: row nowrap;
}
.profile .title {
  width: 40%;
  min-height: 200px;
  height: 100%;
  background: white;

  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  line-height: 50px;
  color: black;
}
.title h1 {
  font-size: 60px;
  padding-right: 10px;
}
.title p {
  text-transform: uppercase;
}
.profile .other-details {
  max-width: 720px;
  width: 100%;
  min-height: 200px;
}
.other-details {
  display: flex;
  flex-flow: row nowrap;
  padding-right: 20px;
  border-left: 4px solid rgba(0, 0, 0, 0.212);
}
.other-details .years,
.dishes,
.hire {
  width: 50px;
  width: 100%;
  min-height: 200px;
  color: black;
}
.years {
  background: rgba(255, 255, 255, 0.991);
  padding: 10px;
  padding-left: 15px;
  display: flex;
  flex-flow: column nowrap;
  gap: 5px;
}
.years .p1 {
  font-size: 17px;
  padding-top: 15px;
}
.years h1 {
  font-size: 110px;
  margin-top: -45px;
  margin-bottom: -30px;
  font-weight: 300;
}
.years .p2 {
  line-height: 18px;
  font-size: 16px;
}

.dishes {
  background: rgba(255, 255, 255, 0.845);
  padding: 10px;
  padding-left: 15px;
  padding-left: 15px;

  display: flex;
  flex-flow: column nowrap;
  gap: 5px;
}
.dishes .p1 {
  font-size: 17px;
  padding-top: 15px;
}
.dishes h1 {
  font-size: 110px;
  margin-top: -45px;
  margin-bottom: -30px;
  font-weight: 300;
}
.dishes .p2 {
  line-height: 18px;
  font-size: 16px;
}
.counter p {
  opacity: 0;
  transition: opacity 1s ease;
}

.counter.visible p {
  opacity: 1;
}

.counter h1 {
  font-size: 110px;
  margin-top: -45px;
  margin-bottom: -30px;
  font-weight: 300;
}
.hire {
  background: rgba(255, 255, 255, 0.625);
  padding: 10px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.hire div {
  /* width: 65%; */
  background: #600103;
  padding: 10px 30px 10px;
  color: white;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
  width: 100%;
}
.hire div:hover {
  background: #600103d9;
}
.hire a {
  text-decoration: none;
  text-wrap: nowrap;
}
/* About Section */
.about {
  max-width: 1200px;
  height: 500px;
  margin: 20px auto 0;

  display: flex;
  flex-flow: row nowrap;
}
.abt-sec2 {
  max-height: 550px;
  height: 100%;

  max-width: 600px;
  min-width: 350px;
  width: 100%;
  padding-top: 30px;
}
.abt-sec {
  max-height: 600px;
  height: 100%;

  display: flex;
  flex-flow: row nowrap;
  align-items: end;
  justify-content: center;

  max-width: 600px;
  min-width: 350px;
  width: 100%;
}
@media (max-width: 800px) {
  .abt-sec img {
    min-width: 500px;
  }
}
.abt-sec img {
  max-width: 500px;
  min-width: 350px;
  width: 100%;
}
@media (max-width: 800px) {
  .abt-sec img {
    min-width: 420px;
  }
}
@media (max-width: 800px) {
  .abt-sec {
    overflow: hidden;
    padding-right: 25px;
  }
}

.abt-sec2 {
  padding: 0 25px 25px;

  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
  color: black;
}
.abt-sec2 .content,
.controls {
  /* background: red; */
  min-height: 100px;
  width: 100%;
}
.abt-sec2 .content {
  min-height: 300px;
  padding: 5px 15px 5px;
}
.content {
  opacity: 1;
  transition: opacity 0.5s ease-in-out; /* Smooth fade */
}

.content p {
  margin-top: 10px;
  line-height: 23px;
  margin-right: 30px;
}
@media (max-width: 683px) {
  .content p {
    font-size: 12px;
    line-height: 19px;
  }
}
.journey {
  width: 70%;
  min-height: 140px;
  margin: 0 auto;
  background: url(/Assets/My.svg) no-repeat;
  background-size: cover;
}
.journey img {
  width: 100%;
}

.abt-sec2 .controls {
  min-height: 50px;
}

.controls {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding: 0 15px 0;
}

.fade-out {
  opacity: 0;
}
.controls p {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.controls .skip-button {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 10px 30px 10px;
  background: #600103;
  border-radius: 10px;
  max-height: 40px;
  cursor: pointer;
}
/* Back button styles */
.back-button {
  width: 25px;
  padding: 10px 30px 10px;
  background: #600103; /* your requested background */
  border-radius: 10px;
  max-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 6px;
}
.error {
  color: red;
  font-size: 14px;
  margin-top: 4px;
}

.back-button img {
  width: 25px;
  /* height: auto; */
  transform: rotate(180deg); /* arrow flipped */
  display: block;
}
.projects {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.delicacy-intro {
  width: 100%;
  min-height: 140px;
  padding-top: 10px;

  text-align: center;
  line-height: 28px;
  color: black;
  display: flex;
  flex-flow: column;
  justify-content: end;
  align-items: center;
  gap: 10px;
}
.delicacy-intro h1 {
  font-size: 45px;
}
.slide-container {
  width: 100%;
  height: 750px;
  padding: 30px 0 25px;

  display: flex;
  flex-flow: row nowrap;

  overflow-x: scroll;
  overflow-y: hidden;
}

.project-grid1,
.project-grid2,
.project-grid3 {
  min-width: 1200px;
  height: 670px;

  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 10px 0 25px;
  gap: 22px;
}

.project-card {
  max-width: 320px;
  min-width: 150px;
  width: 100%;
  height: 300px;
  border-radius: 10px;
  background: white;

  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.105) 10px 10px 10px;
  overflow: hidden;
  position: relative;
  transition: background-image 5s;
}
.project-card .cover-img {
  width: 100%;
  height: 100%;
}
.cover-img1 {
  background: url(/Assets/foods/jollof\ rice.jpeg) no-repeat;
  background-size: 320px;
}

.cover-img2 {
  background: url(/Assets/foods/fried\ rice\ and\ chicken.jpeg) no-repeat;
  background-size: cover;
}
.cover-img3 {
  background: url(/Assets/foods/moimoi.jpeg) no-repeat;
  background-size: cover;
}
.cover-img4 {
  background: url(/Assets/foods/beans\ and\ plantain.jpeg) no-repeat;
  background-size: cover;
}
.cover-img5 {
  background: url(/Assets/foods/rice\ and\ beans\,\ stew\,\ and\ plantain.jpeg)
    no-repeat;
  background-size: cover;
}
.cover-img6 {
  background: url(/Assets/foods/spaghetti.jpeg) no-repeat;
  background-size: cover;
}
.cover-img7 {
  background: url(/Assets/foods/egusi\ soup\ and\ garri2.jpeg) no-repeat;
  background-size: cover;
}
.cover-img8 {
  background: url(/Assets/foods/Efo\ Riro\ and\ Swallow.jpeg) no-repeat;
  background-size: cover;
  background-position: center;
}
.cover-img9 {
  background: url(/Assets/foods/banga\ soup2.jpeg) no-repeat;
  background-size: cover;
}
.cover-img10 {
  background: url(/Assets/foods/afang\ soup.jpeg) no-repeat;
  background-size: cover;
}
.cover-img11 {
  background: url(/Assets/foods/Okra\ Soup.jpeg) no-repeat;
  background-size: cover;
}
.cover-img12 {
  background: url(/Assets/foods/Catfish\ pepper\ soup.jpeg) no-repeat;
  background-size: cover;
}
.cover-img13 {
  background: url(/Assets/foods/ofada\ rice\ and\ sauce2.jpeg) no-repeat;
  background-size: cover;
}
.cover-img14 {
  background: url(/Assets/foods/Egg\ sauce\ and\ Yam.jpeg) no-repeat;
  background-size: cover;
  background-position: center;
}
.cover-img15 {
  background: url(/Assets/foods/asaro.jpeg) no-repeat;
  background-size: cover;
}
.cover-img16 {
  background: url(/Assets/foods/abacha.jpeg) no-repeat;
  background-size: cover;
}
.cover-img17 {
  background: url(/Assets/foods/pepper\ soup.jpeg) no-repeat;
  background-size: cover;
}
.cover-img18 {
  background: url(/Assets/foods/tomato\ pasta2.jpeg) no-repeat;
  background-size: 350px;
  background-position: center;
}

.project-card .summary {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.236);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  color: white;
  line-height: 35px;
}
.summary h1 {
  font-weight: 300;
  text-align: center;
  line-height: 35px;
}
.summary span {
  text-align: center;
  line-height: 20px;
}

.contact {
  max-width: 1200px;
  margin: 10px auto 20px;
  width: 100%;
  min-height: 650px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
}
.contact-banner {
  max-width: 560px;
  width: 100%;
  min-height: 670px;

  background: url(/Assets/special-thanks.svg) no-repeat;
  background-size: cover;
}
.contact-data {
  max-width: 640px;
  width: 100%;
  min-height: 620px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
}
.get-in-touch {
  min-height: 100px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;

  width: 100%;
  padding-top: 10px;
  gap: -50px;
}
.get-in-touch h1 {
  color: black;
  font-size: 45px;
  font-weight: 400;
  height: 60px;
}
.get-in-touch p {
  width: 80%;
  font-size: 15px;
  text-align: center;
  padding: 5px 0 30px;
  line-height: 18px;
}

.form {
  width: 75%;
  min-height: 460px;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 18px 35px 10px;

  background: white;

  display: flex;
  flex-flow: column nowrap;
  align-items: center;

  gap: 15px;

  box-shadow: rgba(0, 0, 0, 0) 5px 7px 15px;
}
.form .name,
.country,
.email,
.message {
  min-height: 75px;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  gap: 7px;
}
.form .message {
  height: 150px;
}
.form .name,
.country,
.email,
.message,
h2 {
  font-size: 15px;
  font-weight: 300;
  color: rgb(0, 0, 0);
}

.inn {
  height: 45px;
  border: none;
  background: #60010319;
  border-radius: 7px;
  padding: 0 12px 0;
  font-size: 15px;
  font-family: inherit;
}
.inn2 {
  height: 100px;
  border: none;
  background: #60010319;
  border-radius: 7px;
  padding: 7px 12px 0;
  font-size: 15px;
  font-family: inherit;
}

.submit {
  background: red;
  width: 35%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 13px 20px 13px;
  border-radius: 10px;
  background: #600103;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

.submit:hover {
  background: #600103d9;
}
.submit h2 {
  color: white;
  font-size: 16px;
}
footer {
  width: 100%;
  min-height: 200px;
  background: #600103;
  color: white;
}
footer .socials {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  min-height: 200px;

  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.socials .icons {
  height: 50px;
  width: 70%;

  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.tiktok,
.ig {
  padding: 5px 43px 0;
  background: white;
  border-radius: 7px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  max-height: 55px;
  gap: 3px;
}

.tiktok img {
  width: 55px;
}
.ig img {
  width: 55px;
}
/* =========================
   Responsive overrides
   Paste at the end of your CSS
   ========================= */

/* -------------------------
   Large screens — gentle tweaks
   ------------------------- */
@media (max-width: 1200px) {
  header {
    padding: 0.8rem 1.2rem;
  }
  .hero {
    height: 540px;
    background-size: cover;
  }
  .hero-content {
    padding: 0 12px;
  }
  .roll,
  .roll2 {
    max-width: 210px;
    height: 560px;
  }
  .little-intro h1 {
    font-size: 42px;
  }
  .title h1 {
    font-size: 48px;
  }
  .project-card {
    max-width: 300px;
  }
}
@media (max-width: 1100px) {
  /* Hero */
  .hero {
    min-height: 600px;
    height: 100vh;
    /* background: url(/Assets/850x650.svg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero-content {
    flex-wrap: wrap;
    gap: 10px;
    overflow: hidden;
  }
  .roll {
    max-width: 190px;
    min-height: 600px;
    height: 110vh;
  }
  .roll2 {
    max-width: 190px;
    min-height: 600px;
    height: 110vh;
  }
  .roll img {
    max-width: 250px;
  }
  .roll2 img {
    max-width: 250px;
  }
  .little-intro h1 {
    font-size: 42px;
  }

  /* Little intro */
  .little-intro {
    padding: 10px 8px;
  }
  .little-intro h1 {
    font-size: 38px;
  }

  /* Profile section doesn't stack */
  .profile {
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: none;
  }
  .profile .title {
    width: 40%;
    min-height: 200px;
    padding: 5px 17px 0px;
  }
  .title h1 {
    font-size: 45px;
    margin-top: -10px;
  }
  .title p {
    margin-top: -10px;
    margin-left: -40px;
    font-size: 15px;
    display: flex;
    flex-flow: row nowrap;
    justify-self: start;
  }
  .profile .other-details {
    width: 60%;
    display: flex;
    flex-direction: row nowrap;
    padding-right: 10px;
    padding-left: 0px;
    border-left: 4px solid rgba(0, 0, 0, 0.014);
    gap: 0;
    justify-content: center;
  }

  .other-details {
    gap: 12px;
    padding: 10px;
  }
  .years,
  .dishes,
  .hire {
    width: 100%;
    min-height: auto;
  }

  .years h1,
  .dishes h1 {
    font-size: 80px;
    margin-top: -25px;
    margin-bottom: -15px;
  }

  /* Projects: switch from very wide horizontal groups to responsive grid */
  .slide-container {
    height: 100vh;

    overflow-x: scroll;
    padding: 12px 6px;
  }
  .project-grid1,
  .project-grid2,
  .project-grid3 {
    min-width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    gap: 13px;
    padding: 12px 5px 25px;
  }
  .project-card {
    height: 280px;
  }
  .contact-banner {
    background-position: center;
  }
  .get-in-touch p {
    width: 100%;
  }
  /* Form */
  .form {
    width: 90%;
    padding: 18px;
  }
  .submit {
    width: 70%;
  }
}

@media (max-width: 992px) {
  header {
    position: fixed;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
  }
  .navbar {
    max-width: 100%;
    padding: 0 8px;
  }
  .nav-links {
    gap: 1rem;
  }
  .project-card {
    max-width: 280px;
    min-height: 280px;
    margin-bottom: -13px;
  }
  .project-grid1,
  .project-grid2,
  .project-grid3 {
    gap: 13px;
    padding: 12px 5px 50px;
  }
}
@media (max-width: 952px) {
  .slide-container {
    height: 100vh;

    overflow-x: scroll;
    padding: 12px 0px 12px;
  }

  .project-card {
    height: 280px;
    width: 275px;
  }
  .journey {
    width: 80%;
  }
  .journey img {
    width: 100%;
    margin-left: -30px;
  }
  .content p {
    font-size: 15px;
  }
  .contact {
    flex-flow: column nowrap;
    min-width: 100vw;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .contact-banner {
    min-height: 300px;
    max-width: 90%;
    background: url(/Assets/Thank\ You.svg);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 880px) {
  .hero {
    background: url(/Assets/55.png);
    background-size: cover;
  }
  .roll,
  .roll2 {
    display: none;
  }
  .project-card {
    max-width: 240px;
    min-height: 220px;
  }
  .journey {
    width: 70%;
    background-position: center;
  }
  .journey p {
    font-size: 12px;
  }
}
.app {
  display: none;
}
/* @media (max-width: 1100px) {
  .hero-content {
    padding: 0 12px;
    overflow: hidden;
  }
  .project-grid1,
  .project-grid2,
  .project-grid3 {
    min-width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    padding: 12px 0px 30px;
  }
  .title h1 {
    font-size: 48px;
    text-align: center;
  }
  .title p {
    font-size: 48px;
    margin-bottom: -20px;
  }

  .project-card {
    max-width: 300px;
  }
} */

/* -------------------------
   Medium / tablet layout
   ------------------------- */

/* -------------------------
   Small screens / phones
   ------------------------- */
@media (max-width: 768px) {
  /* Header */
  header {
    padding: 15px 20px 15px;
  }
  .navbar .logo h1 {
    display: none;
  }

  /* Hide heavy side marquees on small screens to reduce clutter and performance cost */
  .roll,
  .roll2,
  .hero-content marquee {
    display: none;
  }

  /* Hero */
  .hero {
    height: 420px;
    background-position: center;
    background-size: cover;
  }
  .hero-content {
    justify-content: center;
    align-items: center;
  }

  /* Little intro & Profile */
  .little-intro h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .about {
    gap: 0;
    flex-flow: column nowrap;
    min-height: 100vh;
    width: 100vw;
    align-items: center;
    justify-content: center;
  }
  .none {
    display: none;
  }
  .abt-sec {
    background: url(/Assets/journey.svg) no-repeat;
    background-size: 650px;
    min-height: 200px;
    width: 100vw;
  }
  .abt-sec2 {
    width: 100%;
  }
  .journey {
    display: none;
  }

  .journey img {
    display: none;
  }

  .slide-container {
    max-height: 500px;
  }
  /* Projects to 2-column grid */
  .project-grid1,
  .project-grid2,
  .project-grid3 {
    width: 100%;
    gap: 14px;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    margin: 0;
    max-height: 450px;
  }
  .project-card {
    max-width: 220px;
    height: 200px;
    box-shadow: rgba(0, 0, 0, 0.08) 6px 6px 12px;
    margin: 0;
  }

  .project-card .summary {
    padding: 10px;
  }
  /* Form */
  .form {
    width: 95%;
    padding: 25px;
  }
  .submit {
    width: 70%;
  }
  /* Contact */
  .contact {
    padding: 12px;
  }
  .contact-banner {
    min-height: 240px;
  }

  /* Form */

  .inn,
  .inn2 {
    width: 100%;
  }

  .submit h2 {
    font-size: 16px;
  }

  /* Footer icons smaller */
  .tiktok img,
  .ig img {
    width: 43px;
  }
  .tiktok,
  .ig {
    padding: 6px 24px 0px;
  }
}
@media (max-width: 698px) {
  .project-grid1,
  .project-grid2,
  .project-grid3 {
    padding: 10px;
    justify-content: none;
  }
  .project-card {
    max-width: 200px;
    height: 170px;
    box-shadow: rgba(0, 0, 0, 0.08) 6px 6px 12px;
  }

  .profile .title {
    width: 40%;
    min-height: 200px;
    padding: 0;
    padding-left: 15px;
  }
  .title h1 {
    font-size: 45px;
    margin-top: -20px;
  }
  .title p {
    margin-top: -10px;
    margin-left: 7px;
    font-size: 15px;
    text-align: cneter;
    width: 100%;
  }
  .profile .other-details {
    width: 60%;
    display: flex;
    flex-direction: row nowrap;
    padding-right: 10px;
    padding-left: 0px;
    border-left: 4px solid rgba(0, 0, 0, 0.014);
    gap: 0;
    justify-content: center;
  }

  .other-details {
    gap: 12px;
    padding: 10px;
  }
  .years,
  .dishes,
  .hire {
    width: 100%;
    min-height: auto;
    padding: auto 7px auto;
  }

  .years h1,
  .dishes h1 {
    font-size: 80px;
    margin-top: -25px;
    margin-bottom: -15px;
  }
  .years .p2,
  .dishes .p2 {
    font-size: 14px;
  }
  .years .p1,
  .dishes .p1 {
    font-size: 14px;
  }
  .hire {
    font-size: 15px;
  }
  .content {
    min-height: 300px;
  }
}
@media (max-width: 640px) {
  .years h1,
  .dishes h1 {
    font-size: 70px;
    margin-top: -25px;
    margin-bottom: -15px;
  }
  .hire2 {
    font-size: 13px;
    padding: 5px 10px 5px;
  }
  .content {
    max-width: 100vw;
    align-items: center;
  }
  .abt-sec {
    max-width: 87%;
    /* margin: 0 auto; */
    min-height: 190px;
    padding: 0;
  }
  .project-grid1,
  .project-grid2,
  .project-grid3 {
    padding: 10px;
    justify-content: none;
    gap: 5px;
    height: auto;
  }
  .project-card {
    max-width: 190px;
    min-width: 60px;
    width: 100%;

    max-height: 150px;
    min-height: 60px;
    box-shadow: rgba(0, 0, 0, 0.08) 6px 6px 12px;
  }
}
@media (max-width: 560px) {
  .years h1,
  .dishes h1 {
    font-size: 60px;
    margin-top: -25px;
    margin-bottom: -15px;
  }
  .profile {
    justify-content: none;
  }
  .title {
    max-width: 37%;
  }
  .other-details {
    width: 63%;
    margin-right: 0;
  }
  .hire {
    margin: 0;
  }
  .title h1 {
    font-size: 35px;
    line-height: 39px;
  }
}
/* -------------------------
   Extra small phones
   ------------------------- */
@media (max-width: 500px) {
  body {
    font-size: 14px;
  }

  /* Hero */
  .hero {
    min-height: 360px;
    height: 100vh;
    background: url(/Assets/mobile.png);
    background-position: center;
    background-size: 400px;
    background-size: cover;
  }
  .little-intro h1 {
    font-size: 25px;
    line-height: 20px;
  }

  /* Profile numbers */
  /* .profile {
    max-height: 300px;
  } */
  .profile .title {
    padding-left: 0;
    min-height: 100px;
    width: 100%;
    min-width: 100vw;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
  }
  .profile .title h1 {
    font-size: 37px;
  }
  .title p {
    font-size: 15px;
    margin-top: 0;
    margin-left: 0px;
    text-align: center;
    width: 20%;
  }
  .profile .other-details {
    min-height: 200px;
    width: 100%;
    max-height: 100px;
    padding: 0;
  }
  .years h1,
  .dishes h1 {
    font-size: 50px;
    margin-top: -8px;
    margin-bottom: -6px;
    max-height: 200px;
  }
  .years .p1,
  .dishes .p1 {
    font-size: 12px;
  }
  .years .p2,
  .dishes .p2 {
    font-size: 12px;
  }
  .dishes {
    padding-left: 15px;
    max-height: 200px;
  }
  .hire {
    padding: 0;
    height: auto;
  }
  .years {
    padding-left: 15px;
    height: auto;
  }
  div .hire2 {
    padding: 10px 25px 10px;
  }
  .profile {
    min-height: 100px;
    max-height: auto;
    flex-flow: column nowrap;
  }

  .abt-sec {
    max-height: 150px;
    max-width: 100%;
    background-position: center;
  }
  .abt-sec2 {
    align-items: center;
    justify-content: center;
  }

  .content p {
    width: 100%;
    text-align: center;
  }
  .controls p {
    font-size: 15px;
  }

  /* Projects single column stack */
  .slide-container {
    overflow-y: scroll;
  }
  .project-grid1,
  .project-grid2,
  .project-grid3 {
    grid-template-rows: 1fr;
    /* gap: 5px; */
    /* padding: 8px; */
    padding-bottom: 20px;
  }
  .project-card {
    height: 200px;
    border-radius: 8px;
  }

  /* Make text friendly */
  .summary h1 {
    font-size: 18px;
  }
  .delicacy-intro h1 {
    font-size: 32px;
  }

  /* Contact & form */
  .contact {
    max-width: 100%;
    padding: 0;
  }
  .contact-banner {
    max-width: 100%;
    min-height: 200px;
    background-size: cover;
  }
  .get-in-touch p {
    width: 90%;
    font-size: 14px;
  }
  .form {
    width: 100%;
    padding: 30px;
  }
  .error {
    font-size: 13px;
  }

  /* Footer */
  .socials .icons {
    width: 100%;
    gap: 10px;
  }
}

/* -------------------------
   Accessibility & touch targets
   ------------------------- */
@media (pointer: coarse) {
  .submit,
  .hire div,
  .back-button,
  .controls .skip-button {
    padding: 12px 20px;
    touch-action: manipulation;
  }
}

/* -------------------------
   Minor utility tweaks for better scaling
   ------------------------- */
.cover-img {
  background-size: cover !important;
  background-position: center !important;
  transition: background-image 0.6s ease-in-out;
}
.project-card .summary {
  font-size: 0.95rem;
  padding: 14px;
}
.title p {
  font-size: 0.95rem;
}

/* If you want the nav-links to stack on very small screens */
@media (max-width: 420px) {
  .nav-links {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .nav-links a {
    font-size: 14px;
  }
  .delicacy-intro p {
    line-height: 20px;
  }
  .little-intro h1 {
    line-height: 27px;
    margin-bottom: 10px;
  }
  .little-intro p {
    line-height: 20px;
  }
  .project-grid1,
  .project-grid2,
  .project-grid3 {
    flex-flow: row nowrap;
    min-width: 200vw;
  }
  .summary p {
    display: none;
  }
  .summary h1 {
    line-height: 20px;
    font-size: 16px;
  }
  .project-card {
    min-width: 50px;
    max-height: 160px;
    width: 100%;

    max-height: 150px;
    min-height: 40px;
    box-shadow: rgba(0, 0, 0, 0.08) 6px 6px 12px;
  }
  .slide-container {
    height: auto;
  }
  .abt-sec {
    background-position: center;
    background-size: 500px;
  }
  .content p {
    font-size: 14px;
  }
  .controls p {
    font-size: 14px;
  }
}

/* Hamburger styles */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 20px;
  cursor: pointer;
  z-index: 1001; /* stay above nav */
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 2px;
  transition: 0.3s;
}

/* Mobile nav */
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100vh;
    background: #600103;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    transition: right 0.3s ease-in-out;
    z-index: 1000;
  }

  .nav-links.active {
    right: 0;
  }

  .nav-links a {
    font-size: 20px;
    color: white;
    text-decoration: none;
    transition: color 0.3s;
  }

  .nav-links a:hover {
    color: #f5c542;
  }

  /* Animate hamburger into X */
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-8px);
  }
}
