/*--------------------------------------------------------------
  padding-top: 80px;
  padding-bottom: 80px;
}

/*--------------------------------------------------------------
# Solutions Section
--------------------------------------------------------------*/
.solutions {
  background: linear-gradient(180deg, #ffffff 0%, #f6faf9 100%);
  padding-top: 90px;
  padding-bottom: 90px;
}

.solutions .heading-pill {
  display: inline-block;
  background: linear-gradient(135deg, #008374 0%, #00a58f 100%);
  padding: 12px 32px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--contrast-color);
  margin-bottom: 22px;
}

.solutions .section-heading {
  max-width: 820px;
  margin: 0 auto 48px auto;
}

.solutions .section-subtitle {
  color: color-mix(in srgb, var(--default-color), transparent 35%);
  font-size: 18px;
}

.solutions-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.solution-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px 30px;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 80%);
  position: relative;
  overflow: hidden;
}

.solution-card h3 {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.solution-section + .solution-section {
  margin-top: 18px;
}

.solution-section h4 {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--accent-color);
}

.solution-section p,
.solution-section li {
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 6px;
}

.solution-section ul {
  padding-left: 18px;
  margin-bottom: 0;
}

.solution-card.element-water::before,
.solution-card.element-air::before,
.solution-card.element-soil::before,
.solution-card.element-plants::before,
.solution-card.element-animals::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  top: -50px;
  right: -50px;
  opacity: 0.12;
}

.solution-card.element-water::before {
  background: var(--accent-color);
}

.solution-card.element-air::before {
  background: #5c6cff;
}

.solution-card.element-soil::before {
  background: #c06b2d;
}

.solution-card.element-plants::before {
  background: #4caf50;
}

.solution-card.element-animals::before {
  background: #ff7f50;
}

@media (max-width: 991px) {
  .solution-card {
    padding: 26px 24px;
  }
}

