body
{
margin: 0;
padding: 0;
 --font-family-sans-serif: "Oxygen", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
h2,h4,h3{
  font-family: "Lora", Georgia, serif;
      font-style: italic;
}
.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.float-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}

.float-btn img {
  width: 30px;
  height: 30px;
}

.float-btn:hover {
  transform: scale(1.1);
}

/* WhatsApp */
.whatsapp {
  background-color: #25D366;
}

/* Call */
.call {
  background-color: #0b5ed7;
}

.navbar-brand img {
      height: 60px;
    }
    .product-box {
      transition: transform 0.3s;
    }
    .product-box:hover {
      transform: translateY(-5px);
    }
    .support-section {
      background-color: #f8f9fa;
      padding: 60px 0;
    }
    footer {
      background-color: #343a40;
      color: white;
      padding: 20px 0;
      text-align: center;
    }
 /*product content   */
  .product-box {
      border: 1px solid #ddd;
      border-radius: 10px;
      text-align: center;
      padding: 10px;
      background-color: #fff;
      transition: all 0.3s ease;
      max-width: 220px; /* fixed smaller width */
      margin: auto; /* center align in column */
    }

    .product-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .product-box img {
      width: 150px;
      height: 150px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 10px;
    }

    .product-box h5 {
      font-size: 1rem;
      font-weight: 600;
    }

    .product-box p {
      font-size: 0.9rem;
      color: #666;
      margin-bottom: 0;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
    }

    /* OUR CLIENTS START */
        .clients-row { display: flex; flex-wrap: wrap; margin: 0 -8px; }
    .client-col {
      flex: 0 0 12.5%;
      max-width: 12.5%;
      padding: 0 8px;
      margin-bottom: 16px;
    }

    /* fallback responsiveness using breakpoints */
    @media (max-width: 1199.98px) { /* lg and down -> 4 items per row */
      .client-col { flex: 0 0 25%; max-width: 25%; }
    }
    @media (max-width: 767.98px) { /* sm and down -> 2 items per row */
      .client-col { flex: 0 0 50%; max-width: 50%; }
    }

    .client-card {
      background: #fff;
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 12px;
      text-align: center;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transition: transform .12s ease, box-shadow .12s ease;
    }
    .client-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    }

    .client-card img {
      max-height: 80px;
      width: auto;
      object-fit: contain;
      margin-bottom: 8px;
      display: block;
    }

    .client-name {
      font-size: 13px;
      color: #333;
      margin-top: 6px;
      line-height: 1.1;
    }


    /* OUR CLIENTS CLOSE */

    /* footer start */
    .footer-section{
  background:#0f172a;
  color:#fff;
  padding:50px 0 20px;
  border-top-left-radius:40px;
  border-top-right-radius:40px;
}
.footer-logo{
  font-size:28px;
  font-weight:700;
  margin-bottom:15px;
}
.footer-section a{
  color:#cbd5e1;
  text-decoration:none;
  transition:all .22s ease;
}
.footer-section a:hover{
  color:#fff;
  transform:translateX(4px);
}
.social-icons a{
  font-size:20px;
  margin-right:12px;
  background:#1e293b;
  border-radius:50%;
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:all .25s ease;
}
.social-icons a:hover{
  background:#0284c7;
  transform:translateY(-3px) scale(1.06);
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,0.15);
  margin-top:30px;
  padding-top:18px;
  text-align:center;
  color:#94a3b8;
  font-size:14px;
}
    /* footer start */


    /* support start */
      .feature-box{
  background:#f8fafc;
  border-radius:18px;
  padding:30px;
  box-shadow:0 6px 20px rgba(0,0,0,0.08);
  transition:all .25s ease;
  height:100%;
}
.feature-box:hover{
  transform:translateY(-6px);
  box-shadow:0 10px 28px rgba(0,0,0,0.12);
}
.feature-title{
  font-size:20px;
  font-weight:700;
  margin-bottom:10px;
}
.feature-text{
  font-size:14px;
  line-height:1.5;
  color:#555;
}
    /* support start close */

      /* event box start */
    .event-box{
  background:#f8fafc;
  border-radius:18px;
  padding:25px;
  box-shadow:0 6px 20px rgba(0,0,0,0.08);
  transition:all .25s ease;
  height:100%;
}
.event-box:hover{
  transform:translateY(-6px);
  box-shadow:0 10px 28px rgba(0,0,0,0.12);
}
.event-title{
  font-size:20px;
  font-weight:700;
  margin-bottom:10px;
  text-transform:uppercase;
}
.event-img{
  border-radius:12px;
  overflow:hidden;
  margin-bottom:12px;
  cursor:pointer;
}
.event-img img{
  width:100%;
  height:170px;
  object-fit:cover;
}

    /* event box close */