



@font-face {
  font-family: 'BYekan';
  src: url('/fonts/BYekan.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BZar';
  src: url('/fonts/BZar.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BTitrBold';
  src: url('/fonts/BTitrBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'BTraffic';
  src: url('/fonts/BTraffic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BTRAFB';
  src: url('/fonts/BTRAFB.TTF') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* فونت پیش‌فرض کل سایت */
body, * {
  font-family: 'BYekan', 'BZar', 'BTitrBold', 'BTraffic', sans-serif;
}




















/*@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;700&display=swap');*/



#toggleArrow {
  animation: blinkText 0.9s infinite;

}
@keyframes toggleArrow  {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}









.baner1{
  text-align: center;
  margin-top: 30px;
}
.baner2 {
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 12px rgba(255, 0, 0, 0.8);

}


.modal-section {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-content {
  background: linear-gradient(135deg, #ffffff, #f2f2f2);
  border-radius: 16px;
  padding: 30px 25px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  font-family: 'Vazirmatn', sans-serif;
  text-align: center;
  position: relative;
  animation: fadeIn 0.4s ease-in-out;
}

.modal-title {
  font-size: 24px;
  font-weight: 700;
  color: #d35400;
  margin-bottom: 20px;
}

.modal-text {
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin-bottom: 20px;
}

.modal-phone {
  font-size: 17px;
  color: #2c3e50;
  font-weight: bold;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  color: #999;
  cursor: pointer;
  transition: color 0.3s;
}

.close-btn:hover {
  color: #e74c3c;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 600px) {
  .modal-content {
    padding: 20px 15px;
  }

  .modal-title {
    font-size: 20px;
  }

  .modal-text {
    font-size: 15px;
  }

  .modal-phone {
    font-size: 16px;
  }
}




















.soheil-rating-box {
  background: rgba(13, 27, 42, 0.85);
  padding: 30px;
  border-radius: 14px;
  margin-top: 40px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.5);
  text-align: center;
  color: #f0f0f0;
  direction: rtl;
}

.soheil-rating-title {
  font-size: 22px;
  margin-bottom: 10px;
  color: #ffcc70;
}

.soheil-rating-desc {
  font-size: 15px;
  margin-bottom: 20px;
  color: #9fd3ff;
}

.soheil-stars {
  display: flex;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  flex-wrap: wrap;
}

.soheil-stars span {
  position: relative;
  line-height: 1;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* عدد زیر ستاره ۵ */
.soheil-stars span[data-value="5"] .soheil-star-label {
  position: absolute;
  bottom: -18px;
  right: 50%;
  transform: translateX(50%);
  font-size: 14px;
  color: #ffd700;
  font-weight: bold;
}

/* سایز و رنگ پله‌ای */
.soheil-stars span[data-value="1"] { font-size: 20px; color: #777; }
.soheil-stars span[data-value="2"] { font-size: 25px; color: #999; }
.soheil-stars span[data-value="3"] { font-size: 30px; color: #bbb; }
.soheil-stars span[data-value="4"] { font-size: 35px; color: #ddd; }
.soheil-stars span[data-value="5"] { font-size: 40px; color: #ffd700; text-shadow: 0 0 10px #ffcc70; }

.soheil-stars span:hover {
  transform: scale(1.3);
  color: #ffd700;
}

.soheil-stars span.active {
  color: #ffd700;
  text-shadow: 0 0 10px #ffcc70;
}

.soheil-rating-result {
  margin-top: 15px;
  font-size: 16px;
  color: #00c6ff;
}

/* ریسپانسیو برای موبایل */
@media (max-width: 480px) {
  .soheil-stars {
    gap: 8px;
  }
  .soheil-stars span[data-value="1"] { font-size: 16px; }
  .soheil-stars span[data-value="2"] { font-size: 20px; }
  .soheil-stars span[data-value="3"] { font-size: 24px; }
  .soheil-stars span[data-value="4"] { font-size: 28px; }
  .soheil-stars span[data-value="5"] { font-size: 32px; }
}























.soheil-faq-wrapper {
  margin-top: 40px;
  background: rgba(13, 27, 42, 0.85); /* آبی نفتی با شفافیت */
  padding: 40px 25px;
  border-radius: 16px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.6);
  backdrop-filter: blur(8px); /* افکت شیشه‌ای */
}

.soheil-faq-title {
  font-size: 28px;
  font-weight: bold;
  color: #f5f5f5;
  text-align: center;
  margin-bottom: 8px;
}

.soheil-faq-subtitle {
  font-size: 15px;
  color: #00c6ff;
  text-align: center;
  margin-bottom: 25px;
}

.soheil-faq-item {
  background: rgba(20, 40, 60, 0.85);
  border: 1px solid #1f3b57;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 16px 20px;
  transition: all 0.3s ease;
}

.soheil-faq-item summary {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 32px; /* فاصله برای آیکون */
}

.soheil-faq-item summary::after {
  content: "➕";
  position: absolute;
  right: 0;
  top: 0;
  color: #00c6ff;
  font-size: 18px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.soheil-faq-item[open] summary::after {
  content: "➖";
  color: #ffcc70;
}

.soheil-faq-item p {
  margin-top: 12px;
  font-size: 16px;
  color: #e0e0e0;
  line-height: 1.7;
  border-top: 1px dashed #2f3e4f;
  padding-top: 10px;
}

.soheil-faq-item:hover {
  background: rgba(30, 60, 90, 0.9);
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.7);
  border-color: #00c6ff;
}



















.message-overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 0, 0, 0.9);
  color: #fff;
  padding: 20px 30px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 20px yellow;
  z-index: 9999;
  animation: blink 1s infinite;
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0.4; }
  100% { opacity: 1; }
}

.message-overlay::before {
  content: "🚫 ";
  font-size: 24px;
  margin-right: 8px;
}























/* عمومی */
.rq-verify-wrapper {
  margin-top: 24px;
  padding: 0 16px;
}

.rq-verify-group {
  margin-bottom: 24px;
  width: 100%;
}

.rq-verify-input {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* فیلد کد تایید پیامک با رنگ متفاوت */
.rq-sms-input {
  border: 1px solid #0077cc;
  background-color: #f5faff;
}

/* کپچا عمومی */
.rq-verify-captcha {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

/* تصویر کپچا */
.rq-verify-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border: 1px solid #ccc;
  border-radius: 12px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.12);
  cursor: pointer;
  user-select: none;
}

/* دکمه نهایی */
.rq-verify-submit {
  text-align: center;
  margin-top: 32px;
}

#finalSubmitBtn {
  padding: 14px 28px;
  font-size: 17px;
  background-color: #0077cc;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#finalSubmitBtn:hover {
  background-color: #005fa3;
}

/* موبایل */
@media (max-width: 480px) {
  .rq-verify-wrapper {
    padding: 0 12px;
  }

  .rq-verify-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 12px;
  }

  .rq-verify-input {
    margin-top: 8px;
  }

  #finalSubmitBtn {
    width: 100%;
  }
}

/* دسکتاپ */
@media (min-width: 481px) {
  .rq-verify-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-top: 48px;
    padding: 0;
  }

  .rq-verify-group {
    max-width: 440px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .rq-verify-image {
    width: 360px;
    height: 360px;
  }

  .rq-verify-input {
    font-size: 17px;
    padding: 12px 14px;
  }

  .rq-sms-input {
    font-size: 17px;
    padding: 12px 14px;
  }

  #finalSubmitBtn {
    padding: 16px 32px;
    font-size: 18px;
  }
}






























:root {
  --accent: #0b6fb0;
  --accent-2: #0b9bd6;
  --muted: #6b7280;
  --text: #0f1724;
  --cream: #fff6d8;
  --black: #0b0b0b;
  --radius: 12px;
  --font-title: "Vazirmatn", "Segoe UI", Tahoma, sans-serif;
  --font-body: "Vazirmatn", "Helvetica Neue", Arial, sans-serif;
}

/* ساختار اصلی */
.about-wrap {
  direction: rtl;
  max-width: 1100px;
  margin: 20px auto;
  padding: 22px;
  font-family: var(--font-body);
  background: #fff;
  color: var(--text);
  border-radius: var(--radius);
}

/* هدر و لوگو */
.about-hero {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}
.about-badge {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.about-badge img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.about-badge:hover {
  transform: scale(1.06);
  box-shadow: 0 14px 36px rgba(11, 111, 176, 0.18);
}

/* تیترها */
.about-title,
.about-h2,
.about-h3 {
  font-family: var(--font-title);
  color: var(--accent);
  margin: 0 0 10px 0;
  transition: color 0.18s ease, transform 0.18s ease;
}
.about-title:hover,
.about-h2:hover,
.about-h3:hover {
  color: var(--accent-2);
  transform: translateY(-2px);
  text-decoration: underline;
}
.about-sub {
  font-size: 0.95rem;
  color: var(--muted);
  margin-top: 6px;
}

/* ساختار دو ستونه دسکتاپ */
.about-sections {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 18px;
}
.about-main,
.about-aside {
  width: 100%;
}






/* پاراگراف‌ها با زمینه شیری کامل */
.about-main p,
.about-aside p,
.feature .about-p,
.secure-block .about-p {
  background: var(--cream);
  color: var(--black);
  padding: 14px 16px;
  border-radius: 12px;
  margin: 0 0 16px 0;
  border: 1px solid rgba(16, 40, 60, 0.03);
  box-shadow: 0 6px 18px rgba(16, 40, 60, 0.03);
  line-height: 1.7;
  font-size: 0.98rem;
}

/* کارت‌های ویژگی */
.feature-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.feature {
  background: #fff;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(16, 40, 60, 0.04);
  box-shadow: 0 6px 16px rgba(16, 40, 60, 0.03);
}
.feature .about-h3 {
  margin: 0 0 10px 0;
  color: var(--accent);
  font-size: 1rem;
}

/* بلوک امنیت */
.secure-block {
  padding: 14px;
  border-left: 4px solid var(--accent);
  border-radius: 12px;
  background: var(--cream);
}

/* دکمه‌ها یک‌شکل و ریسپانسیو */
.btn-inline {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 12px 16px;
  border-radius: 12px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.14s ease;
  margin-bottom: 12px;
}
.btn-inline:hover {
  transform: translateY(-3px);
}
.btn-inline.btn-outline {
  background: transparent;
  color: var(--accent);
  border: 2px solid rgba(11, 111, 176, 0.12);
}
.btn-inline.btn-outline:hover {
  background: rgba(11, 111, 176, 0.06);
  color: #063b5a;
}

@media (max-width: 980px) {

 .expert-summary .about-p {
    color: #f5c400 !important;
  }


  .about-sections {
    grid-template-columns: 1fr;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }

  .about-main p,
  .about-aside p,
  .feature .about-p,
  .secure-block .about-p {
    max-width: 92%;
    margin: 0 auto 16px auto;
    padding: 14px 16px;
    border-radius: 12px;
    background: var(--cream);
    color: var(--black);
    box-shadow: 0 6px 18px rgba(16, 40, 60, 0.03);
    border: 1px solid rgba(16, 40, 60, 0.03);
    line-height: 1.7;
    font-size: 0.98rem;
  }

  .about-hero {
    gap: 12px;
    align-items: center;
  }
  .about-badge {
    display: none;
  }

  .about-title {
    font-size: 1.25rem;
  }

  .btn-inline {
    width: 100%;
    text-align: center;
    padding: 14px 16px;
    border-radius: 12px;
    margin-bottom: 12px;
  }
}

/* موبایل جمع‌وجور */
@media (max-width: 520px) {
  .about-wrap {
    padding: 16px;
  }
  .about-title {
    font-size: 1.05rem;
  }
  .about-sub {
    font-size: 0.9rem;
  }
  .about-main p,
  .feature .about-p {
    font-size: 0.95rem;
  }
  .feature .about-h3 {
    font-size: 0.98rem;
  }
  .about-aside {
    padding: 12px;
  }
  .btn-inline {
    padding: 14px;
    border-radius: 12px;
  }
}

/* دسترسی بهتر */
:focus-visible {
  outline: 3px solid rgba(11, 111, 176, 0.18);
  outline-offset: 3px;
  border-radius: 6px;
}


.expert-summary .about-p {
  color: #f5c400 !important; /* زرد روشن */
}






















section {
  display: none;
}
section.active {
  display: block;
}


/* در دسکتاپ فرم همیشه باز باشد */
@media (min-width: 601px) {
  #homeContent {
    display: block !important;
  }
}

/* در موبایل فرم بسته باشد تا با فلش باز شود */
@media (max-width: 600px) {
  #homeContent {
    display: none;
  }
}



















.phone-extensions {
  display: none;
  margin-top: 12px;
  padding: 12px 16px;
  background-color: #111;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

.phone-extensions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.phone-extensions li {
  padding: 10px 14px;
  margin-bottom: 8px;
  background-color: #1c1c1c;
  color: #f0f0f0;
  border-left: 4px solid #00bcd4;
  border-radius: 4px;
  font-size: 15px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.phone-extensions li:hover {
  background-color: #2a2a2a;
  transform: translateX(4px);
  cursor: pointer;
}

.phone-extensions li:last-child {
  margin-bottom: 0;
}

















.rq-date-time-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.rq-date-time-row select {
  padding: 8px 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  font-family: Vazirmatn, sans-serif;
}

















img.enamad {
  width:160px;
  display:inline-block;
  cursor:pointer;
  box-shadow: 0 0 20px rgba(255,255,255,0.9), 0 0 40px rgba(0,200,255,0.6);
}
.enamad-wrapper {
  display:inline-block;
  padding:10px;
  border-radius:12px;
  background:rgba(0,0,0,0.5); /* پس‌زمینه نیمه‌شفاف */
}






















/*استایل پیام بعد ثبت ددرخواست کارشناسی در محل */
.confirmation-message {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 128, 64, 0.85); /* سبز لجنی شفاف */
  color: #fff;
  padding: 1.5rem 2rem;
  border-radius: 16px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  backdrop-filter: blur(4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.3);
  z-index: 9999;
  display: none;
}























/* ✅ باکس کلی نتیجه استعلام */
.verify-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s ease;
  max-width: 800px;
  margin: 0 auto;
  animation: fadeIn 0.6s ease-in-out;
}

.verify-box:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

/* ✅ جدول مشخصات خودرو */
.verify-box table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  font-size: 1rem;
}

.verify-box th,
.verify-box td {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  text-align: right;
  transition: background-color 0.3s ease;
}

.verify-box th {
  background-color: #f5f5f5;
  color: #333;
  font-weight: 600;
}

.verify-box tr:hover td {
  background-color: #f0f8ff;
}

/* ✅ بخش QR */
.verify-box .qr-section {
  margin-top: 24px;
  text-align: center;
}

.verify-box .qr-note {
  margin-top: 12px;
  font-size: 0.95rem;
  color: #555;
}

.verify-box .qr-link {
  display: inline-block;
  margin-top: 8px;
  color: #0077cc;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}

.verify-box .qr-link:hover {
  color: #005fa3;
  text-decoration: underline;
}

/* ✅ ریسپانسیو برای موبایل */
@media (max-width: 600px) {
  .verify-box {
    padding: 16px;
    border-radius: 12px;
  }

  .verify-box table {
    font-size: 0.95rem;
  }

  .verify-box th,
  .verify-box td {
    padding: 10px;
  }

  .verify-box .qr-note,
  .verify-box .qr-link {
    font-size: 0.9rem;
    word-break: break-word;
  }
}

/* ✅ انیمیشن ظاهر شدن */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}


























/*بازدید کنندگان سایت بر اساس گزارش گوگل*/
.visit-counter-box {
  position: fixed;
  bottom: 2px;
  left: 8px;
  background: linear-gradient(135deg, #ffffffcc, #f0f0f0cc);
  backdrop-filter: blur(6px);
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 9999;
  text-align: left;
  color: #222;
  transition: all 0.3s ease;
}

.visit-counter-box p {
  margin: 4px 0;
  font-weight: 600;
  color: #444;
}

.visit-counter-box p:first-child::before {
  content: "👁️ ";
}

.visit-counter-box p:last-child::before {
  content: "📈 ";
}

@media (max-width: 768px) {
  .visit-counter-box {
    bottom: 1px;
  background: linear-gradient(135deg, #ff7b00cc, #c74d01cc);
  border: 0px solid #ff7b00cc;
    left: 2px;
    font-size: 10px;
    padding: 8px 10px;
    border-radius: 10px;
  }
}
































/* ✅ مودال تصویر بزرگ */
.image-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(4px);
}

.overlay-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  animation: fadeIn 0.4s ease;
}

.overlay-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 0 30px rgba(0,0,0,0.4);
  display: block;
}