@media (max-width: 575px) {
  .solutions {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .solutions .section-heading {
    margin-bottom: 36px;
  }

  .solution-card h3 {
    font-size: 22px;
  }

  .solution-section h4 {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
# WHI Interventions Section
--------------------------------------------------------------*/
.whi-interventions {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 90px;
}

.whi-interventions .section-heading .heading-pill.alt {
  background: linear-gradient(135deg, #5c6cff 0%, #8860ff 100%);
  padding: 10px 30px;
  letter-spacing: 5px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.whi-interventions .section-heading h2 {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.whi-interventions .section-heading .heading2 {
  display: block;
  margin-top: 12px;
  margin-bottom: 10px;
}

.whi-interventions .section-subtitle {
  max-width: 880px;
  margin: 0 auto;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 18px;
  margin-bottom: 10px;
}

.intervention-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

/*--------------------------------------------------------------
# WHI Presenter Block in Team Section
--------------------------------------------------------------*/
.whi-presenter {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 28px;
  backdrop-filter: blur(6px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.whi-presenter h3 {
  font-size: 28px;
  letter-spacing: 3px;
  font-weight: 800;
}

.whi-presenter .lead {
  font-size: 20px;
  font-weight: 600;
  color:black
}

.whi-presenter p {
  font-size: 18px;
  color:black;
}

.whi-presenter a {
  color: black;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
  padding-bottom: 2px;
}

.whi-presenter a:hover {
  color: #ffe082;
  border-color: rgba(255, 224, 130, 0.8);
}

@media (max-width: 575px) {
  .whi-presenter {
    text-align: center;
    padding: 24px;
  }

  .whi-presenter h3 {
    font-size: 24px;
  }
}

.intervention-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(240, 245, 253, 0.98) 100%);
  border-radius: 22px;
  padding: 32px 34px;
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(136, 96, 255, 0.18);
  position: relative;
  overflow: hidden;
}

.intervention-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.intervention-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5c6cff 0%, #8860ff 100%);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 1px;
}

.intervention-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.intervention-purpose {
  font-size: 17px;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  margin-bottom: 16px;
}

.intervention-section + .intervention-section {
  margin-top: 18px;
}

.intervention-section h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
  color: #5c6cff;
}

.intervention-section ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.intervention-section li {
  font-size: 16px;
  line-height: 1.6;
}

.intervention-section p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 991px) {
  .intervention-card {
    padding: 28px;
  }

  .intervention-card h3 {
    font-size: 21px;
  }
}

@media (max-width: 575px) {
  .whi-interventions {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .intervention-grid {
    gap: 24px;
  }

  .intervention-label {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
}

.approach .section-title {
  padding-bottom: 40px;
}

.approach-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.approach-list li {
  background: #000000;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 18px;
  border: 1px solid white;
  padding: 24px 26px;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.18);
  position: relative;
  overflow: hidden;
}

.approach-list li::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  right: -35px;
  top: -35px;
}


.approach-list li:nth-child(2) {
  background: #000000;
}

.approach-list li:nth-child(3) {
  background: #000000;
}

.approach-list li:nth-child(4) {
  background: #000000;
}

.approach-list li:nth-child(5) {
  background: #000000;
}

.approach-list li:nth-child(6) {
  background: #000000;
}

@media (max-width: 768px) {
  .approach-list {
    grid-template-columns: 1fr;
  }

  .approach-list li {
    text-align: center;
  }
}

/**
* Template Name: WHI
* Template URL: https://bootstrapmade.com/impact-bootstrap-business-website-template/
* Updated: Aug 07 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: "Montserrat",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #060606; /* Background color for the entire website, including individual sections */
  --default-color: #ffffff; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #ffffff; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #1f7ae0; /* 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: #252525; /* 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: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* 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: #ffffff;  /* The default color of the main navmenu links */
  --nav-hover-color: #1f7ae0; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #01433c; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #1f7ae0; /* 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: #f2f9f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

.accent-background {
  --background-color: #008374;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --accent-color: #ffffff;
  --surface-color: #00b6a1;
  --contrast-color: #ffffff;
}

/* 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);
}

/* Pulsating Play Button
------------------------------*/
.pulsating-play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--accent-color) 50%, color-mix(in srgb, var(--accent-color), transparent 75%) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

.pulsating-play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-play-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid color-mix(in srgb, var(--accent-color), transparent 30%);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.pulsating-play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.pulsating-play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.pulsating-play-btn:hover:after {
  border-left: 15px solid var(--accent-color);
  transform: scale(20);
}

@keyframes pulsate-play-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/* 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: #008374;
  --heading-color: #ffffff;
  color: var(--default-color);
  transition: all 0.5s;
  z-index: 997;
  background: linear-gradient(135deg, #0b1220 0%, #0a0f1a 50%, #0d1f2e 100%);
}

.header .topbar {
  background: linear-gradient(135deg, #040914 0%, #071020 100%);
  height: 40px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}

.header .topbar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4, 9, 20, 0.85);
  z-index: -1;
}

.header .topbar .contact-info i {
  font-style: normal;
  color: var(--contrast-color);
}

.header .topbar .contact-info i a,
.header .topbar .contact-info i span {
  padding-left: 5px;
  color: var(--contrast-color);
}

@media (max-width: 575px) {

  .header .topbar .contact-info i a,
  .header .topbar .contact-info i span {
    font-size: 13px;
  }
}

.header .topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.header .topbar .contact-info i a:hover {
  color: var(--contrast-color);
  text-decoration: underline;
}

.header .topbar .social-links a {
  color: color-mix(in srgb, var(--contrast-color), transparent 40%);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

.header .topbar .social-links a:hover {
  color: var(--contrast-color);
}

.header .branding {
  min-height: 60px;
  padding: 10px 0;
}

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

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

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

.header .logo span {
  font-size: 32px;
  margin-left: 2px;
  color: var(--nav-hover-color);
}

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

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@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>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

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

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

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

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-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: 4px;
    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 {
    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;
  }
}

/* Mobile Navigation */
@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);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .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), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

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

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    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);
    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 {
  --background-color: #000000;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
}

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

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

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

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

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

