@charset "utf-8";

:root {
  --font-size: 16px;
  --font-size-small: 14px;
  --font-size-middle: 15px;
  --font-size-big: 18px;
  --font-size-large: 24px;
}
body {
  font-family: "Roboto", "Helvetica Neue", "Open Sans", "Microsoft JhengHei", "Microsoft YaHei", "微软雅黑", "Hiragino Sans GB", Arial, sans-serif;
}
body:has(.header-menu.is-active) {
  height: 100vh;
  overflow: hidden;
}
#header .header-inner > *:not(.header-menu) {
  /* position: relative; */
  z-index: 1000;
}
@media (max-width: 1199px) {
  #header .header-menu.is-active {
    top: 0 !important;
    padding-top: 4.5rem !important;
  }
}
#header .site-logo img {
  object-fit: contain;
  object-position: center left;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*color: rgba(0, 0, 0, 0.75);*/
  border: 0;
  /* position: relative; */
}

input,
select,
textarea {
  font-family: "Roboto", "Helvetica Neue", "Open Sans", "Microsoft JhengHei", "Microsoft YaHei", "微软雅黑", "Hiragino Sans GB", Arial, sans-serif;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
  font-family: "Roboto", "Helvetica Neue", "Open Sans", "Microsoft JhengHei", "Microsoft YaHei", "微软雅黑", "Hiragino Sans GB", Arial, sans-serif;
}

input:focus,
input:focus {
  border-color: #007bff;
}

.label,
option {
  font-family: "Roboto", "Helvetica Neue", "Open Sans", "Microsoft JhengHei", "Microsoft YaHei", "微软雅黑", "Hiragino Sans GB", Arial, sans-serif;
  outline: none;
}

img {
  border: none;
  outline: none;
}

a,
button {
  font-family: "Roboto", "Helvetica Neue", "Open Sans", "Microsoft JhengHei", "Microsoft YaHei", "微软雅黑", "Hiragino Sans GB", Arial, sans-serif;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

li {
  list-style: none;
}

/*New Index Css*/
/**
* Template Name: MyBiz
* Template URL: https://bootstrapmade.com/mybiz-free-business-bootstrap-theme/
* 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: "Raleway", 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: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #000000; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #222222; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #01b1d7; /* 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: #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: #000000; /* The default color of the main navmenu links */
  --nav-hover-color: #01b1d7; /* 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: #000000; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #01b1d7; /* 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: #f9f9f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --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: #014520;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #038835;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #004101;
  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 {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 60px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
  # 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: 13px;
    font-family: var(--nav-font);
    font-weight: 500;
    text-transform: uppercase;
    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: 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: var(--font-size-middle);
    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;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 25%;
  }
}

/* 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;
    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);
    list-style: none;
  }

  .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);
    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: #d9e2dd;
  font-size: var(--font-size-small);
  position: relative;
}

.footer .footer-top {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.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-family: var(--heading-font);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer .footer-about p {
  font-size: var(--font-size-small);
  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: var(--font-size);
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: var(--font-size);
  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(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 8px;
  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: #038835;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: var(--font-size-large);
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: #04c94e;
  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: 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 95%);
  padding: 20px 0;
}

.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  font-size: var(--font-size);
  font-weight: 600;
}

.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);
  scroll-margin-top: 85px;
  overflow: clip;
}

@media (max-width: 1199px) {
  section,
  .section {
    scroll-margin-top: 66px;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 25%;
  }
}

/*--------------------------------------------------------------
  # Global Section Titles
  --------------------------------------------------------------*/
h2.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px auto;
  position: relative;
  z-index: 2;
  color: #333d5e;
  text-align: center;
  position: relative;
}
.section-title span {
  position: absolute;
  top: 4px;
  color: color-mix(in srgb, var(--heading-color), transparent 95%);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 1;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-title span {
    font-size: 38px;
  }

  .header .logo img {
    max-height: 40px;
    margin-right: 8px;
  }

  .features .gy-4 {
    --bs-gutter-y: 0rem;
  }
}

/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
.hero {
  position: relative;
  overflow: hidden;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  --swiper-theme-color: #fff;
}
@media (max-width: 760px) {
  .hero {
    --swiper-navigation-size: 24px;
  }
}
.hero:before {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(9, 43, 2, 0), rgba(9, 43, 2, 0.5) 70%);
}
.hero__desc {
  position: absolute;
  inset: auto 32px 32px auto;
  text-align: right;
  text-shadow: 0 0 15px #04421b;
  color: white;
  font-size: 85px;
  font-weight: 700;
  line-height: 1.1;
  z-index: 2;
  max-width: 80%;
  padding: 0 8%;
  pointer-events: none;
}
@media (max-width: 760px) {
  .hero__desc {
    inset: auto 24px 28px auto;
    font-size: 42px;
    padding: 0;
  }
}
@media (max-width: 760px) {
  .hero__desc {
    font-size: 32px;
  }
}
.hero__slide {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
}
@media (max-width: 760px) {
  .hero__slide {
    aspect-ratio: 4/3;
  }
}
.hero__slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__slide-img--logo {
  width: auto;
  height: 48%;
  inset: 17% 19% auto auto;
}
@media (max-width: 760px) {
  .hero__slide-img--logo {
    right: 9%;
  }
}
@keyframes imageWiggle {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/*--------------------------------------------------------------
  # About Section
  --------------------------------------------------------------*/
.about ul {
  list-style: none;
  padding: 0;
}

.about ul li {
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}

.about ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color);
}

