:root {
  --base: #14291B;
  --accent: #61CE70;
  --accent2: #3E7546;
  --white: #fff;
  --primary: rgba(16,24,40,1);
  --light: #ddd;
  --body-bg: #fbfbfb;
  --body-color: #14291B;
  --body-size: 1.125rem;
  --border-radius-sm: 12px;
  --border-radius: 15px;
  --border-radius-lg: 500px;
}

/* GLOBAL */

body {
    background: var(--body-bg);
    font-family: "Sora", sans-serif;
    font-size: var(--body-size);
    line-height: 1.45;
    color: var(--body-color);
    font-weight: 300;
    word-wrap: break-word;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin:1.5rem 0;
}
td, th {
  border: 1px solid var(--base);
  padding: 8px;
}
th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--base);
  color: white;
}

h1,h2,h3,h4,h5,
.h1,.h2,.h3,.h4,.h5 {
    font-family: "Sora", sans-serif;
    margin-bottom: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--body-color);
}
h1,.h1 {
    font-size: 3.25rem;
}
h2,.h2 {
    font-size: 2.75rem;
}
h3,.h3 {
    font-size: 2.25rem;
    line-height: 1.25;
}
h4,.h4 {
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 500;
}
h5,.h5 {
    font-size: 1.65rem;
    line-height: 1.3;
    font-weight: 500;
}
h6,.h6 {
    font-size: 1.45rem;
    line-height: 1.3;
    font-weight: 400;
}
.display-1 {
    font-size: 6.75vw;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}
strong,
.fw-bold {
    font-weight: 500 !important;
}
figure {
    margin: 0;
    width: 100%;
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
blockquote {
  position: relative;
  margin: 2rem 0;
  padding: 3rem 3rem 3rem 6rem;
  background: linear-gradient(235deg, rgba(62, 117, 70, 1) 0%, rgba(20, 41, 27, 1) 92%);
  border-radius: var(--border-radius);
  border-left: 10px solid var(--accent);
  color: var(--white);
  font-size: 1.55rem;
  line-height: 1.6;
  font-weight: 500;
  box-shadow:
  0 10px 30px rgba(0,0,0,0.08),
  0 2px 8px rgba(0,0,0,0.04);
}
blockquote::before {
  content: "“";
  position: absolute;
  top: -10px;
  left: 16px;
  font-size: 6rem;
  color: var(--accent);
  font-family: serif;
}
a {
    color: var(--accent2);
}
a:hover,
a:focus {
    text-decoration: none;
}
.gallery-grid a {
    text-decoration: none;
    color: var(--body-color);
}
.badge {
    margin-bottom: 1rem;
    backdrop-filter: blur(5px) contrast(100%);
    -webkit-backdrop-filter: blur(5px) contrast(100%);
    background: rgba(0,0,0,0.2);
    color: var(--base);
    border:1px solid rgba(255,255,255,0.35);
    font-size: 75%;
    padding: 0.6rem 1rem 0.6rem 1rem;
    width: fit-content;
    letter-spacing: 0.035rem;
    border-radius: 500px;
}
.badge-primary {
    background: rgba(0,0,0,0.1);
    color: var(--base);
}
.form-control {
    padding: 1rem 2rem;
}
textarea.form-control {
    min-height: 120px;
}
.content-wrap ul li a,
.action {
    font-weight: 600;
    font-size: 100%;
    display: flex;
    padding:0.15rem 0;
    font-family: "Sora", sans-serif;
    margin-top: 1.5rem;
    color: inherit;
    align-items: center;
    text-decoration: none;
    position: relative;
    width: fit-content;
    transition: 0.4s;
}
.content-wrap ul li a {
    margin-top: 0;
}
.action i {
    margin-left: 0.25rem;
}
.action i.bi-arrow-right-short {
    font-size: 160%;
    line-height: 1;
}
.content-wrap ul li a::after,
.action::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--accent2);
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
.content-wrap ul li a::before,
.action::before {
  content: "\f285"; /* bi-arrow-right-short */
  font-family: "bootstrap-icons";
  display: inline-block;
  order:2;
  margin-left: auto;
  padding-left: 0.5rem;
}
.action-no-ico::before {
    display: none;
}
.content-wrap ul li a:hover,
.content-wrap ul li a:focus,
.action.active,
.action:hover,
.action:focus {
    color: var(--accent2);
}
.content-wrap ul li a:hover::after,
.content-wrap ul li a:focus::after,
.action.active::after,
.action:hover::after {
    transform: scaleX(1);
}
.no-arrow::before {
    display: none;
}

.text-primary {
    color: var(--accent2) !important;
}
.text-primary2 {
    color: var(--accent) !important;
}
.text-bg-primary {
    font-size: 100%;
    transition: 0.3s;
    font-size: 85%;
    font-weight: 600;
    font-family: "Sora", sans-serif;
    padding: 0.5rem 1rem 0.45rem 1rem;
}

.btn {
    font-family: "Sora", sans-serif;
    font-size: 100%;
    font-weight: 600;
    padding:0.75rem 2.25rem;
    margin-top: 1.5rem;
    position: relative;
    overflow: hidden;
    width: fit-content;
    border-radius: var(--border-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.025rem;
}
/* Text */
.btn span {
    z-index: 2;
    position: relative;
}
.btn-sm {
    padding:0.65rem 1.5rem;
}
.btn-xs {
    padding:0.35rem 0.75rem 0.35rem 0.75rem !important;
    font-size: 80% !important;
}
.btn-primary {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--base);
}
.btn-primary:hover,
.btn-primary:focus {
    background: var(--accent2);
    border-color: var(--accent2);
    color: var(--white);
}
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background: var(--base);
    border-color: var(--accent);
    color: var(--accent);
}
.btn-check-link {
    background: none;
    border-color: var(--accent2);
    color: var(--accent2);
}
.btn.btn-check-link:hover,
.btn.btn-check-link:focus {
    background: var(--accent2);
    border-color: var(--accent2);
    color: var(--white);
}
.modal .modal-header {
    padding: 1.5rem;
}
.modal .modal-title {
    font-weight: 500;
}
.modal .modal-body img {
    border-radius: var(--border-radius-sm);
}
.modal .modal-body {
    font-size: 85%;
    padding:1rem 1.5rem 1.5rem 1.5rem;
}
.modal .modal-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-holder {
    margin-bottom: 8rem;
}
.content-holder {
    margin-bottom: 4rem;
}
.container {
    max-width: 1500px;
}
.container-fluid {
    max-width: 1900px;
}
.container,
.container-fluid {
    padding: 0 2rem;
}

.header {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    width: 100%;
    transition: 0.3s;
    backdrop-filter: blur(10px) contrast(100%);
    -webkit-backdrop-filter: blur(10px) contrast(100%);
    background: rgba(0,0,0,0.45);
}
.header .navbar {
    max-width: 100%;
    padding: 0;
    transition: 0.3s;
}
.header .container {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    position: relative;
}
.header .navbar-brand {
    position: relative;
}
.header .navbar-brand img {
    max-width: 140px;
}
.header.is-scrolled {
    top: 0;
}
.header.is-scrolled .navbar {
    padding: 0;
}
.header .button-holder {
    display: flex;
}
.header .navbar-collapse {
    flex-grow: inherit !important;
}
.header .navbar .nav-item .nav-link {
    margin: 0 0.5rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    font-weight: 500;
    position: relative;
    font-family: "Sora", sans-serif;
    color: var(--white);
    font-size: 1.15rem;
}
.header .navbar .nav-item .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--accent);
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
.header .navbar .nav-item .nav-link:hover,
.header .navbar .nav-item .nav-link:focus {
    color: var(--white);
}
.header .navbar .nav-item:hover .nav-link:before,
.header .navbar .nav-item:focus .nav-link:before {
    transform: scaleX(1) !important;
}
.header .dropdown,
.header .dropdown-center,
.header .dropend,
.header .dropstart,
.header .dropup,
.header .dropup-center {
    position: static;
}

