@charset "UTF-8";
/****************************** Import - Variables ******************************/
/****************************** Import - Fonts ******************************/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700&family=JetBrains+Mono:wght@100;500&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/****************************** Variable Styles: Pixels ******************************/
/****************************** Variable Styles: Fonts ******************************/
/****************************** Variable Styles:  ******************************/
/* =========================================================
   Media Queries (Overrides)
   general.scss = defaults (desktop-first)
   rules.scss   = only breakpoint overrides
   ========================================================= */
/* Extra small devices (phones, <=576px) */
@media (max-width: 576px) {
  header .logo {
    width: 125px;
    height: 50px;
  }
  header .main-menu {
    top: -265px;
    right: auto;
    left: 5%;
  }
  header.active {
    height: auto;
    min-height: 250px;
    transition: all 0.5s ease 0s;
  }
  header.active .main-menu {
    top: 65px !important;
  }
  header .main-menu li {
    float: none !important;
  }
  header .main-menu li a {
    font-size: 0.938rem !important;
    color: #E67575;
    text-align: center;
    text-decoration: none;
  }
  header .main-menu-trigger {
    margin: 20px 0px;
    cursor: pointer;
    width: 25px;
    height: 3px;
    padding: 9px 0px;
    transition: all 0.5s ease 0s;
  }
  p {
    font-size: 0.938rem;
  }
  .lottie-down-arrow {
    height: 6.25rem;
    width: 6.25rem;
  }
  .index-db {
    height: 50vh;
  }
  .card-item .project-name,
  .card-item .project-desc {
    display: none !important;
  }
  .card-list .card-item {
    width: 70%;
    margin: 0 auto;
  }
  .slider-wrapper .swiper-slide-button {
    display: block !important;
    font-size: 18px;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    z-index: 10;
  }
  .swiper-button-prev {
    left: 8% !important;
  }
  .swiper-button-next {
    right: 8% !important;
  }
  .swiper-pagination {
    bottom: 10px;
  }
  .slider-organizer {
    display: none !important;
  }
  .border-right {
    border-right: none;
  }
  .index-db-contact {
    height: 90vh;
  }
  .cu-buttons div#cu-btn,
  .cu-buttons div#qf-btn {
    padding-top: 16px !important;
  }
  .box,
  .t-values {
    padding-top: 48px;
  }
  .about-me-btn {
    padding-top: 80px !important;
  }
  .go-top-arrow {
    width: 1.875rem;
    height: 1.875rem;
  }
  .tp-hero-section {
    padding-top: 5.5rem;
    padding-bottom: 2rem;
  }
  .tp-hero-title {
    font-size: 2.25rem;
  }
  .tp-hero-desc {
    font-size: 1rem;
    max-width: 100%;
  }
  .tp-hero-image-container {
    aspect-ratio: 4/3;
  }
  .tp-hero-image-container img {
    object-position: top;
  }
  .tp-hero-decor {
    display: none;
  }
  .tp-skill-card {
    padding: 1.5rem;
  }
  .tp-projects-bg-overlay {
    height: 55%;
  }
  .tp-projects-header {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 1rem;
  }
  .tp-footer-bottom {
    text-align: center;
  }
}
/* Small devices (landscape phones, 577px–767.98px) */
@media (min-width: 577px) and (max-width: 767.98px) {
  header .logo {
    width: 150px;
    height: 60px;
  }
  header .main-menu {
    top: -190px;
    right: 15%;
  }
  header.active .main-menu {
    top: 24px !important;
  }
  header .main-menu li {
    float: left;
  }
  header .main-menu li a {
    font-size: 1rem !important;
    color: #DB3939;
    text-align: center;
    text-decoration: none;
  }
  header .main-menu-trigger {
    margin: 26px 0px;
  }
  .lottie-astronaut1,
  .lottie-astronaut2 {
    margin-top: 55%;
    height: 12.5rem;
    width: 12.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lottie-down-arrow {
    height: 6.875rem;
    width: 6.875rem;
  }
  .index-db {
    height: 60vh;
  }
  .tp-hero-section {
    padding-top: 6rem;
  }
  .tp-hero-title {
    font-size: 2.75rem;
  }
  .tp-projects-bg-overlay {
    height: 60%;
  }
  .tp-projects-header {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 1rem;
  }
}
/* Medium devices (tablets, 768px–991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  header .logo {
    width: 175px;
    height: 70px;
  }
  header .main-menu {
    padding-left: 20% !important;
  }
  header.active .main-menu {
    top: 1.25rem !important;
  }
  header .main-menu li a {
    font-size: 0.688rem !important;
    color: #DB3939;
    text-align: end !important;
    text-decoration: none;
  }
  header .main-menu-trigger {
    margin: 30px 0px;
  }
  .lottie-astronaut1,
  .lottie-astronaut2 {
    margin-top: 35%;
    height: 12.5rem;
    width: 12.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lottie-down-arrow {
    height: 7.813rem;
    width: 7.813rem;
  }
  .index-db {
    height: 65vh;
  }
  .tp-hero-section {
    padding-top: 7rem;
  }
  .tp-hero-title {
    font-size: 3rem;
  }
  .tp-projects-bg-overlay {
    height: 65%;
  }
}
/* Large devices (992px–1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  header .logo {
    width: 150px;
    height: 60px;
  }
  header .main-menu {
    top: -120px;
    right: 20%;
  }
  header.active .main-menu {
    top: 30px !important;
  }
  header .main-menu li a {
    color: #DB3939;
    text-align: center;
    text-decoration: none;
  }
  header .main-menu-trigger {
    margin: 28px 0px;
  }
  .lottie-astronaut1,
  .lottie-astronaut2 {
    margin-top: 30%;
    height: 12.5rem;
    width: 12.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lottie-down-arrow {
    height: 8.437rem;
    width: 8.437rem;
  }
  .index-db {
    height: 66vh;
  }
  .tp-hero-title {
    font-size: 3.5rem;
  }
  .tp-projects-bg-overlay {
    height: 70%;
  }
}
/* Desktop range (1200px–1680px) */
@media (min-width: 1200px) and (max-width: 1680px) {
  header .main-menu li a {
    text-align: center;
    color: #DB3939;
    text-decoration: none;
  }
  header.active .main-menu {
    top: 20px !important;
    transition: all 0.5s ease 0s;
  }
  header .main-menu-trigger {
    margin: 20px 0px;
    cursor: pointer;
    width: 25px;
    height: 3px;
    padding: 9px 0px;
    transition: all 0.5s ease 0s;
  }
  .lottie-down-arrow {
    height: 9.375rem;
    width: 9.375rem;
  }
  .index-db {
    min-height: 70vh;
    height: 70vh;
  }
}
/* Desktop (1200px+) */
@media (min-width: 1200px) {
  .tp-hero-title {
    font-size: 4.5rem;
  }
}
/* Wide monitors (1680px+) */
@media (min-width: 1680px) {
  .tp-hero-section {
    padding-top: 12rem;
  }
}
/****************************** Mixins ******************************/
/****************************** Custom container ******************************/
.custom-container {
  width: 80%;
  margin: 10px auto;
  padding: 15px 0;
}

/****************************** Misc classes ******************************/
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.hide-element {
  display: none !important;
}

/****************************** General ******************************/
body {
  overflow-x: hidden;
  /* Prevent horizontal overflow */
  overflow-y: auto;
  /* Prevent vertical overflow */
  font-family: "Inter", sans-serif;
}

/****************************** Globals: Titles ******************************/
h1 {
  font-family: "Cormorant Garamond", serif;
  color: #313a42 !important;
  font-size: 3.125rem !important;
  font-weight: 800 !important;
}

h2,
h3,
h4 {
  font-family: "Cormorant Garamond", serif !important;
  color: #4e5d6a !important;
}

h5 {
  font-family: "Inter", sans-serif !important;
  color: #4e5d6a !important;
}

h6 {
  font-size: "Anonymous Pro", monospace !important;
  color: #DB3939 !important;
}

/****************************** Globals: Tag ******************************/
.tag-kt {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #DB3939;
}

/****************************** Globals: Paragraphs & links ******************************/
p {
  font-family: "Poppins", sans-serif;
  color: #4e5d6a;
}

a {
  font-family: "Inter", sans-serif;
  color: #DB3939;
}

/****************************** Language switch ******************************/
/* Texto de idioma */
.language-switch {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  /* Ajusta el ancho */
  height: 1.25rem;
  /* Ajusta la altura */
}

.language-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4e5d6a;
  transition: 0.4s;
  border-radius: 1.25rem;
  /* Ajusta el radio de borde */
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  /* Ajusta la altura */
  width: 16px;
  /* Ajusta el ancho */
  left: 0.125rem;
  bottom: 0.125rem;
  background-color: rgba(242, 246, 252, 0.5607843137);
  transition: 0.4s;
  border-radius: 50%;
  /* Ajusta el radio de borde */
}

