@tailwind base;
@tailwind components;
@tailwind utilities;

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-size: 1.1rem;
  line-height: 1.6rem;
}
p {
  font-size: 1.1rem;
  line-height: 1.6rem;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
}

iframe {
  display: inline-block !important;
}

.content * {
  all: revert;
  color: black;
}

.grid-styles h2 {
  color: #00adf9;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.grid-styles h3 {
  color: #00adf9;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.grid-styles ul li {
  color: #fff;
}

.bg-primary ul li {
  color: white !important;
}

.bg-white ul li {
  color: #000 !important;
}

.bg-white .bg-primary ul li {
  color: #fff !important;
}

.wp-block-columns {
  margin-bottom: 0px;
}

.grid-styles ul {
  list-style: none; /* Remove default bullets */
  margin-bottom: 1rem;
}

.grid-styles ul li {
  position: relative;
  padding-left: 2rem; /* Space for the custom bullet */
  margin-bottom: 0.5rem;
}

.post-password-form p {
  color: #021d41 !important;
}
.post-password-form input {
  color: #021d41 !important;
  background-color: white !important;
  border: solid 1px #021d41 !important;
  margin: 0 0.5rem !important;
}
.container {
  padding-left: 1rem;
  padding-right: 1rem;
}
.post-password-form {
  background-color: white;
  color: #111;
  padding: 0.5rem;
  text-align: center;
}
.post-password-form input {
  border-radius: 10px !important;
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.post-password-form input[type="submit"] {
  border-radius: 9999px !important;
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border-radius: 9999px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  color: rgb(255 255 255) !important;
  background-color: #0190d4 !important ;
  border: none !important;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.grid-styles ul:not(.list-parts) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='34.48' height='33.417' viewBox='0 0 34.48 33.417'><g transform='translate(0 13.152) rotate(-30)'><path d='M.39,16.242C3.2,11.376,5.986,6.594,8.8,1.711,9.593.352,10.155-.026,12.056,0h3A2.406,2.406,0,0,1,17.3,1.321q4.31,7.461,8.617,14.922a2.419,2.419,0,0,1,.02,2.6c-.5.865-1,1.73-1.5,2.594C23.51,23.1,22.9,23.4,21.326,23.4H4.978c-1.57,0-2.184-.3-3.109-1.961-.5-.865-1-1.73-1.5-2.594A2.419,2.419,0,0,1,.39,16.242Z' fill='%2300adf9'/></g></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}

wp-block-embed__wrapper iframe {
  width: 80% !important;
  max-width: 80% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .wp-block-embed__wrapper iframe {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
}
.choices__list--multiple .choices__item {
  background-color: #ededed !important;
}
/* Override Choices.js remove button for multiple select */
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #ccc; /* lighter gray instead of dark blue */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjNjY2IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:hover {
  opacity: 1;
  border-left-color: #999;
}

nav li {
  background-color: transparent !important;
}
.dropdown li a {
  line-height: 1.2rem;
}
.bg-white .wp-block-list {
  color: #00adf9;
  margin-top: 20px;
  list-style: disc;
  list-style-position: outside;
  font-weight: bold;
  list-style: none;
  @apply text-lg lg:text-xl;
  margin-bottom: 30px;
}

.bg-white .wp-block-list li {
  margin-top: 20px;
}

.wp-block-embed.aligncenter {
  text-align: center;
}

.wp-block-embed.aligncenter iframe {
  display: inline-block;
}

a {
  color: #00adf9 !important;
}

a.btn-primary {
  color: #fff !important;
}
a.bg-secondary {
  color: #fff !important;
}

a:hover {
  text-decoration: underline !important;
}
a.slide:hover {
  text-decoration: none !important;
}
a.slide:hover .btn-primary {
  text-decoration: underline !important;
}
header a {
  color: #fff !important;
}

header .weglot_switcher a {
  color: #00adf9 !important;
}
.weglot_switcher {
  z-index: 9999;
  position: relative;
}

a:hover {
  text-decoration: underline !important;
}

.footer-bg a {
  color: #fff !important;
}

.breadcrumb a {
  color: #fff !important;
  -webkit-text-fill-color: #fff; /* Fix for iOS Safari */
}

a:hover {
  text-decoration: underline !important;
}

.btn-primary {
  color: #fff !important;
}

.btn-primary:hover {
  color: #00adf9 !important;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  border-radius: 1rem;
}

.grid-styles img {
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .grid-styles img {
    margin-bottom: 1rem;
  }
}
.tns-item img {
  border-radius: 0;
}

iframe {
  border-radius: 1rem;
}

.tns-outer {
  border-radius: 1rem;
  overflow: hidden;
}

.tns-inner {
  border-radius: 1rem;
  overflow: hidden;
}

.bg-white .btn-primary {
  background-color: rgb(3 31 70 / var(--tw-bg-opacity, 1)) /* #ffffff */ !important;
  color: white !important;
}

.bg-white .btn-primary:hover {
  background-color: rgb(3 31 70 / var(--tw-bg-opacity, 1)) /* #ffffff */ !important;
  color: white !important;
}

.bg-secondary .btn-primary {
  color: rgb(0 173 249 / var(--tw-bg-opacity, 1)) /* #ffffff */ !important;
  background-color: white !important;
}

.bg-secondary .btn-primary:hover {
  color: rgb(0 173 249 / var(--tw-bg-opacity, 1)) /* #ffffff */ !important;
  background-color: white !important;
}

.bg-primary .btn-primary {
  color: rgb(3 31 70 / var(--tw-bg-opacity, 1)) /* #ffffff */ !important;
  background-color: white !important;
}

.bg-primary .btn-primary:hover {
  color: rgb(3 31 70 / var(--tw-bg-opacity, 1)) /* #ffffff */ !important;
  background-color: white !important;
}

.btn-primary {
  @apply text-white !bg-secondary text-base xl:text-lg uppercase inline-block font-normal py-3 px-4 lg:px-6 rounded-full hover:!bg-white hover:text-primary transition-all duration-200 ease-in-out shadow;
}

.table-auto {
  font-size: 1rem;
}

header nav a {
  text-transform: uppercase !important;
  font-size: 1rem !important;
  font-size: 0.8rem !important;
  padding-right: 10px;
}

.clientsSlider .item {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.machinesbg {
  background-image: url("/wp-content/themes/eagle-daisy/img/svg/part-secontary-right.svg");
  background-position: left 3rem center;
  background-repeat: no-repeat;
  background-size: auto 80%; /* scale to 50% height */
}

.banner-post {
  /* background-image: url(/wp-content/themes/eagle-daisy/img/svg/part-secontary-right.svg); */
  background-position: right 3rem center;
  background-repeat: no-repeat;
}

.responsive-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* Aspect ratio: 16:9 */
  height: 0;
  overflow: hidden;
}

.video-inline video {
  display: inline-block !important;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.video-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  overflow: hidden;
  border-radius: 0.5rem; /* similar to rounded-lg */
}

.video-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-embed iframe,
.video-embed video {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px; /* enables horizontal scroll on small screens */
  background: #fff;
  color: #021d41;
}

.compare-table th,
.compare-table td {
  border: 1px solid #d0d0d0;
  padding: 12px 14px;
  vertical-align: top;
  text-align: left;
}

.compare-table thead th {
  background: #f6f6f6;
  font-weight: 700;
}

.compare-table tbody tr:nth-child(even) td {
  background: #fcfcfc;
}

/* Mobile: stack rows into "cards" */
@media (max-width: 768px) {
  .table-wrap {
    overflow: visible;
  }

  .compare-table {
    min-width: 0;
    border: 0;
    color: #021d41;
  }

  .compare-table thead {
    display: none;
  }

  .compare-table,
  .compare-table tbody,
  .compare-table tr,
  .compare-table td {
    display: block;
    width: 100%;
  }

  .compare-table tr {
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 14px 0;
    background: #fff;
  }

  .compare-table td {
    border: 0;
    border-top: 1px solid #eee;
    padding: 12px 14px;
  }

  .compare-table td:first-child {
    border-top: 0;
    background: #f6f6f6;
    font-weight: 700;
  }

  .compare-table td[data-label]::before {
    content: attr(data-label);
    display: block;
    font-size: 12px;
    color: #666;
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: none;
  }

  /* Don't show a label for the first cell (Design Element) since it's the card title */
  .compare-table td:first-child::before {
    content: none;
  }
}

.footer-bg {
  background-size: 30%;
  color: white;
}

.menu-item summary {
  text-transform: uppercase;
  font-size: 1rem;
}
.menu-item {
  list-style: none;
  display: list-item;
  text-transform: uppercase;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.footer .menu-item {
  border-bottom: none;
  padding-top: 3px;
  padding-bottom: 3px;
}

.footer .menu-item a {
  text-transform: none !important;
}

details[open] > summary {
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  border-radius: 0;
}
.sub-list summary {
  padding-left: 15px;
}
.sub-list a {
  padding-left: 30px;
  font-size: 0.9rem !important;
}

.slider-dontoverflow .tns-ovh {
  overflow: hidden !important;
}

.bg-part-secontary-right {
  background-image: url(/wp-content/themes/eagle-daisy/img/svg/part-secontary-right.svg);
  background-position: right top;
  background-repeat: no-repeat;
}

ul.list-parts li {
  color: #fff;
}

.bg-white ul.list-parts li {
  color: #000;
}

ul.list-parts li {
  background-image: url(/wp-content/themes/eagle-daisy/img/svg/part-bullet.svg);
  padding-left: 40px;
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
/*Type Exended to work with WISWIG and avoid typing classes manually by conent editors*/

.bg-primary p,
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5 {
  color: white;
}

.gradientbg p,
.gradientbg h1,
.gradientbg h2,
.gradientbg h3,
.gradientbg h4,
.gradientbg h5 {
  color: white;
}

.bg-white p {
  color: rgb(0, 31, 70);
}

.bg-white h1,
.bg-white h2,
.bg-white h3,
.bg-white h4,
.bg-white h5 {
  color: rgb(0 173 249);
}

.bg-white .bg-primary:not(:has(.bg-white)) p,
.bg-white .bg-primary:not(:has(.bg-white)) h1,
.bg-white .bg-primary:not(:has(.bg-white)) h2,
.bg-white .bg-primary:not(:has(.bg-white)) h3,
.bg-white .bg-primary:not(:has(.bg-white)) h4,
.bg-white .bg-primary:not(:has(.bg-white)) h5 {
  color: white;
}

.bg-white .bg-secondary p,
.bg-white .bg-secondary h1,
.bg-white .bg-secondary h2,
.bg-white .bg-secondary h3,
.bg-white .bg-secondary h4,
.bg-white .bg-secondary h5 {
  color: white;
}

.bg-white .gradientbg p,
.bg-white .gradientbg h1,
.bg-white .gradientbg h2,
.bg-white .gradientbg h3,
.bg-white .gradientbg h4,
.bg-white .gradientbg h5 {
  color: white;
}

/* Small devices (phones, 641px to 768px) */
@media only screen and (min-width: 640px) and (max-width: 767px) {
}

@media only screen and (max-width: 1023px) {
  .grid-styles h2 {
    font-size: 1.4rem !important;
  }

  body {
    font-size: 1rem;
    line-height: normal;
  }
  p {
    font-size: 1rem;
    line-height: normal;
  }

  .footerBG {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 145%;
  }
}

/* Medium devices (tablets, 769px to 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
}

/* Large devices (desktops, 1025px to 1280px) */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  nav a {
    text-transform: uppercase !important;
    font-size: 0.8rem !important;
  }
}

/* Extra large devices (large desktops, 1281px to 1536px) */
@media only screen and (min-width: 1280px) {
}

.gradientbg {
  background: linear-gradient(
    160deg,
    rgba(2, 26, 58, 1) 0%,
    rgba(3, 31, 70, 1) 10%,
    rgba(0, 24, 47, 1) 69%,
    rgba(0, 4, 8, 1) 100%
  );
  background-size: 100% 100%;
}

.gradientBgTransparent {
  background: rgb(0, 31, 70);
  background: linear-gradient(
    160deg,
    rgba(2, 26, 58, 1) 0%,
    rgba(0, 24, 47, 0.9) 69%,
    rgba(0, 4, 8, 0.9) 100%
  );
}

.showNav {
  display: block !important;
  z-index: 0;
}

@media only screen and (min-width: 1024px) {
  .showNav {
    background: linear-gradient(
      160deg,
      rgba(3, 28, 62, 1) 0%,
      rgba(3, 30, 68, 1) 100%,
      rgba(0, 4, 8, 1) 100%
    );
  }
}

/* Wings slider controls fix */
.wingsSlider {
  padding-bottom: 3rem; /* room for arrows + dots */
}

.wingsSlider .tns-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.25rem;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  z-index: 20;
}

.wingsSlider .tns-controls button {
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  background: #000;
  opacity: 0.85;
}

.wingsSlider .tns-controls button:hover {
  opacity: 1;
}

/* Optional: add arrows icons if you use empty controlsText */
.wingsSlider .tns-controls button:first-child::before {
  content: "‹";
  color: #fff;
  font-size: 28px;
  line-height: 44px;
}
.wingsSlider .tns-controls button:last-child::before {
  content: "›";
  color: #fff;
  font-size: 28px;
  line-height: 44px;
}
.tns-outer {
  position: relative;
}

.tns-controls {
  text-align: center;
  margin: 10px 0;
}

.menu-item button {
  font-size: 1rem !important;
  padding: 1rem 0;
  text-transform: uppercase !important;
}
.menu-item a {
  font-size: 1rem !important;
  padding: 1rem 0;
  text-transform: uppercase !important;
}
.rotate-180 {
  transform: rotate(180deg);
}

#mobile-menu {
  line-height: normal;
}

