/*---------------------Theme Hero Banner/Nine ---------------*/
.hero-banner-nine {
  position: relative;
  z-index: 1;
  padding-top: 270px;
  background: #1f1f1f;
}

.hero-banner-nine .get-start-btn {
  line-height: 56px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 0 40px;
  transition: all 0.3s ease-in-out;
}
.hero-banner-nine .get-start-btn:hover {
  background: #007682;
  border-color: #007682;
}
.hero-banner-nine .hero-heading {
  font-size: 65px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1em;
  letter-spacing: -1px;
}
.hero-banner-nine .hero-heading span {
  display: inline-block;
  position: relative;
}
.hero-banner-nine .hero-heading span img {
  position: absolute;
  max-height: 100%;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.hero-banner-nine .hero-sub-heading {
  font-size: 23px;
  color: #fff;
  padding: 45px 0 55px;
}
.hero-banner-nine form {
  max-width: 550px;
  height: 70px;
  position: relative;
}
.hero-banner-nine form input {
  border: none;
  background: #f4f4f4;
  border-radius: 54px;
  width: calc(100% - 100px);
  height: 100%;
  font-size: 16px;
  padding: 0 50px;
}
.hero-banner-nine form button {
  position: absolute;
  right: 0;
  top: 0;
  background: #572ff6;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 17px;
  transition: all 0.3s ease-in-out;
}
.hero-banner-nine form button:hover {
  background: #ff4a8b;
}
.hero-banner-nine form ::-webkit-input-placeholder {
  /* Edge */
  color: #0b0b0b;
}
.hero-banner-nine form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0b0b0b;
}
.hero-banner-nine form ::placeholder {
  color: #0b0b0b;
}
.hero-banner-nine .term-text {
  font-size: 16px;
  color: #a5a5a5;
  margin-top: 22px;
}
.hero-banner-nine .term-text a {
  color: #572ff6;
}
.hero-banner-nine .bg-shape {
  top: 0;
  right: 0;
}
.hero-banner-nine .illustration-container {
  position: absolute;
  max-width: 800px;
  right: 0;
  top: 22%;
  z-index: 1;
  width: 44%;
}

.hero-banner-nine .screen-holder {
  background: rgba(255, 255, 255, 0.19);
  border-radius: 30px;
  padding: 40px;
  position: relative;
}
.hero-banner-nine .screen-holder .img-meta {
  width: 100%;
  border-radius: 20px;
}
.hero-banner-nine .screen-holder .shape-one {
  left: -9%;
  bottom: -13%;
  width: 23.55%;
  animation: jumpThree 6s infinite linear;
}
.hero-banner-nine .screen-holder .shape-two {
  right: -6%;
  top: -8%;
  z-index: 1;
  width: 13%;
  animation: jumpTwo 6s infinite linear;
}
.hero-banner-nine .screen-holder .screen-one {
  z-index: 1;
  border-radius: 15px;
  top: 23%;
  left: -9%;
  width: 21.96%;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.1);
  animation: jumpTwo 6s infinite linear;
}
.hero-banner-nine .screen-holder .screen-two {
  z-index: 1;
  border-radius: 10px;
  bottom: -10%;
  right: -1%;
  width: 20.76%;
  animation: jumpThree 6s infinite linear;
  box-shadow: 15px 25px 50px rgba(16, 44, 78, 0.05);
}
.hero-banner-nine .shape-three {
  top: 15%;
  left: 15%;
}
.hero-banner-nine .shape-four {
  top: 30%;
  left: 8%;
}
.hero-banner-nine .shape-five {
  top: 44%;
  left: 16%;
}
.hero-banner-nine .shape-six {
  top: 16%;
  right: 20%;
}
.hero-banner-nine .shape-seven {
  top: 30%;
  right: 9%;
}
.hero-banner-nine .shape-eight {
  top: 44%;
  right: 20%;
}
.hero-banner-nine .container {
  padding-bottom: 100px;
}

