@font-face {
    font-family: "Tajawal";
    src: url("/fonts/Tajawal/Tajawal-Regular.ttf") format("ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Tajawal";
    src: url("/fonts/Tajawal/Tajawal-Bold.ttf") format("ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Tajawal";
    src: url("/fonts/Tajawal/Tajawal-Black.ttf") format("ttf");
    font-weight: 900;
    font-style: normal;
}

/* =========================================================
   RESET + BASE
========================================================= */
body {
    font-family: "Tajawal", sans-serif;
    background-color: #f9f9f7;
    color: #374151;
    direction: rtl;
    text-align: right;
}

a {
  text-decoration: none;
}

.lang-switch {
  color: #fff;
}

/* =========================================================
   NAVIGATION
========================================================= */
.header-custom {
  background-color: #373d43;
}

.footer-custom {
  background-color: #373d43;
  color: #fff;
}

.nav-link-custom {
  font-weight: bold;
  color: #fff;
  padding: 0.75rem 1.2rem;
  transition: 0.25s ease;
}

.nav-link-custom:hover {
  color: #dddcdb !important;
}

.nav-link-custom.active {
  color: #dddcdb !important;
}

/* =========================================================
   BUTTONS
========================================================= */
.custom-btn-primary {
  background-color: #a99464 !important;
  border-color: #a99464 !important;
  color: #fff !important;
  font-size: 1.15rem;
  font-weight: 700;
  padding: 0.75rem 2rem;
  transition: background-color 0.3s;
}

.custom-btn-primary:hover {
  background-color: #8c7d54 !important;
}

.custom-btn-secondary {
  border: 2px solid #a99464 !important;
  color: #a99464 !important;
  font-weight: 700;
  padding: 0.75rem 2rem;
  border-radius: 12px !important;
}

.custom-btn-secondary:hover {
  background-color: #a99464 !important;
  color: #fff !important;
}

/* =========================================================
   UTILITY CLASSES
========================================================= */
.text-gold {
  color: #a99464 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-center {
  background-position: center !important;
}

/* =========================================================
   HERO SECTION
========================================================= */
.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.custom-hero {
  position: relative;
  height: 600px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content-box {
  background: rgba(255, 255, 255, 0.32);
  display: flex;
  border-radius: 4px;
  min-height: 350px;
  width: 100%;
  position: relative;
}

.pattern-image {
  width: 26px;
  object-fit: cover;
  height: 100%;
  position: absolute;
  left: -9px;
  top: 0;
}

.text-area {
  max-width: 800px;
  margin-right: 211px;
}

.person-wrapper {
  position: absolute;
  right: -84px;
  z-index: 5;
  bottom: 107px;
}

.person-image {
  height: 405px;
  object-fit: contain;
}

/* Swiper bullets */
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: #fff !important;
  opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #a99464 !important;
}

/* =========================================================
   ABOUT SECTION
========================================================= */
.about-image-box {
  position: absolute;
  bottom: 0;
  right: 62px;
  top: 721px;
  width: 83%;
  overflow: hidden;
  height: 312px;
}

.about-image {
  width: 100%;
  height: auto;
}

/* =========================================================
   INVESTMENT OPPORTUNITIES
========================================================= */
.custom-card {
  background: #fff;
  border-radius: 20px;
  padding: 10px 0 10px 10px;
  min-height: 180px;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  gap: 20px;
  margin-bottom: 10px;
}

.custom-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.custom-card img {
  width: 120px;
  height: 90px;
  border-radius: 8px;
  object-fit: cover;
}

.custom-card a {
  color: #c8a04a;
  font-weight: bold;
}

.custom-card a:hover {
  text-decoration: underline;
}

.row.g-3 {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0.5rem;
}

.custom-card .location {
  font-size: 14px;
  color: #777;
}

.card-image img {
  width: 300px;
  height: 160px;
  border-radius: 14px;
  object-fit: cover;
}

/* =========================================================
   MAP CARD
========================================================= */
.map-card {
  width: 100%;
  max-width: 900px;
  margin: 1rem auto;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
  position: relative;
}

.dark-map {
  width: 100%;
  height: 220px;
  display: block;
  background: #111;
}

.map-card {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 350px;
  border-radius: 12px;
  overflow: hidden;
  background: #111;
}

.dark-map {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.north-arrow {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999;
  pointer-events: none;
}

.leaflet-marker-icon.custom-white {
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
}

/* =========================================================
   SUPPLIERS SWIPER
========================================================= */
.swiper-pagination-suppliers .swiper-pagination-bullet {
  background: #a99464 !important;
  opacity: 0.4 !important;
  width: 10px;
  height: 10px;
}

.swiper-pagination-suppliers .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.btn-circle-wapper {
  position: relative;
  top: 32px;
}

.btn-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ac9055;
  background-color: #ac9055;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-circle:hover {
  background-color: #e6c377;
  border-color: #e6c276;
}

.swiper-navigation-icon {
  width: 24px !important;
  height: 24px !important;
  color: #fff !important;
}

.swiper-button-prev {
  left: 350px !important;
  right: auto !important;
}

.swiper-button-next {
  left: auto !important;
  right: 350px !important;
}

/* =========================================================
   FOOTER
========================================================= */
.footer-link {
  color: #374151;
  transition: 0.25s;
  font-weight: 600;
}

.footer-link:hover {
  color: #a99464;
}

.hover-gold:hover {
  color: #a99464 !important;
}

.section-title {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  width: 100%;
}

.section-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
}

.section-title-full {
  border-bottom: 3px solid #a99464;
  padding-bottom: 8px;
  display: inline-block;
}

.social-icon {
  background-color: #a99464;
  padding: 8px;
  border-radius: 6px;
  color: #fff !important;
}

.footer-link {
  color: #fff;
}

/* =========================================================
   SCROLLBARS
========================================================= */
::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background: #c1b28a;
  border-radius: 25px;
}

