/*========== Variables ============*/
/*============Sticky Footer============*/
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  min-height: 100%;
  height: auto !important;
  display: flex;
  flex-direction: column;
  position: relative;
}

#wrap {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  right: 0;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

.alignright,
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}

img.alignleft,
.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

* {
  outline: none !important;
}

/*==========Fonts & Headings===========*/
body {
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #1C1C1C;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.3px;
}

h1 {
  font-size: 60px;
  font-size: 6rem;
  font-weight: 500;
  margin: 0 0 20px 0;
}
@media (max-width: 991px) {
  h1 {
    font-size: 48px;
    font-size: 4.8rem;
  }
}

h2 {
  font-size: 55px;
  font-size: 5.5rem;
  font-weight: 500;
  margin: 0 0 20px 0;
}
@media (max-width: 991px) {
  h2 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

h3 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 20px 0;
}
@media (max-width: 991px) {
  h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 20px 0;
  line-height: 1.6;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

p {
  margin: 0 0 20px 0;
}

ol, ul {
  margin: 0 0 20px 0;
}

strong {
  font-weight: bold;
}

a {
  color: #76B72A;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:visited,
a:hover,
a:active {
  text-decoration: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.border-btn {
  border: 1px solid #D0D1CA;
  color: #1C1C1C;
  padding: 5px 60px 5px 15px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
}
.border-btn i {
  color: #76B72A;
  position: absolute;
  top: 11px;
  right: 15px;
  font-size: 16px;
}
.border-btn:hover {
  border-color: #1C1C1C;
  background-color: #1C1C1C;
  color: #fff;
}

.primary-btn {
  border: 1px solid #76B72A;
  background-color: #76B72A;
  color: #fff;
  padding: 5px 15px 5px 15px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
}
.primary-btn i {
  color: #fff;
  font-size: 16px;
  margin-right: 5px;
}
.primary-btn:hover {
  border-color: #609622;
  background-color: #609622;
  color: #fff;
}

.dark-theme .border-btn {
  border: 1px solid #626262;
  color: #fff;
}
.dark-theme .border-btn:hover {
  border-color: #fff;
  background-color: #fff;
  color: #1C1C1C;
}

.dark-theme {
  background-color: #1C1C1C;
}
.dark-theme h1, .dark-theme h2, .dark-theme h3, .dark-theme h4, .dark-theme h5, .dark-theme h6, .dark-theme p, .dark-theme li {
  color: #fff;
}
.dark-theme .gform_confirmation_message {
  color: #fff;
}

.margin-top {
  margin-top: 12rem;
}
@media (max-width: 575px) {
  .margin-top {
    margin-top: 6rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .margin-top {
    margin-top: 9rem;
  }
}

.margin-bottom {
  margin-bottom: 12rem;
}
@media (max-width: 575px) {
  .margin-bottom {
    margin-bottom: 6rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 9rem;
  }
}

.margin {
  margin: 12rem 0;
}
@media (max-width: 575px) {
  .margin {
    margin: 6rem 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .margin {
    margin: 9rem 0;
  }
}

.padding-top {
  padding-top: 12rem;
}
@media (max-width: 575px) {
  .padding-top {
    padding-top: 6rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .padding-top {
    padding-top: 9rem;
  }
}

.padding-bottom {
  padding-bottom: 12rem;
}
@media (max-width: 575px) {
  .padding-bottom {
    padding-bottom: 6rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .padding-bottom {
    padding-bottom: 9rem;
  }
}

.padding {
  padding: 12rem 0;
}
@media (max-width: 575px) {
  .padding {
    padding: 6rem 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .padding {
    padding: 9rem 0;
  }
}

.padding-minimal {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 575px) {
  .padding-minimal {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .padding-minimal {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

/* Header
==============================*/
#header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 30px 0;
}
#header.scrolled {
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.2));
  background-color: #fff;
  padding: 15px 0;
}
#header.scrolled .header-logo {
  max-width: 200px;
}
#header .col-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header-logo {
  max-width: 380px;
}
@media (max-width: 991px) {
  #header .header-logo {
    max-width: 280px;
  }
}
#header .navToggle {
  color: #1C1C1C;
  position: relative;
  padding-right: 35px;
}
#header .navToggle i {
  font-size: 30px;
  font-size: 3rem;
  margin-left: 5px;
  color: #76B72A;
  position: absolute;
  right: 0;
}

/* Nav
==============================*/
nav.main-menu ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
}
nav.main-menu ul li {
  display: inline-block;
  padding: 0 0 0 15px;
  margin: 0;
  position: relative;
}
nav.main-menu ul li a {
  color: #1C1C1C;
}
nav.main-menu ul li a .menu-drop {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 4px;
  position: relative;
  top: -2px;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
nav.main-menu ul li:hover {
  background-color: #fff;
}
nav.main-menu ul li:hover a {
  color: #76B72A;
}
nav.main-menu ul li:hover a .menu-drop {
  transform: rotate(-180deg);
}
nav.main-menu ul li.contact a {
  border-bottom: 1px solid #1C1C1C;
  position: relative;
  margin-left: 30px;
}
nav.main-menu ul li.contact a:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "@";
  position: absolute;
  left: -23px;
  color: #76B72A;
}
nav.main-menu ul li.contact a:hover {
  border-color: #76B72A;
}
nav.main-menu ul .sub-menu-wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: 99999;
  text-align: left;
  padding: 15px 0 0 10px;
  min-width: 100%;
}
nav.main-menu ul .sub-menu-wrap .container {
  padding: 15px;
  background-color: #fff;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.2));
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
nav.main-menu ul .sub-menu-wrap .container ul {
  padding-top: 15px;
  display: block !important;
  padding: 0 15px;
}
nav.main-menu ul .sub-menu-wrap .container ul li {
  display: block;
  padding: 0;
  white-space: nowrap;
  margin-bottom: 5px;
}
nav.main-menu ul .sub-menu-wrap .container ul li a {
  color: #1C1C1C;
}
nav.main-menu ul .sub-menu-wrap .container ul li:hover a {
  color: #609622;
}

/* Mobile Nav
==============================*/
#mobileNav {
  background-color: #fff;
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -50%;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mobileNav.menuOpen {
  right: 0;
}

#wrap.menuOpenWrap {
  right: 50%;
  pointer-events: none;
}

