.avatar-group img.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  border: 3px solid transparent;
  transition: 0.3s ease;
  object-fit: cover;
}

.avatar-group img.avatar.active {
  border-color: #0d6efd; /* Bootstrap primary */
}

.testimonial-name {
  margin-top: 10px;
}


/*--------------------------------------- 
  News Section              
-----------------------------------------*/


        .news-header {
            /* font-family: 'Arial', sans-serif; */
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 30px;
            color: #333;
        }
        
        .news-subheader {
            font-family: 'Arial', sans-serif;
            font-size: 16px;
            color: #666;
            margin-bottom: 30px;
        }
        
        .news-card {
            margin-bottom: 30px;
            border: none;
            border-radius: 0;
        }
        
        .news-date {
            font-size: 24px;
            font-weight: bold;
            color: #333;
            margin-right: 15px;
        }
        
        .news-month {
            font-size: 14px;
            text-transform: uppercase;
            color: #333;
            font-weight: bold;
        }
        
        .news-title {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px;
            color: #333;
        }
        
        .news-content {
            font-size: 14px;
            color: #666;
            line-height: 1.5;
        }
        
        .date-container {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }


/*--------------------------------------- 
  Get in Touch Section             
-----------------------------------------*/


          body {
            /* font-family: 'Arial', sans-serif; */
            position: relative;
        }
        
        .fixed-contact {
            /* position: fixed; */
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 300px;
            background-color: #f8f9fa;
            padding: 30px;
            box-shadow: -2px 0 10px rgba(0,0,0,0.1);
            z-index: 1000;
        }
        
        .contact-title {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 20px;
            color: #333;
        }
        
        .contact-text {
            font-size: 16px;
            color: #666;
            margin-bottom: 25px;
            line-height: 1.5;
        }
        
        .contact-btn {
            background-color: #007bff;
            color: white;
            border: none;
            padding: 10px 20px;
            font-weight: bold;
            text-transform: uppercase;
            width: 100%;
            transition: all 0.3s;
        }
        
        .contact-btn:hover {
            background-color: #0056b3;
        }
        
        .slider-container {
            width: calc(100% - 300px);
            padding-right: 20px;
        }
        
        .carousel-item {
            height: 500px;
            background-size: cover;
            background-position: center;
        }
        
        .carousel-item:nth-child(1) {
            background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/horizontal-shot-happy-mixed-race-females.jpg');
              /* background-image: url('../images/millennial-group-young-businesspeople.jpg'); */
        }
        
        .carousel-item:nth-child(2) {
            background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/professional-asian-businesswoman-gray-blazer.jpg');
        }
        
        .carousel-caption {
            bottom: 50%;
            transform: translateY(50%);
        }
        
        @media (max-width: 992px) {
            .slider-container {
                width: 100%;
                padding-right: 0;
            }
            
            .fixed-contact {
                position: static;
                transform: none;
                width: 100%;
                margin-top: 30px;
            }
        }


        /*-----------------------------------------------
        Success Section
        -------------------------------------------------*/
        .suc-section {
      background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('../images/Color.png');
      /* background-size: cover; */
      background-position: center;
      color: #fff;
      /* padding: 80px 20px; */
    }

    .hero-logo {
      /* max-width: 100%; */
width: 50%;
       height: auto; 
    }

    .highlight {
      color: #e91e63;
    }

    @media (min-width: 768px) {
      .hero-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
    }




    .carousel-item {
      height: 100vh;
      min-height: 500px;
      background-size: cover;
      background-position: center;
      position: relative;
    }

    .overlay-content {
      position: absolute;
      top: 50%;
      left: 8%;
      transform: translateY(-50%);
      color: white;
      max-width: 500px;
    }

    .btn-job {
      background-color: #009edb;
      color: white;
      margin-right: 10px;
    }

    .btn-candidate {
      background-color: #d1005d;
      color: white;
    }

    h1 {
      font-weight: bold;
    }


    /*--------------------------------------- 
  tesimonial section            
-----------------------------------------*/
/* .testimonial-container {
  background-color: #0a1a3d;
  color: white;
  padding: 30px;
  max-width: 600px;
  margin: auto;
  text-align: left;
  border-radius: 10px;
   font-family: Arial, sans-serif; 
  width: 600px;
  height: 400px;
}

.testimonial-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: center;
}

.quote-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  outline: none;
}

.testimonial-content {
  text-align: left;
}

.arrow-navigation {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.arrow-btn {
  background-color:gray;
  color: white;
  border: 2px solid white;
  padding: 8px 15px;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
} */

.testimonial-content {
  text-align: left;
  background-color:#333;
  border-radius: 20px;
  height: 280px;;
}
#testimonial-text{
      padding-top: 25px;
      color:#f8f9fa;
}


.text-justify {
    text-align: justify;
}



.copyright-text {
  font-size: 0.9rem;
  color: #555;
}
.map-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px; /* Optional: Rounded corners */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional: Soft shadow */
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*--------------------------------------------------------------------------
Over 35 year right picture
----------------------------------------------------------------------------*/

.about-image-wrap {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.about-image {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.about-info {
  font-size: 1rem;
  align-items: center;
}


/*--------------------------------------------------------------------------
About us Slider Css
----------------------------------------------------------------------------*/
.carousel-bg {
  background-size: cover;
  background-position: center;
  min-height: 100vh; /* Full screen height */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.overlay-content {
  background: rgba(0, 0, 0, 0.5); /* Optional overlay */
  padding: 2rem;
  border-radius: 10px;
  /* max-width: 800px; */
  width: 100%;
}

.overlay-content h1 {
  font-size: calc(1.8rem + 1vw);
  font-weight: bold;
}

.overlay-content p {
  font-size: calc(1rem + 0.3vw);
}


/*--------------------------------------------------------------------------
Index page slider
----------------------------------------------------------------------------*/


