/* ================================
   VARIABLES
================================ */
:root {
  --primary: #083e6c;   /* navy */
  --accent:  #d9b47d;   /* gold */
  --light:   #f8f8f8;
  --dark:    #222;
  --radius:  14px;
  --shadow: 0 8px 28px rgba(0,0,0,0.08);
  --max-width: 1200px;
  --font-main: "Inter", Arial, sans-serif;
}

/* ================================
   BASE STYLES
================================ */
* {
   box-sizing: border-box; 
  }
html, body { 
  height: 100%;
   margin: 0;
   }
body {
  font-family: var(--font-main);
  color: var(--dark);
  line-height: 1.6;
  background: linear-gradient(135deg, #fdfdfd, #f7f7f7);
}
a {
   color: inherit; 
   text-decoration: none; 
  }
img { 
  max-width: 100%; 
  display: block; 
}
.wrap {
   max-width: var(--max-width); 
   margin: 0 auto; 
   padding: 0 20px;
   }
.text-center {
   text-align: center; 
  }

/* ================================
   HEADER / NAVBAR
================================ */
.topbar {
  position: fixed; top:0; left:0; right:0; z-index: 999;
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
  transition: all .3s ease;
}
.topbar.scrolled {
  background: linear-gradient(90deg, var(--primary),var(--accent));
  color: #fff;
}

.topbar.scrolled .brand-text .company-name,
.topbar.scrolled .brand-text .company-tag {
  color:#fff ;
}
.topbar.scrolled .nav a {
  color: #fff;
}

.topbar.scrolled .nav .cta {
  color:var(--primary);
}

.topbar .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo-card {
  width: 56px;
  height: 56px;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
}
.logo-card img {
   width: 80%;
   height: auto; 
  }
.brand-text .company-name {
   font-weight: 700;
   color: var(--primary); }
.brand-text .company-tag {
   font-size: 0.8rem;
   color: #555; 
  }
.nav { 
  display: flex;
  gap: 14px; 
  }
.nav a {
   padding: 8px 12px; 
   border-radius: 8px;
   font-weight: 600; 
   color: var(--primary);
  }
.nav a:hover { 
  background: linear-gradient(90deg, var(--accent), #fff);
}
.nav .cta { 
  background: linear-gradient(90deg, var(--accent), #fff);
  color: var(--primary); 
}
.hamburger {
   display: none;
   font-size: 1.2rem;
   background: none;
   border: none; }

/* mobile nav */
.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 10px;
  background: rgba(255,255,255,0.6);
  padding: 12px 20px;
  border-bottom: 1px solid #eee;
}
.mobile-nav a { 
  padding: 8px 0;
  font-weight: 600;
 }

/* ================================
   HERO
================================ */
.hero {
  min-height: 90vh;
  position: relative;
  display: flex; 
  align-items: center; 
  justify-content: center;
  overflow: hidden;
}
.hero-video {
  position: absolute; 
  inset: 0;
  width: 100%; 
  height: 100%; 
  object-fit: cover;
}
.hero-overlay {
  position: absolute; 
  inset: 0;
  background: linear-gradient(180deg, rgba(8,62,108,0.4), rgba(0,0,0,0.25));
}
.hero-inner {
  position: relative; 
  z-index: 2;
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  gap: 18px;
  text-align: center;
}
.glass-card {
  display: flex; 
  align-items: center; 
  gap: 12px;
  padding: 12px 16px;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(6px);
  box-shadow: var(--shadow);
}
.glass-card img {
  width: 64px; 
  height: 64px; 
  border-radius: 10px; 
}
.glass-text .micro { 
  color: var(--accent); 
  font-size: 0.85rem; 
  font-weight: 600; 
}
.glass-text .mini { 
  color: #fff; 
  font-weight: 700; 
  font-size: 1rem;
 }
#heroTitle { 
  background: linear-gradient(90deg, var(--accent), #fff);
  font-size: 2rem; 
  margin: 0;
 }
#heroSubtitle { 
  color: #f0f5f9; 
  max-width: 700px; 
}

/* hero buttons */
.btn {
  display: inline-block; 
  padding: 10px 16px;
  border-radius: 10px; 
  font-weight: 600;
}
.btn-primary { 
  background: linear-gradient(90deg, var(--accent), #fff);
  color: var(--primary); 
}
.btn-outline { 
  border: 1px solid rgba(255,255,255,0.3); 
  color: #fff; 
}




/* ================================
   SCROLL STRIP (Enhanced)
================================ */
.scroll-strip {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  color: var(--primary);
  background: url("../../images/leather-texture.png") center/cover no-repeat;
}
.scroll-strip .overlay-bg {
  position: absolute;
  inset: 0;
  filter: brightness(0.5);
  z-index: 0;
}
.scroll-strip .wrap {
  position: relative;
  z-index: 1;
}

.scroll-head {
  text-align: center;
  margin-bottom: 40px;
}
.scroll-head h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--primary);
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}
.scroll-head h2 span {
  color: var(--accent);
}
.scroll-head h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  border-radius: 2px;
  background: var(--accent);
}
.scroll-head p {
  margin-top: 12px;
  font-size: 1.1rem;
  color:#083e6c;
  opacity: 0.9;
}

/* scroll track */
.scroll-track {
  display: flex;
  gap: 18px;
  animation: scroll-left 35s linear infinite;
}
.s-item {
  min-width: 260px;
  border-radius: var(--radius);
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: var(--shadow);
  cursor: pointer;
  background: #fff;
}
.s-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform .4s;
}
.s-item:hover img { 
  transform: scale(1.08);
 }

/* keyframes */
@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Lightbox Scroll-Strip */
.strip-lightbox-2 {
  position: fixed;
  inset: 0;
  display: none; /* يظهر عند الفتح */
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.85);
  z-index: 10000;
}

