/* .home-hero-section {
    background: linear-gradient(109.34deg, rgba(255, 244, 245, 0) -13.56%, rgba(255, 255, 255, 0.99) 30.46%, rgba(203, 35, 47, 0.18) 101.03%)
} */
.home-hero-section h1 > span {
  position: relative;
  z-index: 2;
}

.home-hero-section h1 > span::before {
  position: absolute;
  content: "";
  z-index: 2;
  bottom: -15px;
  right: 0;
  width: 100px;
  height: 16px;
  background-image: url(../images/under-line.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}

.home-hero-section .elementor-counter {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 25px;
  border-radius: 12px;
  min-width: 140px;
  text-align: left;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.home-hero-section .elementor-counter:hover {
  transform: translateY(-5px); /* Smoothly lifts the box up */
  background: rgba(255, 255, 255, 0.2); /* Brightens the background */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="checkbox"],
input[type="radio"] {
  width: 100%;
}

textarea.textarea-msg-inp {
  max-height: 138px;
}

.schedule-demo-form form {
  position: relative;
}

.schedule-demo-form form p {
  margin: 0 0 16px;
  clear: both;
}

.schedule-demo-form form p:nth-last-child(2) {
  margin: 0;
}

.schedule-demo-form form p:has(span[data-name="first-name"]),
.schedule-demo-form form p:has(span[data-name="last-name"]) {
  width: calc(50% - 8px);
  float: left;
}

@media (max-width: 1024px) {
  .schedule-demo-form form p:has(span[data-name="first-name"]),
  .schedule-demo-form form p:has(span[data-name="last-name"]) {
    width: 100%;
  }
}

.schedule-demo-form form p:has(span[data-name="first-name"]) {
  margin-right: 16px;
}

.schedule-demo-form form p:has(span[data-name="last-name"]) {
  clear: none;
}

.schedule-demo-form form p .submit-btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.schedule-demo-form form p .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* Sticky Header Scroll Effect */
header.site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: transform 0.3s ease-in-out;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

header.site-header.header-hidden {
  transform: translateY(-100%);
}

/* Main Link */
/* =========================================
   GLOBAL ROLLING MENU STYLE
========================================= */

/* HEADER + FOOTER LINKS */
.ekit-menu-nav-link,
#menu-product-footer-menu li a,
#menu-company-footer-menu li a,
#menu-support-footer-menu li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
  padding: 6px 0;
  line-height: 1.2em;
}

/* =========================================
   TEXT WRAPPER
========================================= */

.rolling-text {
  position: relative;
  display: inline-block;
  height: 1.2em;
  overflow: hidden;
}

/* MOVING BLOCK */
.rolling-text .block {
  display: flex;
  flex-direction: column;
  transition: transform 0.55s cubic-bezier(0.76, 0, 0.24, 1);
}

/* TEXT */
.rolling-text span {
  display: block;
  line-height: 1.2em;
  transition: color 0.4s ease;
  white-space: nowrap;
}

/* =========================================
   HEADER COLORS
========================================= */

.ekit-menu-nav-link .rolling-text span {
  color: var(--secondary-color);
}

/* =========================================
   FOOTER COLORS
========================================= */

#menu-product-footer-menu li a .rolling-text span,
#menu-company-footer-menu li a .rolling-text span,
#menu-support-footer-menu li a .rolling-text span {
  color: var(--secondary-color);
}

/* =========================================
   DUPLICATE / HOVER COLOR
========================================= */

.rolling-text span.clone {
  color: var(--primary-color) !important;
}

/* =========================================
   ROLL EFFECT
========================================= */

.ekit-menu-nav-link:hover .block,
#menu-product-footer-menu li a:hover .block,
#menu-company-footer-menu li a:hover .block,
#menu-support-footer-menu li a:hover .block {
  transform: translateY(-50%);
}

/* =========================================
   UNDERLINE EFFECT
========================================= */

.ekit-menu-nav-link::after,
#menu-product-footer-menu li a::after,
#menu-company-footer-menu li a::after,
#menu-support-footer-menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: 2px;

  background: var(--primary-color);

  transform: scaleX(0);
  transform-origin: right;

  transition: transform 0.55s cubic-bezier(0.76, 0, 0.24, 1);
}

/* UNDERLINE HOVER */
.ekit-menu-nav-link:hover::after,
#menu-product-footer-menu li a:hover::after,
#menu-company-footer-menu li a:hover::after,
#menu-support-footer-menu li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* =========================================
   ACTIVE HEADER MENU
========================================= */

.current-menu-item .ekit-menu-nav-link::after,
.ekit-menu-nav-link.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.current-menu-item .rolling-text span:first-child,
.ekit-menu-nav-link.active .rolling-text span:first-child {
  color: var(--primary-color);
}
/* end */

/* Expert Services Slider */

.expert-services .service-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.expert-services .service-slider:not(.active-slider) {
  display: flex;
  flex-wrap: wrap;
  overflow: visible !important;
}