::-webkit-scrollbar-track {
  background: #eee;
}

.custom-card ::-webkit-scrollbar {
  width: 6px;
}

.custom-card ::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

/* =========================================================
   ANIMATIONS
========================================================= */
@keyframes pulse {
  0% {
    transform: scale(0.85);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.15);
    opacity: 1;
  }
  100% {
    transform: scale(0.85);
    opacity: 0.8;
  }
}

/* =========================================================
   RESPONSIVE UTILITIES
========================================================= */
.mt-10 {
  margin-top: 4rem !important;
}

.mb-10 {
  margin-bottom: 4rem !important;
}

.p-10 {
  padding: 4rem !important;
}

/* =========================================================
   RESPONSIVE STYLES
========================================================= */

/* Large screens (1200px and less) */
@media (max-width: 1200px) {
  .person-wrapper {
    right: -30px;
    bottom: 80px;
  }

  .person-image {
    height: 320px;
  }

  .text-area {
    margin-right: 160px;
  }
}

/* Tablets (992px and less) */
@media (max-width: 992px) {
  .custom-hero {
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding: 40px 0;
  }

  .content-box {
    width: 100%;
    min-height: auto;
    padding: 30px !important;
  }

  .text-area {
    margin-right: 0;
    max-width: 100%;
  }

  .person-wrapper {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .person-image {
    height: 300px;
  }

  .pattern-image {
    height: 250px;
    left: -5px;
  }

  .hero-swiper h1 {
    font-size: 1.9rem !important;
  }
}

/* Mobile Large (768px and less) */
@media (max-width: 768px) {
  .pattern-image {
    display: none;
  }

  .content-box {
    padding: 20px !important;
  }

  .person-image {
    height: 260px;
  }

  .person-wrapper {
    margin-top: 30px;
  }

  .text-area h2 {
    font-size: 24px;
  }

  .text-area p {
    font-size: 16px;
  }

  .dark-map {
    height: 280px;
  }

  .map-card {
    border-radius: 10px;
    margin: 0.75rem;
  }

  .custom-card {
    flex-direction: column;
    text-align: center;
  }

  .card-image img {
    width: 100%;
    height: 180px;
  }

  .card-content button {
    margin: 0 auto;
  }
}

/* Mobile Small (576px and less) */
@media (max-width: 576px) {
  .person-image {
    height: 220px;
  }

  .text-area h2 {
    font-size: 22px;
  }
}
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 50px;
  height: 50px;
  background-color: #a99464;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: 1000;
}

.scroll-to-top:hover {
  background-color: #8c7d54;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.scroll-to-top:active {
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .scroll-to-top {
    bottom: 20px;
    left: 20px;
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}
.loader-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    position: fixed;
    inset: 0;
    background: #ffffff;
    z-index: 2000;
}

.loader {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: conic-gradient(#A99464 270deg, #374151 270deg 360deg);
    animation: spin 1.5s linear infinite;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

    .loader::before {
        content: '';
        position: absolute;
        width: 80%;
        height: 80%;
        background-color: #e5e5e5;
        border-radius: 50%;
    }

.loader-text {
    position: relative;
    z-index: 10;
    font-size: 1.5rem;
    font-weight: 700;
    color: #374151;
    animation: spin-reverse 1.5s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spin-reverse {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}
