/**
* Template Name: Maxim
* Template URL: https://bootstrapmade.com/maxim-free-onepage-bootstrap-theme/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Cinzel", Georgia, serif;
  --heading-font: "Cinzel", Georgia, serif;
  --nav-font: "Cinzel", Georgia, serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --site-background-color: #050505;
  --background-color: var(--site-background-color); /* Background color for the entire website, including individual sections */
  --default-color: #e6edfb; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #f6f9ff; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #0e182b; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: rgba(10, 24, 50, 0.78); /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #eaf0ff;  /* The default color of the main navmenu links */
  --nav-hover-color: #0e182b; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: var(--site-background-color); /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: var(--site-background-color); /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #e6edfb; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #d1d6df; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: var(--site-background-color);
  --surface-color: rgba(10, 24, 50, 0.78);
}

.dark-background {
  --background-color: var(--site-background-color);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: rgba(10, 24, 50, 0.9);
  --contrast-color: #ffffff;
}

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

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--site-background-color);
  background-image: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: var(--default-font);
}

html,
body {
  overflow-x: hidden;
}

.home-page {
  --default-font: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --heading-font: "Spectral", Georgia, serif;
  --nav-font: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --nav-color: #ffffff;
  --nav-hover-color: #ffffff;
  --nav-dropdown-color: #ffffff;
  --nav-dropdown-hover-color: #d9b46a;
  --contrast-color: #ffffff;
}

.home-page p,
.home-page li,
.home-page a,
.home-page span,
.home-page input,
.home-page textarea,
.home-page button,
.home-page label {
  font-family: var(--default-font);
}

.home-page p,
.home-page .section-title p,
.home-page .footer .footer-tagline,
.home-page .footer .footer-disclaimer,
.home-page .footer .footer-links ul a,
.home-page .footer .footer-contact a,
.home-page .contact .info-item a {
  text-transform: none;
  letter-spacing: 0.01em;
  font-weight: 400;
}

.home-page .hero-note,
.home-page .trajectory .trajectory-kicker,
.home-page .services .service-kicker,
.home-page .services .service-eyebrow,
.home-page .about.about-modern a.about-cta,
.home-page .services .service-link,
.home-page .contact .php-email-form button[type=submit] {
  font-family: var(--default-font);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.home-page .navmenu a,
.home-page .navmenu a:focus {
  font-family: var(--nav-font);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.home-page .header,
.home-page.scrolled .header {
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --nav-color: #ffffff;
  --nav-hover-color: #ffffff;
}

.home-page .header {
  --background-color: transparent;
  background-color: transparent;
  box-shadow: none;
}

.home-page.scrolled .header {
  --background-color: var(--site-background-color);
  background-color: rgba(0, 0, 0, 0.88);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.home-page .hero {
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --contrast-color: #ffffff;
  position: relative;
  height: 100vh;
  min-height: 100vh;
  height: 100svh;
  min-height: 100svh;
  box-sizing: border-box;
  padding: 124px 0 72px;
  overflow: hidden;
  background: linear-gradient(180deg, #121518 0%, #0c0d0f 100%);
}

.home-page .hero .hero-pretitle {
  font-family: var(--default-font);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .home-page .hero .hero-pretitle {
    display: none;
  }
}

.home-page .hero .hero-display {
  font-family: var(--heading-font);
  color: #ffffff;
  font-size: clamp(2.9rem, 5vw, 5.4rem);
  line-height: 0.98;
  max-width: 11ch;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-wrap: balance;
  margin: 0;
}

.home-page .hero .hero-display span {
  display: block;
  margin-top: 14px;
  font-family: var(--default-font);
  font-size: clamp(0.92rem, 1.15vw, 1.18rem);
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.home-page .hero h1 {
  max-width: 34ch;
  margin-top: 18px;
  font-family: var(--default-font);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.68;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.94);
  text-wrap: pretty;
}

.home-page .hero .hero-support {
  max-width: 560px;
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.76);
}

.home-page .hero .hero-video {
  inset: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  min-width: 0;
  min-height: 0;
  transform: none;
  object-position: center center;
}

.home-page .hero::before {
  content: "";
  position: absolute;
  inset: -2px -2px -8px -2px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(12, 16, 20, 0.84) 0%, rgba(12, 16, 20, 0.78) 72%, #0c0d0f 100%);
}

.home-page .hero .hero-actions {
  margin-top: 28px;
}

.home-page .hero .btn-get-started,
.home-page .hero .btn-get-started:hover {
  font-family: var(--default-font);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: #ffffff;
}

.home-page .hero .btn-get-started {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 15px 30px;
  background: linear-gradient(180deg, rgba(24, 18, 18, 0.96) 0%, rgba(9, 9, 9, 0.96) 100%);
  border: 1px solid rgba(212, 177, 104, 0.5);
  border-bottom-color: rgba(105, 74, 24, 0.9);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 236, 198, 0.1);
  backdrop-filter: blur(10px);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}

.home-page .hero .btn-get-started i {
  font-size: 1.15rem;
  color: #d9b46a;
  text-shadow: 0 0 16px rgba(217, 180, 106, 0.22);
}

.home-page .about.about-modern a.about-cta,
.home-page .about.about-modern a.about-cta:hover {
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(252, 223, 194, 0.65);
}

.home-page .footer .footer-links ul a,
.home-page .footer .footer-links ul a:hover,
.home-page .footer .footer-contact a,
.home-page .footer .footer-contact a:hover,
.home-page .contact .info-item a,
.home-page .contact .info-item a:hover,
.home-page .hero .btn-get-started,
.home-page .hero .btn-get-started:hover,
.home-page .services .service-link-whatsapp,
.home-page .services .service-link-whatsapp:hover,
.home-page .services .service-link-secondary,
.home-page .services .service-link-secondary:hover,
.home-page .contact .php-email-form button[type=submit],
.home-page .contact .php-email-form button[type=submit]:hover {
  color: #ffffff;
}

.home-page .hero .btn-get-started,
.home-page .hero .btn-get-started:hover {
  background: linear-gradient(180deg, rgba(24, 18, 18, 0.96) 0%, rgba(9, 9, 9, 0.96) 100%);
  border-color: rgba(212, 177, 104, 0.5);
}

.home-page .hero .btn-get-started:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, rgba(38, 29, 29, 0.98) 0%, rgba(11, 11, 11, 0.98) 100%);
  border-color: rgba(230, 198, 131, 0.82);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 236, 198, 0.16);
}

