@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap");
:root {
  --green: #3ac461;
  --black: #111;
  --blue: #5170ff;
  --red: #FE646F;
  --boxshadow-red: 0 0 10px 0px #f50c3f85;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden !important;
  /* text-wrap: balance; */
}

video {
  filter: none !important;
}

.w-10 {
  max-width: 10%;
}
.w-20 {
  max-width: 20%;
}
.w-30 {
  max-width: 30%;
}
.w-40 {
  max-width: 40%;
}
.w-50 {
  max-width: 50%;
}
.w-60 {
  max-width: 60%;
}
.w-70 {
  max-width: 70%;
}
.w-80 {
  max-width: 80%;
}
.w-90 {
  max-width: 90%;
}
.w-100 {
  max-width: 100%;
}

.w49 {
  width: 49%;
}

a:hover {
  color: #000000;
}

.lh01 {
  line-height: 0.1 !important;
}

h1 {
  font-size: 2.3rem;
}

.m-90 {
  max-width: 90%;
  margin: 0 auto;
}

ul {
  list-style: none;
  color: black;
}

#section-0 {
  padding-top: 20px;
  padding-bottom: 0px;
}
#section-0 sub{
  color: #FFF;
text-align: right;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 110%; /* 17.6px */
}
#section-0 .container {
  border-radius: 50px;
  background: var(--black);
  min-height: 680px;
  padding: 25px 100px 50px;
}

#section-0 .nav-bar {
  width: 95%;
  background-color: var(--black);
  border-radius: 50px;
  padding: 0;
  height: 100px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}

#section-0 .mobile-nav {
  display: none !important;
}

#section-0 .logo {
  max-height: 50px;
  position: absolute;
  left: 0;
}

#section-0 .nav-bar a {
  text-decoration: none;
  color: white;
  font-weight: 500;
  font-size: 20px;
  margin: 0 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}

#section-0 .nav-bar a:hover {
  font-weight: 700;
  transition: all 0.3s ease;
  color: var(--green);
}

#section-0 .nav-bar button {
  text-decoration: none;
  color: white;
  border: solid 3px var(--green);
  background-color: transparent;
  border-radius: 30px;
  height: 50px;
  width: 160px;
  font-size: 20px;
  font-weight: 500;
  margin: 0 30px;
  transition: all 0.3s ease;
}

#section-0 .nav-bar button:hover {
  transform: scale(1.05);
  transition: all 0.3s ease;
  border: solid 3px var(--blue);
}

.header {
  /* max-width: 90%; */
  min-height: 530px;
}

.header .persona {
  width: auto;
  max-width: 100%;
  max-height: 500px;
}
.h1header {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 70.4px */
}

/* form */
#contactform {
  width: 100%;
  max-width: 400px;
}

.formbk {
  color: white;
  padding: 40px 10px;
  border-radius: 40px;
  margin: 10px auto;
  border-radius: 40px;
  border: 2px solid #fff;
}

.formbk .form-input label:not(.error) {
  background-color: transparent;
}

.form-body .form-title {
  color: white;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  max-width: 90%;
  margin: 0 auto 30px auto;
  text-wrap: balance;
}

.form-body .form-button {
  background-color: var(--green);
  color: white;
  border: none;
  border-radius: 30px;
  height: 50px;
  width: 100%;
  max-width: 300px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.form-step img {
  margin-bottom: 20px;
}

.stp-1 #email-error {
  text-align: center;
}

fieldset sub {
  font-size: 10px;
}

fieldset h1 {
  font-size: 35px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 30px;
}

fieldset h3 {
  font-size: 30px;
}

fieldset h5 {
  font-size: 18px;
  text-wrap: balance;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}

fieldset {
  display: none;
  color: white;
}

fieldset.active {
  display: block;
}

