@font-face {
  font-family: "HurmeGeometricSans3";
  src: url("../fonts/HurmeGeometricSans3/HurmeGeometricSans3-Regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HurmeGeometricSans3";
  src: url("../fonts/HurmeGeometricSans3/HurmeGeometricSans3-SemiBold.woff2")
    format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HurmeGeometricSans3";
  src: url("../fonts/HurmeGeometricSans3/HurmeGeometricSans3-Bold.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body.page-template-page-home-2025 #header {
  font-family: "HurmeGeometricSans3", sans-serif !important;
}

#homepage-2025 {
  font-family: "HurmeGeometricSans3", sans-serif !important;
  font-weight: 400;
}

#homepage-2025 section {
  height: auto;
}

.lets-talk {
  cursor: pointer;
}

/* Cover Section */
#hp25-cover {
  background-color: #fff7e7;
  padding-top: 80px;
  padding-bottom: 36px;
  height: fit-content;
}

.hp25-cover-container {
  display: flex;
  flex-direction: column;
}

.hp25-cover-content {
  min-width: 321px;
  /* max-width: 22.025rem; */
  width: 95%;
  margin: 2.25rem auto 0;
}

.hp25-cover-title h2 p,
.hp25-cover-title h1 p {
  font-size: 25px;
  font-weight: 600;
  color: #161c2d;
  line-height: 48px;
  letter-spacing: -1px;
}
.hp25-cover-title h2 p {
  white-space: nowrap;
}
.hp25-cover-title h1 p {
  font-size: 51px;
  line-height: 58px;
}

.hp25-cover-description p {
  max-width: 400px;
  margin-top: 31px;
  font-size: 16px;
  line-height: 27px;
  max-width: 95%;
  min-width: 320px;
}

.hp25-cta {
  margin-top: 32px;
}

.hp25-cta button {
  all: unset;
  position: relative;
  background-color: #ff4a64;
  width: auto;
  padding: 14px 36px 14px 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  vertical-align: center;
  border-radius: 4px;
}

.hp25-cta button::after {
    content: " ";
    position: absolute;
    right: 12px;
    top: calc(50% - 9px);
    width: 23.75px;
    height: 17px;
    background: url(../images/arrow-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#hp25-cover-lottie {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  min-height: 300px;
  aspect-ratio: 1 / 1;
}

@media screen and (max-width: 350px) {
  .hp25-cover-title h2 p {
    font-size: 23px;
  }
}
@media screen and (min-width: 540px) {
  .hp25-cover-title h1 p {
    max-width: 550px;
  }
  .hp25-cover-description p {
    font-size: 16px;
    margin-top: 10px;
    max-width: 475px;
  }
}

@media screen and (min-width: 640px) {
  .hp25-cover-content {
    min-width: auto;
    width: auto;
    margin: 36px 18px 0;
  }
}

@media screen and (min-width: 860px) {
  #homepage-2025 #hp25-cover {
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hp25-cover-container {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
  }
  #hp25-cover-lottie {
    width: 40%;
    min-height: 400px;
    min-width: 400px;
  }
}
@media screen and (min-width: 960px) {
  #homepage-2025 #hp25-cover {
    height: 90vh;
    max-height: 700px;
  }
  .hp25-cover-description p {
    font-size: 16px;
    margin-top: 10px;
  }
  #hp25-cover-lottie {
    margin: 0 0 0 auto;
    min-width: 500px;
  }
  #hp25-cover-lottie svg {
    max-width: 403px;
    margin-left: auto;
    display: block;
  }
}

@media screen and (min-width: 1140px) {
  #homepage-2025 #hp25-cover {
    height: 88vh;
    max-height: 900px;
  }
  #hp25-cover-lottie {
    margin: 0 0 0 auto;
  }

  .hp25-cover-title h1 p {
    font-size: 48px;
    line-height: 65px;
    letter-spacing: -2px;
  }
  .hp25-cover-container {
    justify-content: space-between;
  }
}
/* Partner Logos Section / Widget */
#partner-logos-widget {
  margin: 24px 0;
}
#partner-logos-widget li img {
  filter: none;
}
#partners-logos-widget {
  overflow: hidden;
  position: relative;
  height: 110px !important;
  background: #fff;
  display: flex;
  background: #fff;
}

