/**
* Template Name: Imperial
* Template URL: https://bootstrapmade.com/imperial-free-onepage-bootstrap-theme/
* Updated: Oct 08 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Ubuntu", system-ui, sans-serif;
  --heading-font: "Archivo Black", system-ui, sans-serif;
  --nav-font: "Ubuntu", system-ui, sans-serif;
  --eyebrow-font: "Ubuntu", system-ui, sans-serif;
}

/* Global Colors: deepened palette, blues stay blue */
:root {
  --ink: #0A1628;
  --paper: #FFFFFF;
  --brass: #7A4E14;
  --slate: #0A1628;
  --charcoal: #0A1628;
  --background-color: #FFFFFF;
  --default-color: #0A1628;
  --heading-color: #0A1628;
  --accent-color: #7A4E14;
  --surface-color: #FFFFFF;
  --contrast-color: #FFFFFF;
  --bs-body-color: #0A1628;
  --bs-emphasis-color: #0A1628;
  --bs-heading-color: #0A1628;
}

/* Nav Menu Colors */
:root {
  --nav-color: #0A1628;
  --nav-hover-color: #7A4E14;
  --nav-mobile-background-color: #FFFFFF;
  --nav-dropdown-background-color: #FFFFFF;
  --nav-dropdown-color: #0A1628;
  --nav-dropdown-hover-color: #7A4E14;
}

/* Color Presets */

.light-background {
  --background-color: #E8E8E8;
  --surface-color: #FFFFFF;
}

.dark-background {
  --background-color: #0A1628;
  --default-color: #FFFFFF;
  --heading-color: #FFFFFF;
  --surface-color: #122033;
  --contrast-color: #FFFFFF;
}

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

/* Site-wide: left/right page padding */
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1260px;
  }
}

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

.text-black,
.text-dark,
.text-body,
.text-body-emphasis {
  color: #0A1628 !important;
}

body,
p, a, li, label, button,
input, textarea, select, td, th {
  font-family: var(--default-font);
}

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: #FFFFFF;
  --default-color: #0A1628;
  --heading-color: #0A1628;
  --nav-color: #0A1628;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
}

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

.header .logo img {
  max-height: 52px;
  margin-right: 0;
}

.header .logo h1 {
  font-size: 26px;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

.scrolled .header {
  --background-color: #FFFFFF;
  --default-color: #0A1628;
  --heading-color: #0A1628;
  --nav-color: #0A1628;
  background-color: #FFFFFF;
  box-shadow: 0 1px 18px rgba(10, 22, 40, 0.08);
}

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

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

  .navmenu li {
    position: relative;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .navmenu ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(320px, 86vw);
    padding: 88px 0 32px;
    margin: 0;
    border-radius: 0;
    background-color: #ffffff;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    z-index: 9998;
    box-shadow: -16px 0 40px rgba(10, 22, 40, 0.16);
    pointer-events: none;
  }

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

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

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

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

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

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

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

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

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

  .mobile-nav-active .mobile-nav-toggle {
    color: #0A1628;
    position: fixed;
    font-size: 32px;
    top: 22px;
    right: 18px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(10, 22, 40, 0.45);
    transition: background 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: flex;
    transform: translateX(0);
    pointer-events: auto;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  padding: 40px 0 0 0;
  position: relative;
}

.footer .icon {
  color: var(--accent-color);
  margin-right: 15px;
  font-size: 24px;
  line-height: 0;
}

.footer h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer .address p {
  margin-bottom: 0px;
}

.footer-contact p {
  margin: 0 0 12px;
  line-height: 1.6;
}

.footer-contact a {
  color: #ffffff;
}

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

.footer-contact .social-links {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  font-size: 14px;
  color: #ffffff;
  margin-right: 8px;
  transition: 0.3s;
}

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

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

.footer .copyright-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 160px 0 80px 0;
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 10px;
}

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

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

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

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

@media (max-width: 1199px) {

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

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

.section-title h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 12px;
  padding-bottom: 14px;
  text-transform: none;
  position: relative;
  font-family: var(--heading-font);
}

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

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

.section p {
  text-align: justify;
}

.who-we-are.section p,
.who-we-are-inner p {
  text-align: center;
}

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

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

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

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

.hero h2 {
  margin: 0;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: -0.02em;
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
}

.hero p {
  margin: 20px auto 40px;
  font-size: 18px;
  line-height: 1.7;
  max-width: 42em;
  color: color-mix(in srgb, var(--default-color), transparent 8%);
}

.hero p span {
  letter-spacing: 1px;
  border-bottom: 2px solid var(--accent-color);
}

.hero .cta-btn {
  margin: 10px 5px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  transition: 0.3s;
  background: var(--accent-color);
  border: 2px solid var(--accent-color);
  color: var(--contrast-color);
}

.hero .cta-btn:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.hero .cta-btn2 {
  margin: 10px 5px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 0;
  transition: 0.3s;
  color: var(--contrast-color);
  border: 2px solid var(--accent-color);
}

.hero .cta-btn2:hover {
  background: var(--accent-color);
}

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

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

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content h3 {
  font-size: 2rem;
  font-weight: 700;
}

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

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 1.25rem;
  margin-right: 4px;
  color: var(--accent-color);
}

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