.expert-services .service-slider:has(.active-slider) {
  display: flex;
  flex-wrap: nowrap;
}

/* new style start  */

/* Service Slider Layout */
.service-slider {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

/* Card Design */
.service-slider-box .simple-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  border-radius: 22px;
  /* padding: 35px 30px; */
  overflow: hidden;
  transition: all 0.45s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  height: 100%;
  z-index: 1;
}

/* Red Top Accent Line */
.service-slider-box .simple-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ff2d2d, #cc0000);
  transition: all 0.45s ease;
  z-index: -1;
}

/* Shine Hover Effect */
.service-slider-box .simple-card::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -70%;
  width: 50%;
  height: 200%;
  background: rgba(255, 255, 255, 0.35);
  transform: rotate(25deg);
  transition: 0.7s ease;
  opacity: 0;
}

/* Hover Effect */
.service-slider-box .simple-card:hover {
  transform: translateY(-12px);
  box-shadow:
    0 18px 45px rgba(204, 0, 0, 0.18),
    0 8px 20px rgba(0, 0, 0, 0.08);
  border-color: rgba(204, 0, 0, 0.15);
}

/* Red Background Glow on Hover */
.service-slider-box .simple-card:hover::before {
  height: 100%;
  opacity: 0.05;
}

/* Shine Animation */
.service-slider-box .simple-card:hover::after {
  left: 130%;
  opacity: 1;
}

/* Title */
.service-slider-box .elementskit-info-box-title {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin-bottom: 18px;
  transition: all 0.35s ease;
  line-height: 1.3;
}

/* Title Hover */
.service-slider-box .simple-card:hover .elementskit-info-box-title {
  color: #cc0000;
  transform: translateX(4px);
}

/* Text */
.service-slider-box .elementskit-box-style-content {
  font-size: 15px;
  color: #555;
  line-height: 1.9;
  transition: all 0.35s ease;
}

/* Text Hover */
.service-slider-box .simple-card:hover .elementskit-box-style-content {
  color: #333;
}

/* ended */

/* service slider track style */
.service-slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  cursor: grab;
  gap: 32px;
  align-items: stretch;
  /* Equal height */
  padding: 10px;
}

.service-slider-track:active {
  cursor: grabbing;
}

/* ✅ DESKTOP: 3 items */
.service-slider-box {
  flex: 0 0 calc((100% - 64px) / 3) !important;
  max-width: calc((100% - 64px) / 3) !important;
  box-sizing: border-box !important;
  user-select: none !important;
  display: flex;
  height: auto !important;
}

/* Ensure inner content takes full height */
.service-slider-box > .ekit-wid-con,
.service-slider-box .elementskit-info-image-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* ✅ TABLET: 2 items */
@media (max-width: 1024px) {
  .service-slider-box {
    flex: 0 0 calc((100% - 32px) / 2) !important;
    max-width: calc((100% - 32px) / 2) !important;
  }
}

