/* ====================== RESET ====================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

body {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #eee;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
  width: 100vw;
  color: white;
}

/* ====================== LOADER ====================== */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, #111 0%, #000 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9999;
  overflow: hidden;
}

.logo {
  width: 370px;
  opacity: 0;
  transform: scale(0.8);
  filter: drop-shadow(0 0 10px rgb(173 151 121));
}

.light-bg {
  position: absolute;
  width: 600px;
  height: 600px;
  background: rgb(123 79 18);
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0;
  transform: scale(0);
}

.beam {
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: -200%;
  background: linear-gradient(120deg, transparent, rgb(173 151 121), transparent);
  opacity: 0;
  transform: skewX(-20deg);
}

/* ====================== MAIN CONTENT ====================== */
#content {
  opacity: 0;
  text-align: center;
  z-index: 1;
}

/* ====================== SWIPER FULLPAGE ====================== */
.creative-fullpage--slider {
  background-color: #ffffff;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.creative-fullpage--slider .slider-inner {
  background: #000;
  height: 100vh;
  position: relative;
}

.creative-fullpage--slider .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  overflow: hidden;
}

.creative-fullpage--slider .swiper-slide .slider-inner img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.creative-fullpage--slider .swiper-slide .swiper-content {
  position: absolute;
  top: 22%;
  left: 50px;
  z-index: 1;
}

.creative-fullpage--slider .swiper-slide .slider-inner::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  top: 0;
  left: -1px;
  background-image: radial-gradient(at center right, #ffffff00 50%, #00000096 100%);
}

/* ====================== TEXT STYLING ====================== */
.swiper-slide .swiper-content .title-area .tag {
  color: #ffffff;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 10px;
}

.swiper-slide .swiper-content .title-area .title {
  margin-top: 10px;
  color: #fff;
  font-size: 8vw;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: -12px;
  text-decoration: none;
}

.swiper-slide .swiper-content p.disc {
  font-size: 20px;
  margin: 20px 0 40px 0;
  font-weight: 900;
  line-height: 32px;
  color: #ffffff;
}

/* ====================== BUTTON STYLING ====================== */
.creative-btn--wrap .creative-slide--btn {
  color: #ffffff;
  margin-left: 18px;
  font-size: 1.4em;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
  cursor: pointer;
}

