  * {
            margin: 0 !important;
            padding: 0 !important;
            box-sizing: border-box !important;
        }

body {
            overflow-x:hidden !important;
            font-family: 'Poppins', sans-serif !important;
            
    }
    
.our-service-banner{
    height:400px !important;
}
.our-service-banner img{
    height:100% !important;
}
.our-service-banner-content{
     position: absolute !important;
     top:150px !important;
    left:100px !important;
    color: white !important;
    font-size: 28px !important;
    letter-spacing: 2px !important;
    z-index: 10 !important;
    transform: translateY(40px) !important;
    transition: transform 0.4s ease !important;
}
.our-service-banner-content h1 span{
    color:yellow !important;
}
.reliable-main{
    padding:70px 20px !important;
}
.reliable h1{
    font-size:25px !important;
    padding-left: 10px !important;
    border-left:2px solid yellow;
}
.reliable h3{
    padding: 10px !important;
    font-weight:700 !important;
}
.reliable h3 span{
    color:red !important;
}
.reliable p{
    padding-left: 10px !important;
    text-align:justify !important;
}
.reliable-right {
    padding:10px 40px !important;
}

/*Why Choose */
/*icon under a box*/


.custom-container-mainn{
    background-color:#dadada !important;
    height:500px !important;
    padding:20px 0px !important;
      display: flex !important;
  justify-content: space-around !important;
  align-items: center !important;
  
}
.custom-container-mainn h1{
    font-size:20px !important;
    text-align:center !important;
    /*padding:40px 0px !important;*/
}
.custom-container-mainn h1 span{
    color:red !important;
}
.custom-container {
  position: relative !important;
  width: 200px !important;
  height: 200px !important;
}

