body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Segoe UI', sans-serif;
  }

  .body-bg-color{
    background-color: black;
  }
  .hero-section {
    position: relative;
    height: 50vh;
    background: url('https://static.wixstatic.com/media/84770f_4f2cde8799e24f63855d40280b99b191~mv2.png/v1/fill/w_2880,h_1020,al_c,q_95,enc_avif,quality_auto/84770f_4f2cde8799e24f63855d40280b99b191~mv2.png') no-repeat center center/cover;
  }
  .hero-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  .hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 75px;
  }
  .hero-title {
    font-size: 11vw;
    font-weight: 900;
    color: #d7ff00;
    line-height: 1;
    margin-bottom: 0;
  }
  .hero-sub {
    font-weight: 700;
    color: #d7ff00;
    font-size: 0.9rem;
    margin-top: 1rem;
  }
  .hero-desc {
    font-size: 2rem;
    color: #fff;
    margin-top: 0.5rem;
  }
  .start-btn {
    background-color: #d7ff00;
    color: black;
    font-weight: bold;
    padding: 12px 30px;
    border-radius: 30px;
    border: none;
    margin-top: 30px;
    font-size: 1rem;
  }

  

  .navbar-custom {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
    padding: 1rem 2rem;
  }
  
  .navbar-brand {
    font-weight: bold;
    color: #d7ff00 !important;
    font-size: 0.85rem;
  }
  
  .nav-link {
    color: white !important;
    margin-right: 1rem;
    font-weight: 600;
    font-size: 0.9rem;
  }



  .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 50vh;
    width: 100%;
    background: black;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .mobile-menu-overlay .menu-list {
    list-style: none;
    padding: 0;
  }
  
  .mobile-menu-overlay .menu-list li {
    margin: 20px 0;
  }
  
  .mobile-menu-overlay .menu-list a {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
  }
  
  .close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    background: none;
    border: none;
    font-size: 3rem;
    color: #d7ff00;
    z-index: 10000;
  }
  



  .btn-outline-light {
    border-radius: 30px;
    padding: 6px 20px;
    font-size: 0.9rem;
  }
  .custom-img-wrapper {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    max-width: 370px;
    overflow: hidden;
    border-radius: 12px;
  }
  
  .custom-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    transition: transform 0.4s ease;
  }
  
  .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(215, 255, 0, 0.3); /* #D7FF00 overlay */
    color: white;
    padding: 20px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px;
  }
  
  .custom-img-wrapper:hover .img-overlay {
    opacity: 1;
  }
  
  .img-overlay h5,
  .img-overlay p {
    margin-bottom: 10px;
  }
  
  .img-overlay .btn {
    background-color: white;
    color: black;
    border-radius: 30px;
    border: none;
    padding: 6px 20px;
    transition: 0.3s;
  }
  
  .img-overlay .btn:hover {
    background-color: black;
    color: white;
  }
  
  /* Responsive: Show content below image on mobile */
  @media (max-width: 767.98px) {
    .img-overlay {
      /* position: static; */
      opacity: 1;
      background: transparent;
      padding-top: 10px;
      text-align: left;
    }
  
    .custom-img-wrapper {
      max-width: 100%;
    }
  
    .img-overlay .btn {
      margin-top: 10px;
    }
  
    .img-overlay h5,
    .img-overlay p {
      color: #fff;
    }
  
    .custom-img-wrapper:hover .img-overlay {
      opacity: 1; /* Keep visible on mobile */
    }
  }
  
  



  .section-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  
  .section-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
  }
  
  .arrow-icon {
    font-size: 2rem;
    color: black;
    transition: transform 0.3s ease, color 0.3s ease;
  }
  
  .arrow-icon:hover {
    transform: scale(1.4);
    color: #d7ff00;
  }
  

  .number-box {
    text-align: left;
  }
  
  .number-box .number {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1;
  }
  
  .number-box .title {
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
  }
  
  .number-box .desc {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
  }
  
  @media (max-width: 767.98px) {
    .number-box .number {
      font-size: 4rem;
    }
  }


  .costum-text-color{
    color: #d7ff00;
  }
  

  .about-section {
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
  }

  .about-image {
    background: url('/main.jpg') no-repeat center center/cover;
    /* min-height: 600px; */
  }
  

  .about-content {
    background-color: #000;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 40px;
    text-align: center;
  }

  .about-content .subtitle {
    color: #d6ff00;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }

  .about-content h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 30px;
  }

  .about-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  @media (max-width: 768px) {
    .about-content {
      padding: 40px 20px;
    }

    .about-content h1 {
      font-size: 30px;
    }

    .about-content p {
      font-size: 16px;
    }
  }
  

  .img-bg {
    /* height: 100%; */
    /* margin: 0; */
    font-family: 'Helvetica Neue', sans-serif;
    background: url('https://static.wixstatic.com/media/84770f_d3fd0cac3ebc43779648ab8c47f3c115~mv2.jpg/v1/fill/w_1685,h_1148,fp_0.32_0.03,q_85,enc_avif,quality_auto/84770f_d3fd0cac3ebc43779648ab8c47f3c115~mv2.jpg') center center/cover no-repeat;
    color: white;
    /* overflow-x: hidden; */
    background-color: transparent !important;
  }

  .hero-text {
    font-size: 8vw;
    font-weight: 900;
    color: #D5FF00;
  }

  .newsletter-form input[type="email"] {
    background: transparent;
    border: none;
    border-bottom: 2px solid #D5FF00;
    color: white;
    width: 100%;
  }

  .newsletter-form input::placeholder {
    color: white;
  }

  .newsletter-form .form-check-input {
    background-color: transparent;
    border: 2px solid #D5FF00;
  }

  .newsletter-form .btn-submit {
    border: 2px solid #D5FF00;
    color: #D5FF00;
    background-color: transparent;
    padding: 5px 30px;
    border-radius: 30px;
  }

  .form-card {
    background: white;
    color: black;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
  }

  .footer {
    background: transparent;
    color: white;
    padding: 40px 20px;
  }

  .footer a {
    color: white;
    text-decoration: none;
  }

  .footer a:hover {
    text-decoration: underline;
  }

  .form-control:focus {
    box-shadow: none;
    border-color: black;
  }
  




  .sidebar a {
    display: block;
    color: #bbb;
    text-decoration: none;
    margin-bottom: 8px;
    transition: color 0.2s ease;
  }

  .sidebar a:hover {
    color: #d7ff00;
  }

  .product-card {
    /* background-color: transparent; */
    text-align: center;
    cursor: pointer;
    padding: 20px;
    transition: background-color 0.4s ease;
    border-radius: 10px;
  }

  .product-card:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }

  .product-img {
    max-height: 250px;
    transition: transform 0.4s ease;
  }

  .product-card:hover .product-img {
    transform: scale(1.05);
  }

  /* Modal Styling */