#mobile-menu .menu-item .accordion-content .menu-item button {
  padding-left: 20px !important;
  text-transform: uppercase !important;
}

#mobile-menu .menu-item .accordion-content .menu-item a {
  padding-left: 20px !important;
  text-transform: uppercase !important;
}
#mobile-menu .accordion-content .accordion-content .menu-item {
  border-bottom: none !important;
}
#mobile-menu .accordion-content .accordion-content .menu-item a {
  font-size: 0.87rem !important;
  padding: 0.6rem 0 0.6rem 40px !important;
  text-transform: uppercase !important;
  line-height: normal;
}
#mobile-menu .accordion-content .accordion-content .menu-item button {
  font-size: 0.87rem !important;
  padding: 0.6rem 0 0.6rem 40px !important;
  text-transform: uppercase !important;
}

.tns-controls [data-controls="next"] {
  width: 40px;
  height: 40px;
  background-image: url(/wp-content/themes/eagle-daisy/img/svg/arrow-white.svg);
  background-size: 10px;
  opacity: 0.6;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #00adf9;
  border-radius: 100%;
  margin: 10px;
  /* background-color: rgb(0, 173, 249, .2); */
}

.tns-controls [data-controls="next"]:hover {
  /* background-color: rgb(0, 173, 249, .2); */
  opacity: 1;
}

