:root {
  --poppins: "Poppins";
  --black: #000000;
  --white: #ffffff;
  --grass-green: #5cad2f;
  --coco-black: #1d1c1a;
  --grayish-blue: #646568;
  --white-gray: #eeeeee;
  --cerebral-grey: #cccccc;
  --dark-charcoal: #282828;
  --cultured-white: #f4f4f4;
  --platinum: #e4e4e4;
  --greenish-tint: #f5ffef;
  --dark-gray: #333333;
  --ghost-white: #cbccd1;
}

.home-main-banner {
  position: relative;
  /* overflow: hidden; */
}

.home-main-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  border-top: 800px solid #5cad2fa3;
  border-right: 310px solid transparent;
  border-left: 620px solid #5cad2fa3;
}

.social_share_btn {
    display: flex;
    gap: 16px;
    margin-top: 38px;
}
.home-main-banner img {
  display: block;
  object-fit: cover;
  height: 800px;
  width: 100%;
}

.home-main-banner .social_share_btn img{
    max-width: 100%;
    display: flex;
    object-fit: none;
    height: auto;
    width: auto;
}

.home-main-banner .banner_container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-main-banner .banner_container .banner_content {
  max-width: 721px;
  width: 100%;
}

.home-main-banner .banner_container .banner_content h1 {
  font-size: 67px;
  line-height: 96px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
}

.home-main-banner .banner_container .banner_content p {
  font-size: 24px;
  line-height: 36px;
  color: var(--white);
  font-weight: 500;
}

.home-main-banner .banner_container .banner_content .btn {
  margin-top: 32px;
}

/* our-services */
.our-services {
  background-color: var(--white-gray);
}

.our-services .services {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.our-services .services .service-card {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  transition: 0.4s all ease-in-out
}

.our-services .services .service-card:hover{
  transform: translateY(-15px);
  box-shadow: var(--grass-green) 0px 7px 29px 0px;
}

.our-services .services .service-card h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: var(--dark-gray);
  margin-bottom: 14px;
}

.our-services .services .service-card p {
  flex: 1;
  font-size: 20px;
  line-height: 30px;
  color: var(--grayish-blue);
}

.our-services .services .service-card .learn-more {
  font-size: 20px;
  line-height: 30px;
  color: var(--grass-green);
  margin-top: 32px;
  width: fit-content;
}

.our-services .more-services {
  text-align: center;
  margin-top: 40px;
}

.service_card_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 4px 7px 0px #0000000d;
  width: 100%;
  max-width: max-content;
  margin-bottom: 16px;
}

/* How We Work */

.how-we-work {
  background-color: var(--white-gray);
  overflow: hidden;
}

.how-we-work .work-steps .step {
  display: flex;
  gap: 20px;
  position: relative;
  justify-content: space-between;
}

.how-we-work .work-steps .step:nth-of-type(even) {
  flex-direction: row-reverse;
}

.how-we-work .work-steps .step-image {
  flex: 0 0 41.667%;
  padding: 20px 0;
  display: flex;
}

.how-we-work .work-steps .step-image img {
  object-fit: cover;
  border-radius: 20px;
  /* width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover; */
}

.how-we-work .work-steps .step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.how-we-work .work-steps .step-number::before {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #5cad2f52;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

.how-we-work .work-steps .step-number .value {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 31px;
  line-height: 47px;
  font-weight: 600;
  color: var(--white);
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: var(--grass-green);
  position: relative;
  z-index: 2;
}

.how-we-work .work-steps .step-content {
  flex: 0 0 41.667%;
  margin: 20px 0;
  background-color: var(--white);
  border-radius: 20px;
  box-shadow: 0px 4px 16px 0px #00000014;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
}

.how-we-work .work-steps .step-content h3 {
  font-size: 24px;
  line-height: 36px;
  color: var(--dark-gray);
  margin-bottom: 12px;
}

.how-we-work .work-steps .step-content p {
  font-size: 16px;
  line-height: 24px;
  color: var(--grayish-blue);
}

/* cta-section */

.cta-section {
  position: relative;
  padding-top: 372px;
}

.cta-section img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: flex;
}

