/* =========== Menu Mobile 768px =========== */

ul.wp-block-navigation__submenu-container {
  background: var(--wp--preset--color--text-secondary)!important;

}

@media (min-width: 810px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
  
  .wp-block-navigation__responsive-container:not(.has-modal-open):not(.is-menu-open) {
    display: block;
  }

}

@media (max-width: 810px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  
  .wp-block-navigation__responsive-container:not(.has-modal-open):not(.is-menu-open):not(.hidden-by-default) {
    display: none;
  }

  .wp-block-navigation__responsive-container {
    background: var(--wp--preset--color--transparent-black)!important;
    position: fixed;
    inset: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 1000;
  }

}
@media (min-width: 810px) {
  .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
      top: 25px;
      left: 100%;
      right: 0;

  }
}
.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
  left: 100%;
  right: 0;
}
/* =========== Heading Mobile =========== */


@media only screen and (max-width: 768px){
    h1{
        font-size: 32px!important;
    }
    h2{
      font-size: 28px!important;
    }
}

  /* =========== Scroll Effect =========== */

::-webkit-scrollbar {
  width: 10px; 
}

::-webkit-scrollbar-track {
  background: var(--wp--preset--color--background-primary);
}

::-webkit-scrollbar-thumb {
  background: var(--wp--preset--color--transparent-primary);
  border-radius: 5px;
  border: 2px solid var(--wp--preset--color--background-primary);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--wp--preset--color--transparent-primary);
  opacity: 0.8;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--wp--preset--color--transparent-primary) var(--wp--preset--color--background-primary);
  scroll-behavior: smooth;
}


:root{
      /*Marquee */
      --gap: 0rem;
      --size: clamp(10rem, 1rem + 40vmin, 30rem);
      --gap: 50px;
      --duration: 40s;
      --scroll-start: 0;
      --scroll-end: calc(-100% - var(--gap));
      --scroll-end: -100%;

}

@media (max-width: 768px) {
  :root {
    --gap: 25px !important; 
    /* --scroll-end: -100% !important; */
  }
}
#scrollTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: var(--wp--preset--color--background-primary);
  color: var(--wp--preset--color--text-secondary);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

#scrollTopBtn.show {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 769px){
  #scrollTopBtn{
    display: none;
  }
}

 /* =========== Custom Classes written by Annabelle =========== */

.item {
    display: flex;
    transition: opacity 0.3s ease;
}

.hidden {
    opacity 0;
    display: none !important;
}


.count-up {
  display: inline-block;
}

.top-radius{
  border-radius: 20px 20px 0 0;
}

.bottom-radius{
  border-radius: 0px 0px 12px 12px;
}

.overflow-x{
  overflow-x: hidden;
}

.overflow-hero{
  overflow-x: crop;
}

.text-shadow {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.has-text-align-justify {
  text-align: justify;
  word-spacing: -0.05px;
  overflow-wrap: break-word;
  
}

@media (max-width: 781px) {
  .mobile-reverse {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}

@media (max-width: 781px) {

  /* Force stacked columns to full width */
  .wp-block-columns.mobile-reverse > .wp-block-column {
    flex-basis: 100% !important;
    width: 100%;
  }

  /* Neutralize alignment that restricts Cover width */
  .wp-block-columns.mobile-reverse .wp-block-cover.alignright {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

}

@media (max-width: 781px) {
  .wp-block-cover.about-cover {
    min-height: 150px !important;
    height: auto !important;
  }
}

.border-tlr-3 {
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
  border-right: 3px solid currentColor;
  border-bottom: none;
}
.border-blr-3 {
  border-top: none;
  border-left: 3px solid currentColor;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
}

.hero-blend{
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    mask-image: linear-gradient(
      var(--mask-direction, to bottom),
      hsl(0 0% 0% / 1) 0%,
      hsl(0 0% 0% / 1) 75%,
      hsl(0 0% 0% / 0) 100%
    );
    justify-content: flex-start;

}

.hero-mask-shadow {
  position: relative;
  overflow: hidden;
}

.hero-mask-shadow::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.4) 75%,
    rgba(0, 0, 0, 1) 100%
  );
  pointer-events: none;
}