#partners-logos-list {
  display: flex;
  width: max-content;
  animation: scroll-left-actual linear infinite;
  animation-duration: var(--scroll-duration, 30s);
}

#partners-logos-list li {
  padding: 5px 1rem;
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

#partners-logos-list img {
  display: block;
  width: auto;
  opacity: 0.9;
  /* filter: grayscale(100%); */
  transition: filter 0.3s ease, opacity 0.3s ease;
  min-width: 80px;
  max-width: 140px;
  max-height: 33px;
}

#partners-logos-list li:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* Textual Sections */
#hp25-txt-1,
#hp25-txt-2 {
  margin: 56px 0;
  width: 100%;
  text-align: center;
}

#hp25-txt-1 h2,
#hp25-txt-2 h2 {
  margin: 0 auto;
  color: #000;
  font-size: 39px;
  font-weight: 600;
  line-height: 44px;
}
#hp25-txt-2 h2 {
  max-width: 330px;
}
#hp25-txt-1 .desc,
#hp25-txt-2 .desc {
  color: rgba(0, 0, 0, 0.55);
  font-size: 16px;
  line-height: 27px;
  width: 91%;
  margin: 40px auto;
  min-width: 331px;
  max-width: 490px;
}

@media screen and (min-width: 530px) {
  #hp25-txt-2 h2 {
    max-width: 580px;
  }
}
@media screen and (min-width: 640px) {
  #hp25-txt-1 .desc,
  #hp25-txt-2 .desc {
    max-width: 728px;
  }
}

@media screen and (min-width: 960px) {
  #hp25-txt-1 .desc {
    max-width: 875px;
  }
  #hp25-txt-2 .desc {
    max-width: 688px;
  }
}

/* Partners * Publishers Sections */

#hp25-cfw {
  padding: 51px 0;
  width: 100%;
  background-color: #000;
  background-image: url("../images/hp-compare-mob.svg");
  background-size: 100% 200%;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}
#hp25-pub {
  padding: 51px 0;
  width: 100%;
  background-color: #fff7e7;
  color: #000;
}

.hp25-cfw-content,
.hp25-pub-content {
  text-align: left;
  width: 96%;
  margin: 0 auto 20px;
}

#hp25-cfw h5,
#hp25-pub h5 {
  font-size: 14px;
  line-height: 27px;
  text-transform: uppercase;
}

#hp25-cfw h2,
#hp25-pub h2 {
  margin: 1rem auto 1rem 0;
  width: 306px;
  font-size: 39px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;  
}

#hp25-cfw .cfw-desc,
#hp25-pub .pub-desc {
  max-width: 800px;
  margin: 1.2rem auto 1.4rem 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;  
}

#hp25-pub .pub-desc p {
    margin-bottom: 16px;
}

#hp25-cfw .cfw-images .cfw_image_mobile,
#hp25-pub .pub-images .pub_image_mobile {
  display: block;
  width: 100%;
}
#hp25-cfw .cfw-images .cfw_image_desktop,
#hp25-pub .pub-images .pub_image_desktop {
  display: none;
}