input:checked + .slider {
  background-color: rgba(219, 57, 57, 0.4);
}
input:checked + .slider .lang-es {
  color: #313a42 !important;
  margin-right: 0.313rem;
}

input:checked + .slider:before {
  transform: translateX(1.25rem);
  /* Ajusta la traducción */
}

/* Texto de idioma */
.language-text {
  position: relative;
  top: -0.188rem;
  /* Ajusta la posición */
  display: inline-block;
  font-size: 0.688rem;
}

.lang-es {
  color: #313a42;
  margin-right: 0.313rem;
}

.lang-en {
  color: #DB3939;
  margin-left: 0.313rem;
}

.lang-en-db {
  color: rgba(242, 246, 252, 0.5607843137) !important;
  transition: all 0.5s ease 0s;
}

/****************************** Separator line ******************************/
.vertical-separator-right {
  position: relative;
}
.vertical-separator-right::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, #E67575 40%, #E67575 60%, transparent 100%);
}

/****************************** Title lines ******************************/
.line-decorated-lb {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}
.line-decorated-lb::before, .line-decorated-lb::after {
  content: "";
  flex-grow: 1;
  height: 0.063rem;
  /* Altura de las líneas */
  background-color: #4e5d6a;
  /* Color de las líneas */
}
.line-decorated-lb::before {
  margin-right: 1.25rem;
  /* Espacio entre la línea y el texto */
}
.line-decorated-lb::after {
  margin-left: 1.25rem;
  /* Espacio entre la línea y el texto */
}

