img,
video,
canvas {
  overflow: clip !important;
}

.banner-shadow {
  background: linear-gradient(90deg,
      rgba(8, 2, 45, 0.9) 31.69%,
      rgba(8, 2, 45, 0) 100%);
}

.single-post #mega-menu-menu-1>li>a.mega-menu-link {
  color: #000 !important;
}

.main-details {
  color: rgb(51, 51, 51);
}

.main-details ol,
.main-details ul {
  padding-left: 2rem;
}

.blog-details .post-content ol li {
  list-style: decimal;
  padding-left: 0;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}

.single-post figure {
  margin: 0 0 1rem;
}

.single-post .wp-block-image img {
  margin: 15px 0px 15px 0px;
}

.wp-block-code,
pre.wp-block-code,
code.wp-block-code {
  background-color: #e9ecef;
  padding: 1rem 1.5rem;
  font-family: Menlo, Consolas, monaco, monospace;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #000000;
  white-space: pre-wrap;
  border-radius: 0;
  border: none;
}

.single-post .main-details p a {
  text-decoration: underline;
  color: #3a77ee;
  word-break: break-all;
  font-weight: 400;
}

.single-post h3,
.single-post .h3 {
  font-size: 28px;
  line-height: 1.5;
}

.single-post p {
  margin-bottom: 1rem;
}

.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
  margin: 20px 0 12px !important;
}

.main-single-details-wrapper>div>div p {
  font-size: 20px;
  line-height: 30px;
}

.pk-list-styled:not(:last-child),
.pk-list-positive:not(:last-child),
.pk-list-negative:not(:last-child) {
  margin-bottom: 1.5rem;
}

.pk-list-styled:not(:first-child),
.pk-list-positive:not(:first-child),
.pk-list-negative:not(:first-child) {
  margin-top: 1.5rem;
}

ol.pk-list-positive,
ol.pk-list-negative,
ol.pk-list-styled,
ol.is-style-cnvs-list-styled {
  padding-left: 20px;
}

.pk-list-styled,
.pk-list-positive,
.pk-list-negative {
  line-height: 1.5;
  list-style: none;
  font-size: 1rem;
}

.main-navigation ul ul a.mega-menu-link {
  color: #fff !important;
}

.single-post table thead,
.wp-block-table thead {
  border-bottom: 2px solid #e9ecef;
}

.single-post table thead th,
.wp-block-table thead th,
table thead td,
.wp-block-table thead td {
  border-bottom-width: 1px;
}

.single-post table th,
.wp-block-table th,
table td,
.wp-block-table td {
  border: 1px solid #e9ecef;
}

.single-post td b,
td strong {
  font-weight: 500;
}

.single-post b,
strong {
  font-weight: 500;
}

/* Force parent to keep its normal color even when submenu is hovered */
.bg-white #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
  color: #4B5563 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
  color: #fff;
}

#masthead:hover #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
  color: #4B5563;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:hover>a.mega-menu-link {
  color: #6728F5 !important;
  /* your parent hover color */
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu a.mega-menu-link:hover {
  color: #00edd4 !important;
}