.footer .social-links a:hover {
  color: var(--default-color);
  border-color: var(--default-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 {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.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(--default-color);
}

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

.footer .copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

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

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

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  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: 44px;
  height: 44px;
  border-radius: 50px;
  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;
  bottom: 15px;
}

/*--------------------------------------------------------------
# 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 {
  --background-color: var(--accent-color);
  --default-color: #fff;
  --heading-color: #fff;
  color: var(--default-color);
  background-color: var(--background-color);
  position: relative;
}

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

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

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

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

.page-title nav ol a {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.page-title nav ol a:hover {
  color: var(--default-color);
}

.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 50%);
}

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

@media (max-width: 1199px) {

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

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

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  position: relative;
  padding: 140px 0 0 0;
}

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

.hero h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}


.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-weight: 400;
  margin-bottom: 30px;
}

.hero .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  transition: 0.3s;
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 90%);
  background-color: color-mix(in srgb, var(--default-color), transparent 90%);
}

.hero .btn-get-started:hover {
  border-color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  font-weight: 600;
  color: var(--default-color);
}

.hero .btn-watch-video i {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover i {
  color: var(--default-color);
}

.hero-whi {
  padding: 160px 0 120px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  margin-top: 120px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.hero-video-wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.40);
  transition: transform 1.8s ease;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

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

.hero-whi .hero-content {
  color: #ffffff;
  text-align: right;
}

.hero-whi .hero-eyebrow {
  display: block;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}

.hero-whi .hero-title {
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: 4px;
  color: #ffffff;
}

.hero-whi .hero-subtitle {
  font-size: clamp(22px, 3.5vw, 30px);
  font-weight: 600;
  margin-bottom: 24px;
  color: #ffffff;
}

.hero-whi .hero-presenter {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}

@media (max-width: 991px) {
  .hero-whi {
    text-align: center;
    padding: 140px 0 110px;
    min-height: 70vh;
    margin-top: 70px;
    justify-content: center;
  }

  .hero-whi .hero-content {
    text-align: center;
  }

  .hero-whi .hero-title {
    letter-spacing: 2px;
  }
}

@media (max-width: 575px) {
  .hero-whi {
    padding: 110px 0 80px;
    min-height: 60vh;
    margin-top: 60px;
  }

  .hero-whi .hero-eyebrow {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .hero-whi .hero-presenter {
    font-size: 16px;
  }
}

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

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }
}

.hero .icon-boxes {
  padding-bottom: 60px;
  z-index: 4;
}

@media (min-width: 1200px) {
  .hero .icon-boxes:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(50% + 20px);
    background-color: var(--default-color);
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }
}

.hero .icon-box {
  padding: 180px 42px;
  position: relative;
  overflow: hidden;
  background: var(--surface-color);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  z-index: 1;
  transition: 0.3s;
  height: 100%;
  text-align: center;
}

.hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 18px;
  font-size: 26px;
}

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

.hero .icon-box .icon {
  margin-bottom: 28px;
  padding-top: 14px;
  display: inline-block;
  transition: 0.3s;
  font-size: 56px;
  line-height: 1;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.hero .icon-box:hover {
  background-color: color-mix(in srgb, var(--surface-color), white 10%);
  background-color: color-mix(in srgb, var(--background-color), white 10%);
}

.hero .icon-box:hover .title a,
.hero .icon-box:hover .icon {
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}

.about .fst-italic {
  color: color-mix(in srgb, var(--default-color), var(--contrast-color) 50%);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 10px 30px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--accent-color);
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .pulsating-play-btn {
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
}

.about-who-we-are {
  background: #f6faf9;
}

.who-we-are-card {
  background: #ffffff;
  padding: 35px 40px;
  border-left: 6px solid var(--accent-color);
  box-shadow: 0 20px 45px rgba(0, 131, 116, 0.08);
  border-radius: 12px;
}

.who-we-are-heading {
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.who-we-are-list {
  list-style: disc;
  list-style-position: outside;
  padding: 0 0 0 28px;
  margin: 0;
  display: grid;
  gap: 18px;
}

.who-we-are-list > li {
  font-size: 18px;
  line-height: 1.6;
}

.who-we-are-list .list-title {
  font-weight: 700;
  color: var(--accent-color);
}

.who-we-are-list .nested-list {
  list-style: disc;
  margin: 12px 0 0 22px;
  padding: 0;
  display: grid;
  gap: 6px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.ecosystem-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 0;
}

.ecosystem-visual .ecosystem-strip {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}

.ecosystem-visual .ecosystem-tile {
  flex: 1 1 160px;
  max-width: 200px;
  border-radius: 18px;
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.18);
  object-fit: cover;
  min-height: 140px;
}

/*--------------------------------------------------------------
# Objectives Section
--------------------------------------------------------------*/
.objectives {
  background: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.objectives .section-heading {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 45px;
  color: var(--heading-color);
}

.objectives-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

.objective-card {
  border-radius: 18px;
  padding: 26px 28px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.18);
  position: relative;
  overflow: hidden;
}

.objective-card::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  right: -40px;
  top: -40px;
}

.objective-card p {
  margin-bottom: 0;
}

