@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.navbar-nav li a{
  font-family: "Outfit", sans-serif !important;
  font-weight: 400 !important;
}


input, select, text, button{
  font-family: "Outfit", sans-serif !important;
  font-weight: 300 !important;
}


input::placeholder {
  font-family: "Outfit", sans-serif !important;
  font-weight: 300 !important;
}
textarea::placeholder {
  font-family: "Outfit", sans-serif !important;
    font-weight: 300 !important;
}



.formSec {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.formSec div{
    width: 100%;
}

.formSec p{
    width: 100%;
}

.form-control{
    padding: 10px 20px;
    background-color: #000;
}

.wpcf7-form input {
    padding: 12px 22px;
    font-size: 16px;
    letter-spacing: normal;
}
.wpcf7-form-control-wrap select {
    padding: 12px 22px;
    font-size: 16px;
    letter-spacing: normal;
    border:none;
    color: #6e6e73;
}

.wpcf7-form input:focus {
    box-shadow: none;
    outline: none;
}
.wpcf7-form-control-wrap select:focus {
    box-shadow: none;
    outline: none;
}


.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    background: #2CBD70;   /* change as needed */
    padding: 10px 0;
  }
  
  .marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 24s linear infinite;
  }
  
  .marquee-track span {
    white-space: nowrap;
    padding: 0 30px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
  }
  
  .marquee-track span {
    white-space: nowrap;
    padding: 0 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    font-family: "Sora", sans-serif !important;
    font-weight: 400 !important;
  }
  
  /* add logo after each span except last */
  .marquee-track span:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 24px;        /* logo width */
    height: 24px;       /* logo height */
    margin-left: 20px;
    background: url("https://ecoorigin.florapreview.com/wp-content/uploads/2026/02/6637c622f6214e37168eb834_logo-1-1.png") no-repeat center / contain;
    vertical-align: middle;
  }
  
  @keyframes marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }


  p{
    margin-bottom: 0;
  }

  .elementor-widget:not(:last-child) {
      margin-block-end: 15px !important;
  }


  #mobileBanner{
    display: none;
  }

  b, b a, b p, b span, strong, strong a, strong p, strong span {
    font-weight: 400 !important;
}



.eligibility-form {
  background: #33B972;
  padding: 30px;
  border-radius: 10px;
  color: #fff;
  max-width: 480px;
  margin: auto;
}

.eligibility-form h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
}

.cf7-row {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.cf7-col { width: 100%; }

.eligibility-form label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}

.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 30px;
  border: none;
  outline: none;
  margin-bottom: 12px;
  font-size: 14px;
}
.wpcf7-form input[type="checkbox"]{
  width: auto !important;
  min-width: auto !important ;
  margin-bottom: 0 !important;
}

.wpcf7 textarea {
  border-radius: 20px;
  min-height: 90px;
}

.wpcf7-list-item {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

.wpcf7 input[type="checkbox"] {
  margin-right: 6px;
}

.wpcf7 input[type="submit"] {
  width: 100%;
  background: #ffcc00;
  color: #0a3d18;
  font-weight: 500;
  border-radius: 12px;
  padding: 14px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  width: 100% !important;
  min-width: 100% !important;
  font-family:  "Sora", sans-serif !important;
}
.wpcf7 input[type="submit"]:hover {
  background: #ffcc00 !important;
}

.form-note {
  font-size: 11px;
  margin-top: 10px;
  text-align: center;
  color: #e2ffe8;
}

.btn-text-below {
  font-size: 16px;
  font-family: "Sora", sans-serif;
  color: #dce3f1;
  font-weight: 300;
  text-align: center;
}


/* Make each checkbox inline */
.wpcf7-list-item {
  display: flex !important;
  align-items: center;
  gap: 8px;
  width: auto !important;
  margin: 4px 0 !important;
}

/* Stop checkbox from stretching */
.wpcf7-list-item label {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  width: auto !important;
  cursor: pointer;
}




#pr-nav {
  margin-top: 0;
  position: sticky !important;
  top: 0 !important;
  width: 100%;
  background: #fff !important;
  transition: all 0ms;
}
#pr-nav .animated-icon1 span {
  background: #000000 !important;
}


.announcementBar{
  z-index: 10;
  background-color: #2c965b;
}
.header-cta a {
  background-color: #2c965b;
  white-space: nowrap;
  padding: 10px 25px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  border-radius: 12px;
  font-family: "Sora", sans-serif;
  text-transform: uppercase;
}
.announcementBar .contactNumber{
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.announcementBar .contactNumber .emailPhone a svg{
  width: 20px;
  height: 20px;
  fill: #fff;
}
.navbar-dark #navbarColor01 #primary-menu.navbar-nav .nav-link {
  color: #000 !important;
  font-weight: 500 !important;
  font-family: "Sora", sans-serif !important;
  font-size: 16px;
}
.navbar{
  padding: 0;
}
.emailPhone a{
  color: #fff !important;
  text-decoration: none;
}