.about .content .read-more {
  background: var(--accent-color);
  color: var(--contrast-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about .content .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.about .content .read-more:hover {
  background: color-mix(in srgb, var(--accent-color), black 20%);
  padding-right: 19px;
}

.about .content .read-more:hover i {
  margin-left: 10px;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  position: relative;
}

.services .service-item .icon {
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid var(--accent-color);
  margin-right: 20px;
}

.services .service-item .icon i {
  color: var(--contrast-color);
  font-size: 24px;
  line-height: 0;
}

.services .service-item:hover .icon {
  background: var(--surface-color);
}

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

.services .service-item .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .service-item .title a {
  color: var(--heading-color);
}

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

.services .service-item .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features {
  --default-color: #0A1628;
  --heading-color: #0A1628;
}

.features .feature-box {
  height: 100%;
  padding: 40px 30px;
  border-radius: 10px;
}

.features .feature-box i {
  font-size: 44px;
  display: inline-block;
  line-height: 0;
  color: var(--accent-color);
  margin-bottom: 20px;
}

.features .feature-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.features .feature-box p {
  font-size: 15px;
  margin-bottom: 0;
}

.features .feature-box.orange {
  background-color: #F3E6CF;
}

.features .feature-box.orange i {
  color: #7A4E14;
}

.features .feature-box.blue {
  background-color: #D9E2EA;
}

.features .feature-box.blue i {
  color: #0A1628;
}

.features .feature-box.green {
  background-color: #E7E2D4;
}

.features .feature-box.green i {
  color: #5C7285;
}

.features .feature-box.red {
  background-color: #EFEAE0;
}

.features .feature-box.red i {
  color: #7A4E14;
}

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

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

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

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

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

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

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

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

#vision.call-to-action.section {
  padding: 32px 0 36px;
}

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

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  margin: 0 10px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item .testimonial-content {
  border-left: 3px solid var(--accent-color);
  padding-left: 30px;
}

.testimonials .testimonial-item .testimonial-img {
  border-radius: 50%;
  border: 4px solid var(--background-color);
  margin: 0 auto;
}

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

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

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

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

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

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

.testimonials .testimonial-item p {
  font-style: italic;
}

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

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

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

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

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

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

.team .team-member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: color-mix(in srgb, var(--background-color), transparent 20%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .team-member .social a {
  transition: color 0.3s;
  color: var(--heading-color);
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .team-member .social a i {
  line-height: 0;
}

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

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

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

.team .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

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

.team .team-member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

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

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

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

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

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

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

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

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

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

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

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

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 25%);
}

.contact.contact-split {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 90px;
}

.contact-split-row {
  position: relative;
  align-items: stretch;
  justify-content: space-between;
}

.contact-split-row::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #cfc8b8;
  transform: translateX(-50%);
}

.contact-split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;
}

.contact-split-copy h2 {
  margin: 0 0 20px;
  max-width: 16ch;
  font-family: var(--heading-font);
  font-size: clamp(32px, 3.4vw, 46px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #0A1628;
}

.contact-split-copy p {
  max-width: 36em;
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #0A1628;
}

.contact-split-form {
  padding-left: 40px;
}

.contact-split-form h3 {
  margin: 0 0 28px;
  font-family: var(--heading-font);
  font-size: 22px;
  font-weight: 700;
  color: #0A1628;
}

.contact.contact-split .form-field {
  margin-bottom: 20px;
}

.contact.contact-split .form-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #0A1628;
}

.contact.contact-split .php-email-form input[type=text],
.contact.contact-split .php-email-form input[type=email],
.contact.contact-split .php-email-form textarea {
  width: 100%;
  max-width: none;
  padding: 8px 12px;
  background: #f3efe4;
  border: 1px solid #0A1628;
  border-radius: 2px;
  color: #0A1628;
  font-size: 15px;
}

.contact.contact-split .php-email-form input[type=text]::placeholder,
.contact.contact-split .php-email-form input[type=email]::placeholder,
.contact.contact-split .php-email-form textarea::placeholder {
  color: #8a8478;
}

.contact.contact-split .php-email-form textarea {
  min-height: 52px;
  height: 52px;
  max-height: 280px;
  overflow-y: hidden;
  resize: none;
}

.contact-split-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.contact.contact-split .php-email-form button[type=submit] {
  padding: 12px 22px;
  border-radius: 2px;
  background: #b8874a;
  color: #fff;
  font-weight: 600;
}

.contact.contact-split .php-email-form button[type=submit]:hover {
  background: #9d723c;
}

.contact.contact-split .php-email-form button[type=submit]:disabled {
  opacity: 0.85;
  cursor: wait;
}

.contact-split-actions p {
  margin: 0;
  max-width: 22em;
  font-size: 13px;
  line-height: 1.45;
  color: #0A1628;
}

@media (max-width: 991px) {
  .contact-split-row::before {
    display: none;
  }

  .contact-split-copy {
    padding-right: 12px;
    margin-bottom: 36px;
  }

  .contact-split-form {
    padding-left: 12px;
    border-top: 1px solid #cfc8b8;
    padding-top: 36px;
  }
}

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

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

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

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

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

