@font-face {
  font-family: 'Lahzeh';
  src: url('/landing/fonts/Lahzeh-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lahzeh';
  src: url('/landing/fonts/Lahzeh-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* تست اجباری فونت روی کل صفحه */
body {
  font-family: 'Lahzeh', sans-serif;
}



/* =========================
   RESET
   ========================= */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

:root{
  --bg: #1e1c2b;
  --glass: rgba(255,255,255,0.05);
  --glass-border: rgba(255,255,255,0.08);
  --brand: #ff7200;
  --brand-dark: #302e47;
  --text: #ffffff;
  --muted: rgba(255,255,255,0.78);
}

/* =========================
   BASE
   ========================= */
body{
     font-family: 'Lahzeh', system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  direction: rtl;
  line-height: 1.8;
  overflow-x: hidden;
}
button,
input,
select,
textarea {
  font-family: inherit;
}


img{ max-width: 100%; display:block; }

.glass{
  background: var(--glass);
  border-radius: 25px;
  padding: 25px;
  backdrop-filter: blur(16px);
  border:1px solid var(--glass-border);
  box-shadow:0 10px 30px rgba(0,0,0,.35);
}

/* =========================
   HEADER
   ========================= */
.header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 25px;
  background:rgba(255,255,255,0.05);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,0.08);
  position: sticky;
  top: 0;
  z-index: 10;
}

.logo-img{
  height:45px;
  width:auto;
  border-radius:12px;
  box-shadow:0 2px 8px #0002;
}

.cta-top{
  background: var(--brand);
  padding:10px 18px;
  border-radius:8px;
  color:white;
  text-decoration:none;
  font-size:14px;
  transition: transform .12s ease, background .2s ease;
}

.cta-top:hover{
  background:#ff8a2b;
  transform: translateY(-1px);
}

/* =========================
   TRUST BAR
   ========================= */
.trustbar{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:30px;
  margin: 22px 20px 0;
  padding: 18px 14px;
  border-radius: 24px;
  background: rgba(255,255,255,0.09);
  box-shadow:0 2px 10px #0001;
  backdrop-filter: blur(8px);
  flex-wrap: wrap;
}

.trustitem{
  display:flex;
  align-items:center;
  gap:10px;
  color: var(--brand);
  font-weight: 800;
  font-size: 15px;
}

.trusticon{
  width:30px;
  height:30px;
  filter: drop-shadow(0 2px 6px rgba(255,114,0,.35));
}

/* =========================
   HERO
   ========================= */
.hero{
  padding: 28px 20px 0;
}

.herobox{
  max-width: 820px;
  margin: auto;
  display:flex;
  align-items:center;
  gap: 26px;
}

.heroimg{
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow:0 2px 12px #0004;
  background: var(--brand-dark);
  border: 1px solid rgba(255,255,255,0.08);
}

.herotext{
  flex:1;
  text-align: right;
}

.herotext h1{
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 10px;
}

.herotext p{
  font-size: 15px;
  opacity: .82;
  max-width: 620px;
}

/* =========================
   

/* =========================
   CAROUSEL
   ========================= */
.carousel-section{
  max-width: 980px;
  margin: 44px auto 0;
  padding: 0 20px;
}

.carousel-title{
  text-align:center;
  font-size:18px;
  color:#fff;
  margin-bottom: 16px;
  font-weight: 900;
}

.carousel{
  padding: 20px;
  overflow:hidden;
  position: relative;
}

.carouselitem{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 320px;
}

  align-items:center;
  gap: 16px;
  padding: 16px;
  border-radius: 20px;
  border:1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.06);
  box-shadow:0 2px 8px #0002;
  
}

.carouselitem.active{
  display:flex;
  animation: popIn .35s ease both;
}
.carousel{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:24px;
  padding:30px 20px;
  overflow:hidden;
}
/* --- REVIEWS LAYOUT --- */
.reviews-section {
  padding: 40px 20px;
  text-align: center;
}

.section-title {
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 40px;
  color: #fff;
}

/* کانتینر اصلی شیشه‌ای شبیه تصویر متی */
.reviews-glass-container {
  max-width: 1100px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  padding: 40px 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* دریچه نمایش کارت‌ها */
.carousel-viewport {
  width: 90%;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  padding: 10px 0;
}

/* استایل تک‌تک کارت‌ها */
.review-card {
  flex: 0 0 300px; /* عرض ثابت کارت‌ها */
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.05);
  border-radius: 25px;
  padding: 24px;
  text-align: right;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
}

/* کارت فعال با بوردر نارنجی درخشان */
.review-card.active-card, .review-card:hover {
  border-color: var(--brand); /* همان کد نارنجی #ff6b00 */
  box-shadow: 0 0 20px rgba(255, 107, 0, 0.2);
  transform: translateY(-5px);
  background: rgba(255, 107, 0, 0.02);
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.review-username {
  font-size: 11px;
  color: var(--brand);
  opacity: 0.8;
  direction: ltr;
}

.review-name {
  font-weight: 800; /* Lahzeh 800 */
  font-size: 16px;
  color: #fff;
}

.review-role {
  font-size: 11px;
  opacity: 0.6;
  margin-top: 4px;
}

.review-text {
  font-size: 13.5px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 15px;
}

.review-date {
  font-size: 10px;
  opacity: 0.4;
  margin-top: auto;
}

/* دکمه‌های ناوبری */
.nav-btn {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  z-index: 10;
  position: absolute;
}

.prev-btn { left: 15px; }
.next-btn { right: 15px; }

.nav-btn:hover {
  background: var(--brand);
  transform: scale(1.1);
}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
  .review-card { flex: 0 0 260px; }
  .reviews-glass-container { border-radius: 20px; padding: 30px 5px; }
}


