/* html,
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-family: "Muli";
} */

@font-face {
  font-family: "Muli-Bold";
  src:
    url("../fonts/Muli-Bold.woff2") format("woff2"),
    url("../fonts/Muli-Bold.woff") format("woff"),
    url("../fonts/Muli-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli";
  src:
    url("../fonts/Muli.woff2") format("woff2"),
    url("../fonts/Muli.woff") format("woff"),
    url("../fonts/Muli.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli-Light";
  src:
    url("../fonts/Muli-Light.woff2") format("woff2"),
    url("../fonts/Muli-Light.woff") format("woff"),
    url("../fonts/Muli-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli-SemiBold";
  src:
    url("../fonts/Muli-SemiBold.woff2") format("woff2"),
    url("../fonts/Muli-SemiBold.woff") format("woff"),
    url("../fonts/Muli-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli-Extra-Bold";
  src:
    local("Muli Extra Bold"),
    local("Muli-Extra-Bold"),
    url("../fonts/Muli-ExtraBold.woff2") format("woff2"),
    url("../fonts/Muli-ExtraBold.woff") format("woff"),
    url("../fonts/Muli-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

.az-case-studies-home-section {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.marquee__item-fabric img {
    width: 140px;
}

/* Navigation Dots */
.dots-container {
  position: absolute;
  bottom: 0px;
  left: 55%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.dot {
  width: 12px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.dot.active {
  background: #fff;
  width: 45px;
  border-radius: 10px;
}

.case-bg-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.case-bg-slide.active {
  opacity: 1;
}

.az-bg-repeate {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.vl-border-radius {
  border-radius: 12px;
  overflow: hidden;
}

.az-fintech-nav-tabs {
  display: flex;
  flex-direction: column;
  border-bottom: 0 !important;
}

.az-fintech-nav-item {
  position: relative;
  margin-bottom: 15px !important;
  border-bottom: 1px solid #ffffff59;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.az-fintech-nav-item:has(.nav-link.active) {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.az-fintech-nav-item img {
  width: 12px;
}

.az-fintech-types-tab-section {
  height: 450px;
  border-width: 1px 1px 1px medium;
  border-style: solid solid solid none;
  border-color: rgba(197, 197, 197, 0.6) rgba(197, 197, 197, 0.6) rgba(197, 197, 197, 0.6) currentcolor;
  border-image: initial;
  padding: 20px 10px 20px 20px;
  border-radius: 12px;
  scrollbar-gutter: stable;
}

.az-fintech-types-tab-inner {
  height: 100%;
  overflow-y: scroll;
  padding-inline: 8px;
}

.az-fintech-types-tab-inner::-webkit-scrollbar {
  width: 6px;
  border-radius: 8px;
}

.az-fintech-types-tab-inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #e0deef66;
}

.az-fintech-types-tab-inner::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  margin-block: 8px;
}

.az-fintech-types-tab-section::-webkit-scrollbar {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2) !important;
  width: 6px !important;
}

.az-fintech-types-tab-section::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #e0deef66 !important;
  height: 4px !important;
  background-clip: content-box;
  border-right: 4px solid transparent;
}

.az-fintech-types-tab-section::-webkit-scrollbar-track {
  margin-block: 8px; /* this creates the top and bottom gap from the border */
  border-radius: 8px;
  margin-right: 4px;
  background: transparent;
}

.az-microsoft-fabric-bg {
  /* margin-top: -130px; */
  position: relative;
}

.az-case-main-wrapper {
  display: flex;
  align-items: center;
  height: 100vh;
  padding: 20px 50px 0 80px;
}

.az-bg-repate {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.az-main-section-wrapper {
  display: flex !important;
  align-items: center;
  justify-content: start;
  height: 101vh;
  padding: 0px !important;
}

.az-bg-heading-title {
  font-size: 44px;
  line-height: 54px;
  font-family: "Muli-Extra-Bold";
  margin-bottom: 18px;
}

.text-warning {
  color: #f79c2e !important;
}

.az-bg-sub-heading {
  font-size: 17px;
  width: 480px;
  line-height: 28px;
  font-family: "Muli-light", sans-serif;
}

.btn-warnings {
  background: #f89b2d !important;
  color: #fff !important;
  padding: 8px 28px !important;
  font-size: 18px;
  font-family: "Muli-SemiBold";
}

.az-cust-pad {
  padding: 8px 35px !important;
}

.az-fabric-about-section {
  padding: 40px 0;
}

.az-about-heading h2 {
  color: #333;
  font-family: "Muli-SemiBold";
}

.az-about-desc {
  color: #666;
}

.az-about-video-section {
  border-radius: 10px;
  border: 10px solid #fff;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
}

.az-video-section-rad {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.az-video-section-rad video {
  border-radius: 4px;
  object-fit: cover;
  height: 100%;
}

.az-fabric-component-heading h2 {
  color: #333;
  font-family: "Muli-Extra-Bold";
  font-size: 35px;
}

.vl-mobile-margin{
  padding-right: 10px;
  padding-left: 10px;
}

.vl-mt {
  margin-bottom: 45px;
}
.az-fabric-component-section {
  background-color: white;
}

.az-fabric-component-heading p {
  color: #333333;
  font-size: 16px;
  line-height: 26px;
}

.vl-fabric-component-heading h2 {
  font-family: "Muli-Bold";
  font-size: 35px !important;
  color: #000000;
}

.vl-sub-heading {
  color: #3a3a3a;
}

.az-fabric-component-wrapper {
  border-radius: 16px;
  border: 1px solid #76bfb1;
  background-image: url("../images/ms-febric/offerings-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px 30px;
  height: 100%;
}

.vl-fabric-component-wrapper {
  border-radius: 12px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px 25px;
  height: 100%;
  box-shadow: inset 0 4px 14px rgba(0, 0, 0, 0.14);
}

.az-fabric-component-icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.vl-fabric-component-icon {
  width: 83px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.vl-fabric-component-icon img {
  width: 60px;
}

.az-fabric-component-sub-head {
  font-size: 25px;
  font-family: "Muli-Extra-Bold";
  color: #333333;
}

.vl-fabric-component-sub-head {
  font-size: 22px;
  font-family: "Muli-Extra-Bold";
  color: #333333;
  text-align: left;
}

.az-case-left-content {
  flex: 1;
  color: #fff;
  max-width: 500px;
  z-index: 10;
}

.az-case-left-content h1 {
  font-size: 43px;
  line-height: 52px;
  font-family: "Muli-Extra-Bold";
}

.az-case-left-content p {
  font-size: 19px;
  line-height: 30px;
}

.az-fabric-component-sub-desc {
  font-size: 15px;
  color: #333333;
}

.vl-fabric-component-sub-desc {
  font-size: 15px;
  color: #333333;
  text-align: left;
}

.ms-offer-heading-icon img {
  width: 55px !important;
}

.az-fabric-features-section {
  padding: 30px 0px;
  /* background-image: url("/assets/image/content-bg.png"); */
  position: relative;
  z-index: 0;
}

.az-fabric-features-section::before {
  content: "";
  position: absolute;
  top: 18%; /* starts from the middle of the div */
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/ms-febric/content-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: -1;
}

.az-fintech-types-section {
  margin: 40px 0;
  border-radius: 12px;
}

.vl-fabric-data-solution {
  background-color: white;
  border: 1px solid #c7c7f5;
  border-radius: 15px;
  padding: 10px 75px;
  margin-inline: 0px;
}

.vl-margin-top {
  margin-top: 6%;
}

.vl-section-1 {
  background-color: white;
  border-radius: 12px;
  border: 1px solid #aabcc2;
  display: flex;
  align-items: start;
  padding: 33px 33px;
  gap: 20px;
  flex: 1;
}

.vl-img {
  border-radius: 8px;
  background-color: #f79c2e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.vl-img img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.vl-text h4 {
  font-size: 18px;
  font-family: "Muli-Extra-Bold";
  margin: 0;
}

.vl-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vl-text p {
  font-size: 16px;
  line-height: 24px;
  text-align: start;
  color: #333333;
  margin: 4px 0;
}

.vl-choose-img {
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.msq-md-sales-accordion-tabs .accordion-item {
  /* border: none; */
  padding: 30px 0;
  border-top: none;
  width: 100%;
  border-right: none;
  border-left: none !important;
  background: none;
}

.msq-md-sales-accordion-tabs .accordion-item .accordion-button {
  background: none;
  color: #333;
  font-size: 18px;
  font-family: "Muli-SemiBold";
  box-shadow: none;
  padding-bottom: 0px;
  padding-top: 0px;
}

.msq-md-sales-accordion-tabs .accordion-item.msq-collapsed {
  border-left: 2px solid #f79c2e !important;
  box-shadow: 5px 11px 18px #0000001a !important;
  position: relative;
  background-color: #f5f8fc;
}

.az-accordian-desc {
  font-family: "Muli";
}

.accordion-button::after {
  display: none;
}

.az-mobile-faq-section .accordion-button::after {
  display: block;
}

.az-fabric-impact-section {
  background-color: #f6f7fc;
  padding: 30px 0px;
}

.az-impact-desc {
  color: #333;
}

.ms-plan-list {
  padding-left: 0 !important;
}

.ms-plan-list li {
  list-style: none;
  font-size: 16px;
  font-family: "Muli";
  color: #333;
}

.az-custom-checklist-2 {
  color: #f79c2e;
  font-size: 18px;
  margin-top: 6px;
}

.az-fabric-enquire-section {
  padding: 30px 0px;
}

.az-enquire-form-section {
  border-radius: 4px;
  background: #f6f7fc;
  padding: 16px 24px 16px 25px;
  height: 100%;
}

.vl-start-button {
  background-color: #f79c2e;
  color: white;
  border-radius: 25px;
  padding: 6px 18px 8px;
  border: 1px solid #f79c2e;
  display: block;
  margin-top: -4px;
  width: fit-content;
}
.az-enquire-heading h3 {
  font-family: "Muli-SemiBold";
}

.az-enquire-form-section input {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #666666;
  border-radius: 0px;
  padding: 10px 0;
}

.az-enquire-form-section input:focus {
  background: none;
  box-shadow: none;
  border-color: #666666;
  color: #666666;
}

.az-forms-wrapper label {
  color: #333;
}

.az-fabric-faq-section {
  background-color: #f6f7fc;
  padding: 30px 0px;
}

.az-mobile-faq-section .accordion-item{
  background: #fff !important;
  border: 1px solid #BDDBD3 !important;
  border-radius: 8px;
}

.az-mobile-faq-section .accordion-header .accordion-button, .az-mobile-faq-section .accordion-body{
  background: #fff;
}

.vl-first-section {
  margin-left: 5%;
}

:root {
  --marquee-speed: 8s;
  --gap: 16px;
  --img-height: 100px;
}

.az-marquee-fabric {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.az-marquee__track-fabric {
  display: flex;
  gap: var(--gap);
  align-items: center;
  will-change: transform;
}

.vl-margin-bottom {
  margin-bottom: 6%;
}

.az-marquee__group-fabric {
  display: flex;
  gap: var(--gap);
  align-items: center;
}

.mobile-data {
  display: inline;
}

.az-marquee__group-fabric .marquee__item-fabric {
  flex: 0 0 auto;
  /* height: var(--img-height);
  aspect-ratio: 6/3; */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vl-display-block {
  display: block;
  height: 100%;
}

.vl-display-none {
  display: none;
}

.mobile-break {
  display: none;
}

.az-fintech-nav-link {
  border: 0 !important;
  margin-bottom: 10px !important;
  padding: 8px 10px !important;
  color: #ffffff !important;
  font-size: 18px;
  font-family: "Muli-Bold";
  display: flex;
  align-items: center;
}

.az-fintech-nav-link.active {
  border: 0 !important;
  color: #ffffffea !important;
  font-size: 18px;
  border-radius: 6px;
  background-color: #f79c2e !important;
  padding: 8px 10px 10px !important;
  width: 100%;
  margin-bottom: 0px !important;
  display: flex;
  justify-content: space-between;
}

.az-color-img {
  display: none;
}

.az-fintech-nav-link.active .az-color-img {
  display: inline-block;
}

.az-fintech-nav-link.active .az-grey-img {
  display: none;
}

/* Left side animation */
.az-marquee--left .az-marquee__track-fabric {
  animation: marquee-left linear infinite;
  animation-duration: var(--marquee-speed);
}

@keyframes marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.az-fabric-companies-wrapper {
  position: absolute;
  bottom: 0px;
  z-index: 99;
  width: 100%;
  padding: 5px 0px 8px;
  background-color: #ffffff27;
}

.az-poc-companies-section img {
  width: 100%;
}

.vl-logo img {
  width: 21%;
}

.vl-second-section {
  margin-top: 3%;
}

/* Sliding Card Area */
.right-content {
  flex: 1;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}

.slider-inner {
  display: flex;
  transition: transform var(--slide-transition);
  height: 100%;
}
.card-slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  overflow: hidden;
}
.glass-card {
  border: 1px solid #9a9a9a;
  border-radius: 24px;
  padding: 30px 40px;
  width: 94%;
  height: 492px;
  overflow: hidden;
  color: #fff;
}
.az-bgs-repeate {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.az-slide-main-section h2 {
  font-size: 36px;
  line-height: 46px;
  font-family: "Muli-Extra-Bold";
  margin-bottom: 20px;
}

.az-slide-main-section p {
  font-size: 20px;
  line-height: 30px;
  width: 55%;
}
.slider-img-section {
  width: 170px;
  margin-bottom: 20px;
  border-radius: 12px;
}
.az-text-warning {
  color: #f79c2e !important;
}
.slide-cardalign-section {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.slide-bottom-card {
  border: 1px solid #ffffff85;
  padding: 10px 20px 10px 20px;
  border-radius: 8px;
}
.slide-bottom-card p {
  font-size: 15px;
  width: 100%;
}

.slide-bottom-card h2 {
  font-size: 30px;
  line-height: 28px;
}

.az-fintech-tab-desc-section h3 {
  font-size: 24px;
  font-family: "Muli-SemiBold";
}

.az-fintech-tab-desc-section img {
  width: 55px;
}

.az-fintech-tab-desc-section p {
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  font-family: "Muli";
}

.az-fintech-tab-desc-section {
  padding: 20px 20px 10px 05px;
}

.img-box {
  position: relative;
}

.img-text {
  position: absolute;
  top: 50%;
  left: 26%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  font-family: "Muli-Extra-Bold";
}

.vl-business-img img {
  width: 60px;
  margin-bottom: 5px;
}

.az-fabric-component-icon img {
  width: 85px;
}

.az-fintech-types-section h2 {
   font-size: 35px;
   color: #333333;
   font-family: "Muli-Extra-Bold";
}

.az-portfolio-main-heading h2 {
  font-size: 45px;
  font-family: "Muli-SemiBold";
  color: #000;
}

.az-portfolio-section-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 40px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.az-home-case-studies-img-wrapper{
  padding-right: 40px;
  display: flex;
  align-items: center;
  height: 100%;
}

.az-portfolio-top-section {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.az-portfolio-top-section .swiper {
  width: 100%;
}

.az-portfolio-top-section .swiper-wrapper {
  display: flex;
  align-items: center;
}

.az-portfolio-top-section .swiper-slide {
  width: auto; /* allows variable item width */
  display: flex;
  justify-content: center;
}

.az-portfolio-top-section .az-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(224, 223, 223, 0.2);
  width: fit-content;
  /* gap: 20px; */
  padding: 5px;
  border-radius: 50px;
  transition: 0.5s;
  overflow-x: auto;
  scrollbar-width: none;
  border: 1px solid #575757;
  box-shadow: inset -120px 0 30px -30px rgb(18 17 17 / 90%), inset 120px 0 30px -30px rgb(18 17 17 / 90%);
}
.az-portfolio-top-section .az-item-wrapper .az-item {
  cursor: pointer;
  color: #ffffff91;
  padding: 8px 16px 10px;
  border-radius: 50px;
}
.az-portfolio-top-section .az-item-wrapper .az-item.active {
  background-color: #f79c2e;
  color: white;
  padding: 8px 30px 10px;
}

.az-portfolio-desc-section {
  padding: 40px 26px 20px 120px;
}

.az-portfolio-desc-section h2 {
  font-size: 40px;
  color: #fff;
  font-family: "Muli-SemiBold";
}
.az-portfolio-desc-section p {
  color: #fffffff3;
  font-size: 16px;
  line-height: 26px;
  font-family: "Muli-light";
}
.az-portfolio-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: absolute;
  padding: 14px 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(217, 217, 217, 0.1);
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(4px);
  border-radius: 0px 0px 20px 20px;
}

.az-portfolio-bottom img {
  width: 200px;
}

.az-portfolio-middle-section {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 0px;
  position: relative;
  min-height: 515px;
}

.msq-powerbi-case-studies-img-wrapper img {
  width: 100%;
}
.msq-bg-section-blue {
  background-color: #ebf5fe;
}
.msq-text-orange {
  color: #ff8012;
}
.az-portfolio-top-section .az-item-wrapper .az-item {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.az-portfolio-top-section .az-item-wrapper .az-item img {
  margin-right: 8px;
  width: 25px;
}
.az-portfolio-top-section .az-item-wrapper .az-item .az-active-img {
  display: none;
}
.az-portfolio-top-section .az-item-wrapper .az-item.active .az-active-img {
  display: block;
}
.az-portfolio-top-section .az-item-wrapper .az-item.active .az-inactive-img {
  display: none;
}

.az-cust-nav-tabs-scroll {
  border: none !important;
  border-bottom: 0px !important;
}

.nav-tabs-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, white 120px, white calc(100% - 120px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, white 120px, white calc(100% - 120px), transparent 100%);
}

.nav-tabs-scroll::-webkit-scrollbar {
  display: none;
}

.dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.az-cust-nav-tabs-scroll .nav-link {
  color: #ffffffa2 !important;
  padding: 4px 28px 4px !important;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin-bottom: 0px !important;
  transition: none !important;
}

.az-cust-nav-tabs-scroll .nav-link.active {
  background-color: #f79c2e !important;
  color: #fff !important;
  padding: 3px 28px 4px !important;
  border-radius: 50px !important;
  border: none !important;
}

.az-cust-nav-tabs-scroll .nav-link img {
  margin-right: 6px;
  width: 35px;
}

.az-active-img {
  display: none;
}

.az-cust-nav-tabs-scroll .nav-link .az-active-img {
  display: none;
}

.az-cust-nav-tabs-scroll .nav-link.active .az-active-img {
  display: block;
}

.az-cust-nav-tabs-scroll .nav-link.active .az-inactive-img {
  display: none;
}

.az-cust-nav-tabs-scroll .nav-link .az-inactive-img {
  display: block;
}

.az-portfolio-btn {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  padding: 5px 25px 8px !important;
  margin-top: 15px;
}

.az-portfolio-mobile-section-wrapper {
  border-radius: 20px;
  padding: 30px 20px 0px;
}

.az-portfolio-mobile-desc-section h2 {
  font-size: 24px;
  color: #fff;
  font-family: "Muli-SemiBold";
}
.az-portfolio-mobile-desc-section p {
  color: #fffffff3;
  font-size: 15px;
  line-height: 25px;
  font-family: "Muli-light";
}

.az-home-testimonial-section {
  padding: 40px 0 0;
}

.az-febric-testimonial-fluid-section{
  padding-left: calc((100vw - 1430px) / 2);
  padding-right: 0;
  margin-right: 0;
}

.az-testimonial-main-heading h2 {
  font-size: 45px;
  font-family: "Muli-SemiBold";
  color: #000;
}

.az-testimonail-card-section {
  background: linear-gradient(90deg, #ffffff 0%, #eef7fa 100%);
  border: 1px solid #d9d9d9;
  border-radius: 14px;
  overflow: hidden;
}

.az-testimonail-desc-section {
  padding: 20px 20px 20px 0px;
}

.az-testimonail-desc-section p {
  color: #000;
  font-style: italic;
  font-size: 22px;
  line-height: 30px;
  min-height: 140px;
}

.az-testimonail-desc-section h3 {
  font-size: 20px;
  color: #000;
  font-family: "Muli-Bold"; 
}

.az-testimonail-desc-section h4 {
  font-size: 16px;
  color: #000;
}

.az-testimonail-seperator {
  margin-top: 50px;
  background-color: #ddd8d8;
  height: 1px;
  margin-bottom: 10px;
}

.az-testimonial-fluid-section {
  padding-left: calc(
    (100vw - 1320px) / 2
  ); /* 1320px = max container width (Bootstrap 5 xl) */
  padding-right: 0;
  margin-right: 0;
}

.az-home-testimonial-owl-carousel .owl-nav{
  display: flex;
  justify-content: center;
  margin-top: 25px;
  width: 100%;
  margin-left: -60px;
}

.az-industry-cta-section {
  padding: 20px 0px 50px;
}

.az-industry-cta-bg {
  border-radius: 16px;
  padding: 20px 20px 25px;
}

.az-industry-cta-desc {
  padding: 5px 30px;
  border-right: 1px solid #fff;
}

.az-cta-noborder {
  border-right: none;
}

.az-industry-cta-desc h4 {
  font-size: 42px;
  font-family: "Muli-SemiBold";
}

.az-industry-cta-desc p {
  font-size: 18px;
}

.az-cta-cust-btn {
  padding: 6px 35px 8px !important;
  background: linear-gradient(90deg, #ff7a00 0%, #f89c2d 100%) !important;
  color: #fff !important;
  text-transform: capitalize !important;
}

.vl-mobile-reverse {
  display: flex;
  align-items: stretch;
}

.vl-fabric-why-choose {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.vl-choose-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

@media screen and (max-width: 1400px) {
  .img-text {
    font-size: 26px;
    line-height: 35px;
  }
  .vl-fabric-component-sub-head {
    font-size: 18px;
  }
  .vl-fabric-component-sub-desc {
    font-size: 13px;
  }
  .az-fintech-tab-desc-section h3 {
    font-size: 20px;
  }
  .az-fintech-tab-desc-section p {
    font-size: 14px;
    line-height: 24px;
  }
  .marquee__item-fabric img {
    width: 140px;
  }
  .az-case-left-content {
    max-width: 350px;
  }
  .az-bg-sub-heading {
    width: 400px;
  }
  .slide-bottom-card p {
    font-size: 14px;
    width: 100% !important;
  }
  .slide-bottom-card h2 {
    font-size: 24px;
    line-height: 20px;
  }
  .vl-start-button {
    font-size: 13px;
  }
  .glass-card {
    padding: 35px 30px;
    width: 91%;
    height: 440px;
  }
  .az-fabric-component-icon img {
    width: 80px;
  }
  .az-fintech-tab-desc-section img {
    width: 50px;
  }
  .az-case-left-content h1 {
    font-size: 36px;
    line-height: 44px;
    font-family: "Muli-Extra-Bold";
    /* margin-bottom: 15px; */
  }
  .slider-img-section {
    width: 140px;
    margin-bottom: 15px;
  }
  .az-case-left-content p {
    font-size: 15px;
    line-height: 26px;
  }
  /* .az-case-main-wrapper {
    padding: 0px 115px 0 85px;
  } */
  .az-bg-heading-title {
    font-size: 38px;
    line-height: 54px;
    font-family: "Muli-SemiBold";
  }
  .az-about-desc {
    font-size: 14px;
  }
  .az-fabric-component-wrapper {
    padding: 20px 15px;
  }
  .az-fabric-component-sub-desc {
    font-size: 14px;
  }
  .az-fabric-component-sub-head {
    font-size: 20px;
  }
  .az-accordian-desc {
    font-size: 14px;
  }
  .az-impact-desc {
    font-size: 14px;
  }
  .az-slide-main-section h2 {
    font-size: 28px;
    line-height: 35px;
  }

  .az-slide-main-section p {
    font-size: 16px;
    line-height: 26px;
    width: 52%;
  }
  .msq-md-sales-accordion-tabs .accordion-item {
    padding: 25px 0;
  }
  .az-custom-checklist-2 {
    margin-top: 4px;
  }
  .msq-md-sales-accordion-tabs .accordion-item .accordion-button {
    font-size: 16px;
  }
  .az-fabric-component-heading p {
    font-size: 16px;
    line-height: 26px;
  }
  .vl-fabric-component-heading h2 {
    font-size: 32px !important;
  }
  .az-fabric-component-heading h2 {
    font-size: 32px !important;
  }
  .vl-section-1 {
    padding: 22px 21px;
  }
  /* .vl-text p {
    font-size: 14px;
  } */
  .vl-first-section {
    margin-left: 0px;
  }
  .vl-display-block {
    display: flex;
  }
  .vl-display-none {
    display: none;
  }
  .mobile-break {
    display: none;
  }
  .mobile-data {
    display: inline;
  }
  .az-fintech-nav-item img {
    width: 12px;
  }
  .az-fintech-nav-link.active {
    font-size: 15px;
  }
  .az-fintech-types-tab-section {
    height: 430px;
  }
  .az-fintech-nav-link {
    font-size: 15px;
  }
  .vl-business-img img {
    width: 55px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 1450px) {
  .az-febric-testimonial-fluid-section{
    padding-left: calc((100vw - 1140px) / 2);
  }
  .az-industry-cta-desc p {
    font-size: 16px;
  }
  .vl-display-laptop-none {
    display: none;
  }
  .az-industry-main-section-wrapper {
    padding-bottom: 0px;
  }
  .industry-glass-card .slider-img-section {
    width: 140px;
  }
  .az-testimonail-desc-section p {
    color: #000;
    font-style: italic;
    font-size: 19px;
    line-height: 27px;
  }
  .az-testimonail-desc-section h3{
    font-size: 16px;
  }
  .az-testimonail-desc-section h4{
    font-size: 13px;
  }
  .az-home-testimonial-owl-carousel .owl-nav {
    margin-left: -50px;
  }
  .az-testimonial-main-heading h2 {
    font-size: 40px;
  }
  .az-testimonial-fluid-section {
    padding-left: calc((100vw - 1140px) / 2);
  }
  .az-testimonail-seperator {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .az-portfolio-desc-section h2 {
    font-size: 34px;
  }
  .az-portfolio-desc-section p {
    font-size: 14px;
    line-height: 24px;
  }
  .az-portfolio-btn {
    margin-top: 10px;
  }
  .az-portfolio-desc-section {
    padding: 20px 36px 20px 60px;
  }
  .az-portfolio-bottom img {
      width: 180px;
  }
  .az-portfolio-bottom {
    gap: 15px;
    padding: 10px 0;
  }
  .az-portfolio-main-heading h2 {
    font-size: 40px;
  }
  .az-portfolio-middle-section {
    min-height: 425px;
  }
}

/* Desktop spacing improvement */
@media screen and (min-width: 769px) {
  .vl-fabric-why-choose {
    justify-content: space-between;
  }

  .vl-choose-img {
    min-height: 100%;
  }

  .vl-mobile-reverse > .col-md-6 {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .az-industry-cta-bg { 
    border-radius: 0px;
  }
  .az-industry-cta-desc {
    border-bottom: 1px solid #F79C2E;
    border-right: none;
  }
  .az-fintech-cta-desc {
    padding: 5px 30px;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .az-fintech-cta-bg {
    padding: 20px 40px 25px;
  }
  .az-cta-noborder {
    border-bottom: none;
  }
  .vl-business-img img {
    width: 45px;
    margin-right: 5px;
  }
  :root {
    --marquee-speeds: 100s !important;
    --gaps: 8px;
  }
  .az-marquee__track-fabric {
    display: flex;
    width: max-content;
    animation: marqueeScroll var(--marquee-speeds) linear infinite;
  }
  .az-fabric-companies-wrapper {
    bottom: 0px;
    position: relative;
  }
  .home-web-mobile-banner-section {
    padding: 100px 20px 20px;
  }
  .az-web-home-mobile-bottom-section {
    margin-top: 20px;
  }

  .az-mobilebgs-repeate {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* Set the default first image here */
    background-image: url("../images/mobilebg-1.png");

    /* Smooth transition for when the JS changes the image */
    transition: background-image 1s ease-in-out;
    padding-bottom: 40px;
  }

  /* Hide all cards by default */
  .az-web-home-mobile-bottom-section {
    display: none;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
  }

  /* Show the active card */
  .az-web-home-mobile-bottom-section.active {
    display: block;
    opacity: 1;
  }

  /* Ensure the background container has a smooth fade */
  .az-mobilebgs-repeate {
    transition: background-image 1s ease-in-out;
  }

  .home-web-mobile-banner-section h1 {
    font-size: 28px;
    line-height: 38px;
    font-family: "Muli-Bold";

  }

  .home-web-mobile-banner-section p {
    font-size: 13px;
    line-height: 23px;
  }

  .az-web-mobile-card-section {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
    padding: 25px 10px 0px;
    border: 1px solid #ffffffb9;
    border-radius: 12px;
  }

  .az-web-mobile-card-section h2 {
    font-size: 20px;
    line-height: 30px;
    font-family: "Muli-Bold";
  }

  .az-web-mobile-bottom-desc {
    font-size: 14px;
  }

  /* Ensure the container is relative so absolute dots stay inside */
  .az-mobilebgs-repeate {
    position: relative;
    transition: background-image 1s ease-in-out;
  }

  /* Hide inactive cards */
  .az-web-home-mobile-bottom-section {
    display: none;
    opacity: 0;
  }

  /* Show active card */
  .az-web-home-mobile-bottom-section.active {
    display: block;
    opacity: 1;
    animation: fadeIn 0.8s;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .mobile-dots-container {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
  }
  .mobile-dots-container .dot {
    width: 12px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
  }
  .mobile-dots-container .dot.active {
    background: #fff;
    width: 30px;
    border-radius: 10px;
  }

  /* Container needs to be relative for absolute dots */
  .az-mobilebgs-repeate {
    position: relative;
    overflow: hidden;
  }

  /* Hide all cards by default */
  .az-web-home-mobile-bottom-section {
    display: none;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
  }

  /* Show only the active card */
  .az-web-home-mobile-bottom-section.active {
    display: block;
    opacity: 1;
  }

  /* Ensure dots stay on top */
  .mobile-dots-container {
    z-index: 10;
  }
  .az-fabric-features-section::before {
    background-image: url("../images/ms-febric/content-bg-mobile.png");
    top: 85%;
  }
  .img-box {
    margin-bottom: 15px;
  }
  .img-text {
    font-size: 15px;
    line-height: 23px;
  }
  .vl-fabric-component-wrapper {
    border: 1px solid #aabcc2;
    box-shadow: none;
    padding: 20px 20px;
  }
  .vl-fabric-component-icon img {
    width: 40px;
  }
  .vl-fabric-component-icon {
    width: 40px;
    height: 40px;
  }
  .vl-fabric-component-sub-head {
    font-size: 18px;
    padding-inline: 0px;
    text-align: start;
    margin-top: 0px !important;
  }
  .vl-fabric-component-sub-desc {
    font-size: 14px;
    padding-left: 62px;
    margin-top: -25px;
  }
  .az-fintech-accord-body {
    color: #bebebe !important;
    font-size: 15px !important;
    padding: 0px 15px 20px;
  }
  .az-fintech-accord-icon {
    width: 40px;
    margin-right: 10px;
  }
  .az-fintech-accord-btn {
    background: #FFFFFF1A;
    color: #fff;
    font-family: "Muli-Semibold";
    box-shadow: none !important;
    padding: 15px 15px !important;
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
  }
  .az-fintech-accord-btn h6{
    font-size: 16px;
  }
  .az-fintech-accord-item {
    border-radius: 6px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    margin-bottom: 10px !important;
    border: none !important;
  }
  /* .accordion-button::after {
    background-image: none !important;
    mask-image: var(--bs-accordion-btn-icon);
    -webkit-mask-image: var(--bs-accordion-btn-icon);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: var(--bs-accordion-btn-icon-width);
    -webkit-mask-size: var(--bs-accordion-btn-icon-width);
    background-color: white; /* Set the arrow color 
  } */
  .az-microsoft-fabric-bg {
    background-image: url("../images/ms-febric/mobile-home-bg.png") !important;
  }
  .slide-cardalign-section {
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: center;
  }
  .slide-bottom-card {
    padding: 8px 15px;
    border-radius: 8px;
  }
  .slide-bottom-card p {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .az-microsoft-fabric-home {
    padding: 300px 10px 45px !important;
    height: auto;
  }

  .az-bg-heading-title {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-family: "Muli-Extra-Bold";
  }

  .az-bg-sub-heading {
    font-size: 17px;
    line-height: 27px;
    width: 100%;
    text-align: center;
  }
  .az-fabric-component-heading h2 {
    font-size: 25px !important;
  }
  .az-fabric-component-heading p {
    font-size: 14px;
    line-height: 22px;
  }
  .vl-padding-none {
    padding: 0px !important;
    overflow-x: hidden;
  }
  .vl-display-block {
    display: none;
  }
  .vl-display-none {
    display: block;
  }
  .az-fabric-component-icon {
    background-image: none;
    height: 40px;
    width: 40px;
    margin-inline: 0px;
  }
  .az-fabric-component-icon img {
    width: 42px;
  }
  .az-fabric-component-wrapper {
    border-radius: 16px;
    border: 1px solid #76bfb1;
    background-image: url(../images/ms-febric/mobile-offerings-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 15px 20px;
    height: 100%;
  }
  .mobile-header {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 0px;
  }
  .az-fabric-component-sub-desc {
    font-size: 14px;
    text-align: start;
    margin-top: 10px;
  }
  .az-fabric-component-sub-head {
    font-size: 18px;
  }
  .vl-mobile-margin {
    margin-bottom: 5px !important;
    padding-right: 15px;
    padding-left: 15px;
  }
  .vl-fabric-component-heading h2 {
    font-size: 28px !important;
  }
  .mobile-break {
    display: block;
  }
  .az-fabric-component-heading h2 {
    color: #000000;
  }
  .vl-display-text {
    display: none;
  }
  .vl-padding-none {
    padding: 0px;
  }
  .vl-fabric-data-solution {
    width: 100%;
    height: auto;
    margin: 0;
    border: none;
    padding: 0px;
    background-color: white;
  }
  .vl-fabric-data-solution img {
    padding: 0px;
  }
  .az-fabric-features-section {
    background-image: none;
  }
  .vl-mobile-reverse {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .vl-choose-img {
    height: auto;
  }
  .vl-choose-img img {
    height: auto;
    object-fit: contain;
  }
  .vl-margin-inline {
    margin-inline: 12px;
  }
  .vl-mt {
    margin-bottom: 20px;
  }
  .vl-margin-mobile {
    margin-top: 22px;
    margin-inline: 12px;
  }
  .vl-text h4 {
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
    text-align: left;
  }
  .vl-section-1 {
    display: block;
    padding: 15px 12px;
    flex: unset;
  }
  .vl-img {
    width: 40px;
    height: 40px;
  }
  .vl-p-tag {
    font-size: 14px;
    color: black;
    margin-top: 5px !important;
  }
  .mobile-data {
    display: inline;
  }

  .az-marquee__group-fabric .marquee__item-fabric img {
    width: 130px;
  }

  .az-fabric-companies-wrapper {
    background-color: #000000de;
  }
  .vl-mobile-data {
    padding-right: 12px !important;
  }
  .vl-mobile-margin {
    margin-top: 12px;
  }
  .vl-mobile-padding {
    padding-bottom: 12px;
  }
  .vl-down-arrow {
    width: 20px;
    margin-left: auto;
    transition: transform 0.3s ease;
  }
  .accordion-button:not(.collapsed) .vl-down-arrow {
    transform: rotate(180deg);
  }
  .accordion-button:not(.collapsed) {
    color: #fff !important;
    background: none;
  }
  .vl-start-button {
    padding: 0px 15px;
    font-size: 14px;
    height: 30px;
    margin-left: 12px;
  }
  .accordion-button:not(.collapsed) .az-org-img {
    display: block;
  }
  .accordion-button:not(.collapsed) .az-dark-img {
    display: none;
  }
  .accordion-button.collapsed .az-dark-img {
    display: block;
  }
  .accordion-button.collapsed .az-org-img {
    display: none;
  }
  .mobile-padding {
    margin-inline: 0px;
  }
  .az-fintech-types-section h2 {
    font-size: 25px; 
  }
  .vl-second-section {
    margin-bottom: 7%;
  }
  .az-portfolio-main-heading h2 {
    font-size: 28px;
  }
  .az-portfolio-bottom {
    gap: 10px;
    border-radius: 0px;
  }
  .az-portfolio-bottom img{
    width: 100px !important;
  }
  .az-portfolio-mobile-section-wrapper {
    border-radius: 20px;
    padding: 30px 0px 0px;
  }
  .az-home-portfolio-owl-carousel .owl-stage-outer, .az-mobile-industries-owl-carousel .owl-stage-outer{
    border-radius: 20px;
  }
  .az-home-case-studies-img-mobile-wrapper{
    position: relative;
    bottom: -45px;
    padding: 0px 20px;
  }
  .az-home-case-studies-img-web-wrapper{
    position: relative;
    bottom: -100px;
    padding: 0px 20px;
  }
  .az-portfolio-mobile-desc-section p {
      font-size: 14px;
      line-height: 24px;
  }
  .az-portfolio-mobile-desc-section{
    padding: 0px 20px;
  }
  .az-portfolio-btn {
    margin-top: 15px;
  }
  .az-portfolio-mobile-desc-section-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px !important;
    height: 75px !important;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    padding: 10px;
  }
  .az-portfolio-mobile-desc-section img{
    width: 50px !important;
  } 
  .az-home-portfolio-owl-carousel .owl-nav, .az-mobile-industries-owl-carousel .owl-nav{
    display: none !important;
  }
  .az-home-portfolio-owl-carousel .owl-dots, .az-mobile-industries-owl-carousel .owl-dots{
    display: flex !important;
    justify-content: center;
    gap: 5px;
    position: absolute;
    bottom: -30px;
    width: 100%;
  }
  .az-home-portfolio-owl-carousel button.owl-dot, .az-mobile-industries-owl-carousel button.owl-dot{
    border: none !important;
    background: #E3E3E3 !important;
    border-radius: 50%;
    height: 15px;
    width: 15px;
  }
  .az-home-portfolio-owl-carousel button.owl-dot.active, .az-mobile-industries-owl-carousel button.owl-dot.active{
    background: #f79c2e !important;
    border: 1px solid #f79c2e !important;
    border-radius: 50%;
    height: 15px;
    width: 15px;
  }
  .az-home-portfolio-section {
    padding: 25px 0 50px;
  }
  .az-home-testimonial-section {
    padding: 20px 0;
  }
  .az-mobile-faq-section {
      padding: 0px 0px 50px;
  }
  .az-agentic-cta-section {
    padding: 20px 0 20px;
  }
  .az-testimonail-img-section{
    padding: 20px 20px 0px;
  }
  .az-testimonail-video-section{
    padding: 0px;
  }
  .az-home-testimonial-owl-carousel .owl-nav {
    margin-left: 0px;
  }
  .az-testimonail-seperator {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .az-testimonial-main-heading h2 {
    font-size: 28px;
  }
  .az-testimonail-desc-section{
    padding: 20px 20px;
  }
  .az-testimonail-desc-section p{
    font-size: 18px;
    line-height: 28px;
    min-height: auto;
  }
  .az-testimonail-desc-section h3 {
      font-size: 24px;
  }
  .az-testimonail-desc-section h4 {
      font-size: 18px;
  }
  .az-testimonial-fluid-section {
    padding: 0px 5px;
  }
  .vl-mobile-container {
    background-image: url("../images/ms-febric/fabric-bg-mobile.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 15px;
  }
  .az-fintech-types-section-wrapper {
    background-image: none !important;
    overflow-x: hidden;
  }
  .accordion-item .accordion-button {
    background: none;
  }
}

@media screen and (max-width: 576px) {
}

@media screen and (min-width: 1650px) {
  .az-agentic-companies-wrapper {
    bottom: -95px;
  }
}

@media screen and (max-width: 1367px) and (max-height: 600px) {
  .az-agentic-companies-wrapper {
    bottom: -60px;
  }
}
