/* inner page */
.inner-banner-sec .ban-bg-box {
  height: 35%;
  bottom: 0;
  top: auto;
  display: none;
}

.inner-banner-sec {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-banner-sec .ban-bg-box img {
  object-position: bottom;
}

.inner-banner-sec .container-wrapper {
  margin-top: 47px;
}

.inner-banner-sec .banner-title {
  margin: 10px 0 18px;
}

.inner-banner-sec .content-box {
  margin-bottom: 15px;
}

.inner-banner-sec .banner-right-img-box {
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 15px 12px 36px 0px rgba(201, 195, 195, 0.77);
}

.custom-x {
  margin-top: 70px;
}

.why-choose-slide-box .slider-wrapper {
  display: flex;
  align-items: flex-start;
}

.why-slider {
  flex: 1;
}

/* .why-slider-thumbnail {
  max-height: 651px;
} */

.why-slider-thumbnail .swiper-slide {
  cursor: pointer;
  transition: all 0.3s;
  height: auto !important;
}

.why-slider-thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}

.why-card {
  display: flex;
  align-items: self-start;
  margin-left: 20px;
}

.why-card > .thumb-img img {
  min-width: 43px;
  margin: 0 20px;
  object-fit: contain;
}

.why-card .why-card-content {
  margin-left: 20px;
}

.why-card .why-card-content h3 {
  font-size: 22px;
  line-height: 120%;
  color: var(--clr-primary);
  margin-bottom: 7px;
  transition: color 0.3s;
}

.why-slider-thumbnail
  .swiper-slide-thumb-active
  .why-card
  .why-card-content
  h3 {
  color: var(--clr-accent);
}

