.video-wrapper {
  /* max-width: 1000px; */
  margin: 0 auto;
  /* centers the video */
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  width: 100%;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page_hero.archer_applause {
  background-image: url('../../../img/archer-applause/archer-exteriors-applause-hero-banner.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 200px;
}

.page_hero .contents .title {
  color: var(--white);
  font-size: 64px;
  font-weight: 900;
  margin-bottom: 15px;
}

.custom_header {
  background: #fff;
  padding: 20px 0;
}

.custom_header_inner {
  position: relative;
}

.custom_header .logo-box {
  position: absolute;
  left: 0px;
  top: -80px;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  padding: 5px;
  z-index: 1;
}

.custom_header .logo-box .logo {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 20px;
  z-index: 1;
}

.custom_header .logo-box::before {
  background: -webkit-linear-gradient(-45deg, var(--grad-dark), var(--grad-light) 100%);
  position: absolute;
  content: '';
  width: 200px;
  height: 200px;
  left: 0px;
  top: 0px;
  z-index: -1;
  transform: rotate(45deg);
}

.custom_header .logo-box::after {
  position: absolute;
  content: '';
  border: 1px dashed #fff;
  width: calc(200px - 10px);
  height: calc(200px - 10px);
  left: 5px;
  top: 5px;
  transform: rotate(45deg);
}

.custom_header .logo-box .logo a {
  position: relative;
  z-index: 9;
}

.applause_video_hero {
  background: var(--white);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 10px var(--box-shadow);
  position: relative;
}


.applause_video_hero .service_cat {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  background: #0b5bc9bd;
  padding: 6px 12px;
  border-radius: 30px;
  margin-bottom: 5px;
  line-height: 1.5;
  transition: all .3s ease;
}

.applause_video_hero .service_cat:hover {
  background: var(--grad-light);
}

.applause_video_hero .location {
  display: inline-block;
  border-left: 2px solid var(--border-dark);
  padding-left: 10px;
  margin-left: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .custom_header {
    position: relative;
    display: block;
    background: var(--secondary);
  }

  .custom_header .logo-box {
    position: unset;
    width: 250px;
    height: auto;
    margin: 0 auto;
    line-height: 1;
    margin-bottom: 13px;
  }

  .custom_header .logo-box::before,
  .custom_header .logo-box::after {
    display: none;
  }

  .page_hero .contents .title {
    font-size: 42px;
  }

  .applause_video_hero {
    padding: 15px;
  }

  .title_2 {
    font-size: 28px;
    line-height: 1.4;
  }
}


.check_list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 5px;
}

.check_list li img {
  position: relative;
  top: 4px;
}



/* Review Section Start  */

.section.reviews {
  position: relative;
}

.reviews .reviews_platform {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.reviews .reviews_platform .item {
  display: inline-block;
  background: var(--white);
  padding: 6px 12px;
  border-radius: 3px;
}

.reviews .reviews_platform .item img {
  max-height: 40px;

  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.reviews .reviews_platform .item:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}



.reviews_slider .owl-stage {
  display: flex;
}
.reviews_slider .owl-stage .owl-item{
  padding: 10px;
}

.reviews_slider .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  background: var(--white);
  padding: 20px;
  height: 100%;
  /* border: 1px solid var(--border); */

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}


.reviews_slider .item .header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border);
}

.reviews_slider .item .header .left {
  display: flex;
  gap: 10px;
  align-items: center;
}

.reviews_slider .item .header .left .img {
  display: inline-flex;
  width: 32px;
  height: 32px;
  background: -webkit-linear-gradient(-90deg, var(--grad-dark), var(--grad-light) 50%);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-radius: 50%;
  line-height: 1;
}

.reviews_slider .item .header .left .details h6 {
  font-size: 16px;
  margin-bottom: 4px;
  color: var(--header);
}

.reviews_slider .item .header .left .details p {
  font-size: 12px;
  color: var(--font);
  line-height: 1;
}

.reviews_slider .item .header .right img {
  width: 32px;
}

.reviews_slider .item .item_body {
  padding: 15px 0;
  flex-grow: 2;
}

.reviews_slider .item .item_body .ratings {
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}

.reviews_slider .item .item_body .ratings li i {
  color: var(--grad-light);
}

.reviews_slider .item .item_body .ratings li i {
  color: var(--grad-light);
}

.reviews_slider .item .item_body .desc {
  color: var(--font);
  font-size: 15px;
  margin-bottom: 0;
}

.reviews_slider .item .item_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reviews_slider .item .item_footer .read_more {
  color: var(--primary);
  font-weight: 500;
  font-size: 15px;
  text-decoration: underline;
}

.reviews_slider .item .item_footer .read_more:hover {
  color: var(--primary-light);
}

.reviews_slider .item .item_footer .quote {
  width: 20px;
}



/* Review Section End  */


/* Owl Dots  */

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 15px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary);
}