body {
  font-family: "Nunito Sans", sans-serif;
}
a{
  text-decoration: none;
}

.regular-text {
  font-weight: 400; /* Regular */
}

.semibold-text {
  font-weight: 600; /* Semi-Bold */
}

.bold-text {
  font-weight: 700; /* Bold */
}

.az-cust-navbar {
  background-color: #0c0c42;
  padding: 5px 0 5px !important;
}

.hire-main-logo {
  width: 130px;
}

.az-hire-navbar .nav-link {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
}

.az-hire-navbar .nav-link:hover {
  color: #fff;
}

.az-hire-navbar .nav-link.active {
  color: #fff;
  font-weight: 700;
}

.az-header-btn {
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 8px;
  padding: 5px 5px 5px 10px !important;
  display: flex;
  align-items: center;
  font-weight: 700;
  width: 150px;
}

.header-get-icon {
  margin-left: 8px;
  width: 30px;
}

.az-hire-developer-bg-section {
  height: 95vh;
  overflow: hidden;
}

.az-hire-developer-home {
  height: 90%;
  display: flex;
  align-items: center;
}

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

.az-hire-developer-desc-home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  height: 100%;
}

.az-banner-badges {
  border: 1px solid #ffffff5d;
  padding: 8px 20px;
  border-radius: 50px;
  width: fit-content;
  margin-bottom: 20px;
  font-size: 24px;
}

.az-hire-bg-heading-title {
  font-size: 54px;
  line-height: 64px;
  font-weight: 700;
}

.az-span-text {
  background: linear-gradient(300deg, #ffffff 0%, #0084ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.az-hire-sub-heading {
  font-size: 22px;
  font-weight: 400;
}

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

.az-form-container {
  background-color: #000f2694;
  padding: 25px;
  border-radius: 18px;
  color: #ffffff;
  border: 1px solid #0055a4;
}

.form-control-custom {
  background-color: #ffffff1c;
  color: #ffffff;
  border: none !important;
  height: 42px;
}

.form-control-custom:focus {
  background-color: #ffffff1c;
  color: #ffffff;
  border-color: none !important;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}

.form-label {
  font-weight: 400;
  margin-bottom: 0.25rem;
}

.required-star {
  color: red;
  font-size: 0.9em;
  vertical-align: top;
}

.btn-consultation {
  background-color: #0084ff;
  border: none;
  padding: 12px 20px;
  font-size: 1.1em;
  font-weight: 600;
  width: 100%;
}

.az-text-highlight {
  color: #0084ff;
  font-weight: 700;
}

:root {
  --marquee-speed: 8s;
  --gap: 12px;
  --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-hire-companies-wrapper {
  position: relative;
  top: -80px;
  z-index: 99;
  width: 100%;
  padding: 5px 0px 8px;
  background-color: #00000024;
}

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

.az-hire-stack-section {
  margin-top: -80px;
  padding: 50px 0px;
}

.az-hire-developer-main-heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
}

.az-hire-developer-main-heading p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.az-hire-tab-section-wrapper {
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #0084ff;
}

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

.az-hire-nav-link {
  border: transparent !important;
  border-bottom: 1px solid #bcd7ff !important;
  margin-bottom: 0px !important;
  padding: 8px 15px 20px !important;
  color: #000 !important;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  transition: none;
  width: 100%;
}

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

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

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

.az-hire-nav-link.active {
  color: #0084ff !important;
  font-size: 24px;
  font-weight: 700;
  background-color: transparent !important;
  padding: 8px 15px 20px !important;
  width: 100%;
  position: relative;
}

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

.az-hire-tab-content {
  background: linear-gradient(90deg, #000118 0%, #15337e 100%);
  border-radius: 0px 16px 16px 0px;
}

.az-hire-tab-section {
  height: 400px;
  overflow-y: auto;
  padding: 20px 20px;
}

.az-hire-tab-section::-webkit-scrollbar {
  border-radius: 8px;
  background: #1b90fe46 !important;
  width: 8px !important;
}

.az-hire-tab-section::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #1b91fe !important;
}

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

.hire-tab-ico {
  width: 80px;
}

.az-tab-desc-section h3 {
  font-size: 28px;
  font-weight: 600;
}

.az-tab-desc-section p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.choose-us-section {
  padding: 60px 0 0;
}

.az-why-main-heading-desc {
  font-size: 18px;
  line-height: 28px;
  color: #333;
}

.choose-us-card {
  background-color: transparent; /* No background for individual feature cards */
  border: none;
  text-align: left;
  padding: 20px;
  position: relative; /* For icon positioning */
}

.choose-us-card .icon-placeholder {
  width: 130px; /* Size for the numbered image icons (01, 02, etc.) */
  position: absolute;
  opacity: 0.75; /* Make them faded as in the image */
  z-index: 0; /* Behind text */
  pointer-events: none; /* Make sure it doesn't interfere with text selection */
  background-size: contain;
  background-repeat: no-repeat;
}

.choose-us-card h5 {
  font-weight: 700;
  color: #333;
  font-size: 20px;
}

.choose-us-card p {
  color: #333;
  font-size: 18px;
  line-height: 28px;
}

/* Positioning for the numbered background images */
.choose-us-card.top-left .icon-placeholder {
  top: -30px;
  right: 0;
}
.choose-us-card.top-right .icon-placeholder {
  top: -30px;
  right: 0;
}
.choose-us-card.bottom-left .icon-placeholder {
  top: -30px;
  right: 0;
}
.choose-us-card.bottom-right .icon-placeholder {
  top: -30px;
  right: 0;
}

.team-image {
  max-width: 100%;
  height: auto;
}

.hire-now-btn {
  background-color: #0084ff;
  color: white;
  padding: 8px 28px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 25px;
  display: inline-block;
  border: none;
}

.about-us-pill {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #c3c3c3;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.9em;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.az-hire-cta-bg-section {
  padding: 30px 20px 0;
}

.az-hire-cta-desc {
  border-right: 1px solid #ffffffa8;
  padding-left: 30px;
}

.az-cta-border-0 {
  border-right: none;
  padding-left: 30px;
}

.az-hire-cta-desc h4 {
  font-size: 40px;
  font-weight: 700;
}

.az-hire-cta-desc p {
  font-size: 18px;
  font-weight: 400;
  color: #e9f8ff;
}

.az-hire-expertise-section {
  padding: 50px 0 40px;
}

.az-tech-highlight {
  color: #0084ff;
}

.az-expetise-card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 0px 20px 10px;
  position: relative;
}

