
      
  
    html {
      scroll-behavior: smooth;
      height: 100%;
  overflow-y: auto;
  
    }
    
    body {
      margin: 0;
      font-family: 'Poppins', sans-serif;
      background: #f9f9f9;
      display: flex;
      flex-direction: column;
      min-height: 100vh;
       overflow-x: hidden; 
  overflow-y: auto;
     padding-top: 60px; line-height: 1.6; color: #333;
    }
    
     /************************NAVIGATION**************/

    nav {
      background: #34495e;
      color: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 20px;
      width: 100%;
      box-sizing: border-box;
      position: fixed;
      top: 0;
      z-index: 1001;
    }
    
    nav ul {
      list-style: none;
      display: flex;
      margin: 0;
      padding: 0;
      align-items: center;
      transition: transform 0.3s ease;
    }
    nav ul li {
      margin-left: 20px;
    }
    nav ul li a {
      color: #fff;
      text-decoration: none;
      font-size: 1em;
      padding: 8px 12px;
      display: inline-block;
      transition: background-color 0.3s ease, color 0.3s ease;
    }
    nav ul li a:hover {
      background: #2c3e50;
      color: #f39c12;
      border-radius: 5px;
    }
    nav .contact-info {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      font-size: 0.9em;
    }
     /************************END OF NAVIGATION**************/
     
      /************************NAVIGATION LOGO, CONTACTS**************/
    
    .logo-text {
  display: inline-block;
  font-weight: bold;
  font-size: 1.1em;
}

.logo-img {
  display: none;
  height: 36px;
  max-width: 120px;
  object-fit: contain;
}

.phone {
  flex: 1;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  color: #ffffff; /* Replace with your desired color */
  text-decoration: none;
  font-weight: bold;
}

 /************************END NAVIGATION LOGO CONTACTS**************/
 
 
 
  /************************h2, h3 color  SECTION**************/