/* ✅ MOBILE: 1 item */
@media (max-width: 767px) {
  .service-slider-box {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.service-slider-box img {
  max-height: 340px;
  min-height: 340px;
  height: 340px;
  object-fit: cover;
}

/* Responsive adjustments */
/* @media (max-width: 1024px) {
    .service-slider-box {
        flex: 0 0 calc((100% - 32px)/2);
    }
}

@media (max-width: 767px) {
    .service-slider-box {
        flex: 0 0 100%;
    }
} */

/* Arrows and Dots - Hidden for now as requested */
.slider-arrow {
  display: none;
  /* Change to flex/block to show */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.slider-arrow.prev {
  left: 10px;
}

.slider-arrow.next {
  right: 10px;
}

.slider-dots {
  display: none;
  /* Change to flex to show */
  justify-content: center;
  margin-top: 20px;
  gap: 8px;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background 0.3s;
}

.slider-dot.active {
  background: #cb232f;
  /* Using theme red */
}

/* industries serve section style */
.industries-serve-slider .swiper-slide {
  aspect-ratio: 0.748;
}
.industries-serve-slider .elementor-image-carousel-wrapper {
  margin-bottom: 45px;
}

.industries-serve-slider .swiper-slide .swiper-slide-inner {
  position: relative;
  aspect-ratio: 0.748;
  height: 100%;
  border-radius: 16px;
}

.industries-serve-slider .swiper-slide .swiper-slide-inner img {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  aspect-ratio: 0.748;
  object-fit: cover;
}

.industries-serve-slider .swiper-slide .swiper-slide-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 59.36%,
    rgba(0, 0, 0, 0.477273) 77.8%,
    #000000 97.99%
  );
  border-radius: 16px;
}

.industries-serve-slider
  .swiper-slide
  .swiper-slide-inner
  .elementor-image-carousel-caption {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 100%;
  text-align: center;
}

/* our tech expertise section */
.tech-expertise-box {
  height: auto !important;
}

.tech-expertise-box .elementskit-infobox {
  display: flex;
  flex-direction: column;
}

.tech-expertise-box .elementskit-infobox .box-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 
.tech-expertise-box .elementskit-infobox .box-body .box-footer {
    margin-top: auto;
} */

.tech-expertise-box .elementskit-btn {
  cursor: default;
}

/* why choose us section */
.why-choose-us-box .elementor-counter {
  gap: 15px;
}

.why-choose-us-box .no-number .elementor-counter .elementor-counter-number {
  display: none;
}

.why-choose-us-box .elementor-counter .elementor-counter-number-wrapper {
  width: auto;
  flex: 0;
}

.why-choose-us-box
  .elementor-counter
  .elementor-counter-number-wrapper
  .elementor-counter-number {
  flex-grow: 0;
}

/* how we works section */
.how-we-work .how-we-work-step .elementskit-section-title-wraper {
  gap: 24px;
  align-items: flex-start;
}

.how-we-work .how-we-work-wrp {
  position: relative;
}

.how-we-work .how-we-works-track {
  position: absolute;
  top: 20px;
  left: 16px;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.how-we-work .how-we-works-track .elementor-icon-wrapper,
.how-we-work .how-we-works-track .elementor-icon-wrapper .elementor-icon,
.how-we-work .how-we-works-track .elementor-icon-wrapper .elementor-icon svg {
  width: 100%;
  height: 96%;
}

.how-we-work
  .how-we-work-step
  .elementskit-section-title-wraper
  .ekit-heading__title-wrapper {
  width: 64px;
  height: 64px;
  display: flex;
  flex: 0 0 64px;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: #fff;
  border-radius: 16px;
}

.how-we-work
  .how-we-work-step
  .elementskit-section-title-wraper
  .ekit-heading__title-wrapper
  p {
  color: #fff;
}

.how-we-work
  .how-we-work-step
  .elementskit-section-title-wraper
  .ekit-heading__content-wrapper {
  border: 1px solid var(--primary-color);
  padding: 24px;
  border-radius: 16px;
  background: #fff;
}

@media (max-width: 768px) {
  .how-we-work .how-we-work-step .elementskit-section-title-wraper {
    gap: 16px;
    align-items: flex-start;
  }

  .how-we-work
    .how-we-work-step
    .elementskit-section-title-wraper
    .ekit-heading__title-wrapper {
    width: 40px;
    height: 40px;
    display: flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: #fff;
    border-radius: 16px;
  }

  .how-we-work
    .how-we-work-step
    .elementskit-section-title-wraper
    .ekit-heading__content-wrapper {
    border: 1px solid var(--primary-color);
    padding: 20px;
    border-radius: 16px;
    background: #fff;
  }
}
.client-testimonial .swiper-wrapper {
  margin-left: 15%;
}

@media (min-width: 768px) {
  .client-testimonial .swiper-wrapper {
    margin-left: -25%;
  }
  .client-testimonial .swiper-wrapper .swiper-slide-prev,
  .client-testimonial .swiper-wrapper .swiper-slide-active,
  .client-testimonial
    .swiper-wrapper
    .swiper-slide-duplicate.swiper-slide-duplicate-prev,
  .client-testimonial .swiper-wrapper .swiper-slide-duplicate-prev {
    opacity: 0.3;
    transition: opacity 0.3s ease-in-out;
  }
}

@media (min-width: 1024px) {
  .client-testimonial .swiper-wrapper {
    margin-left: -19%;
  }
}

.client-testimonial
  .elementor-widget-elementskit-testimonial
  .swiper-wrapper
  .swiper-slide
  .elementskit-commentor-content
  p {
  /* padding-bottom: 14px; */
  /* border-bottom: 1px solid #cbcbcb; */
  margin: 0 !important;
}

.client-testimonial .elementskit-testimonial-slider-block-style {
  display: flex !important;
  flex-direction: column !important;
}

.client-testimonial
  .elementskit-testimonial-slider-block-style
  .elementskit-commentor-bio {
  order: 1;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 16px !important;
  padding-bottom: 16px;
}

.client-testimonial
  .elementskit-testimonial-slider-block-style
  .elementskit-commentor-header {
  order: 2;
}

.client-testimonial
  .elementskit-testimonial-slider-block-style
  .elementskit-commentor-content {
  order: 3;
}

.latest-blogs
  .elementor-widget-elementskit-blog-posts
  .elementskit-post-image-card
  .elementskit-entry-thumb {
  min-height: 267px;
  height: 267px;
  position: relative;
  z-index: 1;
}

.latest-blogs
  .elementor-widget-elementskit-blog-posts
  .elementskit-post-image-card
  .elementskit-entry-thumb
  img {
  height: 100%;
}

.latest-blogs
  .elementor-widget-elementskit-blog-posts
  .elementskit-post-image-card
  .elementskit-meta-categories {
  z-index: 6;
  /* position: relative; */
}

.latest-blogs
  .elementor-widget-elementskit-blog-posts
  .elementskit-post-image-card
  .elementskit-entry-thumb::after {
  height: 100%;
  content: "";
  width: 100%;
  background: #00000040;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 16px;
  z-index: 3;
}

.latest-blogs
  .elementor-widget-elementskit-blog-posts
  .elementskit-post-image-card
  .elementskit-meta-wraper
  span {
  backdrop-filter: blur(8.32px);
}

.latest-blogs
  .elementor-widget-elementskit-blog-posts
  .elementskit-post-image-card
  .post-meta-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* gap: 38px; */
}

.latest-blogs
  .elementor-widget-elementskit-blog-posts
  .elementskit-post-image-card
  .post-meta-list
  .meta-date {
  position: relative;
}

/* .latest-blogs
  .elementor-widget-elementskit-blog-posts
  .elementskit-post-image-card
  .post-meta-list
  .meta-date::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 24px;
  height: 1px;
  background: #6c757d66;
  transform: translateY(-50%);
} */

.latest-blogs
  .elementor-widget-elementskit-blog-posts
  .elementskit-post-image-card
  .post-meta-list
  .meta-date
  .meta-date-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 27.72px;
  /* padding-left: 38px; */
}

