/* =====================================
   HERO — MOBILE FIX (REAL SKYLINE LOGIC)
   ===================================== */
@media (max-width: 600px) {

  /* nav  */

  .nav-right-section {
    display: none;
  }

  .nav-left-section {
    /* background-color: var(--brand-primary); */
    height: 100px;
    width: 150px;
  }

  .mobile-nav {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .nav-menu-img {
    padding-top: 160px;
  }

  .mobile-nav ul {
    text-align: center;
  }

  .mobile-nav li {
    margin: 20px 0;
  }

  .mobile-nav a {
    font-size: 26px;
    font-weight: 700;
    /* stronger */
    letter-spacing: -0.02em;
    color: #f5f0e6;
    /* softer than pure white */
    text-decoration: none;
  }

  .mobile-nav-label {
    position: absolute;
    top: 54px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 19px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.6;
  }

  .mobile-nav::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    height: 240px;
    background: url("images/your-dish.png") center / contain no-repeat;
    opacity: 0.9;
  }

  .mobile-nav ul::before {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    margin: 20px auto 30px;
  }

  /* 1. FORCE COLUMN LAYOUT */
  .hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 135px;
    padding-bottom: 90px;
    text-align: center;
  }

  /* 2. RESET ALL IMAGES */
  .hero-section-left-section,
  .hero-section-right-section,
  .hero-section-right-section-top-section,
  .hero-section-right-section-bottom-section {
    position: static !important;
    transform: none !important;
  }

  /* 3. HIDE RIGHT IMAGES COMPLETELY */
  .hero-section-right-section,
  .hero-section-right-section-top-section,
  .hero-section-right-section-bottom-section {
    display: none !important;
  }

  /* 4. REORDER CONTENT LIKE SKYLINE */
  .hero-section-middle-section {
    order: 1;
    width: 100%;
  }

  .hero-section-left-section {
    order: 2;
    display: flex !important;
    justify-content: center;
    margin: -84px 0 -106px;
    width: 100%;
  }

  .for-big-screen {
    display: none !important;
  }

  .small-screen {
    padding: 0;
    margin: 0;
  }

  .hero-section-left-section img {
    width: 300px;
    max-width: 90%;
    height: auto;
    margin-top: -180px;
  }

  /* 5. TEXT BELOW IMAGE */
  .hero-section-middle-section-top-section-para-text {
    width: 90%;
    margin-inline: auto;
    /* padding-top: 160px; */
    width: 85%;
    margin-top: -21vh;
  }

  .hero-section-middle-section-top-section-para-text p {
    font-size: 18px;
    line-height: 1.1;
  }

  /* 6. BIG HEADING */
  .hero-section-middle-section-top-section-heading h1 {
    font-size: 75px;
    width: 100%;
    line-height: 0.85;
    /* letter-spacing: 0px; */
  }

  /* 7. CTA (ONE BUTTON) */
  .hero-section-middle-section-middle-section {
    order: 3;
    flex-direction: column-reverse;
    margin-top: -20px;
  }

  .hero-section-middle-section-middle-section-booking-table-btn {
    width: 100%;
    justify-content: center;
  }

  /* .hero-section-middle-section-middle-section-our-menu-btn {
    display: none;
  } */

  .hero-section-middle-section-middle-section-booking-table-btn {
    gap: 7px;
  }

  .hero-section-middle-section-middle-section-booking-table-btn p,
  .hero-section-middle-section-middle-section-our-menu-btn p {
    font-weight: 600;
    font-size: 18px;
  }

  /* 8. LINKS */
  .hero-section-middle-section-bottom-section {
    order: 4;
    margin-top: -5px;
    gap: 16px;
    flex-wrap: wrap;
    /* flex-direction: column; */
  }

  .hero-section-middle-section-bottom-section p {
    font-size: 15px;
  }

  /* Make middle section control order */
  .hero-section-middle-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Heading first */
  .hero-section-middle-section-top-section {
    order: 1;
  }

  /* Move FOOD IMAGE right after heading */
  .hero-section-left-section {
    order: 2;
    margin: 18px 0 22px;
  }

  /* Paragraph after image */
  .hero-section-middle-section-top-section-para-text {
    order: 3;
  }

  /* CTA after paragraph */
  .hero-section-middle-section-middle-section {
    order: 4;
  }

  /* Tags last */
  .hero-section-middle-section-bottom-section {
    order: 5;
  }

  /* papular section */

  .popular-section {
    padding: 60px 0;
  }

  /* Title spacing */
  .popular-section .section-title {
    margin-bottom: 36px;
  }

  .popular-section .section-title h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  /* ONE CARD PER ROW */
  .popular-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  /* CARD */
  .dish-card {
    padding: 22px 18px;
    border-radius: 16px;
  }

  /* IMAGE */
  .dish-card img {
    width: 200px;
    margin-bottom: 16px;
  }

  /* TITLE */
  .dish-card h3 {
    font-size: 18px;
  }

  /* DESCRIPTION */
  .dish-desc {
    font-size: 14px;
    line-height: 1.5;
  }

  /* PRICE */
  .price {
    font-size: 16px;
  }

  /* REMOVE HOVER DEPENDENCY */
  .dish-card:hover {
    transform: none;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.07);
  }

  /* why choose us */

  .why-section {
    padding-bottom: 70px;
  }

  /* Title */
  .why-section .section-title {
    margin-bottom: 36px;
  }

  .why-section .section-title h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  /* GRID → ONE COLUMN */
  .why-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 30px;
  }

  /* CARD */
  .why-card {
    height: auto;
    /* IMPORTANT */
    padding-bottom: 24px;
    border-radius: 20px;
  }

  /* CURVE FIX (avoid overflow on small screens) */
  .why-card::before {
    top: -140px;
    height: 260px;
  }

  /* ICON */
  .why-card-icon {
    height: 120px;
  }

  .why-card-icon i {
    font-size: 36px;
  }

  /* CONTENT */
  .why-card-content {
    padding: 20px 18px;
  }

  .why-card-content h3 {
    font-size: 18px;
  }

  .why-card-content p {
    font-size: 14px;
    line-height: 1.5;
  }

  /* REMOVE HOVER JUMP ON MOBILE */
  .why-card:hover {
    transform: none;
  }

  /* about us section */

  .about-section {
    background: #fffaed;
    grid-template-columns: 1fr;
    grid-template-areas:
      "image"
      "content";
    min-height: auto;
    padding-bottom: 20px;
  }

  /* IMAGE */
  .about-image {
    height: 550px;
  }

  .about-image img {
    object-fit: cover;
  }

  /* CONTENT WRAPPER */
  .about-content-wrapper {
    padding: 40px 20px;
    text-align: center;
  }

  /* TAGLINE */
  .about-content .tagline {
    font-size: 20px;
    margin-bottom: 6px;
  }

  /* HEADING */
  .about-content h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 16px;
  }

  /* TEXT */
  .about-content .about-text {
    font-size: 17px;
    line-height: 1.6;
    margin-inline: auto;
    padding-top: 10px;
  }

  /* BUTTON */
  .about-btn {
    margin-top: 20px;
  }

  /* Testimonial-section */

  .testimonials-section {
    padding: 80px 0 0;
  }

  /* Title */
  .testimonials-section .section-title {
    margin-bottom: 36px;
  }

  .testimonials-section .section-title h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  /* GRID → ONE COLUMN */
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 30px;
  }

  /* CARD */
  .testimonial-card {
    padding: 28px 22px;
    border-radius: 18px;
  }

  /* STARS */
  .testimonial-card .stars {
    font-size: 18px;
    margin-bottom: 12px;
  }

  /* REVIEW */
  .testimonial-card .review {
    font-size: 15px;
    line-height: 1.6;
  }

  /* NAME */
  .testimonial-card h4 {
    font-size: 15px;
  }

  /* ROLE */
  .testimonial-card span {
    font-size: 13px;
  }

  /* REMOVE HOVER JUMP */
  .testimonial-card:hover {
    transform: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  }

  /* CTA SECTION */
  .cta-section {
    padding: 90px 0;
    padding-bottom: 0;
    padding-top: 180px;
    min-height: 100vh;
    background: url('/images/bg-grainy-blue.jpg');
    text-align: center;
  }

  .cta-btn {
    margin-top: 10px;
    padding: 14px 0;
    width: 100%;
    text-align: center;
    border-radius: 0;
    font-size: 15px;
    font-weight: 800;
  }

  /* location section */

  .location-section {
    padding: 0px 0 0px;
    padding-top: 0;
  }

  /* TITLE */
  .location-section .section-title {
    margin-bottom: 32px;
  }

  .location-section .section-title h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  /* GRID → STACK */
  .location-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 30px;
  }

  /* DETAILS FIRST */
  .location-details {
    gap: 22px;
  }

  .location-item h4 {
    font-size: 16px;
  }

  .location-item p,
  .location-item a {
    font-size: 15px;
    line-height: 1.6;
  }

  /* PRIMARY ACTION */
  .location-btn {
    margin-top: 10px;
    padding: 14px 0;
    width: 100%;
    text-align: center;
    border-radius: 0;
    font-size: 15px;
    font-weight: 800;
  }

  /* MAP */
  .location-map iframe {
    height: 300px;
    border-radius: 0;
  }

  .cta-btn,
  .location-btn,
  .location-map iframe {
    width: 100%;
    border-radius: 8px;
    /* soft, professional */
  }

  /* fotter section */

  /* floating-cta */

  /* mobile version navigation */

}

