/* --- Global Styles & Variables - v 15 --- */
:root {
  --primary-blue: #0c57a4;
  --secondary-blue: #0a72c2;
  --light-blue-bg: #d7edf6;
  --blue-bg: #addaed;
  --text-dark: #2c3e50;
  --text-light: #ffffff;
  --font-family: "Open Sans", sans-serif;
  --container-width: 1280px;
  --section-padding: 80px 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

video.video-hero-mobile {
  background: transparent !important;
  mix-blend-mode: normal !important;
}


html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family);
  color: var(--primary-blue);
  line-height: 1.6;
  background: black;
  max-width: 1920px;
  margin: auto;
}

main {
  margin: auto;
  background: white;
}

.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 20px;
}

h1,
h2,
h3 {
  line-height: 1.2;
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style-type: none;
}

/* --- Header & Navigation --- */
header {
  position: fixed;
  top: 20px;
  left: 80px;
  right: 80px;
  z-index: 1000;
  background: #0c57a4;
  border-radius: 12px;
  padding: 10px;
  max-width: 1920px;
  margin: auto;
}

nav.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* max-width: 100%; */
}

.logo img {
  height: 80px;
}

.nav-menu {
  display: flex;
  gap: 30px;
}

.nav-menu a {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-light);
  transition: color 0.3s;
}

.nav-menu a:hover {
  color: var(--secondary-blue);
}

.nav-actions-desktop {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-actions-mobile {
  display: none; /* Ascuns pe desktop */
}

h2 {
  font-size: 50px;
  text-align: center;
  color: var(--primary-blue);
  margin-bottom: 20px;
}

#services .section-text {
  font-size: 24px;
  text-align: center;
  color: var(--primary-blue);
  padding: 0 300px;
}

.mobile-nav-toggle {
  display: none;
}

/* --- Language Switcher Button --- */

.btn-lang-switch {
  position: relative;
  display: inline-block;
  padding: 10px 33px;
}

.btn-lang-switch::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 60%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--primary-blue);
  pointer-events: none;
}

#lang-switch-btn,
#lang-switch-btn-mobile {
  background-image: url(./images/cloud-lang.webp);
  background-size: cover;
  background-position: center;
  width: 80px;
  height: 40px;
  font-weight: 600;
}

#lang-switch-btn-mobile .btn-lang-text {
  font-weight: 600;
}

/* --- Hero Section --- */
#hero {
  color: var(--text-light);
  padding-top: 100px;
  background-image: url("./images/bg1.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
}

.hero-image-desktop {
  background-image: url("./images/clouds.webp");
  background-repeat: no-repeat;
  background-position: top center;
  height: 700px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  flex-wrap: wrap;
  box-sizing: border-box;
  display: flex;
  position: relative;
}

/*.hero-image-desktop {
  display: flex;
  gap: 20px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  flex-wrap: wrap;
  box-sizing: border-box;
}*/

/* #hero {
  color: var(--text-light);
  padding-top: 160px;
  background: 
    url("./images/bg-hero.webp") no-repeat left 20% bottom, 
    url("./images/bg1.jpg") no-repeat center center;   
  background-size: auto 100%, cover;
  text-align: center;
  position: relative;
} */

/* .hero-container {
  margin-top: 100px;
} */

h1 {
  font-size: 60px;
}

.hero-text {
  padding-top: 100px;
}

.hero-text p {
  font-size: 30px;
  margin: 10px 0 60px;
}

.video-hero-desktop {
  position: absolute;
  transform: translateX(-50%);
  left: 51%;
  object-fit: cover;
  border-radius: 20px;
  max-width: 312px;
  width: 100%;
  top: -10px;
}

.hero-social .fa-brands {
  background-color: var(--text-light);
  color: var(--primary-blue);
  display: inline-flex;
  font-size: 34px;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 5px;
  border-radius: 20%;
  padding: 10px;
}