.custom-box {
  position: relative !important;
  width: 200px !important;
  height: 200px !important;
  background-color: white !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  z-index: 2 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

.custom-box img {
  width: 80px !important;
  height: 80px !important;
}
.custom-container h1{
    font-size:18px !important;
        padding-top: 25px !important;
    /*text-align: left !important;*/
}
.custom-chain {
  position: absolute !important;
  top: -5px !important;
  left: 0 !important;
  width: 200px !important;
  height: 210px !important;
  background: repeating-linear-gradient(45deg, white, white 10px, transparent 10px, transparent 20px) !important;
  z-index: 1 !important;
  transition: all 0.3s ease !important;
}

.custom-container:hover .custom-chain {
  background: repeating-linear-gradient(45deg, yellow, yellow 10px, transparent 10px, transparent 30px) !important;
  animation: custom-move 0.4s ease infinite alternate ;
}

@keyframes custom-move {
  from {
    transform: translateY(0) ;
  }
  to {
    transform: translateY(-10px) ;
  }
}

@media (max-width: 768px) {
    .reliable-main {
    padding: 25px 20px !important;
}
.reliable{
    padding: 30px 0px !important;
}
    .our-service-banner-content{
     position: absolute !important;
     top:150px !important;
    left:10px !important;
}
.our-service-banner-content h1{
    font-size:45px !important;
}
    .custom-container-mainn{
    /*background-color:#dadada !important;*/
    height:400px !important;
    padding:20px 0px !important;
      display: flex !important;
  justify-content: space-around !important;
  align-items: center !important;
  
}
.custom-container {
  position: relative !important;
  width: 100px !important;
  height: 200px !important;
}
.custom-box {
  position: relative !important;
  width: 100px !important;
  height: 100px !important;
  background-color: white !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  z-index: 2 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}
.custom-chain {
  position: absolute !important;
  top: -5px !important;
  left: 0 !important;
  width: 100px !important;
  height: 110px !important;
  background: repeating-linear-gradient(45deg, white, white 10px, transparent 10px, transparent 20px) !important;
  z-index: 1 !important;
  transition: all 0.3s ease !important;
}
.custom-container h1{
    font-size:10px !important;
    padding-left:0px !important;
}
}

.right_industry_img{
   width: 84% !important;
    height: 400px !important;
    border: 5px solid yellow;
    border-top-left-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
}
.right_industry_img:hover {
  
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
    transition: all 1s linear !important;
}
@media (max-width: 768px) {
    .reliable-right {
    padding:10px 0px !important;
}
.right_industry_img{
   width: 95% !important;
    height: 350px !important;
  
}
.right_industry_img1{
   width: 95% !important;
    height: 350px !important;
}
    
}

.right_industry_img1{
   width: 84% !important;
    height: 400px !important;
    border: 5px solid yellow;
    border-top-right-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
}
.right_industry_img1:hover {
  
    border-top-left-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    transition: all 1s linear !important;
}

.reliable-contents{
    padding:10px 30px !important;
}
.reliable-contents h6{
    font-weight:700 !important;
}
.reliable-contents p{
    padding:5px 10px !important;
    font-size:14px !important;
}

/*sci-fix button*/

.sci-fi-btn {
    display: inline-block !important;
    margin:30px 10px !important;
   padding: 10px 20px !important;
      font-size: 1rem !important;
      background: linear-gradient(45deg, #ffff00, #ffff00) !important;
      border: none !important;
      text-decoration:none !important;
      border-radius: 5px !important;
      color: #000000 !important;
      cursor: pointer !important;
      box-shadow: 0 0 15px rgba(255, 255, 0), 0 0 25px rgba(255, 0, 102, 0.5) !important;
      transition: all 0.3s ease-in-out !important;
}

.sci-fi-btn::before {
    content: "";
    position: absolute !important;
    top: -3px !important;
    left: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    filter: blur(6px) !important;
    z-index: -1 !important;
    border-radius: 30px !important;
    animation: sci-fi 1.5s infinite;
}

.sci-fi-btn:hover {
   box-shadow: 0 0 25px rgba(232, 239, 34, 1), 0 0 35px rgba(255, 0, 102, 1) !important;
      transform: scale(1.05) !important;
        background: linear-gradient(45deg, #000000, #000000) !important;
         color: #ffffff !important;
}

@keyframes sci-fi {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}




/*Catering Page styling*/



/* Hero Section */
.hero-section1 {
  height: 500px !important;
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.bg-image {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: 0 !important;
}

.hero-section1::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.5) !important; /* Dark overlay */
  z-index: 1 !important;
}

.content-box1 {
  position: absolute !important;
  left:70px !important;
  z-index: 2 !important;
  max-width: 500px !important;
  width: 90% !important;
  /*background: rgba(255, 255, 255, 0.9) !important;*/
  padding: 25px 20px !important;
  border-radius: 15px !important;
  text-align: center !important;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2) !important;
  animation: slideIn 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  transform-style: preserve-3d !important;
}

.content-box1 h2 {
  font-size: 1.5rem !important;
  margin-bottom: 20px !important;
  color: #ffffff !important;
  /*letter-spacing: 1px !important;*/
}
.content-box1 h2 span {
    color: yellow !important;
}
.content-box1 p {
  font-size: 1rem !important;
  color: #ffffff !important;
  margin-bottom: 25px !important;
}



@keyframes slideIn {
  from {
    opacity: 0 !important;
    transform: translateY(50px) rotateX(-20deg) !important;
  }
  to {
    opacity: 1 !important;
    transform: translateY(0) rotateX(0) !important;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-section1 {
    height: 400px !important;
    padding: 50px 20px !important;
  }

  .content-box1 h2 {
    font-size: 1.6rem !important;
  }

  .content-box1 p {
    font-size: 0.9rem !important;
  }


}

@media (max-width: 480px) {
  .content-box1 {
        position: absolute !important;
     left:0px !important;
    padding: 20px 15px !important;
  }

  .content-box1 h2 {
    font-size: 1.4rem !important;
  }

  .content-box1 p {
    font-size: 0.8rem !important;
  }
}


/*FAQs Section Styling*/

.faq-wrapper {
  max-width: 1000px !important;
  margin: 50px auto !important;
  padding: 30px !important;
  background: linear-gradient(135deg, #1c1e29, #2a2e45) !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

.faq-title {
  font-size: 2rem !important;
  text-align: center !important;
  margin-bottom: 20px !important;
  color: #ffffff !important;
  text-shadow: 0 0 10px #00d8ff !important;
}

.faq-item1 {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 10px !important; 
  margin-bottom: 15px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
}

.faq-item1.open .faq-answer1 {
  max-height: 200px !important;
  padding: 15px 20px !important;
}

.faq-item1.open .icon {
  transform: rotate(45deg) !important;
}

.faq-question1 {
  padding: 15px 20px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  cursor: pointer !important;
  font-size: 1.2rem !important ;
  color: #eaeaea !important;
  background: rgba(0, 0, 0, 0.5) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.faq-question1:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

.faq-answer1 {
  max-height: 0 !important;
  overflow: hidden !important;
  background: rgba(0, 0, 0, 0.7) !important;
  color: #cfcfcf !important;
  padding: 0 20px !important;
  transition: max-height 0.3s ease, padding 0.3s ease !important;
  font-size: 1rem !important;
}

.icon {
  font-size: 1.5rem;
  transition: transform 0.3s ease !important;
  color: #00d8ff !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .faq-title {
    font-size: 1.6rem !important;
  }

  .faq-question1 {
    font-size: 1rem !important;
  }

  .faq-answer1 {
    font-size: 0.9rem !important; 
  }
}


/*cetaring service section styling*/

.catering-services {
  text-align: center !important;
  padding: 50px 20px !important;
}

.section-title {
  font-size: 2.5rem !important;
  font-weight:700 !important;
  color: #333 !important;
  margin-bottom: 40px !important;
}
/*.section-title span{*/
/*    color:yellow !important;*/
/*}*/
/* Services Wrapper */
.services-wrapper {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
}

/* Service Box */
.service-box {
  width: 22% !important;
  height: 300px !important;
  background-color: #fff !important;
  margin: 10px !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  position: relative !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
}

.service-box:hover {
  transform: scale(1.05) !important;
}

.service-image {
  visibility: hidden !important;  /* Hide the image initially */
  opacity: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: opacity 0.5s linear, visibility 0s linear 0.5s !important;  /* Add transition for opacity */
}

.service-box:hover .service-image {
  visibility: visible !important;  /* Make the image visible */
  opacity: 0.75 !important;  /* Fade in the image */
  transition: opacity 1s linear !important;  /* Apply opacity transition */
}


.service-box .service-content {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  color: #000000 !important;
  text-align: center !important;
  z-index: 2 !important;
 
}

.service-box .service-content h3 {
  font-size: 24px !important;
  margin-bottom: 10px !important;
  width: 230px !important;
}
.service-box:hover .service-content h3{
    color:yellow !important;
}
.service-box .service-content p {
  font-size: 18px !important;
  color: #9e9e9e !important;
  text-align:justify !important;
}
.service-box:hover .service-content p{
    color:white !important;
}
/* Hover Effect - Background Image */
.service-box:hover .service-content {
  z-index: 3 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .services-wrapper {
    flex-direction: column !important;
    align-items: center !important;
  }

  .service-box {
    width: 80% !important;
    margin: 20px 0 !important;
  }
}
/* Custom shape container */
.custom-shape-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    width: 100% !important;
    height: 350px !important;
    overflow: hidden !important;
    background-color: #dadada !important; /* Light background to emphasize the shape */
    clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%) !important; /* Shape with cut edges */
}

/* Image content inside the custom shape */
.custom-shape-content {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 80% !important;
    height: 80% !important;
    overflow: hidden !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
}

/* Styling the image */
.custom-shape-content img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 10px !important;
}
.custom-shape-content img:hover {
    transform: scale(1.05) !important;
}
.diverse{
    height:300px !important;
    
}
.diverse img{
    width:100% !important;
    height:300px !important;
    border-radius: 30px !important;
}



/*house keeping service page*/


 .hero3 {
      position: relative !important;
      width: 100% !important;
      height: 100vh !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      background-color: #f0f0f0 !important;
      overflow: hidden !important;
    }

    .hero3 img {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: 100% !important;
      /*object-fit: cover !important;*/
      z-index: 1 !important;
    }

    .hero-overlay {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: 100% !important;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)) !important;
      z-index: 2 !important;
    }

    .hero-content3 {
        width:600px !important;
      position: relative !important;
      left:-300px !important;
      top:100px !important;
      text-align: center !important;
      color: #fff !important;
      z-index: 3 !important;
      padding: 0 1rem;
    }

    .hero-content3 h1 {
      font-size: 2.5rem !important;
      margin-bottom: 1rem !important;
    }

    .hero-content3 p {
      font-size: 1rem !important;
      margin-bottom: 2rem !important;
    }

    .hero-content3 .cta {
      display: flex;
      gap: 1rem;
      justify-content: center;
    }

    .hero-content3 .cta a {
      text-decoration: none !important;
      padding: 0.8rem 1.5rem !important;
      font-size: 1rem !important;
      font-weight: bold !important;
      border-radius: 50px !important;
      background-color: #ffff00 !important;
      color: #000000 !important;
      transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .hero-content3 .cta a:hover {
      background-color: #218838;
      transform: scale(1.1);
    }

    @media (max-width: 768px) {
         .hero3 {
   
      width: 100% !important;
      height: 300px !important;
   
    }
      .hero-content3 {
        width:400px !important;
      position: relative !important;
      left:-10px !important;
      top:50px !important;
      text-align: center !important;
      color: #fff !important;
      z-index: 3 !important;
      padding: 0 1rem;
    }
      .hero-content3 h1 {
        font-size: 2rem !important;
      }

      .hero-content3 p {
        font-size: 0.9rem !important;
      }

      .hero-content3 .cta a {
        padding: 0.7rem 1.2rem !important;
        font-size: 0.9rem !important;
      }
    }

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

      .hero-content3 p {
        font-size: 0.8rem !important;
      }

      .hero-content3 .cta a {
        padding: 0.5rem 1rem !important;
        font-size: 0.8rem !important;
      }
    }

