@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
body {
  background-color: #f5f5f5;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #767676 !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
  color: #000 !important;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  color: #3c9745;
}

h2 {
  color: #3c9745 !important;
}

input {
  border-radius: 100px !important;
  border: none !important;
}

section {
  padding: 150px 0 150px 0px;
}
@media (max-width: 768px) {
  section {
    padding: 100px 0;
  }
}
@media (max-width: 567px) {
  section {
    padding: 50px 0;
  }
}

.modal img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 567px) {
  .modal img {
    display: none;
  }
}
.modal-form {
  background-color: #f5f5f5;
  padding: 16px;
  border-radius: 10px;
}

.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 2s linear infinite;
}

.loading {
  display: inline-block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
a {
  text-decoration: none;
}

.btn {
  border-radius: 100px !important;
  padding: 12px 32px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 567px) {
  .btn {
    font-size: 14px !important;
  }
}
.btn-primary {
  background-color: #3c9745 !important;
  border-color: #3c9745 !important;
}
.btn-primary:hover, .btn-primary:focus-visible, .btn-primary:active, .btn-primary:focus, .btn-primary:visited, .btn-primary:focus-within {
  background-color: rgba(60, 151, 69, 0.9);
  border-color: rgba(60, 151, 69, 0.9);
}
.btn-secondary {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.btn-secondary:hover, .btn-secondary:focus-visible, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:visited, .btn-secondary:focus-within {
  background-color: rgba(60, 151, 69, 0.9);
  border-color: rgba(60, 151, 69, 0.9);
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: rgba(60, 151, 69, 0.9);
  border-color: rgba(60, 151, 69, 0.9);
}

header,
#navigation {
  background-color: #fff !important;
}
header .nav-link,
#navigation .nav-link {
  color: #000;
}
header .nav-link:hover,
#navigation .nav-link:hover {
  color: #3c9745;
}
header .active,
#navigation .active {
  color: #3c9745;
}

header {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.media-statement {
  background-color: #3c9745;
  padding: 8px 0;
}
@media (max-width: 567px) {
  .media-statement button {
    font-size: 10px !important;
  }
}
.media-statement button:hover {
  border-color: #fff;
}
.media-statement .h3 {
  color: #3c9745 !important;
}
.media-statement p {
  color: #fff;
  margin-bottom: 0 !important;
}
@media (max-width: 567px) {
  .media-statement p {
    font-size: 12px !important;
  }
}

#videoModal .modal-body {
  padding: 0 !important;
}

.banner {
  color: #fff;
  background-attachment: fixed !important;
}
.banner .h2,
.banner .h1 {
  color: #fff !important;
}
.banner .h2 span,
.banner .h1 span {
  color: #3c9745;
}
@media (max-width: 768px) {
  .banner {
    background-attachment: scroll !important;
  }
}

.card {
  border: none;
  border-radius: 10px !important;
  padding: 2px;
}
.card img {
  border-radius: 10px !important;
}
.card-text,
.card li,
.card p {
  color: #767676;
}
.card h5 {
  color: #3c9745 !important;
}
.card a {
  color: #3c9745;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #3c9745;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

#pills-tab {
  background-color: #000;
  padding: 4px;
  border-radius: 100px;
  display: inline-flex;
  color: #fff !important;
}
#pills-tab button {
  border-radius: 100px;
  color: #fff;
}
#pills-tab button.active {
  background-color: #3c9745;
}
@media (max-width: 567px) {
  #pills-tab button {
    font-size: 10px;
  }
}

#home .hero {
  background: url("../images/hero-background.webp") fixed;
  color: #fff;
  padding: 100px 0 0px 0px;
  margin-top: 100px;
}
@media (max-width: 567px) {
  #home .hero {
    padding: 50px 0 0;
  }
}
#home .hero .h1 {
  color: #fff !important;
}
#home .hero .h1 span {
  color: #3c9745;
}
#home .hero .stats {
  background-color: #3c9745;
  border-radius: 10px 100px 0 0;
  padding: 40px 25px;
}
#home .hero .stats .h4 {
  color: #fff !important;
}
#home .hero .stats .progress {
  background-color: rgba(0, 0, 0, 0.25);
  height: 4px;
}
#home .hero .stats .progress-bar {
  width: 15% !important;
  background-color: #fff;
}
#home .home-about h2 {
  color: #000 !important;
}
#home .home-about span {
  color: #3c9745 !important;
}
@media (max-width: 992px) {
  #home .home-about img {
    width: 100% !important;
  }
}
#home .home-stats {
  padding: 50px 0px;
  background-color: #fff;
}
@media (max-width: 567px) {
  #home .home-stats .row > * {
    width: 50%;
  }
}
#home .home-stats .h3 {
  color: #3c9745 !important;
}
#home .home-stats p {
  color: #000;
}
#home .videos {
  background-color: #fff;
}
#home .videos .h2 {
  color: #3c9745 !important;
}
#home .videos .side {
  margin-top: 50px;
}
#home .videos video {
  border-radius: 10px;
}
#home .glide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  color: #333;
  font-size: 2rem;
  border-radius: 10px;
}
#home .glide__slide img {
  width: 100% !important;
  height: auto !important;
}
#home .glide__arrows {
  margin-top: 10px;
  text-align: center;
}
#home .glide__arrow {
  background: #f5f5f5;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 50px;
}
#home .glide__bullet {
  background-color: rgba(60, 151, 69, 0.5);
  border: none;
  width: 4px;
  height: 12px;
  border-radius: 50px;
}
#home .glide__bullet--active {
  background-color: #3c9745;
}
@media (max-width: 768px) {
  #home .glide__bullet {
    display: none;
  }
}
#home .glide-2 img {
  width: 100% !important;
}
#home .banner {
  background: url("../images/home-banner.webp");
  background-size: cover;
}
@media (max-width: 768px) {
  #home .news-updates .container {
    row-gap: 8px !important;
  }
}

