*,
*::before,
*::after{
  margin:0;
  padding: 0;
  box-sizing: inherit;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

img:focus,
div:focus, 
span:focus,
input:focus {
  outline: none;
}

a,
a:link,
a:visited,
a:active {
    text-decoration: none;
}

body {
  font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
  font-size: 16px;
  color: #4B465C;
  line-height: 1.6;
  background: #f4f4f4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html{
    max-width:100%;
    min-width:320px;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html, body {
    min-height: 100% !important;
    min-height: 100vh !important;
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Backgrounds and decorative elements */

.background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  box-sizing: border-box;
}

.background_1 {
  background-image: url('/assets/svg/vectors/background_1.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  display: block;
  width: 100%;
  height: 115vh;
}

.dot_frame {
  background-image: url('/assets/svg/vectors/dot_frame.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 500px;
  left: -20px;
  z-index: -1;
}

.oval {
  background-image: url('/assets/svg/vectors/oval.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 720px;
  right: 400px;
  z-index: 0;
}

.background_2 {
  background-image: url('/assets/svg/vectors/background_2.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 240vh;
  position: absolute;
  top: 850px;
  left: 0;
  right: 0;
  z-index: -2;
}

.bubles {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 1700px;
  left: 0;
  right: 0;
  z-index: -1;
  overflow-x: hidden ;
}

.buble_left {
  background-image: url('/assets/svg/vectors/buble_left.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 750px;
  height: 750px;
  position: absolute;
  top: 200px;
  left: -200px;
  z-index: -1;
}

.buble_right {
  background-image: url('/assets/svg/vectors/buble_right.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 800px;
  height: 800px;
  position: absolute;
  top: 200px;
  right: -200px;
  z-index: -1;
}

.background_3 {
  background-image: url('/assets/svg/vectors/background_3.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 125vh;
  position: absolute;
  top: 3200px;
  left: 0;
  right: 0;
  z-index: -2;
}

.background_4 {
  background-image: url('/assets/svg/vectors/background_4.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  display: block;
  width: 100%;
  height: 150vh;
  position: absolute;
  top: 4200px;
  left: 0;
  right: 0;
  z-index: -2;
}

.background_5 {
  background-image: url('/assets/svg/vectors/background_5.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -5;
}

/* Layout and common styles */

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.badge {
  display: inline-block;
  padding: 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  color: #006495;
  background-color: #0064951A;
}

.container__title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
  color: #4B465C;
}

.bolder__title {
  font-weight: 800;
  position: relative;
  z-index: 1;
}


/* Header styles */

.header__container {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
}

.mobile__header {
  display: none;
}

.header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 20px;
  left: 100px;
  right: 100px;
  z-index: 1000;
  background: transparent;
  background-color: rgba(255,255,255, 0.3);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  backdrop-filter: blur(10px);
  border-radius: 10px;
}

.header .header__menu__area {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.header .header__logo {
  height: 2.5rem;
  margin: 10px 20px;
}

.header .header__nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

.header .header__nav ul li a {
  color: #4B465C;
  font-weight: 600;
}

.header .header__button {
  background-color: #006495;
  text-wrap: nowrap;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

/* Hero section styles */

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
  position: relative;
}

.hero__container {
  position: relative;
  z-index: 1;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  top: 120px;
}

.hero__content {
  width: 50%;
  padding: 20px;
  max-width: 1020px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero__image {
  background-image: url('/assets/svg/vectors/hero_content.svg');
  background-repeat: no-repeat;
  display: block;
  width: 50%;
  height: 100vh;
  max-width: 1000px;
  align-self: flex-end;
  background-size: contain;
  background-position: right;
  position: relative;
  top: -120px;
  /* right: -40px; */
}

.hero__title {
  text-align: center;
  font-size: 3rem;
  margin-top: 150px;
  margin-bottom: 20px;
  background: -webkit-linear-gradient(#0B7FAB, #69B1CD, #1A87B1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Features section styles */

.features__container {
  position: relative;
  margin-bottom: 50px;
}

.features__content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.feature__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 250px;
  max-width: 300px;
  margin: 20px;
  text-align: center;
}

.feature__item img {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}

.feature__item h5 {
  font-size: 1rem;
  color: #4B465C;
}

.feature__item p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
}

/* Why Us section styles */

#why_us .container {
  position: relative;
  max-width: 100% !important;
}

.why_us__content {
  background-image: url('/assets/svg/vectors/why_us_content.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  display: block;
  width: 80%;
  height: 100vh;
  position: relative;
}

.why_us__content .dot_frame {
  position: absolute;
  top: 550px;
  left: 1150px;
  width: 150px;
  height: 150px;
  z-index: 7;
}

.why_us__content .oval {
  position: absolute;
  top: 500px;
  left: 70px;
  width: 150px;
  height: 150px;
  z-index: 7;
}

/* SPI section styles */

.spi__container {
  margin-bottom: 50px;
}

.spi__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.spi__image {
  background-image: url('/assets/svg/vectors/spi_content.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 500px;
  height: 500px;
  margin: 0 auto;
}

.spi__text {
  max-width: 600px;
  margin: 20px;
  text-align: left;
}

.spi__text h4 {
  font-size: 1.5rem;
  color: #4B465C75;
  font-weight: 400;
  margin-bottom: -10px;
}

.spi__text h1 {
  font-size: 3rem;
  font-weight: 800;
  color: #4B465C;
}

.spi__text p {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
}

/* FAQ section styles */

.faq__container {
  position: relative;
}

.faq__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 70vh;
  text-align: center;
  gap: 50px;
  position: relative;
  top: -40px;
}

.zemi__image {
  background-image: url('/assets/svg/vectors/zemi.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 400px;
  height: 600px;
  margin: 0 auto;
}

/* Accordion styles */

.faq__items__accordion {
  text-align: left;
  max-width: 40rem;
  margin: auto;
  position: relative;
}

.accordion__item{
  border-radius: .4rem;
  background-color: #fff;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0 1rem;
  box-shadow: 0 0 5px #00649590;
}

.accordion__link{
  font-size: 1.6rem;
  color: #006495;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.accordion__link h3{
  font-weight:500;
  font-size: 1rem;
}

.accordion__link div{
  display: flex;
}

.accordion__answer{
  max-height: 0;
  overflow: hidden;
  position: relative;
  transition: 0.4s;
}

.accordion__answer p{
  color: #00649590;
  font-size: 15px;
  margin-bottom: 15px;
}

.accordion__item.active .accordion__answer{
  max-height: 20rem;
}

/* Guarantees section styles */
#guarantee {
  margin-top: 200px;
  margin-bottom: 100px;
}

.flags__slide {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox, Safari 18.2+, Chromium 121+ */
}
.flags__slide::-webkit-scrollbar { 
    display: none;  /* Older Safari and Chromium */
}

.guarantee__flags__slider {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.guarantee__flags__slider .flags__slide {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  width: 100%;
  scroll-behavior: smooth;
  gap: 30px;
  padding: 0 24px;
  overflow-x: auto;
}

.guarantee__flags__slider .flag__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 136px;
  height: 136px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.guarantee__flags__slider .flag__item img {
  max-width: unset;
}

.guarantee__flags__slider .flag__item:not(:hover) {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.guarantee__flags__slider .flag__item:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.guarantee__flags__slider .flag__item span {
  display: none;
}

.guarantee__flags__slider .flag__item:hover span {
  display: block;
  position: absolute;
  top: calc(50% - 1.2rem);
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
  color: #333;
  font-weight: 800;
  background: rgba(255,255,255,0.8); /* optional for readability */
  padding: 2px 8px;
  border-radius: 6px;
  pointer-events: none;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  text-transform: uppercase;
}

.slide-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.left__arrow,
.right__arrow {
  width: 64px;
  height: 40px;
  color: #006495;
  cursor: pointer;
  user-select: none;
  padding: 0 10px;
}

.left__arrow:focus,
.right__arrow:focus {
  outline: none;
  background-color: transparent;
}


/* Contact section styles */

.contact__container {
  margin: 50px auto;
}

.contact__form__card {
  background: #fff;
  width: 100%;
  min-width: 100%;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  max-width: 500px;
  margin: 50px auto;
}

.contact__form__card h3 {
  text-align: left;
  margin-bottom: 20px;
  color: #4B465C;
  margin-top: 50px;
}

.contact__form__card form {
  display: flex;
  flex-direction: column;
}

.contact__form__card form .row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact__form__card form .row .input {
  flex: 1;
  min-width: calc(50% - 10px);
}

.contact__form__card form .input {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.contact__form__card form input,
.contact__form__card form textarea {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
  color: #4B465C;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact__form__card form textarea {
  resize: vertical;
  min-height: 100px;
}

.contact__form__card form input:focus,
.contact__form__card form textarea:focus {
  border-color: #006495;
  box-shadow: 0 0 5px rgba(0, 100, 149, 0.5);
}

.contact__form__card form label {
  font-weight: 600;
  font-size: .7rem;
  color: #4B465C;
}

.contact__form__card form button {
  background-color: #006495;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.g-recaptcha{
  margin-bottom: 24px;
}
/* Footer styles */

.footer__container {
  width: 100% !important;
  margin-top: 420px;
  position: relative;
  bottom: 0;
}

.footer__content {
  display: flex;
  width: 100%;
  flex-direction: row;
  padding: 50px 100px;
}

.footer__nav {
  display: block;
}

.footer__content img {
  height: 5rem;
  margin-right: 20px;
  margin-bottom: 50px;
}

.footer__content p {
  color: #fff;
  font-size: 0.9rem;
}

.footer__content ul {
  list-style: none;
  gap: 20px;
  margin-top: 20px;
  margin-left: 200px;
}

.footer__content a {
  color: #fff;
  font-weight: 400;
}

.footer__content a:hover {
  text-decoration: underline;
}

.footer__container .horizontal__line {
  background-color: #091A22;
  padding: 20px 50px;
  height: auto;
  position: relative;
  bottom: 0;
  margin: 0;
  width: 100%;
  color: #fff;
}


/* Responsive styles */

/* Tablet styles */

@media (max-width: 1200px) {

    /*Backgrounds and decorative elements */

  .bubles {
    top: 1500px;
    height: 80vh;
  }
  .buble_left {
    width: 500px;
    height: 500px;
    top: 100px;
  }

  .buble_right {
    width: 500px;
    height: 500px;
    top: 150px;
    right: -100px;
  }

    /* Header styles */

  .header {
    display: none;
  }

  .mobile__header {
    display: flex;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 00px;
    z-index: 1000;
    background: transparent;
    background-color: rgba(255,255,255, 0.3);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    margin: 20px 20px;
    border-radius: 10px;
    padding: 10px 20px;
  }

  .mobile__header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .mobile__header .mobile__header__logo {
    height: 2.5rem;
    margin: 10px 0;
  }

  #menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

  #menuToggle input {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
  }

  #menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
  }

  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }

  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #36383F;
  }

  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  .mobile__header__list {
      position: absolute;
      width: 250px;
      height: 100vh;
      box-shadow: 0 0 10px #85888C;
      margin: -50px -50px 0 auto; 
      right: 0; 
      padding: 50px;
      padding-top: 100px;
      background-color: #F5F6FA;
      -webkit-font-smoothing: antialiased;
      transform-origin: 100% 0%; 
      transform: translate(100%, 0); 
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
      z-index: 0;
  }

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

  .mobile__header__list li {
    padding: 10px 0;
    transition-delay: 2s;
  }

  .mobile__header__list li a {
    color: #4B465C;
    font-weight: 600;
    font-size: 1rem;
  }

  #menuToggle input:checked ~ .mobile__header__list {
    transform: none;
  }


  .hero__image {
    max-width: 600px;
    height: 600px;
    top: -50px;
  }

  .hero__title {
    font-size: 2.5rem;
    margin-top: 100px;
  }

  .features__container {
    margin-top: 150px;
  }

  .why_us__container {
    top: 0;
    margin-bottom: 50px;
  }

  .why_us__content {
    width: 90%;
    height: 40vh;
    background-position: center;
    padding: 20px;
  }

  .why_us__content .dot_frame {
    top: 300px;
    left: auto;
    right: 100px;
    width: 100px;
    height: 100px;
  }

  .why_us__content .oval {
    top: 350px;
    left: 20px;
    width: 100px;
    height: 100px;
  }

  .spi__image {
    max-width: 600px;
    height: 400px;
    margin-top: 20px;
  }

  .faq__content {
    flex-direction: column;
    height: auto;
    gap: 30px;
    top: -50px;
  }

  .zemi__image {
    max-width: 300px;
    height: 350px;
  }

  #guarantee {
    margin-top: 150px;
  }

  .footer__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 50px;
    gap: 20px;
  }

  .background_5 {
    height: 80vh;
    background-size: cover;
  }

  .footer__content ul {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}


/* Mobile styles */

@media (max-width: 700px) {

    /*Backgrounds and decorative elements */

  .background_1 {
    height: 150vh;
    background-position: top right;
  }

  .dot_frame {
    top: 300px;
    left: -10px;
    width: 100px;
    height: 100px;
  }

  .oval {
    top: 400px;
    left: auto;
    right: 150px;
    width: 100px;
    height: 100px;
  }

  .background_2 {
    height: 300vh;
    top: 1000px;
  }

  .bubles {
    top: 2700px;
    height: 100vh;
  }

  .buble_left {
    width: 250px;
    height: 250px;
    top: 0;
    left: -70px;
  }

  .buble_right {
    width: 250px;
    height: 250px;
    top: 20px;
    right: -50px;
  }

  .background_3 {
    height: 150vh;
    top: 4000px;
  }
  .background_4 {
    height: 120vh;
    top: 5000px;
  }

  .background_5 {
    height: 50vh;
    background-size: cover;
  }

  /* Layout and common styles */


  /* Hero section styles */

  .hero__container {
    flex-direction: column-reverse;
  }

  .hero__content {
    width: 100%;
    height: 50vh;
    text-align: center;
  }

  .hero__image {
    width: 100%;
    height: 400px;
    max-width: none;
    top: -70px;
  }

  .hero__title {
    font-size: 2.5rem;
    margin-top: -100px;
  }

  /* Features section styles */

  .features__container {
    top: -20px;
    margin-bottom: 50px;
  }

  /* Why Us section styles */

  .why_us__content {
    width: 100%;
    height: 200px;
    background-position: top;
    padding: 20px;
    margin-bottom: 50px;
  }

  .why_us__content .dot_frame {
    top: 25px;
    left: auto;
    right: 20px;
    width: 64px;
    height: 64px;
  }

  .why_us__content .oval {
    top: 70px;
    left: 10px;
    width: 64px;
    height: 64px;
  }

  /* SPI section styles */

  .spi__content {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .spi__image {
    width: 100%;
    max-width: 400px;
    height: 250px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .spi__text {
    text-align: center;
    max-width: none;
    margin: 0 20px;
  }

  /* FAQ section styles */

  .faq__content {
    flex-direction: column;
    height: auto;
    gap: 30px;
    top: -50px;
  }

  .zemi__image {
    max-width: 300px;
    height: 350px;
  }


  .faq__items__accordion .accordion__link h3{
    font-size: .8rem;
  }

  .faq__items__accordion .accordion__item:target .accordion__answer p{
    font-size: .8rem;
  }



  /* Guarantees section styles */

  #guarantee {
    margin-top: 150px;
  }

  .guarantee__flags__slider .flags__slide {
    width: 100%;
  }

  .guarantee__flags__slider .flag__item {
    width: 84px;
    height: 84px;
  }

  .guarantee__flags__slider .flag__item img {
    height: 64px;
  }

  .guarantee__flags__slider .flag__item:hover span {
    font-size: .7rem;
    top: calc(50% - .7rem);
  }

  /* Contact section styles */

  .contact__form__card {
    margin: 0;
    padding: 10px;
  }

  .contact__form__card .form .input {
    width: 100%;
    min-width: 100%;
  }

  /* Footer styles */

  .footer__content {
    padding: 20px;
  }


  .footer__nav {
    display: none;
  }

  .footer__content img {
    height: 3rem;
    margin-bottom: 30px;
  }

  .footer__container .horizontal__line {
    padding: 10px 20px;
    font-size: .6rem;
  }

}