@keyframes hero-video-reveal {
  to {
    opacity: 1;
  }
}
.hero-video {
  aspect-ratio: 16/9 !important;
  height: auto !important;
  min-height: unset !important;
  width: 100% !important;
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.hero-video__media {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
.hero-video__media iframe {
  width: 100% !important;
  height: 100% !important;
  transform: scale(1.12) !important;
  transform-origin: center !important;
  opacity: 0;
  animation: hero-video-reveal 0.3s ease 2s forwards !important;
}
.hero-video > .elementor-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}
.hero-video .elementor-column,
.hero-video .elementor-widget-wrap {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}
.hero-video h1 {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 767px) {
  .hero-video {
    aspect-ratio: 4/3 !important;
  }
}

h1 {
  font-size: 45px !important;
  font-weight: 600 !important;
  line-height: 53px !important;
  letter-spacing: 0.02em !important;
  color: #ffffff !important;
}

h2 {
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 30px !important;
  letter-spacing: 0.01em !important;
  color: #ffffff !important;
}

h3 {
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
  min-height: 96px !important;
  color: #ffffff !important;
}

h4 {
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  min-height: 48px !important;
  color: #ffffff !important;
}

.color-dark-blue h2 {
  color: #00203f !important;
}

.content {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #ffffff;
}
.content p {
  color: #ffffff;
}

.content-big {
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}
.content-big p {
  color: #ffffff;
}

.content-bold {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.menu {
  font-size: 16px;
  font-weight: 600;
  line-height: auto;
}

.title {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.icon-circle,
.icon-circle-green,
.icon-circle-dark {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 45px !important;
  height: 45px !important;
  border: 2px solid #6a9020 !important;
  border-radius: 50% !important;
}
.icon-circle .elementor-icon-wrapper,
.icon-circle .elementor-icon,
.icon-circle-green .elementor-icon-wrapper,
.icon-circle-green .elementor-icon,
.icon-circle-dark .elementor-icon-wrapper,
.icon-circle-dark .elementor-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.icon-circle svg,
.icon-circle-green svg,
.icon-circle-dark svg {
  width: 26px !important;
  height: 26px !important;
  fill: none !important;
}

.icon-circle {
  background-color: #f4f9ec !important;
}

.icon-circle-green {
  background-color: #95a53f !important;
  border: none !important;
}

.icon-circle-dark {
  background-color: #00203f !important;
  border: none !important;
}

.icon-filled-dark,
.icon-filled-green {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  flex-shrink: 0 !important;
}
.icon-filled-dark .elementor-icon-wrapper,
.icon-filled-dark .elementor-icon,
.icon-filled-green .elementor-icon-wrapper,
.icon-filled-green .elementor-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.icon-filled-dark svg,
.icon-filled-green svg {
  width: 22px !important;
  height: 22px !important;
  fill: #fff !important;
}
.icon-filled-dark i,
.icon-filled-green i {
  color: #fff !important;
}

.icon-filled-dark {
  background-color: #112240 !important;
}

.icon-filled-green {
  background-color: #95a53f !important;
}

.primary-button a {
  background-color: #95a53f !important;
  border-radius: 9999px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #000066;
  text-decoration: none;
  cursor: pointer;
}
.primary-button a:hover {
  color: #000066;
}

.secondary-button a {
  background-color: #00203f !important;
  border-radius: 9999px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

:root {
  --text-heading: #fff;
  --text-body: #fff;
  --text-muted: #8aa4be;
}

.section-light {
  background-color: #f7f8f5;
  --text-heading: #00203f;
  --text-body: #444444;
  --text-muted: #444444;
}
.section-light h1,
.section-light h2 {
  color: #00203f !important;
}
.section-light p {
  color: #444444 !important;
}

.section-white {
  --text-heading: #00203f;
  --text-body: #444444;
  --text-muted: #444444;
}
.section-white h1,
.section-white h2 {
  color: #00203f !important;
}
.section-white p {
  color: #444444 !important;
}
.section-white a:not(.post-card):not(.elementor-button):not(.wpcf7-submit):not(.product-card__btn):not(.category-card__btn) {
  color: #444444 !important;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 1px;
  transition: background-size 0.3s ease;
}
.section-white a:not(.post-card):not(.elementor-button):not(.wpcf7-submit):not(.product-card__btn):not(.category-card__btn):hover {
  background-size: 100% 1px;
}
.section-white .primary-button a,
.section-white .secondary-button a,
.section-white .pill-box a,
.section-white .category-card__btn,
.section-white .product-card__btn,
.section-white .product-card__img-link,
.section-white .category-card__img-link,
.section-white .btn-faq a,
.section-white .faq-list .elementor-post__title a {
  background-image: none !important;
}

.section-dark {
  background-color: #00203f;
  --text-heading: #fff;
  --text-body: #fff;
  --text-muted: #8aa4be;
}
.section-dark h3 {
  color: #fff !important;
}
.section-dark.elementor-top-section:last-child {
  border-bottom: 1px solid white;
}
.section-dark.elementor-top-section + .section-dark.elementor-top-section {
  border-top: 1px solid white;
}

.section-light,
.section-white,
.section-dark {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.img-rounded img {
  border-radius: 12px !important;
}

.hero-gradient {
  background: linear-gradient(to right, #00203f 0%, #003a72 47%, rgba(0, 71, 139, 0.72) 64%, rgba(0, 77, 152, 0.33) 82%, rgba(0, 81, 159, 0.2) 97%, rgba(0, 84, 165, 0.19) 100%) !important;
  border-radius: 0px !important;
  width: 70% !important;
}
@media (max-width: 767px) {
  .hero-gradient {
    width: 100% !important;
  }
}

*:not(i):not([class*=fa-]):not(.elementor-icon) {
  font-family: "Manrope", sans-serif !important;
}

.faq-title h1 {
  color: #00203f !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin: 0 auto !important;
}
@media (max-width: 767px) {
  .faq-title h1 {
    font-size: 22px !important;
  }
}

.text-xs-bold p {
  font-size: 11px !important;
  line-height: 20px !important;
  font-weight: 800 !important;
  color: #00203f !important;
}

.topbar {
  background-color: #00203f;
  color: #fff;
  padding: 10px 0;
}
.topbar__link {
  color: #fff;
  text-decoration: none;
}
.topbar__link i {
  color: #95a53f;
}

.site-header {
  background-color: #fff;
  border-bottom: 1px solid #000066;
}
.site-header__logo img {
  height: auto;
  width: 125px;
}
@media (max-width: 991px) {
  .site-header__nav {
    display: none !important;
  }
}
.site-header__nav .nav__list li a {
  color: #00203f;
  text-decoration: none;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.site-header__nav .nav__list li a:hover {
  color: #4a9e4f;
}
.site-header__nav .nav__list li.current-menu-item > a {
  color: #4a9e4f;
}

.site-footer {
  background-color: #00203f;
  color: #fff;
}
.site-footer h1.content {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  letter-spacing: normal !important;
  color: #ffffff !important;
  margin: 0;
}
.site-footer__brand {
  max-width: 185px;
}
.site-footer__brand img {
  display: block;
  max-width: 100%;
  height: auto;
}
.site-footer__list li,
.site-footer__list a {
  color: #fff;
  text-decoration: none;
}
.site-footer__email {
  font-size: 13px;
}
.site-footer__input-wrap {
  border-bottom: 1px solid #fff;
}
.site-footer__input-wrap input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  padding: 10px 0;
  color: #fff;
}
.site-footer__input-wrap input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.site-footer__input-wrap input::placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.site-footer__input-wrap button {
  background: none;
  border: none;
  padding: 10px 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}
.site-footer__bottom {
  font-size: 13px;
}
.site-footer__bottom-bar {
  border-top: 1px solid #ffffff;
}
.site-footer__copy a {
  color: #fff;
  text-decoration: none;
}

.faq-buttons a {
  width: 100%;
}

.faq-loop .elementor-loop-container {
  counter-reset: faq-counter;
}

.btn-faq {
  counter-increment: faq-counter;
}
.btn-faq .elementor-button-text::before {
  content: counter(faq-counter) ". ";
  margin-right: 6px;
}

.site-header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.site-header__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #00203f;
  border-radius: 2px;
  transition: 0.3s;
}

.mm-menu {
  background-color: #00203f !important;
  color: #fff !important;
}

.mm-navbar {
  border-color: rgba(255, 255, 255, 0.12) !important;
  padding: 0 20px !important;
}

.mm-navbar__title {
  font-family: "Manrope", sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff !important;
}

.mm-listview {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.mm-listview > .mm-listitem {
  background: none !important;
}
.mm-listview > .mm-listitem:after {
  border-color: rgba(255, 255, 255, 0.1) !important;
  left: 20px !important;
}
.mm-listview > .mm-listitem > a,
.mm-listview > .mm-listitem > span {
  color: #fff !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 16px 20px !important;
  transition: color 0.2s, background-color 0.2s;
}
.mm-listview > .mm-listitem.mm-listitem_selected > a,
.mm-listview > .mm-listitem > a:hover,
.mm-listview > .mm-listitem > a:active {
  background: rgba(255, 255, 255, 0.06) !important;
  color: #4a9e4f !important;
}
.mm-listview > .mm-listitem.mm-listitem_opened > a, .mm-listview > .mm-listitem.current-menu-item > a {
  color: #4a9e4f !important;
}
.mm-listview > .mm-listitem .mm-btn_next:after {
  border-color: rgba(255, 255, 255, 0.35) !important;
}

.mm-btn:after,
.mm-btn:before {
  border-color: #fff !important;
}

.mm-panel__noresultsmsg {
  color: rgba(255, 255, 255, 0.5) !important;
}

.how-step {
  position: relative;
}
.how-step:not(:last-child) .step-number {
  position: relative;
}
.how-step:not(:last-child) .step-number::after {
  content: "";
  position: absolute;
  top: 35%;
  right: 0;
  width: 64px;
  height: 1px;
  background-color: #95a53f;
}
.how-step h4 {
  color: #fff !important;
}
.how-step .elementor-icon svg {
  width: 26px !important;
  height: 26px !important;
}
.how-step .step-number h3 {
  color: #95a53f !important;
}

.check-list .elementor-icon-list-item {
  margin-bottom: 14px !important;
}
.check-list .elementor-icon-list-item:last-child {
  margin-bottom: 0 !important;
}
.check-list .elementor-icon-list-icon svg {
  fill: #95a53f !important;
  width: 14px !important;
  height: 14px !important;
}
.check-list .elementor-icon-list-icon i {
  color: #95a53f !important;
  font-size: 14px !important;
}
.check-list .elementor-icon-list-text {
  color: var(--text-body) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}
.check-list.check-list-dark .elementor-icon-list-text {
  color: #00203f !important;
}

.check-list-circle .elementor-icon-list-item {
  align-items: center !important;
}
.check-list-circle .elementor-icon-list-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  margin-right: 14px !important;
  background-color: #95a53f !important;
  border-radius: 50% !important;
  line-height: 1 !important;
  isolation: isolate !important;
  overflow: hidden !important;
}
.check-list-circle .elementor-icon-list-icon svg {
  width: 11px !important;
  height: 11px !important;
  margin: 0 !important;
  mix-blend-mode: destination-out !important;
}
.check-list-circle .elementor-icon-list-icon svg path {
  fill: #000 !important;
}
.check-list-circle .elementor-icon-list-icon i {
  font-size: 11px !important;
  line-height: 1 !important;
  margin: 0 !important;
  mix-blend-mode: destination-out !important;
  color: #000 !important;
  --fa-primary-color: #000 !important;
  --fa-secondary-color: #000 !important;
  --fa-primary-opacity: 1 !important;
  --fa-secondary-opacity: 1 !important;
}
.check-list-circle .elementor-icon-list-text {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  margin-left: 4px !important;
}
.check-list-circle.check-list-white .elementor-icon-list-icon svg,
.check-list-circle.check-list-white .elementor-icon-list-icon i {
  mix-blend-mode: normal !important;
}
.check-list-circle.check-list-white .elementor-icon-list-icon svg path {
  fill: #fff !important;
}
.check-list-circle.check-list-white .elementor-icon-list-icon i {
  color: #fff !important;
  --fa-primary-color: #fff !important;
  --fa-secondary-color: #fff !important;
}

.h3-green h3 {
  color: #95a53f !important;
  font-size: 20px !important;
  line-height: 24px !important;
  min-height: unset !important;
  margin-bottom: 16px !important;
}

.contact-form {
  --text-heading: #00203f;
  background: #fff !important;
  border-radius: 16px !important;
  padding: 32px !important;
  box-shadow: 0 8px 32px rgba(0, 32, 63, 0.1) !important;
}
@media (max-width: 767px) {
  .contact-form {
    padding: 22px !important;
  }
}
.contact-form h2,
.contact-form h3 {
  color: #00203f !important;
  margin-bottom: 8px !important;
}
.contact-form p {
  color: #444444 !important;
  margin-bottom: 20px !important;
}
.contact-form .cf7-grid {
  margin-bottom: 14px !important;
}
.contact-form .cf7-grid .form-group {
  margin-bottom: 14px !important;
}
@media (max-width: 767px) {
  .contact-form .cf7-grid .form-group {
    margin-bottom: 14px !important;
  }
}
.contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-top: 6px !important;
}
.contact-form .wpcf7 p {
  margin: 0 0 14px !important;
  padding: 0 !important;
}
.contact-form .wpcf7 p:last-child {
  margin-bottom: 0 !important;
}
.contact-form .form-group {
  margin: 0 0 14px !important;
}
.contact-form .form-group:not([class*=col-]) {
  padding: 0 !important;
}
.contact-form .form-group:last-child {
  margin-bottom: 0 !important;
}
.contact-form .wpcf7 br {
  display: none !important;
}
.contact-form label {
  display: block !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--text-heading) !important;
  margin-bottom: 0 !important;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
  width: 100% !important;
  height: 44px !important;
  background: #f9fafb !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  color: #00203f !important;
  outline: none !important;
  transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s !important;
  box-sizing: border-box !important;
}
.contact-form input[type=text]::-moz-placeholder, .contact-form input[type=email]::-moz-placeholder, .contact-form input[type=tel]::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #9ca3af !important;
  font-size: 14px !important;
}
.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form input[type=tel]::placeholder,
.contact-form textarea::placeholder {
  color: #9ca3af !important;
  font-size: 14px !important;
}
.contact-form input[type=text]:hover,
.contact-form input[type=email]:hover,
.contact-form input[type=tel]:hover,
.contact-form textarea:hover {
  border-color: #cbd5e1 !important;
}
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.contact-form textarea:focus {
  background: #fff !important;
  border-color: #95a53f !important;
  box-shadow: 0 0 0 3px rgba(149, 165, 63, 0.15) !important;
}
.contact-form textarea {
  min-height: 150px !important;
  resize: vertical !important;
  padding-top: 12px !important;
}
.contact-form input[type=submit],
.contact-form .wpcf7-submit {
  width: 100% !important;
  background-color: #95a53f !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 15px 24px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  margin-top: 6px !important;
  transition: background-color 0.2s, transform 0.15s, box-shadow 0.2s !important;
}
.contact-form input[type=submit]:hover,
.contact-form .wpcf7-submit:hover {
  background-color: #6a9020 !important;
  box-shadow: 0 6px 16px rgba(106, 144, 32, 0.35) !important;
  transform: translateY(-1px) !important;
}
.contact-form input[type=submit]:active,
.contact-form .wpcf7-submit:active {
  transform: translateY(0) !important;
}
.contact-form .wpcf7-not-valid-tip {
  font-size: 12px !important;
  margin-top: 6px !important;
  color: #dc2626 !important;
}
.contact-form .wpcf7-response-output {
  border-radius: 10px !important;
  font-size: 13px !important;
  margin: 18px 0 0 !important;
  padding: 12px 16px !important;
}
.contact-form .wpcf7-spinner {
  display: none !important;
}
.contact-form form.invalid .wpcf7-response-output,
.contact-form form.unaccepted .wpcf7-response-output,
.contact-form form.payment-required .wpcf7-response-output,
.contact-form form.spam .wpcf7-response-output {
  display: none !important;
}
.contact-form.contact-form-dark {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.contact-form.contact-form-dark label {
  color: #fff !important;
}
.contact-form select {
  width: 100% !important;
  height: 44px !important;
  background: #f9fafb !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  color: #00203f !important;
  outline: none !important;
  box-sizing: border-box !important;
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23444' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
}
.contact-form select:hover {
  border-color: #cbd5e1 !important;
}
.contact-form select:focus {
  background-color: #fff !important;
  border-color: #95a53f !important;
  box-shadow: 0 0 0 3px rgba(149, 165, 63, 0.15) !important;
}
.contact-form.contact-form-quote input[type=submit],
.contact-form.contact-form-quote .wpcf7-submit {
  background-color: #00203f !important;
}
.contact-form.contact-form-quote input[type=submit]:hover,
.contact-form.contact-form-quote .wpcf7-submit:hover {
  background-color: rgb(0, 52.7238095238, 103.8) !important;
}

.elementor-image-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-image-carousel img {
  width: 100%;
  height: 130px !important;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
}

.breadcrumbs-bar {
  border-bottom: 1px solid;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.aioseo-breadcrumbs {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 15px !important;
  line-height: 22px !important;
  color: #444444 !important;
  padding: 0 20px !important;
}
.aioseo-breadcrumbs a {
  color: #444444 !important;
  text-decoration: none !important;
  background-image: none !important;
  transition: color 0.2s ease;
}
.aioseo-breadcrumbs a:hover {
  color: #95a53f !important;
}
.aioseo-breadcrumbs .aioseo-breadcrumb:last-child {
  color: #00203f !important;
  font-weight: 600;
}
.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  color: #95a53f;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  .aioseo-breadcrumbs {
    font-size: 13px !important;
    gap: 6px;
  }
}

.breadcrumbs-flush .aioseo-breadcrumbs {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.section-dark .aioseo-breadcrumbs {
  color: #8aa4be !important;
}
.section-dark .aioseo-breadcrumbs a {
  color: #8aa4be !important;
}
.section-dark .aioseo-breadcrumbs a:hover {
  color: #ffffff !important;
}
.section-dark .aioseo-breadcrumbs .aioseo-breadcrumb:last-child {
  color: #ffffff !important;
}

.e404__code .elementor-heading-title {
  font-size: clamp(100px, 18vw, 180px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -6px !important;
  min-height: unset !important;
  color: #00203f !important;
}
.e404__title .elementor-heading-title {
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  min-height: unset !important;
  color: #4a9e4f !important;
}

.legal-content h2 {
  color: #00203f !important;
  font-size: 24px !important;
  line-height: 30px !important;
  margin: 40px 0 16px !important;
  padding-top: 24px !important;
  border-top: 1px solid #e4ead8 !important;
}
.legal-content h2:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}
.legal-content h3 {
  color: #00203f !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  min-height: unset !important;
  margin: 24px 0 10px !important;
}
.legal-content p {
  color: #444444 !important;
  margin: 0 0 14px !important;
  line-height: 24px !important;
}
.legal-content p:last-child {
  margin-bottom: 0 !important;
}
.legal-content ul,
.legal-content ol {
  color: #444444 !important;
  margin: 0 0 14px !important;
  padding-left: 20px !important;
}
.legal-content ul li,
.legal-content ol li {
  margin-bottom: 6px !important;
  line-height: 24px !important;
}
.legal-content a {
  color: #95a53f !important;
  text-decoration: underline !important;
}
.legal-content img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 12px !important;
  border: 1px solid #e4ead8 !important;
  margin: 28px auto !important;
  box-shadow: 0 4px 16px rgba(0, 32, 63, 0.08) !important;
}
.legal-content__gallery {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px !important;
  margin: 28px 0 !important;
}
.legal-content__gallery--2col {
  grid-template-columns: repeat(2, 1fr) !important;
}
@media (max-width: 767px) {
  .legal-content__gallery {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
}
.legal-content__gallery br {
  display: none !important;
}
.legal-content__gallery img {
  width: 100% !important;
  aspect-ratio: 4/3 !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  margin: 0 !important;
}
.legal-content .legal-content__lead {
  display: block !important;
  color: #7da828 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  margin: -6px 0 20px !important;
}
.legal-content__contact {
  margin-top: 40px !important;
  padding-top: 24px !important;
  border-top: 1px solid #e4ead8 !important;
}
.legal-content__contact p {
  margin: 0 0 8px !important;
}
.legal-content__contact a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #00203f !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  background-image: none !important;
  padding: 8px 14px !important;
  border: 1px solid #e4ead8 !important;
  border-radius: 8px !important;
  margin: 4px 8px 4px 0 !important;
  transition: border-color 0.2s ease, background-color 0.2s ease !important;
}
.legal-content__contact a i {
  color: #95a53f !important;
}
.legal-content__contact a:hover {
  border-color: #95a53f !important;
  background-color: #f6faf0 !important;
}

.clients-carousel .swiper-slide {
  padding: 0 8px;
  box-sizing: border-box;
}
.clients-carousel img {
  aspect-ratio: 4/3;
}

.certifications-carousel .swiper-pagination {
  margin-top: 3rem !important;
  position: relative !important;
}
.certifications-carousel .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background-color: transparent !important;
  border: 1px solid #00203f !important;
  opacity: 1 !important;
}
.certifications-carousel .swiper-pagination-bullet-active {
  background-color: #00203f !important;
  box-shadow: inset 0 0 0 2.5px #f7f8f5 !important;
}

.faq-list {
  width: 100% !important;
}
.faq-list .btn-faq,
.faq-list article {
  position: relative !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}
.faq-list .btn-faq::after,
.faq-list article::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #95a53f;
  font-size: 14px;
  transition: transform 0.2s ease;
}
.faq-list .btn-faq:hover,
.faq-list article:hover {
  border-color: #95a53f !important;
  box-shadow: 0 4px 14px rgba(0, 32, 63, 0.08) !important;
}
.faq-list .btn-faq:hover::after,
.faq-list article:hover::after {
  transform: translateY(-50%) translateX(4px);
}
.faq-list .btn-faq {
  width: 100% !important;
  background-color: #ffffff !important;
  border: 1px solid #e4ead8 !important;
  border-radius: 12px !important;
  padding: 16px 48px 16px 20px !important;
  margin: 0 0 16px !important;
}
.faq-list .btn-faq:last-child {
  margin-bottom: 0 !important;
}
.faq-list .btn-faq .elementor-widget-container {
  width: 100% !important;
}
.faq-list .btn-faq a {
  width: 100% !important;
  background-color: transparent !important;
  color: #00203f !important;
  text-align: left !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 0 !important;
}
.faq-list .btn-faq a .elementor-button-content-wrapper {
  justify-content: flex-start !important;
}
.faq-list .elementor-posts-container {
  counter-reset: faq-counter;
}
.faq-list article {
  counter-increment: faq-counter;
  background-color: #ffffff !important;
  border: 1px solid #e4ead8 !important;
  border-radius: 12px !important;
  padding: 16px 48px 16px 20px !important;
  margin: 0 !important;
}
.faq-list .elementor-post__title {
  font-size: 18px !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
.faq-list .elementor-post__title a {
  color: #00203f !important;
}
.faq-list .elementor-post__title a::before {
  content: counter(faq-counter) ". ";
}

.accent-card {
  background: #fff !important;
  border-left: 5px solid #95a53f !important;
  border-radius: 8px !important;
  padding: 32px 40px !important;
}
.accent-card h3 {
  color: #444444 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  min-height: unset !important;
}

.pill-box {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  padding: 12px 24px !important;
  background-color: #f1f5f9 !important;
  border: 1px solid #95a53f !important;
  border-radius: 20px !important;
  text-align: center !important;
  height: 56px !important;
}
.pill-box p,
.pill-box span,
.pill-box div {
  color: #00203f !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  margin: 0 !important;
}

.feature-card {
  background: #fff !important;
  border-radius: 12px !important;
  padding: 28px 22px !important;
}
.feature-card h4 {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  color: #00203f !important;
  min-height: unset !important;
}
.feature-card p {
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 14px !important;
  color: #666 !important;
}

ul.products li.product-card {
  background: #fff !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 12px rgba(0, 32, 63, 0.08) !important;
  transition: box-shadow 0.2s !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}
ul.products li.product-card a {
  text-decoration: none !important;
}
ul.products li.product-card:hover {
  box-shadow: 0 8px 20px rgba(0, 32, 63, 0.14) !important;
}
ul.products li.product-card .product-card__img {
  width: 100% !important;
  aspect-ratio: 4/3 !important;
  height: auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: center !important;
     object-position: center !important;
  display: block !important;
  margin: 0 !important;
  padding: 16px !important;
  box-sizing: border-box !important;
}
ul.products li.product-card:hover .product-card__img {
  transform: scale(1.04) !important;
}
ul.products li.product-card .product-card__body {
  padding: 20px !important;
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
}
ul.products li.product-card .product-card__title {
  font-family: "Manrope", sans-serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  color: #002140 !important;
  margin: 0 0 8px !important;
  min-height: 48px !important;
}
ul.products li.product-card .product-card__title a {
  color: inherit !important;
  text-decoration: none !important;
}
ul.products li.product-card .product-card__img, a ul.products li.product-card .product-card__img {
  text-decoration: none !important;
}
ul.products li.product-card .product-card__desc {
  font-family: "Manrope", sans-serif !important;
  font-size: 12px !important;
  color: #00203f !important;
  line-height: 20px !important;
  margin: 0 0 16px !important;
}
ul.products li.product-card .product-card__desc p {
  font-size: 12px !important;
  color: #00203f !important;
  margin: 0 0 10px !important;
}
ul.products li.product-card .product-card__desc ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
ul.products li.product-card .product-card__desc ul li {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 8px !important;
  color: #444444 !important;
}
ul.products li.product-card .product-card__desc ul li:last-child {
  margin-bottom: 0 !important;
}
ul.products li.product-card .product-card__desc ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 10px;
  color: #95a53f;
}
ul.products li.product-card .product-card__btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  background-color: #00203f !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 12px 20px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  background-image: none !important;
  transition: background-color 0.2s !important;
  margin-top: auto !important;
}
ul.products li.product-card .product-card__btn:hover {
  background-color: #112240 !important;
}

