﻿/**
* Template Name: BizLand
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Updated: Dec 05 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: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Montserrat",  sans-serif;
  --nav-font: "Open Sans",  sans-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 { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #222222; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #F9CA00; /* 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: #ffffff; /* 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: #181c23; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  --colella-ink: #181c23;
  --colella-muted: #657083;
  --colella-border: rgba(24, 28, 35, 0.1);
  --colella-radius: 14px;
  --colella-shadow: 0 18px 45px rgba(24, 28, 35, 0.08);
  --colella-shadow-hover: 0 24px 60px rgba(24, 28, 35, 0.13);
}

/* 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: #222222;  /* The default color of the main navmenu links */
  --nav-hover-color: #F9CA00; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #222222; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #F9CA00; /* 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: #f5f9ff;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

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

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
  font-size: 16px;
  line-height: 1.7;
}

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);
  letter-spacing: 0;
}

p {
  color: color-mix(in srgb, var(--default-color), transparent 8%);
}

.btn-get-started,
.btn-buy,
.header .btn-contact {
  border-radius: 8px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: var(--default-color);
  transition: all 0.5s;
  z-index: 997;
  background-color: #ffffff;
  box-shadow: 0 8px 30px rgba(24, 28, 35, 0.06);
}

.header .topbar {
  background-color: var(--accent-color);
  height: 40px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
}

.header .topbar .contact-info i {
  font-style: normal;
  color: var(--contrast-color);
}

.header .topbar .contact-info i a,
.header .topbar .contact-info i span {
  padding-left: 5px;
  color: var(--contrast-color);
}

@media (max-width: 575px) {

  .header .topbar .contact-info i a,
  .header .topbar .contact-info i span {
    font-size: 13px;
  }
}

.header .topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.header .topbar .contact-info i a:hover {
  color: var(--contrast-color);
  text-decoration: underline;
}

.header .topbar .social-links a {
  color: color-mix(in srgb, var(--contrast-color), transparent 40%);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

.header .topbar .social-links a:hover {
  color: var(--contrast-color);
}

.header .branding {
  background-color: #ffffff;
  min-height: 78px;
  padding: 14px 0;
}

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

.header .logo img {
  max-height: 54px;
  width: auto;
  margin-right: 0;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.scrolled .header {
  box-shadow: 0 8px 30px rgba(24, 28, 35, 0.1);
}

.header .btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 20px;
  margin-left: 22px;
  border-radius: 4px;
  background: var(--accent-color);
  color: #181c23;
  font-family: var(--nav-font);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(249, 202, 0, 0.22);
}

.header .btn-contact:hover {
  background: color-mix(in srgb, var(--accent-color), white 22%);
  color: #181c23;
}

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

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

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 15px;
    font-family: var(--nav-font);
    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;
    transition: 0.3s;
  }

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

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

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

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

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

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

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

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

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

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

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .header .branding {
    min-height: 70px;
  }

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

  .header .btn-contact {
    min-height: 38px;
    padding: 8px 14px;
    margin-left: 10px;
    font-size: 13px;
  }

  .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: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

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

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

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

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

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

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

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

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

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

  .mobile-nav-active .mobile-nav-toggle {
    color: #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;
  }
}

@media (max-width: 575px) {
  .header .logo img {
    max-height: 38px;
    max-width: 160px;
  }

  .header .btn-contact {
    display: none;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: #d2d7e0;
  background-color: #181c23;
  font-size: 14px;
  padding-bottom: 50px;
  position: relative;
}

.footer a {
  color: #ffffff;
}

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

.footer .footer-newsletter {
  background-color: color-mix(in srgb, var(--accent-color), transparent 96%);
  padding: 50px 0;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
}

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

.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(--surface-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 .footer-top {
  padding-top: 50px;
}

.footer .footer-logo {
  max-height: 58px;
  width: auto;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-right: 10px;
  transition: 0.3s;
}

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

.footer h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

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

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

.footer .footer-links ul i {
  margin-right: 3px;
  font-size: 12px;
  line-height: 0;
  color: var(--accent-color);
}

.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 {
  display: inline-block;
  color: #d2d7e0;
  line-height: 1;
}

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

.footer .footer-about a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--heading-font);
}

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

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

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

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

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: var(--background-color);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader div {
  width: 13px;
  height: 13px;
  background-color: var(--accent-color);
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  position: absolute;
  left: 50%;
}

