* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
a {
  color: inherit;
  text-decoration: none;
}
.text-primary-custom {
  color: #850838 !important;
}
.text-white-custom {
  color: #ffffff !important;
}
.text-black-custom {
  color: #000 !important;
}
.text-dark-custom {
  color: #0D0207 !important;
}
.text-muted-custom {
  color: #686868 !important;
}
.text-gray-custom {
  color: #B2B2B2 !important;
}
.custom-border-color {
  border: 1px solid #B2B2B2 !important;
}
h1 {
  font-size: clamp(28px, 4vw, 52px) !important;
  line-height: 116.667%;
  font-weight: 400;
}
h2 {
  font-size: clamp(26px, 3.5vw, 46px) !important;
  color: #0D0207 !important;
  line-height: 121.739%;
  font-weight: 400;
}
h3 {
  font-size: clamp(22px, 3vw, 28px) !important;
  line-height: 1.3;
}
h4 {
  font-size: clamp(20px, 2.2vw, 24px) !important;
}
h5 {
  font-size: clamp(18px, 2vw, 20px) !important;
}
h6 {
  font-size: clamp(16px, 1.5vw, 18px) !important;
}
h1, h2, h3, h4, h5 {
  font-family: Archivo !important;
}
.common-section-margin-md {
  margin: clamp(70px, 11vw, 200px) 0;
}
.common-section-margin {
  margin: clamp(70px, 8.5vw, 140px) 0;
}
.common-section-padding {
  padding: 60px 0;
}
.common-section-padding-lg {
  padding-top: clamp(70px, 7.6vw, 100px);
  padding-bottom: clamp(70px, 7.6vw, 100px);
}
.pt-100 {
  padding-top: clamp(40px, 7vw, 100px);
}
.m-60 {
  margin-top: clamp(24px, 4.5vw, 60px);
  margin-bottom: clamp(24px, 4.5vw, 60px);
}
.pt-60 {
  padding-top: clamp(24px, 4.5vw, 60px);
}
.m-80 {
  margin-top: clamp(40px, 6vw, 80px);
  margin-bottom: clamp(40px, 6vw, 80px);
}
.m-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.m-100 {
  margin: clamp(40px, 8vw, 100px) 0;
}
.m-120 {
  margin: clamp(40px, 9vw, 120px) 0;
}
.m-150 {
  margin: clamp(60px, 11vw, 150px) 0;
}
.m-200 {
  margin: clamp(60px, 15vw, 200px) 0;
}
.mt-200 {
  margin-top: clamp(60px, 15vw, 200px);
}
.mt-120 {
  margin-top: clamp(40px, 9vw, 120px);
}
.mb-120 {
  margin-bottom: clamp(40px, 9vw, 120px);
}
.m-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.m-22 {
  margin-top: clamp(12px, 1.6vw, 22px);
  margin-bottom: clamp(12px, 1.6vw, 22px);
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-20 {
  margin-bottom: clamp(10px, 1.5vw, 20px);
}
.mb-22 {
  margin-bottom: clamp(12px, 1.6vw, 22px);
}
.mb-30 {
  margin-bottom: clamp(20px, 2.2vw, 30px);
}
.mb-40 {
  margin-bottom: clamp(30px, 3vw, 40px);
}
.mb-60 {
  margin-bottom: clamp(40px, 4.5vw, 60px) !important;
}
.mb-80 {
  margin-bottom: clamp(40px, 6vw, 80px) !important;
}
body {
  font-family: DM Sans;
}
p, li {
  color: #686868;
}
.rounded-12 {
  border-radius: 12px;
}
.highlighted-text {
  color: #850838;
}
.light-bg-color {
  background-color: rgba(213, 153, 176, 0.05) !important;
}
.light-bg {
  background: rgba(213, 153, 176, 0.1) !important;
}
.dark-bg-color {
  background-color: #0D0207 !important;
}
.main-heading span, .common-second-heading span, .common-third-heading span {
  color: #850838;
  font-style: italic;
}
.main-heading {
  font-size: clamp(32px, 5vw, 64px);
}
.common-second-heading {
  font-size: clamp(28px, 3.4vw, 46px);
}
.common-third-heading {
  font-size: clamp(28px, 3.4vw, 46px);
}
.common-fourth-heading {
  font-size: clamp(22px, 2.4vw, 32px);
}
.common-fifth-heading {
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 125%;
}
.btn-primary {
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  color: var(--white, #FFF);
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  width: fit-content;
  border-radius: 10px;
  background: linear-gradient(97deg, #850838 11.46%, #0D0207 126.32%);
  border: 0;
}
.btn-secondary {
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  color: #850838;
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  width: fit-content;
  border-radius: 10px;
  background: #ffffff;
  border: 0;
}
.p-200 {
  padding: clamp(80px, 15vw, 200px) 0;
}
.p-100 {
  padding: clamp(50px, 7vw, 100px) 0;
}
.p-120 {
  padding: clamp(60px, 9vw, 120px) 0;
}
.p-60 {
  padding: clamp(40px, 5vw, 60px) 0;
}
.p-20 {
  padding: clamp(12px, 1.5vw, 20px) 0;
}
select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url(https://prizmdata.com/wp-content/uploads/2026/01/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center right 16px;
}
.custom-pagination {
  width: fit-content;
}
.custom-pagination .prev img {
  transform: scale(-1);
}
.custom-pagination .page-link {
  color: #686868;
  padding: 11px 11px;
  border-radius: 10px;
  font-size: 18px;
}
.custom-pagination .page-item.active .page-link {
  color: #000;
  border: 1px solid #850838 !important;
  background: rgba(133, 8, 56, 0.22);
  width: 46px;
  height: 46px;
  margin: 0 10px;
}
.section-heading {
  color: #0D0207;
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 400;
  line-height: 121.739%;
  letter-spacing: 0.92px;
  text-transform: capitalize;
}
.section-heading span {
  color: #850838;
  font-style: italic;
}
.section-second-heading {
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 118.182%;
  letter-spacing: -0.44px;
}
/*========================= header SH ==========================*/
/*Header CSS*/
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: top 0.3s ease-in-out;
}
.main-header.hide-on-scroll {
  top: -110px;
}
.main-header.show-on-scroll {
  top: 0;
  background: #FFF;
  border-bottom: 0.4px solid rgba(0, 0, 0, 0.22);
  position: fixed;
}
.main-header .mega-menu img {
  width: 30px;
  height: auto;
  border-radius: 4px;
  background: rgba(133, 8, 56, 0.1);
  padding: 5px;
  filter: invert(13%) sepia(91%) saturate(2580%) hue-rotate(318deg) brightness(90%) contrast(103%);
}
.main-header .navbar-nav .nav-item .nav-link {
  color: #686868;
  font-family: DM Sans;
  font-size: clamp(14px, 1.33vw, 16px);
  font-weight: 400;
  line-height: 137.5%;
  padding: 24px 10px;
}
.main-header .navbar-nav .dropdown .mega-menu .dropdown-menu-inner {
  border-radius: 12px;
  background: #FFF;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/*========================== header EH ============================*/
/*========================== Homepage SH ============================*/
.dashboard-preview img.img-fluid {
  margin-bottom: -100px;
}
@keyframes gradient-sweep {
  from {
    background-position: 0% center;
  }
  to {
    background-position: 200% center;
  }
}
.home-hero-section .hero-badge {
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 120%;
  text-transform: capitalize;
  background: linear-gradient(90deg, #B93A6B 0.04%, #850838 101.86%);
  border: 1px solid #850838 !important;
  padding: 10px;
  background-size: 200% auto;
  background-position: 0% center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: gradient-sweep 4s linear infinite;
}
.home-hero-section .home-hero-title {
  color: #850838;
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 400;
  line-height: 156.25%;
  letter-spacing: -1.28px;
  text-transform: capitalize;
}
.home-hero-section .home-hero-title span {
  background: linear-gradient(90deg, #C2688B -110.37%, rgba(133, 8, 56, 0.43) 71.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.home-hero-section .hero-link {
  color: #850838;
  font-family: DM Sans;
  font-size: 18px;
  line-height: 1.11;
}
.home-hero-section .hero-link:hover {
  color: #850838;
}
.image-gradient-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.75) 70%, #ffffff 100%);
}
.clients-section .clients-slider-wrapper .clients-slider {
  width: max-content;
  animation: slide 25s linear infinite;
}
.clients-section .clients-slider-wrapper .clients-slider:hover {
  animation-play-state: paused;
}
.clients-section .clients-slider-wrapper .clients-slider .client-logo {
  height: 30px;
  min-width: 120px;
  transition: filter 0.3s ease;
}
.clients-section .clients-slider-wrapper .clients-slider .client-logo:hover {
  filter: grayscale(100%) brightness(0.3);
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.industries-section {
  background: linear-gradient(0deg, rgba(213, 153, 176, 0.3) 0.76%, rgba(255, 255, 255, 0) 100%);
}
.industries-section .industries-tabs .tab-content .industry-title {
  color: #850838;
  font-size: 22px;
  font-weight: 400;
  line-height: 118.182%;
  letter-spacing: -0.44px;
  text-transform: capitalize;
}
.nav-tabs {
  gap: 6px;
  justify-content: center;
}
.nav-tabs .nav-link {
  color: #686868;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  border-radius: 10px;
  border: 1px solid rgba(207, 213, 227, 0.5);
  padding: 9px 22px;
}
.nav-tabs .nav-link.active {
  color: #fff !important;
  background: #0D0207;
}
.nav-tabs .nav-link.active img {
  filter: invert(1) brightness(2);
}
/*========================== expert-research-section SH ============================*/
.expert-research-section .bg-pattern-image {
  padding: 30px;
  background: url(https://prizmdata.com/wp-content/uploads/2026/02/pattern.webp) center / cover no-repeat;
}
.expert-research-section .services-inner .service-tabs {
  padding-right: 30px;
}
.expert-research-section .services-inner .service-tabs .nav-link {
  display: flex;
  gap: 10px;
  color: #8c8c8c;
  font-size: 18px;
  font-weight: 500;
  padding: clamp(16px, 1.8vw, 24px) clamp(8px, 0.9vw, 12px);
  background: transparent;
  border: none;
  border-radius: 0;
  position: relative;
}
.expert-research-section .services-inner .service-tabs .nav-link.active, .expert-research-section .services-inner .service-tabs .nav-link:focus {
  background: transparent;
  color: #fff;
}
.expert-research-section .services-inner .service-tabs .nav-link:hover {
  color: #fff;
}
.expert-research-section .services-inner .service-tabs .nav-link:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.expert-research-section .services-inner .service-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.expert-research-section .services-inner .service-tabs .nav-link .tab-icon img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
  opacity: 0.75;
}
.expert-research-section .services-inner .service-tabs .nav-link .tab-text {
  font-family: "DM Sans";
  font-size: 16px;
  line-height: 150%;
}
.expert-research-section .services-inner .service-tabs .nav-link.active .tab-icon img {
  opacity: 1;
}
.expert-research-section .services-inner .service-content img {
  width: clamp(40px, 5vw, 60px);
  height: clamp(40px, 5vw, 60px);
}
.expert-research-section .services-inner .service-content .service-title {
  font-size: clamp(22px, 3.6vw, 48px);
  line-height: 116.667%;
  letter-spacing: -0.96px;
}
.expert-research-section .services-inner .service-content .service-description {
  color: #B2B2B2;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 137.5%;
}
.expert-research-section .services-inner .service-content .service-description span {
  color: #ffffff;
  font-weight: 600;
  display: block;
}
/*========================== expert-research-section EH ============================*/
.video-feature-section .video-feature-heading {
  color: #850838;
  font-size: 22px;
  line-height: 118.182%;
  letter-spacing: -0.44px;
}
.video-feature-section video {
  object-fit: cover;
  aspect-ratio: 2.3333333333;
  min-height: 450px;
}
.video-feature-section .video-overlay {
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 73.53%, #000 100.89%);
}
.video-feature-section .video-overlay .video-textover {
  font-size: clamp(16px, 1.6vw, 22px);
  line-height: 118.182%;
  letter-spacing: -0.44px;
  max-width: 600px;
}
.video-feature-section .video-overlay .video-control-btn {
  width: 60px;
  height: 60px;
  border: none;
  background: #fff;
  border-radius: 50%;
}
.video-feature-section .video-overlay .video-control-btn img {
  width: 20px;
  height: 20px;
}
.event-section .event-row .event-card .event-card-content {
  padding: clamp(16px, 2vw, 22px) clamp(20px, 4vw, 40px);
}
.event-section .event-row .event-card .event-card-content .badge {
  color: #0D0207;
  font-family: DM Sans;
  font-size: 14px;
  line-height: 142.857%;
}
.event-section .event-row .event-card .event-card-content .event-title {
  font-size: 22px;
  line-height: 127.273%;
  letter-spacing: -0.44px;
}
.event-section .event-row .event-arrow-icon {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.event-section .event-row .event-arrow-icon a {
  width: 40px;
  height: 40px;
}
.event-section .event-slider {
  position: relative;
}
.event-section .event-slider .eventSwiper {
  max-width: 1150px;
}
.event-section .event-prev, .event-section .event-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-section .event-prev {
  left: 0px;
}
.event-section .event-next {
  right: 0px;
}
.event-section .event-prev img, .event-section .event-next img {
  width: 40px;
  height: auto;
}
.event-section .swiper-button-disabled img {
  opacity: 0.5;
}
.outcomes-across-section {
  background: rgba(185, 58, 107, 0.05);
}
.outcomes-across-section .stats-section .stat-card {
  flex: 1 1 48%;
  transition: transform 0.3s;
  border-radius: 20px;
  background: linear-gradient(157deg, rgba(213, 153, 176, 0.05) -13.54%, rgba(213, 153, 176, 0.4) 101.21%);
}
.outcomes-across-section .stats-section .stat-card:hover {
  transform: translateY(-5px);
}
.outcomes-across-section .stats-section .stat-card .stat-value {
  background: linear-gradient(100deg, #B93A6B 3.13%, #850838 96.44%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Archivo;
  font-size: 46px;
  font-weight: 400;
  line-height: 121.739%;
  letter-spacing: -0.92px;
  text-transform: capitalize;
}
.outcomes-across-section .stats-section .stat-card .stats-value span {
  color: #850838;
  font-family: Archivo;
  font-size: 22px;
  font-weight: 400;
  line-height: 254.545%;
  letter-spacing: -0.44px;
  text-transform: capitalize;
}
.outcomes-across-section .stats-section .stat-card:nth-child(3) {
  background: #fff !important;
}
.outcomes-across-section .stats-section .custom-progress {
  height: 6px;
  background-color: #d9b0bf;
  border-radius: 50px;
  width: 100%;
}
.outcomes-across-section .stats-section .custom-progress .custom-progress-bar {
  background-color: #8b0a3a;
  border-radius: 50px;
}
.success-stories-section .successSwiper {
  max-width: 1150px;
}
.success-stories-section .successSwiper .testimonial-text {
  color: #686868;
  font-family: DM Sans;
  font-size: clamp(20px, 2.3vw, 30px);
  font-weight: 300;
  line-height: 126.667%;
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
}
.published-date span::after {
  content: '';
  background-color: #850838;
  width: 2px;
  height: 14px;
  margin: 0 12px;
}
.published-date span:last-child::after {
  content: none;
}
.case-studies-section .case-card-list {
  row-gap: clamp(30px, 4.8vw, 80px);
}
.case-studies-section .case-card-list .case-card img {
  border-radius: 12px !important;
}
.case-studies-section .case-card-list .case-card .case-card-title {
  color: #0D0207;
  font-family: DM Sans;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 400;
  line-height: 120%;
}
.industry-insights-section .insights-card img {
  aspect-ratio: 1.5;
  object-fit: cover;
}
.industry-insights-section .insights-card .insights-card-title {
  color: #0D0207;
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}
.faq-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #B2B2B2;
  border-radius: 0;
  margin-bottom: clamp(20px, 2.7vw, 36px);
  padding-bottom: clamp(20px, 2.7vw, 36px);
}
.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.faq-accordion .accordion-header {
  margin: 0;
}
.faq-accordion .accordion-button {
  color: #0D0207;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 137.5%;
  margin-bottom: 22px;
}
.faq-accordion .accordion-button.collapsed {
  margin-bottom: 0px;
}
.faq-accordion .accordion-button::after {
  background-image: url("https://prizmdata.com/wp-content/uploads/2026/02/faq-plus-icon.svg");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  transform: rotate(0deg);
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("https://prizmdata.com/wp-content/uploads/2026/02/faq-minus-icon.svg");
  transform: rotate(0deg);
}
.faq-accordion .accordion-body {
  color: #686868;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 137.5%;
}
.our-expert-section .expert-box {
  background: #0D0207;
  min-height: 380px;
  background-image: url(https://prizmdata.com/wp-content/uploads/2026/01/grid-image.webp);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.our-expert-section .expert-box .expert-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 600px;
  max-width: 55%;
}
.our-expert-section .expert-box .expert-image img {
  width: 100%;
  height: auto;
}
.our-expert-section .expert-box .btn-success {
  gap: 10px;
  width: max-content;
  background: #0F9F39;
  padding: 13px 32px !important;
}
.footer-top .section-heading {
  max-width: 650px;
}
.footer-top .footer-location .footer-country .flag-image {
  width: 60px;
  height: 40px;
}
.footer-top .footer-location .footer-country .country-name {
  font-family: Archivo;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.48px;
}
.footer-top .footer-location .footer-address .address p:last-child {
  margin: 0;
}
.footer-main {
  background-color: #0D0207;
  padding: 34px 0;
}
.footer-main .footer-menu a {
  color: #fff;
}
.footer-main .footer-bottom {
  border-top: 1px solid #fff;
  margin-top: 34px;
  padding-top: 34px;
  color: rgba(255, 255, 255, 0.6);
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 137.5%;
  text-transform: capitalize;
}
.footer-main .footer-bottom .footer-credit p {
  margin-bottom: 0px;
}
/*========================== Homepage EH ============================*/
/*========================== About Us / client we serve /single industry SH ============================*/
.about-hero-section {
  background: url(https://prizmdata.com/wp-content/uploads/2026/02/about-bg-image.webp) center / cover no-repeat !important;
}
.client-we-serve-section {
  background: url(https://prizmdata.com/wp-content/uploads/2026/02/client-we-serve-banner.webp) center / cover no-repeat !important;
}
.about-founder-section .custom-border {
  border: 1px solid #E3E5E9;
  padding-block: clamp(40px, 6.04vw, 60px);
}
.about-founder-section .custom-border .about-founder {
  color: #0D0207;
  font-family: DM Sans !important;
  font-size: clamp(16px, 1.8vw, 24px);
  font-weight: 400;
  line-height: 125%;
}
.about-founder-section .custom-border .author-name {
  color: #850838;
  font-family: "DM Sans";
  font-size: clamp(24px, 6.04vw, 32px);
  font-weight: 700;
  line-height: 112.5%;
}
.about-team-section .team-card .team-name {
  color: #0D0207;
  font-family: DM Sans;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 500;
  line-height: 127.273%;
}
.about-timeline-section .timeline-wrapper {
  overflow-x: auto;
  scrollbar-width: none;
}
.about-timeline-section .timeline-wrapper::-webkit-scrollbar {
  display: none;
}
.about-timeline-section .timeline-wrapper .timeline {
  gap: 15rem;
  padding: 0 6%;
  min-width: max-content;
  padding-top: 20px;
}
.about-timeline-section .timeline-wrapper .timeline .timeline-line {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 1px;
  background: #B2B2B2;
}
.about-timeline-section .timeline-wrapper .timeline .timeline-item {
  flex-shrink: 0;
}
.about-timeline-section .timeline-wrapper .timeline .timeline-item p {
  color: #850838;
  font-family: Archivo;
  font-size: 22px;
  font-weight: 400;
  line-height: 118.182%;
  letter-spacing: -0.44px;
  text-transform: capitalize;
  margin-top: 20px;
}
.about-timeline-section .timeline-wrapper .timeline .timeline-item .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #850838;
  border: 3px solid #fff;
  display: block;
  z-index: 0;
}
.about-timeline-section .timeline-wrapper .timeline .timeline-item.active .dot {
  background: #850838;
  box-shadow: 0 0 0 2px #850838;
}
.about-timeline-section .timeline-wrapper .timeline .timeline-item.active p {
  color: #850838;
  font-weight: 600;
}
.about-timeline-section .timelineSwiper {
  max-width: 900px;
  margin-left: 0;
  padding-left: 6%;
}
.about-timeline-section .timelineSwiper img {
  width: 100%;
  border-radius: 4px;
}
.about-timeline-section .timeline-arrows .arrow-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  cursor: point;
}
.sectors-section .sector-item {
  border-right: 1px solid #B2B2B2;
}
.sectors-section .sector-item .sectors-heading {
  color: #850838;
  font-size: 22px;
  line-height: 118.182%;
  letter-spacing: -0.44px;
}
.sectors-section .sector-item:last-child {
  border-right: none;
}
.sector-item {
  border-right: 1px solid #B2B2B2;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sector-item:nth-child(2n) {
    border-right: none;
  }
}
.why-prizm-section {
  background: rgba(133, 8, 56, 0.05);
}
.why-prizm-section .feature-card {
  border-radius: 10px;
  border: 1px solid #E3E5E9;
  background: #ffffff;
  padding: 20px;
}
/*========================== About Us / client we serve /single industry EH ============================*/
/*========================== Contact Us SH ============================*/
.contact-us-banner {
  padding-top: clamp(80px, 13.2vw, 174px);
  padding-bottom: clamp(80px, 9vw, 120px);
}
.contact-us-banner .contact-links a {
  color: #850838;
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 133.33%;
}
.contact-us-banner .our-locations-list {
  --bs-gutter-y: 0px;
  --bs-gutter-x: 56px;
  row-gap: 40px;
}
.contact-us-banner .contact-form-block {
  padding: 40px;
  box-shadow: 2px 2px 50px 0 rgba(0, 0, 0, 0.06);
}
.contact-us-banner .contact-form-block .nav-pills button {
  border: 1px solid #B2B2B2;
  border-radius: 12px !important;
}
.contact-us-banner .contact-form-block .nav-pills .active {
  background: #850838;
  border-color: #850838;
}
.contact-us-banner .contact-form-block .nav-pills .active img {
  filter: invert(1) brightness(5.5);
}
.contact-us-banner .contact-form-block .nav-pills .active p {
  color: #fff !important;
}
.contact-us-banner .contact-form-block .divider {
  width: 100%;
  height: 1px;
  margin: 30px auto 30px;
  background: linear-gradient(45deg, transparent, #e4e4e4, transparent);
}
.contact-us-banner .contact-form-block .fluentform fieldset {
  display: flex;
  flex-direction: column;
}
.contact-us-banner .contact-form-block .fluentform input, .contact-us-banner .contact-form-block .fluentform textarea, .contact-us-banner .contact-form-block .fluentform select {
  font-family: DM Sans;
}
.contact-us-banner .contact-form-block .fluentform textarea {
  resize: none;
}
.contact-us-banner .contact-form-block .fluentform .iti__selected-country {
  border-right: 1px solid lightgray;
}
.contact-us-banner .contact-form-block .fluentform .mail-field {
  background-image: url('https://prizmdata.com/wp-content/uploads/2026/01/mail-icon.svg');
  background-repeat: no-repeat;
  background-position: center left 11px;
  padding-left: 38px;
}
.contact-us-banner .contact-form-block .fluentform select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url('https://prizmdata.com/wp-content/uploads/2026/01/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: center right 16px;
}
.contact-us-banner .contact-form-block .fluentform .ff-btn-submit {
  min-height: 52px;
  margin-top: 18px;
  font-size: 18px;
}
.contact-us-banner .contact-form-block .fluentform .terms-n-condition {
  order: 1;
  margin: 0;
}
.contact-us-banner .contact-form-block .fluentform .terms-n-condition a {
  color: #850838;
  font-weight: 600;
}
.common-cta-section {
  margin-left: 12px;
  margin-right: 12px;
}
.common-cta-section .cta-container {
  padding: clamp(40px, 6vw, 80px) clamp(20px, 4.5vw, 60px);
  background-image: url('https://prizmdata.com/wp-content/uploads/2026/01/grid-image.webp');
  background-size: cover;
  background-position: center;
}
/*========================== Case Study SH ============================*/
.common-banner-sec {
  padding-top: clamp(120px, 7.1vw, 136px) !important;
  background: linear-gradient(0deg, rgba(213, 153, 176, 0.3) 0.76%, rgba(255, 255, 255, 0) 100%);
}
.counter-sec .counter-card {
  border: 1px solid #B2B2B2;
  padding: 36px;
}
.counter-sec .counter-card .counter-number {
  background: linear-gradient(100deg, #B93A6B 3.13%, #850838 96.44%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Archivo;
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 0.75;
  letter-spacing: -1.44px;
  margin-bottom: clamp(20px, 3vw, 40px);
}
.case-study-list-sec .filter-bar {
  gap: 12px;
}
.case-study-list-sec .filter-bar .filter-selects {
  gap: 12px;
}
.case-study-list-sec .filter-bar .filter-select, .case-study-list-sec .filter-bar .search-wrapper {
  min-width: 261px;
  height: 46px;
  padding: 12px;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  color: #686868;
  line-height: 22px;
  outline: 0;
}
.case-study-list-sec .filter-bar .search-wrapper {
  width: -webkit-fill-available;
  background-image: url('https://prizmdata.com/wp-content/uploads/2026/02/search-icon.svg');
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center right 9px;
}
.case-study-list-sec .filter-bar .search-wrapper input {
  outline: 0;
}
/*========================== Case Study EH ============================*/
/*========================== Single Case Study SH ============================*/
.single-case-study-banner {
  margin-right: 12px;
  margin-left: 12px;
}
.single-case-study-banner .banner-container {
  border-radius: 20px !important;
  background: #F9F9F9;
}
.single-case-study-banner .banner-container .content-block {
  padding: 40px 40px 40px 60px;
}
.single-case-study-banner .banner-container .content-block span img {
  filter: invert(1);
}
.single-case-study-banner .banner-container .content-block h1 {
  font-size: 40px;
  letter-spacing: -0.8px;
  line-height: 115%;
}
.single-case-study-banner .banner-container .img-block {
  max-width: 320px;
}
.single-case-study-banner .banner-container .img-block .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.59%, rgba(0, 0, 0, 0.9) 100%);
}
.single-case-study-banner .banner-container .img-block .img {
  min-height: 360px;
  max-height: 360px;
}
.single-case-study-banner .banner-container .img-block .info {
  padding: 20px;
}
.single-case-study-banner .banner-container .img-block .info .info-content .title {
  font-size: 40px;
  letter-spacing: -0.8px;
  line-height: 115%;
}
.common-content-block ol {
  counter-reset: number;
}
.common-content-block ol li strong {
  display: flex;
  color: #850838;
  font-weight: 500;
  margin-bottom: 6px;
}
.common-content-block ol li strong::before {
  content: counter(number) '.';
  counter-increment: number;
  margin-right: 4px;
}
.business-approach-sec .img-block {
  border: 1px solid #B2B2B2;
  padding: clamp(16px, 3.9vw, 30px);
}
.business-approach-sec .counter-sec .counter-list {
  padding: 0 2px;
}
.business-approach-sec .counter-sec .counter-cardwrapper {
  padding: 0 6px;
}
.business-approach-sec .counter-sec .counter-cardwrapper .counter-card {
  padding: 20px;
  border-radius: 20px;
}
.business-approach-sec .counter-sec .counter-cardwrapper .counter-card .counter-number {
  font-size: 40px;
  width: fit-content;
}
.business-approach-sec .counter-sec .counter-cardwrapper .counter-card .counter-text {
  line-height: 137%;
}
.client-remarks-sec .remark-container .remark {
  padding: 65px 140px;
  background: #F3F3F5 !important;
}
.client-remarks-sec .remark-container .remark::before, .client-remarks-sec .remark-container .remark::after {
  content: '';
  background-image: url('https://prizmdata.com/wp-content/uploads/2026/02/quotes.svg') !important;
  background-size: 100% 100%;
  width: 75px;
  height: 56px;
  position: absolute;
}
.client-remarks-sec .remark-container .remark::before {
  top: 34px;
  left: 37px;
}
.client-remarks-sec .remark-container .remark::after {
  bottom: 34px;
  right: 37px;
  transform: scale(-1);
}
/*========================== Single Case Study EH ============================*/
/*========================== Blog SH ============================*/
.explore-blogs .filter-btn {
  padding: 10px 18px;
  border-radius: 10px;
  border: 1px solid #e3b6c4;
}
.explore-blogs .filter-btn.active {
  border: 1px solid rgba(129, 46, 86, 0.35);
  background: #FEF4F7 !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.explore-blogs .case-card span img {
  max-height: 255px;
  min-height: 255px;
}
.blog-slider-section {
  background: linear-gradient(0deg, rgba(213, 153, 176, 0.3) 0.76%, rgba(255, 255, 255, 0) 100%);
  padding: 136px 0 20px;
}
.blog-slider-section .content-block .tag {
  border-color: #850838 !important;
}
.blog-slider-section .content-block .blog-title {
  color: #0d0207;
  font-family: Archivo;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 115%;
  letter-spacing: -0.8px;
}
.blog-slider-section .event-main-image img {
  aspect-ratio: 1.6;
  max-height: 350px;
}
.blog-detail-banner-sec {
  padding-top: 116px;
  background: #FFFAFC;
}
.blog-detail-content-sec .blog-content {
  padding-right: 38px;
}
.blog-detail-content-sec .blog-content .title {
  font-size: 20px;
}
.blog-detail-content-sec .img-block {
  border: 1px solid #B2B2B2;
  padding: 30px;
  margin-top: 22px;
}
.blog-detail-content-sec .blog-table-content {
  position: sticky;
  top: 32px;
  height: fit-content;
}
.blog-detail-content-sec .blog-table-content .title {
  font-family: Archivo;
  border-bottom: 1px solid #B2B2B2;
  padding: 0 0 20px 50px;
}
.blog-detail-content-sec .blog-table-content .view-service-block {
  background-image: url('https://prizmdata.com/wp-content/uploads/2026/02/dotted-lines.webp');
  background-size: cover;
  background-position: center;
  padding: 26px;
  margin-top: 50px;
}
.blog-detail-content-sec .blog-table-content .view-service-block .heading {
  font-size: 22px;
}
.blog-detail-content-sec .blog-right-content {
  border-left: 1px solid #B2B2B2;
  padding-bottom: 100px;
}
.blog-detail-content-sec .blog-right-content .table-content {
  padding: 20px 0 0 50px;
}
.blog-detail-content-sec .blog-right-content .table-content ul {
  counter-reset: num;
}
.blog-detail-content-sec .blog-right-content .table-content ul li {
  margin-bottom: 12px;
}
.blog-detail-content-sec .blog-right-content .table-content ul li::before {
  content: counter(num) ')';
  counter-increment: num;
  margin-right: 10px;
}
.blog-detail-content-sec .blog-right-content .table-content ul li.active {
  color: #D599B0;
  font-weight: 600;
}
.business-challenges .challenge-container .challenges-list {
  gap: 12px;
}
.business-challenges .challenge-container .challenges-list span {
  border: 1px solid #B2B2B2;
  padding: 13px 14px;
  color: #686868;
  line-height: 137.5%;
}
.business-solutions-sec .solutions-container .solutions-list {
  row-gap: 30px;
  column-gap: 10px;
}
.business-solutions-sec .solutions-container .solutions-list .solution-cardwrapper {
  width: 19.2%;
  border: 1px solid #B2B2B2;
  padding: 20px 12px;
}
.business-solutions-sec .solutions-container .solutions-list .solution-cardwrapper img {
  width: clamp(38px, 5vw, 50px);
}
.expected-benefits-sec .benefits-list .benefit-cardwrapper .cardwrapper-body {
  padding: 26px;
}
.expected-benefits-sec .benefits-list .benefit-cardwrapper .cardwrapper-body .title {
  font-size: 22px;
  letter-spacing: -0.44px;
}
/*========================== Blog EH ============================*/
/*========================== Career Listing SH ============================*/
.career-advantages-section .career-advantages-list span {
  width: 100px;
  height: 100px;
  background: linear-gradient(180deg, rgba(255, 107, 164, 0.55) 0%, rgba(255, 255, 255, 0) 70%);
}
.career-advantages-section .career-advantages-list .title {
  font-size: 22px;
  letter-spacing: -0.44px;
}
.owner-voice-sec .successSwiper {
  max-width: 100%;
}
.owner-voice-sec .successSwiper .testimonial-text {
  font-size: clamp(18px, 2.3vw, 24px);
  max-width: 100%;
}
.owner-voice-sec .remark-container .remark {
  padding: 65px 72px;
}
.owner-voice-sec .remark-container .remark::before {
  top: 0;
  left: 0;
}
.owner-voice-sec .remark-container .remark::after {
  bottom: -40px !important;
  right: 1px !important;
}
.career-join-us .positions-list {
  row-gap: 60px;
}
.career-join-us .positions-list .single-position {
  border: 1px solid #E4E4E4;
  padding: 32px;
}
.career-join-us .positions-list .single-position .position {
  font-size: 22px;
  font-family: Archivo;
}
.career-join-us .positions-list .single-position .location {
  color: #1D1D1D;
}
.career-join-us .positions-list .single-position .readmore {
  text-underline-offset: 2px;
  cursor: pointer;
}
/*========================== Career Listing EH ============================*/
/*========================== Research Method SH ============================*/
.research-method-hero-section .bg-pattern-image {
  padding: 24px 24px 24px 60px;
}
.stepwise-approach-section .solutions-container {
  max-width: 70rem;
  margin: auto;
}
.stepwise-approach-section .solutions-container .step-content-top {
  justify-content: flex-start;
  width: 100%;
  max-width: 48rem;
  margin: auto;
}
.stepwise-approach-section .solutions-container .step-content-top .step-text {
  text-align: left;
  flex: 0 0 45%;
}
.stepwise-approach-section .solutions-container .step-content-bottom {
  justify-content: flex-start;
  width: 100%;
  margin-top: 10px;
}
.stepwise-approach-section .solutions-container .step-content-bottom .step-text {
  text-align: left;
  flex: 0 0 32%;
  padding-right: 30px;
}
.stepwise-approach-section .solutions-container .step-text-heading {
  color: #0D0207;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.44px;
  text-transform: capitalize;
}
/*========================== Research Method  EH ============================*/
/*========================== Event-listing SH ============================*/
.edge-your-industry-section .edge-card-body {
  padding: clamp(16px, 2vw, 26px);
}
/*========================== Event-listing EH ============================*/
/*========================== Event-Detail page SH ============================*/
.event-detail-banner .banner-container {
  border-radius: 20px;
  background: rgba(213, 153, 176, 0.05);
}
.event-detail-banner .banner-container .content-block {
  padding: clamp(28px, 3.5vw, 54px);
}
.event-detail-banner .banner-container .img-block {
  min-height: 300px;
  object-fit: cover;
}
.event-gallery-section {
  /* Scroll Keyframe */
  /* Base Animation */
  /* Speed Controls */
  /* Direction Controls */
}
.event-gallery-section .gallery-slider {
  margin-bottom: 20px;
}
.event-gallery-section .gallery-slider .scroller__inner {
  display: flex;
  gap: clamp(12px, 2vw, 16px);
  width: max-content;
}
.event-gallery-section .gallery-slider .scroller__inner .slider-content {
  border-radius: 10px;
  overflow: hidden;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.event-gallery-section .gallery-slider[data-animated="true"] .scroller__inner {
  animation-name: scroll;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 50s;
  animation-direction: normal;
}
.event-gallery-section .gallery-slider[data-animated="true"][data-speed="slow"] .scroller__inner {
  animation-duration: 100s;
}
.event-gallery-section .gallery-slider[data-animated="true"][data-speed="medium"] .scroller__inner {
  animation-duration: 60s;
}
.event-gallery-section .gallery-slider[data-animated="true"][data-speed="fast"] .scroller__inner {
  animation-duration: 40s;
}
.event-gallery-section .gallery-slider[data-animated="true"][data-direction="right"] .scroller__inner {
  animation-direction: reverse;
}
.event-gallery-section .gallery-slider[data-animated="true"][data-direction="left"] .scroller__inner {
  animation-direction: normal;
}
/*========================== Event-Detail page EH ============================*/
/*========================== Policy page SH ============================*/
section.policy-banner {
  border-radius: 20px;
  background: #F9F9F9;
}
.policy-content .policy-inner-wrapper h2 {
  font-size: 20px !important;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.4px;
  text-transform: capitalize;
  margin-bottom: 22px;
  margin-top: clamp(24px, 4.5vw, 60px);
}
/*========================== Event-Detail page EH ============================*/
.industry-detail-banner-section {
  background: url("https://prizmdata.com/wp-content/uploads/2026/03/industry-detail-bg-image.webp") bottom / cover no-repeat;
}
.industry-listing-hero-section {
  background: url("https://prizmdata.com/wp-content/uploads/2026/03/industry-listing-bg-image.webp") bottom / cover no-repeat;
}
/*========================== Media query SH ============================*/
@media screen and (max-width: 1700px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100% !important;
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media screen and (min-width: 1500px) {
  .common-banner-sec .img-block {
    margin-right: -13%;
  }
}
@media screen and (min-width: 1785px) {
  .common-banner-sec .img-block {
    margin-right: -34%;
  }
}
@media (min-width: 1400px) {
  .research-image-with-text .image-with-text-content {
    max-width: 480px;
  }
  .services-inner .service-tabs {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    margin-right: 30px;
    margin-bottom: 50px;
    width: fit-content;
  }
  .outcomes-across-section .stats-section .stat-card:nth-child(1) {
    flex: 1 1 19%;
  }
  .outcomes-across-section .stats-section .stat-card:nth-child(2) {
    flex: 1 1 20%;
  }
  .outcomes-across-section .stats-section .stat-card:nth-child(3) {
    flex: 1 1 14%;
  }
  .outcomes-across-section .stats-section .stat-card:nth-child(4) {
    flex: 1 1 18%;
  }
  .outcomes-across-section .stats-section .stat-card:nth-child(5) {
    flex: 1 1 18%;
  }
}
@media (max-width: 1399.98px) {
  .outcomes-across-section .stats-section .stat-card:nth-child(3) {
    order: 5;
  }
  .business-approach-sec .counter-sec .counter-cardwrapper .counter-card {
    padding: 16px;
  }
}
@media (max-width: 1199.98px) {
  /*========================== Case Study SH ============================*/
  /*========================== Case Study EH ============================*/
  /*========================== Solutions EH ============================*/
  /*========================== Solutions EH ============================*/
  .case-study-list-sec .filter-bar .filter-select, .case-study-list-sec .filter-bar .search-wrapper {
    min-width: 217px;
  }
  .single-case-study-banner .banner-container .content-block {
    padding: 30px 24px 30px 40px;
  }
  .single-case-study-banner .banner-container .content-block h1 {
    font-size: 35px;
  }
  .business-approach-sec .business-approach-container .counter-sec {
    margin-top: 24px;
  }
  .business-approach-sec .business-approach-container .counter-sec .counter-card {
    border-radius: 12px;
  }
  .business-approach-sec .business-approach-container .content-block {
    margin-bottom: 32px;
  }
  .business-approach-sec .business-approach-container .common-third-heading {
    margin-bottom: 12px;
  }
  .business-approach-sec .business-approach-container .img-block {
    border-radius: 12px !important;
  }
  .business-solutions-sec .solutions-container .solutions-list {
    row-gap: 20px;
  }
  .business-solutions-sec .solutions-container .solutions-list .solution-cardwrapper {
    width: 23.2%;
    padding: 16px 8px;
  }
  .blog-detail-content-sec .blog-content {
    padding-right: 16px;
  }
  .blog-detail-content-sec .blog-right-content .table-content {
    padding: 20px 0 0 28px;
  }
  .blog-detail-content-sec .blog-table-content .title {
    padding: 0px 0 20px 28px;
  }
  .blog-detail-content-sec .blog-table-content .view-service-block .heading {
    font-size: 20px;
  }
  .blog-detail-content-sec .blog-table-content .view-service-block .btn-secondary {
    padding: 16px 24px;
    font-size: 17px;
  }
  .nav-tabs, .service-tabs {
    white-space: nowrap;
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: start;
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .navbar-nav .menu-item-has-children .sub-menu {
    display: block;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 24px;
    min-width: max-content;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    border-radius: 0;
    background: #fef9fa;
  }
  .navbar-nav .menu-item-has-children .sub-menu .menu-item {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    padding-inline: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #0000001A;
    padding-bottom: 10px;
  }
  .navbar-nav .menu-item-has-children .sub-menu .menu-item .nav-link {
    color: #686868 !important;
  }
  .navbar-nav .menu-item-has-children .sub-menu .menu-item .nav-link:hover {
    color: #686868 !important;
  }
  .navbar-nav .menu-item-has-children .sub-menu .menu-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .navbar-nav .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .navbar-nav .menu-item-has-children > .nav-link::after {
    content: '';
    display: inline-flex;
    width: 12px;
    height: 12px;
    margin-left: 10px !important;
    background-image: url("https://prizmdata.com/wp-content/uploads/2026/02/menu-icon-new.svg") !important;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0 !important;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
    vertical-align: middle;
  }
  .navbar-nav .menu-item-has-children:hover > .nav-link::after {
    transform: rotate(-180deg);
  }
  .dropdown-hover:hover > .mega-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .mega-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    top: 100%;
    left: 0;
    border-top: 1px solid #eee;
  }
  .mega-menu .mega-menu-container {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.06) 2px 2px 50px 0px;
  }
  .mega-menu .mega-menu-container .mega-menu-list {
    gap: 30px;
  }
  .mega-menu .dropdown-item {
    padding: 6px 0;
    color: #686868;
    text-decoration: none;
    background-color: transparent;
  }
  .mega-menu .dropdown-item.active, .mega-menu .dropdown-item:active {
    color: #686868;
    text-decoration: none;
    background-color: transparent;
  }
  .navbar-nav .mega-menu {
    position: absolute;
    top: 100%;
    border: none;
  }
  .navbar-nav .mega-menu .dropdown-item {
    color: #686868;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
  }
}
@media (max-width: 991.98px) {
  /*========================== Single Case Study SH ============================*/
  /*========================== Single Case Study EH ============================*/
  /*========================== Career SH ============================*/
  /*========================== Career EH ============================*/
  .header-sidebar .navbar-nav .menu-item {
    border-bottom: 1px solid #68686852;
  }
  .header-sidebar {
    background: #fff;
    padding-top: 30px !important;
  }
  .header-sidebar .offcanvas-header {
    padding: 0 30px !important;
  }
  .header-sidebar .offcanvas-body {
    overflow: auto;
    height: 100vh;
    padding-bottom: 40px;
    padding: 0 30px !important;
  }
  .header-sidebar .navbar-nav {
    gap: 10px;
  }
  .header-sidebar .navbar-nav .nav-link {
    color: #686868;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding: 8px 0;
  }
  .header-sidebar .navbar-nav .menu-item-has-children > .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .header-sidebar .navbar-nav .menu-item-has-children > .nav-link.open {
    color: #686868;
  }
  .header-sidebar .navbar-nav .menu-item-has-children > .nav-link.open ::after {
    transform: rotate(-180deg);
  }
  .header-sidebar .navbar-nav .menu-item-has-children > .nav-link::after {
    display: inline-flex;
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(https://prizmdata.com/wp-content/uploads/2026/02/menu-icon-new.svg) ! Important;
    background-repeat: no-repeat;
    border: 0 !important;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
    align-items: center;
  }
  .header-sidebar .navbar-nav .menu-item-has-children > .nav-link.open::after {
    transform: rotate(180deg);
  }
  .header-sidebar .navbar-nav .menu-item-has-children > .sub-menu {
    margin: 0;
    padding-left: 16px;
    list-style: none;
    /* Hidden */
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    transition: max-height 0.5s ease, opacity 0.5s ease;
  }
  .header-sidebar .navbar-nav .menu-item-has-children > .sub-menu.open {
    max-height: 1000px;
    opacity: 1;
  }
  .header-sidebar .navbar-nav .menu-item-has-children > .sub-menu li {
    padding: 6px 0;
    /* Nested submenu support */
  }
  .header-sidebar .navbar-nav .menu-item-has-children > .sub-menu li a {
    display: block;
    text-decoration: none;
    color: #686868;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 0;
  }
  .header-sidebar .navbar-nav .menu-item-has-children > .sub-menu li a:hover {
    color: #0D0207;
  }
  .header-sidebar .navbar-nav .menu-item-has-children > .sub-menu li.menu-item-has-children > .sub-menu {
    padding-left: 14px;
  }
  .expert-research-section .bg-pattern-image {
    padding: 20px;
  }
  .counter-sec .counter-card {
    padding: 20px;
  }
  .case-study-list-sec .filter-bar {
    flex-wrap: wrap;
  }
  .case-study-list-sec .filter-bar .filter-selects {
    width: 100%;
  }
  .case-study-list-sec .filter-bar .filter-select, .case-study-list-sec .filter-bar .search-wrapper {
    min-width: 32.1%;
  }
  .client-remarks-sec .remark-container .remark {
    padding: 45px 93px;
  }
  .client-remarks-sec .remark-container .remark::before, .client-remarks-sec .remark-container .remark::after {
    width: 54px;
  }
  .client-remarks-sec .remark-container .remark::before {
    top: 24px;
    left: 30px;
  }
  .client-remarks-sec .remark-container .remark::after {
    bottom: 24px;
    right: 30px;
  }
  .career-banner .about-founder-section {
    margin-top: 24px;
  }
  .blog-slider-section .content-block .btn-primary {
    margin-top: 24px !important;
  }
  .explore-blogs .filter-btn {
    order: 1;
  }
  .explore-blogs .search-wrapper {
    order: 2;
    width: calc(100% - 71px) !important;
  }
  .explore-blogs .filter-selects {
    justify-content: space-between;
    gap: 0;
    order: 3;
  }
  .explore-blogs .filter-selects .filter-select {
    min-width: 49%;
  }
  .explore-blogs .filter-selects .filter-select:last-child {
    width: 49% !important;
  }
  .blog-detail-content-sec .blog-table-content {
    position: static;
    top: 0;
  }
  .blog-detail-content-sec .blog-table-content .blog-right-content {
    padding-bottom: 0;
  }
  .blog-detail-content-sec .blog-table-content .view-service-block {
    margin-top: 24px;
  }
}
@media screen and (max-width: 800px) {
  .business-challenges .challenge-container .challenges-list span {
    padding: 10px 10px;
    width: 49%;
    font-size: 14px;
  }
  .business-solutions-sec .solutions-container .solutions-list .solution-cardwrapper {
    width: 31.2%;
  }
  .business-solutions-sec .solutions-container .solutions-list .solution-cardwrapper p {
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .expert-research-section .services-inner .right-visual img {
    width: 400px;
    height: auto;
    margin: auto;
    display: block;
  }
  .successSwiper .swiper-pagination {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  /*========================== Single Case Study SH ============================*/
  /*========================== Single Case Study EH ============================*/
  /*========================== Solutions EH ============================*/
  /*========================== Solutions EH ============================*/
  .common-banner-sec {
    padding-top: 60px !important;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none !important;
  }
  .swiper-pagination-bullet-active {
    background: #820736;
  }
  .success-stories-section .successSwiper .author-wrap .author-name {
    text-align: left;
  }
  .video-feature-section .video-overlay .video-control-btn {
    width: 44px;
    height: 44px;
  }
  .video-feature-section .video-overlay .video-control-btn img {
    width: 14px;
    height: 14px;
  }
  .event-gallery-section .gallery-slider .scroller__inner .slider-content {
    height: 250px;
    object-fit: cover;
    object-position: top;
  }
  .event-gallery-section {
    /* Make sliders slightly faster on mobile */
  }
  .event-gallery-section .gallery-slider[data-speed="slow"] {
    --_animation-duration: 40s;
  }
  .event-gallery-section .gallery-slider[data-speed="medium"] {
    --_animation-duration: 25s;
  }
  .event-gallery-section .gallery-slider[data-speed="fast"] {
    --_animation-duration: 15s;
  }
  .main-header {
    position: relative;
    background: #fbf5f7;
  }
  .steps-section-mobile .steps-wrapper {
    max-width: 420px;
  }
  .steps-section-mobile .steps-wrapper .step-item {
    padding: 24px 0;
  }
  .steps-section-mobile .steps-wrapper .step-item:not(:last-child) {
    border-bottom: 1px solid #B2B2B2;
  }
  .steps-section-mobile .steps-wrapper .step-item .step-number {
    color: #D599B0;
    font-size: 32px;
    font-weight: 400;
    line-height: 81.25%;
    letter-spacing: -0.64px;
  }
  .steps-section-mobile .steps-wrapper .step-item .step-title {
    color: #0D0207;
    font-size: 22px;
    line-height: 118.182%;
    letter-spacing: -0.44px;
  }
  .btn-primary, .btn-secondary {
    padding: 14px 26px;
    font-size: 16px;
  }
  .event-row {
    flex-direction: column;
  }
  .event-card, .event-card.default-large {
    flex: unset;
    height: 360px;
  }
  .contact-us-banner .our-locations-list {
    row-gap: 0;
  }
  .contact-us-banner .contact-form-block {
    padding: 24px 16px;
  }
  .contact-us-banner .contact-form-block .divider {
    margin: 24px auto 24px;
  }
  .contact-us-banner .contact-form-block .nav-pills button {
    padding: 12px !important;
  }
  .contact-us-banner .contact-form-block .nav-pills button img {
    height: 38px;
  }
  .case-study-list-sec .filter-bar .filter-selects {
    flex-wrap: wrap;
    gap: 10px !important;
  }
  .case-study-list-sec .filter-bar .filter-select {
    min-width: 48.2%;
  }
  .case-study-list-sec .filter-bar .filter-select:last-child {
    width: 100%;
  }
  .single-case-study-banner .banner-container {
    padding: 40px 20px;
    border-radius: 12px !important;
  }
  .single-case-study-banner .banner-container .content-block {
    padding: 0;
  }
  .single-case-study-banner .banner-container .content-block h1 {
    font-size: 30px;
  }
  .single-case-study-banner .banner-container .img-block {
    max-width: 100%;
  }
  .single-case-study-banner .banner-container .img-block .img {
    min-height: 320px;
    max-height: 320px;
  }
  .client-remarks-sec .remark-container .remark {
    padding: 8px 0;
  }
  .client-remarks-sec .remark-container .remark::before, .client-remarks-sec .remark-container .remark::after {
    width: 26px;
    content: none;
  }
  .client-remarks-sec .remark-container .remark::before {
    top: -3px;
    left: 0;
  }
  .client-remarks-sec .remark-container .remark::after {
    bottom: 10px;
    right: 7px;
  }
  .success-stories-section .successSwiper .swiper-btns {
    display: flex;
    margin: 24px auto 0;
    width: fit-content;
  }
  .success-stories-section .successSwiper .swiper-btns .swiper-button-prev, .success-stories-section .successSwiper .swiper-btns .swiper-button-next {
    position: static;
    margin: 0;
  }
  .business-challenges .challenge-container .challenges-list {
    gap: 10px;
  }
  .business-challenges .challenge-container .challenges-list span {
    width: 48%;
  }
  .explore-blogs .filter-selects {
    gap: 0 !important;
  }
  .explore-blogs .filter-selects .filter-select {
    width: calc(100% - 71px) !important;
  }
  .explore-blogs .filter-selects .filter-select:last-child {
    width: fit-content !important;
  }
  .blog-detail-content-sec .client-remarks-sec .remark-container .remark {
    padding: 40px;
  }
  .sectors-section .sector-item {
    border-right: none;
  }
}
@media screen and (max-width: 575px) {
  .footer-top .footer-location .footer-country .flag-image {
    width: 40px;
  }
  .clients-section .clients-slider-wrapper .clients-slider .client-logo {
    height: 30px;
    min-width: 100px;
  }
  .business-solutions-sec .solutions-container .solutions-list {
    row-gap: 12px;
  }
  .business-solutions-sec .solutions-container .solutions-list .solution-cardwrapper {
    width: 48.2%;
  }
  .explore-blogs .filter-bar {
    gap: 7px !important;
  }
  .explore-blogs .filter-selects {
    gap: 20px !important;
  }
  .explore-blogs .filter-selects .filter-select {
    font-size: 15px;
    background-size: 10px 10px;
    background-position: top 50% right 8px;
  }
  .explore-blogs .search-wrapper, .explore-blogs .filter-btn {
    font-size: 15px !important;
  }
  .slider-mobile {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .slider-mobile::-webkit-scrollbar {
    display: none;
  }
  .slider-mobile > div {
    flex: 0 0 auto;
    width: calc(100% - 30px);
    scroll-snap-align: start;
  }
}
.swiper-wrapper {
  padding-top: 8px;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #f3f3f5;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #850838;
}
svg.swiper-navigation-icon {
  display: none;
}
.main-header .navbar-toggler:focus {
  box-shadow: none;
}