.why-slider-thumbnail
  .swiper-slide-thumb-active
  .why-card
  > .why-card-content
  p {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.why-slider-thumbnail
  .swiper-slide-thumb-active
  .why-card
  > .why-card-content
  ul {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.why-slider-thumbnail .why-card > .why-card-content p {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.why-slider-thumbnail .why-card > .why-card-content ul {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.why-slider-thumbnail .swiper-wrapper {
  border-left: 1px dotted #d9e0f5;
}

.why-slider-thumbnail .swiper-slide-thumb-active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 0;
  border-radius: 4px;
  background-color: var(--clr-accent);
  animation: growBorder 0.9s ease-in-out forwards;
}

@keyframes growBorder {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

.why-choose-slide-box {
  margin-top: 40px;
}

.mcs-solutions-card {
  position: relative;
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(217, 217, 217, 1);
  overflow: hidden;
  height: 100%;
  transition: border 0.3s;
}
.mcs-solutions-img img {
  width: 100%;
}
.mcs-solutions-card:hover {
  border-color: var(--clr-accent);
}

.mcs-solutions-cont {
  position: relative;
  width: 100%;
  padding: 20px;
}

.mcs-solutions-cont h6,
.explore-btn {
  color: var(--clr-accent);
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
}

.explore-btn {
  margin-top: 15px;
  position: relative;
  padding-right: 24px;
  font-weight: 700;
}

.mcs-solutions-cont h4 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #000;
}

.mcs-solutions-cont p {
  color: rgba(80, 80, 80, 1);
}

.solutions-cont-list {
  border-top: 1px solid rgba(217, 217, 217, 1);
  padding-top: 15px;
  margin-top: 15px;
}

.solutions-cont-list h5 {
  color: var(--clr-secondary);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.solutions-cont-list li {
  padding-left: 25px;
  margin-top: 10px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
}

.solutions-cont-list li span {
  font-weight: 600;
}

.solutions-cont-list li::before,
.explore-btn::after {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--clr-secondary);
}

.explore-btn::after {
  content: "\f061";
  color: var(--clr-secondary);
  left: auto;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s;
}

.explore-btn:hover {
  color: var(--clr-accent);
}

.explore-btn:hover:after {
  right: 0;
  opacity: 1;
}

.subscription-sec .content-box {
  margin-bottom: 35px;
}

.about-sec-one .about-right-img-box img {
  border-radius: 12px;
  border: 5px solid #fff;
  box-shadow: 4px 4px 15px -4px #00000040;
}

/* inner header */
.inner-header .header-logo img {
  max-width: 156px;
}

.header-sec.inner-header nav.main-nav-box .navbar-nav .nav-link,
.header-sec.inner-header.active nav.main-nav-box .navbar-nav .nav-link {
  color: #000;
}

.inner-header .main-nav-box .navbar-nav {
  box-shadow: 0px 1.26px 40px 1px #e3deff0d inset;
  border: 1px solid #eaecf0;
}

.inner-header .custom-btn {
  border: 1px solid #eaecf0;
  box-shadow: 0px 1.26px 40px 1px #e3deff0d inset;
  border-color: transparent;
  color: var(--clr-white);
  background-image: linear-gradient(
    90deg,
    rgb(10, 137, 210) 0%,
    var(--clr-accent) 96%
  );
}

.header-sec.inner-header.active .main-nav-box {
  background-color: var(--clr-white);
  border: 1px solid #eaecf0;
}

/* ./inner header */

@media (min-width: 1024px) and (max-width: 1199px) {
  .mcs-solutions-cont {
    padding: 13px;
  }

  .why-card .why-card-content h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .solutions-cont-list li::before,
  .explore-btn::after {
    font-size: 16px;
  }

  .solutions-cont-list li {
    padding-left: 22px;
  }

  .mcs-solutions-cont h4 {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .why-card .why-card-content h3 {
    font-size: 18px;
  }
}

/* new services page 23-06-2025*/
/* ezypay starts */

.services-logo {
  display: flex;
  justify-content: center;
}

.services-banner-sec .custom-btn.btn-2 {
  margin-top: 0px;
  margin-bottom: 15px;
}

.center-aligned .content-box {
  max-width: none;
  margin: 0 auto;
  text-align: center;
}

.inner-banner-sec .content-box p {
  padding: 0px 115px;
}

.features-section .top-header h2 {
  text-align: center;
  padding: 0px 193px;
}

.features-section .content-box p {
  padding: 0px 115px;
  text-align: center;
}

.feature-images-wrapper {
  margin-top: 20px;
}

.feature-image {
  display: flex;
  width: 100%;
}
.feature-image img {
  width: 100%;
  height: auto;
  display: block;
}

.feature-title h4 {
  color: var(--clr-title-text);
  text-align: center;
  margin-top: 10px;
}

.new-bg-one {
  background: linear-gradient(180deg, #f2f4f7 0%, #ffffff 100%);
}

.hr-title h2 {
  font-family: var(--ff-primary);
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: -1px;
  color: var(--clr-white);
  line-height: 120%;
  padding-right: 353px;
}

.hr-cta {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.related-services-sec .explore-btn {
  color: var(--clr-secondary);
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}
.relatedServices {
  position: relative;
  padding-bottom: 50px;
}

.relatedServices .swiper-button-next,
.relatedServices .swiper-button-prev {
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 10;
  top: inherit;
}

.related-services-sec .swiper-button-next {
  left: 90px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.custom-swiper-btn {
  position: absolute;
  bottom: 20px;
  background: #ffffff;
  border: 2px solid var(--clr-accent);
  padding: 20px 40px;
  border-radius: 18%;
  font-size: 20px;
  cursor: pointer;
  color: var(--clr-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
}

.custom-swiper-btn:hover {
  background-color: var(--clr-accent);
  color: var(--clr-white);
}

.related-services-sec .content-box p {
  margin-bottom: 6px;
}

/* compsat starts */

.slider-sec .content-box ul li {
  display: flex;
  padding-bottom: 10px;
}

.slider-sec .content-box ul li:last-child {
  padding-bottom: 0px;
}

.slider-sec .content-box ul li span {
  color: var(--clr-secondary);
  padding-right: 10px;
}

.leader-slider-thumbnail .swiper-slide-thumb-active .thumb-img h6 {
  border: 2px solid transparent;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #f9f9f9;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/* flexihr starts */

.why-card-content ul {
  list-style: disc;
  padding-right: 10px;
}

.why-card-content ul li {
  padding-bottom: 5px;
}

.why-slider-thumbnail
  .swiper-slide-thumb-active
  .why-card
  > .why-card-content
  .content-inner {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.why-slider-thumbnail .why-card > .why-card-content .content-inner {
  height: 0px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.content-inner {
  margin-left: 20px;
}

.benefits-image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.flexi-benefits {
  padding-bottom: 90px;
}

/* rp-one starts */

.rp-one .custom-btn.btn-2 {
  color: #ffffff;
  padding: 15px 40px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 600;
  border: 2px solid transparent;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.rp-one .custom-btn.btn-2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(
    144deg,
    rgba(255, 157, 95, 1) 20%,
    rgba(246, 111, 27, 1) 90%
  ) !important;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.rp-one .custom-btn.btn-2:hover {
  color: var(--clr-secondary) !important;
  border-color: var(--clr-secondary) !important;
  background-color: var(--clr-white);
}

.rp-one .custom-btn.btn-2:hover::before {
  opacity: 0 !important;
}

.rp-faq div#accordionExample {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.accordion-item.new-bg-one {
  padding: 24px;
}

.rp-faq .faq-box .accordion-item button.accordion-button {
  color: var(--clr-primary);
  cursor: pointer;
  font-weight: 500;
  line-height: 27px;
  padding: 0 0 20px;
  font-size: 18px;
  border: none;
  box-shadow: none;
  background: transparent;
}

.benefits-list ul li {
  display: flex;
  padding-bottom: 15px;
}

.benefits-list ul li:last-child {
  padding-bottom: 0px;
}

.ben-title h2 {
  text-align: center;
  color: var(--clr-title-text);
  margin-bottom: 35px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1px;
}

.benefits-list h5 {
  color: var(--clr-secondary);
  margin-bottom: 20px;
}

.benefits-list ul li span {
  color: var(--clr-secondary);
  padding-right: 10px;
}

.benefits-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.faq-heading h2 {
  font-family: var(--ff-primary);
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 120%;
  color: var(--clr-title-text);
  margin: 10px 0 23px;
}

.services-banner-sec{
  padding-bottom: 0px !important;
}