#preloader div:nth-child(1) {
  left: calc(50% + 8px);
  animation: animate-preloader-1 0.6s infinite;
}

#preloader div:nth-child(2) {
  left: calc(50% + 8px);
  animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(3) {
  left: calc(50% + 32px);
  animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(4) {
  left: calc(50% + 56px);
  animation: animate-preloader-3 0.6s infinite;
}

@keyframes animate-preloader-1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes animate-preloader-3 {
  0% {
    transform: scale(1);
  }

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

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

  100% {
    transform: translate(24px, 0);
  }
}

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

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

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

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

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

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --background-color: color-mix(in srgb, var(--accent-color), white 92%);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 34px 0;
  position: relative;
}

.page-title h1 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  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,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 88px 0;
  scroll-margin-top: 78px;
  overflow: clip;
}

@media (max-width: 1199px) {

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

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

.section-title h2 {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 800;
  padding: 9px 18px;
  margin: 0;
  background: color-mix(in srgb, var(--accent-color), white 72%);
  color: var(--colella-ink);
  display: inline-block;
  text-transform: uppercase;
  border-radius: 999px;
  font-family: var(--default-font);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 45%);
}

.section-title p {
  color: var(--heading-color);
  margin: 14px auto 0 auto;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.12;
  font-family: var(--heading-font);
  max-width: 760px;
}

.section-title p .description-title {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 82vh;
  position: relative;
  padding: 110px 0 90px 0;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, rgba(24, 28, 35, 0.92), rgba(24, 28, 35, 0.76)), url("../img/noche.png") center;
  background-size: cover;
}

.hero:before {
  content: "";
  background:
    radial-gradient(circle at 18% 18%, rgba(249, 202, 0, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(24, 28, 35, 0.2));
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.hero .container {
  position: relative;
}

.hero-slider {
  width: 100%;
}

.hero-slider .swiper-slide {
  min-height: 52vh;
  display: flex;
  align-items: center;
}

.hero-slider .swiper-pagination {
  bottom: 24px;
}

.hero-slider .swiper-pagination-bullet {
  background: #fff;
  opacity: .55;
}

.hero-slider .swiper-pagination-bullet-active {
  background: var(--accent-color);
  opacity: 1;
}

.hero-kicker {
  color: var(--accent-color);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.plania-home {
  background: linear-gradient(120deg, #fffdf2 0%, #ffffff 58%, #fff8cf 100%);
  overflow: hidden;
}

.plania-home h2 {
  color: var(--heading-color);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.08;
  margin: 10px 0 20px;
}

.plania-home p {
  color: var(--default-color);
  font-size: 18px;
  line-height: 1.65;
  max-width: 650px;
}

.plania-home-kicker {
  color: #806600;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.plania-home-visual {
  position: relative;
  animation: plania-float 4s ease-in-out infinite;
}

.plania-home-visual img {
  border-radius: 24px;
  box-shadow: 0 24px 55px rgba(24, 28, 35, .18);
}

.plania-float {
  position: absolute;
  background: #fff;
  border: 1px solid rgba(24, 28, 35, .08);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(24, 28, 35, .14);
  color: var(--heading-color);
  font-size: 13px;
  font-weight: 800;
  padding: 11px 15px;
}

.plania-float i { color: var(--accent-color); margin-right: 5px; }
.plania-float-one { left: -28px; top: 18%; }
.plania-float-two { bottom: 12%; right: -24px; }

.plania-home-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 28px; }
.plania-home-pills span { background: rgba(249, 202, 0, .18); border-radius: 999px; color: var(--heading-color); font-size: 14px; font-weight: 700; padding: 9px 13px; }
.plania-home-pills i { color: #806600; margin-right: 4px; }
.plania-home .btn-get-started i { margin-left: 7px; }

@keyframes plania-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

@media (max-width: 991px) {
  .plania-float-one { left: 12px; }
  .plania-float-two { right: 12px; }
}

.hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 850;
  line-height: 1.04;
  max-width: 720px;
}

.hero h1 span {
  color: var(--accent-color);
}

.hero p {
  color: rgba(255, 255, 255, 0.78);
  margin: 20px 0 36px 0;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 400;
  line-height: 1.65;
  max-width: 650px;
}

.hero .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 10px;
  transition: 0.25s ease;
  box-shadow: 0 18px 38px rgba(249, 202, 0, 0.24);
}

.hero .btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), white 18%);
  transform: translateY(-2px);
  box-shadow: 0 24px 48px rgba(249, 202, 0, 0.32);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.25s ease;
  margin-left: 25px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}

