/** Services listing CMS page — scoped from fme_newdesign service-listing.css + service-card.css */

/* --- Layout shell (page-8.tpl) --- */
body#cms:has(.fmm-cms-services-main) #wrapper > .bread_crumb_section { display: none; }
body#cms:has(.fmm-cms-services-main) #content-wrapper,
body#cms .fmm-cms-services-main #content.page-cms { padding: 0; margin: 0; max-width: none; }
body#cms .fmm-cms-services-main #content.page-cms { border: 0; background: transparent; box-shadow: none; }
body#cms .fmm-cms-services-main .page-header { display: none; }
body#cms .fmm-cms-services-main .service_listing_page { width: 100%; }

/* --- TinyMCE fallbacks (section/nav/aside stripped; service_card → .wrapper) --- */
body#cms .fmm-cms-services-main .service_listing_page .banner,
body#cms .fmm-cms-services-main .service_listing_page .services_banner,
body#cms .fmm-cms-services-main .service_listing_page .services_banner,
body#cms .fmm-cms-services-main .service_listing_page > .main_container:has(.banner_inner) {
  min-height: 400px;
  width: 100%;
  max-width: none;
  background-image: linear-gradient(to right, #010D0C, #2F0325);
  display: flex;
  justify-content: center;
  /*align-items: center;*/
}

body#cms .fmm-cms-services-main .service_listing_page .banner_inner {
  min-height: 400x;
  width: 100%;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  flex-direction: column;
}

body#cms .fmm-cms-services-main .service_listing_page .banner_inner .banner_block {
  margin-top: auto;
}

body#cms .fmm-cms-services-main .service_listing_page .banner_inner .banner_block .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

body#cms .fmm-cms-services-main .service_listing_page .banner_inner .banner_block .banner_title {
  font-size: 70px;
  line-height: 88px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}

body#cms .fmm-cms-services-main .service_listing_page .banner_inner .banner_block .banner_sub_title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  line-height: 54px;
  text-align: center;
  margin-top: 10px;
}

body#cms .fmm-cms-services-main .service_listing_page .banner_inner .banner_block .banner_text {
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  max-width: 710px;
  margin: auto;
  margin-bottom: 15px;
}

body#cms .fmm-cms-services-main .service_listing_page .banner_inner .banner_bottom_block {
  margin-top: 80px;;
  margin-bottom: 80px;
}

body#cms .fmm-cms-services-main .service_listing_page .banner_inner .banner_bottom_block .experts {
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 680px;
  gap: 30px;
}

body#cms .fmm-cms-services-main .service_listing_page .banner_inner .banner_bottom_block .experts .content p {
  margin-top: 10px;
}

body#cms .fmm-cms-services-main .service_listing_page .banner_inner .banner_bottom_block .experts .content .expert_badge {
  background-color: #353535;
  color: var(--secondary-color, #fff);
  font-size: 13px;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 2px;
}

body#cms .fmm-cms-services-main .service_listing_page .banner_inner .banner_bottom_block .experts .content .expert_badge .expert_stars {
  display: inline-block;
  margin-left: 3px;
}

body#cms .fmm-cms-services-main .service_listing_page .excellence_section .sec_top_row,
body#cms .fmm-cms-services-main .service_listing_page .main_container:has(.excellence_list) .sec_top_row {
  display: flex;
  justify-content: center;
}

body#cms .fmm-cms-services-main .service_listing_page .excellence_section .sec_top_row .cnt,
body#cms .fmm-cms-services-main .service_listing_page .main_container:has(.excellence_list) .sec_top_row .cnt {
  text-align: center;
}

body#cms .fmm-cms-services-main .service_listing_page .excellence_section .excellence_list,
body#cms .fmm-cms-services-main .service_listing_page .excellence_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

body#cms .fmm-cms-services-main .service_listing_page .excellence_section .excellence_list .excellence,
body#cms .fmm-cms-services-main .service_listing_page .excellence_list .excellence {
  border-right: 1px solid rgba(106, 86, 80, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 10px;
  height: 120px;
}

body#cms .fmm-cms-services-main .service_listing_page .excellence_list .excellence:last-child {
  border-right: 0;
}

body#cms .fmm-cms-services-main .service_listing_page .excellence_list .excellence .count {
  text-align: center;
  display: block;
  font-size: 36px;
  color: #000;
  line-height: 45px;
  font-weight: 600;
}

body#cms .fmm-cms-services-main .service_listing_page .excellence_list .excellence .text {
  text-align: center;
}

body#cms .fmm-cms-services-main .service_listing_page .service_listing_section .service_listing,
body#cms .fmm-cms-services-main .service_listing_page .service_listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

body#cms .fmm-cms-services-main .service_listing_page .service_listing .service_card,
body#cms .fmm-cms-services-main .service_listing_page .service_listing > .wrapper,
body#cms .fmm-cms-services-main .service_listing_page .service_listing > .service_card {
  border: 1px solid #E6E3EA;
  background-color: #FDFDFD;
  border-radius: 10px;
  transition: all .2s ease-in-out;
  padding: 52px 38px;
  display: block;
  text-decoration: none;
  color: inherit;
}

body#cms .fmm-cms-services-main .service_listing_page .service_listing .service_card .wrapper {
  padding: 0;
}

body#cms .fmm-cms-services-main .service_listing_page .service_listing .badge,
body#cms .fmm-cms-services-main .service_listing_page .service_listing .service_card .badge {
  font-size: 16px;
  color: #000;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}

body#cms .fmm-cms-services-main .service_listing_page .service_listing .badge img {
  margin-right: 5px;
}

body#cms .fmm-cms-services-main .service_listing_page .service_listing .title,
body#cms .fmm-cms-services-main .service_listing_page .service_listing .service_card .title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 20px;
  text-align: left
}

body#cms .fmm-cms-services-main .service_listing_page .service_listing .title a {
  color: inherit;
  text-decoration: none;
}