.hero-description {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.global-clients-swiper .swiper-pagination-bullet {
  background: #6B7280;
  opacity: 0.3;
}

.global-clients-swiper .swiper-pagination-bullet-active {
  background: #3B82F6;
  opacity: 1;
}

/* Focus Tags Horizontal Scrolling */
.focus-tags-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.focus-tags-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 16px 0;
  width: 100%;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.focus-tags-scroll::-webkit-scrollbar {
  display: none;
}

.focus-tag {
  flex-shrink: 0;
  display: inline-block;
  transition: transform 0.2s ease;
}

.focus-tag:hover {
  transform: scale(1.05);
}

/* Smooth scrolling for touch devices */
.focus-tags-scroll {
  scroll-snap-type: x mandatory;
}

.focus-tag {
  scroll-snap-align: start;
}

.pb-15 {
  padding-bottom: 60px;
}

li.services-menu-main>ul.mega-sub-menu {
  display: flex !important;
}

/* Testimonial Swiper Navigation Styles */
.testimonial-next,
.testimonial-prev {
  position: absolute !important;
  top: auto !important;
  bottom: 16px !important;
  left: auto !important;
  right: auto !important;
  width: 32px !important;
  height: 32px !important;
  background: white !important;
  border: 1px solid #d1d5db !important;
  border-radius: 4px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #6b7280 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  z-index: 10 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  transform: none !important;
}

.testimonial-next:hover,
.testimonial-prev:hover {
  background: #f9fafb !important;
  border-color: #9ca3af !important;
  color: #374151 !important;
}

.testimonial-next {
  right: 16px !important;
}

.testimonial-prev {
  right: 56px !important;
}

.testimonial-next.swiper-button-disabled,
.testimonial-prev.swiper-button-disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

/* Override default Swiper button styles */
.testimonial-next::after,
.testimonial-prev::after {
  display: none !important;
  content: none !important;
}

.testimonial-next svg,
.testimonial-prev svg {
  width: 12px !important;
  height: 12px !important;
}

/* Ensure the testimonial container has proper positioning */
.bg-white.rounded-\[8px\] {
  position: relative !important;
}

.bg-gradient-op-10 {
  background: linear-gradient(110deg,
      rgba(58, 119, 238, 0.1) 0%,
      rgba(103, 40, 245, 0.1) 32.73%,
      rgba(12, 179, 183, 0.1) 64.29%,
      rgba(0, 235, 210, 0.1) 100%);
}

.fully-committed-banner {
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 1) 51%,
      rgba(0, 0, 0, 0.6) 70.47%,
      rgba(0, 0, 0, 0) 100%);
}

/* body {
  font-family: "font-jost", "sans-serif";
} */