footer.menuOpenWrap {
  right: 50% !important;
  position: relative;
  pointer-events: none;
}

.mobileNav-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: transparent;
  z-index: -1;
}
.mobileNav-overlay.menuOpen {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  #mobileNav {
    width: 100%;
    right: -100%;
  }
  #wrap.menuOpenWrap {
    right: 100%;
  }
  footer.menuOpenWrap {
    right: 100%;
  }
}
#mobileNav .mobileNav-header {
  border-bottom: 1px solid #D0D1CA;
  text-align: right;
}
#mobileNav .mobileNav-header a {
  display: block;
  padding: 15px 25px;
  color: #1C1C1C;
}
#mobileNav .mobileNav-header a i {
  color: #76B72A;
}
#mobileNav .mobile-main-menu ul {
  margin: 0;
  padding: 0;
}
#mobileNav .mobile-main-menu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#mobileNav .mobile-main-menu ul li a {
  display: block;
  padding: 10px 25px;
  border-bottom: 1px solid #D0D1CA;
  color: #1C1C1C;
}
#mobileNav .mobile-main-menu ul li a:hover {
  text-decoration: none;
}
#mobileNav .mobile-main-menu ul li .menu-drop {
  position: absolute;
  right: 0;
  top: 0;
  height: 49px;
  width: 49px;
  line-height: 49px;
  text-align: center;
  color: #76B72A;
}
#mobileNav .mobile-main-menu ul li .menu-drop.sub-menu-active {
  transform: rotate(180deg);
}
#mobileNav .mobile-main-menu ul li .sub-menu {
  display: none;
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #D0D1CA;
}
#mobileNav .mobile-main-menu ul li .sub-menu li a {
  border-bottom: 1px solid #fff;
  padding-left: 50px;
}
#mobileNav .mobile-main-menu ul li .sub-menu li li a {
  padding-left: 75px;
}

.home-banner {
  padding: 200px 0 90px 0;
}
@media (max-width: 991px) {
  .home-banner {
    padding: 100px 0 90px 0;
  }
}
.home-banner .arrow-col {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .home-banner .arrow-col {
    align-items: center;
    justify-content: center;
    padding-top: 15px;
  }
}
.home-banner .arrow-col .banner-arrow {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid #76B72A;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-size: 3rem;
}
.home-banner .arrow-col .banner-arrow:hover {
  color: #1C1C1C;
  border-color: #1C1C1C;
}
.home-banner h1 {
  font-size: 80px;
  font-size: 8rem;
  margin: 0;
}
@media (max-width: 991px) {
  .home-banner h1 {
    font-size: 60px;
    font-size: 6rem;
    text-align: center;
  }
}

.banner {
  padding: 90px 0 90px 0;
  border-bottom: 1px solid #D0D1CA;
}

