/*=================================================================
  Brand Theme Refresh
==================================================================*/
body {
  background: #f7f6f0;
  color: var(--color-text-secondary);
}

a {
  color: var(--color-primary);
  transition: color 0.24s ease, opacity 0.24s ease, transform 0.24s ease;
}

a:hover {
  color: var(--color-primary-dark);
  text-decoration: none;
}

.section {
  padding: 104px 0;
}

.bg-gray {
  background: #eef4ef;
}

.section-title {
  margin-bottom: 52px;
}

.section-title .h6,
.h6.text-color {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid rgba(84, 116, 95, 0.18);
  border-radius: 999px;
  background: #eef4ef;
  color: #466854 !important;
  font-size: 0.76rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.section-title .h6::before,
.h6.text-color::before {
  content: "";
  width: 22px;
  height: 1px;
  background: rgba(84, 116, 95, 0.62);
}

.section-title .content-title,
.section-title h2 {
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.text-color {
  color: #5c7b68 !important;
}

.btn {
  border-radius: 999px;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 12px;
  padding: 0.98rem 2rem 0.9rem;
  box-shadow: none;
}

.btn-main,
.btn-small,
.btn-transparent {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: var(--color-text-inverse);
}

.btn-main:hover,
.btn-small:hover,
.btn-transparent:hover {
  background: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
  color: var(--color-text-inverse);
  transform: translateY(-2px);
}

.btn-solid-border {
  border: 1px solid rgba(67, 104, 83, 0.22);
  background: #fffdf8;
  color: var(--color-primary-dark);
}

.btn-solid-border:hover {
  border-color: var(--color-primary);
  background: var(--color-primary-soft);
  color: var(--color-primary-dark);
}

#navbar .btn-solid-border {
  border-color: #4f705d;
  background: #4f705d;
  color: #ffffff !important;
  box-shadow: 0 12px 24px rgba(52, 91, 72, 0.16);
}

#navbar .btn-solid-border:hover,
#navbar .btn-solid-border:focus {
  border-color: #3f5f4d;
  background: #3f5f4d;
  color: #ffffff !important;
}

.btn-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: transparent;
  color: var(--color-text-inverse);
}

.btn-outline-light:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.14);
  color: var(--color-text-inverse);
}

.navigation {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.header-top {
  background: #426150;
  color: rgba(249, 246, 239, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;
}

#navbar {
  position: relative;
  background: #f1f5ee;
  border-bottom: 1px solid rgba(67, 104, 83, 0.14);
  box-shadow: 0 10px 24px rgba(42, 74, 59, 0.07);
}

#navbar::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.72);
}

#navbar .navbar {
  min-height: 78px;
}

.header-top .header-top-socials,
.header-top .header-top-info {
  color: rgba(249, 246, 239, 0.82);
}

.header-top .header-top-row {
  row-gap: 10px;
}

.header-top .header-top-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px 14px;
  min-width: 0;
}

.header-top .header-top-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-left: 0;
  padding: 0;
  border-right: 0;
}

.header-top .header-top-socials a,
.header-top .header-top-info a {
  color: rgba(249, 246, 239, 0.84);
}

.header-top .header-top-socials .header-top-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin-right: 0;
  padding: 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 15px;
  line-height: 1;
}

.header-top .header-top-info .header-top-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 0;
  max-width: 100%;
  margin-left: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.header-top .header-top-link i {
  flex: 0 0 auto;
  font-size: 12px;
  color: rgba(234, 241, 235, 0.88);
}

.header-top .header-top-link span {
  min-width: 0;
}

.header-top .header-top-link--mail {
  white-space: normal;
}

.header-top .header-top-link--mail span {
  overflow-wrap: anywhere;
}

.header-top .header-top-socials a:hover,
.header-top .header-top-info a:hover {
  color: #ffffff;
}

.header-top .header-top-info a span {
  color: #ffffff;
}

.header-top .header-top-social-link:hover,
.header-top .header-top-link:hover {
  background: transparent;
}

.navbar-brand {
  color: var(--color-primary-dark) !important;
  font-size: 1.76rem;
  letter-spacing: 1.4px;
}

.navbar-brand span {
  color: #6e8f7a;
}

.navbar-toggler {
  color: var(--color-primary-dark) !important;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  color: #4f705d !important;
}

#navbar .nav-link {
  position: relative;
  padding: 0.72rem 0;
  margin: 0 0.22rem;
  color: var(--color-text-primary) !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.1px;
}

#navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.18rem;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: #6e8f7a;
  transition: width 0.24s ease;
}

#navbar .btn-solid-border {
  padding: 0.86rem 1.7rem 0.8rem;
}

#navbar .nav-link:hover::after,
#navbar .nav-link:focus::after,
#navbar .active .nav-link::after {
  width: 100%;
}