.gradient-purple {
  background: linear-gradient(135deg, #7f3bff 0%, #5f2cd5 100%);
}

.gradient-violet {
  background: linear-gradient(135deg, #5c6cff 0%, #3f47b3 100%);
}

.gradient-blue {
  background: linear-gradient(135deg, #3bb2f6 0%, #1f6fd4 100%);
}

.gradient-teal {
  background: linear-gradient(135deg, #2fd7c6 0%, #0b9e8c 100%);
}

@media (max-width: 768px) {
  .objectives-grid {
    grid-template-columns: 1fr;
  }

  .objective-card {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .ecosystem-visual .ecosystem-strip {
    gap: 16px;
  }

  .ecosystem-visual .ecosystem-tile {
    flex: 1 1 45%;
    max-width: 45%;
  }

  .ecosystem-visual::before {
    display: none;
  }
}

@media (max-width: 575px) {
  .who-we-are-card {
    padding: 28px 24px;
  }

  .element-circle {
    width: 90px;
    height: 90px;
    font-size: 34px;
  }

  .ecosystem-visual .ecosystem-strip {
    gap: 12px;
  }

  .ecosystem-visual .ecosystem-tile {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .element-item p {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients .swiper {
  padding: 10px 0;
}

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

.clients .swiper-slide img {
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Stats Section (commented out)
---------------------------------------------------------------*/
/*
.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;
}
*/

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  background-color: transparent;
}

.call-to-action .container {
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  clip-path: inset(0 round 15px);
}

.call-to-action .container img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
}

.call-to-action .container:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
  z-index: 2;
}

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

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

.call-to-action p {
  color: var(--default-color);
  margin-bottom: 20px;
}

.call-to-action .play-btn {
  width: 94px;
  height: 94px;
  margin-bottom: 20px;
  background: radial-gradient(var(--accent-color) 50%, color-mix(in srgb, var(--accent-color), transparent 60%) 52%);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.call-to-action .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid color-mix(in srgb, var(--accent-color), transparent 20%);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.call-to-action .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--default-color);
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.call-to-action .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--default-color);
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.call-to-action .play-btn:hover:after {
  border-left: 15px solid var(--accent-color);
  transform: scale(20);
}

.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(--contrast-color);
  color: var(--contrast-color);
}

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

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  background-color: var(--surface-color);
  padding: 40px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}

.services .service-item .icon i {
  color: color-mix(in srgb, var(--heading-color), transparent 30%);
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: color-mix(in srgb, var(--heading-color), transparent 95%);
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -20px;
  transition: 0.3s;
}

.services .service-item h3 {
  color: color-mix(in srgb, var(--heading-color), transparent 20%);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid color-mix(in srgb, var(--heading-color), transparent 90%);
  transition: 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.services .service-item:hover .icon i {
  color: var(--heading-color);
}

.services .service-item:hover .icon:before {
  background: color-mix(in srgb, var(--accent-color), transparent 50%);
}

.services .service-item:hover h3 {
  border-color: color-mix(in srgb, var(--accent-color), transparent 10%);
  color: var(--heading-color);
}

.services .service-item:hover .readmore {
  color: var(--accent-color);
}

.current-scenario {
  background: #101820;
  padding-top: 90px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.current-scenario .scenario-header {
  text-align: center;
  margin-bottom: 45px;
  color: #ffffff;
}

.current-scenario .scenario-header h2 {
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #ffffff;
}

.current-scenario .scenario-tagline {
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

.current-scenario .scenario-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
  gap: 24px;
  padding-bottom: 40px;
}

.current-scenario .scenario-card {
  position: relative;
  min-height: 400px;
  padding: 28px 26px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  color: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 28px 40px rgba(0, 0, 0, 0.25);
}

.current-scenario .scenario-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 0;
}

.current-scenario .scenario-card h3,
.current-scenario .scenario-card p {
  position: relative;
  z-index: 1;
}

.current-scenario .scenario-card h3 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 18px;
  width: 100%;
  color: #ffffff;
}

.current-scenario .scenario-card p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

.current-scenario .card-air {
  background: url("../img/services/air.jpeg") center/cover no-repeat;
}

.current-scenario .card-water {
  background: url("../img/services/water.jpg") center/cover no-repeat;
}

.current-scenario .card-soil {
  background: url("../img/services/soil.jpg") center/cover no-repeat;
}

.current-scenario .card-plants {
  background: url("../img/services/plants.jpeg") center/cover no-repeat;
}

.current-scenario .card-animals {
  background: url("../img/services/animal.jpg") center/cover no-repeat;
}

.current-scenario .scenario-center {
  position: absolute;
  top: 70%;
  left: 40%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(4, 170, 162, 0.75) 0%, rgba(1, 71, 66, 0.9) 70%);
  box-shadow: 0 28px 45px rgba(0, 0, 0, 0.5);
  border: 8px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.current-scenario .center-circle {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #0d3c5b;
  border: 6px solid rgba(255, 255, 255, 0.35);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.current-scenario .center-circle::after {
  content: "";
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.25);
}

.current-scenario .center-person {
  font-size: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.current-scenario .node {
  position: absolute;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #ffffff;
  color: #0d3c5b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.25);
}

.current-scenario .node i {
  position: relative;
  top: 2px;
}

.current-scenario .node-top {
  top: -36px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.current-scenario .node-left {
  left: -32px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.current-scenario .node-right {
  right: -32px;
  top: 50%;
  transform: translate(50%, -50%);
}

.current-scenario .node-bottom {
  bottom: -36px;
  left: 50%;
  transform: translate(-50%, 50%);
}

.current-scenario .scenario-center::after,
.current-scenario .scenario-center::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
}

.current-scenario .scenario-center::before {
  width: 340px;
  height: 340px;
  border: 2px dotted rgba(255, 255, 255, 0.2);
}

.current-scenario .scenario-center::after {
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

@media (max-width: 1199px) {
  .current-scenario .scenario-grid {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 26px 20px;
    padding-bottom: 30px;
  }

  .current-scenario .scenario-center {
    position: static;
    transform: none;
    margin: 50px auto 0;
  }
}

@media (max-width: 767px) {
  .current-scenario {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .current-scenario .scenario-grid {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .current-scenario .scenario-card {
    min-height: 300px;
  }

  .current-scenario .center-circle {
    width: 130px;
    height: 130px;
    font-size: 42px;
  }
}

.devices {
  background: linear-gradient(135deg, #130d2b 0%, #0d1f2e 50%, #2a0f21 100%);
  padding: 80px 0;
}

.devices .section-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  color: #ffffff;
  margin-bottom: 42px;
}

.device-showcase-card {
  background: rgba(10, 17, 26, 0.85);
  border: 1px solid rgba(59, 178, 246, 0.2);
  border-radius: 24px;
  padding: 34px 38px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  gap: 28px;
  height: 100%;
}

.device-showcase-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.device-showcase-images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.device-showcase-image {
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(2px);
}

@media (max-width: 991px) {
  .device-showcase-images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .device-showcase-images {
    grid-template-columns: 1fr;
  }
}

.device-showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.device-showcase-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.device-showcase-title {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #ffffff;
  margin: 0;
}

.device-showcase-summary {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.device-showcase-toggle {
  align-self: flex-start;
  border-radius: 999px;
  padding: 10px 28px;
  border-color: rgba(59, 178, 246, 0.35);
  color: #3bb2f6;
  margin-top: auto;
}

.device-showcase-toggle:hover,
.device-showcase-toggle:focus {
  background: rgba(59, 178, 246, 0.15);
  color: #ffffff;
  border-color: rgba(59, 178, 246, 0.65);
}

.device-details {
  margin-top: 50px;
}

.device-details-collection {
  margin-top: 60px;
  display: grid;
  gap: 40px;
}

.devices .heading-pill {
  display: inline-block;
  background: linear-gradient(135deg, #174079 0%, #1f7ae0 60%, #3bb2f6 100%);
  padding: 8px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.devices h2 {
  font-size: 38px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  color: #ffffff;
}

.device-specs {
  background: linear-gradient(135deg, rgba(31, 122, 224, 0.16) 0%, rgba(59, 178, 246, 0.12) 55%, rgba(10, 15, 26, 0.08) 100%),
              linear-gradient(135deg, rgba(33, 37, 62, 0.95) 0%, rgba(16, 17, 31, 0.95) 100%);
  border-radius: 20px;
  padding: 40px 36px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  height: 100%;
}

.device-specs ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.device-specs li {
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding-left: 28px;
}

.device-specs li::before {
  content: "\f26a";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
  color: #3bb2f6;
}

.device-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 1fr));
  gap: 20px;
}

.device-grid-item {
  text-align: center;
}

.device-grid-caption {
  margin-top: 12px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--whi-text-muted, hsl(220, 13%, 95%));
}

.device-grid img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.06);
  padding: 12px;
  height: 180px;
  object-fit: contain;
}

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

  .devices .section-heading {
    align-items: center;
    text-align: center;
  }

  .device-gallery {
    grid-template-columns: 1fr;
  }

  .device-grid {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
  }
}

@media (max-width: 575px) {
  .device-specs {
    padding: 28px;
  }

  .device-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .devices h2 {
    font-size: 30px;
  }
}

.vet-kit {
  background: #10131f;
  padding: 110px 0;
}

.vet-kit .kit-media {
  display: grid;
  gap: 18px;
}

.vet-kit .kit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 18px;
}

.vet-kit .kit-grid-item {
  text-align: center;
}

.vet-kit .kit-grid-caption {
  margin-top: 12px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #fffdfd;
}

.vet-kit .kit-grid img {
  width: 100%;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
  padding: 10px;
  height: 165px;
  object-fit: contain;
}

.vet-kit .kit-copy {
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: linear-gradient(135deg, rgba(35, 39, 64, 0.85) 0%, rgba(16, 17, 31, 0.88) 100%);
  border-radius: 22px;
  padding: 38px 34px;
  box-shadow: 0 32px 60px rgba(0, 0, 0, 0.35);
}

.vet-kit .badge-pill {
  display: inline-block;
  background: linear-gradient(135deg, #58c8f1 0%, #1b86d1 100%);
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
}

.vet-kit h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.vet-kit p {
  margin: 0;
  line-height: 1.7;
  font-size: 16px;
}

@media (max-width: 991px) {
  .vet-kit {
    padding: 90px 0;
  }

  .vet-kit .kit-grid {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
  }
}

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

  .vet-kit .kit-copy {
    padding: 32px 26px;
  }

  .vet-kit h2 {
    font-size: 30px;
  }
}

.soil-detectors {
  background: #121524;
  padding: 110px 0;
}

.soil-detectors .soil-copy {
  background: linear-gradient(135deg, rgba(40, 45, 70, 0.9) 0%, rgba(20, 22, 39, 0.92) 100%);
  border-radius: 24px;
  padding: 44px 36px;
  box-shadow: 0 32px 60px rgba(0, 0, 0, 0.35);
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.soil-detectors h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
}

.soil-detectors h4 {
  margin: 18px 0 12px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4fe37a;
  letter-spacing: 1px;
}

.soil-detectors p {
  margin: 0;
  line-height: 1.7;
  font-size: 16px;
}

.soil-detectors ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.soil-detectors li {
  position: relative;
  padding-left: 28px;
}

.soil-detectors li::before {
  content: "\f270";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
  color: #4fe37a;
}

.soil-detectors .soil-media {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.35);
}

.soil-detectors .soil-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 1fr));
  gap: 18px;
}