.elementor-widget-wc-categories ul.products.elementor-grid li.category-card {
  background: #fff !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 12px rgba(0, 32, 63, 0.08) !important;
  transition: box-shadow 0.2s !important;
  padding: 0 !important;
  float: none !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}
.elementor-widget-wc-categories ul.products.elementor-grid li.category-card:hover {
  box-shadow: 0 8px 20px rgba(0, 32, 63, 0.14) !important;
}
.elementor-widget-wc-categories ul.products.elementor-grid li.category-card .category-card__img {
  width: 100% !important;
  height: auto !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  display: block !important;
  margin: 0 !important;
}
.elementor-widget-wc-categories ul.products.elementor-grid li.category-card .category-card__body {
  padding: 20px !important;
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
}
.elementor-widget-wc-categories ul.products.elementor-grid li.category-card .category-card__title {
  font-family: "Manrope", sans-serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  color: #002140 !important;
  margin: 0 0 8px !important;
  min-height: 48px !important;
}
.elementor-widget-wc-categories ul.products.elementor-grid li.category-card .category-card__title a {
  color: inherit !important;
  text-decoration: none !important;
}
.elementor-widget-wc-categories ul.products.elementor-grid li.category-card .category-card__desc {
  font-family: "Manrope", sans-serif !important;
  font-size: 14px !important;
  color: #444444 !important;
  line-height: 20px !important;
  margin: 0 0 16px !important;
  min-height: 60px !important;
}
.elementor-widget-wc-categories ul.products.elementor-grid li.category-card .category-card__btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  background-color: #00203f !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 12px 20px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  background-image: none !important;
  transition: background-color 0.2s !important;
  margin-top: auto !important;
}
.elementor-widget-wc-categories ul.products.elementor-grid li.category-card .category-card__btn:hover {
  background-color: #112240 !important;
}