.strip-lightbox-2.open {
  display: flex;
}

.strip-lightbox-2 img {
  max-width: 90%;
  max-height: 90vh;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.6);
}

.strip-lightbox-2-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  user-select: none;
}

/* ================================
   FEATURES / SERVICES
================================ */
#services{
  text-align: center;
}
.features {
   padding: 60px 0;
   }
.features-grid {
  display: grid; 
  grid-template-columns: repeat(3,1fr); 
  gap: 20px;
}
.feature {
  border-radius: var(--radius); 
  padding: 20px;
  box-shadow: var(--shadow); 
  transition: transform .3s, box-shadow .3s;
}
.feature:hover { 
  transform: translateY(-10px); 
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
 }
.feature .icon {
  width: 60px; 
  height: 60px; 
  border-radius: 12px;
  background: linear-gradient(90deg, var(--accent), #fff);
  color: var(--primary);
  display: flex; 
  align-items: center; 
  justify-content: center;
  margin-bottom: 10px;
}
.feature h3 { 
  color: var(--primary); 
  margin: 0 0 6px; 
}



/* ================================
   ABOUT US
================================ */
.about {
  padding: 80px 0;
  background: linear-gradient(135deg, #fdfdfd, #f7f7f7);
  position: relative;
  overflow: hidden;
}
.about::before {
  content: "";
  position: absolute;
  width: 250px; height: 250px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.15;
  top: -80px; 
  left: -80px;
}
.about::after {
  content: "";
  position: absolute;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: var(--primary);
  opacity: 0.08;
  bottom: -100px; right: -100px;
}
.about-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.about-image {
  flex: 1;
  max-width: 500px;
}
.about-image img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  object-fit: cover;
}

.about-text {
  flex: 1;
}
.about-text h2 {
  font-size: 2.2rem;
  margin-bottom: 16px;
  color: var(--primary);
}
.about-text h2 span {
  color: var(--accent);
}
.about-text p {
  margin-bottom: 20px;
  color: #444;
  line-height: 1.8;
  max-width: 600px;
}
.about .btn-primary {
  background: linear-gradient(90deg, var(--accent), #fff);
  color: var(--primary);
  font-weight: 700;
  padding: 12px 24px;
  border-radius: var(--radius);
  transition: all 0.3s ease;
  display: inline-block;
}
.about .btn-primary:hover {
  background: var(--primary);
  color: #fff;

}

/* responsive */
@media (max-width: 900px) {
  .about-wrap { 
    flex-direction: column; 
    text-align: center; 
  }
  .about-text h2 { font-size: 1.8rem; }
  .about-image { max-width: 100%; }
}



/* ================================
   STATS
================================ */
.stats {
  background: linear-gradient(90deg, var(--accent), #fff);
  border-radius: var(--radius);
  padding: 40px 0;
  margin: auto;
}
.stats-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}
.stat {
   text-align: center;
   flex: 1;
   min-width: 120px;
   }
.stat .num { 
  font-size: 2rem;
  font-weight: 800; 
  color: var(--primary); }
.stat .label {
   color: #666;
   }

/* PORTFOLIO */
.portfolio { 
  padding: 60px 0;
  text-align: center;
}
.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  color: var(--primary);
}
.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), #fff);
  margin: 10px auto 0;
  border-radius: 2px;
  transition: width 0.4s ease;
}
.section-title:hover::after { 
  width: 120px; 
}