.preloader {
  z-index: 9999 !important;
}

.tns-controls [data-controls="prev"] {
  width: 40px;
  height: 40px;
  background-image: url(/wp-content/themes/eagle-daisy/img/svg/arrow-white.svg);
  background-size: 10px;
  opacity: 0.6;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #00adf9;
  border-radius: 100%;
  margin: 10px;
  /* background-color: rgb(0, 173, 249, .2); */
  transform: rotate(180deg);
}

.tns-controls [data-controls="prev"]:hover {
  /* background-color: rgb(0, 173, 249, .2); */
  opacity: 1;
}

.caseStudiesSliderWrapper .tns-controls [data-controls="next"] {
  right: 0px;
}

.caseStudiesSlider p {
  color: white;
}

.caseStudiesSliderWrapper .tns-controls [data-controls="prev"] {
  left: 0px;
}

.caseStudiesSliderWrapper .tns-controls {
  height: 0;
}

.caseStudiesSliderWrapper .item img {
  filter: grayscale(100%);
  transition: filter 0.5s ease;
}

.caseStudiesSliderWrapper .item:hover img {
  filter: grayscale(0%);
  transition: filter 0.5s ease;
}

.selectButton {
  color: white;
}

.selectButton .whitePart {
  display: inline-block;
}
.selectButton .bluePart {
  display: none;
}