.header .navbar .dropdown-menu {
    padding:2rem;
    margin: 0;
    margin-top: 0;
    min-width: 350px;
    background: var(--white);
    border: 1px solid rgba(50, 68, 65, 0.08);
    border-radius:  var(--border-radius);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    top: 160%;
    left: 50%;
    transform: translateX(-50%);
    overflow: visible;
}
.header .navbar .dropdown-menu figure,
.header .navbar .dropdown-menu img {
    border-radius:  var(--border-radius-sm);
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.header .navbar .dropdown-menu li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header .navbar .dropdown-menu li .dropdown-item {
    width: 100%;
    padding:0.3rem 0;
    margin: 0;
    border-radius:  var(--border-radius-sm) ;
    font-family: "Sora", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.15;
    background: transparent;
    transition: 0.3s;
}
.header .navbar .dropdown-menu li .dropdown-item i {
    margin-left: auto !important;
}
.header .navbar .dropdown-menu li:first-child .dropdown-item {
    border-top: 0;
}
.header .navbar .dropdown-toggle::after {
    border:none;
    display: none;
}

.header .navbar .mega-dropdown-menu {
    margin: 0;
    margin-top: 0;
    top: 98.5%;
    border:0;
    min-width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.header .navbar .mega-dropdown-menu .row {
    max-width: 1200px;
    margin: 0 auto;
}
.header .navbar .mega-dropdown-menu .card {
    margin-top: 0;
    margin-bottom: 1rem;
}
.header .navbar .mega-dropdown-menu .card figure {
    border-radius: var(--border-radius-sm);
    overflow: hidden;
}
.header .navbar .mega-dropdown-menu .card figure::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary);
    z-index: 50;
    opacity: 0.45;
}
.header .navbar .mega-dropdown-menu .card figure,
.header .navbar .mega-dropdown-menu .card figure img {
    height: 175px;
}
.header .navbar .mega-dropdown-menu .card .mega-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--white);
    z-index: 100;
    font-weight: 500;
    font-size: 140%;
}
.header .navbar li .dropdown-item::after {
    display: none;
}
.header .header-contact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    padding: 0 0 0.5rem 0;
    margin: 0;
    font-weight: 600;
}
.header .btn-holder {
    margin-left: 1.5rem;
    display: flex;
    gap:1rem;
}
.header .header-contact li {
    border-left: 1px solid rgba(255, 255, 255, 0.45);
    padding: 0 0.75rem;
    line-height: 1;
}
.header .header-contact li a {
    color: var(--white);
    margin-top: 0;
    font-weight: 400;
    font-size: 85%;
    padding:0.25rem 0;
}
.header .header-contact .action i {
    color: var(--accent);
    font-size: 115%;
}
.header .header-contact li a::after {
    background: var(--accent);
}
.header .header-contact li:first-child {
    padding-left: 0;
    border-left: 0;
}
.header .header-contact li:last-child {
    padding-right: 0;
}
.mobile-menu-toggle {
    width: 50px;
    height: 50px;
    border: 0;
    background: var(--accent);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.mobile-menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: var(--base);
}
/* Modal overlay */
.mobile-menu-modal .modal-dialog {
    margin: 0 0 0 auto;
    max-width: 420px;
    height: 100%;
}
.mobile-menu-modal .modal-content {
    height: 100vh;
    border: 0;
    border-radius: 0;
    background: var(--light);
    color: var(--body-color);
    box-shadow: -20px 0 60px rgba(0,0,0,.18);
    overflow: hidden;
}
/* Slide from right */
.mobile-menu-modal.fade .modal-dialog {
    transform: translateX(100%);
    transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}
.mobile-menu-modal.show .modal-dialog {
    transform: translateX(0);
}
.mobile-menu-modal .modal-dialog-end {
    margin-left: auto;
    margin-right: 0;
}
.mobile-menu-modal .modal-backdrop,
.mobile-menu-modal + .modal-backdrop {
    backdrop-filter: blur(4px);
}
.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.25rem 1rem;
    border-bottom: 1px solid rgba(20,41,27,.08);
    background: var(--base);
}
.mobile-menu-brand {
    font-size:1.8rem;
    font-weight: 600;
    color: var(--white);
    text-decoration: none;
    letter-spacing: -.02em;
}
.mobile-menu-close {
    width: 35px;
    height: 35px;
    border: 0;
    border-radius: 999px;
    background: var(--accent2);
    position: relative;
    transition: background .2s ease, transform .2s ease;
}
.mobile-menu-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    background: var(--white);
    border-radius: 999px;
}
.mobile-menu-close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}
.mobile-menu-close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.mobile-menu-body {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 84px);
    padding: 1.25rem;
    overflow-y: auto;
}
.mobile-menu-nav {
    flex: 1 1 auto;
}
.mobile-menu-list,
.mobile-menu-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile-menu-list > li {
    border-bottom: 1px solid var(--accent2);
}
.mobile-menu-list > li:last-child {
    border-bottom: 0;
}
.mobile-menu-list > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: 1rem 0;
    color: var(--base) !important;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
    width: 100%;
    padding-right: 3rem;
    transition: color .2s ease, transform .2s ease;
}
.mobile-menu-list > li > a::after {
    display: none !important;
}
.mobile-menu-list > li > a:hover {
    color: var(--accent2);
    transform: translateX(4px);
}
.mobile-menu-list .current-menu-item > a,
.mobile-menu-list .current-menu-ancestor > a {
    color: var(--accent2);
}
.mobile-menu-list .sub-menu {
    padding: .25rem 0 1rem 0;
}
.mobile-menu-list .sub-menu li a {
    padding: .6rem 0 ;
    color: var(--base) !important;
    font-size: 1.25rem;
    position: relative;
    width: 100%;
}
.mobile-menu-actions {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--accent2);
    display: grid;
    gap: .85rem;
}
.mobile-menu-actions ul li .action {
    font-size: 105%;
}
.mobile-menu-actions ul li .action::after {
    display: none !important;
}
/* Optional: slightly darker overlay */
.modal-backdrop.show {
    opacity: .45;
}
.mobile-menu {
    display: flex;
    align-items:center;
    flex-wrap: wrap;
    gap:0.75rem;
}
.mobile-menu > * {
    flex: 0 0 auto !important;
    margin-top: 0 !important;
}
.mobile-menu > .btn {
    width: auto !important;
}
@media (min-width: 992px) {
    .mobile-menu-modal {
        display: none !important;
    }
}

.mobile-menu-list .menu-item-has-children {
  position: relative;
}

.mobile-submenu-toggle {
  position: absolute;
  top: .55rem;
  right: 0;
  width: 35px;
  height: 35px;
  border: 0;
  background: var(--accent2);
  border-radius: 999px;
  transition: background .2s ease, transform .2s ease;
}