body#cms .fmm-cms-services-main .service_listing_page .service_listing .categories,
body#cms .fmm-cms-services-main .service_listing_page .service_listing .service_card .categories {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body#cms .fmm-cms-services-main .service_listing_page .service_listing .categories .category {
  background-color: #F8F6F6;
  border-radius: 4px;
  padding: 5px 12px;
  color: #050406;
  font-size: 14px;
  line-height: 21px;
}

body#cms .fmm-cms-services-main .service_listing_page .customer_needs .steps,
body#cms .fmm-cms-services-main .service_listing_page .steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}

body#cms .fmm-cms-services-main .service_listing_page .steps .step {
  border: 0.45px solid rgba(250, 249, 249, 0.5);
  background-color: #ffffff;
  border-radius: 7px;
  width: 100%;
}

body#cms .fmm-cms-services-main .service_listing_page .steps .icon,
body#cms .fmm-cms-services-main .service_listing_page .steps .text,
body#cms .fmm-cms-services-main .service_listing_page .steps .numbering {
  padding: 30px 35px 0 35px;
}

body#cms .fmm-cms-services-main .service_listing_page .steps .text {
  padding: 30px 35px;
  border-bottom: 1px solid #c7c7c7;
  font-size: 22px;
  line-height: 28px;
  color: #4f4f4f;
}

body#cms .fmm-cms-services-main .service_listing_page .steps .numbering {
  font-size: 18px;
  padding: 30px 35px;
  font-weight: 700;
  line-height: 21px;
  color: #000;
}

body#cms .fmm-cms-services-main .service_listing_page .steps .icon img {
  height: 30px;
}

body#cms .fmm-cms-services-main .service_listing_page .prestshop_solutions .bottom_part,
body#cms .fmm-cms-services-main .service_listing_page .main_container:has(.card .company) .bottom_part {
  padding-top: 75px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

body#cms .fmm-cms-services-main .service_listing_page .bottom_part .card {
  background: #F9F9F9;
  border-radius: 10px;
  padding: 50px 46px;
  box-shadow: 0 0.97px 2.91px 0.73px rgba(0, 0, 0, 0.1);
  border: 0.73px solid rgba(250, 249, 249, 1);
}

body#cms .fmm-cms-services-main .service_listing_page .bottom_part .card .company {
  color: #000;
  font-weight: 800;
}

body#cms .fmm-cms-services-main .service_listing_page .bottom_part .card .title {
  font-size: 22px;
  line-height: 33px;
  font-weight: 500;
  padding-bottom: 20px;
  min-height: 120px;
}

body#cms .fmm-cms-services-main .service_listing_page .bottom_part .card .description {
  color: #545454;
  font-size: 17px;
  line-height: 24px;
  padding-bottom: 30px;
}

body#cms .fmm-cms-services-main .service_listing_page .bottom_part .card .profile {
  display: flex;
  align-items: center;
  gap: 20px;
}

body#cms .fmm-cms-services-main .service_listing_page .bottom_part:has(.video-container) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  gap: 40px;
}

body#cms .fmm-cms-services-main .service_listing_page .video-container {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  flex: 1;
  position: relative;
  min-height: 500px;
  overflow: hidden;
  cursor: pointer;
}

body#cms .fmm-cms-services-main .service_listing_page .video-container .poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

body#cms .fmm-cms-services-main .service_listing_page .video-container .poster img {
  width: 100%;
  object-fit: cover;
}

body#cms .fmm-cms-services-main .service_listing_page .video-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: #4CAF50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body#cms .fmm-cms-services-main .service_listing_page .video-container .play-icon {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid white;
  margin-left: 5px;
}

body#cms .fmm-cms-services-main .service_listing_page .video-container .video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
  display: none;
}

body#cms .fmm-cms-services-main .service_listing_page .logo-grid {
  flex: 1;
  padding: 50px 90px;
  display: grid;
  gap: 80px;
}

body#cms .fmm-cms-services-main .service_listing_page .logo-grid img {
  width: 100%;
  height: auto;
  display: block;
}

body#cms .fmm-cms-services-main .service_listing_page .choose_us .heading,
body#cms .fmm-cms-services-main .service_listing_page .main_container:has(.features_grid) .heading {
  padding-bottom: 60px;
}

body#cms .fmm-cms-services-main .service_listing_page .features_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

body#cms .fmm-cms-services-main .service_listing_page .feature_card {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

body#cms .fmm-cms-services-main .service_listing_page .feature_card .details {
  flex: 1;
}

body#cms .fmm-cms-services-main .service_listing_page .feature_card .feature-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 10px;
}

body#cms .fmm-cms-services-main .service_listing_page .feature_card .feature-description {
  color: #545454;
}

body#cms:has(.fmm-cms-services-main) a.service_card {
  display: block;
  text-decoration: none;
  color: inherit;
}

body#cms:has(.fmm-cms-services-main) a.service_card:hover {
  color: inherit;
}

/* Service Listing Page */
body#cms:has(.fmm-cms-services-main) .service_listing_page .banner {
  min-height: 400px;
  width: 100%;
  background-image: linear-gradient(to right, #010D0C, #2F0325);
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  padding-top: 40px;
}

body#cms:has(.fmm-cms-services-main) .service_listing_page .banner .banner_inner {
  min-height: 400px;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  flex-direction: column;
  padding-top: 40px;
}

body#cms:has(.fmm-cms-services-main) .service_listing_page .banner .banner_inner .banner_block {
  margin-top: auto;
}

body#cms:has(.fmm-cms-services-main) .service_listing_page .banner .banner_inner .banner_block .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

body#cms:has(.fmm-cms-services-main) .service_listing_page .banner .banner_inner .banner_block .banner_title {
  font-size: 70px;
  line-height: 88px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}

body#cms:has(.fmm-cms-services-main) .service_listing_page .banner .banner_inner .banner_block .banner_sub_title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  line-height: 54px;
  text-align: center;
  margin-top: 10px;
}