.selectButton.selected .whitePart {
  display: none;
}
.selectButton.selected .bluePart {
  display: inline-block;
}

.selectButton.selected {
  background-color: white;
  color: rgb(0 173 249/ 1);
}

.typeText::after {
  content: "|";
  animation: blink 1s step-end infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

#customize-thumbnails-css-mw .tns-item.tns-nav-active .innerShadow {
  -webkit-box-shadow: 0px 0px 13px -6px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 13px -6px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 13px -6px rgba(255, 255, 255, 1);
}

.techSlideControler .text-center .innerShadow {
  border: solid 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.techSlideControler.tns-nav-active .text-center .innerShadow {
  border: solid 2px rgba(0, 149, 218, 0.5);
  box-shadow: 0 0 10px rgba(0, 149, 218, 0.5);
}

.sub-item {
  opacity: 0;
}

.hs-accordion-group .sub-item {
  opacity: 0;
  transition: opacity 0.5s ease; /* Transition for smooth opacity change */
}
.showNav .sub-item {
  opacity: 1;
}
.showNav .hs-accordion-group .sub-item {
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
}

#searchSuggest li {
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  color: #00adf9;
}
#searchSuggest li:hover,
#searchSuggest li.is-active {
  background: #f3f4f6;
  color: #000;
}
#searchSuggest .match {
  font-weight: 700;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Delay each sub-item */
