.header{
  width: 100%;
  height: 110px;
  background-color: #0b0b0b; /* match page background */
  border: none;
}


.inner_header{
  width: min(1200px, 92%);
  height: 100%;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo_container h1{
  color: #9f8a5c;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 200;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.logo_container a{
    text-decoration: none;
}
.logo_container h1 span{
  font-weight: 800;
  
}

.navigation{
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation a{
  color: white;
  text-decoration: none;
  font-family: 'Montserrat';
  font-size: 16px;
}

.navigation a:hover{
  color: #9f8a5c;
}

body{
  margin: 0;
  background-color: #111111;
}

.mainpage{
    width: 100%;
    height: 80vh;
    object-fit: cover;
    display: block;
    filter: brightness(0.75);


}

.arabic-text{
    text-align: center;
}

.diamond-icon{
  width: 32px;
  height: 15px;
  object-fit: contain;
  opacity: 0.9;
}



.contact-page{
    opacity: 0.2;
    width: 100%;
    height: 70vh;

}

.home-contact{
    margin-top: -20px;   
  margin-left: 10px;  
    font-family: 'Cormorant Garamond', serif;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.75); }

  .Contacts-text{
    margin-top:90px;
    margin-left: 70px;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.75); }
  

.Top-header{
  display: flex;
  justify-content: space-between;
  align-items: center;

  width: 100%;
  box-sizing: border-box;

  font-family: 'Cormorant Garamond', serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);

  padding: 12px 24px;
}


.Top-header a:hover{
  color: #c9a24d;
}

.Top-header a{
  color: inherit;
  text-decoration: none;
}

.Contact-text2{
    margin-top: 10px;
    margin-left: 70px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.75); 
    box-sizing: border-box;

  font-family: 'Cormorant Garamond', serif;
   

}




