

      /* Breadcrumb Navigation */
      .breadcrumb1 {
        margin-top: 0px;
        font-size: 14px;
        color: #bbb;
        text-align: left;
        border-radius: 0px;
        opacity: 0.75;
        transform: translateY(105px);
        padding: 10px 25px;
      }

      .breadcrumb1 span {
        color: #4dfe3e;
        /* Green brand color */
        text-decoration: none;
      }

      .breadcrumb1 a {
        color: white !important;
        text-decoration: none;
      }

      .breadcrumb1 a:hover {
        text-decoration: underline;
        opacity: 1;
      }
      .breadcrumb1 img {
        margin-left: 6px;
        vertical-align: unset;
      width: 11px;
      filter: invert(1);
      transform: translateY(0.3px);
    }

      @media (max-width: 500px) {
        .breadcrumb1 {
          font-size: 12px;

        }
        .breadcrumb1 img {
          margin-left: 0px;

          width: 9px;}
      }
      @media (max-width: 680px) {
        .breadcrumb1 {
          transform: translateY(80px);

        }
      }



      /* General Page Styling */
      /* Breadcrumb Navigation */
      .opening-soon {
        text-align: center;

        transform: translateY(-84px);
        margin-bottom: 0px;
      }
      .opening-soon h4 {
        font-size: 16px;
        color: #4dfe3e;
        word-spacing: 20px;
        /* Adjust the value as needed */
        opacity: 0.4;
      }

      .services-section {
        background-color:  rgba(18, 18, 26, 1)  ;

        text-align: center;
        padding: 30px 20px;
      }

      .services-title {
    position: relative; /* Ensures proper placement */
    transform: translateY(-70px);
    background: rgba(0, 0, 0, 0.3); /* Semi-transparent background */
    padding: 15px 0; /* Ensure padding affects only top & bottom */
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #4dfe3e;
    width: 89vw; /* Full viewport width */
    left: 0; /* Ensures it starts from the leftmost edge */
border-radius: 10px;
    margin: 0px auto; /* Negative margins to prevent shifting content */
}

      .services-container {
        transform: translateY(-70px);
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
        margin-top: 30px;
      }

      .service-card {
        background: #0a0c0e;
        padding: 30px;
        border-radius: 10px;
        width: 300px;
        transition: 0.3s;
        position: relative;
      }
      .service-card img {
        transition: filter 0.3s ease-in-out;
      }

      .service-card:hover img:not(.hot-fire) {
        filter: invert(57%) sepia(86%) saturate(428%) hue-rotate(75deg);
      }

      .service-card a:hover {
        color: white; /* Keep Buy Now / Sell Now green */
        font-weight: bold;
        text-decoration: none;

        transform: scale(1.21);
        transition: transform 0.2s ease-out, background 0.2s ease-out,
          color 0.3s ease-out;
      }
     .buy-now2:hover {
        color: white; /* Keep Buy Now / Sell Now green */
        font-weight: bold;
        text-decoration: none;

        transform: scale(1.05)!important;
        transition: transform 0.2s ease-out, background 0.2s ease-out,
          color 0.3s ease-out;
      }
      .service-card img {
        width: 60px;
      }
      .service-title {
        font-size: 20px;
        font-weight: 600;
        margin: 15px 0;
      }
      .service-description {
        font-size: 14px;
        color: #ccc;
      }

      .buy-now {
        display: block;
        margin-top: 15px;
        color: #4dfe3e;
        text-decoration: none;
        font-weight: bold;
        transition: 0.3s;
      }
      .buy-now:hover {
        color: white;
      }
      .buy-now2 {
        display: block;
        margin-top: 15px;
        color: white;
        text-decoration: none;
        font-weight: bold;
        transition: 0.3s;
      }
      .buy-now2:hover {
        color: white;
      }
      .service-card:hover .hot-fire {
        display: block;
      }
      .hot-fire {
        position: absolute;
        top: -20px;
        right: -20px;
        width: 50px !important;
        display: none;
        transition: none !important;
      }

      .bread-container {
        width: 95%;
        margin: auto;
        padding: 10px;
      }

      .service-card {
        opacity: 0;
        transform: translateY(40px);
        transition: opacity 0.8s ease-out, transform 0.8s ease-out;
      }

      .service-card.fade-in {
        opacity: 1;
        transform: translateY(0);
      }
 

    
      @media (max-width: 680px) {
    
        .hot-fire {
            position: absolute;
            top: -8px;
            right: -8px;
            width: 25px !important;}

        .opening-soon h4 {
          font-size: 12px;
          color: #4dfe3e;
          word-spacing: 15px;
          /* Adjust the value as needed */
          transform: translateY(-20px); /* Centers it */
        }
        .services-section {
          padding: 40px 15px;
        }
        .services-title {
          font-size: 19px;
          padding: 12px 10px; /* Increase background padding */
          transform: translateY(-94px); /* Centers it */
          width: 85%;

        }
        .service-card h2 {

            display: none;
            font-size: 13px;

        }
     

        .service-card img {
            width: 35px;
        }

        .service-card p{
            font-size: 12px;
display: none;
        }
        .services-container {
          transform: translateY(-80px);
          gap: 10px;
          flex-wrap: wrap;
          margin-top: 30px;
        }
        .service-card {
          padding: 20px;
          border-radius: 10px;
          width: 18%;
        }
        .buy-now {
            font-size: 12px;
            font-weight: 400;
            color: #bbb;
          }
      }

      @media (max-width: 410px) {
        .buy-now {
            width: 70px !important;
      margin-left: -16px !important;
            font-size: 10px;
            font-weight: 400;
      color: #bbb;
          }
             .buy-now2 {
     
            font-size: 10px;
            font-weight: 400;
      color: #bbb;
          }
      .service-card {

   
        width: 10%;
      }}