@media (max-width: 575px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
}

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

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

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

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

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
.starter-section {
  /* Add your styles here */
}

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Blog Pagination Section
--------------------------------------------------------------*/
.blog-pagination {
  padding-top: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog-pagination li a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-pagination li a.active,
.blog-pagination li a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.blog-pagination li a.active a,
.blog-pagination li a:hover a {
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details {
  padding-bottom: 30px;
}

.blog-details .article {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog-details .title {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
}

.blog-details .content {
  margin-top: 20px;
}

.blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog-details .content blockquote {
  overflow: hidden;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog-details .content blockquote p {
  color: var(--default-color);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--accent-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .meta-top {
  margin-top: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-details .meta-bottom i {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  display: inline;
}

.blog-details .meta-bottom a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
  color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--default-color);
  content: ",";
}

.blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog-details .meta-bottom .share i {
  padding-left: 5px;
}

/*--------------------------------------------------------------
# Blog Comments Section
--------------------------------------------------------------*/
.blog-comments {
  padding: 10px 0;
}

.blog-comments .comments-count {
  font-weight: bold;
}

.blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog-comments .comment .comment-img img {
  width: 60px;
}

.blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog-comments .comment h5 a {
  font-weight: bold;
  color: var(--default-color);
  transition: 0.3s;
}

.blog-comments .comment h5 a:hover {
  color: var(--accent-color);
}

.blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 5px;
}

.blog-comments .comment.comment-reply {
  padding-left: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widgets-container {
  margin: 60px 0 30px 0;
}

.widget-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
  border-left: 4px solid var(--accent-color);
}

.widget-item {
  margin-bottom: 30px;
  background-color: color-mix(in srgb, var(--default-color), transparent 98%);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  padding: 30px;
  border-radius: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Centermont brand components
--------------------------------------------------------------*/
.eyebrow {
  display: block;
  font-family: var(--eyebrow-font);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-color);
  margin-bottom: 12px;
}

.dark-background .eyebrow {
  color: #ffffff;
}

.hero.centermont-hero .hero-bg {
  display: none;
}

.hero.centermont-hero:before {
  background: var(--ink);
}

.navmenu .btn-cta {
  background: var(--accent-color);
  color: var(--paper) !important;
  padding: 10px 16px !important;
  margin-left: 8px;
  font-family: var(--eyebrow-font) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 2px;
}

.navmenu .btn-cta:hover,
.navmenu .btn-cta.active {
  background: color-mix(in srgb, var(--accent-color), var(--ink) 18%);
  color: var(--paper) !important;
}

@media (max-width: 1199px) {
  .navmenu .btn-cta {
    margin: 12px 20px;
    display: inline-flex;
    width: fit-content;
  }
}

.who-we-are-inner {
  max-width: none;
  width: 100%;
  margin: 0;
  text-align: center;
}

.who-we-are-inner h2 {
  margin: 8px 0 24px;
  font-family: var(--heading-font);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.2;
}

.who-we-are-inner p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.7;
  text-align: center;
}

.who-we-are-inner p:last-child {
  margin-bottom: 0;
}

.why-matters-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}

.why-matters-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 14px;
  row-gap: 4px;
  margin: 0 0 16px;
}

.why-matters-heading .eyebrow {
  margin-bottom: 0;
}

.why-matters-copy h2 {
  margin: 0;
  font-family: var(--heading-font);
  font-weight: 800;
  line-height: 1.2;
  color: var(--heading-color);
}

.why-matters-copy p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
}

.why-matters-copy p:last-child {
  margin-bottom: 0;
}

.why-matters-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

@media (min-width: 992px) {
  .why-matters-row {
    align-items: flex-start;
  }

  .why-matters-copy {
    justify-content: flex-start;
    padding-top: 0;
  }
}

.built-section {
  padding-top: 24px;
}

.built-section.dark-background {
  padding: 72px 0;
}

.built-section .built-inner {
  max-width: none;
  width: 100%;
  margin: 0;
  text-align: center;
}

.built-section .built-inner h2 {
  margin: 8px 0 20px;
  font-family: var(--heading-font);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #0A1628;
  text-align: center;
}

.built-section.dark-background .built-inner h2,
.built-section.dark-background .built-inner p {
  color: #ffffff;
}

.built-section .built-inner p {
  margin: 0;
  max-width: none;
  text-align: center;
  font-size: 17px;
  line-height: 1.65;
  color: #0A1628;
}

.built-discretion {
  padding-top: 24px;
}

.built-discretion-row {
  align-items: flex-start;
}

.built-discretion-col h2 {
  margin: 0 0 16px;
  font-family: var(--heading-font);
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #0A1628;
  text-align: left;
}

.built-discretion-col p {
  margin: 0 0 14px;
  text-align: justify;
  font-size: 17px;
  line-height: 1.65;
  color: #0A1628;
}

.built-discretion-col p:last-child {
  margin-bottom: 0;
}

.confidentiality-copy {
  text-align: left;
}

.confidentiality-copy p {
  text-align: left;
  margin: 0 0 16px;
}

.confidentiality-copy p:last-child {
  margin-bottom: 0;
}

.difference-section {
  padding-top: 16px;
}

.difference-title {
  text-align: left;
  padding-bottom: 16px;
}

.difference-title h2 {
  margin: 2px 0 0;
  font-family: var(--heading-font);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--heading-color);
}

.difference-title-line {
  display: block;
}

.difference-copy-col p {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--charcoal);
}

.difference-copy-col p:last-child {
  margin-bottom: 0;
}

.difference-row {
  position: relative;
}