.group-mask-shadow {
  background-color: #00d08f;
  background-image: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 75%,
    color-mix(in srgb, currentColor 100%, transparent) 100%
  );
}


.image-mask-shadow {
  position: relative;
  overflow: hidden;
}

.image-mask-shadow::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.4) 10%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.5) 60%,
    rgba(0, 0, 0, 0.7) 75%,
    rgba(0, 0, 0, 1) 100%
  );
  pointer-events: none;
}

.responsive-row {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .responsive-row {
    transform: scale(0.8);
  }
}

@media (max-width: 480px) {
  .responsive-row {
    transform: scale(0.7);
  }
}

.no-gap-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  --wp--style--block-gap: 0;
}

.pad-header {
  padding-top: 75px !important;
}

@media (max-width: 768px) {
  .pad-header-mobile {
    padding-top: 75px !important;
  }
}

.uniform-scale-group {
  --design-width: 1500;

  width: calc(var(--design-width) * 1px);
  max-width: 100vw;

  transform-origin: top center;
  margin-left: auto;
  margin-right: auto;
  overflow-x: clip;
}

/* Only scale DOWN when screen is smaller than design width */
@media (max-width: 1400px) {
  .uniform-scale-group {
    --scale: calc(100vw / var(--design-width));
    transform: scale(var(--scale));
  }
}
.hero-page-wrapper{
  position: relative;
  z-index: 5;}

.bg-image-wrapper{
  position: absolute;
  top: -5vw;
  left: 0;
  width: 100%; 
  height: 100vdh;
  z-index: -2;
  overflow: hidden;
  }
  
.bg-image-wrapper img, .bg-image-wrapper video{
  width: 100vw; 
  height: 100vdh;
  object-fit: cover;
  object-position: center;
}

.group-top{
  vertical-align: top;
}

/* .full-height-columns {
  align-items: stretch;
}

.full-height-columns > .wp-block-column {
  display: flex;
}

.full-height-columns .wp-block-cover {
  flex: 1;
} */

.full-height-cover {
  height: 100%;
  min-height: 100%;
  display: flex;
}

@media (max-width: 768px) {
  .full-height-cover{
    min-height: 450px !important;
    height: auto !important;
  }
  .hidden-element{
    display: none !important;
  }
}

.gradient-outline-button .wp-block-button__link {
  position: relative;
  color: white !important;
  background: transparent !important;
  border: none !important;
  padding: 12px 15px;
  border-radius: 8px;
  z-index: 1;
  display: inline-block;
}

/* Gradient border layer */
.gradient-outline-button .wp-block-button__link::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2.5px;
  border-radius: 15px;
  background: linear-gradient(to right, #46618D, #0097A3, #00D08F);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  z-index: -1;
  transition: filter 0.3s ease;
}

/* 🔥 Hover = brighter gradient */
.gradient-outline-button .wp-block-button__link:hover::before {
  filter: brightness(1.5);
}


/* Parent container */
.layered-canvas {
  position: relative;
  display: inline-block; /* size to base image */
}


.layered-canvas .layer-base img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}


.layer-lines {
  display: block;
  width: 150%;
  height: auto;
  object-fit: cover;
}

.layer-line-1 {
  position: absolute;
  left: 20%;
  top: 10%;
}

/* All overlay layers (figures) */
.layered-canvas .layer {
  position: absolute;
  left: 0;
  margin: 0;            /* kill WP figure spacing */
  padding: 0;

  /* 🔹 animation prep */
  transform-origin: left center;
  transform: scaleX(0);
  opacity: 0;
}

/* Overlay images */
.layered-canvas .layer img {
  display: block;
  width: 100%;
  height: auto;
}

.layered-canvas .text-layer {
  position: absolute;
  transform-origin: left center;
  left: 20%;
  margin: 0;
  padding: 0;
  z-index: 10;
}

.layered-canvas .text-layer p {
  display: block;
  width: 100%;
  height: auto;
  font-size: clamp(5px, 2vw, 20px);
}


.layered-canvas .text-1 {
  position: absolute;
  top: 22.5%;
  left: 19.3%;
  line-height: 1.1;
  font-size: clamp(5px, 2vw, 20px);
}

.layered-canvas .text-2 {
  top: 35.5%;
  left: 17.7%;
  line-height: 1.1;
  font-size: clamp(5px, 2vw, 20px);
}

