/* aboust us page */

/* ===================================
   ABOUT US SECTION - COMPLETE STYLES
   =================================== */

/* Main Section */


@font-face {
    font-family: "Kumbh Sans";
    src: url("https://associatecertified.coach/wp-content/themes/hello-child/assets/font/KumbhSans.ttf")format("truetype");
}
* {
    padding: 0px;
    margin: 0px;
	font-family: Kumbh Sans;
}
p {
	font-size: 18px;
	letter-spacing:0.1px;
}
html, body {
    overflow-x: hidden;
}
.about-us-section {
     background: #d9d9d9;
/*     padding: 100px 0; */
	padding: 30px 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 120px;
}

/* Container */
.about-us-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
    position: relative;
    z-index: 1;
}

/* Content Wrapper */
.about-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

/* Heading Styles */
.about-heading {
    font-size: 3.5rem;
    font-weight: 300;
    color:#699b3c;
    margin: 0 0 15px 0;
}

/* Description Styles */
.about-description {
    font-size: 1.2rem;
    color: #000;
    margin: 0;
    margin: 0 auto;
    text-align: center;
}
.about-description p:last-child {
    margin-bottom: 0;
}



/* next section welcome */

.acf-welcome-section {
/*   padding: 70px 20px; */
padding: 20px 20px 40px 20px;
  background-color: #19210c;
}

.acf-welcome-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.acf-welcome-text {
  flex: 1 1 50%;
}

.acf-welcome-text {
  font-size: 32px;
  color: #fff;
}


.acf-welcome-text-heading {
    font-size: 40px;
    font-weight: 600;
}

.acf-welcome-paragraph {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

.acf-welcome-image {
  flex: 1 1 50%;
  text-align: right;
}

.acf-welcome-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
    border: 1px solid;
}

/* Responsive */
@media (max-width: 768px) {
  .acf-welcome-wrapper {
    flex-direction: column;
    text-align: center;
  }
.about-heading{
        font-size: 2.5rem;
}
.acf-welcome-text-heading{
    font-size: 2rem;
}
  .acf-welcome-image {
    text-align: center;
    margin-top: 20px;
  }
}


/* next section welcome */


/* next section mission vission Start */

.acf-mission-vision-section {
  padding: 50px 20px;
  background-color: #d9d9d9;
}

.acf-mission-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.acf-mission-section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.acf-mission-section-heading h2 {
  font-size: 32px;
  color: #111;
  font-weight: 600;
}

.acf-mission-row {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  align-items: flex-start;
}

.acf-mission-heading {
  flex: 0 0 15%;
}

.acf-mission-heading h3 {
  font-size: 22px;
  color: #333;
  margin: 0;
font-weight: 600;
}

.acf-mission-paragraph {
  flex: 0 0 80%;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

/* Responsive for mobile */
@media (max-width: 768px) {
  .acf-mission-row {
    flex-direction: column;
  }

  .acf-mission-heading,
  .acf-mission-paragraph {
    flex: 100%;
  }

  .acf-mission-heading {
    margin-bottom: 10px;
    text-align: center;
  }
}

/* next section mission vission close */




/* next section css Start */

.values-section {
  padding: 60px 20px;
  background-color: #19210c;
}

.values-title {
  text-align: center;
  font-size: 35px;
  margin-bottom: 30px;
  color: #fff;
    font-weight: 600;
}

.values-paragraph {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}

.values-cards {
  display: flex;
  gap: 20px;
}

.value-card {
  flex: 1 1 31%;
  padding: 20px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

/* Alternate background colors */
.value-card.even-card {
     background-color: #fff;
    color: #627254;
    text-align: center;
}

.value-card.odd-card {
    background-color: #627254;
    color: #fff;
      text-align: center;

}
.value-card.even-card .value-title {
    color: #699b3c;
  font-weight: 600;
}

.value-card.odd-card .value-title{
color: #fff;
  font-weight: 600;
}
 

.value-icon img {
  max-width: 60px;
  height: auto;
  margin-bottom: 15px;
}

.value-title {
  font-size: 22px;
  margin-bottom: 10px;

}

/* Responsive */
@media (max-width: 768px) {
  .value-card {
    flex: 1 1 100%;
  }
  .values-cards{
        flex-direction: column;
  }
}

/* next section css close */



/* next section start */

.services-section {
  padding: 60px 20px;
  background-color: #19210c;
}


.service-content {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.services-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}
.services-section .services-description{
	color:#fff;
}

.services-description {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 1.1rem;
}

.services-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* justify-content: center; */
}

.service-card {
    flex: 1 1 31%;
    display: flex;
    flex-direction: column;
}
.service-card {
  /* width: 100%;
  max-width: 380px; */
  padding: 25px;
  border-radius: 10px;
  transition: all 0.3s ease;
/*   color: #fff; */
}
.service-card.tfcbg-light .service-description{
	color: #627254;
}
.service-card.tfcbg-dark .service-description{
	color: #fff;
}
.service-card.tfcbg-light {
  background-color: #fff;
}
.service-card.tfcbg-light .service-content{
	
}
.service-card.tfcbg-dark {
  background-color: #627254;
}

.service-icon img {
  width: 80px;
  height: auto;
}
.service-card.tfcbg-dark .service-title{
	color: #fff;
}
.service-card.tfcbg-light .service-title{
	color: #627254;
}

.service-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
/*   color: #699b3c; */
    font-weight: 600;
}

.service-description {
  font-size: 1rem;
  line-height: 1.6;
}
/* Responsive */
@media (max-width: 768px) {
  .service-card {
    flex: 1 1 100%;
    flex-direction: column;
}
}
@media (max-width: 600px) {
	.service-description p{
	font-size:15px;
}
	.services-section{
	    padding: 0 20px 20px;
}
}
/* next section close */