.mobile-submenu-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: var(--white);
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.mobile-submenu-toggle span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}

.menu-item-has-children.is-open > .mobile-submenu-toggle span:last-child {
  transform: translate(-50%, -50%) rotate(0deg);
}

.right-bar-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    pointer-events: none; /* viktig */
}
.right-bar-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}
.right-bar {
    position: absolute;
    top: 0;
    right: 0;
    width: min(80vw, 760px);
    height: 100vh;
    overflow: auto !important;
    background: linear-gradient(235deg, rgba(62, 117, 70, 1) 0%, rgba(20, 41, 27, 1) 92%);
    overflow: hidden;
    transform: translateX(calc(100% - 40px));
    transition: transform 0.4s ease;
    pointer-events: auto;
}
.right-bar-modal.is-open {
    pointer-events: auto;
}
.right-bar-modal.is-open .right-bar {
    transform: translateX(0);
}
.right-bar-modal.is-open .right-bar-mask {
    opacity: 1;
}
.right-bar-toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100vh;
    background: linear-gradient(235deg, rgba(62, 117, 70, 1) 0%, rgba(20, 41, 27, 1) 92%);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
    z-index: 3;
    pointer-events: auto;
    cursor: pointer;
    transition: 0.3s;
}
.right-bar-toggle:hover,
.right-bar-toggle:focus {
    background: var(--base);
}
.right-bar-toggle:hover .btn,
.right-bar-toggle:focus .btn {
    color: var(--white);
}
.right-bar-toggle:hover .btn::before,
.right-bar-toggle:focus .btn::before {
    width: 100%;
}
.right-bar-inner {
    transform: rotate(90deg);
    transform-origin: center;
    white-space: nowrap;
    display: flex;
}
.right-bar-inner .btn {
  display: inline-block;
  border-radius: var(--border-radius-sm);
  padding: 0.2rem 1rem 0.1rem 1rem;
}
.right-bar p {
  color: var(--white);
  font-family: "Sora", sans-serif;
  margin: 0;
  font-size: 90%;
}
.right-bar-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, background 0.25s ease;
}
.right-bar-close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.right-bar-modal.is-open .right-bar-close {
  opacity: 1;
  pointer-events: auto;
}
.right-bar-panel-content {
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-bar-panel-content__inner {
  width: 100%;
  max-width: 520px;
  color: var(--white);
}
.right-bar-panel-content__inner h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: var(--white);
}
body.right-bar-open {
  overflow: hidden;
}

.card {
    background: none;
    border:0;
}
.card .card-wrapper {
    color: var(--base);
    background: var(--white);
    text-decoration: none;
    border: 1px solid var(--accent2);
    display: flex;
    flex-flow: column wrap;
    height: 100%;
    overflow: hidden;
    border-radius: var(--border-radius);
}
.card .card-wrapper-link {
    align-items: center;
    justify-content: center;
    background: var(--accent2);
}
.card .card-wrapper-link figure {
    width: 70px;
    height: 70px;
    border-radius: var(--border-radius-lg) !important;
    background: var(--white);
    box-shadow:
    0 10px 30px rgba(0,0,0,0.08),
    0 2px 8px rgba(0,0,0,0.04);
    margin: 0 auto 1.5rem auto;
}
.card .card-wrapper-link figure img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    padding: 1rem;
}
.card .card-wrapper figure {
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    position: relative;
}
.card .card-wrapper figure img {
    object-fit: cover;
    transition: 0.4s;
    width: 100%;
    height: 300px;
}
.card .card-wrapper figure .badge {
    position: absolute;
    top: 25px;
    left: -55px;
    line-height: 1.25;
    border-radius: 0;
    text-align: center;
    transform: rotate(-45deg);
    width: 220px;
    text-align: center;
    background: linear-gradient(235deg, rgba(62, 117, 70, 1) 0%, rgba(20, 41, 27, 1) 92%);
    color: var(--base);
}
.card .card-wrapper .card-body {
    color: var(--base);
    padding: 1.75rem;
    display: flex;
    flex-flow: column wrap;
    flex: auto;
    width: 100%;
}
.card .card-wrapper .card-body .seo-intro {
    padding: 1rem;
}
.card .card-wrapper-link .card-body {
    flex:none;
    color: var(--white);
}
.card .card-wrapper-link .card-body h2,
.card .card-wrapper-link .card-body h3,
.card .card-wrapper-link .card-body h4,
.card .card-wrapper-link .card-body h5 {
    color: var(--white);
}
.card .card-wrapper .card-body-inner {
    margin-top: auto;
}
.card .card-wrapper .card-body ul {
    list-style: none;
    padding: 0;
    display: grid;
    margin: 0 0 1rem 0;
}
.card .card-wrapper .card-body ul li {
    display: block;
    gap:1rem;
    line-height: 1.65;
}
.card .card-wrapper .card-body ul li a {
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.card .card-wrapper .btn,
.card .card-wrapper .action {
    margin-top: auto;
}
.card a.card-wrapper:hover figure img,
.card a.card-wrapper:focus figure img {
    transform: scale(1.1);
}
.card a.card-wrapper:hover .btn-primary {
    background: var(--accent2);
    color: var(--white);
}

.ticker {
    overflow: hidden;
    width: 100%;
    backdrop-filter: blur(15px) contrast(100%);
    -webkit-backdrop-filter: blur(15px) contrast(100%);
    background: rgba(255,255,255,0.25);
}
.ticker-wrap {
    display: flex;
    align-items: center;
    height: 100%;
    white-space: nowrap;
    position: relative;
    max-width: 1500px;
    margin:0 auto;
    overflow: hidden;
}
.usp-ticker {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    white-space: nowrap;
    transform: translateX(0);
    will-change: transform;
}
.usp-ticker li {
    display: block;
    padding: 0 2rem;
}
.usp-ticker li a {
    display: flex;
    align-items: center;
    line-height: 30px;
    padding: 0.1rem 0;
    font-size: 80%;
    margin-top: 0;
    text-decoration: none;
}
.usp-ticker li a .action {
    padding: 0;
}
.usp-ticker li i {
    font-size: 150%;
    margin-right: 0.4rem;
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:0;
}
.stat {
    min-width: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid var(--light);
    padding: 2rem 0;
}
.stat figure {
    width: 70px;
    height: 70px;
    border-radius: var(--border-radius-lg);
    background: var(--white);
    border:1px solid var(--light);
    box-shadow:
    0 10px 30px rgba(0,0,0,0.08),
    0 2px 8px rgba(0,0,0,0.04);
    margin: 0 auto 1.5rem auto;
}
.stat figure img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    padding: 1rem;
}
.stat h3 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 500;
}
.stat p {
    margin: 0 0 0.25rem 0;
    font-size: 85%;
}
.stat .stat-number {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0;
    font-family: "Sora", sans-serif;
    display: block;
    color: var(--accent2);
    line-height: 0.95;
}
.stat .stat-label {
    margin-bottom: 1.5rem;
}
.stat-rating {
    display: flex;
    color: var(--accent2);
    list-style: none;
    padding: 0;
    margin: 0;
    gap:0.3rem;
}
.stat .stat-footer {
    border-top: 1px solid var(--light);
    margin-top: 1rem;
    padding-top: 1rem;
}