.home-page .header .logo {
  gap: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.home-page .header .logo img {
  max-height: 72px;
  border-radius: 0;
  box-shadow: none;
}

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: var(--site-background-color);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --nav-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  border-bottom: 1px solid transparent;
  padding: 16px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  border-radius: 12px;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  
}

.header .logo img {
  display: block;
  max-height: 58px;
  width: auto;
  margin-right: 0;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(14, 24, 43, 0.14);
  flex-shrink: 0;
}

.header .logo-text {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.header .logo-name {
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--heading-color);
  white-space: nowrap;
}

.scrolled .header {
  --background-color: var(--site-background-color);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --nav-color: #ffffff;
  --nav-hover-color: #ffffff;
  background-image: none;
  box-shadow: 0 10px 26px rgba(4, 10, 21, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.scrolled .header .logo {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  background: transparent;
  border-radius: 12px;
  box-shadow: none;
  transform: translateY(0);
  
}

@media (max-width: 768px) {
  .home-page .header .logo img {
    max-height: 58px;
  }

  .header .logo {
    gap: 10px;
  }

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

  .header .logo-text {
    display: flex;
    min-height: auto;
    padding-left: 10px;
  }

  .header .logo-name {
    font-size: 11px;
    letter-spacing: 0.08em;
    line-height: 1.15;
    white-space: normal;
    max-width: 120px;
  }
}

@media (max-width: 420px) {
  .home-page .header .logo img {
    max-height: 50px;
  }

  .header .logo {
    gap: 8px;
  }

  .header .logo img {
    max-height: 48px;
  }

  .header .logo-text {
    padding-left: 8px;
  }

  .header .logo-name {
    font-size: 10px;
    letter-spacing: 0.07em;
    max-width: 105px;
  }
}

/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  --background-color: var(--site-background-color);
}

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

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

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

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

  .navmenu a,
  .navmenu a:focus {
    color: color-mix(in srgb, var(--nav-color), transparent 20%);
    font-size: 14px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

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

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

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

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

  .navmenu .dropdown ul {
    margin: 0;
    padding: 12px;
    background: linear-gradient(180deg, rgba(14, 14, 14, 0.96), rgba(7, 7, 7, 0.98));
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 18px;
    z-index: 99;
    border: 1px solid rgba(217, 180, 106, 0.24);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(14px);
    text-transform: uppercase;
  }

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

  .navmenu .dropdown ul a {
    padding: 12px 14px;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--nav-dropdown-color);
    border-radius: 12px;
  }

  .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);
    background-color: rgba(217, 180, 106, 0.08);
  }

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

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

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

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

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

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(14, 14, 14, 0.98), rgba(8, 8, 8, 0.98));
    border: 1px solid rgba(217, 180, 106, 0.18);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

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

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: rgba(217, 180, 106, 0.12);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: rgba(217, 180, 106, 0.22);
    color: #d9b46a;
  }

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

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: rgba(217, 180, 106, 0.18);
    color: #d9b46a;
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 14px;
    transition: all 0.5s ease-in-out;
  }

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

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

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

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  --background-color: #070707;
  color: #ffffff;
  background:
    radial-gradient(circle at top left, rgba(217, 180, 106, 0.08), transparent 20%),
    linear-gradient(180deg, #080808 0%, #0f1012 100%);
  font-size: 14px;
  position: relative;
}