.hero .btn-watch-video i {
  color: var(--accent-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: #ffffff;
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.hero .animated {
  animation: up-down 3.4s ease-in-out infinite alternate-reverse both;
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  outline: 1px solid rgba(255, 255, 255, 0.18);
}

@media (max-width: 640px) {
  section,
  .section {
    padding: 64px 0;
  }

  .section-title {
    padding-bottom: 38px;
  }

  .hero {
    min-height: 78vh;
    padding: 78px 0 64px 0;
  }

  .hero h1 {
    font-size: 32px;
    line-height: 1.12;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }

  .hero .btn-watch-video {
    margin-left: 0;
    margin-top: 16px;
  }

  .hero .d-flex:not(.container):not(.row) {
    align-items: flex-start;
    flex-direction: column;
  }

  .featured-services .service-item,
  .services .service-item {
    padding: 30px 22px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.featured-services .service-item {
  background-color: var(--surface-color);
  box-shadow: var(--colella-shadow);
  padding: 34px 28px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  height: 100%;
  position: relative;
  z-index: 1;
  border: 1px solid var(--colella-border);
  border-radius: var(--colella-radius);
  overflow: hidden;
}

.featured-services .service-item:before {
  content: "";
  position: absolute;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color), white 52%), var(--accent-color));
  inset: auto 0 0 0;
  height: 4px;
  transition: height 0.25s ease;
  z-index: -1;
}

.featured-services .service-item .icon {
  margin-bottom: 18px;
}

.featured-services .service-item .icon i {
  color: var(--accent-color);
  font-size: 40px;
  transition: ease-in-out 0.3s;
}

.featured-services .service-item h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.featured-services .service-item h4 a {
  color: var(--heading-color);
  transition: ease-in-out 0.3s;
}

.featured-services .service-item p {
  line-height: 1.65;
  font-size: 14px;
  margin-bottom: 0;
  transition: ease-in-out 0.3s;
}

.featured-services .service-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--colella-shadow-hover);
  border-color: color-mix(in srgb, var(--accent-color), transparent 45%);
}