@keyframes popIn{
  from{ opacity:0; transform: translateY(6px) scale(.98); }
  to{ opacity:1; transform: translateY(0) scale(1); }
}

.carouselitem img{
  width: 68px;
  height: 68px;
  border-radius: 18px;
  object-fit: cover;
  border: 2px solid var(--brand);
  box-shadow:0 2px 10px rgba(255,114,0,.2);
}

.carouseltext{
  display:flex;
  flex-direction:column;
  gap: 4px;
}

.carouseltext b{
  color: var(--brand);
  font-size: 15px;
}

.carouseltext span{
  font-size: 13px;
  opacity: .85;
}

.carousel-dots{
  display:flex;
  justify-content:center;
  gap: 10px;
  margin-top: 14px;
}

.dot{
  width: 10px;
  height: 10px;
  border-radius: 99px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.08);
  cursor:pointer;
  transition: transform .15s ease, background .2s ease, width .2s ease;
}

.dot.active{
  background: var(--brand);
  border-color: rgba(255,114,0,.6);
  width: 26px;
}
/* ---- Carousel Layout Upgrade ---- */
.carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

/* همه آیتم‌ها دیده می‌شن */
.carouselitem {
  display: flex;
  opacity: .4;
  transform: scale(.88);
  transition: 
    transform .25s ease,
    opacity .25s ease;
}

/* آیتم فعال (وسط) */
.carouselitem.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

/* hover روی آیتم فعال */
.carouselitem.active:hover {
  transform: scale(1.06);
}

/* آیتم‌های کناری */
.carouselitem.prev,
.carouselitem.next {
  opacity: .65;
  transform: scale(.92);
}

/* ---- Navigation Arrows ---- */
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: background .2s ease, transform .15s ease;
}

.carousel-nav:hover {
  background: var(--brand);
  transform: translateY(-50%) scale(1.1);
}

.carousel-nav.prev { right: 10px; }
.carousel-nav.next { left: 10px; }

/* کانتینر کروسل باید مرجع absolute باشد */
.carousel{
  position: relative;
}

/* فلش‌ها بالاتر از کارت‌ها */
.carousel-nav{
  z-index: 50;
  pointer-events: auto;
}

/* کارت‌ها زیر فلش‌ها */
.carouselitem{
  position: relative;
  z-index: 1;
}

/* hover روی هر کارت */
.carouselitem:hover{
  transform: scale(1.05);
  opacity: 1;
  z-index: 3;
}
/* =========================
   REVIEW CARD (TWITTER STYLE)
   ========================= */

.reviewcard{
  width: 260px;
  min-height: 170px;
  padding: 18px;
  border-radius: 18px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  text-align:right;
}

.reviewhead{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
}

.reviewname{
  font-weight:800;
  font-size:14px;
  color:#fff;
}

.reviewrole{
  font-size:11px;
  opacity:.65;
  margin-top:2px;
}

.reviewusername{
  font-size:11px;
  opacity:.55;
  direction:ltr;
  color:var(--brand);
}

