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-dynamic-business-central-bg {
  /* margin-top: -130px; */
  position: relative;
  height: 100vh;
  /* z-index: 99; */
}

.az-bc-365-desc-home{
  margin-top: 20%;
}

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

.az-business-central-home {
  position: relative;
  z-index: 1;
}

.bg-heading-title {
  font-size: 45px;
  line-height: 56px;
  font-family: "Muli-Extra-Bold";
}

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

.bg-sub-heading {
  font-size: 18px;
  width: 500px;
  line-height: 28px;
  font-family: "Muli-light", sans-serif;
}

.az-btn-warnings {
  background: #f89b2d !important;
  color: #fff !important;
  padding: 8px 28px 10px !important;
  font-size: 18px;
  font-family: "Muli-SemiBold";
}

.az-business-365-companies-wrapper {
  position: absolute;
  bottom: 80px;
}

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

.az-culture-bg-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.az-culture-bg-slide {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  filter: blur(8px);
  transition: opacity 1.8s ease-in-out, filter 1.8s ease-in-out;
}

.az-culture-bg-slide.active {
  opacity: 1;
  filter: blur(0px);
}

.az-culture-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.55) 35%,
    rgba(0, 0, 0, 0.2) 60%,
    rgba(0, 0, 0, 0) 85%
  );
  pointer-events: none;
}

.az-why-intelegain-section {
  background-color: #fff;
}
.az-why-heading {
  font-size: 36px;
  font-family: "Muli-Extra-Bold";
  color: #000;
  margin-bottom: 12px;
}
.az-why-subheading {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.az-why-card {
  position: relative;
  height: 100%;
}
.az-why-card-img {
  border-radius: 12px;
  overflow: hidden;
  height: 320px;
}
.az-why-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.az-why-card-content {
  position: relative;
  margin: -80px 15px 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.12);
  padding: 20px 22px;
  z-index: 1;
}
.az-why-card-content h3 {
  font-size: 20px;
  font-family: "Muli-SemiBold";
  color: #000;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.az-why-card-content h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: #f79c2e;
}
.az-why-card-content p {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.az-recruitment-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.az-recruitment-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}
.az-recruitment-section .container {
  z-index: 1;
}

.az-recruitment-heading {
  font-size: 36px;
  font-family: "Muli-Extra-Bold";
  color: #000;
  margin-bottom: 12px;
}
.az-recruitment-subheading {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

/* Timeline */
.az-recruitment-timeline {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px; 
}
.az-timeline-line {
  position: absolute;
  top: 0px;
  bottom: 90px;
  left: 50%;
  width: 2px;
  background: linear-gradient(
    180deg,
    rgba(247, 156, 46, 0) 0%,
    rgba(247, 156, 46, 1) 15%,
    rgba(247, 156, 46, 1) 85%,
    rgba(247, 156, 46, 0) 100%
  );
  transform: translateX(-50%);
  z-index: 0;
}
.az-timeline-row {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  z-index: 1;
}
.az-timeline-left {
  justify-content: flex-start;
}
.az-timeline-right {
  justify-content: flex-end;
}
.az-timeline-card {
  position: relative;
  background: #fff;
  border: 1px solid #f79c2e;
  border-radius: 10px;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
  padding: 14px 30px;
  width: calc(50% - 70px);
}
.az-timeline-left .az-timeline-card {
  text-align: right;
}
.az-timeline-right .az-timeline-card {
  text-align: left;
}
.az-timeline-card h3 {
  font-size: 16px;
  font-family: "Muli-Bold";
  color: #000;
  margin-bottom: 4px;
}
.az-timeline-card p {
  font-size: 13px;
  line-height: 19px;
  color: #000;
  margin: 0;
}
.az-timeline-number {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f79c2e;
  color: #fff;
  font-family: "Muli-Bold";
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.az-timeline-left .az-timeline-number {
  right: -16px;
}
.az-timeline-right .az-timeline-number {
  left: -16px;
}

/* Thin connector line between card's numbered circle and the pipeline dot */
.az-timeline-connector {
  flex: 0 0 auto;
  width: 65px;
  height: 1px;
  background: #f79c2e;
  z-index: 1;
}

/* Small plain dot sitting directly on the vertical pipeline */
.az-timeline-pipeline-dot {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f79c2e;
  z-index: 2;
}

.az-culture-commitments-section {
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.az-culture-commit-heading {
  font-size: 36px;
  font-family: "Muli-Extra-Bold";
  color: #fff;
}

.az-culture-live-heading {
  font-size: 32px;
  color: #fff;
  line-height: 1.25;
  margin: 0;
}

/* Tabs */
.az-culture-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  background: rgba(255, 255, 255, 8%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 6px;
  width: 100%;
  scrollbar-width: none;
}
.az-culture-tabs::-webkit-scrollbar {
  display: none;
}
.az-culture-tabs .nav-item {
  flex: 1 1 0;
}
.az-culture-tabs .nav-link {
  width: 100%;
  text-align: center;
  color: #ffffffb0;
  font-size: 16px;
  font-family: "Muli-SemiBold";
  padding: 14px 30px;
  border-radius: 10px;
  border: none;
  white-space: nowrap;
  background: transparent;
}
.az-culture-main-img {
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255);
  width: 100%;
  height: 420px;
}
.az-culture-main-img-tag {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.15s ease-in-out;
}
.az-culture-tabs .nav-link.active {
  background: #f79c2e;
  color: #fff;
}

.az-culture-content-heading {
  font-size: 30px;
  font-family: "Muli-Bold";
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
}
.az-culture-content-text {
  font-size: 16px;
  line-height: 26px;
  color: #ffffffcc;
  font-family: "Muli-Light", sans-serif;
  margin-bottom: 25px;
}

.az-culture-thumb-scroll-wrapper {
  position: relative;
}

.az-thumb-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.85);
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.2s ease;
}

