.masthead-hero1 {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0 3.15rem 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 75%, #000 100%), url(../images/ai-cyber-monk-sage-hero-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.masthead-hero2 {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0 3.15rem 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 75%, #000 100%), url(../images/Modern_Talent_Acquisition_Technology.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.masthead-hero3 {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0 3.15rem 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 75%, #000 100%), url(../images/Modern_Data_Driven_Business_Strategy.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.masthead-hero4 {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0 3.15rem 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 75%, #000 100%), url(../images/Diverse_Team_Working_in_Next_Gen_Business_Hub.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.masthead-hero5 {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0 3.15rem 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 75%, #000 100%), url(../images/Leadership_Selection_Glowing_Peg_Doll.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.mastheadAboutUs {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 15rem;
    padding: 20rem 0 3.25rem 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 75%, #000 100%), url(../images/Professional-female-hr-executive-having-job-interview-meeting-with-male-recruit.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.mastheadProducts {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 15rem;
    padding: 20rem 0 3.25rem 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 75%, #000 100%), url(../images/Face-waiting-room-or-businesswoman-with-tablet-in-queue-for-hiring-registration.png);
    background-position: calc(50%) calc(5%);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.mastheadServices {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0 3.15rem 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 75%, #000 100%), url(../images/AI-and-humans-making-hiring-decisions.png);
    background-position: calc(50%) calc(65%);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.mastheadContactUs {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0 3.15rem 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 75%, #000 100%), url(../images/contact-us-hero-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
#TheFutureIsNow{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0 3.15rem 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.8) 75%, #000 100%), url(../images/TheFutureIsNow.avif);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

/* Section Background (Brand Gradient / Dark Mode) */
.testimonial-section {
  background: linear-gradient(to bottom, rgb(22, 20, 20), rgb(20, 19, 19));
}

/* Card */
.testimonial-card {
  /*background: rgba(17, 24, 39, 0.9);
  backdrop-filter: blur(40px);  
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);*/
  max-width: 80%;
  padding: 4rem 2.5rem;
}

/* Avatar */
.testimonial-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #ffffff;
  margin-bottom: 1.5rem;
}

/* Text */
.testimonial-text {
  font-size: 1.15rem;
  font-style: italic;
  color: #e5e7eb;
  margin-bottom: 1.75rem;
}

/* Carousel Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  /*filter: invert(1);*/
  color: #ffffff;
}

/* Indicators */
.carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}

.carousel-indicators .active {
  background-color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-card {
    padding: 2rem 1.5rem;
  }

  .testimonial-text {
    font-size: 1rem;
  }
}


.boxRotate  {
  
  /* Initial state: no rotation */
  transform: rotate(0deg);
  /* Apply a smooth transition to the 'transform' property over 0.5 seconds */
  transition: transform 0.5s ease-in-out; /* */
}

.boxRotate:hover {
  /* Final state: rotated 3 degrees clockwise */
  transform: scale(1.1) rotate(3deg); /* */

  
}