/**
* Template Name: Gp
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Updated: Aug 15 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway", sans-serif;
  --nav-font: "Poppins", sans-serif;
}

/* ==============================================================
   One Earth Tech BRAND THEME
   --------------------------------------------------------------
   Everything about the site's colour scheme lives in this one
   block. Change --accent-color and the whole site follows.

   Brand greens (taken from the logo):
     #B7E24A  brand-lime     (logo highlight)
     #6FBE3C  brand-green    (logo mid-tone / main accent)
     #3E8E2F  brand-green-dk (hover / pressed states)
     #17542A  brand-forest   (logo shadow, dark surfaces)
     #0B2B15  brand-ink      (deep background, footer)
   ============================================================== */

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --brand-lime: #B7E24A;
  --brand-green: #6FBE3C;
  --brand-green-dark: #3E8E2F;
  --brand-forest: #17542A;
  --brand-ink: #0B2B15;

  --background-color: #ffffff;
  /* Background color for the entire website, including individual sections */
  --default-color: #4a5a4f;
  /* Default color used for the majority of the text content across the entire website */
  --heading-color: #10231a;
  /* Color for headings, subheadings and title throughout the website */
  --accent-color: #6FBE3C;
  /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff;
  /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #0B2B15;
  /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. Dark ink on the green accent scores 6.7:1 (WCAG AA); white would only score 2.3:1. */

  /* Used by the footer. This variable was referenced by the original
     template but never defined, which silently broke the footer
     background. Defining it here restores it. */
  --footer-background-color: #0B2B15;
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: rgba(255, 255, 255, 0.905);
  /* The default color of the main navmenu links */
  --nav-hover-color: #B7E24A;
  /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #0B2B15;
  /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #103A1E;
  /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #e8f3e6;
  /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #B7E24A;
  /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f4f8f2;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #0B2B15;
  --default-color: #e8f3e6;
  --heading-color: #ffffff;
  --surface-color: #133D20;
  --contrast-color: #0B2B15;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(0, 0, 0, 0.8);
  --heading-color: #ffffff;
  --contrast-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 10px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 36px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 32px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.header .logo span {
  color: var(--accent-color);
  font-size: 32px;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: var(--contrast-color);
  font-size: 14px;
  padding: 8px 30px;
  margin: 0 0 0 30px;
  border-radius: 4px;
  transition: 0.3s;
  border: 2px solid var(--accent-color);
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--default-color);
  background: var(--accent-color);
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
    display: none;
  }

  .header .navmenu {
    order: 3;
  }
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/* Index Page Header
------------------------------*/
.index-page .header {
  --background-color: rgba(0, 0, 0, 0);
}

/* Index Page Header on Scroll
------------------------------*/
.index-page.scrolled .header {
  --background-color: rgba(0, 0, 0, 0.8);

}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 16px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 0;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    background-color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), white 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: color-mix(in srgb, var(--accent-color), white 90%);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    background-color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: rgb(0, 0, 0);
  background-image: linear-gradient(160deg,
      rgba(4, 10, 15, 0.82) 0%,
      rgba(18, 24, 30, 0.68) 50%,
      rgba(4, 10, 15, 0.9) 100%),
    url('../img/demobanner.png');
  background-size: cover;
  background-position: center;
  font-size: 14px;
  position: relative;
}

.footer .footer-top {
  padding: 50px 0;
  /* background-color: color-mix(in srgb, var(--footer-background-color) 90%, white 10%); */
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 10px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}