/* FILTER BUTTONS */
.filters { 
  display: flex; 
  gap: 12px; 
  justify-content: center; 
  margin-bottom: 30px; 
}
.filter-btn {
  padding: 8px 18px; 
  border-radius: 25px;
  border: 1px solid var(--primary); 
  background: transparent;
  color: var(--primary);
  cursor: pointer;
  transition: all .3s ease;
}
.filter-btn:hover {
  background: linear-gradient(90deg, var(--accent), #fff);
  color:var(--primary);
}
.filter-btn.active {
  background: linear-gradient(90deg, var(--accent), #fff);
   color: var(--primary); 
}

/* GRID */
.masonry {
  display: grid; 
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
}
.masonry .item { 
  border-radius: 12px; 
  overflow: hidden; 
  cursor: pointer; 
  opacity: 0;
  transform: translateY(30px);
  transition: all .6s ease;
}
.masonry .item.show {
  opacity: 1;
  transform: translateY(0);
}
.masonry img { 
  width: 100%; 
  height: 230px; 
  object-fit: cover; 
  transition: transform .4s ease, filter .4s ease;
}
.masonry img:hover { 
  transform: scale(1.1);
  filter: brightness(0.9);
}
/* CTA */
.portfolio-cta {
  margin-top: 60px;
  text-align: center;
}

.portfolio-cta h3 {
  font-size: 1.8rem;
  color: var(--primary);
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.portfolio-cta h3::after {
  content: "";
  display: block;
  width: 60%;
  height: 3px;
  background: var(--accent);
  margin: 10px auto 0;
  border-radius: 3px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}


.cta-buttons .btn-primary {
  background: linear-gradient(90deg, var(--accent), #fff);
  color: var(--primary);
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: var(--radius);
  transition: all 0.3s ease;
}
.cta-buttons .btn-primary:hover {
  background: var(--primary);
  transform: translateY(-3px);
  color: #ddd;
}


.cta-buttons .btn-outline {
  background: transparent;
  border: 2px solid var(--accent);
  color: var(--accent);
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: var(--radius);
  transition: all 0.3s ease;
}
.cta-buttons .btn-outline:hover {
  background: var(--accent);
  color: #fff;
  transform: translateY(-3px);
}



/* LIGHTBOX */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
  z-index: 1000;
}
.lightbox.open {
  opacity: 1;
  visibility: visible;
}
.lightbox img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.lightbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer;
}

/* ================================
   TESTIMONIALS
================================ */
.testimonials { 
  padding: 50px 0; 
}
.test-cards {
  display: flex; 
  gap: 18px; 
  overflow-x: auto; 
  padding-bottom: 12px;
}
.test {
  border-radius: var(--radius); 
  padding: 18px;
  box-shadow: var(--shadow); 
  min-width: 280px;
}
.test p { 
  margin: 0 0 8px;
 }
.partners { 
  display: flex; 
  gap: 16px; 
  justify-content: center; 
  margin-top: 20px;
 }
.partners img { 
  height: 44px; 
  opacity: 0.85; 
  transition: all .3s; 
}
.partners img:hover {
   transform: translateY(-5px); opacity: 1; 
  }
/* ================================
   CONTACT CTA
================================ */
/* Contact Section */

#contact {
  padding: 4rem 1rem;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-header h2 {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
}

.section-header p {
  color: #555;
  font-size: 1rem;
}

/* Layout */
.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
}

/* Map */
.contact-map {
  min-height: 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}
.contact-map:hover {
  transform: scale(1.02);
}

/* Form */
.contact-form {
  background: linear-gradient(180deg, rgba(8,62,108,0.4), rgba(0,0,0,0.25));
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.contact-form .form-group {
  margin-bottom: 1.2rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  outline: none;
  transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 5px rgba(0,196,255,0.3);
}

.contact-form textarea {
  resize: none;
  height: 140px;
}

.contact-form button {
  background: linear-gradient(90deg, var(--accent), #fff);
  color:var(--primary);
  border: none;
  padding: 0.9rem 2rem;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form button:hover {
  background: var(--primary);
  transform: translateY(-2px) scale(1.05);
  color: #ddd;
}

/* Responsive */
@media (max-width: 900px) {
  .contact-content {
    grid-template-columns: 1fr;
  }
  .contact-map {
    height: 300px;
  }
}



.contact-cta {
  padding: 40px; 
  border-radius: var(--radius);
  background: linear-gradient(90deg, var(--primary), #8da8bd);
  text-align: center; 
  color: #fff;
}
.contact-cta .btn-primary {
  background: #fff;
  color: var(--primary);
}

.about-hero-video {
  position: relative;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
}

.about-hero-video .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7) contrast(1.1);
  transition: transform 1s ease;
}
.about-hero-video:hover .hero-video {
  transform: scale(1.06);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(4px);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}

.hero-content {
  text-align: center;
  max-width: 900px;
  animation: fadeIn 1.5s ease both;
}

.hero-content h1 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.hero-content h1 span {
  color: var(--accent);
  background: linear-gradient(90deg, var(--accent), #fff, var(--accent));
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 5s linear infinite;
}
.hero-content p {
  font-size: 1.2rem;
  opacity: 0.95;
  animation: fadeInUp 1.2s ease 0.3s both;
}

/* Responsive */
@media (max-width: 768px) {
  .about-hero-video {
    height: 70vh;
  }
  .hero-content h1 {
    font-size: 2rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
}
/* ================================
   INTRO
================================ */
.about-bg-intro {
  padding: 100px 0;
  background: linear-gradient(135deg, #fff, #f9f9f9);
}
.about-bg-wrap {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
.about-bg-image {
  flex: 1;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transform: translateY(0);
  transition: transform 0.5s ease;
  max-width: 35%;
}
.about-bg-image:hover {
  transform: translateY(-8px) scale(1.03);
}
.about-bg-image img {
  width: 100%;
  display: block;
}
.about-bg-text {
  flex: 1;
}
.about-bg-text h2 {
  color: var(--primary);
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
.about-bg-text h2::after {
  content: "";
  width: 70px;
  height: 4px;
  background: var(--accent);
  display: block;
  margin-top: 10px;
  border-radius: 2px;
}
.about-bg-text p {
  color: #333;
  line-height: 1.8;
  font-size: 1.05rem;
  animation: fadeIn 1.2s ease;
}
/* ================================
   LOGO INTRO VIDEO SECTION
================================ */
.about-bg-logo-video {
  position: relative;
  padding: 5rem 1.5rem;
  background: linear-gradient(180deg, rgba(8,62,108,0.4), rgba(0,0,0,0.25));
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-bg-logo-video-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 1100px;
  width: 100%;
}

/* النص */
.about-bg-logo-text h2 {
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(90deg, var(--accent, #d4af37), #fff, var(--accent, #d4af37));
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 6s linear infinite;
}

/* الفيديو */
.about-bg-logo-card {
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.55);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  max-width: 500px;
  margin: 0 auto;
}
.about-bg-logo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.7);
}

.about-bg-logo-file {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 1.2rem;
}

/* Responsive */
@media (max-width: 900px) {
  .about-bg-logo-video-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .about-bg-logo-text {
    margin-bottom: 2rem;
  }
}




/* ================================
   ABOUT-BG-2 (Full Legacy Section)
================================ */
.about-bg-2 {
  position: relative;
  background: url("../../images/leather-texture.png") center/cover no-repeat;
  color: #fff;
  padding: 6rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-bg-2-overlay {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(3px);
  z-index: 1;
}

.about-bg-2-wrap {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}

.about-bg-2-content {
  background: linear-gradient(180deg, rgba(8,62,108,0.4), rgba(0,0,0,0.25));
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1.5rem;
  padding: 3rem 2rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.about-bg-2-content:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(204, 202, 202, 0.6);
}

.about-bg-2-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  text-align: center;
  margin-bottom: 2rem;
  color: var(--accent, #d4af37); 
  text-transform: uppercase;
  letter-spacing: 2px;
  background: linear-gradient(90deg, var(--accent, #d4af37), #fff, var(--accent, #d4af37));
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 6s linear infinite;
}

.about-bg-2-text p {
  margin-bottom: 1.5rem;
  line-height: 1.8;
  font-size: 1.05rem;
  color: #eaeaea;
  text-align: justify;
  animation: fadeInUp 1s ease both;
}

.about-bg-2-text p:last-child {
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .about-bg-2 {
    padding: 4rem 1rem;
  }
  .about-bg-2-content {
    padding: 2rem 1.5rem;
  }
  .about-bg-2-title {
    font-size: 1.8rem;
  }
  .about-bg-2-text p {
    font-size: 0.95rem;
  }
}


/* ================================
   VISION
================================ */
.about-bg-vision {
  padding: 100px 20px;
  background: linear-gradient(180deg, rgba(8,62,108,0.4), rgba(0,0,0,0.25));
  color: #fff;
  text-align: center;
}
.about-bg-vision h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: var(--primary);
}
.about-bg-vision p {
  max-width: 800px;
  margin: auto;
  line-height: 1.9;
  font-size: 1.1rem;
  opacity: 0.95;
  color: #fff;
}

/* ================================
   VALUES
================================ */
.about-bg-values {
  padding: 100px 20px;
  background: #fafafa;
}
.about-bg-values .section-title {
  text-align: center;
  margin-bottom: 60px;
  color: var(--primary);
  font-size: 2.2rem;
  animation: fadeInUp 1s ease;
}
.about-bg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  gap: 30px;
}
.value-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  overflow: hidden;
}
.value-card::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--accent), var(--primary));
  opacity: 0.05;
  transition: top 0.4s ease;
}
.value-card:hover::before {
  top: 0;
}
.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.18);
}
.value-card h3 {
  color: var(--accent);
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.value-card p {
  color: #555;
  font-size: 1rem;
  line-height: 1.7;
}

/* =========================
   VALUE CARD LIGHTBOX
   ========================= */

/* container */
.value-card-lightbox {
  display: none; 
  position: fixed;
  inset: 0;
  z-index: 12000; 
  justify-content: center;
  align-items: center;
  overflow: auto;
  pointer-events: none; 
}

.value-card-lightbox .value-card-lightbox-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(105, 105, 105, 0.65);
  backdrop-filter: blur(6px);
  transition: opacity 280ms ease;
  opacity: 0;
  pointer-events: auto;
}

/* content wrapper */
.value-card-lightbox-content {
  position: relative;
  z-index: 12002;
  width: 62%;           
  max-width: 820px;
  min-width: 320px;
  max-height: 88vh;     
  overflow-y: auto;
  margin: 32px;
  background: rgba(255,255,255,0.98);
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(6,24,44,0.6);
  padding: 44px 36px;
  text-align: center;
  transform: translateY(8px) scale(0.95);
  opacity: 0;
  transition: transform 320ms cubic-bezier(.2,.9,.26,1), opacity 260ms ease;
  pointer-events: auto;
}

/* close button */
.value-card-lightbox-close {
  position: fixed;
  top: 20px;
  right: 28px;
  z-index: 12003;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
}

/* open state */
.value-card-lightbox.open {
  display: flex;
  pointer-events: auto;
}

.value-card-lightbox.open .value-card-lightbox-backdrop {
  opacity: 1;
}

.value-card-lightbox.open .value-card-lightbox-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.value-card-lightbox.open .value-card-lightbox-close {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.cloned-value-card {
  width: 100% !important;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: none !important;        
  border-radius: 10px;
  transform: none !important;
  transition: none !important;
}

.cloned-value-card:hover {
  transform: none !important;
  box-shadow: none !important;
}

.cloned-value-card > * {
}

/* Responsive tweaks */
@media (max-width: 900px) {
  .value-card-lightbox-content {
    width: 86%;
    padding: 28px;
  }
}

@media (max-width: 480px) {
  .value-card-lightbox-content {
    width: 94%;
    padding: 20px;
    border-radius: 10px;
  }
  .value-card-lightbox-close {
    font-size: 28px;
    right: 16px;
  }
}

/* ================================
   ANIMATIONS
================================ */
@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes fadeIn {
  from {opacity: 0; transform: translateY(20px);}
  to {opacity: 1; transform: translateY(0);}
}
@keyframes fadeInUp {
  from {opacity: 0; transform: translateY(40px);}
  to {opacity: 1; transform: translateY(0);}
}
@keyframes fadeInDown {
  from {opacity: 0; transform: translateY(-40px);}
  to {opacity: 1; transform: translateY(0);}
}
@keyframes glow {
  from { text-shadow: 0 0 10px var(--accent), 0 0 20px var(--accent);}
  to { text-shadow: 0 0 25px var(--accent), 0 0 50px var(--accent);}
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 900px) {
  .about-bg-wrap {
    flex-direction: column;
    text-align: center;
  }
  .about-bg-hero {
    height: 65vh;
    padding: 40px 20px;
  }
  .about-bg-hero-content h1 {
    font-size: 2.2rem;
  }
  .about-video-section {
    min-height: 50vh;
  }
  .video-overlay h2 {
    font-size: 1.8rem;
  }
  .about-bg-intro, .about-bg-vision, .about-bg-values {
    padding: 60px 20px;
  }
}

/* ================================
leather page
================================ */
/* ================================
   LEATHER HERO SECTION
================================ */
.leather-bg-hero {
  position: relative;
  height: 55vh; 
  background: url("../../images/leather-texture.png") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.leather-bg-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(186, 186, 186, 0.08);
  backdrop-filter: blur(2px);
  z-index: 1;
}

.leather-bg-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 1.5rem;
  animation: fadeIn 1.5s ease both;
}

/* .leather-bg-title {
  font-size: clamp(2rem, 5vw, 4rem); 
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  color: #fff;
  background: linear-gradient(90deg, var(--accent, #d4af37), #fff, var(--accent, #d4af37));
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 6s linear infinite, fadeInDown 1.2s ease both;
} */

.leather-bg-title {
  position: relative;
  display: inline-block;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 800;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0 12px;
  z-index: 1;
}

.leather-bg-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px; 
  width: 100%;
  height: 40%;
  background: linear-gradient(90deg, var(--accent), rgba(255,255,255,0.8));
  z-index: -1;
  border-radius: 6px;
  animation: slideIn 1.2s ease both;
}

/* Animation */
@keyframes slideIn {
  from { width: 0; opacity: 0; }
  to { width: 100%; opacity: 1; }
}

.leather-bg-subtitle {
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  color: var(--primary);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
  animation: fadeInUp 1.5s ease 0.5s both;
}


/* Responsive */
@media (max-width: 768px) {
  .leather-bg-hero {
    height: 45vh;
  }
  .leather-bg-title {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  .leather-bg-subtitle {
    font-size: 0.95rem;
  }
}

/* ================================
   LEATHER VIDEO SECTION
================================ */
.leather-bg-video {
  padding: 5rem 1.5rem;
  background: linear-gradient(180deg, rgba(8,62,108,0.4), rgba(0,0,0,0.25));
  text-align: center;
  overflow: hidden;
}

.leather-bg-video-text h2 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 600;
  color: var(--primary); 
  max-width: 850px;
  margin: 0 auto 2rem;
  line-height: 1.7;
  animation: fadeInUp 1.2s ease both;
}

.leather-bg-video-wrapper {
  position: relative;
  display: inline-block;
  width: 40%;
  max-width: 900px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  padding: 5px; 
  background: linear-gradient(270deg, #d4af37, #fff, #d4af37);
  background-size: 400% 400%;
  animation: borderMove 8s linear infinite;
}

.leather-bg-video-wrapper:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 30px rgba(0,0,0,0.6);
}
@keyframes borderMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.leather-bg-video-file {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}


.leather-bg-video-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: 2px solid var(--accent, #d4af37);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.leather-bg-video-btn:hover {
  background: var(--accent, #d4af37);
  color: #000;
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
  .leather-bg-video-wrapper {
    width: 100%;
  }
  .leather-bg-video-text h2 {
    font-size: 1rem;
  }
}


/* ================================
   LEATHER TYPES SECTION
================================ */
.leather-bg-types {
  padding: 80px 1rem;
  position: relative;
}

.leather-bg-types .section-title {
  text-align: center;
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 10px;
}

.leather-bg-types .section-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 50px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.leather-bg-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  gap: 25px;
}

.leather-bg-type-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

.leather-bg-type-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

.leather-bg-type-card h3 {
  color: var(--accent);
  margin-bottom: 12px;
}

.leather-bg-type-card p {
  color: #555;
  line-height: 1.7;
  font-size: 0.95rem;
}



/* responsive */
@media (max-width: 900px) {
  .leather-bg-types-grid {
    grid-template-columns: 1fr;
  }
}

/* Lightbox خلفية شفافة + Fade */
.leather-type-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(96, 96, 96, 0.6); 
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.leather-type-lightbox.open {
  display: flex;
  opacity: 1;
}

/* Smooth Zoom */
.leather-type-lightbox-content {
  background: rgba(255,255,255,0.95); 
  padding: 50px 40px;
  border-radius: var(--radius);
  box-shadow: 0 16px 40px rgba(0,0,0,0.25);
  max-width: 600px;
  width: 100%;
  text-align: center;
  transform: scale(0.8);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.leather-type-lightbox.open .leather-type-lightbox-content {
  transform: scale(1);
  opacity: 1;
}

.leather-type-lightbox-content .leather-bg-type-card {
  background: inherit; 
  padding: 0;
  box-shadow: none;
  transform: none;
  margin: 0;
}

.leather-type-lightbox-content .leather-bg-type-card h3,
.leather-type-lightbox-content .leather-bg-type-card p {
  color: inherit;
}

.leather-type-lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.leather-type-lightbox-close:hover {
  color: #ddd;
}

/* ================================
   Hover Effects
================================ */

/* العناوين */
.leather-bg h2,
.leather-bg h3 {
  transition: all 0.4s ease;
  position: relative;
}

.leather-bg h2:hover::after,
.leather-bg h3:hover::after {
  width: 100%;
}

.leather-bg h2:hover,
.leather-bg h3:hover {
  color: var(--accent);
  transform: scale(1.05);
}

/* النصوص */
.leather-bg p {
  transition: all 0.3s ease;
}

.leather-bg p:hover {
  color: var(--primary);
  transform: scale(1.02);
}

/* ================================
   3D Pop-Out Hover للبطاقات
================================ */
.leather-bg .value-card,
.leather-bg .leather-type-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  transform-style: preserve-3d; 
  perspective: 1000px;
}

.leather-bg .value-card:hover,
.leather-bg .leather-type-card:hover {
  transform: translateY(-12px) scale(1.05) rotateX(2deg) rotateY(2deg);
  box-shadow: 0 20px 45px rgba(0,0,0,0.25);
  z-index: 10;
}



/* ================================
   LEATHER MEDIA SECTION STYLES
================================ */
.leather-bg-media {
  padding: 80px 1rem;
  background: url("../../images/leather-texture.png") center/cover no-repeat;
  position: relative;
}

.leather-bg-container {
  max-width: var(--max-width);
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

/* العنوان */
.leather-bg-heading {
  text-align: center;
}
.leather-bg-title {
  font-size: 2.5rem;
  color: var(--primary);
  font-weight: 800;
  position: relative;
  display: inline-block;
  transition: all 0.4s ease;
}
.leather-bg-title:hover {
  color: var(--accent);
  transform: scale(1.05);
}
.leather-bg-icon {
  margin-right: 12px;
  font-size: 2.2rem;
}

/* الفيديوهات */
.leather-bg-videos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  width: 100%;
}
.leather-bg-video {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.leather-bg-video:hover {
  transform: scale(1.03);
  box-shadow: 0 20px 45px rgba(0,0,0,0.25);
}

/* معرض الصور */
.leather-bg-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  width: 100%;
}
.leather-bg-img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.leather-bg-img:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 35px rgba(0,0,0,0.25);
}