.showNav .hs-accordion-group .sub-item:nth-child(1) {
  animation-delay: 0.1s; /* Adjust the delay for each item */
}
.showNav .hs-accordion-group .sub-item:nth-child(2) {
  animation-delay: 0.2s;
}
.showNav .hs-accordion-group .sub-item:nth-child(3) {
  animation-delay: 0.3s;
}
.showNav .hs-accordion-group .sub-item:nth-child(4) {
  animation-delay: 0.4s;
}

.showNav .hs-accordion-group .sub-item:nth-child(5) {
  animation-delay: 0.5s;
}
.showNav .hs-accordion-group .sub-item:nth-child(6) {
  animation-delay: 0.6s;
}

.story-card {
  position: relative;
  cursor: pointer;
}

.story-card:hover {
}

.story-card a.absolute {
  /* invisible overlay link */
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.story-card .read-more-btn {
  margin-top: auto;
}

.wp-block-media-text {
  padding-top: 40px;
  padding-bottom: 40px;
}

section .wp-block-media-text {
  padding-top: 0px;
  padding-bottom: 0px;
}

.wp-block-media-text__media {
  margin-bottom: 20px !important;
}

.wp-block-columns {
  padding-top: 40px;
  padding-bottom: 40px;
}

.wp-block-heading {
  padding-top: 40px;
}
.bg-white .bg-secondary h2 {
  color: white;
}

.wp-block-columns {
  justify-content: center; /* centers flex children horizontally */
  align-items: center; /* centers flex children vertically (optional) */
}

/* remove default marker */
.faq-acc > summary::-webkit-details-marker {
  display: none;
}
.faq-acc > summary::marker {
  content: "";
}

/* switch + / - */
.faq-acc[open] .faq-acc__plus {
  display: none;
}
.faq-acc[open] .faq-acc__minus {
  display: inline;
}

/* subtle open state */
.faq-acc[open] .faq-acc__summary {
  background: #f9fafb;
}

#faqSuggest {
  background: #fff;
  color: #111; /* <-- black text */
}

