/**
* 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: #040e09;
  --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: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  --heading-font: "Spectral", Georgia, serif;
  --nav-font: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  --hero-font: "Cormorant Garamond", "Spectral", Georgia, serif;
  --brand-green: #08251C;
  --brand-gold: #E3C47B;
  --brand-gold-gradient: linear-gradient(90deg, #8C6A2B 0%, #C9A35A 35%, #E3C47B 50%, #C9A35A 65%, #8C6A2B 100%);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --nav-color: #ffffff;
  --nav-hover-color: #E3C47B;
  --nav-dropdown-color: #ffffff;
  --nav-dropdown-hover-color: #E3C47B;
  --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: var(--brand-gold);
}

.home-page .header {
  --background-color: rgba(8, 37, 28, 0.76);
  background: linear-gradient(180deg, rgba(8, 37, 28, 0.82) 0%, rgba(8, 37, 28, 0.32) 100%);
  box-shadow: 0 12px 24px rgba(2, 10, 8, 0.18);
  border-bottom: 1px solid rgba(227, 196, 123, 0.14);
}

@media (min-width: 1200px) {
  .home-page .header {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
}

.home-page.scrolled .header {
  --background-color: var(--brand-green);
  background: var(--brand-green);
  box-shadow: 0 12px 26px rgba(2, 12, 9, 0.42);
  border-bottom: 1px solid rgba(227, 196, 123, 0.24);
}

.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 {
  display: inline-flex;
  font-family: var(--default-font);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(227, 196, 123, 0.94);
  margin-bottom: 18px;
}

.home-page .hero .hero-display {
  font-family: var(--hero-font);
  color: #ffffff;
  font-size: clamp(3.25rem, 7vw, 6.35rem);
  line-height: 0.9;
  max-width: 9.4ch;
  font-weight: 600;
  letter-spacing: -0.04em;
  text-wrap: balance;
  margin: 0;
}

.home-page .hero .hero-display span {
  display: block;
  margin-top: 2px;
  font-family: var(--hero-font);
  font-size: clamp(2.1rem, 4.3vw, 3.35rem);
  line-height: 0.96;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
  color: rgba(227, 196, 123, 0.98);
}

.home-page .hero h1 {
  max-width: 36ch;
  margin-top: 20px;
  font-family: var(--default-font);
  font-size: clamp(1.02rem, 1.18vw, 1.18rem);
  line-height: 1.72;
  font-weight: 500;
  letter-spacing: 0.015em;
  color: rgba(255, 255, 255, 0.9);
  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-slider {
  inset: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  min-width: 0;
  min-height: 0;
  transform: none;
}

.home-page .hero .hero-slider .hero-slide img {
  filter: saturate(0.88) brightness(0.78);
  transform: scale(1.08);
  transition: transform 7s ease, filter 0.8s ease;
}

.home-page .hero .hero-slider .swiper-slide-active img {
  filter: saturate(1) brightness(0.9);
  transform: scale(1.02);
}

.home-page .hero .hero-slider .swiper-pagination {
  bottom: 28px;
}

.home-page .hero .hero-slider .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: width 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.home-page .hero .hero-slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 34px;
  border-radius: 999px;
  background: #d9b46a;
  border-color: #d9b46a;
}

.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%);
  pointer-events: none;
}

.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: var(--brand-green);
  text-shadow: 0 1px 0 rgba(255, 244, 214, 0.35), 0 2px 8px rgba(8, 37, 28, 0.18);
}

.home-page .hero .btn-get-started {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 15px 30px;
  background: var(--brand-gold-gradient);
  border: 1px solid rgba(227, 196, 123, 0.84);
  border-bottom-color: rgba(140, 106, 43, 0.96);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 243, 214, 0.4);
  backdrop-filter: blur(10px);
  text-shadow: none;
}

.home-page .hero .btn-get-started i {
  font-size: 1.15rem;
  color: var(--brand-green);
  text-shadow: 0 1px 0 rgba(255, 244, 214, 0.3), 0 2px 8px rgba(8, 37, 28, 0.16);
}

.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 .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: var(--brand-gold-gradient);
  border-color: rgba(227, 196, 123, 0.84);
}

.home-page .hero .btn-get-started:hover {
  transform: translateY(-1px);
  background: linear-gradient(90deg, #9B7632 0%, #D6B065 35%, #F1D28A 50%, #D6B065 65%, #9B7632 100%);
  border-color: rgba(241, 210, 138, 0.94);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 247, 227, 0.56);
}

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

.home-page .header .logo img {
  max-height: 72px;
  max-width: min(38vw, 360px);
  width: auto;
  object-fit: contain;
  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: 54px;
    max-width: 220px;
  }

  .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: 48px;
    max-width: 190px;
  }

  .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: 8px;
    background: linear-gradient(160deg, rgba(6, 28, 18, 0.98), rgba(3, 16, 10, 0.99));
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 14px;
    z-index: 99;
    border: 1px solid rgba(227, 196, 123, 0.22);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(16px);
  }

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

  .navmenu .dropdown ul a {
    padding: 10px 14px;
    font-size: 12px;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 9px;
  }

  .navmenu .dropdown ul a i {
    font-size: 11px;
    color: rgba(227, 196, 123, 0.70);
    transform: scaleX(-1);
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: #E3C47B;
    background-color: rgba(227, 196, 123, 0.08);
  }

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

  /* sub-dropdown de ciudades — abre a la izquierda */
  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: auto;
    right: 100%;
    visibility: hidden;
    min-width: 180px;
  }

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