.btn-primary {
  background-color: var(--text-light);
  color: var(--primary-blue);
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: 600;
  display: inline-block;
  transition: transform 0.3s, box-shadow 0.3s;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.hero-image-mobile {
  display: none;
}

.left-section,
.phone-section,
.right-section {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 130px;
  padding-left: 90px;
}

.man-image,
.phone-mockup,
.app-mockup {
  max-width: 100%;
  height: auto;
}

.app-mockup {
  margin: 20px 0;
  width: 140px;
  max-width: 100%;
  height: auto;
}

.download-button,
.social-button {
  padding: 15px 30px;
  border: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 300px;
}

/* Descarcă aplicația */
.download-button {
  background-color: var(--primary-blue);
  color: #fff;
}

.download-button:hover {
  background-color: #1d4b85;
}

/* Urmărește-l pe Henri */
.social-button {
  background-color: #fff;
  color: var(--primary-blue);
}

.social-button:hover {
  background-color: var(--primary-blue);
  color: #fff;
}

/* --- Services Section --- */

.services-content-mobile {
  display: none;
}

#services {
  padding: var(--section-padding);
}

.services-container {
  display: flex;
  /*align-items: center;*/
  gap: 60px;
}

.services-mockup {
  flex: 1;
  text-align: center;
  position: relative;
}

.video-services-desktop {
  position: absolute;
  width: 320px;
  /*height: 550px;*/
  transform: translateX(-50%);
  object-fit: cover;
  border-radius: 20px;
  left: 50%;
  top: 0;
}

/* --- Swiper vertical services-content --- */
.services-vertical-slider {
  height: 650px; /* înălțimea totală a sliderului */
  max-width: 800px; /* opțional: limitează lățimea */
  margin: 0 auto; /* centrare pe pagină */
  overflow: hidden;
  position: relative;
}

/* Wrapper pe verticală */
.services-vertical-slider .swiper-wrapper {
  display: flex;
  flex-direction: column;
}

/* Slide */
.services-vertical-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto; /* Swiper calculează dimensiunea */
  padding: 15px 0;
}

.glide__slide {
  background-color: var(--light-blue-bg);
  padding: 20px;
  border-radius: 10px;
}

.partners-slider .glide__slide {
  background-color: transparent;
}

/* Card-ul feature-item */
.services-vertical-slider .feature-item {
  width: 70%;
  max-width: 600px;
  border-radius: 16px;
  padding: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Slide-ul activ (mijloc) */
.services-vertical-slider .swiper-slide-active .feature-item {
  background-color: #addaed; /* albastru mai intens */
  transform: scale(1.05); /* evidențiere ușoară */
}

/* Slide-urile inactive */
.services-vertical-slider .swiper-slide .feature-item {
  background-color: #d7edf6; /* albastru mai deschis */
}

/* Paginarea verticală (bullets) */
/* .services-vertical-slider .swiper-pagination {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.services-vertical-slider .swiper-pagination-bullet {
  background: #333;
  opacity: 0.5;
  margin: 6px 0;
  transition: opacity 0.3s ease, background 0.3s ease;
}

.services-vertical-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
} */

.services-mockup img {
  max-width: 340px;
}

.services-content {
  flex: 1.5;
  display: block;
}

.services-container {
  margin-top: 100px;
}

#services p {
  padding: 20px 30px;
  text-align: center;
}

.feature-list {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

.container-item img {
  width: 40px;
  margin-right: 5px;
}

.feature-item h3 {
  font-size: 24px;
}

.feature-item p {
  font-size: 16px;
  line-height: 26px;
}

/* --- Benefits Section --- */

#benefits {
  position: relative;
}

#benefits .container {
  padding: 0 40px 40px;
  max-width: 100% !important;
}

.benefits-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.benefits-header img {
  max-width: 160px;
  height: 100%;
}

.benefits-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: top;
  text-align: center;
}

#benefits p {
  font-size: 24px;
}

#benefits h2,
#benefits p,
.icon-group,
.img-arrow {
  text-align: center;
  margin: 0 auto;
}

.icon-group img {
  max-width: 100%;
  height: auto;
  margin-top: 80px;
}

.benefits-footer {
  font-size: 30px;
  font-weight: 500;
  padding: 80px 0 40px;
  text-align: center;
}

.img-arrow {
  width: 85px;
  max-width: 100%;
}

.benefits-cloud {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-width: 100%;
}

