/* geist-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Geist";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/geist-v3-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* geist-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Geist";
  font-style: normal;
  font-weight: 200;
  src: url("fonts/geist-v3-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* geist-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Geist";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/geist-v3-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* geist-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Geist";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/geist-v3-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* geist-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Geist";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/geist-v3-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* geist-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Geist";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/geist-v3-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* geist-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Geist";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/geist-v3-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* geist-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Geist";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/geist-v3-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* geist-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Geist";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/geist-v3-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background: #0c101b;
  color: #fff;
  font-family: "Geist", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
button {
  cursor: pointer;
}

header {
  transition: all 0.3s ease;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 900;
  background-color: #0c101b00;
  backdrop-filter: blur(0px);
}

.scrolled header {
  background-color: #0c101b88;
  backdrop-filter: blur(10px);
}

header .container {
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-start;
  height: 80px;
  box-sizing: border-box;
}

header .logo {
  transition: all 0.3s ease;
  overflow: hidden;
  width: 250px;
  height: 100px;
  margin-top: 20px;
}

header .logo.alternate{
  width: 250px;
  height: 150px;
}

header .logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

img.alternate{
  filter: invert(1);
}

.scrolled header .logo {
  height: 80px;
  width: 150px;
  margin-top: 0px;
}

.scrolled header .logo.alternate{
  margin-top: 10px;
  height: 90px;
}

header nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.logo-right header nav {
  order: 1;
  justify-content: flex-start;
}
.logo-right header .logo {
  order: 2;
}

header nav ul {
  display: flex;
  align-items: center;
}

header nav ul li a {
  display: block;
  text-decoration: none;
  color: rgba(217, 217, 217, 1);
  font-size: 16px;
  font-weight: 300;
  padding: 5px 15px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

/* Mobile menu toggle (burger → X) */
.mobile-menu-toggle {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  text-decoration: none;
  font-size: 0; /* hide text */
  z-index: 1001;
  margin-left: auto;
  margin-top: 20px;
}
.mobile-menu-toggle span,
.mobile-menu-toggle span::before,
.mobile-menu-toggle span::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.2s ease,
    background 0.3s ease;
}
.mobile-menu-toggle span {
  top: 50%;
  transform: translateY(-50%);
}
.mobile-menu-toggle span::before {
  top: -7px;
}
.mobile-menu-toggle span::after {
  top: 7px;
}

body.menu-open .mobile-menu-toggle span {
  background: transparent;
}
body.menu-open .mobile-menu-toggle span::before {
  top: 0;
  transform: rotate(45deg);
}
body.menu-open .mobile-menu-toggle span::after {
  top: 0;
  transform: rotate(-45deg);
}

@media (max-width: 1200px) {
  .mobile-menu-toggle {
    display: inline-flex;
  }

  /* Fullscreen overlay nav */
  header nav {
    position: fixed;
    inset: 0;
    background: rgba(12, 16, 27, 0.98);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.35s ease;
    z-index: 1000;
    height: 100vh;
  }
  body.menu-open header nav {
    transform: translateY(0);
    opacity: 1;
  }
  body.menu-open {
    overflow: hidden;
  }

  header nav ul {
    flex-direction: column;
    gap: 20px;
  }
  header nav ul li a {
    font-size: 22px;
    padding: 10px 20px;
  }
}

.reas-energie-logo{
  transition: all 0.3s ease;
  display: block;
  width: 90%;
  max-width: 150px;
  margin: 50px auto;
}

.reas-energie-logo:hover{
  transform: scale(1.05);
}

.reas-energie-logo img{
  width: 100%;
  object-fit: contain;
  object-position: center;
}


strong{
  font-weight: 600;
}