.reviewtext{
  font-size:13px;
  line-height:1.7;
  margin-top:10px;
  opacity:.9;

  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.reviewdate{
  font-size:10px;
  opacity:.45;
  margin-top:10px;
}

/* =========================
   FEATURES
   ========================= */
.features{
  max-width: 980px;
  margin: 54px auto 0;
  padding: 0 20px 20px;
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

.feature{
  padding: 22px;
  text-align:center;
}

.featureimg{
  width: 70px;
  height: 70px;
  border-radius: 18px;
  object-fit: cover;
  margin: 0 auto 8px;
  box-shadow:0 2px 12px rgba(255,114,0,.25);
  border: 1px solid rgba(255,255,255,0.08);
}

.feature h3{
  color: var(--brand);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 900;
}

.feature p{
  font-size: 14px;
  opacity: .85;
  text-align: right;
}

/* Headline list */
.headline{
  list-style:none;
  padding: 0;
  font-size: 14px;
  text-align: right;
}

.headline li{
  margin-bottom: 10px;
  padding-right: 18px;
  position: relative;
  opacity: .95;
}

.headline li::before{
  content:"•";
  color: var(--brand);
  position:absolute;
  right: 0;
  font-size: 18px;
  top: 2px;
}

/* =========================
   FOOTER
   ========================= */
.footer{
  
  text-align:center;
  opacity:.7;
  font-size:13px;
}

/* =========================
   RESPONSIVE
   ========================= */
@media(max-width:650px){
  .header{ padding: 14px 14px; }

  .hero{ padding: 18px 12px 0; }

  .herobox{
    flex-direction: column;
    align-items:center;
    gap: 12px;
    text-align:center;
  }
  .herotext{ text-align:center; }
  .heroimg{ width: 102px; height: 102px; }

  .registersec{
    max-width: 95vw;
    padding: 20px 14px;
  }

  .time-box{
    min-width: 86px;
    padding: 12px 12px;
  }

  .carouselitem{
    width: 95vw;
    padding: 14px;
  }

  .features{
    padding: 0 12px 18px;
  }
}
.hero-simple {
  position: relative;
  width: 100%;
  height: 65vh;
  overflow: hidden;
  border-radius: 0;
}

.hero-simple-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
}

/* محتوای روی عکس */
.hero-simple-content {
  position: absolute;
  z-index: 2;
  bottom: 12%;
  right: 8%;
  color: #fff;

  background: rgba(0,0,0,0.32);
  backdrop-filter: blur(12px);
  padding: 20px 28px;
  border-radius: 18px;
  max-width: 380px;
}

.hero-simple-content h1 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: var(--brand, #ffa14a);
}

.hero-simple-content p {
  font-size: 1rem;
  opacity: 0.9;
  margin-bottom: 16px;
}

.hero-btn {
  display: inline-block;
  background: var(--brand, #ffa14a);
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: .25s;
}

.hero-btn:hover {
  background: var(--brand-dark, #ff7f15);
  transform: translateY(-3px);
}

/* ریسپانسیو موبایل */
@media (max-width: 650px) {
  .hero-simple {
    height: 50vh;
  }

  .hero-simple-content {
    right: 50%;
    bottom: 8%;
    transform: translateX(50%);
    padding: 16px 18px;
    max-width: 90%;
  }

  .hero-simple-content h1 {
    font-size: 1.4rem;
  }

  .hero-simple-content p {
    font-size: .88rem;
  }
}
.registersec{
    width:100%;
    max-width:none;
    margin:0;
    padding:80px 40px;
}

.register-wrapper{
    width:100%;
    max-width:1200px;   /* اگر میخوای محتوا خیلی کش نیاد */
    margin:auto;
}

.register-left{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
}
.register-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* به جای flex-end */
    text-align: left; /* متن چپ‌چین */
}
.form-box {
  background: rgba(25, 27, 36, 0.36); /* گلس تیره */
  border: 1.5px solid rgba(220, 220, 220, 0.14);
  border-radius: 22px; /* گوشه گرد */
  padding: 36px 32px;
  box-shadow: 0 4px 24px 0 rgba(31, 32, 41, 0.15);
  backdrop-filter: blur(14px) saturate(180%);
  width: 100%;
  max-width: 400px;
  margin: 0 auto; /* وسط‌چین شدن */
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow 0.2s;
}
.register-wrapper {
  display: flex;
  flex-direction: row; /* مهم — نه row-reverse */
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.register-section{
width:100%;
padding:40px 0;
}

.register-wrapper{
max-width:1200px;
margin:auto;
display:flex;
justify-content:space-between;
align-items:flex-start;
gap:60px;
}

.register-info{
width:40%;
text-align:right;
}

.register-left{
width:60%;
display:flex;
justify-content:flex-start;
}


    .register-glass-box{
      background:rgba(25,27,36,0.35);
      border:1px solid rgba(255,255,255,0.15);
      border-radius:24px;
      padding:36px;
      backdrop-filter:blur(20px);
      box-shadow:0 20px 40px rgba(0,0,0,0.25);

      max-width:520px;
      width:100%;
      display:flex;
      flex-direction:column;
      /* gap: 25px; <-- این خط را حذف کن */
    }


.timer{
display:flex;
gap:10px;

}

    .timer-section {
      margin-top: 30px; /* این فاصله را تنظیم کن تا بین دکمه و تایمر فاصله بیافتد */
      /* اگر فاصله بیشتر خواستی، این عدد را بیشتر کن */
    }
.course-headlines{
max-width:900px;
margin:80px auto;
}

.course-title{
text-align:center;
font-size:32px;
margin-bottom:30px;
color:#ff7a00;
}

.accordion-item{
margin-bottom:12px;
border-radius:12px;
overflow:hidden;
background:rgba(255,255,255,0.05);
border:1px solid rgba(255,255,255,0.08);
}

.accordion-header{
width:100%;
padding:18px;
background:none;
border:none;
color:white;
font-size:18px;
text-align:right;
cursor:pointer;
}

.accordion-content{
max-height:0;
overflow:hidden;
transition:0.4s;
padding:0 18px;
color:#ddd;
line-height:1.8;
}

.accordion-item.active .accordion-content{
max-height:200px;
padding:18px;
}
.stats-section{
  padding:80px 0;
  text-align:center;
}

.stats-container{
  display:flex;
  justify-content:center;
  gap:60px;
  flex-wrap:wrap;
}

.stat-box{
  background:rgba(255,255,255,0.05);
  backdrop-filter:blur(15px);
  padding:30px 40px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,0.1);
  min-width:200px;
}

.stat-box h3{
  font-size:42px;
  color:#ff7a00;
  margin-bottom:10px;
}

.stat-box p{
  font-size:16px;
  color:#ddd;
}
.stat-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stat-icon img {
  width: 50px;
  height: 50px;
  filter: drop-shadow(0 0 4px rgba(255,122,0,0.4));
}
.bottom-banner {
  width: 100%;
  padding: 40px 16px;
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.bottom-banner-inner {
  width: 100%;
  max-width: 1100px;
  border-radius: 18px;
  padding: 24px 26px;
  background: rgba(15, 15, 20, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.bottom-banner-text h2 {
  font-size: 1.6rem;
  margin: 0 0 6px;
  color: #ffffff;
}

.bottom-banner-text p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.8;
  color: #d5d5d5;
}

.bottom-banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7a00, #ff9b3b);
  color: #0c0c0f;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  white-space: nowrap;
  margin-top: 4px;

  box-shadow: 0 10px 25px rgba(255, 122, 0, 0.55);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.bottom-banner-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(255, 122, 0, 0.7);
  filter: brightness(1.05);
}

/* دسکتاپ: متن و دکمه در یک ردیف */
@media (min-width: 768px) {
  .bottom-banner-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .bottom-banner-text {
    max-width: 70%;
  }
}
.site-footer{

width:100%;
  padding:0 !important;
display:flex;
flex-direction:column;
align-items:center;

}

/* باکس اصلی */

.footer-glass{

width:100%;
max-width:1200px;

padding:10px 20px !important;

border-radius:30px;

background:rgba(255,255,255,0.05);
backdrop-filter:blur(20px);
-webkit-backdrop-filter:blur(20px);

border:1px solid rgba(255,255,255,0.08);

box-shadow:0 20px 60px rgba(0,0,0,0.5);

display:flex;
gap:60px;
justify-content:space-between;
flex-wrap:wrap;

}


/* ستون ها */

.footer-col{


min-width:200px;

}


.footer-logo{

font-size:28px;
font-weight:700;
margin-bottom:10px;

}


.footer-desc{

color:#ccc;
line-height:1.8;
margin-bottom:20px;

}


.footer-col h4{

margin-bottom:18px;
font-size:18px;

}


.footer-col ul{

list-style:none;
padding:0;
margin:0;

}


.footer-col ul li{

margin-bottom:10px;

}


.footer-col ul li a{

text-decoration:none;
color:#ddd;
transition:0.3s;

}

.footer-col ul li a:hover{

color:#ff7a00;

}


/* تماس */

.footer-contact p{

color:#bbb;
margin:6px 0;

}


/* پایین فوتر */

.footer-bottom{

width:100%;
max-width:1200px;

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

margin-top:20px;
padding-top:15px;

border-top:1px solid rgba(255,255,255,0.1);

}


/* شبکه اجتماعی */

.footer-social{

display:flex;
gap:10px;

}

.footer-social a{

width:38px;
height:38px;

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

border-radius:10px;

background:rgba(255,255,255,0.07);

text-decoration:none;
font-size:18px;

transition:0.3s;

}

.footer-social a:hover{

background:#ff7a00;
transform:translateY(-3px);

}

.footer-bottom p{

color:#aaa;
font-size:14px;

}
.glass-angled {
  position: relative;
  overflow: hidden; /* مهم برای نگه داشتن شبه‌عنصر داخل قاب */
}

/* شبه‌عنصر برای مورب سمت راست */
.glass-angled::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 160px;
  
  /* گرادینت رنگی نرم، می‌تونه تغییر کنه */
  background: linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.05));

  /* ساخت مورب با clip-path */
  clip-path: polygon(65% 0%, 100% 0%, 100% 100%, 45% 100%);
  
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  z-index: 0;
}