.expertise-ico-section {
  position: relative;
  top: -36px;
}

.expertise-ico-section img {
  width: 65px !important;
  margin: 0 auto !important;
}

.az-expetise-card h3 {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-top: -25px;
}

.az-expetise-card p {
  color: #333;
  font-size: 15px;
}

.az-expertise-owl-carousel .owl-stage {
  padding: 50px 0 30px;
}

.az-expertise-owl-carousel .owl-dots {
  display: flex !important;
  justify-content: center;
  gap: 5px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.az-expertise-owl-carousel button.owl-dot {
  border: none !important;
  background: #e3e3e3 !important;
  border-radius: 50%;
  height: 12px;
  width: 12px;
}

.az-expertise-owl-carousel button.owl-dot.active {
  background: #2495ff !important;
  border: 1px solid #2495ff !important;
  border-radius: 50%;
  height: 12px;
  width: 12px;
}

.az-hire-tech-wrapper {
  width: 100%;
  padding: 40px 0 60px;
  overflow: hidden;
}

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

.az-marquee__track {
  display: flex;
  gap: 15px;
  align-items: center;
  will-change: transform;
}

.az-marquee__group {
  display: flex;
  gap: 15px;
  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: 160px;
}

/* Left side animation */
.az-marquee--left .az-marquee__track {
  animation: marquee-left linear infinite;
  animation-duration: 30s;
}

@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: 30s;
}

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

.az-consultation-section-wrapper {
  padding: 20px 0px;
}

.az-consultation-section {
  padding: 25px 20px 30px;
  border-radius: 12px;
}

.az-cust-consult-btn {
  background: rgba(255, 255, 255, 0.2) !important;
  border: 1 solid #ffffff;
  border-radius: 8px;
  color: #fff !important;
  padding: 8px 25px !important;
  text-decoration: none !important;
  font-weight: 700;
}

.az-hire-gallery-wrapper {
  width: 100%;
  padding: 0px 0 40px;
  overflow: hidden;
}

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

.az-gallery-marquee_track {
  display: flex;
  gap: 15px;
  align-items: center;
  will-change: transform;
}

.az-gallery-marquee_group {
  display: flex;
  gap: 15px;
  align-items: center;
}

.az-gallery-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-gallery-marquee_group .marquee__item img {
  width: 300px;
}

/* Left side animation */
.az-gallery-marquee-left .az-gallery-marquee_track {
  animation: marquee-left linear infinite;
  animation-duration: 20s;
}

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

.az-hire-faq-section {
  padding: 10px 0 60px;
}