/* Mobile Navigation */
@media (max-width: 1199px) {
  .home-page .header {
    background: rgba(8, 37, 28, 0.94);
  }

  .mobile-nav-toggle {
    color: var(--brand-gold);
    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(8, 37, 28, 0.98), rgba(4, 20, 14, 0.98));
    border: 1px solid rgba(227, 196, 123, 0.18);
    box-shadow: none;
    overflow-y: auto;
    transition: none;
    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 .dropdown-open i,
  .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;
  }

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

  .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: visible;
    inset: 0;
    background: rgba(8, 37, 28, 0.95);
    transition: none;
    z-index: 9997;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
    position: absolute;
    inset: 60px 20px 20px 20px;
    overflow-y: auto;
    max-height: calc(100vh - 80px);
  }

}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  --background-color: #03100a;
  color: #ffffff;
  background:
    radial-gradient(ellipse 50% 60% at 90% 20%, rgba(227, 196, 123, 0.06) 0%, transparent 100%),
    #03100a;
  font-size: 14px;
  position: relative;
}

.footer .footer-top {
  padding-top: 56px;
  border-top: 1px solid rgba(227, 196, 123, 0.14);
}

.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-social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  margin-bottom: 28px;
}

.footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(227, 196, 123, 0.1);
  border: 1px solid rgba(227, 196, 123, 0.25);
  color: var(--brand-gold);
  font-size: 18px;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}

.footer .footer-social a:hover {
  background: rgba(227, 196, 123, 0.22);
  border-color: rgba(227, 196, 123, 0.5);
  color: #f0d898;
  transform: translateY(-2px);
}

.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, #04140f 0%, #0b1f18 100%);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(82vw, 460px);
  height: 156px;
  border-radius: 30px;
  background:
    url("../img/logo-levetti-asociados.png") center center / 78% auto no-repeat,
    linear-gradient(180deg, rgba(8, 37, 28, 0.9) 0%, rgba(8, 37, 28, 0.64) 100%);
  box-shadow:
    0 0 0 1px rgba(255, 244, 214, 0.03) inset,
    0 0 0 12px rgba(227, 196, 123, 0.04),
    0 22px 48px rgba(0, 0, 0, 0.36);
  animation: animate-preloader 1.8s ease-in-out infinite;
}

#preloader .preloader-border {
  position: fixed;
  top: 50%;
  left: 50%;
  width: min(82vw, 460px);
  height: 156px;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 18px rgba(227, 196, 123, 0.16));
  pointer-events: none;
}

#preloader .preloader-border rect {
  fill: none;
  stroke: url(#preloader-border-gradient);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 0 100;
  opacity: 0;
  animation: preloader-border-draw 2.6s ease-in-out infinite;
}