body#cms:has(.fmm-cms-services-main) .service_listing_page .banner .banner_inner .banner_block .banner_text {
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  max-width: 710px;
  margin: auto;
  margin-bottom: 15px;
}

body#cms:has(.fmm-cms-services-main) .service_listing_page .banner .banner_inner .banner_bottom_block {
  margin-top: 80px;
  margin-bottom: 80px;
}

body#cms:has(.fmm-cms-services-main) .service_listing_page .banner .banner_inner .banner_bottom_block .experts {
  display: flex;
  align-items: center;
  justify-items: center;
  margin: auto;
  max-width: 680px;
  gap: 30px;
}

body#cms:has(.fmm-cms-services-main) .service_listing_page .banner .banner_inner .banner_bottom_block .experts .content p {
  margin-top: 10px;
}

body#cms:has(.fmm-cms-services-main) .service_listing_page .banner .banner_inner .banner_bottom_block .experts .content .expert_badge {
  background-color: #353535;
  color: var(--secondary-color);
  font-size: 13px;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 2px;
}

body#cms:has(.fmm-cms-services-main) .service_listing_page .banner .banner_inner .banner_bottom_block .experts .content .expert_badge .expert_stars {
  display: inline-block;
  margin-left: 3px;
}

/* Excellence Section */
body#cms:has(.fmm-cms-services-main) .service_listing_page .excellence_section .sec_top_row {
  display: flex;
  justify-content: center;
}

body#cms:has(.fmm-cms-services-main) .service_listing_page .excellence_section .sec_top_row .cnt {
  text-align: center;
}

body#cms:has(.fmm-cms-services-main) .service_listing_page .excellence_section .excellence_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

body#cms:has(.fmm-cms-services-main) .service_listing_page .excellence_section .excellence_list .excellence {
  border-right: 1px solid rgba(106, 86, 80, 0.2);
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: end;
  gap: 10px;
  height: 120px;
}

body#cms:has(.fmm-cms-services-main) .service_listing_page .excellence_section .excellence_list .excellence:last-child {
  border-right: 0;
}

body#cms:has(.fmm-cms-services-main) .service_listing_page .excellence_section .excellence_list .excellence .count {
  text-align: center;
  display: block;
  font-size: 36px;
  color: #000;
  line-height: 45px;
  font-weight: 600;
}

body#cms:has(.fmm-cms-services-main) .service_listing_page .excellence_section .excellence_list .excellence .text {
  text-align: center;
}