.ls.active {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.input-text-group .form-button:hover,
.form-button:hover {
  box-shadow: var(--boxshadow-red) !important;
  background-color: var(--green) !important;
}

.input-text-group .form-button {
  height: 60px;
}

input-text-group .form-button:hover,
.form-button:hover {
  box-shadow: var(--boxshadow-red) !important;
  background-color: var(--green) !important;
}

.input-text-group .form-button {
  height: 50px;
}

fieldset .input-text-group input {
  background-color: transparent;
  border-radius: 50px;
  height: 50px;
  padding: 0 30px;
  border: solid white 2px;
  font-size: 18px;
  width: 100%;
  max-width: 300px;
  color: white;
}

fieldset .input-text-group input:focus-visible{
  outline: none !important;
}

.form-input label:not(.error) {
  text-align: center;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  background-color: white;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 400;
  color: white;
  line-height: 1;
  width: 100%;
  height: 50px;
  max-width: 200px;
  transition: all 0.3s ease;
  justify-content: space-evenly;
  border: solid 2px white;
}

.form-input .impar {
  max-width: 240px !important;
}

.row.form-input {
  max-width: 500px;
  margin-inline: auto;
  column-gap: 20px;
  row-gap: 20px;
}

.progressSelection {
  margin: 0;
  padding: 0;
  justify-content: start;
}

.form-button.next {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-input label:hover:not(.error) {
  transform: scale(1.03);
  color: var(--green);
  border: solid 2px var(--green);
}

.progressSelection .form-button:hover {
  background-color: var(--green);
}

.form-input label img {
  max-height: 60px;
}

.form-input input[type="radio"] {
  display: none !important;
}

.form-input input {
  width: 100%;
  height: 45px;
  border-radius: 50px;
  border: 2px solid var(--green);
  font-size: 16px;
  color: white !important;
  font-weight: 400 !important;
  padding: 0 15px;
  -webkit-appearance: none;
  text-align: left !important;
  line-height: 1;
  margin: 0 auto;
  background-color: transparent;
}

.form-input input:focus-visible {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: white;
}

:-moz-placeholder {
  color: white;
  opacity: 1;
}

::-moz-placeholder {
  color: white;
  opacity: 1;
}

:-ms-input-placeholder {
  color: white;
}

::-ms-input-placeholder {
  color: white;
}

::placeholder {
  color: white;
}

/* Specific to the phone input */
input[name="telefono"]::placeholder {
  color: white;
}

.form-check {
  text-align: center;
  padding: 0;
  margin-top: 5px;
  color: black;
}

.form-check label {
  margin: 0;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  line-height: 1;
  color: white;
  font-size: 11px;
  font-weight: 400;
}

.form-check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid var(--green);
  border-radius: 3px;
  padding-right: 5px;
  color: var(--green);
}

.form-check a {
  color: var(--green);
}

.form-check input[type="checkbox"]:checked + .checkmark::after {
  content: "\2713";
  display: block;
  text-align: center;
  line-height: 12px;
  margin-left: 0px;
  margin-top: 0px;
  font-size: 14px;
}

#politica-link {
  color: white;
  text-decoration: none;
}

#politica-link:hover {
  color: var(--green);
  text-decoration: underline;
}

label.error,
#termos-error {
  width: 300px;
  text-align: center;
  font-size: 9px;
  color: var(--red);
  font-weight: 400;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.form-button {
  width: 230px;
  max-width: 100%;
  height: 50px;
  border-radius: 50px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  border: none;
  color: white;
  background: var(--green);
  transition: all 0.4s ease;
  margin-top: 10px;
}

.form-button:hover {
  transform: scale(1.05);
  background: var(--green);
  color: white;
}

#first_bottom_img {
  position: absolute;
  z-index: 5;
  left: 50%;
  transform: translate(-50%, 0%);
}

/* section 1 */
.section-1 {
  background-color: white;
  padding: 50px 0;
}

.am-robot {
  position: absolute;
  left: -180px;
}

/* Dots (hidden by default) */
#advantages-menu .am-dots {
  display: none;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