@keyframes animate-preloader {
  0% {
    opacity: 0.82;
    box-shadow:
      0 0 0 1px rgba(255, 244, 214, 0.03) inset,
      0 0 0 8px rgba(227, 196, 123, 0.03),
      0 18px 38px rgba(0, 0, 0, 0.3);
  }

  100% {
    opacity: 1;
    box-shadow:
      0 0 0 1px rgba(255, 244, 214, 0.05) inset,
      0 0 0 14px rgba(227, 196, 123, 0.07),
      0 24px 52px rgba(0, 0, 0, 0.42);
  }
}

@keyframes preloader-border-draw {
  0%,
  10% {
    stroke-dasharray: 0 100;
    opacity: 0;
  }

  60% {
    stroke-dasharray: 100 0;
    opacity: 1;
  }

  82% {
    stroke-dasharray: 100 0;
    opacity: 1;
  }

  100% {
    stroke-dasharray: 100 0;
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: visible;
  opacity: 1;
  right: 22px;
  bottom: 22px;
  z-index: 99999;
  background: #08251C;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  border: 1px solid rgba(227, 196, 123, 0.55);
  box-shadow:
    0 0 0 0 rgba(227, 196, 123, 0.0),
    0 12px 28px rgba(0, 0, 0, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

/* pulse ring dorado */
.scroll-top::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 18px;
  border: 1.5px solid rgba(227, 196, 123, 0.40);
  animation: wa-pulse 2.4s ease-out infinite;
  pointer-events: none;
}

@keyframes wa-pulse {
  0%   { transform: scale(0.92); opacity: 0.80; }
  70%  { transform: scale(1.18); opacity: 0; }
  100% { transform: scale(1.18); opacity: 0; }
}

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

.scroll-top:hover {
  transform: translateY(-4px) scale(1.05);
  border-color: rgba(227, 196, 123, 0.85);
  box-shadow:
    0 0 18px rgba(227, 196, 123, 0.18),
    0 16px 32px rgba(0, 0, 0, 0.50);
}

.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: 39px;
  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-bg-fixed {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.hero .hero-bg-fixed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  display: block;
}

.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-slider {
    inset: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
  }

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

  .home-page .hero h1 {
    max-width: 32ch;
    font-size: clamp(0.98rem, 4.1vw, 1.08rem);
    line-height: 1.66;
  }

  .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: fondo verde oscuro diferenciado del body ───────────── */
.about.about-modern {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 60% 40% at 80% 20%, rgba(227, 196, 123, 0.07) 0%, transparent 100%),
    radial-gradient(ellipse 50% 60% at 10% 90%, rgba(227, 196, 123, 0.05) 0%, transparent 100%),
    #061a10;
  border-top: 1px solid rgba(227, 196, 123, 0.12);
  border-bottom: 1px solid rgba(227, 196, 123, 0.12);
  padding-top: 72px;
  padding-bottom: 80px;
}

/* línea dorada decorativa superior */
.about.about-modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #E3C47B 50%, transparent);
}

.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: #E3C47B;
  font-weight: 600;
}

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

.about.about-modern .section-title::after {
  display: none;
}

.about.about-modern .section-title h2 {
  font-size: clamp(2.4rem, 4.1vw, 3.8rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.about.about-modern .section-title p {
  max-width: 760px;
  margin: 12px auto 0;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.65);
}

/* ── Bloque de contenido: borde sutil sobre el verde ────────────── */
.about.about-modern .about-content {
  position: relative;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(227, 196, 123, 0.12);
  border-radius: 14px;
  padding: 32px 30px 30px 32px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 32px rgba(0, 0, 0, 0.18);
  backdrop-filter: none;
}

.about.about-modern .about-content::before {
  display: none;
}

.about.about-modern .about-content::after {
  display: none;
}

/* ── Kicker: etiqueta de ciudades con borde dorado tenue ─────────── */
.about.about-modern .about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 7px 16px;
  border-radius: 4px;
  border: 0;
  border-left: 3px solid #E3C47B;
  background: rgba(227, 196, 123, 0.07);
  color: #E3C47B;
  font-size: 11px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
}