/* Customer Needs */
.customer_needs .top_part { display: flex; align-items: center; gap: 150px; padding-bottom: 100px;}
.customer_needs .main_heading { flex: .5; }
.customer_needs .sub_text { flex: .5; font-size: 20px; }
.customer_needs .steps { display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 20px; }
.customer_needs .step { border: 0.45px solid rgba(250, 249, 249, 0.5); background-color: #ffffff; border-radius: 7px; width: 100%; }
.customer_needs .icon, .customer_needs .text, .customer_needs .numbering { padding: 30px 35px 0 35px; } 
.customer_needs .text { padding: 30px 35px; border-bottom: 1px solid #c7c7c7; font-size: 22px; line-height: 28px; color: #4f4f4f; }
.customer_needs .numbering { font-size: 18px; padding: 30px 35px; font-weight: 700; line-height: 21px; color: #000; }
.customer_needs .icon img { /* width: 30px; */ height: 30px; }



/* PrestaShop Solutions */
.prestshop_solutions .bottom_part { padding-top: 75px; display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 20px; }
.prestshop_solutions .bottom_part .card { background: #F9F9F9; border-radius: 10px; padding: 50px 46px; box-shadow: 0 0.97px 2.91px 0.73px rgba(0, 0, 0, 0.1); border: 0.73px solid rgba(250, 249, 249, 1); }
.prestshop_solutions .bottom_part .company { color: #000; font-weight: 800;}
.prestshop_solutions .bottom_part .title { font-size: 22px; line-height: 33px; font-weight: 600; font-weight: 500; padding-bottom: 40px;}
.prestshop_solutions .bottom_part .description { color: #545454; font-size: 17px; line-height: 24px; padding-bottom: 30px; }
.prestshop_solutions .bottom_part .profile { display: flex; align-items: center; gap: 20px; }
.prestshop_solutions .bottom_part .name { font-size: 19px; line-height: 34px; font-weight: 700; margin-bottom: 3px; }
.prestshop_solutions .bottom_part .designation { color: #838383; font-size: 15px; font-weight: 600; line-height: 19px; }




/* Top Brands */
.top_brands .bottom_part { display: flex; justify-content: space-between; align-items: center; padding-top: 60px; }
.top_brands .bottom_part .video-container { box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1); flex: 1; position: relative; min-height: 500px; overflow: hidden; cursor: pointer; }
.top_brands .bottom_part .poster { position: absolute; top: 0; left: 0; width: 100%; height: 100%; cursor: pointer; border-radius: 12px; overflow: hidden; }
.top_brands .bottom_part .poster img { width: 100%; object-fit: cover; }
.top_brands .bottom_part .play-button { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 60px; height: 60px; background-color: #4CAF50; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background-color 0.3s; }
.top_brands .bottom_part .play-button:hover { background-color: #45a049; }
.top_brands .bottom_part .play-icon { width: 0; height: 0; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-left: 20px solid white; margin-left: 5px; }
.top_brands .bottom_part .video-iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; border-radius: 12px; display: none; }
.top_brands .bottom_part .logo-grid { flex: 1 ; padding: 50px 90px; display: grid; gap: 80px; }



/* Choose Us */
.choose_us .heading { padding-bottom: 60px; }
.choose_us .features_grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.choose_us .feature_card { background: #ffffff; padding: 30px; border-radius: 10px; display: flex; gap: 25px; align-items: flex-start; }
.choose_us .feature_card .details { flex: 1; }
.choose_us .feature-title { font-size: 22px; font-weight: 600; line-height: 30px; padding-bottom: 10px; }
.choose_us .feature-description { color: #545454; }

@media screen and (max-width:1400px) {
  .service_listing_page .banner {
    min-height: 1000px;
  }
  .service_listing_page .banner .banner_inner {
    min-height: 1000px;
  }
  .service_listing_page .banner .banner_inner .banner_block .banner_title {
    font-size: 60px;
    line-height: 78px;
    margin-bottom: 10px;
  }
  .service_listing_page .banner .banner_inner .banner_block .banner_sub_title {
    font-size: 36px;
    line-height: 52px;
    margin-top: 10px;
  }
  .service_listing_page .banner .banner_inner .banner_block .banner_text {
    font-size: 19px;
    line-height: 34px;
    max-width: 700px;
    margin-bottom: 14px;
  }

  
    /* PrestaShop Solutions */
    .prestshop_solutions .bottom_part { padding-top: 60px; }
    .prestshop_solutions .bottom_part .card { padding: 40px; }
    .prestshop_solutions .bottom_part .title { font-size: 18px; line-height: 26px; padding-bottom: 30px; }
    .prestshop_solutions .bottom_part .description { font-size: 16px; }

        /* Top Brands */
    .top_brands .top_part .heading { max-width: 410px; }
    .top_brands .top_part .sub_text { font-size: 16px; line-height: 25px; }
    .top_brands .bottom_part { padding-top: 55px; }
    .top_brands .bottom_part .video-container { min-height: 400px; }
    .top_brands .bottom_part .logo-grid { padding: 45px 80px; gap: 65px; }
        /* Choose Us */
    .choose_us .heading { padding-bottom: 50px; }
    .choose_us .feature-title { font-size: 20px; line-height: 28px; }
    .choose_us .feature-description { font-size: 16px; line-height: 25px; }

}

@media screen and (max-width:1280px) {
  .service_listing_page .banner {
    min-height: 980px;
  }
  .service_listing_page .banner .banner_inner {
    min-height: 980px;
  }
  .service_listing_page .banner .banner_inner .banner_block .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .service_listing_page .banner .banner_inner .banner_block .banner_title {
    font-size: 54px;
    line-height: 68px;
    margin-bottom: 8px;
  }
  .service_listing_page .banner .banner_inner .banner_block .banner_sub_title {
    font-size: 30px;
    font-weight: 500;
    line-height: 46px;
    margin-top: 8px;
  }
  .service_listing_page .banner .banner_inner .banner_block .banner_text {
    font-size: 18px;
    line-height: 32px;
    max-width: 680px;
    margin-bottom: 12px;
  }

  .service_listing_page .excellence_section .excellence_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
  .service_listing_page .excellence_section .excellence_list .excellence {
    height: auto;
  }
  .service_listing_page .excellence_section .excellence_list .excellence:last-child {
    border-right: 0;
  }
  .service_listing_page .excellence_section .excellence_list .excellence:nth-last-child(3) {
    border-right: 0;
  }
  .service_listing_page .excellence_section .excellence_list .excellence .count {
    font-size: 34px;
    line-height: 43px;
  }

      /* Customer Needs */
    .customer_needs .top_part { gap: 100px; padding-bottom: 65px; }
    .customer_needs .sub_text { font-size: 18px; }
    .customer_needs .steps { grid-template-columns: repeat(4, 1fr); }
    .customer_needs .step { max-width: 100%; }
    .customer_needs .icon, .customer_needs .text, .customer_needs .numbering { padding: 20px 25px; }
    .customer_needs .text { font-size: 18px; line-height: 22px; }
    .customer_needs .numbering { font-size: 18px; line-height: 21px; }

        /* PrestShop Solutions */
    .prestshop_solutions .bottom_part .card { padding: 25px; }
    .prestshop_solutions .bottom_part .title { font-size: 16px; line-height: 22px; padding-bottom: 20px; }
    .prestshop_solutions .bottom_part .description { font-size: 15px; line-height: 21px; padding-bottom: 20px; }
    .prestshop_solutions .bottom_part .name { font-size: 17px; line-height: 26px; }
    .prestshop_solutions .bottom_part .designation { font-size: 15px; line-height: 21px; }
    .prestshop_solutions .bottom_part .profile { gap: 15px; }

    
    /* Top Brands */
    .top_brands .top_part .sub_text { font-size: 15px; line-height: 24px; }
    .top_brands .bottom_part { padding-top: 45px; }
    .top_brands .bottom_part .video-container { min-height: 380px; }
    .top_brands .bottom_part .logo-grid { padding: 40px 70px; gap: 55px; }
    
        /* Choose Us */
    .choose_us .heading { padding-bottom: 40px; }
    .choose_us .features_grid { gap: 25px; }
    .choose_us .feature_card { padding: 25px; gap: 15px; }
    .choose_us .feature-title { font-size: 18px; line-height: 24px; padding-bottom: 7px; }
    .choose_us .feature-description { font-size: 15px; line-height: 22px; }
}

@media screen and (max-width:1024px) {
  .service_listing_page .banner {
    min-height: 960px;
  }
  .service_listing_page .banner .banner_inner {
    min-height: 960px;
  }
  .service_listing_page .banner .banner_inner .banner_block .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .service_listing_page .banner .banner_inner .banner_block .banner_title {
    font-size: 52px;
    line-height: 63px;
    margin-bottom: 7px;
  }
  .service_listing_page .banner .banner_inner .banner_block .banner_sub_title {
    font-size: 28px;
    line-height: 43px;
    margin-top: 7px;
  }
  .service_listing_page .banner .banner_inner .banner_block .banner_text {
    font-size: 17px;
    line-height: 30px;
    max-width: 670px;
    margin-bottom: 11px;
  }
      /* Customer Needs */
    .customer_needs .top_part { gap: 35px; padding-bottom: 50px; flex-direction: column; align-items: flex-start; }
    .customer_needs .sub_text { font-size: 16px; }
    .customer_needs .steps { grid-template-columns: repeat(3, 1fr); grid-gap: 15px; }
    .customer_needs .icon, .customer_needs .text, .customer_needs .numbering { padding: 18px 24px 0 24px; }
    .customer_needs .text { padding: 18px 24px; font-size: 16px; line-height: 20px; }
    .customer_needs .numbering { font-size: 16px; padding: 18px 24px; line-height: 16px; }

       /* PrestShhop Solutons */
    .prestshop_solutions .bottom_part { grid-template-columns: repeat(2, 1fr); padding-top: 40px; grid-gap: 20px; }
    .prestshop_solutions .bottom_part .card { padding: 20px; }
    .prestshop_solutions .bottom_part .title { font-size: 16px; line-height: 22px; padding-bottom: 20px; }
    .prestshop_solutions .bottom_part .description { font-size: 15px; line-height: 20px; padding-bottom: 20px; }
    .prestshop_solutions .bottom_part .profile { gap: 12px; }
    .prestshop_solutions .bottom_part .name { font-size: 15px; line-height: 22px; }
    .prestshop_solutions .bottom_part .designation { font-size: 14px; line-height: 20px; }

        /* Top Brands */
    .top_brands .top_part { flex-direction: column; align-items: flex-start; }
    .top_brands .top_part .heading { padding-bottom: 15px; }
    .top_brands .top_part .sub_text { font-size: 15px; line-height: 24px; }
    .top_brands .bottom_part { padding-top: 40px; }
    .top_brands .bottom_part .video-container { min-height: 270px; }
    .top_brands .bottom_part .logo-grid { padding: 30px 55px; gap: 40px; }
    
        /* Choose Us */
    .choose_us .heading { padding-bottom: 30px; }
    .choose_us .features_grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .choose_us .feature_card { padding: 20px; gap: 15px; }
    .choose_us .feature-title { font-size: 17px; line-height: 26px; padding-bottom: 7px; }
    .choose_us .feature-description { font-size: 15px; line-height: 22px; }
}

@media screen and (max-width:992px) {
  .service_listing_page .banner {
    min-height: 880px;
  }
  .service_listing_page .banner .banner_inner {
    min-height: 880px;
  }
  .service_listing_page .banner .banner_inner .banner_block .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .service_listing_page .banner .banner_inner .banner_block .banner_title {
    font-size: 42px;
    line-height: 53px;
    margin-bottom: 6px;
  }
  .service_listing_page .banner .banner_inner .banner_block .banner_sub_title {
    font-size: 20px;
    line-height: 32px;
    margin-top: 6px;
  }
  .service_listing_page .banner .banner_inner .banner_block .banner_text {
    font-size: 16px;
    line-height: 28px;
    max-width: 650px;
    margin-bottom: 10px;
  }
  .service_listing_page .banner .banner_inner .banner_bottom_block {
    margin-top: 80px;    margin-bottom: 80px;
  }
  .service_listing_page .banner .banner_inner .banner_bottom_block .experts {
    display: flex;
    align-items: center;
    justify-items: center;
    margin: auto;
    max-width: 680px;
    gap: 30px;
  }
  .service_listing_page .banner .banner_inner .banner_bottom_block .experts .content p {
    margin-top: 10px;
  }
  .service_listing_page .banner .banner_inner .banner_bottom_block .experts .content .expert_badge {
    background-color: #353535;
    color: var(--secondary-color);
    font-size: 13px;
    display: inline-block;
    padding: 5px 8px;
    border-radius: 2px;
  }
  .service_listing_page .banner .banner_inner .banner_bottom_block .experts .content .expert_badge .expert_stars {
    display: inline-block;
    margin-left: 3px;
  }

  .service_listing_page .excellence_section .excellence_list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
  }
  .service_listing_page .excellence_section .excellence_list .excellence {
    gap: 5px;
    height: auto;
  }
  .service_listing_page .excellence_section .excellence_list .excellence:last-child {
    border-right: 0;
  }
  .service_listing_page .excellence_section .excellence_list .excellence:nth-child(2) {
    border-right: 0;
  }
  .service_listing_page .excellence_section .excellence_list .excellence .count {
    font-size: 24px;
    line-height: 34px;
  }
  
    .prestshop_solutions .bottom_part { padding-top: 20px; display: flex; overflow-x: auto; }
    .prestshop_solutions .bottom_part .card { padding: 15px; min-width: 370px; }
}

@media screen and (max-width:767px) {
  .service_listing_page .banner {
    min-height: 780px;
  }
  .service_listing_page .banner .banner_inner {
    min-height: 780px;
  }
  .service_listing_page .banner .banner_inner .banner_block {
    margin-bottom: -40px;
  }
  .service_listing_page .banner .banner_inner .banner_block .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .service_listing_page .banner .banner_inner .banner_block .banner_title {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 5px;
  }
  .service_listing_page .banner .banner_inner .banner_block .banner_sub_title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 5px;
  }
  .service_listing_page .banner .banner_inner .banner_block .banner_text {
    font-size: 15px;
    line-height: 26px;
    max-width: 620px;
    margin-bottom: 8px;
  }
  .service_listing_page .banner .banner_inner .banner_bottom_block {
    margin-top: auto;
    margin-bottom: 60px;
  }
  .service_listing_page .banner .banner_inner .banner_bottom_block .experts {
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column;
    margin: auto;
    max-width: 680px;
    gap: 15px;
  }
  .service_listing_page .banner .banner_inner .banner_bottom_block .experts .content {
    text-align: center;
  }
  .service_listing_page .banner .banner_inner .banner_bottom_block .experts .content p {
    margin-top: 10px;
  }
  .service_listing_page .banner .banner_inner .banner_bottom_block .experts .content .expert_badge {
    background-color: #353535;
    color: var(--secondary-color);
    font-size: 13px;
    display: inline-block;
    padding: 5px 8px;
    border-radius: 2px;
  }
  .service_listing_page .banner .banner_inner .banner_bottom_block .experts .content .expert_badge .expert_stars {
    display: inline-block;
    margin-left: 3px;
  }

  .service_listing_page .excellence_section .excellence_list {
    row-gap: 20px;
    display: block !important;
  }
  .service_listing_page .excellence_section .excellence_list .excellence .count {
    font-size: 30px;
    line-height: 38px;
  }
      /* Customer Needs */
    .customer_needs .top_part { flex-direction: column; gap: 30px; padding-bottom: 30px; text-align: center; }
    .customer_needs .main_heading { flex: none; }
    .customer_needs .sub_text { flex: none; font-size: 16px; }
    .customer_needs .steps { grid-template-columns: repeat(2, 1fr); grid-gap: 10px; display: block !important;}
    .customer_needs .step { max-width: 100%; }
    .customer_needs .icon, .customer_needs .text, .customer_needs .numbering { padding: 15px 20px 0 20px; }
    .customer_needs .text { padding: 15px 20px; font-size: 16px; line-height: 24px; }
    .customer_needs .numbering { font-size: 15px; padding: 15px 20px; line-height: 15px; }


      /* PrestShop Solution */
    .prestshop_solutions .bottom_part { padding-top: 20px; display: flex; overflow-x: auto; }
    .prestshop_solutions .bottom_part .card { padding: 15px; min-width: 370px; }
    .prestshop_solutions .bottom_part .title { font-size: 15px; line-height: 20px; padding-bottom: 15px; }
    .prestshop_solutions .bottom_part .description { font-size: 15px; line-height: 20px; padding-bottom: 15px; }
    .prestshop_solutions .bottom_part .profile { gap: 10px; }
    .prestshop_solutions .bottom_part .name { font-size: 15px; line-height: 20px; margin-bottom: 2px; }
    .prestshop_solutions .bottom_part .designation { font-size: 14px; line-height: 20px; }

        /* Top Brands */
    .top_brands .top_part { flex-direction: column; text-align: center; }
    .top_brands .top_part .heading { padding-bottom: 10px; }
    .top_brands .top_part .sub_text { font-size: 14px; line-height: 24px; }
    .top_brands .bottom_part { padding-top: 20px; flex-direction: column; }
    .top_brands .bottom_part .video-container { min-height: 290px; width: 100%; }
    .top_brands .bottom_part .logo-grid { padding: 20px 10px 0 !important; gap: 20px; }
    
        /* Choose Us */
    .choose_us .heading { padding-bottom: 20px; }
    .choose_us .features_grid { gap: 15px; }
    .choose_us .feature_card { padding: 15px; gap: 10px; flex-direction: column; align-items: center; text-align: center; }
    .choose_us .feature-title { font-size: 16px; line-height: 24px; padding-bottom: 5px; }
    .choose_us .feature-description { display: none; }

    
  .service_listing_page .excellence_section .excellence_list .excellence:nth-child(1),
  .service_listing_page .excellence_section .excellence_list .excellence:nth-last-child(2) {
    border-right: 1px solid rgba(106, 86, 80, 0.2);
  }
  .service_listing_page .excellence_section .excellence_list .excellence { border: none !important;}
}

@media screen and (max-width:576px) {
  .service_listing_page .banner {
    min-height: 730px;
  }
  .service_listing_page .banner .banner_inner {
    min-height: 730px;
  }
  .service_listing_page .banner .banner_inner .banner_block {
    margin-bottom: -70px;
  }
  .service_listing_page .banner .banner_inner .banner_block .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
  }
  .service_listing_page .banner .banner_inner .banner_block .banner_title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .service_listing_page .banner .banner_inner .banner_block .banner_sub_title {
    font-size: 17px;
    line-height: 26px;
    margin-top: 5px;
  }
  .service_listing_page .banner .banner_inner .banner_block .banner_text {
    display: none;
  }
  .service_listing_page .banner .banner_inner .banner_bottom_block {
    margin-top: auto;
    margin-bottom: 30px;
  }
  .service_listing_page .banner .banner_inner .banner_bottom_block .experts {
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column;
    margin: auto;
    max-width: 680px;
    gap: 10px;
  }
  .service_listing_page .banner .banner_inner .banner_bottom_block .experts .content {
    text-align: center;
  }
  .service_listing_page .banner .banner_inner .banner_bottom_block .experts .content p {
    margin-top: 10px;
  }
  .service_listing_page .banner .banner_inner .banner_bottom_block .experts .content .expert_badge {
    background-color: #353535;
    color: var(--secondary-color);
    font-size: 13px;
    display: inline-block;
    padding: 5px 8px;
    border-radius: 2px;
  }
  .service_listing_page .banner .banner_inner .banner_bottom_block .experts .content .expert_badge .expert_stars {
    display: inline-block;
    margin-left: 3px;
  }

  .service_listing_page .excellence_section .excellence_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
  .service_listing_page .excellence_section .excellence_list .excellence {
    border-right: 0;
    gap: 5px;
    height: auto;
  }
  .service_listing_page .excellence_section .excellence_list .excellence:last-child {
    border-right: 0;
  }
  .service_listing_page .excellence_section .excellence_list .excellence:nth-child(2) {
    border-right: 0;
  }
  .service_listing_page .excellence_section .excellence_list .excellence .count {
    font-size: 26px;
    line-height: 34px;
  }

        /* Customer Needs */
    .customer_needs .steps { grid-template-columns: repeat(1, 1fr);}
}
/* Service Listing Section */
body#cms:has(.fmm-cms-services-main) .service_listing_page .service_listing_section .service_listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

body#cms:has(.fmm-cms-services-main) .service_card {
  border: 1px solid #E6E3EA;
  background-color: #FDFDFD;
  border-radius: 10px;
  transition: all .2s ease-in-out;
}

body#cms:has(.fmm-cms-services-main) .service_card .wrapper {
  padding: 52px 38px;
}

body#cms:has(.fmm-cms-services-main) .service_card .badge {
  font-size: 16px;
  color: #000;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}

body#cms:has(.fmm-cms-services-main) .service_card  .badge img {
  margin-right: 5px;
}

body#cms:has(.fmm-cms-services-main) .service_card  .title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 20px;
}

body#cms:has(.fmm-cms-services-main) .service_card  .categories {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body#cms:has(.fmm-cms-services-main) .service_card  .categories .category {
  background-color: #F8F6F6;
  border-radius: 4px;
  padding: 5px 12px;
  color: #050406;
  font-size: 14px;
  line-height: 21px;
}



@media screen and (max-width:1600px) {
  .service_card   .title{
    font-size: 28px;
    line-height: 34px;
   }   
}

@media screen and (max-width:1400px) {
    .service_card .wrapper {
    padding: 48px 34px;
}
  .service_card   .title{
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 17px;
   }   
   .service_card .badge{
    margin-bottom: 17px;
   }
   .service_card .categories{
    margin-top: 35px;
   }
}


@media screen and (max-width:1280px) {
    .service_card .wrapper {
    padding: 36px 20px;
}
body#cms:has(.fmm-cms-services-main) .service_listing_page .service_listing_section .service_listing{
    gap: 15px;
}
  .service_card   .title{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 14px;
   }   
   .service_card .badge{
    margin-bottom: 14px;
   }
   .service_card .categories{
    margin-top: 25px;
   }
}

