@media (max-width: 768px) {
  .section-container{
    width: 100%;
  }
  .menu-toggle {
    display: block;
  }
  .navbar.scrolled .menu-toggle{
    color: #000;
  }
  .navbar {
      background: rgba(0,0,0,0.5); 
      padding:18px 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;

  }
  .nav-left{
    position: relative;
    left: -60px;
  }

  .nav-links {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 20px 0px;
    display: none;
     z-index:1;

  }
  .nav-links.active {
    display: flex !important;
    
  }
  .navbar .nav-links a {
      color: black !important;
  }
   .nav-links {
        flex-direction: column;
        width: 100%;
        background: #fff;
    }

    .nav-links li {
        width: 100%;
    }

    /* Main links */
    .nav-links li a {
        display: block;
        padding: 12px 15px;
        border-bottom: 1px solid #eee;
    }

    /* Submenu reset */
    .nav-links li ul {
        position: static; /* remove absolute */
        box-shadow: none;
        display: none;
        width: 100%;
    }

    /* Submenu links */
    .nav-links li ul li a {
        padding-left: 25px;
        background: #f9f9f9;
    }

    /* Show submenu when active */
    .nav-links li.active > ul {
        display: block;
    }
  

   .quote-btn {
        display: none;
        margin-top: 10px;
        color:white;

  }
   .enquiry-form {
    width: 100%;      /* instead of 350px */
    right: -100%;     /* instead of -350px */
  }

  .enquiry-form.active {
    right: 0;
  }

    

  .bg-video {
    z-index: -1;
  }
 
  .hero {
    height: 90vh;
    padding: 0 20px;
    z-index: 1;
  }
  .hero-content {
    text-align: center;
    position: relative;
    left: 0;
  }
  .hero-tag{
    font-size: 13px;
    margin: 20px;
  }

  .hero-content h1 {
    font-size: 28px;
    margin: 20px;
  }

  .hero-content p {
    font-size: 18px;
  }
  .hero-content h1 span{
    position: relative;
    left: 0px;
    }

    /* about us */
    .about {
    flex-direction: column;
    }
    .about-text p{
      font-size: 18px;
    }

    .about-stats {
      grid-template-columns: 1fr;  
      margin-top: 30px;
    }

    .service-grid {
    grid-template-columns: 3fr;
  }

  .c1, .c2, .c4, .c5, .c6 {
    grid-column: auto;
    grid-row: auto;
  }
  .card h3{
    font-size: 25px;
  }
  .product-wrapper{
    flex-direction: column;
    flex-wrap: wrap;
  }
  .product-card{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }
  .why-choose{
    flex-direction: column;
     width: 100%;
     padding: 10px;
  }
 
  .step {
    flex-direction: column;
  }
  .step.reverse{
    flex-direction: column;
  }

  .image-side, .content {
    width: 100%;
  }
    .other-page{
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; 
    background-image: url(../images/dinind_interior.jpg);
  }

   .content{
    margin-top: 20px;
   }

   /* review */
   .review-container {
        padding: 0 15px;
    }

    /* Center the title for mobile */
    .review-title {
        text-align: center;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .review-title h2 {
        font-size: 26px;
    }

    /* Stack the image and slider vertically */
    .frame {
        flex-direction: column;
        align-items: center;
    }

    /* Make image full width and shorter */
    .photo-box {
        width: 100%;
        height: 280px;
    }

    /* Move the black box below the image with a small overlap */
    .slider-box {
        position: relative;
        width: 100%;
        right: 0;
        overflow: hidden;
        padding: 40px 0px;
    }

    /* Show only ONE card at a time on mobile */
    .review-card {
        min-width: 100%;
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }

    /* Reposition buttons to be more accessible */
    .controls {
        bottom: 15px;
        left: 15px;
    }

    .arrow {
        width: 40px;
        height: 40px;
    }
    .services-hero-container{
      flex-direction: column;
    }
    .service-image {
      width: 100% ;
     
    }

    .services-gallery{
      flex-direction: column;
       height: fit-content;
    }
    .services-card-image{
      height: 600px !important;
      
    }
    .services-card-image h3{
      font-size: 15px;
      height: fit-content;
    }

    .commercial {
    grid-template-columns: 1fr;
  }

  /* contact */
  .contact-container {
    flex-direction: column;
    padding-top: 80px;
    height: fit-content;
  }

  .contact-form {
    width: 100%;
  }

  .contact-item {
    width: 100%;
    height: fit-content !important;
  }
  .animation-map{
    flex-direction: column;
    padding: 20px;
    width: 100%;
    margin: 0px;
    flex-wrap: wrap;
  }
  .animation-image{
    width: 100%;
  }
  .contact-iframe{
    width: 100%;
  }
 .footer-top {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: left;
    }
    .footer-card col p{
      display: flex;
      flex-wrap: wrap;
    }

    .google-map iframe{
      width: 100%;
    }

    .copyright{
        height: fit-content;
        display: flex;
        flex-direction: column;
    }

    .service-heading .line{
      display: none;
    }

   .living-card {
        flex-direction: column;
        text-align: center;
        height: auto;
        gap: 20px;
    }

    .living-card.reverse {
        flex-direction: column;
    }

    /* Image container */
    .card-img {
        position: static;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    /* REMOVE absolute positioning */
    .card-img img {
        position: static;
        width: 100%;
        max-width: 300px;
        height: auto;
    }

    /* Reset both images */
    .img1,
    .img2 {
        position: static;
        left: auto;
        top: auto;
        width: 100%;
    }

    .contact-section{
      flex-direction: column;
    }
    .contact-image {
      width: 100%;
    }
    .contact-image img{
      width: 100%;
      border-radius: 0px;
    }
    .interior-form{
    width: 100%;
    border-radius: 0px;
    }

    .dining-card{
      flex-direction: column;
      flex-wrap: wrap;
    }
    .dining-img{
      width: 100%;
    }
    .dining-img img{
      width: 100%;
    }

    /* about page */
    .about-title-block{
      display: flex;
      text-align: center;
      flex-direction: column;
      width: 100%;
    }
    .main-headline{
      font-size: 6rem;
    }
    .about-hero-image{
      width: 100%;
      
    }
    .about-hero-image img{
      margin-top: 0px;
       margin-left: 0px;
       width: 100%;
    }
    .about-section{
       grid-template-columns: 1fr;
       
    }
    .philosophy-block{
      width: 100%;
      text-align: center;
    }
    .philosophy-image-wrapper{
      width: 100%;
    }
    .philosophy-image-wrapper img{
      width: 100%;
    }
    .ceo-container {
       grid-template-columns: 1fr;
    }
    .team-section{
      flex-direction: column;
    }
   
   

    /* Modal center fix */
    .modal {
        padding: 15px;
        align-items: flex-start;
        overflow-y: auto;
    }

    /* Modal box full width */
    .modal-box {
        width: 100%;
        min-height: auto;
        top:80px;
        border-radius: 10px;
        flex-direction: column;
        
    }

    /* Content stack */
    .modal-content {
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    /* Image full width */
    .modal-img {
        width: 100%;
        height: 250px;
    }

    .modal-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Text */
    .modal-text {
        width: 100%;
        padding: 20px;
    }

    .modal-text h2 {
        font-size: 22px;
    }

    .modal-text p {
        font-size: 14px;
    }

    /* Close button FIX */
    .close {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 22px;
        z-index: 10;
        text-align: center;
    
  }

  /* .blogs page */
  .blog-content h1{
    font-size: 2rem;
  }
}
@media (min-width: 769px) and (max-width: 1000px){
    .navbar{
        padding:10px 30px;
        font-size: 13px;
    }
    .navbar .nav-links li a{
        font-size: 13px;
    }
    .navbar h2{
        font-size: 25px;
    }
}