.line-decorated-db {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  color: #DEE8F7 !important;
}
.line-decorated-db::before, .line-decorated-db::after {
  content: "";
  flex-grow: 1;
  height: 0.063rem;
  /* Altura de las líneas */
  background-color: #DEE8F7;
  /* Color de las líneas */
}
.line-decorated-db::before {
  margin-right: 1.25rem;
  /* Espacio entre la línea y el texto */
}
.line-decorated-db::after {
  margin-left: 1.25rem;
  /* Espacio entre la línea y el texto */
}

/****************************** Image transitions ******************************/
.img-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
  /* Prevents overflow during scaling */
  border-radius: 0.625rem;
}

/* Hover rectangle for background effect */
.hover-rectangle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 0;
  height: 0;
  background-color: rgba(78, 93, 106, 0.6);
  /* Transparent background */
  display: flex;
  border-radius: 0.625rem;
  justify-content: center;
  align-items: center;
  color: white;
  opacity: 0;
  text-align: center;
  transition: transform 0.7s ease, opacity 0.7s ease, width 0.7s ease, height 0.7s ease;
  /* Slower transition */
}

/* On hover, the rectangle expands */
.img-container:hover .hover-rectangle {
  transform: translate(-50%, -50%) scale(1);
  /* Scale up the rectangle */
  width: 100%;
  height: 100%;
  opacity: 1;
}

/* Image styling */
.img-values {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
}

/* Custom font and size for text */
.custom-transition-font {
  font-size: 1.5rem !important;
  color: #DB3939 !important;
  font-family: "Anonymous Pro", monospace;
  font-weight: bolder;
}

/****************************** Projects - Index ******************************/
.slider-wrapper {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 70px 55px;
}