/* case studies section */
/* .featured-case-studies .case-study-box .elementor-icon-box-title {
  margin: 0 0 4px 0 !important;
}

.featured-case-studies {
  overflow: hidden;
  transition: none !important;
}

.featured-case-studies .case-study-wrp {
  position: relative;
  height: 600px;
  padding-top: 20px;
  margin-bottom: 20px;
  transition: none !important;
  overflow: visible;
}

.featured-case-studies .case-study-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: none !important;
}

.featured-case-studies .case-study-box:nth-child(1) {
  z-index: 3;
}

.featured-case-studies .case-study-box:nth-child(2) {
  z-index: 2;
}

.featured-case-studies .case-study-box:nth-child(3) {
  z-index: 1;
}

@media (max-width: 767px) {
  .featured-case-studies .case-study-wrp {
    height: auto !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding: 10px 20px 40px;
    margin: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  .featured-case-studies .case-study-wrp::-webkit-scrollbar {
    display: none;
  }

  .featured-case-studies .case-study-box {
    position: relative !important;
    flex: 0 0 96% !important;
    width: 96% !important;
    max-width: 96% !important;
    scroll-snap-align: center;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    flex-shrink: 0 !important;
  }
} */
/* Featured Case Studies */

.featured-case-studies {
  overflow: hidden;
}

/* Swiper container */
.featured-case-studies .case-study-wrp {
  position: relative !important;
  overflow: hidden !important;
  height: auto !important;
  margin-top: 30px;
  padding-bottom: 60px;
}

/* Swiper wrapper (added via JS) */
.featured-case-studies .swiper-wrapper {
  /* display: flex; */
  align-items: stretch;
  /* transform: none !important; */
}

/* Each slide */
.featured-case-studies .case-study-box {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  width: 100% !important;
  height: auto !important;
  flex-shrink: 0;
  transition: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  display: flex !important;
}

/* Pagination dots */
.featured-case-studies .swiper-pagination {
  bottom: 0 !important;
}

.featured-case-studies .swiper-pagination-bullet {
  width: 28px;
  height: 4px;
  opacity: 0.5;
  background: #fff;
  border-radius: 100px;
}
.featured-case-studies .swiper-slide {
  height: auto;
}
.featured-case-studies .swiper-pagination-bullet-active {
  opacity: 1;
}

/* Mobile */
@media (max-width: 767px) {
  .featured-case-studies .case-study-wrp {
    padding-bottom: 50px;
  }

  .featured-case-studies .case-study-box {
    width: 100% !important;
  }
}

/* footer style */
.site-footer .footer-page-list .elementor-widget-wp-widget-nav_menu h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 16px;
  color: var(--secondary-color);
}

.site-footer .footer-page-list .elementor-widget-wp-widget-nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer .footer-page-list .elementor-widget-wp-widget-nav_menu ul li {
  margin: 0 0 12px 0;
}

.site-footer .footer-page-list .elementor-widget-wp-widget-nav_menu ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: var(--secondary-color);
}

.site-footer
  .footer-page-list
  .elementor-widget-wp-widget-nav_menu
  ul
  li
  a:hover {
  color: var(--primary-color);
}

.site-footer .elementor-widget-text-editor p {
  margin: 0;
}

.site-footer .elementor-icon-list-item {
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .site-footer .elementor-icon-list-items {
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 15px;
  }

  .site-footer .elementor-icon-list-item {
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
  }

  .site-footer .elementor-icon-list-item .ekit_page_list_title_title,
  .site-footer .elementor-icon-list-item .elementor-icon-list-text {
    padding: 0 !important;
  }
}

.site-footer .elementor-icon-list-item .ekit_page_list_title_title {
  text-wrap: nowrap;
}

.service-slider-box {
  cursor: pointer;
  max-width: 100% !important;
  height: 100% !important;
}
.service-slider-box .elementskit-info-image-box .elementskit-box-footer {
  margin-top: 0 !important;
  line-height: 0 !important;
}

.service-slider {
  display: flex;
  gap: 20px;
}

