: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: 50px;
}
.contributers-header .text-content h1 {
  font-size: 52px;
  font-weight: 900;
}
.contributers-header .header-description {
  color: rgba(51, 51, 51, 0.8);
  font-size: 23px;
  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: 700;
}
.dogo-section .title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.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;
  border-radius: 25px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  min-height: 200px;
  max-width: 460px;
  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: 300;
  font-size: 18px;
  line-height: 26px;
  color: #6C6C6C;
  margin-top: 10px;
  text-align: center;
}

@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: 405px;
    margin-top: 70px;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@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: 50px;
  font-weight: 500;
}

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

@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) {
  .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;
  }
}
.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;
  }
}/*# sourceMappingURL=custom.css.map */