/* Styling For Introduction Section */

body {
	background-image: none !important;
}

p {
	color: #3C424F;
}

#sec-introduction {
	padding-top: 54px;
	background-color: white;
	
}

#sec-introduction .content {
	display: flex;
    flex-direction: column;
    justify-content: center;	
}

#sec-introduction .side-img {
	display: flex;
	justify-content: end;
}
#sec-introduction a {
	width: fit-content;
	margin-top: 22px;
}
@media screen and (max-width: 1024px) {
	#sec-introduction {
		padding-top: 60px;
	}
	#sec-introduction .side-img {
		justify-content: center;
	} 
}
@media screen and (max-width: 768px) {
	#sec-introduction a {
		margin: 20px auto 0 auto;
	}
}

#sec-serves {
  padding: 100px 0;
  background-color: white;
  /* Responsive adjustments */ }
  #sec-serves .content {
    text-align: center;
    margin: 0 auto 50px; }
  #sec-serves .child-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; }
  #sec-serves .child-card {
    flex: 1 1 calc(20% - 20px);
    /* 5 per row */
    max-width: calc(20% - 20px);
    background: transparent;
    overflow: hidden;
    text-align: left; }
  #sec-serves .child-card img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 313px;
    max-height: 296px; }
  #sec-serves .child-card h3 {
    margin-top: 10px;
    font-size: 18px;
    padding-bottom: 10px;
    letter-spacing: 2.34px;
    border-bottom: 2px solid #5A7E42; }
  #sec-serves .child-card a {
    text-decoration: none !important;
    text-transform: uppercase !important; }
    #sec-serves .child-card a:hover {
      color: #5A7E42 !important; }
  #sec-serves .cta-container {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    text-align: center; }
    #sec-serves .cta-container a.button {
      width: fit-content;
      margin: 35px auto 0; }
  @media (max-width: 1200px) {
    #sec-serves .child-card {
      flex: 1 1 calc(25% - 20px);
      /* 4 per row */
      max-width: calc(25% - 20px); } }
  @media (max-width: 992px) {
	  #sec-serves { padding: 70px 0; }
    #sec-serves .child-card {
      flex: 1 1 calc(33.333% - 20px);
      /* 3 per row */
      max-width: calc(33.333% - 20px); } }
  @media (max-width: 768px) {
    #sec-serves .child-card {
      flex: 1 1 calc(50% - 20px);
      /* 2 per row */
      max-width: calc(50% - 20px); } }
  @media (max-width: 480px) {
    #sec-serves .child-card {
      flex: 1 1 100%;
      /* 1 per row */
      max-width: 100%; }
	  #sec-serves .child-card a img { margin: 0 auto ;}
	  #sec-serves .child-card h3 {text-align: center;} }

#sec-choose {
  background-color: #F5FAFD;
  padding: 100px 0; }
  #sec-choose .content {
    margin: 0 auto 50px;
    text-align: center; }
  #sec-choose .card-container {
    margin-bottom: 15px; }
    #sec-choose .card-container .card {
      background-color: white;
      height: 100%;
      padding: 50px 25px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; }
      #sec-choose .card-container .card h4 {
        margin: 25px 0 15px;
        font-size: 16px;
		text-transform: uppercase;
        letter-spacing: 2.34px;
        font-weight: 600 !important;
        color: #3C424F;
        line-height: 1.3;
        font-weight: 600; }
      #sec-choose .card-container .card p {
        font-family: 'Muli' , sans-serif;
        font-size: 16px; }
  #sec-choose .cta-container {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    text-align: center; }
    #sec-choose .cta-container a.button {
      width: fit-content;
      margin: 35px auto 0; }
  @media screen and (max-width: 1026px) {
    #sec-choose {
      padding: 70px 0; }
      #sec-choose .card {
        padding: 40px 30px; } }

#sec-expect {
	padding: 80px 0;
	background-color: white;
}

#sec-expect .content {
	margin-bottom: 40px;
}

#sec-expect .card {
	background-color: #F5FAFD;
	padding: 50px 35px;
	height: 100%;
}
#sec-expect .content {
    margin: 0 auto 50px;
    text-align: center; }
