.info_text {
  color: #075b8a !important;
}


.logo-dark {
  width: 150px !important;
  height: auto !important;
  margin: 10px 0;
}

.award-items-txt {
  color: #ffffff !important;
}

.breadcrumb-item-one {
  padding-top: 100px;
  padding-bottom: 70px;
}

.navbar-nav a.active {
  color: #28742a;
  font-weight: 600;
}

.freeko_how {
  font-size: 33px !important;
}

.freeko_title {
  font-size: 35px !important;
  line-height: 1.5;
}

@media (min-width: 375px) {
  .banner-style-nine-area .content h2 {
    font-size: 41px !important;
  }

  .banner-style-nine-area .content h2:nth-child(2) {
    margin-left: 100px !important;
  }

  .banner-style-nine-area .content h2:nth-child(2)::after {
    width: 30px !important;
    margin-top: 8px !important;
    margin-left: -25px !important;
  }
}

@media (min-width: 432px) {
  .banner-style-nine-area .content h2 {
    font-size: 51px !important;
  }

.banner-style-nine-area .content h2:nth-child(2) {
    margin-left: 115px !important;
  }

  .banner-style-nine-area .content h2:nth-child(2)::after {
    width: 40px !important;
    margin-top: 14px !important;
    margin-left: -30px !important;
  }
}

@media (min-width: 576px) {
  .banner-style-nine-area .content h2 {
    font-size: 60px !important;
  }

.banner-style-nine-area .content h2:nth-child(2) {
    margin-left: 185px !important;
  }

  .banner-style-nine-area .content h2:nth-child(2)::after {
    width: 40px !important;
    margin-top: 22px !important;
    margin-left: -35px !important;
  }
}

@media (min-width: 768px) {
  .banner-style-nine-area .content h2 {
    font-size: 60px !important;
  }

.banner-style-nine-area .content h2:nth-child(2) {
    margin-left: 185px !important;
  }

  .banner-style-nine-area .content h2:nth-child(2)::after {
    width: 45px !important;
    margin-top: 2px !important;
    margin-left: 15px !important;
  }
}

