.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-section .graphic-box {
  min-height: 250px;
  border-radius: 20px;
  background: linear-gradient(135deg, #007bff, #0056b3);
}

.testimonial-section .quote-icons span {
  font-size: 3rem;
  margin: 0 5px;
}

 