.primary-menu-inner {
  width: 100%;
  max-width: 1570px;
  padding: 10px 0 !important;
}


/* new form style  */
.energy-form {
  background: #2c965b;
  border-radius: 18px;
  padding: 40px 35px;
  max-width: 520px;
  margin: 0 0 0 auto;
  /* box-shadow: 0 25px 60px rgba(0,0,0,0.12); */
  position: relative;
  font-family: "Inter", sans-serif;
}

.badge-top {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffcc00;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
}

.form-title {
  text-align: center;
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
} 

.form-subtitle{
  color: #fff;
  font-family:  "Sora", sans-serif;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 25px;
}
.section-label{
  color: #fff;
  font-family:  "Sora", sans-serif;
  font-weight: 300;
  font-size: 16px;
}


.energy-form .form-control,
.energy-form .form-select {
  border-radius: 12px;
  border: 1px solid #dce3f1;
  padding: 10px 14px;
}

.energy-form .form-control:focus,
.energy-form .form-select:focus {
  border-color: #19c37d;
  box-shadow: 0 0 0 3px rgba(25,195,125,0.2);
}

.section-label {
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 10px;
}
.eael-contact-form-7 .wpcf7-form p {
  margin-bottom: 5px !important;
}

.radio-card-group input {
  display: none;
}

.radio-card {
  width: 100%;
  border: 1px solid #dce3f1;
  border-radius: 12px;
  padding: 14px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

.radio-card:hover {
  border-color: #19c37d;
}

.radio-card input:checked + span,
.radio-card.active {
  border-color: #19c37d;
  background: #e9fdf4;
}

.btn-energy {
  width: 100%;
  background: #19c37d;
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 14px;
  border-radius: 12px;
  font-weight: 700;
  transition: 0.25s;
}

.btn-energy:hover {
  background: #14a96a;
  transform: translateY(-2px);
}

.form-footer {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 18px;
  color: #6c757d;
}
.eael-contact-form-7-button-align-left .eael-contact-form-7 .wpcf7-form p:nth-last-of-type(1) {
  margin: 0;
  width: 100%;
}


.btn-submit-banner {
  margin-top: 20px !important;
  padding: 11px 16px !important;
  font-weight: 700 !important;
  font-size: 18px !important;
} 

.announcementBar.Mobile{
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
}

@media (min-width: 1200px) and (max-width: 1540px){
  
  .announcementBar{
    padding: 0 1rem;
  }
}
@media (max-width: 1199px){
  .announcementBar{
    padding: 0 1rem;
  }
}

  @media screen and (max-width: 769px) {
    .announcementBar.Dektop{
      display: none;
    }
    .emailPhone {
      text-align: center;
      color: #fff;
  }
  .emailPhone p{
    margin-bottom: 2px;
}
.announcementBar .contactNumber .emailPhone a svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
    .form-title {
      text-align: center;
      font-weight: 600;
      font-size: 24px;
  }
  .form-subtitle {
    color: #fff;
    font-family: "Sora", sans-serif;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 25px;
}
.section-label {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-weight: 300;
  font-size: 15px;
}
.wpcf7 input[type="submit"] {
  width: 100%;
  background: #ffcc00;
  color: #0a3d18;
  font-weight: 500;
  border-radius: 12px;
  padding: 10px 8px !important;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  width: 100% !important;
  max-width: 80% !important;
  font-family: "Sora", sans-serif !important;
  font-size: 12px !important;
}
.btn-text-below {
  font-size: 14px;
  font-family: "Sora", sans-serif;
  color: #dce3f1;
  font-weight: 300;
  text-align: center;
}
    .energy-form {
      background: #2C965B;
      border-radius: 18px;
      padding: 40px 16px;
      max-width: 520px;
      margin: auto;
      box-shadow: 0 25px 60px rgba(0,0,0,0.12);
      position: relative;
      font-family: "Inter", sans-serif;
  }
  .energy-form .row{
    margin-top: 8px;
  }
  .energy-form .row .col-12{
    margin-top: 6px;
  }
  .energy-form .row .col-md-6{
    margin-top: 6px;
  }
  .eael-contact-form-7 .wpcf7-form p {
    margin-bottom: 5px !important;
    margin-top: 0;
}

    .formSec {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
    }
    #mobileBanner{
      display: block;
    }
    #desktopBanner{
      display: none;
    }

    .top-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      flex-flow: var(--mobile-menu-header-position-hamburger);
  }
  .custom-logo {
    max-height: 3.2rem !important;
}

.navbar-dark .navbar-toggler {
  color: transparent !important;
  border-color: transparent;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: none  !important;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out;
}
.announcementBar .contactNumber {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.emailPhoneDesk{
  display: none;
}
.announcementBar {
  z-index: 10;
  padding: 0px 1rem;
}

.announcementBar.Mobile{
  display: block;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
}

  }

  @media screen and (max-width: 560px){
    #pr-nav {
      padding: 0px 1rem;
  }
  }