.footer .footer-top {
  padding-top: 56px;
  border-top: 1px solid rgba(217, 180, 106, 0.12);
}

.footer .footer-brand {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: var(--heading-font);
  color: #ffffff;
}

.footer .footer-tagline {
  margin: 12px 0 0 0;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 28%);
}

.footer .footer-disclaimer {
  margin: 14px 0 0 0;
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--default-font);
}

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

.footer h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 14px;
  color: #d9b46a;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
  color: #d9b46a;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.72);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #ffffff;
}

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

.footer .footer-contact a {
  color: rgba(255, 255, 255, 0.86);
}

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

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  display: flex;
  background-color: var(--background-color);
  transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: var(--background-color);
  color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

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

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

.footer .credits a {
  color: #d9b46a;
}

.footer .credits a:hover {
  color: #ffffff;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(217, 180, 106, 0.12), transparent 24%),
    linear-gradient(180deg, #060606 0%, #0d1016 100%);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(217, 180, 106, 0.14);
  border-top-color: #e6c57f;
  border-right-color: #c9973f;
  border-radius: 50%;
  width: 82px;
  height: 82px;
  box-shadow:
    0 0 0 10px rgba(217, 180, 106, 0.04),
    0 18px 42px rgba(0, 0, 0, 0.34);
  animation: animate-preloader 1.2s linear infinite;
}

#preloader:after {
  content: "VT";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--heading-font);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #f3dfb0;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.35),
    0 0 18px rgba(217, 180, 106, 0.18);
}

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

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: visible;
  opacity: 1;
  right: 18px;
  bottom: 18px;
  z-index: 99999;
  background: #25d366;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.scroll-top::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.45);
  animation: whatsapp-pulse 2s ease-out infinite;
}

@keyframes whatsapp-pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.9;
  }

  70% {
    transform: scale(1.2);
    opacity: 0;
  }

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

.scroll-top i {
  font-size: 29px;
  color: #ffffff;
  line-height: 0;
  position: relative;
  z-index: 1;
}

.scroll-top:hover {
  background: #1fa855;
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 14px 28px rgba(37, 211, 102, 0.45);
}

.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 60px 0;
  text-align: center;
  position: relative;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  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 70%);
}

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

@media (max-width: 1199px) {

  section:not(#hero),
  .section:not(#hero) {
    scroll-margin-top: 62px;
  }
}

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

.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 15px;
  text-transform: uppercase;
}

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

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

.hero img,
.hero .hero-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  z-index: 1;
}

.hero .hero-slider {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
  background-color: var(--site-background-color);
}

.hero .hero-slider .swiper-wrapper {
  height: 100%;
}

.hero .hero-slider .hero-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.hero .hero-slider .hero-slide img {
  position: relative;
  inset: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  z-index: 1;
}

.hero:before {
  content: "";
  background: linear-gradient(180deg, rgba(12, 16, 20, 0.84) 0%, rgba(12, 16, 20, 0.74) 100%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

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

.hero .hero-content {
  max-width: 760px;
}

.hero h1,
.hero h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  text-wrap: balance;
}

.hero p {
  margin: 18px 0 0;
  font-size: 18px;
  font-weight: 400;
  color: color-mix(in srgb, var(--contrast-color), transparent 12%);
  display: block;
  max-width: 1040px;
  line-height: 1.7;
}

.hero .hero-pretitle,
.hero .hero-note {
  display: block;
  color: color-mix(in srgb, var(--contrast-color), transparent 10%);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px;
}

.hero .hero-pretitle {
  margin-bottom: 20px;
}

.hero .hero-support {
  max-width: 980px;
}

.hero .hero-note {
  margin-top: 26px;
}

.hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 14px;
  margin-top: 30px;
}

.hero .btn-get-started {
  color: var(--contrast-color);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 40px;
  margin: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: #10264c;
  border: 2px solid #10264c;
}

.hero .btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, #10264c, black 16%);
  border-color: color-mix(in srgb, #10264c, black 16%);
}

.hero .btn-urgencias {
  background: transparent;
  border-color: color-mix(in srgb, var(--contrast-color), transparent 42%);
}