/* --- How It Works Section --- */
#how-it-works {
  padding: var(--section-padding);
  background-image: url("./images/new-bg-how.webp");
  background-size: cover;
  background-position: center;
  /* padding-top: 300px; */
  text-align: center;
  /* padding-bottom: 200px; */
  height: 1280px;
  position: relative;
}

/* .phone-wrapper-desktop {
  position: relative;
}

.video-how-desktop {
  position: absolute;
  max-height: 550px;
  top: 60%!important;
  left: 41%;
} */

.video-how-desktop {
  position: absolute;
  top: 22%;
  left: 49.2%;
  width: 330px;
  /*height: 550px;*/
  transform: translateX(-50%);
  object-fit: cover;
  border-radius: 20px;
}

.how-it-works-container {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 20px;
}

#how-it-works h3 {
  margin: 30px 0;
  font-size: 30px;
}

#how-it-works .download-button {
  font-size: 24px;
}

.henri-mobile {
  display: none;
}

.video-how-mobile {
  display: none;
}

/* .phone-desktop img {
  width: 1000px !important;
  max-width: 100%;
  margin: 20px auto;
  display: flex;
  justify-content: center;
}

.how-it-works-content img {
  max-height: 743px;
  height: 100%;
} */

.phone-mobile {
  display: none;
}

/* --- Partners Section --- */

#partners {
  /* padding: var(--section-padding); */
  position: relative;
  background-color: #b6d8e7;
  position: relative;
}

.benefits-cloud-mobile,
.partners-cloud {
  display: none;
}

/* #partners .partners-cloud {
  position: absolute;
  bottom: 70%;
  left: 0;
  right: 0;
  max-width: 100%;
  margin-bottom: 100px;
} */

.partners-grid-desktop {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  align-items: center;
  padding-bottom: 60px;
}

.container h2 {
  padding-top: 70px;
  padding-bottom: 20px;
}

#benefits .container h2 {
    padding-top: 0!important;
}

.partners-grid-desktop img {
  width: 160px;
  max-width: 100%;
}

.partners-slider-wrapper {
  display: none;
}

/* --- Footer --- */
footer {
  background-color: var(--primary-blue);
  color: var(--text-light);
  padding: 50px 0 30px;
  text-align: center;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}

.footer-column {
  flex: 1;
  min-width: 220px;
}

/* Column 1: App Downloads */
.footer-downloads {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}

.footer-downloads img {
  height: 50px;
  width: auto;
}

/* Column 2: Branding & Social Media */
.footer-branding {
  text-align: center;
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 20px;
}

.footer-socials a {
  font-size: 26px;
  color: var(--text-light);
  transition: opacity 0.3s;
}

.footer-socials a:hover {
  opacity: 0.8;
}

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

.footer-logo-mobile {
  display: none;
}

/* Column 3: Navigation Links */
.footer-links {
  text-align: right;
}

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

.footer-links li {
  margin-bottom: 15px;
}

.footer-links a {
  font-size: 16px;
  font-weight: 500;
}

.footer-links div a {
  display: inline-block;
  font-size: 15px;
  margin-top: 4px;
}

/* Bottom copyright & legal text */
.footer-bottom {
  font-size: 0.8rem;
  opacity: 0.8;
  padding: 0 20px;
}

.footer-bottom p {
  font-size: 14px;
  margin: 4px 0;
  line-height: 1.5;
}

.footer-bottom p:first-child {
  padding-bottom: 10px;
}

.mobile-only-items {
  display: none;
}

.glide {
  display: none;
}

/* --- Responsive Design --- */