#advantages-menu .am-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 2px solid var(--black);
  background: transparent;
  opacity: 0.5;
  cursor: pointer;
  padding: 0;
}

#advantages-menu .am-dot.active {
  background: var(--black);
  opacity: 1;
}

.section-1 h1 {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  line-height: 110%;
  max-width: 630px;
  margin: 0 auto 60px;
}

.section-1 h1 b {
  font-weight: 700;
}

/* advantages menu */
/* Outer */
#advantages-menu {
  width: 100%;
}

/* Content column holds slides */
#advantages-menu .am-content-column {
  position: relative;
  min-height: 420px;
}

/* Guarantee only one slide visible */
#advantages-menu .am-content-column .am-content-slide {
  display: none;
  position: absolute;
  inset: 0;
  transition: all 0.5s ease;
}
#advantages-menu .am-content-column .am-content-slide.active {
  display: block;
  max-width: 650px;
  margin: 0 auto;
  right: -111px;
}

/* The big box */
#advantages-menu .am-panel {
  height: 380px;
  display: flex;
}

/* Left black side */
#advantages-menu .am-panel-left {
  border-radius: 25px 0 0 25px;
  background-color: var(--black);
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 280px !important;
  height: 380px;
}

#advantages-menu .am-panel-left h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  max-width: 190px;
}

#advantages-menu .am-panel-left p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 17.6px */
  max-width: 190px;
}

/* image wrapper (override old absolute styles) */

#advantages-menu .am-panel-left img {
  width: 280px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

#advantages-menu .am-panel-middle .am-underline {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--black);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

/* Right menu inside the box */
#advantages-menu .am-menu-column {
  padding: 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 25px 25px 0;
  border: 2px solid var(--black);
  background: #fff;
  min-width: 370px;
}

#advantages-menu .am-menu-item {
  background: transparent;
  border: none;
  padding: 0;
  text-align: left;
  cursor: pointer;
  font-size: 24px;
  line-height: 110%;
  color: var(--black);
  font-weight: 500;
  margin-bottom: 16.5px;
}

#advantages-menu .am-menu-item.active {
  font-weight: 800;
  color: var(--green);
}

/* Section-2 */
.section-2 {
  padding: 50px;
}
.section-2 .container {
  display: flex;
  flex-direction: column;
}

.section-2 h1 {
  font-size: 40px;
  font-weight: 500;
  max-width: 550px;
  text-align: center;
  margin: 50px auto 40px;
}

.section-2 button {
  border-radius: 50px;
  background: var(--green, #3ac461);
  width: 80%;
  max-width: 350px;
  height: 60px;
  color: white;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 26.4px */
  transition: all 0.3s ease;
  margin: 50px auto 0;
}

.section-2 button:hover {
  background-color: var(--green);
  transition: all 0.3s ease;
  transform: scale(1.05);
  color: white;
}

.section-2 h1,
.section-2p {
  text-align: center;
}

.section-2 p {
  text-align: center;
  margin: 30px auto 50px;
}

.section-2 p span {
  font-weight: 600;
  color: var(--green);
}

.section-2 .card h1,
.section-2 .card h6 {
  text-align: right;
}

.section-2 .card h1 {
  font-size: 25px;
  font-weight: 900;
  color: var(--blue);
  font-weight: 500;
  background-color: white;
  width: 35px;
  height: 35px;
  display: flex;
  border-radius: 30px;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.section-2 h6 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 50px auto;
  max-width: 550px;
}

.section-2 .card {
  max-width: 330px;
  padding: 28px;
  border-radius: 30px;
  min-height: 320px;
  color: var(--black);
  margin: auto;
  transition: all 0.3s ease;
  text-align: center;
  align-items: center;
  border-radius: 25px;
  border: 2px solid var(--black);
  background: #f2f2f2;
}

.section-2 .card h2 {
  color: var(--green);
  font-size: 20px;
  font-weight: 700;
  text-wrap: balance;
  margin-bottom: 20px;
}

.section-2 .card p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.12;
  margin: 0;
  color: var(--black);
}