/* اطمینان از اینکه محتوای فوتر بالای افکت قرار می‌گیرد */
.glass-angled > * {
  position: relative;
  z-index: 2;
}


/* بقیه فوتر از نسخه قبلی */
.footer-glass {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.progress-banner{

width:100%;
padding:60px 20px;
display:flex;
justify-content:center;

}

.progress-link{

display:block;
max-width:1200px;
width:100%;
border-radius:25px;
overflow:hidden;

}

.progress-link img{

width:100%;
display:block;
border-radius:25px;

}
.top-navbar-fixed {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%; /* یا 90% بسته به سلیقه‌ت برای فاصله از طرفین */
  max-width: 1250px;
  z-index: 1000;
}

.nav-container-glass {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 25px;

  /* گوشه‌های بالا تیز، گوشه‌های پایین گرد */
  border-radius: 20px;


  /* استایل گلس مورفیک یکدست */
  background: rgba(255, 255, 255, 0.15); /* شفافیت رو بر اساس تم سایتت (تیره یا روشن) تنظیم کن */
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  
  /* مرز شیشه‌ای */
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: none; /* چون به بالا چسبیده مرز بالایی نمی‌خواد */

  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.nav-logo img {
  height: 45px;
  width: auto;
  display: block;
}

.nav-title {
  color: #ffffff; /* اگر تم سایتت تیره است سفید، اگر روشنه #333 */
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

.nav-cta {
  background: #ff7200;
  color: #fff;
  padding: 10px 22px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
}

.nav-cta:hover {
  background: #ff8c32;
  transform: translateY(2px); /* چون بالا چسبیده، هاور به سمت پایین حس بهتری میده */
  box-shadow: 0 5px 15px rgba(255, 114, 0, 0.3);
}

/* فاصله دادن به بدنه سایت که محتوا زیر منو نره */
body {
  padding-top: 0px;
}

/* بهینه سازی برای موبایل */
@media (max-width: 768px) {
  .top-navbar-fixed { width: 95%; }
  .nav-title { font-size: 13px; display: none; } /* در موبایل معمولاً متن وسط رو حذف می‌کنن که شلوغ نشه */
  .nav-container-glass { padding: 10px 15px; }
}
/* === COURSE SECTION === */
.course-section {
  padding: 40px 0;
}


.course-wrapper {
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.course-banner img {
  width: 100%;
  border-radius: 20px;
}

/* === ABOUT + STATS === */
.about-stats-section {
  padding: 70px 0;
}

.about-stats-wrapper {
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.about-box {
  text-align: right;
}

.stats-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
}
.accordion-header {
  width: 100%;
  display: flex;
  justify-content: space-between; /* فلش همیشه انتهای باکس */
  align-items: center;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(10px);
  padding: 14px 16px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: right;
}

.accordion-header span {
  font-size: 17px;
  font-weight: 600;
}

.acc-icon {
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease;
}

/* چرخش فلش هنگام باز شدن */
.accordion-item.active .acc-icon {
  transform: rotate(180deg);
}

/* محتوای آکاردئون */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
  padding: 0 16px;
}
.signup-btn{
  background:#ff7a00;
  color:#fff;
  padding:10px 16px;
  border-radius:8px;
  text-decoration:none;
  font-weight:600;
  
  display:inline-flex;           /* کلید اصلی */
  align-items:center;            /* متن و فلش عمودی وسط */
  justify-content:center;        /* وسط‌چین افقی (اختیاری) */
  gap:6px;                       /* فاصله بین فلش و متن */

  line-height:1;                 /* جلوگیری از افتادن فلش پایین */
}

.signup-arrow{
  width:14px;
  height:14px;
  display:block;
  flex-shrink:0;
  vertical-align:middle;         /* کمک اضافی در مرورگرهایی که flex درست نخوانند */
  transition:transform .25s ease;
}

.signup-btn:hover .signup-arrow{
  transform:translateX(3px);
}
.signup-btn{
  background:#ff7a00;
  color:#fff;
  padding:10px 16px;
  border-radius:8px;
  text-decoration:none;
  font-weight:600;

  display:inline-flex;
  align-items:center;
  gap:6px;

  line-height:normal;
}

.signup-btn span{
  display:inline-block;
}

.signup-arrow{
  width:14px;
  height:14px;
  display:inline-block;
}
.features{
  padding:80px 20px;
}


.full-banner{
  width:100%;
  height:450px;
  background:url("http://amumetty.ir/landing/assets/images/slider-site-amumetty.webp") center/cover no-repeat;
  opacity:100%;
}
.footer-bottom{
    padding:12px 25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.testimonial-box{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    height:100%;
    padding:25px 30px !important;
}
.d-block{
    display:block;
}
.d-none{
    display:none;
}
.w-100{
    width:92%;
    margin:0 4%;
}
/* ریسپانسیو برای موبایل */
@media (min-width: 768px) {
  .d-lg-none{
    display:none;
  }
  .d-lg-block{
    display:block;
  }
  .w-100{
    width:inherit;
    }
  
}
@media (max-width: 768px) {
  
    .d-flex-none{
        display:block !important
    }
}
.carousel-track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
}

.review-card {
  flex: 0 0 300px; /* عرض ثابت و مناسب موبایل */
}
.site-footer {
  background: #0f0f1a;
  color: #ccc;
  padding: 25px 40px;
  direction: rtl;
  font-family: sans-serif;
}

.footer-container {
  display: flex;
  align-items: center;        /* وسط‌چین عمودی */
  justify-content: space-between;
  position: relative;
}

.footer-col {
  flex: 1;
  text-align: center;
  position: relative;
}

/* لوگو */
.footer-logo {
  text-align: right;
  padding-right: 20px;
}
.footer-logo img {
  width: 90px;
  height: auto;
  vertical-align: middle;
}

/* متن وسط */
.footer-text {
  font-size: 14px;
  line-height: 1.8;
  color: #bbb;
  padding: 0 30px;
}

/* شبکه‌های اجتماعی */
.footer-social {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
 
}
.footer-social a {
  text-decoration: none;
  font-size: 20px;
  color: #ff843f;
  transition: opacity .3s;
}
.footer-social a:hover {
  opacity: 0.7;
}

/* خطوط عمودی جداکننده */
.footer-col:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: rgba(255,255,255,0.1);
}

/* حالت واکنش‌گرا */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    gap: 15px;
  }
  .footer-col::after {
    display: none;
  }
  .footer-logo,
  .footer-social {
    text-align: center;
  }
}
/* MOBILE SUPER GLASS FOOTER */
@media (max-width:768px){

.site-footer{
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    border-radius: 22px 22px 0 0;
    box-shadow: 0 -12px 30px rgba(0,0,0,0.35);
    padding: 35px 20px;
    margin-top: 40px;
}

/* Layout موبایل */
.footer-container{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

/* لوگو */
.footer-logo img{
    width: 160px;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.4));
}