@media (min-width: 992px) {
  .banner-style-nine-area .content h2 {
    font-size: 65px !important;
  }

  .banner-style-nine-area .content h2:nth-child(2)::after {
    width: 45px !important;
    margin-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .banner-style-nine-area .content h2 {
    font-size: 70px !important;
  }

  .banner-style-nine-area .content h2:nth-child(2)::after {
    width: 45px !important;
    margin-top: 0px !important;
    margin-left: 65px !important;
  }
}

@media (min-width: 1400px) {
  .banner-style-nine-area .content h2 {
    font-size: 75px !important;
  }

  .banner-style-nine-area .content h2:nth-child(2)::after {
    width: 45px !important;
    margin-top: 0px !important;
    margin-left: 65px !important;
  }
}

@media (max-width: 992px) {
  .testimonial-heading {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 1023px) {
  nav.navbar.validnavs.no-background {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
  }
}

@media (max-width: 1023px) {
  nav.navbar.validnavs.sticked::before {
    display: block !important;
    backdrop-filter: blur(10px) !important;
    z-index: 0;
  }

  nav.navbar.validnavs > * {
    position: relative !important;
    z-index: 1;
    margin: 10px 0;
  }
}

@media (max-width: 1023px) {
  nav.navbar.validnavs.navbar-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
  }
}

@media (max-width: 1023px) {
  nav.navbar.validnavs {
    background: rgba(255, 255, 255, 0.85) !important;
    box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
    backdrop-filter: blur(10px);
    animation: sticky 0.4s;
  }
}

/* Form */

/* KODI BRAND THEME & TRANSITIONS */
:root {
  --kodi-green: #4c9540;
  --kodi-gold: #c3ab51;
  --kodi-purple: #7c3aed;
  --kodi-bg: #fdfcf0;
}

.kodi-modal .modal-content {
  background-color: var(--kodi-bg);
  border-radius: 20px;
  border: none;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.kodi-header {
  background: linear-gradient(135deg, #2d6a4f 0%, var(--kodi-green) 100%);
  color: white;
  position: relative;
  padding: 30px;
  transition: background 0.5s ease;
}

/* Change header to green on Success */
.kodi-header.success-theme {
  background: linear-gradient(135deg, #2d6a4f 0%, var(--kodi-green) 100%);
}

/* Progress Dots */
.step-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.step-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}
.step-dot.active {
  background: white;
  color: var(--kodi-green);
  border-color: white;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.kodi-header.success-theme .step-dot.active {
  color: var(--kodi-green);
}
.step-dot.done {
  background: #10b981;
  border-color: #10b981;
  color: white;
}
.step-line {
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 5px;
}
.step-line.done {
  background: #10b981;
}

/* Icons & Inputs */
.brand-icon-box {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}
.kodi-input-group {
  margin-bottom: 20px;
  text-align: left;
}
.kodi-input-group label {
  font-size: 11px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
  display: block;
  letter-spacing: 1px;
}
.kodi-input-group .input-box {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: white;
  overflow: hidden;
}
.kodi-input-group .input-box span {
  padding: 10px 15px;
  background: #f9f9f9;
  border-right: 1px solid #ddd;
  color: #afafaf;
}
.kodi-input-group .input-box input {
  border: none;
  padding: 10px;
  width: 100%;
  outline: none;
}

/* Buttons */
.btn-kodi {
  background: var(--kodi-green);
  color: white;
  border: none;
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.btn-kodi:hover {
  background: #3d7a33;
  transform: translateY(-1px);
}

/* OTP specific */
.otp-inputs {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 20px 0;
}
.otp-field {
  width: 45px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.demo-label {
  background: #fde68a;
  color: #92400e;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 20px;
}

/* Step 3 Success UI */
.success-circle {
  width: 80px;
  height: 80px;
  background: #10b981;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 35px;
  margin: 0 auto 20px;
  box-shadow: 0 10px 20px rgba(16, 185, 129, 0.2);
}
.progress-container {
  margin-top: 30px;
  text-align: left;
}
.progress-label-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #667085;
  margin-bottom: 8px;
}
.kodi-progress-bg {
  height: 8px;
  background: #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
}
.kodi-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #2d6a4f, #97ffd0);
  width: 0%;
  transition: width 0.1s linear;
}

body.modal-open {
  overflow: hidden !important;
}

@media (min-width: 375px) and (max-width: 432px) {
  .core h2 {
    font-size: 24px !important;
  }
}

@media (min-width: 375px) {
    .pricing-style-one:first-child {
      height: 550px;
    }
}

@media (min-width: 432px) {
    .pricing-style-one:first-child {
      height: 480px;
    }
}

@media (min-width: 576px) {
    .pricing-style-one:first-child {
      height: 380px ;
    }
}

@media (min-width: 768px) {
    .pricing-style-one:first-child {
      height: 330px;
    }
}

@media (min-width: 992px) {
    .pricing-style-one:first-child {
      height: 350px;
    }
}

@media (min-width: 1200px) {
    .pricing-style-one:first-child {
      height: 370px;
    }
}


@media (max-width: 992px) {
    nav.navbar.validnavs > * {
        position: relative !important;
        z-index: 1;
        margin: 10px 20px;
    }
}

@media (max-width: 375px) {
    nav.navbar.validnavs > * {
        position: relative !important;
        z-index: 1;
        margin: 10px 0px;
    }
}

@media (max-width: 432px) {
    nav.navbar.validnavs > * {
        position: relative !important;
        z-index: 1;
        margin: 10px -10px;
    }
}

@media only screen and (max-width: 992px) {
    nav.navbar.validnavs .navbar-collapse.collapse.show img {
      height: 70px;
      width: auto;
    }
}

@media only screen and (max-width: 992px) {
    .logo-dark {
      height: 100px !important;
      width: auto !important;
    }
}

@media only screen and (max-width: 992px) {
    #navbar-menu {
      display: none;
    }
}