.about.about-modern .about-content h3 {
  font-size: clamp(26px, 2.4vw, 40px);
  font-weight: 600;
  line-height: 1.12;
  margin: 0 0 22px;
  color: #ffffff;
  text-wrap: pretty;
}

/* separador dorado bajo el h3 */
.about.about-modern .about-content h3::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 18px;
  background: #E3C47B;
  opacity: 0.7;
}

.about.about-modern .about-lead {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.80;
  color: rgba(255, 255, 255, 0.84);
}

.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: 8px 14px;
  border-radius: 4px;
  background: rgba(227, 196, 123, 0.06);
  border: 1px solid rgba(227, 196, 123, 0.28);
  color: rgba(255, 255, 255, 0.90);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about.about-modern .about-body {
  display: grid;
  gap: 14px;
  padding-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.about.about-modern .about-body p {
  margin: 0;
  font-size: 18px;
  line-height: 1.82;
  color: rgba(255, 255, 255, 0.70);
}

/* ── Puntos: 2 columnas en horizontal ───────────────────────────── */
.about.about-modern .about-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 26px;
}

.about.about-modern .about-point {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 18px;
  border-radius: 10px;
  background: rgba(227, 196, 123, 0.04);
  border: 1px solid rgba(227, 196, 123, 0.14);
  border-top: 2px solid rgba(227, 196, 123, 0.40);
}

.about.about-modern .about-point span {
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
  background: none;
  font-family: var(--heading-font);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #E3C47B;
  text-transform: uppercase;
}

.about.about-modern .about-point h4 {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
}

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

/* ── Nota final: estilo cita con borde izquierdo dorado ─────────── */
.about.about-modern .about-note {
  margin: 24px 0 0;
  padding: 14px 18px 14px 20px;
  border-radius: 0 8px 8px 0;
  border: none;
  border-left: 3px solid rgba(227, 196, 123, 0.60);
  background: rgba(227, 196, 123, 0.05);
  font-size: 17px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.72);
}

/* ── Visual lateral ─────────────────────────────────────────────── */
.about.about-modern .about-visual {
  position: relative;
  padding: 0 0 72px 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.about.about-modern .about-visual::before {
  display: none;
}

.about.about-modern .about-visual::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -20px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(227, 196, 123, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.about.about-modern .about-cover-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #030f07;
  border: 1px solid rgba(227, 196, 123, 0.16);
  box-shadow:
    0 0 0 6px rgba(6, 26, 16, 0.80),
    0 24px 56px rgba(0, 0, 0, 0.50);
}

.about.about-modern .about-cover-wrap::before {
  display: none;
}

.about.about-modern .about-cover-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(3, 15, 7, 0.55) 100%);
  pointer-events: none;
}

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

/* ── Badge inferior ─────────────────────────────────────────────── */
.about.about-modern .about-visual-badge {
  position: absolute;
  left: 16px;
  bottom: 0;
  z-index: 3;
  max-width: 290px;
  padding: 16px 20px;
  border-radius: 10px;
  background: rgba(4, 18, 10, 0.96);
  border: 1px solid rgba(227, 196, 123, 0.30);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.40);
}

