
  body {
      font-family: Vazir, Tahoma, sans-serif;
      background: #162134;
      color: #e0e0e0;
      margin: 10px;
      direction: rtl;
      line-height: 1.5;
    }
	

	
	#welcome-msg {
		align-self: stretch;
	}
       * { 
	   box-sizing: border-box;
	   margin: 0;
	   padding: 0; 
	   }
	   
   
	
    .orb {
      position: absolute;
      border-radius: 50%;
      filter: blur(100px);
      opacity: 0.2;
      animation: float 12s ease-in-out infinite;
    }
	
    .orb:nth-child(1){
		width:340px;
		height:340px;
		background:#6366f1;
		top:5%;
		left:10%;
		}
    .orb:nth-child(2){
		width:300px;
		height:300px;
		background:#8b5cf6;
		bottom:10%;
		right:10%;
		animation-delay:2s;
		}
    .orb:nth-child(3){
		width:280px;
		height:280px;
		background:#06b6d4;
		top:60%;
		left:50%;
		animation-delay:4s;
		}
		
    @keyframes float {0%,100%{transform:translateY(0);}50%{transform:translateY(-25px);}}

    .login-container {
      position: relative;
	  margin: 0 auto;
      z-index: 2;
      max-width: 400px;
      width: 100%;
      background: rgba(255, 255, 255, 0.06);
      border-radius: 50px;
      padding: 15px 40px;
      backdrop-filter: blur(20px);
      border: 3px solid rgb(0 140 240); 
      box-shadow: 0 20px 60px rgba(0,0,0,0.5);
      animation: fadeUp 1s ease-out;
    }

    @keyframes fadeUp { from { opacity: 0; transform: translateY(30px);} to { opacity: 1; transform: translateY(0);} }

    .header {
		text-align: center;
	    margin-bottom: 30px; 
	}
    .header-logo {
      width: 80px;
	  height: 80px;
	  margin: 0 auto 20px;
      background: url('https://cdn-icons-png.flaticon.com/128/3289/3289961.png') center/contain no-repeat;
      border-radius: 12px;
	  filter: drop-shadow(0 0 20px rgba(139,92,246,0.4));
    }

    h3 { 
	font-size: 26px;
	font-weight: 800;
	margin-bottom: 10px;
	
	}
	
	
	 .order-notes {
      width: 96%;
      height: 60px;
      padding: 6px;
      font-size: 14px;
      background: #2c2c2c;
      border: 1px solid #555;
      color: #eee;
      border-radius: 4px;
      margin: 8px 0;
      resize: none;
    }
	
   
    label { display: block;
	margin-bottom: 10px; 
	color: #d1d5db; 
	font-weight: 600;

	}
	
    input {
      width: 100%;
	  padding: 16px 20px;
	  border-radius: 14px;
      border: 1px solid rgba(255,255,255,0.2);
	  background: rgba(255,255,255,0.1);
      color: white;
	  font-size: 18px; 
	  text-align: center;
	  letter-spacing: 3px;
      outline: none;
	  transition: 0.3s;
    }
	
    input:focus { 
	border-color: #818cf8;
	background: rgba(255,255,255,0.2); 
	box-shadow: 0 0 10px rgba(99,102,241,0.4);
	}

    .btn {
      width: 100%;
	  padding: 18px;
	  margin-top: 20px;
      border: none;
	  border-radius: 14px;
      background: linear-gradient(90deg, #6366f1, #8b5cf6, #06b6d4);
      color: white;
	  font-size: 18px;
	  font-weight: 700;
      cursor: pointer; 
	  transition: 0.3s;
	  position: relative; 
	  overflow: hidden;
    }
    .btn::before {
      content: ''; 
	  position: absolute;
	  top: 0; 
	  left: -100%; 
	  width: 100%;
	  height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
      transition: left 0.6s;
    }
    .btn:hover::before { left: 100%; }
    .btn:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(99,102,241,0.4); }

    .footer { margin-top: 30px; text-align: center; color: #c7d2fe; font-size: 14px; }

    .features-row {
      display: flex;
      justify-content: center;
      align-items: stretch;
      gap: 20px;
      flex-wrap: wrap;
      margin-top: 60px;
      max-width: 900px;
    }

    .feature-card {
      flex: 1 1 200px;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 16px;
      padding: 25px;
      text-align: center;
      transition: 0.3s;
      box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    }
    .feature-card:hover { background: rgba(255,255,255,0.08); transform: translateY(-4px); }
    .feature-card .icon { font-size: 28px; margin-bottom: 10px; }
    .feature-card h2 { font-size: 20px; font-weight: 700; margin-bottom: 6px; }
    .feature-card p { color: #c7d2fe; font-size: 15px; }


    .span1 {
	font-size: 0.75rem;
    line-height: 1rem;
	text-align: center;
	}
	
	.span2 {
	color : red ;
	}
	
	
	.company-footer {
  max-width: 400px;
  margin: 15px auto;
  border-radius: 20px;
  padding: 8px;
  box-shadow: 0px 0px 19px #a09d9d;
  text-align: right;
  font-size: 14px;
}
.company-footer h3 {
  font-size: 16px;
  color: #d82e46;
  margin: 0 0 10px;
  text-align: center;
}
.company-footer .info-field {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
  flex-direction: row;
}
.company-footer .info-field label {
  width: 45px;
}
.company-footer .info-field span {
  flex-grow: 1;
  background: #541038;
  padding: 6px;
  border-radius: 4px;
  color: #eee;
  font-size: 12px;
  direction: ltr; /* برای اعداد استاندارد */
}
.company-footer .info-field button {
  padding: 6px 12px;
  font-size: 12px;
  background: #66b3ff;
  color: #121212;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.company-footer .info-field button:hover {
  background: #4d9bff;
}
@media (max-width: 600px) {
  .company-footer {
    padding: 10px;
    font-size: 12px;
  }
  .company-footer h3 {
    font-size: 14px;
  }
  .company-footer .info-field span {
    font-size: 10px;
  }
  .company-footer .info-field button {
    padding: 4px 8px;
    font-size: 10px;
  }
}
	
	.about-link {
	
	 margin-left: 10px;
  display: block;
  margin-top: 15px;
  font-size: 13px;
  color: #66b3ff;
  text-decoration: none;
  transition: 0.3s;
}

.about-link:hover {
  color: #00d5ff;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0; /* برای RTL */
  background: #123c712b ;
  backdrop-filter: blur(10px);
  overflow-x: hidden;
  transition: width 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  box-shadow: 0 0 15px rgba(190, 46, 130, 0.5);
}

.overlay.open {
  opacity: 1;
}

.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: right; /* برای RTL */
  margin-top: 20px;
  padding-right: 20px;
}

.overlay a {
  padding: 10px;
  text-decoration: none;
  font-size: 24px;
  color: #e0e0e0;
  display: block;
  transition: color 0.3s, transform 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #66b3ff;
  transform: translateX(-10px); /* افکت حرکت کوچک برای RTL */
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px; /* دکمه بستن سمت راست */
  font-size: 50px;
  color: #e0e0e0;
  transition: color 0.3s;
}

.overlay .closebtn:hover {
  color: #d82e46;
}

@media screen and (max-height: 450px) {
  .overlay a { font-size: 18px; }
  .overlay .closebtn {
    font-size: 36px;
    top: 15px;
    right: 35px; /* همچنان سمت راست تو موبایل */
  }
}

.open-nav-btn {
  font-size: 22px;
  cursor: pointer;
  color: #e0e0e0;
  margin: 4px;
  display: inline-block;
  position: absolute;
  top: 42%; /* بهبود موقعیت عمودی */
  right: 15px; /* <-- این خط دکمه را به سمت راست منتقل می‌کند */
  transform: translateY(-50%); /* بهبود موقعیت عمودی */
  cursor: pointer;
  background: #0e3541;
  backdrop-filter: blur(40px);
  padding: 5px 10px;
  border-radius: 20px;
 /* box-shadow: 0 0 10px rgb(255 3 150 / 91%); */
  transition: background 0.3s, color 0.3s;
}
.open-nav-btn:hover {
  background: #66b3ff;
  color: #121212;
}
  
    h1 {
      text-align: center;
      font-size: 36px;
      margin: 5px 0;
      color: #395aba75;
    }
	h2 {
		padding: 2px 2px;
		text-align: center;
	}
    .container {
      max-width: 480px;
      margin: 20px auto;
      background: #152b30;
      border-radius: 20px;
      padding: 16px;
      box-shadow: 2px 0px 18px #f10062;

    }
    .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 10px;
  justify-items: center;
}