.section-2 img {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 10px;
  object-fit: cover;
}

/* Container for the dots */
.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-dots li {
  margin: 0 0.25rem;
}

/* The actual dot button */
.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #ccc; /* Inactive dot color */
  text-indent: -9999px; /* Hides the numbers inside the buttons */
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* The active dot */
.slick-dots li.slick-active button {
  background-color: #000; /* Active dot color - change to match your theme */
  transform: scale(1.2); /* Slightly larger for active state */
}

/* --- section-3 --- */
.section-3 {
  padding: 40px 0;
}

.section-3 .container {
  padding: 0;
}

.section-3 .s3-video-card {
  position: relative;
  width: 100%;
  height: 690px;
  border-radius: 50px;
  overflow: hidden;
}

/* video background */
.section-3 .s3-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* subtle left fade like the image */
.section-3 .s3-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 255, 255, 0.65) 35%,
    rgba(255, 255, 255, 0) 70%
  );
  pointer-events: none;
}

/* text on top */
.section-3 .s3-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 48px;
}

.section-3 .s3-content h2 {
  margin: 0;
  color: var(--black);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

/* Section 4 */

.section-4 .container {
  border-radius: 50px;
  background: #f2f2f2;
  min-height: 700px;
  padding: 85px 95px;
}

.section-4 h2.title {
  color: var(--black);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 52.8px */
}

/* Make the whole accordion area a fixed desktop width */
.section-4 #faqAccordion {
  max-width: 730px;
  margin: 0 auto; /* center */
}

/* Ensure each accordion block uses full width */
.section-4 #faqAccordion .accordion-item,
.section-4 #faqAccordion .accordion-header {
  width: 100%;
}

/* Your button: fill the accordion width */
.section-4 .custom-accordion-btn {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  color: var(--black);
  border-bottom: 2px solid #111;
  border-radius: 0 !important;
  padding: 15px 0 !important;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* IMPORTANT: allow text to wrap without pushing layout */
.section-4 .custom-accordion-btn .me-auto {
  flex: 1;
  min-width: 0;
  padding-right: 16px; /* space before + */
  white-space: normal;
}

/* Keep the + fixed on the right */
.section-4 .custom-accordion-btn .icon-toggle {
  flex: 0 0 auto;
}

.section-4 .accordion-header {
  display: flex;
  justify-content: center;
}

.section-4 .accordion-body {
  padding: 0;
}

.section-4 .custom-accordion-btn span {
  margin-right: 15px;
}

.section-4 .custom-accordion-btn:not(.collapsed) {
  box-shadow: none;
}

.section-4 .accordion-collapse {
  padding-top: 20px;
  max-width: 730px;
}

.section-4 .accordion-button::after {
  display: none !important;
}

/* --- ICON CONTAINER --- */
.section-4 .icon-toggle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  flex-shrink: 0;
  transition: all 0.4s ease-in-out;
}

/* --- OPEN STATE --- */
.section-4 .custom-accordion-btn:not(.collapsed) .icon-toggle {
  transform: rotate(180deg);
}

/* Closed State (+) */
.section-4 .icon-toggle::before {
  content: "+";
  font-family: "Bricolage Grotesque";
  line-height: 0;
  font-weight: 200;
  font-size: 55px;
}

/* Open State (-) */
.section-4 .custom-accordion-btn:not(.collapsed) .icon-toggle::before {
  content: "-";
  margin-bottom: 2px;
  color: #111;
  text-align: center;
  font-size: 55px;
  font-style: normal;
  font-weight: 200;
  line-height: 0%;
}