h2, h3 { color: #006699; }
.section { margin: 40px 0; background: #f9f9f9; border-radius: 8px;}
.pricing-table, .faq, .specs, .testimonials { background: #f9f9f9; padding: 20px; border-radius: 8px; }

/************************h2, h3 color  SECTION**************/

/************************TABLE**************/
table, th, td { border: 1px solid #ccc; }
th, td { padding: 12px; text-align: left; }
.table-responsive {
  width: 100%;
  overflow-x: auto;
}

.table-responsive table {
    margin-top: 10px;
  width: 100%;
  min-width: 600px; /* or adjust based on your table's content */
  border-collapse: collapse;
}

/************************TABLE END**************/




.cta { background: #006699; color: white; padding: 30px 20px; text-align: center; border-radius: 8px; }
.cta h2 {color: white;}
    .btn { background: orange; color: #fff; padding: 10px 20px; text-decoration: none; font-weight: bold; border-radius: 5px; }
    .faq h3 { margin-bottom: 5px; }
    .badge { background: #e91e63; color: #fff; padding: 4px 8px; border-radius: 5px; }

/* Optional: hover effect */
.phone:hover {
  color: #ffd700; /* Or any other hover color */
}


/************************MENU CLOSE AND OPEN**************/

    
    .menu-toggle {
      display: none;
      font-size: 28px;
      cursor: pointer;
    }
    .menu-close {
      display: none;
      font-size: 28px;
      font-weight: bold;
      color: #fff;
      cursor: pointer;
      margin-left: auto;
      margin-right: 20px;
    }
    
    /************************MENU CLOSE AND OPEN END**************/
    
    
    
    
    /************************HEADER BACKGROUND AND H1 ADN P TEXT**************/
    main{
    	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('background-images/pages-header-background.webp') center/cover no-repeat;
      
      padding: 40px 20px;
      margin: 0;
      width: 100%;
      text-align: center;
      border-radius: 0;
      box-sizing: border-box;
      
      

    	
    }
    main h1{
      color: #fff;
      padding: 40px 20px;
      margin-top: 0;
      width: 100%;
      text-align: center;
      font-size: 2em;
      border-radius: 0;
      box-sizing: border-box;
      min-height: 200px;
      
    }
    main p{
    	color: #fff;
      margin: 0;
      text-align: center;
      font-size: 1em;
      border-radius: 0;
      box-sizing: border-box;
    }
    
    .hero-text {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
    
/************************HEADER BACKGROUND AND H1 ADN P TEXT END**************/




/************************BODY CONTENT WRAPPER**************/
    .content-wrapper {
      display: flex;
      flex-direction: row-reverse;
      width: 100%;
      max-width: 1200px;
      margin: 20px auto;
      padding: 0 20px;
      box-sizing: border-box;
      flex: 1;
    }
    
    
    .main-content img {
      width: 100%;
      height: auto;
      margin: 20px 0;
      border-radius: 10px;
      display: block;
    }
    
    .main-content {
      flex-grow: 1;
      width: 80%;
      padding: 20px;
      background: #fff;
      box-sizing: border-box;
    }
    
/************************BODY CONTENT WRAPPER END**************/
    
    
    .thumb {
  width: 40px;
  height: 27px;
  object-fit: cover;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}


    .video {
  position: relative;
  cursor: pointer;
  width: 100%;
  max-width: 560px; /* Or your size */
  aspect-ratio: 16/9;
  background-color: #000;
  background-size: cover;
  background-position: center;
}

.video::after {
  content: '▶';
  font-size: 60px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}

/************************PRODUCT DISPLAY GALLERY**************/
.product-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Product Card Styling */
.product-card {
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.product-card:hover {
    transform: scale(1.05);
}

/* Product Image */
.product-card img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
}

/* Rent Button */
.rent-button {
    display: inline-block;
    background-color: #ff5722;
    color: white;
    padding: 10px 15px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.3s;
}

.rent-button:hover {
    background-color: #e64a19;
}

/************************PRODUCT DISPLAY GALLERY END**************/

/************************SIDE MENU**************/
    aside {
      background-color: #2c3e50;
      color: #fff;
      width: 30%;
      min-width: 220px;
      padding: 20px;
      box-sizing: border-box;
      transition: transform 0.3s ease;
      box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    }
    aside h2 {
      font-size: 1.8em;
      margin-bottom: 1em;
      text-align: center;
      color: #f39c12;
    }
    
    
    
    aside ul {
      list-style: none;
      padding: 0;
    }
    aside ul li {
      border-bottom: 1px solid #faf7f7;
  padding-bottom: 10px;
  margin-bottom: 10px;
    }
    aside ul li a {
      color: white;
      text-decoration: none;
      font-size: 1.1em;
      display: flex;
      align-items: center;
      padding: 8px 12px;
      border-radius: 5px;
      transition: background 0.3s ease, color 0.3s ease;
    }
    aside ul li a:hover {
      background: #34495e;
      color: #f39c12;
    }
    aside ul li a img.thumb {
      width: 80px;
      height: 53px;
      object-fit: cover;
      margin-right: 10px;
      border-radius: 5px;
    }
    aside ul li ul {
      margin-top: 5px;
      padding-left: 15px;
      display: none;
    }
    aside ul li:hover ul {
      display: block;
    }
    
    /************************SIDE MENU END**************/
   
   
   
   
    /************************FOOTER**************/
    
    footer {
    background: #2c3e50;
    color: white;
    padding: 40px 20px 20px 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
  }
  .footer-section {
    flex: 1;
    margin: 10px;
    min-width: 250px;
  }
  .footer-section h3 {
    margin-bottom: 15px;
    color: #f39c12;
  }
  .footer-section a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0;
    font-size: 1em;
    transition: color 0.3s;
  }
  .footer-section a:hover {
    color: #f39c12;
  }
  .footer-bottom {
    text-align: center;
    margin-top: 30px;
    padding-top: 10px;
    font-size: 0.9em;
    border-top: 1px solid #444;
  }
  
   /************************FOOTER END**************/
   
  .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      display: none;
      z-index: 1000;
    }
    

    
    
    /************************WHATSAPP AND CONTACT NO STATIC**************/
.call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ff5722;
  color: white;
  padding: 10px 15px;
  border-radius: 50px;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  z-index: 999999 !important;
  overflow: hidden;

}

.whatsapp-button {
  position: fixed;
  bottom: 80px;
  right: 50px;
  z-index: 9999999;
  background-color: #25d366;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  overflow: hidden;
}

.whatsapp-button img {
  width: 50px;
  height: 50px;
}
    
 /************************WHATSAPP AND CONTACT NO STATIC END**************/   
    
    @media (max-width: 768px) {
        
        body {
  overflow-x: hidden;
  padding-top: 60px;
}


      .content-wrapper {
        flex-direction: column;
        padding: 10px;
        min-height: 600px; /* adjust based on your combined content */
      }
      .main-content {
        width: 100%;
        margin-bottom: 20px;
      }
      
      main {
   min-height: 220px;
  padding: 10px 15px;
  box-sizing: border-box;
}
      
      main h1{
      padding: 60px 20px;
      
    }
    
    .logo {
  flex: 1;
  text-align: right;
  font-size: 1.2em;
  font-weight: bold;
}

  .logo-img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto; /* centers the image */
}
      
      .logo-text {
    display: none;
  }
  
  
      img {
  display: block;
  max-width: 100%;
  height: auto;
}
.lcp-image {
  width: 100%;
  max-width: 700px;
  
  margin: auto;
}
.lcp-image img {
  width: 100%;
  height: auto;
  display: block;
}
      aside {
        width: 100% !important;
    max-width: 100%;
    padding: 15px;
    box-sizing: border-box;
      }
      nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background: #34495e;
  color: white;
  position: fixed;
  top: 0;
  z-index: 1001;
  width: 100%;
}
   

.menu-toggle {
  font-size: 24px;
  cursor: pointer;
  flex: 1;
  text-align: left;
}



      nav ul {
        flex-direction: column;
        background: #34495e;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        transform: translateY(-20px);
        opacity: 0;
        display: none;
        transition: all 0.3s ease;
         z-index: 999;
      }
 
      nav ul.active {
        display: flex;
        transform: translateY(0);
        opacity: 1;
      }
      .menu-toggle {
        display: block;
      }
      .menu-close {
        display: block;
      }
      
      
 
  
  .thumb {
  width: 40px;
  height: 27px;
  object-fit: cover;
  display: inline-block;
}

.main-content h2,
.main-content p,
.main-content ul{
  margin: 0 0 16px;
}
      .contact-info .email-id {
    display: none;
  }
      

      .footer-container {
      flex-direction: column;
      align-items: center;
    }
    .footer-section {
      text-align: center;
      margin-bottom: 20px;
    }
    