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-agentic-bg-section {
  position: relative;
  height: 110vh;
  overflow: hidden;
}

.az-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.az-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* adjustable darkness */
  z-index: 2;
}

.az-agentic-home {
  position: relative;
  z-index: 3; /* keep text above video & overlay */
  height: 100%;
  display: flex;
  align-items: center;
}

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

.az-agentic-desc-home {
  height: 100%;
}

.az-agentic-bg-heading-title {
  font-size: 62px;
  line-height: 70px;
  font-family: "Muli-Bold";
}

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

.az-agentic-sub-heading {
  font-size: 22px;
  font-family: "Muli-Light";
  padding-right: 45px;
}

.az-agentic-btn-warnings {
  background: #f89b2d !important;
  color: #fff !important;
  padding: 5px 20px 8px !important;
  font-size: 14px;
}

.az-agentic-banner-img-section {
  position: relative;
}

.az-agentic-banner-img-section img {
  width: 115%;
  position: absolute;
  right: 20px;
  top: -70px;
}

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

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

/* 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(-50%);
  }
}

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

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

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

.az-agentic-offer-section {
  padding: 60px 0px;
}

.az-agentic-cta-section {
  padding: 60px 0 20px;
}

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

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

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

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

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

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

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

.az-solution-section-wrapper {
  border: 1px solid #7b7b7b;
  border-radius: 16px;
  overflow: hidden;
}

.az-copilot-solution-main-heading h2 {
  font-size: 34px;
  font-family: "Muli-Bold";
  color: #000;
}

.az-agentic-offer-tab-section {
  padding: 20px 20px;
  border-radius: 16px;
}

.az-agentic-tab-desc-section img {
  width: 100px;
}

.az-agentic-nav-tabs {
  display: flex;
  flex-direction: column;
  border-bottom: 0 !important;
  gap: 8px;
}

.az-agentic-nav-item {
  position: relative;
  margin-bottom: 15px;
}

.az-agentic-nav-link {
  border: transparent !important;
  border-bottom: 1px solid #ffffff3a !important;
  margin-bottom: 0px !important;
  padding: 8px 15px 12px !important;
  color: #ffffffa1 !important;
  font-size: 18px;
  display: flex;
  align-items: center;
  transition: none;
  width: 100%;
}

.az-agentic-nav-link-last {
  border-bottom: none !important;
}

.az-agentic-nav-link.az-agentic-nav-link-last:hover {
  border-bottom: none !important;
}

.az-agentic-nav-link:hover {
  border: none !important;
  border-bottom: 1px solid #ffffff54 !important;
}

.az-agentic-nav-link.active {
  border: 0 !important;
  color: #fff !important;
  font-size: 18px;
  border-radius: 6px;
  background-color: #f79c2e !important;
  padding: 8px 15px 12px !important;
  width: 100%;
  position: relative;
}

.az-agentic-nav-link.active::after {
  content: "";
  display: inline-block;
  width: 16px; /* adjust icon size */
  height: 16px;
  background-image: url("../images/select.png"); /* your arrow image */
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto; /* push it to the right */
}

.az-tab-content-section-wrapper {
  padding: 20px 30px 0px 30px;
}

.az-agentic-solution-tab-section {
  height: 100%;
  overflow-y: auto;
}

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

.az-agentic-tab-section::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5) !important;
}

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

.az-agentic-tab-desc-section p {
  font-size: 16px;
  line-height: 26px;
  color: #ffffffc2;
}

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

.az-agentic-industries-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid #416EA2;
}

.az-agentic-industries-card img {
  width: 101%;
  display: block;
  transition: transform 0.6s ease;
}

/* Overlay that covers image */
.az-hover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: flex-end; /* position text at bottom */
  padding-bottom: 15px;
  transition: background 0.6s ease, padding-bottom 0.6s ease;
}

/* Text container */
.az-overlay-content {
  color: #fff;
  text-align: center;
  transition: all 0.6s ease;
}

/* Heading - visible by default */
.az-overlay-content h3 {
  font-size: 20px;
  font-family: "Muli-SemiBold";
  margin-bottom: 0;
  transition: all 0.6s ease;
}