.layered-canvas .text-3{
  top: 52.5%;
  left: 16.9%;
  line-height: 1.1;
  font-size: clamp(5px, 2vw, 20px);
}

.layered-canvas .text-4{
  top: 72%;
  left: 19%;
  line-height: 1.2;
  font-size: clamp(5px, 2vw, 20px);
}
.layered-canvas .text-5{
  top: 63%;
  left: 38.5%;
  line-height: 1.2;
  font-size: clamp(1px, 3.6vw, 50px);
}
.layered-canvas .text-6{
  top: 54%;
  left: 35%;
  line-height: 1.2;
  font-size: clamp(1px, 3.5vw, 50px);
}

.layered-canvas .text-7{
  top: 54%;
  left: 33.9%;
  line-height: 1.2;
  font-size: clamp(1px, 3.5vw, 50px);
}
.layered-canvas .text-8{
  top: 63%;
  left: 38%;
  line-height: 1.2;
  font-size: clamp(1px, 3.6vw, 50px);
}

/* Layer positioning + scaling */
.layered-canvas .layer-1 { top: 19.5%; left: 50%; width: 33.5%; }
.layered-canvas .layer-2 { top: 35.9%; left: 50%; width: 27.8%; }
.layered-canvas .layer-3 { top: 51.8%; left: 50%; width: 11.4%; }
.layered-canvas .layer-4 { top: 67.5%; left: 50%; width: 6.4%; }
.layered-canvas .layer-5 { top: 83.45%; left:50%; width: 6.15%; }
.layered-canvas .layer-6 { top: 52.1%; left: 0%; width: 67.3%;}
.layered-canvas .layer-7 { top: 52.1%; left: 0%; width: 55.5%;}
.layered-canvas .layer-8 { top: 52.5%; left: 0%; width: 22.6%;}
.layered-canvas .layer-9 { top: 53.3%; left: 0%; width: 12.66%;}

/* 🔹 animation when triggered */
.layered-canvas.animate .layer {
  animation: growBar 2s cubic-bezier(.16,1,.3,1) forwards;
}

/* 🔹 cascading delays */
.layered-canvas.animate .layer-1 { animation-delay: 0s; }
.layered-canvas.animate .layer-2 { animation-delay: 0.15s; }
.layered-canvas.animate .layer-3 { animation-delay: 0.3s; }
.layered-canvas.animate .layer-4 { animation-delay: 0.45s; }
.layered-canvas.animate .layer-5 { animation-delay: 0.6s; }
.layered-canvas.animate .layer-6 { animation-delay: 0s;}
.layered-canvas.animate .layer-7 { animation-delay: 0.15s;}
.layered-canvas.animate .layer-8 { animation-delay: 0.3s;}
.layered-canvas.animate .layer-9 { animation-delay: 0.45s;}

.hidden-unless-mobile{
  display: none !important; 
}

.visible-unless-mobile{
  display: initial !important; 
}

@media (max-width: 768px) {
  .hidden-unless-mobile{
    display: initial !important;
  }
  .visible-unless-mobile{
    display: none !important;
  }
}

.link {
  --link-color: #00d08f;

  --link-hover-color: #00ffae;

  color: var(--link-color);
  text-decoration: none;
  transition: color 0.2s ease;
}

.link:hover {
  color: var(--link-hover-color);
}

/* 🔹 keyframes */
@keyframes growBar {
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}

/* 🔹 reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .layered-canvas .layer {
    transform: scaleX(1);
    opacity: 1;
    animation: none;
  }
}

 /* =========== End of custom classes, only other classes edited were that of the marquee (below) =========== */

.marquee, .marquee--reverse{
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    mask-image: linear-gradient(
      var(--mask-direction, to right),
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 15%,
      hsl(0 0% 0% / 1) 85%,
      hsl(0 0% 0% / 0)
    );
    justify-content: flex-start !important;
  }
  
  .marquee__group{
    /* flex-shrink: 0;  */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap);
    width: max-content !important; 
    flex-shrink: 0;
    content-visibility: visible;
    animation: scroll-x var(--duration) linear infinite;
    /* outline: 2px solid red; */
  }

  .marquee__group > * {
  flex: 0 0 auto;
  width: 300px !important;
  /* outline: 2px solid blue; */
}

