/* -----------------navbar-------------------- */
.nav-links a {
  color: var(--bs-teal);
}

/* ----------------------------sidebar----------------------- */
.btn-sidebar img {
  width: 3.7rem;
}

/* --------------------who are we section--------------------- */
.we-are-in {
  position: relative;
  background: url("../images/home/we-are-in.jpg") center/cover no-repeat;
}

.we-are-in .overlay {
  position: absolute;
  inset: 0;
  background-color: var(--bs-gray-darker);
}

.we-are-in .content {
  position: relative;
}

.we-are-in .content h3 {
  color: var(--bs-white);
  font-size: var(--fs-18);
  font-weight: 700;
  margin-top: 6rem;
}

.we-are-in .content h2 {
  font-size: var(--fs-32);
  color: var(--bs-white);
  font-weight: 700;
}

.we-are-in .content p {
  font-size: var(--fs-20);
  color: var(--bs-gray-100);
  line-height: 1.6;
  font-weight: 400;
  max-width: 60rem;
}

.we-are-in .content .home span {
  color: var(--bs-gray-100);
  font-size: var(--fs-16);
  font-weight: 400;
}

.we-are-in .content .home p {
  color: var(--bs-white);
  font-size: var(--fs-16);
  font-weight: 700;
}

/* -------------------about-us-content--------------------- */
.about-us-content {
  text-align: center;
  font-size: var(--fs-18);
  max-width: 116rem;
  color: var(--bs-teal);
  line-height: 1.6;
  font-weight: 400;
}

/* -----------------Our vision and goals------------------ */
.vision-and-goals {
  padding: 6rem 0 3rem 0;
  background-color: var(--bs-white-smoke);
}

.vision-and-goals h3 {
  font-size: var(--fs-24);
  color: var(--bs-black);
  font-weight: 700;
}

.vision-and-goals p {
  font-size: var(--fs-18);
  color: var(--bs-teal);
  line-height: 2.4;
  font-weight: 400;
}

.vision-and-goals span {
  color: var(--bs-indigo);
}

.vision-content p {
  max-width: 55rem;
}

.goal-item-icon {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 0.988rem;
  background-color: var(--bs-light);
  display: flex;
  justify-content: center;
  align-items: center;
}

.goal-item {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}

/* ----------------features section------------------ */
.features-section {
  background-color: var(--bs-white-smoke);
}

.features-section h2 {
  font-size: var(--fs-36);
  color: var(--bs-indigo);
  font-weight: 700;
}

.features-section p {
  font-size: var(--fs-19);
  color: var(--bs-teal);
  line-height: 1.6;
  font-weight: 500;
  max-width: 116rem;
}

.features-section h4 {
  color: var(--bs-black);
  font-size: var(--fs-18);
  font-weight: 700;
}

.features-section .cards .card-item {
  background-color: var(--bs-white-smoke);
  border: 0.1rem solid var(--bs-border-gray);
  border-radius: 1.526rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
  height: 100%;
}

.features-section .cards .card-item:hover {
  transform: translateY(-10px);
}

.features-section .cards .card-item .card-item-top .icon,
.features-section .cards .card-item .card-item-top .number {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 1.2rem;
  background-color: var(--bs-gray-300);
  display: flex;
  justify-content: center;
  align-items: center;
}

.features-section .cards .card-item .card-item-top .number {
  font-size: var(--fs-20);
  background-color: var(--bs-white-smoke);
  color: var(--bs-indigo);
  font-weight: 700;
  border: 0.05rem solid var(--bs-border-gray);
  border-radius: 0.933rem;
}

.features-section .cards .card-item h3 {
  font-size: var(--fs-20);
  color: var(--bs-black-100);
  font-weight: 700;
}

.features-section .cards .card-item p {
  font-size: var(--fs-16);
  color: var(--bs-black-100);
  line-height: 1.5;
  font-weight: 400;
}

/* ------------------swiper------------------- */
.brand-swiper {
  width: 100%;
  background-color: var(--bs-yellow-orange);
}

.brand-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-swiper .swiper-slide img {
  transition: 0.3s ease-in-out;
}

.brand-swiper .swiper-slide img:hover {
  transform: scale(1.05);
}

.brand-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
/* -------------------our values--------------------- */
.about-values h4 {
  color: var(--bs-black);
  font-size: var(--fs-18);
  font-weight: 700;
}

.about-values h2 {
  font-size: var(--fs-36);
  color: var(--bs-indigo);
  font-weight: 700;
}

.about-values img {
  border-radius: 1.2rem;
  max-width: 90rem;
  width: 100%;
}

/* --------------------rent now pay later (استأجر الآن وادفع لاحقاً)--------------------- */
.rent-now-inner {
  background-color: var(--bs-indigo);
  border-radius: 1.6rem;
  color: var(--bs-white);
}

.rent-now-inner h2 {
  font-size: var(--fs-32);
  color: var(--bs-white);
  font-weight: 700;
}

.rent-now-inner p {
  font-size: var(--fs-18);
  color: var(--bs-gray-100);
  line-height: 1.8;
  font-weight: 400;
  max-width: 80rem;
}

.rent-now-icon {
  width: 8rem;
  height: 8rem;
  border-radius: 1.6rem;
  background-color: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rent-now-icon img {
  width: 4rem;
  height: 4rem;
}

.about-banner img {
  border-radius: 1.6rem;
}

/* -------------------- experience stat (about hero) -------------------- */
.we-are-in .content .exp-stat {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  margin-top: 1rem;
  padding: 1.6rem 3.4rem;
  border-radius: 1.6rem;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.we-are-in .content .exp-stat h2 {
  font-size: var(--fs-56);
  color: var(--bs-secondary);
  font-weight: 700;
  margin: 0;
}

.we-are-in .content .exp-stat p {
  font-size: var(--fs-20);
  color: var(--bs-white);
  font-weight: 500;
  margin: 0;
  max-width: none;
}