#faqSuggest li {
  color: #111; /* <-- black text for each row */
}

#faqSuggest .match {
  color: #111; /* keep match readable */
  background: #fffae6;
}
.group[open] .group-open\:rotate-180 {
  color: black;
}
.group .group-open\:rotate-180 {
  color: black;
}

.sticky {
  top: 78px;
}

#form-target.banner-form {
  background-color: rgba(0, 0, 0, 0.5) !important;
  padding: 24px;
  border-radius: 0.75rem;
}
.form-title {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 32px 0;
  line-height: 1.2;
  font-style: italic;
  background: linear-gradient(to right, hsl(195 100% 44%), hsl(195 100% 60%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hs-form__row {
}
.hs-form__field__label {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #000;
}
.hs-form__field__label__required {
  margin-left: 2px;
  color: #000;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: black;
  background-color: white;
  border: 1px solid hsl(0 0% 18% / 0.5);
  border-radius: 8px;
  box-sizing: border-box;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  font-family: Inter, sans-serif;
}
.form-field textarea {
  resize: vertical;
  min-height: 80px;
  color: black !important;
  padding: 12px 14px;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: hsl(195 100% 44%);
  box-shadow: 0 0 0 3px hsl(195 100% 44% / 0.15);
}
.consent-text {
  font-size: 14px;
  line-height: 16px;
}

.hs-form__pagination-content-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hs-form__pagination-content-container > .hs-form__row {
  width: 100%;
}

.hs-form__pagination-content-container > .hs-form__row.half-field {
  width: calc(50% - 6px);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  width: 100%;
  height: 46px; /* lock height */
  padding-left: 12px !important; /* extra right padding for arrow */

  font-size: 16px;
  line-height: 22px;
  color: black !important;
  background-color: white;

  border: 1px solid hsl(0 0% 18% / 0.5);
  border-radius: 8px;
  box-sizing: border-box;

  font-family: Inter, sans-serif;

  background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20stroke=%22%23a3a3a3%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%3E%3Cpath%20d=%22M6%209%2012%2015%2018%209%22/%3E%3C/svg%3E");

  background-size: 18px;
  background-position: right 12px center;
  background-repeat: no-repeat;
}

.hp-field {
  display: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  height: 46px;
  color: black;
}

.hs-form__actions__submit {
  background: hsl(195 100% 44%);
  border: none;
  color: white !important;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 24px;
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.1s ease,
    box-shadow 0.2s ease;
  box-shadow: 0 0 20px hsl(195 100% 44% / 0.4);
}
.hs-form__actions__submit:hover {
  background: hsl(195 100% 50%);
  box-shadow: 0 0 30px hsl(195 100% 44% / 0.5);
}
.hs-form__actions__submit:active {
  transform: scale(0.98);
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 2px;
}
.checkbox-row input[type="checkbox"] {
  width: auto;
  margin-top: 4px;
}

.checkbox-row label {
  font-size: 14px;
  color: #00adf9;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 0;
}

.hs-form__alerts__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.hs-form__alerts__list-item--error {
  color: #f87171;
  font-weight: 400;
  font-size: 13px;
}
.hs-form__row.error input,
.hs-form__row.error select,
.hs-form__row.error textarea {
  border-color: #f87171 !important;
}

@media only screen and (max-width: 800px) {
  .container {
    width: calc(100% - 24px);
  }
  #form-target {
  }
  .form-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 700px) {
  .hs-form__row.half-field {
    width: 100%;
  }
}
input,
select,
textarea {
  padding: 12px 14px;
  line-height: 22px;
}
select {
  padding-right: 40px;
}