@media (min-width: 768px) {
  .service-slider .full-box-link {
  flex: 1;
  /* display: flex; */
  min-width: 0;
}
}

.service-slider .service-slider-box {
  width: 100%;
}



.tech-tabing-section .elementor-widget-n-tabs .e-n-tabs-heading {
  border: 1px solid #eaeaea;
  box-shadow: 0px 0px 10px 0px #2222221a;
  padding: 9px 12px;
  border-radius: 10px;
  width: fit-content;
  margin: 0 auto;
}

.tech-tabing-section .elementor-icon-list-items ul {
  padding: 0;
}

.tech-tabing-section
  .e-n-tabs-content
  .elementor-widget-icon-list
  ul
  .elementor-icon-list-icon {
  width: 45px !important;
  height: 45px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  border-radius: 5px !important;
  background: #fafafa !important;
  padding: 5px !important;
}
.tech-tabing-section
  .e-n-tabs-content
  .elementor-widget-icon-list
  ul
  .elementor-icon-list-icon
  svg {
  margin: 0;
}

.tech-tabing-section .e-n-tabs-content .elementor-widget-icon-list ul {
  row-gap: 38px;
  justify-content: center;
}

/* pricing section */
.global-pricing-section
  .elementskit-single-pricing
  ul.elementskit-pricing-lists {
  padding-left: 0 !important;
}
.global-pricing-section
  .custom-pricing-div
  .elementskit-single-pricing
  .elementskit-pricing-price {
  display: flex;
  gap: 5px;
}

/* .launch-your-brand form p input,
.launch-your-brand form p select {
  width: 100%;
} */
.launch-your-brand form p {
  margin-bottom: 0;
}
.launch-your-brand form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* Half width fields */
.launch-your-brand form > p:has(input[type="text"]),
.launch-your-brand form > p:has(input[type="email"]),
.launch-your-brand form > p:has(input[type="tel"]),
.launch-your-brand form > p:has(select) {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
}

/* Full width textarea */
.launch-your-brand form > p:has(textarea) {
  flex: 0 0 100%;
  max-width: 100%;
}

/* Full width submit buttons */
.launch-your-brand form > p:has(input[type="submit"]) {
  flex: 0 0 100%;
  max-width: 100%;
}

/* Make the inputs fill their parent */
.launch-your-brand form input,
.launch-your-brand form select,
.launch-your-brand form textarea {
  width: 100%;
  box-sizing: border-box;
}

/* Last row */
.launch-your-brand form > p:has(input[type="submit"]) {
  flex: 0 0 100%;
  max-width: 100%;

  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  position: relative;
}
/* Submit button */
/* {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
  width: calc(50% - 8px);
} */

/* Second button or link */
.launch-your-brand .calendly-link-btn,
.launch-your-brand form > p:has(input[type="submit"]) > a,
.launch-your-brand .submit-btn {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
  width: calc(50% - 8px);
  margin-left: 0;
}
@media (max-width: 560px) {
  .launch-your-brand .calendly-link-btn,
  .launch-your-brand form > p:has(input[type="submit"]) > a,
  .launch-your-brand .submit-btn {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}

/* Left button */
.launch-your-brand .submit-btn {
  flex-shrink: 0;
}

/* Right button/link */
.launch-your-brand .calendly-link-btn,
.launch-your-brand form > p:has(input[type="submit"]) > a {
  margin-left: auto;
  flex-shrink: 0;
}

/* Keep spinner from affecting layout */
.launch-your-brand .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

/* Optional: if both buttons should have equal height */
.launch-your-brand .submit-btn,
.launch-your-brand .calendly-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.launch-your-brand .calendly-link-btn {
  text-decoration: none;
  display: inline-block;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  border-radius: 8px;
  border: 1px solid #cb232f;
  color: #cb232f;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.launch-your-brand .submit-btn {
  text-decoration: none;
  display: inline-block;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  border-radius: 8px;
  border: 1px solid #cb232f;
  color: #fff;
  background: #cb232f;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}
.launch-your-brand .wpcf7 form.invalid .wpcf7-response-output,
.launch-your-brand .wpcf7 form.unaccepted .wpcf7-response-output,
.launch-your-brand .wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0;
}

.launch-your-brand .wpcf7-not-valid-tip {
  font-size: 14px;
}


.global-pricing-section .starter-pricing-table,
.global-pricing-section .popular-pricing-table {
  height: fit-content;
  border-radius: 24px;
}
.global-pricing-section .popular-pricing-table:hover {
  transform: translateY(-10px) scale(1.03) !important;
  box-shadow: 0 20px 35px rgba(214, 28, 44, 0.2) !important;
  background: transparent !important;
  border-radius: 24px;
}
.global-pricing-section .starter-pricing-table:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15) !important;
  border-radius: 24px;
}

.headline-section ul.elementor-icon-list-items {
  padding-left: 0 !important;
  row-gap: 24px;
}
.headline-section ul.elementor-icon-list-items li {
  margin: 0;
}
.headline-section ul.elementor-icon-list-items li span {
  padding: 12px 20px;
  border: 1px solid #cb232f33;
  background: #cb232f0d;
  border-radius: 99px;
}