/* Paragraph - hidden and not taking space initially */
.az-overlay-content p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transform: translateY(15px);
  max-height: 0;
  overflow: hidden;
  transition: all 0.6s ease;
  max-width: 90%;
  margin: 0 auto;
}

/* Hover effects */
.az-agentic-industries-card:hover img {
  transform: scale(1.05);
  border-radius: 12px;
}

.az-agentic-industries-card:hover .az-hover-overlay {
  background: rgba(0, 0, 0, 0.6);
  padding-bottom: 20px; /* move text up slightly */
}

.az-agentic-industries-card:hover .az-overlay-content h3 {
  transform: translateY(-5px);
}

.az-agentic-industries-card:hover .az-overlay-content p {
  opacity: 1;
  transform: translateY(0);
  max-height: 100px; /* allow text to appear */
}

.az-industries-link-section {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  opacity: 0;
  transition: 0.3s;
}

.az-agentic-industries-card:hover
  .az-hover-overlay
  .az-industries-link-section {
  transform: translate(0px, 0px);
  opacity: 1;
}

.az-industries-link-img {
  width: 60px !important;
}

.az-agentic-main-heading h2 {
  font-family: "Muli-Bold";
  font-size: 32px;
}

.az-agentic-workflow-section {
  padding: 20px 0 60px;
}

/* Step Container Styling */
.az-workflow-step {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 10px;
  width: 181px;
}

/* Text Containers */
.az-top-text,
.az-bottom-text {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: "Muli";
  line-height: 26px;
}

.az-top-text {
  order: -1;
}

/* Place top text above icon */
.az-bottom-text {
  order: 1;
  margin-top: 5px;
}

.az-icon-img {
  width: 140px;
}

.az-top-50 {
  position: relative;
  top: 150px;
}

.az-workflow-step .connector-line-1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-top: 3px dashed #ffffffb2;
  transform-origin: top left;
  transform: rotate(330deg);
}

.az-workflow-step .connector-line-1 {
  top: 85px;
  width: 100%;
  height: 100px;
  border: none;
}

.connector-line-1 {
  position: absolute;
  top: 50%;
  left: calc(50% + 50px);
  height: 2px;
  width: calc(100% - 100px);
  transform: translateY(-50%);
  z-index: 5;
  opacity: 0.7;
}

.az-workflow-step .connector-line-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-top: 3px dashed #ffffffb2;
  transform-origin: top left;
  transform: rotate(25deg);
}

.az-workflow-step .connector-line-2 {
  top: 200px;
  width: 100%;
  height: 100px;
  border: none;
}

.connector-line-2 {
  position: absolute;
  top: 50%;
  left: calc(50% + 50px);
  height: 2px;
  width: calc(100% - 100px);
  transform: translateY(-50%);
  z-index: 5;
  opacity: 0.7;
}

.az-agentic-robotic-section {
  padding: 100px 0 20px;
}

.az-agentic-case-study-section {
  padding: 20px 0 60px;
}

.az-agentic-why-choose-section {
  padding: 20px 0 60px;
}

.az-agentic-why-choose-img-section p {
  font-size: 20px;
  font-family: "Muli-Light";
}

.az-agentic-why-choose-card {
  background-color: #ffffff09;
  padding: 25px 30px 25px 20px;
  border-radius: 8px;
  display: flex;
  justify-content: start;
  gap: 20px;
  border: 1px solid #3c3c3c;
}

.az-agentic-why-choose-card img {
  width: 65px;
}

.az-agentic-why-choose-card h4 {
  font-size: 24px;
  font-family: "Muli-SemiBold";
}

.az-agentic-why-choose-card p {
  font-size: 16px;
}

.az-testimonail-card-section {
  background: #c1cace3e;
  border: 1px solid #d9d9d975;
  border-radius: 14px;
}

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

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

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

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

.az-testimonail-seperator {
  margin-top: 50px;
  margin-bottom: 20px;
  border: 1px solid #fff !important;
}