/* متن */
.footer-text{
    font-size: 14px;
    opacity: 0.85;
    letter-spacing: 0.2px;
    font-weight: 300;
    padding: 0;
}

/* آیکن‌ها */
.footer-social{
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-bottom:20px;
}

/* فقط ظرف آیکن — خود آیکن را متی وارد می‌کند */
.footer-social a{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #ff8a3b;
    transition: 0.25s ease;
    border: 1px solid rgba(255,255,255,0.15);
}

/* هاور موبایلی */
.footer-social a:active{
    transform: scale(0.92);
    background: rgba(255,255,255,0.18);
}

/* حذف خطوط جداکننده */
.footer-col::after{
    display: none !important;
}
}

/* تنظیمات کلی هدر جزیره‌ای */
.floating-header {
    position: fixed;
    top: 20px; /* فاصله از سقف برای حالت شناور */
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    justify-content: center; /* وسط‌چین کردن کل هدر */
    padding: 0 15px;
}

.header-container {
    width: 100%;
    max-width: 1100px; /* عرض هدر را اینجا کنترل کن */
    background: rgba(48, 46, 71, 0.85); /* رنگ اصلی و شفافیت */
    backdrop-filter: blur(20px); /* افکت گلس‌مورفیسم */
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px; /* گوشه‌های گرد کل هدر */
    padding: 15px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    direction: rtl;
}

/* ردیف اول */
.header-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* خط جداکننده دو طبقه */
}

.header-logo img {
    height: 45px;
}

/* باکس جستجو در وسط */
.header-search {
    flex: 0 1 400px; /* پهنای باکس سرچ */
    margin: 0 20px;
}

.search-wrapper {
    display: flex;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 15px; /* گرد بودن باکس سرچ */
    padding: 5px 15px;
}

.search-wrapper input {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    padding: 8px;
    outline: none;
    font-size: 14px;
}

.search-wrapper button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

/* دکمه ثبت نام */
.btn-signup {
    background: #ff7200;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 12px; /* گرد بودن دکمه */
    font-weight: bold;
    transition: 0.3s;
    display: inline-block;
}

.btn-signup:hover {
    box-shadow: 0 0 15px #ff7200;
    transform: translateY(-2px);
}

/* اصلاح ردیف دوم: عرض کمتر و راست‌چین */
.header-bottom-nav {
    padding-top: 10px;
    display: flex;
    justify-content: flex-start; /* راست‌چین کردن منو در RTL */
}

.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 35px; /* فاصله بین آیتم‌ها */
    max-width: 80%; /* عرض کمتر نسبت به ردیف بالا */
    border-top: 1px solid rgba(255, 255, 255, 0.05); /* یک خط خیلی ظریف جداکننده */
    padding-top: 12px;
}

.main-menu > li {
    position: relative;
    padding-bottom: 10px;
}

.main-menu > li > a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 6px; /* فاصله متن تا فلش */
}