/* ✅ مهر برندینگ */
.overlay-stamp {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: radial-gradient(circle at center, #4caf50, #087f23);
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 10px 14px;
  border-radius: 50%;
  transform: rotate(-15deg);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  pointer-events: none;
  opacity: 0.85;
  font-family: "Vazirmatn", sans-serif;
  transition: transform 0.3s ease;
}

.overlay-stamp:hover {
  transform: rotate(-5deg) scale(1.1);
}

/* ✅ دکمه بستن */
.overlay-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  border: none;
  font-size: 1.2rem;
  padding: 6px 10px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

/* ✅ انیمیشن ورود */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

/* ✅ ریسپانسیو مخصوص موبایل */
@media (max-width: 600px) {
  .overlay-content {
    max-width: 95%;
    max-height: 95%;
  }

  .overlay-stamp {
    font-size: 0.6rem;
    padding: 8px 10px;
    bottom: 8px;
    right: 8px;
  }

  .overlay-close {
    font-size: 1rem;
    padding: 4px 8px;
    top: -8px;
    right: -8px;
  }
}


/* استایل مربوط به شماره آگهی */
.ad-code-box {
  background-color: #e8f5e9;
  color: #2e7d32;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 6px 12px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  margin-bottom: 8px;
  display: inline-block;
  transition: all 0.3s ease;
  font-family: "Vazirmatn", sans-serif;
}

.ad-code-box:hover {
  background-color: #c8e6c9;
  color: #1b5e20;
  transform: scale(1.05);
  cursor: default;
}

/* ✅ ریسپانسیو مخصوص موبایل */
@media (max-width: 600px) {
  .ad-code-box {
    font-size: 0.8rem;
    padding: 5px 10px;
    margin-bottom: 6px;
  }
}






























.enamad-logo {
  color: #ffffff;
  text-align: center;
  margin-top: 2rem;
  padding: 1rem;
  background: linear-gradient( #ffffff00, #016983);
  border-radius: 12px;
text-decoration: none;
}

.enamad-logo img {
  width: 120px;
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0,0,0,0.1);
}

.enamad-logo img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(0,0,0,0.2);
}





















