* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', sans-serif;
}

body {
  background-color: #fc8019;
  color: white;
}

    section {
      font-family: Arial, sans-serif;
      width: 100%;
    }

    /* Navbar */
    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 25px;
      background-color: #fc8019;
      flex-wrap: wrap;
    }

    .navbar .logo {
      font-size: 22px;
      font-weight: bold;
      color: white;
    }

    .navbar nav {
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
    }

    .navbar nav a {
      color: white;
      text-decoration: none;
      font-weight: 500;
    }

    .btn-outline {
      padding: 6px 14px;
      border: 1px solid white;
      border-radius: 6px;
    }

    /* Hero */
    .hero {
      text-align: center;
     padding: 130px 20px;
    }

    .hero h1 {
      font-size: 2.5rem;
      font-weight: bold;
      max-width: 700px;
      margin: auto;
      line-height: 1.3;
    }

    .hero p {
      margin-top: 20px;
      font-size: 1.1rem;
    }

    /* Cards */
    .cards {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin: 60px 20px;
      flex-wrap: wrap;
    }

    .card img {
      height: 45px;
      object-fit: contain;
      display: block;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .navbar {
        flex-direction: column;
        align-items: flex-start;
      }

      .navbar nav {
        margin-top: 10px;
      }

      .hero h1 {
        font-size: 1.8rem;
      }

      .cards {
        flex-direction: column;
        align-items: center;
        gap: 15px;
      }
    }

/* Second section */


.container {

  position: relative;
  text-align: center;
  padding: 100px 20px;


   margin: 0;
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  overflow-x: hidden;
  position: relative;

}

.main-heading {
  font-size: 48px;
  font-weight: bold;
  color: #ff0033;
  margin-bottom: 20px;
  line-height: 1.2;
}

.subtitle {
  font-size: 18px;
  max-width: 720px;
  margin: 0 auto 60px auto;
  color: #333;
}

.stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.stat-box {
  background-color: #f1f1f1;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 180px;
}

.stat-box h2 {
  font-size: 32px;
  margin: 0;
  color: #002b5b;
}

.stat-box p {
  margin: 10px 0 0 0;
  color: #333;
  font-size: 16px;
}



.tool {
  position: absolute;
  z-index: 0;
  opacity: 0.85;
}

.hammer {
  top: 80px;
  left: 180px;
  width: 150px;
  transform: rotate(-5deg);
}

.screwdriver {
  top: 90px;
  right: 190px;
  width: 150px;
  transform: rotate(30deg);
}

.paintbrush {
  bottom: 90px;
  left: 200px;
  width: 130px;
  transform: rotate(-65deg);
}

.nutA {
  bottom: 100px;
  right: 240px;
  width: 80px;
}

.nut {
  top: 200px;
  right: 250px;
  width: 40px;
}

.bolt {
  bottom: 150px;
  right: 250px;
  width: 30px;
}

.emptydiv{
  background-color: #ffffff;
  height: 70px;
}

 /* Responsive */
    @media (max-width: 768px) {
      /*
      section {
        padding: 70px 15px;
      }*/

      .main-heading {
        font-size: 32px;
      }

      .subtitle {
        font-size: 16px;
        margin-bottom: 40px;
      }

      .stat-box {
        min-width: 140px;
        padding: 20px 15px;
      }

      /* Hide background tools on mobile */
      .tool {
        display: none;
      }
    }


/* Section Three */

