html {
  font-size: 14px !important;
  scroll-behavior: smooth;
}

body {
  font-family: "Raleway", sans-serif;
}

h1,
h2 {
  font-family: "Raleway", sans-serif;
  color: #00a9b0;
}

.ui.top.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  margin: 0;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  background: #fff;
  position: relative;
  z-index: 1000;
  box-shadow: 0px 3px 6px lightgray;
  padding: 0 10px;
}

.logo-container {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.top-logo-image {
  height: 45px;
  width: auto;
}

.logo-text {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
}

.right.menu {
  display: flex;
  align-items: center;
}

.nav-items-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.menu-item {
  font-family: "Raleway", sans-serif;
  display: inline-flex;
  align-items: center;
  font-weight: 600 !important;
  color: #484848 !important;
  padding: 0.5rem 1rem !important;
  border-radius: 8px;
  transition: background-color 0.3s, color 0.3s;
}

.menu-item:hover {
  background-color: #f0f8ff;
  color: #1b5f63 !important;
}

#demo-btn,
#login {
  padding: 10px 22px;
  border-radius: 20px;
  margin: 0 0.5rem;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

#login {
  background-color: #1b5f63;
  color: #ffffff !important;
  border: 1px solid #1b5f63;
  margin-left: 0;
}

#demo-btn {
  text-transform: uppercase;
  background-color: transparent;
  color: #1b5f63 !important;
  border: 1px solid #1b5f63;
}

#login:hover {
  background-color: #195558;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#demo-btn:hover {
  background-color: #1b5f63;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.languages-container {
  position: relative;
  background: none;
  border-bottom-left-radius: 0;
  right: auto;
}

.nav-toggle {
  display: none;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  z-index: 1001;
}

.hamburger {
  display: block;
  position: relative;
  width: 24px;
  height: 2px;
  background: #333;
  transition: all 0.3s ease-in-out;
}

.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: #333;
  transition: all 0.3s ease-in-out;
}

.hamburger::before {
  top: -8px;
}

.hamburger::after {
  bottom: -8px;
}

.splash-bg {
  width: 100%;
  height: 100vh;
  background: white;
  text-align: center;
}

.splash-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 25vh;
  opacity: 0.4;
}

.temp-splash {
  font-size: 4rem;
}

.lds-ripple {
  margin-top: calc(25vh / 2 - 94px / 2);
  margin-left: 8px;
  display: inline-block;
  position: relative;
  width: 94px;
  height: 94px;
}

.lds-ripple div {
  position: absolute;
  border: 5px solid #005961;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1.25s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 47px;
    left: 47px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: -1px;
    left: -1px;
    width: 87px;
    height: 87px;
    opacity: 0.2;
  }
}

.loginButton {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00a9b0;
  border-radius: 10px;
  margin-top: -80px;
  margin-bottom: 20px;
}

.login-arrow-icon {
  height: 35px;
  width: auto;
  margin-right: 25px;
}

main {
  display: flex;
  flex: 1;
}

ul li {
  height: 50px;
  text-align: left;
  align-items: center;
  margin-top: 50px;
}

.webshop-page {
  overflow-x: hidden;
  font-size: 20px !important;
  border-radius: 20px;
  color: #6b7c93;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.section-title {
  display: flex;
  align-items: center;
  text-align: center;
  color: #2c3e50;
  /* text-transform: uppercase; */
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-top: 50px !important;
  margin-bottom: 0px !important;
  padding: 0px !important;
}

.section-title::before,
.section-title::after {
  content: "";
  flex: 1;
  height: 2px;
}

.section-title::before {
  background-color: #dce4e8;
  margin-right: 20px;
  /* background: linear-gradient(to right, transparent, #dce4e8); */
}

.section-title::after {
  background-color: #dce4e8;
  margin-left: 20px;
  /* background: linear-gradient(to left, transparent, #dce4e8); */
}

.divider-tiles-container {
  margin-left: calc(50% - 60px);
  width: 120px;
  height: 4px;
  margin-bottom: 20px;
  background: ligthgray;
}