@media (max-width: 1025px) {
    
  /* START MODIFICARE: Afișăm containerul pe mobil și aliniem butoanele */
  .nav-actions-mobile {
      display: flex;
      align-items: center;
      gap: 15px;
  }
  /* FINAL MODIFICARE */

  #how-it-works {
    padding: var(--section-padding);
    background-image: url("./images/new-bg-how.webp");
    background-size: cover;
    background-position: center;
    /* padding-top: 300px; */
    text-align: center;
    /* padding-bottom: 200px; */
    /* height: 1280px; */
    position: relative;
    /* width: 400px; */
    display: block;
  }

  .henri-mobile {
    display: none;
  }

  .how-it-works-container {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 20px;
  }

  .container {
    padding: 0 5px;
  }

  header {
    top: 20px;
    left: 0px;
    right: 0;
    padding: 10px 5px 5px;
    margin: 0 20px;
  }

  .logo img {
    height: 45px;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    z-index: 99;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    flex-direction: column;
    align-items: center;
    padding-top: 120px;
    transition: left 0.3s ease-in-out;
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-menu li {
    width: 100%;
    text-align: center;
  }

  .nav-menu a {
    display: block;
    padding: 10px 0;
    font-size: 1.2rem;
    color: var(--primary-blue);
  }

  .mobile-nav-toggle {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .menu-icon {
    width: 55px;
    height: auto;
    display: block;
  }

  .close-icon {
    font-size: 36px;
    color: var(--primary-blue);
    line-height: 1;
    cursor: pointer;
    display: block;
    z-index: 999;
  }

  .nav-actions-desktop {
    display: none;
  }

  #hero {
    background-image: url("./images/bg1.jpg");
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center;
    padding: 100px 0 300px;
  }

  .hero-container {
    margin-top: 40px;
  }

  .hero-image-desktop {
    display: none;
    height: 100%;
    width: 100%;
  }

  .hero-image-mobile {
    display: block;
    position: relative;
  }

  .app-mobile {
    display: flex;
    flex-direction: column;
    z-index: 2;
    margin-left: 175px;
    margin-top: 140px;
  }

  .app-mockup {
    width: 140px;
    max-width: 100%;
    height: auto;
    margin: 0;
  }

  .left-section {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
  }

  .left-section,
  .phone-section {
    padding-top: 0;
    padding-left: 0;
  }

  .phone-section {
    position: relative;
  }

  .video-hero-mobile {
    max-width: 400px;
    width: 100%;
    position: relative;
    top: 6%;
  }

  .right-section {
    gap: 20px;
    padding: 40px 0;
  }

  .download-button,
  .social-button {
    padding: 10px;
    font-size: 16px;
    max-width: 200px;
  }

  .phone-mockup-mobile {
    height: 0;
  }

  .man-image-mobile {
    display: block;
    position: absolute;
    top: 61%;
    left: 50%;
    transform: translateX(-50%);
    width: 1025px;
    max-width: 100%;
    z-index: 1;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  .hero-text p {
    font-size: 20px;
    margin: 10px 30px;
  }

  .services-content-mobile {
    display: block;
  }

  .services-content {
    display: none;
  }

  .services-container {
    display: block;
    margin-bottom: 100px;
  }

  .feature-item {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 15px 15px 0 15px !important;
    text-align: center;
    margin: 0 20px;
  }

  .feature-item img {
    width: 50px;
    margin-bottom: 0;
  }

  .feature-item h3 {
    font-size: 22px;
  }

  .feature-item p {
    font-size: 18px;
    line-height: 26px;
    padding: 0 10px 20px !important;
  }

  #services .section-text {
    font-size: 20px;
    padding: 10px 20px;
  }

  .container-item {
    padding-bottom: 10px;
  }

  .container h2 {
    padding-top: 0;
  }
  .plane {
    display: none;
  }

  #services {
    position: relative;
    top: 250px;
    padding: 80px 0;
    z-index: 2;
  }

  .services-mockup {
    display: none;
  }

  #benefits .container {
    padding: 150px 20px 0;
  }

  #benefits p {
    padding: 0 20px;
    font-size: 18px;
  }

  .icon-group {
    margin-bottom: 40px;
  }

  .img-arrow {
    width: 60px;
    margin-top: 20px;
    padding-bottom: 40px;
  }

  /* #how-it-works {
  background-image: url("./images/bg2.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 0;
  height: 1040px;
  max-height: 100%;
  text-align: center;
  }

  .how-it-works-container {
    right: 0;
  } */

  /* How It Works Section */
  /* #how-it-works {
    position: relative;
    padding: 250px 20px;
    background: url("./images/bg2.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
  }

  .how-it-works-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    z-index: 2;
    position: relative;
  }

  .phone-wrapper {
    max-width: 300px;
  } */

  .phone-mockup-how {
    width: 100%;
    height: auto;
    display: none;
    margin: 0 auto;
  }

  #how-it-works h3 {
    margin: 0;
  }

  #how-it-works .download-button {
    font-size: 20px;
    border-radius: 8px;
    background-color: var(--primary-blue);
    color: #fff;
    display: inline-block;
    max-width: 200px;
  }

  /* .henri-mobile {
    display: block;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    max-width: 100%;
    z-index: 1;
  } */

  .phone-desktop {
    display: none;
  }

  .phone-mobile {
    display: none;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
  }

  .benefits-cloud-mobile {
    background-image: url("./images/white-cloud.webp");
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 999;
    position: relative;
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    max-width: 100%;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
    margin-bottom: 20px;
  }

  .footer-downloads,
  .footer-links {
    align-items: center;
    text-align: center;
  }

  .footer-logo-desktop {
    display: none;
  }

  .footer-logo-mobile {
    display: block;
    text-align: center;
    margin: 0 auto 20px;
  }

  .partners-grid-desktop {
    display: none;
  }

  .glide__bullets {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
  }

  .glide__bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .glide__bullet:hover,
  .glide__bullet:focus {
    background: #999;
  }

  .glide__bullet--active {
    background: var(--primary-blue);
  }

  .partners-grid img {
    width: 160px;
    max-width: 100%;
  }

  #partners {
    padding: 20px 0 40px;
  }

  #partners .partners-cloud {
    position: absolute;
    bottom: 68%;
    left: 0;
    right: 0;
    max-width: 100%;
    margin-bottom: 100px;
  }

  .benefits-cloud-mobile,
  .partners-cloud {
    display: block;
    position: absolute;
  }

  .mobile-only-items {
    background-color: var(--primary-blue);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 50px 15px;
    margin-top: 30px;
    gap: 20px;
    position: absolute;
    bottom: 0;
  }

  .mobile-actions-top {
    display: flex;
    justify-content: center; /* Am schimbat din space-around în center */
    align-items: center;
    width: 100%;
    max-width: 300px;
  }

  .mobile-lang-switch {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-blue);
    text-decoration: none;
  }

  .mobile-socials {
    display: flex;
    gap: 25px;
  }

  .mobile-socials a {
    color: white;
    font-size: 30px;
    text-decoration: none;
  }

  .mobile-app-stores {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
  }

  .mobile-app-stores a {
    display: block;
    max-width: 140px;
  }

  .mobile-app-stores img {
    width: 100%;
    height: auto;
  }

  .nav-actions-desktop {
    display: none;
  }

  .services-content {
    display: none;
  }

  /* slide generic */
  .services-slider,
  .partners-slider {
    display: block;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    width: 100%;
  }

  .services-slider .slide,
  .partners-slider .slide {
    min-width: 100%;
    box-sizing: border-box;
  }

  /* grid pentru partners */
  .partners-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 coloane */
    grid-gap: 20px;
    justify-items: center;
    align-items: center;
  }

  .video-how-desktop {
    position: absolute;
    top: 27%;
    left: 48.6%;
    width: 260px;
    height: 540px;
    transform: translateX(-50%);
    object-fit: cover;
    border-radius: 20px;
  }
}