.footer .social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  background-color: color-mix(in srgb, var(--default-color) 5%, white 10%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  margin-right: 4px;
  font-size: 12px;
  line-height: 0;
  color: var(--accent-color);
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  display: flex;
  background-color: color-mix(in srgb, var(--footer-background-color) 90%, white 15%);
  transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: color-mix(in srgb, var(--footer-background-color) 90%, white 15%);
  color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .copyright {
  padding: 30px 0;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 5px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  position: relative;
}

.page-title .heading {
  padding: 90px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.service-details-page .page-title .heading {
  padding: 110px 0;
  background:
    linear-gradient(90deg, rgba(7, 22, 13, 0.86) 0%, rgba(7, 22, 13, 0.54) 48%, rgba(7, 22, 13, 0.8) 100%),
    url("../img/service-banner-design-video.jpeg") center/cover no-repeat;
}

.service-details-page .page-title .heading h1 {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

.service-details-page .page-title .heading p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.7;
}

.page-title .heading h1 {
  font-size: 38px;
  font-weight: 700;
}

.page-title nav {
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 20px 0;
}

.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title nav ol li+li {
  padding-left: 10px;
}

.page-title nav ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 30px 0px 10px 0px;
  scroll-margin-top: 80px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 58px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  /* padding-bottom: 60px; */
  position: relative;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  position: relative;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.section-title p {
  color: var(--heading-color);
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 120px 0 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h2 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  font-family: var(--nav-font);
}

.hero h2 span {
  color: var(--accent-color);
}

.hero p {
  margin: 10px 0 0 0;
  font-size: 24px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: var(--accent-color);
}

.hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

.hero .icon-box h3 a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: ease-in-out 0.3s;
}

.hero .icon-box:hover {
  border-color: var(--accent-color);
}

.hero .icon-box:hover h3 a {
  color: var(--accent-color);
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 32px;
  }

  .hero p {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
/* Layout: image on the left, one large panel + two cards on the right */
.about-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 26px;
}

.about-visual {
  position: relative;
  flex: 1 1 calc(50% - 13px);
  min-width: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(11, 43, 21, 0.16);
}

.about-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.about-visual:hover img {
  transform: scale(1.04);
}

.about-panels {
  flex: 1 1 calc(50% - 13px);
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

/* The one large container */
.about-lead {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 36px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--accent-color) 0%, color-mix(in srgb, var(--accent-color), #0B2B15 45%) 100%);
  color: #ffffff;
  box-shadow: 0 18px 40px color-mix(in srgb, var(--accent-color), transparent 72%);
}

.about-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: color-mix(in srgb, #ffffff, transparent 15%);
}

.about-lead h2 {
  margin: 0 0 14px 0;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  color: #ffffff;
}

.about-lead p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.75;
  color: color-mix(in srgb, #ffffff, transparent 12%);
}

/* The two containers below, 50% each */
.about-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.about-card {
  flex: 1 1 calc(50% - 13px);
  min-width: 0;
  padding: 26px 24px;
  border-radius: 16px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--heading-color), transparent 90%);
  transition: transform 0.35s, box-shadow 0.35s, border-color 0.35s;
}

.about-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--accent-color), transparent 55%);
  box-shadow: 0 18px 34px rgba(11, 43, 21, 0.12);
}

.about-card>i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border-radius: 12px;
  font-size: 22px;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 88%);
  transition: 0.35s;
}

.about-card:hover>i {
  color: #ffffff;
  background: var(--accent-color);
}

.about-card h3 {
  margin: 0 0 8px 0;
  font-size: 20px;
  font-weight: 700;
}

.about-card p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
}

/* Floating badge on the image */
.about-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 22px;
  border-radius: 12px;
  background: var(--accent-color);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(11, 43, 21, 0.22);
}