@media screen and (min-width: 640px) {
  #hp25-cfw {
    background-color: #000;
    background-image: url("../images/hp-compare-desk.svg");
    background-size: cover, cover;
    background-position: left, center;
    background-repeat: no-repeat, no-repeat;
  }
  .hp25-cfw-cotainer,
  .hp25-pub-cotainer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
  }
  .hp25-pub-cotainer {
    align-items: start;
  }
  #hp25-cfw .hp25-cfw-content {
    max-width: 340px;
    margin-left: 5%;
  }
  #hp25-pub .hp25-pub-content {
    max-width: 360px;
    margin-left: 5%;
  }
  #hp25-cfw .cfw-images,
  #hp25-pub .pub-images {
    max-width: 50%;
  }
  #hp25-cfw .cfw-images .cfw_image_mobile,
  #hp25-pub .pub-images .pub_image_mobile {
    display: none;
  }
  #hp25-cfw .cfw-images .cfw_image_desktop,
  #hp25-pub .pub-images .pub_image_desktop {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 1000px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 960px) {
  #hp25-cfw,
  #hp25-pub {
    padding: 88px 0;
    background-position: center, center;
  }
  .hp25-cfw-cotainer,
  .hp25-pub-cotainer {
    align-items: start;
  }
  .hp25-pub-cotainer {
    flex-direction: row;
  }
  #hp25-pub h2 {
    width: 360px;
  }
  #hp25-cfw .hp25-cfw-content {
    max-width: 355px;
  }

  #hp25-cfw .cfw-desc,
  #hp25-pub .pub-desc {
    min-width: unset;
  }
  #hp25-cfw .cfw-images,
  #hp25-pub .pub-images {
    width: 50%;
  }
  #hp25-cfw .cfw-images .cfw_image_desktop {
    max-width: 580px;
  }
  #hp25-pub .pub-images .pub_image_desktop {
    max-width: 800px;
    width: 113%;
    margin-left: -22%;
  }
}

/* Statistics 25 */
#hp25-statistics {
  margin: 80px auto;
}
.statistics-25 .statistics-counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.statistics-25 .statistics-item-wrapper {
  text-align: center;
  min-width: 100px;
}

.statistics-25 .statistics-item {
  display: flex;
  justify-content: center;
  color: #ff4a64;
  text-align: center;
  font-size: 52px;
  font-weight: 600;
  line-height: 89px;
  letter-spacing: -2.64px;
  text-transform: uppercase;
  width: 100%;
}

.statistics-25 .statistics-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  color: #2d2d2d;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
}

@media screen and (min-width: 960px) {
  .statistics-25 .statistics-counter {
    flex-direction: row;
    gap: 35px;
  }
  .statistics-25 .statistics-item-wrapper {
    min-width: 140px;
  }
}
@media screen and (min-width: 1140px) {
  .statistics-25 .statistics-counter {
    gap: 60px;
  }
}
/* Testimonial 25 */
#hp25-testimonials {
  padding: 30px 0 60px;
  background: #fffcf5;
}

#hp25-testimonials h3 {
  margin: 0 auto;
  color: #000;
  font-size: 39px;
  font-weight: 600;
  line-height: 44px;
  margin: 40px auto;
  text-align: center;
  max-width: 400px;
}

.testimonials-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.testimonials-track {
  display: flex;
  width: max-content;
  will-change: transform;
  /* Remove animation properties as JS will handle movement */
}
#hp25-testimonials .testimonial-item {
  width: 308px;
  height: 324px;
  padding: 48px 24px 16px;
  background: #fff;
  margin-right: 16px;
}

.testimonial-logo {
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 15px;
}

.testimonial-logo img {
  width: auto;
  max-width: 100%;
  max-height: 40px;
}

.testimonial-item {
  position: relative;
}

.testimonial-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  height: 200px;
}

.testimonial-qoute {
  color: #707070;
  font-size: 14.875px;
  font-weight: 400;
  line-height: 19px;
}
.testimonial-author {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 5px;
  margin-top: 10px;
}
.testimonial-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
.testimonial-position {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
.testimonial-na-splitter {
  display: none;
}

.testimonial-item:before {
  content: "";
  background: url(../images/quote.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  background-size: 25px 18px;
  position: absolute;
  width: 50px;
  height: 22px;
  top: 15px;
  left: 16px;
}

@media screen and (min-width: 800px) {
  #hp25-testimonials h3 {
    max-width: unset;
  }
  .testimonials-container {
    padding-bottom: 40px;
  }
  #hp25-testimonials .testimonial-item {
    width: 460px;
    height: 259px;
    padding: 24px 48px;
    margin-right: 30px;
  }
  .testimonial-item:before {
    content: "";
    background: url(../images/quote.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    background-size: 25px 18px;
    position: absolute;
    width: 50px;
    height: 22px;
    top: 24px;
    left: 0;
  }
  .testimonial-content {
    height: 160px;
  }
  .testimonial-author {
    flex-direction: row;
    align-items: center;
    gap: unset;
    margin-top: 10px;
    white-space: nowrap;
  }
  .testimonial-na-splitter {
    display: block;
    margin: 0 10px;
  }
}

/* Contact Form */
#hp25-contact {
  padding: 60px 0;
  background: #272727;
}