.accordion-item {
  margin-bottom: 15px;
  border: none;
  border-radius: 12px;
}
.accordion-header .accordion-button {
  background-color: #edf3f9; /* Light blue background for collapsed state */
  color: #101010;
  font-size: 18px;
  font-weight: 700;
  border-radius: 0.25rem;
}
.accordion-header .accordion-button:not(.collapsed) {
  color: #101010;
  background-color: #edf3f9; /* Keep background light blue when open */
  box-shadow: none; /* Remove shadow on focus/active */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-body {
  background-color: #edf3f9; /* Light blue background for content */
  color: #3a3a3a; /* Slightly darker text for body */
  font-size: 15px;
  padding-top: 0px;
  padding-right: 20px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

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

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

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

.footer-desc-contact,
.footer-desc-contact2 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-desc-contact img {
  width: 30px;
}

.footer-desc-contact2 img {
  width: 30px;
}

.footer-heading h6 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

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

.subscribe-form-section {
  display: flex;
  gap: 10px;
}

.btn-subscription {
  background-color: #0285ff;
  border: none;
  padding: 10px 0px;
  font-size: 1em;
  font-weight: 600;
  width: 45%;
}

.social-media-section {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

.az-copyright-section {
  background-color: #040019;
  padding: 20px;
}

.az-copyright-title {
  color: #ffffffcb;
  text-align: center;
  font-size: 15px;
}

@media screen and (max-width: 1450px) {
  .az-banner-badges {
    font-size: 22px;
  }
  .az-hire-bg-heading-title {
    font-size: 48px;
    line-height: 58px;
  }
  .az-hire-sub-heading {
    font-size: 18px;
    font-weight: 400;
  }
  .az-form-container {
    padding: 20px 25px;
  }
  .az-form-container h3 {
    font-size: 24px;
  }
  .form-control-custom {
    height: 36px;
  }
  .form-label {
    font-weight: 400;
    margin-bottom: 0.2rem;
    font-size: 15px;
  }
  .btn-consultation {
    padding: 10px 20px;
  }
  .az-hire-developer-main-heading h2 {
    font-size: 32px;
  }
  .az-hire-developer-main-heading p {
    font-size: 15px;
  }
  .az-tab-desc-section {
    padding: 20px 10px;
  }
  .az-tab-desc-section p {
    font-size: 14px;
  }
  .choose-us-card {
    padding: 12px;
  }
  .choose-us-card h5 {
    font-size: 18px;
  }
  .choose-us-card p {
    font-size: 15px;
    line-height: 25px;
  }
  .az-why-main-heading-desc {
    font-size: 15px;
    line-height: 25px;
  }
  .choose-us-card .icon-placeholder {
    width: 120px;
  }
  .az-expetise-card h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .az-expetise-card p {
    font-size: 14px;
  }
  .az-marquee__group .marquee__item img {
    width: 145px;
  }
  .az-footer-desc-section p {
    font-size: 14px;
  }
  .footer-heading h6 {
    font-size: 22px;
  }
  .az-footer-nav li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .az-hire-developer-bg-section {
    height: auto;
    margin-top: -40px;
  }
  .az-hire-developer-home {
    padding-top: 65px;
    padding-bottom: 110px;
  }
  .az-banner-badges {
    font-size: 18px;
    padding: 6px 15px;
  }
  .az-hire-bg-heading-title {
    font-size: 32px;
    line-height: 42px;
  }
  .az-hire-sub-heading {
    font-size: 14px;
    font-weight: 400;
  }
  .az-form-container {
    padding: 20px 20px;
  }
  .az-form-container h3 {
    font-size: 20px;
  }
  .az-hire-developer-main-heading h2 {
    font-size: 28px;
  }
  .az-hire-carousel-section {
    border-radius: 12px;
  }
  .az-tab-mobile-desc-section {
    padding: 20px 20px 0px;
  }
  .az-tab-mobile-desc-section h3 {
    font-size: 24px;
    font-weight: 600;
  }
  .az-tab-mobile-desc-section p {
    font-size: 14px;
  }
  .az-tab-mobile-desc-section .hire-tab-ico {
    width: 80px !important;
    margin: 0 auto;
  }
  .az-tab-mobile-desc-section .hire-tab-tools {
    width: 120px !important;
    margin: 0 auto;
  }
  .az-hire-tab-owl-carousel .owl-dots {
    display: flex !important;
    justify-content: center;
    gap: 5px;
    position: absolute;
    bottom: -30px;
    width: 100%;
  }
  .az-hire-tab-owl-carousel button.owl-dot {
    border: none !important;
    background: #e3e3e3 !important;
    border-radius: 50%;
    height: 12px;
    width: 12px;
  }
  .az-hire-tab-owl-carousel button.owl-dot.active {
    background: #2495ff !important;
    border: 1px solid #2495ff !important;
    border-radius: 50%;
    height: 12px;
    width: 12px;
  }
  .az-expertise-owl-carousel .owl-dots {
    bottom: 20px;
  }
  .az-hire-developer-main-heading p {
    font-size: 14px;
  }
  .choose-us-mobile-section {
    padding: 50px 0 50px;
  }
  .choose-us-mobile-card {
    background-color: #f3f8fe;
    padding: 15px 15px;
    border: 1px solid #6bb7ff;
    border-radius: 12px;
  }
  .choose-us-mobile-card h5 {
    font-size: 18px;
    color: #333;
    font-weight: 700;
  }
  .choose-us-mobile-card .feature-icon {
    width: 40px;
    height: 40px;
  }
  .choose-us-mobile-card p {
    font-size: 14px;
    color: #333;
  }

  .az-hire-expertise-section {
    padding: 20px 0 40px;
    background: none !important;
  }

  .az-footer-section {
    padding: 30px 20px;
  }

  .az-consultation-section {
    border-radius: 0px;
  }
  .az-consult-desc h2 {
    font-size: 20px;
  }
  .az-consult-desc p {
    font-size: 14px;
  }
  .az-footer-section {
    padding: 30px 20px;
  }
}

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