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

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

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

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

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

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

.az-benefits-bc-main-heading p {
  font-size: 17px;
  color: #333;
}

.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;
}
.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: 15px;
  position: absolute;
  padding: 14px 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  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: 140px;
}

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

.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-awards-section {
  padding: 40px 0 50px;
}

.az-awards-main-heading h2 {
  font-size: 45px;
  font-family: "Muli-SemiBold";
}

.az-wards-bg-section {
  border: 1px solid #f79c2e;
  border-radius: 12px;
  padding: 30px 20px;
}

.az-award-sr {
  font-size: 32px;
  color: #f79c2e;
}

.az-home-wards-desc {
  padding: 0 20px;
}

.az-home-wards-desc h3 {
  font-size: 32px;
  font-family: "Muli-Bold";
}

.az-home-wards-desc p {
  font-size: 15px;
  line-height: 26px;
  font-family: "Muli-light";
}

.az-awards-badges {
  background-color: #f79c2e;
  border-radius: 25px;
  padding: 8px 20px 10px;
  width: fit-content;
  margin-bottom: 20px;
}

.az-wards-small-bg-section {
  border-radius: 12px;
  padding: 30px 30px 20px;
  border: 1px solid #434343;
  height: 100%;
}

.awards-small-desc-section h6 {
  font-size: 32px;
  color: #fff;
}

.awards-small-desc-section h3 {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff6b;
}