/*
.containerB {
  padding: 40px 20px;
  min-height: 110vh;

   margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(to bottom, #ffe6eb, #ffffff);
  color: #333;
  text-align: center;
   gap: 60px;
}

.h1 {
  font-size: 2.5rem;
  color: #d94f5c;
  margin-bottom: 80px;
  margin-top: 50px;
}

.description {
  font-size: 1.1rem;
  color: #4a4a4a;
  margin-bottom: 100px;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.feature, .phone {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  padding: 20px;
  width: 130px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}



.feature img, .phone img{
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 10px;
}

.feature p, .phone p {
  font-size: 0.9rem;
  color: #333;
  margin: 0;
  line-height: 1.2;
}

.phone {
  width: 150px;
  height: 150px;
  border: 3px solid #f2f2f2;
}

*/
.containerB {
      padding: 40px 20px;
      min-height: 110vh;
      font-family: 'Segoe UI', sans-serif;
      background: linear-gradient(to bottom, #ffe6eb, #ffffff);
      color: #333;
      text-align: center;
    }

    .h1 {
      font-size: 2.5rem;
      color: #d94f5c;
      margin-bottom: 60px;
      margin-top: 40px;
    }

    .description {
      font-size: 1.1rem;
      color: #4a4a4a;
      margin-bottom: 60px;
    }

    .grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .feature, .phone {
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 6px 15px rgba(0,0,0,0.1);
      padding: 20px 10px;
      min-width: 120px;
      flex: 1 1 120px;
      max-width: 150px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      transition: transform 0.2s ease;
    }

    .feature img, .phone img {
      width: 50px;
      height: 50px;
      object-fit: contain;
      margin-bottom: 10px;
    }

    .feature p, .phone p {
      font-size: 0.9rem;
      color: #333;
      margin: 0;
      line-height: 1.2;
    }

    .phone {
      border: 3px solid #f2f2f2;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .h1 {
        font-size: 1.8rem;
        margin-bottom: 40px;
      }

      .description {
        font-size: 1rem;
        margin-bottom: 40px;
      }

      .feature, .phone {
        min-width: 100px;
        max-width: 120px;
        padding: 15px;
      }

      .feature img, .phone img {
        width: 40px;
        height: 40px;
      }

      .feature p, .phone p {
        font-size: 0.8rem;
      }
    }

    @media (max-width: 480px) {
      .grid {
        gap: 15px;
      }

      .feature, .phone {
        min-width: 90px;
        max-width: 110px;
        padding: 12px;
      }

      .feature img, .phone img {
        width: 35px;
        height: 35px;
      }

      .feature p, .phone p {
        font-size: 0.75rem;
      }
    }
    
/* Section Four */


.containerC {
  padding: 40px 20px;
  min-height: 70vh;

   margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: white;
  color: #333;
  text-align: center;
  gap: 30px;
}

.h12 {
  font-size: 3rem;
  color: #f59d1b;
  margin-bottom: 80px;
  margin-top: 50px;
}

.description2 {
  font-size: 1.1rem;
  color: #4a4a4a;
  margin-bottom: 30px;
}
  

/* Section five*/
.wishlistbtn{

  font-family: Arial, sans-serif;
      background-color: #eef2f7;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100px;

      background-color: white;
      padding: 30px;
      text-align: center;
  
}

.btn{
  display: inline-block;
      padding: 12px 25px;
      background-color: #000000;
      color: white;
      text-decoration: none;
      font-size: 1rem;
      border-radius: 6px;
      transition: background-color 0.3s;
}

.btn:hover {
      background-color: #4e4f50;
    }


/* Section six*/

.main-container{
   padding: 40px 20px;
   min-height: 70vh;

   margin: 0;
  
  background: white;
  text-align: center;
  /* gap: 30px; */
}

 .download-container {

  max-width: 1000px;
  margin: 50px auto;
  padding: 40px;
  background: linear-gradient(to bottom, #ffe6eb, #ffffff);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 25px;
  border: 10px solid #ffe6ebca;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.content {
  max-width: 50%;
}

.content h1 {
  color: #f59d1b;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.content p {

  font-size: 18px;
   color: #002b5b;
  /* color: #4a4a4a; */
  margin-bottom: 20px;
}

.store-buttons img {
  height: 50px;
  margin-right: 10px;
}

.qr-section {
  text-align: center;
}

.qr-section p {
  font-size: 16px;
   color: #002b5b;
  margin-bottom: 10px;
}

.qr-code {
  width: 160px;
  height: 160px;
  border-radius: 12px;
  border: 1px solid #eee;
}

/* Section seven*/


.footer {

  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #fff;

  background-color: #000;
  color: #fff;
  padding: 40px 20px 20px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
}

.footer-logo h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column {
  flex: 1 1 160px;
  margin-bottom: 30px;
}

.column h4 {
  color: #fff;
  margin-bottom: 10px;
}

.column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.column ul li {
  color: #aaa;
  margin-bottom: 8px;
  font-size: 14px;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}

.social-icons img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.store-buttons img {
  width: 135px;
  height: auto;
  margin: 6px 0;
}

.footer-bottom {
  text-align: center;
  color: #777;
  font-size: 12px;
  margin-top: 20px;
}

.footer-bottom hr {
  border: none;
  border-top: 1px solid #333;
  margin: 20px 0;
}


/* Responsive */
@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .cards {
    flex-direction: column;
    margin: 40px auto;
  }

  .download-container {
    flex-direction: column;
    padding: 20px;
  }

  .grid {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .feature, .phone {
    width: 90px;
    height: 90px;
  }

  .content h1 {
    font-size: 1.5rem;
  }

  .store-buttons img {
    height: 40px;
  }

  .qr-code {
    width: 120px;
    height: 120px;
  }
}