.about-badge-number {
  font-family: var(--heading-font);
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.about-badge-label {
  font-size: 13px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* View more */
.about-cta {
  margin-top: 38px;
  text-align: center;
}

.btn-about {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 34px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  background: var(--accent-color);
  transition: 0.35s;
}

.btn-about:hover {
  color: #ffffff;
  background: color-mix(in srgb, var(--accent-color), #0B2B15 25%);
  transform: translateY(-3px);
  box-shadow: 0 14px 26px color-mix(in srgb, var(--accent-color), transparent 65%);
}

@media (max-width: 991px) {
  .about-visual,
  .about-panels {
    flex: 1 1 100%;
  }

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

  .about-lead {
    padding: 28px 26px;
  }

  .about-lead h2 {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .about-card {
    flex: 1 1 100%;
  }

  .about-badge {
    left: 14px;
    bottom: 14px;
    padding: 12px 16px;
  }

  .about-badge-number {
    font-size: 30px;
  }
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-wrapper {
  height: auto;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .features-image {
  position: relative;
  min-height: 400px;
}

.features .features-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.features .features-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.features .features-item i {
  font-size: 48px;
  color: var(--accent-color);
  margin-right: 20px;
  line-height: 0;
}

.features .features-item p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services-lead {
  font-size: 17px;
  line-height: 1.7;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  margin-bottom: 40px;
}

/* Service showcase — a vertical tab list on the left, a full service
   banner and summary on the right. */
.service-tabs {
  gap: 10px;
  position: sticky;
  top: 100px;
}

.service-tab {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  text-align: left;
  padding: 16px 18px;
  border: 1px solid color-mix(in srgb, var(--heading-color), transparent 92%);
  border-radius: 10px;
  background: var(--surface-color);
  color: var(--default-color);
  transition: transform 0.35s, border-color 0.35s, box-shadow 0.35s, background-color 0.35s;
}

.service-tab>i:first-child {
  font-size: 22px;
  color: var(--accent-color);
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  transition: 0.35s;
}

.service-tab span {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
  flex-grow: 1;
}

.service-tab strong {
  font-family: var(--heading-font);
  font-size: 15px;
  color: var(--heading-color);
  transition: color 0.35s;
}

.service-tab small {
  font-size: 12.5px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.service-tab .tab-arrow {
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  transition: transform 0.35s, color 0.35s;
}

.service-tab:hover {
  border-color: color-mix(in srgb, var(--accent-color), transparent 60%);
  transform: translateX(4px);
}

.service-tab.active {
  background: var(--accent-color);
  border-color: var(--accent-color);
  box-shadow: 0 14px 30px rgba(11, 43, 21, 0.18);
}

.service-tab.active strong,
.service-tab.active small,
.service-tab.active .tab-arrow {
  color: #ffffff;
}

.service-tab.active small {
  color: color-mix(in srgb, #ffffff, transparent 25%);
}

.service-tab.active>i:first-child {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.service-tab.active .tab-arrow {
  transform: translateX(4px);
}

.service-panes {
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--heading-color), transparent 92%);
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
}

.service-pane-media {
  overflow: hidden;
  background: var(--brand-ink, #0b2b15);
}

.service-pane-media img {
  width: 100%;
  display: block;
  transform: scale(1.02);
  transition: transform 6s ease-out;
}

.tab-pane.active .service-pane-media img {
  transform: scale(1);
}

.service-pane-body {
  padding: 28px 30px 32px;
}

.service-pane-body h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.service-pane-body p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.service-points {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
}

.service-points li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14.5px;
}

.service-points i {
  color: var(--accent-color);
  font-size: 16px;
  margin-top: 2px;
}

.btn-service {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 26px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  background: var(--accent-color);
  color: #ffffff;
  transition: 0.35s;
}

.btn-service:hover {
  background: var(--brand-lime);
  color: var(--brand-ink);
  gap: 14px;
}

@media (max-width: 991px) {
  .service-tabs {
    position: static;
  }

  .service-pane-body {
    padding: 24px 22px 26px;
  }
}

@media (max-width: 575px) {
  .service-points {
    grid-template-columns: 1fr;
  }
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  padding: 80px 0;
  position: relative;
  clip-path: inset(0);
}

.call-to-action img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: "";
  /* background: color-mix(in srgb, var(--background-color), transparent 50%); */
   background: linear-gradient(
        160deg,
        rgba(4, 10, 15, 0.82) 0%,
        rgba(18, 24, 30, 0.68) 50%,
        rgba(4, 10, 15, 0.9) 100%
    );
  position: absolute;
  inset: 0;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  z-index: 3;
}

.call-to-action h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--default-color);
}

.call-to-action p {
  color: var(--default-color);
}

.call-to-action .cta-btn {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid var(--default-color);
  color: var(--default-color);
}

.call-to-action .cta-btn:hover {
  background: var(--accent-color);
  color: var(--background-color);
  border: 2px solid var(--accent-color);
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-family: var(--heading-font);
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: color-mix(in srgb, var(--background-color), transparent 10%);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats .stats-item {
  padding: 10px;
}

.stats .stats-item i {
  font-size: 44px;
  color: var(--accent-color);
  line-height: 0;
  margin-right: 15px;
}

.stats .stats-item .purecounter {
  color: var(--heading-color);
  font-size: 40px;
  display: block;
  font-weight: 700;
  line-height: 40px;
}

.stats .stats-item p {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 15px 0 0 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  position: relative;
}

.testimonials:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.testimonials .testimonials-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.testimonials .container {
  position: relative;
  z-index: 3;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid color-mix(in srgb, var(--default-color), transparent 85%);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  margin: 0 0 15px 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 50%);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--default-color);
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member {
  background-color: var(--surface-color);
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.team .team-member .member-img {
  position: relative;
  overflow: hidden;
}

.team .team-member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .team-member .social a {
  background: color-mix(in srgb, var(--contrast-color), transparent 25%);
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  transition: ease-in-out 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .team-member .social a:hover {
  color: var(--contrast-color);
  background: var(--accent-color);
}

.team .team-member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .team-member .member-info {
  padding: 25px 15px;
}

.team .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}

.team .team-member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.team .team-member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item {
  transition: transform 0.3s;
}

.contact .info-item:hover {
  transform: translateX(6px);
}

.contact .info-item:hover i {
  transform: scale(1.1);
}

.contact .info-item i {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 20px;
  width: 44px;
  height: 44px;
  transition: transform 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .php-email-form {
  height: 100%;
}

/* Field and button styling for both forms now lives in section 11
   ("Forms — shared card, icon fields and buttons") near the end of
   this file, so the contact form and the project form stay in sync. */

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.portfolio-details .portfolio-info {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .service-box {
  background: linear-gradient(135deg, var(--surface-color) 0%, color-mix(in srgb, var(--surface-color), #f2f9eb 46%) 100%);
  padding: 24px;
  box-shadow: 0 16px 40px rgba(11, 43, 21, 0.08);
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 88%);
}

.service-details .service-box+.service-box {
  margin-top: 30px;
}

.service-details .service-box h4 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid color-mix(in srgb, var(--accent-color), transparent 80%);
  padding-bottom: 12px;
  margin-bottom: 16px;
}

.service-details .services-list {
  background-color: var(--surface-color);
}

.service-details .services-list a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  display: flex;
  align-items: center;
  padding: 12px 15px;
  margin-top: 10px;
  transition: 0.3s;
  border-radius: 10px;
  font-weight: 600;
}

.service-details .services-list a:first-child {
  margin-top: 0;
}

.service-details .services-list a i {
  font-size: 16px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .services-list a.active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.service-details .services-list a.active i {
  color: var(--contrast-color);
}

.service-details .services-list a:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  color: var(--accent-color);
}

.service-details .download-catalog a {
  color: var(--default-color);
  display: flex;
  align-items: center;
  padding: 10px 0;
  transition: 0.3s;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.service-details .download-catalog a:first-child {
  border-top: 0;
  padding-top: 0;
}

.service-details .download-catalog a:last-child {
  padding-bottom: 0;
}

.service-details .download-catalog a i {
  font-size: 24px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .download-catalog a:hover {
  color: var(--accent-color);
}

.service-details .help-box {
  background: linear-gradient(135deg, var(--accent-color) 0%, #91d352 100%);
  color: var(--contrast-color);
  margin-top: 30px;
  padding: 28px 20px;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(11, 43, 21, 0.14);
}

.service-details .help-box .help-icon {
  font-size: 48px;
}

.service-details .help-box h4,
.service-details .help-box a {
  color: var(--contrast-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-overview-panel {
  background: linear-gradient(135deg, rgba(183, 226, 74, 0.16) 0%, rgba(255, 255, 255, 0.98) 100%);
  border: 1px solid rgba(111, 190, 60, 0.18);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 20px 44px rgba(11, 43, 21, 0.08);
  margin-bottom: 20px;
}

.service-image-card {
  margin-bottom: 16px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(11, 43, 21, 0.08);
}

.service-image-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.service-overview-copy {
  margin-bottom: 16px;
}

.service-kicker {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--brand-green-dark);
  margin-bottom: 10px;
}

.service-overview-copy h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}

.service-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.overview-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(111, 190, 60, 0.14);
  font-weight: 600;
  color: var(--brand-forest);
}

.overview-item i {
  color: var(--accent-color);
  font-size: 18px;
}

.service-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}

.highlight-card {
  background: var(--surface-color);
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(111, 190, 60, 0.14);
  box-shadow: 0 10px 24px rgba(11, 43, 21, 0.04);
}

.highlight-card i {
  font-size: 22px;
  color: var(--accent-color);
}

.highlight-card h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 6px;
}

.highlight-card p {
  margin: 0;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
}

.service-section-card {
  background: linear-gradient(135deg, rgba(11, 43, 21, 0.03) 0%, rgba(255, 255, 255, 0.96) 100%);
  border: 1px solid rgba(111, 190, 60, 0.16);
  border-radius: 18px;
  padding: 20px;
  margin-bottom: 24px;
}

.service-bullet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bullet-item {
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--surface-color);
  border: 1px solid rgba(111, 190, 60, 0.12);
  font-weight: 600;
  color: var(--brand-forest);
}

.service-process-list {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.process-step-card {
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(183, 226, 74, 0.1);
  border: 1px solid rgba(111, 190, 60, 0.14);
}

.process-step-card h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.process-step-card p {
  margin: 0;
  font-size: 14px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.service-details ul li:last-child {
  border-bottom: 0;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 10px;
  color: var(--accent-color);
  margin-top: 2px;
}

@media (max-width: 767px) {

  .service-overview-grid,
  .service-feature-grid,
  .service-bullet-grid {
    grid-template-columns: 1fr;
  }
}

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/

/*==============================================================
# One Earth Tech — BRAND OVERRIDES
# --------------------------------------------------------------
# Everything below is custom to One Earth Tech and sits at the end
# of the file so it wins over the template defaults. Safe to
# tweak; safe to delete if you ever want the stock look back.
#
# CONTENTS
#   1. Logo mark
#   2. Header / navigation
#   3. Green duotone treatment for photo backgrounds
#   4. Section headings
#   5. Cards, buttons and small polish
#   6. Preloader
#   7. Accessibility: focus rings & reduced motion
==============================================================*/

/* 1. Logo mark
------------------------------------------------------------- */
.header .logo img,
.footer .footer-about .logo img {
  max-height: 42px;
  width: auto;
  margin-right: 10px;
  /* subtle lift so the mark reads on both dark and light backgrounds */
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
}

.header .logo h1.sitename {
  font-size: 26px;
  letter-spacing: -0.4px;
  font-weight: 800;
}

.header .logo span {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.4px;
  color: var(--brand-lime);
}

.footer .footer-about .logo span.sitename {
  color: #ffffff;
}

.footer .footer-about .logo span.brandmark {
  color: var(--brand-lime);
}

/* 2. Header / navigation
------------------------------------------------------------- */
.header {
  --background-color: rgba(11, 43, 21, 0.92);
  backdrop-filter: saturate(140%) blur(8px);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid rgba(183, 226, 74, 0.12);
}

.index-page .header {
  --background-color: rgba(11, 43, 21, 0);
  border-bottom-color: transparent;
}

.index-page.scrolled .header {
  --background-color: rgba(11, 43, 21, 0.94);
  border-bottom-color: rgba(183, 226, 74, 0.16);
  display: none !important;
}

.scrolled .header {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

/* "Get Started" button: solid brand green rather than an outline */
.header .btn-getstarted,
.header .btn-getstarted:focus {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: #ffffff;
  font-weight: 600;
  border-radius: 6px;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  background: var(--brand-lime);
  border-color: var(--brand-lime);
  color: var(--brand-ink);
}

/* Mobile nav sits on the dark brand background, so links need
   light text rather than the template's dark-on-white. */
@media (max-width: 1199px) {

  /* IMPORTANT: backdrop-filter on the header makes it the containing
     block for fixed-position children, which pins the full-screen menu
     overlay inside the 60px header strip. Drop the blur while the menu
     is open so the overlay can cover the viewport. */
  .mobile-nav-active .header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background-color: transparent;
    border-bottom-color: transparent;
    box-shadow: none;
  }

  .mobile-nav-active .navmenu {
    background: rgba(6, 20, 11, 0.82);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }

  .navmenu ul {
    inset: 76px 16px auto 16px;
    max-height: calc(100dvh - 100px);
    padding: 12px 0;
    border-radius: 14px;
    background: linear-gradient(180deg, #123a1e 0%, #0b2b15 100%);
    border: 1px solid rgba(183, 226, 74, 0.16);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
  }

  .mobile-nav-active .navmenu>ul {
    animation: menuDrop 0.35s ease both;
  }

  @keyframes menuDrop {
    from {
      opacity: 0;
      transform: translateY(-14px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .navmenu ul li {
    padding: 0 8px;
  }

  .navmenu ul a,
  .navmenu ul a:focus {
    color: #e8f3e6;
    border-radius: 8px;
    padding: 12px 16px;
  }

  .navmenu ul a:hover,
  .navmenu ul a.active {
    color: var(--brand-lime);
    background: rgba(183, 226, 74, 0.1);
  }

  /* Chevron chip on the Services item */
  .navmenu a i,
  .navmenu a:focus i {
    background-color: rgba(183, 226, 74, 0.14);
    color: var(--brand-lime);
  }

  .navmenu .dropdown ul {
    margin: 6px 12px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.22);
    border-color: rgba(183, 226, 74, 0.12);
  }

  .navmenu .dropdown ul a {
    font-size: 15px;
    padding: 10px 14px;
  }

  /* The header CTA is hidden on mobile, so it lives in the menu instead */
  .navmenu .nav-cta {
    padding: 10px 16px 4px;
  }

  .navmenu .nav-cta a {
    justify-content: center;
    background: var(--accent-color);
    color: #ffffff !important;
    font-weight: 600;
    border-radius: 8px;
    padding: 13px 16px;
  }

  .navmenu .nav-cta a:hover {
    background: var(--brand-lime);
    color: var(--brand-ink) !important;
  }

  .mobile-nav-active .mobile-nav-toggle {
    top: 18px;
    right: 18px;
    color: var(--brand-lime);
  }
}

/* 3. Neutral treatment for photo backgrounds
   -------------------------------------------------------------
   The section imagery stays readable without the strong green tint.
------------------------------------------------------------- */
.hero img {
  filter: grayscale(0.25) brightness(0.7) contrast(1.05);
}

.features-image img,
.about img,
.stats img,
.service-details .services-img {
  filter: saturate(1.05) contrast(1.03) hue-rotate(-4deg);
  border-radius: 10px;
}

/* Gradient scrims: keep headline text legible over the photos while
   avoiding the strong green overlay. */
.hero:before {
  background: linear-gradient(160deg,
      rgba(4, 10, 15, 0.82) 0%,
      rgba(18, 24, 30, 0.68) 50%,
      rgba(4, 10, 15, 0.9) 100%);
}

.call-to-action:before {
  /* background: linear-gradient(120deg,
      rgba(11, 43, 21, 0.92) 0%,
      rgba(62, 142, 47, 0.7) 55%,
      rgba(11, 43, 21, 0.92) 100%); */
      
}

.testimonials:before {
  background: linear-gradient(180deg,
      rgba(11, 43, 21, 0.92) 0%,
      rgba(19, 61, 32, 0.86) 50%,
      rgba(11, 43, 21, 0.94) 100%);
}

/* A soft neutral glow behind the hero copy, purely decorative. */
.hero .container:before {
  content: "";
  position: absolute;
  top: -12%;
  left: 50%;
  width: min(760px, 92vw);
  height: 420px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 68%);
  pointer-events: none;
  z-index: -1;
}

.hero h2 span {
  color: #ffffff;
}

.hero .icon-box {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, ), 0 10px 28px rgba(255, 255, 255, 0.3);
  transition: 0.3s;
}

.hero .icon-box:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 0 1px rgb(78, 155, 91), 0 14px 34px rgb(78, 155, 91);
  transform: translateY(-4px);
}

/* 4. Section headings
------------------------------------------------------------- */
.section-title h2 {
  color: var(--brand-green-dark);
  font-weight: 700;
  letter-spacing: 1.6px;
}

.section-title h2:after {
  background: var(--accent-color);
}

.section-title p {
  color: var(--heading-color);
  font-weight: 700;
}

.dark-background .section-title h2 {
  color: var(--brand-lime);
}

/* 5. Cards, buttons and small polish
------------------------------------------------------------- */
/* .cta-btn is promoted to a site-wide button so it can be used on the
   service and project pages too, not just inside the CTA band. */
.cta-btn,
.call-to-action .cta-btn {
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
  display: inline-block;
  padding: 12px 34px;
  border-radius: 6px;
  transition: 0.35s;
  background: var(--accent-color);
  border: 2px solid var(--accent-color);
  color: #ffffff;
}

.cta-btn:hover,
.call-to-action .cta-btn:hover {
  background: var(--brand-lime);
  border-color: var(--brand-lime);
  color: var(--brand-ink);
}

.portfolio .portfolio-item,
.team .team-member,
.testimonials .testimonial-item {
  border-radius: 12px;
  overflow: hidden;
}

.php-email-form button[type=submit] {
  border-radius: 6px;
  font-weight: 600;
}

.scroll-top {
  border-radius: 8px;
}

/* Contact info icons pick up the brand green */
.contact .info-item i,
.stats-item i,
.features-item i {
  color: var(--accent-color);
}

/* Footer: darken the top band and lift the newsletter field */
.footer .footer-top {
  /* background-color: #103A1E; */
  
  border-top: 3px solid var(--accent-color);
}

.footer .fotter-top:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.footer h4 {
  color: #ffffff;
}

/* 6. Preloader
------------------------------------------------------------- */
#preloader {
  background: var(--brand-ink);
}

#preloader:before {
  border-color: var(--brand-lime) transparent var(--brand-green) transparent;
}

/* 7. Accessibility: focus rings & reduced motion
------------------------------------------------------------- */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
.navmenu a:focus-visible {
  outline: 3px solid var(--brand-lime);
  outline-offset: 2px;
  border-radius: 3px;
}

@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }

  *,
  *:before,
  *:after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

/* 8. Start a Project page
------------------------------------------------------------- */
.php-email-form .form-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 6px;
}

.php-email-form .optional {
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 45%);
}

/* Project form fields share the styling in section 11 below. */

.service-details .process-steps {
  margin-top: 10px;
}

.service-details .process-step {
  padding: 14px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.service-details .process-step:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.service-details .process-step .step-number {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--accent-color);
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  margin-right: 14px;
}

.service-details .process-step h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px 0;
}

.service-details .process-step p {
  font-size: 14px;
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
}

/* 9. A few extra motion touches
------------------------------------------------------------- */
.features .features-item {
  transition: transform 0.3s;
}

.features .features-item i {
  transition: transform 0.35s;
}

.features .features-item:hover i {
  transform: scale(1.12) rotate(-4deg);
}

.team .team-member {
  transition: transform 0.35s, box-shadow 0.35s;
}

.team .team-member:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 34px rgba(11, 43, 21, 0.14);
}