.about .read-more {
  background: #5ab21e;
  /* background-image: linear-gradient(#709c75, #039005); */
  /* color: var(--contrast-color); */
  color: white;
  font-family: var(--heading-font);
  font-weight: 1000;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 15px 45px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: white;
}

.about .read-more i {
  font-size: var(--font-size-big);
  margin-left: 15px;
  line-height: 0;
  transition: 0.3s;
}

.about .read-more:hover {
  background: #04c94e;
}

.about .read-more:hover i {
  transform: translate(0px, 5px);
}

/*--------------------------------------------------------------
  # Features Section
  --------------------------------------------------------------*/
/* @media (min-width: 760.2px) { */
.features__row {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
/* } */
.features__item {
  position: relative;
  aspect-ratio: 4/3;
}
@media (max-width: 760px) {
  .features__item {
    aspect-ratio: 3/4;
  }
}
.features__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}
.features .features__item:nth-child(1) img {
  transition-delay: 100ms;
}
.features .features__item:nth-child(2) img {
  transition-delay: 200ms;
}
.features .features__item:nth-child(3) img {
  transition-delay: 300ms;
}
.features .features__item:nth-child(4) img {
  transition-delay: 400ms;
}
.features.js-inview:not(.viewed) .features__item img {
  opacity: 0;
  top: 100%;
}

/*--------------------------------------------------------------
  # Stats Section
  --------------------------------------------------------------*/
.stats .stats-item {
  padding: 30px;
  width: 100%;
}

.stats .stats-item span {
  font-size: 48px;
  display: block;
  color: var(--accent-color);
  font-weight: 700;
}

.stats .stats-item p {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: var(--font-size-middle);
  font-weight: 600;
}

/*--------------------------------------------------------------
  # Services Section
  --------------------------------------------------------------*/
.services .service-item {
  background-color: var(--surface-color);
  padding: 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  transition: 0.3s;
}

.services .service-item .icon {
  font-size: 36px;
  line-height: 0;
  margin-right: 30px;
  color: var(--accent-color);
}

.services .service-item .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.services .service-item .title a {
  color: var(--heading-color);
}

.services .service-item .description {
  line-height: 24px;
  font-size: var(--font-size-small);
  margin: 0;
}

.services .service-item:hover {
  border-color: var(--accent-color);
}

.services .service-item:hover .title a {
  color: 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: 0;
  font-size: var(--font-size-big);
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  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: var(--font-size-small);
    margin: 0 5px;
  }
}

.portfolio .portfolio-content {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-content img {
  transition: 0.3s;
}

.portfolio .portfolio-content .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
}

.portfolio .portfolio-content .portfolio-info h4 {
  font-size: var(--font-size-small);
  padding: 5px 10px;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  background-color: var(--accent-color);
}

.portfolio .portfolio-content .portfolio-info p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  font-size: var(--font-size);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.portfolio .portfolio-content .portfolio-info .preview-link,
.portfolio .portfolio-content .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 40px);
  font-size: 26px;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}

.portfolio .portfolio-content .portfolio-info .preview-link:hover,
.portfolio .portfolio-content .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0;
}

.portfolio .portfolio-content:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-content:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
  # Team Section
  --------------------------------------------------------------*/
.team .member {
  border: 1px solid #008532;
  border-width: 0px 0px 5px 0px;
  text-align: center;
  margin-bottom: 20px;
  background-color: #e6ece8;
}

.team .member img {
  margin: -1px -1px 30px -1px;
}

.team .member .member-content {
  padding: 0 20px 30px 20px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: var(--font-size-big);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.team .member p {
  padding-top: 10px;
  font-size: var(--font-size-small);
  font-style: italic;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  transition: 0.3s;
}

.team .member .social a:hover {
  color: var(--accent-color);
}

.team .member .social i {
  font-size: var(--font-size-big);
  margin: 0 2px;
}

.team .member:hover {
  border: 1px solid #00b846;
  border-width: 0px 0px 5px 0px;
  background-color: #e6ece8;
  transform: translateY(-7px);
  transition: 0.2s;
}

/*--------------------------------------------------------------
  # Contact Section
  --------------------------------------------------------------*/
.contact .info-item + .info-item {
  margin-top: 40px;
}

.contact .info-item i {
  color: var(--contrast-color);
  background: #038835;
  font-size: 20px;
  width: 44px;
  height: 44px;
  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: var(--font-size-big);
  font-weight: 700;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: var(--font-size-small);
}

/*--------------------------------------------------------------
  # Starter Section Section
  --------------------------------------------------------------*/
.starter-section {
  /* Add your styles here */
}

#card {
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  height: 100px;
  width: 100%;
}