/* Section 5 */
.section-5 .container {
  padding: 40px 100px;
  background: #fff;
  min-height: 400px;
  position: relative;
  width: 95%;
  height: 220px; /* adjust if needed */
  border-radius: 50px;
  margin-top: 100px;
  overflow: hidden;
  background: #000;
}

/* video */
.section-5 .footer-cta__video {
    position: absolute;
    inset: 0;
    width: 75%;
    height: 100%;
    object-fit: cover;
    transform: translatex(35%);
}

/* overlay effect like the mock (dark left -> lighter right) */
.section-5 .footer-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgb(17, 17, 17) 0%,
    rgb(17 17 17) 40%,
    rgb(17 17 17 / 50%) 70%,
    rgba(17, 17, 17, 0) 100%
  );
  pointer-events: none;
}

/* content */
.section-5 .footer-cta__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.section-5 .footer-cta__content h1 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 52.8px */
  max-width: 500px;
}

/* green button */
.section-5 .footer-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 60px;
    padding: 10px 22px;
    border-radius: 50px;
    border: none;
    background: #58c36a;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.2s ease,
    filter 0.2s ease;
}

.section-5 .footer-cta__btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}
/* Thanks/ particular and error */

.ty{
  color: white;
  text-wrap: balance;
  max-width: 90%;
}
.ty img {
  height: 80px;
  filter: brightness(0) invert(1);
  margin: 30px 0;
}
.ty h1 {
  font-size: 32px;
  font-weight: 700;
}
.ty h6 {
  font-size: 22px;
  font-weight: 700;
}
/* Privacy policy */

#Politica .modal-header {
  justify-content: space-between !important;
}

#Politica .modal-content {
  border-radius: 30px;
}

#Politica .modal-footer .btn {
  border-radius: 30px !important;
  background-color: var(--green) !important;
  width: 220px !important;
  height: 50px !important;
  color: #fff !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

#Politica .modal-footer .btn:hover {
  transform: scale(1.05) !important;
}

/* Thank-you */
.TY-box {
  background-color: white;
  border-radius: 30px;
  padding: 50px;
  max-width: 500px;
  text-align: center;
}
.TY-box h1,
.TY-box p {
  margin: 15px auto !important;
  text-align: center !important;
}
/* footer */
#section-ads {
  margin: 20px auto;
}

#section-ads a img {
  width: 150px;
}

/* Media Queries - Descending Order (Desktop-First) */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1340px;
  width: 95%;
}

@media screen and (max-width: 1200px) {
  .section-4 h2.title {
    text-align: center;
  }
}
/* 1. Tablets and Small Laptops (< 991px) */
@media screen and (max-width: 991px) {
  .header .persona{
    max-width: 80%;
  }
  #section-0 sub{
    text-align: center;
  }
  .section-5 .footer-cta__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateY(0);
}
  .section-5 .footer-cta__overlay {
    background: linear-gradient(180deg, rgb(17 17 17) 0%, rgb(17 17 17 / 50%) 55%, rgb(17 17 17 / 0%) 100%);
}
  .section-5 .container{
    padding: 40px 10%;
  }
  .section-5 .footer-cta__content h1{
    font-size: 30px;
    text-align: center;
    margin: 20px auto ;
    
  }
  .section-5 .footer-cta__content{
    padding: 0;
  }
.section-5 .footer-cta__btn {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
}
  .section-3 .s3-video-card {
    height: 500px;
    border-radius: 22px;
  }
  .section-3 .s3-content h2 {
    text-align: center;
    margin: 10% auto auto;
    font-size: 35px;
  }
  .section-3 .s3-content {
    padding: 0 24px;
  }
  .section-3 .s3-overlay {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1.55) 40%,
      rgba(255, 255, 255, 0) 85%
    );
  }

  .section-4 .container {
    padding: 50px 10%;
    min-height: 500px;
  }

  #advantages-menu .am-dots {
    display: flex;
  }
  #advantages-menu .am-menu-column {
    display: none;
  }

  #advantages-menu .am-content-column .am-content-slide.active {
    max-width: 280px;
    display: flex;
  }
  #advantages-menu .am-panel-left {
    border-radius: 25px;
  }

  .stp-1 #email-error {
    text-align: center;
  }