.portfolio .portfolio-item {
  overflow: hidden;
}

.portfolio .portfolio-item img {
  transition: transform 0.5s ease;
}

.portfolio .portfolio-item:hover img {
  transform: scale(1.06);
}

.hero .icon-box i {
  transition: transform 0.35s;
}

.hero .icon-box:hover i {
  transform: translateY(-4px) scale(1.08);
}

/* 10. Scroll progress, animated titles and motion preferences
------------------------------------------------------------- */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  z-index: 1000;
  background: linear-gradient(90deg, var(--accent-color), var(--brand-lime));
  transition: width 0.1s linear;
  pointer-events: none;
}

/* Section headings draw their underline in as they scroll into view */
.section-title h2:after {
  transition: width 0.7s ease 0.2s;
}

.section-title[data-aos]:not(.aos-animate) h2:after {
  width: 0;
}

/* Portfolio filter pills get a proper hover state */
.portfolio .portfolio-filters li {
  transition: color 0.3s, background-color 0.3s, transform 0.3s;
  border-radius: 50px;
}

.portfolio .portfolio-filters li:hover {
  color: var(--accent-color);
  transform: translateY(-2px);
}

/* Nav links underline on hover */
.navmenu>ul>li>a:before {
  transition: visibility 0.3s ease-in-out, width 0.35s ease-in-out;
}