/* Search suggestions dropdown */
header .search {
  position: relative;
}
.search-suggestions {
  position: absolute;
  top: 100%;
  right: 0;
  background: rgba(12, 16, 27, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  padding: 8px;
  margin-top: 6px;
  z-index: 1000;
  display: none;
  backdrop-filter: blur(8px);
  width: 320px;
}
.search-suggestions .suggest-item {
  display: block;
  padding: 10px 12px;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
}
.search-suggestions .suggest-item:hover {
  background: rgba(255, 255, 255, 0.06);
}
.search-suggestions .suggest-item .title {
  font-weight: 600;
  font-size: 14px;
}
.search-suggestions .suggest-item .snippet {
  font-size: 12px;
  color: rgba(217, 217, 217, 0.9);
  margin-top: 4px;
}

.fundamentals-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
}

.fundamentals-item {
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  max-width: 400px;
}

.fundamentals-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.fundamentals-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fundamentals-content h3 {
  font-size: 26px;
  font-weight: 600;
}

.fundamentals-content p {
  font-size: 16px !important;
  text-align: left !important;
}

/* Service sections toggle styles */
.fundamentals-item img {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.fundamentals-item[data-target] {
  cursor: pointer;
}

/* Service sections animation */
section.services[id] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

section.services[id].show {
  opacity: 1;
  transform: translateY(0);
}

p a {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

p a:hover {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
}

header nav ul li a.active {
  color: #fff;
  background-color: #6d55ff;
}

header nav ul li:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  padding: 5px;
  padding-left: 10px;
  gap: 5px;
  background-color: #fff;
  border-radius: 15px;
}

header nav ul li input {
  border: 0px;
  color: #000;
  font-size: 14px;
  box-sizing: border-box;
  font-weight: 300;
  width: 100px;
  transition: all 0.3s ease;
  outline: 0px !important;
}

header nav ul li:last-child:before {
  content: "";
  position: relative;
  top: 1px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

header nav ul li a:hover {
  color: #ffffff;
}

#float-menu {
  position: fixed;
  top: 38.2%;
  right: 25px;
  background-color: #fff;
  z-index: 100;
  padding: 5px 5px;
  border-radius: 35px 35px 15px 35px;
  box-shadow: 0px 2.07px 20.45px 0px rgba(0, 0, 0, 0.7);
}

#float-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 5px;
}

#float-menu ul li {
  display: block;
  width: 50px;
  height: 50px;
}

#float-menu ul li a {
  transition: left 0.3s ease, width 0.3s ease;
  position: relative;
  display: flex;
  background-color: #000;
  overflow: hidden;
  width: 50px;
  height: 50px;
  left: 0px;
  border-radius: 50px 50px 20px 50px;
  white-space: nowrap;
  align-items: center;
  gap: 0px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
}

#float-menu ul li a:hover {
  width: 230px;
  left: -180px;
}

#float-menu ul li a img {
  width: 52px;
  height: 55px;
  padding: 15px;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
}
#float-menu ul li a span {
  opacity: 0;
  transition: opacity 0.3s ease;
}

#float-menu ul li a:hover span {
  opacity: 1;
}

.hero {
  position: relative;
  height: 80vh;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
  padding: 0px !important;
  margin-bottom: 50px;
}

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

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.hero-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 aspect ratio */
  min-height: 100vh;
  min-width: 177.77vh; /* 16:9 aspect ratio */
  transform: translate(-50%, -50%) scale(1.25);
  pointer-events: none;
}

.hero-video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 1;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}

.hero .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 80vh;
}

.hero-content h1 {
  display: inline-block;
  position: relative;
  font-size: 8vh;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2vh;
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.80);
}

.hero-content h1:before{
  content: "";
  position: absolute;
  top: -25px;
  right: -25px;
  left: -25px;
  bottom: -50px;
  background-color: #000;
  z-index: -1;
  opacity: 0.8;
  border-radius: 100%;
  filter: blur(100px);
}

.hero-content p {
  display: block;
  font-size: 2.75vh;
  font-weight: 300;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

.no-wrap {
  display: inline-block;
  white-space: nowrap;
  word-break: keep-all;
}

.hero-buttons {
  margin-top: 4vh;
}

.get-offer,
.button,
.service-card-button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 18px;
  background-color: #fff;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: none;
}