#gradient {
  position: absolute;
  background-image: linear-gradient(90deg, transparent, #004101, transparent);
  height: 100%;
  width: 100%;
  opacity: 1;
}

.info {
  transform: translateY(-50%);
  margin-top: 3rem;
}

#navmenu .lang-switch {
  padding: 18px 15px;
  text-align: center;
}

#navmenu .lang-switch a {
  line-height: 1;
  display: inline-block;
  color: #707070;
  border: 2px solid #707070;
  border-radius: 5px;
  padding: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#navmenu .lang-switch a:hover {
  background-color: #000d5e;
  color: #fff;
}

.desc-blk {
  max-width: 860px;
  margin: 64px auto;
  text-align: center;
}

.desc-blk h2 {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px auto;
  position: relative;
  z-index: 2;
  color: #333d5e;
  text-align: center;
  position: relative;
}
.desc-blk h2 a { 
  color: inherit; 
  text-decoration: none;
  font: inherit; 
}
.desc-blk ol.roma-digi {
  counter-reset: li;
}

.desc-blk ol.roma-digi li {
  position: relative;
}

.desc-blk ol.roma-digi li:before {
  content: "(" counter(li, lower-roman) ")";
  display: block;
  counter-increment: li;
  position: absolute;
  left: -2em;
  top: 0;
}

.pdf-link {
  display: flex;
  border: 1px solid #ccc;
  padding: 1.5em;
  background-color: #fff;
  transition: 0.2s linear;
  line-height: 1;
  align-items: center;
  gap: 12px;
}
@media (max-width: 760px) {
  .pdf-link {
    flex-wrap: wrap;
  }
}

.pdf-link__title {
  margin-right: auto;
}

.pdf-link__btn {
  border-radius: 9999px;
  border: 1px solid;
  color: #000;
  padding: 6px 12px;
  white-space: nowrap;
}

.pdf-link__btn:hover {
  text-decoration: underline;
}

.pdf-link:hover {
  background-color: #ececec;
}
.pdf-link + .pdf-link {
  margin-top: 1em;
}
.pdf-link span {
  line-height: 1;
  color: #004101;
  font-size: 1.25rem;
}

.platform-banner {
  position: relative;
  text-align: center;
  width: 100%;
  max-height: 550px;
  aspect-ratio: 21/9;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 42px 0;
}
@media (max-width: 1200px) {
  .platform-banner {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 760px) {
  .platform-banner {
    aspect-ratio: 3/4;
    padding: 20px 0;
  }
}

.platform-banner .container {
  width: 100%;
}
.platform-banner__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* animation: imageWiggle 40s ease-in-out infinite; */
}

.platform-banner__headline {
  position: relative;
  color: #fff;
  background-image: linear-gradient(90deg, transparent, #004101, transparent);
  font-family: var(--heading-font);
  font-size: 32px;
  padding: 0.36em 0;
  line-height: 1.2;
}

@media (max-width: 760px) {
  .platform-banner__headline {
    font-size: 24px;
    background-color: #00410166;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.platform-banner__btn-row {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 760px) {
  .platform-banner__btn-row {
    margin-top: 12;
  }
}

.platform-banner__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 34px;
  color: var(--theme-light-green, #3ca461);
}
@media (max-width: 760px) {
  .platform-banner__btn {
    padding: 12px 24px;
  }
}

.platform-banner__btn span {
  position: relative;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-shadow: 0.05em 0.05em 0 #0004;
}
@media (max-width: 760px) {
  .platform-banner__btn span {
    font-size: 18px;
  }
}

.platform-banner__btn:before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid;
  background-color: currentColor;
  transition: 0.3s ease;
  border-radius: 8px;
}

.platform-banner__btn:hover:before {
  transform: scale(1.05);
}

.grid-links__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.grid-links__item {
  flex: 0 0 33.33%;
  /* max-width: 33.33%; */
  padding: 24px;
}

@media (max-width: 760px) {
  .grid-links__item {
    flex: 0 0 50%;
    padding: 12px;
  }
}

.grid-links__link {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 320px;
  height: 100%;
}
.grid-links__item-img {
  position: relative;
  aspect-ratio: 1;
  width: 100%;
  overflow: hidden;
}

.grid-links__item-img img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: 0.3s ease;
}

.grid-links__item.js-inview:not(.viewed) img {
  top: 100%;
}

.grid-links__item:hover .grid-links__item-img img {
  transform: scale(1.05);
}

.grid-links__item-label {
  line-height: 1.2;
  padding: 1.5em 1em;
  text-align: center;
  background-color: #e6ece8;
  color: #004101;
  font-weight: bold;
  border-bottom: 5px solid #008532;
  font-size: 1.125em;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 760px) {
  .grid-links__item-label {
    font-size: 1em;
    padding: 1em 0.5em;
  }
}

.index-page {
  width: 100%;
  overflow-x: hidden;
}