/* --- اضافه کردن فلش (Arrow) --- */
.has-arrow > a::after {
    content: '';
    width: 6px;
    height: 6px;
    border-right: 1.5px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.5);
    transform: rotate(45deg); /* ساخت شکل فلش رو به پایین */
    margin-top: -3px;
    transition: 0.3s ease;
}

/* انیمیشن فلش موقع هاور */
.has-arrow:hover > a::after {
    border-color: #ff7200;
    transform: rotate(-135deg); /* چرخش فلش به سمت بالا */
    margin-top: 3px;
}

.main-menu > li:hover > a {
    color: #ff7200;
}

/* اصلاح مکان زیرمنو برای راست‌چین بودن */
.submenu {
    position: absolute;
    top: 100%;
    right: 0; /* چسبیدن زیرمنو به سمت راستِ آیتم والد */
    background: #302e47;
    min-width: 180px;
    border-radius: 12px;
    padding: 10px 0;
    list-style: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.main-menu > li:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.main-menu > li {
    position: relative;
    padding-bottom: 10px; /* ایجاد پل برای نپریدن موس */
}

.main-menu > li > a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.main-menu > li:hover > a {
    color: #ff7200;
}

/* زیرمنو و رفع مشکل پریدن */
.submenu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #302e47;
    min-width: 180px;
    border-radius: 15px;
    padding: 10px 0;
    list-style: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
    
    /* مخفی بودن اولیه */
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
}

.main-menu > li:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.submenu li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    font-size: 13px;
    transition: 0.2s;
}

.submenu li a:hover {
    background: rgba(255, 114, 0, 0.1);
    color: #ff7200;
}
.header-container {

    /* ۱. پس‌زمینه با گرادینت بسیار ملایم (ترکیب رنگ برند و سفیدی کم) */
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(48, 46, 71, 0.7)
    );
    
    /* ۲. جادوی اصلی: بلور به همراه اشباع رنگ */
    backdrop-filter: blur(15px) saturate(160%) contrast(100%);
    -webkit-backdrop-filter: blur(15px) saturate(160%);
    
    /* ۳. لبه شیشه‌ای (Stroke) - بسیار حیاتی */
    border: 1px solid rgba(255, 255, 255, 0.2);
    

    
    /* ۵. سایه برای ایجاد عمق روی پس‌زمینه شلوغ */
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
    
  
}
.slider-section{
    width:100%;
    display:flex;
    justify-content:center;
    margin-top:-48px;
     padding-top:80px;
}

.slider-box{

    width:1290px;
    height:400px;

    position:relative;
    overflow:hidden;

    border-radius:25px;

    box-shadow:0 10px 40px rgba(0,0,0,0.25);
}

.slides{
    width:100%;
    height:100%;
}

.slide{
    position:absolute;
    width:100%;
    height:100%;
    opacity:0;
    transition:opacity .8s ease;
}

.slide.active{
    opacity:1;
    z-index:2;
}

.slide img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* navigation dots */

.slider-nav{

    position:absolute;
    bottom:15px;
    left:50%;
    transform:translateX(-50%);

    display:flex;
    gap:10px;

}

.dot{

    width:10px;
    height:10px;

    border-radius:50%;

    background:rgba(255,255,255,.4);

    cursor:pointer;

    transition:.3s;
}

.dot.active{

    width:28px;

    border-radius:10px;

    background:#ff7200;

}
:root {
    --brand-dark: #302e47;
    --brand-orange: #ff7200;
    --glass-bg: rgba(48, 46, 71, 0.75); /* رنگ برند با شفافیت برای گلس */
    --glass-border: rgba(255, 255, 255, 0.15);
    --super-dark-bg: #1c1a2c; /* پس‌زمینه کلی که تیره‌تر است */
}

body {
    background-color: var(--super-dark-bg); /* پس‌زمینه کلی سایت */
    margin: 0;
    font-family: 'Lahzeh', sans-serif; /* فرض می‌کنیم از این فونت استفاده می‌کنی */
    direction: rtl; /* برای کل صفحه */
    color: #fff;
}

.super-header {
    width: 100%;
    position: relative;
    z-index: 1000;
    display: flex;
    justify-content: center;
    padding-top: 20px; /* فضای بالا برای شروع هدر */
}

.header-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1290px; /* عرض کلی کانتینر هدر مثل اسلایدر */
    position: relative;
    padding-top:50px;
}


/* طبقه اول: نوار بالایی جزیره‌ای */
.top-strip-island {
    width: 1300px; /* عرض کمتر برای حالت جزیره‌ای */
    background: var(--glass-bg);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid var(--glass-border);
    border-radius: 40px; /* گوشه‌های گرد */
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px; /* پدینگ داخلی برای محتوا */
    font-size: 13px;
    color: #ccc;
    position: relative; /* برای اینکه لوگو بتواند روی آن قرار گیرد */
    z-index: 5; /* زیر لوگو */
}

.top-links a, .user-account span {
    margin-left: 15px;
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}
.top-links a:hover { color: var(--brand-orange); }


