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

body {
            overflow-x:hidden !important;
            font-family: 'Poppins', sans-serif !important;
            
    }


/* Hero Section Styling */
.about-hero {
  position: relative !important;
  width: 100% !important;
  height: 500px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: hidden !important;
  text-align: center !important;
  color: #fff !important;
}

/* Background Image */
.about-hero-bg {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  /*object-fit: cover !important;*/
  z-index: -1 !important;
  /*filter: brightness(0.6) !important;*/
}

/* Content Styling */
.about-hero-content {
  max-width: 300px !important;
  padding: 20px !important;
  position: absolute !important;
    left: 180px !important;
    top:180px !important;
}

.about-hero h1 {
  font-size: 3rem !important;
  margin-bottom: 20px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #ffffff !important;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.8) !important;
}
.about-hero h1 span{
    color:#ff161a !important;
}

.about-hero p {
    
  font-size: 1.2rem !important;
  margin-bottom: 30px !important;
  line-height: 1.8 !important;
  color: #f0f0f0 !important;
  text-align:justify !important;
}
.about-hero p span{
    color:#ff161a !important;
    padding-left:10px !important;
}


/* Responsive Design */
@media (max-width: 1024px) {
  .about-hero h1 {
    font-size: 2.5rem !important;
  }

  .about-hero p {
    font-size: 1rem !important;
  }
}

@media (max-width: 768px) {
.about-hero {
    width: 100% !important;
    height: 300px !important;
    }
    .about-hero-content {
  max-width: 217px !important;
  padding: 20px !important;
  position: absolute !important;
    left: 10px !important;
    top:137px !important;
}
  .about-hero h1 {
    font-size: 2rem !important;
  }

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

/*Mission*/

 /* Full-Width Section */
  .responsive-section {
    position: relative !important;
    width: 100% !important;
    height: 500px !important; /* Full viewport height */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    overflow: hidden !important;
  }

  /* Background Image */
  .responsive-section-bg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    /*object-fit: cover !important; */
    z-index: -1 !important; /* Places the image behind the content */
  }

  /* Content Styling */
  .responsive-section-content {
    color: white !important;
    padding: 20px !important;
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 10px !important;
    max-width: 750px !important;
    position:absolute !important;
    left:50px !important;
    z-index: 1 !important; 
  }
.responsive-section-content:hover {
      transform: translateY(-10px) !important;
     box-shadow: 0 20px 40px rgba(255, 247, 4, 0.8) !important;
}
  .responsive-section-title {
    font-size: 2.5rem !important;
    margin-bottom: 15px !important;
  }
.responsive-section-title span{
    color:#ff161a !important;
}
  .responsive-section-text {
    font-size: 1.2rem !important;
    margin-bottom: 20px !important;
    line-height: 1.6 !important;
    text-align:justify !important;
  }



  /* Responsive Design */
  @media (max-width: 768px) {
        .responsive-section-content {

    position:absolute !important;
    left:0px !important;
    z-index: 1 !important; 
  }
    .responsive-section-title {
      font-size: 2rem !important;
    }

    .responsive-section-text {
      font-size: 1rem !important;
    }
  }
  .reliable-right-im-box{
        display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .reliable-right-im{
      height:300px !important;
      width:450px !important;
      margin:auto auto !important;
  }
  
/*vission*/
 .custom-section {
    position: relative !important;
    width: 100% !important;
    height: 500px !important; /* Full viewport height */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    overflow: hidden !important;
  }

  /* Background Image */
  .custom-section-bg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    /*object-fit: cover !important; */
    z-index: -1 !important; /* Places the image behind the content */
  }

  /* Content Styling */
  .custom-section-content {
    color: white !important;
    padding: 20px !important;
    background: rgba(0, 0, 0, 0.5) !important; /* Semi-transparent overlay */
    border-radius: 10px !important;
    max-width: 800px !important;
     position:absolute !important;
    right:50px !important;
    z-index: 1 !important; /* Ensures the content is above the background */
  }
.custom-section-content:hover {
      transform: translateY(-10px) !important;
     box-shadow: 0 20px 40px rgba(255, 247, 4, 0.8) !important;
}
  .custom-section-title {
    font-size: 2.5rem !important;
    margin-bottom: 15px !important;
  }
.custom-section-title span{
    color:#ff161a !important;
}
  .custom-section-description {
    font-size: 1.2rem !important;
    margin-bottom: 20px !important;
    line-height: 1.6 !important;
  }

  /* Responsive Design */
  @media (max-width: 768px) {
        .custom-section-content {
   
     position:absolute !important;
    right:0px !important;
    z-index: 1 !important; /* Ensures the content is above the background */
  }
    .custom-section-title {
      font-size: 2rem !important;
    }

    .custom-section-description {
      font-size: 1rem !important;
    }
  }
  
  /*service section*/
  
   /* Full-Width Section */
  .hr-services-section {
    position: relative !important;
    width: 100% !important;
    height: 600px !important; /* Full viewport height */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    overflow: hidden !important;
  }

  /* Background Image */
  .hr-services-bg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    /*object-fit: cover !important;*/
    z-index: -1 !important; /* Places the image behind the content */
  }

  /* Content Styling */
  .hr-services-content {
    color: #000000 !important;
    padding: 20px !important;
    /*background: rgba(0, 0, 0, 0.5) !important; */
    border-radius: 10px !important;
    max-width: 700px !important;
      position:absolute !important;
    left:50px !important;
    z-index: 1 !important; /* Ensures the content is above the background */
  }

  .hr-services-title {
    font-size: 2rem !important;
    margin-bottom: 15px !important;
        
  }
.hr-services-title span{
    color: #ff161a !important;
}
  .hr-services-description {
    font-size: 1.2rem !important;
    margin-bottom: 20px !important;
    line-height: 1.6 !important;
    color: #000000 !important;
    text-align:justify !important;
  }

  /* Responsive Design */
  @media (max-width: 768px) {
       .hr-services-content {
  
      position:absolute !important;
    left:0px !important;
    z-index: 1 !important; /* Ensures the content is above the background */
  }
    .hr-services-title {
      font-size: 2rem !important;
    }

    .hr-services-description {
      font-size: 1rem !important;
    }
  }