@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
html{
    scroll-behavior: smooth;
}
*{
    margin: 0;
    padding: 0;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    box-sizing: border-box;
}
h1{
    margin: 0;
    padding: 0;
}
h2{
    margin: 0;
    padding: 0;
}
h3{
    margin: 0;
    padding: 0;
}
h4{
    margin: 0;
    padding: 0;
}
h5{
    margin: 0;
    padding: 0;
}
h6{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 500;
}
ul li{
    font-size: 17px;
}
a{
    text-decoration: none;
    color: #000;
}
.mt-5{
  margin-top: 50px;
}
.container{
    max-width: 1240px;
    margin: 0 auto;
}

.navigation {
    width: 100%;
    background: transparent;
    padding: 20px 0;
    position: absolute;
    z-index: 10;
}

.navigation .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    width: 100px;
}

.toggle-bar {
    display: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.menu ul {
    list-style-type: none;
    display: inline-block;
    gap: 15px;
    justify-content: flex-end;
    align-items: center;
}
.menu ul li{
  display: inline-block;
}
.menu ul li a {
    color: #fff;
    padding: 15px 12px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.menu ul li a:hover {
    color: #c45025;
}

.menu ul .btn a {
    background: #c45025;
    color: #fff;
    border-radius: 30px;
    padding: 10px 25px;
    transition: all 0.3s;
}

.menu ul .btn a:hover {
    background: #36563a;
}


.hero-section{
    height: 100vh;
    width: 100%;
}
.hero-section video{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
video::-webkit-media-controls{
    opacity: 0;
}
.hero-section .overlay{
    height: 100vh;
    width: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
    position: absolute;
    top: 0;
}
.hero-section .caption{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.hero-section .caption h1{
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 80px;
}
.food-showcase{
    margin-top: 80px;
}
.food-showcase .heading{
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.food-showcase .heading h2{
    font-size: 40px;
}
.food-showcase .heading p{
    margin-top: 10px;
    line-height: 1.5em;
}
.food-showcase .content{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin-top: 40px;
}
.food-showcase .content .column {
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 1px 1px 10px #ddd;
    border-radius: 10px;
}

.food-showcase .content .column img{
    width: 200px;
    height: 150px;
    object-fit: contain;
}
.food-showcase .content .column h3{
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.6em;
    color: #36563a;
    margin-top: 20px;
}
.food-showcase .rd-more-btn{
    text-align: center;
}
.food-showcase .rd-more-btn a{
    display: inline-block;
    background: #c45025;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-top: 50px;
    border-radius: 30px;
    transition: all .3s;
}
.food-showcase .rd-more-btn a:hover{
    background: #36563a;
}
.offer-section{
    margin-top: 100px;
    height: 500px;
    background: url('../images/Restaurant-edited.jpg');
    background-size: cover;
    background-attachment: fixed;
}
.offer-section .overlay{
    height: 500px;
    background: url('../images/special-menu-shae.png');
    background-size: cover;
    background-position: left;
}
.offer-section .caption{
    max-width: 500px;
    height: 500px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.offer-section .caption h2{
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}
.offer-section .caption p{
    font-size: 20px;
    margin-top: 20px;
    color: #fff;
    line-height: 1.6em;
}
.offer-section .caption a{
    display: inline-block;
    background: #36563a;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
    border-radius: 30px;
    transition: all .3s;
}
.offer-section .caption a:hover{
    background: #000;
}
.dish-section{
    margin-top: 100px;
}
.dish-section .heading{
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.dish-section .heading h2{
    font-size: 40px;
}
.dish-section .heading p{
    margin-top: 10px;
    line-height: 1.5em;
}
.dish-section .content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin-top: 30px;
}
.dish-section .content .column{
    padding: 20px;
    display: flex;
    box-shadow: 1px 1px 10px #ddd;
    border-radius: 10px;
}
.dish-section .content .column .image img{
    width: 200px;
    height: 200px;
    border-radius: 10px;
}
.dish-section .content .column .details{
    margin-left: 20px;
}

.dish-section .content .column .details p{
    margin-top: 10px;
    line-height: 1.5em;
}
.dish-section .content .column .details .price{
    margin-top: 15px;
}
.dish-section .content .column .details .price del{
    font-size: 18px;
    font-weight: 500;
    color: #bd8d7b;
}
.dish-section .content .column .details .price span{
    font-size: 18px;
    font-weight: 500;
    color: #c45025;
}
.drink-image{
    height: 500px;
    background: url('../images/drink-image.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-top: 100px;
}
.drink-image .overlay{
    height: 500px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
}
.drink-image .caption{
    height: 500px;
    display: flex;
    justify-content: left;
    align-items: center;
    max-width: 600px;
}
.drink-image .caption h2{
    font-size: 60px;
    color: #fff;
}
.location-section{
    margin-top: 100px;
    margin-bottom: 100px;
}
.location-section .content{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.location-section .content .column {
    text-align: center;
}
.location-section .content .first-column{
    box-shadow: 1px 1px 10px #ddd;
}
.location-section .content .last-column{
    box-shadow: 1px 1px 10px #ddd;
}
.location-section .content .middle-column{
    background: url('../images/dsc_1717-1536x1022.jpg');
    background-size: cover;
    background-position: left;
}
.location-section .content .middle-column .overlay{
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 40px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.location-section .content .column img{
    width: 100%;
}
.location-section .content .column h3{
    font-size: 25px;
    margin-top: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.location-section .content .column h4{
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px;
}
.location-section .content .column p{
    color: #fff;
    line-height: 1.5em;
}
.location-section .content .column .map iframe{
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}
.location-section .content .column .btn a{
    display: block;
    background: #c45025;
    color: #fff;
    font-size: 18px;
    padding: 15px;
}




/* Footer Base */
.restaurant-footer {
  background-color: #1a1a1a;
  color: #ddd;
  font-family: 'Segoe UI', sans-serif;
  padding: 60px 20px 20px;
}
.footer-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}
.footer-column h4 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
}
.footer-column ul {
  list-style: none;
  padding: 0;
}
.footer-column ul li {
  margin-bottom: 8px;
}
.footer-column ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-column ul li a:hover {
  color: #fff;
}
.footer-column p {
  margin: 8px 0;
  font-size: 14px;
}
.footer-column a {
  color: #ccc;
}
.footer-column a:hover {
  color: #fff;
}

/* Brand Section */
.footer-logo {
  max-width: 160px;
  margin-bottom: 15px;
}
.tagline {
  font-size: 14px;
  color: #bbb;
  line-height: 1.6;
}

/* Social Icons */
.social-icons {
  margin-top: 15px;
}
.social-icons a {
  color: #ccc;
  font-size: 18px;
  margin-right: 12px;
  display: inline-block;
  transition: color 0.3s ease;
}
.social-icons a:hover {
  color: #c45025;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid #333;
  text-align: center;
  padding-top: 20px;
  margin-top: 40px;
  font-size: 13px;
  color: #888;
}




/* Page Banner */
.page-banner {
  background: #1a1a1a;
  text-align: center;
  color: #c45025;
  padding: 100px 20px;
}
.page-banner h1 {
  font-size: 48px;
  margin-top: 60px;
}
.page-banner p a {
  color: #fff;
  text-decoration: underline;
}

/* About Section */
.about-section {
  padding: 80px 0;
}
.about-content {
  display: flex;
  gap: 40px;
  align-items: center;
}
.about-image{
    width: 50%;
}
.about-image img {
  width: 100%;
  border-radius: 8px;
}
.about-text {
  width: 50%;
}
.about-text h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.about-text p{
    font-size: 18px;
}
.about-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.about-list li {
  margin-bottom: 10px;
  font-size: 18px;
}
.btn-main {
    display: inline-block;
    background: #c45025;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
    border-radius: 30px;
    transition: all .3s;
}
.btn-main:hover{
    background: #36563a;
}

/* Features Section */
.features-section {
  background: #f8f8f8;
  padding: 80px 0;
  text-align: center;
}
.features-section .heading h2{
    font-size: 32px;
    margin-bottom: 40px;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: center;
}
.feature-box img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.feature-box h4 {
  margin: 16px 0 10px;
}

/* Fun Facts */
.fun-facts {
  background: #fff0e5;
  padding: 60px 0;
  text-align: center;
}
.facts-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.fact-box h3 {
  font-size: 40px;
  color: #e67e22;
}

/* Team Section */
.team-section {
  padding: 80px 0;
  text-align: center;
}
.team-section .heading h2{
    font-size: 32px;
    margin-bottom: 40px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 30px;
}
.team-member img {
  width: 100%;
  border-radius: 12px;
}
.team-member h4 {
  margin-top: 10px;
}


/* Banner Style */
.menu-hero {
  background: url('banner.jpg') center/cover no-repeat;
  padding: 120px 20px;
  color: #fff;
  text-align: center;
}
.menu-hero h1 {
  font-size: 48px;
  margin: 0;
}
.menu-hero p {
  margin-top: 10px;
  font-size: 16px;
}
.menu-hero a {
  color: #fff;
  text-decoration: underline;
}


/* Section Heading */
.menu-heading {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}
.menu-heading h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
.menu-heading p {
  color: #777;
  font-size: 16px;
}
.menu-content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}

/* Menu page css */
.menu-list {
  display: grid;
  gap: 30px;
  margin-bottom: 60px;
}

.menu-item h3 {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 8px;
  margin-bottom: 5px;
}
.menu-item {
    margin-top: 0px;
}
.menu-item span {
  color: #c45025;
}
.menu-item p {
  margin: 0;
  color: #555;
  font-size: 15px;
}

.menu-section .menu-item-heading{
    background-image: url(../images/menu-bck1.jpg);
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}
.menu-section .overlay{
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.5);
}
.menu-section .caption{
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-section .caption h3{
    text-align: center;
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
}

.menu-section .menu-item-heading2{
    background-image: url(../images/backg-img2.jpg);
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
}
.menu-section .overlay{
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.5);
}
.menu-section .caption{
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-section .caption h3{
    text-align: center;
    color: #fff;
    font-size: 35px;
}


/* Contact page css */


.contact-wrapper {
  padding: 80px 20px;
  background: #fff;
}

.contact-box {
  display: flex;
  max-width: 1200px;
  margin: auto;
  gap: 60px;
  flex-wrap: wrap;
}

.contact-left,
.contact-right {
  flex: 1 1 500px;
}

.title {
  font-size: 32px;
  margin-bottom: 10px;
  color: #2c2c2c;
}

.subtitle {
  font-size: 18px;
  color: #c45025;
  margin-bottom: 15px;
}

.desc {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.info-item i {
  font-size: 22px;
  color: #c45025;
  margin-right: 15px;
  margin-top: 5px;
  margin-left: 15px;
}

.info-item h4 {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
}

.info-item p {
  margin: 0;
  font-size: 14px;
}

/* Right: Form */
.contact-form {
  display: flex;
  flex-direction: column;
}

.contact-wrapper{
  background: #f5f5f5;
}

.contact-left{
  margin-top: 120px;
}

.contact-right {
  padding: 50px;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  background: #fff;
}

.contact-right p {
  font-size: 15px;
  margin-bottom: 40px;
}

.contact-form label {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.contact-form input,
.contact-form textarea {
  margin-bottom: 20px;
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  width: 100%;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  width: 180px;
  padding: 14px;
  background-color: #c45025;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form button:hover {
  background-color: #a03818;
}
.map-section{
  background: #f5f5f5;
}
.map-section iframe {
  width: 100%;
  height: 500px;
  border: none;
  border-radius: 10px;
  padding-bottom: 80px;
}
/* Responsive */
@media (max-width: 768px) {
  .contact-box {
    flex-direction: column;
  }
}



/* Gallery page css */

.gallery-section {
  padding: 80px 20px;
  background-color: #fefefe;
  text-align: center;
}

.gallery-section .gallery-title {
  font-size: 40px;
  margin-bottom: 40px;
  color: #c45025;
}

.gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.gallery-section .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.gallery-section .gallery-section .gallery-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-section .caption {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  width: 100%;
  padding: 15px;
  text-align: left;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.4s ease;
}

.gallery-section .caption h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.gallery-section .caption p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #f1f1f1;
}

.gallery-section .gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-section .gallery-item:hover .caption {
  opacity: 1;
  transform: translateY(0);
}


/* Celebration page css*/


/* Types Section */
.celebration-types {
  padding: 80px 20px;
  background: #f9f9f9;
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
  color: #c45025;
}

.type-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.type-box {
  width: 300px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  text-align: center;
}

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

.type-box h4 {
  margin: 15px 0 5px;
  font-size: 20px;
}

.type-box p {
  padding: 0 15px 20px;
  font-size: 14px;
}

/* Gallery */
.celebration-gallery {
  padding: 80px 20px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.gallery-grid .gallery-item{
  background: #f1f1f1;
}
.gallery-grid img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: .3s;
}

/* CTA Section */
.celebration-cta {
  background: #c45025;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.cta-content h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.cta-content p {
  font-size: 16px;
  margin-bottom: 20px;
}

.cta-btn {
  background: #fff;
  color: #c45025;
  padding: 12px 25px;
  border: none;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.cta-btn:hover {
  background: #ffe2d6;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 32px;
  }

  .section-title {
    font-size: 26px;
  }

  .cta-content h2 {
    font-size: 26px;
  }
}

/* === Modal Styling === */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 60px;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 30px;
  border-radius: 10px;
  max-width: 600px;
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}

.close-btn {
  color: #aaa;
  position: absolute;
  top: 15px; right: 20px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-btn:hover {
  color: #000;
}

.modal-content h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #c45025;
}

.reservation-form .form-group {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.reservation-form input,
.reservation-form textarea {
  flex: 1;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  width: 100%;
}

.reservation-form textarea {
  resize: vertical;
  height: 100px;
}

.submit-btn {
  display: block;
  width: 100%;
  background: #c45025;
  color: white;
  border: none;
  padding: 14px;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s ease;
}

.submit-btn:hover {
  background: #a93d1c;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* Mobile */
@media (max-width: 600px) {
  .reservation-form .form-group {
    flex-direction: column;
  }
}
.form-field {
  flex: 1;
  display: flex;
  flex-direction: column;
}

label {
  margin-bottom: 6px;
  font-weight: 600;
  color: #333;
}

.full-width {
  width: 100%;
  margin-bottom: 20px;
}

input, textarea {
  font-size: 15px;
}


/* Career page css */


/* Job Listings */
.jobs-section {
  padding: 60px 0;
  background: #fafafa;
}

.job-card {
  background: white;
  padding: 25px;
  margin-bottom: 25px;
  border-left: 5px solid #c45025;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.job-card h3 {
  margin-bottom: 5px;
  color: #333;
}

.job-card .location {
  color: #888;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.apply-btn {
  background-color: #c45025;
  color: white;
  padding: 10px 25px;
  border: none;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.apply-btn:hover {
  background-color: #a63d1b;
}

.benefits-section {
  padding: 60px 0;
  background: #fefefe;
}

.benefit-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.benefit-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.benefit-card .icon {
  font-size: 40px;
  margin-bottom: 15px;
  color: #c45025;
}

.benefit-card h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #333;
}

.benefit-card p {
  font-size: 0.95rem;
  color: #666;
}

/* CTA */
.cta-career {
  background-color: #c45025;
  color: white;
  text-align: center;
  padding: 50px 20px;
}

.cta-career h2 {
  margin-bottom: 20px;
  font-size: 2rem;
}

.cta-career .apply-btn {
  background: white;
  color: #c45025;
  font-weight: bold;
}

.cta-career .apply-btn:hover {
  background: #f4f4f4;
}


/* Franchise page css */


/* Why Franchise */
.why-franchise {
  padding: 80px 0;
  background: #fff;
}

.why-franchise .container h2{
  text-align: center;
  margin-bottom: 50px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

.card {
  background: #f9f9f9;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s;
}

.card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.card i {
  font-size: 40px;
  color: #e74c3c;
  margin-bottom: 15px;
}

.card h3{
  margin-bottom: 8px;
}

.card p{
  line-height: 1.3em;
}

/* Steps */
.franchise-steps {
  background: #f4f4f4;
  padding: 80px 0;
}

.franchise-steps .container h2{
  margin-bottom: 50px;
  text-align: center;
}

.steps {
  list-style: none;
  max-width: 600px;
  margin: auto;
  padding: 0;
}

.steps li {
  background: white;
  padding: 20px;
  margin-bottom: 15px;
  border-left: 5px solid #e74c3c;
  font-size: 1.1rem;
  position: relative;
  padding-left: 60px;
}

.steps li span {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #e74c3c;
  color: white;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
  font-weight: bold;
}

/* Form */
.franchise-form {
  background: url('https://images.unsplash.com/photo-1600891963993-d9fcb9cb9e36?auto=format&fit=crop&w=1400&q=80') center/cover no-repeat;
  padding: 100px 20px;
  position: relative;
}

.form-box {
  background: white;
  max-width: 600px;
  margin: auto;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}

.form-box h2{
  margin-bottom: 30px;
}

form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

form input,
form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

.submit-btn {
  background: #e74c3c;
  color: white;
  padding: 14px;
  width: 40%;
  border: none;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #c0392b;
}



/* Page center column */

.menu-card {
    background-color: #3c3c3c;
    padding: 80px 0;
}
.menu-card .menu-container{
  max-width: 960px;
  margin: 0 auto;
}

/* Header / title like PDF */

/* Section cards */

.menu-card .card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(255, 255, 255, 0.03);
    padding: 18px;
    border-radius: 6px;
    margin-top: 30px;
}

.menu-card .section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.menu-card .section-title .line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.03), transparent);
}

.menu-card .section-title h2 {
    margin: 0;
    font-size: 25px;
    color: #c45025;
    letter-spacing: 1px;
}

/* Grid: English | price | Arabic  (Arabic aligned to right) */

.menu-card .menu-grid {
    display: grid;
    grid-template-columns: 1fr 96px 1fr;
    gap: 6px 12px;
    align-items: center;
    width: 100%;
}

/* each item uses three sibling elements (EN, price, AR) so they align as rows */

.menu-card .menu-grid>* {
    padding: 10px 8px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.04);
    font-size: 15px;
}

.menu-card .item-en {
    text-align: left;
    color: #fff;
}

.menu-card .item-price {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #c45025;
    width: 96px;
}

.menu-card .item-ar {
    text-align: right;
    direction: rtl;
    color: #fff;
    font-weight: 600;
}

/* Remove bottom border for last row of each section */

.menu-card .menu-grid> :last-child {
    border-bottom: none;
}

/* Full-width paragraphs (for special platters / descriptions) */

.menu-card .full {
    grid-column: 1 / -1;
    padding: 12px 8px;
    color: #f1f1f1;
    font-size: 15px;
    border-bottom: none;
    line-height: 1.45;
}

.menu-card .full .price {
    display: block;
    margin-top: 8px;
    color: #c45025;
    font-weight: 700;
    font-size: 18px;
}

/* small note line */

.menu-card .note {
    text-align: center;
    color: #f1f1f1;
    margin-top: 10px;
    font-size: 14px;
}

.menu-footer {
    margin-top: 22px;
    text-align: center;
    color: #f1f1f1;
    font-size: 14px;
    padding: 18px 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.02);
}

/* Responsive */

/* Mobile layout: combine EN, Price, AR into one block */
@media (max-width: 600px) {
    /* Make each row a single block */
    .menu-card .menu-grid > * {
        display: flex;
        flex-direction: column; /* stack vertically */
        border: 1px solid rgba(255, 255, 255, 0.1); /* single border for whole item */
        border-radius: 6px;
        padding: 10px 12px;
        background-color: rgba(60, 60, 60, 0.8); /* background for entire block */
        margin-bottom: 10px;
    }

    /* Remove individual borders if any */
    .menu-card .menu-grid > * > .item-en,
    .menu-card .menu-grid > * > .item-price,
    .menu-card .menu-grid > * > .item-ar {
        border: none;
        margin: 2px 0;
        width: 100%;
    }

    /* Style EN, Price, AR */
    .item-en {
        font-weight: 600;
        color: #fff;
        font-size: 16px;
    }

    .item-price {
        font-weight: 700;
        color: #c45025;
        font-size: 16px;
    }

    .item-ar {
        font-weight: 700;
        color: #fff;
        direction: rtl;
        text-align: right;
        font-size: 16px;
    }

    /* Special full-width items */
    .menu-card .full {
        border: 1px solid rgba(255,255,255,0.1);
        border-radius: 6px;
        padding: 12px;
        background-color: rgba(60, 60, 60, 0.8);
        margin-bottom: 10px;
        text-align: right;
        line-height: 1.5;
    }

    .menu-card .full .price {
        margin-top: 6px;
        font-size: 16px;
        color: #c45025;
        font-weight: 700;
    }
}






/* Responsive Styles */
@media (max-width: 768px) {
    .toggle-bar {
        display: block;
    }
    .navigation {
      padding: 10px 0;
    }
    .menu {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.95);
        padding: 20px 0;
        margin-top: 30px;
    }

    .menu.active {
        display: block;
    }

    .menu ul {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .menu ul li {
        margin: 10px 0;
        display: block;
        text-align: center;
    }

    .menu ul .btn a {
        padding: 12px 30px;
        display: block;
        width: 100%;
        text-align: center;
    }
}


/* Responsive Design Enhancements */

@media (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 992px) {
  .food-showcase .content,
  .location-section .content {
    grid-template-columns: repeat(2, 1fr);
  }
  .dish-section .content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
    .navigation .menu {
        display: none;
    }
    .navigation .toggle-bar {
        display: block;
    }
    .navigation .toggle-bar .fa {
        font-size: 24px;
        color: #fff;
    }
    .navigation .menu.active {
        display: block;
        background-color: #333;
        position: absolute;
        width: 100%;
        top: 60px;
        left: 0;
        z-index: 1000;
    }
    .navigation .menu ul {
        flex-direction: column;
        text-align: left;
    }
    .navigation .menu ul li {
        display: block;
    }
    .navigation .menu ul li a {
        padding: 15px;
        color: #fff;
        display: block;
    }
    .food-showcase .content,
    .location-section .content {
        grid-template-columns: 1fr;
    }
    .drink-image {
        height: 300px;
    }
    .drink-image .overlay {
        height: 300px;
    }
    .drink-image .caption {
        height: 300px;
    }
    .offer-section .caption h2,
    .drink-image .caption h2 {
        font-size: 36px;
    }
    .offer-section .caption,
    .drink-image .caption {
        padding: 0 20px;
    }
    .dish-section .content .column {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .dish-section .content .column .details {
        margin-left: 0;
        margin-top: 20px;
    }
    .footer-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    /* Menu page responsive design */
    .page-banner{
        padding: 65px 20px;
    }
    .menu-content{
      grid-template-columns: repeat(1, 1fr);
    }

    /* About page mobile css */
    .page-banner h1{
      font-size: 35px;
    }
    .about-content{
      display: block;
    }
    .about-image{
      width: 100%;
      margin-bottom: 20px;
    }
    .about-text{
      width: 100%;
    }
    .features-grid{
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 40px;
    }
    .facts-grid{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
    .fact-box h3{
      font-size: 35px;
    }
    .team-grid{
      grid-template-columns: repeat(1, 1fr);
    }
    /* Gallery page mobile css */
    .gallery-section{
      padding: 80px 0;
    }
    .gallery-section .gallery-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .gallery-grid img{
      height: auto;
      object-fit: cover;
    }

    /* Celebration page mobile css */
  
    .celebration-types{
      padding: 80px 0;
    }
    .type-grid{
      width: 100%;
    }
    .type-box{
      width: 100%;
    }
    .type-box img{
      height: auto;
    }
    .celebration-gallery{
      padding: 60px 0;
    }

    /* Career page mobile css */
    .benefit-cards{
      grid-template-columns: repeat(1, 1fr);
    }
    /* Franchise page mobile css */
    .franchise-form{
      padding: 60px 0;
    }
    .submit-btn{
      width: 180px;
    }

    /* Contact page mobile css */
    .contact-left{
      margin-top: 0;
    }
    .contact-left, .contact-right{
      flex: 1 1 0;

    }

}

@media (max-width: 480px) {
  .hero-section .caption h1,
  .offer-section .caption h2,
  .drink-image .caption h2 {
    font-size: 28px;
  }
  .food-showcase .heading h2,
  .dish-section .heading h2 {
    font-size: 28px;
  }
  .food-showcase .heading p,
  .dish-section .heading p,
  .offer-section .caption p,
  .dish-section .content .column .details p {
    font-size: 16px;
  }
  .offer-section .caption a,
  .navigation .menu ul .btn a {
    font-size: 16px;
    padding: 12px 20px;
  }
  .location-section .content .column h3,
  .location-section .content .column h4 {
    font-size: 20px;
  }
  .dish-section .content .column .image img {
    width: 100%;
  }
}