.get-offer span,
.button span,
.service-card-button span {
  transition: all 0.3s ease;
  background: linear-gradient(90deg, #6d55ff 0%, #413399 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 500;
}

.get-offer:hover span,
.button:hover span,
.service-card-button:hover span {
  background: linear-gradient(100deg, #6d55ff 0%, #413399 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.get-offer:hover,
.button:hover,
.service-card-button:hover {
  /* no glow on hover; neon border handled by .btn */
  box-shadow: none;
}

/* Neon rotating border for unified .btn elements */
.btn {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}

.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  background: conic-gradient(
    from 0deg,
    transparent,
    #cac2ff,
    #6d55ff,
    #ff55d4,
    #cac2ff,
    transparent
  );
  border-radius: 50px;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  animation: rotate-neon 3s linear infinite;
  transition: opacity 0.3s ease;
}

.btn::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #fff;
  border-radius: 50px;
  z-index: 1;
  pointer-events: none;
}

.btn span {
  position: relative;
  z-index: 2;
}

.btn:hover::after,
.btn:focus-visible::after {
  opacity: 0.8;
}

.icon {
  transition: all 0.3s ease;
  width: 80px;
  height: 80px;
  position: relative;
  box-shadow: 0px 20.46px 51.14px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}

.icon.large {
  width: 100px;
  height: 100px;
}

.icon.small {
  width: 60px;
  height: 60px;
  box-shadow: none;
  border: solid 2px rgba(255, 255, 255, 0.1);
}

.small .icon.small{
  width: 32px;
  height: 32px;
}

.icon:before {
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #a89df9 0%, #393a8a 100%);
  border-radius: 50%;
  z-index: -1;
}

.icon.small:before {
  opacity: 0;
}

.icon:after {
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: linear-gradient(135deg, #4e46ba 0%, #1f1e47 100%);
  border-radius: 50%;
  z-index: 0;
}

.icon.small:after {
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  opacity: 0;
}

.icon img {
  transition: all 0.3s ease;
  position: absolute;
  z-index: 1;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  object-fit: contain;
  object-position: center;
}

section:not(.hero) {
  padding: 75px 0;
  position: relative;
}

section:not(.hero) h2 {
  font-weight: 600;
  font-size: 40px;
  max-width: 600px;
  margin: auto auto;
  text-align: center;
  margin-bottom: 20px;
}

section:not(.hero) h2.full {
  max-width: 1200px !important;
}

section:not(.hero) p {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: rgba(217, 217, 217, 1);
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

section .icon-container {
  display: flex;
}

.about-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  margin-top: 100px;
}

.about-grid.column {
  flex-direction: column;
  gap: 40px;
}

.about-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  padding: 5px;
}

.about-grid.column .about-card {
  margin: auto auto;
  max-width: 800px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: auto auto;
}

.values-grid-item {
  display: flex;
  flex-direction: row;
  gap: 20px;
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.values-grid-item p {
  font-size: 16px !important;
  max-width: 100% !important;
  text-align: left !important;
  margin-left: 0px;
  margin-right: 0px;
  flex: 1;
}

.values-grid-item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100px 100px 25px 100px;
  border: solid 2px rgba(255, 255, 255, 0.1);
}

.service-info-card ul li {
  line-height: 1.5;
  color: rgba(217, 217, 217, 1);
}

.service-info-card p {
  flex: 1;
}

.about-card-content {
  flex: 1;
}

.about-card-content h3 {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 28px;
  padding: 10px 0px;
  min-height: 80px;
  box-sizing: border-box;
  margin-bottom: 10px;
  line-height: 1.2;
}

section .about-card-content p {
  font-weight: 300;
  text-align: left;
  font-size: 16px;
  margin-bottom: 0.5em;
}

.icon:hover img {
  transform: scale(1.2);
}

.icon:hover:before {
  transform: scale(1.05);
}

.icon:hover:after {
  transform: scale(1.05);
}

/*section.partner:before,
section.process:before,
section.team:before,
section.fundamentals:before,
section.form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  max-width: 1400px;
  margin: auto auto;
  background: rgba(245, 245, 245, 0.22);
}*/

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  column-gap: 40px;
  margin-top: 100px;
  max-width: 1200px;
  justify-content: center;
  align-content: start;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-item {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  box-sizing: border-box;
  border-radius: 200px 200px 50px 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.email-button {
  background: rgba(255, 255, 255, 0.05);
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 200px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.email-button:hover {
  background: rgba(255, 255, 255, 0.1);
}

.team-grid-item .packages-grid-item {
  width: 100%;
}

.team-grid-item .packages-grid-item img {
  filter: none;
}

.team-member-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 20px;
}

.team-member-info h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.team-member-info p {
  font-size: 16px !important;
  margin-bottom: 20px !important;
}

.team-member-info .phone {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px !important;
  margin-bottom: 0px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 20px !important;
}

.team-member-info .phone img {
  width: 16px;
  height: 16px;
}

.partner-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
  column-gap: 40px;
  margin-top: 50px;
}

.partner-grid img {
  width: 100%;
  filter: invert(1);
  height: 70px;
  width: auto;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0;
  margin-top: 100px;
  height: 40vh;
  justify-content: space-between;
  align-content: space-between;
}

/* Linear process flow */
.process-flow {
  position: relative;
  margin-top: 40px;
}
.process-flow .flow-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px; /* will be updated via JS */
  pointer-events: none;
  z-index: 0;
}
.process-flow .flow-track::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    #a89df9 0 12px,
    transparent 12px 24px
  );
  opacity: 0.9;
  animation: dash-move 1.2s linear infinite;
}
.process-flow .flow-track.vertical::before {
  background: repeating-linear-gradient(
    0deg,
    #a89df9 0 12px,
    transparent 12px 24px
  );
  animation-name: dash-move-vert;
}
@keyframes dash-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 24px 0;
  }
}
@keyframes dash-move-vert {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 24px;
  }
}
.process-flow .flow-steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.process-flow .flow-step {
  width: 16%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.process-icon .icon {
  transition: all 0.5s ease;
}

.highlight .icon {
  transform: scale(1.1);
  filter: hue-rotate(50deg);
}

.process-diagram .circle svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.process-icon {
  width: 100%;
  max-width: 250px;
  height: 90px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.process-icon .icon {
  margin: auto auto;
}

.process-icon-container {
  width: 100%;
  height: 100%;
  display: flex;
}

.process-icon-container:nth-child(4),
.process-icon-container:nth-child(5),
.process-icon-container:nth-child(6) {
  align-items: flex-end;
}

.process-icon p {
  padding-top: 10px;
  font-size: 14px !important;
}

/* Animated SVG Background */
.animated-blob {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: -10;
  overflow: hidden;
  filter: blur(50px);
}

.animated-blob svg {
  position: absolute;
  width: 120vw;
  height: 120vh;
}

.animated-blob-2 svg {
  width: 60vw;
  height: 60vh;
  filter: blur(50px);
}

/* Services Slider Styles */
.services-slider-container {
  padding: 50px;
  margin: 0 auto;
}

.services-slider {
  position: relative;
  margin: 0 auto;
}

.glide__track {
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    transparent 0px,
    black 30px,
    black calc(100% - 30px),
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0px,
    black 30px,
    black calc(100% - 30px),
    transparent 100%
  );
}

.glide__slides {
  display: flex;
}

.glide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-info-grid {
  display: grid;
  /* 2x2 grid */
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  box-sizing: border-box;
  padding: 40px;
  margin-top: 40px;
}

.service-info-card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  justify-content: flex-start;
}