@media screen and (max-width:1024px) {
    .service_card .wrapper {
    padding: 42px 28px;
}
body#cms:has(.fmm-cms-services-main) .service_listing_page .service_listing_section .service_listing{
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}
  .service_card   .title{
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 12px;
   }   
   .service_card .badge{
    margin-bottom: 12px;
   }
   .service_card .categories{
    margin-top: 25px;
   }
}

@media screen and (min-width: 768px) {
  /* Hover states */
body#cms:has(.fmm-cms-services-main) .service_card:hover {
  background-color: #000;
}

body#cms:has(.fmm-cms-services-main) .service_card:hover  .badge {
  color: #fff;
}

body#cms:has(.fmm-cms-services-main) .service_card:hover  .title {
  color: #fff;
}

body#cms:has(.fmm-cms-services-main) .service_card:hover  .text {
  color: #A0A0A0;
}

body#cms:has(.fmm-cms-services-main) .service_card:hover  .categories .category {
  background-color: #5C5C5C;
  color: #fff;
}
}

@media screen and (max-width:767px) {
    .service_card .wrapper {
    padding: 32px 18px;
}
body#cms:has(.fmm-cms-services-main) .service_listing_page .service_listing_section .service_listing{
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
  .service_card   .title{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
   }   
   .service_card .badge{
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
   }
   .service_card .categories{
    margin-top: 20px;
    gap: 5px;
   }
   .service_card .categories .category{
    font-size: 12px;
    line-height: 19px;
   }
}