/* Lightbox */
.leather-bg-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}
.leather-bg-lightbox.open {
  opacity: 1;
  pointer-events: auto;
}
.leather-bg-lightbox-content {
  max-width: 90%;
  max-height: 85%;
  border-radius: var(--radius);
  box-shadow: 0 0 25px rgba(0,0,0,0.5);
}
.leather-bg-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.leather-bg-close:hover {
  transform: scale(1.2);
}

/* ================================
   Scroll Animations
================================ */
[data-animate] {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}
[data-animate].active {
  opacity: 1;
  transform: translateY(0);
}
[data-animate="fade-right"] { transform: translateX(-40px); }
[data-animate="fade-left"] { transform: translateX(40px); }

/* Responsive */
@media (max-width: 980px) {
  .leather-bg-videos { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
  .leather-bg-gallery { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
}
@media (max-width: 640px) {
  .leather-bg-title { font-size: 1.8rem; }
}


/* leather page cubimg */
.shoes-bg-cubs{
  background: url("../../images/leather-texture.png") center/cover no-repeat;

}
.cube-wrapper6 {
  perspective: 1200px;
  width: 320px;
  height: 320px;
  margin: 5rem auto;
}

.cube6 {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  animation: rotateCube6 18s infinite linear;
}

.face6 {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}


.face6 img {
  width: 100%;
  height: 100%;
  object-fit:scale-down;
  display: block;
}

.front6  { transform: rotateY(0deg) translateZ(160px); }
.back6   { transform: rotateY(180deg) translateZ(160px); }
.right6  { transform: rotateY(90deg) translateZ(160px); }
.left6   { transform: rotateY(-90deg) translateZ(160px); }
.top6    { transform: rotateX(90deg) translateZ(160px); }
.bottom6 { transform: rotateX(-90deg) translateZ(160px); }


@keyframes rotateCube6 {
  0%   { transform: rotateY(0deg); }
  100% { transform: rotateY(360deg); }
}

/* Responsive */
@media (max-width: 500px) {
  .cube-wrapper6 {
    width: 220px;
    height: 220px;
    margin: 3rem auto;
  }
}


.shoes-bg-section {
  padding: 70px 20px;
}

.shoes-bg-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

/* الصورة */
.shoes-bg-image {
  flex: 1 1 45%;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  width: 100%;
}

.shoes-bg-image img {
  width: 100%;
  display: block;
  border-radius: 16px;
  transition: transform 0.6s ease;
}

.shoes-bg-image:hover img {
  transform: scale(1.08) rotate(-2deg);
}

.shoes-bg-image:hover {
  box-shadow: 0 20px 45px rgba(0,0,0,0.2);
  transform: translateY(-8px);
}

/* النص */
.shoes-bg-text {
  flex: 1 1 50%;
}

.shoes-bg-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #0a3d62;
  margin-bottom: 20px;
  position: relative;
}

.shoes-bg-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 80px;
  height: 4px;
  background: #d9b47d;
  border-radius: 4px;
}