.stylish-modal {
  background-color: #1f1a13;
  color: white;
  border: none;
  border-radius: 15px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  position: relative;
}

/* Scale Up Animation */
.animate-scale-up {
  animation: scaleUp 0.4s ease forwards;
  transform: scale(0.9);
  opacity: 0;
}

@keyframes scaleUp {
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Image Styling */
.modal-img {
  width: 100%;
  max-height: 350px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.modal-img:hover {
  transform: scale(1.05);
}

/* Close Button */
.custom-close {
  position: absolute;
  top: 20px;
  right: 20px;
  filter: invert(1);
  z-index: 10;
}
.btn-color{
  background-color: #d6ff00;
}
.btn-color:hover{
  background-color: #d6ff00;
  color:#000;
}

/* Price Highlight */
.product-price {
  color: #d7ff00;
  font-size: 1.25rem;
  font-weight: bold;
}

/* Responsive Fixes */
@media (max-width: 768px) {
  .modal-body {
    padding: 2rem 1.5rem;
  }
}
.custom-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 2rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.2s ease;
}
.custom-close-btn:hover {
  transform: scale(1.2);
}




  /* Blog css */


  .blog-hero {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0,0,0,0.9)),
      url('https://images.unsplash.com/photo-1497493292307-31c376b6e479?auto=format&fit=crop&w=1600&q=80');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
  }

  .blog-card {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
    color: white;
    transition: transform 0.3s ease;
  }

  .blog-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  .blog-card-content {
    position: relative;
    z-index: 2;
  }

  .blog-date {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    font-size: 0.9rem;
  }

  .blog-card:hover {
    transform: scale(1.02);
  }


  /* Blog */

  .blog-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #ccc;
  }
  .quote-line {
    border-left: 5px solid #D5FF00;
    padding-left: 1rem;
    font-size: 1.25rem;
  }
  .recent-post-card {
    background-color: #111;
    border: none;
  }
  .recent-post-card img {
    height: 200px;
    object-fit: cover;
  }
  .social-icons i {
    font-size: 1.2rem;
    margin-right: 15px;
    color: #fff;
    cursor: pointer;
  }
  .see-all{
    color: #fff;
    text-decoration: none;
  }
  .see-all:hover{
    color: #D5FF00;
  }
  .card-title:hover{
    color: #d6ff00!important;
    cursor: pointer;
  }