.hero .btn-urgencias:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: color-mix(in srgb, var(--contrast-color), transparent 18%);
}

@media (max-width: 768px) {
  .home-page .hero {
    height: 100vh;
    min-height: 100vh;
    padding: 112px 0 56px;
  }

  .home-page .hero .hero-video {
    inset: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    object-position: 60% 28%;
  }

  .home-page .hero .hero-display {
    max-width: 100%;
  }

  .home-page .hero h1 {
    font-size: 1rem;
    line-height: 1.65;
  }

  .home-page .hero .hero-support {
    font-size: 16px;
  }

  .hero h1,
  .hero h2 {
    font-size: 34px;
  }

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

  .hero .hero-actions {
    gap: 12px;
  }

  .hero .btn-get-started {
    width: 100%;
    max-width: 320px;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/


.about.about-modern {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(217, 180, 106, 0.12), transparent 26%),
    radial-gradient(circle at bottom right, rgba(217, 180, 106, 0.08), transparent 24%),
    linear-gradient(180deg, #0c0d0f 0%, #111214 45%, #090909 100%);
  border-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.about.about-modern .section-title p,
.about.about-modern p {
  text-transform: none;
  letter-spacing: 0.01em;
}

.about.about-modern .section-title p strong,
.about.about-modern .about-lead strong,
.about.about-modern .about-body strong,
.about.about-modern .about-note strong {
  color: #d9b46a;
  font-weight: 600;
}

.about.about-modern .section-title {
  padding-bottom: 54px;
}

.about.about-modern .section-title::after {
  content: "";
  display: block;
  width: 88px;
  height: 1px;
  margin: 24px auto 0;
  background: linear-gradient(90deg, rgba(217, 180, 106, 0), rgba(217, 180, 106, 0.95) 50%, rgba(217, 180, 106, 0));
}

.about.about-modern .section-title h2 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
}

.about.about-modern .section-title p {
  max-width: 780px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
}

.about.about-modern .about-content {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.88), rgba(7, 7, 7, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 28px;
  padding: 34px 32px 30px 34px;
  box-shadow: 0 28px 52px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
}

.about.about-modern .about-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 30px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(217, 180, 106, 0), rgba(217, 180, 106, 0.95) 45%, rgba(217, 180, 106, 0));
}

.about.about-modern .about-content::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.about.about-modern .about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(217, 180, 106, 0.32);
  background: rgba(217, 180, 106, 0.08);
  color: #d9b46a;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about.about-modern .about-content h3 {
  font-size: clamp(24px, 2.2vw, 38px);
  font-weight: 600;
  line-height: 1.08;
  margin: 0 0 20px;
  max-width: 100%;
  text-wrap: pretty;
}

.about.about-modern .about-lead {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.88);
}

.about.about-modern .about-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 30px;
}

.about.about-modern .about-pill-row span {
  display: inline-flex;
  align-items: center;
  padding: 11px 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(217, 180, 106, 0.28);
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.about.about-modern .about-body {
  display: grid;
  gap: 16px;
}

.about.about-modern .about-body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.74);
}

.about.about-modern .about-points {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.about.about-modern .about-point {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(15, 15, 15, 0.42));
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.about.about-modern .about-point span {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(217, 180, 106, 0.18);
  background: linear-gradient(180deg, rgba(217, 180, 106, 0.18), rgba(217, 180, 106, 0.06));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--heading-font);
  font-size: 18px;
  color: #ffffff;
}

.about.about-modern .about-point h4 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.about.about-modern .about-point p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

.about.about-modern .about-note {
  margin: 26px 0 0;
  padding: 18px 20px 18px 22px;
  border-radius: 18px;
  border: 1px solid rgba(217, 180, 106, 0.18);
  background: linear-gradient(135deg, rgba(22, 22, 22, 0.94), rgba(8, 8, 8, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
}

.about.about-modern .about-visual {
  position: relative;
  padding: 24px 18px 92px 44px;
  border-radius: 36px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.about.about-modern .about-visual::before {
  content: "";
  position: absolute;
  inset: 26px 0 18px 28px;
  border-radius: 28px;
  border: 1px solid rgba(217, 180, 106, 0.22);
  pointer-events: none;
}

.about.about-modern .about-visual::after {
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 180, 106, 0.24) 0%, transparent 72%);
  pointer-events: none;
}

.about.about-modern .about-cover-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #0f1012;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 36px 72px rgba(0, 0, 0, 0.44);
}

.about.about-modern .about-cover-wrap::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 2;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.about.about-modern .about-cover-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 11, 14, 0.06) 0%, rgba(9, 11, 14, 0.36) 100%);
  pointer-events: none;
}