.product-hex {
  position: relative;
  width: 100px;
  height: 100px; /* ارتفاع برابر عرض برای دایره */
  border-radius: 50%; /* تبدیل به دایره */
  background: #2c2c2c;
  overflow: hidden; /* جلوگیری از بیرون زدن تصویر */
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-hex:hover {
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(102, 179, 255, 0.7);
}

.product-hex img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* تصویر بدون کشیدگی توی دایره جا می‌افتد */
  border-radius: 50%; /* اطمینان از دایره‌ای بودن تصویر */
  transition: opacity 0.3s ease;
}

.product-hex:hover img {
  opacity: 0.8;
}

.product-hex .product-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  font-size: 9px; /* کمی کوچکتر برای جا شدن توی دایره */
  padding: 4px 0;
  margin: 0;
}

.product-hex .quantity {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 9px;
  padding: 2px 4px;
  border-radius: 4px;
}

@media (max-width: 600px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-hex {
    width: 70px;
    height: 70px; /* دایره کوچکتر برای موبایل */
  }
  .product-hex .product-name {
    font-size: 8px;
    padding: 3px 0;
  }
}
    .modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.7);
      z-index: 1000;
      justify-content: center;
      align-items: center;
      overflow: auto;
    }
    .modal-content {
      background: #1e1e1e;
      border-radius: 8px;
      padding: 10px;
      width: 90%;
      max-width: 800px;
      max-height: 90vh;
      overflow-y: auto;
      direction: rtl;
      text-align: right;
      color: #e0e0e0;
      font-family: Vazir, Tahoma, sans-serif;
    }
    .modal-content h2 {
      font-size: 16px;
      margin: 0 0 10px;
      text-align: center;
    }
    .modal-content .close {

      font-size: 20px;
      cursor: pointer;
      color: #e0e0e0;
      font-weight: bold;
    }
    .codes-list {
	  justify-content: center ;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }
    .code-card {
      flex: 0 0 110px;
      background: #17151596;
      padding: 6px;
      border-radius: 8px;
      text-align: right;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }
    .code-card.active {
      background: #66b3ff;
      color: #121212;
    }
    .code-card span {
      font-size: 12px;
      display: block;
    }
    .code-card .input-group {
      display: flex;
      align-items: center;
      gap: 4px;
    }
    .code-card .input-group label {
      font-size: 12px;
      width: 40px;
      text-align: right;
    }
    .code-card .input-group input {
      width: 50px;
      padding: 4px;
      font-size: 12px;
      background: #20686b70;
      border: 1px solid #555;
      color: #eee;
      border-radius: 4px;
      text-align: center;
    }
  .invoice-container {
  background: #487681;
  color: #333;
  padding: 9px; /* کاهش پدینگ برای جا شدن بهتر */
  border-radius: 15px;
  margin: 0 auto;
  direction: rtl;
  text-align: right;
  font-family: Vazir, Tahoma, sans-serif;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  box-sizing: border-box;
  line-height: 1.3;
  font-size: 9px;
  font-weight: bold;
  border: 2px solid #fdfdfd;
  width: 100%;
  max-width: 100%; /* جلوگیری از سرریز */
  overflow-x: hidden; /* اسکرول افقی روی موبایل */
}