.hp25-contact-container {
  display: flex;
  flex-direction: column;
  max-width: 1118px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 60px;
  position: relative; /* Added for overlay positioning */
  color: #fff;
}

.hp25-contact-content {
  text-align: center;
}

.hp25-contact-title h2 {
  margin: 0 auto 24px;
  max-width: 330px;
  font-size: 42px;
  font-weight: 600;
  line-height: 44.1px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.hp25-contact-description p {
  font-size: 16px;
  line-height: 27px;
  max-width: 300px;
  margin: 0 auto;
}

.hp25-contact-form-wrapper {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.hp25-contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  max-width: 360px;
  margin: 0 auto;
}

.hp25-form-input {
  position: relative;
  width: 100%;
  margin-bottom: 8px; /* Extra space for error messages */
}

.hp25-contact-form .hp25-input {
  width: 100%;
  padding: 20px 20px 12px;
  font-size: 16px;
  line-height: normal;
  color: #161c2d;
  background: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  transition: border-color 0.2s ease;
  font-family: "HurmeGeometricSans3", sans-serif;
}

.hp25-contact-form .hp25-input:focus {
  outline: none;
  border-color: #106197;
  border-radius: 8px;
}

.hp25-floating-label {
  position: absolute;
  pointer-events: none;
  font-size: 16px;
  font-weight: 400;
  left: 20px;
  top: 16px;
  transition: 0.2s ease all;
  color: rgba(0, 0, 0, 0.55);
  font-family: "HurmeGeometricSans3", sans-serif;
}

.hp25-contact-form .hp25-input:focus ~ .hp25-floating-label,
.hp25-contact-form .hp25-input:not(:focus):valid ~ .hp25-floating-label,
.hp25-contact-form .hp25-input:not(:placeholder-shown) ~ .hp25-floating-label {
  top: 2px;
  left: 16px;
  font-size: 12px;
  padding: 0 8px;
  color: #191919;
}

.hp25-contact-form .hp25-cta {
  margin-top: 16px;
  min-width: 200px;
}

.hp25-contact-form .hp25-cta button {
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  max-width: 100%;
  border-radius: 8px;
}
.hp25-contact-form .hp25-cta button::after {
     content: unset;
     display: none;
}

.hp25-contact-form .hp25-cta button span{
  position: relative;
}
.hp25-contact-form .hp25-cta button span::after {
    content: " ";
    position: absolute;
    right: -23px;
    top: calc(50% - 10px);
    width: 23.75px;
    height: 17px;
    background: url(../images/arrow-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.hp25-contact-form .hp25-cta button.loading span::after {
    display: none;
}

/* Success and Error Overlays */
.hp25-form-done,
.hp25-form-error {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
  padding: 40px 20px;
  visibility: hidden;
  opacity: 0;
  color: #fff;
  border-radius: 8px;
  transition: visibility 0.5s linear, opacity 0.5s linear;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #000 0%,
    rgba(39, 39, 39, 0.76) 100%
  );
  backdrop-filter: blur(30px);
}
.hp25-form-done .contact-form-done,
.hp25-form-error .contact-form-error {
  display: flex;
  flex-shrink: 0;
  margin-bottom: 20px;
  width: 37.6px;
  height: 37.6px;
  background-size: cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
}
.hp25-form-done .contact-form-done {
  background-image: url("../images/contact-form-done.svg");
}
.hp25-form-error .contact-form-error {
  background-image: url("../images/contact-form-error.svg");
}

.hp25-form-done.show,
.hp25-form-error.show {
  visibility: visible;
  opacity: 1;
}

.hp25-form-done h2,
.hp25-form-error h2 {
  color: #fff;
  font-family: "HurmeGeometricSans3", sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  max-width: 665px;
}
.hp25-form-error h2 {
  font-size: 36px;
  line-height: 42px;
}

.hp25-form-done p,
.hp25-form-error p {
  color: #fff;
  font-size: 24px;
  line-height: 29px;
  margin: 0.5rem 0;
  font-family: "HurmeGeometricSans3", sans-serif;
  text-transform: none;
}

@media screen and (max-width: 440px) {
  .hp25-form-done h2,
  .hp25-form-error h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .hp25-form-done p,
  .hp25-form-error p {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Responsive Design */
@media screen and (min-width: 768px) {
  .hp25-contact-container {
    flex-direction: row;
    align-items: flex-start;
    gap: 80px;
  }

  .hp25-contact-content {
    flex: 1;
    text-align: left;
    max-width: 500px;
  }

  .hp25-contact-title h2 {
    text-align: left;
    margin: 0 0 24px 0;
    max-width: 501px;
  }

  .hp25-contact-description p {
    text-align: left;
    margin: 0;
    max-width: 441px;
  }

  .hp25-contact-form-wrapper {
    flex: 1;
    max-width: 400px;
  }

  .hp25-contact-form .hp25-cta button {
    padding: 14px 32px;
  }
}

@media screen and (min-width: 960px) {
  .hp25-contact-title h2 {
    font-size: 42px;
    line-height: 48px;
  }

  .hp25-contact-description p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1040px) {
  .hp25-contact-container {
    flex-direction: column;
    gap: 30px;
  }

  .hp25-contact-content {
    max-width: 100%;
    display: flex;
    gap: 100px;
  }
  .hp25-contact-form-wrapper {
    max-width: none;
  }
  .hp25-contact-form {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .hp25-form-input,
  .hp25-contact-form .hp25-cta {
    margin-bottom: 0;
    margin-top: 0;
  }
}
/* Form States */
.hp25-contact-form .hp25-input:invalid {
  border-radius: 8px;
}

.hp25-contact-form .hp25-input:invalid ~ .hp25-floating-label {
  color: #191919;
}

/* Hover States */
.hp25-contact-form .hp25-input:hover {
  border-color: #106197;
}

/* Focus States */
.hp25-contact-form .hp25-input:focus {
  box-shadow: 0 0 0 2px rgba(255, 74, 100, 0.1);
}

/* Form Error Styling */
.hp25-field-error {
  position: absolute;
  bottom: -8px;
  left: 0;
  background: #fff;
  border: 1px solid #ff4a64;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 12px;
  color: #ff4a64;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(255, 74, 100, 0.15);
}

.hp25-field-error::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 16px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #ff4a64;
}

.hp25-error-detail {
  font-style: italic;
  opacity: 0.8;
}

.hp25-contact-form .hp25-input.error {
  border-color: #ff4a64 !important;
  box-shadow: 0 0 0 2px rgba(255, 74, 100, 0.1);
}
.hp25-contact-form button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: #ccc;
}

/* Ni verticals */
#homepage-2025 #hp25-verticals {
  background: #fffcf5;
  padding: 54px 0;
}

#homepage-2025 #hp25-verticals h5 {
  font-size: 14px;
  font-weight: 700;
  color: #f64b4b;
  letter-spacing: 1.625px;
  text-transform: uppercase;
  text-align: center;
}
#homepage-2025 #hp25-verticals .verticals {
  position: relative;
  margin: 0 auto;
  max-width: 95vw;
}