.post-card {
  background: #fff;
  border-radius: 12px !important;
  overflow: hidden !important;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(0, 32, 63, 0.08) !important;
  transition: box-shadow 0.2s;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}
.post-card .e-con-inner {
  padding: 0 !important;
}
.post-card .card-body {
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
  padding-bottom: 20px !important;
}
.post-card .elementor-widget-image {
  overflow: hidden;
}
.post-card .elementor-widget-image img {
  width: 100% !important;
  aspect-ratio: 3/2 !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: auto !important;
  display: block !important;
  border-radius: 12px 12px 0 0 !important;
}
.post-card h3, .post-card h2 {
  font-family: "Manrope", sans-serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  color: #002140 !important;
  margin: 0 !important;
  min-height: 48px !important;
}
.post-card .small-text {
  font-family: "Manrope", sans-serif !important;
  font-size: 14px !important;
  color: #444444 !important;
  line-height: 17px !important;
  margin: 0 0 10px 0 !important;
}

body:has(.klados-hero) .page-header {
  display: none !important;
}

.klados-hero > .e-con-inner,
.klados-intro > .e-con-inner,
.klados-badge > .e-con-inner,
.klados-features > .e-con-inner,
.klados-solutions > .e-con-inner,
.klados-types > .e-con-inner,
.klados-vessels > .e-con-inner,
.klados-why > .e-con-inner,
.klados-tagline > .e-con-inner,
.klados-keypoints > .e-con-inner {
  gap: 5px !important;
}