.card-list .card-item {
  height: auto;
  color: #fff;
  user-select: none;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  backdrop-filter: blur(30px);
  background: rgba(222, 232, 247, 0.3019607843);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.card-list .card-item .project-image {
  width: 200px;
  height: 57px;
  padding: 4px;
}

.card-list .card-item .project-name h2 {
  color: #F2F6FC !important;
}

.card-list .card-item .project-desc {
  font-size: 1.15rem;
  color: #e3e3e3;
  font-weight: 500;
  margin: 14px 0;
}

.card-list .card-item .go-project-btn {
  width: 50px;
}

.card-list .card-item .go-project-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  color: #fff;
}

.slider-wrapper .swiper-pagination-bullet {
  background: #fff;
  height: 13px;
  width: 13px;
  opacity: 0.5;
}

.slider-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}

.slider-wrapper .swiper-slide-button {
  color: #4e5d6a;
  margin-top: 2%;
  transition: 0.2s ease;
}

.slider-wrapper .swiper-slide-button:hover {
  color: #E67575;
}

@media (max-width: 768px) {
  .slider-wrapper {
    margin: 0 10px 40px;
  }
  .slider-wrapper .swiper-slide-button {
    display: none;
  }
}
/****************************** Footer ******************************/
.section-footer {
  background-color: #313a42;
  padding: 3.75rem 0 0 0;
  text-align: left;
}
.section-footer h6 {
  font-family: "Poppins", sans-serif;
  font-size: 0.813rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-bottom: 1.25rem;
}
.section-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-footer ul li {
  margin-bottom: 0.75rem;
}
.section-footer ul a {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #9EAAB6;
  text-decoration: none;
  transition: color 0.2s ease;
}
.section-footer ul a i {
  margin-right: 0.313rem;
  font-size: 0.875rem;
}
.section-footer ul a:hover {
  color: #DB3939;
}
.section-footer .footer-social {
  display: flex;
  gap: 1rem;
}
.section-footer .footer-social li {
  margin-bottom: 0;
}
.section-footer .footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #4e5d6a;
  border-radius: 50%;
  color: #9EAAB6;
  font-size: 0.938rem;
  transition: all 0.2s ease;
}
.section-footer .footer-social a:hover {
  color: #ffffff;
  border-color: #DB3939;
  background-color: #DB3939;
}
.section-footer .footer-bottom {
  margin-top: 3.125rem;
  padding: 1.25rem 0;
  border-top: 1px solid #4e5d6a;
}
.section-footer .footer-bottom span, .section-footer .footer-bottom a {
  font-family: "Inter", sans-serif;
  font-size: 0.813rem;
  color: #9EAAB6;
}
.section-footer .footer-bottom a {
  text-decoration: none;
  transition: color 0.2s ease;
}
.section-footer .footer-bottom a:hover {
  color: #DB3939;
}
@media (max-width: 767.98px) {
  .section-footer {
    padding: 2.5rem 0 0 0;
  }
  .section-footer .col-6 {
    margin-bottom: 1.875rem;
  }
  .section-footer .footer-bottom .container {
    flex-direction: column;
    text-align: center;
    gap: 0.625rem;
  }
}

/****************************** Privacy Policy ******************************/
.privacy-policy {
  height: 165vh;
}

.container-pp {
  max-width: 50%;
  margin: 0 auto;
}

.privacy-policy-img-style img {
  /* you need to match the shadow color to your background or image border for the desired effect*/
  box-shadow: 0 0 8px 8px white inset;
}

/****************************** Header ******************************/
header {
  background: #F2F6FC;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.5s ease 0s;
  box-shadow: rgba(230, 117, 117, 0.4) 0px 10px 5px -5px, rgba(219, 57, 57, 0.4) 0px 8px 16px -8px;
}

header .contenedor {
  margin: 0 auto;
  display: flow-root;
  position: relative;
}

header h1 {
  margin: 0;
}

header .logo {
  display: block;
  width: 150px;
  height: 60px;
  background: url("../../assets/logos/kt_logo_lbg.png") no-repeat top left;
  background-size: 95% !important;
  float: none;
  transition: all 0.5s ease 0s;
}

