body {
  margin: 0px;
  padding: 0px;
  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;
}

:root {
  --bg-transition: 1s ease-in-out;
  --slide-transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.case-bg-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity var(--bg-transition);
}

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

/* Content Overlay */

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

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

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

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

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

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

.az-case-cust-btn {
  background-color: transparent !important;
  border: 1px solid #fff;
  color: #fff !important;
  padding: 6px 35px 10px !important;
  border-radius: 25px;
  &:hover {
    border: 1px solid #fff;
    color: #fff !important;
  }
}

/* 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 #fff;
  border-radius: 24px;
  padding: 45px 40px;
  width: 95%;
  height: 560px;
  overflow: hidden;
  color: #fff;
}

.slider-img-section {
  width: 130px;
  margin-bottom: 20px;
}

.az-slide-main-section h2, .slide-bottom-card .stat_value{
  font-size: 36px;
  line-height: 46px;
  font-family: "Muli-SemiBold";
  margin-bottom: 20px;
}

.az-slide-main-section p {
  font-size: 20px;
  line-height: 30px;
  width: 50%;
}

.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%;
}

/* 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: 30px;
  border-radius: 10px;
}

.az-btn-warnings {
  background: #f79c2e !important;
  color: #fff !important;
  padding: 6px 24px 10px !important;
  font-size: 16px;
  border-radius: 25px;
}

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

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

.az-product-service-section {
  padding: 50px 0;
}

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

.az-products-main-heading p {
  font-size: 16px;
  color: #000;
}

.az-product-service-card {
  background-image: url("../images/products-bgs.png");
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #f3dfc6;
  padding: 25px 20px;
  border-radius: 12px;
  height: 100%;
}

.vl-case-studies-section2 {
  background-color: white;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vl-filter-wrapper {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1.5px solid #e8e8e8;
  border-radius: 50px;
  padding: 6px;
  gap: 8px;
  z-index: 1;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.vl-filter-btn.active {
  background: linear-gradient(90deg, #ff7a00 0%, #f89c2d 100%);
  color: #fff;
  box-shadow: 0 4px 14px rgba(245, 166, 35, 0.35);
}

.vl-filter-btn:hover {
  background: linear-gradient(90deg, #ff7a00 0%, #f89c2d 100%);
  color: #fff;
  box-shadow: 0 4px 14px rgba(245, 166, 35, 0.35);
}

.vl-filter-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.2s ease;
  background: transparent;
  color: #555;
}

.vl-filter-btn:hover {
  background: linear-gradient(90deg, #ff7a00 0%, #f89c2d 100%);
  color: #fff;
  box-shadow: 0 4px 14px rgba(245, 166, 35, 0.35);
}

.chevron {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

.vl-filter-btn.open .chevron {
  transform: rotate(180deg);
}

.vl-filter-panel {
  width: fit-content;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease,
    padding 0.3s ease;
  opacity: 0;
  background-image: url("../images/tabs-bg.png");
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

.vl-filter-panel.open {
  max-height: 210px;
  opacity: 1;
  padding: 51px 40px 36px 40px;
  position: relative;
  top: -25px;
  width: 100%;
}

.vl-tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.vl-tags-wrapper {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.vl-tag {
  padding: 8px 20px;
  border-radius: 50px;
  border: 1.5px solid #ccc;
  background: rgba(255, 255, 255, 0.85);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  cursor: pointer;
  transition: all 0.2s ease;
}

.vl-tag:hover {
  border-color: #f5a623;
  color: #f5a623;
}

.vl-tag.active {
  background: #1a1a2e;
  color: #fff;
  border-color: #1a1a2e;
}

.vl-case-studies-section3 {
  min-height: 500px;
  background-color: white;
  margin-top: 40px;
  margin-bottom: 80px;
}

.vl-section3-wrapper {
  height: 500px;
  border-radius: 12px;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.65)),
    url("../images/section3-bg.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.vl-section4-wrapper {
  height: 500px;
  border-radius: 12px;
  background-image: url("../images/matchmaking-bg.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.vl-top-content {
  border-radius: 25px;
  background: #ffffff33;
  display: inline-flex;
  padding: 05px 17px 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 25px 20px;
  border: 1px solid #ffffff33;
}

.vl-top-content span {
  font-size: 16px;
  color: #fff;
}

.vl-section3-content {
  margin: 15px 20px;
}

.vl-title {
  font-size: 23px;
  font-family: "Muli-Bold";
  line-height: 30px;
  margin-bottom: 20px;
}

.vl-section3-desc {
  font-size: 14px;
  font-family: "Muli-light", sans-serif;
  line-height: 23px;
  color: white;
  margin-top: 10px;
  margin-bottom: 0px;
  min-height: 207px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vl-section3-btn {
  margin-left: 20px;
}

.vl-btn {
  background: #f79c2e;
  color: white;
  border-radius: 25px;
  padding: 6px 24px 8px;
  font-size: 15px;
  margin-top: 20px;
}

.vl-btn:hover {
  background: #e69614;
  color: white;
}

.vl-btn:active {
  background: #d98200;
  color: white;
}

.vl-side-content {
  display: flex;
  gap: 10px;
  background: #ffffff33;
  border-radius: 0px 0px 0px 10px;
}

.vl-side-title {
  font-size: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-right: 1px solid #ffffff63;
  padding-inline: 11px;
  margin-top: 7px;
}

.vl-side-title2 {
  font-size: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 7px;
}

.vl-small-text {
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
}

.vl-case-imge-section {
  position: absolute;
  bottom: -56px;
  right: 4px;
}

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

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

.az-mobile-case{
  bottom: -40px;
}

@media screen and (min-width: 1600px) {
  .glass-card {
    padding: 60px 30px;
    width: 90%;
    height: 600px;
  }
}

@media screen and (max-width: 1450px) {
  .vl-filter-btn{
    font-size: 14px;
  }
  .az-case-main-wrapper {
    padding: 60px 35px 0 85px;
  }
  .az-case-left-content {
    max-width: 350px;
  }
  .az-case-left-content h1 {
    font-size: 42px;
    line-height: 52px;
    font-family: "Muli-Bold";
    margin-bottom: 20px;
  }
  .az-case-left-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .slider-img-section {
    width: 140px;
    margin-bottom: 20px;
  }

  .az-slide-main-section h2, .slide-bottom-card .stat_value {
    font-size: 28px;
    line-height: 38px;
  }

  .az-slide-main-section p {
    font-size: 16px;
    line-height: 26px;
    width: 52%;
  }
  .slide-bottom-card p {
    font-size: 15px;
    width: 100%;
  }
  section h2 {
    font-size: 32px;
    line-height: 20px;
  }
  .glass-card {
    padding: 30px 30px;
    width: 92%;
    height: 460px;
  }

  .vl-display-none {
    display: none;
  }
  .vl-display-laptop {
    display: block;
  }
  .vl-display-mobile {
    display: none;
  }

  .vl-title {
    font-size: 20px;
    font-family: "Muli-Bold";
    line-height: 26px;
    margin-bottom: 10px;
  }
  .vl-top-content span {
    font-size: 12px;
  }

  .vl-top-content {
    margin: 15px 20px 10px;
  }

  .vl-section3-content {
    margin: 23px 20px;
  }

  .vl-section3-desc {
    font-size: 14px;
    line-height: 22px;
    min-height: 85px;
    -webkit-line-clamp: 4;
  }

  .vl-btn {
    margin-top: 2px;
  }

  .vl-side-title {
    font-size: 22px;
    margin-top: 5px;
  }

  .vl-side-title2 {
    font-size: 22px;
    margin-top: 5px;
  }

  .vl-small-text {
    font-size: 10px;
  }

  .vl-case-imge-section {
    position: absolute;
    bottom: -190px;
    right: -46px;
  }
  .vl-section3-wrapper {
    height: 320px;
  }
  .vl-btn {
    background: #f79c2e;
    color: white;
    border-radius: 25px;
    padding: 6px 18px 8px;
    font-size: 12px;
  }
  .vl-section4-wrapper {
    height: 340px;
  }
  .az-mobile-case{
    bottom: -140px;
  }
}

@media screen and (max-width: 768px) {
  .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: 14px;
    line-height: 24px;
  }

  .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-product-development-home-section {
    position: relative;
    height: auto;
  }
  .home-mobile-banner-section {
    padding: 100px 20px;
  }
  .az-home-bottom-section {
    margin-top: 140px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    padding: 20px 15px 30px;
  }

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

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

  .az-home-bottom-section p {
    font-size: 14px;
    line-height: 24px;
  }

  .home-mobile-banner-section h1 {
    font-size: 32px;
    line-height: 42px;
    font-family: "Muli-Bold";
  }

  .home-mobile-banner-section p {
    font-size: 13px;
    line-height: 23px;
  }
  .slide-bottom-card {
    padding: 8px 15px;
    border-radius: 8px;
  }
  .slide-bottom-card p {
    font-size: 12px;
  }

  .slide-cardalign-section {
    margin-top: 20px;
    justify-content: center;
  }
  .vl-filter-panel.open {
    max-height: 50%;
    opacity: 1;
    padding: 18px 14px;
    margin-inline: 0px;
    position: unset;
    margin: 24px 12px 0px 12px;
    border: 1px solid #d9d5ee;
  }

  .vl-case-studies-section3 {
    margin-top: 0px;
  }

  .vl-case-studies-section2 {
    margin-bottom: 24px;
  }

  .vl-case-imge-section {
    position: relative;
    bottom: 0px;
    right: 0px;
    padding-inline: 30px;
  }

  .vl-section3-wrapper {
    height: auto;
  }

  .vl-top-content {
    padding: 04px 10px;
    margin: 20px 20px 10px 20px;
  }
  .vl-side-content {
    display: none;
  }
  .vl-top-content span {
    font-size: 12px;
  }
  .vl-section3-desc {
    font-size: 14px;
    line-height: 22px;
    min-height: auto;
  }
  .vl-btn {
    padding: 5px 18px 7px;
    font-size: 11px;
  }
  .vl-filter-btn {
    padding: 10px 20px;
    font-size: 13px;
  }
  .vl-section3-content {
    margin: 0px 20px;
  }
  .vl-title br {
    display: none;
  }
  .vl-title {
    font-size: 18px;
    font-family: "Muli-Extra-Bold";
    margin-bottom: 0px;
  }
  .vl-section3-desc {
    margin-top: 4px;
    margin-bottom: 12px;
  }
  .vl-display-mobile {
    display: block;
  }
  .vl-display-laptop img {
    display: none;
  }
  .vl-section3-btn {
    margin-left: 20px;
    margin-bottom: 14px;
}
}

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