@media (min-width: 992px) {
  .difference-row {
    align-items: stretch;
  }

  .difference-row::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #cfc8b8;
    transform: translateX(-50%);
  }

  .difference-copy-col {
    padding-right: 40px;
  }

  .difference-table-col {
    padding-left: 40px;
  }
}

.difference-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: 16px;
}

.difference-table th {
  font-family: var(--eyebrow-font);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 14px 18px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.difference-table th:first-child {
  color: var(--slate);
}

.difference-table th:last-child {
  color: var(--accent-color);
}

.difference-table td {
  padding: 16px 18px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  vertical-align: top;
  line-height: 1.45;
}

.difference-table td:first-child {
  color: var(--slate);
}

.difference-table td:last-child {
  color: var(--heading-color);
  font-weight: 500;
}

.audience-section {
  padding-top: 24px;
}

.process-item,
.cmc-item,
.audience-item,
.industry-item {
  height: 100%;
  padding: 32px 28px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--ink), transparent 92%);
}

.how-we-work.section p,
.how-we-work .process-item p,
.how-we-work .process-item h4 {
  text-align: left;
}

.how-we-work .row > [class*="col-"] {
  display: flex;
}

.how-we-work .process-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 24px 24px 14px;
}

.how-we-work .process-item .step,
.how-we-work .process-item h4,
.how-we-work .process-item p {
  color: #ffffff;
}

.cmc-section .row > [class*="col-"] {
  display: flex;
}

.cmc-section .cmc-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 24px 24px 16px;
}

.cmc-section .cmc-item p {
  text-align: left;
}

.process-item .step {
  font-family: var(--eyebrow-font);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-color);
  margin-bottom: 10px;
  display: block;
}

.process-item h4,
.cmc-item h4,
.audience-item h4,
.industry-item h4 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px;
}

.faq-page .faq-section {
  padding-top: 160px;
}

.approach-page .how-we-work.dark-background {
  --background-color: #ffffff;
  --default-color: #0A1628;
  --heading-color: #0A1628;
  --surface-color: #ffffff;
  background-color: #ffffff;
  padding-top: 160px;
}

.about-page .who-we-are {
  padding-top: 160px;
}

.industries-page .audience-section {
  padding-top: 108px;
}

.approach-page .how-we-work .eyebrow {
  color: var(--accent-color);
}

.approach-page .how-we-work .process-item .step {
  color: var(--accent-color);
}

.approach-page .how-we-work .process-item h4,
.approach-page .how-we-work .process-item p {
  color: #0A1628;
}

.faq-page .faq-split-questions {
  justify-content: flex-start;
}

.faq-page .faq-split-heading {
  margin: 0 0 28px;
  max-width: none;
  font-family: var(--heading-font);
  font-size: 22px;
  font-weight: 700;
  color: #0A1628;
}

.faq-page .faq-item {
  width: 100%;
  margin-bottom: 8px;
}

.faq-page .faq-item button {
  font-size: 16px;
  font-weight: 700;
  padding: 14px 16px;
  line-height: 1.35;
}

.faq-page .faq-item .faq-body {
  padding: 0 16px 14px;
  font-size: 14px;
  line-height: 1.55;
}

.contact-page .contact.contact-split {
  padding-top: 160px;
}

.faq-section {
  background-color: #ffffff;
}

.faq-item {
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--ink), transparent 92%);
  margin-bottom: 12px;
}

.faq-item button {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 20px 24px;
  font-family: var(--heading-font);
  font-size: 20px;
  font-weight: 500;
  color: var(--heading-color);
}

.faq-item button:focus {
  outline: none;
}

.faq-item .faq-body {
  padding: 0 24px 22px;
  color: var(--slate);
}

.footer-brand {
  font-family: var(--heading-font);
  font-size: 22px;
  font-weight: 500;
  color: var(--heading-color);
  margin-bottom: 8px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.footer-nav a {
  color: var(--default-color);
  font-size: 14px;
}

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

.footer-quick-links {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  column-gap: 28px;
  row-gap: 10px;
  margin-top: 0;
}

.logo-mark {
  width: auto;
  height: 52px;
  max-width: min(240px, 46vw);
  display: block;
  flex-shrink: 0;
  object-fit: contain;
}

.header .logo {
  gap: 10px;
}

.page-lede {
  max-width: 40em;
  margin: 0;
  color: var(--slate);
}

#industries.industries-serve {
  background: #0A1628;
  --background-color: #0A1628;
  --heading-color: #ffffff;
  --default-color: #d0d0d0;
  --accent-color: #7A4E14;
}

#industries.industries-serve .industry-item {
  display: flex;
  align-items: center;
  gap: 22px;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
}

#industries.industries-serve .industry-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  overflow: hidden;
}

#industries.industries-serve .industry-icon img {
  width: 68%;
  height: 68%;
  object-fit: contain;
  display: block;
}

#industries.industries-serve .industry-copy {
  min-width: 0;
}

#industries.industries-serve .industry-item h4 {
  margin: 0;
  font-family: var(--default-font);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
}

#industries.industries-serve .industry-item p {
  margin: 0;
  font-family: var(--default-font);
  font-size: 15px;
  line-height: 1.45;
  color: #ffffff;
  text-align: left;
}

@media (max-width: 575px) {
  #industries.industries-serve .industry-icon {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
  }

  #industries.industries-serve .industry-item h4 {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# Homepage motion hero