.contact-layout{
  width: min(1200px, 92%);
  margin: 60px auto;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.contact-left{
  flex: 1;
}

.contact-form{
  width: 420px;
  padding: 22px;
  border: 1px solid rgba(201,162,77,0.35);
  border-radius: 14px;
  background: rgba(16,16,16,0.75);
  display: grid;
  gap: 14px;
}

.contact-form label{
  display: grid;
  gap: 6px;
  color: rgba(255,255,255,0.75);
  font-family: 'Montserrat';
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea{
  padding: 12px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(0,0,0,0.25);
  color: white;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus{
  border-color: rgba(201,162,77,0.8);
}

.contact-form button{
  padding: 12px;
  border: 1px solid #c9a24d;
  background: transparent;
  color: #c9a24d;
  border-radius: 10px;
  cursor: pointer;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form button:hover{
  background: rgba(201,162,77,0.12);
}


.site-footer{
  background: #0b0b0b;
  margin-top: 0px;
}

.footer-wrap{
  width: min(1200px, 92%);
  margin: 0 auto;
  padding: 70px 0 40px;

  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 60px;
}

.footer-logo{
  width: 233px;
  height: auto;
  display: block;
  margin-bottom: 18px;
  opacity: 0.95;
}

.footer-title{
  font-family: 'Montserrat';
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c9a24d;
  margin: 0 0 16px;
}

.footer-about{
  max-width: 420px;
  line-height: 1.8;
  color: rgba(255,255,255,0.75);
  margin: 0;
  font-family: 'Montserrat';
  font-size: 13px;
}

.footer-text{
  color: rgba(255,255,255,0.75);
  font-family: 'Montserrat';
  font-size: 13px;
  line-height: 1.8;
  margin: 0 0 14px;
}

.footer-list,
.footer-links{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.footer-list li,
.footer-links li{
  color: rgba(255,255,255,0.75);
  font-family: 'Montserrat';
  font-size: 13px;
  line-height: 1.6;
}

.footer-links a,
.footer-list a{
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-list a:hover{
  color: #c9a24d;
}

.label{
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.06em;
}

.footer-bottom{
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 0;
  text-align: center;
}

.footer-bottom p{
  margin: 0;
  color: rgba(255,255,255,0.55);
  font-family: 'Montserrat';
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Mobile */
@media (max-width: 900px){
  .footer-wrap{
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 50px 0 30px;
  }

  .footer-logo{
    width: 200px;
  }
}


.whatsapp-link{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-left: 0px;

  margin-top: 18px;

  text-decoration: none;
  color: rgba(255,255,255,0.8);

  font-family: 'Montserrat';
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  transition: color 0.2s ease;
}

.whatsapp-link:hover{
  color: #25D366;
}

.whatsapp-icon{
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 4px; 
}


.hero-slider{
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  background: #111;
}

.slider-track{
  height: 100%;
  display: flex;
  transition: transform 450ms ease;
  will-change: transform;
}

.slide{
  min-width: 100%;
  height: 100%;
  position: relative;
}

.hero-video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.85);
}

.hero-overlay{
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;     
  justify-content: center; 
  gap: 20px;
}

.shop-now{
  padding: 14px 38px;
  border: 1px solid #c9a24d;
  color: #c9a24d;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  background: rgba(0,0,0,0.35);
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
}

.shop-now:hover{
  background: #c9a24d;
  color: #000;
}


.nav-btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(201,162,77,0.55);
  background: rgba(0,0,0,0.35);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: background 0.2s ease, transform 0.2s ease;
}

.nav-btn:hover{
  background: rgba(0,0,0,0.55);
  transform: translateY(-50%) scale(1.03);
}

.nav-left{ left: 18px; }
.nav-right{ right: 18px; }


/* ===== HERO SLIDE TEXT ===== */

.hero-caption{
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(20px, 2.5vw, 34px);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.88);
  text-align: center;
  margin-bottom: 18px;
  text-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

/* Subtle entrance animation */
.hero-copy{
  animation: fadeUp 0.6s ease both;
}

@keyframes fadeUp{
  from{
    opacity: 0;
    transform: translateY(12px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-copy{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;   
  text-align: center;
}

.shop-now{
  display: inline-block;
  margin: 0 auto;       
}


/* ===== Who We Are (Home) ===== */
.who-we-are{
  background: #0b0b0b;
  border-top: 1px solid rgba(201,162,77,0.35);
  border-bottom: 1px solid rgba(201,162,77,0.35);
  padding: 80px 18px;
}

.who-inner{
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.who-kicker{
  letter-spacing: 0.22em;
  font-size: 12px;
  color: rgba(201,162,77,0.85);
  margin-bottom: 14px;
}

.who-title{
  font-weight: 500;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.25;
  color: #f4f4f4;
  margin: 0 0 16px;
}

.who-text{
  max-width: 820px;
  margin: 0 auto;
  color: rgba(244,244,244,0.78);
  font-size: 16px;
  line-height: 1.9;
}

.who-text strong{
  color: #c9a24d;
  font-weight: 600;
}

.who-actions{
  margin-top: 26px;
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.who-btn{
  display: inline-block;
  padding: 12px 28px;
  border: 1px solid rgba(201,162,77,0.75);
  color: #c9a24d;
  text-decoration: none;
  letter-spacing: 0.12em;
  font-size: 12px;
  text-transform: uppercase;
  transition: 220ms ease;
}

.who-btn:hover{
  background: rgba(201,162,77,0.08);
  border-color: rgba(201,162,77,1);
}

.who-link{
  color: rgba(244,244,244,0.78);
  text-decoration: none;
  border-bottom: 1px solid rgba(201,162,77,0.35);
  padding-bottom: 2px;
  transition: 220ms ease;
}

.who-link:hover{
  color: #ffffff;
  border-bottom-color: rgba(201,162,77,0.9);
}



/* ===== Collections (Home) ===== */
.collections-home{
  background: #0e0e0e;
  padding: 90px 18px;
}

.collections-inner{
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.collections-kicker{
  letter-spacing: 0.25em;
  font-size: 12px;
  color: rgba(201,162,77,0.9);
  margin-bottom: 14px;
}

.collections-title{
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 40px;
}

.collections-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

.collections-list li a{
  display: block;
  padding: 18px 22px;
  border: 1px solid rgba(201,162,77,0.35);
  color: #f4f4f4;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
  transition: 240ms ease;
}

.collections-list li a:hover{
  border-color: rgba(201,162,77,1);
  color: #c9a24d;
  background: rgba(201,162,77,0.06);
}



/* ===== Our Best Products ===== */
.best-products{
  background: radial-gradient(circle at top, rgba(201,162,77,0.10), transparent 55%), #0b0b0b;
  padding: 90px 18px 110px;
}

.best-inner{
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.best-kicker{
  letter-spacing: 0.30em;
  font-size: 12px;
  color: rgba(201,162,77,0.9);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.best-title{
  font-size: clamp(30px, 4.2vw, 58px);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}

.best-line{
  width: 70px;
  height: 1px;
  margin: 18px auto 46px;
  background: rgba(201,162,77,0.55);
}

.best-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

@media (max-width: 1100px){
  .best-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px){
  .best-grid{ grid-template-columns: 1fr; }
}

.best-card{
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  background: #121212;
  aspect-ratio: 4 / 5;
  transform: translateZ(0);
  transition: transform 280ms ease, border-color 280ms ease, box-shadow 280ms ease;
}

.best-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
    rgba(0,0,0,0.82) 0%,
    rgba(0,0,0,0.28) 45%,
    rgba(0,0,0,0.05) 75%,
    rgba(0,0,0,0) 100%);
  pointer-events: none;
  z-index: 1;
}

.best-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.92) contrast(1.05);
  transform: scale(1.03);
  transition: transform 700ms ease, filter 700ms ease;
}

.best-badge{
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 14px 14px;
  border-radius: 14px;
  background: rgba(10,10,10,0.55);
  border: 1px solid rgba(201,162,77,0.22);
  backdrop-filter: blur(10px);
}

.best-badge h3{
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}

.best-badge span{
  display: inline-block;
  margin-top: 8px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(201,162,77,0.95);
}

.best-card:hover{
  transform: translateY(-7px);
  border-color: rgba(201,162,77,0.55);
  box-shadow: 0 16px 40px rgba(0,0,0,0.55);
}

.best-card:hover img{
  transform: scale(1.10);
  filter: brightness(1.0) contrast(1.10);
}



/* ===== About Page (Luxury) ===== */
.about-page{
  background: #0b0b0b;
}

/* Hero */
.about-hero{
  padding: 70px 18px 40px;
  border-bottom: 1px solid rgba(201,162,77,0.25);
  background: radial-gradient(circle at top, rgba(201,162,77,0.10), transparent 55%), #0b0b0b;
}

.about-hero-inner{
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.about-kicker{
  letter-spacing: 0.30em;
  font-size: 12px;
  color: rgba(201,162,77,0.9);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-title{
  color: #fff;
  margin: 0;
  font-size: clamp(30px, 4.2vw, 58px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

.about-subtitle{
  max-width: 780px;
  margin: 14px auto 0;
  color: rgba(244,244,244,0.78);
  font-size: 16px;
  line-height: 1.9;
}

.about-subtitle strong{ color: #c9a24d; }

/* Blocks */
.about-block{
  padding: 80px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.about-row{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 38px;
  align-items: center;
}

.about-block.alt .about-row{
  grid-template-columns: 0.95fr 1.05fr;
}

.about-block.alt .about-text{ order: 2; }
.about-block.alt .about-media{ order: 1; }

@media (max-width: 980px){
  .about-row{ grid-template-columns: 1fr; }
  .about-block.alt .about-text,
  .about-block.alt .about-media{ order: unset; }
}

.about-mini{
  letter-spacing: 0.22em;
  font-size: 12px;
  color: rgba(201,162,77,0.85);
  text-transform: uppercase;
  margin: 0 0 12px;
}

.about-text h3{
  color: #fff;
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.25;
  margin: 0 0 14px;
  font-weight: 600;
}

.about-text p{
  color: rgba(244,244,244,0.76);
  line-height: 1.9;
  margin: 0 0 14px;
  font-size: 16px;
}

.about-note{ color: rgba(244,244,244,0.60); }

.about-actions{
  margin-top: 18px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.about-btn{
  display: inline-block;
  padding: 12px 28px;
  border: 1px solid rgba(201,162,77,0.75);
  color: #c9a24d;
  text-decoration: none;
  letter-spacing: 0.12em;
  font-size: 12px;
  text-transform: uppercase;
  transition: 220ms ease;
}

.about-btn:hover{
  background: rgba(201,162,77,0.08);
  border-color: rgba(201,162,77,1);
}

.about-link{
  color: rgba(244,244,244,0.80);
  text-decoration: none;
  border-bottom: 1px solid rgba(201,162,77,0.35);
  padding-bottom: 2px;
  transition: 220ms ease;
}

.about-link:hover{
  color: #fff;
  border-bottom-color: rgba(201,162,77,0.9);
}

/* Media */
.about-media{
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(201,162,77,0.18);
  background: #111;
}

.about-media img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: brightness(0.95) contrast(1.05);
  transform: scale(1.02);
}

/* Leadership */
.about-leadership{
  padding: 90px 18px 110px;
  background: #0b0b0b;
}

.lead-inner{
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.lead-inner h3{
  color: #fff;
  margin: 0 0 26px;
  font-size: clamp(22px, 2.6vw, 36px);
  font-weight: 600;
}

.lead-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 820px){
  .lead-grid{ grid-template-columns: 1fr; }
}

.lead-card{
  text-align: left;
  padding: 22px;
  border-radius: 18px;
  background: rgba(15,15,15,0.60);
  border: 1px solid rgba(201,162,77,0.18);
  backdrop-filter: blur(10px);
}

.lead-role{
  margin: 0 0 10px;
  letter-spacing: 0.22em;
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(201,162,77,0.85);
}

.lead-name{
  margin: 0 0 10px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lead-desc{
  margin: 0;
  color: rgba(244,244,244,0.74);
  line-height: 1.8;
}


/* ===== NAV DROPDOWN (Shop) ===== */
.navigation .nav-item.dropdown{
  position: relative;
}

.navigation .nav-link{
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.navigation .caret{
  font-size: 12px;
  opacity: 0.8;
}

/* Dropdown box */
.navigation .dropdown-menu{
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  min-width: 230px;
  padding: 10px;
  border-radius: 14px;

  background: rgba(10,10,10,0.92);
  border: 1px solid rgba(201,162,77,0.22);
  box-shadow: 0 18px 45px rgba(0,0,0,0.55);
  backdrop-filter: blur(10px);

  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 220ms ease;
  z-index: 9999;
}

/* Little elegant top line */
.navigation .dropdown-menu::before{
  content: "";
  position: absolute;
  top: -10px;
  left: 18px;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  background: rgba(10,10,10,0.92);
  border-left: 1px solid rgba(201,162,77,0.22);
  border-top: 1px solid rgba(201,162,77,0.22);
}

/* Dropdown links */
.navigation .dropdown-menu a{
  display: block;
  padding: 12px 12px;
  border-radius: 10px;

  color: rgba(255,255,255,0.88);
  text-decoration: none;

  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px;

  transition: 180ms ease;
}

/* Hover */
.navigation .dropdown-menu a:hover{
  background: rgba(201,162,77,0.10);
  color: #c9a24d;
}

/* Show dropdown on hover */
.navigation .nav-item.dropdown:hover .dropdown-menu{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Mobile safety: dropdown becomes static */
@media (max-width: 900px){
  .navigation .dropdown-menu{
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    border-radius: 12px;
    margin-top: 10px;
    background: rgba(10,10,10,0.55);
  }
  .navigation .dropdown-menu::before{ display: none; }
}



/*chandiler website*/



/* ================================
   SHOP PAGE (Chandeliers) - Ultra
   ================================ */

.shopPage{
  min-height: 60vh;
  background: radial-gradient(1200px 700px at 50% 0%, rgba(201,162,77,0.10), transparent 60%),
              linear-gradient(180deg, #0b0b0b, #070707 60%, #050505);
  color: #eaeaea;
}

.shopTop{
  padding: 34px 0 12px;
  border-bottom: 1px solid rgba(201,162,77,0.20);
}
.shopTopInner{
  width: min(1200px, 92%);
  margin: 0 auto;
}
.breadcrumb{
  color: rgba(255,255,255,0.55);
  font-size: 12px;
  letter-spacing: .04em;
  margin: 0 0 14px;
}
.shopHeadingRow{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.shopTitle{
  margin: 0;
  font-size: clamp(26px, 3vw, 40px);
  letter-spacing: .06em;
  color: #c9a24d;
}
.shopSub{
  margin: 0;
  color: rgba(255,255,255,0.70);
  max-width: 520px;
  line-height: 1.5;
  font-size: 14px;
}

/* Filter bar */
.filterBar{
  padding: 18px 0;
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(10px);
  background: rgba(0,0,0,0.60);
  border-bottom: 1px solid rgba(201,162,77,0.18);
}
.filterBarInner{
  width: min(1200px, 92%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.filterToggle{
  background: transparent;
  color: #eaeaea;
  border: 1px solid rgba(201,162,77,0.30);
  padding: 10px 14px;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  transition: transform .15s ease, border-color .2s ease;
}
.filterToggle:hover{
  transform: translateY(-1px);
  border-color: rgba(201,162,77,0.6);
}
.filterIcon{ color:#c9a24d; }

.filterControls{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: end;
  flex: 1;
}
.control{
  display: grid;
  gap: 6px;
  min-width: 170px;
}
.control label{
  font-size: 12px;
  color: rgba(255,255,255,0.70);
  letter-spacing: .04em;
}
.control input,
.control select{
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(201,162,77,0.22);
  color: #eaeaea;
  padding: 10px 12px;
  border-radius: 12px;
  outline: none;
}
.control input:focus,
.control select:focus{
  border-color: rgba(201,162,77,0.7);
  box-shadow: 0 0 0 3px rgba(201,162,77,0.10);
}

.viewMeta{
  margin-left: auto;
  color: rgba(255,255,255,0.70);
  font-size: 13px;
}



.goldBtn.wide{ width: 100%; padding: 12px 14px; border-radius: 14px; }




.ghostBtn.wide{ width: 100%; }

/* Grid */
.gridWrap{
  padding: 26px 0 56px;
}
.productGrid{
  width: min(1200px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 1100px){
  .productGrid{ grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 780px){
  .productGrid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 460px){
  .productGrid{ grid-template-columns: 1fr; }
}

/* Product card */
.productCard{
  border: 1px solid rgba(201,162,77,0.18);
  background: radial-gradient(700px 400px at 50% 0%, rgba(201,162,77,0.10), transparent 60%),
              rgba(255,255,255,0.02);
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  text-align: left;
  transition: transform .18s ease, border-color .2s ease, box-shadow .2s ease;
  box-shadow: 0 14px 30px rgba(0,0,0,0.35);
}
.productCard:hover{
  transform: translateY(-4px);
  border-color: rgba(201,162,77,0.55);
  box-shadow: 0 20px 50px rgba(0,0,0,0.55);
}








.cardImg{
  aspect-ratio: 1 / 1;
  background: linear-gradient(180deg, rgba(0,0,0,0.0), rgba(0,0,0,0.6));
  display: grid;
  place-items: center;
}
.cardImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.05) brightness(0.95);
}
.cardInfo{
  padding: 14px 14px 16px;
}
.cardCollection{
  margin: 0 0 6px;
  font-size: 12px;
  color: rgba(255,255,255,0.60);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.cardName{
  margin: 0 0 8px;
  color: #eaeaea;
  font-size: 16px;
  letter-spacing: .03em;
}
.cardDims{
  margin: 0 0 10px;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
}
.cardCta{
  color: #c9a24d;
  font-size: 13px;
  letter-spacing: .02em;
}

/* Cart badge */
.cart-link{
  position: relative;
}
.cart-badge{
  position: absolute;
  top: -6px;
  right: -10px;
  background: #c9a24d;
  color: #111;
  font-size: 11px;
  font-weight: 800;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  padding: 0 5px;
}



/* =========================
   PRODUCT MODAL (PRO)
========================= */

:root{
  --gold: #c9a24d;
  --gold2: #e0c277;
  --bg: #0b0b0b;
  --panel: rgba(16,16,16,0.92);
  --stroke: rgba(201,162,77,0.20);
  --shadow: 0 30px 90px rgba(0,0,0,0.65);
}

.noScroll{
  overflow: hidden !important;
}


/* ==============================
   MODAL SIZE + PRO PROMO BAR
============================== */

.modalOverlay{
  display: none;
}
.modalOverlay.isOpen{
  display: flex;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.82);
  backdrop-filter: blur(10px);
  align-items: center;
  justify-content: center;
  padding: 22px;
}

/* ✅ make the modal smaller & more premium */
.productModal{
  width: min(960px, 94vw);
  max-height: 86vh;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(201,162,77,0.22);
  background: radial-gradient(900px 500px at 30% 0%, rgba(201,162,77,0.10), transparent 60%),
              rgba(10,10,10,0.92);
  box-shadow: 0 28px 90px rgba(0,0,0,0.65);
  position: relative;
}

/* promo bar */
.modalPromo{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(201,162,77,0.16);
  background: rgba(0,0,0,0.35);
  color: rgba(255,255,255,0.85);
  font-size: 13px;
}
.modalPromo .dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #c9a24d;
  box-shadow: 0 0 0 4px rgba(201,162,77,0.18);
}
.modalPromo b{ color:#fff; }
.modalPromo .promoLink{
  margin-left: auto;
  text-decoration: none;
  color: #111;
  background: #c9a24d;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: .02em;
}

.modalClose{
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(201,162,77,0.22);
  background: rgba(0,0,0,0.35);
  color: #eaeaea;
  cursor: pointer;
  z-index: 2;
}

/* layout inside modal */
.modalBody{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  padding: 18px;
}
@media (max-width: 860px){
  .modalBody{ grid-template-columns: 1fr; }
}

/* image area */
.modalMainImg{
  border-radius: 18px;
  border: 1px solid rgba(201,162,77,0.16);
  background: rgba(0,0,0,0.35);
  overflow: hidden;
}
.zoomWrap{
  border-radius: 18px;
  overflow: hidden;
}
.zoomWrap img{
  width: 100%;
  height: 100%;
  max-height: 320px;
  object-fit: contain;
  display: block;
  transition: transform .18s ease;
}

/* specs */
.specGrid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}
.spec{
  border: 1px solid rgba(201,162,77,0.14);
  border-radius: 14px;
  padding: 10px 12px;
  background: rgba(0,0,0,0.25);
}
.specLabel{
  display: block;
  font-size: 12px;
  color: rgba(255,255,255,0.60);
  margin-bottom: 4px;
}
.specValue{
  font-weight: 800;
  color: rgba(255,255,255,0.92);
}

/* actions tighter */
.modalActions{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}
@media (max-width: 520px){
  .modalActions{ grid-template-columns: 1fr; }
}




/* ===== MODAL ALIGNMENT FIX (paste at bottom) ===== */

/* Make the main two columns start at the same top line */
.modalBody{
  align-items: start;           /* <-- key fix */
}

/* ===== MODAL RIGHT SPACING FIX ===== */

/* Give the whole modal more inner breathing room */
.productModal{
  padding-right: 26px;
  padding-left: 26px;
}

/* Ensure modal body doesn't touch the edges */
.modalBody{
  padding-right: 10px;
}

/* Push action buttons slightly away from right edge */
.modalActions{
  padding-right: 14px;
}

/* Optional: make buttons feel centered in their column */
.modalActions .ghostBtn,
.modalActions .goldBtn{
  justify-self: stretch;
}





/* Promo bar spacing so it doesn't push content weirdly */
.modalPromo{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
}

/* Push content down the same amount under promo */
.productModal .modalBody{
  padding-top: 18px;
}

/* Left image: keep consistent height and align to top */
.modalGallery{
  align-content: start;         /* <-- key fix */
  justify-items: stretch;
}

/* Image frame: consistent height + no “floating” */
.zoomWrap{
  aspect-ratio: 16/10;          /* slightly shorter = better balance */
  margin-top: 2px;              /* micro align */
}

/* Right panel: align to top, remove extra top space */
.modalInfo{
  padding: 0;                   /* remove built-in offset */
  margin-top: 2px;              /* match image frame */
  display: flex;
  flex-direction: column;
  gap: 12px;                    /* clean spacing */
}

/* Make collection + title sit tighter and not faded */
.modalCollection{
  margin: 0;
  opacity: 0.95;
 color: #c9a24d !important;
  font-weight: 600;
  opacity: 1;


}



.modalTitle{
  margin: 0;
  opacity: 1;
}

/* Specs grid: consistent spacing */
.specGrid{
  margin: 0;
  gap: 12px;
}

/* Description: tighten + make readable */
.modalDesc{
  margin: 0;
  color: rgba(255,255,255,0.82);
}

/* Buttons align nicely */
.modalActions{
  margin-top: 6px;
}

/* Responsive: stack nicely */
@media (max-width: 860px){
  .modalBody{
    gap: 16px;
  }
  .modalInfo{
    margin-top: 0;
  }
}











.goldBtn,
.ghostBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 14px 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: 200ms ease;
}

.goldBtn{
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  color: #111;
  border: 1px solid rgba(255,255,255,0.10);
}

.goldBtn:hover{
  transform: translateY(-1px);
  filter: brightness(1.02);
}

.ghostBtn{
  background: rgba(0,0,0,0.35);
  color: rgba(255,255,255,0.92);
  border: 1px solid rgba(201,162,77,0.30);
}

.ghostBtn:hover{
  transform: translateY(-1px);
  border-color: rgba(201,162,77,0.55);
}

/* "Added" pulse */
.pulseOk{
  animation: pulseOk 0.9s ease;
}

@keyframes pulseOk{
  0%{ transform: scale(1); }
  40%{ transform: scale(1.02); }
  100%{ transform: scale(1); }
}

.miniNote{
  margin-top: 14px;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
}

/* Cart badge (if you want it nicer) */
.cart-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(201,162,77,0.95);
  color: #111;
  font-size: 12px;
  font-weight: 700;
  margin-left: 6px;
}




/* ==============================
   DARK SELECT DROPDOWN (Fix)
============================== */

/* the closed select */
.filterBar .control select{
  background-color: rgba(0,0,0,0.55);
  color: #eaeaea;
  border: 1px solid rgba(201,162,77,0.28);
}

/* the opened options list (works in most browsers) */
.filterBar .control select option{
  background-color: #0f0f0f;
  color: #eaeaea;
}

/* hover/selected color (supported on many browsers) */
.filterBar .control select option:checked{
  background-color: rgba(201,162,77,0.25);
  color: #fff;
}

/* for Chromium/Edge: make the dropdown menu use dark UI */
.filterBar .control select{
  color-scheme: dark;
}

/* optional: nicer focus */
.filterBar .control select:focus{
  border-color: rgba(201,162,77,0.75);
  box-shadow: 0 0 0 3px rgba(201,162,77,0.12);
}



/*here CONTACT CODE*/



/* ===============================
   SELECTED ITEMS – CONTACT PAGE
   Elegant / Luxury / High Contrast
================================ */

/* Container row */
.pickedRow{
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0 12px;

  padding: 12px 14px;

  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.18);

  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.05),
      rgba(0,0,0,0.55)
    );

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 8px 28px rgba(0,0,0,0.45);

  color: #ffffff;
}

/* Label: SELECTED ITEMS */
.pickedLabel{
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;

  color: rgba(255,255,255,0.85);
  white-space: nowrap;
}

/* Items container */
.pickedItems{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

/* Each item chip */
.pickedChip{
  display: flex;
  align-items: center;
  gap: 8px;

  padding: 7px 12px;

  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.22);

  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.08),
      rgba(0,0,0,0.55)
    );

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 6px 18px rgba(0,0,0,0.4);

  transition: all 0.25s ease;
}

/* Hover polish */
.pickedChip:hover{
  border-color: rgba(210,177,107,0.65);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    0 0 0 1px rgba(210,177,107,0.25),
    0 10px 28px rgba(0,0,0,0.55);
}

/* Thumbnail image */
.pickedChip img{
  width: 20px;
  height: 20px;

  object-fit: cover;
  border-radius: 6px;

  background: #0f0f0f;
  border: 1px solid rgba(255,255,255,0.25);
}

/* Item code text */
.pickedChip span{
  font-size: 0.88rem;
  font-weight: 500;

  color: #ffffff;
  line-height: 1;
}

/* Optional: GOLD VERSION (comment white line above if you prefer gold)
.pickedChip span{
  color: #d2b16b;
}
*/

/* Responsive: tighter on mobile */
@media (max-width: 600px){
  .pickedRow{
    padding: 10px 12px;
    gap: 10px;
  }

  .pickedChip{
    padding: 6px 10px;
  }

  .pickedChip span{
    font-size: 0.82rem;
  }
}


/*customization CODEEEE*/





/* ==========================================================
   THE CITY CRYSTAL — CUSTOMIZATION PAGE (ULTRA ELEGANT)
   File: /css-folder/customization.css
   ========================================================== */

:root{
  --cc-bg: #070708;
  --cc-bg2: #0b0b0d;

  --cc-text: rgba(255,255,255,0.92);
  --cc-muted: rgba(255,255,255,0.72);

  /* muted champagne (elegant) */
  --cc-gold: #d1b06a;
  --cc-gold2: rgba(209,176,106,0.55);
  --cc-goldSoft: rgba(209,176,106,0.12);

  --cc-border: rgba(209,176,106,0.22);
  --cc-borderStrong: rgba(209,176,106,0.35);

  --cc-panel: rgba(255,255,255,0.035);
  --cc-panel2: rgba(0,0,0,0.30);

  --cc-radius: 18px;
  --cc-shadow: 0 18px 55px rgba(0,0,0,0.55);
}

/* Ensure readability on this page */
body{
  background: var(--cc-bg);
  color: var(--cc-text);
}

/* ---------------- HERO ---------------- */
.cc-hero{
  position: relative;
  padding: 88px 18px 70px;
  border-top: 1px solid var(--cc-border);
  border-bottom: 1px solid var(--cc-border);
  background:
    radial-gradient(circle at 25% 12%, rgba(209,176,106,0.14), transparent 58%),
    radial-gradient(circle at 72% 72%, rgba(209,176,106,0.10), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,0.60), rgba(0,0,0,0.92));
}

.cc-hero-inner{
  max-width: 1120px;
  margin: 0 auto;
}

.cc-kicker{
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--cc-muted);
}

.cc-title{
  margin: 0 0 14px;
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1.06;
  color: var(--cc-text);
  text-shadow: 0 20px 60px rgba(0,0,0,0.75);
}

.cc-sub{
  max-width: 760px;
  margin: 0 0 26px;
  font-size: 16px;
  line-height: 1.85;
  color: var(--cc-muted);
}

.cc-cta{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}

/* Buttons */
.cc-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: transform .15s ease, background .15s ease, border-color .15s ease, color .15s ease;
}

.cc-btnPrimary{
  color: var(--cc-text);
  border: 1px solid var(--cc-borderStrong);
  background: rgba(255,255,255,0.02);
  box-shadow: 0 16px 45px rgba(0,0,0,0.55);
}

.cc-btnPrimary:hover{
  transform: translateY(-1px);
  background: var(--cc-goldSoft);
  border-color: rgba(209,176,106,0.55);
  color: var(--cc-text);
}

.cc-btnGhost{
  color: var(--cc-muted);
  border: 1px solid rgba(255,255,255,0.16);
  background: transparent;
}

.cc-btnGhost:hover{
  transform: translateY(-1px);
  border-color: rgba(255,255,255,0.24);
  color: var(--cc-text);
}

.cc-btnWide{
  width: 100%;
  margin-top: 14px;
}

/* Badge row */
.cc-badges{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.cc-badge{
  padding: 10px 12px;
  border-radius: 999px;
  font-size: 13px;
  color: var(--cc-muted);
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.26);
  backdrop-filter: blur(6px);
}

/* ---------------- SECTIONS ---------------- */
.cc-section{
  padding: 62px 18px;
  background: linear-gradient(180deg, rgba(0,0,0,0.94), rgba(0,0,0,0.98));
}

.cc-section.cc-dark{
  background:
    radial-gradient(circle at 35% 20%, rgba(209,176,106,0.10), transparent 58%),
    linear-gradient(180deg, rgba(0,0,0,0.97), rgba(0,0,0,0.99));
}

.cc-wrap{
  max-width: 1120px;
  margin: 0 auto;
}

.cc-head{
  margin-bottom: 22px;
  max-width: 820px;
}

.cc-mini{
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--cc-muted);
}

.cc-h2{
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.18;
  color: var(--cc-text);
}

.cc-p{
  margin: 0;
  color: var(--cc-muted);
  line-height: 1.85;
  font-size: 15.5px;
}

/* ---------------- GALLERY ---------------- */
.cc-gallery{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

@media (max-width: 950px){
  .cc-gallery{ grid-template-columns: 1fr; }
}

.cc-poster{
  margin: 0;
  border-radius: var(--cc-radius);
  overflow: hidden;
  border: 1px solid var(--cc-border);
  background: var(--cc-panel);
  box-shadow: var(--cc-shadow);
  position: relative;
}

.cc-poster img{
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.01);
  transition: transform .35s ease;
}

.cc-poster:hover img{
  transform: scale(1.04);
}

.cc-poster figcaption{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 14px 12px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.82));
  display: grid;
  gap: 4px;
}

.cc-tag{
  display: inline-block;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cc-text);
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.25);
}

.cc-cap{
  color: rgba(255,255,255,0.82);
  font-size: 13.5px;
}

/* ---------------- INFO BOXES ---------------- */
.cc-note{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 18px;
}

@media (max-width: 950px){
  .cc-note{ grid-template-columns: 1fr; }
}

.cc-noteBox{
  border-radius: var(--cc-radius);
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  box-shadow: 0 18px 55px rgba(0,0,0,0.45);
  padding: 18px;
  backdrop-filter: blur(6px);
}

.cc-noteBox h3{
  margin: 0 0 10px;
  font-size: 18px;
  color: var(--cc-text);
}

.cc-noteBox ul{
  margin: 0;
  padding-left: 18px;
  color: var(--cc-muted);
}

.cc-noteBox li{
  margin: 8px 0;
  line-height: 1.65;
}

/* ---------------- STEPS ---------------- */
.cc-steps{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

@media (max-width: 950px){
  .cc-steps{ grid-template-columns: 1fr; }
}

.cc-step{
  border-radius: var(--cc-radius);
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  box-shadow: 0 18px 55px rgba(0,0,0,0.45);
  padding: 18px;
  backdrop-filter: blur(6px);
}

.cc-stepNum{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border: 1px solid var(--cc-borderStrong);
  background: rgba(0,0,0,0.25);
  color: var(--cc-text);
  font-weight: 700;
}

.cc-step h3{
  margin: 0 0 8px;
  color: var(--cc-text);
  font-size: 18px;
}

.cc-step p{
  margin: 0;
  color: var(--cc-muted);
  line-height: 1.75;
}

/* ---------------- FINAL CTA ---------------- */
.cc-finalCta{
  margin-top: 22px;
  display: flex;
  justify-content: center;
}

.cc-finalCard{
  width: 100%;
  border-radius: calc(var(--cc-radius) + 2px);
  border: 1px solid var(--cc-border);
  background:
    radial-gradient(circle at 20% 20%, rgba(209,176,106,0.12), transparent 60%),
    rgba(255,255,255,0.03);
  box-shadow: var(--cc-shadow);
  padding: 20px;
  text-align: left;
}

.cc-finalCard h3{
  margin: 0 0 8px;
  font-size: 20px;
  color: var(--cc-text);
}

.cc-finalCard p{
  margin: 0 0 14px;
  color: var(--cc-muted);
  line-height: 1.75;
}

/* Links (avoid ugly purple) */
a{
  color: inherit;
}

a:hover{
  color: var(--cc-gold);
}



/*light services page*/



/* ==========================================================
   THE CITY CRYSTAL — LIGHT DESIGN PAGE (ULTRA ELEGANT)
   File: /css-folder/lightdesign.css
   ========================================================== */

:root{
  --ld-bg: #070708;
  --ld-bg2: #0b0b0d;

  --ld-text: rgba(255,255,255,0.92);
  --ld-muted: rgba(255,255,255,0.72);

  /* muted champagne */
  --ld-gold: #d1b06a;
  --ld-gold2: rgba(209,176,106,0.55);
  --ld-goldSoft: rgba(209,176,106,0.12);

  --ld-border: rgba(209,176,106,0.22);
  --ld-borderStrong: rgba(209,176,106,0.35);

  --ld-panel: rgba(255,255,255,0.035);
  --ld-radius: 18px;
  --ld-shadow: 0 18px 55px rgba(0,0,0,0.55);
}

body{
  background: var(--ld-bg);
  color: var(--ld-text);
}

/* HERO */
.ld-hero{
  position: relative;
  padding: 88px 18px 66px;
  border-top: 1px solid var(--ld-border);
  border-bottom: 1px solid var(--ld-border);
  background:
    radial-gradient(circle at 22% 14%, rgba(209,176,106,0.12), transparent 60%),
    radial-gradient(circle at 72% 72%, rgba(209,176,106,0.09), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,0.60), rgba(0,0,0,0.92));
}

.ld-hero-inner{
  max-width: 1120px;
  margin: 0 auto;
}

.ld-kicker{
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ld-muted);
}

.ld-title{
  margin: 0 0 14px;
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1.06;
  color: var(--ld-text);
  text-shadow: 0 20px 60px rgba(0,0,0,0.75);
}

.ld-sub{
  max-width: 760px;
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.85;
  color: var(--ld-muted);
}

/* highlight pills */
.ld-highlights{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.ld-pill{
  padding: 10px 12px;
  border-radius: 999px;
  font-size: 13px;
  color: var(--ld-muted);
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.26);
  backdrop-filter: blur(6px);
}

/* SECTIONS */
.ld-section{
  padding: 62px 18px;
  background: linear-gradient(180deg, rgba(0,0,0,0.94), rgba(0,0,0,0.98));
}

.ld-section.ld-dark{
  background:
    radial-gradient(circle at 35% 20%, rgba(209,176,106,0.10), transparent 58%),
    linear-gradient(180deg, rgba(0,0,0,0.97), rgba(0,0,0,0.99));
}

.ld-wrap{
  max-width: 1120px;
  margin: 0 auto;
}

.ld-head{
  margin-bottom: 22px;
  max-width: 860px;
}

.ld-mini{
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ld-muted);
}

.ld-h2{
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.18;
  color: var(--ld-text);
}

.ld-p{
  margin: 0;
  color: var(--ld-muted);
  line-height: 1.85;
  font-size: 15.5px;
}

/* CARDS */
.ld-cards{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

@media (max-width: 950px){
  .ld-cards{ grid-template-columns: 1fr; }
}

.ld-card{
  border-radius: var(--ld-radius);
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  box-shadow: 0 18px 55px rgba(0,0,0,0.45);
  padding: 18px;
  backdrop-filter: blur(6px);
}

.ld-card h3{
  margin: 0 0 8px;
  color: var(--ld-text);
  font-size: 18px;
}

.ld-card p{
  margin: 0;
  color: var(--ld-muted);
  line-height: 1.75;
}

/* STEPS */
.ld-steps{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

@media (max-width: 950px){
  .ld-steps{ grid-template-columns: 1fr; }
}

.ld-step{
  border-radius: var(--ld-radius);
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  box-shadow: 0 18px 55px rgba(0,0,0,0.45);
  padding: 18px;
  backdrop-filter: blur(6px);
}

.ld-num{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border: 1px solid var(--ld-borderStrong);
  background: rgba(0,0,0,0.25);
  color: var(--ld-text);
  font-weight: 800;
}

.ld-step h3{
  margin: 0 0 8px;
  color: var(--ld-text);
  font-size: 18px;
}

.ld-step p{
  margin: 0;
  color: var(--ld-muted);
  line-height: 1.75;
}

/* APPLICATION GRID */
.ld-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

@media (max-width: 950px){
  .ld-grid{ grid-template-columns: 1fr; }
}

.ld-tile{
  border-radius: var(--ld-radius);
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  box-shadow: 0 18px 55px rgba(0,0,0,0.45);
  padding: 18px;
  display: grid;
  gap: 6px;
  backdrop-filter: blur(6px);
}

.ld-tile span{
  font-weight: 700;
  color: var(--ld-text);
}

.ld-tile em{
  font-style: normal;
  color: var(--ld-muted);
}

/* PORTFOLIO PLACEHOLDERS */
.ld-portfolio{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

@media (max-width: 950px){
  .ld-portfolio{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px){
  .ld-portfolio{ grid-template-columns: 1fr; }
}

.ld-ph{
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.30));
  min-height: 160px;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}

/* FINAL CTA (ONLY ONE) */
.ld-final{
  margin-top: 22px;
  display: flex;
  justify-content: center;
}

.ld-finalCard{
  width: 100%;
  border-radius: calc(var(--ld-radius) + 2px);
  border: 1px solid var(--ld-border);
  background:
    radial-gradient(circle at 20% 20%, rgba(209,176,106,0.12), transparent 60%),
    rgba(255,255,255,0.03);
  box-shadow: var(--ld-shadow);
  padding: 20px;
}

.ld-finalCard h3{
  margin: 0 0 8px;
  font-size: 20px;
  color: var(--ld-text);
}

.ld-finalCard p{
  margin: 0 0 14px;
  color: var(--ld-muted);
  line-height: 1.75;
}

.ld-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;

  color: var(--ld-text);
  border: 1px solid var(--ld-borderStrong);
  background: rgba(255,255,255,0.02);
  box-shadow: 0 16px 45px rgba(0,0,0,0.55);

  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.ld-btn:hover{
  transform: translateY(-1px);
  background: var(--ld-goldSoft);
  border-color: rgba(209,176,106,0.55);
}

/* avoid ugly link colors */
a{ color: inherit; }
a:hover{ color: var(--ld-gold); }



/* Make portfolio placeholders work with images (no redesign) */
.ld-ph{
  overflow: hidden;
  border-radius: 16px;
}

.ld-ph img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}



/*application*/


.ld-ph{
  overflow: hidden;
  border-radius: 16px;
}

.ld-ph img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}


/*smart systems codeee*/



/* ==========================================================
   THE CITY CRYSTAL — SMART SYSTEMS (ULTRA ELEGANT)
   ========================================================== */

:root{
  --ss-bg: #070708;
  --ss-text: rgba(255,255,255,0.92);
  --ss-muted: rgba(255,255,255,0.72);

  /* muted champagne */
  --ss-gold: #d1b06a;
  --ss-goldSoft: rgba(209,176,106,0.12);
  --ss-border: rgba(209,176,106,0.22);
  --ss-borderStrong: rgba(209,176,106,0.35);

  --ss-radius: 18px;
  --ss-shadow: 0 18px 55px rgba(0,0,0,0.55);
}

body{
  background: var(--ss-bg);
  color: var(--ss-text);
}

/* HERO */
.ss-hero{
  padding: 88px 18px 66px;
  border-top: 1px solid var(--ss-border);
  border-bottom: 1px solid var(--ss-border);
  background:
    radial-gradient(circle at 25% 15%, rgba(209,176,106,0.12), transparent 60%),
    radial-gradient(circle at 80% 80%, rgba(209,176,106,0.08), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,0.60), rgba(0,0,0,0.92));
}

.ss-hero-inner{
  max-width: 1120px;
  margin: 0 auto;
}

.ss-kicker{
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ss-muted);
}

.ss-title{
  margin: 0 0 14px;
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1.06;
  color: var(--ss-text);
  text-shadow: 0 20px 60px rgba(0,0,0,0.75);
}

.ss-sub{
  max-width: 760px;
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.85;
  color: var(--ss-muted);
}

/* Pills */
.ss-pills{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.ss-pill{
  padding: 10px 12px;
  border-radius: 999px;
  font-size: 13px;
  color: var(--ss-muted);
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.26);
  backdrop-filter: blur(6px);
}

/* Sections */
.ss-section{
  padding: 62px 18px;
  background: linear-gradient(180deg, rgba(0,0,0,0.94), rgba(0,0,0,0.98));
}

.ss-section.ss-dark{
  background:
    radial-gradient(circle at 35% 20%, rgba(209,176,106,0.10), transparent 58%),
    linear-gradient(180deg, rgba(0,0,0,0.97), rgba(0,0,0,0.99));
}

.ss-wrap{
  max-width: 1120px;
  margin: 0 auto;
}

.ss-head{
  margin-bottom: 22px;
  max-width: 860px;
}

.ss-mini{
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ss-muted);
}

.ss-h2{
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.18;
  color: var(--ss-text);
}

.ss-p{
  margin: 0;
  color: var(--ss-muted);
  line-height: 1.85;
  font-size: 15.5px;
}

/* Cards */
.ss-cards{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

@media (max-width: 950px){
  .ss-cards{ grid-template-columns: 1fr; }
}

.ss-card{
  border-radius: var(--ss-radius);
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  box-shadow: 0 18px 55px rgba(0,0,0,0.45);
  padding: 18px;
  backdrop-filter: blur(6px);
}

.ss-card h3{
  margin: 0 0 8px;
  color: var(--ss-text);
  font-size: 18px;
}

.ss-card p{
  margin: 0;
  color: var(--ss-muted);
  line-height: 1.75;
}

/* Steps */
.ss-steps{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

@media (max-width: 950px){
  .ss-steps{ grid-template-columns: 1fr; }
}

.ss-step{
  border-radius: var(--ss-radius);
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  box-shadow: 0 18px 55px rgba(0,0,0,0.45);
  padding: 18px;
  backdrop-filter: blur(6px);
}

.ss-num{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border: 1px solid var(--ss-borderStrong);
  background: rgba(0,0,0,0.25);
  color: var(--ss-text);
  font-weight: 800;
}

/* Gallery */
.ss-gallery{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

@media (max-width: 950px){
  .ss-gallery{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px){
  .ss-gallery{ grid-template-columns: 1fr; }
}

.ss-ph{
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  box-shadow: 0 18px 55px rgba(0,0,0,0.45);
  display: block;
}

.ss-ph img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.ss-ph:hover img{
  transform: scale(1.05);
}

/* Final CTA (only one) */
.ss-final{
  display: flex;
  justify-content: center;
}

.ss-finalCard{
  width: 100%;
  border-radius: calc(var(--ss-radius) + 2px);
  border: 1px solid var(--ss-border);
  background:
    radial-gradient(circle at 20% 20%, rgba(209,176,106,0.12), transparent 60%),
    rgba(255,255,255,0.03);
  box-shadow: var(--ss-shadow);
  padding: 20px;
}

.ss-finalCard h3{
  margin: 0 0 8px;
  font-size: 20px;
  color: var(--ss-text);
}

.ss-finalCard p{
  margin: 0 0 14px;
  color: var(--ss-muted);
  line-height: 1.75;
}

.ss-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.02em;

  color: var(--ss-text);
  border: 1px solid var(--ss-borderStrong);
  background: rgba(255,255,255,0.02);
  box-shadow: 0 16px 45px rgba(0,0,0,0.55);

  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.ss-btn:hover{
  transform: translateY(-1px);
  background: var(--ss-goldSoft);
  border-color: rgba(209,176,106,0.55);
}

/* avoid ugly link colors */
a{ color: inherit; }
a:hover{ color: var(--ss-gold); }



/* ==========================
   SINGLE IMAGE MODE (SMART1)
   ========================== */

.ss-gallery--single{
  display: block;           /* override grid */
  margin-top: 22px;
}

.ss-ph--single{
  position: relative;
  max-width: 980px;
  margin: 0 auto;           /* center */
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  box-shadow: 0 22px 70px rgba(0,0,0,0.65);
}

/* Make the image feel premium (not small) */
.ss-ph--single img{
  width: 100%;
  height: clamp(300px, 46vw, 520px);   /* responsive height */
  object-fit: cover;
  display: block;
  transform: none; /* stop zoom effect */
  transition: transform .35s ease;
}

/* Subtle hover (still premium) */
.ss-ph--single:hover img{
  transform: scale(1.02);
}

/* Elegant bottom gradient caption */
.ss-cap{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 18px 16px;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.00),
    rgba(0,0,0,0.45),
    rgba(0,0,0,0.78)
  );
  backdrop-filter: blur(2px);
}

.ss-capTitle{
  display: block;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.95);
  margin-bottom: 4px;
  font-size: 16px;
}

.ss-capText{
  display: block;
  color: rgba(255,255,255,0.75);
  font-size: 13.5px;
  line-height: 1.5;
}

/* Keep the single image section feeling “big” */
.ss-section[aria-label="Smart systems gallery"]{
  padding-top: 70px;
  padding-bottom: 70px;
}



/* hide hamburger on desktop */
@media (min-width: 901px){
  .nav-toggle{ display: none !important; }
}














/* ===== CART ICON + BADGE (FIXED ALIGNMENT) ===== */

.nav-icon{
  display: flex;
  align-items: center;
}

.cart-link{
  display: inline-flex;
  align-items: center;
  gap: 10px;              /* space between icon and 0 */
  color: #d6b15b;
  text-decoration: none;
}

/* wrapper */
.cart-ui{
  display: inline-flex;
  align-items: center;
  flex-direction: row;   /* FORCE horizontal */
}

/* cart icon */
.cart-svg{
  width: 18px;
  height: 18px;
  display: inline-block;
  fill: currentColor;
}

/* gold 0 */
.cart-badge{
  margin-left: 6px;      /* push 0 to the RIGHT */
  min-width: 22px;
  height: 18px;
  padding: 0 7px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;
  background: #d6b15b;
  color: #0b0b0b;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}





/* ===== FORCE CART ICON + 0 ON ONE LINE (OVERRIDE) ===== */
li.nav-icon,
li.nav-item.nav-icon{
  display: flex !important;
  align-items: center !important;
}

a.cart-link{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;            /* space between icon and 0 */
  white-space: nowrap !important;  /* STOP wrapping */
  flex-wrap: nowrap !important;    /* STOP wrapping */
}

/* make svg never drop */
a.cart-link svg{
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 auto !important;
  vertical-align: middle !important;
  fill: currentColor !important;
}

/* badge must NOT be absolute / block */
#cartBadge,
.cart-badge{
  position: static !important;      /* kills absolute positioning */
  display: inline-flex !important;  /* keeps it inline */
  align-items: center !important;
  justify-content: center !important;

  margin-left: 6px !important;      /* push 0 a bit right */
  min-width: 22px !important;
  height: 18px !important;
  padding: 0 7px !important;

  border-radius: 999px !important;
  background: #d6b15b !important;
  color: #0b0b0b !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  flex: 0 0 auto !important;
}







/* ===========================
   Language switch (header)
   =========================== */

.nav-lang{
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.lang-btn{
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.lang-pill{
  display: inline-flex;
  align-items: center;
  gap: 6px;

  height: 30px;
  padding: 0 10px;

  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;

  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;

  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}

.lang-pill:hover{
  transform: translateY(-1px);
  border-color: rgba(201,162,77,0.7);
  background: rgba(201,162,77,0.10);
}

.lang-sep{
  opacity: .55;
}

/* show active language */
html[lang="en"] .lang-en{ font-weight: 800; color: #c9a24d; }
html[lang="en"] .lang-ar{ opacity: .75; }

html[lang="ar"] .lang-ar{ font-weight: 800; color: #c9a24d; }
html[lang="ar"] .lang-en{ opacity: .75; }


/* ===========================
   SHOWROOM 3D TOUR (HOME)
=========================== */

.showroom-tour{
  width: 100%;
  padding: 70px 0;
  background: #0c0c0c;
  border-top: 1px solid rgba(201,162,77,0.35);
  border-bottom: 1px solid rgba(201,162,77,0.35);
}

.showroom-inner{
  width: min(1200px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 28px;
  align-items: center;
}

.showroom-kicker{
  margin: 0 0 10px;
  letter-spacing: 3px;
  font-size: 12px;
  color: rgba(201,162,77,0.85);
  text-transform: uppercase;
}

.showroom-title{
  margin: 0 0 12px;
  font-size: 34px;
  font-weight: 300;
  color: #f3f3f3;
  letter-spacing: 1px;
}

.showroom-sub{
  margin: 0 0 18px;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  font-size: 15px;
  max-width: 520px;
}

.showroom-btn{
  display: inline-block;
  padding: 12px 18px;
  border: 1px solid rgba(201,162,77,0.75);
  color: rgba(201,162,77,0.95);
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  transition: 0.2s ease;
}

.showroom-btn:hover{
  background: rgba(201,162,77,0.12);
  border-color: rgba(201,162,77,1);
}

/* responsive iframe */
.showroom-frame{
  position: relative;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 14px 38px rgba(0,0,0,0.55);
}

/* 16:9 ratio */
.showroom-frame::before{
  content: "";
  display: block;
  padding-top: 56.25%;
}

.showroom-frame iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}





/* =========================================
   Keep header/nav layout SAME in Arabic
   (prevents RTL mirroring)
========================================= */
html[lang="ar"] .header,
html[lang="ar"] .inner_header,
html[lang="ar"] .site-nav,
html[lang="ar"] .navigation,
html[lang="ar"] .nav-lang {
  direction: ltr;
}


/* =========================================
   Keep TOP PROMO HEADER fixed (no RTL flip)
========================================= */
html[lang="ar"] .Top-header{
  direction: ltr;
}

/* keep left/right positions stable */
html[lang="ar"] .Top-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}




.logo-img{
  height: 70px;   /* ← change this number only */
  width: auto;
  display: block;
}











/* ===========================
   Color swatches (cards + modal)
   =========================== */

.cardVariantRow{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:10px;
  font-size:12px;
  opacity:.92;
}

.variantLabel{
  color: rgba(255,255,255,.70);
  letter-spacing:.6px;
  text-transform:uppercase;
  font-size:11px;
}

.variantValue{
  color:#e9d7a6;
  font-weight:700;
  letter-spacing:.4px;
}

.swatches{
  display:flex;
  gap:10px;
  margin-top:10px;
  flex-wrap:wrap;
}

.swatch{
  width:16px;
  height:16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  box-shadow: 0 0 0 1px rgba(0,0,0,.55) inset;
  cursor:pointer;
  position:relative;
  transform: translateZ(0);
}

.swatch:hover{
  border-color: rgba(255,255,255,.45);
}

.swatch.is-active{
  border-color:#d3b064;
  box-shadow:
    0 0 0 2px rgba(211,176,100,.25),
    0 0 0 1px rgba(0,0,0,.65) inset;
}

.swatch.is-active::after{
  content:"";
  position:absolute;
  inset:-5px;
  border-radius:999px;
  border:1px solid rgba(211,176,100,.35);
}

/* Modal swatches spacing */
#modalSwatches{
  margin-top:10px;
}



.logo-img{
  height: 70px;
  width: auto;
  display: block;

  filter: brightness(0) invert(1);
  opacity: 0.92;
}

/* Footer logo – white (slightly softer) */
.footer-logo{
  width: 233px;
  height: auto;
  display: block;
  margin-bottom: 18px;

  filter: brightness(0) invert(1);
  opacity: 0.88;
}









/* ===== DROPDOWN WITH IMAGES ===== */

.dropdown-with-images{
  min-width: 300px;
  padding: 12px;
  display: grid;
  gap: 6px;
}

/* item row */
.dropdown-with-images .dd-item{
  display: flex;
  align-items: center;
  gap: 14px;

  padding: 10px 12px;
  border-radius: 12px;

  text-decoration: none;
  color: rgba(255,255,255,0.9);

  transition: background 180ms ease, transform 180ms ease;
}

/* thumbnail */
.dropdown-with-images .dd-item img{
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 10px;

  border: 1px solid rgba(201,162,77,0.25);
  background: #0b0b0b;
transform: translateY(10px);

}

/* text */
.dropdown-with-images .dd-item span{
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* hover */
.dropdown-with-images .dd-item:hover{
  background: rgba(201,162,77,0.10);
  color: #c9a24d;
  transform: translateX(2px);
}

/* mobile safety */
@media (max-width: 900px){
  .dropdown-with-images{
    padding: 10px;
  }

  .dropdown-with-images .dd-item img{
    width: 36px;
    height: 36px;
  }
}



/* Contact link inside menu: mobile-only */
.mobile-only{
  display: none !important;
}

@media (max-width: 900px){
  .mobile-only{
    display: block !important;
  }
}






html[dir="rtl"] .hero-slider{
  direction: ltr;
}

html[dir="rtl"] .hero-slider .hero-copy{
  direction: rtl;
  text-align: center;
}

html[dir="rtl"] .hero-slider .nav-left{
  left: 24px !important;
  right: auto !important;
}

html[dir="rtl"] .hero-slider .nav-right{
  right: 24px !important;
  left: auto !important;
}