.headline-section.dark-black ul.elementor-icon-list-items li span {
  padding: 12px 20px;
  border: 1px solid #0000001a;
  background: #fafafa;
  border-radius: 99px;
}

@media (min-width: 768px) {
  .healthcare-hero-section ul.elementor-icon-list-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .two-grid-layout .ekit-heading__description ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
    column-gap: 40px;
  }
}

.healthcare-hero-section .elementskit-testimonial-slider ul.elementskit-stars {
  margin: 0 !important;
}

.two-grid-layout .ekit-heading__description ul li strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #2d2d2d;
}
.two-grid-layout .ekit-heading__description ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6b6b6b;
}

.start-project-form form p:has(input[type="submit"]) {
  margin: 0;
}
.start-project-form form p .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  margin: 0;
}


/* featured blogs style */
.featured-blogs .ekit-post-list-wrapper {
  padding-left: 0 !important;
}

.featured-blogs .ekit-post-list-wrapper {
  display: grid !important;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: repeat(2, 250px);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.featured-blogs .ekit-post-list-wrapper > li {
  margin: 0;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.featured-blogs .ekit-post-list-wrapper > li:first-child {
  grid-column: 1;
  grid-row: 1 / 3;
}

.featured-blogs .ekit-post-list-wrapper > li:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.featured-blogs .ekit-post-list-wrapper > li:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.featured-blogs .ekit-post-list-wrapper > li > a {
  display: flex;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .featured-blogs .ekit-post-list-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .featured-blogs .ekit-post-list-wrapper > li:first-child,
  .featured-blogs .ekit-post-list-wrapper > li:nth-child(2),
  .featured-blogs .ekit-post-list-wrapper > li:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
  }

  .featured-blogs .ekit-post-list-wrapper > li > a {
    min-height: 250px;
  }
}

.featured-blogs .ekit-post-list-wrapper li .meta-lists {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* =========================================
   BLOG GRID SHORTCODE
========================================= */
/* .deliverybee-blog-wrapper {
    margin: 40px 0;
} */
.blog-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
}
.blog-tab-btn {
  background: transparent;
  border: 1px solid #0000001a;
  padding: 9px 24px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #2d2d2d;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.blog-tab-btn:hover,
.blog-tab-btn.active {
  background: #cb232f;
  color: #fff;
  border-color: #cb232f;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}
.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: 1px solid #0000001a;
  padding: 12px;
}
.blog-card:hover {
  transform: translateY(-5px);
}
.blog-card-image {
  position: relative;
  padding-top: 66%; /* 3:2 Aspect Ratio */
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 8px;
}
.blog-card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-card:hover .blog-card-image img {
  transform: scale(1.05);
}
.blog-card-cat {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ffb300;
  color: #000;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  z-index: 1;
}

.blog-title {
  font-weight: 600;
  font-size: 20px !important;
  line-height: 28px !important;
  margin-bottom: 16px !important;
}
.blog-title a {
  color: #2d2d2d;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-title a:hover {
  color: #cb232f;
}
.blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-author {
  display: flex;
  align-items: center;
  gap: 4px;
}
.blog-author img {
  width: 26px;
  height: 26px !important;
  border-radius: 50% !important;
  object-fit: cover;
}
.blog-author span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;

  color: #6b6b6b;
}
.blog-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;

  color: #6b6b6b;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}

.blog-pagination a,
.blog-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  color: #6b6b6b;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #0000001a;
}

.blog-pagination a:hover,
.blog-pagination span.current {
  background: #cb232f;
  border: 1px solid #cb232f;
  color: #fff;
}

.blog-grid-container {
  position: relative;
  min-height: 300px;
}

.blog-loading {
  opacity: 0.5;
  pointer-events: none;
}

/* inner blog */
.inner-blog-hero-section .inner-blog-thumbnail .elementor-shortcode img {
  border-radius: 16px;
  height: 598px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .inner-blog-hero-section .inner-blog-thumbnail .elementor-shortcode img {
    height: 100%;
  }
}

.inner-blog-content .inner-blog-left-text .elementor-widget-text-editor h4 {
  color: #2d2d2d;
  margin-bottom: 32px;
  font-size: clamp(1.625rem, 0.641vw + 1.481rem, 2.25rem);
  font-weight: 600;
}

.inner-blog-content .inner-blog-left-text .elementor-widget-text-editor ol {
  margin: 0;
  padding-left: 30px;
}

.inner-blog-content
  .inner-blog-left-text
  .elementor-widget-text-editor
  ol
  li
  strong,
.inner-blog-content
  .inner-blog-left-text
  .elementor-widget-text-editor
  ol
  li::marker {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #2d2d2d;
  margin-bottom: 16px;
}
.inner-blog-content .inner-blog-left-text .elementor-widget-text-editor ol li {
  margin-bottom: 30px;
}