.single .banner {
  background: #1C1C1C;
  border-bottom: none;
}
.single .banner h1 {
  color: #fff;
}

.hero-banner {
  min-height: 800px;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-banner .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-banner .hero-media video,
.hero-banner .hero-media .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}
.hero-banner .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 1;
}
.hero-banner .hero-content-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-banner .hero-content-wrap .hero-top {
  padding: 90px 0 60px 0;
  max-width: 40%;
}
@media (max-width: 991px) {
  .hero-banner .hero-content-wrap .hero-top {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-banner .hero-content-wrap .hero-top {
    max-width: 60%;
  }
}
.hero-banner .hero-content-wrap .hero-top .preheading {
  color: #1C1C1C;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #76B72A;
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 20px;
}
.hero-banner .hero-content-wrap .hero-top h1 {
  margin-bottom: 30px;
  font-size: 72px;
  font-size: 7.2rem;
}
.hero-banner .hero-content-wrap .hero-top .hero-buttons {
  margin-top: 30px;
}
.hero-banner .hero-content-wrap .hero-top .hero-buttons .banner-btn {
  background-color: #76B72A;
  border: 1px solid #76B72A;
  color: #1C1C1C;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  padding: 10px 30px;
}
.hero-banner .hero-content-wrap .hero-top .hero-buttons .banner-btn.banner-btn-secondary {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.hero-banner .hero-content-wrap .hero-top .hero-buttons .banner-btn:hover {
  background-color: #609622;
  border-color: #609622;
  color: #fff;
}
.hero-banner .scroll-indicator {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-bottom: 60px;
}
.hero-banner .scroll-indicator .scroll-text {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hero-banner .scroll-indicator .scroll-line {
  width: 1px;
  height: 25px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.25) 100%);
}

.hero-video {
  min-height: 620px;
}
.hero-video .hero-media {
  height: 100% !important;
  background-image: url("/wp-content/uploads/2026/06/hero-poster.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-video .hero-media video {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.hero-video .hero-overlay {
  height: 100% !important;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.55) 35%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%) !important;
}
.hero-video h1 {
  font-size: 46px !important;
  line-height: 1.12 !important;
  margin-bottom: 20px !important;
}
.hero-video .hero-top {
  padding-top: 60px !important;
  padding-bottom: 50px !important;
}
@media (max-width: 767px) {
  .hero-video {
    min-height: 0 !important;
  }
  .hero-video h1 {
    font-size: 30px !important;
    line-height: 1.15 !important;
    margin-bottom: 16px !important;
  }
  .hero-video .hero-top {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .hero-video .hero-overlay {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.7) 100%) !important;
  }
  .hero-video .hero-top p {
    display: none !important;
  }
  .hero-video .hero-buttons .banner-btn-secondary {
    display: none !important;
  }
  .hero-video .preheading {
    display: none !important;
  }
  .hero-video .hero-buttons .banner-btn:not(.banner-btn-secondary) {
    width: auto !important;
    display: inline-block !important;
    padding: 8px 20px !important;
    font-size: 13px !important;
  }
  .hero-video .hero-top li .b-detail {
    display: none !important;
  }
  .hero-video .hero-top li {
    margin-bottom: 6px !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
  }
}

.full-width-image {
  position: relative;
}
.full-width-image img {
  width: 100%;
}

.products-banner .banner-image {
  margin-right: 60px;
  position: relative;
}
@media (max-width: 991px) {
  .products-banner .banner-image {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.products-banner .col-12 {
  display: flex;
  align-items: center;
}
.products-banner .banner-content h4 {
  color: #76B72A;
  font-weight: 500;
  border-bottom: 1px solid #76B72A;
  display: inline-block;
}
.products-banner .banner-content .banner-btns {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.products-banner .banner-content .banner-btns .read-more {
  border-bottom: 1px solid #1C1C1C;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  margin-right: 25px;
  color: #1C1C1C;
}
.products-banner .banner-content .banner-btns .read-more i {
  font-size: 14px;
  right: -20px;
  color: #76B72A;
  position: absolute;
  top: 4.5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.products-banner .banner-content .banner-btns .read-more:hover {
  color: #76B72A;
  border-color: #76B72A;
}

.products-banner-bg .hero-overlay {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.55) 35%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%);
}
.products-banner-bg .scroll-indicator {
  padding-bottom: 30px;
}
.products-banner-bg .hero-meta {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 15px 15px;
}
@media (max-width: 991px) {
  .products-banner-bg .hero-meta {
    gap: 0 15px;
    padding: 0 15px;
  }
}
.products-banner-bg .hero-meta .hero-meta-right {
  display: flex;
  gap: 0 30px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .products-banner-bg .hero-meta .hero-meta-right {
    gap: 0 15px;
  }
}
.products-banner-bg .hero-meta p {
  color: #fff;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .products-banner-bg .hero-meta p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.products-banner-bg .hero-meta p i {
  margin-right: 5px;
}
.products-banner-bg .hero-meta p img {
  margin-right: 5px;
  max-width: 18px;
  width: auto;
  display: inline-block;
}
@media (max-width: 991px) {
  .products-banner-bg {
    min-height: auto;
  }
  .products-banner-bg .hero-content-wrap .hero-top {
    padding: 60px 0 30px 0;
  }
  .products-banner-bg .scroll-wrap {
    display: none;
  }
  .products-banner-bg .hero-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.7) 100%);
  }
}
.products-banner-bg .hero-intro {
  margin-bottom: 10px;
}

