.title-xxl {
  font-size: 60px;
  line-height: 66px;
  font-weight: 700;
}

.mt-40 {
  margin-top: 40px;
}

.border-gray {
  border: 1px solid #e0e0e0;
}

.design-btn:hover {
  border-color: #e4491d !important;
}

.hero-new {
  padding: 150px 0;
  height: 100vh;
  min-height: 530px;
  max-height: 1000px;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.hero-new::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(32, 32, 32, 0.8) 0%,
    rgba(32, 32, 32, 0.56) 100%
  );
  z-index: -1;
}

.hero-new::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(228, 73, 29, 0.5) 0%,
    rgba(228, 73, 29, 0) 100%
  );
  z-index: -1;
}

.hero-new h3 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  margin-bottom: 10px;
}

.video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}

.video-wrapper video {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.detail-content p {
  color: var(--mute);
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}

.detail-content p:last-child {
  margin-bottom: 0;
}

.detail-content-sm p {
  color: var(--mute);
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 10px;
}

.detail-content-sm p:last-child {
  margin-bottom: 0;
}

.process .design-card b {
  display: block;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}

.feature .slider-button-block {
  margin-top: 20px;
}

.service-card {
  text-align: center;
}

.service-card h5,
.service-card h5 a {
  color: var(--secondary);
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 20px;
}

.service-card h5 a {
  text-decoration: none;
}

/* Slider */

.slider-button-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

.slider-button-block button {
  width: 44px;
  height: 44px;
  background-color: var(--white);
  border: 1px solid #e0e0e0;
  outline: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.slider-button-block button svg {
  width: 16px;
  height: 16px;
}

.slider-button-block button:active {
  transform: scale(0.95);
}

.slider-button-block button:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.slider-button-block button:hover svg path {
  fill: var(--white);
}

.reviews {
  margin: 15px 0;
}

.reviews ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

.reviews p {
  color: #6c6c6c;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.test-card {
  padding: 20px;
  border: 1px solid #e0e0e0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.test-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 15px;
}

.test-card .test-header .google-logo {
  width: 24px;
  height: 24px;
}

.test-name {
  display: flex;
  align-items: center;
  gap: 10px;
}

.test-name h5 {
  color: var(--mute);
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.test-name span {
  color: #6c6c6c;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.test-card .test-name img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.test-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.test-rating img {
  width: 18px;
  height: 18px;
}

.test-content {
  margin: 10px 0;
}

.test-content p {
  color: var(--mute);
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.test-content p.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}

.test-card .read-more {
  color: #6c6c6c;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  border: none;
  background-color: transparent;
  margin-top: auto;
  transition: all 0.3s ease;
}

.test-card .read-more:hover {
  color: var(--primary);
  text-decoration: underline;
}

.test-slider {
  position: relative;
}

.test-slider .owl-nav {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: calc(50% - 8px);
}

.test-slider.owl-carousel .owl-nav button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 0;
  background-color: transparent;
}

.test-slider.owl-carousel .owl-nav button.owl-prev {
  left: -30px;
}

.test-slider.owl-carousel .owl-nav button.owl-next {
  right: -30px;
}

.test-slider.owl-carousel .owl-nav button:hover {
  background-color: transparent;
}

.test-slider.owl-carousel .owl-nav button:hover svg path {
  fill: var(--primary);
}

.test-slider .owl-stage {
  display: flex;
  align-items: stretch;
}

.test-slider .owl-stage-outer {
  padding: 10px;
  margin: -10px;
}

.test-slider + .slider-button-block {
  display: none;
}

/*********************** 
  Media Queries 
*************************/

@media only screen and (max-width: 1536px) {
  .title-xxl {
    font-size: 50px;
    line-height: 56px;
  }

  .mt-40 {
    margin-top: 36px;
  }

  .hero-new h3 {
    font-size: 32px;
    line-height: 38px;
  }

  .service-card img {
    width: 170px;
    height: 170px;
  }
}
@media only screen and (max-width: 1366px) {
  .title-xxl {
    font-size: 44px;
    line-height: 50px;
  }

  .mt-40 {
    margin-top: 32px;
  }

  .slider-button-block button {
    width: 40px;
    height: 40px;
  }

  .slider-button-block button svg {
    width: 14px;
    height: 14px;
  }

  .hero-new h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .detail-content p {
    font-size: 18px;
    line-height: 24px;
  }

  .process .design-card b {
    font-size: 18px;
    line-height: 24px;
  }

  .service-card img {
    width: 140px;
    height: 140px;
  }

  .service-card h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .title-xxl {
    font-size: 40px;
    line-height: 46px;
  }

  .mt-40 {
    margin-top: 28px;
  }

  .slider-button-block button {
    width: 38px;
    height: 38px;
  }

  .slider-button-block button svg {
    width: 13px;
    height: 13px;
  }

  .hero-new h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .service-card img {
    width: 120px;
    height: 120px;
  }

  .reviews ul li img {
    width: 36px;
    height: 36px;
  }

  .test-slider + .slider-button-block {
    display: flex;
  }

  .google-full {
    height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .title-xxl {
    font-size: 30px;
    line-height: 36px;
  }

  .mt-40 {
    margin-top: 24px;
  }

  .slider-button-block button {
    width: 36px;
    height: 36px;
  }

  .slider-button-block button svg {
    width: 12px;
    height: 12px;
  }

  .hero-new h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .hero-new {
    height: auto;
    min-height: auto;
    padding-bottom: 100px;
  }

  .detail-content p {
    font-size: 16px;
    line-height: 22px;
  }

  .process .design-card b {
    font-size: 16px;
    line-height: 22px;
  }

  .service-card img {
    width: 100px;
    height: 100px;
  }

  .service-card h5 {
    font-size: 16px;
    line-height: 22px;
  }

  .reviews ul li img {
    width: 32px;
    height: 32px;
  }

  .google-full {
    height: 32px;
  }
}