.service-info-card.small {
  padding: 20px;
}

.card-actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
  flex: 1;
}

.service-info-card h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 40px;
}

.service-info-card.small h3 {
  font-size: 20px;
  gap: 10px;
  margin-bottom: 20px;
}

.service-info-card h3 img {
  width: 24px;
  height: 24px;
}
.service-info-card h3 .icon img {
  width: 50%;
  height: 50%;
}

.service-info-card.small h3 img {
  width: 16px;
  height: 16px;
}

.arrow-link {
  color: rgba(217, 217, 217, 1);
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.arrow-link:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../img/icons/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}

.arrow-link:hover:before {
  animation: arrow-link-hover 0.5s ease-in-out alternate infinite;
}

@keyframes arrow-link-hover {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(3px);
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.faq-list .service-info-card h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 0px !important;
  font-size: 24px !important;
}

.faq-list .service-info-card h3:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/icons/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}

.faq-list .service-info-card.active h3:before {
  transform: rotate(90deg);
}

.service-info-card p {
  font-size: 16px !important;
  text-align: left !important;
  margin-bottom: 20px !important;
  max-width: 100% !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.service-info-card.small p {
  font-size: 16px !important;
  margin-bottom: 0px !important;
}

.faq-list .service-info-card p {
  font-size: 16px !important;
  margin-bottom: 0px !important;
  padding-top: 20px;
  display: none;
}

.faq-list .service-info-card.active p {
  display: block;
}

.service-info-card:not(.nobefore)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(180deg, #cac2ff66 0%, #797499 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.service-info-card {
  transition: all 0.3s ease;
}

.service-info-card.highlight {
  transform: scale(1.02);
  background: rgba(255, 255, 255, 0.15);
}

.service-info-card.highlight::before {
  background: linear-gradient(
    180deg,
    rgba(109, 85, 255, 0.25) 0%,
    rgba(109, 85, 255, 1) 100%
  );
}

.service-card,
.disclaimer {
  display: block;
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: white;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 60vh;
  min-height: 500px;
  max-height: 700px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 20px;
  gap: 20px;
}

.disclaimer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: auto !important;
  min-height: auto !important;
  max-height: auto !important;
  max-width: 400px !important;
  padding: 15px !important;
  border-radius: 15px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  margin: auto auto;
  opacity: 0.75;
}