/* Footer service and company links nudge on hover */
.footer .footer-links ul a {
  display: inline-block;
  transition: transform 0.3s, color 0.3s;
}

.footer .footer-links ul a:hover {
  transform: translateX(4px);
}

/* Respect people who ask their system for less motion */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .service-pane-media img,
  .portfolio .portfolio-item:hover img,
  .about-card:hover,
  .about-visual:hover img,
  .btn-about:hover,
  .contact .info-item:hover {
    transform: none !important;
  }
}

/* Service banner at the top of each service detail page */
.service-details .service-banner {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 18px 40px rgba(11, 43, 21, 0.14);
}

/* 11. Forms — shared card, icon fields and buttons
------------------------------------------------------------- */
.form-card {
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--heading-color), transparent 90%);
  border-radius: 16px;
  padding: 32px 30px 34px;
  box-shadow: 0 18px 45px rgba(11, 43, 21, 0.08);
}

.form-card-head {
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid color-mix(in srgb, var(--heading-color), transparent 92%);
}

.form-card-head h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 6px;
}

.form-card-head p {
  font-size: 14.5px;
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
}

/* Numbered step labels on the project form */
.form-section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--heading-font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--heading-color);
  padding-bottom: 10px;
  border-bottom: 1px solid color-mix(in srgb, var(--heading-color), transparent 92%);
}