.creative-btn--circle .circle {
  position: absolute;
  right: calc(100% - 10px);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  clip-path: circle(25% at 50% 50%);
  transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  background-color: #ffffff;
  transform: scale(0);
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translate(-100%, 0%);
  transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon .icon-arrow {
  width: 20px;
  height: 20px;
  fill: #000;
}

.creative-btn--circle .circle-outline {
  fill: transparent;
  width: 10px;
  stroke: #ffffff;
}

.creative-btn--wrap .creative-slide--btn .creative-btn__border {
  position: absolute;
  left: 4pt;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform-origin: right;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

/* Hover */
.creative-btn--wrap .creative-slide--btn:hover {
  margin-left: 38px !important;
}

.creative-btn--wrap .creative-slide--btn:hover .circle {
  clip-path: circle(50% at 50% 50%);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
  transform: scale(1, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
  transform: translate(0%, 0%);
  opacity: 1;
}

/* ====================== SWIPER NAVIGATION ====================== */
.creative-fullpage--slider .swiper-button-next,
.creative-fullpage--slider .swiper-button-prev {
  bottom: 5%;
  top: unset;
  height: 85px;
  width: 85px;
  border-radius: 50%;
  background-color: #ffffff00;
  transition: all 0.4s;
  backdrop-filter: blur(20px);
}

.creative-fullpage--slider .swiper-button-next {
  right: 50px;
}

.creative-fullpage--slider .swiper-button-prev {
  left: 50px;
}

.swiper-container-h .slider-pagination-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  z-index: 1;
}

.swiper-container-h .slider-pagination-area .slide-range {
  font-size: 20px;
  color: #ffffff;
  position: absolute;
}

.swiper-container-h .slider-pagination-area .slide-range.one {
  left: -50px;
}

.swiper-container-h .slider-pagination-area .slide-range.three {
  right: -50px;
}

.swiper-container-h .slider-pagination-area .swiper-pagination {
  width: 500px !important;
}

.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-container-h .swiper-button-next::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ffffff;
  font-size: 60px;
  display:none;
}

.swiper-container-h .swiper-button-prev::after {
  content: "\f060";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ffffff;
  font-size: 60px;
  display:none;
}

.swiper-container-h .swiper-button-next:hover,
.swiper-container-h .swiper-button-prev:hover {
  background: #ffffff0d;
}

/* ====================== RESPONSIVE ====================== */
@media (max-width: 991px) {
  .creative-fullpage--slider .swiper-content {
    width: 100%;
    text-align: center;
    left: 0;
  }
  .creative-fullpage--slider .swiper-button-next,
  .creative-fullpage--slider .swiper-button-prev {
    height: 50px;
    width: 50px;
    background: #ffffff3b;
  }
  .swiper-container-h .slider-pagination-area {
    width: 200px !important;
  }
  .swiper-container-h .swiper-button-next::after,
  .swiper-container-h .swiper-button-prev::after {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-slide .swiper-content .title-area .title {
    font-size: 64px;
  }
  .swiper-slide .swiper-content p.disc {
    font-size: 16px;
    width: 95%;
    margin: 20px auto;
  }
  .swiper-container-h .slider-pagination-area {
    display: none;
  }
}

/* ====================== COFFEE BUTTON ====================== */
.coffee-button {
  position: fixed;
  z-index: 9;
  top: 20px;
  right: 20px;
  background-color: #ffc107;
  color: #333;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-family: "Dancing Script", cursive;
  font-weight: 600;
  font-size: 20px;
  box-shadow: 0 2px 5px rgb(173 151 121);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s;
}

.coffee-button:hover {
  background-color: #ffd54f;
}

.coffee-icon {
  font-size: 24px;
  line-height: 1;
}
/* =================== OUR PARTNERS (CINEMATIC NEON STYLE) =================== */
.our-partners {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  font-family: "Inter", sans-serif;
}

/* ----- Animated Background Layers ----- */
.partners-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.layer-bg {
  background: radial-gradient(circle at 50% 50%, #2b2601 0%, #000 100%);
}

.layer-glow {
  background: linear-gradient(135deg, rgb(173 151 121) 0%, rgb(173 151 121) 50%, rgb(173 151 121) 100%);
  mix-blend-mode: overlay;
  opacity: 0.3;
  animation: gradientShift 10s ease-in-out infinite alternate;
  filter: blur(120px);
}

.layer-particles::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgb(173 151 121) 2px, transparent 2px);
  background-size: 120px 120px;
  animation: moveParticles 40s linear infinite;
  opacity: 0.25;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

@keyframes moveParticles {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-200px, -200px); }
}

/* ----- Content ----- */
.partners-content {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 0 20px;
  max-width: 1000px;
}

.partners-title {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-shadow: 0 0 25px rgb(173 151 121);
}

.partners-title .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(100px) scale(0.8);
  filter: blur(8px);
}

.partners-text {
  font-size: 1.3rem;
  color: rgb(173 151 121);
  line-height: 1.8;
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(40px);
}

.partners-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px;
  opacity: 1;
  transform: translateY(60px);
}

.partners-logos img {
  height: 140px;
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.6s ease;
}

.partners-logos img:hover {
  transform: scale(1.15) rotate(2deg);
  filter: brightness(1) drop-shadow(0 0 12px rgb(173 151 121));
}

/* Responsive */
@media (max-width: 768px) {
  .partners-title {
    font-size: 2.8rem;
  }
  .partners-logos img {
    height: 45px;
  }
}
.menu-toggle {
  position: fixed;
  top: 40px;
  right: 60px;
  z-index: 1001;
  width: 40px;
  height: 30px;
  cursor: pointer;
}
.menu-toggle .bar {
  height: 4px;
  width: 100%;
  background: #eab308;
  margin: 6px 0;
  border-radius: 4px;
  transition: all 0.5s ease;
}
.menu-toggle.active .top {
  transform: translateY(10px) rotate(45deg);
}
.menu-toggle.active .middle {
  opacity: 0;
}
.menu-toggle.active .bottom {
  transform: translateY(-10px) rotate(-45deg);
}

/* Overlay base */
.mega-menu-overlay {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 20% 80%, rgb(173 151 121) 0%, #000 90%);
  clip-path: circle(0% at 90% 10%);
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
}

.overlay-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgb(173 151 121), rgb(141, 121, 93), rgb(61, 52, 39));
  background-size: 200% 200%;
  filter: blur(80px);
  animation: bgFlow 10s ease-in-out infinite alternate;
  opacity: 0.3;
}