.disclaimer p {
  font-size: 14px !important;
  line-height: 1.2 !important;
  text-align: left !important;
  flex: 1;
  width: auto !important;
  max-width: 100% !important;
  margin-bottom: 0px !important;
}

.disclaimer.small {
  opacity: 0.5;
}

.disclaimer.small p {
  font-size: 12px !important;
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(109, 85, 255, 0.3);
}

.service-card img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.service-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 1;
}

.service-card h3 {
  font-size: 40px;
  font-weight: 500;
  margin: 0;
  color: rgb(277, 277, 277);
  min-height: 200px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  justify-content: flex-start;
}

.small-button {
  display: inline-block;
  font-size: 16px;
  padding: 10px 20px;
  position: relative;
  z-index: 2;
}

/* Glide Arrows */
.glide__arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  transform: translateY(-50%);
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}

.glide__arrow {
  transition: all 0.3s ease;
  border: 0px;
  pointer-events: all;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  text-shadow: none;
}

.glide__arrow:hover {
  transform: translateY(-50%) scale(1.1);
}

.glide__arrow--left {
  left: -80px;
  position: absolute;
}

.glide__arrow--right {
  right: -80px;
  position: absolute;
}

.glide__arrow svg {
  width: 80px;
  height: 80px;
}

/* Glide Bullets */
.glide__bullets {
  position: relative;
  top: 40px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.glide__bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.glide__bullet--active {
  background: #6d55ff;
  transform: scale(1.2);
}

.glide__bullet:hover {
  background: rgba(109, 85, 255, 0.7);
  outline: none;
  border: none;
}

.cta-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
}

.cta-content-image {
  position: relative;
  width: 50%;
}

.cta-content-text {
  padding: 20px 0px;
  width: 50%;
}

.cta-content img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 25px;
}

section .cta-content-text h2 {
  font-size: 30px;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 20px;
  text-align: left;
  padding: 0px;
}