.shoes-bg-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 25px;
  transition: color 0.3s ease;
}

.shoes-bg-desc:hover {
  color: #222;
}

.shoes-bg-btn {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(90deg, var(--accent), #fff);
  color: var(--primary);
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 6px 20px rgba(10,61,98,0.2);
}

.shoes-bg-btn:hover {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 12px 28px rgba(217,180,125,0.35);
  transform: translateY(-3px);
}

@media (max-width: 900px) {
  .shoes-bg-wrap {
    flex-direction: column;
    text-align: center;
  }

  .shoes-bg-image, .shoes-bg-text {
    flex: 1 1 100%;
  }

  .shoes-bg-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.shoes-bg-gallery-section {
  padding: 60px 20px;
  text-align: center;
  overflow: hidden;
}

.shoes-bg-gallery-heading {
  margin-bottom: 40px;
}

.shoes-bg-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0a3d62;
  margin-bottom: 10px;
}

.shoes-bg-subtitle {
  font-size: 1.2rem;
  color: #555;
}

.shoes-bg-carousel {
  position: relative;
  width: 100%;
  overflow-x: auto;  
  scroll-behavior: smooth; 
  -webkit-overflow-scrolling: touch; 
}

.shoes-bg-track {
  display: flex;
  width: max-content;
  animation: shoesScroll 120s linear infinite; 
}

.shoes-bg-slide {
  width: 280px;
  height: 280px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 10px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

.shoes-bg-slide:hover {
  transform: scale(1.1);
  box-shadow: 0 16px 40px rgba(0,0,0,0.2);
}

@keyframes shoesScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .shoes-bg-slide {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 480px) {
  .shoes-bg-slide {
    width: 150px;
    height: 150px;
  }
}
.shoes-bg-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.shoes-bg-lightbox.open {
  display: flex;
}

.shoes-bg-lightbox-content {
  max-width: 90%;
  max-height: 90%;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.shoes-bg-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.shoes-bg-close:hover {
  color: #ddd;
}


/* section */
.shoes-bg-story {
  padding: 80px 20px;
}

.shoes-bg-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  max-width: 1000px;
  margin: auto;
  flex-wrap: wrap;
}

.shoes-bg-image {
  flex: 1 1 45%;
  text-align: center;
  overflow:hidden;
}

.shoes-bg-image img {
  max-width: 75%;
  width: 75%;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.shoes-bg-image img:hover {
  transform: scale(1.05) rotate(-2deg);
  box-shadow: 0 20px 45px rgba(0,0,0,0.25);
}

.shoes-bg-text {
  flex: 1 1 50%;
}

.shoes-bg-title2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0a3d62;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.shoes-bg-title2 span {
  position: relative;
  z-index: 1;
}

.shoes-bg-title2::before {
  content: "";
  position: absolute;
  left: -8px;
  bottom: 6px;
  width: 105%;
  height: 18px;
  background:var(--accent);
  z-index: 0;
  border-radius: 6px;
}

.shoes-bg-desc {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #444;
  transition: color 0.3s ease;
}

.shoes-bg-desc:hover {
  color: #111;
}

@media (max-width: 900px) {
  .shoes-bg-wrap {
    flex-direction: column;
    text-align: center;
  }

  .shoes-bg-image img {
    width: 100%;
    max-width: 350px;
  }

  .shoes-bg-title2::before {
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
  }
}
/* ================================
   contact page
================================ */

/* Info Cards */
.contact-bg-info {
  padding: 60px 20px;
}
.info-cards {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
.info-card {
  background: linear-gradient(90deg, var(--accent), #fff);
  padding: 30px;
  border-radius: 14px;
  flex: 1;
  min-width: 250px;
  max-width: 350px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.info-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.2);
}
.info-card i {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 15px;
}
.info-card h3 {
  margin-bottom: 8px;
  font-size: 1.3rem;
  color:var(--primary);
}
.info-card p {
  color: #555;
  font-size: 1rem;
}

/* Form + Map */
.contact-bg-form-map {
  padding: 80px 20px;
}
.form-map-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.contact-form {
  flex: 1;
  min-width: 300px;
  background: rgba(255,255,255,0.6);
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.contact-form h2 {
  margin-bottom: 20px;
  color: var(--primary);
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  transition: 0.3s;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 10px rgba(218,165,32,0.4);
}
.contact-form button {
  width: 100%;
  padding: 14px;
  background: linear-gradient(90deg, var(--accent), #fff);
  color:var(--primary);
  font-size: 1.1rem;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  transition: 0.3s;
  cursor: pointer;
}
.contact-form button:hover {
  background: #083e6c;
  transform: translateY(-2px);
}
.contact-map {
  flex: 1;
  min-width: 300px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: none;
  filter: grayscale(30%);
  transition: filter 0.5s ease;
}
.contact-map iframe:hover {
  filter: grayscale(0);
}

.call-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #28a745;
  color: #fff;
  padding: 15px 25px;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  animation: pulse 1.8s infinite;
  transition: 0.3s;
  z-index: 9999;
}
.call-btn:hover {
  background: #218838;
  transform: translateY(-3px);
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(40,167,69, 0.7); }
  70% { box-shadow: 0 0 0 20px rgba(40,167,69, 0); }
  100% { box-shadow: 0 0 0 0 rgba(40,167,69, 0); }
}

/* ================================
   JOIN US
================================ */
/* Hero Section */
.join-us-hero {
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.join-us-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  align-items: center;
  gap: 40px;
}
.join-us-text {
  flex: 1;
}
.join-us-text h2 {
  color: var(--primary);
  font-size: 2.8rem;
  margin-bottom: 15px;
  position: relative;
}
.join-us-text h2::after {
  content: "";
  width: 80px;
  height: 4px;
  background: var(--accent);
  display: block;
  margin-top: 10px;
  border-radius: 2px;
}
.join-us-text p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #444;
}
.join-us-image {
  flex: 1;
  text-align: center;
}
.join-us-image img {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  transition: transform 0.4s;
}
.join-us-image img:hover {
  transform: scale(1.05);
}


/* ========== Unique Join Us Section 3 ========== */

/* Section Background */
.joinus-3-section {
  background: linear-gradient(135deg, #083e6c 50%, #f5e6d3 50%);
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Animated Overlay */
.joinus-3-section::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.08) 15%, transparent 40%);
  animation: moveBackground 18s linear infinite;
}

/* Container */
.joinus-3-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  position: relative;
  z-index: 1;
  align-items: center;
}

/* Left Info */
.joinus-3-title {
  font-size: 46px;
  font-weight: 800;
  color: var(--accent);
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 1px;
}

.joinus-3-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), #fff);
  margin-top: 10px;
  border-radius: 3px;
}