/* Tablet */
@media (min-width: 601px) and (max-width: 1024px) {

  /* nav  */

  .nav-right-section {
    display: none;
  }

  .nav-left-section {
    /* background-color: var(--brand-primary); */
    height: 100px;
    width: 150px;
  }

  .mobile-nav {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .nav-menu-img {
    padding-top: 160px;
  }

  .mobile-nav ul {
    text-align: center;
  }

  .mobile-nav li {
    margin: 20px 0;
  }

  .mobile-nav a {
    font-size: 26px;
    font-weight: 700;
    /* stronger */
    letter-spacing: -0.02em;
    color: #f5f0e6;
    /* softer than pure white */
    text-decoration: none;
  }

  .mobile-nav-label {
    position: absolute;
    top: 54px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 19px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.6;
  }

  .mobile-nav::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    height: 240px;
    background: url("images/your-dish.png") center / contain no-repeat;
    opacity: 0.9;
  }

  .mobile-nav ul::before {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    margin: 20px auto 30px;
  }

   /* 1. COLUMN LAYOUT (CENTERED) */
  .hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 160px;
    padding-bottom: 120px;
    text-align: center;
  }

  /* 2. RESET IMAGE POSITIONING */
  .hero-section-left-section,
  .hero-section-right-section,
  .hero-section-right-section-top-section,
  .hero-section-right-section-bottom-section {
    position: static !important;
    transform: none !important;
  }

  /* 3. HIDE RIGHT IMAGES (KEEP CLEAN) */
  .hero-section-right-section,
  .hero-section-right-section-top-section,
  .hero-section-right-section-bottom-section {
    display: none !important;
  }

  /* 4. ORDER CONTENT (SKYLINE FLOW) */
  .hero-section-middle-section {
    order: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-section-left-section {
    order: 2;
    display: flex !important;
    justify-content: center;
    width: 100%;
    margin: 10px 0 30px;
  }

  .for-big-screen {
    display: none !important;
  }

  .small-screen {
    padding: 0;
    margin: 0;
  }

  /* 5. HERO IMAGE (TABLET SIZE) */
  .hero-section-left-section img {
    width: 450px;
    max-width: 90%;
    height: auto;
    margin-top: -60px; /* softer than mobile */
  }

  /* 6. PARAGRAPH BELOW IMAGE */
  .hero-section-middle-section-top-section-para-text {
    width: 70%;
    margin-inline: auto;
    margin-top: 0;
  }

  .hero-section-middle-section-top-section-para-text p {
    font-size: 20px;
    line-height: 1.5;
  }

  /* 7. BIG HEADING (TABLET SCALE) */
  .hero-section-middle-section-top-section-heading h1 {
    font-size: 100px;
    line-height: 0.9;
    width: 100%;
  }

  /* 8. CTA */
  .hero-section-middle-section-middle-section {
    order: 4;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    margin-top: 10px;
  }

  .hero-section-middle-section-middle-section-booking-table-btn {
    width: auto;
    justify-content: center;
    gap: 10px;
  }

  .hero-section-middle-section-middle-section-booking-table-btn p,
  .hero-section-middle-section-middle-section-our-menu-btn p {
    font-weight: 600;
    font-size: 17px;
  }

  /* 9. LINKS / TAGS */
  .hero-section-middle-section-bottom-section {
    order: 5;
    margin-top: 20px;
    gap: 22px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-section-middle-section-bottom-section p {
    font-size: 15px;
  }

  /* FINAL ORDER CONTROL */
  .hero-section-middle-section-top-section {
    order: 1;
  }

  .hero-section-left-section {
    order: 2;
  }

  .hero-section-middle-section-top-section-para-text {
    order: 3;
  }

  .hero-section-middle-section-middle-section {
    order: 4;
  }

  .hero-section-middle-section-bottom-section {
    order: 5;
  }

  
  /* papular section */

  
  /* SECTION SPACING */
  .popular-section {
    padding: 80px 0;
  }

  /* TITLE */
  .popular-section .section-title {
    margin-bottom: 48px;
  }

  .popular-section .section-title h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  /* TWO CARDS PER ROW */
  .popular-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  /* CARD */
  .dish-card {
    padding: 28px 24px;
    border-radius: 18px;
  }

  /* IMAGE */
  .dish-card img {
    width: 220px;
    margin-bottom: 18px;
  }

  /* TITLE */
  .dish-card h3 {
    font-size: 20px;
  }

  /* DESCRIPTION */
  .dish-desc {
    font-size: 15px;
    line-height: 1.6;
  }

  /* PRICE */
  .price {
    font-size: 17px;
  }

  /* SOFT HOVER (TABLET SUPPORTS TOUCH + POINTER) */
  .dish-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  }

  /* why Section */

  /* SECTION SPACING */
  .why-section {
    padding-bottom: 100px;
  }

  /* TITLE */
  .why-section .section-title {
    margin-bottom: 48px;
  }

  .why-section .section-title h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  /* GRID → TWO COLUMNS */
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
    margin-top: 40px;
  }

  /* CARD */
  .why-card {
    height: auto;
    padding-bottom: 32px;
    border-radius: 22px;
  }

  /* CURVE BACKGROUND (MORE BREATHING ROOM) */
  .why-card::before {
    top: -160px;
    height: 300px;
  }

  /* ICON */
  .why-card-icon {
    height: 140px;
  }

  .why-card-icon i {
    font-size: 40px;
  }

  /* CONTENT */
  .why-card-content {
    padding: 26px 22px;
  }

  .why-card-content h3 {
    font-size: 20px;
  }

  .why-card-content p {
    font-size: 15px;
    line-height: 1.6;
  }

  /* SOFT HOVER (TABLET FRIENDLY) */
  .why-card:hover {
    transform: translateY(-4px);
  }

  /* about us section */

  /* SECTION LAYOUT → TWO COLUMNS */
  .about-section {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "content image ";
    min-height: 100vh;
    padding-bottom: 0;
  }

  /* IMAGE */
  .about-image {
    height: 100%;
    min-height: 100vh;
  }

  .about-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  /* CONTENT WRAPPER */
  .about-content-wrapper {
    padding: 80px 60px;
    text-align: left;
    display: flex;
    align-items: center;
  }

  .about-content {
    max-width: 520px;
  }

  /* TAGLINE */
  .about-content .tagline {
    font-size: 22px;
    margin-bottom: 8px;
  }

  /* HEADING */
  .about-content h2 {
    font-size: 42px;
    line-height: 1.15;
    margin-bottom: 20px;
  }

  /* TEXT */
  .about-content .about-text {
    font-size: 18px;
    line-height: 1.7;
    padding-top: 0;
  }

  /* BUTTON */
  .about-btn {
    margin-top: 28px;
  }

  /* Testimonials section */

  /* SECTION SPACING */
  .testimonials-section {
    padding: 110px 0 2px;
  }

  /* TITLE */
  .testimonials-section .section-title {
    margin-bottom: 48px;
  }

  .testimonials-section .section-title h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  /* GRID → TWO COLUMNS */
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
    margin-top: 40px;
  }

  /* CARD */
  .testimonial-card {
    padding: 34px 28px;
    border-radius: 20px;
  }

  /* STARS */
  .testimonial-card .stars {
    font-size: 20px;
    margin-bottom: 14px;
  }

  /* REVIEW */
  .testimonial-card .review {
    font-size: 16px;
    line-height: 1.65;
  }

  /* NAME */
  .testimonial-card h4 {
    font-size: 16px;
  }

  /* ROLE */
  .testimonial-card span {
    font-size: 14px;
  }

  /* SOFT HOVER (TABLET FRIENDLY) */
  .testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
  }

  /* CTA Section */

  .cta-section {
    padding: 140px 0 60px;
    min-height: auto; /* tablet doesn’t need full viewport */
    background-position: center;
    background-size: cover;
  }

  /* CTA BUTTON */
  .cta-btn {
    width: auto;              
    min-width: 260px;         
    padding: 16px 36px;
    font-size: 16px;
    font-weight: 800;
    margin-top: 18px;
  }

  .cta-content{
    padding-top: 30px;
  }

  /* location section */

  /* SECTION SPACING */
  .location-section {
    padding: 50px 0;
  }

  /* TITLE */
  .location-section .section-title {
    margin-bottom: 48px;
  }

  .location-section .section-title h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  /* GRID → TWO COLUMNS */
  .location-grid {
    grid-template-columns: 1fr 1.2fr; /* map slightly larger */
    gap: 24px;
    margin-top: 40px;
    align-items: center;
  }

  /* DETAILS */
  .location-details {
    gap: 26px;
  }

  .location-item h4 {
    font-size: 17px;
  }

  .location-item p,
  .location-item a {
    font-size: 16px;
    line-height: 1.7;
  }

  /* BUTTON */
  .location-btn {           
    min-width: 210px;
    padding: 16px 36px;
    font-size: 16px;
    font-weight: 800;
    margin-top: 20px;
  }

  /* MAP */
  .location-map iframe {
    height: 420px;
    border-radius: 16px;
  }

  /* REMOVE MOBILE OVERRIDES */
  .cta-btn,
  .location-btn,
  .location-map iframe {
    border-radius: 16px;
  }

  /* fotter section */

  .ub-footer-brand {
    padding: 80px 24px 60px;
  }

  .footer-bg-text {
    font-size: 90px;
    left: 24px;
  }

  .ub-footer-info {
    grid-template-columns: 1fr;
    padding: 0 24px 60px;
    gap: 28px;
  }

}