@keyframes bgFlow {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

/* Menu */
.mega-menu {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mega-menu ul {
  list-style: none;
  text-align: center;
}
.mega-menu ul li {
  margin: 30px 0;
  opacity: 0;
  transform: translateY(40px);
}
.mega-menu ul li a {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  transition: color 0.3s;
}
.mega-menu ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: rgb(173 151 121);
  transition: width 0.4s ease;
}
.mega-menu ul li a:hover {
  color: rgb(173 151 121);
}
.mega-menu ul li a:hover::after {
  width: 100%;
}
.photo-shimmer {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(212,175,55,0.7) 50%, transparent 100%);
  transform: skewX(-20deg);
  filter: blur(10px);
  pointer-events: none;
  opacity: 0;
}
:root {
--gold: #d4af37;
--gold-2: #f3d37a;
--bg-1: #000;
--bg-2: #0a0a0a;
}


body {
margin: 0;
font-family: 'Inter', sans-serif;
background: linear-gradient(180deg, var(--bg-1), var(--bg-2));
color: white;
overflow-x: hidden;
}


/* === Enhanced Section === */
#latest-projects {
position: relative;
padding: 6rem 1.5rem;
background: radial-gradient(800px 400px at 80% 10%, rgba(212,175,55,0.25), transparent 60%),
linear-gradient(180deg, var(--bg-1), var(--bg-2));
}


.gold-text {
background: linear-gradient(90deg, var(--gold), var(--gold-2));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    padding-bottom: 20px;
text-shadow: 0 0 20px rgba(212,175,55,0.25);
}


.glass-card {
background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
border: 1px solid rgba(212,175,55,0.25);
backdrop-filter: blur(8px);
border-radius: 1.2rem;
overflow: hidden;
box-shadow: 0 10px 25px rgba(0,0,0,0.6);
transition: transform 0.5s ease, box-shadow 0.5s ease;
}


.glass-card:hover {
transform: translateY(-8px) scale(1.02);
box-shadow: 0 20px 40px rgba(212,175,55,0.2);
}


.shine::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(120deg, transparent 40%, rgba(255,255,255,0.4) 50%, transparent 60%);
transform: translateX(-120%);
animation: sweep 2s ease-in-out infinite;
opacity: 0.5;
}


@keyframes sweep {
0% { transform: translateX(-120%); }
100% { transform: translateX(120%); }
}


.swiper-slide img {
height: 250px;
width: 100%;
object-fit: cover;
transition: transform 0.6s ease;
}

.swiper-slide img:hover {
transform: scale(1.05);
}


.swiper-button-prev, .swiper-button-next {
color: var(--gold);
filter: drop-shadow(0 0 5px rgba(212,175,55,0.4));
}