.joinus-3-subtitle {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 40px;
  color: var(--accent);
}

.joinus-3-details {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.joinus-3-box {
  display: flex;
  align-items: center;
  font-size: 16px;
  color:var(--accent);
  transition: transform 0.3s ease, color 0.3s ease;
}

.joinus-3-box:hover {
  transform: translateX(10px);
  color: #f5e6d3;
}

.joinus-3-box i {
  font-size: 22px;
  margin-right: 14px;
  color: #f5e6d3;
}

/* Right Form */
.joinus-3-form {
  background: rgba(255,255,255,0.15);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.35);
  backdrop-filter: blur(12px);
  animation: fadeUp 1s ease-in-out;
}

.form-joinus-3-group {
  margin-bottom: 22px;
}

.joinus-3-form input,
.joinus-3-form textarea {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 12px;
  outline: none;
  background: rgba(255,255,255,0.25);
  color:var(--primary);
  font-size: 15px;
  transition: all 0.35s ease;
}

.joinus-3-form input:focus,
.joinus-3-form textarea:focus {
  background: rgba(255,255,255,0.35);
  transform: scale(1.03);
  box-shadow: 0 0 8px rgba(255,255,255,0.3);
}

.joinus-3-form input::placeholder,
.joinus-3-form textarea::placeholder {
  color:var(--primary);
  font-style: italic;
}