.why_choose .housekeeping_icon {
    width:100px !important;
    height:100px !important;
    border-radius:50% !important;
    background:transparent !important;
}


 .section-why-us {
      text-align: center !important;
      padding: 3rem 1rem !important;
      background: #fff !important;
      /*border: 2px solid #ffff00 !important;*/
      border-radius: 15px !important;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
    }

    .section-why-us h2 {
      font-size: 2.8rem !important;
      margin-bottom: 2rem !important;
      color: #000000 !important;
      /*text-shadow: 0 0 10px #ffff00 !important;*/
    }

    .list-usp {
      display: grid !important;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
      gap: 2rem !important;
      list-style: none !important;
      padding: 0 !important;
    }

    .item-usp {
      position: relative !important;
      background: linear-gradient(145deg, #ffffff, #f0f0f0) !important;
      border: 2px solid #ffff00 !important;
      border-radius: 12px !important;
      padding: 2rem !important;
      text-align: center !important;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
      overflow: hidden !important;
      transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    }

    .item-usp:hover {
      transform: translateY(-10px) !important;
      box-shadow: 0 8px 25px rgba(255, 221, 87, 0.4) !important;
    }

    .item-usp .icon-style {
      font-size: 3rem !important;
      color: #ffff00 !important;
      margin-bottom: 1rem !important;
      position: relative !important;
    }

    .item-usp h3 {
      font-size: 1.5rem !important;
      color: #333 !important;
      margin-bottom: 1rem !important;
      position: relative !important;
    }

    .item-usp p {
      font-size: 1rem !important;
      color: #555 !important;
    }

    @media (max-width: 768px) {
      .item-usp h3 {
        font-size: 1.2rem !important;
      }

      .item-usp p {
        font-size: 0.9rem !important;
      }
    }
    
    /*costoumer comments*/
    .testimonials {
    text-align: center !important;
    padding: 40px 0 !important;
    background-color: #fafafa !important;
}

.testimonials h2 {
    font-size: 2em !important;
    margin-bottom: 30px !important;
    color: #333 !important;
    font-weight: 600 !important;
}

.testimonials-container {
    display: flex !important;
    justify-content: center !important;
    overflow: hidden !important;
    width: 100% !important;
}

.testimonial-wrapper {
    display: flex !important;
    gap: 30px !important;
    animation: scroll 40s linear infinite ; /* Adjust timing for scroll speed */
}

.testimonial {
    background-color: #fff !important;
    padding: 30px !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
    width: 350px !important;
    max-width: 100% !important;
    transition: transform 0.3s ease , box-shadow 0.3s ease ;
}

.testimonial:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2) !important;
}

