.collectionbox-text {
  text-align: left;
}

.copyright p {
  text-align: center;
}

.scrolled .innermenubox {
  text-align: center;
  float: left;
}

.primary_nav {
  align-items: center;
  justify-content: center;
  gap: 12px !important;
}

@media (min-width: 992px) {
  #header .primary_nav {
    justify-content: flex-end;
  }

  #header .header-inner > .row > div:last-child {
    justify-content: flex-start !important;
    padding-left: 12px;
  }
}

/* Keep the highlighted Explore Services action; hide the duplicate text link. */
.main-navigation li:not(.buy-now):has(> a[href="services.html"]) {
  display: none;
}

.buy-now {
  background: var(--green);
  border-radius: 10px;
  padding: 8px 10px !important;
}

.buy-now a,
#menu-quick-menu .buy-now {
  color: #fff;
}

.buy-now:hover {
  background: #000;
}

#menu-quick-menu .buy-now {
  width: max-content;
}

#menu-quick-menu .buy-now a,
.buy-now a:hover {
  color: #fff !important;
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .primary_nav {
    gap: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .mobile_nav .buy-now {
    background: #000;
    width: max-content;
    padding: 0 !important;
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  #menu-quick-menu .buy-now {
    margin: 0 auto;
  }
}

.choose-wrap .col-lg-6.co-md-6.col-sm-6.col-12:hover img {
  animation: rotate-center 0.6s ease-in-out both;
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.testi-left-wrap i {
  animation: rotateIn 5s infinite alternate ease-in-out;
}

.services-wrap:hover .services-img {
  animation: jello-horizontal 0.9s both;
}

@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.feature-inner-content:hover .d-flex.flex-column.gap-2 {
  animation: tilt-in-fwd-tr 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes tilt-in-fwd-tr {
  0% {
    -webkit-transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
    transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

.abt-counter-box::after {
  animation: spin 10s linear infinite;
  opacity: 1;
}

.services-back-iner:hover h2 {
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

.about-img-main:hover .abt-main-iner {
  animation: tilt-in-top-1 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes tilt-in-top-1 {
  0% {
    -webkit-transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
    transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
    transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}

.wpcf7 .wpcf7-response-output[aria-hidden="false"] {
  display: block;
}

/* 2026 site polish: shared across every static page. */
:root {
  --site-ink: #14241f;
  --site-green: #23835f;
  --site-gold: #c5a86a;
  --site-surface: #f7f9f7;
  --site-border: rgba(20, 36, 31, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  color: var(--site-ink);
  background: #fff;
  font-family: var(--theme-font);
}

button,
input,
select,
textarea,
.theme-btn,
.buy-now a,
.main-navigation a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a {
  font-family: var(--theme-font);
}

/* Preserve icon glyph fonts while standardizing all readable text. */
.fa,
.fas,
.far,
.fa-solid,
.fa-regular {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free" !important;
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands" !important;
}

/* Remove template-only UI that has no useful function in the static site. */
.eco-box,
.contains-search,
.search-container {
  display: none !important;
}

.slider-bgwrap {
  border-radius: 0 0 26px 26px;
  overflow: hidden;
}

#partner {
  border-bottom: 1px solid var(--site-border);
}

.hero-service-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.hero-service-links a {
  padding: 7px 11px;
  border: 1px solid rgba(16, 107, 98, 0.24);
  border-radius: 999px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.hero-service-links a:hover {
  color: #fff;
  background: var(--green);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 12px;
}

.hero-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--site-ink);
  font-weight: 700;
  text-decoration: none;
}

.hero-contact-link:hover {
  color: var(--green);
}

.service-catalog-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 28px;
  align-items: center;
  margin-bottom: 36px;
  padding: 28px clamp(22px, 4vw, 42px);
  border: 1px solid var(--site-border);
  border-radius: 16px;
  background: linear-gradient(120deg, #f4faf7, #fff);
}

.service-catalog-intro span {
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.service-catalog-intro h2,
.service-catalog-intro p {
  grid-column: 1;
  margin: 0;
}

.service-catalog-intro h2 {
  color: var(--site-ink);
  font-size: clamp(26px, 3vw, 38px);
}

.service-catalog-intro p {
  max-width: 760px;
  color: #4e5d57;
}

.service-catalog-intro > a {
  grid-column: 2;
  grid-row: 1 / 4;
  padding: 12px 17px;
  border-radius: 9px;
  color: #fff;
  background: var(--site-ink);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.service-catalog-intro > a:hover {
  background: var(--green);
}

#services-page .services-wrap {
  height: 100%;
}

.feature-inner-content,
.services-wrap,
.choose-wrap > div,
.blog-content,
.service-box {
  border-radius: 16px;
}

section:not(#slider):not(#footer) {
  scroll-margin-top: 90px;
}

#footer {
  margin-top: 40px;
}

/* Keep footer content below the newsletter banner without overlap. */
#footer .col-row {
  align-items: flex-start;
  row-gap: 34px;
}

#footer .footet-col-1 {
  width: 100%;
  margin-top: 0 !important;
  gap: 20px;
}

#footer .footet-col-1 .widget_media_image {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 9px 12px;
  border-radius: 10px;
  background: var(--site-ink);
}

#footer .footet-col-1 .widget_media_image img {
  display: block;
  width: min(237px, 100%);
  height: auto;
  object-fit: contain;
}

#footer .footet-col-1 .textwidget p {
  margin: 0;
  line-height: 1.7;
}

/* Full-width newsletter banner: replaces the template's partial 9-column fill. */
#footer .footer-cols > .row:first-child {
  margin-inline: 0;
}

#footer .our-newsletter-box {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
}