.form-section-label span {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--accent-color);
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
}

.php-email-form .req {
  color: var(--accent-color);
  font-weight: 700;
}

/* Icon sitting inside the input */
.field-with-icon {
  position: relative;
}

.field-with-icon>i {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
  pointer-events: none;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  transition: color 0.3s;
}

.field-with-icon:focus-within>i {
  color: var(--accent-color);
}

.php-email-form .field-with-icon .form-control {
  padding-left: 42px;
}

/* Inputs, selects and textareas across both forms */
.php-email-form .form-control,
.php-email-form .form-select {
  font-size: 15px;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  background-color: color-mix(in srgb, var(--background-color), transparent 40%);
  color: var(--default-color);
  box-shadow: none;
  transition: border-color 0.3s, box-shadow 0.3s, background-color 0.3s;
}

.php-email-form .form-control::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 55%);
}

.php-email-form .form-control:hover,
.php-email-form .form-select:hover {
  border-color: color-mix(in srgb, var(--accent-color), transparent 55%);
}

.php-email-form .form-control:focus,
.php-email-form .form-select:focus {
  border-color: var(--accent-color);
  background-color: var(--surface-color);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent-color), transparent 85%);
}

.php-email-form textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

/* Label lifts to the accent colour while its field is focused */
.php-email-form .col-md-6:focus-within>.form-label,
.php-email-form .col-md-12:focus-within>.form-label,
.php-email-form .col-12:focus-within>.form-label {
  color: var(--accent-color);
}