.featured-services .service-item:hover:before {
  height: 100%;
  opacity: 0.08;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-content h3 {
  font-weight: 800;
  font-size: 30px;
  line-height: 1.25;
}

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

.about .about-content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .about-content ul li:first-child {
  margin-top: 35px;
}

.about .about-content ul i {
  background: var(--surface-color);
  box-shadow: 0 12px 28px rgba(24, 28, 35, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  font-size: 26px;
  margin-right: 18px;
  color: var(--accent-color);
  border-radius: 16px;
  border: 1px solid var(--colella-border);
}

.about .about-content ul h4 {
  font-size: 18px;
  font-weight: 600;
}

.about .about-content ul p {
  font-size: 15px;
}

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

/*--------------------------------------------------------------
# Skills Section
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  color: var(--heading-color);
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: var(--heading-font);
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: color-mix(in srgb, var(--default-color), transparent 90%);
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: var(--accent-color);
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats i {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border: 6px solid var(--surface-color);
  width: 64px;
  height: 64px;
  font-size: 24px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 14px 32px rgba(249, 202, 0, 0.22);
}

.stats .stats-item {
  background-color: var(--surface-color);
  margin-top: -32px;
  padding: 40px 30px 35px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  border-radius: var(--colella-radius);
  z-index: 0;
  border: 1px solid var(--colella-border);
  box-shadow: var(--colella-shadow);
}

.stats .stats-item span {
  font-size: 36px;
  display: block;
  font-weight: 700;
}

.stats .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 16px;
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 25px 0;
}

.clients .swiper {
  padding: 10px 0;
}

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

.clients .swiper-slide img {
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  background-color: var(--surface-color);
  text-align: center;
  border: 1px solid var(--colella-border);
  padding: 56px 26px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  height: 100%;
  border-radius: var(--colella-radius);
  box-shadow: 0 12px 34px rgba(24, 28, 35, 0.05);
}

.services .service-item .icon {
  margin: 0 auto;
  width: 74px;
  height: 74px;
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), white 26%));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.services .service-item .icon i {
  color: var(--contrast-color);
  font-size: 32px;
  transition: ease-in-out 0.3s;
}

.services .service-item h3 {
  font-weight: 800;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: 0.3s;
}

.services .service-item p {
  line-height: 1.65;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item:hover {
  border-color: var(--accent-color);
  transform: translateY(-6px);
  box-shadow: var(--colella-shadow-hover);
}

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

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  position: relative;
}

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

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

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

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid color-mix(in srgb, var(--default-color), transparent 85%);
  margin: 0 auto;
}

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

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

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: var(--accent-color);
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  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 auto 15px auto;
}

.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: color-mix(in srgb, var(--default-color), transparent 50%);
  opacity: 0.5;
}

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

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# 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: 8px 20px 10px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 999px;
  transition: all 0.3s ease-in-out;
  font-family: var(--heading-font);
  border: 1px solid var(--colella-border);
  background: var(--surface-color);
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--contrast-color);
  background-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 0 10px 0;
  }
}

.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--colella-radius);
  box-shadow: var(--colella-shadow);
  border: 1px solid var(--colella-border);
}

.portfolio .portfolio-item img {
  transition: transform 0.35s ease;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: color-mix(in srgb, var(--background-color), transparent 4%);
  padding: 18px;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(24, 28, 35, 0.12);
}

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

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

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

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

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

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

.portfolio .portfolio-item:hover img {
  transform: scale(1.04);
}

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-item {
  background-color: var(--surface-color);
  box-shadow: var(--colella-shadow);
  padding: 24px;
  text-align: center;
  border-radius: var(--colella-radius);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--colella-border);
}

.pricing .pricing-item h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  background: color-mix(in srgb, var(--default-color), transparent 95%);
}

.pricing .pricing-item h4 {
  font-size: 36px;
  font-weight: 600;
  font-family: var(--heading-font);
}

.pricing .pricing-item h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .pricing-item h4 span {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 16px;
  font-weight: 300;
}

.pricing .pricing-item ul {
  padding: 15px 0;
  list-style: none;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .pricing-item ul li {
  padding-bottom: 16px;
}

.pricing .pricing-item ul i {
  color: var(--accent-color);
  font-size: 18px;
  padding-right: 4px;
}

.pricing .pricing-item ul .na {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  text-decoration: line-through;
}

.pricing .btn-wrap {
  background: color-mix(in srgb, var(--default-color), transparent 95%);
  margin: 0 -20px -20px -20px;
  padding: 20px 15px;
  text-align: center;
}

.pricing .btn-buy {
  background: var(--accent-color);
  color: var(--contrast-color);
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 8px;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--heading-font);
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: color-mix(in srgb, var(--accent-color), white 18%);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(249, 202, 0, 0.22);
}

.pricing .featured h3 {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.pricing .advanced {
  background: var(--accent-color);
  color: var(--contrast-color);
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .faq-container .faq-item {
  background-color: var(--surface-color);
  position: relative;
  padding: 24px 26px;
  margin-bottom: 16px;
  border: 1px solid var(--colella-border);
  border-radius: var(--colella-radius);
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(24, 28, 35, 0.05);
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.faq .faq-container .faq-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--colella-shadow);
  border-color: color-mix(in srgb, var(--accent-color), transparent 50%);
}

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

.faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 30px 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;
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.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 88%);
  border-color: var(--accent-color);
  color: var(--default-color);
}

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

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

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

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

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-wrap {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

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

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

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

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

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

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

.contact .contact-form-wrap {
  background-color: var(--surface-color);
  height: 100%;
  padding: 34px;
  box-shadow: var(--colella-shadow);
  border: 1px solid var(--colella-border);
  border-radius: var(--colella-radius);
}

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

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  background-color: var(--surface-color);
  padding: 14px 22px;
  border: 1px solid var(--colella-border);
  margin-bottom: 24px;
  border-radius: var(--colella-radius);
  box-shadow: var(--colella-shadow);
}

.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;
  border-radius: 0 8px 8px 0;
}

.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: 28px;
  border-radius: var(--colella-radius);
  box-shadow: var(--colella-shadow);
}

.service-details h3 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
}

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

/*--------------------------------------------------------------
# Privacy Policy
--------------------------------------------------------------*/
.privacy-policy {
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent-color), white 94%) 0%, #ffffff 320px);
}

.privacy-policy-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 42px;
  background: var(--surface-color);
  border: 1px solid var(--colella-border);
  border-radius: var(--colella-radius);
  box-shadow: var(--colella-shadow);
}

.privacy-policy-content h2 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 18px;
}

.privacy-policy-content h3 {
  font-size: 23px;
  line-height: 1.35;
  font-weight: 800;
  margin: 38px 0 16px;
}