.about.about-modern .about-cover {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.about.about-modern .about-visual-badge {
  position: absolute;
  left: 0;
  bottom: 18px;
  z-index: 3;
  max-width: 310px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.96), rgba(8, 8, 8, 0.96));
  border: 1px solid rgba(217, 180, 106, 0.28);
  backdrop-filter: blur(12px);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.32);
}

.about.about-modern .about-visual-badge span {
  display: block;
  margin-bottom: 6px;
  color: rgba(217, 180, 106, 0.88);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about.about-modern .about-visual-badge strong {
  display: block;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.18;
}

@media (max-width: 991px) {
  .about.about-modern .about-content {
    padding: 28px 24px 24px 26px;
  }

  .about.about-modern .about-content h3 {
    max-width: 100%;
  }

  .about.about-modern .about-visual {
    padding: 18px 14px 88px;
  }

  .about.about-modern .about-visual::before {
    inset: 20px 0 14px 0;
  }

  .about.about-modern .about-visual-badge {
    left: 20px;
    right: 20px;
    max-width: none;
  }

  .about.about-modern .about-cover {
    min-height: 460px;
  }
}

@media (max-width: 768px) {
  .about.about-modern .about-content {
    padding: 26px 20px 22px 22px;
    border-radius: 24px;
  }

  .about.about-modern .about-content h3 {
    font-size: 26px;
  }

  .about.about-modern .about-point {
    grid-template-columns: 1fr;
  }

  .about.about-modern .about-visual-badge {
    left: 24px;
    right: 24px;
    bottom: 24px;
    max-width: none;
  }

  .about.about-modern .about-cover {
    min-height: 380px;
  }
}

/*--------------------------------------------------------------
# Cards Section
--------------------------------------------------------------*/
.cards {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(217, 180, 106, 0.08), transparent 24%),
    linear-gradient(180deg, #090909 0%, #101114 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(217, 180, 106, 0.12);
}

.cards .section-title {
  padding-bottom: 56px;
}

.cards .section-title p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
}

.cards .card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(16, 16, 16, 0.94), rgba(7, 7, 7, 0.96));
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 30px 24px 26px;
  border-radius: 24px;
  height: 100%;
  margin: 0;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cards .card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(217, 180, 106, 0.08), transparent 28%);
  pointer-events: none;
}

.cards .card::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(217, 180, 106, 0), rgba(217, 180, 106, 0.85) 50%, rgba(217, 180, 106, 0));
  pointer-events: none;
}

.cards .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 52px rgba(0, 0, 0, 0.36);
  border-color: rgba(217, 180, 106, 0.26);
}

.cards .process-card .card-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.cards .process-card .card-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #d9b46a;
  border: 1px solid rgba(217, 180, 106, 0.24);
  background: rgba(217, 180, 106, 0.08);
}

.cards .process-card .card-step i {
  font-size: 18px;
  color: #d9b46a;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  border: 1px solid rgba(217, 180, 106, 0.24);
  background: linear-gradient(180deg, rgba(217, 180, 106, 0.12), rgba(217, 180, 106, 0.04));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.cards .card h4 {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  line-height: 1.18;
  margin: 0 0 14px 0;
  text-wrap: balance;
}

.cards .card p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.72;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .cards .card {
    padding: 26px 20px 22px;
  }

  .cards .card h4 {
    font-size: 22px;
  }
}

/*--------------------------------------------------------------
# Trayectoria Section
--------------------------------------------------------------*/
.trajectory {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(217, 180, 106, 0.1), transparent 22%),
    linear-gradient(180deg, #090909 0%, #121316 100%);
  border-top: 1px solid rgba(217, 180, 106, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.trajectory::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.02), transparent 35%);
  opacity: 1;
  pointer-events: none;
}

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

.trajectory .trajectory-visual {
  position: relative;
  padding: 24px 34px 58px 0;
}

.trajectory .trajectory-visual::before {
  content: "";
  position: absolute;
  left: 0;
  top: 34px;
  bottom: 70px;
  right: 40px;
  border-radius: 34px;
  border: 1px solid rgba(217, 180, 106, 0.2);
  pointer-events: none;
}

.trajectory .trajectory-image-frame {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0f1012;
  box-shadow: 0 36px 72px rgba(0, 0, 0, 0.38);
}

.trajectory .trajectory-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 11, 14, 0.04) 0%, rgba(9, 11, 14, 0.28) 100%);
  pointer-events: none;
}

.trajectory .trajectory-image {
  width: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.trajectory .trajectory-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 300px;
  padding: 18px 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.96), rgba(8, 8, 8, 0.96));
  border: 1px solid rgba(217, 180, 106, 0.26);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.3);
}