/* لوگوی شناور (Arc) - که روی Top Strip قرار می‌گیرد */
.logo-arc-floating {
    position: absolute;
    left: 50%;
    top: 16px; /* این نقطه شروع قرارگیری لوگو روی Top Strip است */
    transform: translateX(-50%);
    z-index: 10; /* حتماً بالاتر از Top Strip باشد */
}
.logo-circle {
    width: 130px;
    height: 130px;
    background: #fff; /* دایره سفید لوگو برای تضاد */
    border-radius: 50%;
    border: 8px solid #f5f5f5; /* لبه پهن مثل عکس */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.logo-circle img { width: 70%; }


:root {
    --brand-dark: #302e47;
    --brand-orange: #ff7200;
    --glass-bg: rgba(48, 46, 71, 0.75);
    --glass-border: rgba(255, 255, 255, 0.15);
}

.main-nav-narrow {
    width: 1064px; /* عرضی که جدیداً تایید کردیم */
    max-width: 95%;
    margin: -30px auto 0; /* همپوشانی با لوگو */
    padding: 35px 40px 15px 40px; /* افزایش پدینگ طرفین برای چسبیدن به لبه‌ها */
    
    /* افکت گلس‌مورفیسم */
    background: var(--glass-bg);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid var(--glass-border);
    border-radius: 0 0 40px 40px;
    
    /* تغییر مهم: چیدمان برای دو طرفه شدن */
    display: flex;
    justify-content: space-between; /* این دستور باعث فاصله افتادن بین دو بلوک میشه */
    align-items: center;
    z-index: 4;
}

/* به جای استایل دادن کلی به ul، از کلاس اختصاصی استفاده می‌کنیم */
.nav-block {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* استایل مشترک لینک‌ها */
.nav-block li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    transition: 0.3s;
    position: relative;
}

.nav-block li a:hover {
    color: var(--brand-orange);
}

/* هدر اصلی برای کنترل جهت */
.super-header {
    width: 100%;
    position: relative;
    z-index: 1000;
    direction: rtl; /* راست‌چین بودن کلی */
    padding-top: 10px;
}

.super-header {
    width: 100%;
    position: relative;
    z-index: 1000;
    direction: rtl;
    padding-top: 10px;
}

.container {
    max-width: 1290px; /* هم‌عرض اسلایدرت */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* طبقه اول: Top Strip */
.top-strip {
    font-size: 12px;
    color: #888;
    margin-bottom: 5px;
}
.top-links a {
    margin-left: 15px;
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}
.top-links a:hover { color: var(--brand-orange); }
.top-socials i {
    margin-right: 10px;
    cursor: pointer;
}

/* طبقه دوم: Main Header با گلس‌مورفیسم */
.header-main {
    background: var(--glass-bg);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid var(--glass-border);
    border-radius: 60px; /* گوشه‌های کاملا گرد */
    height: 80px;
    position: relative;
}

.main-row { height: 100%; padding: 0 40px; }

/* لوگوی وسط (Arc) */
.logo-arc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}
.logo-circle{
    width: 158px;
    height: 158px;

    /* Glass base */
    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.22),
        rgba(255,255,255,0.08)
    );
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);

    border-radius: 50%;

    /* Glass edge + highlight */
    border: 1px solid rgba(255,255,255,0.35);

    /* اگر اون لبه‌ی ضخیم مثل عکس رو می‌خوای، به‌جای border قبلی از ring استفاده کن */
    box-shadow:
        0 10px 30px rgba(0,0,0,0.22),          /* سایه شناوری */
        inset 0 1px 0 rgba(255,255,255,0.40),  /* هایلایت بالا */
        inset 0 -10px 25px rgba(0,0,0,0.08);   /* عمق داخلی */

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

/* تصویر لوگو */
.logo-circle img{
    width: 70%;
    height: auto;
    display: block;
}

}
.logo-circle img { width: 70%; }

/* طبقه سوم: Narrow Nav */
.narrow-nav {
    margin: -20px auto 0; /* نفوذ به لایه بالایی */
    width: 700px; /* عرض کمتر نسبت به هدر */
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    border-radius: 0 0 30px 30px;
    padding: 25px 20px 10px 20px; /* پدینگ بالا بیشتر برای زیرِ لوگو ماندن */
}

.nav-container ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    list-style: none;
}

.nav-container ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s;
}

.nav-container ul li a:hover {
    color: var(--brand-orange);
}

/* استایل آیکون‌ها و ابزارها */
.header-tools, .header-contact {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
}
.user-account i, .header-contact i {
    color: var(--brand-orange);
    font-size: 20px;
}
:root{
--navy:#141827;
--orange:#ff8f31;
}

.search-wrapper{
direction:rtl;
display:flex;
justify-content:center;
}

.search-box{
display:flex;
align-items:center;
gap:8px;
padding:4px 16px;
width:340px;

background:rgba(255,255,255,0.04);
border-radius:20px;
border:1px solid rgba(255,255,255,0.05);

/* inner shadow */


backdrop-filter:blur(8px);
transition:0.35s;
}

.search-box:focus-within{
border-color:rgba(255,143,49,0.4);
box-shadow:
inset 3px 3px 8px rgba(0,0,0,0.7),
inset -2px -2px 6px rgba(255,255,255,0.06),
0 0 10px rgba(255,143,49,0.25);
}

.search-box input{
background:none;
border:none;
outline:none;
width:100%;
color:white;
font-size:14px;
}

.search-box input::placeholder{
color:rgba(255,255,255,0.4);
}

.search-box button{
background:none;
border:none;
color:rgba(255,255,255,0.6);
cursor:pointer;
}
.main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
}

.menu {
    list-style: none;
    display: flex;
    gap: 28px;
    margin: 0;
    padding: 0;
}

.menu-item {
    position: relative;
}

.menu-item > a {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;        /* کوچیک‌تر شد */
    font-weight: 400;

    transition: 0.3s ease;
}

.menu-item > a:hover {
    color: #ff7200;
}

.arrow {
    font-size: 12px;
    color: rgba(255,255,255,0.65);
    transition: 0.3s ease;
    transform: translateY(-1px);
}

.menu-item:hover .arrow {
    color: #ff7200;
    transform: rotate(180deg);
}