/****************** Component: Hamburger menu button styles ******************/
header.active {
  background: rgba(78, 93, 106, 0.6);
  transition: all 0.5s ease 0s;
}

header.active .logo {
  background: url("../assets/logos/kt_logo_dbg.png") no-repeat top left;
  transition: all 0.5s ease 0s;
}

header.active .main-menu-trigger span,
header.active .main-menu-trigger span::before {
  width: 27px;
  height: 4px;
  background: #ffffff;
  transition: all 0.5s ease 0s;
  transform: rotate(45deg);
}

header.active .main-menu-trigger span::after {
  width: 0;
  height: 0;
}

header.active .main-menu-trigger span {
  transform: rotate(45deg);
}

header.active .main-menu-trigger span::before {
  transform: rotate(-90deg);
  top: 0px;
}

header.fixed {
  position: fixed;
}

header .main-menu {
  position: absolute;
  top: -150px;
  right: 20%;
  transition: all 0.5s ease 0s;
}

header .main-menu li {
  display: block;
  float: left;
  padding: 0 15px;
}

header .main-menu li a {
  padding: 5px 5px;
  display: block;
  text-align: center;
  position: relative;
  font-size: 0.813rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: #DB3939;
}

header .main-menu li .dropdown-menu a {
  color: #313a42;
}

header .main-menu li a:hover {
  color: #E67575;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}

.dropdown-item:hover {
  background-color: rgba(222, 232, 247, 0.3019607843) !important;
}

header .main-menu li a::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  display: block;
  width: 0%;
  height: 0;
  height: 1px;
  transition: all 0.5s ease 0s;
}

header .main-menu li a:hover::after {
  width: 100%;
  background: #E67575;
  transition: all 0.5s ease 0s;
}

header.active .main-menu {
  top: 40px;
  transition: all 0.5s ease 0s;
}

header.active.fixed .main-menu {
  top: 40px;
}

.dropdown-menu {
  background-color: rgba(222, 232, 247, 0.3019607843) !important;
}

/****************** Component: Hamburger menu button styles ******************/
header .main-menu-trigger {
  margin: 35px 0px;
  cursor: pointer;
  width: 25px;
  height: 3px;
  padding: 9px 0px;
  transition: all 0.5s ease 0s;
}

header .main-menu-trigger span {
  position: relative;
  display: block;
}

header .main-menu-trigger span,
header .main-menu-trigger span::before,
header .main-menu-trigger span::after {
  width: 25px;
  height: 4px;
  background: #313a42;
  display: block;
  transition: all 0.5s ease 0s;
}

header .main-menu-trigger span::before,
header .main-menu-trigger span::after {
  position: absolute;
  left: 0px;
  content: "";
}

header .main-menu-trigger span::before {
  top: -8px;
}

header .main-menu-trigger span::after {
  bottom: -8px;
}

/****************************** Button: Primary ******************************/
.btn-kt-primary {
  font-family: "Poppins", sans-serif !important;
  background-color: #313a42 !important;
  color: #F2F6FC !important;
  font-size: 0.875rem !important;
  transition: background-color 0.4s ease;
}

.btn-kt-primary:hover {
  background-color: #4e5d6a !important;
}

.btn-kt-secondary {
  font-family: "Poppins", sans-serif !important;
  background-color: #DB3939 !important;
  color: #F2F6FC !important;
  font-size: 0.875rem !important;
  transition: background-color 0.4s ease;
}

.btn-kt-secondary:hover {
  background-color: #E67575 !important;
}

.btn-kt-ghost {
  font-family: "Poppins", sans-serif !important;
  background-color: transparent !important;
  color: #000 !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  font-size: 0.875rem !important;
  transition: background-color 0.2s ease;
}

.btn-kt-ghost:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}

/****************************** Buttons ******************************/
.btn-tk-ol-primary {
  border-color: #313a42 !important;
}

.btn-tk-ol-primary:hover {
  background-color: #4e5d6a !important;
  border-color: #4e5d6a !important;
  color: #F2F6FC !important;
}

.btn-tk-ol-secondary {
  font-family: "Poppins", sans-serif !important;
  font-size: 0.875rem !important;
  border: 1px solid #4e5d6a !important;
  color: #4e5d6a !important;
  background-color: transparent !important;
  transition: all 0.3s ease;
}