--------------------------------------------------------------*/
.index-page,
.approach-page {
  overflow-x: hidden;
}

.hero.hero-stage {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 88px 0 72px;
  background: #ffffff;
  color: #0A1628;
  overflow: hidden;
  isolation: isolate;
}

.hero.hero-stage:before {
  display: none;
}

.hero-art {
  position: absolute;
  inset: -8%;
  z-index: 1;
  pointer-events: none;
}

.geo-layer {
  position: absolute;
  inset: 0;
  will-change: transform;
}

.geo {
  position: absolute;
  will-change: transform, opacity;
  transform: translate3d(0, 0, 0);
}

.geo-magenta {
  top: 16%;
  left: -6%;
  width: min(34vw, 420px);
  height: min(52vh, 460px);
  background: #ef3b86;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: hero-drift-x 22s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation-delay: -4s;
}

.geo-magenta svg {
  width: 62%;
  height: 62%;
}

.geo-magenta-sm {
  top: 12%;
  right: 18%;
  width: 92px;
  height: 160px;
  background: #f25aa0;
  animation: hero-bob 16s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}

.geo-orange {
  left: 18%;
  bottom: 8%;
  width: min(28vw, 340px);
  height: min(14vw, 170px);
  background: #ff7a14;
  border-radius: 340px 340px 0 0;
  animation: hero-slide-in 26s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  animation-delay: -9s;
}

.geo-gold-ring {
  border: 3px solid #c9a44a;
  border-radius: 50%;
  background: transparent;
}

.geo-gold-ring-lg {
  top: 28%;
  left: 28%;
  width: min(22vw, 280px);
  height: min(22vw, 280px);
  animation: hero-pulse 18s cubic-bezier(0.37, 0, 0.63, 1) infinite;
  animation-delay: -3s;
}

.geo-gold-ring-sm {
  top: 18%;
  left: 46%;
  width: 88px;
  height: 88px;
  animation: hero-orbit 24s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.geo-concentric {
  top: 34%;
  left: 38%;
  width: min(26vw, 320px);
  height: min(26vw, 320px);
  animation: hero-drift-y 28s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}

.geo-concentric span {
  position: absolute;
  inset: 0;
  border: 14px solid #e6c9a3;
  border-radius: 50%;
}

.geo-concentric span:nth-child(2) {
  inset: 18%;
  border-width: 12px;
  border-color: #f0dcc0;
}

.geo-concentric span:nth-child(3) {
  inset: 38%;
  border-width: 10px;
  border-color: #e6c9a3;
}

.geo-lime-bar {
  top: 8%;
  left: 42%;
  width: min(28vw, 360px);
  height: 18px;
  background: #c6e84a;
  animation: hero-sweep 20s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  animation-delay: -7s;
}

.geo-lime-ell {
  top: 22%;
  right: 16%;
  width: min(18vw, 210px);
  height: min(18vw, 210px);
  background: #c6e84a;
  clip-path: polygon(0 0, 100% 0, 100% 28%, 28% 28%, 28% 100%, 0 100%);
  animation: hero-drift-diag 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.geo-lime-ell span {
  position: absolute;
  top: 18%;
  left: 18%;
  width: 64%;
  height: 64%;
  border: 8px solid #f48fb1;
  clip-path: polygon(0 0, 100% 0, 100% 32%, 32% 32%, 32% 100%, 0 100%);
}

.geo-frame {
  border: 3px solid #0A1628;
  background: transparent;
}

.geo-frame-a {
  top: 26%;
  right: 30%;
  width: 120px;
  height: 120px;
  transform: rotate(45deg);
  animation: hero-frame 21s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}

.geo-frame-b {
  bottom: 18%;
  left: 32%;
  width: 72px;
  height: 72px;
  transform: rotate(45deg);
  border-color: #c9a44a;
  animation: hero-frame-alt 17s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}

.geo-purple {
  top: 8%;
  right: -7%;
  width: min(24vw, 280px);
  height: min(42vh, 420px);
  background: #6b4aa8;
  animation: hero-enter-right 32s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  animation-delay: -11s;
}

.geo-purple svg {
  width: 100%;
  height: 100%;
  display: block;
}

.geo-line {
  height: 1px;
  background: #0A1628;
  opacity: 0.28;
  transform-origin: left center;
}

.geo-line-a {
  top: 24%;
  left: 12%;
  width: 18vw;
  animation: hero-line 14s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.geo-line-b {
  bottom: 22%;
  right: 12%;
  width: 14vw;
  animation: hero-line 19s cubic-bezier(0.22, 1, 0.36, 1) 1.8s infinite;
}

.hero-content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1260px;
  margin-top: 88px;
  padding: 0 1.5rem;
  box-sizing: border-box;
  text-align: center;
  container-type: inline-size;
}

.hero-content h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(22px, calc(100vw / 19), 110px);
  font-size: clamp(22px, calc(100cqi / 16.6), 110px);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: #0A1628;
  text-align: center;
}

.hero-title-line {
  display: block;
  max-width: 100%;
  white-space: nowrap;
}

.hero.hero-stage .hero-lede,
.hero.hero-stage .hero-content p.hero-lede {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 36px auto 0;
  font-size: clamp(12px, 2.7vw, 20px);
  font-size: clamp(12px, 2.7cqi, 20px);
  line-height: 1.45;
  font-weight: 400;
  color: #0A1628;
  text-align: center;
}

.hero.hero-stage .hero-lede span,
.hero.hero-stage .hero-content p.hero-lede span {
  display: block;
  white-space: nowrap;
  letter-spacing: 0;
  border-bottom: none;
}

.hero.hero-stage .hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  padding: 14px 28px;
  background: var(--accent-color);
  color: #ffffff;
  font-family: var(--eyebrow-font);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 2px;
}