.klados-hero {
  height: 480px;
  overflow: hidden;
  background: #0d1f35;
}
@media (max-width: 767px) {
  .klados-hero {
    height: 280px;
  }
}

.klados-intro__title h1 {
  font-size: 26px !important;
  font-weight: 800 !important;
  color: #0d1f35 !important;
  margin-bottom: 20px !important;
  position: relative !important;
  padding-bottom: 14px !important;
}
.klados-intro__title h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 3px;
  background: #7da828;
}
@media (max-width: 767px) {
  .klados-intro__title h1 {
    font-size: 20px !important;
  }
}
.klados-intro__text p {
  font-size: 14.5px !important;
  color: #444444 !important;
  margin-bottom: 16px !important;
  line-height: 1.8 !important;
}
.klados-intro__text p:last-child {
  margin-bottom: 0 !important;
}
.klados-intro__text p strong {
  color: #7da828 !important;
  font-weight: 700 !important;
}
.klados-intro__text .klados-intro__list {
  list-style: none !important;
  margin: 16px 0 !important;
  padding: 0 !important;
}
.klados-intro__text .klados-intro__list li {
  position: relative !important;
  padding: 10px 0 10px 20px !important;
  margin: 0 !important;
  font-size: 14px !important;
  color: #444444 !important;
  line-height: 1.6 !important;
  border-bottom: 1px solid #f0f3ea !important;
}
.klados-intro__text .klados-intro__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7da828;
}
.klados-intro__text .klados-intro__list li:last-child {
  border-bottom: none !important;
}