.az-home-testimonial-section {
  padding: 40px 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-awards-big {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease; /* increased from 0.2s to 1s */
}

.az-awards-big.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.az-awards-small.hidden {
  display: none !important;
}

.az-home-new-footer {
  padding-bottom: 40px;
}

.az-footer-desc-section {
  padding: 40px 45px 0px 0px;
}

.az-footer-desc-section img {
  width: 250px;
}

.az-footer-desc-section p {
  font-size: 15px;
  line-height: 26px;
  color: #ffffffd2;
}

.az-footer-social-section {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.az-footer-social-section img {
  width: 40px;
}

.az-footer-seperator::after {
  content: "";
  background-image: url("../images/Line_50.png");
  opacity: 0.5;
  height: 100%;
  width: 1.2px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.az-protection-img{
  display: flex;
  justify-content: end;
}

.az-copyright-img{
  display: flex;
  justify-content: start;
}

.az-footer-nav-section {
  padding: 40px 30px 0px;
}

.az-footer-nav-section li a {
  color: #ffffffd7 !important;
  font-size: 15px;
}

.az-footer-right-nav-section {
  padding: 40px 2px 20px 25px;
}

.az-footer-seperator-2::after {
  content: "";
  background-image: url("../images/Line_52.png");
  height: 100%;
  width: 1.2px;
  opacity: 0.5;
  position: absolute;
  right: 0px;
  top: 0px;
}

.az-footer-right-nav-section li a {
  color: #ffffffd7 !important;
  text-transform: uppercase;
  font-size: 15px;
}

.az-footer-nav-heading-section h5 {
  font-size: 16px;
  color: #ffffff93;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.az-footer-contact-wrapper {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 20px 8px 8px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}

.az-footer-contact-wrapper img {
  width: 40px;
}

.az-footer-contact-wrapper p {
  color: #fff;
  font-size: 15px;
}

.az-home-new-footer-location-section {
  background-color: #070810;
  padding: 0px 20px 15px;
}

.az-footer-location-section-wrapper {
  padding: 20px 15px;
}

.az-footer-location-section-wrapper img {
  width: 60px;
}

.az-footer-location-section-wrapper h5 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Muli-SemiBold";
}

.az-footer-location-section-wrapper a{
  text-decoration: none;
}

.az-footer-location-section-wrapper p {
  font-size: 15px;
  color: #ffffffd0;
}

.az-location-contact-wrapper {
  background: rgba(81, 74, 169, 0.3);
  padding: 6px 15px 8px 8px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 12px;
}

.az-location-contact-wrapper img {
  width: 35px;
}

.az-location-section-global-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -25px;
}

.az-location-footer-badges {
  border: 1px solid #202e83;
  background: #1e264e;
  padding: 10px 28px 12px;
  border-radius: 50px;
  width: fit-content;
  text-transform: uppercase;
}

.az-location-footer-badges h4 {
  font-size: 16px;
  color: #fff;
}

.az-btn-warnings {
  background: #f89b2d !important;
  color: #fff !important;
  padding: 10px 28px 12px !important;
  font-size: 16px;
  font-family: "Muli-SemiBold";
  text-transform: uppercase;
}

.az-footer-right-nav-cta-section {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  margin-left: 10px;
}

.az-copyright-section {
  background-color: #000a3d;
  padding: 12px 0px;
}

.az-copyright-section-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.az-copyright-title p {
  font-size: 15px;
  color: #fff;
}

.az-home-brands-wrapper {
  width: 100%;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1450px) {
  .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-location-footer-badges h4 {
    font-size: 14px;
  }
  .az-testimonial-main-heading h2 {
    font-size: 40px;
  }
  .az-awards-main-heading h2 {
    font-size: 40px;
  }
  .az-portfolio-bottom img {
      width: 115px;
  }
  .az-portfolio-bottom {
    gap: 15px;
    padding: 10px 0;
  }
  .az-portfolio-main-heading h2 {
    font-size: 40px;
  }
  .az-portfolio-middle-section {
    min-height: 425px;
  }
  .az-home-wards-desc p {
    font-size: 14px;
    line-height: 24px;
  }
  .az-cust-nav-tabs-scroll .nav-link {
    padding: 2px 24px 2px !important;
    font-size: 14px;
  }
  .az-cust-nav-tabs-scroll .nav-link.active {
    padding: 1px 24px 2px !important;
    font-size: 14px;
  }
  .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;
  }
  .awards-small-desc-section img {
    width: 110px;
  }
  .az-portfolio-desc-section {
    padding: 20px 36px 20px 60px;
  }
  .az-wards-bg-section {
    padding: 20px 20px;
  }
  .az-footer-desc-section img {
    width: 220px;
  }
  .az-footer-desc-section {
    padding: 40px 40px 0px 0px;
  }
  .az-footer-desc-section p {
    font-size: 14px;
    line-height: 25px;
  }
  .az-footer-social-section img {
    width: 36px;
  }
  .az-footer-nav-section {
    padding: 40px 25px 0px;
  }
  .az-footer-nav-section li a {
    font-size: 14px;
  }
  .az-footer-right-nav-section li a {
    font-size: 14px;
  }
  .az-footer-location-section-wrapper p {
    font-size: 13px;
  }
  .az-footer-location-section-wrapper {
    padding: 20px 4px;
  }
  .az-location-section-global-wrapper {
    margin-top: -26px;
  }
  .az-footer-nav-heading-section h5 {
    font-size: 15px;
  }
  .az-footer-contact-wrapper img {
    width: 35px;
  }
  .az-footer-contact-wrapper {
    padding: 5px 18px 7px 6px;
  }
  .az-footer-social-section {
    gap: 12px;
    margin-top: 30px;
  }
  .az-footer-right-nav-section {
    padding: 40px 5px 20px 14px;
  }
  .az-copyright-section {
    padding: 10px 0px;
  }
  .az-copyright-title p {
    font-size: 14px;
    color: #fff;
  }
  .az-testimonial-fluid-section {
    padding-left: calc((100vw - 1140px) / 2);
  }

  .az-testimonail-seperator {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .az-bottom-img::after {
    height: 75%;
  }
  .az-marquee__group .marquee__item img {
    width: 195px;
  }
}

@media screen and (max-width: 768px) {
  .az-footer-seperator::after {
    background-image: none !important;
  }
  .az-portfolio-main-heading h2 {
    font-size: 28px;
  }
  .az-portfolio-bottom {
    gap: 8px;
    border-radius: 0px;
  }
  .az-portfolio-bottom img{
    width: 75px !important;
  }
  .az-footer-mobile-seperator {
    height: 1px;
    margin: 10px 30px 0px;
    opacity: 0.5;
    width: 85%;
  }
 
  .az-footer-mobile-seperator2 {
    height: 1px;
    margin: -10px 30px 20px;
    opacity: 0.5;
    width: 85%;
  }
  
  .az-footer-mobile-seperator3 {
    height: 1px;
    margin: 0px 10px 10px;
    opacity: 0.8;
    width: 95%;
  }
  
  .az-portfolio-mobile-section-wrapper {
    border-radius: 20px;
    padding: 30px 0px 0px;
  }
  .az-home-portfolio-owl-carousel .owl-stage-outer{
    border-radius: 20px;
  }
  .az-home-testimonial-owl-carousel .owl-nav {
    margin-left: 0px;
  }
  .az-copyright-img{
    display: flex;
    justify-content: start;
  }
  .az-protection-img{
    display: flex;
    justify-content: end;
  }
  .az-copyright-title p{
    display: flex;
    justify-content: end;
    text-align: right;
  }
  .az-footer-right-nav-cta-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .az-home-case-studies-img-mobile-wrapper{
    position: relative;
    top: 32px;
    padding: 0px 20px;
  }
  .az-portfolio-mobile-desc-section{
    padding: 0px 20px;
  }
  .az-footer-location-section-wrapper p {
      font-size: 14px;
  }
  .az-portfolio-btn {
    margin-top: 15px;
  }
  .az-testimonail-seperator {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .az-footer-desc-section p {
    font-size: 15px;
    line-height: 25px;
  }
  .az-footer-desc-section {
    padding: 40px 20px 0px 20px;
  }
  .az-footer-social-section {
    margin-top: 30px;
    margin-left: 20px;
  }
  .az-footer-nav-section {
    padding: 20px 20px 0px;
  }
  .az-footer-right-nav-section {
    padding: 0px 5px 22px 20px;
  }
  .az-footer-nav-section li a {
    font-size: 15px;
  }
  .az-footer-right-nav-section li a {
    font-size: 15px;
  }
  .az-footer-location-section-wrapper {
    padding: 12px 10px;
  }
  .az-footer-right-nav-cta-section {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .az-copyright-section-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
  }
  .az-home-awards-owl-carousel .owl-item img {
    width: 80px !important;
    margin: 0 auto;
  }
  .az-awards-badges{
    padding: 5px 20px 6px;
  }
  .az-testimonial-main-heading h2 {
    font-size: 28px;
  }
  .az-awards-main-heading h2 {
      font-size: 28px;
  }
  .az-home-wards-desc p {
    font-size: 16px;
    line-height: 26px;
  }
  .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-home-wards-desc {
    padding: 0 10px;
  }
  .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-wards-desc h3 {
      font-size: 20px;
      font-family: "Muli-Bold";
  }       
  .az-home-portfolio-owl-carousel .owl-nav {
    display: none !important;
  }
  .az-home-portfolio-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 {
    border: none !important;
    background: #E3E3E3 !important;
    border-radius: 50%;
    height: 15px;
    width: 15px;
  }
  .az-home-portfolio-owl-carousel button.owl-dot.active {
    background: #f79c2e !important;
    border: 1px solid #f79c2e !important;
    border-radius: 50%;
    height: 15px;
    width: 15px;
  }
  .az-home-awards-owl-carousel .owl-nav {
    display: none !important;
  }
  .az-home-awards-owl-carousel .owl-dots {
    display: flex !important;
    justify-content: center;
    gap: 5px;
    position: relative;
    top: 15px;
  }

  .az-home-awards-owl-carousel button.owl-dot {
    border: 1px solid grey !important;
    border-radius: 50%;
    height: 12px;
    width: 12px;
  }
  .az-home-awards-owl-carousel button.owl-dot.active {
    background: #f79c2e !important;
    border: 1px solid #f79c2e !important;
    border-radius: 50%;
    height: 12px;
    width: 12px;
  }
  .az-home-portfolio-section {
    padding: 40px 0 60px;
  }
  .az-testimonial-fluid-section {
    padding: 0px 5px;
  }
  :root {
    --marquee-speed: 50s;
    --gap: 10px;
    --img-height: 40px;
  }
  .az-marquee__group {
    display: flex;
    gap: var(--gap);
  }
  .az-marquee__group .marquee__item img {
    width: 130px;
  }
  .az-marquee__track {
    display: flex;
    width: max-content;
    animation: marqueeScroll var(--marquee-speed) linear infinite;
  }
  @keyframes marquee-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes marquee-right {
    0% {
      transform: translateX(-80%);
    }
    100% {
      transform: translateX(0);
    }
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .az-footer-nav-section {
    padding: 50px 20px 0px;
  }
  .az-footer-location-section-wrapper {
    padding: 12px 15px;
  }
}

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