.soil-detectors .soil-grid-item {
  text-align: center;
}

.soil-detectors .soil-grid-caption {
  margin-top: 12px;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgb(249, 248, 248);
}

.soil-detectors .soil-grid img {
  width: 100%;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  padding: 14px;
  height: 200px;
  object-fit: contain;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
  .soil-detectors {
    padding: 90px 0;
  }

  .soil-detectors .soil-grid {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
  }
}

@media (max-width: 575px) {
  .soil-detectors .soil-copy {
    padding: 32px 24px;
  }

  .soil-detectors .soil-grid {
    grid-template-columns: 1fr;
  }

  .soil-detectors h2 {
    font-size: 32px;
  }
}

.benefits {
  background: #f0f3f9;
  padding: 110px 0;
}

.benefits .benefits-card {
  background: #ffffff;
  border-radius: 26px;
  box-shadow: 0 26px 48px rgba(7, 19, 38, 0.18);
  overflow: hidden;
}

.benefits .benefits-header {
  background: #414a61;
  color: #ffffff;
  padding: 18px 32px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 16px;
}

.benefits .benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  gap: 0;
}

.benefits .benefit-item {
  border-right: 1px solid rgba(20, 30, 50, 0.08);
  background: #f6f8fc;
  display: flex;
  flex-direction: column;
}