.page-title {
  padding: 132px 0 108px;
  overflow: hidden;
}

.page-title::before {
  opacity: 1;
  background: rgba(52, 92, 72, 0.76);
}

.page-title::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.04);
}

.page-title .block {
  position: relative;
  z-index: 2;
}

.page-title .list-inline-item,
.page-title .list-inline-item a {
  color: rgba(249, 246, 239, 0.86) !important;
}

.slider {
  background-position: center center;
  padding: 220px 0 188px;
}

.slider::before {
  background: rgba(48, 85, 67, 0.76);
}

.slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.04);
  z-index: 1;
}

.slider .container,
.slider .block {
  position: relative;
  z-index: 2;
}

.slider .block {
  max-width: 760px;
}

.slider .block span {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.slider h1 {
  font-size: 3.7rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
  max-width: 760px;
}

.trust-strip {
  position: relative;
  z-index: 5;
  background: transparent;
  padding: 0 0 18px;
  margin-top: -48px;
  border-bottom: 0;
}

.trust-strip .row {
  row-gap: 0;
}

.trust-item,
.intro-item,
.service-item,
.process-card,
.about-info-item,
.spec-inquiry-box,
.contact__form,
.about-2 .about-item,
.about-item,
.cta-item,
.testimonial-panel,
.testimonial-card {
  border-radius: 24px;
  border: 1px solid rgba(65, 101, 81, 0.1);
  background: #fffdf8;
  box-shadow: 0 16px 32px rgba(35, 60, 48, 0.08);
}

.trust-item,
.intro-item,
.service-item,
.process-card,
.about-info-item,
.spec-inquiry-box,
.contact__form,
.testimonial-card {
  position: relative;
  overflow: hidden;
}

.trust-item::before,
.intro-item::before,
.service-item::before,
.process-card::before,
.about-info-item::before,
.spec-inquiry-box::before,
.contact__form::before,
.testimonial-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: #6e8f7a;
}

.trust-item {
  padding: 30px 22px;
}

.trust-item h3 {
  font-size: 2.15rem;
  color: var(--color-primary-dark);
}

.equal-card-grid {
  display: grid;
  gap: 32px;
  margin-left: 0;
  margin-right: 0;
  align-items: stretch;
}

.equal-card-grid.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.equal-card-grid.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.equal-card-grid.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.equal-card-grid > [class*="col-"] {
  display: flex;
  max-width: none;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.equal-card-grid .intro-item,
.equal-card-grid .service-item,
.equal-card-grid .about-info-item {
  width: 100%;
  height: 100%;
  margin-bottom: 0 !important;
}

.intro-item,
.process-card,
.about-info-item {
  display: flex;
  flex-direction: column;
  padding: 32px 28px;
  height: 100%;
}

.service-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 32px 28px 30px 96px;
}

.service-item i {
  left: 28px;
  top: 30px;
  color: #6e8f7a;
  opacity: 1;
}

.intro-item p,
.service-item p,
.process-card p,
.about-info-item p,
.testimonial-card p {
  margin-bottom: 0;
}

.intro-item:hover,
.service-item:hover,
.process-card:hover,
.about-info-item:hover,
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 38px rgba(35, 60, 48, 0.12);
}

.about-item {
  padding: 42px 44px;
}

section.about .about-item {
  margin-left: -52px;
}

section.about .about-item--split {
  width: 100%;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-item--split .about-content {
  padding: 0;
}

.about-item--split .about-content h4 {
  position: relative;
  min-height: 28px;
  padding-left: 34px;
}

.about-item--split .about-content h4::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #6e8f7a;
}

.about-split {
  align-items: stretch;
}

.about-split > [class*="col-"] {
  display: flex;
}

.about-visual {
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(65, 101, 81, 0.1);
  box-shadow: 0 20px 42px rgba(35, 60, 48, 0.1);
  background: #e6eee7;
}

.about-visual img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.bg-about {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 44px rgba(34, 59, 47, 0.14);
}

.counter,
.bg-counter {
  background: #4a6857;
}

.counter-item {
  padding: 18px 12px;
}

.counter-item h3,
.counter-item .text-white,
.counter-item .text-white-50 {
  color: var(--color-text-inverse) !important;
}

.counter-item .text-muted,
.counter-item p {
  color: rgba(249, 246, 239, 0.88) !important;
}

.counter-item i,
.counter-item .counter-stat {
  color: #b8d0ba;
}

.cta {
  position: relative;
  background: url("../images/bg/home-3.jpg") center/cover fixed;
  padding: 124px 0;
}

.cta::before {
  background: rgba(52, 91, 72, 0.78);
}

.cta-item {
  padding: 40px 42px !important;
  box-shadow: 0 20px 40px rgba(34, 59, 47, 0.12);
}