.header-table {
  width: 100%;
  border-collapse: collapse;
  background: #efdae3;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  margin-bottom: 4px;
  table-layout: fixed; /* کنترل عرض ستون‌ها */
}

.header-table th, .header-table td {
  border: 1px solid #d01e1e;
  padding: 4px;
  font-size: 11px;
  font-weight: 900;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap; /* جلوگیری از شکستن متن */
  overflow: hidden;
  text-overflow: ellipsis;
}

/* عرض ثابت برای ستون‌ها */
.header-table th:nth-child(1), .header-table td:nth-child(1) { width: 15%; } /* مشتری */
.header-table th:nth-child(2), .header-table td:nth-child(2) { width: 15%; } /* گالری */
.header-table th:nth-child(3), .header-table td:nth-child(3) { width: 12%; } /* تلفن */
.header-table th:nth-child(4), .header-table td:nth-child(4) { width: 12%; } /* منطقه */
.header-table th:nth-child(5), .header-table td:nth-child(5) { width: 15%; } /* کارشناس */
.header-table th:nth-child(6), .header-table td:nth-child(6) { width: 28%; } /* تسویه */
.header-table th:nth-child(7), .header-table td:nth-child(7) { width: 18%; } /* تاریخ */

.address-row {
  background: #fff;
  border: 1px solid #d01e1e;
  border-radius: 4px;
  padding: 6px;
  font-size: 10px;
  font-weight: 900;
  margin-bottom: 8px;
  text-align: right;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.4;
  max-width: 100%;
}

