/*------- HEADER ---------*/
/*------- FOOTER ---------*/
/*------- breadrumb ---------*/
/*------- Pagination ---------*/
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
/*========================================================*/
/*============	    CONFIG STYLE      ====================*/
/*========================================================*/
.wrapper,
.wrapper-1440 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
}

.wrapper-1440 {
  max-width: 1440px;
}

/*========================================================*/
/*============		 CSS STYLE        ====================*/
/*========================================================*/
.axior-about-main {
  background-color: #ffffff;
}

/* Section Tag & Title Styles */
.section-tag {
  display: inline-block;
  font-family: "Lora", serif;
  font-size: 13px;
  font-weight: 600;
  color: #d50e0a;
  border: 1px solid rgba(213, 14, 10, 0.3);
  padding: 5px 16px;
  border-radius: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-title {
  font-family: "Lora", serif;
  font-size: 34px;
  font-weight: 800;
  color: #0c1017;
  margin: 0 0 20px 0;
  line-height: 1.35em;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.section-desc {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
  color: #555555;
  margin-bottom: 25px;
}
.section-desc p {
  margin-bottom: 15px;
}
.section-desc p:last-child {
  margin-bottom: 0;
}

/* Top Intro Banner Section */
.axior-about-banner {
  padding: 60px 0 60px 0;
  background-color: #ffffff;
  text-align: center;
}
.axior-about-banner .banner-title {
  margin-bottom: 35px;
}
.axior-about-banner .banner-title h1 {
  font-family: "Lora", serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #0c1017;
  margin: 0;
}
.axior-about-banner .banner-tabs-wrapper .banner-tabs-list {
  display: inline-flex;
  justify-content: center;
  column-gap: 25px;
  row-gap: 12px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.axior-about-banner .banner-tabs-wrapper .banner-tabs-list li {
  margin: 0;
  padding: 0;
}
.axior-about-banner .banner-tabs-wrapper .banner-tabs-list .tab-btn {
  display: inline-block;
  background-color: transparent;
  border: 2px solid #d50e0a;
  color: #333333;
  padding: 10px 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border-radius: 23px;
  text-decoration: none;
}
.axior-about-banner .banner-tabs-wrapper .banner-tabs-list .tab-btn:hover {
  color: #d50e0a;
  border-color: #d50e0a;
}
.axior-about-banner .banner-tabs-wrapper .banner-tabs-list .tab-btn.active {
  background: #d50e0a;
  color: #ffffff;
  border-color: #d50e0a;
}

/* Section 1: OUR EXPERIENCE */
.axior-section-experience {
  padding: 90px 0;
  padding-top: 20px;
  background-color: #ffffff;
}
.axior-section-experience .experience-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 60px;
  row-gap: 50px;
  flex-wrap: wrap;
}
.axior-section-experience .experience-grid .experience-image-container {
  flex: 1;
  min-width: 340px;
  position: relative;
}
.axior-section-experience .experience-grid .experience-image-container .experience-main-img {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.axior-section-experience .experience-grid .experience-content-container {
  flex: 1.2;
  min-width: 340px;
}
.axior-section-experience .experience-grid .experience-content-container .section-tag {
  margin-bottom: 15px;
}
.axior-section-experience .experience-grid .experience-content-container .section-desc {
  padding-left: 18px;
  border-left: 10px solid #d50e0a;
  margin-bottom: 30px;
}
.axior-section-experience .experience-highlights {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
}
.axior-section-experience .experience-highlights li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.axior-section-experience .experience-highlights li .highlight-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background-color: #d50e0a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.axior-section-experience .experience-highlights li .highlight-icon i {
  color: #ffffff;
  font-size: 11px;
}
.axior-section-experience .experience-highlights li .highlight-text {
  font-family: "Lora", serif;
  font-size: 14px;
  font-weight: 700;
  color: #8b0000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.axior-section-experience {
  /* Highlight items (arrow checklist) */
}
.axior-section-experience .experience-highlights {
  display: flex;
  flex-direction: row;
  column-gap: 30px;
  margin-bottom: 28px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 17px 0;
}
.axior-section-experience .experience-highlights .highlight-item {
  display: flex;
  align-items: center;
  column-gap: 14px;
}
.axior-section-experience .experience-highlights .highlight-item .highlight-arrow {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background-color: #d50e0a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.axior-section-experience .experience-highlights .highlight-item .highlight-arrow i {
  color: #ffffff;
  font-size: 12px;
}
.axior-section-experience .experience-highlights .highlight-item .highlight-label {
  font-family: "Lora";
  font-size: 15px;
  font-weight: 600;
  color: #8b0000;
  text-transform: uppercase;
}
.axior-section-experience .experience-slogan {
  font-family: "Lora", serif;
  font-size: 15px;
  font-style: italic;
  color: #718096;
  border-left: 3px solid #d8aa41;
  padding-left: 20px;
  line-height: 1.6em;
}

/* Section 2: COMPANY OVERVIEW */
.axior-section-overview {
  padding: 90px 0;
  background-color: #f8fafc;
}
.axior-section-overview .overview-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 60px;
  row-gap: 50px;
  flex-wrap: wrap;
}
.axior-section-overview .overview-grid .overview-content {
  flex: 1.2;
  min-width: 340px;
}
.axior-section-overview .overview-grid .overview-media {
  flex: 1;
  min-width: 340px;
}
.axior-section-overview .overview-grid .overview-media .video-container {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.axior-section-overview .overview-grid .overview-media .video-container .overview-video-el {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
  background-color: #000;
  cursor: pointer;
}
.axior-section-overview .overview-grid .overview-media .video-container .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.axior-section-overview .overview-grid .overview-media .video-container .video-play-btn i {
  color: #d50e0a;
  font-size: 20px;
  margin-left: 4px;
}
.axior-section-overview .overview-grid .overview-media .video-container .video-play-btn:hover {
  background-color: #d50e0a;
  transform: translate(-50%, -50%) scale(1.1);
}
.axior-section-overview .overview-grid .overview-media .video-container .video-play-btn:hover i {
  color: #ffffff;
}

/* Section 3: METRICS GRID */
.axior-section-metrics {
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #ffffff;
}
.axior-section-metrics::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 24, 39, 0.45);
  z-index: 1;
}
.axior-section-metrics .wrapper-1440 {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.axior-section-metrics .metrics-header {
  flex: 0 0 28%;
  text-align: left;
  margin-bottom: 0;
}
.axior-section-metrics .metrics-header .metrics-title {
  font-family: "Lora", serif;
  font-size: 44px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.25em;
  text-transform: none;
  margin: 0;
  position: relative;
  padding-bottom: 25px;
}
.axior-section-metrics .metrics-header .metrics-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 4px;
  background-color: #c3222f;
}
.axior-section-metrics .metrics-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.axior-section-metrics .metric-card {
  text-align: left;
  padding: 0;
}
.axior-section-metrics .metric-card .metric-value {
  font-family: "Poppins", sans-serif;
  font-size: 72px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 24px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: left;
  display: flex;
  align-items: center;
}
.axior-section-metrics .metric-card .metric-value i.fa-star {
  font-size: 40px;
  margin-left: 8px;
  color: #ffffff;
}
.axior-section-metrics .metric-card .metric-label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-transform: none;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  text-align: left;
}
.axior-section-metrics .metric-card .metric-desc {
  font-family: "Poppins", sans-serif;
  font-size: 12.5px;
  line-height: 1.6em;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  text-align: left;
}