.cta-item--centered {
  margin: 0 auto;
}

.cta-item--centered .b2b-contact-row {
  justify-content: center;
}

.cta-block-2 {
  background: #4e6d5b !important;
  border-radius: 28px !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 20px 40px rgba(34, 59, 47, 0.14);
}

.cta-block-2 h2 {
  color: var(--color-text-inverse);
}

.cta-block-2 .text-color {
  color: #ead7b3 !important;
}

.process-section {
  background: #eef4ef;
}

.process-card .step-index {
  background: #e9f1ea;
  color: var(--color-primary-dark);
  box-shadow: inset 0 0 0 1px rgba(74, 138, 104, 0.14);
}

.portfolio .portflio-item {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(65, 101, 81, 0.1);
  box-shadow: 0 16px 32px rgba(35, 60, 48, 0.08);
  background: var(--color-card);
}

.portfolio .portflio-item img {
  border-radius: 0;
  min-height: 320px;
  object-fit: cover;
}

.portfolio .overlay-item {
  color: var(--color-text-inverse);
  background: rgba(92, 123, 104, 0.92);
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 50%;
  text-align: center;
}

.product-specs {
  background: transparent;
}

.spec-table-wrap {
  border-radius: 24px;
  box-shadow: 0 18px 36px rgba(35, 60, 48, 0.08);
}

.spec-table thead th {
  background: #45614f;
  padding: 18px 20px;
  letter-spacing: 0.02em;
}

.spec-table tbody td {
  padding: 18px 20px;
}

.spec-table tbody tr:nth-child(even) {
  background: rgba(65, 101, 81, 0.03);
}

.spec-table tbody tr:hover {
  background: rgba(74, 138, 104, 0.08);
}

.spec-inquiry-box {
  padding: 38px 34px;
}

.contact-form-wrap {
  background: #eef4ef;
}

.contact__form {
  padding: 42px;
}

.contact-content {
  background: #53715f;
  color: var(--color-text-inverse);
  border-radius: 26px;
  padding: 42px 38px !important;
  box-shadow: 0 20px 40px rgba(34, 59, 47, 0.14);
}

.contact-content h2,
.contact-content .text-muted,
.contact-content li,
.contact-content a {
  color: var(--color-text-inverse) !important;
}

.contact-content .text-muted {
  opacity: 0.78;
}

.address-block li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.address-block li i {
  color: #bfd2c0;
  margin-top: 5px;
}

.social-icons li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 160px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--color-text-inverse);
}

.social-icons li a:hover {
  background: rgba(255, 255, 255, 0.18);
  color: var(--color-text-inverse);
}

.contact-form-wrap .form-group .form-control,
.contact-form-wrap .form-group-2 textarea {
  background: #fbf8f1;
  border: 1px solid var(--color-border-soft);
  border-radius: 16px;
  padding: 14px 18px;
}

.google-map {
  padding: 0 24px 40px;
}

.google-map #map {
  width: min(1180px, 100%);
  margin: 0 auto;
  border-radius: 26px;
  border: 6px solid rgba(255, 253, 248, 0.82);
  box-shadow: 0 20px 42px rgba(34, 59, 47, 0.12);
}

.testimonial-showcase {
  background: #edf3ee;
}

.testimonial-panel {
  padding: 48px 48px 36px;
  background: rgba(255, 253, 248, 0.92);
}

.testimonial-wrap {
  max-width: 860px;
  margin: 8px auto 0;
}

.testimonial-wrap .slick-list {
  margin: 0 -14px;
}

.testimonial-wrap .slick-track {
  display: flex !important;
}

.testimonial-slide {
  height: inherit;
  padding: 0 14px 4px;
}

.testimonial-wrap .slick-slide > div {
  height: 100%;
}

.testimonial-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 32px 30px 28px;
}

.testimonial-card::after {
  content: "“";
  position: absolute;
  right: 24px;
  top: 18px;
  color: rgba(185, 138, 82, 0.22);
  font-size: 4rem;
  line-height: 1;
  font-family: Georgia, serif;
}

.testimonial-card .testimonial-text {
  font-size: 1.05rem;
  line-height: 1.88;
  color: var(--color-text-primary);
  margin-bottom: 28px;
  padding-right: 26px;
}

.testimonial-author {
  padding-top: 18px;
  border-top: 1px solid rgba(65, 101, 81, 0.12);
}

.testimonial-author h5 {
  color: var(--color-primary-dark);
  margin-bottom: 6px;
}

.testimonial-author p {
  color: var(--color-text-secondary);
}

.testimonial-wrap .slick-dots {
  position: relative;
  bottom: auto;
  margin-top: 18px;
}

.testimonial-wrap .slick-dots li button:before {
  color: rgba(76, 111, 91, 0.3);
  opacity: 1;
}