#footer .our-newsletter-iner {
  isolation: isolate;
  overflow: hidden;
  padding: 34px clamp(22px, 4vw, 58px);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.16) 0 6px, transparent 7px),
    radial-gradient(circle at 94% 72%, rgba(197, 168, 106, 0.28) 0 48px, transparent 49px),
    linear-gradient(120deg, #116f64 0%, #188878 58%, #116f64 100%);
  box-shadow: 0 18px 38px rgba(17, 111, 100, 0.2);
}

#footer .our-newsletter-iner::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 180px;
  height: 180px;
  top: -105px;
  right: -55px;
  border: 26px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: transparent;
}

#footer .newsletter-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(360px, 1.2fr);
  gap: 28px;
  align-items: center;
}

#footer .newsletter-content h4 {
  margin: 0 !important;
  color: #fff;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.15;
}

#footer .news-form-main {
  align-items: center;
}

#footer .news-form-main > p {
  flex: 1 1 auto;
  width: auto;
}

#footer .news-form-main input[type="email"] {
  width: 100%;
  min-height: 48px;
  padding-inline: 18px;
  border-radius: 9px;
}

#footer .news-form-main .theme-btn {
  min-height: 48px;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  #header {
    padding: 9px 0;
  }

  .vw-logo {
    padding: 7px 10px !important;
  }

  .vw-logo img {
    height: 38px;
  }

  .theme-btn {
    display: none !important;
  }

  .mobile-menu {
    color: var(--site-ink);
  }

  #slider .slider-left-wrap,
  #slider > .container-fluid > .row > .col-xl-1 {
    display: none !important;
  }

  #slider > .container-fluid > .row > .col-xl-11 {
    width: 100%;
  }

  #footer .newsletter-content {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .vw-logo img {
    height: 32px;
  }

  .slider-bgwrap {
    border-radius: 0 0 18px 18px;
  }

  #footer {
    margin-top: 20px;
  }

  #footer .our-newsletter-iner {
    margin-top: 28px;
    padding: 28px 18px;
    border-radius: 14px;
  }

  #footer .news-form-main {
    flex-direction: column;
  }

  #footer .news-form-main > p,
  #footer .news-form-main .theme-btn {
    width: 100%;
  }

  #footer .news-form-main .theme-btn {
    justify-content: center;
  }
}

/* Homepage enquiry popup. */
body.enquiry-open {
  overflow: hidden;
}

.enquiry-modal {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.enquiry-modal[hidden] {
  display: none;
}

.enquiry-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 24, 20, 0.72);
  backdrop-filter: blur(5px);
}

.enquiry-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) minmax(360px, 1.2fr);
  width: min(840px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
  padding: 0 !important;
  margin: 0;
  text-align: left;
}

.enquiry-dialog * {
  box-sizing: border-box;
}

.enquiry-close {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  color: var(--site-ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 4px 14px rgba(20, 36, 31, 0.12);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.enquiry-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 5vw, 56px);
  color: #fff;
  background: linear-gradient(145deg, #0e554c, #168477);
}

.enquiry-kicker {
  margin-bottom: 12px;
  color: #e5d19e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.enquiry-intro h2 {
  color: #fff;
  font-size: clamp(30px, 4vw, 44px);
}

.enquiry-intro p {
  color: rgba(255, 255, 255, 0.82);
}

.enquiry-intro a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 14px;
  padding: 11px 15px;
  border-radius: 9px;
  color: #fff;
  background: #25d366;
  font-weight: 600;
  text-decoration: none;
}

