:root {
  --goldcolor: #ce9014;
  --white-color: white;
  --darkgold:#1a1817;
  --fadetext: #313131;
  --blackcolor: rgb(16, 13, 13);
  --font-1: "Poppins", sans-serif;
  --font-2: "custom2";
  --headingfont:"Elsie", serif;
}

  
  
  /* Media Queries */
  
  @media (min-width: 728px) {

    .hero-section {
        height: 50vh;
      }
      
      .hero-content h1 {
        font-size: 3rem;
      }


      .qui1 {
        background-color: var(--white-color);
        width: 100%;
        position: relative;
        text-align: left;
        padding-top: 70px;
        margin-top: 10px;
        height: auto;
        padding-left: 50px;
        padding-right: 50px;
      }
    
      .qui3 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 50px;
      }
    
      .qui4b {
        position: relative;
        top: 50px;
      }
    
      .qui2 h3 {
        font-family: var(--font-3);
        font-weight: 300;
        letter-spacing: 5px;
        font-size: 1em;
        display: inline-block;
        position: relative;
      }



      /*--------------------SATISFACTION AND RECORD----------------*/


  #satis {
    background-image: url(image/15.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    overflow: hidden;
    height: 80vh;
    background-color: #080808c5;
    background-blend-mode: overlay;
    opacity: 1;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    
}


.expt {
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 40px;
}


.c-client {
    display: flex;
    flex-direction: row;
    gap: 80px;
    

}


.expt h1 {
    font-family: var(--font-1);
    color: var(--white-color);
    font-size: 2.5em;
    font-weight: 500;
    padding-left: 0px;
    padding-right: 0px;
}
    






      /*------------OUR PROCESS----------*/


      /* .image-container {
        display: flex;
        flex-direction: column;
        margin-bottom: 100px;
      }
      
      .image-wrap {
        height: 400px;
      }
      
      .content-container {
        width: 80%;
        align-self: center;
      } */


      #ven-test {
        padding: 4rem 2rem;
    }
    
    .vendor-registration h2 {
        font-size: 2rem;
    }
    
    .testimonials-heading {
        font-size: 2rem;
    }
    
    .testimonial-slider {
        height: 220px;
    }


    /*------------------FOOTER----------------*/

    .contact-info {
      flex-direction: row;
      gap: 2rem;
  }

  .menu {
      flex-direction: row;
      justify-content: center;
      gap: 1.5rem;
  }




  /*----------------OTHER PAGES------------*/






  /*---------------BUKING FORM----------*/



  #buk-form {
    padding: 5rem 2rem;
  }
  
  #buk-form .container {
    max-width: 1000px;
  }
  
  #buk-form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  
  #buk-form .mb-3 {
    margin-bottom: 1rem;
  }
  
  /* Make certain form elements take full width */
  #buk-form form .mb-3:nth-last-child(2), /* Description */
  #buk-form form > :last-child /* Submit button */ {
    grid-column: span 2;
  }









  }




@media (min-width: 1024px) {
    .header {
        padding-top: 0;
    }

    .top-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px;
    }

    .nav-header {
        border-top: 1px solid #ffffff;
        padding: 10px;
        padding-left: 40px;
        padding-right: 40px;
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        gap: 20px;
    }

    .desktop-nav {
        display: flex;
        justify-content: center;
        gap: 40px;
        font-size: 12px;
    }

    .desktop-nav a {
        text-decoration: none;
        color: white;
        padding-bottom: 2px;
        position: relative;
        display: inline-block;
    }

    .desktop-nav a::after {
        content: '';
        position: absolute;
        width: 0;
        height: 1px;
        bottom: -2px;
        right: 0;
        background-color: var(--goldcolor);
        transition: width 0.3s ease-in-out;
    }
    
    .desktop-nav a:hover {
        color: var(--goldcolor);
    }
    
    .desktop-nav a:hover::after {
        width: 100%;
        left: 0;
        right: auto;
    }

    .mobile-menu-btn,
    .mobile-cart-btn {
        display: none;
    }

    .contact-left {
        text-align: left;
        display: flex;
        gap: 20px;
        font-size: 12px;
        color: #ffffff;
    }

    .contact-right {
        text-align: right;
        font-size: 12px;
    }

    .d-none .social-icons {
        font-size: 15px;
        display: flex;
        gap: 40px;
        color: #ffffff;
    }

    .social-icons {
        padding-left: 40px;
    }

    .icons {
        display: flex;
        font-size: 15px;
        gap: 40px;
        padding-right: 40px;
        color: var(--white-color);
    }

    .logo img {
        height: 90px;
        position: relative;
    }

    .logo {
        position: relative;
        right: 35px;
    }

    .but button {
      background-color: var(--white-color);
      color: var(--darkgold);
      border: none;
      padding: 8px 15px;
      border-radius: 0px;
      cursor: pointer;
      transition: background-color 0.3s;
      font-family: var(--font-1);
      position: relative;
      left: 43px;
  }

  .but button span {
    position: relative;
    z-index: 2; 
    font-family: var(--font-1);
    font-size: 0.9rem;
    font-weight: 300;
  }

  .but button {
    
    font-family: var(--font-1);
    
  }

  .but {
    display: flex;
    flex-direction: row;
    gap: 30px;
  }




    main {
        margin-top: 120px; /* Adjust based on header height */
        position: relative;
        z-index: 1;
    }


    /*-------------------HERO VIDEO------------*/

    .hero-section {
        height: 100vh;
      }
      
      .hero-content {
        bottom: 80px;
      }
      
      .hero-content h1 {
        font-size: 3.5rem;
      }

      .video-container video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        
        object-position: center; /* Ensure top of video is visible */
      }



      /*-------------------INTRO------------*/


      .intro1 {
        padding-left: 15%;
        padding-right: 15%;
      }

      .intro1 h1 {
        font-size: 1.3rem;
      }


      /*-------------------BRIEF------------*/


      .brief1 {
        display: flex;
        flex-direction: row;
        gap: 40px;
    }

    .brief1 {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 40px;
        padding-right: 40px;
    }



    /*-----------EXPLORE--------*/


    .qui3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      margin-top: 50px;
    }
    

    .qui1 {
      background-color: var(--white-color);
      width: 100%;
      position: relative;
      text-align: left;
      padding-top: 70px;
      margin-top: 10px;
      height: auto;
      padding-left: 90px;
      padding-right: 90px;
    }
  
  
    .qui4c {
      position: relative;
      top: 50px;
    }
  
    .qui2 h3 {
      font-family: var(--font-1);
      font-weight: 500;
      letter-spacing: 5px;
      font-size: 1em;
      display: inline-block;
      position: relative;
    }


    #qui {
      background-color: var(--goldcolor);
      height: 400px;
      display: flex;
      justify-content: center;
      /* align-items: center; */
      text-align: center;
      overflow: hidden;
      margin-bottom: 0px;
    }





    /*-----------------SATISFACTION---------------*/

    