.az-culture-thumb-scroll-wrapper:hover .az-thumb-arrow {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(-50%) scale(1);
}

.az-thumb-arrow:hover {
  background: #f79c2e;
  border-color: #f79c2e;
}

.az-thumb-arrow-left {
  left: -14px;
}

.az-thumb-arrow-right {
  right: -14px;
}

/* Hide an arrow entirely when there's nothing left to scroll that direction */
.az-thumb-arrow.az-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (hover: none) {
  .az-thumb-arrow {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.5);
  }
}

.az-thumb-arrow[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}

/* Scrollable thumbnail strip */
.az-culture-thumb-scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
  -webkit-mask-image: linear-gradient(to right, black 0%, black 88%, transparent 100%);
  mask-image: linear-gradient(to right, black 0%, black 88%, transparent 100%);
}
.az-culture-thumb-scroll.az-at-end {
  -webkit-mask-image: none;
  mask-image: none;
}
.az-culture-thumb-scroll::-webkit-scrollbar {
  display: none;
}
@keyframes azThumbNudge {
  0%   { transform: translateX(0); }
  30%  { transform: translateX(-28px); }
  55%  { transform: translateX(6px); }
  75%  { transform: translateX(-10px); }
  100% { transform: translateX(0); }
}
.az-culture-thumb-scroll.az-nudge {
  animation: azThumbNudge 1.1s ease-in-out;
}
.az-culture-thumb-scroll.az-dragging {
  cursor: grabbing;
}
.az-culture-thumb-scroll::-webkit-scrollbar-thumb {
  background: #f79c2e;
  border-radius: 10px;
}
.az-culture-thumb-scroll img, .az-culture-thumb {
  flex: 0 0 auto;
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
  -webkit-user-drag: none;
  user-drag: none;
}

.az-work-with-us-section {
  background-color: #eef4fb;
}
.az-work-heading {
  font-size: 32px;
  font-family: "Muli-Extra-Bold";
  color: #000;
  margin-bottom: 10px;
}
.az-work-heading .text-warning {
  text-decoration-color: #f79c2e;
}
.az-work-subheading {
  font-size: 15px;
  line-height: 24px;
  color: #000;
}
.az-work-subheading a {
  color: #000;
  text-decoration: underline;
}
.az-work-panel-inner {
  display: flex;
  align-items: stretch;   /* not stretch — JS will set exact height */
  gap: 24px;
  background: transparent;
}
.az-work-panel {
  background: transparent;
}