.quote {
    font-size: 1.2em !important;
    line-height: 1.8 !important;
    color: #555 !important;
    font-style: italic !important;
}

.customer-name {
    font-weight: bold !important;
    font-size: 1.2em !important;
    color: #333 !important;
    margin-top: 20px !important;
}

.ratings {
    margin-top: 15px !important;
}

.star {
    color: gold !important;
    font-size: 1.5em !important;
}

.testimonials-container::-webkit-scrollbar {
    display: none !important; /* Hide scrollbar */
}

/* Animation to move the testimonial wrapper */
@keyframes scroll {
    0% {
        transform: translateX(0) ;
    }
    100% {
        transform: translateX(-100%) ;
    }
}

/* Responsive design for different screen sizes */

/* For large screens like TVs and desktops */
@media (min-width: 1200px) {
    .testimonials {
        padding: 100px 0 !important;
    }

    .testimonial-wrapper {
        gap: 40px !important;
    }

    .testimonial {
        width: 350px !important;
    }

    .testimonials h2 {
        font-size: 3em !important;
    }
}

/* For medium screens like laptops and tablets */
@media (min-width: 768px) and (max-width: 1199px) {
    .testimonials {
        padding: 80px 0 !important;
    }

    .testimonial-wrapper {
        gap: 30px !important;
    }

    .testimonial {
        width: 300px !important;
    }

    .testimonials h2 {
        font-size: 2.5em !important;
    }
}