.inner-blog-content
  .inner-blog-right
  .related-post
  .elementskit-blog-block-post
  .col-md-6 {
  padding: 0;
}

.inner-blog-content .inner-blog-right .related-post .row.post-items {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .inner-blog-content .inner-blog-right {
    height: fit-content;
    position: sticky;
    top: 140px;
    left: 0;
  }
}
.inner-blog-content
  .inner-blog-right
  .related-post
  .elementskit-blog-block-post {
  box-shadow: none !important;
}
.inner-blog-content
  .inner-blog-right
  .related-post
  .elementskit-blog-block-post
  .elementskit-post-body {
  padding: 5px 0 5px 20px !important;
}
.inner-blog-content
  .inner-blog-right
  .related-post
  .elementskit-blog-block-post
  .elementskit-post-body
  .post-meta-list {
  display: flex;
  gap: 32px;
  justify-content: flex-start;
}
.inner-blog-content
  .inner-blog-right
  .related-post
  .elementskit-blog-block-post
  .elementskit-post-body
  .post-meta-list
  * {
  margin: 0;
}
.inner-blog-content
  .inner-blog-right
  .related-post
  .elementskit-blog-block-post
  .elementskit-post-body
  .post-meta-list
  .meta-author {
  position: relative;
}
.inner-blog-content
  .inner-blog-right
  .related-post
  .elementskit-blog-block-post
  .elementskit-post-body
  .post-meta-list
  .meta-author::before {
  position: absolute;
  right: -16px;
  width: 1px;
  height: 60%;
  background: #00000099;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.inner-blog-content
  .inner-blog-right
  .related-post
  .elementskit-blog-block-post
  .elementskit-entry-thumb {
  box-shadow: none !important;
}
.inner-blog-content
  .inner-blog-right
  .related-post
  .elementskit-blog-block-post
  .col-md-6.order-1 {
  flex: 0 0 35% !important;
  max-width: 35% !important;
}
.inner-blog-content
  .inner-blog-right
  .related-post
  .elementskit-blog-block-post
  .col-md-6.order-2 {
  flex: 0 0 65% !important;
  max-width: 65% !important;
}
.elementskit-entry-thumb {
  box-shadow: none !important;
}
.elementskit-entry-thumb img {
  height: 135px;
}

.inner-blog-table {
  overflow: auto !important;
}

.inner-blog-table .elementor-widget-icon-list {
  max-width: auto;
  flex: 0 0 auto;
}
.inner-blog-table .elementor-widget-icon-list:first-child {
  border-left: 1px solid #2d2d2d;
}
.inner-blog-table .elementor-widget-icon-list {
  border-right: 1px solid #2d2d2d;
  border-top: 1px solid #2d2d2d;
}

.inner-blog-table .elementor-widget-icon-list ul {
  padding-left: 0 !important;
}
.inner-blog-table .elementor-widget-icon-list ul li {
  white-space: nowrap;
  margin: 0 !important;
  border-bottom: 1px solid #2d2d2d;
}
.inner-blog-table .elementor-widget-icon-list ul li:first-child {
  background: #cb232f;
}
.inner-blog-table .elementor-widget-icon-list ul li:first-child span {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}
.inner-blog-table .elementor-widget-icon-list ul li span {
  white-space: nowrap;
  padding: 5px 10px !important;
  font-size: 16px !important;
}

/* white label App Development services */
.white-label-tabing
  .elementor-widget-n-tabs
  .e-n-tabs-heading
  button:first-child {
  border-top-left-radius: 16px;
}
.white-label-tabing
  .elementor-widget-n-tabs
  .e-n-tabs-heading
  button:last-child {
  border-bottom-left-radius: 16px;
}

@media (max-width: 1024px) {
  .white-label-tabing
    .elementor-widget-n-tabs
    .e-n-tabs-heading
    button:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 16px;
  }
}

@media (max-width: 768px) {
  .white-label-tabing
    .elementor-widget-n-tabs
    .e-n-tabs-heading
    button:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

  .white-label-tabing
    .elementor-widget-n-tabs
    .e-n-tabs-heading
    button:first-child {
    border-top-left-radius: 0;
  }
}