/* Left column: search + list */
.az-work-list-col {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 10px 30px #DAE1E8;
  padding: 24px 16px 24px 24px;
  flex: 0 0 28%;
  max-width: 28%;
  display: flex;
  flex-direction: column;
  min-height: 0; 
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.az-work-list-col::after {
  content: none;
}
.az-work-search-wrapper {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DAE1E8;
  flex: 0 0 auto;     
}
.az-work-search-input {
  flex: 1 1 auto;
  border: 1px solid #B6CBDE;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 14px;
  outline: none;
  color: rgba(0, 0, 0, 60%);
}
.az-work-search-btn {
  flex: 0 0 auto;
  width: 42px;
  background: #f79c2e;
  border: none;
  border-radius: 6px;
  color: #fff;
}

.az-work-job-list {
  flex: 1 1 0;
  min-height: 0;
  overflow-y: auto;
  padding-right: 14px;
}
.az-work-job-list::-webkit-scrollbar {
  width: 6px;
}
.az-work-job-list::-webkit-scrollbar-thumb {
  background: #DDD9D9;
  border-radius: 10px;
}
.az-work-job-list::-webkit-scrollbar-thumb:hover {
  background: #DDD9D9;
}
.az-work-job-list::-webkit-scrollbar-button {
  display: none;
}
.az-work-job-list::-webkit-scrollbar-track {
  background: #F0F0F0;
  border-radius: 10px;
  margin: 4px 0;
}
.az-work-job-item {
  border: 1px solid #B6CBDE;
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 12px;
  margin-right: 0;
  cursor: pointer;
  transition: 0.2s;
}
.az-work-job-item:hover {
  border-color: #f79c2e;
}
.az-work-job-item.active {
  border-color: #f79c2e;
  background: #fff6ec;
}
.az-work-job-category {
  color: #f79c2e;
  font-size: 12px;
  font-family: "Muli-SemiBold";
  text-transform: uppercase;
}
.az-work-job-title {
  font-size: 18px;
  font-family: "Muli-Bold";
  color: #000;
  margin: 4px 0 6px;
}
.az-work-job-location {
  font-size: 13px;
  color: rgba(0, 0, 0, 70%);
}
.az-work-job-location i {
  color: #f79c2e;
  margin-right: 4px;
}

/* Right column: detail panel */
.az-work-detail-col {
  background: #fff;
  border-radius: 16px;          /* rounded on all four corners */
  box-shadow: 0px 10px 30px #B6CBDE;
  padding: 30px 40px;
  flex: 1 1 auto;
  box-sizing: border-box
}
.az-work-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.az-work-detail-title {
  font-size: 24px;
  font-family: "Muli-Bold";
  color: #000;
  margin-bottom: 6px;
}
.az-work-detail-exp {
  font-size: 14px;
  color: #000;
  margin: 0;
}
.az-work-detail-location {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}
.az-work-detail-location i {
  color: #f79c2e;
  margin-right: 4px;
}
.az-work-detail-sep {
  border: none;
  border-top: 1px solid #B6CBDE;
  margin: 20px 0;
}
.az-work-detail-block {
  margin-bottom: 22px;
}
.az-work-detail-block h5 {
  font-size: 15px;
  font-family: "Muli-Bold";
  color: #000;
  margin-bottom: 8px;
}
.az-work-detail-block p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 80%);
  margin: 0;
}
.az-work-detail-block strong {
  font-weight: 900;
  margin:10px 0px;
}
.az-work-detail-block ul {
  padding-left: 18px;
  margin: 0;
}
.az-work-detail-block ul li {
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 80%);
}

.az-work-no-results {
  text-align: center;
  padding: 30px 10px;
  font-size: 14px;
  color: #888;
  font-family: "Muli-SemiBold";
}