@media screen and (max-width:576px) {
    .service_card .wrapper {
    padding: 32px 18px;
}
body#cms:has(.fmm-cms-services-main) .service_listing_page .service_listing_section .service_listing{
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
}
  .service_card   .title{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
   }   
   .service_card .badge{
    margin-bottom: 10px;
   }
   .service_card .categories{
    margin-top: 20px;
   }
   .service_card .categories .category{
    font-size: 12px;
    line-height: 19px;
   }
}

/* --- Hook blocks: testimonials, blog, FAQ (page-8.tpl) --- */
body#cms .fmm-cms-services-main .testimonails_section .testimonials .testimonials_swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 68px;
}

body#cms .fmm-cms-services-main .testimonails_section .testimonials .swiper-slide {
  font-size: 18px;
  background: var(--secondary-color, #fff);
  display: flex;
  align-items: start;
  flex-direction: column;
  padding: 32px;
  gap: 24px;
  border: 1px solid #BDBDBD;
  border-radius: 10px;
}

body#cms .fmm-cms-services-main .testimonails_section .testimonials .swiper-pagination {
  text-align: start;
}

body#cms .fmm-cms-services-main .testimonails_section .testimonials .swiper-pagination-bullet-active {
  background-color: var(--primary-color, #4CAF50);
}