.peppol::before {
  content: "";

  inset: 0;
}
.peppol::after {
  content: "";
  position: absolute;

  inset: 0;
  z-index: -1;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  filter: url(#glass-distortion);
  -webkit-filter: url(#glass-distortion);
}
.peppol-inner {
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
  border-radius: 10px;
}
.logo img {
  max-height: 50px;
}
body .theme-btn-twelve {
  background: #007682;
  border-color: #007682;
}
body .theme-btn-twelve:hover {
  color: white;
  border-color: #007682;
}

.border-radius-30 {
  border-radius: 30px;
}
.integration-logo img {
  max-height: 100%;
}
.integration-logo {
  background-color: white;
  border-radius: 50%;
  overflow: hidden;
  padding: 15px;
}

/* Cookie Policy Table Styling */
.cookie-table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.cookie-table thead {
  background: #007682;
  color: #fff;
}

.cookie-table thead th {
  padding: 15px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cookie-table tbody tr {
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.2s ease;
}

.cookie-table tbody tr:hover {
  background-color: #f8f8f8;
}

.cookie-table tbody tr:last-child {
  border-bottom: none;
}

.cookie-table tbody td {
  padding: 12px 15px;
  font-size: 14px;
  color: #333;
  vertical-align: top;
}

.cookie-table tbody td:first-child {
  font-weight: 500;
  color: #007682;
}

/* Footer navigation links */
.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  display: inline-block;
  margin: 0 15px;
}

.footer-nav li:first-child {
  margin-left: 0;
}

.footer-nav li:last-child {
  margin-right: 0;
}

.footer-nav a {
  color: #a5a5a5;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 14px;
}

.footer-nav a:hover {
  color: #007682;
}

/* Legal pages specific styling */
.terms_and_policy {
  padding: 120px 0 80px;
  background: #f8f9fa;
}

.terms_and_policy .nav-tabs {
  border: none;
  flex-direction: column;
  position: sticky;
  top: 120px;
}

.terms_and_policy .nav-tabs .nav-link {
  border: none;
  background: transparent;
  color: #666;
  padding: 12px 20px;
  margin-bottom: 8px;
  text-align: left;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.terms_and_policy .nav-tabs .nav-link:hover {
  background: #e9ecef;
  color: #007682;
}

.terms_and_policy .nav-tabs .nav-link.active {
  background: #007682;
  color: #fff;
  font-weight: 500;
}

.terms_and_policy .tab-content {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.terms_and_policy h2 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #1f1f1f;
}

.terms_and_policy h3 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #1f1f1f;
  font-weight: 600;
}

.terms_and_policy h4 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 12px;
  color: #333;
  font-weight: 600;
}

.terms_and_policy p {
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

.terms_and_policy ul {
  margin: 15px 0;
  padding-left: 25px;
}

.terms_and_policy ul li {
  line-height: 1.8;
  color: #555;
  margin-bottom: 8px;
}

.terms_and_policy .update-date {
  color: #999;
  font-size: 14px;
  margin-bottom: 30px;
  font-style: italic;
}

.terms_and_policy strong {
  color: #007682;
  font-weight: 600;
}

.terms_and_policy a {
  color: #007682;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.terms_and_policy a:hover {
  color: #005f6a;
}

.block-style-eighteen .text-wrapper .title {
  font-size: 40px;
}
.fancy-feature-seventeen .block-meta p {
  line-height: 24px;
  color: #292929;
  font-size: 14px;
}
.fancy-feature-seventeen .block-meta .icon img {
  height: 30px;
}
.screen-holder-one.no-background {
  background: none;
  padding: 0;
}
.fancy-feature-fortyFive.no-background {
  background: none;
}
.terms_and_policy .legal p {
  line-height: 24px;
  margin-bottom: 15px;
  font-size: 12px;
}
.terms_and_policy ul li {
  line-height: 24px;
  color: #555;
  margin-bottom: 8px;
  font-size: 12px;
}

/* Peppol Countdown Styles */
.peppol-countdown-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.peppol-countdown-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/images/shape/232.svg") no-repeat 10% 20%, url("/images/shape/233.svg") no-repeat 85% 80%,
    url("/images/shape/234.svg") no-repeat 90% 10%;
  background-size: 60px, 40px, 80px;
  opacity: 0.1;
  z-index: 1;
}

.peppol-countdown-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  padding: 50px 40px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 2;
}