/* white label process */
@media (min-width: 768px) {
  .white-label-process .last-icon-order .elementskit-infobox {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.white-label-process .white-label-process-grid {
  position: relative;
}

.white-label-process .process-bg-path {
  position: absolute !important;
  top: 42% !important;
  transform: translateY(-50%);
  left: 120px !important;
  width: calc(100% - 240px) !important;
  height: 100% !important;
  display: flex;
  align-items: center;
}

.white-label-process .process-bg-path * {
  width: 100% !important;
}


/* =========================================
   CASE STUDIES CUSTOM STYLES
========================================= */

.case-study-filters-outer {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  max-width: 100vw;
  background: #ffffff;
  box-shadow:
    0px 2px 4px -2px #0000001a,
    0px 4px 6px -1px #0000001a;
}

.cs-container {
  max-width: 1268px; /* Or standard theme container width */
  margin: 0 auto;
  /* padding: 0 15px; */
}
.case-study-filters {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  padding: 24px;
}

.cs-filter-label {
  font-size: 14px;
  font-weight: 400;
  max-width: calc(10% - 24px);
  flex: calc(10% - 24px);
}

.cs-filter-select {
  padding: 14px 30px 14px 21px;
  border-radius: 8px;
  border: 1px solid #00000033;
  outline: none;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  -moz-appearance: none;
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}

.cs-filter-select option {
  padding: 14px 30px 14px 21px !important;
  color: #2d2d2d !important;
}

.filter-select-wrapper {
  cursor: pointer;
  position: relative;
  max-width: calc((90% - 48px) / 3);
  flex: calc((90% - 48px) / 3);
}

@media (max-width: 768px) {
  .cs-filter-label {
    font-size: 14px;
    font-weight: 400;
    max-width: 100%;
    flex: 100%;
  }
  .filter-select-wrapper {
    cursor: pointer;
    position: relative;
    max-width: 100%;
    flex: 100%;
  }
}

.filter-select-wrapper::after {
  content: "⌵";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #6b6b6b;
  font-size: 14px;
  font-weight: 700;
  z-index: 9;
  cursor: pointer;
}

.cs-heading-text {
  font-size: clamp(2.5rem, 0.813vw + 2.337rem, 3.313rem);
  font-weight: 600;
  margin-bottom: 40px;
  color: #2d2d2d;
  text-align: center;
}

.case-study-card {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.case-study-card .blog-card-image {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
  padding-top: 51% !important;
}
.case-study-card .blog-card-image img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
}

.case-study-card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 16px;
}
.case-study-card-content .blog-title {
  margin-bottom: 4px !important;
}

.case-study-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 8px;
}

.case-study-tags {
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cs-tag {
  background: #cb232f0d;
  padding: 4px 12px;
  border-radius: 99px;
  font-size: 13px;
  color: #cb232f;
}

.case-study-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid #0000001a;
}

.cs-meta {
  font-size: 14px;
  color: #999999;
  font-weight: 400;
}

.case-study-readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #cb232f;
  text-decoration: none;
  transition: 0.3s ease;
}

.case-study-readmore svg {
  width: 20px;
  height: 20px;
}


.inner-cs-hero-section .cs-services-tag .elementor-heading-title {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.inner-cs-hero-section .cs-services-tag .elementor-heading-title .cs-tag {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 8px 16px;
  border-radius: 99;
  background: #ffffff33;
  margin: 0;
}


@media (max-width: 767px) {
  body:has(.elementskit-menu-container.active) {
    overflow: hidden;
    height: 100vh;
  }
}
.client-testimonial .swiper-slide .elementskit-stars,
.client-testimonial-single .swiper-slide .elementskit-stars {
  padding: 0 !important;
}
.start-your-project-container-form {
  position: sticky !important;
  left: 0;
  top: 110px;
}

.launch-timeline .elementskit-section-title-wraper .elementor-widget-heading {
  margin: 0 auto 30px !important;
}

.home-hero-section .elementor-widget-counter .elementor-counter {
  height: 100%;
}

.home-hero-section
  .elementor-widget-counter
  .elementor-counter
  .elementor-counter-title {
  text-align: center;
}

.client-testimonial-single .elementskit-testimonial-slider-block-style {
  display: flex !important;
  flex-direction: column !important;
}

.client-testimonial-single
  .elementskit-testimonial-slider-block-style
  .elementskit-commentor-bio {
  order: 1;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 16px !important;
  padding-bottom: 16px;
}

.client-testimonial-single
  .elementskit-testimonial-slider-block-style
  .elementskit-commentor-header {
  order: 2;
}

.client-testimonial-single
  .elementskit-testimonial-slider-block-style
  .elementskit-commentor-content {
  order: 3;
}

.how-we-work .ekit-wid-con .elementskit-section-title-wraper.text_left {
  flex-direction: column !important;
}
.how-we-work
  .ekit-wid-con
  .elementskit-section-title-wraper.text_left
  .ekit-heading__title-wrapper {
  width: 64px !important;
}

.how-we-work .how-we-work-step .elementor-widget-elementskit-heading,
.how-we-work
  .how-we-work-step
  .elementor-widget-elementskit-heading
  > .ekit-wid-con,
.how-we-work
  .how-we-work-step
  .elementor-widget-elementskit-heading
  > .ekit-wid-con
  > .elementskit-section-title-wraper,
.how-we-work
  .how-we-work-step
  .elementor-widget-elementskit-heading
  > .ekit-wid-con
  > .elementskit-section-title-wraper
  > .ekit-heading__content-wrapper {
  height: 100% !important;
}


/* Case Study Read More */
.case-study-excerpt .excerpt-read-more {
  color: var(--primary-color);
  font-weight: 500;
  text-decoration: none;
  text-underline-offset: 2px;
  transition: all 0.3s ease;
}

.case-study-excerpt .excerpt-read-more:hover {
  text-decoration-color: transparent;
  color: #111;
}