body#cms .fmm-cms-services-main .testimonails_section .swiper-button-next,
body#cms .fmm-cms-services-main .testimonails_section .swiper-button-prev {
  top: auto;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  z-index: 99;
  border: 1px solid var(--primary-color, #4CAF50);
}

body#cms .fmm-cms-services-main .testimonails_section .swiper-button-next::after,
body#cms .fmm-cms-services-main .testimonails_section .swiper-button-prev::after {
  content: "";
  background-image: url("../img/newdesign/right-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}

body#cms .fmm-cms-services-main .testimonails_section .swiper-button-prev::after {
  transform: rotate(180deg);
}

body#cms .fmm-cms-services-main .testimonails_section .swiper-button-prev {
  right: 70px !important;
  left: auto;
}

body#cms .fmm-cms-services-main .testimonails_section .testimonials .swiper-slide .user {
  display: flex;
  gap: 15px;
  align-items: center;
}

body#cms .fmm-cms-services-main .testimonails_section .testimonials .swiper-slide .user .name {
  line-height: 25px;
  color: var(--primary-color, #4CAF50);
  display: block;
}

body#cms .fmm-cms-services-main .testimonails_section .testimonials .swiper-slide .user .position {
  line-height: 25px;
}

body#cms .fmm-cms-services-main .blogs_section .blogs,
body#cms .fmm-cms-services-main .advanceblog-home.blogs_section .blogs {
  gap: 20px;
  row-gap: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

body#cms .fmm-cms-services-main .blogs_section .blogs .blog img,
body#cms .fmm-cms-services-main .advanceblog-home.blogs_section .blogs .blog img {
  width: 100%;
}

body#cms .fmm-cms-services-main .blogs_section .blogs .blog .content,
body#cms .fmm-cms-services-main .advanceblog-home.blogs_section .blogs .blog .content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 25px;
}