.klados-badge {
  align-self: flex-start !important;
  margin-top: 3rem !important;
}
@media (max-width: 767px) {
  .klados-badge {
    text-align: center;
  }
}
.klados-badge__inner {
  background: #112240 !important;
  gap: 0px !important;
}
.klados-badge__content {
  gap: 4px !important;
}
.klados-badge__icon-col {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.klados-badge__icon {
  margin: 0 !important;
  width: 64px !important;
  height: 64px !important;
}
.klados-badge__icon img {
  width: 34px !important;
  height: 34px !important;
  padding: 12px !important;
  border: 2px solid #7da828 !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  box-sizing: content-box !important;
  aspect-ratio: 1/1 !important;
}
.klados-badge__title {
  margin: 0 !important;
}
.klados-badge__title h2,
.klados-badge__title h3,
.klados-badge__title h4 {
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin: 0 !important;
  min-height: unset !important;
}
.klados-badge__text {
  margin: 0 !important;
}
.klados-badge__text p {
  font-size: 12px !important;
  color: #8aa4be !important;
  margin: 0 !important;
  line-height: 1.6 !important;
}

.klados-features {
  background: #112240 !important;
}

.klados-feature__item {
  text-align: center !important;
}
.klados-feature__icon, .klados-feature__icon--no-margin {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 60px !important;
  height: 60px !important;
  border: 2px solid #7da828 !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  padding: 16px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.klados-feature__icon img, .klados-feature__icon--no-margin img {
  width: 28px !important;
  height: 28px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  display: block !important;
  aspect-ratio: 1/1 !important;
}
.klados-feature__icon {
  margin: 0 auto 14px !important;
}
.klados-feature__icon--no-margin {
  margin: 0 !important;
}
.klados-feature__title {
  margin: 0 !important;
}
.klados-feature__title h2,
.klados-feature__title h3,
.klados-feature__title h4 {
  font-size: 11px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.4px !important;
  line-height: 1.4 !important;
  margin-bottom: 6px !important;
  min-height: 30.8px !important;
}
.klados-feature__text {
  margin: 0 !important;
}
.klados-feature__text p {
  font-size: 11px !important;
  color: #8aa4be !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

.klados-solutions {
  background: #f7f8f5;
  padding: 52px 0 64px !important;
}
.klados-solutions__grid {
  gap: 16px !important;
}

.klados-solution__card {
  background: #ffffff !important;
  border: 1px solid #e8ede0 !important;
  border-top: 3px solid #7da828 !important;
  padding: 28px 22px 24px !important;
  text-align: start !important;
  align-items: flex-start !important;
  height: 100%;
  transition: box-shadow 0.25s, transform 0.25s;
}
.klados-solution__card:hover {
  box-shadow: 0 8px 28px rgba(125, 168, 40, 0.13) !important;
  transform: translateY(-3px) !important;
}
.klados-solution__card .klados-feature__icon,
.klados-solution__card .klados-feature__icon--no-margin {
  background: #f4f9ec !important;
  border-color: #c8dba0 !important;
  margin-bottom: 6px !important;
}
.klados-solution__card h2,
.klados-solution__card h3,
.klados-solution__card h4 {
  font-size: 13px !important;
  font-weight: 800 !important;
  color: #0d1f35 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  line-height: 1.4 !important;
  min-height: 36.4px !important;
  margin-bottom: 8px !important;
}
.klados-solution__card p {
  font-size: 12.5px !important;
  color: #444444 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.klados-types {
  background: #f7f8f5;
}

.klados-type__card {
  background: #ffffff !important;
  border: 1px solid #e8ede0 !important;
  border-top: 3px solid #7da828 !important;
  padding: 28px 22px 24px !important;
  height: 100%;
  transition: box-shadow 0.25s, transform 0.25s;
}
.klados-type__card:hover {
  box-shadow: 0 8px 28px rgba(125, 168, 40, 0.13) !important;
  transform: translateY(-3px) !important;
}
.klados-type__card .klados-feature__icon,
.klados-type__card .klados-feature__icon--no-margin {
  background: #f4f9ec !important;
  border-color: #c8dba0 !important;
  margin-bottom: 6px !important;
}
.klados-type__card h2,
.klados-type__card h3,
.klados-type__card h4 {
  font-size: 13px !important;
  font-weight: 800 !important;
  color: #0d1f35 !important;
  margin-bottom: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
}
.klados-type__card p {
  font-size: 12.5px !important;
  color: #444444 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.klados-hcards {
  background: #f7f8f5;
}
.klados-hcards__grid {
  gap: 16px !important;
}

.klados-hcard {
  background: #ffffff !important;
  border: 1px solid #e8ede0 !important;
  border-left: 4px solid #7da828 !important;
  padding: 24px 28px !important;
  height: 100%;
  flex-direction: row !important;
  align-items: center !important;
  gap: 22px !important;
  transition: box-shadow 0.25s, transform 0.25s;
}
.klados-hcard:hover {
  box-shadow: 0 8px 28px rgba(125, 168, 40, 0.13) !important;
  transform: translateX(4px) !important;
}
.klados-hcard__icon {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  flex-shrink: 0 !important;
  border: 2px solid #c8dba0 !important;
  border-radius: 50% !important;
  background: #f4f9ec !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
}
.klados-hcard__icon img {
  width: 26px !important;
  height: 26px !important;
  display: block !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.klados-hcard__body {
  flex: 1 !important;
}
.klados-hcard__body h2,
.klados-hcard__body h3,
.klados-hcard__body h4 {
  font-size: 13px !important;
  font-weight: 800 !important;
  color: #0d1f35 !important;
  margin-bottom: 6px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  min-height: unset !important;
}
.klados-hcard__body p {
  font-size: 13px !important;
  color: #444444 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.klados-vessels {
  background: #112240 !important;
}

.klados-vessel__card {
  text-align: center !important;
  padding: 36px 24px 32px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(125, 168, 40, 0.2) !important;
  border-top: 3px solid #7da828 !important;
  height: 100%;
  transition: background 0.25s, transform 0.25s;
}
.klados-vessel__card:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  transform: translateY(-4px) !important;
}
.klados-vessel__card h2,
.klados-vessel__card h3,
.klados-vessel__card h4 {
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #7da828 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 12px !important;
}
.klados-vessel__card p {
  font-size: 13px !important;
  color: #8aa4be !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}

.klados-why {
  background: #7da828 !important;
  height: 100%;
}
.klados-why h2,
.klados-why h3 {
  font-size: 17px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin-bottom: 22px !important;
}
.klados-why p {
  font-size: 13px !important;
  color: #ffffff !important;
  line-height: 1.55 !important;
}
@media (max-width: 767px) {
  .klados-why {
    padding: 28px 24px !important;
  }
}

.klados-tagline {
  background: #0d1f35 !important;
  border-top: 1px solid #1e3550;
  padding: 18px 0 !important;
  gap: 24px !important;
}
.klados-tagline h2,
.klados-tagline h3,
.klados-tagline h4,
.klados-tagline p {
  font-size: 12px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.6px !important;
  margin: 0 !important;
  min-height: unset !important;
  line-height: 1.3 !important;
}
.klados-tagline__item {
  width: auto !important;
  flex: 0 1 auto !important;
  align-items: center !important;
}
.klados-tagline__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 22px !important;
  flex-shrink: 0 !important;
}
.klados-tagline__icon img {
  width: 22px !important;
  height: 22px !important;
  display: block !important;
}
.klados-tagline__text {
  flex: 1 !important;
}
.klados-tagline__divider {
  width: 1px !important;
  min-width: 1px !important;
  max-width: 1px !important;
  height: 28px !important;
  flex: 0 0 1px !important;
  background: rgba(255, 255, 255, 0.15) !important;
  align-self: center !important;
  overflow: hidden !important;
  padding: 0 !important;
}
.klados-tagline__divider .e-con-inner,
.klados-tagline__divider .elementor-widget,
.klados-tagline__divider .elementor-divider {
  display: none !important;
}
.klados-tagline__divider--dot {
  width: 5px !important;
  min-width: 5px !important;
  max-width: 5px !important;
  height: 5px !important;
  flex: 0 0 5px !important;
  border-radius: 50% !important;
  background: #7da828 !important;
}

.klados-section-label h2,
.klados-section-label h3,
.klados-section-label h4 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
  color: #7da828 !important;
}
.klados-section-label h2::before,
.klados-section-label h3::before,
.klados-section-label h4::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #7da828;
}

.tagline-bar {
  background: #0d1f35 !important;
  padding: 18px 0 !important;
}
.tagline-bar .tagline-text,
.tagline-bar .tagline-text h2,
.tagline-bar .tagline-text h3,
.tagline-bar .tagline-text h4,
.tagline-bar .tagline-text p {
  text-align: center !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #8aa4be !important;
  line-height: 1.6 !important;
  min-height: unset !important;
  margin: 0 !important;
}
.tagline-bar .hl {
  color: #7da828 !important;
  font-weight: 700 !important;
}