#sec-expect .heading-content {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
#sec-expect h3 {
	font-size: 30px;
	margin-bottom: 25px;
}
#sec-expect h4 {
	font-size: 18px;
}
#sec-expect p {
	margin-bottom: 20px;
}
#sec-expect .card-container {
	margin-bottom: 20px;
}
#sec-expect .heading-content img {
	margin-right: 10px;
	max-width: 30px;
	max-height: 30px;
}
#sec-expect .cta-container {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    text-align: center; }
    #sec-expect .cta-container a.button {
      width: fit-content;
      margin: 35px auto 0; }
@media screen and (max-width: 768px) {
	#sec-expect .heading-content {
		justify-content: center;
	}
}
@media screen and (max-width: 456px) {
	#sec-expect h4 {
		font-size: 16px;
	}
	#sec-expect .heading-content img {
		margin-right: 7px;
	}
}

#sec-reviews {
	padding: 20px 0 70px;
	background-color: white;
}

#sec-reviews .content {
    margin: 0 auto 50px;
    text-align: center; 
}

#sec-reviews .card-container {
	margin-bottom: 10px;
}

#sec-reviews .card {
	box-shadow: 0px 3px 6px #00000029;
	height: 100%;
	padding: 60px 30px;
}

#sec-reviews .card h5 {
	font-size: 17px;
}

#sec-reviews .card p {
	margin-bottom: 18px;
}

#sec-reviews .five-stars {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 18px;
}
#sec-reviews img {
	margin-right: 7px;
}

 #sec-reviews .cta-container {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    text-align: center; }
    #sec-reviews .cta-container a.button {
      width: fit-content;
      margin: 35px auto 0; }

@media screen and (max-width: 768px) {
	#sec-reviews .five-stars {
		justify-content: center;
	}
}

#sec-confidence {
  padding: 150px 0;
  position: relative; }
  #sec-confidence .content-container {
    margin-left: auto; }
  #sec-confidence .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important; }
    #sec-confidence .bg-img img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover; }
  #sec-confidence .card {
    background-color: white;
    padding: 50px 80px;
    position: relative;
    z-index: 2; }
  @media screen and (max-width: 1026px) {
    #sec-confidence {
      padding: 70px 0; }
      #sec-confidence .card {
        padding: 40px 60px; } }
@media screen and (max-width: 658px) {
	#sec-confidence { padding: 50px 0 0; }
	#sec-confidence .bg-img { display: none; }
      #sec-confidence .card {
        padding: 35px 25px; } }

#sec-faqs {
  background-color: #F5FAFD;
  padding: 120px 0; }
  #sec-faqs .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
	padding-right: 45px;}
#sec-faqs .content p {
	font-size: 17px;
}
    #sec-faqs .content .h5 {
      font-size: 18px; }
    #sec-faqs .content a {
      width: fit-content !important; }
  #sec-faqs .faq-item {
    margin-bottom: 15px;
    border: 1px solid #B9B9B9;
    border-radius: 5px;
    overflow: hidden;
    background-color: white;
    padding: 20px 30px; }
  #sec-faqs .faq-question {
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease; }
  #sec-faqs .faq-question h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    text-align: left; }
  #sec-faqs .toggle-icon {
    font-size: 20px;
    font-weight: bold;
    transition: transform 0.3s ease;
    margin-right: 30px;
    border: 1px solid #5A7E42;
    border-radius: 10px;
    width: 31px;
    height: 31px;
    min-width: 31px;
    min-height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5A7E42;
    color: white; }
  #sec-faqs .faq-answer {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease; }
  #sec-faqs .faq-answer p {
    padding: 0 20px;
    margin: 15px 0;
    text-align: left; }
  #sec-faqs .faq-item.active .faq-answer {
    max-height: 500px; }
  @media screen and (max-width: 1024px) {
    #sec-faqs {
      padding: 80px 0; }
      #sec-faqs .faq-item {
        padding: 12px 18px; }
      #sec-faqs .content {
        margin-bottom: 30px; 
	  padding-right: 20px;}
      #sec-faqs .faq-question h3 {
        font-size: 18px; }
      #sec-faqs .toggle-icon {
        font-size: 16px;
        margin-right: 20px;
        width: 25px;
        height: 25px;
        min-width: 25px;
        min-height: 25px; } }