.hero {
  padding: 0px 20px;
  padding-top: 70px;
}
.hero-title {
  font-size: 155px;
  font-weight: 500;
  font-family: var(--font-changa);
  color: var(--base-color);
  text-transform: uppercase;
  line-height: 50px;
  pointer-events: none;
}

/* Responsive hero title */
@media only screen and (max-width: 1500px) {
  .hero-title {
    font-size: 140px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 1300px) {
  .hero-title {
    font-size: 120px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 1100px) {
  .hero-title {
    font-size: 100px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-title {
    font-size: 80px;
    line-height: 30px;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .hero-title {
    font-size: 60px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .hero-title {
    font-size: 40px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 360px) {
  .hero-title {
    font-size: 32px;
    line-height: 18px;
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  margin-top: 3rem;
  padding: 0px 10px;
  font-family: var(--font-roboto);
  font-size: 16px;
}
.col3 {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.col3 .fa-location-dot {
  color: var(--base-color);
  font-size: 13px;
}
.hero-compo {
  margin-top: 1.5rem;
}
.hero-strip {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: var(--base-color);
  padding: 0;
  overflow:hidden;
}
.hero-strip p {
  color: #fff;
  font-size: 29px;
  font-family: var(--font-changa);
  line-height: 40px;
  text-transform: uppercase;
  margin-right: 25px;
  white-space:nowrap;
  flex-shrink:0;
}
.hero-video {
  max-width: 100%;
  max-height: 360px;
  overflow: hidden;
}
.hero-video img {
  width: 100%;
  height: 100%;
}

/* about us styling started  */
.about-us {
  padding: 0px 30px;
  margin: 5rem 0px;
}
.about-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 1rem;
  margin-top: 2rem;
}
.about-card video {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.about-stats {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  padding: 15px 25px;
  border: 2px solid var(--black-color);
  margin-bottom: 1rem;
  height: 156px;
}
.stat-title {
  font-family: var(--font-roboto);
  color: var(--gray-color);
  font-weight: 500;
  font-size: 14px;
}
.stat-number {
  font-family: var(--font-changa);
  font-size: 55px;
  line-height: 47px;
}
.about-stats img {
  position: absolute;
  top: 10%;
  right: 4%;
  width: 50px;
  height: 50px;
}

/* sectors styling started  */
.services {
  padding: 0px 30px;
  margin: 5rem 0px;
}
.services-div {
  position: relative;
  padding: 8px 0px;
  font-family: var(--font-roboto);
}
.services-data-start {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.services-data-center {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.services-data-end {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.services-data label {
  font-size: 14px;
  font-weight: 600;
  color: var(--base-color);
  margin-right: 7px;
  letter-spacing: 0.5px;
}
.services-data h5 {
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--gray-color);
  letter-spacing: 0.5px;
}
.services-data:hover h5 {
  color: var(--black-color);
  z-index: 1000;
}
.services-data img {
  display: none;
}
.services-data:hover img {
  z-index: 100;
  display: block;
}
.services-data:hover .img1 {
  position: absolute;
  top: -100%;
  left: 13%;
  width: 200px;
}
.services-data:hover .img2 {
  position: absolute;
  top: -100%;
  left: 53%;
  width: 200px;
}
.services-data:hover .img3 {
  position: absolute;
  top: -100%;
  right: 10%;
  width: 200px;
  object-fit: cover;
}
.services-data:hover .img4 {
  position: absolute;
  top: -100%;
  left: 10%;
  width: 200px;
}
.services-data:hover .img5 {
  position: absolute;
  top: -100%;
  left: 55%;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.services-data:hover .img6 {
  position: absolute;
  top: -100%;
  right: 15%;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.services-border-top {
  border-top: 1px solid var(--light-gray);
}
.services-border-bottom {
  border-bottom: 1px solid var(--light-gray);
}

/* clients styling started  */
.clients {
  padding: 0px 30px;
  margin: 7rem 0px;
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.logos {
  overflow: hidden;
  padding: 60px 0;
  background: white;
  white-space: nowrap;
  position: relative;
}
.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}
.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}
.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}
.logos:hover .logos-slide {
  animation-play-state: paused;
}
.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}
.logos-slide img {
  height: 100px;
  margin: 0 40px;
}

/* Testimonials styling */
.testimonials {
  padding: 0px 30px;
  margin: 7rem 0px;
  position: relative;
  overflow: hidden;
}

.testimonial-slider {
  margin-top: 3rem;
  position: relative;
  overflow: hidden;
  padding: 0 40px;
}

.testimonial-track {
  display: flex;
  transition: transform 0.5s ease;
}

.testimonial-card {
  min-width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}

.testimonial-content {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100%;
}

.testimonial-content::before {
  content: '"';
  position: absolute;
  top: -20px;
  left: 20px;
  font-size: 80px;
  color: var(--base-color);
  opacity: 0.2;
  font-family: serif;
}

.rating {
  color: #ffd700;
  margin-bottom: 15px;
}

.rating i {
  margin-right: 2px;
}

.testimonial-text {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  font-family: var(--font-roboto);
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.author-info h4 {
  font-size: 18px;
  font-family: var(--font-changa);
  color: var(--black-color);
  line-height: 17px;
}

.author-info p {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-changa);
  color: var(--gray-color);
}

.testimonial-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 20px;
}

.prev-btn,
.next-btn {
    background: var(--base-color);
    background: var(--main-background);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

    .prev-btn:hover,
    .next-btn:hover {
        background: var(--base-color);
    }

.testimonial-dots {
  display: flex;
  gap: 8px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

    .dot.active {
        background: var(--base-color);
        background: var(--main-background);
    }

@media only screen and (max-width: 991px) {
  .hero-title {
    font-size: 100px;
    line-height: 40px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .col1,
  .col2,
  .col3 {
    margin-bottom: 15px;
  }

  .col3 {
    align-items: flex-start;
  }

  .hero-strip p {
    font-size: 20px;
    margin-right: 20px;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-card video {
    height: 350px;
    margin-bottom: 20px;
  }

  .services-data:hover .img1,
  .services-data:hover .img2,
  .services-data:hover .img3,
  .services-data:hover .img4,
  .services-data:hover .img5,
  .services-data:hover .img6 {
    position: absolute;
    top: -70%;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    object-fit: cover;
  }

  .logos:before {
    left: 0;
    background: none;
  }
  .logos:after {
    right: 0;
    background: none;
  }

  .testimonial-card {
    min-width: 100%;
  }

  .testimonial-slider {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  .hero-title {
    font-size: 76px;
    line-height: 35px;
    text-align: center;
  }
  .hero-compo {
    margin-top: 0rem;
  }
  .hero-strip {
    display: none;
  }
  .hero-video {
    max-width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .hero-video img {
    object-fit: cover;
  }

  .about-us,
  .services,
  .clients {
    padding: 0px 15px;
    margin: 3rem 0px;
  }

  .services-data h5 {
    font-size: 22px;
  }

  .logos-slide img {
    height: 70px;
    margin: 0 20px;
  }

  .testimonial-slider {
    padding: 0 15px;
  }

  .testimonial-author img {
    width: 50px;
    height: 50px;
  }

  .author-info h4 {
    font-size: 16px;
  }

  .author-info p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 480px) {
  .hero {
    padding: 0px 15px;
    padding-top: 40px;
  }
  .hero-title {
    font-size: 35px;
    line-height: 25px;
  }

  .hero-grid {
    font-size: 14px;
  }

  .hero-strip {
    overflow-x: hidden;
  }

  .hero-strip p {
    font-size: 14px;
    margin-right: 10px;
  }

  .info-title {
    font-size: 24px;
  }

  .info-para {
    font-size: 17px;
  }

  .services-data h5 {
    font-size: 14px;
  }

  .services-data label {
    font-size: 12px;
  }

  .services-data:hover .img1,
  .services-data:hover .img2,
  .services-data:hover .img3,
  .services-data:hover .img4,
  .services-data:hover .img5,
  .services-data:hover .img6 {
    width: 120px;
    height: 120px;
  }

  .logos-slide img {
    height: 50px;
    margin: 0 15px;
  }

  .testimonial-slider {
    padding: 0 10px;
  }

  .testimonial-author img {
    width: 40px;
    height: 40px;
  }

  .author-info h4 {
    font-size: 14px;
  }

  .author-info p {
    font-size: 12px;
  }
}
.hero-title {
  font-size: 155px;
  font-weight: 500;
  font-family: var(--font-changa);
  color: var(--base-color);
  text-transform: uppercase;
  line-height: 50px;
  pointer-events: none;
}

/* Responsive hero title */
@media only screen and (max-width: 1506px) {
  .hero-title {
    font-size: 130px;
    line-height: 45px;
    text-align: center;
  }
  .hero-strip p {
    font-size: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1365px) {
  .hero-title {
    font-size: 120px;
    line-height: 40px;
    text-align: center;
  }
  .hero-strip {
    text-align: center;
  }
  .hero-strip p {
    font-size: 23px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1174px) {
  .hero-title {
    font-size: 100px;
    line-height: 35px;
  }
  .hero-strip p {
    font-size: 21px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-title {
    font-size: 80px;
    line-height: 30px;
    text-align: center;
  }
}

@media only screen and (max-width: 807px) {
  .hero-strip p {
    font-size: 13.5px;
  }
}

@media only screen and (max-width: 768px) {
  .hero-title {
    font-size: 60px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 610px){
    .hero-title {
        font-size: 45px;
    }
}
@media only screen and (max-width: 480px) {
  .hero-title {
    font-size: 40px;
    line-height: 20px;
    margin-top:1.5rem;
  }
}
@media only screen and (max-width: 390px) {
    .hero-title {
        font-size: 35px;
    }
}
@media only screen and (max-width: 360px) {
    .hero-title {
        font-size: 32px;
        line-height: 18px;
    }
}