@media screen and (min-width: 1300px) {
  #homepage-2025 #hp25-verticals .verticals {
    width: 1300px;
  }
}

#hp25-verticals .verticals-list {
  padding: 36px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#hp25-verticals .verticals-list.open {
  flex-direction: column;
}

#hp25-verticals .verticals-list .vertical {
  text-align: center;
  flex-direction: row;
  width: 300px;
  position: relative;
  padding: 40px 0;
  margin: 0 auto;
}

#hp25-verticals .vertical:before {
  content: " ";
  position: absolute;
  height: 1px;
  width: 71px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(
    65.24deg,
    #f7941d 31.57%,
    #ff0000 66.32%,
    #ed1163 101.06%
  );
  transition: all 0.3s;
}

#hp25-verticals .vertical:last-child::before {
  display: none;
}

#hp25-verticals .verticals-list.open .vertical:before {
  height: 1px;
  width: 100%;
  bottom: 2px;
}
#hp25-verticals .verticals-list.open .vertical:last-child:before {
  content: none;
}

#hp25-verticals .verticals-list .vertical .verticals-list {
  display: none;
  width: auto;
  text-align: center;
}
#hp25-verticals .verticals-list.open .vertical .verticals-list {
  display: block;
}

#hp25-verticals .verticals-list .cover-text {
  font-size: 27px;
  line-height: 38px;
  width: 75%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hp25-verticals .verticals-list.open .cover-text {
  margin-bottom: 20px;
}
.verticals-list .vertical .cover-text .vertical-name {
  /* width: 80%; */
  padding-right: 0;
}
.verticals-list .vertical .verticals-list {
  display: block;
  width: 300px;
  height: auto;
  margin: 0 0 0 10px;
  font-size: 18px;
  letter-spacing: 0.7px;
  line-height: 40px;
  white-space: nowrap;
}
.verticals-list .vertical .verticals-list a,
.verticals-list .vertical .verticals-list div {
  margin: 0.2rem 0;
}

