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

.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); */
}

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

/* Content Overlay */

.az-product-development-home-section {
  position: relative;
  height: 110vh;
  width: 100%;
  overflow: hidden;
}

.az-main-wrapper {
  display: flex;
  align-items: center;
  height: 110vh;
  padding: 42px 45px 0 122px;
}

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

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

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

.az-left-content p {
  font-size: 16px;
  line-height: 26px;
}

/* 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 {
  background-color: transparent;
  backdrop-filter: brightness(1.6) contrast(1.1);
  -webkit-backdrop-filter: brightness(1.5) contrast(1.1);
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 100px 40px;
  width: 90%;
  height: 515px;
  overflow: hidden;
  color: #fff;
}

.slider-logo-section-wrapper {
  min-height: 96px;
}

.slider-img-section {
  width: 170px;
  margin-bottom: 30px;
}

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

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

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

.az-product-heading-section {
  display: flex;
  align-items: center;
  gap: 16px;
}

.az-product-heading-section img {
  width: 80px;
}

.az-product-heading-section h3 {
  font-size: 24px;
  color: #000;
  font-family: "Muli";
  font-weight: 800;
}

.az-product-service-card p {
  font-size: 16px;
  line-height: 23px;
  color: #000;
}

.az-product-why-choose-section {
  background-color: #eff1f6;
  padding: 50px 0;
}

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

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

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

.az-product-cta-bg-section {
  border-radius: 16px;
  padding: 30px 20px;
  border: 1px solid #746ab4;
}

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

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

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

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

.az-cta-cust-btn {
    padding: 6px 28px 8px !important;
    background: linear-gradient(90deg, #ff7a00 0%, #f89c2d 100%) !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 500 !important;
}

.az-product-case-study-section {
  padding: 20px 0 30px;
}

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

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

.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-greatproduct-bg-section {
  padding: 50px 20px;
  border-radius: 12px;
}

.az-greatproduct-desc h2 {
  font-size: 40px;
  line-height: 50px;
  font-family: "Muli-Bold";
}

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

.az-product-faq-section .accordion-item {
  border-radius: 8px;
  overflow: hidden;
}

.az-product-faq-section .accordion-header .accordion-button{
  background: #F5F5FA;
  box-shadow: none !important;
  color: #000 !important;
  font-family: "Muli-SemiBold";
}

.az-product-faq-section .accordion-header .accordion-button:focus{
  box-shadow: none !important;
}

.az-product-faq-section .accordion-body{
  background: #F5F5FA;
  border-top: none !important;
  padding-top: 0px;
}

.az-agentic-companies-wrapper {
  position: absolute;
  bottom: -79px;
  z-index: 99;
  width: 100%;
  padding: 0px;
  background-color: #000000de;
}

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

:root {
  --marquee-speeds: 16s;
  --gaps: 16px;
  --img-height: 100px;
}

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

.az-prod-marquee-track {
  display: flex;
  gap: var(--gaps);
  align-items: center;
  will-change: transform;
}

.az-marquee__group {
  display: flex;
  gap: var(--gaps);
  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;
}

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

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

.az-marquee__group .marquee__item img {
    width: 150px !important;
}

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

@media screen and (max-width: 1450px) {
  .az-marquee__group .marquee__item img {
    width: 150px !important;
  }
  .az-agentic-companies-wrapper {
    bottom: -63px;
  }
  .az-btn-warnings {
  
    padding: 10px 21px 9px !important;
    font-size: 13px !important;
   
}
  .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;
  }
  .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-main-wrapper {
    padding: 44px 35px 0 92px;
  }

  .az-left-content {
    max-width: 404px;
  }

  .az-left-content h1 {
    font-size: 48px;
    line-height: 55px;
  }

  .az-left-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .glass-card {
    padding: 60px 30px;
    width: 93%;
    height: 430px;
  }

  .az-slide-main-section p {
    font-size: 16px;
    line-height: 26px;
    width: 62%;
  }
  .slide-bottom-card p {
    font-size: 15px;
    width: 100%;
  }
  .slider-img-section {
    width: 150px;
    margin-bottom: 20px;
  }
  .az-products-main-heading h2 {
    font-size: 32px;
  }
  span.az-text-warning.hk-font {
    font-size: 35px;
}
  .az-products-main-heading p {
    font-size: 13px;
  }
  .az-product-service-card {
    padding: 20px 20px;
  }
  .az-product-heading-section img {
    width: 70px;
  }
  .az-product-heading-section h3 {
    font-size: 20px;
  }
  .az-product-service-card p {
    font-size: 14px;
    line-height: 18px;
  }
  .az-whychoose-main-heading h2 {
    font-size: 32px;
  }
  .az-whychoose-main-heading p {
    font-size: 17px;
  }
  .az-product-cta-desc p {
    font-size: 16px;
  }
  .az-greatproduct-desc h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .az-product-faq-section .accordion-body {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --marquee-speeds: 100s !important;
    --gaps: 8px;
  }
  .az-prod-marquee-track {
    display: flex;
    width: max-content;
    animation: marqueeScroll var(--marquee-speeds) linear infinite;
  }
  .az-agentic-companies-wrapper {
    bottom: 0px;
    position: relative;
  }
  .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 47px;
  }

  .dots-container {
    position: absolute;
    bottom: 14px;
    left: 84%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.az-agentic-why-choose-img-section h2{
    font-size: 28px;
    font-family: "Muli-SemiBold";
    color: #000;
}

.az-products-main-heading h2 {
    font-size: 28px;
}

span.az-text-warning.hk-font {
    font-size: 28px;
}

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

.az-product-why-choose-section {
    padding: 30px 0;
}

  .az-mobilebg-repeate {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* Set the default first image here */
    background-image: url("../image/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;
  }

  .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-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-product-case-study-section {
    padding: 20px 0 50px;
  }
  .az-home-testimonial-section {
    padding: 20px 0;
  }
  .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;
  }
  .az-product-faq-section .accordion-button {
      font-size: 13px;
  }
  .az-product-faq-section {
      padding: 30px 0px 50px;
  }
  .az-product-development-home-section {
    position: relative;
    height: auto;
  }
  .home-mobile-banner-section {
    padding: 80px 15px 40px;
  }

  .az-product-service-card {
    padding: 15px 15px;
  }
  .az-whychoose-main-heading p {
    font-size: 16px;
    padding: 0px 8px;
  }
  .az-product-cta-section {
    padding: 30px 0 40px;
}
.az-product-testimonials-section {
    padding: 30px 0;
}
  .az-product-cta-desc {
    padding: 5px 30px;
    border-right: none;
    border-bottom: 1px solid #f79c2e;
  }
  .az-cta-noborder {
    border-bottom: none;
  }
  .az-greatproduct-bg-section {
    padding: 40px 20px;
    border-radius: 12px;
  }
}

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