.soheil-support-wrapper {
  background: linear-gradient(135deg, #1e1e1e, #2a2a2a);
  padding: 2rem;
  border-radius: 18px;
  box-shadow: 0 0 25px rgba(0,255,200,0.08);
  margin: 2rem 0;
  color: #eee;
  animation: fadeInSupport 1.5s ease-in-out;
}

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

.soheil-support-title {
  font-size: 1.7rem;
  color: #2ecaff;
  text-align: center;
  margin-bottom: 1rem;
  animation: textPulse 3s infinite ease-in-out;
}

@keyframes textPulse {
  0%   { color: #2ecaff; }
  50%  { color: #56f5d3; }
  100% { color: #2ecaff; }
}

.soheil-support-desc {
  font-size: 1.1rem;
  line-height: 2rem;
  text-align: center;
  color: #ccc;
  margin-bottom: 1.5rem;
}

.soheil-support-info {
  background: #2b2b2b;
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0,255,200,0.05);
  margin-bottom: 1.5rem;
}

.soheil-support-info p {
  margin: 0.6rem 0;
  font-size: 1rem;
  color: #ddd;
}

.soheil-support-info a {
  color: #56f5d3;
  text-decoration: none;
  transition: color 0.3s ease;
}

.soheil-support-info a:hover {
  color: #2ecaff;
}

.soheil-social-icons {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 1rem;
}

.soheil-social-icons a {
  font-size: 1.9rem;
  color: #2ecaff;
  transition: transform 0.3s ease, color 0.3s ease;
}

.soheil-social-icons a:hover {
  transform: scale(1.2);
  color: #56f5d3;
}

/* موبایل‌پسند */
@media screen and (max-width: 768px) {
  .soheil-support-wrapper {
    padding: 1rem;
    border-radius: 14px;
  }

  .soheil-support-title {
    font-size: 1.4rem;
  }

  .soheil-support-desc {
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .soheil-support-info p {
    font-size: 0.95rem;
  }

  .soheil-social-icons a {
    font-size: 1.6rem;
  }
}

























.platform-overview {
  max-width: 100%;
  padding: 2rem 1.5rem;
  margin: 2rem auto;
  background: linear-gradient(135deg, #f0f4ff, #e6f7ff);
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 64, 128, 0.1);
  font-family: 'Vazirmatn', 'IRANSans', sans-serif;
  color: #1a1a1a;
  line-height: 1.9;
  transition: all 0.3s ease-in-out;
}

.platform-overview h3.secure-subtitle {
  font-size: 1.6rem;
  font-weight: bold;
  color: #0057b8;
  margin-bottom: 1.2rem;
  text-align: center;
  cursor: pointer;
}

.platform-overview p.secure-text {
  font-size: 1.05rem;
  margin-bottom: 1.2rem;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

.platform-overview p.secure-text:hover {
  background-color: #d6eaff;
  transform: scale(1.02);
}

.platform-overview strong {
  color: #0077cc;
}

.platform-overview p:hover,
.platform-overview h3:hover {
  cursor: pointer;
}

@media (hover: hover) {
  .platform-overview p:hover,
  .platform-overview h3:hover {
    cursor: grab;
  }
}

/* موبایل */
@media screen and (max-width: 768px) {
  .platform-overview {
    padding: 1.5rem 1rem;
    border-radius: 12px;
  }

  .platform-overview h3.secure-subtitle {
    font-size: 1.4rem;
  }

  .platform-overview p.secure-text {
    font-size: 1rem;
  }
}




/* سکشن امنیتی */
.secure-section {
  background: linear-gradient(to bottom right, #f9fafb, #e0f2fe);
  padding: 40px 20px;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0,0,0,0.06);
  animation: fadeIn 1.2s ease;
}

/* انیمیشن ورود */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* عنوان اصلی */
.secure-title {
  font-size: 28px;
  color: #1e3a8a;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(30,58,138,0.2);
  transition: all 0.3s ease;
}

.secure-title:hover {
  color: #3b82f6;
  transform: scale(1.05);
  text-shadow: 0 0 20px rgba(59,130,246,0.5);
}

/* زیرعنوان‌ها */
.secure-subtitle {
  font-size: 22px;
  color: #0ea5e9;
  margin-top: 30px;
  transition: all 0.3s ease;
}

.secure-subtitle:hover {
  color: #06b6d4;
  transform: translateX(5px);
}

/* متن‌ها */
.secure-text {
  font-size: 16px;
  color: #374151;
  line-height: 1.8;
  margin-bottom: 20px;
  position: relative;
}

.secure-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #10b981, #3b82f6);
  opacity: 0.2;
  transition: opacity 0.3s ease;
}

.secure-text:hover::after {
  opacity: 1;
}

/* آیکن‌های شبکه اجتماعی */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.social-icons a {
  font-size: 28px;
  color: #6b7280;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  color: #10b981;
  transform: scale(1.3);
  text-shadow: 0 0 12px rgba(16,185,129,0.6);
}

/* واکنش‌گرایی برای موبایل */
@media (max-width: 768px) {
  .secure-title {
    font-size: 22px;
  }

  .secure-subtitle {
    font-size: 18px;
  }

  .secure-text {
    font-size: 15px;
  }

  .social-icons a {
    font-size: 24px;
  }
}





































/*استایل دهی صفحه نخست */
.rq-home-section {
  background: linear-gradient(135deg, #f0f9ff, #e0f7fa);
  padding: 3rem 2rem;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0,0,0,0.05);
  max-width: 800px;
  margin: auto;
}

.rq-intro-text {
  font-size: 1.1rem;
  color: #9c9c01;
  line-height: 1.8;
  margin-bottom: 2rem;
  text-align: justify;
}

.rq-form-container {
  background: linear-gradient(135deg, #035f8398, hsl(204, 100%, 98%));
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.61);
  max-width: 90%;
  margin: auto;
  width: 850px;
  animation: fadeInUp 1s ease;
}

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

.rq-form-header {
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
  text-align: center;
}













/* مثلث قرمز جلو (همین کلاس‌ها را نگه دارید) */
.arrow-down, .arrow-up {
  position: relative;
  width: 0;
  height: 0;
  margin: 20px auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  cursor: pointer;
  z-index: 2;
  /* انیمیشن چشمک‌زن روی مثلث قرمز */
  animation: blink 1s infinite;
}

/* مثلث قرمز */
.arrow-down { border-top: 16px solid #ff0000; }
.arrow-up   { border-bottom: 16px solid #ff0000; }

/* مثلث سفید پشت به‌عنوان حاشیه 2px (کمی بزرگ‌تر) */
.arrow-down::before,
.arrow-up::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  z-index: 1;
  /* کمی بزرگ‌تر از مثلث قرمز تا نقش حاشیه 2px را بازی کند */
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}

/* جهت پایین: حاشیه سفید پشت */
.arrow-down::before { border-top: 20px solid #ffffff; }

/* جهت بالا: حاشیه سفید پشت */
.arrow-up::before { border-bottom: 20px solid #ffffff; }

/* انیمیشن چشمک‌زن (همزمان برای مثلث قرمز) */
@keyframes blink {
  0%   { opacity: 1; transform: translateY(0); }
  50%  { opacity: 0.25; transform: translateY(2px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* نمایش فلش فقط در موبایل و رفتار فرم */
#toggleArrow { display: none; box-sizing: border-box; }
#homeContent { margin-top: 24px; animation: fadeIn 0.5s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 600px) {
  #toggleArrow { display: block; margin: 0 auto; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: transparent; }
  #homeContent { display: none; }
}
@media (min-width: 601px) {
  #homeContent { display: block !important; }
  #toggleArrow { display: none !important; }
}






















.rq-form-group {
  margin-bottom: 1.2rem;
  display: flex;
  flex-direction: column;
}

.rq-form-group label {
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #333;
  transition: all 0.3s ease;
}

.rq-form-group input,
.rq-form-group select {
  padding: 0.9rem;
  font-size: 1rem;
  border-radius: 12px;
  border: 1px solid #ccc;
  box-shadow: 0 0 8px rgba(0,122,255,0.1);
  transition: box-shadow 0.3s ease;
}

.rq-form-group input:focus,
.rq-form-group select:focus {
  box-shadow: 0 0 12px rgba(0,122,255,0.3);
  border-color: #007aff;
}

.rq-submit-btn {
  background: linear-gradient(120deg, #01498b, #00ccff);
  color: rgb(255, 255, 255);
  font-weight: bold;
  padding: 1rem;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 0 12px rgba(117, 4, 0, 0.3);
  transition: transform 0.3s ease;
  font-family: B Yekan;
  font-size: 20px;
}

.rq-submit-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 238, 255, 0.6);
}

.rq-msg {
  margin-top: 1rem;
  text-align: center;
  font-weight: bold;
  color: #007aff;
}

@media screen and (max-width: 768px) {
  .rq-form-container {
    padding: 1.5rem 1rem;
  }

  .rq-form-header {
    font-size: 1.2rem;
  }

  .rq-form-group input,
  .rq-form-group select {
    font-size: 0.95rem;
  }

  .rq-submit-btn {
    font-size: 0.95rem;
    padding: 0.9rem;
  }
}
.rq-report-table {
  width: 100%;
  margin-top: 2rem;
  border-collapse: collapse;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  animation: fadeIn 1s ease;
}

.rq-report-table th,
.rq-report-table td {
  padding: 1rem;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 1rem;
}

.rq-report-table th {
  background: linear-gradient(45deg, #007aff, #00c6ff);
  color: white;
}

.rq-report-table td {
  background-color: #f9f9f9;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}
























/* 🌈 پس‌زمینه فرم با گرادیان متحرک */
@keyframes bgShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.rq-section {
  background: linear-gradient(45deg, #173b2fde, #03557a);
  padding: 3rem 2rem;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.705);
  max-width: 900px;
  height: 80%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

/* ✨ عنوان فرم */
.rq-section-title {
  text-align: center;
  font-size: 2.4rem;
  color: #007aff;
  margin-bottom: 2rem;
  text-shadow: 0 0 12px rgba(0,122,255,0.3);
}

/* 📦 فرم داخلی */
.rq-form-box {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* 🧊 فیلدهای ورودی و انتخاب */
.rq-form-box input,
.rq-form-box select {
  text-align: right;
  padding: 1rem 1.2rem;
  font-size: 1rem;
  border-radius: 12px;
  border: 1px solid #d0e0ff;
  background: #ffffff;
  color: #333;
  box-shadow: 0 4px 12px rgba(0,122,255,0.05);
  transition: all 0.3s ease;
}

.rq-form-box input:focus,
.rq-form-box select:focus {
  border-color: #007aff;
  box-shadow: 0 0 12px rgba(0,122,255,0.3);
  transform: scale(1.02);
}

/* 🏷️ لیبل‌ها */
.rq-form-box label,
.rq-region-selector label {
  font-weight: 600;
  color: #007aff;
  margin-bottom: 0.5rem;
  display: block;
}

/* 🗺️ بخش استان و شهر با نظم خاص */
.rq-region-selector {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 2rem;
  background: #f9fcff;
  padding: 1.5rem;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0,122,255,0.05);
}

.rq-region-selector input,
.rq-region-selector select {
  grid-column: span 2;
}


/* 💫 پیش‌نمایش تاریخ */

/* 🚀 دکمه ارسال */
.rq-form-box button {
  background: linear-gradient(45deg, #00c6ff, #007aff);
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 1rem;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(0,122,255,0.3);
  position: relative;
  overflow: hidden;
}

.rq-form-box button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(0,122,255,0.6);
}

/* ✅ پیام موفقیت */
.rq-success-msg {
  text-align: center;
  margin-top: 1rem;
  color: #00c6ff;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* 🌸 انیمیشن گل‌باران */
.rq-animation-box {
  display: none;
  position: relative;
  height: 200px;
  background: #e3f2fd;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,122,255,0.1);
  margin-top: 2rem;
}

.rq-animation-box.active {
  display: block;
  animation: fadeIn 1s ease forwards;
}

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

.rq-scene {
  position: relative;
  width: 100%;
  height: 100%;
}

.rq-person {
  position: absolute;
  bottom: 0;
  left: -100px;
  width: 60px;
  height: 120px;
  background: radial-gradient(circle at 30% 30%, #ffcc80, #ffb74d);
  border-radius: 30px;
  animation: personWalk 2s ease-out forwards;
}

.rq-car {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 120px;
  height: 60px;
  background: linear-gradient(45deg, #90caf9, #42a5f5);
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(66,165,245,0.5);
}

.rq-flowers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url('https://cdn-icons-png.flaticon.com/512/616/616408.png');
  background-repeat: repeat;
  background-size: 40px;
  opacity: 0.6;
  animation: flowerRain 3s linear infinite;
}

@keyframes personWalk {
  0% { left: -100px; }
  100% { left: 120px; }
}

@keyframes flowerRain {
  0% { background-position: 0 -100px; }
  100% { background-position: 0 200px; }
}

/* 📱 حالت موبایل */
@media screen and (max-width: 768px) {
  .rq-section {
    padding: 2rem 1rem;
  }

  .rq-section-title {
    font-size: 1rem;
  }

  .rq-form-box input,
  .rq-form-box select {
    font-size: 0.95rem;
    padding: 0.9rem;
  }

  .rq-form-box button {
    font-size: 1rem;
    padding: 0.9rem;
  }

  .rq-region-selector {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.datepicker-container {
  z-index: 9999 !important;
  display: block !important;
  opacity: 1 !important;
}





















/* مقاله داخل سکشن پشتیبانی */
.support-article {
  background: linear-gradient(135deg, #1a1a1a, #121212);
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0,255,200,0.1);
  margin-top: 1rem;
  animation: articleGlow 20s infinite alternate ease-in-out;
}

@keyframes articleGlow {
  0%   { background: linear-gradient(135deg, #1a1a1a, #121212); }
  50%  { background: linear-gradient(135deg, #222, #1a1a1a); }
  100% { background: linear-gradient(135deg, #1a1a1a, #121212); }
}

.support-block {
  margin-bottom: 2rem;
  padding: 1.2rem;
  background: linear-gradient(135deg, #2c2c2c, #202020);
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0,255,200,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  border: 1px solid rgba(0,255,200,0.1);
}

.support-block:hover {
  transform: scale(1.015);
  box-shadow: 0 0 18px #00ffc3;
  background: linear-gradient(135deg, #2f2f2f, #252525);
}

.support-block h3 {
  color: #2ecaff;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  transition: color 0.3s ease;
  font-weight: 600;
}

.support-block:hover h3 {
  color: #56f5d3;
}

.support-block p,
.support-block ul {
  color: #ddd;
  font-size: 1.05rem;
  line-height: 1.9rem;
  margin: 0;
  padding: 0;
}

.support-block ul {
  list-style: disc;
  padding-right: 1.2rem;
}

/* موبایل‌پسند */
@media screen and (max-width: 768px) {
  .support-article {
    padding: 1rem;
    border-radius: 12px;
  }

  .support-block {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }

  .support-block h3 {
    font-size: 1.2rem;
  }

  .support-block p,
  .support-block ul {
    font-size: 0.95rem;
    line-height: 1.7rem;
  }
}















/* 🎯 تیتر وسط‌چین و حرفه‌ای برای سکشن درخواست */
.highlight-title {
  text-align: center;
  font-size: 2rem;
  color: #ffffff;
  position: relative;
  transition: color 0.4s ease, text-shadow 0.4s ease;
}
.highlight-title:hover {
  color: #cf0000;
  text-shadow: 0 0 10px #000000;
}

/* 📱 تنظیم فونت در موبایل */
@media screen and (max-width: 768px) {
  .highlight-title {
    font-size: 1rem;
    padding: 0 1rem;
  }
}














/* فونت و رنگ پایه */
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-image: url(./images/benz%203.jpg);

  background-size: cover;              /* تصویر تمام صفحه رو بپوشونه */
  background-repeat: no-repeat;        /* از تکرار جلوگیری کنه */
  background-position: center center;  /* تصویر وسط‌چین بشه */
  background-attachment: fixed;        /* تصویر ثابت بمونه هنگام اسکرول */
  color: #333;
  font-family: 'Vazirmatn', 'IRANSans', sans-serif;
}

/* حالت عمومی */
.rq-login-btn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 40px;
  background: radial-gradient(circle at center, #ff4d4d 60%, #2c3e50 100%);
  color: #fff;
  font-family: 'Vazirmatn', 'IRANSans', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 12px rgba(255, 255, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  position: relative;
  z-index: 1002;
}

/* حالت دسکتاپ */
@media screen and (min-width: 901px) {
  .rq-title-box {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 2rem 2rem;
    position: relative;
  }

  .rq-login-btn {
    position: absolute;
    left: 2rem; /* دکمه دقیقاً سمت چپ */
    top: 2rem;
  }

  .rq-title-content {
    text-align: center;
  }

  .rq-login-btn:hover {
    transform: scale(1.08);
    background: radial-gradient(circle at center, #ff6666 60%, #1c2833 100%);
    box-shadow: 0 0 18px rgba(255, 255, 0, 0.6);
  }
}

/* حالت موبایل */
@media screen and (max-width: 900px) {
  .rq-title-box {
    text-align: center;
    padding: 1.5rem 1rem;

  }

  .rq-login-btn {
    display: block;
    margin: 0 auto;
    padding: 8px 20px;
    font-size: 0.95rem;
  z-index: 500; /* پایین‌تر از منو */
  position: static;

  }

  .rq-title-content {
    text-align: center;    
}

  .rq-login-btn:hover {
    transform: scale(1.08);
    background: radial-gradient(circle at center, #ff6666 60%, #1c2833 100%);
    box-shadow: 0 0 18px rgba(255, 255, 0, 0.6);
  }
}
.rq-blink-text {
  animation: blinkText 0.6s infinite;
}

@keyframes blinkText {
  0%   { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}


/* حالت عمومی: مخفی کردن نسخه موبایل */
.rq-title-mobile {
  display: none;
    font-size: 12px;
}

/* حالت دسکتاپ: نمایش نسخه کامل */
@media screen and (min-width: 901px) {
  .rq-title-desktop {
    display: block;
  }
  .rq-title-mobile {
    display: none;
  }
}

/* حالت موبایل: نمایش نسخه کوتاه */
@media screen and (max-width: 900px) {
  .rq-title-desktop {
    display: none;
  }
  .rq-title-mobile {
    display: block;
  }
}




























/* هدر صفحه */
.rq-title-box {
  background: linear-gradient(200deg, #060475, #5c85f7 ,rgb(5, 74, 179));
  position: center;
  margin-top: 45px;
  text-align: center;
  padding: 40px 20px;
  color: rgb(255, 246, 83);
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  margin-bottom: 10px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-left: 100px;
  margin-right: 100px;

}
.rq-title {
  font-size: 42px;
  font-family: B Yekan;
  margin-bottom: 0px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.rq-subtitle {
  opacity: 0.9;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-size:32px;
    color: #ffae00;
}







/* منوی افقی بالا */
.rq-horizontal-nav {
  position: fixed;
  text-align: center;
  justify-content: space-between;
  top: 0;
  right: 0;
  width: 100%;
  height: 7%;
  background-image: url(./images/bg%20gray.PNG);
  box-shadow: 0 20px 35px rgba(0, 1, 68, 0.3);
  z-index: 998;
}

/* آیکون همبرگری موبایل */
.rq-menu-toggle {
  display: none;
  position: absolute;
  top: 5px;
  right: 20px;
  cursor: pointer;
  z-index: 2000;
}

.rq-menu-toggle div {
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  margin: 6px 0;
  transition: 0.4s;
}

/* لیست منو */
.rq-menu-list {
  animation: fadeInMenu 0.6s ease forwards;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 1rem 0;
}





@keyframes fadeInMenu {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.rq-menu-item {
  font-family: 'Vazirmatn', 'IRANSans', sans-serif;
  font-size: 1.1rem;
  padding: 0.8rem 1.2rem;
  color: #ffffff;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}

.rq-menu-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #00c6ff;
  transition: 0.3s ease;
}

.rq-menu-item:hover::after {
  left: 0;
  width: 100%;
}

.rq-menu-item:hover {
  color: #ff0000;
  text-shadow: 0 0 8px #000000;
}







/*بین موبایل و دسکتاب  */



@media screen and (max-width: 768px) {
  .rq-menu-toggle {
    display: block;
  }

  .rq-menu-toggle div {
    height: 3px;
    margin: 6px 0;
    border-radius: 2px;
    transition: 0.4s;

  }

  .rq-menu-list {
    flex-direction: column;
    position: absolute;
    padding-top: 50px;
    right: 0;
    width: 150px;
    background-color: #4b83a8c0;
    border-radius: 0 0 0px 20px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
    z-index: 1003;
    font-size-adjust: 5px;
    display: none;
  }

  .rq-menu-list.active {
    display: flex;
  }

  .rq-menu-item {
    padding: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-size: 14px;
    color: #ffae00;
  }

  .rq-menu-item:hover {
    text-shadow: 0 0 8px #00c6ff;
  }
  .rq-title-box {
    padding: 1rem 1rem;
    text-align: center;
    padding-right: 10px;
  }

  .rq-title {
    font-size: 1.5rem;
    margin-top: 10px;
  }

  .rq-subtitle {
    font-size: 0.6rem;
    color: #ffae00;
  }
}







/* حالت عادی (دسکتاپ) */
.rq-blink-text {
  font-size: 1 rem; /* اندازه معمولی */
}

/* فقط در موبایل */
@media (max-width: 600px) {
  .rq-blink-text {
    font-size: 0.8rem;   /* کوچیک‌تر در موبایل */
  }
}
