/* General Styles */
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff; /* Light green background */
    line-height: 1.6;
    width: 100%;
}

.container {
    width: 100%;
    margin: auto;
}

.h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 700;
  font-style: normal;
}

.h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 55px;
  font-weight: 600;
  font-style: normal;

}

.h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
}

.h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
}

.h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
}

.h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
}

/* Header Styles */
.header {
    color: #000;
    background-color: #fff;
    padding: 1.5rem 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.top-menu {
    color: #000;
    background-color: #000;
}

.logo img {
    width: 150px;
}

.main-nav .nav-link {
    color: #000 !important;
    padding: 0.75rem 1.25rem;
    transition: color 0.3s ease;
}

.main-nav .nav-link:hover {
    color: #50b848 !important; /* Lighter green hover */
}

/* Dropdown Styles */
.dropdown-menu {
    background-color: #ffffff; /* Light green dropdown */
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
    border-radius: 5px;
}

.dropdown-item {
    color: #333;
    padding: 0.75rem 1.25rem;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-item:hover {
    color: #50b848;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

#top-bar {
    background: #333333;
    color: #A2A2A2;
    padding: 8px 0;
    font-size: 2rem;
}

/* Footer Styles */
#footer .top {
    color: #A2A2A2;
    background-color: #333;
    padding: 2rem 0;
    font-size: smaller;
}

#footer a {
    color: #A2A2A2;
    line-height: 0.2rem;
}

#footer img {
  padding-bottom: 1rem;
}

#footer .bottom {
    color: #FFF;
    background-color: #000;
    font-size: smaller;
    font-weight: 500;
    padding: 1rem; 
    font-size: smaller;   
}

#footer .thrive {
    color: #50b848;
    line-height: 0.2rem;
}

/* Mobile Navigation Styles */
.mobile-nav {
    display: none;
}

.hamburger-button {
    background: none;
    border: none;
    color: #000;
    font-size: 2rem;
    cursor: pointer;
}

@media (max-width: 768px) {
    .container {
        width: 95%;
    }

    .desktop-nav {
        display: none;
    }

    .mobile-nav {
        display: block;
        position: relative;
    }

    .mobile-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        width: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        z-index: 1000; /* Ensure it's on top of other elements */
    }

    .mobile-menu.active {
        display: block;
    }

    .mobile-menu .nav-link {
        color: #000 !important;
        padding: 0.75rem 1.25rem;
        display: block;
    }

    .mobile-menu .nav-link:hover {
        background-color: #f0f0f0;
    }
}
/* Mobile Styles */
@media (max-width: 480px) {
    #footer {
        text-align: center;
    }
}

/* Mobile Styles */
@media (max-width: 480px) {
    .to-foot {
        text-align: center;
    }
}
/*
.carousel-item {
  transition: transform 0.6s ease-in-out !important;
}

.carousel-item-next,
.carousel-item-prev {
  position: relative;
  transform: translate3d(0, 0, 0);
}

.carousel-item-next {
  transform: translate3d(100%, 0, 0);
}

.carousel-item-prev {
  transform: translate3d(-100%, 0, 0);
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translate3d(0, 0, 0);
}

.page-image-container {
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5em;
    color: #fff; /* White text color 
    position: relative;
    overflow: hidden; /* Prevent image overflow 
}*/
 
.page-image-container img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.call-me-back-button {
    width: max-content;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.learn-more-button {
    width: min-content;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


/* NEW STYLES FOR THE DISCLAIMER AND PRIVACY POLICY PAGES */

#headercentre-docs {
    width: 80%;         
    margin: 0 auto;     
}

#headercentre-docs .docs-head {
    text-align: center;
    color: #009671;
    font-weight: 600;
    padding-top: 80px;
}

#paragraph-docs {
    width: 80%;         
    margin: 0 auto; 
    padding: 40px 40px 80px 40px;  
}
#paragraph-docs p {
    padding: 10px 10px;  
}
#paragraph-docs a {
        color: #009671;
}
/* Mobile Styles */
@media (max-width: 768px) {
    #paragraph-docs {
    width: 100%;         
    margin: 0 auto; 
    padding: 20px;  
    }
}
/* Mobile Styles */
@media (max-width: 480px) {
    #paragraph-docs {
    width: 100%;         
    margin: 0 auto; 
    padding: 10px;  
    }
}

/** STYLES FOR THE BUDGET PAGE **/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Container - Default Mobile (1 column) */
.budget-explainer {
  display: grid;
  grid-template-columns: 1fr; 
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Cards */
.budget-explainer section {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}

.budget-explainer section:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

/* Headings */
.budget-explainer h2 {
  font-size: 1.1rem;
  margin-bottom: 12px;
	color: #50b848;
}

/* Paragraph spacing */
.budget-explainer p {
  margin-bottom: 10px;
  line-height: 1.5;
}

/* Lists */
.budget-explainer ul {
  margin: 10px 0 10px 18px;
}

.budget-explainer li {
  margin-bottom: 6px;
}

/* Highlight Section (Simple truth) */

.budget-explainer section:last-of-type {
  border-left: 4px solid #009671;
  background: #f3fbf6;
}

/* Tablet: 2 per row */
@media (min-width: 600px) {
  .budget-explainer {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Desktop: 3 per row */
@media (min-width: 992px) {
  .budget-explainer {
    grid-template-columns: repeat(3, 1fr);
  }
}