/*
.stat:first-child {
    background: var(--white);
}
.stat:first-child figure {
    background: var(--body-bg);
}
.stat:first-child .stat-footer {
    border-color: #ede4d6;
}

.stat:last-child {
    background: linear-gradient(
    135deg,
    #214e38 0%,
    #163a2b 50%,
    #0f261c 100%
    );
    color: #c4d9c0;
}
.stat:last-child h3 {
    color: #c4d9c0;
}
.stat:last-child .stat-number {
    color: var(--white);
}
.stat:last-child .stat-footer {
    border-color: #214e38;
    color: var(--white);
}
.stat:last-child figure {
    background: #214e38;
}
*/



.welcome > .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:4rem;
    align-items: flex-start;
}
#more h2,
#more h3 {
    font-size: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.welcome .welcome-sub {
    display: grid;
}
.welcome .welcome-puff {
    border-top: 1px solid var(--accent2);
    padding-top: 1.75rem;
    margin-top: 1.75rem;
}
.welcome .welcome-puff figure {
    background: var(--accent2);
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0.75rem;
    object-fit: cover;
    border-radius: var(--border-radius-lg);
}
.welcome .welcome-puff:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.welcome .welcome-head h2 {
    max-width: 700px;
}

.gallery {
    position: relative;
}
.gallery .flickity-button {
    width: 45px;
    height: 45px;
    top: 3rem;
    color: var(--accent2);
    background: var(--white);
    padding: 1.5rem;
    z-index: 1000;
}
.flickity-prev-next-button .flickity-button-icon {
    width: 50%;
    height: 50%;
    left: 25%;
    top: 25%;
    color: var(--accent2);
}
.gallery .flickity-prev-next-button.next {
    right: 1rem;
}
.gallery .flickity-prev-next-button.previous {
    left: auto;
    right: 4.5rem;
}
.gallery-hero .flickity-button {
    display: none;
}
.gallery .carousel .carousel-cell {
    width: 100%;
    height: 80vh;
    max-height: 900px;
    min-height: 750px;
    margin-right: 10px;
    border-radius: 5px;
    counter-increment: carousel-cell;
}
.gallery-hero-sm .carousel .carousel-cell {
    height: 550px;
}
.gallery .carousel .flickity-page-dots {
    bottom: 1rem;
}
.flickity-page-dots .dot {
    background: var(--white);
}
.gallery .carousel .flickity-page-dots .dot {
    height: 4px;
    width: 40px;
    margin: 0;
    border-radius: 0;
}
.gallery figure,
.gallery .gallery-video {
    position: relative;
}
.gallery figure img,
.gallery .gallery-video video {
    width: 100%;
    height: 80vh;
    max-height: 900px;
    min-height: 700px;
    object-fit: cover;
}
.gallery-hero-sm figure img,
.gallery-hero-sm .gallery-video video {
    height: 550px;
}
.gallery figure::before,
.gallery .gallery-video::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary);
    z-index: 400;
    opacity: 0.45;
}
.gallery .gallery-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    color: var(--white);
    z-index: 500;
}
.gallery .gallery-caption .container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.gallery-hero .gallery-caption .container {
    justify-content: center;
}
.gallery .gallery-caption h1,
.gallery .gallery-caption h2,
.gallery .gallery-caption h3,
.gallery .gallery-caption h4 {
    color: var(--white);
}
.gallery-hero .gallery-caption .container {
    padding-top: 11rem;
    padding-bottom: 8rem;
}
.gallery .gallery-caption a,
.gallery .gallery-caption button {
    pointer-events: auto;
}
.gallery .gallery-content {
    display: grid;
    grid-template-columns: auto 1fr;
    max-width: 1350px;
    align-items: start;
}
.gallery .gallery-content h1,
.gallery .gallery-content h2 {
    color: var(--white);
    text-wrap: balance;
    max-width: 900px;
    flex: 0 0 auto;
    width: auto;
}
.gallery .gallery-content {
    display: grid;
    grid-template-columns: auto 1fr;
    max-width: 1350px;
    align-items: start;
}
.gallery .gallery-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(255, 255, 255, 0.55);
    padding-left: 3rem;
    margin-left: 3rem;
    color: var(--white);
    font-weight: 500;
    line-height: 1.8;
    position: relative;
    min-height: 100%;
    backdrop-filter: blur(2px);
}
.gallery .gallery-list ol {
    margin-top: auto;
    margin-bottom: 0;
    padding-left: 1.15rem;
}
.gallery .gallery-list img {
    max-width: 100%;
    width: 160px;
}
.gallery .gallery-bottom-content {
    margin-top: auto;
    display: flex;
    position: relative;
    z-index: 10;
    flex-direction: column;
    max-width: 1280px;
}
.gallery .gallery-bottom-start {
    max-width: 615px;
    display: flex;
    padding-left: 2rem;
    min-height: 250px;
    position: relative;
    flex-direction: column;
    border-left: 1px solid var(--accent);
}
.gallery .gallery-bottom-start ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.gallery .gallery-bottom-start ul li {
    display: flex;
    font-weight: 500;
}
.gallery .gallery-bottom-start .row {
    margin-top: auto;
}