.benefits .benefit-item:last-child {
  border-right: none;
}

.benefits .benefit-photo {
  padding: 18px 20px 0;
  background: #ffffff;
  border-bottom: 1px solid rgba(20, 30, 50, 0.08);
}

.benefits .benefit-photo img {
  width: 100%;
  border-radius: 18px 18px 0 0;
  height: 480px;
  object-fit: cover;
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.16);
}

.benefits .benefit-body {
  padding: 20px 22px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.benefits .benefit-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0a9ab9 0%, #046a8c 100%);
  color: #ffffff;
  font-size: 24px;
  box-shadow: 0 12px 22px rgba(4, 106, 140, 0.22);
}

.benefits h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: #15344b;
}

.benefits ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.benefits li {
  position: relative;
  padding-left: 20px;
  color: #2c4a5d;
  line-height: 1.5;
}

.benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0a9ab9;
}

@media (max-width: 1199px) {
  .benefits .benefit-grid {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
  }

  .benefits .benefit-item:nth-child(odd) {
    border-right: 1px solid #ffffff;
  }

  .benefits .benefit-item:nth-child(even) {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .benefits {
    padding: 90px 0;
  }

  .benefits .benefit-grid {
    grid-template-columns: 1fr;
  }

  .benefits .benefit-item {
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}

@media (max-width: 575px) {
  .benefits .benefit-body {
    padding: 18px 18px 24px;
  }

  .benefits ul {
    gap: 6px;
  }
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 15px;
  position: relative;
  height: 100%;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  margin-right: 15px;
}

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

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

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.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(--accent-color), transparent 50%);
  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: 15px 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 85%);
  opacity: 1;
}

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

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

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

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  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 5px;
  }
}

.portfolio .portfolio-content {
  background-color: var(--surface-color);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  height: 100%;
  overflow: hidden;
}

.portfolio .portfolio-content img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.portfolio .portfolio-content .portfolio-info {
  background-color: var(--background-color);
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  padding: 25px 20px;
  position: relative;
  z-index: 2;
}

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

.portfolio .portfolio-content .portfolio-info h4 a {
  color: var(--heading-color);
  transition: 0.3s;
}

.portfolio .portfolio-content .portfolio-info h4 a:hover {
  color: var(--accent-color);
}

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

.portfolio .portfolio-content:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .member {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 15px;
  padding: 15px;
  overflow: hidden;
}