.swiper-pagination-bullet-active {
background: var(--gold) !important;
box-shadow: 0 0 10px var(--gold);
}
.gold-text {
  background: linear-gradient(90deg, #b6932f, #f3d37a, #b6932f);
  background-size: 200%;
  animation: shineText 4s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@keyframes shineText {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

.animated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle at center,
    rgba(212, 175, 55, 0.2),
    transparent 70%
  );
  transform: translate(-25%, -25%);
  transition: transform 0.1s linear;
  pointer-events: none;
  z-index: 0;
}

#latest-projects > * {
  position: relative;
  z-index: 2;
}
.animated-bg {
  will-change: transform;
}
    :root{
      --gold:#d4af37;          /* دهبي أنيق */
      --gold-soft:#c7a032;
      --gold-deep:#b08d1a;
      --bg:#000000;            /* أسود صريح */
      --ink:#0b0b0b;           /* أسود أفتح للشادو */
    }

    /* تكسچر خفيف فوق الخلفية */
    .noise:before{
      content:"";
      position:absolute;inset:0;
      background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' opacity='0.05' viewBox='0 0 100 100'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23n)'/%3E%3C/svg%3E");
      pointer-events:none;mix-blend-mode:overlay;
    }

    /* جريدينت دهبي */
    .gold-gradient{
      background:linear-gradient(135deg,var(--gold),var(--gold-deep) 35%,#f6e27a 60%,var(--gold) 90%);
    }

    /* نص دهبي لامع مع وميض */
    .gold-text{
      background:linear-gradient(100deg,#7a6415 0%,var(--gold) 20%,#f7e08a 50%,var(--gold-soft) 80%,#7a6415 100%);
      -webkit-background-clip:text;background-clip:text;color:transparent;
      position:relative;
    }
    .gold-text.shine::after{
      content:"";position:absolute;top:0;bottom:0;left:-30%;
      width:30%;transform:skewX(-20deg);
      background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);
      filter:blur(2px);
      animation:shine 2.2s ease-in-out 0.6s both;
    }
    @keyframes shine{
      0%{left:-30%;opacity:0}
      10%{opacity:1}
      60%{left:110%}
      100%{left:130%;opacity:0}
    }

    /* خطوط دهبية نحيفة تتحرك في الخلفية */
    .gold-lines{
      position:absolute;inset:0;pointer-events:none;opacity:.18;
      background:
        repeating-linear-gradient(120deg,transparent 0 38px,rgba(212,175,55,.35) 38px 40px),
        repeating-linear-gradient(-120deg,transparent 0 58px,rgba(212,175,55,.15) 58px 60px);
      mask-image:radial-gradient(1200px 600px at 50% 50%, #000 40%, transparent 100%);
    }

    /* سبَاركل */
    .sparkle{
      position:absolute;width:4px;height:4px;border-radius:999px;
      background:radial-gradient(circle, #fff, #fff0 70%);
      box-shadow:0 0 6px 2px rgba(255,255,255,.55), 0 0 16px 2px var(--gold);
      opacity:.0;
    }

    /* بطاقة زجاج */
    .glass{
      background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
      border:1px solid rgba(255,255,255,.08);
      box-shadow:0 10px 40px rgba(0,0,0,.6), inset 0 0 60px rgba(255,255,255,.02);
      backdrop-filter:saturate(120%) blur(8px);
    }

    /* زر دهبي */
    .btn-gold{
      position:relative;overflow:hidden;
      border:1px solid var(--gold);color:#0e0e0e;
    }
    .btn-gold .bg{
      position:absolute;inset:0;transform:translateX(-100%);
      background:linear-gradient(90deg, #7a6415 0%, var(--gold) 50%, #f6e27a 100%);
      transition:transform .6s ease;
    }
    .btn-gold:hover .bg{ transform:translateX(0); }
    .btn-gold span{ position:relative; z-index:1;  font-weight:700; }
    .btn-gold:hover span{ color:#0b0b0b !important; }

    /* توقيع */
    .signature{
      filter:drop-shadow(0 6px 16px rgba(212,175,55,.35));
    }

    /* لإخفاء النصوص قبل الـ reveal */
    .will-reveal{opacity:0; transform:translateY(20px)}
    :root {
      --gold: #d4af37;
      --gold-soft: #c7a032;
      --gold-deep: #b08d1a;
    }

    .gold-gradient {
      background: linear-gradient(135deg, var(--gold), var(--gold-deep));
    }

    .gold-text {
      background: linear-gradient(90deg, #7a6415, var(--gold) 40%, #f7e08a 70%, #7a6415);
      -webkit-background-clip: text;
      color: transparent;
    }

    .glass {
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: 0 0 60px rgba(212, 175, 55, 0.1), inset 0 0 20px rgba(255, 255, 255, 0.03);
      backdrop-filter: blur(10px);
    }

    .gold-lines {
      position: absolute;
      inset: 0;
      background: repeating-linear-gradient(120deg, transparent 0 38px, rgba(212,175,55,.15) 38px 40px),
        repeating-linear-gradient(-120deg, transparent 0 58px, rgba(212,175,55,.08) 58px 60px);
      opacity: 0.2;
      pointer-events: none;
    }

    .sparkle {
      position: absolute;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: radial-gradient(circle, #fff, transparent 70%);
      box-shadow: 0 0 10px 2px var(--gold);
      opacity: 0;
    }
@keyframes gradientFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.animate-gradient {
  background-size: 400% 400%;
  animation: gradientFlow 10s ease infinite;
}

.gold-text {
  background: linear-gradient(90deg, #b8860b, #ffd700, #b8860b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.shimmer {
  background: linear-gradient(90deg, #b8860b, #ffd700, #b8860b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200%;
  animation: shine 3s linear infinite;
}

@keyframes shine {
  0% { background-position: 200% center; }
  100% { background-position: -200% center; }
}