.trajectory .trajectory-caption span {
  display: block;
  margin-bottom: 8px;
  color: rgba(217, 180, 106, 0.9);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.trajectory .trajectory-caption strong {
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.16;
  font-weight: 600;
}

.trajectory .trajectory-panel {
  position: relative;
  padding: 36px 38px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.94), rgba(8, 8, 8, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 28px 54px rgba(0, 0, 0, 0.28);
}

.trajectory .trajectory-panel::before {
  content: "";
  position: absolute;
  left: 38px;
  right: 38px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(217, 180, 106, 0), rgba(217, 180, 106, 0.82) 50%, rgba(217, 180, 106, 0));
}

.trajectory .trajectory-kicker {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(217, 180, 106, 0.28);
  background: rgba(217, 180, 106, 0.08);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d9b46a;
  margin-bottom: 18px;
}

.trajectory .trajectory-panel h3 {
  font-size: clamp(2.2rem, 3.5vw, 4rem);
  line-height: 1;
  margin: 0 0 20px;
  color: #ffffff;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.trajectory .trajectory-lead {
  max-width: 36ch;
  font-size: 18px;
  line-height: 1.82;
  color: rgba(255, 255, 255, 0.76);
  margin: 0 0 26px;
}

.trajectory .trajectory-manifesto {
  position: relative;
  margin-bottom: 28px;
  padding: 0 0 0 20px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
  max-width: 44ch;
}

.trajectory .trajectory-manifesto::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(217, 180, 106, 0), rgba(217, 180, 106, 0.95) 50%, rgba(217, 180, 106, 0));
}

.trajectory .trajectory-manifesto p {
  margin: 0;
}

.trajectory .trajectory-manifesto strong {
  color: #d9b46a;
  font-weight: 600;
}

.trajectory .trajectory-principles {
  display: grid;
  gap: 0;
}

.trajectory .trajectory-principle {
  position: relative;
  display: grid;
  grid-template-columns: 172px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  --trajectory-pill-width: 172px;
  --trajectory-pill-height: 32px;
  --trajectory-pill-offset: 18px;
}

.trajectory .trajectory-principle:first-child {
  padding-top: 0;
  border-top: 0;
}

.trajectory .trajectory-principle > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: var(--trajectory-pill-offset);
  width: var(--trajectory-pill-width);
  min-width: var(--trajectory-pill-width);
  height: var(--trajectory-pill-height);
  padding: 0 14px;
  border-radius: 999px;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #d9b46a;
  border: 1px solid rgba(217, 180, 106, 0.24);
  background: rgba(217, 180, 106, 0.07);
  animation: trajectory-pill-travel 4.8s ease-in-out infinite;
  will-change: top;
}

.trajectory .trajectory-principle:nth-child(2) > span {
  animation-delay: 0.7s;
}

.trajectory .trajectory-principle:nth-child(3) > span {
  animation-delay: 1.4s;
}

.trajectory .trajectory-principle > div {
  grid-column: 2;
  min-width: 0;
}

.trajectory .trajectory-principle h4 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.08;
  text-wrap: balance;
}

.trajectory .trajectory-principle p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.78;
}

@keyframes trajectory-pill-travel {
  0%,
  100% {
    top: var(--trajectory-pill-offset);
  }

  50% {
    top: calc(100% - var(--trajectory-pill-offset) - var(--trajectory-pill-height));
  }
}

@media (prefers-reduced-motion: reduce) {
  .trajectory .trajectory-principle > span {
    animation: none;
  }
}

@media (max-width: 991px) {
  .trajectory .trajectory-visual {
    padding: 18px 18px 72px;
  }

  .trajectory .trajectory-visual::before {
    right: 0;
    top: 20px;
    bottom: 58px;
  }

  .trajectory .trajectory-image {
    min-height: 520px;
  }

  .trajectory .trajectory-caption {
    left: 36px;
    right: 36px;
    max-width: none;
  }

  .trajectory .trajectory-panel {
    padding: 30px 28px;
  }

  .trajectory .trajectory-panel::before {
    left: 28px;
    right: 28px;
  }

  .trajectory .trajectory-principle {
    grid-template-columns: 152px 1fr;
    gap: 18px;
    --trajectory-pill-width: 152px;
  }

  .trajectory .trajectory-principle > span {
    width: var(--trajectory-pill-width);
    min-width: var(--trajectory-pill-width);
  }
}

