  html{
    scroll-behavior: smooth;
  }
  body {
      margin: 0;
      font-family: Brunson, sans-serif;
      scroll-behavior: smooth;
      color: #ffffff;
      
      /* Background Image */
      background-image: url(images/background\ of\ body.png); /* Replace with your path */
      background-size: cover; 
      background-position: center center; 
      background-repeat: no-repeat; 
      background-attachment: fixed; 
      
      /* Optional: Dark overlay for better text contrast */
      background-color: rgba(0, 0, 0, 0.4); 
      background-blend-mode: overlay; 
  }
  body:before {
      content: url(images/background\ of\ body.png); 
      display: none;
  }
  @media (max-width: 768px) {
    body {
      background-attachment: scroll; 
      font-size: 0.95rem;            
      line-height: 1.4;              
      padding: 0;                  
    }
  }
  @font-face {
    font-family: 'MyWebFont'; 
    src: url(fonts/Brunson.ttf) format('truetype'); 
    font-display: block;  
    font-style: normal;
  }
  header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #292121;
    padding: 5px;
    text-align: center;
    flex-grow: 0;
    z-index: 100;
    transform: translateZ(0);
  } 
  .logo {
    flex-basis: 10%;
    /* Optional: Center the logo horizontally within this 30% space */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menubar {
    flex-basis: 30%;
    display: flex;
    /* Align the navigation (the only child) to the far right */
    justify-content: center; 
    align-items: center; 
    /* Add padding to prevent the nav from touching the edge */
    gap: 5px
  }
  @media (max-width: 768px) {
    header {
    flex-direction: column;
    align-items: center;
    padding: 10px;
    }
    .logo img {
    width: 120px;
    margin-bottom: 10px;
    }
    .menubar {
    flex-direction: column;
    gap: 5px;
    }
    .menubar a {
    font-size: 0.6rem;
    letter-spacing: 0.04px;
    }
  }
  .nav-logo {
    width: 150px; 
    height: auto;
    display: block;
    margin-right: 30px; 
  }
  nav {
    display: flex;
    justify-content: center; /* Aligns links horizontally in the center */
    gap: 30px;                
    font-weight: 300;
    background-color: #292121;
  ; /* Optional background */
    letter-spacing: 0.7px; 
    flex-grow: 0;
  }
  nav a {
    text-decoration: none;
    font-family: 'MyWebFont', sans-serif; 
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
    padding: 2px 2px;
    transition: background-color 0.3s ease
  }
  .glass-wrapper {
    /* APPLY THE GLASSY EFFECT HERE ON A SINGLE ELEMENT */
    /*margin-top: 80px;*/
    background: rgba(255, 255, 255, 0.15); 
    backdrop-filter: blur(12px); 
    -webkit-backdrop-filter: blur(12px); 
    /* Ensure it spans the entire width */
    width: 100%;
    position: relative;
    z-index: 2;
  }
  @media (max-width: 768px) {
    .glass-wrapper {
      background: rgba(255, 255, 255, 0.1); 
      backdrop-filter: blur(6px);            
      -webkit-backdrop-filter: blur(6px);                      
    }
  }
  section {
      /* Existing dimensions */
    scroll-margin-top: 140px;
  }
  @media (max-width:768px){
    .section{
    padding: 0px 1px;}
  }
  #home {
    padding:0 0 0 0;
    max-height: 100vh;
    overflow: hidden;
  }
  @media (max-width: 768px) {
    #home {
      padding: 0px 0px;
      max-height: 50vh;
      overflow: hidden;
      padding-bottom: 5px;
    }
  }
  .slidecontent {
    position: absolute;
    top: 50%;     /* Start point: 50% from the top of the parent (.slideshow) */
    left: 50%;    /* Start point: 50% from the left of the parent (.slideshow) */
    transform: translate(-50%, -50%); /* Corrects the position */
    z-index: 20;  /* Stacking order (see Stacking below) */
    text-align: center;
    width: 80%;
    min-width: auto;
  }
  .slidecontent h1 {
    font-size: 4rem;
    margin-bottom: 0.5rem;
    font-family: 'MyWebFont', sans-serif;
    letter-spacing: 3px;
    /* Improves readability against the background */
    text-shadow: 2px 2px 4px #ffffff(0, 0, 0, 0.6);
    z-index: 20;
  }
  .slidecontent h1 .highlight{
    color:#f0363c;
  }
  @media (max-width: 768px) {
    .slidecontent {
      position: relative;     /* no absolute positioning */
      bottom: 20%;             /* place it near bottom instead of center */
      left: 50%;
      transform: translateX(-50%);
      width: 90%;
      text-align: center;
      z-index: 20;    /* keep text centered */
    }
    .slidecontent h1 {
      font-size: 1.5rem;      /* smaller heading */
      letter-spacing: 1px;    /* tighter spacing */
      line-height: 1.3;       /* better readability */
    }
  }
  /* Container inside #home */
  .orderlinks {
    position: absolute;       /* overlay on slideshow */
    bottom: 20%;              /* logical vertical placement */
    left: 50%;                /* center horizontally */
    transform: translateX(-50%);
    display: flex;
    gap: 80px;                /* spacing between logos */
    z-index: 30;
  }
  /*click noxes*/
  .orderlinks picture img  {
    width: 100px;
    height: 100px;
    border-radius: 10px; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .orderlinks picture img:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
  }