body#cms .fmm-cms-services-main .blogs_section .blogs .blog .content .types,
body#cms .fmm-cms-services-main .advanceblog-home.blogs_section .blogs .blog .content .types {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  gap: 5px;
}

body#cms .fmm-cms-services-main .blogs_section .blogs .blog .content .types .type,
body#cms .fmm-cms-services-main .advanceblog-home.blogs_section .blogs .blog .content .types .type {
  background-color: var(--secondary-color, #fff);
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #E7E7E7;
}

body#cms .fmm-cms-services-main .service_listing_page .video-container.is-playing .poster,
body#cms .fmm-cms-services-main .top_brands .video-container.is-playing .poster {
  display: none;
}

body#cms .fmm-cms-services-main .service_listing_page .video-container.is-playing .video-iframe,
body#cms .fmm-cms-services-main .top_brands .video-container.is-playing .video-iframe {
  display: block;
}

body#cms .fmm-cms-services-main .service_listing_page .prestshop_solutions .sec_top_row,
body#cms .fmm-cms-services-main .service_listing_page .main_container:has(.bottom_part .card .company) > .sec_top_row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

body#cms .fmm-cms-services-main .service_listing_page .prestshop_solutions .sec_top_row .cnt,
body#cms .fmm-cms-services-main .service_listing_page .main_container:has(.bottom_part .card .company) > .sec_top_row .cnt {
  max-width: 1100px;
}

body#cms .fmm-cms-services-main .service_listing_page .prestshop_solutions .sec_top_row .primary_cta,
body#cms .fmm-cms-services-main .service_listing_page .main_container:has(.bottom_part .card .company) > .sec_top_row .primary_cta {
  flex-shrink: 0;
  text-decoration: none;
}

body#cms .fmm-cms-services-main .service_listing_page .bottom_part .card .profile-image {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

/*----- About Us page Testimonials -------*/
body#cms .fmm-cms-about_us-main .testimonails_section .testimonials .testimonials_swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 68px;
}

body#cms .fmm-cms-about_us-main .testimonails_section .testimonials .swiper-slide {
  font-size: 18px;
  background: var(--secondary-color, #fff);
  display: flex;
  align-items: start;
  flex-direction: column;
  padding: 32px;
  gap: 24px;
  border: 1px solid #BDBDBD;
  border-radius: 10px;
}

body#cms .fmm-cms-about_us-main .testimonails_section .testimonials .swiper-pagination {
  text-align: start;
}

body#cms .fmm-cms-about_us-main .testimonails_section .testimonials .swiper-pagination-bullet-active {
  background-color: var(--primary-color, #4CAF50);
}

body#cms .fmm-cms-about_us-main .testimonails_section .swiper-button-next,
body#cms .fmm-cms-about_us-main .testimonails_section .swiper-button-prev {
  top: auto;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  z-index: 99;
  border: 1px solid var(--primary-color, #4CAF50);
}

body#cms .fmm-cms-about_us-main .testimonails_section .swiper-button-next::after,
body#cms .fmm-cms-about_us-main .testimonails_section .swiper-button-prev::after {
  content: "";
  background-image: url("../img/newdesign/right-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}

body#cms .fmm-cms-about_us-main .testimonails_section .swiper-button-prev::after {
  transform: rotate(180deg);
}

body#cms .fmm-cms-about_us-main .testimonails_section .swiper-button-prev {
  right: 70px !important;
  left: auto;
}

body#cms .fmm-cms-about_us-main .testimonails_section .testimonials .swiper-slide .user {
  display: flex;
  gap: 15px;
  align-items: center;
}

body#cms .fmm-cms-about_us-main .testimonails_section .testimonials .swiper-slide .user .name {
  line-height: 25px;
  color: var(--primary-color, #4CAF50);
  display: block;
}

body#cms .fmm-cms-about_us-main .testimonails_section .testimonials .swiper-slide .user .position {
  line-height: 25px;
}

/*----------- Excellence of About Us page -----------*/

/* FME Modules Excellence Section */
.excellence_section .sec_top_row .excellence_left,
.excellence_section .sec_top_row .excellence_right {
  flex: 1;
}

.excellence_section .sec_top_row .excellence_left .section_title {
  max-width: 640px;
  text-align: left
}

.excellence_section .sec_top_row .excellence_right {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px;
}

.excellence_section .excellence_stats {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.excellence_section .excellence_stats .stat_card {
  background-color: #F0F0F0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 32px;
  width: 100%;
}

.excellence_section .excellence_stats .second_stat,
.excellence_section .excellence_stats .third_stat {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.excellence_section .excellence_stats .stat_image img {
  width: 100%;
}

.excellence_section .excellence_stats h3 {
  padding-bottom: 48px;
}

.excellence_section .excellence_stats .stat_card .stat_number {
  margin-bottom: auto;
  color: var(--primary-color);
  font-size: 80px;
  font-weight: 700;
  line-height: 98px;
}

.excellence_section .excellence_stats .stat_card .primary_text {
  color: var(--primary-color);
}





@media screen and (max-width: 992px) {
  body#cms .fmm-cms-services-main .blogs_section .blogs,
  body#cms .fmm-cms-services-main .advanceblog-home.blogs_section .blogs {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  body#cms .fmm-cms-services-main .blogs_section .blogs,
  body#cms .fmm-cms-services-main .advanceblog-home.blogs_section .blogs {
    grid-template-columns: 1fr;
  }

  body#cms .fmm-cms-services-main .testimonails_section .testimonials .swiper-slide {
    padding: 16px;
    gap: 14px;
  }
}
@media (min-width: 200px) and (max-width: 480px) {
body#cms .fmm-cms-services-main .service_listing_page .features_grid { display: block;}
body#cms .fmm-cms-services-main .service_listing_page .features_grid .icon,
body#cms .fmm-cms-services-main .service_listing_page .features_grid .details { display: block; text-align: center; width: 100%;}
}