.hero.hero-stage .hero-cta:hover {
  background: color-mix(in srgb, var(--accent-color), var(--ink) 18%);
  color: #ffffff;
}

.hero.hero-stage .hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 6;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6b4aa8;
  transform: translateX(-50%);
  animation: hero-scroll-hint 2.6s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}

.hero.hero-stage .hero-scroll:hover {
  color: #4d347c;
}

@keyframes hero-drift-x {
  0%, 100% { transform: translate3d(0, 0, 0); }
  40% { transform: translate3d(7vw, -2vh, 0); }
  70% { transform: translate3d(2vw, 3vh, 0); }
}

@keyframes hero-drift-y {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(18px, -34px, 0); }
}

@keyframes hero-drift-diag {
  0%, 100% { transform: translate3d(0, 0, 0); }
  35% { transform: translate3d(-40px, 24px, 0); }
  70% { transform: translate3d(24px, -18px, 0); }
}

@keyframes hero-bob {
  0%, 100% { transform: translate3d(0, 0, 0); opacity: 0.95; }
  50% { transform: translate3d(-12px, 36px, 0); opacity: 1; }
}

@keyframes hero-pulse {
  0%, 100% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(1.08); opacity: 1; }
}

@keyframes hero-orbit {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(28px, 18px, 0) scale(1.05); }
}

@keyframes hero-slide-in {
  0% { transform: translate3d(-18vw, 10px, 0); opacity: 0; }
  12% { opacity: 1; }
  50% { transform: translate3d(4vw, -8px, 0); opacity: 1; }
  88% { opacity: 1; }
  100% { transform: translate3d(22vw, 6px, 0); opacity: 0; }
}

@keyframes hero-sweep {
  0% { transform: translate3d(-30vw, 0, 0); opacity: 0; }
  10% { opacity: 1; }
  55% { transform: translate3d(8vw, 10px, 0); opacity: 1; }
  90% { opacity: 1; }
  100% { transform: translate3d(38vw, 0, 0); opacity: 0; }
}

@keyframes hero-enter-right {
  0% { transform: translate3d(28%, 0, 0); opacity: 0; }
  14% { opacity: 1; }
  50% { transform: translate3d(-8%, 12px, 0); opacity: 1; }
  86% { opacity: 1; }
  100% { transform: translate3d(24%, -8px, 0); opacity: 0; }
}

@keyframes hero-frame {
  0%, 100% { transform: rotate(45deg) translate3d(0, 0, 0); opacity: 0.85; }
  50% { transform: rotate(45deg) translate3d(-22px, 16px, 0); opacity: 1; }
}

@keyframes hero-frame-alt {
  0%, 100% { transform: rotate(45deg) translate3d(0, 0, 0); }
  50% { transform: rotate(45deg) translate3d(18px, -14px, 0); }
}

@keyframes hero-line {
  0%, 100% { transform: scaleX(0.4); opacity: 0.15; }
  50% { transform: scaleX(1); opacity: 0.35; }
}

@keyframes hero-scroll-hint {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(7px); }
}

