: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 */
}

@media (min-width: 1440px) {
  .container {
    max-width: 1600px;
  }
}
.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;
  }
}
.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: 100px;
}
.contributers-header .text-content h1 {
  font-size: 44px;
  font-weight: 900;
}
.contributers-header .header-description {
  color: #1B1B1B;
  font-size: 21px;
  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 (min-width: 1024px) {
  .contributers-header .text-content {
    padding-top: 36px;
  }
  .contributers-header .text-content h1 {
    font-size: 44px;
    font-weight: 900;
  }
}
@media (min-width: 820px) {
  .contributers-header .text-content {
    padding-top: 36px;
  }
  .contributers-header .text-content h1 {
    font-size: 44px;
    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;
  }
}
.contribution-section {
  background-image: url("../images/background-image.png");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
.contribution-section h2 {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #333;
}
.contribution-section .title {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 90px;
}
.contribution-section .card {
  border: none;
  padding: 1.8rem;
  border-radius: 25px;
  box-shadow: 10px 9px 1px -1px rgba(205, 205, 205, 0.46);
  min-height: 240px;
  max-width: 750px;
  margin-bottom: 20px;
  flex-direction: row;
}
.contribution-section .card .card-img-left {
  width: 80px;
  height: 140px;
  overflow: hidden;
  margin: 18px;
  align-content: center;
}
.contribution-section .card .card-content {
  flex: 1;
}
.contribution-section .primary-card {
  background: var(--g5, linear-gradient(66deg, #3E8E54 1.5%, #387849 95.47%));
  color: #fff;
  padding: 1rem;
}
.contribution-section .secondary-card {
  background: var(--YELLOW, linear-gradient(77deg, #F2B741 12.66%, #DF9E1B 94.6%));
  color: #fff;
  padding: 1rem;
}

@media (max-width: 1200px) {
  .contribution-section {
    padding: 56px;
  }
  .contribution-section h2 {
    margin: 0;
    font-size: 18px;
  }
  .contribution-section .title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 56px;
  }
  .contribution-section .card {
    flex-direction: column !important;
    padding: 1.1rem;
    padding-bottom: 18px;
  }
  .contribution-section .card .card-content .card-title {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }
  .contribution-section .card .card-content .card-description {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
  }
  .contribution-section .card .card-img-left {
    width: 70px;
    height: 70px;
    margin: 0;
  }
  .contribution-section .heading {
    font-size: 40px;
    text-align: center;
  }
  .contribution-section .description {
    font-size: 1rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .contribution-section {
    padding: 10px 0;
  }
  .outcome-section {
    padding: 0;
  }
}
.header-section .header-description {
  color: rgba(0, 40, 53, 0.8);
  font-size: 21px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 10px;
  font-weight: 400;
}
.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;
}

.statistics-section {
  background-color: #192422;
  color: #fff4df;
  padding: 40px 0;
  display: flex;
  justify-content: space-around;
}
.statistics-section .number {
  font-size: 50px;
  margin: 0 10px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .statistics-section .number {
    font-size: 30px;
    text-align: center;
  }
}
.statistics-section span {
  font-size: 40px;
  font-weight: 400;
}
.statistics-section .premium-modules {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.statistics-section .label {
  font-size: 22px;
  margin: 0 10px;
  color: #6c6c6c;
  text-align: left;
}
@media (max-width: 1280px) {
  .statistics-section .premium-modules {
    display: block;
  }
  .statistics-section .label {
    font-size: 16px;
    text-align: center;
  }
}
.statistics-section .complementary-modules {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.statistics-section .complementary-modules .label {
  font-size: 22px;
  margin: 0 10px;
  color: #6c6c6c;
  text-align: left;
}
@media (max-width: 1280px) {
  .statistics-section .complementary-modules .label {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 1280px) {
  .statistics-section .complementary-modules {
    display: block;
  }
  .statistics-section .label {
    font-size: 16px;
    text-align: center;
  }
}
.statistics-section .training-materials {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.statistics-section .training-materials .label {
  font-size: 22px;
  margin: 0 10px;
  color: #6c6c6c;
  text-align: left;
}
@media (max-width: 1280px) {
  .statistics-section .training-materials .training-materials {
    display: block;
  }
  .statistics-section .training-materials .label {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 1280px) {
  .statistics-section .training-materials {
    display: block;
  }
}

.community-section {
  padding: 100px 0;
}
.community-section .arrow-img {
  width: 30px;
}
.community-section .header-title {
  margin: 80px 0 0 0;
}
.community-section .bg-primary {
  background-color: #257363 !important;
}
.community-section img {
  height: 100%;
}
.community-section .description {
  font-size: 23px;
  color: #83c8ba;
  padding: 100px 0;
}
.community-section .container {
  border-radius: 30px;
}
.community-section .position-relative {
  position: relative;
}
.community-section .position-absolute {
  top: 0;
  right: -9px;
  position: absolute;
}
.community-section .custom-btn-join {
  padding: 45px;
  border-radius: 25px;
  background: var(--G2, linear-gradient(94deg, #f2b741 28.77%, #ffd98d 94.39%));
  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;
}
.community-section .custom-btn-join:hover {
  transform: scale(1.05);
  transition: all 0.6s ease;
  color: #fff;
  box-shadow: 10px 15px 10px rgba(0, 0, 0, 0.1);
}
.community-section .join-bg {
  background: url("../images/join-bg.svg") no-repeat center center;
  background-position-y: top;
  background-position-x: right;
}
@media screen and (max-width: 1200px) {
  .community-section .community-section {
    margin: 50px 0;
  }
  .community-section .custom-btn-join {
    padding: 12px 30px;
    border-radius: 10px;
    width: 360px;
    font-size: 18px;
  }
  .community-section .arrow-img {
    width: 20px;
  }
}

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

/* Access section */
.access-section {
  padding: 70px 0;
  background: #192422;
}
.access-section .sqaure {
  position: absolute;
  left: -5px;
  top: 28px;
  height: 30px;
  width: 30px;
  background: rgb(218, 217, 217);
  transform: rotate(70deg);
}
.access-section .custom-title-bg {
  background: white;
  padding: 15px;
  padding-left: 50px;
  width: 360px;
  margin-left: -55px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  position: relative;
}
.access-section .custom-title-bg .primary-title {
  color: var(--primary);
}
.access-section .custom-title-bg .secondary-title {
  color: var(--secondary);
}
.access-section .custom-btn {
  width: 425px;
  padding: 12px 30px;
  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;
}
@media screen and (max-width: 1200px) {
  .access-section .custom-btn {
    padding: 16px 35px;
    font-size: 18px;
    width: 340px;
  }
}
.access-section .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);
}
.access-section .row {
  justify-content: space-evenly;
}
.access-section .section-heading {
  margin-bottom: 20px;
  color: #fff;
}
.access-section .section-heading h1 {
  font-size: 70px;
  font-weight: bold;
}
.access-section .section-heading span {
  color: #f2b741;
  font-weight: bold;
}
@media (max-width: 768px) {
  .access-section .section-heading h1 {
    font-size: 32px;
  }
}
.access-section .side-content {
  color: #6c6c6c;
  font-size: 28px;
  font-weight: 500;
}
.access-section .card {
  border: none;
  border-radius: 25px;
  margin-bottom: 20px;
  color: #fff;
  padding: 20px 10px;
  position: relative;
  /* Added to position image absolutely */
}
.access-section .card span {
  font-weight: 600;
}
.access-section .card.premium-card {
  background: linear-gradient(316deg, #257363 1.5%, #015342 95.47%);
  /* Green background */
}
.access-section .card.complementory-card {
  background: linear-gradient(316deg, #ffc145 0.76%, #a87614 98.49%);
  /* Yellow background */
}
.access-section .card .card-body {
  padding: 10px;
  min-height: 330px;
}
.access-section .card .card-image {
  position: absolute;
  /* Position the image absolutely */
  top: 10px;
  /* Adjust as needed */
  right: 10px;
  /* Adjust as needed */
  width: 130px;
  /* Set a width for the image */
  height: auto;
  /* Maintain aspect ratio */
}
.access-section .card .card-title {
  font-size: 23px;
  font-weight: 700;
}
.access-section .card .card-text {
  font-size: 22px;
  line-height: 1.5;
  padding: 10px;
  padding-left: 0;
}
.access-section .card .premium-features img {
  margin-right: 10px;
}

/* celebrate section */
.celebrate-section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
.celebrate-section .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/bg_celebration.png") no-repeat center center fixed;
  background-size: cover;
  opacity: 0.3;
  z-index: 1;
}
.celebrate-section .overlay {
  position: absolute;
  /* Position the overlay absolutely */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e8fffa;
  /* Set overlay color */
  opacity: 0.5;
  /* Set overlay opacity to 50% */
  z-index: 2;
  /* Ensure overlay is above the background */
}
.celebrate-section .row {
  position: relative;
  /* Make row relative to stack above the overlay */
  display: flex;
  flex-direction: row;
  z-index: 3;
  /* Ensure content is above the overlay */
}
@media (max-width: 992px) {
  .celebrate-section .row {
    flex-direction: column;
    align-items: center;
    /* Stack columns on small screens */
  }
}
.celebrate-section .row .celebrate-heading {
  padding: 30px;
}
.celebrate-section .row .celebrate-heading h1 {
  font-size: 59px;
}
@media (max-width: 992px) {
  .celebrate-section .row .celebrate-heading h1 {
    font-size: 30px;
  }
}
.celebrate-section .row .celebrate-heading span {
  color: var(--primary);
  font-weight: bold;
}
.celebrate-section .row .celebrate-description {
  padding: 20px;
  font-size: 28px;
  font-weight: 400;
}
.celebrate-section .row .celebrate-description p {
  font-size: 28px;
  color: var(--base-gray);
  line-height: 1.8;
}
.celebrate-section .row .celebrate-description span {
  color: var(--primary);
  font-weight: 700;
}
@media (max-width: 992px) {
  .celebrate-section .row .celebrate-description p {
    font-size: 20px;
  }
}

/* FAQ */
.faq-section {
  padding: 90px 0 50px;
  text-align: center;
  width: 100%;
}
.faq-section button {
  font-size: 22px;
}
.faq-section .faq-heading {
  font-size: 60px;
  font-weight: 600;
}
.faq-section .primary-color {
  color: var(--primary);
}
.faq-section .faq-item {
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin: 15px 0;
  border-radius: 5px;
}
.faq-section .faq-item .accordion-header {
  border-radius: 5px;
  background-color: white;
  border: none;
}
.faq-section .faq-item .accordion-header .accordion-button {
  background-color: white;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-weight: 500;
  position: relative;
}
.faq-section .faq-item .accordion-header .accordion-button::after {
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.faq-section .faq-item .accordion-header .accordion-button[aria-expanded=true]::after {
  transform: rotate(0deg);
}
.faq-section .faq-item .faq-answer {
  color: var(--faq-answer);
  padding: 15px 20px;
}
@media (max-width: 992px) {
  .faq-section .faq-section {
    padding: 60px 0;
  }
  .faq-section .faq-heading {
    font-size: 30px;
  }
  .faq-section button {
    font-size: 14px;
  }
}

.contact-section {
  padding: 0 0 60px;
}
.contact-section .contact-message {
  font-size: 28px;
  color: var(--base-gray);
  margin-top: 20px;
}
.contact-section .contact-message .contact-link {
  font-weight: bold;
  color: var(--primary);
  text-decoration: none;
}
.contact-section .contact-message .contact-link:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .contact-message {
    font-size: 18px;
  }
}
/* footer menu section */
/* footer menu section */
/* Full-width section with background color and image */
.full-width-section {
  width: 100%;
  background-color: #257363;
  background-image: url("../images/bg_footer.jpg");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 98px 0 0;
  min-height: 300px;
  display: flex;
  justify-content: center;
}
.full-width-section .container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  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: 768px) {
  .full-width-section {
    background-color: #257363;
    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;
  }
}
.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: #fed789;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 20px;
}

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

.terms-content {
  padding: 20px;
  font-size: 16px;
  color: #000000;
  margin-top: -100px;
  min-height: 500px;
  overflow-y: scroll;
  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;
}

.value-section {
  padding: 90px 0 50px;
  text-align: center;
  width: 100%;
}
.value-section .agent-img {
  margin-bottom: 160px;
}
.value-section img {
  width: 100%;
}
.value-section .value-heading {
  font-size: 60px;
  font-weight: 600;
}
.value-section .value-description {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--base-gray);
}
.value-section .value-background {
  background: url("../images/value-bg.png") no-repeat center center;
  background-size: auto;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.value-section .card {
  border: none;
  border-radius: 25px;
  margin-bottom: 20px;
  color: #fff;
  padding: 0 10px;
  position: relative;
  min-height: 280px;
}
.value-section .card span {
  font-weight: 600;
}
.value-section .card.premium-card {
  background: linear-gradient(316deg, #257363 1.5%, #015342 95.47%);
  order: 1;
}
.value-section .card.premium-card .card-body {
  display: flex;
  align-items: center;
}
.value-section .card.complementory-card {
  background: linear-gradient(316deg, #ffc145 0.76%, #a87614 98.49%);
  order: 3;
}
.value-section .card.complementory-card .card-body {
  display: flex;
  align-items: center;
}
.value-section .card .card-title {
  font-size: 23px;
  font-weight: 700;
}
.value-section .card .card-text {
  font-size: 22px;
  line-height: 1.5;
  padding: 10px 0;
}
.value-section .primary-color {
  color: var(--primary);
}

@media (max-width: 1024px) {
  .value-section {
    padding: 60px 0;
  }
  .value-section img {
    width: 200px;
    margin-bottom: 60px;
  }
  .value-section .value-background {
    background-size: contain;
    justify-content: normal;
    min-height: 56vh;
  }
  .value-section .value-description {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .value-section .card {
    min-height: 170px;
  }
  .value-section .card .card-text {
    font-size: 16px;
  }
  .value-section .value-heading {
    font-size: 30px;
  }
  .value-section button {
    font-size: 14px;
  }
}
.key-features-section {
  padding: 70px 0;
  background: #192422;
  width: 100%;
  color: #fff;
}
.key-features-section .heading {
  font-size: 65px;
  font-weight: 600;
}
.key-features-section .description {
  font-size: 23px;
  color: #d1d1d1;
  margin-bottom: 50px;
}
.key-features-section .premium-card {
  background: linear-gradient(316deg, #257363 1.5%, #015342 95.47%);
  color: #fff;
  padding: 1rem;
  border-radius: 8px;
}
.key-features-section .complementory-card {
  background: linear-gradient(316deg, #ffc145 0.76%, #a87614 98.49%);
  color: #fff;
  padding: 1rem;
  border-radius: 8px;
}
.key-features-section .card {
  border: none;
  padding: 1.8rem;
  border-radius: 25px;
  box-shadow: 21px 9px 1px 0px rgba(46, 50, 49, 0.46);
  min-height: 330px;
  max-width: 750px;
  margin-bottom: 20px;
  flex-direction: row;
}
.key-features-section .card .card-img-left {
  width: 140px;
  height: 140px;
  overflow: hidden;
  margin-right: 15px;
}
.key-features-section .card .card-img-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.key-features-section .card .card-content {
  flex: 1;
}
.key-features-section .card .card-content .card-title {
  font-size: 2rem;
  font-weight: bold;
}
.key-features-section .card .card-content .card-description {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 200;
}

@media (max-width: 1200px) {
  .key-features-section .card {
    flex-direction: column !important;
    padding: 1.1rem;
    min-height: 260px;
  }
  .key-features-section .card .card-content .card-title {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }
  .key-features-section .card .card-content .card-description {
    margin: 0;
    font-size: 1rem;
    font-weight: 200;
    text-align: center;
  }
  .key-features-section .card .card-img-left {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .key-features-section .heading {
    font-size: 40px;
    text-align: center;
  }
  .key-features-section .description {
    font-size: 1rem;
    text-align: center;
  }
}
.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: #257363 !important;
  border-color: #257363 !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: 0.7rem;
  }
}
.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: 234px !important;
  border: 1px solid #f4f4f4;
}

@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;
}

.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-section {
  padding: 100px 0;
}

@media (max-width: 1024px) {
  .outcome-section {
    padding: 56px 0;
  }
}
@media (max-width: 820px) {
  .outcome-section {
    padding: 56px 0;
  }
}
@media (max-width: 768px) {
  .outcome-section {
    padding-top: 0;
    padding-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: 20px;
  right: 20px;
  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;
}

@media (min-width: 1601px) {
  .owl-carousel .owl-item img {
    width: auto !important;
  }
}/*# sourceMappingURL=custom.css.map */