
html {
    scroll-behavior: smooth;
  } 
  .whatsapp-float {
    position: fixed;
    bottom: 420px;
    z-index: 1000;
    cursor: pointer;
  }
  
  .whatsapp-float img {
    width: 50px;
    height: 50px;
    border-radius: 20%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: transform 0.2s ease;
  }
  
  .whatsapp-float img:hover {
    transform: scale(1.5);
  }
  
  .hero p{
    margin-left: 100px;
  }
  .hero {
    position: relative;
    overflow: hidden;
    min-height: 100vh; 
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }
  
  .background-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
    /* opacity: 0.8;  */
  }
  
  .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem;
    max-width: 800px;
    margin: auto;
  }
  
  .hero-content h1 {
    font-size: 2.5rem;
    font-weight: bold;
  }
  
  .hero-buttons {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .stats {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
  }
  .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  
   
  /* Preloader styles */
/* #preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ca904d; 
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.loader {
  border: 6px solid #000000;
  border-top: 6px solid #ffffff; 
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

/* Loader animation */
/* @keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}  */

  .burger {
    display: none;
  }
  li{
    transition: transform 0.4s ease;
  }
  li:hover{
    color: red;
    transform: scale(1.3);
  }

  .navbar.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    opacity: 70%;
    transition: all 0.3s ease;
  }
  
  
  .info-section {
    background: linear-gradient(to bottom, #ff9d9d, #ffffff);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px));
    gap: 30px;
    padding: 40px 20px; /* Added side padding */
    justify-items: center;
    color: black;
  }
  .info-box {
    border: 1px solid #ccc;
    /* box-shadow: 0px 4px 30px 1px rgba(1, 1, 10, 1); */
    padding: 20px;
    width: 100%;         /* Full width inside column */
    max-width: 100%;     /* Remove fixed size */
    text-align: center;
    border-radius: 5%;
    background-color: rgb(220, 228, 115); /* Optional: for contrast */
  }  
  .materials-section {
    padding: 60px 20px;
    text-align: center;
    background-color: #ffffff;
  }
  
  .materials-section h2 {
    font-size: 2rem;
    margin-bottom: 40px;
    color: #1a1a1a;
  }
  
  .materials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: auto;
  }
  
  .material-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .material-card img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    margin-bottom: 10px;
  }
  
  .material-card p {
    font-weight: 500;
    color: #333;
    font-size: 1rem;
  }
  
  .material-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
  }
  .quote-section {
    background: url('Asset\WhatsApp Image 2025-04-11 at 21.03.53_3e092dee.jpg') center/cover no-repeat;
    color: #fff;
    padding: 80px 20px;
    position: relative;
    text-align: center;
  }
  
  .quote-section .overlay {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.85), rgba(73, 73, 73, 0.75));
    padding: 60px 20px;
    max-width: 1400px;
    margin: auto;
    border-radius: 12px;
  }
  
  .quote-section h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
  
  .quote-section p {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  
  .highlight {
    color: #f44336;
    font-weight: bold;
  }
  
  .quote-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
  }
  
  .step {
    width: 300px;
    padding: 20px;
  }
  
  .step i {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #fff;
  }
  
  .step h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .step p {
    font-size: 0.95rem;
    color: #ccc;
  }
  
  .quote-call p {
    font-size: 1.1rem;
    margin: 5px 0;
  }
  
  .quote-call .buttons {
    margin-top: 15px;
  }
  
  .btn {
    background-color: #c70039;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    margin: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    transition: background 0.3s ease;
  }
  
  .btn:hover {
    background-color: #a0002e;
  }
  .quote-form-section {
    max-width: 1200px;
    background: #0e0e14;
    color: white;
    padding: 40px;
    margin: 530px auto;
    border-radius: 20px;
    /* box-shadow: 0 0 20px rgba(0,10,0,50); */
    background: linear-gradient(to bottom, #2c3e50, #2f656d);
    font-family: 'Segoe UI', sans-serif;
  }
  
  .quote-form-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
    color: #fff;
  }
  
  .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  
  .form-group {
    display: flex;
    flex-direction: column;
  }
  
  .form-group label {
    font-weight: 600;
    margin-bottom: 5px;
    color: #ccc;
  }
  
  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 10px 12px;
    font-size: 1rem;
    border-radius: 5px;
    border: none;
    background: #fff;
    color: #000;
  }
  
  textarea {
    resize: vertical;
    min-height: 100px;
  }
  
  .full-width {
    grid-column: 1 / -1;
  }
  
  .submit-btn {
    background-color: #3b6435;
    color: white;
    border: none;
    padding: 14px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s ease;
  }
  
  .submit-btn:hover {
    background-color: #2e4f2b;
  }
  /* --------------------- */
 .slider {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin: auto;
  }
  
  .slider-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .slide {
    min-width: 100%;
    box-sizing: border-box;
    display: none;
    justify-content: center;
    align-items: center;
  }
  
  .slide.active {
    display: flex;
  }
  
  .slide img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
  }
  
  /* Arrow buttons */
  .prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 2;
  }
  
  .prev {
    left: 10px;
  }
  
  .next {
    right: 10px;
  }
  .product{
    height: 10px;

  } 
  
/* Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: 'Segoe UI', sans-serif;
    background-image: linear-gradient(to bottom, #ee821e, #e99f9f);
    /* background-color: orange; */
    color: white;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  ul {
    list-style: none;
  }
  
  /* Top Bar */
  .top-bar {
    display: flex;
    justify-content: space-between;
    background: #ca904d;
    padding: 0.5rem 2rem;
    font-size: 0.9rem;
  }
  
  /* Navbar */
  .navbar {
    background: linear-gradient(to left, #e0ecee, #8eb7e0);
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    flex-wrap: wrap;
  
  }
  .logo {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .logo img {
    height: 50px;
  }
  nav ul {
    display: flex;
    gap: 1.5rem;
  }
  nav ul li a {
    font-weight: 500;
  }
  .btn-contact {
    background: #9b7a4f;
    font-weight: bold;
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    transition: transform 0.4s ease;
    position: relative;
    display: inline-block;
    background-image: linear-gradient(to right, #6e1b33, #df6b6b);
    background-size: 200% auto;
    background-position: left center;
    transition: background-position 0.4s ease, transform 0.4s ease;
    cursor: pointer
  }
  .btn-contact:hover{
    /* color: red;
    transform: scale(1.3); */
    background-position: right center;
    transform: scale(1.1);
  }
  /* Hero Section */
  .hero {
    display: flex;
    flex-wrap: wrap;
    padding: 3rem 1rem;
    gap: 1rem;
  }
  
  .hero-content {
    flex: 1;
  }
  .hero-content h1 {
    font-size: 2.5rem;
    margin: 1rem 0;
    line-height: 1.3;
  }
  .hero-content p {
    margin-bottom: 1.5rem;
    max-width: 500px;
  }
  .hero-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .brand-logo {
    height: auto;
    width: 100%; 
    max-width: 400px; 
    border-radius: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
  }
  /* .brand-logo:hover {
    transform: scale(1.2);
    cursor: pointer;
  } */
  .btn {
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    transition: transform 0.4s ease;
  }
  .btn:hover{
    transform: scale(1.3);
  }
  .primary {
    background: #d31632;
    color: white;
  }
  .secondary {
    background: #b11228;
    color: white;
  }
  .stats {
    display: flex;
    gap: 2rem;
    font-size: 1.1rem;
  }
  .hero-image {
    flex: 1;
  }
  .hero-image img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }

  .quote-form-section {
    padding: 20px;
  }

  .submit-btn {
    font-size: 0.95rem;
  }
  .site-footer {
    background: linear-gradient(to right, #333, #222);
    color: #fff;
    padding: 40px 20px 20px;
    font-family: 'Segoe UI', sans-serif;
    margin-top: 470px;
  }
  
  .footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #555;
  }
  
  .site-footer h3, .site-footer h4 {
    color: #f2b544;
    margin-bottom: 10px;
  }
  
  .site-footer p,
  .site-footer a {
    color: #ccc;
    font-size: 0.95rem;
    text-decoration: none;
  }
  
  .site-footer a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  
  .footer-links ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-links li {
    margin-bottom: 8px;
  }
  
  .social-icons a {
    display: inline-block;
    margin-right: 10px;
    background: #f2b544;
    color: #000;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.9rem;
    transition: background 0.3s ease;
  }
  
  .social-icons a:hover {
    background: #fff;
    color: #000;
  }
  
  .footer-bottom {
    text-align: center;
    padding-top: 15px;
    font-size: 0.85rem;
    color: #999;
  }
  



  

  /* Responsive Design */
  @media (max-width: 1024px) {
    .hero {
      flex-direction: column;
      text-align: center;
    }
    nav ul {
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  
  @media (max-width: 768px) {
    .top-bar {
      flex-direction: column;
      text-align: center;
      font-size: 0.85rem;
    }
    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .hero-content h1 {
      font-size: 1rem;
    }
    .stats {
      flex-direction: column;
      gap: 1rem;
      align-items: center;
    }
    /* .burger {
      display: block;
      font-size: 28px;
      cursor: pointer;
    } */
    .nav-links {
      display: none;
      width: 100%;
      background-color: #fff;
      padding: 10px 0;
    }
  
    .nav-links ul {
      flex-direction: column;
      align-items: flex-start;
      z-index: 2; 
      gap: 10px;
      padding: 0 20px;
    }
  
    .nav-links.show{
      display: block;
      z-index: 4;
      border-radius: 4%;
    }
    .btn-contact {
        display: block;
        margin: 10px auto;
        text-align: center;
        
      }
    .burger {
      display: block;
      font-size: 28px;
      cursor: pointer;
      margin-top: 10px;
    }
    .slide img {
      max-height: 300px;
    }
  
    .prev, .next {
      font-size: 1.5rem;
      padding: 8px;
    }
    .hero p{
      margin-left: 1px;
    }
  }
  
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  
  .social-icons {
    margin-top: 10px;
  }
  
  .footer-bottom {
    padding-top: 25px;
  }

  
  @media (max-width: 480px) {
    .hero-content h1 {
      font-size: 1.5rem;
    }
    .hero-buttons {
      flex-direction: column;
    }
    .brand-logo{
      height: 220px;
      width: 220px;
    }
    /* .top-bar{
      display: none;
    } */
    .slide img {
      max-height: 200px;
    }
    .btn-contact{
      display: none;
    }
    .navbar{
      height: 120px;
      z-index: 1000;
    }
    .navbar.scrolled {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 70%;
      background-color: white;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      z-index: 9999;
      transition: all 0.3s ease;
    }
    /* .brand-logo:hover{
      transform: scale(2);
      position: relative;
      z-index: 2; */
    /* } */
    
    .quote-form-section {
      margin-top: 250px;
    }
    .site-footer {
      margin-top: 200px;
    }

  }