.btn-tk-ol-secondary:hover {
  border-color: #4e5d6a !important;
  background-color: #4e5d6a !important;
  color: #DEE8F7 !important;
}

.section-hero-contact {
  position: relative;
  min-height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6.25rem 1.875rem;
}
.section-hero-contact h1 {
  color: rgba(242, 246, 252, 0.5607843137) !important;
}
.section-hero-contact__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.section-hero-contact__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 5vw, 3.75rem);
  font-weight: 400;
  color: #313a42;
  margin-bottom: 1.25rem;
  line-height: 1.15;
}
.section-hero-contact__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  color: #4e5d6a;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

.contact-hero-section {
  position: relative;
  height: 40vh;
  z-index: 1;
}

.contact-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.contact-hero-text-container {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  top: 50%;
  transform: translateY(-25%);
  padding: 0 20px;
}

.contact-hero-text-container h1 {
  font-size: 3rem !important;
  font-weight: bold;
  color: #F2F6FC !important;
  margin: 10px 0 0 50px;
}

.contact-hero-text-container p {
  font-size: 1.2rem;
  margin: 10px 0 0 50px;
  color: #DEE8F7 !important;
}

.down-arrow-container {
  margin-top: 40px;
}

.down-arrow-container img {
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.section-why-kyomu {
  background-color: #ffffff;
  border-top: 1px solid #DEE8F7;
  padding: 6.25rem 0;
}
.section-why-kyomu__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #313a42;
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.section-why-kyomu__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #4e5d6a;
  max-width: 560px;
  margin: 1rem auto 0;
  line-height: 1.7;
}

.why-kyomu-card {
  background-color: #F2F6FC;
  border: 1px solid #DEE8F7;
  border-radius: 0.313rem;
  padding: 2.5rem 1.5rem;
  height: 100%;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.why-kyomu-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(49, 58, 66, 0.08);
}
.why-kyomu-card__icon {
  color: #DB3939;
  font-size: 2rem;
  margin-bottom: 1.25rem;
}
.why-kyomu-card__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.375rem;
  font-weight: 400;
  color: #313a42;
  margin-bottom: 0.75rem;
}
.why-kyomu-card__desc {
  font-family: "Inter", sans-serif;
  font-size: 0.938rem;
  color: #4e5d6a;
  line-height: 1.7;
  margin: 0;
}

.section-contact-main {
  background-color: #F2F6FC;
  padding: 6.25rem 0;
}

.contact-info {
  padding-right: 1.875rem;
}
.contact-info__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  font-weight: 500;
  color: #313a42;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.contact-info__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #4e5d6a;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.contact-info-card {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.5rem;
  background-color: #ffffff;
  border: 1px solid #DEE8F7;
  border-radius: 0.313rem;
  margin-bottom: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(49, 58, 66, 0.08);
}
.contact-info-card__icon {
  color: #DB3939;
  font-size: 1.375rem;
  margin-top: 0.125rem;
  flex-shrink: 0;
}
.contact-info-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.313rem;
}
.contact-info-card__label {
  font-family: "Poppins", sans-serif;
  font-size: 0.688rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #4e5d6a;
}
.contact-info-card__value {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #313a42;
  text-decoration: none;
  transition: color 0.2s ease;
}
.contact-info-card__value:hover {
  color: #DB3939;
}

.contact-trust-statement {
  background-color: #DEE8F7;
  border-radius: 0.313rem;
  padding: 1rem;
  font-family: "Inter", sans-serif;
  font-size: 0.938rem;
  color: #4e5d6a;
  line-height: 1.7;
  margin-top: 0.625rem;
}