@media (max-width: 991px) {
  .geo-purple,
  .geo-frame-b,
  .geo-line-b,
  .geo-magenta-sm,
  .geo-gold-ring-sm,
  .geo-lime-ell {
    display: none;
  }

  .geo-magenta {
    top: 10%;
    left: -18%;
    width: 58vw;
    height: 34vh;
    animation-duration: 18s;
  }

  .geo-orange {
    left: -8%;
    bottom: 16%;
    width: 46vw;
    height: 16vw;
  }

  .geo-concentric {
    top: auto;
    bottom: 8%;
    left: 48%;
    width: 42vw;
    height: 42vw;
  }

  .geo-gold-ring-lg {
    top: 22%;
    left: auto;
    right: 6%;
    width: 28vw;
    height: 28vw;
  }

  .geo-lime-bar {
    top: 14%;
    left: 18%;
    width: 48vw;
  }

  .geo-frame-a {
    right: 8%;
    top: 58%;
    width: 72px;
    height: 72px;
  }

  .hero-content {
    padding: 0 1.5rem;
  }

  .hero.hero-stage .hero-lede,
  .hero.hero-stage .hero-content p.hero-lede {
    margin-top: 28px;
    line-height: 1.45;
  }

  .hero.hero-stage .hero-cta {
    margin-top: 28px;
    padding: 12px 22px;
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl,
  .hero-content,
  .header .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  body,
  p, a, li, label, button,
  input, textarea, select, td, th {
    font-size: 17px;
  }

  h1, h2, h3, h4, h5, h6, p,
  .hero-title-line,
  .hero.hero-stage .hero-lede span {
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .section-title h2,
  .who-we-are-inner h2,
  .built-section .built-inner h2,
  .built-discretion-col h2 {
    font-size: 28px;
  }

  .who-we-are-inner p,
  .why-matters-copy p,
  .built-section .built-inner p,
  .built-discretion-col p,
  .page-lede,
  .process-item p,
  .cmc-item p,
  .audience-item p,
  .industry-item p {
    font-size: 16px;
  }

  .process-item h4,
  .cmc-item h4,
  .audience-item h4,
  .industry-item h4 {
    font-size: 22px;
  }

  .eyebrow {
    font-size: 13px;
  }

  .navmenu a {
    font-size: 16px;
  }

  .geo-concentric,
  .geo-line-a {
    display: none;
  }

  .geo-magenta {
    height: 28vh;
  }

  .hero.hero-stage .hero-lede span {
    white-space: normal;
  }

  .hero-title-line {
    white-space: nowrap;
  }

  .index-page .hero.hero-stage {
    min-height: 50vh;
    min-height: 50dvh;
    height: auto;
    padding: 100px 1.5rem 28px;
  }

  .index-page .hero-content {
    margin-top: 20px;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }

  .index-page .hero-content h1 {
    font-size: clamp(16px, calc(100cqi / 16.6), 28px);
    line-height: 1.12;
  }

  .index-page .hero.hero-stage .hero-lede,
  .index-page .hero.hero-stage .hero-content p.hero-lede {
    margin-top: 16px;
    font-size: clamp(15px, calc(100cqi / 22), 18px);
    line-height: 1.45;
  }

  .index-page .hero.hero-stage .hero-cta {
    margin-top: 16px;
    padding: 12px 22px;
    font-size: 13px;
  }

  .index-page .hero.hero-stage .hero-scroll {
    bottom: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .geo,
  .hero.hero-stage .hero-scroll {
    animation: none !important;
  }
}

/*--------------------------------------------------------------
# First-visit split intro
--------------------------------------------------------------*/
html.intro-lock,
html.intro-lock body {
  overflow: hidden;
  height: 100%;
}

html.intro-skip .intro-split {
  display: none !important;
}

.intro-split {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  pointer-events: none;
}

.intro-split-panel {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #000000;
  transition: transform 1.15s cubic-bezier(0.77, 0, 0.175, 1);
}

.intro-split-left {
  left: 0;
}

.intro-split-right {
  right: 0;
}

.intro-split.is-open .intro-split-left {
  transform: translateX(-100%);
}

.intro-split.is-open .intro-split-right {
  transform: translateX(100%);
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-page {
  background: #ffffff;
}

.team-page .main {
  background: #ffffff;
}

.team-section {
  --background-color: #ffffff;
  --default-color: #0A1628;
  --heading-color: #0A1628;
  background-color: #ffffff;
  color: #0A1628;
  min-height: 100vh;
  padding-top: 160px;
  padding-bottom: 80px;
}

.team-heading {
  font-family: var(--heading-font);
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 400;
  color: #0A1628;
  margin: 0 0 40px;
  letter-spacing: 0;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.team-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0A1628;
  text-align: left;
  cursor: pointer;
}

.team-card-photo {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #e8e8e8;
  margin-bottom: 16px;
}

.team-card-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.team-card-name {
  font-family: var(--heading-font);
  font-size: 1.15rem;
  line-height: 1.3;
  color: #0A1628;
  margin-bottom: 4px;
}

.team-card-role,
.team-card-tagline {
  font-family: var(--default-font);
  font-weight: 400;
  line-height: 1.4;
}

.team-card-role {
  font-size: 0.95rem;
  color: #0A1628;
  margin-bottom: 2px;
}

.team-card-tagline {
  font-size: 0.88rem;
  color: #0A1628;
}

body.team-modal-open {
  overflow: hidden;
}

body.team-modal-open .scroll-top {
  display: none !important;
}

.team-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(10, 22, 40, 0.45);
}

.team-modal.is-open {
  display: flex;
}

.team-modal-dialog {
  display: flex;
  width: min(840px, 100%);
  max-height: min(520px, 82vh);
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(10, 22, 40, 0.22);
  overflow: hidden;
}

.team-modal-photo {
  flex: 0 0 42%;
  min-width: 0;
  background: #e8e8e8;
}

.team-modal-photo.is-empty {
  background: #e8e8e8;
}

.team-modal-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.team-modal-panel {
  flex: 1 1 52%;
  min-width: 0;
  background: #ffffff;
  color: #0A1628;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.team-modal-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px 4px;
  font-family: var(--default-font);
  font-size: 0.95rem;
  color: #0A1628;
  flex-shrink: 0;
}

.team-modal-close {
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0A1628;
  font-size: 1.8rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.team-modal-copy {
  padding: 8px 24px 28px 20px;
  overflow-y: auto;
}

.team-modal-name {
  font-family: var(--heading-font);
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  font-weight: 400;
  color: #0A1628;
  margin: 10px 0 12px;
  line-height: 1.15;
}

.team-modal-role,
.team-modal-subtitle {
  font-family: var(--default-font);
  margin: 0 0 4px;
}

.team-modal-role {
  font-size: 0.98rem;
  color: #0A1628;
}

.team-modal-subtitle {
  font-size: 0.92rem;
  color: #0A1628;
  margin-bottom: 18px;
}

.team-modal-role:empty,
.team-modal-subtitle:empty {
  display: none;
}

.team-modal-bio p {
  font-family: var(--default-font);
  font-size: 0.95rem;
  line-height: 1.65;
  color: #0A1628;
  margin: 0 0 0.95em;
  text-align: justify;
}

.team-modal-bio p:last-child {
  margin-bottom: 0;
}

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

  .team-modal-dialog {
    flex-direction: column;
    max-height: 88vh;
  }

  .team-modal-photo {
    flex: 0 0 220px;
    max-height: 220px;
  }

  .team-modal-copy {
    padding: 8px 18px 24px;
  }
}

@media (max-width: 575px) {
  .team-section {
    padding-top: 120px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-heading {
    margin-bottom: 28px;
  }
}

.error-page .error-section {
  padding-top: 160px;
  padding-bottom: 96px;
  background: #ffffff;
}

.error-code {
  display: block;
  margin: 0 0 8px;
  font-family: var(--heading-font);
  font-size: clamp(72px, 14vw, 140px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--accent-color);
}

.error-section h1 {
  margin: 8px 0 16px;
  font-family: var(--heading-font);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.2;
  color: #0A1628;
}

.error-section p {
  max-width: 36em;
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.65;
  text-align: left;
  color: #0A1628;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.error-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background: var(--accent-color);
  color: #ffffff;
  font-family: var(--eyebrow-font);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 2px;
}

.error-cta:hover {
  background: color-mix(in srgb, var(--accent-color), var(--ink) 18%);
  color: #ffffff;
}

.error-link {
  font-family: var(--default-font);
  font-size: 16px;
  font-weight: 500;
  color: #0A1628;
}

.error-link:hover {
  color: var(--accent-color);
}

@media (max-width: 575px) {
  .error-page .error-section {
    padding-top: 120px;
  }
}

.how-it-works {
  background: #ffffff;
  padding-top: 14px;
}

.index-page .difference-section {
  padding-bottom: 30px;
}

.how-it-works-intro {
  max-width: none;
  width: 100%;
  margin-bottom: 36px;
}

.how-it-works-intro h2 {
  margin: 4px 0 12px;
  max-width: 100%;
  font-family: var(--heading-font);
  font-size: clamp(26px, 4.2vw, 40px);
  font-weight: 800;
  line-height: 1.2;
  color: #0A1628;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.how-it-works .how-it-works-lede {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  text-align: left;
  color: #0A1628;
}

.how-it-works-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  overflow-x: auto;
  border-bottom: 1px solid #d8d2c6;
  margin-bottom: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.how-it-works-tabs::-webkit-scrollbar {
  display: none;
}

.how-it-works-tab {
  flex: 1 1 0;
  min-width: 148px;
  padding: 0 12px 16px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  text-align: left;
  color: #0A1628;
}

.how-it-works-tab-label {
  display: block;
  margin-bottom: 6px;
  font-family: var(--eyebrow-font);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: inherit;
}

.how-it-works-tab-title {
  display: block;
  font-family: var(--default-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
}

.how-it-works-tab.is-active {
  border-bottom-color: var(--accent-color);
  color: #0A1628;
}

.how-it-works-tab:hover,
.how-it-works-tab:focus-visible {
  color: #0A1628;
}

.how-it-works-card {
  margin-top: 28px;
  padding: 36px 40px 28px;
  background: #ffffff;
  border: 1px solid #e6e0d4;
}

.how-it-works-panel[hidden] {
  display: none;
}

.how-it-works-progress {
  display: block;
  margin-bottom: 14px;
  font-family: var(--eyebrow-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-color);
}

.how-it-works-panel h3 {
  margin: 0 0 14px;
  font-family: var(--heading-font);
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 800;
  line-height: 1.2;
  color: #0A1628;
}

.how-it-works-panel p {
  max-width: 40em;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.65;
  text-align: left;
  color: #0A1628;
}

.how-it-works-panel ul {
  margin: 0;
  padding: 0 0 0 1.15em;
}

.how-it-works-panel li {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #0A1628;
}

.how-it-works-panel li:last-child {
  margin-bottom: 0;
}

.how-it-works-nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 36px;
}

.how-it-works-prev,
.how-it-works-next {
  padding: 10px 18px;
  border: 1px solid #0A1628;
  background: #ffffff;
  color: #0A1628;
  font-family: var(--default-font);
  font-size: 15px;
  font-weight: 500;
}

.how-it-works-prev:hover,
.how-it-works-next:hover {
  border-color: var(--accent-color);
  color: var(--accent-color);
}

.how-it-works-prev:disabled,
.how-it-works-next:disabled {
  border-color: #d0cbc2;
  color: #b0aaa0;
  pointer-events: none;
}

.how-it-works-prev::before {
  content: "← ";
}

.how-it-works-next::after {
  content: " →";
}

@media (max-width: 991px) {
  .how-it-works-tab {
    flex: 0 0 auto;
    min-width: 140px;
    padding: 0 10px 12px;
  }

  .how-it-works-tab-label {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .how-it-works-tab-title {
    font-size: 13px;
    line-height: 1.25;
  }
}

@media (max-width: 767px) {
  .how-it-works-intro h2 {
    font-size: 26px;
  }

  .how-it-works-card {
    padding: 28px 20px 22px;
  }

  .how-it-works-tab {
    min-width: 128px;
  }

  .how-it-works-tab-label {
    font-size: 10px;
  }

  .how-it-works-tab-title {
    font-size: 12px;
  }
}