@media (max-width: 768px) {
  .trajectory .trajectory-visual {
    padding: 0 0 74px;
  }

  .trajectory .trajectory-visual::before {
    top: 16px;
    bottom: 56px;
  }

  .trajectory .trajectory-image {
    min-height: 420px;
  }

  .trajectory .trajectory-caption {
    left: 20px;
    right: 20px;
    bottom: 0;
  }

  .trajectory .trajectory-caption strong {
    font-size: 22px;
  }

  .trajectory .trajectory-panel {
    padding: 26px 22px;
    border-radius: 26px;
  }

  .trajectory .trajectory-panel h3 {
    font-size: 2.35rem;
  }

  .trajectory .trajectory-lead,
  .trajectory .trajectory-manifesto {
    max-width: 100%;
  }

  .trajectory .trajectory-principle {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .trajectory .trajectory-principle > div {
    grid-column: auto;
  }

  .trajectory .trajectory-principle > span {
    position: static;
    width: fit-content;
    min-width: 0;
    animation: none;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
section.services:not(#hero),
.section.services:not(#hero),
.services.section,
.services {
  position: relative;
  overflow: visible !important;
  background:
    radial-gradient(circle at top left, rgba(217, 180, 106, 0.1), transparent 22%),
    linear-gradient(180deg, #0a0a0a 0%, #121316 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(217, 180, 106, 0.12);
}

.services::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.018), transparent 36%);
  pointer-events: none;
}

.services .container {
  position: relative;
  z-index: 1;
  overflow: visible !important;
}

.services .section-title p {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
}

.services .section-title p strong {
  color: #d9b46a;
  font-weight: 600;
}

.services .services-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.45fr);
  gap: 28px;
  align-items: start;
  overflow: visible !important;
}

.services .services-panel-shell {
  position: relative;
  align-self: stretch;
  overflow: visible !important;
}

.services .services-panel {
  position: relative;
  top: 0;
  width: 100%;
  padding: 34px 30px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.94), rgba(8, 8, 8, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 28px 54px rgba(0, 0, 0, 0.28);
  z-index: 3;
}

.services .services-grid {
  overflow: visible !important;
}
.services .services-panel::before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(217, 180, 106, 0), rgba(217, 180, 106, 0.82) 50%, rgba(217, 180, 106, 0));
}

.services .service-kicker {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(217, 180, 106, 0.26);
  background: rgba(217, 180, 106, 0.08);
  margin-bottom: 18px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d9b46a;
}

.services .services-panel h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(2.1rem, 3vw, 3.3rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.services .services-panel p {
  margin: 0;
  max-width: 33ch;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.8;
}

.services .services-panel p strong {
  color: #d9b46a;
  font-weight: 600;
}

.services .services-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.services .services-pills span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(217, 180, 106, 0.22);
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.services .services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.services .service-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 28px 24px 24px;
  border-radius: 32px 18px 32px 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(16, 16, 16, 0.96), rgba(8, 8, 8, 0.96));
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.24);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.services .service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(217, 180, 106, 0.08), transparent 28%);
  pointer-events: none;
}

.services .service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(217, 180, 106, 0.24);
  box-shadow: 0 28px 52px rgba(0, 0, 0, 0.34);
}

.services .service-card-featured {
  grid-column: span 2;
  min-height: 320px;
  background: linear-gradient(135deg, rgba(217, 180, 106, 0.14), rgba(16, 16, 16, 0.96) 34%, rgba(8, 8, 8, 0.98) 100%);
}

.services .service-eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(217, 180, 106, 0.22);
  background: rgba(217, 180, 106, 0.08);
  margin-bottom: 16px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d9b46a;
}

.services .service-card h4 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.12;
  text-wrap: balance;
}

.services .service-card-featured h4 {
  font-size: 38px;
  max-width: 10ch;
}

.services .service-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  gap: 9px;
  margin-top: 18px;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #17120a;
  background: linear-gradient(180deg, #e2be78 0%, #c9973f 100%);
  border: 1px solid rgba(217, 180, 106, 0.62);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 243, 214, 0.45);
  transition: color 0.25s ease, transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.services .service-link i {
  font-size: 15px;
  line-height: 1;
  color: #4b350d;
  transition: transform 0.25s ease;
}

.services .service-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.78;
}

.services .service-link:hover {
  color: #120d07;
  background: linear-gradient(180deg, #ecd199 0%, #d5a652 100%);
  border-color: rgba(236, 209, 153, 0.92);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 247, 227, 0.56);
  transform: translateY(-2px);
}

.services .service-link:hover i {
  transform: translate(2px, -2px);
}