.countdown-header {
  margin-bottom: 40px;
}

.countdown-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(0, 118, 130, 0.1);
  border: 1px solid rgba(0, 118, 130, 0.3);
  border-radius: 50px;
  padding: 8px 20px;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #007682;
}

.peppol-logo {
  height: 24px;
  width: auto;
}

.countdown-title {
  font-size: 36px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 15px;
  line-height: 1.2;
}

.countdown-description {
  font-size: 18px;
  color: #666;
  margin-bottom: 0;
  line-height: 1.6;
}

.countdown-timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
  flex-wrap: wrap;
}

.timer-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 80px;
}

.timer-number {
  font-size: 48px;
  font-weight: 700;
  color: #007682;
  line-height: 1;
  margin-bottom: 8px;
  font-family: "Gordita", sans-serif;
}

.timer-label {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.timer-separator {
  font-size: 36px;
  font-weight: 700;
  color: #007682;
  line-height: 1;
  margin-bottom: 24px;
}

.countdown-cta {
  margin-top: 40px;
}

.cta-text {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
}

.cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.get-ready-btn {
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #007682;
  border: 2px solid #007682;
  border-radius: 50px;
  padding: 0 30px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.get-ready-btn:hover {
  background: #005f6a;
  border-color: #005f6a;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 118, 130, 0.3);
}

.learn-more-btn {
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #007682;
  border: 2px solid #007682;
  border-radius: 50px;
  padding: 0 30px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  background: transparent;
}

.learn-more-btn:hover {
  background: #007682;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 118, 130, 0.2);
}

/* Hide mobile break on desktop */
.mobile-break {
  display: none;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .hero-banner-nine .get-start-btn {
    font-size: 16px;
    padding: 0 30px;
    line-height: 50px;
    white-space: normal;
    height: auto;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hero-banner-nine .hero-heading {
    font-size: 38px;
  }

  .hero-banner-nine .hero-heading .mobile-break {
    display: block;
  }

  .hero-banner-nine .hero-heading .subline {
    font-size: 28px;
    display: block;
    margin-top: 10px;
  }

  .hero-banner-nine .hero-sub-heading {
    font-size: 18px;
    padding: 30px 0 40px;
  }

  .peppol-countdown-section {
    padding: 60px 0;
  }

  .peppol-countdown-card {
    padding: 40px 25px;
    margin: 0 15px;
  }

  .countdown-title {
    font-size: 28px;
  }

  .countdown-description {
    font-size: 16px;
  }

  .countdown-timer {
    gap: 15px;
  }

  .timer-unit {
    min-width: 60px;
  }

  .timer-number {
    font-size: 36px;
  }

  .timer-separator {
    font-size: 28px;
  }

  .mobile-hide {
    display: none;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .get-ready-btn,
  .learn-more-btn {
    width: 100%;
    max-width: 280px;
  }
}

@media (max-width: 480px) {
  .hero-banner-nine .get-start-btn {
    font-size: 15px;
    padding: 0 25px;
    line-height: 48px;
    min-height: 48px;
  }

  .hero-banner-nine .hero-heading {
    font-size: 32px;
  }

  .hero-banner-nine .hero-heading .subline {
    font-size: 24px;
    margin-top: 8px;
  }

  .hero-banner-nine .hero-sub-heading {
    font-size: 16px;
    padding: 25px 0 35px;
  }

  .countdown-timer {
    gap: 10px;
  }

  .timer-unit {
    min-width: 50px;
  }

  .timer-number {
    font-size: 30px;
  }

  .timer-separator {
    font-size: 24px;
  }
}