/*
.gallery {
    position: relative;
    overflow: hidden;
    background: var(--primary);
    height: 95vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 1650px;
}
.gallery-video video {
    width: 100%;
    height: 95vh;
    object-fit: cover;
}
.gallery-hero .gallery-video video {
    height: 95vh;
}
.gallery figure {
    margin: 0;
}
.gallery figure.gallery-head-picture {
    position: relative;
    width: 100%;
    height: 95vh;
}
.gallery-hero .gallery figure.gallery-head-picture {
    height: 95vh;
}
.gallery figure.gallery-head-picture .gallery-main-image {
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    transition: opacity 0.7s ease;
    will-change: opacity;
}
.gallery figure.gallery-head-picture .gallery-image-current {
    opacity: 1;
    z-index: 1;
}
.gallery figure.gallery-head-picture .gallery-image-next {
    opacity: 0;
    z-index: 2;
}
.gallery.is-changing figure.gallery-head-picture .gallery-image-current {
    opacity: 0;
}
.gallery.is-changing figure.gallery-head-picture .gallery-image-next {
    opacity: 1;
}


.gallery-caption {
    position: absolute;
    inset: 0;
    color: var(--white);
    padding: clamp(1.5rem, 4vw, 4rem);
    display: flex;
    flex-direction: column;
    z-index: 500;
    pointer-events: none;
}
.gallery-hero .gallery-caption {
    margin-top: 7rem;
}
.gallery-caption a,
.gallery-caption button {
    pointer-events: auto;
}
.gallery .gallery-content {
    display: grid;
    grid-template-columns: auto 1fr;
    max-width: 1350px;
    align-items: start;
}
.gallery .gallery-content h1,
.gallery .gallery-content h2 {
    color: var(--white);
    margin: 0;
    text-wrap: balance;
    max-width: 900px;
    flex: 0 0 auto;
    width: auto;
}
.gallery .gallery-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(255, 255, 255, 0.55);
    padding-left: 3rem;
    margin-left: 3rem;
    color: var(--white);
    font-weight: 500;
    line-height: 1.8;
    position: relative;
    min-height: 100%;
    backdrop-filter: blur(2px);
}
.gallery .gallery-list ol {
    margin-top: auto;
    margin-bottom: 0;
    padding-left: 1.15rem;
}
.gallery-bottom-content {
    margin-top: auto;
    display: flex;
    position: relative;
    z-index: 10;
    flex-direction: column;
    max-width: 1280px;
}
.gallery-bottom-start {
    max-width: 550px;
    display: flex;
    padding-left: 2rem;
    min-height: 275px;
    position: relative;
    flex-direction: column;
    backdrop-filter: blur(2px);
    border-left: 1px solid rgba(255, 255, 255, 0.55);
}
.gallery-bottom-start .row {
    margin-top: auto;
}
.gallery-thumbs {
    position: absolute;
    right: 4.5rem;
    bottom: 2rem;
    list-style: none;
    margin: 0;
    z-index: 600;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.gallery-thumbs li {
    position: relative;
    width: 110px;
    height: 110px;
    flex: 0 0 110px;
    opacity: 0.45;
    transition: opacity 0.4s ease;
    cursor: pointer;
    pointer-events: auto;

}
.gallery-thumbs li.is-active {
    opacity: 1;
}
.gallery-thumbs li figure {
    width: 100%;
    height: 100%;
    border-radius: calc(var(--border-radius) - 4px);
    overflow: hidden;
    margin: 0;
}
.gallery-thumbs figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}
.gallery-thumbs li::after {
    content: "";
    position: absolute;
    inset: -7px;
    border-radius: calc(var(--border-radius) + 2px);
    border: 1px solid transparent;
    transition: border-color 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}
.gallery-thumbs li.is-active::after {
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.35);
}
@media (max-width: 1199px) {
    .gallery figure.gallery-head-picture {
        height: 82vh;
    }
    .gallery .gallery-content {
        grid-template-columns: 1fr;
        max-width: 900px;
    }
    .gallery .gallery-list {
        margin-left: 0;
        max-width: 420px;
        padding-left: 2rem;
    }
    .gallery-thumbs {
        right: 1.25rem;
        left: 1.25rem;
        bottom: 1.25rem;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .gallery {
        min-height: auto;
    }
    .gallery figure.gallery-head-picture {
        height: 78vh;
        min-height: 620px;
    }
    .gallery-caption {
        padding: 1.25rem;
    }
    .gallery .gallery-content h2 {
        font-size: clamp(2rem, 8vw, 3.25rem);
    }
    .gallery .gallery-list {
        padding-left: 1.25rem;
    }
    .gallery-bottom-start {
        min-height: auto;
        padding-left: 1.25rem;
    }
    .gallery-thumbs {
        gap: 0.6rem;
        padding: 0.75rem;
        min-height: 128px;
    }
    .gallery-thumbs li {
        width: 72px;
        height: 72px;
        flex-basis: 72px;
    }
}
.gallery-image-current,
.gallery-image-next {
    transition: transform 0.9s ease;
    will-change: transform;
    opacity: 1 !important;
}
.gallery-image-next.slide-start-right {
    transform: translateX(100%);
}
.gallery-image-next.slide-in {
    transform: translateX(0);
}
.gallery-image-current.slide-out-left {
    transform: translateX(-100%);
}
*/


.gallery-grid-hero {
    margin-top: -5rem;
    position: relative;
    z-index: 500;
}
.gallery-grid-hero .gallery-grid-content {
    height: 100%;
}
.gallery-grid-content {
    height: 500px;
    position: relative;
    display: block;
    border-radius: var(--border-radius);
    box-shadow:
    0 10px 30px rgba(0,0,0,0.08),
    0 2px 8px rgba(0,0,0,0.04);
    color: var(--white);
    overflow: hidden;
}
.gallery-grid-ribbon {
    position: absolute;
    max-width: 150px;
    top: 2rem;
    left: 2rem;
    z-index: 600;
}
.gallery-grid .caption p,
.gallery-grid .caption h2,
.gallery-grid .caption .action {
    color: var(--white);
    margin: 0 0 0.5rem 0;
}
.gallery-grid .caption h2 {
    max-width: 90%;
}
.gallery-grid-wrap .contact-form-card {
    margin-top: -3.85rem
}
.gallery-grid-wrap figure {
    height: 100%;
    min-height: 450px;
}
.gallery-grid .col-md-3.gallery-grid-wrap figure {
    min-height: 500px;
    display: flex;
    flex-direction: column;
}
.gallery-grid-wrap figure img,
.gallery-grid-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.gallery-grid-wrap video {
    transform: scale(1.3);
}
.gallery-grid .caption {
    position: absolute;
    padding: 2rem;
    height: 50%;
    display: flex;
    flex-direction: column;
}
.gallery-grid .caption-inner {
    position: relative;
    z-index: 10;
    max-width: 450px;
}
.gallery-grid .col-md-4 .caption-inner {
    max-width: 450px;
    display: flex;
    flex-direction: column;
}
.gallery-grid .caption-top {
    left: 0;
    top: 0;
    width: 100%;
}
.gallery-grid .caption-bottom {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    justify-content: flex-end;
}
.gallery-grid .caption-top::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(16, 24, 40, 1) 92%);
}
.gallery-grid .caption-bottom::before {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(16, 24, 40, 1) 92%);
}
.pulse-circle {
    position:absolute;
    width:50px;
    height:50px;
    border-radius:50%;
    background:var(--white);
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    z-index:10;
    transition: 0.3s;
}
.pulse-circle .icon {
    font-size:20px;
    color:var(--body-color);
    z-index:2;
}
.top-right {
    top:30px;
    right:30px;
}
.bottom-right {
    bottom:30px;
    right:30px;
}
.pulse-circle::before,
.pulse-circle::after {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    border-radius:50%;
    background: var(--white);
    z-index:-1;
    opacity:.5;
    animation:pulse 2.5s infinite;
}
.pulse-circle::after {
    animation-delay:1.5s;
}
@keyframes pulse {
    0%{
        transform:scale(1);
        opacity:0.6;
    }
    70%{
        transform:scale(1.8);
        opacity:0;
    }
    100%{
        transform:scale(1.8);
        opacity:0;
    }
}

.gallery-grid-content:hover figure img,
.gallery-grid-content:focus figure img {
    transform: scale(1.1);
}
.gallery-grid-content:hover video,
.gallery-grid-content:focus video {
    transform: scale(1.5);
}
.gallery-grid-content:hover .pulse-circle,
.gallery-grid-content:focus .pulse-circle {
    background: var(--accent);
}

.custom-accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-border-color: transparent;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-btn-icon: none;
    --bs-accordion-btn-active-icon: none;
    --bs-accordion-bg: transparent;
}
.custom-accordion .accordion-item {
    border: 0;
    border-radius: 0;
    background: transparent;
}
.custom-accordion .accordion-item:last-child {
    border-bottom: 0;
}
.custom-accordion .accordion-header {
    margin: 0;
}
.custom-accordion .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    width: 100%;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--light);
    background: transparent;
    box-shadow: none;
    color: var(--body-color);
}
.custom-accordion .accordion-button:not(.collapsed) {
    color: var(--accent2);
    background: transparent;
    box-shadow: none;
}
.custom-accordion .accordion-button:hover {
    color: var(--accent2);
}
.custom-accordion .accordion-button::after {
    display: none !important;
}
.custom-accordion .accordion-body {
    padding: 0.5rem 0;
    color:  var(--body-color);
}
.custom-accordion .accordion-icon {
    position: relative;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-left: auto;
}
.custom-accordion .accordion-icon::before,
.custom-accordion .accordion-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #111;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.custom-accordion .accordion-icon::before {
    width: 18px;
    height: 2px;
}
.custom-accordion .accordion-icon::after {
    width: 2px;
    height: 18px;
}
.custom-accordion .accordion-button:not(.collapsed) .accordion-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
}