/* Restul fișierului CSS rămâne neschimbat */

@media (max-width: 769px) {
  .container {
    padding: 0 5px;
  }

  header {
    top: 20px;
    left: 0px;
    right: 0;
    padding: 10px 5px 5px;
    margin: 0 20px;
  }

  .logo img {
    height: 45px;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    z-index: 99;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    flex-direction: column;
    align-items: center;
    padding-top: 120px;
    transition: left 0.3s ease-in-out;
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-menu li {
    width: 100%;
    text-align: center;
  }

  .nav-menu a {
    display: block;
    padding: 10px 0;
    font-size: 1.2rem;
    color: var(--primary-blue);
  }

  .mobile-nav-toggle {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .menu-icon {
    width: 55px;
    height: auto;
    display: block;
  }

  .close-icon {
    font-size: 36px;
    color: var(--primary-blue);
    line-height: 1;
    cursor: pointer;
    display: block;
    z-index: 999;
  }

  .nav-actions-desktop {
    display: none;
  }

  #hero {
    background-image: url("./images/bg1.jpg");
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center;
    padding: 10px 0 120px;
  }

  #hero .container {
    padding: 0;
  }

  .hero-container {
    margin-top: 40px;
  }

  .hero-image-desktop {
    display: none;
  }

  .hero-image-mobile {
    display: block;
    position: relative;
  }

  .app-mobile {
    display: flex;
    flex-direction: column;
    z-index: 2;
    margin-left: 175px;
    margin-top: 111px;
  }

  .app-mockup {
    width: 120px;
    max-width: 100%;
    height: auto;
    margin: 0;
  }

  .left-section,
  .phone-section {
    padding-top: 0;
    padding-left: 0;
  }

  .left-section {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
  }

  .right-section {
    gap: 20px;
    padding: 40px 0;
  }

  /* .phone-mockup-mobile {
    max-height: 500px;
    height: 100%;
  } */

  .phone-wrapper-desktop {
    display: none;
  }

  .phone-section {
    position: relative;
  }

  .video-hero-mobile {
    max-width: 300px;
    width: 100%;
    position: relative;
    top: 0;
  }

  .download-button,
  .social-button {
    padding: 10px;
    font-size: 16px;
    max-width: 200px;
  }

  .man-image-mobile {
    display: block;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    max-width: 100%;
    z-index: 1;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  .hero-text p {
    font-size: 20px;
    margin: 10px 30px;
  }

  .services-content-mobile {
    display: block;
  }

  .services-content {
    display: none;
  }

  .services-container {
    display: block;
    margin-top: 40px;
  }

  .feature-item {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 10px 15px 0 15px !important;
    text-align: center;
    margin: 0;
  }

  .feature-item img {
    width: 50px;
    margin-bottom: 0;
  }

  .feature-item h3 {
    font-size: 22px;
  }

  .feature-item p {
    font-size: 18px;
    line-height: 26px;
    padding: 0 10px 20px !important;
  }

  #services .section-text {
    font-size: 20px;
    padding: 10px 20px;
  }

  .container-item {
    padding-bottom: 10px;
  }

  .container h2 {
    padding-top: 0;
  }
  .plane {
    display: none;
  }

  #services {
    position: relative;
    top: 200px;
    padding: 100px 0 80px;
    z-index: 2;
  }

  .services-mockup {
    display: none;
  }

  #benefits .container {
    padding: 70px 20px 0;
  }

  .benefits-text {
    margin-top: 20px;
  }

  #benefits p {
    padding: 0 20px;
    font-size: 18px;
  }

  .icon-group {
    margin-bottom: 40px;
  }

  .img-arrow {
    width: 60px;
    margin-top: 20px;
    padding-bottom: 40px;
  }

  /* #how-it-works {
  background-image: url("./images/bg2.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 0;
  height: 1040px;
  max-height: 100%;
  text-align: center;
  }

  .how-it-works-container {
    right: 0;
  }  */

  /* How It Works Section */
  #how-it-works {
    position: relative;
    padding: 250px 20px;
    background: url("./images/bg2.jpg") no-repeat center center !important;
    background-size: cover;
    text-align: center;
    overflow: hidden;
  }

  .how-it-works-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    z-index: 2;
    position: relative;
  }

  .phone-wrapper {
    max-width: 300px;
    position: relative;
  }

  .video-how-mobile {
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .phone-mockup-how {
    width: 100%;
    height: auto;
    display: none;
    margin: 0 auto;
  }

  #how-it-works h3 {
    margin: 0;
  }

  #how-it-works .download-button {
    font-size: 20px;
    border-radius: 8px;
    background-color: var(--primary-blue);
    color: #fff;
    display: inline-block;
    max-width: 200px;
  }

  .henri-mobile {
    display: block;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    max-width: 100%;
    z-index: 1;
  }

  /* .henri-mobile {
    max-width: 100%;
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    height: 100%;
    max-height: 400px;
  } */

  .phone-desktop {
    display: none;
  }

  .phone-mobile {
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
  }

  .benefits-cloud-mobile {
    background-image: url("./images/white-cloud.webp");
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 999;
    position: relative;
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    max-width: 100%;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
    margin-bottom: 20px;
  }

  .footer-downloads,
  .footer-links {
    align-items: center;
    text-align: center;
  }

  .footer-logo-desktop {
    display: none;
  }

  .footer-logo-mobile {
    display: block;
    text-align: center;
    margin: 0 auto 20px;
  }

  .partners-grid-desktop {
    display: none;
  }

  .glide__bullets {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
  }

  .glide__bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .glide__bullet:hover,
  .glide__bullet:focus {
    background: #999;
  }

  .glide__bullet--active {
    background: var(--primary-blue);
  }

  .partners-grid img {
    width: 160px;
    max-width: 100%;
  }

  #partners {
    padding: 20px 0 40px;
  }

  #partners .partners-cloud {
    position: absolute;
    bottom: 68%;
    left: 0;
    right: 0;
    max-width: 100%;
    margin-bottom: 100px;
  }

  .benefits-cloud-mobile,
  .partners-cloud {
    display: block;
    position: absolute;
  }

  .mobile-only-items {
    background-color: var(--primary-blue);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 50px 15px;
    margin-top: 30px;
    gap: 20px;
    position: absolute;
    bottom: 0;
  }

  .mobile-actions-top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 300px;
  }

  .mobile-lang-switch {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-blue);
    text-decoration: none;
  }

  .mobile-socials {
    display: flex;
    gap: 25px;
  }

  .mobile-socials a {
    color: white;
    font-size: 30px;
    text-decoration: none;
  }

  .mobile-app-stores {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
  }

  .mobile-app-stores a {
    display: block;
    max-width: 140px;
  }

  .mobile-app-stores img {
    width: 100%;
    height: auto;
  }

  .nav-actions-desktop {
    display: none;
  }

  .services-content {
    display: none;
  }

  .services-slider,
  .partners-slider {
    display: block;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    width: 100%;
  }

  .services-slider .slide,
  .partners-slider .slide {
    min-width: 100%;
    box-sizing: border-box;
  }

  .partners-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    justify-items: center;
    align-items: center;
  }
}

