/**
CSS global aici
**/

:root{
    --gt-border-8: #e2e8f0;}

.hero-area-three .hero-wrapper .hero-section-title .title {
  font-size: 80px;
  line-height: 110px;
}
@media (max-width: 1899px) {
  .hero-area-three .hero-wrapper .hero-section-title .title {
    font-size: 115px;
    line-height: 120px;
  }
}
@media (max-width: 1600px) {
  .hero-area-three .hero-wrapper .hero-section-title .title {
    font-size: 85px;
    line-height: 110px;
    max-width: 680px;
  }
}
@media (max-width: 1199px) {
  .hero-area-three .hero-wrapper .hero-section-title .title {
    font-size: 130px;
    line-height: 140px;
    max-width: 880px;
  }
}
@media (max-width: 991px) {
  .hero-area-three .hero-wrapper .hero-section-title .title {
    font-size: 85px;
    line-height: 110px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .hero-area-three .hero-wrapper .hero-section-title .title {
    font-size: 65px;
    line-height: 70px;
    margin-bottom: 30px;
    max-width: 500px;
  }
}
@media (max-width: 575px) {
  .hero-area-three .hero-wrapper .hero-section-title .title {
    font-size: 57px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .hero-area-three .hero-wrapper .hero-section-title .title {
    font-size: 40px;
    line-height: 50px;
    max-width: 370px;
  }
}
@media (max-width: 470px) {
  .hero-area-three .hero-wrapper .hero-section-title .title {
    max-width: 280px;
  }
}
@media (max-width: 350px) {
  .hero-area-three .hero-wrapper .hero-section-title .title {
    font-size: 38px;
    line-height: 45px;
    max-width: 250px;
  }
}

.hero-area-three .hero-wrapper .text-content .text {
  color: var(--gt-text-2);
  text-transform: none;
  max-width: 700px;
  font-size: 20px;
  font-weight: 300;
}

.hero-area-three .hero-wrapper .text-content {
  margin-left: 0px;
}

.about-wrapper.style-3 .about-bottom-content .text {
  color: var(--gt-text-2);
  text-transform: none;
}

.project-area-three .project-wrapper .section-title-three .text-2 {
  text-transform: none;
}

.our-clint .text {
  text-transform: none;
  max-width: 140px;
}

.about-wrapper.style-3 .about-bottom-content .main-text {
    text-transform: none;
}

.about-wrapper.style-3 .about-bottom-content .text {
  font-weight: 400;
  text-transform: none;
}

.about-wrapper.style-3 .about-card .about-card-wrapper .card-content .text {
    text-transform:none;
}

.solid-btn-2 {
    text-transform: none;
}

.service-area-three .service-wrapper .services-card .card-left-content .sub-title {
    text-transform: none;
}

.swiper-backface-hidden .swiper-slide {
    display: flex;
    height:unset;
    justify-content: center;
}

 .hero-clint-part .our-clint ul li img, .our-clint-2 ul li img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.testimonial-area-three .testimonial-wrapper .testimonial-card .title,
.testimonial-area-three .testimonial-wrapper .testimonial-card .text {
    text-transform: none;
}

.info-cta .cta-item .title {
    font-size: 16px;
    line-height: 20px;
}

.info-cta .cta-item span {
    text-transform: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 0%;
}

.info-cta {
    display: flex;
    align-items: normal;
    margin-bottom: 50px;
    justify-content: space-between;
}

@media (max-width: 767px) {
.cursor-outer, .mouseCursor {
    display:none;
}
}

#stkInfoModalBodyTransport p {
  margin-bottom: 1rem!important;
  font-weight: 400;
}

#stkInfoModalBody img {
  width: 80px!important;
  height:80px!important;
  object-fit:contain;
  border-radius:8px;
  background:#f8fafc;
  padding:6px;
  border:1px solid var(--gt-border-8);
}

.review-badge{
  display:inline-flex;
  flex-direction:column;
  gap:6px;
  padding:10px 14px;
  background:#fff;
  border-radius:10px;
  text-decoration:none;
  box-shadow:0 8px 24px rgba(0,0,0,0.08);
  border:1px solid rgba(0,0,0,0.08);
  max-width:220px;
}

.review-top{
  display:flex;
  align-items:last baseline;
  gap:6px;
  line-height:1;
}

.review-label{
  font-size:12px;
  color:#6b7280;
}

.review-brand{
  font-size:28px;
  font-weight:700;
  color:#1f2937;
}

.review-bottom{
  display:flex;
  align-items:center;
  gap:10px;
}

.stars{
  color:#f59e0b;
  font-size:18px;
  letter-spacing:1px;
}

.count{
  font-size:14px;
  color:#6b7280;
  font-weight:600;
}