.more-info-modal .modal-content {
  border: none;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.more-info-modal .modal-header {
  background-color: #76B72A;
  border-bottom: none;
  padding: 20px 30px;
  align-items: center;
}
@media (max-width: 991px) {
  .more-info-modal .modal-header {
    padding: 15px 20px;
  }
}
.more-info-modal .modal-header .modal-title {
  color: #1C1C1C;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.more-info-modal .modal-header .btn-close {
  opacity: 1;
  box-shadow: none;
}
.more-info-modal .modal-body {
  padding: 30px;
  color: #1C1C1C;
}
@media (max-width: 991px) {
  .more-info-modal .modal-body {
    padding: 20px;
  }
}
.more-info-modal .modal-body > :last-child {
  margin-bottom: 0;
}

.single-product .text-area .banner-btns .read-more,
.timbersustain .banner-btns .read-more {
  border-bottom: 1px solid #1C1C1C;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  margin-right: 25px;
  color: #1C1C1C;
}
.single-product .text-area .banner-btns .read-more:hover,
.timbersustain .banner-btns .read-more:hover {
  color: #76B72A;
  border-color: #76B72A;
}

.product-grid.dark-theme .products-grid .product-item h4 {
  color: #fff;
}
.product-grid .products-grid .product-item {
  display: block;
}
.product-grid .products-grid .product-item .img-wrap {
  overflow: hidden;
}
.product-grid .products-grid .product-item .img-wrap img {
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.product-grid .products-grid .product-item h4 {
  color: #1C1C1C;
  margin: 5px 0 15px;
}
.product-grid .products-grid .product-item:hover img {
  transform: scale(1.05);
}
.product-grid .products-grid .product-item:hover h4 {
  color: #76B72A;
}

.dark-theme .timber-filters-wrap .timber-filter select {
  color: #fff;
  border: 1px solid #626262;
  background: rgba(255, 255, 255, 0.22);
}
.dark-theme .timber-grid .timber-item {
  border: 1px solid #626262;
  color: #fff;
  background: rgba(255, 255, 255, 0.22);
}
.dark-theme .timber-grid .timber-item .img-wrap {
  background-color: #626262;
}
.dark-theme .timber-grid .timber-item .text-wrap .read-more {
  border-bottom: 1px solid #fff;
}
.dark-theme .timber-grid .timber-item:hover {
  color: #fff;
}

.timber-filters-wrap {
  position: relative;
  margin-top: 60px;
}
.timber-filters-wrap .timber-filter {
  position: absolute;
  right: 0;
  top: 5px;
}
.timber-filters-wrap .timber-filter select {
  border: 1px solid #D0D1CA;
  background: rgba(208, 209, 202, 0.22);
  padding: 5px 15px 5px 45px;
}
.timber-filters-wrap .timber-filter i {
  position: absolute;
  left: 15px;
  top: 10px;
  color: #76B72A;
}

.timber-grid h3 {
  margin: 0;
}
.timber-grid .timber-item {
  display: flex;
  border: 1px solid #D0D1CA;
  width: 100%;
  color: #1C1C1C;
  margin: 30px 0;
}
.timber-grid .timber-item .img-wrap {
  flex: 0 0 200px;
  background-color: #D0D1CA;
  overflow: hidden;
}
.timber-grid .timber-item .img-wrap img {
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.timber-grid .timber-item .text-wrap {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
}
.timber-grid .timber-item .text-wrap .read-more {
  border-bottom: 1px solid #1C1C1C;
  position: relative;
  font-weight: 600;
  font-size: 16px;
}
.timber-grid .timber-item .text-wrap .read-more i {
  font-size: 14px;
  right: -25px;
  color: #76B72A;
  position: absolute;
  top: 4.5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.timber-grid .timber-item:hover {
  color: #1C1C1C;
}
.timber-grid .timber-item:hover .img-wrap img {
  transform: scale(1.05);
}
.timber-grid .timber-item:hover .text-wrap .read-more i {
  right: -30px;
}

.dark-theme.accordions .accordion {
  border-color: #626262;
}
.dark-theme.accordions .accordion .accordion-wrap {
  border-color: #626262;
}
.dark-theme.accordions .accordion .accordion-wrap .accordion-header button {
  color: #fff;
}
.dark-theme.accordions .accordion .accordion-wrap .accordion-header button i {
  color: #fff;
}

.accordions .accordion {
  border-top: 1px solid #1C1C1C;
}
.accordions .accordion .accordion-wrap {
  border-bottom: 1px solid #1C1C1C;
}
.accordions .accordion .accordion-wrap .accordion-header button {
  border: none;
  background-color: transparent;
  width: 100%;
  text-align: left;
  padding: 15px 60px 15px 15px;
  position: relative;
  display: flex;
  align-items: center;
}
.accordions .accordion .accordion-wrap .accordion-header button i {
  position: absolute;
  right: 0;
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.accordions .accordion .accordion-wrap .accordion-header button.collapsed i {
  transform: rotate(0deg);
}
.accordions .accordion .accordion-wrap .accordion-body {
  padding: 0 15px;
}
.accordions .accordion .accordion-wrap .accordion-body .links-wrap {
  display: flex;
  flex-wrap: wrap;
}
.accordions .accordion .accordion-wrap .accordion-body .links-wrap a {
  flex: 0 0 100%;
  margin-bottom: 15px;
}

.tables-wrap table {
  width: 100%;
  margin: 15px 0 30px;
}
.tables-wrap table tr {
  border-bottom: 1px solid #fff;
}
.tables-wrap table tr th {
  padding-bottom: 15px;
}
.tables-wrap table tr td {
  color: #fff;
  background: #626262;
  padding: 10px 23px;
}
.tables-wrap table tr td:first-child {
  font-weight: 600;
  width: 50%;
}

.dark-theme .tables-wrap {
  color: #fff;
}
.dark-theme table tr {
  border-bottom: 1px solid #1C1C1C;
}
.dark-theme table tr td {
  background: rgba(255, 255, 255, 0.1);
}

.project-slide {
  position: relative;
}
.project-slide a.link {
  position: absolute;
  top: 5%;
  left: 5%;
  margin: 0;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.project-slide a.link:hover {
  color: #609622;
  border-color: #609622;
}
.project-slide img {
  width: 100%;
}
.project-slide h4 {
  position: absolute;
  bottom: 5%;
  left: 5%;
  margin: 0;
  color: #fff;
}
.project-slide h4 a {
  color: #fff;
}
@media (max-width: 991px) {
  .project-slide h4 {
    font-size: 18px;
    font-size: 1.8rem;
    bottom: 2.5%;
    left: 2.5%;
  }
}

.swiper-button-next, .swiper-button-prev {
  color: #76B72A;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 60px;
}
@media (max-width: 991px) {
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 40px;
    font-size: 4rem;
  }
}

.name {
  color: #76B72A !important;
  font-size: 20px;
  font-size: 2rem;
}

.contact-details .phone-number p {
  margin: 15px 0 5px 0;
}
.contact-details .primary-btn {
  width: 100%;
  max-width: 260px;
  text-align: center;
  margin-bottom: 15px;
}
.contact-details p {
  margin: 30px 0 0;
}
.contact-details ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 0 15px;
}
@media (max-width: 991px) {
  .contact-details ul {
    justify-content: center;
  }
}
.contact-details ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.contact-details ul li a {
  border-bottom: 1px solid #76B72A;
}

.useful-links {
  border-top: 1px solid #D0D1CA;
}
.useful-links.dark-theme {
  border-top: 1px solid #626262;
}
.useful-links .links-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 1.5%;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .useful-links .links-wrap {
    gap: 15px 0;
  }
}
.useful-links .links-wrap .border-btn {
  flex: 0 0 49.25%;
}
@media (max-width: 991px) {
  .useful-links .links-wrap .border-btn {
    flex: 0 0 100%;
  }
}
.useful-links .links-wrap .border-btn.dl-btn {
  display: none;
}

.modal .embed-container {
  display: none;
}
.modal .modal-content {
  border: none;
  border: 1px solid #D0D1CA;
  color: #1C1C1C;
  border-radius: 10px;
}

.note {
  border: 1px solid green;
  background-color: rgb(216.48, 239.88, 189.12);
  border-radius: 20px;
  padding: 5px 15px;
  display: none;
  margin-top: 15px;
}
.note p {
  margin: 0;
  color: #1C1C1C !important;
}

.news-feed.dark-theme .news-feed-wrap .news-feed-item {
  border-bottom: 1px solid #626262;
}
.news-feed.dark-theme .news-feed-wrap .news-feed-item .news-feed__content .read-more {
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 991px) {
  .news-feed .border-btn {
    margin-bottom: 30px;
  }
}
.news-feed .news-feed-wrap .news-feed-item {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D0D1CA;
  gap: 0 15px;
}
.news-feed .news-feed-wrap .news-feed-item:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.news-feed .news-feed-wrap .news-feed-item .news-feed__image {
  flex: 0 0 175px;
}
@media (max-width: 991px) {
  .news-feed .news-feed-wrap .news-feed-item .news-feed__image {
    flex: 0 0 125px;
  }
}
.news-feed .news-feed-wrap .news-feed-item .news-feed__content {
  color: #1C1C1C;
}
.news-feed .news-feed-wrap .news-feed-item .news-feed__content h4 {
  margin: 0 0 10px;
}
.news-feed .news-feed-wrap .news-feed-item .news-feed__content .read-more {
  border-bottom: 1px solid #1C1C1C;
  position: relative;
  font-weight: 600;
  font-size: 16px;
}
.news-feed .news-feed-wrap .news-feed-item .news-feed__content .read-more i {
  font-size: 14px;
  right: -25px;
  color: #76B72A;
  position: absolute;
  top: 4.5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.news-feed .news-feed-wrap .news-feed-item:hover .news-feed__content .read-more i {
  right: -30px;
}

.gform_wrapper .gfield .ginput_container input, .gform_wrapper .gfield .ginput_container select, .gform_wrapper .gfield .ginput_container textarea {
  border-radius: 10px;
  border: 1px solid #D0D1CA;
}
.gform_wrapper .gform_button {
  border-radius: 100px;
  border: none;
  background-color: #76B72A;
  color: #fff;
  padding: 5px 30px 5px 30px;
  border-radius: 20px;
  position: relative;
}
.gform_wrapper .gform_button:hover {
  background-color: #609622;
}
.gform_wrapper .gform_footer {
  justify-content: flex-end;
}

.calc-form_wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.calc-form_wrapper:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #D0D1CA;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url("https://lmatimber.co.nz/wp-content/uploads/2023/08/IMG_3219.jpg");
  background-size: cover;
}
.calc-form_wrapper.interior-cladding-form_wrapper:after {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url("https://lmatimber.co.nz/wp-content/uploads/2025/05/interior-cladding.jpg");
  background-position: center center;
}
.calc-form_wrapper.flooring-form_wrapper:after {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url("https://lmatimber.co.nz/wp-content/uploads/2025/05/flooring.jpg");
  background-position: center 85%;
}
.calc-form_wrapper.decking-form_wrapper:after {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url("https://lmatimber.co.nz/wp-content/uploads/2025/05/decking.png");
}
.calc-form_wrapper .calc-form {
  padding: 0 30px 30px;
  position: relative;
  z-index: 2;
  color: #ededed;
}
.calc-form_wrapper .calc-form .gsection {
  margin: 45px 0 0;
  padding: 0;
}
.calc-form_wrapper .calc-form .gsection .gsection_title {
  margin: 0 0 15px;
  padding: 0;
  color: #fff;
}
.calc-form_wrapper .calc-form .gfield .ginput_container input,
.calc-form_wrapper .calc-form .gfield .ginput_container select {
  background-color: #ededed;
}
.calc-form_wrapper .calc-form .gfield label .gfield_required {
  color: #ededed;
}
.calc-form_wrapper .calc-form .gf_readonly .ginput_container input {
  background-color: #76B72A;
  width: auto !important;
  border-radius: 10px;
  border: 1px solid #76B72A;
  color: #ededed;
  font-weight: 600;
}

.captions {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 15px;
  gap: 0 30px;
}
@media (max-width: 991px) {
  .captions {
    padding: 10px;
    gap: 0 15px;
  }
}
.captions p {
  color: #fff;
  margin: 0;
}
@media (max-width: 991px) {
  .captions p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.captions p.info {
  margin-right: auto;
}
.captions p i {
  margin-right: 5px;
}
.captions p img {
  margin-right: 5px;
  max-width: 18px;
  display: inilne-block;
  width: auto;
}

.gallery-slider .img-wrap {
  position: relative;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gallery-slider .img-wrap img {
  width: 100%;
}

.gallery-grid .img-wrap {
  height: auto;
  aspect-ratio: 3/2;
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.gallery-grid .captions {
  flex-direction: column;
  align-items: stretch;
  gap: 4px 0;
}
.gallery-grid .captions p {
  font-size: 16px;
  font-size: 1.6rem;
}
.gallery-grid .captions p.info {
  margin-right: 0;
}
.gallery-grid .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .gallery-grid .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.gallery-grid .gallery-grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .gallery-grid .gallery-grid-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .gallery-grid .gallery-grid-wrap {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.share-btns {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.share-btns p {
  margin: 0;
}
.share-btns a {
  background-color: #76B72A;
  color: #fff;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.share-btns a:hover {
  background-color: #609622;
}

#blog-single .blog-footer {
  border-top: 1px solid #D0D1CA;
  text-align: center;
  margin-top: 30px;
  padding-top: 15px;
}

.image-grid .image-grid-image {
  margin-top: 30px;
}
.image-grid .image-grid-image img {
  width: 100%;
}
.image-grid .image-grid-image h4 {
  margin: 5px 0 0 0;
}

.steps .steps-image img {
  margin-top: 30px;
}
.steps .steps-image p {
  margin: 5px 0 0 0;
}

.team-area.dark-theme .team-member {
  border-bottom: 1px solid #626262;
}
.team-area .team-member {
  align-items: center;
  border-bottom: 1px solid #D0D1CA;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
}
.team-area .team-member:last-child {
  border: none;
}
.team-area .team-member img {
  max-width: 200px;
  border-radius: 100%;
}
@media (max-width: 991px) {
  .team-area .team-member img {
    margin: 0 auto 30px auto;
  }
}
.team-area .team-member .col-12 p:last-child {
  margin: 0;
}

.gallery-images a {
  display: block;
  position: relative;
  color: #fff;
}
.gallery-images a .overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px;
  line-height: 1;
}
.gallery-images a:hover {
  color: #76B72A;
}

#footer {
  position: relative;
  right: 0;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}
#footer #footer-image {
  position: relative;
}
#footer #footer-image:before {
  content: "";
  width: 100%;
  height: 20%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 2;
  position: absolute;
}
#footer #footer-body {
  background-color: #1C1C1C;
  color: #fff;
}
@media (max-width: 991px) {
  #footer #footer-body {
    text-align: center;
  }
}
#footer #footer-body .menu {
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  #footer #footer-body .menu {
    margin-top: 30px;
  }
}
#footer #footer-body .menu li {
  margin: 0;
  padding: 0;
  display: block;
}
#footer #footer-body .menu li a {
  color: #fff;
}
#footer #footer-body .menu li a:hover {
  color: #76B72A;
}
#footer #footer-body .footer-contact .footer-address {
  margin-bottom: 10px;
}
#footer #footer-body .footer-contact p {
  margin: 0;
}
#footer #footer-body .footer-contact p a {
  display: inline-block;
  border-bottom: 1px solid #76B72A;
  margin-bottom: 20px;
}
#footer #footer-body .footer-contact ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 0 15px;
}
@media (max-width: 991px) {
  #footer #footer-body .footer-contact ul {
    justify-content: center;
  }
}
#footer #footer-body .footer-contact ul li {
  display: block;
  margin: 0;
  padding: 0;
}
#footer #footer-body .footer-contact ul li a {
  border-bottom: 1px solid #76B72A;
}
#footer #footer-terms {
  padding: 45px 0 30px;
}
#footer #footer-terms .footer-logos a {
  display: block;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
