.ppc-root-lock,
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
}

.site-nav,
.sticky-nav,
.hero-slider,
.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item,
.untree_co-section,
.services-section,
.site-footer {
  max-width: 100vw;
}

.logo {
  line-height: 1.35;
  max-width: 280px;
  overflow: hidden;
}

.ppc-header-logo {
  display: block;
  filter: brightness(0) invert(1);
  height: auto;
  max-height: 60px;
  max-width: 100%;
  object-fit: contain;
  transition: filter 0.3s ease;
  width: auto;
}

#sticky-wrapper.is-sticky .ppc-header-logo {
  filter: none;
}

.ppc-footer-logo {
  display: block;
  height: auto;
  max-height: 80px;
  max-width: 220px;
  object-fit: contain;
  width: auto;
}

.btn-book {
  white-space: nowrap;
}

.site-nav .site-navigation {
  min-height: 44px;
}

.site-nav .site-navigation .site-menu {
  max-width: calc(100% - 430px);
  overflow: hidden;
  white-space: nowrap;
}

.site-nav .site-navigation .site-menu > li > a.active {
  color: #ffffff;
}

#sticky-wrapper.is-sticky .sticky-nav .site-menu > li > a.active {
  color: #136ad5 !important;
}

.top-contact-link,
.top-social-link {
  align-items: center;
  display: inline-flex;
}

.top-contact-link {
  margin-inline-end: 1rem;
}

.top-social-link {
  margin-inline-start: .75rem;
}

.contact-icon {
  margin-inline-end: .4rem;
}

.ppc-section-soft {
  background: #f8f9fa;
}

.ppc-section-title .subtitle {
  color: #00aeff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: .75rem;
}

.ppc-section-title h2,
.ppc-section-title h3 {
  color: #136ad5;
  font-weight: 700;
  margin-bottom: 1rem;
}

.ppc-section-title p {
  color: #666666;
  margin-bottom: 0;
}

.hero-slider {
  display: block;
}

.hero-slider:not(.owl-loaded) .untree_co-hero:not(:first-child) {
  display: none;
}

.hero-slider .untree_co-hero [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

.hero-slider .owl-dots {
  bottom: 30px;
  left: 0;
  position: absolute;
  right: 0;
}

.hero-slider .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, .45);
}

.hero-slider .owl-dots .owl-dot.active span {
  background: #00aeff;
}

.custom-media {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.custom-media > a:first-child {
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
}

.custom-media > a:first-child img,
.gallery-item img,
.team img,
.ppc-aside-image,
.article-image,
.course-cover {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.custom-media .custom-media-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.media-h figure {
  min-height: 220px;
}

.ppc-rich-text {
  color: #666666;
  font-size: 16px;
  line-height: 1.8;
}

.ppc-rich-text img {
  border-radius: 7px;
  height: auto;
  max-width: 100%;
}

.ppc-form textarea.form-control {
  min-height: 140px;
}

.ppc-form-response {
  display: none;
  margin-top: 18px;
}

.ppc-panel {
  border-radius: 7px;
}

.ppc-aside {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 7px;
  padding: 18px;
  position: sticky;
  top: 94px;
}

.ppc-aside-image {
  aspect-ratio: 4 / 3;
  border-radius: 7px;
}

.course-cover,
.article-image {
  aspect-ratio: 16 / 9;
  border-radius: 7px;
}

.ppc-aside-list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.ppc-aside-list li {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}

.gallery-item {
  aspect-ratio: 4 / 3;
  background: rgba(19, 106, 213, .05);
  border-radius: 7px;
  display: block;
  overflow: hidden;
  position: relative;
}

.gallery-item .gallery-caption {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .72));
  bottom: 0;
  color: #ffffff;
  left: 0;
  padding: 38px 18px 16px;
  position: absolute;
  right: 0;
}

.share-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.share-list a {
  align-items: center;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 7px;
  color: #136ad5;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.pagination {
  justify-content: center;
}

.pagination .page-link {
  border-radius: 7px;
  color: #136ad5;
  margin: 0 4px;
}

.pagination .active .page-link,
.page-item.active .page-link {
  background: #136ad5;
  border-color: #136ad5;
}

.img-wrap-2 .dotted:before {
  background-image: radial-gradient(circle, rgba(19, 106, 213, .25) 1.5px, transparent 1.5px) !important;
  background-size: 14px 14px !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .logo {
    max-width: 220px;
  }

  .site-nav .site-navigation .site-menu {
    max-width: calc(100% - 365px);
  }

  .site-nav .site-navigation .site-menu > li > a {
    padding-left: 9px;
    padding-right: 9px;
  }
}

/* Section separator */
.ppc-section-separator {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 8px 3rem;
}

.ppc-sep-line {
  background: linear-gradient(to right, transparent, #136ad5);
  flex: 1;
  height: 2px;
}

.ppc-sep-line:last-child {
  background: linear-gradient(to left, transparent, #136ad5);
}

.ppc-sep-diamond {
  background: #136ad5;
  box-shadow: 0 0 0 4px rgba(19, 106, 213, 0.15);
  flex-shrink: 0;
  height: 14px;
  margin: 0 16px;
  transform: rotate(45deg);
  width: 14px;
}

@media (max-width: 991.98px) {
  .site-nav .site-navigation {
    min-height: 38px;
  }

  .logo {
    max-width: calc(100% - 110px);
  }

  .top-contact-link span:not(.contact-icon) {
    display: none;
  }

  .top-contact-link {
    margin-inline-end: .75rem;
  }

  .top-social-link {
    margin-inline-start: .5rem;
  }

  .media-h {
    display: block !important;
  }

  .media-h figure {
    flex: none;
    height: 220px;
    min-height: 220px;
    width: 100%;
  }

  .ppc-aside {
    position: static;
  }
}
