body {
    background-color: #F6F8FB;
    direction: rtl;
    font-family: PeydaNumFa;
    cursor: url('/assets/images/cursor.png'), auto;
    
}

a {font-size: 18px; color: #000000;}

p {font-size: 16px;}

h1 {font-size: 35px;}

h2 {font-size: 24px;}

h3 {font-size: 18px;}

h4 {font-size: 22px;}

.p1 {font-size: 14px;}

.p3 {font-size: 16px;}

.p2 {font-size: 18px;}

h5 {font-size: 30px;}

.ltr {direction: ltr;}

.rtl {direction: rtl;}

.lineHighet2 {line-height: 1.8;}

.lineHighetLarge {line-height: 2.1;}

.lineHighet3 {line-height: 3;}

.BtnCall{
  position: fixed;
  background-color: #C36C28;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 100px;
  cursor: pointer;
  z-index: 100;
}

.BtnCall img{
  width: 30px;
  height: 30px;
}

.BtnBlue {
  position: relative;
  color: #ffffff;
  background-color: #292561;
  padding: 10px 25px;
  font-family: PeydaBold;
  font-size: 18px;
  border: none;
  border-radius: 100px;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease-in-out;
}

/* لایه اول */
.BtnBlue::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #286bc3; /* رنگ آبی روشن‌تر */
  border-radius: 100px;
  z-index: -3;
  transition: top 0.4s ease-in-out;
}

.BtnBlue::after {
  content: "";
  position: absolute;
  bottom: -100%;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #286bc3;
  border-radius: 100px;
  z-index: -2;
  transition: bottom 0.5s ease-in-out;
}

.BtnBlue:hover::before {
  top: 0;
}

.BtnBlue:hover::after {
  bottom: 0;
}

.BtnBlue:hover {
  color: #ffffff;
}


.BtnOrnge {
  position: relative;
  color: #ffffff;
  background-color: #C36C28;
  padding: 10px 25px;
  font-family: PeydaBold;
  font-size: 18px;
  border: none;
  border-radius: 100px;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease-in-out;
}

.BtnOrnge::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #db8f00;
  border-radius: 100px;
  z-index: -3;
  transition: top 0.4s ease-in-out;
}

.BtnOrnge::after {
  content: "";
  position: absolute;
  bottom: -100%;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #db8f00;
  border-radius: 100px;
  z-index: -2;
  transition: bottom 0.5s ease-in-out;
}


.BtnOrnge:hover::before {
  top: 0;
}

.BtnOrnge:hover::after {
  bottom: 0;
}

.BtnOrnge:hover {
  color: #ffffff;
}

.InputAdak{
  border: 1px solid #292561;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 20px;
  text-align: right;
  font-size: 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  width: 100%;
}

.TextareaAdak{
  border-radius: 25px;
  width: 100%;
  padding: 20px;
  border: #292561 1px solid;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  text-align: right;
  line-height: 1.8;
  height: 200px;
  font-size: 18px;
}

.burger {
  width: 50px;
  height: 50px;
  position: fixed;
  left: 10px;
  cursor: pointer;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  align-items: center;
  background-color: #292561;
  border-radius: 50%;
  z-index: 100001;
}

.burger span {
  display: block;
  height: 4px;
  width: 25px;
  background: #C36C28;
  border-radius: 4px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transform-origin: center;
}

.burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(6.5px, 6.5px);
}

.burger.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-20px);
}

.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.FlexColumn{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.FlexJustifyEnd{
  display: flex;
  justify-content: end;
}

.TextCenter992{
  text-align: center;
}

/* منوی ناوبری */
.nav-menu {
  position: fixed;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: #292561;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: right 0.5s ease-in-out;
  z-index: 100000;
}

.nav-menu.active {
  right: 0;
}

.nav-menu a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  margin: 15px 0;
  transition: color 0.3s;
}

.nav-menu a:hover {
  color: #C36C28;
}