section .cta-content-text p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  max-width: 100%;
  text-align: left;
  padding: 0px;
  margin: 0px;
  margin-bottom: 0.5em;
}

.cta-content-text .cta-buttons {
  margin-top: 20px;
}

p b {
  font-weight: 600;
}

footer {
  background-color: rgba(255, 255, 255, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 75px;
}

.footer-grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.footer-column {
  width: 200px;
}

.footer-column p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1em;
  max-width: 320px;
  opacity: 0.8;
}

.footer-column:last-child {
  margin-left: auto;
}

.footer-socials {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 20px;
  padding: 10px;
  padding-top: 0px;
  justify-content: flex-end;
  align-items: flex-end;
}

.footer-socials img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
  object-fit: contain;
  object-position: center;
}

.footer-column:first-child {
  width: 400px;
}

.footer-column a {
  transition: all 0.3s ease;
}

.footer-socials a:hover {
  transform: scale(1.1);
}

.footer-column h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

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

.footer-column ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 10px;
  border-radius: 10px;
}

.footer-column ul li a:hover {
  background-color: #6d55ff;
}

/*.footer-logo {
  position: relative;
  width: 80%;
  background-color: #000;
  border-radius: 100% 100% 25% 100%;
}

.footer-logo:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.footer-logo img {
  position: absolute;
  top: 20%;
  left: 15%;
  width: 75%;
  height: 80%;
  object-fit: contain;
  object-position: center;
}*/
.footer-logo {
  padding: 8px;
}

.footer-logo.alternate{
  margin-top: -30px;
}

.footer-logo img {
  width: 100%;
  margin-bottom: 20px;
  height: auto;
}

.text-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
  margin-top: 70px;
}

.text-grid-item {
  width: 40%;
}

.process .text-grid-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.text-grid-item p {
  font-size: 16px !important;
  margin-bottom: 1em !important;
  text-align: left !important;
  max-width: 100% !important;
}

.text-grid-item.big {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 40px;
}

.text-grid-item.card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}

.text-grid-item.big p,
.text-grid-item p.big {
  color: #fff !important;
  font-size: 24px !important;
  text-align: center !important;
  font-weight: 600 !important;
  flex: 1;
}

.text-grid-item.card p {
  font-size: 16px !important;
  text-align: center !important;
  flex: 1;
  color: #fff;
}

.benefits-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: auto auto;
  margin-top: 50px;
  gap: 20px;
}