#footer #footer-terms .footer-logos a img {
  max-height: 100px;
}
#footer #footer-terms .footer-terms-content {
  padding-top: 60px;
}
#footer #footer-terms .footer-terms-content .col-12 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #footer #footer-terms .footer-terms-content .col-12 {
    display: block;
  }
}
#footer #footer-terms .footer-terms-content p {
  margin: 0;
  opacity: 0.5;
}
@media (max-width: 991px) {
  #footer #footer-terms .footer-terms-content p {
    text-align: center;
    width: 100%;
  }
}
#footer #footer-terms .footer-terms-content .site-by {
  text-align: right;
  display: block;
  color: #1C1C1C;
  text-decoration: none;
  opacity: 0.5;
}
@media (max-width: 991px) {
  #footer #footer-terms .footer-terms-content .site-by {
    text-align: center;
    width: 100%;
  }
}
#footer #footer-terms .footer-terms-content .site-by strong {
  border-bottom: 1px solid #1C1C1C;
  font-weight: 500;
}
#footer #footer-terms .footer-terms-content .site-by:hover {
  color: #609622;
  text-decoration: none;
}

section.steps .images-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
section.steps .steps-image {
  position: relative;
}
section.steps .steps-image:hover img {
  transform: scale(1.05);
}
section.steps .steps-image:hover .caption p {
  color: #76b72a !important;
}
section.steps .steps-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.steps .img-wrap {
  width: 100%;
  padding-bottom: 105%;
  position: relative;
  overflow: hidden;
}
section.steps .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0;
  transition: transform 0.2s ease-in-out;
}
section.steps .caption {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 5px 0 15px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.feature-grid .feature-item {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.feature-grid .feature-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 1;
}
.feature-grid .feature-item .feature-content {
  position: relative;
  z-index: 2;
}
.feature-grid .feature-item .feature-content p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
.feature-grid .feature-item .feature-content .item-button {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.feature-grid .feature-item .feature-content .item-button i {
  margin-left: 10px;
}
.feature-grid .feature-item .feature-content .item-button:hover {
  color: #76B72A;
  border-color: #76B72A;
}
.feature-grid .feature-item:nth-child(1) {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
  min-height: 650px;
}
.feature-grid .feature-item:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
  min-height: 310px;
}
.feature-grid .feature-item:nth-child(3) {
  grid-column: 3;
  grid-row: 2;
  min-height: 310px;
}
.feature-grid .feature-item:nth-child(n+4) {
  grid-column: auto;
  grid-row: auto;
  min-height: 320px;
}
@media (max-width: 991px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-grid .feature-item,
  .feature-grid .feature-item:nth-child(1),
  .feature-grid .feature-item:nth-child(2),
  .feature-grid .feature-item:nth-child(3),
  .feature-grid .feature-item:nth-child(n+4) {
    grid-column: auto;
    grid-row: auto;
    min-height: 320px;
  }
}

.reviews .reviews-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 24px;
}
.reviews .reviews-head h3 {
  margin: 0;
}
.reviews .reviews-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 5px;
}
.reviews .reviews-rating .score {
  font-weight: 700;
  font-size: 1.8rem;
}
.reviews .reviews-rating .stars {
  color: #76B72A;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
.reviews .reviews-rating .powered {
  color: #626262;
  font-size: 1.4rem;
}
.reviews .reviews-rating .powered .g-logo {
  font-weight: 500;
}
.reviews .reviews-carousel {
  position: relative;
}
.reviews .reviewsSwiper {
  position: relative;
  padding-bottom: 4px;
}
.reviews .reviewsSwiper .swiper-wrapper {
  align-items: stretch;
}
.reviews .reviewsSwiper .swiper-slide {
  height: auto;
}
.reviews .review-card {
  height: 100%;
  background: #f4f4f4;
  border: 0;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #1C1C1C;
  box-shadow: none;
}
.reviews .review-card .review-top {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.reviews .review-card .avatar {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e4e4e4;
}
.reviews .review-card .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews .review-card .avatar .avatar-initial {
  font-weight: 700;
  font-size: 2rem;
  color: #626262;
}
.reviews .review-card .meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  line-height: 1.2;
  min-width: 0;
}
.reviews .review-card .meta .name {
  font-weight: 700;
  font-size: 1.6rem;
  color: #1C1C1C !important;
  text-decoration: none;
}
.reviews .review-card .meta .name:hover {
  text-decoration: underline;
}
.reviews .review-card .meta .date {
  font-size: 1.3rem;
  color: #626262;
}
.reviews .review-card .stars {
  color: #76B72A;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
.reviews .review-card .review-text {
  margin: 0;
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: #1C1C1C;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.reviews .swiper-button-next,
.reviews .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: 0;
  top: 50%;
  background: #fff;
  border: 5px solid #1C1C1C;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  color: #1C1C1C;
  z-index: 5;
  transition: background 0.2s ease, color 0.2s ease;
}
.reviews .swiper-button-next::after,
.reviews .swiper-button-prev::after {
  font-size: 1.4rem;
  font-weight: 700;
}
.reviews .swiper-button-next:hover,
.reviews .swiper-button-prev:hover {
  background: #76B72A;
  border-color: #76B72A;
  color: #fff;
}
.reviews .swiper-button-next.swiper-button-lock,
.reviews .swiper-button-prev.swiper-button-lock {
  display: none;
}
.reviews .swiper-button-prev {
  left: 0;
  right: auto;
  transform: translate(-50%, -50%);
}
.reviews .swiper-button-next {
  right: 0;
  left: auto;
  transform: translate(50%, -50%);
}