/* زیرمنو */
.submenu {
    list-style: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 210px;
    margin: 0;
    padding: 10px 0;
    background: rgba(32, 30, 55, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow:
        0 10px 30px rgba(0,0,0,0.28),
        inset 1px 1px 0 rgba(255,255,255,0.05),
        inset -1px -1px 0 rgba(0,0,0,0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;
    z-index: 999;
}

.menu-item:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.submenu li a {
    display: block;
    padding: 11px 16px;
    color: rgba(255,255,255,0.88);
    text-decoration: none;
    font-size: 14px;
    transition: 0.25s ease;
    white-space: nowrap;
}

.submenu li a:hover {
    color: #ff7200;
    background: rgba(255, 114, 0, 0.08);
}

/* اگر خواستی آیتم فعال */
.menu-item > a.active {
    color: #ff7200;
}
.category-section {
      padding-top: 80px;
  
    padding-bottom: 10px;
   
  background: transparent;
}

.category-grid {
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
}

.category-card {
  text-align: center;
  opacity: 0;
  transform: translateY(60px);
  transition: 0.6s cubic-bezier(.2,.7,.2,1);
}

.category-card.show {
  opacity: 1;
  transform: translateY(0);
}

/* جهت ورود */
.category-card.up {
  transform: translateY(60px);
}
.category-card.down {
  transform: translateY(-60px);
}

.category-card.show.up,
.category-card.show.down {
  transform: translateY(0);
}

/* نیم هلال */
.category-shape {
  width: 100%;
  aspect-ratio: 1 / 1.1;
  border-radius: 120px 120px 32px 32px;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    0 12px 30px rgba(0,0,0,0.35),
    inset 1px 1px 0 rgba(255,255,255,0.15);
  transition: 0.4s ease;
}

.category-shape.inverted {
  border-radius: 32px 32px 120px 120px;
}

.category-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* متن */
.category-card h3 {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  transition: 0.3s ease;
}

/* هاور */
.category-card:hover .category-shape {
  transform: translateY(-8px) scale(1.04);
  box-shadow:
    0 20px 40px rgba(0,0,0,0.45),
    0 0 0 1px rgba(255,114,0,0.35);
}

.category-card:hover h3 {
  color: #ff7200;
}

/* موبایل */
@media (max-width: 768px) {
  .category-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.amazing-section{

margin:70px auto;
max-width:1280px;
direction:rtl;


}

.amazing-container{

 background: rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.12);
  /* box-shadow:
    0 12px 30px rgba(0,0,0,0.35),
    inset 1px 1px 0 rgba(255,255,255,0.15); */
padding:35px;
display:flex;

align-items:center;
overflow:hidden;
border-radius:25px;

}

.amazing-title{

width:150px;
text-align:center;
color:white;

}

.amazing-title img{

width:100px;
margin-bottom:20px;
margin-right: 20px;
margin-left: 10px;

}

.amazing-title a{

background:#ff7200;
color:white;
padding:10px 18px;
border-radius:20px;
text-decoration:none;
display:inline-block;
transition:.3s;

}

.amazing-title a:hover{

background:white;
color:#ff7200;

}

.amazing-slider{

flex:1;
display:flex;
align-items:center;
position:relative;

}

.slider-window{

overflow:hidden;
width:100%;

}

.slider-track{

display:flex;
gap:20px;
transition:transform .6s cubic-bezier(.25,.8,.25,1);

}

.course-card{

flex:0 0 calc(33.333% - 14px);

backdrop-filter:blur(14px);
border-radius:22px;
padding:12px;
box-shadow:
inset 0 2px 6px rgba(255,255,255,.25),
inset 0 -4px 8px rgba(0,0,0,.25);

transition:.35s;
cursor:pointer;

}

.course-card:hover{

transform:translateY(-8px);
background:rgba(255,114,0,.18);
box-shadow:0 10px 25px rgba(0,0,0,.3);

}

.course-card img{

flex-shrink:0;
border-radius: 10px;

}

.course-card h3{

font-size:15px;
margin-bottom:6px;

}

.price{

color:#ff7200;
font-weight:bold;

}

.nav{

background:rgba(0,0,0,.35);
border:none;
width:42px;
height:42px;
border-radius:50%;
color:#ff7200;
font-size:24px;
cursor:pointer;
transition:.3s;

}

.nav:hover{

background:#ff7200;
color:white;

}

.next{

margin-left:10px;

}

.prev{

margin-right:10px;

}


/* موبایل */

@media(max-width:768px){

.amazing-container{

flex-direction:column;

}

.amazing-title{

width:100%;

}

.course-card{

height:100%;
display:flex;
flex-direction:column;

}

}
.course-card h3,
.course-card .price{
margin-top:auto;
}
.shop-section{
    max-width:1290px;
  width:100%;
  margin:0 auto;
padding-top:10px;

padding-bottom:20px;
direction:rtl;
}

.products-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:24px;
}

.product-card{
background: rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.12);
  /* box-shadow:
    0 12px 30px rgba(0,0,0,0.35),
    inset 1px 1px 0 rgba(255,255,255,0.15); */
border-radius:16px;
overflow:hidden;
display:flex;
flex-direction:column;
transition:.3s;
}

.product-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.product-card img{
width:100%;
height:180px;
object-fit:cover;
}



.meta{
display:flex;
justify-content:space-between;
font-size:13px;
opacity:.7;
margin:8px 0;
padding-right:10px;
padding-left:10px;
}

.rating{
font-size:14px;
padding-right:10px;
padding-left:10px;
}

.price{
color:#ff7a00;
font-weight:700;
margin-top:12px;
padding-right:100px;
padding-left:10px;
}
.card-body{
padding:16px;
display:flex;
flex-direction:column;
height:100%;
}

.image-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.image-section img {
  width: 100%;
  max-width: 1290px;
  height: auto;
  display: block;
}
html, body {
  overflow-x: hidden;
}

.top-navbar-fixed,
.floating-header {
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 650px) {
  .product-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 650px) {
 .products-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}
