/* Layout Styles
======================================= */
.video-source-container {
  display: flex;
  justify-content: center;
}

.hn-video-modal video {
  width: auto;
  height: 100% !important;
  margin: 0 auto;
}

.sage-banner-sec {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sage-banner-sec .sage-banner-img {
  display: block;
}

.sage-banner-sec .sage-banner-mobile-img {
  display: none;
}

.sage-banner-content {
  position: absolute;
  max-width: 400px;
  width: 100%;
  color: #fff;
  right: 100px;
}

.sage-banner-title-img {
  width: 110px;
}

.sage-btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 5rem;
  display: inline-block;
  text-decoration: none;
}

.sage-btn:hover {
  text-decoration: none;
  color: #fff;
}

.sage-btn-dark {
  background: transparent;
  border: 1px solid #333;
  color: #333;
  padding: 0.6rem 1.2rem;
  border-radius: 5rem;
  display: inline-block;
  text-decoration: none;
}

.sage-btn-dark:hover {
  text-decoration: none;
  color: #333;
}

.sage-main-sec {
  padding: 0 3rem;
}

.sage-category-title-wrapper,
.sage-mastery-content,
.sage-explore-content {
  text-align: center;
  max-width: 780px;
  margin: 0 auto !important;
}

.sage-category-title-wrapper {
  padding: 3rem 0 2rem;
}

.sage-slider-sec {
  padding: 0 2rem;
}

.sage-slider-sec .slick-dots li {
  width: 10px;
  height: 10px;
}

.sage-slider-sec .slick-slide {
  padding: 0 5px;
}

.sage-slider-content {
  text-align: center;
  margin: auto;
  max-width: 650px;
}

.sage-category-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.sage-category-item {
  width: 150px;
  margin-bottom: 20px;
}

.sage-category-item a {
  color: #373737;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sage-category-item a:hover {
  color: #373737;
  text-decoration: none;
}

.sage-category-item a img {
  transition: transform 0.3s ease;
}

.sage-category-item a:hover img {
  transform: scale(1.1);
}

.sage-category-item p {
  text-align: center;
  font-weight: 600;
  font-size: 1.286em;
  color: #373737;
  line-height: 1.2em;
}

.sage-category-item-img-wrapper {
  background-color: #f3f4f5;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.sage-category-item-img-wrapper img {
  width: 100px;
}

.why-choose-sage,
.sage-fresh-coffee,
.sage-coffee-master,
.sage-inspiration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  margin: 5rem 0 !important;
}

.why-choose-sage img,
.sage-fresh-coffee img,
.sage-coffee-master img,
.sage-inspiration img {
  width: 50%;
}

.sage-mastery-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  text-align: center;
}

.sage-mastery-item img {
  margin-bottom: 20px;
}

/* Font Styles
======================================= */
.sage-category-title-wrapper h3,
.why-choose-sage-content h3,
.sage-mastery-content h3,
.sage-fresh-coffee-content h3,
.sage-coffee-master-content h3,
.sage-inspiration-content h3,
.sage-explore-content h3,
.sage-slider-content h3 {
  font-size: 1.8rem;
  margin: 0 0 0.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.sage-category-title-wrapper p,
.why-choose-sage-content p,
.sage-mastery-content p,
.sage-fresh-coffee-content p,
.sage-coffee-master-content p,
.sage-inspiration-content p,
.sage-explore-content p,
.sage-slider-content p {
  font-size: 1rem;
  color: #333;
}

.sage-content p {
  margin-bottom: 1em;
}

.sage-banner-text {
  font-size: 1.143em;
  line-height: 1.5em;
  color: #fff;
  margin: 0 0 1em;
}

/* Media Queries
======================================= */

@media (max-width: 768px) {
  .sage-banner-sec {
    align-items: flex-start;
  }
  .sage-banner-content {
    right: auto;
    left: 0;
    padding: 2rem;
  }
  .sage-banner-sec .sage-banner-img {
    display: none;
  }
  .sage-banner-sec .sage-banner-mobile-img {
    display: block;
  }
  .sage-main-sec {
    padding: 0 2rem;
  }
  .sage-category-title-wrapper,
  .sage-mastery-content,
  .sage-explore-content,
  .sage-slider-content {
    text-align: left;
  }
  .why-choose-sage,
  .sage-fresh-coffee,
  .sage-coffee-master,
  .sage-inspiration {
    gap: 1rem;
  }
  .why-choose-sage,
  .sage-inspiration,
  .sage-mastery-items {
    flex-direction: column;
  }
  .sage-fresh-coffee,
  .sage-coffee-master {
    flex-direction: column-reverse;
  }
  .why-choose-sage img,
  .sage-fresh-coffee img,
  .sage-coffee-master img,
  .sage-inspiration img {
    width: unset;
  }
  .sage-category-item-img-wrapper {
    width: 110px;
    height: 110px;
  }
  .sage-category-item-img-wrapper img {
    width: 90px;
  }
}

@media (min-width: 769px) and (max-width: 1080px) {
  .sage-main-sec {
    padding: 0 3rem;
  }
  .sage-category-item-img-wrapper {
    width: 110px;
    height: 110px;
  }
  .why-choose-sage,
  .sage-fresh-coffee,
  .sage-coffee-master,
  .sage-inspiration {
    gap: 2rem;
  }
  .sage-banner-content {
    padding: 0 20px 0 0;
  }
}