.klados-keypoints {
  height: -moz-fit-content !important;
  height: fit-content !important;
  border: 1px solid #e4ead8 !important;
  align-items: flex-start !important;
}
.klados-keypoints__title {
  width: 100% !important;
}
.klados-keypoints__title h2,
.klados-keypoints__title h3 {
  font-size: 12px !important;
  font-weight: 800 !important;
  color: #0d1f35 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.7px !important;
  border-bottom: 2px solid #7da828 !important;
  padding-bottom: 10px !important;
  margin-bottom: 0 !important;
  min-height: auto !important;
  line-height: 1.4 !important;
}
.klados-keypoints__row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 12px 0 !important;
  border-bottom: 1px solid #f0f3ea !important;
}
.klados-keypoints__row:last-child {
  border-bottom: none !important;
}
.klados-keypoints__row .elementor-widget-image,
.klados-keypoints__row .klados-feature__icon,
.klados-keypoints__row .klados-feature__icon--no-margin {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  flex-shrink: 0 !important;
  border: 1.5px solid #7da828 !important;
  border-radius: 50% !important;
  background: #f6faf0 !important;
  padding: 0 !important;
}
.klados-keypoints__row .elementor-widget-image img,
.klados-keypoints__row .klados-feature__icon img,
.klados-keypoints__row .klados-feature__icon--no-margin img {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.klados-keypoints__item-text p {
  font-size: 13.5px !important;
  color: #444444 !important;
  margin: 0 !important;
}

.klados-suitable-box {
  background: #f7f8f5 !important;
  border-left: 4px solid #7da828 !important;
  padding: 20px 24px !important;
  margin-top: 8px !important;
}
.klados-suitable-box__label {
  color: #0d1f35 !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 6px !important;
}
.klados-suitable-box__text p {
  font-size: 13.5px !important;
  color: #444 !important;
  line-height: 1.8 !important;
  margin: 0 !important;
}

.klados-infobox {
  background: #f7f8f5 !important;
  border-left: 4px solid #7da828 !important;
  padding: 28px 28px 24px !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.klados-infobox__title {
  width: 100% !important;
}
.klados-infobox__title h2,
.klados-infobox__title h3,
.klados-infobox__title h4 {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #0d1f35 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin: 0 0 14px !important;
  min-height: unset !important;
  line-height: 1.4 !important;
}
.klados-infobox__row {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
}
.klados-infobox__row:last-child {
  margin-bottom: 0 !important;
}
.klados-infobox__row .e-con-inner {
  padding: 0 !important;
}
.klados-infobox__row .elementor-widget-image,
.klados-infobox__row .klados-feature__icon,
.klados-infobox__row .klados-feature__icon--no-margin {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  flex-shrink: 0 !important;
  margin-top: 1px !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}
.klados-infobox__row .elementor-widget-image img,
.klados-infobox__row .klados-feature__icon img,
.klados-infobox__row .klados-feature__icon--no-margin img {
  width: 24px !important;
  height: 24px !important;
  display: block !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.klados-infobox__item-text p {
  font-size: 13.5px !important;
  color: #333 !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

body:has(.sector-page) .page-header {
  display: none !important;
}

body:has(.sector-page) .aioseo-breadcrumbs {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hero {
  padding: 0 !important;
}

.sector-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
.sector-body .sector-download {
  display: flex !important;
  justify-content: center !important;
}
.sector-body .sector-download .elementor-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 24px 0 !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 1px solid #e8ede0 !important;
  border-radius: 8px !important;
  padding: 14px 26px !important;
  color: #0d1f35 !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-decoration: none !important;
  box-shadow: none !important;
}
.sector-body .sector-download .elementor-button .elementor-button-icon {
  display: none !important;
}
.sector-body .sector-download .elementor-button::before {
  content: "\f019";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 15px;
  color: #7da828 !important;
  flex-shrink: 0;
}
.sector-body .sector-download .elementor-button:hover {
  border-color: #7da828 !important;
  background-color: #f6faf0 !important;
  color: #0d1f35 !important;
}

.sector-page {
  padding-left: 0 !important;
  padding-right: 0 !important;
  --navy: #0d1f35;
  --navy2: #112240;
  --green: #7da828;
  --green2: #6a9020;
  --muted: #444444;
  --border: #d8d8d8;
  --light-bg: #f7f8f5;
}
.sector-page .small-note {
  font-size: 11.5px;
  color: #444444;
  line-height: 1.6;
  margin: 0;
}
.sector-page .text-label {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 800;
  color: #0d1f35;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sector-page .section-intro {
  padding: 64px 0 52px;
}
.sector-page .section-intro h1,
.sector-page .section-intro h2 {
  font-size: 26px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  color: #0d1f35 !important;
  margin-bottom: 20px !important;
  position: relative;
  padding-bottom: 14px;
}
.sector-page .section-intro h1::after,
.sector-page .section-intro h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 3px;
  background: #7da828;
}
@media (max-width: 767px) {
  .sector-page .section-intro h1,
  .sector-page .section-intro h2 {
    font-size: 20px !important;
  }
}
.sector-page .section-intro p {
  font-size: 14.5px;
  color: #444444;
  margin-bottom: 16px;
  line-height: 1.8;
}
.sector-page .section-intro p:last-child {
  margin-bottom: 0;
}
.sector-page .section-intro p strong {
  color: #7da828;
  font-weight: 700;
}
.sector-page .keypoints-box {
  background: #f7f8f5;
  border-left: 4px solid #7da828;
  padding: 28px 28px 24px;
}
.sector-page .keypoints-box .kp-title {
  font-size: 13px;
  color: #0d1f35;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sector-page .keypoints-box .keypoints {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sector-page .keypoints-box .keypoints li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #333;
}
.sector-page .keypoints-box .keypoints li:last-child {
  margin-bottom: 0;
}
.sector-page .keypoints-box .kp-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sector-page .keypoints-box .kp-icon svg {
  width: 22px;
  height: 22px;
  stroke: #7da828;
}
.sector-page .section-types {
  padding: 52px 0;
  background: #f7f8f5;
}
.sector-page .section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #7da828;
  margin-bottom: 32px;
}
.sector-page .section-label::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #7da828;
}
.sector-page .type-card {
  background: #ffffff;
  border: 1px solid #e8ede0;
  border-top: 3px solid #7da828;
  padding: 28px 22px 24px;
  height: 100%;
  transition: box-shadow 0.25s, transform 0.25s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sector-page .type-card:hover {
  box-shadow: 0 8px 28px rgba(125, 168, 40, 0.13);
  transform: translateY(-3px);
}
.sector-page .type-card h4 {
  font-size: 13px !important;
  font-weight: 800 !important;
  color: #0d1f35 !important;
  margin-bottom: 8px !important;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  min-height: unset !important;
}
.sector-page .type-card p {
  font-size: 12.5px;
  color: #444444;
  line-height: 1.6;
  margin: 0;
}
.sector-page .type-icon {
  width: 54px;
  height: 54px;
  border: 2px solid #c8dba0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background: #f6faf0;
  flex-shrink: 0;
}
.sector-page .type-icon svg {
  width: 26px;
  height: 26px;
  stroke: #6a9020;
  fill: none;
  stroke-width: 1.8;
}
.sector-page .features-band {
  background: #112240;
  padding: 44px 0;
}
.sector-page .feature-item {
  text-align: center;
}
.sector-page .feature-item h4 {
  font-size: 11.5px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin-bottom: 6px !important;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  min-height: unset !important;
}
.sector-page .feature-item p {
  font-size: 11px;
  color: #8aa4be;
  line-height: 1.5;
  margin: 0;
}
.sector-page .feature-icon-wrap {
  width: 60px;
  height: 60px;
  background: transparent;
  border: 2px solid rgba(125, 168, 40, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.sector-page .feature-icon-wrap svg {
  width: 28px;
  height: 28px;
  stroke: #7da828;
  fill: none;
  stroke-width: 1.5;
}
.sector-page .section-evaluation {
  padding: 12px 0 52px;
}
.sector-page .evaluation-box {
  max-width: 640px;
  background: #f7f8f5;
  border-left: 4px solid #7da828;
  padding: 28px 28px 24px;
}
.sector-page .evaluation-box p {
  color: #444444;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 10px;
}
.sector-page .evaluation-box p:last-of-type {
  margin-bottom: 18px;
}
.sector-page .evaluation-box a {
  color: #7da828;
  font-weight: 600;
  text-decoration: none;
}
.sector-page .evaluation-box .sector-download {
  justify-content: flex-start !important;
}
.sector-page .tagline-bar {
  background: #0d1f35;
  padding: 22px 0;
}
.sector-page .tagline-text {
  font-size: 15px;
  font-weight: 600;
  color: #8aa4be;
  margin: 0;
}
.sector-page .tagline-text .hl-green {
  color: #7da828;
  font-weight: 800;
}
.sector-page .tagline-text .hl-white {
  color: #ffffff;
  font-weight: 800;
}
.sector-page .keypoints-box.keypoints-box--outline {
  background: #ffffff;
  border: 1px solid #e4ead8;
  border-left: 1px solid #e4ead8;
  padding: 28px 28px 24px;
}
.sector-page .keypoints-box.keypoints-box--outline .kp-title {
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 22px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  border-bottom: 2px solid #7da828;
  padding-bottom: 10px;
}
.sector-page .keypoints-box.keypoints-box--outline .keypoints li {
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #e4ead8;
}
.sector-page .keypoints-box.keypoints-box--outline .keypoints li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.sector-page .keypoints-box.keypoints-box--outline .kp-icon {
  width: 38px;
  height: 38px;
  border: 1.5px solid #7da828;
  border-radius: 50%;
  background: #f6faf0;
}
.sector-page .keypoints-box.keypoints-box--outline .kp-icon svg {
  width: 20px;
  height: 20px;
  stroke: #7da828;
}
.sector-page .section-solutions,
.sector-page .section-spaces,
.sector-page .section-services {
  padding: 52px 0 64px;
  background: #f7f8f5;
}
.sector-page .solution-card,
.sector-page .space-card,
.sector-page .service-card {
  background: #ffffff;
  border: 1px solid #e8ede0;
  border-top: 3px solid #7da828;
  padding: 28px 22px 24px;
  height: 100%;
  transition: box-shadow 0.25s, transform 0.25s;
}
.sector-page .solution-card:hover,
.sector-page .space-card:hover,
.sector-page .service-card:hover {
  box-shadow: 0 8px 28px rgba(125, 168, 40, 0.13);
  transform: translateY(-3px);
}
.sector-page .solution-card h4,
.sector-page .space-card h4,
.sector-page .service-card h4 {
  font-size: 13px !important;
  font-weight: 800 !important;
  color: #0d1f35 !important;
  margin-bottom: 10px !important;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  min-height: unset !important;
}
.sector-page .solution-card p,
.sector-page .space-card p,
.sector-page .service-card p {
  font-size: 12.5px;
  color: #444444;
  line-height: 1.6;
  margin: 0;
}
.sector-page .space-card {
  text-align: center;
}
.sector-page .solution-icon,
.sector-page .space-icon,
.sector-page .service-icon,
.sector-page .type-icon-circle {
  width: 58px;
  height: 58px;
  border: 2px solid #c8dba0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background: #f6faf0;
  flex-shrink: 0;
}
.sector-page .solution-icon svg,
.sector-page .space-icon svg,
.sector-page .service-icon svg,
.sector-page .type-icon-circle svg {
  width: 26px;
  height: 26px;
  stroke: #6a9020;
  fill: none;
  stroke-width: 1.8;
}
.sector-page .space-icon {
  margin: 0 auto 14px;
}
.sector-page .type-card.type-card--row {
  flex-direction: row;
  align-items: center;
  gap: 22px;
  border-top: none;
  border-left: 4px solid #7da828;
  padding: 24px 28px;
}
.sector-page .type-card.type-card--row:hover {
  transform: translateX(4px);
}
.sector-page .type-card.type-card--row .type-icon {
  margin-bottom: 0;
  flex-shrink: 0;
}
.sector-page .type-card-body {
  flex: 1;
}
.sector-page .page-badge,
.sector-page .horeca-badge,
.sector-page .hotel-badge {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #0d1f35;
  padding: 20px 24px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .sector-page .page-badge,
  .sector-page .horeca-badge,
  .sector-page .hotel-badge {
    flex-direction: column;
    text-align: center;
  }
}
.sector-page .page-badge-icon,
.sector-page .horeca-badge-icon,
.sector-page .hotel-badge-icon {
  width: 64px;
  height: 64px;
  border: 2px solid #7da828;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sector-page .page-badge-icon svg,
.sector-page .horeca-badge-icon svg,
.sector-page .hotel-badge-icon svg {
  width: 34px;
  height: 34px;
  stroke: #6a9020;
  fill: none;
  stroke-width: 1.4;
}
.sector-page .page-badge-text h4,
.sector-page .horeca-badge-text h4,
.sector-page .hotel-badge-text h4 {
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin: 0 0 4px !important;
  min-height: unset !important;
}
.sector-page .page-badge-text p,
.sector-page .horeca-badge-text p,
.sector-page .hotel-badge-text p {
  font-size: 12px;
  color: #8aa4be;
  margin: 0;
}
.sector-page .bio-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 3px solid #7da828;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  text-align: center;
  padding: 12px;
}
.sector-page .bio-badge svg {
  width: 28px;
  height: 28px;
  margin-bottom: 6px;
}
.sector-page .bio-badge span {
  font-size: 11px;
  font-weight: 800;
  color: #0d1f35;
  line-height: 1.3;
  text-transform: uppercase;
}
.sector-page .bio-badge .sub {
  font-size: 10px;
  font-weight: 600;
  color: #444444;
  margin-top: 2px;
}
.sector-page .services-list,
.sector-page .content-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 32px;
}
.sector-page .services-list li,
.sector-page .content-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  font-size: 13.5px;
  color: #444444;
  border-bottom: 1px solid #e4ead8;
}
.sector-page .services-list li:last-child,
.sector-page .content-list li:last-child {
  border-bottom: none;
}
.sector-page .services-list li::before,
.sector-page .content-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7da828;
  flex-shrink: 0;
}
.sector-page .suitable-box {
  background: #f7f8f5;
  border-left: 4px solid #7da828;
  padding: 20px 24px;
  margin-top: 8px;
  font-size: 13.5px;
  color: #444444;
  line-height: 1.8;
}
.sector-page .suitable-box strong {
  color: #0d1f35;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sector-page .why-box {
  background: #7da828;
  padding: 36px 40px;
  height: 100%;
}
.sector-page .why-box h3 {
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  min-height: unset !important;
  color: #ffffff !important;
  margin-bottom: 22px !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sector-page .why-box h3 svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
  flex-shrink: 0;
}
.sector-page .why-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}
.sector-page .why-item:last-child {
  margin-bottom: 0;
}
.sector-page .why-item svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 1px;
}
.sector-page .why-item p {
  font-size: 13px;
  color: #ffffff;
  margin: 0;
  line-height: 1.55;
}
.sector-page .btn-cta {
  background: #7da828;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 13px 28px;
  white-space: nowrap;
  border-radius: 2px;
  transition: background 0.2s;
  display: inline-block;
}
.sector-page .btn-cta:hover {
  background: #6a9020;
  color: #ffffff;
}
.sector-page .tagline-band {
  background: #112240;
  padding: 22px 0;
}
.sector-page .tagline-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sector-page .tagline-inner {
    gap: 16px;
  }
}
.sector-page .tag-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sector-page .tag-item svg {
  width: 22px;
  height: 22px;
  stroke: #7da828;
  fill: none;
  stroke-width: 1.8;
  flex-shrink: 0;
}
.sector-page .tag-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7da828;
  flex-shrink: 0;
}
.sector-page .tag-divider {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.15);
}
@media (max-width: 767px) {
  .sector-page .tag-divider {
    display: none;
  }
}
.sector-page .section-types.section-types--dark {
  background: #112240;
  padding: 56px 0 64px;
}
.sector-page .section-types.section-types--dark .section-label {
  margin-bottom: 40px;
}
.sector-page .vessel-card {
  text-align: center;
  padding: 36px 24px 32px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(125, 168, 40, 0.2);
  border-top: 3px solid #7da828;
  height: 100%;
  transition: background 0.25s, transform 0.25s;
}
.sector-page .vessel-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-4px);
}
.sector-page .vessel-card h4 {
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #7da828 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px !important;
  margin-top: 8px;
  min-height: unset !important;
}
.sector-page .vessel-card p {
  font-size: 13px;
  color: #8aa4be;
  line-height: 1.65;
  margin: 0;
}
.sector-page .vessel-circle {
  width: 110px;
  height: 110px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
}
.sector-page .vessel-circle::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 10px;
  background: #7da828;
}
.sector-page .vessel-circle svg {
  width: 64px;
  height: 64px;
}
.sector-page .app-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(125, 168, 40, 0.2);
  border-left: 3px solid #7da828;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  color: #8aa4be;
  transition: background 0.25s, transform 0.25s;
}
.sector-page .app-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7da828;
  flex-shrink: 0;
}
.sector-page .app-pill:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(4px);
}
.sector-page .section-types.section-types--dark .section-intro-note {
  color: #8aa4be;
  font-size: 14px;
  margin-bottom: 28px;
}