.ProductMenu {
  position: fixed;
  z-index: 100003;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #C36C28;
  padding: 20px;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none; /* تا زمانی که مخفی است قابل کلیک نباشد */
  transform: translateY(-30px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.ProductMenu.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ProductMenu a {
  color: white;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
  font-size: 18px;
  width: 300px;
  padding: 10px;
  border-radius: 100px;
  transition: ease-in-out 0.25s;
}

.ProductMenu a:hover {
  background-color: #292561;
}

.PERv{
  background-color: rgb(156, 0, 0);
  padding: 10px;
  border-radius: 100px;
  text-align: center;
}

.HumbrgerLogo{
  width: 100px;
  margin-bottom: 20px;
}

/* مخفی کردن ظاهر پیش‌فرض رادیو */
.RadioSub {
  appearance: none; /* برای اکثر مرورگرها */
  -webkit-appearance: none; /* برای Safari/Chrome */
  width: 24px;
  height: 24px;
  border: 2px solid #292561;
  border-radius: 50%; /* گرد کردن */
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
}

/* حالت انتخاب نشده */
.RadioSub:hover {
  box-shadow: 0 0 5px #292561;
}

/* وقتی انتخاب شد */
.RadioSub:checked {
  background-color: #292561;
  border-color: #292561;
}

/* دایره‌ی داخلی */
.RadioSub:checked::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/******************************************************/

#LoaderBg{
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99999999 !important;
}

.MainItems{
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}

.BottomNav{
  display: flex;
  justify-content: space-between;
}

.TopNavGreen{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.MakeCenterGap20{
  display: flex;
  justify-content: center;
  gap: 20px;
}

.MakeCenter{
  display: flex;
  justify-content: center;
}

.MakeSpaceBetween{
  display: flex;
  justify-content: space-between;
}

.MakeJustifyStart{
  display: flex;
  justify-content: start;
}

.MakeJustifyEnd{
  display: flex;
  justify-content: end;
}

.SocialIcons{
    background-color: #292561;
    padding: 8px;
    border-radius: 100px;
    transition: ease-in-out 0.25s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.SocialIcons:hover{
    transform: scale(1.2);
}

nav{
  position: relative;
  z-index: 9999; /* بالاتر از همه عناصر صفحه */
}

/* لینک‌های معمولی */
nav a {
  position: relative;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: color 0.3s ease;
  padding: 5px 0;
}

/* خط زیر لینک‌ها */
nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #C36C28;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

/* فقط لینک‌هایی که NotHover ندارند، افکت بگیرند */
nav a:not(.NotHover):hover {
  color: #C36C28;
}

nav a:not(.NotHover):hover::after {
  width: 100%;
}

/* لینک‌هایی که .NotHover دارند (مثل دکمه‌ها)، بدون افکت */
nav a.NotHover {
  color: inherit;
}

nav a.NotHover::after {
  content: none; /* خط زیر حذف شود ولی دکمه بماند */
}
  
  /* استایل دراپ داون */
  .dropdown {
    position: relative;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    top: 130%;
    left: -110%;
    transform: translateX(-50%);
    background-color: #C36C28;
    min-width: 350px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    border-radius: 8px;
    overflow: hidden;
    z-index: 10000; /* 👈 حتی بالاتر از nav */
  }
  
  .dropdown-content a {
    display: block;
    padding: 20px 15px;
    color: #ffffff;
    text-align: right;
    transition: background-color 0.3s;
  }
  
  .dropdown-content a:hover {
    background-color: #292561;
    color: #ffffff;
  }
  
  /* نمایش دراپ داون هنگام هاور */
  .dropdown:hover .dropdown-content {
    display: block;
    animation: fadeIn 0.3s ease;
  }
  
  /* افکت ظاهر شدن نرم */
  @keyframes fadeIn {
    from { opacity: 0; transform: translate(-50%, 10px); }
    to { opacity: 1; transform: translate(-50%, 0); }
  }
  

  .slider-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 2;
  }

  /* Canvas بک‌گراند */
  #canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    /* اندازه نمایش */
    height: 100%;   /* اندازه نمایش */
    display: block;
    z-index: 0 !important; /* 👈 مطمئن شو پایین‌ترین لایه باشه */
  }

  /* بخش اسلایدها */
  .slider-content {
    position: relative;
    z-index: 1;
    height: 100%;
  }

  .slide {
    position: absolute;
    top: 0;
    left: 100%; /* همه اسلایدها خارج از دید در سمت راست */
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.8s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 2rem;
  }
  
  .slide.active {
    left: 0; /* اسلاید فعال داخل دید */
    opacity: 1;
  }
  
  .slide.prev {
    left: -100%; /* اسلاید قبلی خارج از دید در سمت چپ */
    opacity: 0;
  }

  /* دکمه‌های ناوبری */
  .slider-controls {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 2;
  }

  .dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
  }

  .dot.active {
    background: #292561;
  }

  .Hand1{
    position: absolute;
    right: -98px;
    bottom: -75px;
    transform: rotate(-10deg);
    width: 100%;
    max-width: 500px;
  }

  .Hand2{
    position: absolute;
    left: -57px;
    top: 0;
  }