@media (max-width: 768px) {
  .orderlinks {
    position: absolute;
    display: flex;                  
    align-items: center;        
    justify-content: center;    
    margin-top: 20px;
    gap: 24px;
  }
 .orderlinks picture img {
    width: 100px; /* slightly bigger for visibility */
    border-radius: 12px; 
    height: auto;
  }
}
  .slideshow{
    position: relative;
    height: calc(100vh - 60px); 
    margin-top: 60px;           
    overflow: hidden;
  }
  /* Image styling: ensures it fills the container without distortion */
  .myslides img {
    width: 100%;
    height: 100vh; 
    object-fit: cover; /* Crops the image to cover the space */
    object-position: center;
    display: block;
  }
  .myslides::after {
    content: ''; /* Required for pseudo-elements */
    position: absolute; /* Covers the parent .myslides */
    inset:0;
    /* The color and transparency: Black (0, 0, 0) with 30% opacity (0.3) */
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 10; /* Ensures it sits on top of the image */
  }
  @media (max-width: 768px) {
    .slideshow {
      overflow: hidden;
      height: 50vh;      /* prevent sideways scroll */
    }
    .myslides{
      position: relative;
      display: inline-block;
    }
    .myslides img {
      width: 100%;
      height: auto;    
      max-height: 80vh;      
      object-fit: cover;
      object-position: top center;
      display: block;
    }
    .myslides::after {
      content: '';
      position: absolute;
      inset: 0;
      background-color: rgba(0,0,0,0.5);
      z-index: 10;
    }
  }
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.2s; /* The speed of the transition between slides */
  }
  @keyframes fade {
    from {opacity: 0.5}
    to {opacity: 1}
  }
  /* Location Section */
#location {
  background: rgba(0, 0, 0, 0.5);   
  color: #fff;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  margin:0;
  backdrop-filter: blur(8px);       
  -webkit-backdrop-filter: blur(8px);
  overflow: hidden;
}

#location h2 {
  font-size: 4rem;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: 'MyWebFont', sans-serif;
  letter-spacing: 2px;
  text-align: center;
  color: #f0363c;               /* Accent red for title */
}

/* Container for image + text */
.loaction1 {
  display: flex;
  width: 100%;
  max-width: 1200px;            /* Limit width for readability */
  gap: 40px;
}

/* Right side: image */
.loaction1 .right {
  flex: 0 0 35%;                /* 35% width */
  display: flex;
  justify-content: center;
  align-items: center;
}

.loaction1 .right img.shop {
  width: 100%;
  height: auto;
  border-radius: 8px;           
  box-shadow: 0 6px 20px rgba(0,0,0,0.6);
}

/* Left side: text */
.loaction1 .left {
  flex: 0 0 65%;                /* 65% width */
  display: flex;
  font-family: 'MyWebFont', sans-serif;
  justify-content: center;
  align-items: center;
}

.loaction1 .left p {
  font-size: 1.8rem;
  letter-spacing: 0.8px;
  line-height: 1.8;
  max-width: 600px;
}
@media (max-width: 768px) {
  .loaction1 {
    flex-direction: column;
    gap: 5px;
  }

  .loaction1 .right,
  .loaction1 .left {
    flex: 1 1 100%;
    text-align: center;
  }

  .loaction1 .left p {
    font-size: 1rem;
    line-height: 1.6;
    padding: 0 10px;
  }
}
/* franchise section*/
#franchise {
    padding: 60px 20px;
    background: rgba(0, 0, 0, 0.5); 
}

.franchise-container {
    max-width: 800px;
    margin: 0 auto;
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.franchise-header {
    text-align: center;
    margin-bottom: 30px;
}

.franchise-header h2 {
    color: #f0363c;
    font-family: 'MyWebFont', sans-serif;
    font-size: 2rem;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}

.franchise-enquiry-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group-row {
    display: flex;
    gap: 20px;
}

.input-box {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.input-box label {
    font-size: 0.9rem;
    margin-bottom: 8px;
    font-weight: bold;
    color: #f1c40f;
}

.input-box input, 
.input-box select, 
.input-box textarea {
    padding: 12px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    font-size: 1rem;
}

/* Radio Button Styling */
.radio-grid {
    display: flex;
    gap: 20px;
}

.radio-box {
    flex: 1;
    background: rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 8px;
}

.radio-box label {
    display: block;
    margin-bottom: 10px;
    font-size: 0.85rem;
    color: #f1c40f;
}

.radio-options {
    font-size: 0.9rem;
}

/* Button */
.submit-btn {
    background-color: #e74c3c;
    color: white;
    font-family: 'MyWebFont', sans-serif;
    font-size: large ;
    letter-spacing: 0.8px;
    padding: 15px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.submit-btn:hover {
    background-color: #c0392b;
    transform: translateY(-2px);
}

/* Mobile Adjustments */
@media (max-width: 600px) {
    .form-group-row, .radio-grid {
        flex-direction: column;
    }
}

