* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f6f4f1;
}

/* ================ Start Hero =============== */
.hero {
  background-image: url("../images/Header2.jpeg");
  background-position: center 10%;
  background-size: cover;
  background-repeat: no-repeat;

  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--third-color);
  opacity: 0.9;
  z-index: 1;
}

.hero .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* يخليه في النص بالظبط */
  z-index: 2;
  margin: 0;
  padding: 0 20px;
}

.hero .content {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.hero .text {
  color: #fff;
  max-width: 600px;
}

.hero .text h2 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 140%;
  color: var(--primary-color);
}
.btns-hero {
  display: flex;
  align-items: center;
  gap: 10px !important;
}
.hero .text h1 {
  font-size: 60px;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 15px;
  line-height: 140%;
  color: var(--primary-color);
  text-wrap: nowrap;
}

.hero .text span {
  /*font-family: "Almarai", sans-serif;*/
  font-size: 32px;
  display: block;
  margin-bottom: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
}

.hero .text p {
  font-size: 16px;
  font-weight: 300;
  color: var(--card-bg-color);
  line-height: 1.7;
  margin-bottom: 20px;
}

.footer-icon-hero {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-icon-hero a {
  color: #fff !important;
  font-size: 22px !important;
  transition: 0.3s;
}

.footer-icon-hero a:hover {
  color: var(--primary-color);
}
.social-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.social-text-hero {
  color: white;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 37px;
  writing-mode: vertical-rl; /* يخلي النص رأسي */
  text-orientation: mixed; /* يحافظ على وضوح الحروف */
  transform: rotate(180deg); /* يعكس الاتجاه عشان يبان من تحت لفوق */
}
.line-hero {
  border: 1px solid #fff;
  height: 50px;
}
.decor-columns {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: row;
  padding-right: 20px;
  z-index: 2; /* فوق الخلفية لكن تحت النصوص */
}

.col-line {
  width: 25px;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(159, 160, 136, 0) 0%,
    rgba(159, 160, 136, 0.1) 100%
  );
  backdrop-filter: blur(10px);
}

/* تخفي الأعمدة في الموبايل */
@media (max-width: 768px) {
  .decor-columns {
    display: none !important;
  }
}

/* ================ End Hero =============== */

/* ================ start about section =============== */

.about-section {
  background-image: url("../images/Group\ 4.png");
  background-repeat: repeat-x;
  background-size: cover;
  padding: 196px 0;
}

.main-title {
  font-weight: 700;
  font-size: 56px;
  line-height: 153%;
  color: var(--text-colo);
}
.main-description {
  font-weight: 400;
  font-size: 22px;
  line-height: 170%;
}

/* ================ end about section =============== */

/* ================ start Project section =============== */
.projects-section {
  padding: 100px 0;
  background-color: #f6f4f1;
}
.main-subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 153%;
  color: var(--text-color-secondary);
}
.arrow-icon {
  background-color: var(--third-color);
  width: 72px;
  height: 72px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  transition: 0.3s;
  cursor: pointer;
  flex-shrink: 0;
}
.project-card {
  border-radius: 15px;
  overflow: hidden;
  border: none;
  background-color: var(--card-bg-color);
  color: var(--text-colo);
  padding: 24px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  margin: 30px;
}

