body {
      margin: 0;
      font-family: 'Hind', sans-serif;
      background: #f7f7f7;
      color: #333;
      padding-top: 60px;
    }
    .bold-heading strong {
      font-weight: bold;
      color: #000000;
      font-size: 2.8rem;
    }
    @media (max-width: 600px) {
      .bold-heading strong {
        font-size: 2rem;
      }
    }
 header {
  background: #fff;
  padding: 0px 0px;
  text-align: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
    header img {
      width: 60;
      animation: infinite #1976d2;
    }

    @keyframes pulse {
      0% { filter: drop-shadow(0 0 0px #cc6600); }
      50% { filter: drop-shadow(0 0 10px #cc6600); }
      100% { filter: drop-shadow(0 0 0px #cc6600); }
    }

    /* SLIDER */
 /* Top banner slider के लिए */
.slider-wrapper.top-banner {
  width: 100%;
  max-width: 720px;
  height: 90px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  border: 2px solid #1976d2;
  border-radius: 6px;
  padding: 10px 1;
}
    .slider-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
      height: 100%;
    }
    .slide {
      min-width: 100%;
      height: 100%;
      position: relative;
    }
    .slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .fallback-box {
      display: none;
      position: absolute;
      top: 0; left:0;
      width: 100%;
      height: 100%;
      background: #ddd;
      color: #333;
      font-weight: bold;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .dot-container {
      text-align: center;
      margin-top: 2px;
    }
    .dot {
      height: 10px;
      width: 10px;
      margin: 0 2px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      cursor: pointer;
    }
    .dot.active {
      background-color: #1976d2;
    }
     /* स्लाइडिंग स्किल प्रकार css कोड */

.skill-section {
  background-color: #e0c9b6;
  border-radius: 2px;
  padding: 20px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 05px;
}

.skill-section h2 {
  font-size: 8px;
  color: #000000;
  border-bottom: 2px solid #000000;
  display: inline-block;
  padding-bottom:0 2px;
  margin-bottom:0 2px;
  align-items: center;
}
.slider-wrapper.skill-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider {
  display: flex;
  gap: 15px;
  animation: scroll 20s linear infinite;
  width: max-content;
}

.skill-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 18px;
  flex: 0 0 auto;
  width: 100px;
}

.skill-box img {
  width: 100%;
  border-radius: 12px;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 600px) {
  .skill-box {
    width: 80px;
  }

  .skill-section h2 {
    font-size: 20px;
  }
}
.skill-block {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      gap: 10px;
    }
    .skill-block h3 {
      font-size: 14px;
      font-weight: bold;
      margin: 0;
      cursor: pointer;
    }
    .skill-block h3::after {
      content: " ▼";
      font-size: 12px;
    }
    .skill-icon {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #fff;
      border: 2px solid #cc6600;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .section {
      padding: 40px 20px;
      max-width: 1000px;
      margin: auto;
      background: #fff;
      border-radius: 16px;
      margin-bottom: 16px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      position: relative;
    }
    h2 {
      color: #cc6600;
      border-bottom: 2px solid #cc6600;
      padding-bottom: 5px;
      margin-bottom: 20px;
    }

    .button {
      display: inline-block;
      padding: 16px 28px;
      background-color: #cc6600;
      color: black;
      text-decoration: none;
      border-radius: 10px;
      font-weight: bold;
      font-size: 18px;
      margin: 15px auto;
      box-shadow: 0 2px 12px rgba(255, 128, 0, 0.4);
      transition: transform 0.2s ease;
      text-align: center;
    }
    .button:hover {
      transform: scale(1.07);
    }

    .read-more {
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.5s ease;
    }
    .read-more.active {
      max-height: 1000px;
    }

    .read-more-btn {
      background-color: #00a36c;
      color: white;
      font-size: 14px;
      padding: 10px 20px;
      border-radius: 8px;
      display: inline-block;
      text-decoration: none;
      margin-top: 10px;
      cursor: pointer;
      border: none;
      box-shadow: 0 2px 8px rgba(0, 150, 136, 0.3);
    }

    footer {
      text-align: center;
      padding: 20px;
      background-color: #00000000;
      color: #aaa;
    }

    .social-links a {
      color: #cc6600;
      margin: 0 10px;
      text-decoration: none;
      font-size: 18px;
    }

    .top-download {
      text-align: center;
      padding: 30px 0 0;
    }

    .hero {
      padding: 40px 20px;
      background: white;
    }
    .hero h1 {
      font-size: 2.5rem;
      margin-bottom: 10px;
      color: #cc6600;
      text-align: center;
    }
    .hero p {
      font-size: 1.2rem;
      max-width: 600px;
      margin: 0 auto 20px;
    }
    .read-more ul li {
      font-size: 0.4.1rem;
      margin-bottom: 10px;
      color:  #cc6600;
      text-align: left #000000;
    }

    @media screen and (max-width: 600px) {
      .button {
        font-size: 16px;
        padding: 14px 24px;
        width: 90%;
        display: block;
      }
    }
.whatsapp-float {
    position: fixed;
    bottom: 70px;
    right: 5px;
    background-color: #25d366;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .whatsapp-float img {
    width: 30px;
    height: 30px;
  }
  .hidden {
  display: none;
}
  
    .button {
      border-radius: 20px !important;
      box-shadow: 0 4px 12px rgba(204, 102, 0, 0.5);
    }
    
    .hero {
      background: linear-gradient(to right, #fff3e0, #ffe0b2);
      padding: 30px 10px;
      border-radius: 16px;
      margin: -20px auto 30px;
      max-width: 900px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
      position: relative;
      z-index: 1;
    }
    .hero h1 {
      font-size: 2rem;
      margin-bottom: 10px;
      color: #cc6600;
      text-align: center;
    }
    .hero p {
      font-size: 1.1rem;
      max-width: 600px;
      margin: 0 auto 10px;
      color: #444;
      text-align: center;
    }
    
.button {
  background-color: #cc6600 !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  text-align: center !important;
  box-shadow: 0 4px 12px rgba(204, 102, 0, 0.5);
}

@media screen and (max-width: 600px) {
  .button {
    font-size: 16px !important;
    padding: 12px 20px !important;
    width: 80% !important;
    display: block !important;
    margin: 10px auto !important;
  }
}

.slide-item {
  position: relative;
  width: 100%;
  flex: 0 0 100%;
}
.slide-text {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.slide-text img {
  height: 28px;
  width: auto;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .slider {
    max-height: 220px;
  }
  .hero {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .top-download {
    padding-top: 10px;
  }
}
 .download-button {
  display: inline-block;
  padding: 16px 28px;
  background-color: #cc6600;
  color: #fff;
  text-decoration: none;
  border-radius: 30px; /* Rounded corners */
  font-weight: bold;
  font-size: 18px;
  margin: 15px auto;
  box-shadow: 0 4px 12px rgba(204, 102, 0, 0.5);
  text-align: center;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.download-button:hover {
  background-color: #b35900;
  transform: scale(1.05);
}

/* Responsive adjustments for small devices */
@media screen and (max-width: 600px) {
  .download-button {
    font-size: 16px;
    padding: 14px 24px;
    width: 90%;
    display: block;
  }
}
 .download-button {
  font-size: 15px;
  padding: 12px 20px;
  width: 80%;
  max-width: 280px;
  display: block;
  margin: 20px auto;
  background-color: #cc6600;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(204, 102, 0, 0.5);
  text-align: center;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.download-button:hover {
  background-color: #b35900;
  transform: scale(1.05);
}

/* Responsive adjustments for small devices */
@media screen and (max-width: 600px) {
  .download-button {
    font-size: 16px;
    padding: 14px 24px;
    width: 90%;
    display: block;
  }
}
 download-tagline {
      font-size: 1.1rem;
      color: #cc6600;
      margin-top: 20px;
      text-align: center;
      font-weight: bold;
    }
    /* Fix screen overflow and mobile width */
html{
  max-width: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 480px) {
  .hero h1 {
    font-size: 1.5rem;
  }

  .hero p {
    font-size: 1rem;
    padding: 0 10px;
  }

  .section {
    padding: 20px 10px;
  }

  .skill-section h2 {
    font-size: 18px;
  }

  .skill-block h3 {
    font-size: 13px;
  }

  .skill-icon {
    width: 32px;
    height: 32px;
  }

  .slides img {
    height: 180px !important;
  }

  .slider {
    max-height: 220px !important;
  }

  .slide-text img {
    height: 20px !important;
  }
}
.cta-line {
  margin-top: 10px;
  font-size: 1.1em;
  color: #cc6600;
  text-align: center;
}