.HandSilde2{
    position: absolute;
    left: 0;
    bottom: 20px;
}

.AdakLogoSlide4{
  width: 100px;
}

.NetWorking{
  width: 600px;
  height: 600px;
}

.OurProductsIcon{
  background-color: #292561;
  padding: 8px;
  border-radius: 100px;
}

.Discirtion {
  max-height: 0;
  overflow: hidden;
  transition: max-height 2s ease;
}
.Discirtion.active {
  max-height: 500px; /* یا هر ارتفاعی که محتوای شما نیاز داره */
}

.BorderBottom{
  border-bottom: #ffffff 1px solid;
}

.BorderBottomBlack{
  border-bottom: #000000 1px solid;
}

.BorderBottomA{
  border-bottom: #ffffff 1px solid;
  transition: ease-in-out 0.2s;
}

.BorderBottomA:hover{
  border-bottom: #286bc3 1px solid;
}

.SubBox{
  display: flex;
  justify-content: center;
  align-items: center;
}

.SubCard{
  border: #292561 2px solid;
  border-radius: 25px;
  padding: 10px;
  width: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: ease-in-out 0.25s;
  height: 470px;
}

.SubCard:hover{
  transform: scale(1.05);
}

.AdakSplash{
  position: absolute;
  right: 50%;
  z-index: 0;
  transform: translateY(-60px) translateX(-50px);
}

.border-shadow{
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.borderRadius50{
  border-radius: 50px;
}

.borderRadius25{
  border-radius: 25px;
}

.feature-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.top-texts, .bottom-texts {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.feature-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.top-texts, .bottom-texts {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.NetWorking2 {
  width: 500px;
  height: 500px;
  z-index: 2;
  opacity: 0.7;
}

.center-section {
  position: relative;
  width: 100%;
  height: 250px;
}

.line-top, .line-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 250px;
  pointer-events: none;
}

.line-top{transform: translateY(-80px);}

.line-bottom {transform: translateY(80px);}

.line-bottom {
  top: auto;
  bottom: 0;
}

.SlideTwoImage{
  width: 100%;
  max-width: 250px;
}

.Bold {
  font-weight: bold;
}

.Color-White {
  color: white;
}

.hover-item {
  display: inline-block;
  position: relative;
}

/* مودال مخفی در حالت عادی */
.hover-item .modal {
  display: block; /* 👈 برای انیمیشن باید همیشه تو DOM باشه */
  position: absolute;
  width: 260px;
  height: 220px;
  top: 100%;
  left: 100%;
  transform: translateX(-50%) scale(0.8);
  margin-top: 8px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  white-space: nowrap;
  z-index: 100;
  opacity: 0;
  pointer-events: none; /* تا زمانی که دیده نشه، قابل کلیک نیست */
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* 👈 نرم و طبیعی */
}

/* حالت هاور: زوم این */
.hover-item:hover .modal {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  pointer-events: auto;
}

/* افکت سایه و پرش نرم موقع ظاهر شدن */
.hover-item:hover .modal {
  animation: zoomInPop 0.4s ease-out forwards;
}

@keyframes zoomInPop {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.8);
    box-shadow: 0 0 0 rgba(0,0,0,0);
  }
  60% {
    opacity: 1;
    transform: translateX(-50%) scale(1.05);
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  }
}


.Specily{
  position: absolute;
  z-index: 9999;
}