.contact-form-card {
  background-color: #ffffff;
  border: 1px solid #DEE8F7;
  border-radius: 0.313rem;
  padding: 3.125rem;
  height: 100%;
  box-shadow: 0 4px 24px rgba(49, 58, 66, 0.05);
}
.contact-form-card__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.875rem;
  font-weight: 400;
  color: #313a42;
  margin-bottom: 1.875rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-form__group {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.contact-form__label {
  font-family: "Poppins", sans-serif;
  font-size: 0.688rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #313a42;
}
.contact-form__input, .contact-form__select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #DEE8F7;
  border-radius: 0;
  padding: 0.75rem 0;
  font-family: "Inter", sans-serif;
  font-size: 0.938rem;
  color: #313a42;
  outline: none;
  transition: border-color 0.2s ease;
  appearance: none;
}
.contact-form__input::placeholder, .contact-form__select::placeholder {
  color: rgb(125.9565217391, 144.2173913043, 160.0434782609);
}
.contact-form__input:focus, .contact-form__select:focus {
  border-bottom-color: #DB3939;
  box-shadow: none;
}
.contact-form__select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234E5D6A' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
  padding-right: 1.5rem;
}
.contact-form__textarea {
  width: 100%;
  background-color: #F2F6FC;
  border: 1px solid #DEE8F7;
  border-radius: 0.313rem;
  padding: 1rem;
  font-family: "Inter", sans-serif;
  font-size: 0.938rem;
  color: #313a42;
  outline: none;
  resize: vertical;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  line-height: 1.6;
}
.contact-form__textarea::placeholder {
  color: rgb(125.9565217391, 144.2173913043, 160.0434782609);
}
.contact-form__textarea:focus {
  border-color: #DB3939;
  box-shadow: 0 0 0 3px rgba(219, 57, 57, 0.08);
}

.form-status--success {
  color: #2e7d32;
  margin-top: 12px;
  font-size: 14px;
}

.form-status--error {
  color: #DB3939;
  margin-top: 12px;
  font-size: 14px;
}

.form-status--loading {
  color: #4e5d6a;
  margin-top: 12px;
  font-size: 14px;
}

.section-how-it-works {
  background-color: #ffffff;
  border-top: 1px solid #DEE8F7;
  padding: 6.25rem 0;
}
.section-how-it-works__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #313a42;
  margin-top: 0.75rem;
  margin-bottom: 0;
}

.how-it-works-step__label {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #DB3939;
  margin-bottom: 1rem;
}
.how-it-works-step__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #313a42;
  margin-bottom: 0.75rem;
}
.how-it-works-step__desc {
  font-family: "Inter", sans-serif;
  font-size: 0.938rem;
  color: #4e5d6a;
  line-height: 1.7;
  max-width: 280px;
  margin: 0 auto;
}

.section-faq {
  background-color: #F2F6FC;
  border-top: 1px solid #DEE8F7;
  padding: 6.25rem 0;
}
.section-faq__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #313a42;
  margin-bottom: 0.75rem;
}
.section-faq__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #4e5d6a;
}

.faq-list {
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-item {
  background-color: #ffffff;
  border: 1px solid #DEE8F7;
  border-radius: 0.313rem;
  overflow: hidden;
}
.faq-item__trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  gap: 1rem;
}
.faq-item__trigger span {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #313a42;
}
.faq-item__trigger[aria-expanded=true] .faq-item__icon {
  transform: rotate(180deg);
}
.faq-item__icon {
  color: #DB3939;
  font-size: 1rem;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.faq-item__answer {
  font-family: "Inter", sans-serif;
  font-size: 0.938rem;
  color: #4e5d6a;
  line-height: 1.7;
  padding: 0 1.5rem 1.5rem 1.5rem;
  border-top: 1px solid #DEE8F7;
  margin: 0;
  padding-top: 1rem;
}

@media (max-width: 991.98px) {
  .contact-info {
    padding-right: 0;
  }
  .contact-form-card {
    padding: 1.875rem;
  }
  .section-contact-hero {
    min-height: 35vh;
    padding: 5rem 1.25rem;
  }
  .section-contact-hero__title {
    font-size: 2.5rem;
  }
  .section-contact-hero__subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .section-how-it-works .vertical-separator-right::after {
    display: none;
  }
  .section-how-it-works .col-12 {
    margin-bottom: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid #DEE8F7;
  }
  .section-how-it-works .col-12:first-child {
    border-top: none;
    padding-top: 0;
  }
}/*# sourceMappingURL=contact.css.map */