/* For small screens like tablets and large phones */
@media (min-width: 480px) and (max-width: 767px) {
    .testimonials {
        padding: 60px 0 !important;
    }

    .testimonial-wrapper {
        gap: 20px !important;
    }

    .testimonial {
        width: 250px !important;
    }

    .testimonials h2 {
        font-size: 2em !important;
    }
}

/* For very small screens like mobile phones */
@media (max-width: 479px) {
    .testimonials {
        padding: 40px 0 !important;
    }

    .testimonial-wrapper {
        gap: 15px !important;
    }

    .testimonial {
        width: 90% !important; /* Take full width on small devices */
    }

    .testimonials h2 {
        font-size: 1.8em !important;
    }

    .quote {
        font-size: 1.1em !important;
    }

    .customer-name {
        font-size: 1em !important;
    }

    .ratings .star {
        font-size: 1.2em !important;
    }
}



.housekeeping-banner {
  position: relative !important;
  height: 600px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  overflow: hidden !important;
   box-shadow: 0 0 5px rgba(255, 255, 0), 0 0 5px rgba(255, 0, 102, 0.2) !important;
}

.banner-image {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: -1 !important;
}

.housekeeping-content {
  background-color: rgba(255, 255, 255, 0.8) !important;
  position:relative !important;
  left:20px !important;
  padding: 20px !important;
  border-radius: 10px !important;
  max-width: 650px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.housekeeping-content h1 {
  font-size: 1.8em !important;
  margin-bottom: 15px !important;
  color: #333 !important;
}

.housekeeping-content p {
  font-size: 1em !important;
  line-height: 1.5 !important;
  color: #555 !important;
  text-align: justify !important;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .housekeeping-banner {
    padding: 15px !important;
    align-items: flex-start !important;
  }

  .housekeeping-content {
    max-width: 100% !important;
  }

  .housekeeping-content h1 {
    font-size: 1.5em !important;
  }

  .housekeeping-content p {
    font-size: 0.9em !important;
  }
}


/*Mobile ATM page design*/
.atm-key-fiture{
    text-align:center !important;
    font-size: 35px !important;
    position: relative !important;
    top: 45px !important;
}
.about-service-sci-fi-advanced {
  background: radial-gradient(circle, #ffffff, #ffffff) !important;
  color: #f0f0f0 !important;
  padding: 80px 30px !important;
  font-family: 'Roboto', sans-serif !important;
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
}

.container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

h2 {
  font-size: 3em !important;
  color: #000000 !important;
  margin-bottom: 25px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  /*text-shadow: 0 0 5px rgba(30, 169, 233, 0.7), 0 0 10px rgba(30, 169, 233, 0.4) !important;*/
  animation: text-glow 1.5s ease-in-out infinite alternate !important;
}

@keyframes text-glow {
  0% {
    text-shadow: 0 0 15px rgba(30, 169, 233, 0.7), 0 0 30px rgba(30, 169, 233, 0.4) !important;
  }
  100% {
    text-shadow: 0 0 30px rgba(30, 169, 233, 1), 0 0 60px rgba(30, 169, 233, 0.6) !important;
  }
}

.intro-text {
  font-size: 1.2em !important;
  color: #000000 !important;
  line-height: 1.8 !important;
  margin-bottom: 40px !important;
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.features {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  gap: 40px !important;
  margin-top: 30px !important;
  animation: feature-slide 2s ease-out infinite ;
}

@keyframes feature-slide {
  0% {
    opacity: 0 !important;
    transform: translateY(50px) ;
  }
  50% {
    opacity: 1 !important;
    transform: translateY(0) ;
  }
  100% {
    opacity: 0 !important;
    transform: translateY(50px) ;
  }
}

.feature {
  background: rgba(30, 169, 233, 0.15) !important;
  padding: 40px !important;
  border-radius: 15px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  position: relative !important;
  overflow: hidden !important;
  transition: transform 0.3s ease !important;
  transform-origin: center !important;
}

.feature:hover {
  transform: translateY(-15px) rotateY(5deg) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5) !important;
}



.feature-content h3 {
  font-size: 1.2em !important;
  color: #1ea9e9 !important;
  margin-bottom: 15px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

.feature-content p {
  font-size: 18px !important;
  color: #000000 !important;
  line-height: 1.7 !important;
  text-align:justify !important;
}

@media (max-width: 768px) {
  .about-service-sci-fi-advanced {
    padding: 50px 20px !important;
  }

  h2 {
    font-size: 47px !important;
  }

  .intro-text {
    font-size: 15px !important;
    margin-bottom: 30px !important;
    text-align: justify !important;
  }

  .features {
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
     display: flex !important;
    flex-direction:column !important;
  }

  .feature {
    padding: 30px !important;
  }

  .feature-icon {
    padding: 18px !important;
    font-size: 2.5em !important;
  }

  .feature-content h3 {
    font-size: 1.5em !important;
  }

  .feature-content p {
    font-size: 1.05em !important;
  }
}

@media (max-width: 480px) {
  .feature-icon {
    font-size: 2em !important;
  }

  .feature-content h3 {
    font-size: 1.4em !important;
  }

  .feature-content p {
    font-size: 1em !important;
  }
}



.how-it-works-futuristic {
    background: linear-gradient(135deg, #1a1a1a, #3c3c3c) !important;
    color: #fff !important;
    padding: 80px 20px !important;
    font-family: 'Orbitron', sans-serif !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}

.container {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.how-it-works-futuristic h2 {
    font-size: 2em !important;
    margin-bottom: 50px !important;
    color: #00f5e0 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    text-shadow: 0 0 15px rgba(0, 245, 224, 0.7) !important, 0 0 30px rgba(0, 245, 224, 0.4) !important;
    animation: glow 1.5s ease-in-out infinite  ;
}

.step {
    margin-bottom: 40px !important;
    position: relative !important;
    opacity: 1 !important;
}

.step-number {
    font-size: 2em !important;
    font-weight: 600 !important;
    color: #fff !important;
    background-color: #00f5e0 !important;
    padding: 20px !important;
    border-radius: 50% !important;
    width: 80px !important;
    height: 80px !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    display: inline-block !important;
    transform: scale(1) !important;
}

.step-title {
    font-size: 25px !important;
    color: #00f5e0 !important;
    font-weight: 700 !important;
    margin-bottom: 5px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.step-description {
    text-align:justify !important;
    font-size: 20px !important;
    color: #f5f5f5 !important;
    line-height: 1.7 !important;
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    opacity: 1 !important;

/* Animations */
@keyframes glow {
    0% {
        text-shadow: 0 0 15px rgba(0, 245, 224, 0.7) , 0 0 30px rgba(0, 245, 224, 0.4) ;
    }
    100% {
        text-shadow: 0 0 30px rgba(0, 245, 224, 1) , 0 0 60px rgba(0, 245, 224, 0.6) ;
    }
}

@keyframes fadeInStep {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeInText {
    0% {
        opacity: 0 ;
        transform: translateY(30px) ;
    }
    100% {
        opacity: 1 ;
        transform: translateY(0) ;
    }
}

@keyframes scaleIn {
    0% {
        transform: scale(0) ;
    }
    100% {
        transform: scale(1) ;
    }
}

@media (max-width: 768px) {
    .step-description {
    text-align: justify !important;
    font-size: 14px !important;
    }
    .how-it-works-futuristic {
        padding: 60px 20px !important;
    }

    .how-it-works-futuristic h2 {
        font-size: 2.5em !important;
    }

    .step-number {
        font-size: 2.5em !important;
        padding: 15px !important;
        width: 70px !important;
        height: 70px !important;
    }

    .step-description {
        font-size: 1.1em !important;
    }
}

@media (max-width: 480px) {
    .how-it-works-futuristic {
        padding: 40px 20px !important;
    }

    .how-it-works-futuristic h2 {
        font-size: 2em !important;
    }

    .step-number {
        font-size: 2em !important;
        padding: 10px !important;
        width: 60px !important;
        height: 60px !important;
    }

    .step-description {
        font-size: 1em !important;
    }
.step-description {
    text-align: justify !important;
    font-size: 13px !important;
    }
}