.about.about-modern .about-visual-badge span {
  display: block;
  margin-bottom: 6px;
  color: #E3C47B;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

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

@media (max-width: 991px) {
  .about.about-modern .about-visual {
    padding: 0 0 80px;
  }

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

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

@media (max-width: 768px) {
  .about.about-modern .about-points {
    grid-template-columns: 1fr;
  }

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

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

/*--------------------------------------------------------------
# Cards Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Cards / Process Steps Section
--------------------------------------------------------------*/
.cards {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 50% at 20% 50%, rgba(227, 196, 123, 0.05) 0%, transparent 100%),
    #040e09;
  padding-top: 80px;
  padding-bottom: 88px;
  border-top: 1px solid rgba(227, 196, 123, 0.10);
  border-bottom: 1px solid rgba(227, 196, 123, 0.10);
}

/* ── Header editorial ──────────────────────────────────────────── */
.cards .cards-header {
  margin-bottom: 64px;
}

.cards .cards-label {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #E3C47B;
  margin: 0 0 20px;
}

.cards .cards-header h2 {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.02em;
}

/* ── Grid de pasos ─────────────────────────────────────────────── */
.cards .process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

/* línea horizontal conectora entre pasos */
.cards .process-steps::before {
  content: "";
  position: absolute;
  top: 28px;
  left: calc(12.5% + 12px);
  right: calc(12.5% + 12px);
  height: 1px;
  background: linear-gradient(90deg, rgba(227, 196, 123, 0.50), rgba(227, 196, 123, 0.15) 100%);
  pointer-events: none;
}

/* ── Paso individual ───────────────────────────────────────────── */
.cards .process-step {
  padding: 0 28px 0 0;
  position: relative;
}

.cards .process-step:last-child {
  padding-right: 0;
}

/* número grande encima de la línea */
.cards .process-step-number {
  font-family: var(--heading-font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #E3C47B;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

/* punto sobre la línea */
.cards .process-step-number::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E3C47B;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(227, 196, 123, 0.18);
}

/* ── Cuerpo del paso ───────────────────────────────────────────── */
.cards .process-step-body {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 22px;
}

.cards .process-step-body h4 {
  font-size: 21px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.3;
}

.cards .process-step-body p {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
}

/* ── Responsive ────────────────────────────────────────────────── */
@media (max-width: 991px) {
  .cards .process-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 32px;
  }

  .cards .process-steps::before {
    display: none;
  }
}

@media (max-width: 576px) {
  .cards .process-steps {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .cards .cards-header {
    margin-bottom: 44px;
  }
}

/*--------------------------------------------------------------
# Por Qué Elegirnos Section
--------------------------------------------------------------*/
.why-us {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 60% 50% at 10% 0%, rgba(8, 37, 28, 0.9) 0%, transparent 65%),
    #040e09;
  border-top: 1px solid rgba(227, 196, 123, 0.1);
  border-bottom: 1px solid rgba(227, 196, 123, 0.06);
}

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

.why-us-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 56px;
}

.why-us-label {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-gold);
  border-left: 2px solid var(--brand-gold);
  padding-left: 10px;
  margin-bottom: 18px;
}

.why-us-header h2 {
  font-size: clamp(1.4rem, 2vw, 1.75rem);
  line-height: 1.2;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: balance;
  margin: 0;
}

.why-us-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.why-us-item {
  position: relative;
  padding: 32px 28px;
  border-radius: 14px;
  background: rgba(8, 37, 28, 0.55);
  border: 1px solid rgba(227, 196, 123, 0.14);
  transition: border-color 0.25s, background 0.25s, transform 0.25s;
}

.why-us-item:hover {
  background: rgba(8, 37, 28, 0.85);
  border-color: rgba(227, 196, 123, 0.32);
  transform: translateY(-3px);
}

.why-us-item::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(227, 196, 123, 0.5) 50%, transparent);
  opacity: 0;
  transition: opacity 0.25s;
}

.why-us-item:hover::before {
  opacity: 1;
}

.why-us-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: rgba(227, 196, 123, 0.1);
  border: 1px solid rgba(227, 196, 123, 0.2);
  margin-bottom: 20px;
  color: var(--brand-gold);
  font-size: 22px;
}

.why-us-item h4 {
  font-size: 21px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.3;
}

.why-us-item p {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

@media (max-width: 991px) {
  .why-us-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .why-us-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .why-us-header {
    margin-bottom: 36px;
  }

  .why-us-item {
    padding: 26px 22px;
  }
}

/*--------------------------------------------------------------
# Compromisos Section
--------------------------------------------------------------*/
.compromisos {
  background:
    radial-gradient(ellipse 55% 40% at 90% 100%, rgba(227, 196, 123, 0.05) 0%, transparent 65%),
    #061a10;
  border-top: 1px solid rgba(227, 196, 123, 0.08);
  border-bottom: 1px solid rgba(227, 196, 123, 0.06);
}

.compromisos-header {
  max-width: 660px;
  margin: 0 auto 52px;
  text-align: center;
}

.compromisos-label {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-gold);
  border-left: 2px solid var(--brand-gold);
  padding-left: 10px;
  margin-bottom: 18px;
}