.marquee__group figure {
  width: auto;
  min-width: unset !important;
  max-width: 200px !important;
  max-height: 150px !important;
  aspect-ratio: 3 / 1;
}

  @media (max-width: 768px) {
  .marquee-company-item {
    min-width: 260px !important;
  }

  .marquee__group figure {
    max-width: 100px !important;
    max-height: 100px !important;
  }
}
 

  @media (prefers-reduced-motion: reduce) {
    .marquee__group{
      animation-play-state: paused;
    }
  }
  
  .marquee--vertical {
    --mask-direction: to bottom;
  }
  
  .marquee--vertical,
  .marquee--vertical .marquee__group {
    flex-direction: column;
  }
  
  .marquee--vertical .marquee__group {
    animation-name: scroll-y;
  }
  
  .marquee--reverse .marquee__group {
    animation-direction: reverse;
    /* animation-delay: -3s; */
  }
  
  @keyframes scroll-x {
    from {
      transform: translateX(var(--scroll-start));
    }
    to {
      transform: translateX(var(--scroll-end));
    }
  }
  
  @keyframes scroll-y {
    from {
      transform: translateY(var(--scroll-start));
    }
    to {
      transform: translateY(var(--scroll-end));
    }
  }
  
  .marquee--img-box img{
    border: 1px solid var(--wp--preset--color--text-terciary);
    background-color: var(--wp--preset--color--transparent);
    padding: 6px;
    width: 400px;
    height: 300px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
  }
  .marquee-company-item{
    min-width: 400px!important;
  }

  @media (max-width: 768px) {
  .marquee-company-item {
    min-width: 260px !important;
  }
}
 

  .hero-bottom-content-wrapper{
    position: relative;
  }


/* =========== Scrolls Effects =========== */

.appear-effect{
  filter: blur(50px);
  /* transform: translateY(-50%); */
  /* scale: 0; */
  transition: 0.8s all ease;
}
.appear-effect-show{
  /* scale: 1; */
  filter: blur(0);
  /* transform: translateY(0%); */
  transition: 0.8s all ease;

}
.item-slide-left{
  opacity: 0;
  transition: 1.5s all ease-in;
}
.item-slide-left-effect{
  opacity: 1;
  transition: 1.5s all ease-in;
}
.item-slide-up{
  opacity: 0;
  transform: translateY(50%);
  transition: 0.8s all ease-in;
}
.item-slide-up-effect{
  opacity: 1;
  transform: translateY(0%);
  transition: 0.8s all ease-in;
}
.item-slide-down{
  opacity: 0;
  transform: translateY(-50%);
  transition: 0.8s all ease-in;
}
.item-slide-down-effect{
  opacity: 1;
  transform: translateY(0%);
  transition: 0.8s all ease-in;
}
.slide-up-expand{
  opacity: 0.8;
  transform: translateY(150px);
  scale: 0.8;
  transition: 1s all ease;
}
.slide-up-expand-effect{
  opacity: 1;
  transform: translateY(0px);
  scale: 1;
}
.left-blur-slide{
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100%);
  transition: all 1s;
}
.left-blur-slide-effect{
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
  transition: all 1s;
}

/* =========== Portfolio Card Style =========== */

.portfolio-card{
  transition: 0.8s all ease-in;
  overflow: hidden;

}
.portfolio-tag{
  opacity: 0;
  transform: translateY(-150px);
}
.portfolio-card:hover img{
  transition: 0.8s all ease-in;
  scale: 1.2;

}
.portfolio-card::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 2;
  /* backdrop-filter: brightness(50%); */
  /* background-size: 110% 110%!important; */
  /* cursor: 'View'; */
  opacity: 0;
}
.portfolio-card:hover{
  backdrop-filter: brightness(50%);

}
.portfolio-card:hover .portfolio-tag{
  transition: 0.5s all ease-in;
  opacity: 1;
  transform: translateY(0px);

}

.portfolio-card:hover {
  background-size: 120% 120%; /* Aumenta o tamanho da imagem de fundo */
}


/* =========== Card Style =========== */