.testimonial-wrap .slick-dots li.slick-active button:before {
  color: #5c7b68;
}

.footer {
  position: relative;
  overflow: hidden;
  margin-top: 112px;
  padding: 88px 0 22px;
  background: #506e5c;
  color: var(--color-text-inverse-soft);
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.footer .logo,
.footer .logo h3,
.footer .widget h4,
.footer .copyright,
.footer a {
  color: var(--color-text-inverse);
}

.footer .logo span {
  color: #c8dcc9;
}

.footer .widget h4 {
  position: relative;
  margin-bottom: 24px !important;
  padding-bottom: 12px;
}

.footer .widget h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: #88a792;
}

.footer-menu a {
  color: rgba(249, 246, 239, 0.84);
  text-decoration: none;
}

.footer-menu a:hover {
  color: var(--color-text-inverse);
  transform: translateX(2px);
}

.footer-btm {
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-socials li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  margin-left: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--color-text-inverse);
}

.footer-socials li a:hover {
  background: rgba(255, 255, 255, 0.18);
  color: var(--color-text-inverse);
}

.scroll-to-top {
  background: #6e8f7a;
  box-shadow: 0 16px 32px rgba(110, 143, 122, 0.24);
}

.scroll-to-top:hover {
  background: #5c7b68;
}

.whatsapp-chat {
  box-shadow: 0 16px 34px rgba(18, 140, 126, 0.3);
}

@media (max-width: 1199px) {
  .about-item,
  section.about .about-item {
    margin-left: 0;
    padding: 36px 32px;
  }

  .about-visual img {
    min-height: 430px;
  }

}

@media (max-width: 991px) {
  .section {
    padding: 88px 0;
  }

  .header-top {
    padding: 12px 0;
  }

  .header-top .header-top-socials {
    justify-content: center;
  }

  .header-top .header-top-info {
    justify-content: center;
  }

  .slider {
    padding: 188px 0 156px;
  }

  #navbar .navbar {
    min-height: 72px;
  }

  .slider h1 {
    font-size: 2.9rem;
  }

  .trust-strip {
    margin-top: -34px;
  }

  .equal-card-grid.grid-3,
  .equal-card-grid.grid-4,
  .equal-card-grid.grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header-top .header-top-socials {
    border-right: 0;
    padding-right: 0;
  }

  .about-split {
    row-gap: 28px;
  }

  .about-split > [class*="col-"] {
    display: block;
  }

  .about-visual img {
    min-height: 360px;
  }

  .contact__form,
  .contact-content,
  .testimonial-panel {
    padding: 32px 26px !important;
  }

  .footer {
    margin-top: 96px;
  }
}

@media (max-width: 767px) {
  .trust-strip .row {
    row-gap: 24px;
  }

  .header-top .header-top-info {
    gap: 8px 10px;
  }

  .header-top .header-top-social-link {
    font-size: 14px;
  }

  .header-top .header-top-link {
    font-size: 12px;
  }

  .equal-card-grid.grid-3,
  .equal-card-grid.grid-4,
  .equal-card-grid.grid-2 {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-visual img {
    min-height: 300px;
  }

}

@media (max-width: 576px) {
  .trust-strip .row {
    row-gap: 24px;
  }

  .header-top .header-top-info {
    gap: 8px;
  }

  .header-top .header-top-link--mail {
    width: auto;
    max-width: 100%;
    justify-content: center;
    line-height: 1.35;
  }

  .header-top .header-top-link--mail span {
    text-align: center;
  }

  #navbar .navbar {
    min-height: 68px;
  }

  .section-title .h6,
  .h6.text-color {
    letter-spacing: 1.2px;
  }

  .slider {
    padding: 172px 0 144px;
  }

  .slider h1 {
    font-size: 2.28rem;
  }

  .trust-strip {
    margin-top: -18px;
  }

  .trust-item,
  .intro-item,
  .process-card,
  .service-item,
  .about-info-item,
  .spec-inquiry-box,
  .contact__form,
  .testimonial-card,
  .testimonial-panel {
    border-radius: 20px;
  }

  .service-item {
    padding: 28px 22px 24px 82px;
  }

  .service-item i {
    left: 22px;
    top: 26px;
  }

  .contact__form,
  .contact-content,
  .testimonial-panel {
    padding: 26px 20px !important;
  }

  .about-item--split {
    padding: 28px 22px;
  }

  .about-visual img {
    min-height: 240px;
  }

  .google-map {
    padding: 0 14px 28px;
  }

  .footer-socials li a {
    margin: 0 0 10px;
  }
}

@media (min-width: 992px) {
  .header-top .header-top-socials {
    padding-right: 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 400px) {
  .header-top .header-top-link--phone {
    justify-content: center;
  }
}