.compromisos-header h2 {
  font-size: clamp(1.3rem, 1.9vw, 1.6rem);
  font-weight: 600;
  color: #ffffff;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-wrap: balance;
  margin: 0;
}

.compromisos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(227, 196, 123, 0.1);
  border: 1px solid rgba(227, 196, 123, 0.1);
  border-radius: 16px;
  overflow: hidden;
}

.compromisos-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 36px 30px;
  background: #061a10;
  transition: background 0.25s;
}

.compromisos-item:hover {
  background: rgba(8, 37, 28, 0.95);
}

.compromisos-num {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--brand-gold);
  opacity: 0.7;
}

.compromisos-body h4 {
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 10px;
  line-height: 1.3;
}

.compromisos-body p {
  font-size: 15px;
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.66);
  margin: 0;
}

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

@media (max-width: 576px) {
  .compromisos-grid {
    grid-template-columns: 1fr;
  }

  .compromisos-item {
    padding: 28px 22px;
  }

  .compromisos-header {
    margin-bottom: 36px;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
section.services:not(#hero),
.section.services:not(#hero),
.services.section,
.services {
  position: relative;
  overflow: visible !important;
  background:
    radial-gradient(ellipse 55% 45% at 95% 10%, rgba(227, 196, 123, 0.06) 0%, transparent 100%),
    #061a10;
  border-top: 1px solid rgba(227, 196, 123, 0.10);
  border-bottom: 1px solid rgba(227, 196, 123, 0.10);
}

.services::before {
  display: 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.68);
}

.services .section-title p strong {
  color: #E3C47B;
  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;
}

/* panel sticky — layout sin cambios, solo colores */
.services .services-panel {
  position: relative;
  top: 0;
  width: 100%;
  padding: 34px 30px;
  border-radius: 14px;
  background: rgba(4, 18, 10, 0.82);
  border: 1px solid rgba(227, 196, 123, 0.18);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.32);
  z-index: 3;
  backdrop-filter: blur(6px);
}

.services .services-grid {
  overflow: visible !important;
}

/* línea dorada top → left */
.services .services-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 20px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, #E3C47B 0%, rgba(227, 196, 123, 0) 100%);
  opacity: 0.55;
}

/* kicker flat con borde izquierdo — igual que el about */
.services .service-kicker {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 4px;
  border: 0;
  border-left: 3px solid #E3C47B;
  background: rgba(227, 196, 123, 0.07);
  margin-bottom: 20px;
  font-size: 11px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: #E3C47B;
}

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

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

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

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

.services .services-pills span {
  display: inline-flex;
  align-items: center;
  padding: 7px 13px;
  border-radius: 4px;
  background: rgba(227, 196, 123, 0.05);
  border: 1px solid rgba(227, 196, 123, 0.24);
  color: rgba(255, 255, 255, 0.85);
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

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

/* cards: fondo verde oscuro, sin border-radius alternado */
.services .service-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 26px 24px 22px;
  border-radius: 12px;
  border: 1px solid rgba(227, 196, 123, 0.10);
  background: rgba(4, 18, 10, 0.70);
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

/* línea dorada superior en hover */
.services .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(227, 196, 123, 0.70) 50%, transparent);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.services .service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(227, 196, 123, 0.22);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.32);
}

.services .service-card:hover::before {
  opacity: 1;
}

/* card destacada: acento dorado más visible */
.services .service-card-featured {
  grid-column: span 2;
  min-height: 300px;
  background: linear-gradient(135deg, rgba(227, 196, 123, 0.10) 0%, rgba(4, 18, 10, 0.88) 40%);
  border-color: rgba(227, 196, 123, 0.20);
}

/* eyebrow: texto puro sin pill */
.services .service-eyebrow {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 12px;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #E3C47B;
  padding: 0;
  border: none;
  background: none;
}

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

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

/* link: flat con borde dorado, sin pill */
/* ── Wrapper del botón + ciudades ───────────────────────────────── */
.services .service-link-wrap {
  position: relative;
  margin-top: auto;
  z-index: 2;
}