.benefits-item {
  width: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.benefits-item p {
  font-size: 16px !important;
  margin: auto auto !important;
  text-align: center !important;
  width: 100% !important;
}

.benefits-item.compact .desc {
  font-size: 12px !important;
  color: rgba(217, 217, 217, 0.9);
}

/* Impressions grid */
.impressions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 30px;
}
.impressions-grid.fullscreen {
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.impressions-grid .impression {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.impressions-grid .impression img {
  width: 100%;
  height: 24vh;
  object-fit: cover;
  display: block;
  filter: brightness(0.9);
  transition: transform 0.4s ease;
}
.impressions-grid .impression:hover img {
  transform: scale(1.03);
}

@media (max-width: 1024px) {
  .impressions-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .impressions-grid.fullscreen {
    grid-template-columns: repeat(4, 1fr);
  }
  .impressions-grid .impression img {
    height: 22vh;
  }
}
@media (max-width: 640px) {
  .impressions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .impressions-grid.fullscreen {
    grid-template-columns: repeat(2, 1fr);
  }
  .impressions-grid .impression img {
    height: 18vh;
  }
}

/* Fullscreen impressions section without padding */
section.impressions-full {
  padding: 0;
}

.packages-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.packages-grid-item {
  position: relative;
  width: 100%;
  border-radius: 100% 100% 25% 100%;
  overflow: hidden;
  background: linear-gradient(135deg, #c4bbf766 0%, #7d789d66 100%);
  transition: all 0.3s ease;
}

.packages-grid-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 33.33%;
  padding: 10px;
  border-radius: 200px 200px 50px 50px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.packages-grid-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(
    from 0deg,
    transparent,
    #cac2ff,
    #6d55ff,
    #ff55d4,
    #cac2ff,
    transparent
  );
  border-radius: 100% 100% 25% 100%;
  opacity: 0;
  z-index: -1;
  animation: rotate-neon 3s linear infinite;
  transition: opacity 0.3s ease;
  transform: translate(-50%, -50%);
}

.packages-grid-container:hover .packages-grid-item::after {
  opacity: 0.8;
}

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

.packages-grid-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.packages-grid-item img {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  object-fit: cover;
  object-position: center;
  border-radius: 100% 100% 25% 100%;
  filter: brightness(0.5);
  opacity: 0.95;
}

.packages-grid-item-content {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15%;
  gap: 5%;
  box-sizing: border-box;
  z-index: 5;
  white-space: nowrap;
}

.packages-grid-item-content h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}

.packages-grid-item-content h3 b {
  font-weight: 600;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  /* Hide video on mobile and show fallback image */
  .hero-video {
    display: none;
  }
  .hero-image {
    display: block !important;
  }
  
  /* Vertical process flow on mobile */
  .process-flow .flow-steps {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding-left: 20px;
  }
  .process-flow .flow-track {
    left: 36px;
    right: auto;
    top: 0;
    bottom: 0;
    height: auto;
    border-top: none;
    border-left: 4px dashed #a89df9;
  }
  .process-flow .flow-step {
    width: 100%;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 12px;
  }
  .process-icon {
    margin-left: 0;
  }
}

.packages-grid-item-content p {
  font-size: 16px !important;
  max-width: 100% !important;
  text-align: left !important;
  margin: 0px !important;
}



.package-subtitle {
  font-size: 14px !important;
  color: rgba(217, 217, 217, 0.8) !important;
  font-weight: 300 !important;
  margin-bottom: 10px !important;
}

.package-features {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  padding: 25px;
  white-space: normal;
  flex: 1;
  justify-content: space-between;
}

.package-actions{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.package-actions .card-actions-buttons{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.feature-section h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.feature-section ul {
  list-style: circle;
  padding: 0;
  margin: 0;
  display: flex;
  margin-left: 25px;
  flex-direction: column;
  gap: 4px;
}

.feature-section li {
  font-size: 16px !important;
  color: rgba(217, 217, 217, 0.9);
  line-height: 1.3;
  position: relative;
}

.package-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  margin-top: 10px;
}

.price-label {
  font-size: 10px;
  color: rgba(217, 217, 217, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: right;
}

.price-value {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: right;
}

.package-info-section {
  margin: 60px 0;
}

.package-info-card {
  max-width: 900px;
  margin: auto auto;
  text-align: center;
}

.package-info-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #ffffff;
}

.service-list {
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 20px;
  margin: auto auto;
}

.service-item {
  font-size: 14px;
  color: rgba(217, 217, 217, 0.9);
  text-align: left;
  padding: 8px 0;
  text-align: center;
}

#form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 900px;
  margin: auto;
  padding: 20px;
  border-radius: 20px;
}

form .form-group {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

form .input-group {
  padding: 0px 0px 0px 15px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  flex: 1;
}

.hero-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent);
}

form .input-group label span {
  display: none;
}

form .input-group img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
}

form .input-group input {
  background: transparent;
  border: none;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  outline: none;
  flex: 1;
}

/* Highlight the parent .input-group when its input is focused */
form .input-group:has(input:focus) {
  border-color: rgba(109, 85, 255, 1);
  box-shadow: 0 0 0 2px rgba(109, 85, 255, 0.3);
}

form textarea {
  padding: 15px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  flex: 1;
  font-size: 16px;
  color: #fff;
  outline: none;
  min-height: 200px;
  resize: vertical;
}

form textarea:focus {
  border-color: rgba(109, 85, 255, 1);
  box-shadow: 0 0 0 2px rgba(109, 85, 255, 0.3);
}