.logo {
    position: unset !important;
  }

  .form-button.next {
    display: unset !important;
  }

  #section-0 .container {
    padding: 25px 15px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .h1header {
    font-size: 40px;
    margin: 40px auto 60px;
  }
  #section-0 .mobile-nav {
    font-weight: 500;
    font-size: 15px;
    margin: 0 15px 35px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex !important;
    justify-content: center;
  }
  #section-0 .mobile-nav a {
    margin: 0 auto;
    color: white;
    margin: 0 15px;
  }

    #section-0 .mobile-nav a:hover{
    font-weight: 700;
  transition: all 0.3s ease;
  color: var(--green);
  }

  #advantages-menu {
    flex-direction: column;
  }

  #advantages-menu .am-menu-column {
    padding-bottom: 10px;
    text-align: center;
    align-items: center;
  }
  #advantages-menu .am-menu-item {
    font-size: 1rem;
    padding-left: 20px;
    white-space: nowrap;
    width: 300px;
  }

  #advantages-menu .am-image-wrapper {
    position: unset;
  }

  fieldset {
    text-align: center;
    justify-content: center;
  }

  .logo-radius {
    position: relative !important;
    left: unset !important;
  }

  .nav-bar {
    justify-content: center !important;
    width: 70% !important;
    height: 70px !important;
  }

  .nav-bar button,
  .nav-bar a {
    display: none;
  }
}

/* 2. Intermediate Breakpoint (< 875px) */
@media screen and (max-width: 875px) {
  /* Add styles here if needed */
}

/* 3. Small Tablets / Large Phones (< 767px) */
@media (max-width: 767px) {
  .am-robot {
    display: none !important;
  }
  .images-flex-container .m-3 {
    width: 35% !important;
    margin: 0 !important;
    padding: 0;
  }

  .header {
    text-align: center;
  }

  .form-button.next {
    position: relative;
    margin: 20px auto;
  }
  #advantages-menu .am-content-column .am-content-slide.active {
  right: 0;
}
}

/* 4. Mobile Phones (< 500px) */
@media (max-width: 500px) {
  #advantages-menu .am-content-slide h2 {
    font-size: 20px;
  }

  #advantages-menu .am-content-column {
    padding: 50px 20px;
    margin-bottom: 5%;
  }
  #advantages-menu .am-content-slide p {
    font-size: 14px;
  }

  .section-1 h1,
  .section-3 .s3-content h2,
  .section-2 h1 {
    font-size: 30px;
  }

  #advantages-menu .am-menu-column {
    gap: 5px;
  }

  #advantages-menu .am-menu-item {
    padding: 5px;
  }

  /* Overrides the width defined at 767px 
  .images-flex-container .m-3 {
      width: 50%!important; 
      margin: 0!important;
      padding: 0;
  }*/

  .img-flex-item {
    border-radius: 15px !important;
    margin: 5px !important;
  }

  .section-2 {
    padding: 50px 10px;
  }

  .section-5 .bg-dark h1,
  .section-4 h2.title,
  .section-2 h1,
  .blue,
  .section-3 h1 {
    font-size: 30px;
  }

  .section-5 .bg-dark h1 {
    font-size: 20px;
    margin: 0 auto;
    max-width: 100%;
  }

  .TY-box h1 {
    font-size: 36px;
  }

  .TY-box {
    padding: 50px 10px;
  }

  .w49 {
    width: 100%;
  }

  .section-4 .custom-accordion-btn {
    font-size: 16px;
  }
  .section-4 .accordion-body p {
    font-size: 14px;
    line-height: 110%;
    margin-bottom: 15px;
  }
}
@media (max-width: 414px) {
  .form-check label {
    text-align: left;
  }
}