.az-culture-thumb {
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.az-culture-thumb.az-active-thumb {
  border-color: #f79c2e;
}

/* ---- Responsive: max-width 1450px ---- */
@media screen and (max-width: 1450px) {
  .az-culture-main-img {
    height: 380px;
  }
  .bg-heading-title {
    font-size: 42px;
    line-height: 52px;
  }
  .bg-sub-heading {
    font-size: 16px;
    width: 450px;
    line-height: 26px;
  }
  .az-business-365-companies-wrapper {
    position: absolute;
    bottom: 50px;
  }
  .az-partner-companies-section img {
    width: 100%;
  }
  .az-btn-warnings {
    font-size: 16px !important;
  }
  .az-why-heading {
    font-size: 32px;
  }
  .az-why-subheading {
    font-size: 15px;
    line-height: 24px;
  }
  .az-why-card-img {
    height: 280px;
  }
  .az-why-card-content {
    margin-top: -70px;
  }
  .az-recruitment-heading {
    font-size: 32px;
  }
  .az-recruitment-subheading {
    font-size: 15px;
    line-height: 24px;
  }
  .az-culture-commit-heading {
    font-size: 32px;
  }
  .az-culture-live-heading {
    font-size: 26px;
  }
  .az-culture-content-heading {
    font-size: 26px;
  }
  .az-culture-content-text {
    font-size: 15px;
    line-height: 24px;
  }
  .az-culture-thumb-scroll img {
    width: 110px;
    height: 110px;
  }
  .az-work-heading {
    font-size: 32px;
  }
  .az-work-detail-title {
    font-size: 20px;
  }
}

/* ---- Responsive: max-width 768px ---- */
@media screen and (max-width: 768px) {
  .az-culture-main-img {
    height: 280px;
  }
  .az-culture-overlay {
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.55) 100%,
      rgba(0, 0, 0, 0.2) 100%,
      rgba(0, 0, 0, 0) 85%
    );
  }

  .az-btn-warnings {
    font-size: 14px !important;
  }
  .az-dynamic-business-central-bg {
    background-image: url("../image/business-central-mobile-bg.png");
    height: auto;
  }
  .az-business-central-home {
    padding: 100px 0;
  }
  .bg-heading-title {
    font-size: 30px;
    line-height: 40px;
  }
  .bg-sub-heading {
    font-size: 14px;
    width: 370px;
    line-height: 25px;
  }
  .az-partner-companies-section img {
    width: 100%;
    box-shadow: 2.063px 2.063px 24.754px 0px rgba(0, 0, 0, 0.12);
  }
  .az-why-intelegain-section {
    padding: 30px 0 !important;
  }
  .az-why-heading {
    font-size: 26px;
  }
  .az-why-subheading {
    font-size: 14px;
    line-height: 22px;
  }
  .az-why-card-img {
    height: 260px;
  }
  .az-why-card-content {
    margin: -70px 10px 0;
    padding: 16px 18px;
  }
  .az-why-card-content h3 {
    font-size: 18px;
  }
  .az-why-card-content p {
    font-size: 13px;
    line-height: 20px;
  }
  .az-recruitment-section {
    padding: 30px 0 !important;
  }
  .az-recruitment-heading {
    font-size: 26px;
  }
  .az-recruitment-subheading {
    font-size: 14px;
    line-height: 22px;
  }

  /* ===== Timeline: single column, pipe on left, dot+connector+number kept ===== */
  .az-timeline-line {
    left: 3px;
    top: 0px;
    bottom: 90px;
    transform: none;
  }
  .az-timeline-row {
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 25px;
  }
  /* Desktop left-rows are ordered card->connector->dot; reverse so mobile reads dot->connector->card */
  .az-timeline-left {
    flex-direction: row-reverse;
  }
  .az-timeline-card {
    width: 100%;
    text-align: left !important;
    padding: 14px 18px;
    margin-left: 10px;
  }
  .az-timeline-left .az-timeline-card,
  .az-timeline-right .az-timeline-card {
    text-align: left;
  }
  .az-timeline-card h3 {
    font-size: 15px;
  }
  .az-timeline-card p {
    font-size: 12.5px;
    line-height: 18px;
  }
  .az-timeline-number {
    left: -16px !important;
    right: auto !important;
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
  .az-timeline-connector {
    width: 20px;
  }
  .az-timeline-pipeline-dot {
    width: 8px;
    height: 8px;
  }
  .az-culture-tabs .nav-link {
    font-size: 14px;
    padding: 10px 18px;
  }
  .az-culture-content-heading {
    font-size: 22px;
  }
  .az-culture-thumb-scroll img {
    width: 100px;
    height: 100px;
  }
  .az-culture-live-heading {
    text-align: center;
  }
  .az-work-with-us-section {
    padding: 30px 0 !important;
  }
  .az-work-heading {
    font-size: 24px;
  }
  .az-work-subheading {
    font-size: 13px;
    line-height: 22px;
  }
  .az-work-list-col {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    width: 100%;
  }
  .az-work-detail-col {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    width: 100%;
    border-radius: 12px;
    padding: 20px;
  }
  .az-work-job-list {
    flex: 1 1 auto;
    min-height: 0;
  }
  .az-work-detail-header {
    flex-direction: column;
    gap: 8px;
  }
  .az-work-detail-title {
    font-size: 20px;
  }
  .az-work-panel-inner {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
}

/* ---- Responsive: 768px–1024px (tablet) ---- */
@media (min-width: 768px) and (max-width: 1024px) {
  .az-work-job-list {
    min-height: 300px;
  }
  .az-business-central-home {
    padding: 140px 0 180px;
  }
  .az-why-card-img {
    height: 240px;
  }
  .az-why-card-content {
    margin: -60px 8px 0;
    padding: 16px 18px;
  }
  .az-why-card-content h3 {
    font-size: 18px;
  }
  .az-why-card-content p {
    font-size: 13px;
    line-height: 20px;
  }
  .az-timeline-card {
    width: calc(50% - 55px);
    padding: 14px 30px;
  }
  .az-timeline-connector {
    width: 45px;
  }
  .az-timeline-pipeline-dot{
    width: 8px;
    height: 8px;
  }
  .az-timeline-card h3 {
    font-size: 15px;
  }
  .az-timeline-card p {
    font-size: 12px;
    line-height: 18px;
  }
  .az-timeline-dot {
    width: 34px;
    height: 34px;
    font-size: 14px;
    margin: 0 14px;
  }
  .az-culture-tabs .nav-link {
    font-size: 14px;
    padding: 10px 18px;
  }
  .az-culture-content-heading {
    font-size: 22px;
  }
  .az-culture-thumb-scroll img {
    width: 100px;
    height: 100px;
  }
  .az-work-list-col {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    width: 100%;
    max-height: 450px;
  }
  .az-work-detail-col {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    width: 100%;
  }
  .az-work-panel-inner {
    flex-direction: column;
    gap: 20px;
  }
}