button[type="submit"] {
  border: 0px;
}

@media (max-width: 1200px) {
  .services-slider-container {
    padding: 0px;
  }

  .glide__arrow--left {
    left: -20px;
  }

  .glide__arrow--right {
    right: -20px;
  }
  .glide__arrow svg {
    width: 40px;
    height: 40px;
  }
}

.card-actions-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

@media (max-width: 768px) {
  .about-grid {
    flex-direction: column;
  }
  .icon {
    width: 50px;
    height: 50px;
  }
  section:not(.hero) h2 {
    font-size: 24px;
  }
  section:not(.hero) p {
    font-size: 14px;
  }
  .about-card-content h3 {
    min-height: 50px;
    font-size: 18px;
  }
  .partner-grid img {
    height: 30px;
  }
  .cta-content {
    flex-direction: column;
  }
  .cta-content-text {
    width: 100%;
  }
  .cta-content-image {
    width: 100%;
    height: 30vh;
    order: -1;
  }
  footer {
    padding: 25px;
    padding-bottom: 50px;
  }
  .footer-grid {
    flex-direction: column;
  }
  .footer-column {
    width: 100% !important;
  }
  .footer-column:last-child {
    order: -1;
  }
  header .logo {
    height: 80px;
    width: 150px;
    margin-top: 0px;
  }
  footer .footer-logo {
    text-align: right;
  }
  footer .footer-logo img {
    width: 70%;
  }
  .footer-socials img {
    width: 30px;
    height: 30px;
  }
  #float-menu {
    top: auto;
    bottom: 0px;
    right: 5px;
    transform: scale(0.8);
  }

  .hero h1 {
    font-size: 32px;
  }
  .hero p {
    font-size: 14px;
  }
  .hero .hero-content {
    text-align: center;
  }
  .hero .hero-buttons .get-offer {
    font-size: 14px;
  }
  .hero .container {
    align-items: flex-end;
    padding-bottom: 30px;
  }
  section:not(.hero) {
    padding: 50px 0px;
  }
  .services-info-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
    margin-top: 20px;
  }
  .service-info-card {
    padding: 20px;
  }
  .service-info-card h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .service-info-card p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .service-info-card.small h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .service-info-card.small p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .card-actions-buttons {
    flex-direction: column;
  }
  .text-grid {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    margin-top: 20px;
  }
  .text-grid-item {
    width: 100%;
  }
  .packages-grid {
    flex-direction: column;
    gap: 40px;
    padding: 20px;
    margin-top: 20px;
  }
  .packages-grid-container {
    width: 100%;
  }
  .packages-grid-item {
    width: 100%;
  }
  .package-features {
    padding: 15px;
  }
  .text-grid-item.big {
    margin-bottom: 40px;
    padding: 0px;
  }
  .text-grid-item.big p,
  .text-grid-item p.big {
    font-size: 20px !important;
  }
  .process-flow {
    display: none;
  }
  section.process {
    padding-bottom: 0px !important;
  }
  section.process .text-grid {
    margin-top: -50px;
  }
  section.process .text-grid:first-child {
    margin-bottom: 50px;
  }
  .team-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
    margin-top: 20px;
  }
  .values-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
    margin-top: 20px;
  }
  .values-grid-item {
    width: 100%;
  }
  .values-grid-item {
    flex-direction: column;
  }
  form .form-group {
    flex-direction: column;
  }
  .disclaimer p {
    font-size: 12px !important;
  }
  .faq-list .service-info-card h3 {
    font-size: 16px !important;
  }
  .faq-list .service-info-card p {
    font-size: 16px !important;
  }
  .faq-list .service-info-card.small h3 {
    font-size: 14px !important;
  }
  .faq-list .service-info-card.small p {
    font-size: 16px !important;
  }
  section.search-page {
    padding-top: 0px !important;
  }
  .footer-logo.alternate{
    margin-top: 0px;
  }
  header .logo.alternate{
    width: 100px;
    height: 120px;
  }
}