.team .member img {
  border-radius: 15px;
  overflow: hidden;
}

.team .member .member-content {
  padding: 0 20px 30px 20px;
}

.team .member h4 {
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 2px;
  font-size: 20px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.team .member .social {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.team .member .social a {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  transition: 0.3s;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 60%);
}

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

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.faq .content p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.faq .faq-container .faq-item {
  background-color: var(--surface-color);
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 30px 0 0;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}

.faq .faq-container .faq-item h3 .num {
  color: var(--accent-color);
  padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
  color: var(--accent-color);
}

.faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.faq .faq-container .faq-item .faq-toggle:hover {
  color: var(--accent-color);
}

.faq .faq-container .faq-active h3 {
  color: var(--accent-color);
}

.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Recent Posts Section
--------------------------------------------------------------*/
.recent-posts article {
  background: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.recent-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.recent-posts .post-category {
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 10px;
}

.recent-posts .title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.recent-posts .title a {
  color: var(--heading-color);
  transition: 0.3s;
}

.recent-posts .title a:hover {
  color: var(--accent-color);
}

.recent-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.recent-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.recent-posts .post-date {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-container {
  background: linear-gradient(135deg, #08111f 0%, #0d1f32 55%, #132a3f 100%);
  height: 100%;
  padding: 20px;
}

.contact .info-item {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  color: var(--contrast-color);
  background-color: color-mix(in srgb, var(--contrast-color), transparent 90%);
}

.contact .info-item:last-child {
  margin-bottom: 0;
}

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

.contact .info-item h3 {
  color: var(--contrast-color);
  font-size: 20px;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

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

.contact .info-item:hover i {
  background: var(--contrast-color);
  color: var(--accent-color);
}

.contact .php-email-form {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  padding: 30px;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: var(--surface-color);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
 background: linear-gradient(135deg, #08111f 0%, #0d1f32 55%, #132a3f 100%);
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  background-color: var(--surface-color);
  padding: 10px 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid color-mix(in srgb, var(--default-color), transparent 70%);
  margin: 20px 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.service-details .services-list a.active {
  color: var(--heading-color);
  font-weight: 700;
  border-color: var(--accent-color);
}

.service-details .services-list a:hover {
  border-color: var(--accent-color);
}

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

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

.service-details h4 {
  font-size: 20px;
  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: 5px 0;
  display: flex;
  align-items: center;
}

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

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

.portfolio-details .swiper-wrapper {
  height: auto;
}

.portfolio-details .swiper-button-prev,
.portfolio-details .swiper-button-next {
  width: 48px;
  height: 48px;
}

.portfolio-details .swiper-button-prev:after,
.portfolio-details .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.15);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.portfolio-details .swiper-button-prev:hover:after,
.portfolio-details .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 575px) {

  .portfolio-details .swiper-button-prev,
  .portfolio-details .swiper-button-next {
    display: none;
  }
}

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

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

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

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.portfolio-details .portfolio-info h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  bottom: 0;
}

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

.portfolio-details .portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.portfolio-details .portfolio-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.portfolio-details .portfolio-info .btn-visit {
  padding: 8px 40px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 50px;
  transition: 0.3s;
}

.portfolio-details .portfolio-info .btn-visit:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

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

.portfolio-details .portfolio-description p {
  padding: 0;
}

.portfolio-details .portfolio-description .testimonial-item {
  padding: 30px 30px 0 30px;
  position: relative;
  background: color-mix(in srgb, var(--default-color), transparent 97%);
  margin-bottom: 50px;
}

.portfolio-details .portfolio-description .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid var(--background-color);
  float: left;
  margin: 0 10px 0 0;
}

.portfolio-details .portfolio-description .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding-top: 20px;
}

.portfolio-details .portfolio-description .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left,
.portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 50%);
  font-size: 26px;
  line-height: 0;
}

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

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

.portfolio-details .portfolio-description .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 0 0 0;
  padding: 0;
}

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