.features-container {
  max-width: 1300px;
  margin: 0 auto;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.feature-card {
  border: solid 2px #1b5f63;
  background: #ffffff;
  text-align: center;
  padding: 35px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.15);
  flex: 1 1 350px;
  max-width: 450px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);

  .card-bg-logo {
    width: 180px;
    height: 180px;
    transition: width 0.3s ease, height 0.3s ease;
  }
}

.feature-card > *:not(.card-bg-logo) {
  position: relative;
  z-index: 2;
}

.card-icon {
  height: 50px;
  margin-bottom: 10px;
  /* filter: brightness(0) invert(1); */
}

.card-title {
  padding: 0px 20px;
  font-size: 25px;
  font-weight: 600;
  color: #333;
  margin: 0 0 10px 0;
}

.card-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #7a7a7a;
  margin: 0 0 10px 0;
}

.card-divider {
  width: 80px;
  height: 3px;
  background-color: #1b5f63;
  margin: 10px auto 20px auto;
  border-radius: 2px;
}

.card-text {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}

.card-bg-logo {
  position: absolute;
  top: 13%;
  width: 170px;
  height: 170px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  opacity: 1;
  z-index: 1;
}

.card-bg-logo.logo-left-1 {
  background-image: url("../assets/images/arrow-right-light-green.svg");
  left: -40px;
}

.card-bg-logo.logo-left-2 {
  background-image: url("../assets/images/arrow-right-gray.svg");
  left: -40px;
}

.card-bg-logo.logo-left-3 {
  background-image: url("../assets/images/arrow-right-dark-green.svg");
  left: -40px;
}

.webshop-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  width: 100%;
  position: relative;
  margin-top: -80px;
}

.timeportal-header {
  margin-bottom: 120px;
}

.phone-logos {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 10px auto;
}

.phone-logo {
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 100%;
  vertical-align: top;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.first-phone {
  position: relative;
  width: 200px;
  height: 350px;
}

.first-phone .phone-logo-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  animation: phoneFadeAnimation 8s infinite;
}

.first-phone .phone-logo-image:first-child {
  animation-delay: 0s;
}

.first-phone .phone-logo-image:nth-child(2) {
  animation-delay: 4s;
}

.slideshow-container {
  position: relative;
  min-height: 350px;
  width: auto;
  aspect-ratio: 2.04/1;
  margin-left: 30px;
}

.desktop-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  animation: desktopFadeAnimation 12s infinite;
}

.image-1 {
  background-image: url("../assets/images/desktop_1.webp");
  animation-delay: 0s;
}

.image-2 {
  background-image: url("../assets/images/desktop_2.webp");
  animation-delay: 4s;
}

.image-3 {
  background-image: url("../assets/images/desktop_3.webp");
  animation-delay: 8s;
}