.az-agentic-testimonial-fluid-section {
  padding-left: calc(
    (100vw - 1440px) / 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: 30px;
  /* margin-left: -90px; */
}

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

.az-agentic-faq-section .accordion-item{
  background: transparent;
  color: #fff;
  border: 1px solid #4E5FA5;
  border-radius: 8px;
}

.az-agentic-faq-section .accordion-button{
  background: transparent;
  box-shadow: none;
  color: #fff;
  font-size: 22px;
  font-family: 'Muli-SemiBold';
}

.az-agentic-faq-section .accordion-body{
  color: #9FA6BA !important;
  padding-top: 0px !important;
}

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

.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;
  border: 1px solid #515151;
}

.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;
  border: 1px solid #515151;
}

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

@media screen and (max-width: 1450px) {
  .az-marquee__group .marquee__item img {
    width: 150px;
  }
  .az-agentic-btn-warnings{
    padding: 3px 15px 6px !important;
  }
  .az-agentic-faq-section .accordion-button{
    font-size: 20px;
  }
  .az-agentic-companies-wrapper {
    bottom: -63px;
  }
  .az-agentic-bg-heading-title {
    font-size: 48px;
    line-height: 56px;
  }
  .az-agentic-sub-heading {
    font-size: 18px;
    padding-right: 65px;
  }
  .az-agentic-banner-img-section img {
    width: 112%;
    position: absolute;
    right: 30px;
    top: -45px;
  }
  .az-agentic-nav-link {
    font-size: 16px;
  }
  .az-agentic-nav-link.active {
    font-size: 16px;
  }
  .az-agentic-tab-desc-section img {
    width: 90px;
  }
  .az-agentic-tab-desc-section h3 {
    font-size: 36px;
  }
  .az-agentic-tab-desc-section p {
    font-size: 14px;
    line-height: 24px;
  }
  .az-agentic-cta-desc p {
    font-size: 16px;
  }
  .az-overlay-content p {
    font-size: 14px;
  }
  .az-agentic-why-choose-card {
    padding: 15px 30px 15px 20px;
  }
  .az-agentic-why-choose-img-section p {
    font-size: 18px;
    font-family: "Muli-Light";
  }
  .az-agentic-why-choose-card h4 {
    font-size: 20px;
    font-family: "Muli-SemiBold";
  }
  .az-agentic-why-choose-card img {
    width: 55px;
  }
  .az-agentic-why-choose-card p {
    font-size: 14px;
  }
  .az-workflow-step {
    width: 160px;
  }

  /* Text Containers */
  .az-top-text,
  .az-bottom-text {
    font-size: 15px;
    line-height: 24px;
  }
  .az-icon-img {
    width: 120px;
  }
  .az-workflow-step .connector-line-1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-top: 3px dashed #ffffffb2;
    transform-origin: top left;
    transform: rotate(334deg);
  }

  .az-workflow-step .connector-line-1 {
    top: 80px;
    width: 100%;
    height: 100px;
    border: none;
  }

  .connector-line-1 {
    position: absolute;
    top: 50%;
    left: calc(50% + 44px);
    height: 2px;
    width: calc(100% - 100px);
    transform: translateY(-50%);
    z-index: 5;
    opacity: 0.7;
  }

  .az-workflow-step .connector-line-2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-top: 3px dashed #ffffffb2;
    transform-origin: top left;
    transform: rotate(23deg);
  }

  .az-workflow-step .connector-line-2 {
    top: 180px;
    width: 100%;
    height: 100px;
    border: none;
  }

  .connector-line-2 {
    position: absolute;
    top: 50%;
    left: calc(50% + 45px);
    height: 2px;
    width: calc(100% - 100px);
    transform: translateY(-50%);
    z-index: 5;
    opacity: 0.7;
  }
  .az-top-50 {
    position: relative;
    top: 130px;
  }
  .az-agentic-testimonial-fluid-section {
    padding-left: calc((100vw - 1130px) / 2);
  }

  .az-testimonail-seperator {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .az-testimonail-desc-section p {
    font-size: 19px;
    line-height: 27px;
  }
  .az-testimonail-desc-section h3 {
      font-size: 16px;
  }
  .az-testimonail-desc-section h4 {
      font-size: 13px;
  }
  .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-home-wards-desc p {
    font-size: 14px;
    line-height: 24px;
  }
  .az-cust-nav-tabs-scroll .nav-link {
    padding: 2px 16px 2px !important;
    font-size: 14px;
  }
  .az-cust-nav-tabs-scroll .nav-link.active {
    padding: 1px 16px 2px !important;
    font-size: 14px;
  }
  .az-cust-nav-tabs-scroll .nav-link img{
    width: 32px;
  }
  .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;
  }
}