/*--------------------------------------------------------------
# Blog Posts Section
--------------------------------------------------------------*/
.blog-posts article {
  background-color: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.blog-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.blog-posts .post-category {
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 10px;
}

.blog-posts .title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog-posts .title a {
  color: var(--heading-color);
  transition: 0.3s;
}

.blog-posts .title a:hover {
  color: var(--accent-color);
}

.blog-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.blog-posts .post-date {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# Comment Form Section
--------------------------------------------------------------*/
.comment-form {
  padding-top: 10px;
}

.comment-form form {
  background-color: var(--surface-color);
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.comment-form form h4 {
  font-weight: bold;
  font-size: 22px;
}

.comment-form form p {
  font-size: 14px;
}

.comment-form form input {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 10px;
}

.comment-form form input:focus {
  color: var(--default-color);
  background-color: var(--surface-color);
  box-shadow: none;
  border-color: var(--accent-color);
}

.comment-form form input::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form textarea {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
  height: 120px;
}

.comment-form form textarea:focus {
  color: var(--default-color);
  box-shadow: none;
  border-color: var(--accent-color);
  background-color: var(--surface-color);
}

.comment-form form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form .form-group {
  margin-bottom: 25px;
}

.comment-form form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.comment-form form .btn-primary:hover {
  color: var(--contrast-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widgets-container {
  background-color: var(--surface-color);
  padding: 30px;
  margin: 60px 0 30px 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.widget-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.widget-item {
  margin-bottom: 40px;
}

.widget-item:last-child {
  margin-bottom: 0;
}

.search-widget form {
  background: var(--background-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  padding: 3px 10px;
  position: relative;
  transition: 0.3s;
}

.search-widget form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
  background-color: var(--background-color);
  color: var(--default-color);
}

.search-widget form input[type=text]:focus {
  outline: none;
}

.search-widget form button {
  background: var(--accent-color);
  color: var(--contrast-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.search-widget form button i {
  line-height: 0;
}

.search-widget form button:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.search-widget form:is(:focus-within) {
  border-color: var(--accent-color);
}

.categories-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-widget ul li {
  padding-bottom: 10px;
}

.categories-widget ul li:last-child {
  padding-bottom: 0;
}

.categories-widget ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.categories-widget ul a:hover {
  color: var(--accent-color);
}

.categories-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.recent-posts-widget .post-item {
  display: flex;
  margin-bottom: 15px;
}

.recent-posts-widget .post-item:last-child {
  margin-bottom: 0;
}

.recent-posts-widget .post-item img {
  width: 80px;
  margin-right: 15px;
}

.recent-posts-widget .post-item h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.recent-posts-widget .post-item h4 a {
  color: var(--default-color);
  transition: 0.3s;
}

.recent-posts-widget .post-item h4 a:hover {
  color: var(--accent-color);
}

.recent-posts-widget .post-item time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.tags-widget {
  margin-bottom: -10px;
}

.tags-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tags-widget ul li {
  display: inline-block;
}

.tags-widget ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 60%);
  display: inline-block;
  transition: 0.3s;
}

.tags-widget ul a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
  border: 1px solid var(--accent-color);
}

.tags-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  font-size: 14px;
}
/*--------------------------------------------------------------
# About Section (dark)
--------------------------------------------------------------*/
.about,
#about,
.about-who-we-are {
  background: #000000;
  color: #ffffff;
}

.about h1,
.about h2,
.about h3,
.about h4,
.about h5,
.about h6,
.about p,
.about li,
#about h1,
#about h2,
#about h3,
#about h4,
#about h5,
#about h6,
#about p,
#about li {
  color:rgb(252, 245, 245);
}

.about a,
#about a {
  color: #3bb2f6;
}

/* About Us card */
.who-we-are-card {
  background: #000000;
  color: #ffffff;
  border: 1px solid rgb(253, 249, 249);
  border-radius: 16px;
  padding: 24px;
}

#about .who-we-are-card,
#about .who-we-are-card h1,
#about .who-we-are-card h2,
#about .who-we-are-card h3,
#about .who-we-are-card h4,
#about .who-we-are-card h5,
#about .who-we-are-card h6,
#about .who-we-are-card p,
#about .who-we-are-card li,
#about .who-we-are-card .list-title,
#about .who-we-are-card .who-we-are-heading,
#about .who-we-are-card .who-we-are-list {
  color: #ffffff;
}

/*--------------------------------------------------------------
# Conclusion Section
--------------------------------------------------------------*/
.conclusion {
  background: linear-gradient(135deg, rgba(4, 9, 20, 0.92) 0%, rgba(9, 22, 41, 0.85) 50%, rgba(12, 31, 58, 0.8) 100%);
  padding-top: 90px;
  padding-bottom: 90px;
}

.conclusion-card {
  background:black;
  border-radius: 24px;
  padding: 48px 54px;
  box-shadow: 0 38px 68px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(0, 167, 142, 0.18);
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.conclusion-pill {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 16px;
  font-weight: 800;
  background: var(--background-color);
  padding: 10px 28px;
  border-radius: 999px;
  margin-bottom: 26px;
  border: 1px solid;
}

.conclusion-card h2 {
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 22px;
  color: var(--heading-color);
}

.conclusion-card .lead {
  font-size: 20px;
  font-weight: 600;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  margin-bottom: 18px;
}

.conclusion-card p {
  font-size: 18px;
  line-height: 1.75;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 14px;
}

@media (max-width: 575px) {
  .conclusion {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .conclusion-card {
    padding: 36px 28px;
  }
}