.theme-card{
  backdrop-filter: blur(0px);
  background: linear-gradient(0.07383128568086761deg, #0055fe26 0%, #61616117 100%);
  height: 100%;
}

.arrow-icon{
  opacity: 0;
  transition: 0.5s all ease-in;

}

.theme-card:hover .arrow-icon
{
  opacity: 1;
 
}

/* =========== Sticky Effects =========== */


.sticky-item-01 img, .sticky-item-02 img,  .sticky-item-03 img{
  border-top: 10px solid black;
  width: 90vw!important;
  height: 90vh!important;
  border-radius: 20px;
}

.sticky-item-01{
  z-index: 1;
}
.sticky-item-02{
  z-index: 2;
}
.sticky-item-03{
  z-index: 3;
}

/*============== Showcase Section ==============*/


.marquee-showcase-wrapper{
  overflow: hidden;
}

@media only screen and (max-width: 769px){
  .marquee-showcase-wrapper{
    .marquee__group{
      min-width: stretch;
     }
  }
  .marquee--img-box {
    width: 70vw;
  }

  .header-images-column{
    display: none;
  }
}

/*============== FAQ Section ==============*/
/* Container principal do FAQ */
.faq-container {
  width: 100%;
  max-width: 800px; /* Ajuste conforme necessário */
  margin: 0 auto;
  padding: 20px;
}

/* Estilo do elemento <details> (pergunta) */
.faq-question {
  border: 1px solid  var(--wp--preset--color--text-terciary); /* Bordas semitransparentes */
  border-radius: 10px;
  background-color: transparent;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 100%;
}

/* Estilo do <summary> (título da pergunta) */
.faq-question summary {
  border: 1px solid var(--wp--preset--color--text-terciary);
  padding: 20px;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none; /* Remove o ícone padrão do <details> */
}

/* Ícone de seta para o <summary> */
.faq-question summary::after {
  content: "+"; /* Ícone de seta para baixo */
  font-size: 40px;
  transition: transform 0.3s ease;
}

/* Rotaciona a seta quando o <details> está aberto */
.faq-question[open] summary::after {
  transform: rotate(45deg);
}

/* Estilo do parágrafo (resposta) */
.faq-answer {
  font-size: 14px;
  line-height: 1.6;
  padding: 20px 24px;
  margin-top: 0;
  border-radius: 0 0 10px 10px; /* Bordas arredondadas na parte inferior */
}

/* Efeito de hover no <details> */
.faq-question:hover {
  background-color:  var(--wp--preset--color--text-terciary); /* Fundo semitransparente ao passar o mouse */
}

/* Estilo quando o <details> está aberto */
.faq-question[open] {
  background-color: var(--wp--preset--color--text-terciary); /* Fundo semitransparente */
}

/*============== FORM Section ==============*/
.footer-newsletter-form {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 325px;
  max-width: 100%;
  border: 1px solid var(--wp--preset--color--text-terciary);
  border-radius: 10px;
  padding: 6px;
  gap: 10px;
}

.footer-newsletter-form input {
  padding: 10px 10px 10px 12px;
  background: transparent;
  
  border: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 190px;
  max-width: 100%;
  height: auto;
}

.footer-newsletter-form button {
  border: 3px solid var(--wp--preset--color--transparent-200);
  background-color: var(--wp--preset--color--text-secondary);
  color: var(--wp--preset--color--text-primary);
  border-radius: 10px;
  box-shadow: var(--wp--preset--color--text-secondary) 0px 8px 40px 0px, var(--wp--preset--color--transparent-200) 0px 0px 10px 1px inset;
  opacity: 1;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.footer-newsletter-form button:hover {
  opacity: 0.9;
}
.contact-form {
  border: 1px solid rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #080808;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  width: 100%;
  max-width: 100%;
  margin: auto;

  label {
    color: white;
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.form-wrapper{
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;

  align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 30px;
    height: min-content;
    justify-content: flex-start;
    overflow: hidden;
    padding: 40px 40px 30px;
    position: relative;
    max-width: 100%;
}


/* ===========small browser/tablet========= */
@media (max-width: 1100px) and (min-width: 769px) {
  /* .mobile-slider {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 80%;
    overflow-x: auto;
    gap: 1rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-slider > * {
    scroll-snap-align: start;
  }
  .wp-block-column .mobile-slider {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
  }

  .wp-block-column .mobile-slider > * {
    flex: 0 0 80%;
    scroll-snap-align: start;
  } */

  .hidden-element-tablet{
    display: none !important;
  }


  .shrink{
    max-width: 1000;
  }
  .hero-title{
    font-size: 80px !important;
  }
  
  .body-text{
    font-size:16px !important;
  }

  .subheading{
    font-size: 30px !important;
  }
  .title-logo{
    font-size: 30px !important;
  }
  .stack-at-860 {
    box-sizing: border-box;
    flex-basis: 100% !important;
    max-width: 100% !important;
    flex-wrap: wrap;
    padding-left: 5% !important;
    padding-right: 5% !important;
    align-items: center; 
    flex-basis:auto; 
    flex-direction: column !important;
    margin-left: 0 !important; 
    margin-right: 0 !important; 
    max-width: 100% !important;
  }
  .form-group-align-full{
    padding-left: 10% !important; 
    padding-right: 10% !important; 
    align-items: center; 
    flex-basis:auto; 
    margin-left: 0 !important; 
    margin-right: 0 !important; 
    max-width: 100% !important;
  }
    .form-row{
    flex-direction: row;
    min-width: 0; 
    max-width: 100%;
  }
  .form-wrapper{
    padding: 20px 20px 10px;
  }
  .contact-form{ 
    box-sizing: border-box;
    padding:10;
    margin-left: 0 !important;
    margin-right: 0 !important;
  } 
  .form-group{
    min-width: 0;
  }
  .form-input, .form-select, .form-textarea {
  padding: 18px 10px;
  border-radius: 5px;
  max-width: 100%;
}

}

/* ================Phone ================ */
@media (max-width: 768px) {
  .footer-padding{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .element-padding{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .hero-title{
    font-size: 45px !important;
  }
  .has-text-align-justify{
    text-align: left !important;
  }
  .hero-sub{
    font-size: 20px !important;
  }
  .body-text{
    font-size:16px !important;
  }
  .title-logo{
    font-size: 28px !important;
  }
  .subheading{
    font-size: 30px !important;
  }
  .form-bg{
    align-items: center;
  }
  .form-column-bg{
    display: block !important;
    flex-basis:auto !important;
    align-items: center;
    padding: 0 !important;
  }
  .form-column-align-full{
    padding-left: 10px !important; 
    padding-right: 10px !important; 
    align-items: center; 
    flex: 100%;
    margin-left: 0 !important; 
    margin-right: 0 !important; 
    max-width: 100% !important;

  }

  .form-group-align-full{
    padding-left: 10px !important; 
    padding-right: 10px !important; 
    align-items: center; 
    flex-basis:auto; 
    margin-left: 0 !important; 
    margin-right: 0 !important; 
    max-width: 100% !important;
  }

  .form-row{
    flex-direction: row;
    min-width: 0; 
    max-width: 100%;
  }
  .form-wrapper{
    padding: 10px 10px 10px;
  }
  .contact-form{ 
    box-sizing: border-box;
    padding:10;
    margin-left: 0 !important;
    margin-right: 0 !important;
  } 
  .form-group{
    min-width: 0px;
  }
  .form-input, .form-select, .form-textarea {
  padding: 18px 10px;
  border-radius: 5px;
  max-width: 100%;
  min-width: 0%;
}
  
}
.form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;

}



.form-input, .form-select, .form-textarea {
  background-color: transparent;
  opacity: 90%;

  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  padding: 18px 10px;
  border-radius: 5px;
  max-width: 100%;
}

.form-input::placeholder, .form-select, .form-textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-select option {
  background-color: #080808; 
  color: white; 
  padding: 18px 10px; 
  font-size: 14px; 
}

/* Estiliza a opção desativada (placeholder) */
.form-select option:disabled {
  color: rgba(255, 255, 255, 0.2);
}

.form-button {
  border: 3px solid var(--wp--preset--color--transparent-200);
  background-color: var(--wp--preset--color--text-secondary);
  color: var(--wp--preset--color--text-primary);
  border-radius: 10px;
  box-shadow: var(--wp--preset--color--text-secondary) 0px 4px 20px 0px, var(--wp--preset--color--transparent-200) 0px 0px 10px 1px inset;
  opacity: 1;
  padding: 18px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
}