.privacy-policy-content h4 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
  margin: 26px 0 12px;
}

.privacy-policy-content p,
.privacy-policy-content li,
.privacy-policy-content td,
.privacy-policy-content th {
  color: color-mix(in srgb, var(--default-color), transparent 8%);
}

.privacy-policy-content p {
  margin-bottom: 18px;
}

.privacy-policy-content ul,
.privacy-policy-content ol {
  padding-left: 22px;
  margin-bottom: 20px;
}

.privacy-policy-content li+li {
  margin-top: 10px;
}

.privacy-policy-content hr {
  margin: 34px 0;
  border: 0;
  border-top: 1px solid var(--colella-border);
  opacity: 1;
}

.privacy-policy-content a {
  color: color-mix(in srgb, var(--accent-color), black 28%);
  font-weight: 700;
}

.privacy-policy-content code {
  color: var(--colella-ink);
  background: color-mix(in srgb, var(--accent-color), white 84%);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 58%);
  border-radius: 6px;
  padding: 2px 6px;
  font-size: 0.92em;
}

.privacy-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 22px 0;
  border: 1px solid var(--colella-border);
  border-radius: 8px;
}

.privacy-policy-content table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  margin: 0;
}

.privacy-policy-content th {
  background: var(--accent-color);
  color: var(--colella-ink);
  font-family: var(--heading-font);
  font-weight: 800;
}

.privacy-policy-content th,
.privacy-policy-content td {
  vertical-align: top;
  padding: 16px;
  border-bottom: 1px solid var(--colella-border);
}

.privacy-policy-content tbody tr:last-child td {
  border-bottom: 0;
}

@media (max-width: 767px) {
  .privacy-policy-content {
    padding: 28px 20px;
  }

  .privacy-policy-content h2 {
    font-size: 26px;
  }

  .privacy-policy-content h3 {
    font-size: 20px;
  }
}

