:root {
  --primary: #257363;
  /* primary */
  --primary-light: #50c0a8;
  /* primary-light */
  --secondary: #f2b741;
  /* secondary */
  --black: #000000;
  /* black */
  --base-gray: #797979;
  /* Base gray color */
  --faq-answer: #6e6b78;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  /* Regular */
  background-color: #ffffff;
  /* White background */
  margin: 0;
  padding: 0;
  color: #000000;
  /* Optional: Default text color */
  overflow-x: hidden; /* Prevent horizontal scroll */
}

html {
  overflow-x: hidden; /* Prevent horizontal scroll */
}

@media (min-width: 1440px) {
  .container {
    max-width: 1680px;
  }
}
.footer-content {
  color: var(--base-gray);
  font-size: 16px;
}

@keyframes toAndFro {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.owl-carousel .item .auth-image {
  transition: transform 1s ease-in-out;
}
.owl-carousel .item .auth-image.active {
  animation: toAndFro 1s infinite ease-in-out;
}

.navbar-shadow {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.landing-page .navigation-bar .navbar {
  background-color: #ffffff;
  font-weight: 500;
}
.landing-page .navigation-bar .navbar .navbar-nav .nav-link {
  padding: 15px 20px;
  color: #387849;
}
.landing-page .navigation-bar .navbar .navbar-nav .nav-link.active {
  color: #000000;
  font-weight: 600;
}
.landing-page .navigation-bar .navbar .btn:hover {
  opacity: 0.8;
}

.navigation-bar .navbar {
  background-color: #ffffff;
  font-weight: 700;
}
.navigation-bar .navbar .navbar-nav .nav-link {
  padding: 15px 20px;
  color: var(--primary);
}
.navigation-bar .navbar .navbar-nav .nav-link.active {
  color: var(--secondary);
  font-weight: bold;
}
.navigation-bar .navbar .btn:hover {
  opacity: 0.8;
}
.navigation-bar .custom-btn-login {
  padding: 7px 35px;
  border-radius: 5px;
  font-size: 16px;
  border: none;
  display: inline-block;
  transition: background 0.6s ease, color 0.6s ease, box-shadow 0.6s ease;
  border: #cbcbcb 1px solid;
}
.navigation-bar .custom-btn-login:hover {
  transition: all 0.6s ease;
  color: var(--primary);
  box-shadow: 10px 15px 10px rgba(0, 0, 0, 0.1);
}
.navigation-bar .custom-btn {
  padding: 8px 30px;
  border-radius: 5px;
  background: linear-gradient(89deg, #257363 0.61%, #46d9bb 198.33%);
  color: #fff;
  font-size: 16px;
  border: none;
  display: inline-block;
  transition: background 0.6s ease, color 0.6s ease, box-shadow 0.6s ease;
}
.navigation-bar .custom-btn:hover {
  transition: all 0.6s ease;
  color: #fff;
  box-shadow: 10px 15px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {
  .nav-bg {
    background: #f5f5f5;
    border-radius: 10px;
  }
  .navigation-bar .navbar .navbar-nav .nav-link {
    padding: 11px 20px;
  }
  .cta-btn {
    margin: 20px 15px;
  }
  .guarantee-card {

    max-width: 700px !important;
    width: 100%;

  }
}
.header {
  background: url("../images/header-bg-image2.png") no-repeat center center;
  /* background-size: cover; */
}
.header .explore-text {
  line-height: 1.5;
  font-size: 40px;
  padding-bottom: 40px;
  color: lightgrey;
  transition: color 0.5s ease;
}
.header .explore-text-new {
  font-size: 28px;
  padding-bottom: 40px;
  color: #ffffff;
  transition: color 0.5s ease;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .header .explore-text {
    font-size: 21px;
  }
  .header .explore-text-new {
    font-size: 16px;
    padding-bottom: 40px;
    line-height: 25px;
    font-weight: 500;
  }
}

.contributers-header .greeting {
  font-weight: 600;
  color: #11342d !important;
  font-size: 22px;
}
.contributers-header .sucess-description {
  color: #666666;
  font-size: 15px;
}
.contributers-header .need-help {
  color: #999;
  font-size: 14px;
}
.contributers-header .content-text {
  font-size: 25px;
  color: #ffffff;
  transition: color 0.5s ease;
  line-height: 40px;
  font-weight: 400;
}
.contributers-header .content-text2 {
  font-size: 25px;
  padding: 10px 0;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 50px;
  color: #ffffff;
}
.contributers-header .text-content {
  /* padding-top: 50px; */
}
.contributers-header .text-content h1 {
  font-size: 70px;
  font-weight: 900;
  margin-top: 6px;
}
.contributers-header .header-description {
  color: rgba(51, 51, 51, 0.8);
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 10px;
  font-weight: 400;
}
.contributers-header .header-title {
  color: #33535d;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.contributers-header .primary-type {
  color: #387849;
  font-weight: 900;
}
.contributers-header .secondary-type {
  color: var(--secondary);
  font-weight: 900;
}
.contributers-header .ternary-type {
  font-weight: 300;
}
.contributers-header .primary-type-new {
  color: var(--primary);
}
.contributers-header .secondary-type-new {
  color: var(--secondary);
}

@media (min-width: 1200px) {
  .contributers-header .industry {
    display: block;
  }
}
@media (max-width: 1024px) {
  .contributers-header .text-content {
    padding-top: 10px;
  }
  .contributers-header .text-content h1 {
    font-size: 33px;
    font-weight: 900;
  }
}
@media (max-width: 820px) {
  .contributers-header .text-content {
    padding-top: 36px;
  }
  .contributers-header .text-content h1 {
    font-size: 33px;
    font-weight: 900;
  }
}
@media (max-width: 768px) {
  .contributers-header .text-content {
    padding-top: 0;
  }
  .contributers-header .need-help {
    font-size: 10px;
  }
  .contributers-header .info-card-name {
    font-weight: 700 !important;
    font-size: 18px !important;
  }
  .contributers-header .content-text {
    font-size: 16px;
    padding: 10px 0;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .contributers-header .content-text2 {
    font-size: 16px;
    padding: 10px 0;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 25px;
  }
  .contributers-header .header-description {
    color: rgba(0, 40, 53, 0.8);
    font-size: 16px;
    margin-bottom: 30px !important;
    line-height: 25px;
  }
  .contributers-header .text-content {
    margin-top: 10px;
  }
  .contributers-header .text-content h1 {
    font-size: 31px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 10px !important;
  }
  .contributers-header .text-content .info-card h3 {
    font-size: 1.1rem;
  }
  .contributers-header .text-content .info-card h5 {
    font-weight: 700;
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .contributers-header .text-content {
    padding-top: 0px;
  }
  .contributers-header .text-content h1 {
    font-size: 23px;
    font-weight: 900;
  }
}
.dogo-section {
  background-image: url("../images/background-image.png");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
.dogo-section h2 {
  margin: 0;
  font-size: 28px;
  text-align: center;
  font-weight: 800;
}
.dogo-section .title {
  color: #343434 !important;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
}
.dogo-section .opportunity-description {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 36px;
  color: #6C6C6C;
  margin-bottom: 30px;
}
.dogo-section .card {
  border: none;
  border-radius: 15px !important;
  padding: 1.8rem;
  color: white;
  background: linear-gradient(149deg, #4caf6b, #3a814d);
  border-radius: 25px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  min-height: 200px;
  max-width: 1100px;
  margin-top: 70px;
  margin-bottom: 20px;
  flex-direction: row;
  position: relative;
}
.dogo-section img {
  height: 100px;
  width: 100px;
  position: absolute;
  left: 180px;
  bottom: 185px;
}
.dogo-section .card-text {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  width: 490px;
  margin: 13px auto 34px auto !important;

}

@media (max-width: 1200px) {
  .dogo-section {
    padding: 56px 0;
  }
  .dogo-section h2 {
    margin: 0;
    font-size: 18px;
  }
  .dogo-section .title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .dogo-section .card {
    flex-direction: column !important;
    padding: 1.1rem;
    padding-bottom: 18px;
  }
  .dogo-section .card .card-content .card-title {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }
  .dogo-section .card .card-content .card-description {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
  }
  .dogo-section .card .card-img-left {
    width: 70px;
    height: 70px;
    margin: 0;
  }
  .dogo-section .heading {
    font-size: 40px;
    text-align: center;
  }
  .dogo-section .description {
    font-size: 1rem;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .dogo-section img {
    left: 180px;
    bottom: 150px;
  }
}
@media (max-width: 768px) {
  .dogo-section {
    padding: 10px 0;
  }
  .dogo-section .opportunity-description {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
    color: #6C6C6C;
    margin-bottom: 20px;
  }
  .dogo-section .title {
    font-size: 26px;
  }
  .dogo-section .card-text {
    font-size: 16px;
  }
  .outcome-section {
    padding: 0;
  }
}
@media (max-width: 425px) {
  .dogo-section img {
    left: 165px;
    bottom: 150px;
  }
  .dogo-section .card {
    max-width: 361px;
    margin-top: 70px;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .dogo-section .card-text
  {
    width: auto !important;
  }
}
@media (max-width: 375px) {
  .dogo-section img {
    left: 135px;
    bottom: 150px;
  }
  .dogo-section .card {
    max-width: 360px;
    margin-top: 70px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 320px) {
  .dogo-section img {
    left: 110px;
    bottom: 180px;
  }
  .dogo-section .card {
    max-width: 300px;
    margin-top: 70px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.header-section .header-description {
  color: rgba(51, 51, 51, 0.8);
  font-size: 23px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 10px;
}
.header-section .header-title {
  color: #33535d;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.header-section .primary-type {
  color: var(--primary);
  font-weight: bold;
}
.header-section .secondary-type {
  color: var(--secondary);
  font-weight: bold;
}
.header-section .ternary-type {
  font-weight: 300;
}
.header-section .primary-type-new {
  color: var(--primary);
}
.header-section .secondary-type-new {
  color: var(--secondary);
}
.header-section .text-content-new h1 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
}
.header-section .text-content-new .info-card h3 {
  line-height: 1.3;
}
@media (max-width: 768px) {
  .header-section .text-content-new h1 {
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 10px !important;
  }
  .header-section .text-content-new .info-card h3 {
    font-size: 1.1rem;
  }
  .header-section .text-content-new .info-card h5 {
    font-weight: 700;
    font-size: 18px;
  }
  .header-section .header-description {
    color: rgba(0, 40, 53, 0.8);
    font-size: 16px;
    margin-bottom: 30px !important;
    line-height: 25px;
  }
}
.header-section .text-content h1 {
  font-size: 70px;
  line-height: 1.2;
  font-weight: 600;
}
.header-section .text-content .custom-btn-login {
  padding: 10px 30px;
  border-radius: 10px;
  box-shadow: 7px 10px 7.1px 0px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  border: none;
  display: inline-block;
  transition: background 0.6s ease, color 0.6s ease, box-shadow 0.6s ease;
  border: #6f6f6f 1px solid;
}
.header-section .text-content .custom-btn-login:hover {
  transition: all 0.6s ease;
  color: var(--primary);
  box-shadow: 10px 15px 10px rgba(0, 0, 0, 0.1);
}
.header-section .text-content .custom-btn {
  padding: 20px 45px;
  border-radius: 10px;
  background: linear-gradient(89deg, #257363 0.61%, #46d9bb 198.33%);
  box-shadow: 7px 10px 7.1px 0px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 25px;
  border: none;
  display: inline-block;
  transition: background 0.6s ease, color 0.6s ease, box-shadow 0.6s ease;
  font-weight: 400;
  margin: 20px 0;
}
.header-section .text-content .custom-btn:hover {
  transform: scale(1.05);
  transition: all 0.6s ease;
  color: #fff;
  box-shadow: 10px 15px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 998px) {
  .header-section .text-content h1 {
    font-size: 46px;
    line-height: 1;
  }
  .header-section .text-content .custom-btn {
    padding: 16px 35px;
    font-size: 18px;
  }
  .header-section .text-content .header-title {
    font-size: 18px;
  }
}
.header-section .text-content img {
  max-width: 100%;
  height: auto;
}

.mobile-card .card-text {
  color: #83c8ba;
  font-size: 15px;
}

.modal-body {
  font-size: 17px;
  color: #6e6b78;
  text-align: left;
}
.modal-body form .form-control {
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
}
.modal-body form .form-control:focus {
  box-shadow: none;
  border-color: var(--primary);
}

.modal-footer .custom-btn-primary {
  background-color: var(--primary);
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.modal-footer .custom-btn-primary:hover {
  background-color: #d89a32;
}
.modal-footer .custom-btn-secondary {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.terms-header {
  background: #387849;
  min-height: 196px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 20px;
}

.terms-header p {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.terms-content {
  padding: 20px;
  font-size: 16px;
  color: #000000;
  margin-bottom: 50px;
  color: #666;
}

/* Style for the terms content scrollbar */
.terms-content.scrollbar::-webkit-scrollbar {
  width: 10px;
}

.terms-content.scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

.terms-content.scrollbar::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

.terms-content.scrollbar {
  max-height: 400px;
  /* Set a max height for scrolling */
  overflow-y: auto;
  padding: 15px;
}

.terms-heading {
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  color: black !important;
}

.accordion-button:focus {
  border-color: #257363;
  box-shadow: 0 0 0 0.25rem rgba(37, 115, 99, 0.39) !important;
}

.form-control:focus {
  border-color: #257363;
  outline: 0;
  box-shadow: 0 0 0 0.05rem rgb(37, 115, 99);
}

.form-style {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #f4f4f4;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.profile-input {
  background-color: #f6f6f6 !important;
  padding: 0.6rem;
  border-radius: 10px;
  border: 0;
}

.primary-btn {
  color: #fff;
  background-color: #387849 !important;
  border-color: #387849 !important;
}

.secondary-btn {
  color: #fff;
  background: var(--YELLOW, linear-gradient(77deg, #F2B741 12.66%, #DF9E1B 94.6%));
  border-color: #DF9E1B !important;
}

.benefits-section {
  background-image: url("../images/background-image.png");
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}

.benefits-title {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  line-height: 66px;
}

@media (max-width: 425px) {
  .benefits-title {
    font-size: 40px;
    line-height: 50px;
  }
  .form-description {
    font-size: 16px;
    color: #333333;
    line-height: 23px;
  }
}
.benefits-title-span {
  color: #387849;
}

.benefit-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s;
  min-height: 230px;
  margin-bottom: 5px;
}
.benefit-card h5 {
  font-weight: 600;
}
.benefit-card p {
  color: #1B1B1B;
}

.earn-card {
  min-height: 200px !important;
  border: 1px solid #f4f4f4;
  border-radius: 30px;
}

@media (max-width: 1024px) {
  .earn-card {
    min-height: 200px !important;
  }
  .benefit-card {
    min-height: 240px;
    margin-bottom: 20px;
  }
  .benefit-card .benefit-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
  }
  .benefit-card h5 {
    font-size: 18px;
  }
  .benefit-card p {
    font-size: 14px;
  }
}
.benefit-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 15px;
}

.ppc-footer {
  background: #1B1B1B;
}
.ppc-footer .text-right,
.ppc-footer .text-left {
  color: #fff;
}
.ppc-footer .privacy-policy {
  font-size: 14px;
  color: rgba(153, 153, 153, 0.6);
  text-decoration: none;
}
.ppc-footer .privacy {
  color: #ffffff;
}
.ppc-footer .privacy a:hover {
  color: #ffffff !important;
  transition: all ease-in 0.2s;
}

.navbar-toggler {
  color: rgba(0, 0, 0, 0);
}

.custom-ppc-btn {
  border-radius: 15px;
  box-shadow: 7px 10px 7.1px 0px rgba(0, 0, 0, 0.05);
  color: #fff;
  border: none;
  display: inline-block;
  transition: all 0.6s ease;
  font-size: 20px;
  padding: 15px 0;
}
.custom-ppc-btn img {
  transition: all 0.6s ease;
  transform: translateX(10px);
}

.custom-ppc-btn:hover {
  color: #fff;
  box-shadow: 10px 15px 10px rgba(0, 0, 0, 0.1);
  filter: brightness(1.2);
}
.custom-ppc-btn:hover span img {
  transform: translateX(20px);
  color: #fff;
}

.outcomes-description {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: #6c6c6c;
}

@media (max-width: 1024px) {
  .outcomes-description {
    font-size: 16px;
    line-height: 26px;
    color: rgba(0, 40, 53, 0.8);
  }
  .custom-ppc-btn {
    border-radius: 15px;
    padding: 10px 0;
    font-size: 18px;
  }
}
.outcomes-titlle {
  font-size: 36px;
  font-weight: 600;
  line-height: 66px;
  margin-top: 25px;
  margin-bottom: 15px;
}

@media (max-width: 425px) {
  .outcomes-titlle {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: -20px;
  }
}
.outcome-main-title {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 90px;
}

@media (max-width: 1024px) {
  .outcome-main-title {
    margin-bottom: 56px;
    font-size: 35px;
  }
}
@media (max-width: 820px) {
  .outcome-main-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 768px) {
  .outcome-main-title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 0;
  }
}
.card-description {
  font-weight: 400;
  size: 18px;
  line-height: 27px;
}

/* Hide navbar initially */
.sticky-nav {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: white;
  transition: box-shadow 0.3s ease-in-out;
  z-index: 1000;
}

@media (max-width: 1200px) {
  .custom-nav {
    gap: 0 !important;
  }
}
.error_label {
  font-size: 12px;
}

.grecaptcha-badge {
  right: 0 !important;
  visibility: hidden !important;
  display: none !important;
}

.parent-class:has(.grecaptcha-badge) {
  visibility: hidden !important;
  display: none !important;
}

iframe {
  display: none;
}

#back-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: block;
  z-index: 1000;
  background: none;
  border: none;
  cursor: pointer;
}

#back-to-top img {
  width: 62px;
  height: 62px;
  transition: transform 0.3s ease-in-out;
}

#back-to-top img:hover {
  transform: scale(1.1);
}

.card-padding {
  margin: 2px 0px 2px 0px;
}

.google-form .custom-ppc-btn {
  border-radius: 10px;
  box-shadow: 7px 10px 7.1px 0px rgba(0, 0, 0, 0.05);
  color: #fff;
  border: none;
  display: inline-block;
  transition: all 0.6s ease;
  font-size: 16px;
  padding: 11px 20px;
}
.google-form .custom-ppc-btn img {
  transition: all 0.6s ease;
  transform: translateX(10px);
}
.google-form .custom-ppc-btn:hover {
  color: #fff;
  box-shadow: 10px 15px 10px rgba(0, 0, 0, 0.1);
  filter: brightness(1.2);
}
.google-form .custom-ppc-btn:hover span img {
  transform: translateX(15px);
  color: #fff;
}

@media (max-width: 1024px) {
  .google-form .custom-ppc-btn {
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 15px;
  }
}
.full-width-section {
  width: 100%;
  background-color: #387849;
  background-image: url("../images/bg_footer.png");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 67px 0 20px;
  min-height: 200px;
  display: flex;
  justify-content: center;
}
.full-width-section .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.full-width-section .column {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
  color: #ffffff;
}
.full-width-section .logo-column p {
  margin-bottom: 10px;
  color: #EBF2F1;
  font-size: 15px;
  font-weight: 400;
}
.full-width-section .newsletter-column p {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  color: var(--base-gray, #ccc);
}
.full-width-section .newsletter-column .newsletter-form {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.full-width-section .newsletter-column .email-input {
  flex: 1;
  padding: 10px;
  margin-right: 10px;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
}
.full-width-section .newsletter-column .subscribe-btn {
  background-color: #F2B741;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.full-width-section .newsletter-column .subscribe-btn:hover {
  background-color: #d89a32;
}
.full-width-section .social-icons a {
  color: #EBF2F1;
  margin-right: 10px;
  font-size: 27px;
  text-decoration: none;
  transition: transform 0.3s ease;
  display: inline-block;
}
.full-width-section .social-icons a i {
  transition: transform 0.3s ease;
}
.full-width-section .social-icons a:hover i {
  transform: translateY(-5px);
  transition: all 0.6s ease;
  box-shadow: 10px 15px 10px rgba(0, 0, 0, 0.1);
}
.full-width-section .privacy-policy,
.full-width-section .terms-conditions {
  color: #EBF2F1;
  text-decoration: none;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  transition: transform 0.3s ease;
}
.full-width-section .privacy-policy:hover,
.full-width-section .terms-conditions:hover {
  transform: scale(1.2);
}

@media (max-width: 998px) {
  .privacy-policy,
  .terms-conditions {
    font-size: 12px !important;
  }
}
@media (max-width: 998px) {
  .full-width-section {
    background-color: #387849;
    background-image: none !important;
    /* Ensures the background image is removed */
    padding: 30px 0;
    min-height: 300px;
    height: auto;
    display: flex;
    justify-content: flex-start;
  }
  .container {
    flex-direction: column;
  }
  .footer-content {
    color: var(--base-gray);
    font-size: 12px;
  }
  .column {
    margin-bottom: 20px;
  }
  .email-input,
  .subscribe-btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .newsletter-form {
    flex-direction: column;
  }
  .footer-right {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
  }
  .footer-left {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer-left img {
    width: 100%;
  }
}
.modal-body {
  font-size: 17px;
  color: #6e6b78;
  text-align: left;
}
.modal-body form .form-control {
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
}
.modal-body form .form-control:focus {
  box-shadow: none;
  border-color: var(--primary);
}

.footer-content {
  color: var(--base-gray);
  font-size: 16px;
}

@media (min-width: 998px) {
  .footer-right {
    text-align: right;
  }
}
@media (min-width: 1601px) {
  .owl-carousel .owl-item img {
    width: auto !important;
  }
}
.custom-btn-primary-policy {
  padding: 12px 30px;
  border-radius: 10px;
  background: #387849;
  box-shadow: 7px 10px 7.1px 0px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 18px;
  border: none;
  display: inline-block;
  transition: background 0.6s ease, color 0.6s ease, box-shadow 0.6s ease;
  font-weight: 400;
  margin: 20px 0;
}

/* Features Section Styles */
.features-section {
  background-color: #ffffff;
  padding: 80px 0;
  /* position: relative; */
}

/* .features-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #0aa97e;
} */

.features-headline {
  font-size: 40px;
  font-weight: 800;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}

.features-subtitle {
  font-size: 20px;
  color: #666666;
  text-align: center;
  margin-bottom: 60px;
  max-width: 485px;
  margin-left: auto;
  margin-right: auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.feature-card {
  background: white;
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.feature-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px auto;
}

.feature-card:nth-child(1) .feature-icon,
.feature-card:nth-child(3) .feature-icon {
  background: #0aa97e40;
}

.feature-card:nth-child(2) .feature-icon,
.feature-card:nth-child(4) .feature-icon {
  background: #0aa97e40;
}

.feature-icon i {
  font-size: 32px;
  color: #387849;
}

.feature-title {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 15px;
  line-height: 1.3;
}

.feature-description {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}

/* Responsive adjustments for features */
@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .features-headline {
    font-size: 28px;
  }
  
  .feature-card {
    padding: 30px 20px;
  }
}

/* Quote Section Styles */
.quote-section {
  background: #f8f9fa;
  padding: 80px 0;
  color: #000000;
}

.quote-content {
  text-align: center;
}

.quote-content blockquote {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.3;
}

.quote-content p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* Responsive adjustments for quote section */
@media (max-width: 768px) {
  .quote-content blockquote {
    font-size: 24px;
  }
  
  .quote-content p {
    font-size: 16px;
  }

  .guarantee-card {

    max-width: 390px !important;

    width: 100%;

  }
}

/* Guarantee Section Styles */
.guarantee-section {
  background: linear-gradient(149deg, #4caf6b, #3a814d);
  padding: 60px 0;
}

.guarantee-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(10, 169, 126, 0.1);
  padding: 48px 32px 68px 32px;
  max-width: 1100px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.guarantee-icon {
  width: 72px;
  height: 72px;
  background: #e8f5f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px auto;
}

.guarantee-icon svg {
  width: 28px;
  height: 28px;
  fill: #0aa97e;
}

.guarantee-title {
  font-weight: 800;
  font-size: 34px;
  color: #387849;
  margin-bottom: 12px;
}

.guarantee-subtitle {
  font-weight: 600;
  color: #2d3e50;
  margin-bottom: 20px;
  font-size: 20px;
}

.guarantee-description {
  color: #6e6b78;
  font-size: 16px;
  max-width: 760px;
  margin: 20px auto 50px auto;
}

.guarantee-link {
  color: white;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  text-decoration: none;
  background: #387849;
    padding: 20px 24px;
}

.guarantee-link:hover {
  color: white;
  text-decoration: underline;
}

/* CTA Section Styles */
.cta-section {
  background: #ffffff;
  padding: 100px 0;
}

.cta-content {
  text-align: center;
}

.cta-headline {
  font-size: 36px;
  font-weight: 700;
  /* color: #ffffff; */
  margin-bottom: 16px;
  line-height: 1.3;
}

.cta-subtitle {
  font-size: 20px;
  color: #5a5a5a;

  margin-bottom: 40px;
  line-height: 1.5;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.cta-button {
  display: flex;
  align-items: center;
  gap: 8px;
  /* background: #fca326; */
  /* color: #ffffff; */
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  /* box-shadow: 0 4px 12px rgba(252, 163, 38, 0.3); */
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #e5941f;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  /* box-shadow: 0 6px 16px rgba(252, 163, 38, 0.4); */
}

.cta-button i {
  font-size: 18px;
}

.cta-disclaimer {
  font-size: 16px;
  color: #616163;
  margin-bottom: 24px;
  line-height: 1.4;
}

.cta-separator {
  width: 100%;
  max-width: 300px;
  height: 1px;
  /* background: #4b5563; */
  margin: 0 auto 24px auto;
}

.cta-link {
  /* color: #9ca3af; */
  text-decoration: underline;
  font-size: 14px;
  transition: color 0.3s ease;
}

.cta-link:hover {
  color: #0aa97e;
  text-decoration: underline;
}

/* Responsive adjustments for CTA section */
@media (max-width: 768px) {
  .cta-headline {
    font-size: 24px;
  }
  
  .cta-subtitle {
    font-size: 16px;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  
  .cta-button {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
  .guarantee-card {

    max-width: 390px !important;

    width: 100%;

  }
}

.play-btns{
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
}

/* Custom Button Styles */
.btn-custom-primary {
  background-color: #387849;
  border-color: #387849;
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}


.new-btn{
  background-color: white;
  color: #387849;
  padding: 10px 24px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.btn-custom-primary:hover {
  background-color: #2d5f3a;
  border-color: #2d5f3a;
  color: #ffffff;
  transform: translateY(-1px);
  /* box-shadow: 0 4px 12px rgba(56, 120, 73, 0.3); */
}

.btn-custom-primary:focus {
  background-color: #2d5f3a;
  border-color: #2d5f3a;
  color: #ffffff;
  /* box-shadow: 0 0 0 0.2rem rgba(56, 120, 73, 0.25); */
}

/* Comparison Table Styles */
.comparison-table-section {
  background: #f4f4f4;
  padding: 80px 0;
}

.comparison-table-heading {
  text-align: center;
  margin-bottom: 60px;
}

.comparison-table-title {
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 16px;
}

.comparison-table-subtitle {
  font-size: 18px;
  color: #666666;
  line-height: 1.5;
}

.comparison-table-wrapper {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 0 auto;
  max-width: 1000px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.comparison-table th {
  background: #f8f9fa;
  padding: 20px 16px;
  text-align: left;
  font-weight: 700;
  color: #333333;
  font-size: 16px;
  border-bottom: 2px solid #e9ecef;
}

.comparison-table td {
  padding: 16px;
  border-bottom: 1px solid #e9ecef;
  font-size: 16px;
  line-height: 1.4;
}

.comparison-table tr:last-child td {
  border-bottom: none;
}

.comparison-table .metric-cell {
  font-weight: 600;
  color: #333333;
  position: relative;
}

.comparison-table .without-dojo {
  color: #dc3545;
  font-weight: 600;
}

.comparison-table .with-dojo {
  color: #28a745;
  font-weight: 600;
}

.comparison-table .summary-row {
  background: #f8f9fa;
}

.comparison-table .summary-row td {
  font-weight: 700;
  color: #333333;
}

.comparison-table .extra-revenue-row {
  background: #e8f5e8;
}

.comparison-table .extra-revenue-row td {
  font-weight: 700;
  color: #28a745;
}

.tooltip-icon {
  color: #6c757d;
  font-size: 14px;
  margin-left: 8px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.tooltip-icon:hover {
  color: #0aa97e;
}

/* Responsive table */
@media (max-width: 768px) {
  .comparison-table-wrapper {
    margin: 0 15px;
  }
  
  .comparison-table th,
  .comparison-table td {
    padding: 12px 8px;
    font-size: 14px;
  }
  
  .comparison-table-title {
    font-size: 28px;
  }
  
  .comparison-table-subtitle {
    font-size: 16px;
  }
}

/* Performance Metrics Section */
.performance-metrics-section {
  background: #3d81511a;
  padding: 60px 0;
  border-top: 1px solid #f0f0f0;
}

.performance-metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}

.performance-metric {
  text-align: center;
  padding: 20px;
}

.performance-metric-title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
  line-height: 1.3;
}

.performance-metric-current {
  font-size: 32px;
  font-weight: 700;
  color: #dc3545;
  margin-bottom: 8px;
  line-height: 1.2;
}

.performance-metric-vs {
  font-size: 14px;
  color: #9ca3af;
  margin-bottom: 8px;
  font-weight: 400;
}

.performance-metric-improved {
  font-size: 32px;
  font-weight: 700;
  color: #28a745;
  line-height: 1.2;
}

/* Responsive adjustments for performance metrics */
@media (max-width: 768px) {
  .performance-metrics-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .performance-metric-current,
  .performance-metric-improved {
    font-size: 28px;
  }
  
  .performance-metric-title {
    font-size: 16px;
  }
}

/* Quote Section Styles */
.quote-dark-section {
  /* background: #387849; */
  padding: 80px 0;
  text-align: center;
}

.quote-dark-content {
  max-width: 990px;
  margin: 0 auto;
  background: linear-gradient(143deg, #4caf6b, #376e46);
  padding: 4rem 3rem;
  border-radius: 20px;
  color: white;
  box-shadow: 0px 40px 70px -30px #1987544f;
}

.quote-dark-headline {
  font-size: 36px;
  font-weight: 800;
  max-width: 710px;
  margin: auto;
}

.quote-dark-subtitle {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.9;
  max-width: 600px;
  margin: 20px auto;
}

.quote-dark-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}
.risk-free-practice{
  display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.quote-dark-button:hover {
  background: #ffffff;
  color: #376e46;
  text-decoration: none;
  transform: translateY(-2px);
  /* box-shadow: 0 4px 12px rgba(252, 163, 38, 0.3); */
}

.quote-dark-button i {
  font-size: 16px;
}

/* Responsive adjustments for quote dark section */
@media (max-width: 768px) {
  .quote-dark-headline {
    font-size: 28px;
  }
  
  .quote-dark-subtitle {
    font-size: 16px;
  }
  
  .quote-dark-button {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* Disclaimer Section Styles */
.disclaimer-section {
  background: #ffffff;
  padding: 60px 0;
  text-align: center;
}

.disclaimer-box {
  background: #ffffff;
  border: 1px solid #f0e6d9;
  border-radius: 12px;
  padding: 40px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 2px 8px rgba(240, 230, 217, 0.3);
}

.disclaimer-title {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 16px;
  line-height: 1.3;
}

.disclaimer-text {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}

/* Responsive adjustments for disclaimer section */
@media (max-width: 768px) {
  .disclaimer-box {
    margin: 0 20px;
    padding: 30px 20px;
  }
  
  .disclaimer-title {
    font-size: 18px;
  }
  
  .disclaimer-text {
    font-size: 14px;
  }
}

/* CTA Banner Section Styles */
.cta-banner-section {
  /* background: #387849; */
  padding: 80px 0;
  text-align: center;
}

.cta-banner-content {
  max-width: 800px;
  margin: 0 auto;
}

.cta-banner-headline {
  font-size: 36px;
  font-weight: 700;
  /* color: #ffffff; */
  margin-bottom: 20px;
  line-height: 1.3;
}

.cta-banner-subtitle {
  font-size: 18px;
  /* color: #ffffff; */
  margin-bottom: 40px;
  line-height: 1.5;
  opacity: 0.9;
}

.cta-banner-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.cta-banner-button {
  display: flex;
  align-items: center;
  gap: 8px;
  /* background: #fca326; */
  /* color: #ffffff; */
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: none;
}

.cta-banner-button:hover {
  /* background: #e5941f; */
  /* color: #ffffff; */
  text-decoration: none;
  transform: translateY(-2px);
  /* box-shadow: 0 4px 12px rgba(252, 163, 38, 0.3); */
}

.cta-banner-button i {
  font-size: 18px;
}

.cta-banner-pricing {
  font-size: 14px;
  /* color: #ffffff; */
  opacity: 0.8;
  line-height: 1.4;
}

/* Responsive adjustments for CTA banner section */
@media (max-width: 768px) {
  .cta-banner-headline {
    font-size: 28px;
  }
  
  .cta-banner-subtitle {
    font-size: 16px;
  }
  
  .cta-banner-buttons {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  
  .cta-banner-button {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}

/* Download Buttons Section */
.download-buttons-section {
  text-align: center;
  margin: 40px 0;
}

.download-buttons-container {
  display: flex;
  justify-content: left;
  gap: 20px;
  flex-wrap: wrap;
}

.download-button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #387849 0%, #387849 100%);
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: none;
  /* box-shadow: 0 2px 8px rgba(252, 163, 38, 0.3); */
}

.download-button:hover {
  background: linear-gradient(135deg, #387849 0%, #387849 100%);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  /* box-shadow: 0 4px 12px rgba(252, 163, 38, 0.4); */
}

.download-button i {
  font-size: 18px;
}

.download-button .far.fa-phone {
  color: #0aa97f;
}

.download-button .far.fa-phone {
  color: #0aa97f;
}

/* Responsive adjustments for download buttons */
@media (max-width: 768px) {
  .download-buttons-container {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  
  .download-button {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}


.new-section{
  color: #343434 !important;
  font-weight: 600 !important;
}

.dojo-fill{
  color: #2d5f3a !important;
  font-weight: 800 !important;

}

/*# sourceMappingURL=custom.css.map */

.header-span{
  max-width: 870px;
  width: 100%;
  display: block;
  margin: auto;
}
.header-sub-title-new{
  font-size: 20px;
  color: #387849;
}

/* Custom Tooltip Styles */
.custom-tooltip {
    position: absolute;
    background: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.4;
    max-width: 250px;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    pointer-events: none;
}

.custom-tooltip::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #333;
}

/* Tooltip icon styles */
.tooltip-icon {
    color: #666;
    margin-left: 6px;
    cursor: help;
    font-size: 14px;
    transition: color 0.2s ease;
}

.tooltip-icon:hover {
    color: #333;
}