.card-img-top {
  border-radius: 24px 24px 0 0;
}
.project-card .card-body {
  position: relative;
  top: -20px;
  background-color: #fbf9f7;
  z-index: 999;
  border-radius: 24px;
}
.project-card .card-body p {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.project-card .card-title {
  color: var(--text-colo);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.project-card .card-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #818f91;
}

.project-card small {
  color: var(--text-color-secondary);
}

.project-card .btn {
  background-color: var(--third-color);
  color: white;
}

.badge {
  font-size: 0.8rem;
  border-radius: 0.5rem;
  padding: 8px 12px;
  background-color: var(--bg-page) !important;
}
.project-price {
  color: var(--text-colo);
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-top: 10px;
}
/* Frame 2147224220 */

.container-slider-project {
  padding: 0 100px 0 100px !important;
}

/* ================ end Project section =============== */

/* ================ start ourvalues-section section =============== */
.ourvalues-section {
  background-image: url("../images/Group\ 4.png");
  background-repeat: repeat-x;
  background-size: cover;

  background-color: #e6e1d2;
}

.value-card {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.value-card {
  border-radius: 32px;
  padding: 24px;
}
.ourvalues-description {
  background-color: #fbf9f7;
  padding: 24px;
  font-size: 16px;
  border-radius: 24px;
  line-height: 28px;
  border: 1px solid #f6f6f6;
  color: #3a4042;
}

.value-card i {
  font-size: 30px;
  color: #02323c;
  opacity: 0.4;
  display: inline-block;
  width: 43px;
  height: 31px;
}
/* ================ end ourvalues-section section =============== */
/* ================ start news-section section =============== */
.news-section {
  background-image: url("../images/Group\ 4.png");
  background-repeat: repeat-x;
  background-size: cover;
}
/* ================ end news-section section =============== */

/* ================ start ourNumber-section section =============== */
.ourNumbers-section {
  background-color: #f6f4f1;
}

.stat-card {
  background-color: var(--card-bg-color);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  height: 100%;
}

.stat-card:hover {
  transform: translateY(-5px);
}

.stat-number {
  color: #4b3247;
  font-weight: 700;
  font-size: 52px;
  margin-bottom: 0.5rem;
  text-align: right;
}

.stat-label {
  line-height: 32px;
  color: var(--text-colo);
  font-size: 16px;
  text-align: right;
  margin: 0;
}

/* ================ end ourNumber-section section =============== */
/* ================ start ourPartners-section section =============== */
.our-partners-section {
  background-color: #f6f4f1;
}
.card-ourPartners {
  width: 240px !important;
  height: 169px !important;
  background-color: #f6f4f1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-ourPartners .stat-card-ourPartners {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-ourPartners img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 40px;
}
.btn-more {
  background-color: #ead7bf !important;
  color: var(--text-colo) !important;
}

/* ================ end ourPartners-section section =============== */

/* ================ start contact section =============== */
.contact {
  background-image: url("../images/f8dae270d3734f9d49ead216c7bcd90bd4c4d341.png");
/*background-image: url("../images/aaromah32.png");*/
  background-size: cover;
  background-position: center;
  background-position: center 10%;

  height: 478px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .container {
  position: absolute;
  bottom: 55px;
  z-index: 2;
  margin: auto;
  padding: 0 20px;
}

.contact .content {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.contact .text {
  color: #fff;
  max-width: 600px;
  margin: auto;
  text-align: center;
}

.contact .text h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 140%;
  color: var(--primary-color);
  text-wrap: nowrap;
}
.value-card:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}
.contact .text span {
  font-size: 22px;
  display: block;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
}

.contact .text p {
  font-size: 16px;
  font-weight: 300;
  color: var(--card-bg-color);
  line-height: 1.7;
  margin-bottom: 20px;
}

/* ==================== Responsive  ==========*/
@media (max-width: 992px) {
  /* ================ Start Hero =============== */
  .hero .container {
    bottom: -100px;
 
  }
  .hero .content {
    flex-direction: column;
    text-align: start;
  }
  .hero .text h2 {
    font-size: 20px;
  }
  .hero .text h1 {
    font-size: 35px;
    text-wrap: wrap;
  }
  .hero .text span {
    font-size: 20px;
  }
  .hero .text p {
    font-size: 14px;
  }
  .footer-icon-hero {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto !important;

    margin-top: 20px;
  }
  .btns-hero {
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
  }
  .btns-hero button {
    width: 49%;
    font-size: 16px !important;
    padding: 8px 20px;
  }

  .social-hero {
    flex-direction: row;
    text-align: center;
    width: 100%;
  }
  .social-text-hero {
    font-size: 14px;
    line-height: 20px;
    font-size: 14px;
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    text-wrap: nowrap;
    margin: 0;
  }
  .line-hero {
    height: 0;
    border: 1px solid #fff;
    min-width: 20px;
    flex: 1;
  }
  /* ================ End Hero =============== */

  /* ================ start about section =============== */
  .about-section {
    padding: 96px 0;
  }
  .main-title {
    font-size: 32px;
  }
  .main-description {
    font-size: 16px;
  }

  /* ================ end about section =============== */

  /* ================ start Project section =============== */
  .main-subtitle {
    font-size: 20px;
  }
  .arrow-icon {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
  .container-slider-project {
    padding: 0 20px 0 20px !important;
  }

  /* ================ end Project section =============== */

  /* ================ start contact section =============== */
  .contact {
    height: 400px;
  }
  .contact .text h2 {
    font-size: 40px;
   
  }
  .contact .text span {
    font-size: 20px;
  }
  .contact .text p {
    font-size: 14px;
  }
  /* ================ end contact section =============== */
}
.swiper-pagination-bullet {
  background-color: var(--third-color) !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;

  z-index: 1000 !important;
  top: 20px !important;
}
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fractions {
  bottom: -5px !important;
  z-index: 1000 !important;
}
