/*
Theme Name: Pure Moringa Theme
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: A single-file WordPress theme.
Version: 1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: puremoringa
*/
:root {
  --primary-color: #2e953e;     /* green */
  --secondary-color: #5D5D5D;   /* gray */
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.topbar-message {
    background: #86b48c;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    font-size: 15px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}
.page-content {
    padding: 40px 0;
}
.main-header {
background: #fff;
    padding: 20px 0;
    box-shadow: 0px 3px 7px 1px #2e953e8a;
}

.container.header-flex {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-logo img {
    max-height: 80px;
    max-width: max-content;
}

.main-menu .nav {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.main-menu .nav li a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}
.site-footer {
    background: #000;
    color: #ccc;
    padding: 40px 20px;
    position: relative;
    background-image: url("../img/footer-bg.webp");
    background-position: center;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
  gap: 20px;
}
ul.list.list-payment li {
    list-style-type: none;
}

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: center;
	font-family: 'Montserrat';
}
.footer-column p {
    color: white;
}
.footer-column h4 {
    font-size: 30px;
    color: white;
}
.social-icons a {
  margin: 0 6px;
  color: #ccc;
  font-size: 18px;
}
.footer-column a {
    color: white;
    text-decoration: none;
}
.footer-column img{
	max-height: 80px;
    max-width: max-content;
	margin: 20px;
}
ul.list.list-payment {
    display: flex;
    gap: 10px;
	flex-wrap: wrap;
}
.payment-icons img {
  height: 28px;
  margin-right: 6px;
  vertical-align: middle;
}
.vtl-st-main-widget svg path {
    fill: #31d049;
}
.scroll-top {
    text-align: end;
}
.page-content {
    padding: 40px 0 0px;
}