.joinus-3-form textarea {
  resize: none;
  height: 140px;
}

/* Button */
.btn-joinus-3-submit {
  background: linear-gradient(90deg, var(--accent), #fff);
  background-size: 200% auto;
  color: var(--primary);
  border: none;
  padding: 16px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.btn-joinus-3-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
  transition: all 0.5s;
}

.btn-joinus-3-submit:hover::before {
  left: 100%;
}

.btn-joinus-3-submit:hover {
  transform: translateY(-3px);
}

.btn-joinus-3-submit:hover::before {
  left: 100%;
}

/* Animations */
@keyframes fadeUp {
  from { transform: translateY(40px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@keyframes moveBackground {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 992px) {
  .joinus-3-container {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }
  .joinus-3-title {
    font-size: 36px;
  }
  .joinus-3-box {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .joinus-3-section {
    padding: 70px 15px;
  }
  .joinus-3-title {
    font-size: 28px;
  }
  .joinus-3-subtitle {
    font-size: 15px;
  }
  .btn-joinus-3-submit {
    font-size: 15px;
    padding: 14px;
  }
}




/* ================================
   FOOTER
================================ */
footer {
  background: linear-gradient(180deg, rgba(8,62,108,0.4), rgba(0,0,0,0.25));
  color: #fff;
  padding: 3rem 1rem 1rem;
  font-size: 0.95rem;
  position: relative;
  overflow: hidden;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2.5rem;
  max-width: 1200px;
  margin: auto;
}

.footer-logo h2 {
  color: var(--primary);
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  transition: all 0.3s ease;
}

.footer-links h3,
.footer-contact h3,
.footer-social h3 {
  margin-bottom: 1rem;
  color: var(--primary);
  font-size: 1.2rem;
  position: relative;
  transition: all 0.3s ease;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 0.6rem;
}

.footer-links ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-links ul li a:hover {
  color: var(--primary);
  transform: translateX(5px);
}

.footer-contact p {
  margin: 0.5rem 0;
  color: #fff;
  transition: all 0.3s ease;
}
.footer-contact p:hover {
  color: var(--primary);
  transform: translateX(5px);
}

.footer-contact i {
  margin-right: 8px;
  color: var(--primary);
}

.social-icons a {
  display: inline-block;
  margin-right: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(90deg, var(--accent), #fff);
  color:var(--primary);
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-20px) rotate(15deg);
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #333;
  padding-top: 1rem;
  margin-top: 2.5rem;
  font-size: 0.85rem;
  color: #fff;
}

/* ================================
   HEADINGS (ANIMATION + HOVER)
================================ */
h1, h2, h3 {
  transition: all 0.4s ease;
  font-weight: bold;
}
h1:hover, h2:hover, h3:hover {
  color: var(--accent);
  transform: scale(1.05);
}

/* Animation (on scroll) */
[data-animate] {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

[data-animate].active {
  opacity: 1;
  transform: translateY(0);
}


/* ================================
   LIGHTBOX
================================ */
/* .lightbox {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.85);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity .3s;
}
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox img { max-width: 92%; max-height: 86%; border-radius: var(--radius); } */

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 980px) {
  .features-grid { grid-template-columns: repeat(2,1fr); }
  .masonry { grid-template-columns: repeat(2,1fr); }
  .nav { display: none; }
  .hamburger { display: block; }
}
@media (max-width: 640px) {
  .features-grid, .masonry { grid-template-columns: 1fr; }
  #heroTitle { font-size: 1.4rem; }
}

/* section decor */ 
/* ================================
   GLOBAL DECORATIVE SHAPES
================================ */
.section-decor {
  position: relative;
  overflow: hidden;
}

.section-decor::before,
.section-decor::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  transform: scale(0.5);
  transition: all 1s ease-out;
}

/* Before Circle */
.section-decor::before {
  width: 250px;
  height: 250px;
  background: var(--accent);
  top: -80px;
  left: -80px;
  opacity: 0;
}

/* After Circle */
.section-decor::after {
  width: 300px;
  height: 300px;
  background: var(--primary);
  bottom: -100px;
  right: -100px;
  opacity: 0;
}

/* Active state (on scroll reveal) */
.section-decor.active::before,
.section-decor.active::after {
  opacity: 0.15;
  transform: scale(1);
}


/* ================================
   GLOBAL DECORATIVE SHAPES 2
   Diagonal Squares
================================ */
.section-squares {
  position: relative;
  overflow: hidden;
}

.section-squares::before,
.section-squares::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  opacity: 0;
  transform: rotate(25deg) scale(0.5);
  border-radius: 12px;
  transition: all 1s ease-out;
  z-index: 0;
}

.section-squares::before {
  top: -70px;
  left: -70px;
}

.section-squares::after {
  bottom: -90px;
  right: -90px;
}

/* Active state (revealed on scroll) */
.section-squares.active::before,
.section-squares.active::after {
  opacity: 0.15;
  transform: rotate(25deg) scale(1);
}
[data-animate] {
  opacity: 0;
  transition: all 0.8s ease-out;
}


[data-animate="fade-up"]   { transform: translateY(40px); }
[data-animate="fade-down"] { transform: translateY(-40px); }
[data-animate="fade-right"]{ transform: translateX(-40px); }
[data-animate="fade-left"] { transform: translateX(40px); }


[data-animate].active {
  opacity: 1;
  transform: translate(0,0);
}