/* Submit row */
.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 22px;
  margin-top: 6px;
}

.php-email-form button[type=submit] {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 34px;
  border: 0;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  background: var(--accent-color);
  color: #ffffff;
  transition: background-color 0.35s, transform 0.25s, box-shadow 0.35s;
}

.php-email-form button[type=submit]:hover {
  background: var(--brand-green-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(11, 43, 21, 0.22);
}

.php-email-form button[type=submit]:active {
  transform: translateY(0);
}

/* Light sweep across the button on hover */
.php-email-form button[type=submit]::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
}

.php-email-form button[type=submit]:hover::after {
  left: 130%;
}

.form-note {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 35%);
}

.form-note i {
  color: var(--accent-color);
  font-size: 15px;
}

/* Status messages */
.php-email-form .error-message,
.php-email-form .sent-message,
.php-email-form .loading {
  border-radius: 8px;
  font-size: 14.5px;
}

.php-email-form .sent-message {
  background: color-mix(in srgb, var(--accent-color), transparent 88%);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 70%);
  color: var(--brand-green-dark);
}

@media (max-width: 575px) {
  .form-card {
    padding: 24px 20px 26px;
  }

  .php-email-form button[type=submit] {
    width: 100%;
    justify-content: center;
  }

  .form-actions {
    gap: 12px;
  }
}

/* 12. Footer — CTA band, contact rows, socials
------------------------------------------------------------- */
.footer-cta {
  /* background: linear-gradient(120deg, var(--brand-forest) 0%, var(--brand-green-dark) 100%); */
  padding: 34px 0;
}

.footer-cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 30px;
}

.footer-cta h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 6px;
}

.footer-cta p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  margin: 0;
}

.footer-cta .cta-btn {
  background: var(--brand-lime);
  border-color: var(--brand-lime);
  color: var(--brand-ink);
  white-space: nowrap;
}

.footer-cta .cta-btn:hover {
  background: #ffffff;
  border-color: #ffffff;
}

.footer .footer-tagline {
  font-size: 14.5px;
  line-height: 1.7;
  margin: 14px 0 0;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
}

.footer .footer-contact p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.footer .footer-contact i {
  color: var(--accent-color);
  font-size: 16px;
  line-height: 1.5;
}

.footer .footer-contact a {
  color: inherit;
  transition: color 0.3s;
}