.enquiry-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding: clamp(34px, 5vw, 56px);
}

.enquiry-form label {
  display: grid;
  gap: 6px;
  color: var(--site-ink);
  font-size: 13px;
  font-weight: 600;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--site-border);
  border-radius: 8px;
  color: var(--site-ink);
  background: #fff;
  font: inherit;
}

.enquiry-form input:focus,
.enquiry-form select:focus,
.enquiry-form textarea:focus {
  outline: 2px solid rgba(35, 131, 95, 0.22);
  border-color: var(--site-green);
}

.enquiry-message-field,
.enquiry-form > button,
.enquiry-form-status {
  grid-column: 1 / -1;
}

.enquiry-form > button {
  padding: 13px 18px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: var(--site-ink);
  font-weight: 700;
  cursor: pointer;
}

.enquiry-form > button:hover {
  background: var(--site-green);
}

.enquiry-form-status {
  margin: 0;
  padding: 10px 12px;
  border-radius: 8px;
  color: #155f45;
  background: #e8f7ef;
  font-size: 13px;
}

@media (max-width: 767px) {
  .hero-service-links,
  .hero-actions {
    justify-content: center;
  }

  .service-catalog-intro {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .service-catalog-intro > a {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
    margin-top: 8px;
  }

  .enquiry-dialog {
    grid-template-columns: 1fr;
  }

  .enquiry-intro {
    padding: 28px 24px;
  }

  .enquiry-intro p {
    margin-bottom: 0;
  }

  .enquiry-form {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }

  .enquiry-form label,
  .enquiry-form > button,
  .enquiry-form-status {
    grid-column: 1;
  }
}

/* Service assistant and WhatsApp contact. */
.service-assistant {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  font-family: var(--theme-font, Arial, sans-serif);
}

.whatsapp-float,
.assistant-launcher {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 11px 17px;
  border: 0;
  border-radius: 999px;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(20, 36, 31, 0.24);
  cursor: pointer;
}

.whatsapp-float {
  background: #25d366;
}

.whatsapp-float:hover {
  color: #fff !important;
  background: #1eae54;
}

.assistant-launcher {
  background: var(--site-ink);
}

.whatsapp-float i,
.assistant-launcher i {
  font-size: 21px;
}

.assistant-panel {
  position: absolute;
  right: 0;
  bottom: 116px;
  width: min(360px, calc(100vw - 28px));
  overflow: hidden;
  border: 1px solid var(--site-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(20, 36, 31, 0.24);
}

.assistant-panel[hidden] {
  display: none;
}

.assistant-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 18px;
  color: #fff;
  background: linear-gradient(120deg, #116f64, #188878);
}

.assistant-header > div {
  display: grid;
  grid-template-columns: 10px 1fr;
  column-gap: 9px;
}

.assistant-header strong,
.assistant-header small {
  grid-column: 2;
}

.assistant-header small {
  color: rgba(255, 255, 255, 0.8);
}

.assistant-status {
  grid-row: 1 / 3;
  align-self: center;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #8ef0ae;
  box-shadow: 0 0 0 4px rgba(142, 240, 174, 0.15);
}

.assistant-close {
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.assistant-body {
  padding: 18px;
  background: var(--site-surface);
}

.assistant-message,
.assistant-response {
  padding: 12px 14px;
  border-radius: 4px 14px 14px 14px;
  color: var(--site-ink);
  background: #fff;
  box-shadow: 0 4px 14px rgba(20, 36, 31, 0.07);
}

.assistant-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 14px;
}

.assistant-options button {
  padding: 10px 8px;
  border: 1px solid rgba(35, 131, 95, 0.25);
  border-radius: 9px;
  color: var(--site-green);
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.assistant-options button:hover {
  color: #fff;
  background: var(--site-green);
}

.assistant-response {
  margin-top: 12px;
  border-left: 3px solid var(--site-gold);
}

.assistant-response a,
.assistant-footer a {
  color: var(--site-green);
  font-weight: 600;
}

.assistant-footer {
  padding: 12px 18px;
  text-align: center;
  background: #fff;
}

@media (max-width: 575px) {
  .service-assistant {
    right: 14px;
    bottom: 14px;
  }

  .whatsapp-float span,
  .assistant-launcher span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .whatsapp-float,
  .assistant-launcher {
    justify-content: center;
    width: 50px;
    min-height: 50px;
    padding: 0;
  }

  .assistant-panel {
    position: fixed;
    right: 14px;
    bottom: 128px;
  }
}