@media (max-width: 600px) {
  .invoice-container {
    padding: 8px;
    font-size: 8px;
  }
  .header-table {
    width: 100%;
    min-width: 400px; /* حداقل عرض برای جلوگیری از فشردگی */
  }
  .header-table th, .header-table td {
    padding: 2px;
    font-size: 8px;
  }
}
    .table-group {
      margin-bottom: 10px;
      width: 100%;
      overflow-x: auto;
    }
    .invoice-table {
      width: 100%;
      border-collapse: collapse;
      background: #fff;
      border-radius: 4px;
      box-shadow: 0 1px 2px rgba(0,0,0,0.1);
      margin: 5px 0;
	  table-layout: fixed; /* کنترل عرض ستون‌ها */
    }
    .invoice-table th, .invoice-table td {
      border: 2px solid #ff0000;
      padding: 5px;
      font-size: 11px;
      font-weight: 900;
      text-align: right;
      vertical-align: middle;
	  white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
	  font-family :Vazir, Tahoma, sans-serif;
    }
    .invoice-table th:nth-child(1), .invoice-table td:nth-child(1) {
      width: 5%;
    }
    .invoice-table th:nth-child(2), .invoice-table td:nth-child(2) {
	  white-space: nowrap;
      width: 19%;
      max-width: 80px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .invoice-table th:nth-child(3), .invoice-table td:nth-child(3) {
      width: 10%;
      max-width: 40px;
    }
    .invoice-table th:nth-child(4), .invoice-table td:nth-child(4) {
      width: 9%;
    }
    .invoice-table th:nth-child(5), .invoice-table td:nth-child(5) {
      width: 12%;
	  white-space: nowrap;
    }
    .invoice-table th:nth-child(6), .invoice-table td:nth-child(6) {
      width: 15%;
    }
    .invoice-table th:nth-child(7), .invoice-table td:nth-child(7) {
      width: 18%;
      max-width: 50px;
    }
    .invoice-table th:nth-child(8), .invoice-table td:nth-child(8) {
      width: 23%;
      max-width: 50px;
    }
    .invoice-footer {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 4px;
      padding: 4px;
      margin: 8px 0;
      font-size: 11px;
      color: #ff0000;
      font-weight: 900;
      min-height: 20px;
    }
    .summary-container {
      margin-top: 8px;
      padding: 4px;
      border-top: 1px solid #ddd;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .summary-table {
      width: 100%;
      border-collapse: collapse;
      background: #fff;
      border-radius: 4px;
      box-shadow: 0 1px 2px rgba(0,0,0,0.1);
      margin: 5px 0;
    }
    .summary-table th, .summary-table td {
      border: 1px solid #ddd;
      padding: 4px;
      font-size: 10px;
      font-weight: 900;
      text-align: center;
      vertical-align: middle;
      width: calc(100% / 8);
    }
    .summary-table td:last-child {
      font-weight: bold;
      color: blue;
    }
    .info-row {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin-bottom: 10px;
    }
    .info-field {
      display: flex;
      flex-direction: column;
      width: 100%;
      text-align: right;
      position: relative;
    }
    .info-field label {
      font-size: 14px;
      margin-bottom: 4px;
    }
    .info-field input, .info-field select {
      padding: 6px;
      font-size: 14px;
      background: #2c2c2c;
      border: 1px solid #555;
      color: #eee;
      border-radius: 4px;
      width: 100%;
      box-sizing: border-box;
      text-align: right;
    }
    .contact-row {
      display: flex;
      flex-direction: row;
      gap: 8px;
      justify-content: space-between;
      margin-bottom: 10px;
    }
    .contact-row .info-field {
      flex: 1;
      min-width: 80px;
      max-width: 33%;
    }
    .payment-checkboxes {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 10px 0;
      justify-content: center;
      align-items: center;
    }
    .payment-checkboxes label {
      font-size: 14px;
      margin-left: 5px;
      display: flex;
      align-items: center;
      gap: 4px;
    }
    .payment-checkboxes input[type="checkbox"] {
      width: 16px;
      height: 16px;
      vertical-align: middle;
    }
    .payment-checkboxes .input-group {
      display: flex;
      align-items: center;
      gap: 4px;
    }
    .payment-checkboxes .input-group input {
      width: 50px;
      padding: 4px;
      font-size: 12px;
      background: #2c2c2c;
      border: 1px solid #555;
      color: #eee;
      border-radius: 4px;
      text-align: center;
    }
    .payment-checkboxes .input-group span {
      font-size: 12px;
      color: #e0e0e0;
    }
    .separator {
      border-top: 1px solid #e0e0e0;
      margin: 8px 0;
    }
    .offer-sum {
      font-size: 14px;
      margin: 8px 0;
    }
    .offer-sum p {
      display: flex;
      justify-content: space-between;
      margin: 4px 0;
      font-weight: bold;
    }
    .offer-sum p span:last-child {
      color: #66b3ff;
      text-align: left;
    }
    .total-row {
      display: flex;
      justify-content: space-between;
      font-weight: bold;
      font-size: 14px;
      margin: 4px 0;
    }
    .total-row span:last-child {
      color: #66b3ff;
      text-align: left;
    }
    @media (min-width: 600px) {
      .info-row {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
      }
      .info-row .info-field:nth-child(1),
      .info-row .info-field:nth-child(2) {
        width: 48%;
      }
      .info-row .info-field:nth-child(3) {
        width: 100%;
      }
      .contact-row .info-field {
        width: 32%;
        max-width: 140px;
      }
      .products-grid {
        grid-template-columns: repeat(4, 1fr);
      }
	  
    }
    @media (max-width: 600px) {
      .contact-row {
        flex-direction: column;
        gap: 6px;
      }
      .contact-row .info-field {
        min-width: 100%;
        max-width: 100%;
      }
      .products-grid {
        grid-template-columns: repeat(3, 1fr);
		
		
      }
      .product-hex {
        width: 70px;
        height: 80px;
      }
      .invoice-container {
        width: 100%;
        padding: 8px;
        font-size: 8px;
      }
      .invoice-table {
        width: 100%;
        overflow-x: auto;
        display: block;
      }
      .invoice-table th, .invoice-table td {
        padding: 2px;
        font-size: 8px;
        white-space: nowrap;
      }
      .modal-content {
        width: 95%;
        max-width: 100%;
        padding: 10px;
        max-height: 90vh;
        overflow-y: auto;
      }
    }
    .summary-section {
      background: #152b30;
      padding: 8px;
      border-top: 1px solid #444;
    }
    .summary-section h3 {
      text-align: center;
      font-size: 14px;
      margin: 0 0 8px;
    }
    .summary-item {
      display: flex;
      justify-content: space-between;
      font-size: 12px;
      padding: 4px 0;
      border-bottom: 1px solid #444;
    }
    .summary-item button {
      background: #ff4d4d;
      border: none;
      color: #fff;
      padding: 4px 8px;
      border-radius: 4px;
      cursor: pointer;
      font-size: 12px;
    }
    .summary-item button:hover {
      background: #e60000;
    }
   
    #output-section {
      margin-top: 10px;
      padding: 8px;
      border-top: 1px solid #444;
    }
    #output-section h3 {
      text-align: center;
      font-size: 14px;
      margin: 0 0 7px;
    }
    #output-section .button-container {
      display: flex;
      justify-content: center;
      gap: 8px;
      flex-wrap: wrap;
    }
    #output-section button {
      padding: 8px 12px;
      font-size: 14px;
      cursor: pointer;
      border: none;
      background: #66b3ff;
      color: #121212;
      border-radius: 18px;
    }
    #output-section button:hover {
      background: #4d9bff;
    }
    .persian-number {
      font-family: Vazir, Tahoma, sans-serif !important;
    }
    .autocomplete-suggestions {
      position: absolute;
      background: rgba(44, 44, 44, 0.2);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 8px;
      max-height: 200px;
      overflow-y: auto;
      z-index: 1000;
      width: 100%;
      top: 100%;
      left: 0;
      margin-top: 4px;
      color: #e0e0e0;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      opacity: 0;
      transform: translateY(-10px);
      transition: opacity 0.3s ease, transform 0.3s ease;
    }
    .autocomplete-suggestions.show {
      opacity: 1;
      transform: translateY(0);
    }
    .autocomplete-suggestions div {
      padding: 10px 12px;
      cursor: pointer;
      font-size: 14px;
      font-weight: 400;
      transition: background 0.2s ease, color 0.2s ease;
    }
    .autocomplete-suggestions div:hover {
      background: rgba(102, 179, 255, 0.3);
      color: #ffffff;
    }
	p.inset {border-style: inset;}
	
	
/* --- استایل مخصوص صفحه لاگین --- */
.login-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  padding: 20px;
  box-sizing: border-box;
}

/* --- بهینه‌سازی برای موبایل --- */
@media (max-width: 600px) {
  .login-page {
    justify-content: flex-start; /* محتوا را از بالا نمایش بده */
    padding-top: 5vh; /* کمی فاصله از بالای صفحه */
  }
  .features-row {
    margin-top: 40px; /* کاهش فاصله کارت‌های ویژگی */
  }
}


#login-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}