:root {
  --logo_yellow: #f5c02b;;
  --logo_green: #39a909;
  --old_green: #3b7d3c;
}
#logo img {
    width: 200px;
}

div#header-wrapper
 {
    background: linear-gradient(#000000, transparent);
}


#cover-image p {
    padding-top: 300px;
}

#cover {
  text-align: center;
}

#cover-image-wrapper {
    margin-top: -210px;
}

.tagline {
    color: white;
    font-size: 4.5rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    padding-top: 350px;
    font-family: "Nunito", sans-serif;
  line-height: 1.2;
}

.cta-button {
    background-color: #f5c12b;
    color: black;
    padding: 0.75rem 1.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    border: solid #ffffff 1px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: "Nunito", sans-serif;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
     margin-top: 100px;
}

.cta-button:hover {
    background-color: #f46916;
    color: #ffffff;
    transform: scale(1.05);
}


.how-it-works {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  background-color: #f9f9f9;
  padding: 2rem;
  gap: 18rem;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.step {
  flex: 1;
  max-width: 250px;
  background: white;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  font-family: "Nunito";
      min-height: 250px;
  transform: translateY(40px);
  animation: fadeSlideUp 1.2s ease-out forwards;
}
.step:nth-child(1) {
  animation-delay: 0.4s;
}
.step:nth-child(2) {
  animation-delay: 0.8s;
}
.step:nth-child(3) {
  animation-delay: 1.2s;
}

.step-number {
  font-size: 2rem;
  font-weight: bold;
  color: --;
  margin-bottom: 1rem;
}

.step-icon img {
  width: 64px;
  height: 64px;
  margin-bottom: 1rem;
}

.step-title {
  font-size: 1.7rem;
  font-weight: 600;
  color: #1a1a1a;
}

.how-it-works-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;       /* big and bold */
  font-weight: 700;
  color: #A11B1B
  text-align: center;      
  text-transform: uppercase;
  letter-spacing: 2px;     /* a little breathing room */
  margin: 2rem 0 1.5rem;   /* space above & below */
  position: relative;
}

/* Animation keyframes */
@keyframes fadeSlideUp {
0% {
    transform: translateY(40px);
}

100% {
    opacity: 1;
    transform: none;
}
}




#why-chose-us-wrapper {
    padding: 40px 0;
}

.flex-section {
  background-color: #ffffff;
  padding: 2rem;
  font-family: 'Montserrat', sans-serif;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.flex-left {
  flex: 2;
  min-width: 280px;
}

.section-heading {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--logo_green);
    margin-bottom: 1rem;
    text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 3;
}

.benefits-list li::before {
    content: "✔";
    color: var(--logo_green);
    position: absolute;
    left: 0;
    font-size: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
}

.benefits-list li {
    font-size: 1.8rem;
    color: #1a1a1a;
    margin: 0.75rem 0;
    position: relative;
    padding-left: 1.5rem;
}

.flex-right {
  flex: 3;
  min-width: 280px;
  text-align: center;
}

.flex-container img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/*--------About Us---------*/
.aboutus .flex-left {
  flex: 3;
  min-width: 280px;
}

.aboutus .flex-right {
  flex: 2;
  min-width: 280px;
  text-align: center;
}


/*--------FAQ---------*/

.aboutus {
    font-size: 1.2rem;
    line-height: 1.8;
}

.faq-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}

.section-heading {
  font-size: 2rem;
  font-weight: 700;
  color: var(--logo_green);
  text-align: center;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.faq-item {
  margin-bottom: 1.5rem;
}

.faq-item h3 {
  font-size: 1.3rem;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.faq-item p {
  font-size: 1.1rem;
  color: #333333;
  line-height: 1.6;
}


.contactUs .flexright {
  text-align: left;
}


body
{
  font-family: 'Raleway';
}
div#header-wrapper {
    z-index: 2;
}



#wrapper .tck-container {
    background-color: white;
    padding: 0px 20px 0px 20px;
}

#maincontent
{
    padding-bottom: 30px;
  	padding-top: 20px;
}


/*--------Menu---------all*/
[data-id="maximenuck109"].mobilemenuck
{
  background: #fff;
}

ul.maximenuck {
    padding: 0;
}

div#menu2 {
    max-width: 1300px;
    margin: auto;
}

.menu.tck-module {
    margin-top: 40px;
}

li.maximenuck.item101.first.level1 {
    margin-top: 30px;
}
div#maximenuck109 {
    background-color: white;
}

.maximenufixed ul.maximenuck {
    max-width: 1300px;
}

.maximenufixed {
    box-shadow: 0px 0px 13px 0px #d4d1d1;
}




  

/*------------------------------*/


/*--------Footer Styles---------*/

#fb {
  display: none;
}

#fb:hover, #ig:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

div#footer-wrapper {
  background-color: var(--old_green);
    color: white;
    padding-top: 20px;
    line-height: 2;
    min-height: 120px;
    font-family: 'Montserrat';
  font-size: 15px;
}

div#social img {
    margin: 0px 20px;
    max-width: 50px;
}

#footer a:hover {
    color: var(--logo_yellow) !important;
}



@media screen and (max-width: 524px){
  #logo img {
    margin-right: auto;
}
.tck-container {
    width: 100%;
}
   div#block_ID1685908672846 {
    padding: 22px;
}
  
.how-it-works {
    gap: 4rem;
    flex-direction: column;
	align-items: center;
}

h2.how-it-works-heading {
    line-height: 1.2;
}

.benefits-list {
    list-style: auto;
  margin-left: 15%;
}

.benefits-list li::before {
    content: none;
}
  
  #cover-image-wrapper {
    margin-top: -310px;
}

.cta-button {
    margin-top: 50px;
    margin-bottom: 50px;
}

#logo img {
    margin-top: 20px;
    width: 200px;
}
  
}