/* Small Laptop / Small Desktop */
@media (min-width: 1025px) and (max-width: 1280px) {
  /* POPULAR SECTION */

  /* SECTION SPACING */
  .popular-section {
    padding: 90px 0;
  }

  /* TITLE */
  .popular-section .section-title {
    margin-bottom: 56px;
  }

  .popular-section .section-title h2 {
    font-size: 40px;
    line-height: 1.15;
  }

  /* GRID → FOUR CARDS */
  .popular-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px; /* tighter gap for 4 cards */
  }

  /* CARD */
  .dish-card {
    padding: 26px 20px;
    border-radius: 18px;
  }

  /* IMAGE (SLIGHTLY SMALLER) */
  .dish-card img {
    width: 190px;
    margin-bottom: 14px;
  }

  /* TITLE */
  .dish-card h3 {
    font-size: 19px;
  }

  /* DESCRIPTION */
  .dish-desc {
    font-size: 14.5px;
    line-height: 1.55;
  }

  /* PRICE */
  .price {
    font-size: 16px;
  }

  /* HOVER (MOUSE DEVICES) */
  .dish-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.09);
  }

  /* WHY SECTION */

  /* SECTION SPACING */
  .why-section {
    padding-bottom: 120px;
  }

  /* TITLE */
  .why-section .section-title h2 {
    font-size: 42px;
    line-height: 1.15;
  }

  /* GRID → FOUR CARDS (CONTROLLED SIZE) */
  .why-grid {
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    gap: 32px;
    margin-top: 48px;
  }

  /* CARD */
  .why-card {
    padding-bottom: 28px;
    border-radius: 20px;
  }

  /* CURVE BACKGROUND (ADJUSTED FOR SMALLER CARD) */
  .why-card::before {
    top: -140px;
    height: 260px;
  }

  /* ICON */
  .why-card-icon {
    height: 120px;
  }

  .why-card-icon i {
    font-size: 34px;
  }

  /* CONTENT */
  .why-card-content {
    padding: 22px 18px;
  }

  .why-card-content h3 {
    font-size: 18px;
  }

  .why-card-content p {
    font-size: 14.5px;
    line-height: 1.55;
  }

  /* HOVER (DESKTOP POINTER) */
  .why-card:hover {
    transform: translateY(-6px);
  }
  
}