.wcproduct-gallery {
  border: 1px solid #e8ede0 !important;
  border-radius: 8px !important;
  padding: 12px !important;
  box-sizing: border-box !important;
}
.wcproduct-gallery .flex-viewport {
  border: none !important;
}
.wcproduct-gallery .woocommerce-product-gallery__wrapper {
  height: 100% !important;
}
.wcproduct-gallery .woocommerce-product-gallery__image {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.wcproduct-gallery .woocommerce-product-gallery__image img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: center !important;
     object-position: center !important;
}
.wcproduct-gallery .flex-control-thumbs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 16px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.wcproduct-gallery .flex-control-thumbs li {
  width: calc(25% - 8px) !important;
  margin: 0 !important;
}
@media (max-width: 480px) {
  .wcproduct-gallery .flex-control-thumbs li {
    width: calc(33.333% - 7px) !important;
  }
}
.wcproduct-gallery .flex-control-thumbs img {
  width: 100% !important;
  aspect-ratio: 1/1 !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  display: block !important;
  border: 1px solid #e8ede0 !important;
  border-radius: 8px !important;
  box-sizing: border-box !important;
  padding: 4px !important;
  cursor: pointer !important;
}

.wcproduct-phone {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 16px !important;
  padding: 14px 18px !important;
  background: #f7f8f5 !important;
  border-radius: 8px !important;
}
.wcproduct-phone__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  background: #f6faf0 !important;
  flex-shrink: 0 !important;
}
.wcproduct-phone__icon img {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.wcproduct-phone__text a {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #0d1f35 !important;
  text-decoration: none !important;
}
.wcproduct-phone__text p {
  margin: 0 !important;
  font-size: 11px !important;
  color: #444444 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.4px !important;
}

.wcproduct-tags {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-bottom: 14px !important;
}
.wcproduct-tags .elementor-post-info__terms-list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}
.wcproduct-tags .elementor-post-info__terms-list a,
.wcproduct-tags span,
.wcproduct-tags p {
  display: inline-flex !important;
  align-items: center !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #7da828 !important;
  background: #f6faf0 !important;
  border: 1px solid #e8ede0 !important;
  border-radius: 20px !important;
  padding: 6px 14px !important;
  margin: 0 !important;
  text-decoration: none !important;
}