.cta-section .cta-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  /* max-width: 721px; */
  width: 100%;
}

.cta-section .cta-content h2 {
  font-size: 48px;
  line-height: 72px;
  color: var(--white);
  font-weight: 600;
  margin-bottom: 16px;
}

.cta-section .cta-content p {
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
  font-weight: 500;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.cta-section .cta-content .btn {
  margin-top: 40px;
}

/* our_associations */

.our_associations {
  background-color: var(--white);
}

.our_associations .card_images {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.our_associations .card_images img {
  width: calc((100% - 60px) / 4);
  object-fit: contain;
  height: 153px;
}

/* about_us */

.about_us {
  background-color: var(--white);
  overflow: hidden;
}

.about_us .section_heading span {
  justify-content: start;
}

.about_us .section_heading {
  text-align: left;
  max-width: 720px;
  width: 100%;
  margin-bottom: 0px;
}

.about_us .section_heading p {
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: var(--grayish-blue);
}

.about_us .about_main {
  display: flex;
  gap: 20px;
}

.about_us .about_main .about_left {
  display: flex;
  gap: 20px;
  max-width: 340px;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.about_us .about_main .about_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px !important;
  transition: 0.4s all ease-in-out;
}

.about_us .about_main .about_left:hover img{
  transform: scale(1.15);
}

.more-explore {
  text-align: center;
  margin-top: 40px;
}

.about_right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about_content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.about_content .about_right_image {
  display: flex;
  overflow: hidden;
  border-radius: 16px !important ;
}

.about_content .about_right_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px !important;
  transition: 0.4s all ease-in-out;
}

.about_content .about_right_image:hover img{
  transform: scale(1.15);
}

.abt_tab_image {
  display: flex;
  border-radius: 16px;
  align-items: center;
  width: 100%;
  max-width: 460px;
}

.abt_tab_image .abt_tab_icon {
  padding: 26px;
  background-color: var(--grass-green);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px 0px 0px 16px;
}

.abt_tab_image .abt_tab_icon img {
  max-width: 88px;
  height: 88px;
}

.abt_tab_image .abt_tab_main_img {
  width: 100%;
  border-radius: inherit;
}

.abt_tab_image .abt_tab_main_img img {
  max-width: 320px;
  width: 100%;
  max-height: 140px;
  min-height: 140px;
  object-fit: cover;
  display: block;
  border-radius: 0px 16px 16px 0px;
}

.abt_tab_content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.abt_tab_content .abt_tab_inner_content {
  max-width: 100%;
}

.abt_tab_content p {
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: var(--grayish-blue);
}

.about_mission {
  margin-top: auto;
}

.about_mission .about_tabs {
  display: flex;
  align-items: start;
  gap: 20px;
}

.about_mission .about_tabs a {
  font-family: var(--poppins);
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  color: var(--coco-black);
  padding: 8px 45px;
  border-bottom: 2px solid transparent;
}
.about_mission .about_tabs a.current {
  color: var(--grass-green);
  border-bottom: 2px solid var(--grass-green);
}

.abt_tab_content {
  display: none !important;
}

.abt_tab_content.current {
  display: flex !important;
}

/* Article section */

.our_articles {
  background-color: var(--white-gray);
}

.article_slider .slick-next,
.article_slider .slick-prev {
  display: none !important;
}

.article_slider .slick-slide {
  padding: 10px !important;
}

.main_article_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.main_article_heading .section_heading {
  text-align: start;
  margin-bottom: 0px;
}

.main_article_heading .section_heading span {
  justify-content: start;
}

.main_article_card .slick-track {
  padding: 40px 0px 40px;
}

.article_slider .slick-dots li button:before,
.testimonail_slider .slick-dots li button:before {
  color: var(--white) !important;
  font-size: 20px;
  line-height: 20px;
  opacity: 1;
}

.testimonail_slider .slick-dots li button:before {
  color: var(--grayish-blue) !important;
  opacity: 0.3;
}

.article_slider .slick-dots li.slick-active button:before,
.testimonail_slider .slick-dots li.slick-active button:before {
  font-size: 20px;
  line-height: 20px;
  opacity: 1;
  color: var(--grass-green) !important;
}

/* why choose section */

.main_why_choose_us_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main_why_choose_us_box .top_box:nth-child(even) {
  flex-direction: row-reverse;
}

.top_box .wc_box:first-child {
  width: 100%;
  max-width: 580px;
}

.top_box .wc_box {
  width: 100%;
  max-width: 410px;
}

.top_box .wc_box.bg-green {
  background-color: var(--grass-green);
}

.top_box .wc_box.bg-black {
  background-color: var(--coco-black);
}

.top_box {
  display: flex;
  gap: 20px;
}

.wc_box,
.wc_box .wc_box_image {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.wc_box .wc_box_image {
  display: flex;
  height: 100%;
  transition: 0.3s all ease-in-out ;

}

.wc_box .wc_box_image img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in-out ;
}

.wc_box:hover .wc_box_image img{
  transform: scale(1.15);
}


.wc_box_content {
  position: absolute;
  inset: 0px;
  padding: 40px 48px;
  background-color: #0000003d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.wc_box.center .wc_box_content {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.wc_box .wc_box_content h2 {
  font-family: var(--poppins);
  font-weight: 600;
  font-size: 92px;
  line-height: 100px;
  color: var(--white);
}

.wc_box_content h3 {
  font-family: var(--poppins);
  font-weight: 600;
  font-size: 31px;
  line-height: 41px;
  color: var(--white);
}

.wc_box_content h4 {
  font-family: var(--poppins);
  font-weight: 600;
  font-size: 31px;
  line-height: 40px;
  color: var(--white);
}

.wc_box_content p {
  font-family: var(--poppins);
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  color: var(--white);
}

.wc_box_head_icon {
  background-color: var(--grass-green);
  padding: 8px;
  border-radius: 50%;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wc_box_head_icon {
  max-width: 64px;
  height: 64px;
}

.wc_box_icon img {
  max-width: 200px;
  width: 100%;
  height: 200px;
}

/* Testimonial */

.main_inner_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.main_inner_box .section_heading {
  text-align: start;
  margin-bottom: 0px;
}
.main_inner_box .section_heading span {
  justify-content: start;
}

.inner_box_rate_content {
  display: flex;
  align-items: center;
}

.inner_box_rate_content p {
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  color: var(--grayish-blue);
  max-width: 340px;
  width: 100%;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid var(--grayish-blue);
}

.inner_rate_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}

.inner_rate_content span {
  font-family: var(--poppins);
  font-weight: 600;
  font-size: 69px;
  line-height: 100%;
  color: var(--coco-black);
}

.rating_star_iamges {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rating_star_iamges img {
  max-width: 32px;
  width: 100%;
  height: 32px;
}

.card_box {
  position: relative;
  display: flex !important;
  height: 100%;
  padding: 48px 40px;
  border-radius: 16px;
  box-shadow: 10px 10px 84px 0px #0000000a;
  overflow: hidden;
}
.card_box_inner {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  gap: 32px;
  height: 100%;
}

.card_box_inner .review_images {
  display: flex;
  align-items: center;
  gap: 8px;
}

.card_box_inner .review_images img {
  width: 32px;
  height: 32px;
}

.card_box_inner P {
  font-family: var(--poppins);
  font-weight: 400;
  font-size: 25px;
  line-height: 1.25;
  color: var(--grayish-blue);
}

.testimonail_slider .slick-track {
  padding: 40px 0px 40px;
}

.testimonail_slider .slick-slide {
  display: flex;
  align-items: stretch;
  max-height: 100%;
  padding: 10px;
}

.main_inner_box_card .slick-slide > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.testimonail_slider .slick-slide {
  display: flex;
  align-items: stretch;
  max-height: 100%;
  padding: 10px;
}

.client_card {
  margin-top: auto;
  display: flex;
  gap: 20px;
  align-items: center;
}

.card_box::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url("/wp-content/uploads/2025/10/quote.svg");
  background-repeat: no-repeat;
  width: 109px;
  height: 99px;
}

.client_card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.client_info span {
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  color: var(--coco-black);
}

.client_info p {
  font-family: var(--poppins);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--dark-gray);
}