.WhyAdakCard{
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.WhyAdalIcon{
  background-color: #C36C28;
  padding: 10px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.MainFrame{
  background: linear-gradient(135deg, #C36C28 0%, #ffffff 50%, #292561 100%);
  box-shadow: inset 0 0 60px rgba(255,255,255,0.3),
              0 8px 25px rgba(0,0,0,0.2);
  overflow: hidden;
  position: relative;;
}

.MainFrame::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 60%;
  pointer-events: none;
}

.AdakSplashLogoType{
  position: relative;
  bottom: -50px;
}

.AboutAdak{
  width: 350px;
  height: 200px;
}

.SliderNav img{
  width: 80px;
}

footer{
  background-image: url(../images/home/Footer.png);
  background-size: cover;
}

/* پایه */
.SliderNav {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  scrollbar-width: none; /* برای فایرفاکس */
}
.SliderNav::-webkit-scrollbar {
  display: none; /* برای کروم و سفاری */
}

.SliderNav img {
  flex: 0 0 auto; /* نذار تصویرها بشکنن */
  width: 120px;
  height: auto;
  border-radius: 12px;
  transition: transform 0.3s ease;
}
.SliderNav img:hover {
  transform: scale(1.05);
}

/* فقط وقتی صفحه کوچیکه: حالت اسلایدری */
@media (max-width: 992px) {
  .SliderNav {
    justify-content: flex-start;
    padding: 15px;
  }
}

.MarkUp{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr); /* حالت عادی */
}

/*********************************************/

.LogoAdakHeader{
  width: 100%;
  max-width: 150px;
}

.PosterArticle{
  width: 100%;
  max-width: 207px;
}

.User{
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background-color: #696969;
}

.LogoProducts{
  width: 120px;
}

.Slider-Product {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: stretch; /* تمام آیتم‌ها به یک ارتفاع برسند */
  gap: 10px; /* فاصله بین آیتم‌ها در صورت نیاز */
}

.Slider-Product > * {
  flex: 1; /* همه آیتم‌ها به یک اندازه عرض بگیرند */
  height: 300px; /* مقدار دلخواه ارتفاع ثابت */
  box-sizing: border-box;
}


/* هر اسلاید */
.SlideProduct1,
.SlideProduct2 {
  display: none; /* پنهان به‌صورت پیش‌فرض */
  justify-content: center;
  gap: 20px;
  align-items: center;
}

/* اسلاید فعال */
.active-slide {
  display: flex;
}

.slider-btn {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #292561;
  color: #fff;
  border: none;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: ease-in-out 0.25s;
}
.slider-btn:hover {
  background: #C36C28;
}
.prev { right: -70px; }
.next { left: -70px; }


.Moveright{
  position: absolute;
  transform: translateX(100px) ;
}

.CombainEarth{
  position: absolute;
  z-index: 1;
  transform: translateY(-80px);
  width: 100%;
  max-width: 650px;
}

.FooterLogo{
  width: 100%;
  max-width: 200px;
}

.AdakProducts{
  width: 100%;
  max-width: 800px;
}

.IconAdakProduct{
  width: 35px;
  height: 35px;
}

.subscriptionCard{
  background-color: #292561;
  padding: 40px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 25px;
  transition: ease-in-out 0.25s;
}

.subscriptionCard h1{
  position: relative; /* برای اینکه ::after به عنوان عنصر مطلق نسبت به h1 باشد */
  padding-bottom: 3px; /* فاصله بین متن و خط */
}

.subscriptionCard h1::after {
  content: '';
  position: absolute;
  bottom: 0;       /* در پایین h1 قرار گیرد */
  left: 50%;       /* شروع از وسط */
  transform: translateX(-50%); /* مرکز کردن خط */
  width: 120px;     /* طول خط، قابل تنظیم */
  height: 3px;     /* ضخامت خط، قابل تنظیم */
  background-color: #ffffff; /* رنگ خط */
}

.subscriptionCard:hover{
  transform: scale(1.02);
}

.Yearly, .Monthly, .Eraly {
  display: flex;
  flex-wrap: wrap; /* اجازه می‌دهد کارت‌ها وقتی جا کم شد به خط بعد بروند */
  gap: 20px;
  justify-content: center;
}

/* کارت‌ها */
.subscriptionCard {
  flex: 0 0 16%; /* عرض تقریبی هر کارت، 16% برای 6 کارت در یک ردیف */
  min-width: 150px; /* حداقل عرض کارت */
  transition: all 0.5s ease;
}
/* تعریف انیمیشن */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* کلاس انیمیشن */
.subscriptionCard {
  opacity: 0;
  transform: translateY(-20px);
  animation: fadeInUp 0.5s forwards; /* forwards برای حفظ حالت نهایی */
}
/* کارت‌ها به ترتیب با تأخیر ظاهر شوند */
.Yearly.flex .subscriptionCard:nth-child(1) { animation-delay: 0s; }
.Yearly.flex .subscriptionCard:nth-child(2) { animation-delay: 0.2s; }
.Yearly.flex .subscriptionCard:nth-child(3) { animation-delay: 0.4s; }
.Yearly.flex .subscriptionCard:nth-child(4) { animation-delay: 0.6s; }
.Yearly.flex .subscriptionCard:nth-child(5) { animation-delay: 0.8s; }

/* مشابه برای Monthly و Eraly اگر نیاز بود */
.Monthly.flex .subscriptionCard:nth-child(1) { animation-delay: 0s; }
.Monthly.flex .subscriptionCard:nth-child(2) { animation-delay: 0.2s; }
.Monthly.flex .subscriptionCard:nth-child(3) { animation-delay: 0.4s; }
.Monthly.flex .subscriptionCard:nth-child(4) { animation-delay: 0.6s; }
.Monthly.flex .subscriptionCard:nth-child(5) { animation-delay: 0.8s; }

.Eraly.flex .subscriptionCard:nth-child(1) { animation-delay: 0s; }
.Eraly.flex .subscriptionCard:nth-child(2) { animation-delay: 0.2s; }
.Eraly.flex .subscriptionCard:nth-child(3) { animation-delay: 0.4s; }
.Eraly.flex .subscriptionCard:nth-child(4) { animation-delay: 0.6s; }
.Eraly.flex .subscriptionCard:nth-child(5) { animation-delay: 0.8s; }

.line-bottom , .line-top{
  z-index: 0;
}

.TopArticle{
  width: 100%;
  max-width: 150px;
  border: 2px solid #ffffff;
  border-radius: 20px;
}

.TopArticleBox {
  width: 150px;           /* عرض یکسان برای همه */
  min-height: 300px;      /* ارتفاع حداقلی یکسان */
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 25px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: ease-in-out 0.25s;
}

.TopArticleBox img.TopArticle {
  max-width: 100%;
  height: auto; /* حفظ نسبت تصویر */
}

.TopArticleBox:hover{
  background-color: #C36C28;
}

.TopArticleGroup{
  display: flex;
  justify-content: center;
  gap: 25px;
}

.Cols{
  display: flex;
  gap: 10px;           
  align-items: flex-start;
}

.Col{
  flex: 1;             
}

.Comment{
  background-color: #1E90FF;
  border: none;
  border-radius: 100px;
  padding: 5px 20px 5px 20px;
  font-size: 24px;
  color: #ffffff;
  transition: ease-in-out 0.25s;
}

.Comment:hover{
  background-color: #0a3e81;
}

.Liked{
  background-color: #ccc;
  border: none;
  border-radius: 100px;
  padding: 5px 20px 5px 20px;
  color: #000;
  font-size: 24px;
}

table {
  text-align: center;
  vertical-align: middle;
}

thead th {
  background-color: #C36C28; /* نارنجی تیره */
  color: white;
}

tbody tr:nth-child(odd) td {
  background-color: #292561; /* بنفش تیره */
  color: white;
}

tbody tr:nth-child(even) td {
  background-color: #C36C28; /* نارنجی */
  color: white;
}

th, td {
  padding: 15px;
}

.ArticleImags{
  width: 100%;
}

.ProductHeader{
  width: 100%;
  z-index: 2;
}

.ProductHeaderTitle{
  background-color: #ffffff;
  padding: 10px 35px 10px 35px;
  border-radius: 100px;
  color: #C36C28;
  text-align: center;
  display: flex; justify-content: center; align-items: center;
  font-size: 35px;
  position: absolute;
  transform: translateX(-50px) translateY(-120px);
}

.cards {
  display: grid;
  gap: 20px;
  margin-top: 25px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.card {
  position: relative;
  overflow: hidden;
  height: 400px;
  color: white;
  display: flex;
  align-items: flex-end;
  justify-content: end;
  border-radius: 25px;
}

.card img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: transform 0.4s ease;
}

.card::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

.card:hover img {
  transform: scale(1.1);
}

.text {
  position: relative;
  padding: 20px;
  text-align: start;
}

.text h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: bold;
}