@media screen and (max-width: 768px) {
  .az-agentic-main-heading h2 {
    font-size: 24px;
  }
  .az-solution-section-wrapper {
    border: none;
    overflow: visible;
  }
  .az-agentic-cta-bg-section {
    border: none;
  }
  .az-agentic-bg-section {
    height: auto;
  }
  .az-agentic-home{
    padding: 450px 0px 40px;
  }
  .az-agentic-faq-section .accordion-button {
      font-size: 13px;
  }
  .az-agentic-bg-heading-title {
    font-size: 28px;
    line-height: 40px;
    margin-top: 10px;
  }
  .az-agentic-offer-section{
    padding: 125px 0px 60px;
    margin-top: -100px;
  }
  .az-agentic-companies-wrapper {
    bottom: 0px;
    position: relative;
  }
  :root {
    --marquee-speed: 40s;
    --gap: 10px;
  }
  .az-agentic-sub-heading {
    font-size: 16px;
    line-height: 26px;
    padding-right: 0px;
  }

  .az-agentic-banner-img-section {
    position: static;
  }

  .az-col-ord-1 {
    order: 2;
  }

  .az-col-ord-2 {
    order: 1;
  }

  .az-agentic-banner-img-section img {
    width: 100%;
    position: unset;
  }

  .az-tab-content-section-wrapper {
    padding: 20px 5px 0px;
  }
  .az-agentic-tab-desc-section img {
    width: 60px !important;
  }
  .az-agentic-tab-desc-section h3 {
    font-size: 20px;
  }
  .az-agentic-industries-mobile-card {
    border-radius: 12px;
    position: relative;
    border: 1px solid #416EA2;
    overflow: hidden;
  }
  .az-agentic-industries-img{
    height: 250px;
  }
  .az-agentic-industries-mobile-desc {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 10px 20px 30px;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  .az-agentic-industries-mobile-desc img {
    width: 75px !important;
    margin: 0 auto;
    margin-bottom: 40px !important;
  }
  .az-agentic-industries-mobile-desc h3 {
    font-size: 22px;
    font-family: "Muli-SemiBold";
  }
  .az-agentic-industries-mobile-desc p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
  }
  .az-agentic-robotic-section {
    padding: 60px 0 40px;
    display: none;
  }
  .az-agentic-why-choose-img-section p {
    font-size: 15px;
    font-family: "Muli-Light";
  }
  .az-agentic-why-choose-card {
    padding: 15px 15px;
    gap: 15px;
  }
  .az-agentic-cta-desc {
    padding: 5px 30px;
    border-right: none;
    border-bottom: 1px solid #ffffff94;
  }
  .az-cta-noborder {
    border-bottom: none;
  }
  .az-agentic-solution-owl-carousel .owl-dots {
    display: flex !important;
    justify-content: center;
    gap: 5px;
    position: relative;
    top: 25px;
  }
  .az-agentic-solution-owl-carousel button.owl-dot {
    border: 1px solid grey !important;
    border-radius: 50%;
    height: 12px;
    width: 12px;
  }
  .az-agentic-solution-owl-carousel button.owl-dot.active {
    background: #f79c2e !important;
    border: 1px solid #f79c2e !important;
    border-radius: 50%;
    height: 12px;
    width: 12px;
  }
  .az-agentic-industry-owl-carousel .owl-dots {
    display: flex !important;
    justify-content: center;
    gap: 5px;
    position: relative;
    top: 0px;
  }
  .az-agentic-industry-owl-carousel button.owl-dot {
    border: 1px solid grey !important;
    border-radius: 50%;
    height: 12px;
    width: 12px;
  }
  .az-agentic-industry-owl-carousel button.owl-dot.active {
    background: #f79c2e !important;
    border: 1px solid #f79c2e !important;
    border-radius: 50%;
    height: 12px;
    width: 12px;
  }
  .az-home-testimonial-owl-carousel .owl-nav {
    margin-left: 0px;
  }
  .az-agentic-testimonial-fluid-section {
    padding: 0px 5px;
  }

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

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

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