/* Consentimiento de privacidad */
.colella-consent-banner {
  position: fixed;
  z-index: 1090;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  color: #20252b;
  background: #fff;
  border: 1px solid rgba(32, 37, 43, .14);
  border-left: 4px solid #F9CA00;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, .18);
}
.colella-consent-copy { max-width: 720px; }
.colella-consent-eyebrow { margin: 0 0 .35rem; color: #6d7480; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.colella-consent-banner h2, .colella-consent-modal h2 { margin: 0 0 .4rem; color: #171b20; font-size: 1.25rem; }
.colella-consent-banner p:not(.colella-consent-eyebrow) { margin: 0; font-size: .9rem; line-height: 1.55; }
.colella-consent-banner a { color: #725d00; font-weight: 600; text-decoration: underline; }
.colella-consent-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .6rem; min-width: 330px; }
.colella-consent-button, .colella-consent-link, .colella-consent-settings { font: inherit; cursor: pointer; }
.colella-consent-button { min-height: 42px; padding: .65rem .9rem; border: 1px solid #343a40; border-radius: 4px; font-size: .82rem; font-weight: 700; }
.colella-consent-primary { color: #20252b; background: #F9CA00; border-color: #F9CA00; }
.colella-consent-secondary { color: #20252b; background: #fff; }
.colella-consent-link { width: 100%; border: 0; color: #5c4d00; background: transparent; font-size: .8rem; text-decoration: underline; }
.colella-consent-button:focus-visible, .colella-consent-link:focus-visible, .colella-consent-settings:focus-visible, .colella-consent-close:focus-visible, .colella-consent-option input:focus-visible { outline: 3px solid #4d7cfe; outline-offset: 2px; }
.colella-consent-modal { position: fixed; z-index: 1100; inset: 0; display: grid; place-items: center; padding: 1rem; background: rgba(15, 23, 42, .48); }
.colella-consent-modal[hidden], .colella-consent-banner[hidden], .colella-consent-settings[hidden] { display: none; }
.colella-consent-modal-card { width: min(100%, 620px); max-height: min(720px, 92vh); overflow: auto; padding: 1.5rem; background: #fff; border-radius: 8px; box-shadow: 0 18px 60px rgba(15, 23, 42, .25); }
.colella-consent-modal-header { display: flex; justify-content: space-between; gap: 1rem; }
.colella-consent-close { width: 36px; height: 36px; border: 0; color: #20252b; background: transparent; font-size: 1.7rem; cursor: pointer; }
.colella-consent-options { margin: 1rem 0; border-top: 1px solid #e3e6ea; }
.colella-consent-option { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid #e3e6ea; }
.colella-consent-option h3 { margin: 0 0 .25rem; color: #20252b; font-size: 1rem; }
.colella-consent-option p { margin: 0; color: #626b76; font-size: .85rem; line-height: 1.45; }
.colella-consent-option input { width: 1.25rem; height: 1.25rem; accent-color: #d8ad00; }
.colella-consent-status { color: #626b76; font-size: .8rem; white-space: nowrap; }
.colella-consent-modal-actions { display: flex; justify-content: flex-end; }
.colella-consent-settings { position: fixed; z-index: 1080; left: 1rem; bottom: 1rem; padding: .55rem .75rem; color: #20252b; background: #fff; border: 1px solid rgba(32, 37, 43, .25); border-radius: 4px; box-shadow: 0 4px 16px rgba(15, 23, 42, .12); font-size: .75rem; font-weight: 700; }
@media (max-width: 767px) {
  .colella-consent-banner { display: block; left: .65rem; right: .65rem; bottom: .65rem; padding: 1rem; }
  .colella-consent-actions { min-width: 0; margin-top: 1rem; justify-content: stretch; }
  .colella-consent-button { flex: 1 1 100%; }
  .colella-consent-link { order: 3; }
  .colella-consent-settings { left: .65rem; bottom: .65rem; }
}

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
  width: 100%;
  border-radius: var(--colella-radius);
}

.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: var(--colella-shadow);
  border: 1px solid var(--colella-border);
  border-radius: var(--colella-radius);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 800;
  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: 30px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 20px;
}

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

/*--------------------------------------------------------------
# ColellaSoft Chat Widget
--------------------------------------------------------------*/
.not-found-page {
  background: #f5f9ff;
}

.not-found-hero {
  min-height: calc(100vh - 78px);
  display: flex;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(245, 249, 255, 0.92)),
    radial-gradient(circle at 14% 20%, rgba(249, 202, 0, 0.22), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(24, 28, 35, 0.08), transparent 24%);
}

.not-found-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent-color), white 68%);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 45%);
  color: var(--colella-ink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.not-found-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 900;
  line-height: 1.02;
}

.not-found-lead {
  max-width: 650px;
  margin: 22px 0 30px;
  color: var(--colella-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}

.not-found-search {
  max-width: 680px;
  margin-bottom: 26px;
}

.not-found-search label {
  display: block;
  margin-bottom: 10px;
  color: var(--colella-ink);
  font-weight: 800;
}

.not-found-search-box {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border: 1px solid var(--colella-border);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: var(--colella-shadow);
}

.not-found-search-box i {
  padding-left: 10px;
  color: var(--accent-color);
  font-size: 22px;
}

.not-found-search-box input[type="search"] {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  border: 0;
  outline: 0;
  color: var(--colella-ink);
  font-size: 16px;
}

.not-found-search-box button,
.not-found-actions .btn-get-started {
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: var(--accent-color);
  color: var(--colella-ink);
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(249, 202, 0, 0.22);
}

.not-found-search-box button {
  padding: 0 22px;
}

.not-found-search-box button:hover,
.not-found-actions .btn-get-started:hover {
  background: color-mix(in srgb, var(--accent-color), white 16%);
  color: var(--colella-ink);
  transform: translateY(-1px);
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.not-found-actions .btn-get-started {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}

.not-found-link {
  color: var(--colella-ink);
  font-weight: 900;
}

.not-found-link:hover {
  color: color-mix(in srgb, var(--colella-ink), var(--accent-color) 45%);
}

.not-found-panel {
  position: relative;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid var(--colella-border);
  box-shadow: var(--colella-shadow-hover);
}

.not-found-code {
  color: color-mix(in srgb, var(--accent-color), white 12%);
  font-family: var(--heading-font);
  font-size: clamp(76px, 10vw, 142px);
  font-weight: 900;
  line-height: 0.85;
}

.not-found-panel h2 {
  margin: 18px 0;
  font-size: 24px;
  font-weight: 900;
}

.not-found-panel a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 12px 0;
  border-top: 1px solid var(--colella-border);
  color: var(--colella-ink);
  font-weight: 800;
}

.not-found-panel a i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: color-mix(in srgb, var(--accent-color), white 74%);
  color: var(--colella-ink);
}

.not-found-panel a:hover {
  color: color-mix(in srgb, var(--colella-ink), var(--accent-color) 45%);
}

@media (max-width: 575px) {
  .not-found-hero {
    min-height: auto;
  }

  .not-found-search-box {
    grid-template-columns: auto 1fr;
  }

  .not-found-search-box button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

.colella-chat-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99998;
  font-family: var(--default-font);
}

.colella-chat-toggle {
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  background: var(--accent-color);
  box-shadow: 0 18px 36px rgba(24, 28, 35, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.colella-chat-toggle:hover,
.colella-chat-toggle:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(24, 28, 35, 0.28);
  background: color-mix(in srgb, var(--accent-color), white 14%);
}

.colella-chat-toggle:focus-visible,
.colella-chat-close:focus-visible,
.colella-chat-action:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--accent-color), black 20%);
  outline-offset: 3px;
}

.colella-chat-toggle img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #ffffff;
}

.colella-chat-panel {
  position: absolute;
  right: 0;
  bottom: 82px;
  width: min(350px, calc(100vw - 32px));
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--colella-border);
  box-shadow: 0 24px 70px rgba(24, 28, 35, 0.24);
  transform-origin: right bottom;
  animation: colella-chat-in 0.18s ease-out;
}

.colella-chat-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: var(--accent-color);
  color: var(--colella-ink);
}

.colella-chat-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  background: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.78);
  flex: 0 0 auto;
}

.colella-chat-header h3 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  font-weight: 800;
  color: var(--colella-ink);
}

.colella-chat-header p {
  font-size: 13px;
  line-height: 1.2;
  margin: 3px 0 0;
  color: color-mix(in srgb, var(--colella-ink), transparent 22%);
}

.colella-chat-close {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  margin-left: auto;
  color: var(--colella-ink);
  background: rgba(255, 255, 255, 0.48);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.colella-chat-body {
  padding: 18px;
}

.colella-chat-body p {
  margin: 0 0 16px;
  color: var(--default-color);
  font-size: 15px;
  line-height: 1.5;
  background: color-mix(in srgb, var(--accent-color), white 87%);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 62%);
  border-radius: 14px 14px 14px 4px;
  padding: 13px 14px;
}

.colella-chat-action {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  background: var(--accent-color);
  color: var(--colella-ink);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.colella-chat-action:hover {
  color: var(--colella-ink);
  background: color-mix(in srgb, var(--accent-color), white 15%);
  transform: translateY(-1px);
}

body:has(.colella-chat-widget) .scroll-top {
  right: 102px;
}

@keyframes colella-chat-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 575px) {
  .colella-chat-widget {
    right: 16px;
    bottom: 16px;
  }

  .colella-chat-toggle {
    width: 58px;
    height: 58px;
  }

  .colella-chat-panel {
    bottom: 76px;
    width: calc(100vw - 32px);
  }

  body:has(.colella-chat-widget) .scroll-top {
    right: 88px;
  }
}

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

.plania-page-kicker { color: #806600; font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.plania-highlight { display: flex; flex-direction: column; gap: 10px; padding: 28px; border-left: 4px solid var(--accent-color); background: var(--surface-color); border-radius: var(--colella-radius); box-shadow: var(--colella-shadow); }
.plania-highlight i { color: var(--accent-color); font-size: 32px; }
.plania-highlight strong { color: var(--heading-color); font-size: 22px; line-height: 1.25; }
.plania-highlight span { font-size: 15px; }
.plania-about h2 { margin: 8px 0 18px; color: var(--heading-color); font-size: clamp(30px, 4vw, 44px); font-weight: 800; line-height: 1.1; }
.plania-about p { max-width: 650px; font-size: 17px; line-height: 1.7; }
.plania-about .plania-highlight { min-height: 250px; justify-content: center; }
.plania-about-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.plania-about-tags span { padding: 7px 10px; border-radius: 999px; background: rgba(249, 202, 0, .14); color: #5f4c00; font-size: 12px; font-weight: 700; }
.plania-about-tags i { color: #806600; margin-right: 4px; }

.plania-page-kicker { display: inline-block; margin-bottom: 14px; }
.plania-page-kicker + h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.08; }
.pricing .pricing-item { height: 100%; display: flex; flex-direction: column; position: relative; transition: transform .25s ease, box-shadow .25s ease; }
.pricing .pricing-item:hover { transform: translateY(-6px); box-shadow: 0 18px 42px rgba(24, 28, 35, .14); }
.pricing .pricing-item p { min-height: 54px; }
.pricing .pricing-item > a { margin-top: auto; }
#plania-precios .pricing-item ul { text-align: left; margin: 18px 0 24px; padding-left: 0; list-style: none; }
#plania-precios .pricing-item ul li { margin: 9px 0; font-size: 14px; }
#plania-precios .pricing-item ul li::before { content: "✓"; color: var(--accent-color); font-weight: 800; margin-right: 8px; }
#plania-precios .pricing-item h4 del { color: color-mix(in srgb, var(--default-color), transparent 35%); font-size: 14px; font-weight: 400; margin-right: 6px; }
#plania-precios .pricing-item h4 span { font-size: 13px; font-weight: 500; }
.pricing .pricing-item.featured { border: 2px solid var(--accent-color); transform: translateY(-8px); box-shadow: 0 18px 42px rgba(249, 202, 0, .2); }
.pricing .pricing-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); white-space: nowrap; padding: 6px 14px; border-radius: 999px; background: var(--accent-color); color: var(--contrast-color); font-size: 12px; font-weight: 800; text-transform: uppercase; }
@media (max-width: 991px) { .pricing .pricing-item.featured { transform: none; } }

/* PlanIA pricing mirrors the live product pricing at plania.colellasoft.cl. */
#plania-precios { background: #fff; }
#plania-precios .pricing-item { min-height: 520px; padding: 0 24px 22px; border-radius: 16px; box-shadow: 0 14px 34px rgba(24, 28, 35, .08); display: flex; flex-direction: column; }
#plania-precios .pricing-item h3 { margin: 0 -24px 22px; padding: 18px 15px; background: #f4f4f4; color: #222; font-size: 16px; font-weight: 700; border-radius: 16px 16px 0 0; }
#plania-precios .pricing-item h4 { margin: 0 0 12px; font-size: 34px; font-weight: 800; color: #242424; }
#plania-precios .pricing-item h4 del { display: inline-block; font-size: 13px; font-weight: 400; margin-right: 6px; }
#plania-precios .pricing-item h4 span { font-size: 12px; }
#plania-precios .pricing-item p { min-height: 70px; margin: 0; color: #555; line-height: 1.5; }
#plania-precios .pricing-item ul { flex: 1; margin: 10px 0 18px; padding: 0; text-align: left; list-style: none; }
#plania-precios .pricing-item ul li { padding: 8px 0; font-size: 13px; line-height: 1.35; }
#plania-precios .pricing-item ul li::before { content: "✓"; color: var(--accent-color); font-weight: 800; margin-right: 8px; }
#plania-precios .pricing-item > a { display: block; margin-top: auto; padding: 10px 12px; border: 1px solid #ddd; border-radius: 10px; color: #806600; font-size: 13px; font-weight: 700; }
#plania-precios .pricing-item > a:hover { background: var(--accent-color); color: #222; border-color: var(--accent-color); }
#plania-precios .pricing-item.featured { border: 2px solid var(--accent-color); transform: translateY(-8px); box-shadow: 0 18px 42px rgba(249, 202, 0, .18); }
#plania-precios .pricing-item.featured { overflow: visible; }
#plania-precios .pricing-item.featured h3 { background: var(--accent-color); color: #222; }
#plania-precios .pricing-item.featured > a { background: var(--accent-color); color: #222; border-color: var(--accent-color); }
#plania-precios .pricing-badge { top: -13px; text-transform: uppercase; }
@media (max-width: 991px) { #plania-precios .pricing-item.featured { transform: none; } }

.plania-cta { padding-top: 40px; }
.plania-cta-card { padding: 58px 24px; border-radius: 22px; background: linear-gradient(135deg, var(--accent-color), #ffe98a); box-shadow: 0 20px 48px rgba(249, 202, 0, .2); }
.plania-cta-card .plania-page-kicker { color: #5f4c00; }
.plania-cta-card h2 { margin: 8px 0 12px; color: #222; font-size: clamp(30px, 4vw, 44px); font-weight: 800; }
.plania-cta-card p { margin: 0 auto 26px; color: #3d3400; font-size: 17px; }
.plania-cta-button { display: inline-flex; align-items: center; gap: 8px; padding: 13px 24px; border-radius: 10px; background: #222; color: var(--accent-color); font-weight: 800; transition: transform .25s ease, background .25s ease; }
.plania-cta-button:hover { transform: translateY(-3px); background: #101010; color: #fff; }
