  /* Reset & Global Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
  
} 
   
   
   
   body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(135deg, #ffffff, #e3f2fd, #90caf9, #1976d2);
  color: #333;
  background-attachment: fixed; /* Keeps gradient steady */
}


   /* ===== Header Styling ===== */
header {
  background: linear-gradient(1.2deg, #1976d2,#81bef0,#e3f2fd,#90caf9);
  color: white;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

header .logo {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1px;
 color: linear-gradient(135deg, #f5f4f4, #e3f2fd, #90caf9, #1976d2);
}

header nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

header nav ul li a {
  color: rgb(253, 253, 253);
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 900;
  transition: color 0.3s ease;
}

header nav ul li a:hover {
  color: #54b2ff;
}

/* ===== Hamburger Styling ===== */
.hamburger {
  display: none;
  font-size: 1.8rem;
  cursor: pointer;
  color: white;
}

/* ===== Responsive Navigation ===== */
@media (max-width: 768px) {
  header nav ul {
    position: absolute;
    top: 70px;
    right: 0;
    background: linear-gradient(3deg,  #e3f2fd,#90caf9, #90caf9, #1976d2);;
    flex-direction: column;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    gap: 0;
    transition: max-height 0.4s ease-in-out;
  }

  header nav ul li {
    text-align: center;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }

  header nav ul.show {
    max-height: 300px; /* Smooth slide down */
  }

  .hamburger {
    display: block;
  }
}


    .hero {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 3rem 1.5rem;
    }

    .hero h1 {
      font-size: 2.5rem;
      margin-bottom: 1rem;
      color: #1976d2;
    }

    .hero p {
      font-size: 1.2rem;
      margin-bottom: 2rem;
      color: #555;
    }

    .gradient-btn {
      padding: 0.8rem 1.8rem;
      border: none;
      border-radius: 25px;
      background: linear-gradient(45deg, #42a5f5, #1976d2);
      color: white;
      font-size: 1rem;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      text-decoration: none;
    }

    .gradient-btn:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 14px rgba(0,0,0,0.2);
    }

    .container {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 2rem 0;
      flex-direction: column;
    }

    .washing-machine {
      animation: shake 3s ease-in-out infinite;
      transform-origin: 90px 367.5px;
    }
   .loader-section {
  padding: 2.5rem 1.5rem;
  background: linear-gradient(135deg, #ffffff, #e3f2fd, #90caf9, #1976d2);
  text-align: center;
    }
    .loader-top {
      width: 180px;
      height: 60px;
      background-color: #fff;
      background-repeat: no-repeat;
      background-image: 
          linear-gradient(#90caf9 50%, #bbb 51%), 
          linear-gradient(rgb(126, 182, 255), #ddd), 
          linear-gradient(#90caf9, #ddd), 
          radial-gradient(ellipse at center, #aaa 25%, #eee 26%, #eee 50%, #0000 55%), 
          radial-gradient(ellipse at center, #aaa 25%, #eee 26%, #eee 50%, #0000 55%);
      background-position: 
          0 30px, 
          67.5px 0, 
          12px 9px, 
          82.5px 4.5px, 
          112.5px 4.5px;
      background-size: 
          100% 6px, 
          1.5px 34.5px, 
          45px 12px, 
          22.5px 22.5px, 
          22.5px 22.5px;
      position: relative;
      border-radius: 12px 12px 0 0;
    }

   .name {
  width: 180px;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  font-size: 57px;
  margin: 2px;

  /* gradient text */
  background: linear-gradient(5deg, #197de0,#65b2f1,#80c2f8,#feffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* fallback */
  color: transparent;
}

    .loader-bottom {
      width: 180px;
      height: 165px;
      background-color: #fff;
      position: relative;
      border-radius: 0 0 12px 12px;
    }

    .loader-bottom::before {
      content: "";
      position: absolute;
      left: 7.5px;
      top: 100%;
      width: 10.5px;
      height: 7.5px;
      background-color: #aaa;
      border-radius: 0 0 6px 6px;
      box-shadow: 153px 0 #aaa;
    }

    .loader-bottom::after {
      content: "";
      position: absolute;
      width: 142.5px;
      height: 142.5px;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 15px;
      background-color: #bbdefb;
      background-image: 
          linear-gradient(to right, #0004 0%, #0004 49%, #0000 50%, #0000 100%),
          linear-gradient(135deg, #64b5f6 50%, #607d8b 51%);
      background-size: 45px 100%, 135px 120px;
      border-radius: 50%;
      background-repeat: repeat, no-repeat;
      background-position: 0 0;
      box-sizing: border-box;
      border: 15px solid #ddd;
      box-shadow: 0 0 0 6px #999 inset, 0 0 9px 9px #0004 inset;
      animation: spin 3s ease-in-out infinite;
    }

    @keyframes spin {
      0% { transform: rotate(0deg); }
      50% { transform: rotate(360deg); }
      75% { transform: rotate(750deg); }
      100% { transform: rotate(1800deg); }
    }

    @keyframes shake {
      65%, 80%, 88%, 96% { transform: rotate(0.5deg); }
      50%, 75%, 84%, 92% { transform: rotate(-0.5deg); }
      0%, 50%, 100% { transform: rotate(0); }
    }
.service-box {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  padding: 1rem;
}

.service {
  background: linear-gradient(145deg, #ffffff, #f3f9ff);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.service::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: #1976d2;
  border-radius: 50%;
  opacity: 0.08;
}

.service:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.service h3 {
  color: #1976d2;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  font-weight: bold;
}

.service p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}

.service-icon {
  font-size: 2.5rem;
  color: #1976d2;
  margin-bottom: 1rem;
  display: inline-block;
}

.services h2 { font-size: 2rem; margin-bottom: 1.2rem; color: #1976d2; text-align: center; }


.budget {
  padding: 2.5rem 1.5rem;
  background: linear-gradient(135deg, #ffffff, #e3f2fd, #90caf9, #1976d2);
  text-align: center;
}

.budget h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #1976d2;
}

.budget-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
}




.budget-card {
  background: white;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.budget-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.budget-card h3 {
  margin: 0.8rem 0;
  color: #1976d2;
}

.budget-card p {
  margin: 0.3rem 0;
  font-size: 1rem;
  color: #444;
}

.service-icon {
  font-size: 2.2rem;
  color: #1976d2;
  background: #e3f2fd;
  padding: 0.8rem;
  border-radius: 50%;
  display: inline-block;
}


/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: linear-gradient(180deg, #ffffff, #e3f2fd);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #90caf9, #1976d2);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #42a5f5, #1565c0);
}

/* For Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #1976d2 #e3f2fd;
}

footer {
  background: linear-gradient(135deg, #1976d2, #42a5f5, #bbdefb);
  color: white;
  text-align: center;
  padding: 2rem 1rem;
  margin-top: 3rem;
  position: relative;
  overflow: hidden;
}

footer::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

footer::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

footer p {
  margin: 0.5rem 0;
  font-size: 0.95rem;
}

footer a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  margin: 0 10px;
  transition: color 0.3s ease, transform 0.2s ease;
}

footer a:hover {
  color: #ffeb3b;
  transform: scale(1.1);
}
.footer-location {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #e3f2fd;
}
  