@media (max-width: 991px) {
  .services .services-layout {
    grid-template-columns: 1fr;
  }

  .services .services-panel-shell {
    align-self: start;
    min-height: 0 !important;
  }

  .services .services-panel {
    position: static;
    padding: 28px 24px;
  }

  .services .services-panel::before {
    left: 24px;
    right: 24px;
  }

  .services .services-panel h3 {
    font-size: 32px;
  }

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

  .services .service-card-featured {
    grid-column: span 1;
    min-height: auto;
  }

  .services .service-card h4,
  .services .service-card-featured h4 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .services .service-card {
    padding: 26px 20px 22px;
    border-radius: 26px 16px 26px 16px;
  }

  .services .services-panel {
    padding: 24px 20px;
    border-radius: 26px;
  }

  .services .services-panel h3 {
    font-size: 2.2rem;
  }
}

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

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid var(--background-color);
}

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

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

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

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

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

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: color-mix(in srgb, var(--default-color), transparent 97%);
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

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

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

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--background-color);
  opacity: 1;
  border: 1px solid var(--accent-color);
}

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

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

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

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

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

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

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

.portfolio .portfolio-content {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-content img {
  transition: 0.3s;
}

.portfolio .portfolio-content .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
}

.portfolio .portfolio-content .portfolio-info h4 {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  background-color: var(--accent-color);
}

.portfolio .portfolio-content .portfolio-info p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.portfolio .portfolio-content .portfolio-info .preview-link,
.portfolio .portfolio-content .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 40px);
  font-size: 26px;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}

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

.portfolio .portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0;
}

.portfolio .portfolio-content:hover .portfolio-info {
  opacity: 1;
}

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

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team {
  --default-color: #ffffff;
}

.team .member {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
  color: var(--contrast-color);
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  display: block;
  color: var(--default-color);
  margin-top: 15px;
}

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

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

.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}

.team .member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .faq-container .faq-item {
  background-color: var(--surface-color);
  position: relative;
  padding: 22px 24px;
  margin-bottom: 14px;
  border: 1px solid color-mix(in srgb, var(--accent-color), white 78%);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(20, 24, 28, 0.04);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

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

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

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

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

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

.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
  color: color-mix(in srgb, var(--default-color), transparent 18%);
  line-height: 1.7;
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 24px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
  color: color-mix(in srgb, var(--accent-color), white 25%);
}

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

.faq .faq-container .faq-active {
  background-color: color-mix(in srgb, var(--accent-color), white 95%);
  border-color: color-mix(in srgb, var(--accent-color), white 52%);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

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

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

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

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact.section {
  background:
    radial-gradient(circle at top right, rgba(217, 180, 106, 0.08), transparent 22%),
    linear-gradient(180deg, #070707 0%, #0f1217 100%);
}

.contact .info-wrap {
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.94), rgba(8, 8, 8, 0.96));
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.22);
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 28px;
}

@media (max-width: 575px) {
  .contact .info-wrap {
    padding: 20px;
  }
}

.contact .info-item {
  margin-bottom: 30px;
}

.contact .info-item i {
  font-size: 20px;
  color: #d9b46a;
  background: rgba(217, 180, 106, 0.1);
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  border: 1px solid rgba(217, 180, 106, 0.22);
  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;
  color: #ffffff;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.72);
}

.contact .info-item:hover i {
  background: rgba(217, 180, 106, 0.18);
  color: #f2d8a0;
}

.contact .info-item a {
  color: inherit;
  text-decoration: none;
}

.contact .info-item a:hover {
  color: #d9b46a;
}

.contact .contact-map {
  margin-top: 8px;
  border-radius: 18px;
  border: 1px solid rgba(217, 180, 106, 0.18);
}

.contact .php-email-form {
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.94), rgba(8, 8, 8, 0.96));
  height: 100%;
  padding: 32px;
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 28px;
}

@media (max-width: 575px) {
  .contact .php-email-form {
    padding: 20px;
  }
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 15px;
  padding: 12px 14px;
  box-shadow: none;
  border-radius: 14px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: rgba(217, 180, 106, 0.42);
  box-shadow: 0 0 0 3px rgba(217, 180, 106, 0.1);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.contact .php-email-form button[type=submit] {
  color: #17120a;
  background: linear-gradient(180deg, #e2be78 0%, #c9973f 100%);
  border: 1px solid rgba(217, 180, 106, 0.62);
  padding: 12px 30px;
  transition: 0.4s;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 243, 214, 0.45);
}

.contact .php-email-form button[type=submit]:hover {
  background: linear-gradient(180deg, #ecd199 0%, #d5a652 100%);
}

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

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

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

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

.portfolio-details .portfolio-info {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

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

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

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

.portfolio-details .portfolio-description p {
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

/*--------------------------------------------------------------
# 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 */
}