.testimonail_slider .slick-next,
.testimonail_slider .slick-prev {
  display: none !important;
}

@media screen and (max-width: 1380px) {
  .top_box .wc_box:first-child {
    flex: 0 0 40%;
  }

  .wc_box_content {
    padding: 20px;
  }

  .wc_box_content h4 {
    font-size: 26px;
    line-height: 32px;
  }

  .wc_box_content p {
    font-size: 20px;
    line-height: 28px;
  }

  .wc_box .wc_box_content h2 {
    font-size: 70px;
    line-height: 74px;
  }

  .wc_box_content h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .card_box_inner P,
  .client_info span {
    font-size: 20px;
    line-height: 24px;
  }
  
}

@media screen and (max-width: 1280px) {
  .rating_star_iamges img {
    max-width: 22px;
    width: 100%;
    height: 22px;
  }

  .inner_box_rate_content p {
    font-size: 16px;
    line-height: 100%;
    max-width: 200px;
    width: 100%;
  }

  .inner_rate_content span {
    font-size: 39px;
    line-height: 100%;
  }
}


@media screen and (max-width: 1199px) {
  .about_content {
    gap: 20px;
  }
  .about_mission .about_tabs a {
    padding: 8px 20px;
  }
  .abt_tab_content p {
    font-size: 18px;
    line-height: 28px;
  }

  .abt_tab_image .abt_tab_main_img img {
    max-height: 120px;
    min-height: 120px;
    width: auto;
  }
  .abt_tab_image .abt_tab_icon img {
    max-width: 68px;
    height: 68px;
  }
  .about_mission .about_tabs a {
    font-size: 22px;
    line-height: 100%;
  }
  .about_us .section_heading p {
    font-size: 18px;
    line-height: 28px;
  }
  .wc_box .wc_box_content h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .top_box .wc_box {
    min-height: 400px;
    max-height: 400px;
  }

  /* testimonial */

  .card_box_inner {
    gap: 24px;
  }
  .card_box {
    padding: 40px 20px;
  }

  .card_box_inner P,
  .client_info span {
    font-size: 18px;
    line-height: 24px;
  }

  
}