.services .service-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding-top: 16px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #E3C47B;
  background: none;
  border: none;
  border-top: 1px solid rgba(227, 196, 123, 0.18);
  width: 100%;
  transition: color 0.2s ease, border-color 0.2s ease;
}

/* ── CTA destacado para páginas de servicio ─────────────────────── */
.services .service-link.service-link-cta {
  border-top: none;
  padding: 11px 24px;
  margin-top: 16px;
  width: 100%;
  border-radius: 8px;
  background: rgba(227, 196, 123, 0.12);
  border: 1px solid rgba(227, 196, 123, 0.28);
  justify-content: center;
  gap: 9px;
  font-size: 14px;
  letter-spacing: 0.15em;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}

.services .service-link.service-link-cta:hover {
  background: rgba(227, 196, 123, 0.22);
  border-color: rgba(227, 196, 123, 0.50);
  transform: translateY(-2px);
}

.services .service-link.service-link-cta i {
  font-size: 16px;
  transition: transform 0.2s ease;
}

.services .service-link.service-link-cta:hover i {
  transform: scale(1.1);
}

/* ── Popup de ciudades ──────────────────────────────────────────── */
.services .service-cities {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  min-width: 160px;
  padding: 6px;
  background: linear-gradient(160deg, rgba(6, 28, 18, 0.98), rgba(3, 16, 10, 0.99));
  border: 1px solid rgba(227, 196, 123, 0.22);
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 10;
}

.services .service-link-wrap:hover .service-cities {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.services .service-cities a {
  display: block;
  padding: 9px 14px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  border-radius: 6px;
  transition: background 0.15s ease, color 0.15s ease;
  text-decoration: none;
}

.services .service-cities a:hover {
  background: rgba(227, 196, 123, 0.10);
  color: #E3C47B;
}

.services .service-link i {
  font-size: 14px;
  line-height: 1;
  color: #E3C47B;
  transition: transform 0.2s ease;
}

.services .service-card p {
  position: relative;
  z-index: 1;
  margin: 0 0 auto;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.78;
  font-size: 17px;
}

.services .service-link:hover {
  color: #f0d898;
  border-color: rgba(227, 196, 123, 0.40);
}

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

@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 h3 {
    font-size: 28px;
  }

  .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: 22px;
  }

  /* Mobile: ciudades como lista visible al hacer click */
  .services .service-cities {
    position: static;
    opacity: 0;
    visibility: hidden;
    transform: none;
    min-width: 0;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    border-radius: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.2s ease, visibility 0.2s ease;
  }

  .services .service-link-wrap:hover .service-cities {
    opacity: 0;
    visibility: hidden;
  }

  .services .service-cities.cities-open {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    max-height: 300px;
    padding: 10px 0 0;
  }

  .services .service-cities a {
    display: block;
    padding: 10px 14px;
    margin-top: 4px;
    font-size: 13px;
    color: #E3C47B;
    background: rgba(227, 196, 123, 0.08);
    border: 1px solid rgba(227, 196, 123, 0.15);
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
  }
}

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

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

  .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(ellipse 60% 50% at 10% 80%, rgba(227, 196, 123, 0.06) 0%, transparent 100%),
    #040e09;
  border-top: 1px solid rgba(227, 196, 123, 0.10);
}

.contact .info-wrap {
  background: rgba(4, 18, 10, 0.75);
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.20);
  padding: 32px;
  border: 1px solid rgba(227, 196, 123, 0.14);
  border-radius: 14px;
}

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

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

.contact .info-item i {
  font-size: 20px;
  color: #E3C47B;
  background: rgba(227, 196, 123, 0.08);
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(227, 196, 123, 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(227, 196, 123, 0.18);
  color: #f2d8a0;
}

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

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

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

.contact .contact-map-label {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #E3C47B;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.contact .php-email-form {
  background: rgba(4, 18, 10, 0.75);
  height: 100%;
  padding: 32px;
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.20);
  border: 1px solid rgba(227, 196, 123, 0.14);
  border-radius: 14px;
}

@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(227, 196, 123, 0.45);
  box-shadow: 0 0 0 3px rgba(227, 196, 123, 0.10);
}

.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);
}