@media (max-width: 540px) {
  #services {
    position: relative;
    top: 80px;
    padding: 80px 20px 60px;
  }
  
  video.video-hero-mobile {
  background: transparent !important;
  mix-blend-mode: normal !important;
}


  .container {
    padding: 0 5px;
  }

  #hero .container {
    padding: 0;
  }

  .services-container {
    margin: 40px 0;
  }

  #benefits .container {
    padding: 10px 20px 0;
  }

  .man-image-mobile {
    top: 70%;
  }

  .app-mobile {
    margin-left: 44px;
    margin-top: 45px;
  }

  .phone-wrapper {
    position: relative;
  }

  .phone-mockup-mobile {
    height: 0;
  }

  .video-how-mobile {
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .video-hero-mobile {
    top: 6%;
    max-width: 250px;
    width: 100%;
  }
}

@media (max-width: 400px) {
  .man-image-mobile {
    top: 70%;
  }

  .container {
    padding: 0 5px;
  }

  #hero .container {
    padding: 0;
  }

  .app-mobile {
    margin-left: 33px !important;
    margin-top: 26px !important;
  }

  .hero-image-desktop {
    display: none;
    width: 100%;
    height: 100%;
  }

  .services-container {
    margin: 40px 0;
  }

  .partners-slider .glide__slide {
    background-color: transparent !important;
  }

  .phone-mockup-how {
    display: none;
  }

  .phone-wrapper {
    position: relative;
  }

  .phone-mockup-mobile {
    height: 0;
  }

  .video-how-mobile {
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .video-hero-mobile {
    top: 6%;
    max-width: 250px;
    width: 100%;
  }
}

@media (max-width: 376px) {
  .container {
    padding: 0 5px;
  }

  #hero .container {
    padding: 0;
  }

  #services {
    position: relative;
    top: 80px;
    padding: 80px 20px;
  }

  .services-container {
    margin: 40px 0;
  }

  .left-section {
    position: relative;
  }

  .left-section,
  .phone-section {
    padding-top: 0;
    padding-left: 0;
  }

  .man-image-mobile {
    top: 0;
  }

  .app-mobile {
    margin-top: 0;
  }

  .hero-image-desktop {
    display: none;
  }

  .phone-mockup-how {
    display: none;
  }

  .phone-wrapper {
    position: relative;
  }

  .video-how-mobile {
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .henri-mobile {
    top: 68%;
  }
}