@media screen and (max-width: 1024px) {
  .home-main-banner::before {
    border-top: 800px solid #5cad2fa3;
    border-right: 140px solid transparent;
    border-left: 400px solid #5cad2fa3;
  }

  .home-main-banner img {
    height: 600px;
  }

  .home-main-banner .banner_container .banner_content h1 {
    font-size: 50px;
    line-height: 64px;
  }

  .home-main-banner .banner_container .banner_content p {
    font-size: 20px;
    line-height: 30px;
  }

  .our-services .services .service-card h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .our-services .services .service-card p {
    font-size: 18px;
    line-height: 24px;
  }

  .how-we-work .work-steps .step-number .value {
    width: 64px;
    height: 64px;
    font-size: 24px;
    line-height: 32px;
  }

  .how-we-work .work-steps .step-content {
    padding: 22px;
  }

  /* brand section */

  .our_associations .card_images img {
    width: calc((100% - 60px) / 3);
  }

  .about_us .about_main .about_left {
    display: none;
  }

  .abt_tab_image .abt_tab_main_img img {
    width: 100%;
  }

  .card_box_inner .review_images img {
    width: 22px;
    height: 22px;
  }

  .card_box::after {
    width: 79px;
    height: 79px;
    background-size: contain;
  }
  .inner_box_rate_content {
    width: 100%;
    justify-content: end;
  }

  .card_box_inner P,
  .client_info span {
    font-size: 16px;
    line-height: 20px;
  }

  .client_card img {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .home-main-banner::before {
    border-top: 800px solid #5cad2fa3;
    border-right: 140px solid transparent;
    border-left: 200px solid #5cad2fa3;
  }
  .home-main-banner img {
    height: 500px;
  }

  .home-main-banner .banner_container .banner_content h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .home-main-banner .banner_container .banner_content p {
    font-size: 18px;
    line-height: 26px;
  }

  .our-services .services {
    justify-content: center;
  }

  .our-services .services .service-card {
    width: calc((100% - 20px) / 2);
    flex: unset;
  }

  .our-services .services .service-card h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .our-services .services .service-card p {
    font-size: 16px;
    line-height: 24px;
  }

  .our-services .services .service-card .learn-more {
    margin-top: 16px;
  }

  .how-we-work .work-steps .step,
  .how-we-work .work-steps .step:nth-of-type(even) {
    flex-direction: column;
    margin: 20px 0;
  }

  .how-we-work .work-steps .step-number {
    order: 1;
  }

  .how-we-work .work-steps .step-image {
    order: 2;
    padding: 0;
  }

  .how-we-work .work-steps .step-image img {
    width: 100%;
    height: 160px;
  }

  .how-we-work .work-steps .step-content {
    order: 3;
    margin: 0;
  }

  /* brand section */

  .our_associations .card_images img {
    width: calc((100% - 30px) / 2);
  }

  .about_content .about_right_image {
    display: none;
  }

  .about_us .section_heading p {
    font-size: 16px;
    line-height: 22px;
  }
  .about_mission .about_tabs a {
    font-size: 20px;
    line-height: 100%;
  }

  .about_mission {
    margin-top: 20px;
  }
  .abt_tab_content p {
    font-size: 16px;
    line-height: 28px;
  }
  .abt_tab_content {
    flex-wrap: wrap;
  }

  .abt_tab_image .abt_tab_main_img img {
    width: 100%;
    max-width: 100%;
  }

  /* why choose */

  .top_box {
    flex-wrap: wrap;
  }
  .top_box .wc_box:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .top_box .wc_box {
    max-width: calc((100% / 2) - 10px);
    width: 100%;
    min-height: 300px;
    max-height: 300px;
  }

  .wc_box_icon img {
    max-width: 150px;
    width: 100%;
    height: 150px;
  }

  .cta-section .cta-content h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .cta-section .cta-content .btn {
    margin-top: 20px;
  }

  section.testimonial.comman-section {
    padding-bottom: 60px;
  }

  .article_slider .slick-dots li.slick-active button:before,
  .testimonail_slider .slick-dots li.slick-active button:before,
  .article_slider .slick-dots li button:before,
  .testimonail_slider .slick-dots li button:before {
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .our-services .services .service-card {
    width: 100%;
  }

  .home-main-banner .banner_container .banner_content h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .home-main-banner .banner_container .banner_content .btn {
    margin-top: 20px;
  }
  .social_share_btn {
        flex-direction: column;
    }
  .our_associations .card_images img {
    width: 100%;
  }

  /* about us */
  .abt_tab_image .abt_tab_main_img img {
    max-height: 100px;
    min-height: 100px;
  }
  .abt_tab_image .abt_tab_icon img {
    max-width: 60px;
    height: 60px;
  }
  .abt_tab_image .abt_tab_icon {
    padding: 20px;
  }

  /* WHY CHOOSE */

  .top_box .wc_box {
    max-width: 100%;
    width: 100%;
  }

  .service_card_icon {
    padding: 10px;
  }

  .service_card_icon img {
    width: 30px;
    height: 30px;
  }

  .wc_box_content p {
    font-size: 16px;
    line-height: 28px;
  }
  .wc_box_content h4 {
    font-size: 24px;
    line-height: 32px;
  }
  
  .wc_box_content h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .how-we-work .work-steps .step-content h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .rating_star_iamges img {
    max-width: 18px;
    width: 100%;
    height: 18px;
  }
  .inner_box_rate_content p {
    font-size: 14px;
    line-height: 100%;
    max-width: 170px;
        width: max-content;
  }
  .inner_rate_content span {
    font-size: 26px;
    line-height: 100%;
  }

  .rating_star_iamges{
    gap: 4px;
  }


  .about_mission .about_tabs a {
    font-size: 18px;
    line-height: 100%;
    padding: 8px 10px;
  }


}