.wcproduct-title h1, .wcproduct-title h2 {
  font-size: 28px !important;
  font-weight: 800 !important;
  color: #0d1f35 !important;
  margin: 0 0 6px !important;
  line-height: 1.25 !important;
}

.wcproduct-shortdesc {
  font-size: 14.5px !important;
  color: #7da828 !important;
  font-weight: 600 !important;
  margin-bottom: 18px !important;
}
.wcproduct-shortdesc p {
  margin: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

.wcproduct-desc .wcproduct-highlight {
  color: #7da828 !important;
}
.wcproduct-desc .wcproduct-download {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  border: 1px solid #e8ede0 !important;
  border-radius: 8px !important;
  padding: 10px 16px !important;
  margin: 4px 8px 4px 0 !important;
  color: #0d1f35 !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  text-decoration: none !important;
  background-image: none !important;
}
.wcproduct-desc .wcproduct-download::before {
  content: "\f019";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #7da828 !important;
  flex-shrink: 0;
}
.wcproduct-desc .wcproduct-download:hover {
  border-color: #7da828 !important;
  background: #f6faf0 !important;
}
.wcproduct-desc p {
  font-size: 14px !important;
  color: #444444 !important;
  line-height: 1.8 !important;
  margin-bottom: 14px !important;
}
.wcproduct-desc p:last-child {
  margin-bottom: 0 !important;
}
.wcproduct-desc .wcproduct-checklist {
  list-style: none !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px 20px !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .wcproduct-desc .wcproduct-checklist {
    grid-template-columns: 1fr !important;
  }
}
.wcproduct-desc .wcproduct-checklist--single {
  grid-template-columns: 1fr !important;
}
.wcproduct-desc .wcproduct-checklist li {
  position: relative !important;
  padding-left: 26px !important;
  font-size: 14px !important;
  color: #0d1f35 !important;
}
.wcproduct-desc .wcproduct-checklist li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute !important;
  left: 0 !important;
  top: 4px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 10px;
  color: #7da828 !important;
}
.wcproduct-desc .wcproduct-pill-list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  list-style: none !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
}
.wcproduct-desc .wcproduct-pill-list li {
  display: inline-flex !important;
  align-items: center !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #0d1f35 !important;
  background: transparent !important;
  border: 1px solid #e8ede0 !important;
  border-radius: 20px !important;
  padding: 6px 14px !important;
  margin: 0 !important;
}
.wcproduct-desc .wcproduct-usage-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 10px !important;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) {
  .wcproduct-desc .wcproduct-usage-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.wcproduct-desc .wcproduct-usage-grid__item {
  background: #c8dba0 !important;
  border: 1px solid #6a9020 !important;
  border-radius: 8px !important;
  padding: 12px 8px !important;
  text-align: center !important;
}
.wcproduct-desc .wcproduct-usage-grid__item strong {
  display: block !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #0d1f35 !important;
}
.wcproduct-desc .wcproduct-usage-grid__item span {
  display: block !important;
  font-size: 11px !important;
  color: #0d1f35 !important;
  margin-top: 2px !important;
}

.wcproduct-buttons {
  display: flex !important;
  gap: 14px !important;
  margin-top: 24px !important;
  flex-wrap: wrap !important;
}
@media (max-width: 767px) {
  .wcproduct-buttons {
    flex-direction: column !important;
  }
}
.wcproduct-buttons .elementor-button {
  flex: 1 1 auto !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 15px 24px !important;
  text-transform: none !important;
  justify-content: center !important;
}
.wcproduct-buttons__quote .elementor-button {
  background-color: #7da828 !important;
  color: #ffffff !important;
  border: none !important;
}
.wcproduct-buttons__quote .elementor-button:hover {
  background-color: #6a9020 !important;
}
.no-product-video .wcproduct-buttons__video {
  display: none !important;
}
.wcproduct-buttons__video .elementor-button {
  background-color: #ffffff !important;
  color: #0d1f35 !important;
  border: 1px solid #e8ede0 !important;
}
.wcproduct-buttons__video .elementor-button svg {
  fill: currentColor !important;
}
.wcproduct-buttons__video .elementor-button:hover {
  border-color: #7da828 !important;
  color: #7da828 !important;
}

@media (max-width: 991px) {
  h1 {
    font-size: 34px !important;
    line-height: 42px !important;
  }
  .site-footer h1.content {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  h2 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  h3 {
    font-size: 32px !important;
    line-height: 38px !important;
    min-height: 76px !important;
  }
  h4 {
    font-size: 18px !important;
    line-height: 22px !important;
    min-height: 44px !important;
  }
  .content-big {
    font-size: 17px !important;
    line-height: 26px !important;
  }
  .section-light,
  .section-white,
  .section-dark {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .contact-form {
    padding: 30px !important;
  }
  .site-footer p.content {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .topbar .d-flex.justify-content-between {
    justify-content: center !important;
    gap: 16px;
  }
  .topbar > .container > div > span {
    display: none;
  }
  .topbar__link {
    font-size: 12px !important;
  }
  h1 {
    font-size: 26px !important;
    line-height: 33px !important;
  }
  .site-footer h1.content {
    font-size: 13px !important;
    line-height: 19px !important;
  }
  h2 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  h3 {
    font-size: 24px !important;
    line-height: 30px !important;
    min-height: unset !important;
  }
  h4 {
    font-size: 16px !important;
    line-height: 20px !important;
    min-height: unset !important;
  }
  .content {
    font-size: 13px !important;
    line-height: 19px !important;
  }
  .content-big {
    font-size: 15px !important;
    line-height: 22px !important;
  }
  .title {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .section-light,
  .section-white,
  .section-dark {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .feature-card h4 {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .product-card__title,
  .category-card__title,
  .post-card h3 {
    font-size: 15px !important;
    line-height: 20px !important;
    min-height: 40px !important;
  }
  .product-card__desc,
  .category-card__desc {
    font-size: 12px !important;
    line-height: 18px !important;
    min-height: unset !important;
  }
  .product-card__btn,
  .category-card__btn {
    font-size: 13px !important;
    padding: 10px 16px !important;
  }
  .accent-card {
    padding: 20px !important;
  }
  .faq-list .btn-faq a {
    font-size: 15px !important;
  }
  .contact-form {
    padding: 20px !important;
  }
  .contact-form .cf7-grid {
    grid-template-columns: 1fr !important;
  }
}/*# sourceMappingURL=netprofessionalecology.css.map */