#satis {
  background-image: url(image/15.jpg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  overflow: hidden;
  height: 120vh;
  background-color: #080808bd;
  background-blend-mode: overlay;
  opacity: 1;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  
}


  .expt {
      padding-left: 25px;
      padding-right: 25px;
      margin-top: 70px;
      display: flex;
      flex-direction: column;
      text-align: center;
      gap: 40px;
      justify-content: center;
      align-items: center;
      margin-top: 150px;
  }

  .expt h1 {
      font-family: var(--font-1);
      color: var(--white-color);
      font-size: 3em;
      font-weight: 500;
      padding-left: 50px;
      padding-right: 50px;
  }
  


  .c-client {
      display: flex;
      flex-direction: row;
      gap: 80px;
      

  }

  .client-content h3 {
      margin-bottom: 10px;
      color: var(--white-color);
      font-size: 4.5em;
      font-weight: 400;
      font-family: var(--font-3);
  }
  
  .client-content p {
      color: var(--white-color);
      margin-bottom: 20px;
      font-family: var(--font-1);
  }







    /*=================PROCESS==========*/


    .pro-container {
      background-color: var(--darkgold);
      color: var(--white-color);
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 20px;
      padding-right: 20px;
      min-width: 35%;
      
  }


  .process1 {
      padding-left: 70px;
      padding-right: 70px;
  }





      /*--------------------VENDOR AND TESTIMONIAL-----------*/


      #ven-test {
        padding: 5rem 3rem;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    
    .vendor-registration, .testimonials-container {
        width: 48%;
        margin: 0;
    }
    
    .vendor-registration {
        text-align: left;
    }
    
    .testimonials-heading {
        text-align: left;
    }
    
    .testimonial {
        text-align: left;
    }



    /*------------------FOOTER----------------*/



      .footer {
        padding: 3rem 2rem;
    }

    .logo-container img {
        max-width: 200px;
    }

    .social-icons {
        gap: 2rem;
    }

    .contact-infoo {
      display: flex;
      flex-direction: row;
      gap: 20px;
    }

    .menu {
        gap: 2.5rem;
    }


    /*----------------OTHER PAGES--------*/


    .buk1 {
      background-color: var(--darkgold);
      color: white;
      margin-top: 80px;
      padding-top: 40px;
      padding-bottom: 40px;
      margin-left:20%;
      margin-right: 20%;
      padding-left: 50px;
      padding-right: 50px;
    }
    
    .buk1 h3 {
      font-weight: 300;
      line-height: 1.6;
      font-size: 0.9rem;
    }


    /*---------------BUKING FORM----------*/


    #buk-form {
      padding: 5rem 2rem;
    }
    
    #buk-form .container {
      max-width: 1000px;
    }
    
    #buk-form form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.5rem;
    }
    
    #buk-form .mb-3 {
      margin-bottom: 1rem;
    }
    
    /* Make certain form elements take full width */
    #buk-form form .mb-3:nth-last-child(2), /* Description */
    #buk-form form > :last-child /* Submit button */ {
      grid-column: span 2;
    }
    




}