.footer .footer-contact a:hover {
  color: var(--brand-lime);
}

.footer .social-links a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 17px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  transition: transform 0.3s, background-color 0.3s, border-color 0.3s, color 0.3s;
}

.footer .social-links a:hover {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: #ffffff;
  transform: translateY(-4px);
}

.footer .footer-links h4,
.footer .footer-newsletter h4 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 16px;
}

.footer .footer-links h4::after,
.footer .footer-newsletter h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  background: var(--accent-color);
}

.footer .newsletter-form {
  border-radius: 8px;
  overflow: hidden;
  border-color: color-mix(in srgb, var(--default-color), transparent 70%);
  transition: border-color 0.3s, box-shadow 0.3s;
}

.footer .newsletter-form:focus-within {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent-color), transparent 85%);
}

.footer .newsletter-form input[type=submit] {
  background: var(--accent-color);
  font-weight: 600;
  transition: background-color 0.3s;
}

.footer .newsletter-form input[type=submit]:hover {
  background: var(--brand-lime);
  color: var(--brand-ink);
}

@media (max-width: 767px) {
  .footer-cta-inner {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .footer-cta h3 {
    font-size: 20px;
  }

  .footer-cta .cta-btn {
    width: 100%;
    text-align: center;
  }
}

/* 13. Motion — the fun bits
------------------------------------------------------------- */

/* Mobile menu items cascade in one after another */
@media (max-width: 1199px) {
  .mobile-nav-active .navmenu>ul>li {
    animation: menuItemIn 0.4s ease both;
  }

  .mobile-nav-active .navmenu>ul>li:nth-child(1) {
    animation-delay: 0.06s;
  }

  .mobile-nav-active .navmenu>ul>li:nth-child(2) {
    animation-delay: 0.12s;
  }

  .mobile-nav-active .navmenu>ul>li:nth-child(3) {
    animation-delay: 0.18s;
  }

  .mobile-nav-active .navmenu>ul>li:nth-child(4) {
    animation-delay: 0.24s;
  }

  .mobile-nav-active .navmenu>ul>li:nth-child(5) {
    animation-delay: 0.30s;
  }

  .mobile-nav-active .navmenu>ul>li:nth-child(6) {
    animation-delay: 0.36s;
  }

  @keyframes menuItemIn {
    from {
      opacity: 0;
      transform: translateX(-14px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
}

/* Hero service chips: gentle float, lift and glow on hover */
.hero .icon-box {
  transition: transform 0.4s, background-color 0.4s, border-color 0.4s, box-shadow 0.4s;
}

.hero .icon-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.32);
}

.hero .icon-box i {
  animation: chipFloat 5s ease-in-out infinite;
}

.hero .col-md-4:nth-child(2n) .icon-box i {
  animation-delay: 0.6s;
}

.hero .col-md-4:nth-child(3n) .icon-box i {
  animation-delay: 1.2s;
}

@keyframes chipFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

/* Service pane content slides up as you switch tabs */
.service-panes .tab-pane.active .service-pane-body {
  animation: paneUp 0.5s ease both;
}

@keyframes paneUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Shine sweep shared by the main call-to-action buttons */
.cta-btn,
.btn-service,
.btn-getstarted {
  position: relative;
  overflow: hidden;
}

.cta-btn::after,
.btn-service::after,
.btn-getstarted::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
}

.cta-btn:hover::after,
.btn-service:hover::after,
.btn-getstarted:hover::after {
  left: 130%;
}

/* About counters pop slightly as they finish counting */
.about-stat:hover span {
  animation: statPop 0.5s ease;
}

@keyframes statPop {
  50% {
    transform: scale(1.08);
  }
}

.about-stat span {
  display: inline-block;
  transition: transform 0.3s;
}

/* Mission and vision icons swing in on hover */
.about .mission-vision-item:hover i {
  transform: scale(1.12) rotate(-6deg);
}

/* Scroll-to-top button */
.scroll-top {
  transition: transform 0.3s, background-color 0.3s, opacity 0.4s, visibility 0.4s;
}

.scroll-top:hover {
  transform: translateY(-4px);
}

/* Logo mark reacts to hover */
.header .logo img,
.footer .logo img {
  transition: transform 0.4s;
}

.header .logo:hover img,
.footer .logo:hover img {
  transform: rotate(-8deg) scale(1.08);
}

/* Service tab icons nudge with their row */
.service-tab:hover>i:first-child {
  transform: scale(1.08);
}

@media (prefers-reduced-motion: reduce) {

  .hero .icon-box i,
  .mobile-nav-active .navmenu>ul>li,
  .mobile-nav-active .navmenu>ul,
  .service-panes .tab-pane.active .service-pane-body,
  .about-stat:hover span {
    animation: none !important;
  }

  .cta-btn::after,
  .btn-service::after,
  .btn-getstarted::after,
  .php-email-form button[type=submit]::after {
    display: none;
  }
}