.home-contact {
  overflow: hidden;
}
.home-contact .row {
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .home-contact .row {
    flex-direction: column;
  }
}
.home-contact-item {
  background-color: #f5f5f5;
  padding: 32px;
  border-radius: 10px;
  height: 100%;
}

footer {
  background-color: #fff;
  padding: 50px 0;
  color: #000;
}
footer .h5 {
  color: #3c9745 !important;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul a {
  color: #000;
  text-decoration: none;
}
footer ul a:hover {
  color: #3c9745;
}
footer svg {
  fill: #000;
  width: 24px;
  height: 24px;
}
footer svg:hover {
  fill: #3c9745;
}
footer input {
  background-color: #f5f5f5 !important;
  border: none !important;
  border-radius: 100px !important;
}
footer input::placeholder {
  color: #c4c4c4 !important;
  font-size: 12px;
}
footer .subscription-form a {
  color: #3c9745;
  text-decoration: none;
}
footer .subscription-form p {
  font-size: 12px;
  color: #767676;
}
footer .copyright {
  font-size: 12px;
  color: #767676;
}
footer .copyright a {
  color: #767676;
}
@media (max-width: 567px) {
  footer .copyright a {
    display: block;
    text-align: center;
  }
}
@media (max-width: 567px) {
  footer .copyright {
    text-align: center;
  }
}

#about .achievements {
  background: none !important;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  margin-top: 70px;
}
#about .achievements::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
#about .achievements .container {
  position: relative;
  z-index: 3;
}
#about .achievements video {
  position: absolute;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  #about .achievements video {
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
  }
}
#about .banner {
  background: url("../images/about-banner.webp");
  background-size: cover;
  background-position: center;
}
#about .locations .accordion-item {
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: none !important;
}
#about .locations .accordion-item ul {
  list-style: none;
  padding-left: 0;
}

#team .team {
  margin-top: 70px !important;
}
#team .banner {
  background: url("../images/team-banner.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#gallery {
  margin-top: 70px;
}
#gallery .banner {
  background: url("../images/gallery-banner.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.media-interviews {
  background-color: #fff;
}
.media-interviews .card {
  background-color: #f5f5f5;
}

#news-and-updates h2 {
  color: #3c9745 !important;
}
#news-and-updates section a {
  color: #3c9745;
}

#post img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#post .post-header {
  margin-top: 100px;
}
@media (max-width: 768px) {
  #post .post-header {
    margin-top: 50px;
  }
}
#post .post-information {
  background-color: #fff;
  padding: 50px 0 150px 0 !important;
}

.form-container {
  max-width: 400px;
  margin: auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

input[type=text],
input[type=email],
input[type=number] {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.amount-option {
  display: inline-block;
  width: 100%;
}

.amount-option input {
  display: none;
}

.amount-option label {
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  background: #fff;
  font-size: 12px !important;
  padding: 5px 0 !important;
}
.amount-option label span:first-child {
  font-weight: bold;
  color: #3c9745;
  font-size: 16px;
}

.amount-option input:checked + label {
  background: #e0f7e9;
  border-color: #34a853;
}

.button {
  width: 100%;
  padding: 10px;
  background-color: #34a853;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.button:hover {
  background-color: #2c8e42;
}

#payfast_div_container {
  z-index: 9999 !important;
}

.thanks__logo {
  background-color: #f5f5f5;
}

@media (max-width: 768px) {
  #blog-list,
  #blog-list-home {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  #news-and-updates {
    margin-top: 70px;
  }
}

.input-group-text {
  border: none;
  background-color: #f5f5f5;
}

@media (max-width: 768px) {
  .cookies-policy,
  .privacy-policy {
    margin-top: 70px;
  }
}/*# sourceMappingURL=main.css.map */