/* Section 4: CORE VALUES */
.axior-section-values {
  padding: 60px 0;
  background-image: linear-gradient(135deg, rgba(184, 0, 0, 0.7) 0%, rgba(184, 0, 0, 0.85) 100%), url("../images/bg-section-value.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #ffffff;
}
.axior-section-values .values-header {
  margin-bottom: 70px;
  text-align: center;
}
.axior-section-values .values-header .values-title {
  font-family: "Lora", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  padding-bottom: 25px;
  display: inline-block;
  letter-spacing: 0.5px;
}
.axior-section-values .values-header .values-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  height: 3px;
  background-color: #ffffff;
  transform: translateX(-50%);
}
.axior-section-values .values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.axior-section-values .value-card {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  transition: transform 0.3s ease;
}
.axior-section-values .value-card:hover {
  background: transparent;
  transform: translateY(-8px);
  box-shadow: none;
}
.axior-section-values .value-card .value-icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.axior-section-values .value-card .value-icon-wrapper .value-icon-circle {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: transparent;
  border: 3px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.axior-section-values .value-card .value-icon-wrapper .value-icon-circle i {
  color: #ffffff;
  font-size: 36px;
}
.axior-section-values .value-card .value-card-title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 20px 0 15px 0;
  text-transform: none;
}
.axior-section-values .value-card .value-card-desc {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 0 10px;
}