/* FAQ Icon Alignment Fix */
.faq-wrapper {
  .accordion-item {
    align-items: center !important;
    display: flex !important;
  }

  .accordion-item p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
  }

  .accordion-item span {
    align-self: center !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .accordion-item span svg {
    display: block !important;
    margin: auto !important;
    vertical-align: middle !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Force SVG content to be centered */
  .accordion-item span svg path {
    transform-origin: center !important;
  }

  /* Additional centering for the span containers */
  .accordion-item span {
    position: relative !important;
  }

  .accordion-item span::before {
    content: "" !important;
    display: inline-block !important;
    height: 100% !important;
    vertical-align: middle !important;
  }
}

/* Engagement Models Swiper Pagination Positioning */
.engagement-models-swiper .swiper-pagination {
  position: relative !important;
  margin-top: 24px !important;
  bottom: auto !important;
}

.engagement-models-swiper .swiper-pagination-bullet {
  background: #d1d5db !important;
  opacity: 1 !important;
  width: 8px !important;
  height: 8px !important;
}

.engagement-models-swiper .swiper-pagination-bullet-active {
  background: #3a77ee !important;
  opacity: 1 !important;
}

/* Hide horizontal tab scrollbar but allow touch/trackpad scrolling */
.horizontal-tab {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.horizontal-tab::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

/* Submit Button*/
.wpcf7-submit {
  min-height: 48px;
  /* min-h-12 */
  width: 350px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.modal-scrollbar::-webkit-scrollbar {
  width: 8px;
}

.modal-scrollbar::-webkit-scrollbar-thumb {
  background-color: #0cb3b7;
}

.modal-scrollbar::-webkit-scrollbar-track {
  background-color: #a0aec0;
}

.ul-cols-2 {
  column-count: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.lg\:col-start-10 {
  grid-column-start: 10;
}

.lg\:top-\[150px\] {
  top: 150px;
}

.md\:sticky {
  position: sticky;
}

.videoWrapper video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.videoWrapper:before {
  background-color: rgba(0, 0, 0, .4);
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.left-3 {
  left: .75rem;
}

.-translate-y-1\/2,
.-translate-y-2\/4 {
  --tw-translate-y: 40%;
}

.no-scrollbar {
  scrollbar-width: none;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
  border-bottom: 4px solid;
  border-image: linear-gradient(to right, #6728f5 25%, #3a77ee 25%, #3a77ee 50%, #00edd4 50%, #00edd4 75%, #00edd4 75%) 5;
}

/* Footer start*/
/* .bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}

.to-teal-600 {
  --tw-gradient-to: #0d9488 var(--tw-gradient-to-position);
}

.via-teal-500 {
  --tw-gradient-to: rgba(20, 184, 166, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.from-teal-400 {
  --tw-gradient-from: #2dd4bf var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(45, 212, 191, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

/* Footer end*/
#offerings .text-balance {
  margin: 0 !important;
}

/* Header Mega Menu Styles */
.explore-more a.dashicons-arrow-right-alt.mega-menu-link {
  color: #00edd4 !important;
}

.explore-more a.dashicons-arrow-right-alt.mega-menu-link:hover {
  color: #6728f5 !important;
}


.post-title-mega-menu-itm a {
  color: #00edd4 !important;
  font-size: 20px !important;
  font-weight: 400 !important;
}

p.header-post-description {
  color: #a3a3a3 !important;
}

.post-item-menu-mega {
  border-radius: 8px !important;
  overflow: hidden !important;
}

.post-image-mega-menu {
  width: 100% !important;
  height: 160px !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 8px !important;
}

.post-image-mega-menu img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.3s ease-in-out !important;
}

.header-submenu-item-title {
  font-weight: 300 !important;
}

.explore-more {
  width: auto !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu {
  display: flex !important;
  justify-content: space-between !important;
}

.gap-y-15 {
  row-gap: 60px;
}

.down-arrows.custom-arrow .slick-next {
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  width: 36px;
}

.down-arrows.custom-arrow .slick-next {
  align-items: center;
  background-color: rgb(255 255 255);
  border-radius: 0;
  bottom: -70px;
  color: rgb(0 0 0);
  display: flex !important;
  height: 36px;
  justify-content: center;
  left: 50px;
  min-height: 36px;
  min-width: 36px;
  padding: 0;
  top: auto;
  width: 36px;
  z-index: 1;
}

/* Hide the language text */
.gtranslate_wrapper a {
  font-size: 0 !important;
  line-height: 0 !important;
}

/* Keep the flag image visible */
.gtranslate_wrapper a img {
  font-size: initial !important;
  line-height: normal !important;
  margin-right: 0 !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  position: relative;
  top: 2px;
  display: none;
}

.gt_float_switcher .gt_options {
  position: absolute !important;
  background: #fff;
}

.gt_float_switcher .gt_options a {
  padding: 5px 10px !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 5px 10px !important;
}

div#gt_float_wrapper {
  position: relative;
  top: 3px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ff0000;
  color: #ff0000;
}

.wpcf7 form.success .wpcf7-response-output {
  border-color: #008000;
  color: #008000;
}
.font-medium {
    font-weight: 600;
}
/* Success Stories Swiper overflow fix - only for mobile and tablet (up to 1023px) */
@media (max-width: 1023px) {
  .success-stories .swiper {
    overflow: unset !important;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: rgb(29, 29, 29);
    padding: 0 0 0 25px;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 2px 0 0 20px;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 16px;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column-standard>a.mega-menu-link,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    font-size: 16px;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu {
    background: rgb(29, 29, 29);
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: rgb(29, 29, 29);
    color: #0cb3b7 !important;
  }

  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 0px;
  }

  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin-left: 0px;
  }

  #masthead:hover #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    color: #fff;
  }

  .single-post #mega-menu-menu-1>li>a.mega-menu-link {
    color: #fff !important;
  }

  .bg-white #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    color: #fff !important;
  }

  .lg\:col-start-10 {
    grid-column-start: unset;
  }

}

@media (max-width: 991px) {
  .banner-shadow {
    background: linear-gradient(1turn, transparent 80.16%, rgba(0, 0, 0, .6) 98.17%, rgba(0, 0, 0, .8));
  }

  .responsive-shadow {
    background: linear-gradient(1turn, transparent 77.16%, rgba(0, 0, 0, .6) 95.17%, rgba(0, 0, 0, .8)),
      linear-gradient(0deg, rgba(0, 0, 0, .9) 10.49%, #000 29.94%, transparent 86.8%);
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
    border-bottom: none;
    border-image: unset;
  }
}

@media (max-width: 767px) {
  .min-h-100dvh {
    min-height: 100dvh;
  }

  .ul-cols-2 {
    column-count: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  #masthead {
    display: flex;
    height: 50px;
  }
}