.text p {
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.9;
}

.Mokamel{
  background-color: #C36C28;
  color: #fff;
  padding: 20px;
  border-radius: 100px;
  width: 100%;
  font-weight: bold;
  text-align: center;
  transition: ease-in-out 0.25s;
}

.Mokamel:hover{
  background-color: #292561;
}

.CallToUs{
  width: 100%;
  max-width: 800px;
}

.ProductDiscriptionHead{
  background-color: #C36C28;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 25px;
  align-items: center;
  padding: 25px;
}

.ProductDiscriptionBody1 ,
.ProductDiscriptionBody2 ,
.ProductDiscriptionBody3 {
  border: #C36C28 1px solid;
  width: 100%;
  max-width: 700px !important;
  height: auto;
  min-height: 400px;
  padding: 25px;
  text-align: right;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  display: none;
}

.ProductDiscriptionHead h3 {
  cursor: pointer;
  transition: color 0.3s;
  text-align: center;
}

.ProductDiscriptionHead h3.active {
  color: #222;
  background: #fff;
  padding: 8px 15px;
  border-radius: 15px;
}

.FTTHimg , .WireLess , .ADSL{
  width: 100%;
}

.FTTHimg{
  display: none;
}

.WireLess{
  display: none;
}

.ADSL{
  display: none;
}