@keyframes desktopFadeAnimation {
  0% {
    opacity: 0;
  }
  11.11% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  44.44% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes phoneFadeAnimation {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  62.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.darken-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

.happy-line {
  position: absolute;
  bottom: -3px;
  width: 101%;
  fill: #f4f7f9 !important;
}

.greeting-text-container {
  position: relative;
  height: 300px;
  text-shadow: -1px 1px 5px black, 1px -1px 5px black;
}

.greeting {
  padding: 120px 10px 0 10px;
  text-align: center;
  color: #e1e1e1 !important;
  letter-spacing: 1px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  width: 1100px;
  max-width: 70%;
  margin: auto;
  font-size: calc(20px + 1.3vw);
  line-height: 1.2;
}

.greetings-span {
  font-weight: 600;
  font-size: 3rem;
  text-transform: uppercase;
  color: white;
}

.trial-row {
  background: #f4f7f9;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trial-text {
  text-align: center;
  margin-top: 10px;
}

.button {
  border: 3px solid #00a9b0;
  border-radius: 24px;
  font-family: "Raleway", sans-serif !important;
  font-weight: 400 !important;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 12px !important;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.primary {
  background-color: #1b5f63 !important;
}

.primary:hover {
  background-color: #195558 !important;
}

.primary:active {
  background-color: #195558 !important;
}

.primary:disabled {
  background-color: rgba(#00a9b0, 0.5) !important;
}

.section-content {
  text-align: center;
  background: #f4f7f9;
  padding: 0px 10px;
}

.section-title {
  padding-top: 20px;
  margin-bottom: 15px;
  width: 100%;
}

.section-content-text {
  max-width: 900px;
  margin: auto;
}

.hidden-description {
  display: none;
}

.footer-container {
  background-color: #22252a;
  color: #a9b3c1;
  padding: 30px 20px;
  position: relative;
  font-size: 0.95rem;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section {
  flex: 1;
  min-width: 250px;
  margin: 15px;
}

.footer-logo {
  background: #f4f7f9;
  border-radius: 10px;
  max-height: 40px;
  margin-bottom: 10px;
}

.footer-heading {
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 1.1rem;
  font-weight: 600;
}

.footer-section p {
  line-height: 1.5;
  margin-bottom: 8px;
  width: 200px;
}

.footer-section a {
  color: #a9b3c1;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.footer-section a:hover {
  color: #ffffff;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 6px;
  margin-top: 0px;
  height: auto;
  cursor: pointer;
}

.social-icons {
  margin-top: 15px;
}

.social-icons .social-icon {
  font-size: 1.4rem;
  margin-right: 15px;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #3a3f47;
  padding-top: 25px;
  margin-top: 15px;
  position: relative;
}

.return-to-top {
  position: absolute;
  right: 15px;
  bottom: 12px;
  font-size: 2.2rem;
  color: #a9b3c1;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}

.return-to-top:hover {
  color: #ffffff;
}

@media (max-width: 768px) {
  .webshop-header {
    height: 520px;
  }

  .phone-logos {
    text-align: center;
    max-width: 100%;
    margin: 0px auto 10px auto;
  }

  .demo-panels-wrapper {
    flex-direction: column;
    align-items: center !important;
  }

  .demo-panel {
    width: 100%;
    max-width: 450px;
  }

  .timeportal-header {
    margin-bottom: 110px;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-section {
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  .footer-section ul {
    display: flex;
    margin-top: 0;
    margin-bottom: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .stats-container {
    grid-template-columns: 1fr !important;
    gap: 0px !important;
  }

  .stats-ribbon {
    max-width: 450px !important;
  }
}

@media (max-width: 10200px) {
  .webshop-header {
    background-image: url("../assets/images/teherkapu_stock_photo.jpg");
  }

  .phone-logo-image {
    display: block;
    height: 400px;
  }

  .login-row {
    text-align: center;
    background: #f4f7f9;
    padding: 0 10px 0 10px;
  }

  .button {
    width: 425px;
    height: 100px;
    min-width: 350px;
    font-size: 40px !important;
    margin-bottom: 15px;
    border-radius: 30px !important;
  }
}

@media (max-width: 1520px) {
  .trial-row {
    background: #f4f7f9;
    padding: 0 10px 0 10px;
  }

  .button {
    margin-bottom: 15px;
    height: 65px;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    font-size: 24px !important;
  }
}

@media (max-width: 1200px) {
  .webshop-header {
    background-image: url("../assets/images/teherkapu_stock_photo_mini.jpg");
  }

  .first-phone {
    display: none !important;
  }

  .desktop-image {
    display: block !important;
  }

  .slideshow-container {
    width: 90%;
    max-width: 600px;
    min-height: auto;
    height: auto;
    aspect-ratio: 2.04/1;
    margin-left: 0px;
  }

  .phone-logos {
    display: flex;
    justify-content: center;
  }

  .phone-logo-image {
    display: block !important;
    height: 100% !important;
  }

  .trial-row {
    background: #f4f7f9;
    padding: 0 10px 0 10px;
  }

  .button {
    height: 65px;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    margin-bottom: 15px;
  }

  .greeting {
    max-width: 100%;
  }
}

.logo-scroller-container {
  max-width: 100%;
  overflow-x: hidden;
}

.logo-scroller {
  display: flex;
  width: max-content;
}

.logo-scroller__inner {
  display: flex;
  gap: 2rem;
  animation: scroll 20s linear infinite;
}

.logo-scroller img {
  height: 200px;
  width: auto;
}

@keyframes scroll {
  to {
    transform: translateX(-50%);
  }
}

.language-selector {
  display: flex;
  align-items: center;
  gap: 2px;
  background-color: white;
  color: #484848 !important;
  font-weight: 600;
  border: 1px solid #1b5f63 !important;
  padding: 7px 10px;
  border-radius: 16px;
  outline: none !important;
}

.language-selector:hover {
  background-color: #1b5f63 !important;
  color: white !important;
}

.language-item {
  padding-right: 10px;
  padding-left: 10px;
  cursor: pointer;
  color: black;
}

.dropdown-menu.show {
  margin: 0px;
  padding: 0px;
  min-width: 86px;
  border: 1px solid #bfbfbf;
  border-radius: 16px;
  margin-top: -2px !important;
}

.dropdown-item {
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: inherit !important;
  color: black !important;
  outline: none !important;
}

.dropdown-item:hover {
  background-color: #ececec !important;
}

.flag-icon {
  border: solid 1px lightgray;
  width: 20px;
  height: 15px;
  margin-right: 5px;
}

.language-list-item {
  margin: 0px;
  padding: 0px;
  height: 40px;
}

.language-item:hover {
  color: #00a9b0 !important;
  transition: 0.5s ease-out;
}

.language-item:not(:last-child) {
  border-right: 1px solid #00a9b0;
}

.ui.menu .right.menu > .item::before {
  right: 0;
  left: unset;
}

.main-content-container {
  background: #f4f7f9 !important;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 10px;
  min-height: calc(100vh - 60px);
}

.lang-content {
  display: none;
}

.splash-bg {
  width: 100%;
  height: 100vh;
  background: white;
  text-align: center;
  position: fixed;
}

.splash-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 25vh;
  opacity: 0.4;
}

.temp-splash {
  font-size: 4rem;
}

.lds-ripple {
  margin-top: calc(25vh / 2 - 94px / 2);
  margin-left: 8px;
  display: inline-block;
  position: relative;
  width: 94px;
  height: 94px;
}

.lds-ripple div {
  position: absolute;
  border: 5px solid #00a9b0;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1.25s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

.nav-toggle {
  display: none;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0.5rem;
  z-index: 1001;
}

.hamburger {
  display: block;
  position: relative;
  width: 24px;
  height: 2px;
  background: #333;
  transition: background-color 0.1s 0.2s ease-in-out;
}

.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out, bottom 0.2s ease-in-out;
}

.hamburger::before {
  top: -8px;
}

.hamburger::after {
  bottom: -8px;
}

@media (max-width: 992px) {
  .nav-toggle {
    display: block;
  }

  .nav-items-wrapper {
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    background-color: #ffffff;
    flex-direction: column;
    align-items: stretch;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s;
  }

  .right.menu.nav-active .nav-items-wrapper {
    display: flex;
    visibility: visible;
    opacity: 1;
  }

  .right.menu.nav-active .menu-item {
    display: flex !important;
    justify-content: center;
  }

  .right.menu.nav-active .hamburger {
    background-color: transparent;
    transition: background-color 0.1s ease-in-out;
  }

  .right.menu.nav-active .hamburger::before {
    transform: rotate(45deg);
    top: 0;
  }

  .right.menu.nav-active .hamburger::after {
    transform: rotate(-45deg);
    bottom: 0;
  }

  .item {
    border-right: none !important;
  }

  .nav-items-wrapper .item,
  .nav-items-wrapper #demo-btn,
  .nav-items-wrapper #login {
    width: calc(100% - 20px);
    margin: 0px 10px;
    padding: 1rem !important;
    border-radius: 18px;
    border: solid 1px #bfbfbf;
  }

  .nav-items-wrapper .languages-container {
    margin: 0px 10px;
    padding: 0 !important;
    justify-content: center;
    border-bottom: none;
  }

  .nav-toggle {
    display: block;
  }

  .nav-items-wrapper {
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    background-color: #ffffff;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 1rem 0;
  }

  .right.menu.nav-active .nav-items-wrapper {
    display: flex;
  }

  .menu-item,
  #demo-btn,
  #login,
  .languages-container {
    width: 100%;
    margin: 0;
    padding: 1rem !important;
    border-radius: 0;
    border-bottom: 1px solid #f0f0f0;
  }

  #demo-btn,
  #login {
    margin: 0.5rem 0;
  }

  .languages-container {
    display: flex;
    justify-content: center;
  }

  .right.menu.nav-active .hamburger {
    background: transparent;
  }

  .right.menu.nav-active .hamburger::before {
    transform: rotate(45deg);
    top: 0;
  }

  .right.menu.nav-active .hamburger::after {
    transform: rotate(-45deg);
    bottom: 0;
  }
}

#nav-toggle:focus {
  outline: none;
}

.demo-panels-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 50px;
  max-width: 1300px;
  margin: 0 auto;
}

.demo-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #34495e;
  padding: 30px;
  border-radius: 12px;
  color: #ecf0f1;
  flex: 1;
  min-width: 300px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}

.panel-title {
  color: #ffffff;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 10px;
}

.panel-subtitle {
  text-align: center;
  font-size: 0.9rem;
  color: #bdc3c7;
  margin-bottom: 25px;
  line-height: 1.4;
}

.callback-form {
  width: 100% !important;
}

.callback-form .form-group {
  margin-bottom: 15px;
}

.callback-form input {
  width: 100%;
  padding: 12px;
  margin: 0px;
  border: 1px solid #7f8c8d;
  background-color: #2c3e50;
  border-radius: 5px;
  color: #ecf0f1;
  font-size: 1rem;
  box-sizing: border-box;
}

.callback-form input::placeholder {
  color: #95a5a6;
}

.callback-form input:focus {
  outline: none;
  border-color: #3498db;
}

.form-button {
  font-weight: 900 !important;
  margin: 30px 10px 0px 10px !important;
  height: 60px !important;
  width: calc(100% - 20px) !important;
  min-width: calc(100% - 20px) !important;
  max-width: calc(100% - 20px) !important;
  font-size: 20px !important;
}

.form-status-message {
  text-align: center;
  margin-top: 15px;
  padding: 10px;
  border-radius: 5px;
  display: none;
}

.form-status-message.success {
  color: white;
  display: block;
}

.form-status-message.error {
  color: #c0392b;
  color: white;
  display: block;
}

.demo-panel .ui.primary.button {
  width: 100%;
  padding: 15px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  background-color: #00a9b0 !important;
  color: white;
  border: none;
  text-align: center;
  transition: background-color 0.3s ease;
}

.demo-panel .ui.primary.button:hover {
  background-color: #01969b !important;
}

.self-serve-panel {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.self-serve-panel .icon-wrapper {
  margin: 20px 0 0 0;
  color: #ffffff;
}

.self-serve-panel .panel-main-text {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #ffffff;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0;
  margin: 0;
}

.references {
  width: 100%;
}

.stats-ribbon {
  background-color: #34495e;
  color: #ecf0f1;
  padding: 20px;
  width: 100%;
  max-width: 1300px;
  text-align: center;
  border-radius: 12px;
  margin: 30px auto 0px auto;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.stats-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: transparent;
  justify-content: center;
  padding: 25px 15px;
  border-radius: 12px;
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.stat-value {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.stat-percentage {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #2ecc71;
}

.stat-percentage-small {
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  color: #2ecc71;
}

.arrow-icon {
  width: 44px;
  height: 44px;
  fill: #2ecc71;
  transition: transform 0.3s ease;
}

.stat-description {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #bdc3c7;
  max-width: 280px;
}

.card-stats {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e9ecef;
  display: flex;
  align-items: center;
  gap: 10px;
}

.stats-graphic {
  display: flex;
  align-items: center;
  font-weight: 900;
  color: #28a745;
}

.stats-arrow {
  width: 31px;
  height: 31px;
  stroke-width: 2.5;
}

.stats-value {
  font-size: 30px;
  margin-right: 0.5rem;
}

.stats-text .main-stat {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin: 0;
}
.greeting h1,
.greeting div {
  margin-bottom: 0px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%);
  color: white;
  border-radius: 8px;
}

.logo-image {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  object-fit: cover;
}