.verticals-list .vertical .verticals-list a:hover {
  font-weight: 500;
  color: #000;
  opacity: 1;
}
.verticals-list .vertical .verticals-list:last-child {
  margin-bottom: none;
}
.gradient-btn,
.gradient-btn-invert {
  height: 38px;
  font-size: 15px;
  line-height: 38px;
  padding: 0 48px;
}
#hp25-verticals .show-more-wrapper {
  font-size: 16px;
  font-weight: 400;
}
#hp25-verticals #show-more-btn {
  position: relative;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  margin: auto;
  display: block;
}
button#show-more-btn:before {
  content: "";
  background: url("../images/arrow-slick.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 35px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -1.5rem;
  filter: invert(1);
  transform: rotate(270deg);
}
button#show-more-btn.show-less:before {
  bottom: 1.5rem;
  transform: rotate(90deg);
}
.verticals-list .vertical .cover-text:after {
  content: none;
}

@media screen and (min-width: 840px) {
  #hp25-verticals .verticals-list {
    flex-direction: row;
  }
  #hp25-verticals .verticals-list .vertical {
    width: fit-content;
    min-width: 240px;
    padding: 0;
    margin: 40px auto;
  }
  #hp25-verticals .verticals-list.open .vertical {
    width: 100%;
    display: flex;
    gap: 40px;
  }
  #hp25-verticals .verticals-list.open .vertical .verticals-list {
    display: block;
    text-align: left;
    width: 20%;
  }
  .verticals-list .vertical .cover-text .vertical-name {
    text-align: left;
  }
  #hp25-verticals .verticals-list.open .cover-text {
    justify-content: start;
    align-items: start;
    margin-top: 45px;
  }
  #hp25-verticals .verticals-list.open .vertical:before {
    display: none;
  }
  #hp25-verticals .verticals-list .cover-text {
    width: 33%;
    min-width: 200px;
    max-width: 300px;
  }
  #hp25-verticals .vertical:before {
    content: " ";
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0;
    left: unset;
    background: linear-gradient(
      65.24deg,
      #f7941d 31.57%,
      #ff0000 66.32%,
      #ed1163 101.06%
    );
  }
}

body.page-template-page-home-2025 footer#footer:before {
  display: none !important;
}