.Partions{
  width: 100%;
  max-width: 350px;
}

.CycleWhyAdak{
  background-color: #C36C28;
  width: 100%;
  max-width: 75px;
  height: 100%;
  max-height: 75px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-size: 35px;
  font-weight: bold;
}

.ProcsesNav{
  background-color: #C36C28;
  width: 100%;
  border-radius: 100px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
}

.ProcsesNav h2{
  color: #292561;
  background-color: #ffffff;
  padding: 10px;
  width: 300px;
  text-align: center;
  font-weight: bold;
  border-radius: 100px;
  opacity: 0.5;
  transition: ease-in-out 0.25s;
  cursor: pointer;
}

.ProcsesNav h2:hover{
  opacity: 1;
}

.ProcsesNav .active {
  opacity: 1;
}

.TextAbout{
  width: 100%;
  height: 450px;
}

.TextAbout p {
  opacity: 0;
  transform: translateY(15px);
  pointer-events: none;
  position: absolute;
  transition: all 0.6s ease;
}

.TextAbout .active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
}

.CardOptionCalling{
  width: 188px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #292561;
  padding: 10px;
  transition: ease-in-out 0.25s;
}

.CardOptionCalling:hover{
  background-color: #C36C28;
}

.LinerGradiantColor{
  width: 100%;
  padding: 40px;
  background: linear-gradient(135deg, #292561, #C36C28);
  border-radius: 50px;
}

.ProcsesDiv{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.ProcsesDivNav{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.CloumedNavProcses{
  display: flex; justify-content: center; align-items: center;
  text-align: center;
  background-color: #C36C28;
  padding: 1px;
  border-radius: 100px;
  width: 300px;
  height: 70px;
  font-size: 18px;
  font-weight: Bold;
  color: #ffffff;
  cursor: pointer;
  transition: ease-in-out 0.25s;
}

.posetive{
  background-color: #292561;
  transform: scale(1.1);
}

.ProcsesDivData {
  width: 667px;
  height: 446px;
  background: linear-gradient(135deg, #292561, #3d2f91, #292561);
  background-size: 200% 200%;
  animation: gradientMove 3s ease infinite;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}

/* انیمیشن تغییر آرام رنگ گرادیانت */
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* محتوای هر مرحله (غیرفعال) */
.ProcsesDivData div {
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
  pointer-events: none;
}

/* مرحله فعال */
.ProcsesDivData .active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
}


.ProcsesDivData div{
  display: none;
}

.ProcsesDivData .active{
  display: block;
}

.RowNumberic{
  display: flex; justify-content: center; align-items: center;
}

.NumberRow{
  background-color: #C36C28;
  color: #ffffff;
  font-size: 24px;
  font-weight: Bold;
  border-radius: 100px;
  height: 70px; width: 70px;
  z-index: 2;
  display: flex; justify-content: center; align-items: center;
}

.DataRow{
  background-color: #292561;
  border-radius: 100px;
  width: 100%; height: 70px;
  font-size: 18px; font-weight: bold; color: #ffffff;
  display: flex; justify-content: center; align-items: center;
  transform: translateX(55px);
  z-index: 1;
}

.AdakSplashdd{
  position: absolute;
  left: 0;
  transform: translateY(-150px);
  z-index: 1;
}

.NourontaClassField{
  background-color: #292561;
  border-radius: 25px;
  padding: 25px;
  width: 700px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.NourontaClassField h3{
  transition: ease-in-out 0.25s;
  cursor: pointer;
}

.NourontaClassField h3:hover{
  color: #C36C28;
}

.NourontaClassField .active{
  color: #C36C28;
  border-bottom: #C36C28 2px solid;
  padding-bottom: 5px;
}

.NourontaDataField{
  background-color: #C36C28;
  border-radius: 25px;
  padding: 25px;
  width: 100%;
  height: 300px;
}

.NourontaDataDiv{
  display: none;
}

.NourontaDataField .active{
  display: flex;
}

.AdakSplash2{
  position: absolute;
  right: 0;
  transform: translateY(-180px);
  z-index: 1;
}

.DivNouronta{
  width: 100%;
  padding: 20px;
  border-radius: 25px;
  background-color: #C36C28;
  z-index: 2;
  position: relative;
  transition: ease-in-out 0.25s;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.DivNouronta:hover{
  background-color: #292561;
}

.CloudContainerHead{
  background-color: #292561;
  display: flex;
  justify-content: center;
  gap: 25px;
  padding: 25px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.CloudContainerHead h3{
  color: #696969;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 15px;
  width: 100%;
  text-align: center;
  transition: ease-in-out 0.25s;
  cursor: pointer;
}

.CloudContainerHead h3:hover{
  background-color: #C36C28;
  color: #ffffff;
}

.CloudContainerHead .active{
  background-color: #C36C28;
  color: #ffffff;
}

.CloudContainerBody{
  background-color: #C36C28;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  padding: 20px;
}

.CloudContainerBody div{
  display: none;
}

.CloudContainerBody .active{
  display: flex;
}

.CloudTabContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.6s ease;
  pointer-events: none;
}

.ObjectsFiter{
  object-fit: cover;
}

.CloudTabContent.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
}

.CloudGradiant{
  width: 100%;
  background: linear-gradient(90deg, #292561, #C36C28);
  padding: 25px;
  border-radius: 25px;
  background-size: 200% 200%;
  background-position: right center;
  transition: background-position 0.5s ease-in-out;
}

.CloudGradiant:hover {
  background-position: left center;
}

.CloudGradiant2 {
  width: 100%;
  background: linear-gradient(90deg, #C36C28, #292561);
  padding: 25px;
  border-radius: 25px;
  background-size: 200% 200%;
  background-position: left center;
  transition: background-position 0.5s ease-in-out;
}

.CloudGradiant2:hover {
  background-position: right center;
}

.NourontaDataDiv img{
  width: 100%;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.products-card {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(10,10,20,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.products-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 26px rgba(10,10,30,0.12);
}

.products-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.products-card:hover img {
  transform: scale(1.05);
}

.products-content {
  padding: 1rem;
}

.products-content h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.1rem;
  color: #003366;
}

.products-content p {
  margin: 0;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

/* ریسپانسیو */
@media (max-width: 992px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
}

.products-card { position: relative; }

/* Overlay */
#image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  transition: opacity 0.4s ease;
}

#image-overlay img {
  max-width: 0;
  max-height: 0;
  transition: all 0.6s ease;
  object-fit: contain;
  border-radius: 0.5rem;
}





.BannerFiber{
  width: 100%;
  object-fit: cover;
  height: 100vh;
}

.NavigationBar{
  margin-bottom: -155px;
}

.BannerDetails h2 {
  color: #292561;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}


.BannerDetails h3 {
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
}

.BannerDetails p{
  margin-top: 10px;
  text-align: center;
  background-color: #C36C28;
  padding: 20px;
  border-radius: 25px;
  color: #fff;
}

.SlideOneImage{
  width: 100%;
  max-width: 400px;
  border-radius: 25px;
}

.BannerDetails{
  transform: translateY(50px);
}

.sectwo{
  position: relative;
  z-index: 2 !important;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  font-size: 30px;
  background-color: #292561;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0; /* جلوگیری از جابه‌جایی داخل دکمه */
}

.slider-btn img{
  width: 20px;
}

.prev-btn { left: 20px; }
.next-btn { right: 20px; }


.slider-btn:hover {
  background-color: #C36C28;
}


button:hover{
  border: none !important;
}

.slider-btn {
  outline: none !important;
  border: none !important;
}

.slider-btn:focus,
.slider-btn:active {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}


.slider-dots {
  position: absolute;
  bottom: 25px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 10;
}

.dot {
  width: 12px;
  height: 12px;
  background: #292561;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  border: none;
  outline: none;
}

.dot.active {
  background: #C36C28;
}

.dot:hover {
  background: #C36C28;
}

/* حذف فوکوس */
.dot:focus,
.dot:active {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
