.page-about-us {
  padding: 100px 0;
  background-size: auto;
}

.about-us-image {
  position: relative;
  padding-bottom: 140px;
  margin-right: 40px;
}

.about-img-1 {
  position: relative;
  width: 110%;
  max-width: 470px;
}

@media (min-width: 992px) {
  .about-img-1 {
    width: 470px;
  }
}
.about-img-2 {
  position: absolute;
  bottom: 75px;
  right: 23px;
}

.about-img-1::before {
  position: absolute;
  content: "";
  background-size: 100% auto;
  width: 52px;
  height: 52px;
  top: 0;
  left: 0;
  z-index: 1;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}

.about-img-1 img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.about-img-2 img {
  aspect-ratio: 1 / 1.2;
  object-fit: cover;
  border-width: 10px 0 0 10px;
  border-style: solid;
  border-color: white;
  border-radius: 0px;
}

.experience-counter-item {
  background: var(--theme-black-color);
  width: 195px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.experience-counter-item .experience-counter-content h3 {
  color: white;
  font-size: 50px;
  margin-bottom: 10px;
}

.experience-counter-item .experience-counter-content p {
  color: var(--theme-black-color);
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  margin: 0;
}

.section-title h3 {
  display: inline-block;
  background-color: var(--theme-button-background);
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  padding: 10px;
  margin-bottom: 15px;
}

.about-company-quality {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.company-quality-item {
  width: 48%;
  margin-right: 2%;
  display: flex;
  align-items: center;
}

.company-quality-item .icon-box {
  position: relative;
  background-color: var(--theme-button-background);
  color: white;
  width: 85px;
  height: 85px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
}

.company-quality-item .icon-box:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--theme-black-color-text);
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  z-index: 0;
}

.company-quality-item .company-quality-content h3 {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.about-story-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.about-story-footer ul li {
  width: 48%;
  margin-right: 2%;
  color: black;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}

.about-story-footer ul li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 18px;
  color: var(--theme-black-color-text);
  display: inline-block;
  line-height: normal;
  position: absolute;
  top: 6px;
  left: 0;
}

@media (min-width: 1200px) {
  .text-anime-style {
    font-size: 2rem !important;
    color: #1c1b1b;
    font-weight: 700 !important;
  }
}

/* Why choose us section  */
.why-choose-us {
  background-color: #f9f9f9;
}

.icon-box {
  border-radius: 8px;
  transition: all 0.3s ease;
}

.icon-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.icon-box i {
  color: #265ed7;
}

.icon-box h5 {
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

.icon-box p {
  font-size: 14px;
  color: #444;
}
/* ============================== */
.why-choose-us-section {
  background-color: #ffffff;
}

.section-heading .section-subtitle {
  font-size: 14px;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 1px;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #111;
}

.why-box {
  background: #ffffff;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.why-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.icon-circle {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: #007bff;
  color: #fff;
  font-size: 26px;
  line-height: 60px;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.why-box:hover .icon-circle {
  background: #0056b3;
}

.why-box h5 {
  font-size: 16px;
  margin-top: 10px;
  color: #222;
}

.why-box p {
  color: #666;
}