.contact-process {
    position: relative;
}
.contact-process .container {
    position: relative;
    z-index: 500;
}
.contact-process__layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}
.contact-process__main {
    max-width: 760px;
}
.contact-process__intro p {
    max-width: 620px;
}
.contact-process__steps {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    padding: 2rem 0 0 0;
}
.contact-process__steps::before {
    content: "";
    position: absolute;
    left: 25px;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background: var(--accent2);
}
.process-step {
    position: relative;
    display: grid;
    grid-template-columns: 66px 1fr;
    gap: 1rem;
}
.step-number {
    position: relative;
    z-index: 2;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--accent2);
    color: var(--white);
    font-size: 1.7rem;
    font-weight: 700;
    box-shadow:
    0 10px 30px rgba(0,0,0,0.08),
    0 2px 8px rgba(0,0,0,0.04);
    flex-shrink: 0;
    padding-top: 0.1rem;
}
.step-number::before,
.step-number::after {
    content:"";
    position:absolute;
    width:90%;
    height:90%;
    border-radius:50%;
    background: var(--accent2);
    z-index:-1;
    opacity:.25;
    animation:pulse 2.5s infinite;
}
.step-number::after {
    animation-delay:1.5s;
}
.step-content {
    padding-top: 0.45rem;
}
.step-content p {
    margin: 0;
}
.contact-process__side {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-radius: var(--border-radius);
}
.process-info-card {
    padding: 2rem;
    border-radius: var(--border-radius);
    color: var(--white);
    background: linear-gradient(235deg, rgba(62, 117, 70, 1) 0%, rgba(20, 41, 27, 1) 92%);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.process-info-card h3 {
    color: var(--white);
}
.process-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.process-info-list li {
    position: relative;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    display: flex;
    font-weight: 500;
    border-top: 1px solid rgba(255,255,255,0.25);
}
.process-info-list li::before {
    content: "\F270";
    font-family: "bootstrap-icons";
    color: var(--accent);
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 0.25rem;
    margin-right: 0.75rem;
    font-size: 120%;
}
.process-info-list li:first-child {
    border-top: 0;
    padding-top: 0;
}
.process-info-note {
    margin-top: 1.6rem;
    padding-top: 1.3rem;
    border-top: 1px solid rgba(255,255,255,0.25);
    margin-top: auto;
}
.process-info-note strong {
    display: block;
    color: var(--white);
}
.process-info-note p {
    margin: 0;
    color: var(--white);
}
.contact-form-card {
    border-radius: var(--border-radius);
    background: var(--white);
    border: 1px solid var(--accent2);
    color: var(--base);
    overflow: hidden;
}
.contact-form-title {
    background: linear-gradient(235deg, rgba(62, 117, 70, 1) 0%, rgba(20, 41, 27, 1) 92%);
    padding:1.5rem 2rem;
}
.contact-form-title h3 {
    color: var(--white);
    margin: 0;
}
.contact-form-card figure {
    min-height: auto;
    margin-top: -7rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.5rem;
}
.form-header {
    margin-bottom: 1.5rem;
}
.form-header h3 {
    color: var(--base);
}
.form-group {
    display: flex;
    flex-direction: column;
}
.form-group label {
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
    font-weight: 600;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem 1.1rem;
    border: 1px solid var(--accent2);
    border-radius: var(--border-radius-sm);
    background: rgba(255,255,255,1);
    color: var(--body-color);
    font-size: 1rem;
    line-height: 1.5;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.form-group textarea {
    height: 120px;
    resize: vertical;
}

.half-half {
    background: var(--base);
    color: var(--white);
}
.half-half-thumbnail {
    position: relative;
}
.half-half-thumbnail figure {
    position: relative;
    width: 100%;
    height: 100%;
}
.half-half-thumbnail figure img {
    height: 100%;
    object-fit: cover;
    height: 650px;
    width: 100%;
}
.half-half .container .half-half-thumbnail figure img {
    height: 500px;
    border-radius: var(--border-radius);
}
.half-half-content-txt {
    max-width: 700px;
    padding:0 4rem;
}
.half-half-content-txt h2 {
    color: var(--accent);
}
.half-half ul {
    width: fit-content;
}
.half-half ul li {
    display: flex;
    width: fit-content;
    align-items: center;
    font-weight: 500;
    line-height: 1.2;
}
.half-half ul li:first-child {
    border-top: 0;
    padding-top: 0;
}
.half-half ul li i {
    margin-right: 0.5rem;
}
/*
.half-half:nth-of-type(odd) .container > .row,
.half-half:nth-of-type(odd) .container-fluid > .row {
    flex-flow: row-reverse wrap;
    text-align: left;
}
*/
.half-half ul {
    margin-right: auto;
    text-align: left;
}
/*
.half-half:nth-of-type(even) .container-fluid > .row {
    flex-flow: row-reverse wrap;
}

.half-half:nth-of-type(even) .half-half-content-txt {
    margin-left: auto;
}
.half-half:nth-of-type(even) .half-half-thumbnail figure img {
    height: 100%;
    object-fit: cover;
    max-height: 700px;
    width: 100%;
    border-radius: 0;
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
}
*/
.footer-section {
    background: linear-gradient(235deg, rgba(20, 41, 27, 1) 50%, rgba(62, 117, 70, 1) 100%);
    padding: 10rem 0;
    color: var(--base);
}
.footer-section .h2,
.footer-section .h3,
.footer-section .h4,
.footer-section .h5,
.footer-section h2,
.footer-section h3,
.footer-section h4,
.footer-section h5 {
    color: rgba(255,255,255,1);
}
.footer-section ul  {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-section i {
    color: var(--accent);
}
.footer-section .action {
    width: 100%;
}
.footer-section .form-control {
    min-height: 52px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.06);
    color: var(--white);
}
.footer-section .form-control::placeholder {
    color: rgba(255,255,255,0.65);
}
.footer-section p,
.footer-section label {
  color: var(--white);
}
.footer-left img {
    max-width: 200px;
}
.footer-section .form-control:focus {
    background: rgba(255,255,255,0.08);
    color: var(--white);
    border-color: rgba(255,255,255,0.35);
    box-shadow: none;
}
.footer-section .btn.btn-light {
    min-height: 52px;
    border-radius: 999px;
    font-weight: 600;
}
.footer-link {
    color: rgba(255,255,255,01);
    text-decoration: none;
    transition: 0.3s ease;
}
.footer-link:hover {
    color: var(--white);
}
.footer-middle {
    padding-top: 4rem;
    margin-top: 5rem;
    border-top: 1px solid rgba(255,255,255,0.35);
}
.footer-middle img {
    max-height: 80px;
}
.footer-bottom {
    padding-top: 4rem;
    margin-top: 5rem;
    border-top: 1px solid rgba(255,255,255,0.35);
}
.footer-bottom > *:first-child a.action::before {
    display: none;
}
.footer-links ul li {
    line-height: 1.6;
}
.footer-links ul.list-flex {
    display: flex;
    gap:0.5rem;
    flex-wrap: wrap;
}

.fancy-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.fancy-gallery a img {
    object-fit: cover;
    width: 100%;
    height: 300px;
    margin: 0;
}

.social-btn {
    color: var(--white);
    padding: 0 0.5rem;
}
.social-btn i {
    font-size: 250%;
}

body.service-archive {
    padding-top: 7.3rem;
}
body.service-archive header {
    background: var(--base);
}
.rank-math-wrapper {
    margin-top: 3.5rem;
}
.rank-math-breadcrumb p {
    font-weight: 500;
    font-size: 1rem;
}
.rank-math-breadcrumb p a {
    color: var(--accent2);
    text-decoration: underline;
}

.hero-sm {
    height: 500px;
    overflow: hidden;
    position: relative;
}
.hero-sm::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary);
    z-index: 400;
    opacity: 0.45;
}
.hero-sm .hero-caption {
    padding-top: 4rem;
    position: absolute;
    top: 0;
    z-index: 500;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-sm .hero-caption h1 {
    color: var(--white);
    margin:0;
}
.hero-sm figure {
    height: 100%;
    width: 100%;
}
.hero-sm figure img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.content-wrapper {
    gap:4rem;
    align-items: flex-start;
}
.content-wrap h2,
.content-wrap h3,
.content-wrap h4,
.content-wrap h5,
.content-wrap h6 {
    margin: 1rem 0;
}
.content-wrap h2 {
    font-size: 2rem;
}
.content-wrap h3 {
    font-size: 1.75rem;
}
.content-wrap img {
    margin: 1rem 0;
    border-radius: var(--border-radius);
}
.content-wrap ul {
    margin: 1.5rem 0;
    padding: 0;
    list-style: none;
}
.content-wrap ul li {
    line-height: 1.5;
    font-size: 115%;
}
.page-sidebar {
    margin-top: -13.8rem;
    width: 450px;
    position: relative;
    z-index: 600;
    display: grid;
    gap:2rem 0;
    align-items: flex-start;
}
.sidebar-cards {
    display: grid;
    gap:2rem;
}
.page-sidebar .contact-form-title h3 {
    margin: 0;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 32px;
}
.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.contact-info-icon {
    width: 52px;
    height: 52px;
    border-radius: var(--border-radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--base);
    box-shadow: 0 12px 30px rgba(26, 26, 26, 0.08);
    color: var(--accent);
    flex-shrink: 0;
    font-size: 1.5rem;
}
.contact-info-item small {
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
}
.contact-highlight-card {
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.contact-section-title {
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 700;
    color: #181818;
    margin-bottom: 0;
}
.contact-side-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.contact-side-card {
    padding: 2rem;
    background: var(--white);
    border: 1px solid var(--accent2);
    border-radius: var(--border-radius);
}
.contact-map-placeholder iframe {
    border-radius: var(--border-radius);
    width: 100%;
}
.contact-hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-hours-list li {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 0;
    border-bottom: 1px solid var(--accent2);
}
.contact-hours-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.contact-hours-list strong {
    color: #181818;
}
.contact-side-card-accent {
    background: linear-gradient(235deg, rgba(62, 117, 70, 1) 0%, rgba(20, 41, 27, 1) 100%);
    color: #fff;
    border-radius: var(--border-radius);
}
.contact-side-card-accent p,
.contact-side-card-accent h3 {
    color: #fff;
}
.contact-side-card-accent .btn {
  border-radius: 14px;
  font-weight: 700;
  padding: 14px 22px;
}
body.category-guider {
    padding-top: 10rem;
}
body.category-guider .header {
    background: rgba(0, 0, 0, 0.75);
}

.ti-widget.ti-goog .ti-widget-container,
.ti-widget.ti-goog .ti-col-1 .ti-reviews-container, .ti-widget.ti-goog .ti-col-1 .ti-footer {
    margin-bottom: 0 !important;
}

.fluentform .ff-el-group {
    margin-bottom: 10px !important;
}
.fluentform .ff-el-progress-bar span {
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important;
    font-weight: 600 !important;
}
.ff-default .ff-el-form-control {
    border-color: var(--accent2) !important;
}
.fluentform .ff-el-progress-bar span,
.fluentform .ff-el-progress {
    height: 1.7rem !important;
}
.fluentform .ff-el-progress-bar {
    background: var(--accent) !important;
    color: var(--body-color) !important;
}
.fluentform .ff_upload_btn.ff-btn {
    border-radius: 4px !important;
    background: var(--white) !important;
    color: var(--base) !important;
    padding: 8px 15px 7px 15px !important;
    font-weight: 500 !important;
    font-size: 85% !important;
    border: 1px solid var(--accent2) !important;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check {
    margin-bottom: 0 !important;
    display: inline-block !important;
    margin-right: 0.2rem !important;
    margin-bottom: 0.2rem !important;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span {
    background: var(--white) !important;
    color: var(--base) !important;
    border-radius: 4px !important;
    padding: 12px 10px 11px 10px !important;
    border:1px solid var(--accent2) !important;
    font-size: 17px !important;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label>span,
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected:first-child label>span {
    background: var(--base) !important;
    border-color: var(--accent2) !important;
    color: var(--white) !important;
    box-shadow: none !important;
}
.ff-default .ff-btn-secondary {
    background: var(--accent) !important;
    color: var(--base) !important;
    border: none !important;
    margin-top: 1rem !important;
    font-family: "Sora", sans-serif !important;
    font-weight: 600 !important;
    font-size: 1.2rem !important;
    border-radius: var(--border-radius-sm) !important;
    padding: 1rem 0 !important;
    width: 100% !important;
    transition: 0.3s !important;
}
.ff-default .ff-btn-secondary.ff-btn-prev {
    padding: 0.5rem !important;
    font-size: 1rem !important;
    font-size: 1rem !important;
    background: var(--white) !important;
    border: 1px solid var(--accent2) !important;
    transition: 0.3s !important;
}
.ff-default .ff-btn-secondary:hover,
.ff-default .ff-btn-secondary:focus,
.ff-default .ff-btn-secondary:hover,
.ff-default .ff-btn-secondary:focus {
    background: var(--accent2) !important;
    color: var(--white) !important;
}
.ff-default .ff-uploaded-list {
    margin-bottom: 1rem !important;
}
.fluentform .ff-step-t-container .ff-t-cell,
.fluentform .ff-step-t-container .ff-t-cell .btn-primary {
    width: 100% !important;
}
.fluentform .mb-0 {
    margin-bottom: 0 !important;
}
.ff-el-progress-status {
    display: none !important;
}

.four-four {
    font-size: 10rem;
    color: var(--accent);
    font-weight: 900;
    line-height: 1;
}
.error-404 {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(235deg, rgba(62, 117, 70, 1) 0%, rgba(20, 41, 27, 1) 92%);
}
.error-404 h1 {
  padding: 1rem 0;
  color: var(--white);
}

@media (max-width: 1400px) {
    h1, .h1 {
        font-size: 3rem;
    }
    .header .navbar-brand img {
        max-width: 120px;
    }
    .ff-default .ff-btn-secondary,
    .btn {
        font-size: 1.1rem !important;
    }
    .header .navbar .nav-item .nav-link {
        font-size: 1.1rem;
    }
    .card .card-wrapper figure img {
        height: 300px;
    }
}
@media (max-width: 1200px) {
  .ff-default .ff-btn-secondary,
  .btn {
      font-size: 1rem !important;
      padding: 0.65rem 1rem !important;
  }
  .header .navbar-brand img {
      max-width: 100px;
  }
  .section-holder {
      margin-bottom: 6rem;
  }
  .header .navbar .nav-item .nav-link {
      font-size: 1rem;
      margin: 0 0.35rem;
  }
  .header .header-contact li {
      padding: 0 0.5rem;
  }
  .container, .container-fluid {
      padding: 0 1.5rem;
  }
  .content-wrapper {
      gap:2rem;
  }
  .gallery-grid-wrap .contact-form-card,
  .page-sidebar {
      margin-top: 0rem;
  }
  .welcome > .container {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap:2rem;
      align-items: flex-start;
  }
  .gallery-grid .caption h2 {
      max-width: 100%;
  }
  .gallery-grid-ribbon {
      max-width: 130px;
  }
  .half-half-content-txt {
      padding: 3rem;
      max-width: 85%;
  }
  .half-half-thumbnail figure img {
      height: 500px;
  }
  .footer-section {
      padding: 6rem 0;
  }
  .footer-left img {
      max-width: 150px;
  }
}
@media (max-width: 992px) {
  h1 br, .h1 br,
  h2 br, .h2 br,
  h3 br, .h3 br,
  h4 br, .h4 br,
  h5 br, .h5 br {
      display: none !important;
  }
  h1, .h1 {
      font-size: 2.25rem;
      line-height: 1.1;
  }
  h2, .h2 {
      font-size: 1.75rem;
      line-height: 1.1;
  }
  h3, .h3 {
      font-size: 1.6rem;
  }
  h4, .h4 {
      font-size: 1.45rem;
  }
  h5, .h5 {
      font-size: 1.35rem;
  }
  h6, .h6 {
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.5;
  }
  .section-holder {
      margin-bottom: 4rem;
  }
  .container, .container-fluid {
      padding: 0 1rem;
  }
  .content-wrap h2 {
      font-size: 1.5rem;
  }
  .content-wrap h3 {
      font-size: 1.35rem;
  }
  .content-wrap ul li a,
  .action {
      margin-top: 1rem;
  }
  .hero-sm {
      height: 250px;
  }
  .content-wrapper {
      gap:1em;
  }
  .gallery .carousel .carousel-cell,
  .gallery figure img,
  .gallery .gallery-video video {
      height: 250px;
  }
  .gallery-hero .carousel .carousel-cell,
  .gallery-hero figure img,
  .gallery-hero .gallery-video video {
      height: 660px;
      min-height: 100%;
  }
  .gallery .gallery-bottom-start {
      padding-left: 1rem;
  }
  .gallery-grid .caption .badge {
      margin: 0 auto 1rem auto;
  }
  .gallery-grid-ribbon {
      max-width: 75px;
      top: 0.5rem;
      left: 0.5rem;
  }
  .gallery-grid .caption .badge {
      margin-bottom: 0.5rem;
  }
  .gallery-grid .caption {
      text-align: center;
  }
  .process-info-card,
  .card .card-wrapper .card-body,
  .gallery-grid .caption{
      padding: 1.5rem;
  }
  .contact-form,
  .contact-form-title  {
      padding: 1rem;
  }
  .card .card-wrapper figure img {
      height: 200px;
  }
  .half-half-content-txt {
      padding:2rem;
      max-width: 100%;
  }
  .half-half-thumbnail figure img {
      height: 400px;
  }
  .contact-process__layout {
      grid-template-columns: repeat(1, 1fr);
      gap: 1.5rem;
  }
  .gallery .flickity-button {
      width: 45px;
      height: 45px;
      padding: 1rem;
  }
  .page-sidebar {
      width: 100%;
  }
  .footer-section {
      padding: 4rem 0;
  }
}
@media (max-width: 768px) {
    body {
        font-size: 1rem;
    }
    h1, .h1 {
        font-size: 1.75rem;
    }
    .content-holder,
    .section-holder {
        margin-bottom: 2rem;
    }
    .top-right {
        top: 15px;
        right: 15px;
    }
    .pulse-circle {
        width: 40px;
        height: 40px;
    }
    .pulse-circle .icon {
        font-size: 15px;
    }
    .header .navbar-brand img {
        max-width: 80px;
    }
    .gallery .gallery-caption {
        width: 100%;
        height: auto;
        position: relative;
        background: linear-gradient(235deg, rgba(20, 41, 27, 1) 0%, rgba(62, 117, 70, 1) 100%);
    }
    .gallery .gallery-caption .container {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    .gallery-hero .gallery-caption .container {
        padding-top: 2rem;
        padding-bottom: 6rem;
    }
    .gallery .gallery-bottom-start {
        min-height: 100%;;
    }
    .gallery .gallery-bottom-start .btn {
        margin-top: 1rem !important;
    }
    .gallery .gallery-bottom-start ul {
        display: grid;
        gap: 0.35rem;
    }
    .gallery .flickity-button {
        width: 40px;
        height: 40px;
        padding: 1rem;
    }
    .gallery-grid-content,
    .gallery-grid-wrap figure {
        height: 300px;
        min-height: 100%;
    }
    .gallery-hero .carousel .carousel-cell,
    .gallery-hero figure img,
    .gallery-hero .gallery-video video {
        height:250px;
    }
    .stats {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
        background: linear-gradient(235deg, rgba(62, 117, 70, 1) 0%, rgba(20, 41, 27, 1) 92%);
        padding: 2rem 0;
        border-radius: var(--border-radius);
        margin-bottom: 2rem;
    }
    .stat h3 {
        padding: 0;
        color: var(--white);
    }
    .stat {
        border-top: 1px solid var(--accent);
        color: var(--white);
    }
    .stat:first-child {
        padding-top: 0;
        margin-top: 0;
        border-top: 0;
    }
    .stat:last-child {
        display: none;
    }
    .stat .stat-number {
        color: var(--accent);
    }
    .stat .stat-footer {
        border-top: 0;
        padding-top: 0;
    }
    .stat p {
        margin: 0 0 0.25rem 0;
        font-size: 110%;
    }
    .contact-side-card,
    .half-half-content-txt {
        padding: 1.5rem;
    }
    .half-half-thumbnail figure img {
        height: 300px;
    }
    .process-step {
        gap:0.5rem;
    }
    .contact-process__steps {
        padding-top: 0.5rem;
    }
    .gallery .flickity-prev-next-button.next {
        right: 0.5rem;
    }
    .gallery .flickity-prev-next-button.previous {
        left: 0.5rem;
    }
    .fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span {
        padding: 10px 7px 9px 7px !important;
        font-size: 13px !important;
    }
    .ff-default .ff-el-input--label label {
        font-size: 90%;
    }
    .custom-accordion .accordion-button {
        padding: 0.45rem 0;
    }
    .footer-section {
        padding: 2rem 0;
    }
    .footer-left img {
        max-width: 100px;
    }
    .four-four {
        font-size: 5rem;
        color: var(--accent2);
        font-weight: 900;
    }
}