/* Section 5: MISSION & VISION */
.axior-section-missionvision {
  padding: 0px 0;
  background-color: #ffffff;
}
.axior-section-missionvision .mv-list {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.axior-section-missionvision .mv-row {
  padding: 60px 0;
}
.axior-section-missionvision .mv-row:nth-child(odd) {
  background: #f2f2f2;
}
.axior-section-missionvision .mv-row:nth-child(even) {
  background: #ffffff;
}
.axior-section-missionvision .mv-row .mv-row-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 60px;
  row-gap: 40px;
  flex-wrap: wrap;
}
.axior-section-missionvision .mv-row .mv-content,
.axior-section-missionvision .mv-row .mv-image {
  flex: 1;
  min-width: 340px;
}
.axior-section-missionvision .mv-row.mv-row-reverse {
  flex-direction: row-reverse;
}
.axior-section-missionvision .mv-img {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  object-fit: cover;
  aspect-ratio: 16/10;
}

/*========================================================*/
/*============		RESPONSIVE        ====================*/
/*========================================================*/
@media screen and (max-width: 1200px) {
  .axior-about-banner .banner-title h1 {
    font-size: 40px;
  }
  .section-title {
    font-size: 30px;
  }
  .axior-section-experience .experience-grid {
    column-gap: 40px;
  }
  .axior-section-experience .experience-grid .experience-image-container .experience-badge-wrapper {
    width: 150px;
    height: 150px;
    bottom: -25px;
    right: -25px;
  }
}
@media screen and (max-width: 1200px) {
  .axior-section-metrics .metrics-header .metrics-title {
    font-size: 36px;
  }
  .axior-section-metrics .metric-card .metric-value {
    font-size: 54px;
  }
}
@media screen and (max-width: 991px) {
  .axior-section-metrics {
    padding: 80px 0;
  }
  .axior-section-metrics .wrapper-1440 {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .axior-section-metrics .metrics-header {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
  }
  .axior-section-metrics .metrics-header .metrics-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .axior-section-metrics .metrics-grid {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .axior-section-values {
    padding: 80px 0;
  }
  .axior-section-values .values-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .axior-about-banner {
    padding: 60px 0 40px 0;
  }
  .axior-about-banner .banner-title h1 {
    font-size: 32px;
  }
  .section-title {
    font-size: 26px;
  }
  .axior-section-experience {
    padding: 60px 0;
  }
  .axior-section-experience .experience-grid {
    flex-direction: column;
    align-items: stretch;
    row-gap: 60px;
  }
  .axior-section-experience .experience-grid .experience-image-container {
    max-width: 480px;
    margin: 0 auto;
  }
  .axior-section-experience .experience-grid .experience-image-container .experience-badge-wrapper {
    width: 130px;
    height: 130px;
    bottom: -20px;
    right: -20px;
  }
  .axior-section-overview {
    padding: 60px 0;
  }
  .axior-section-overview .overview-grid {
    flex-direction: column;
    align-items: stretch;
  }
  .axior-section-overview .overview-grid .overview-media {
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }
  .axior-section-values {
    padding: 80px 0;
  }
  .axior-section-values .values-header .values-title {
    font-size: 28px;
  }
  .axior-section-missionvision {
    padding: 80px 0;
  }
  .axior-section-missionvision .mv-list {
    gap: 60px;
  }
  .axior-section-missionvision .mv-row {
    flex-direction: column;
    align-items: stretch;
  }
  .axior-section-missionvision .mv-row .mv-image {
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }
  .axior-section-missionvision .mv-row.mv-row-reverse {
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .axior-section-metrics .metrics-grid {
    grid-template-columns: 1fr;
  }
  .axior-section-values .values-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .axior-about-banner .banner-title h1 {
    font-size: 26px;
  }
  .banner-tabs-wrapper .banner-tabs-list .tab-btn {
    padding: 8px 20px;
    font-size: 13px;
  }
  .axior-section-experience .experience-grid .experience-image-container .experience-badge-wrapper {
    width: 110px;
    height: 110px;
    bottom: -15px;
    right: -15px;
  }
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}