.elementor-3 .elementor-element.elementor-element-53c855a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-3 .elementor-element.elementor-element-53c855a{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-6aced99 */body {
      margin: 0;
      background: #fff;
      color: #000;
      direction: ltr;
      font-family: 'Rajdhani', sans-serif; /* فونت پیش‌فرض انگلیسی */
    }
    
    .lang-switch {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: flex-end;
      gap: 8px;
      padding: 8px 20px;
      margin-bottom: 15px;
      background: repeating-linear-gradient(
        -45deg,
        #fff,
        #fff 10px,
        #E3EAED 10px,
        #E3EAED 20px
      );
      z-index: 1000;
    }

    .lang-btn {
      padding: 10px 25px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(3px);
      -webkit-backdrop-filter: blur(3px);
      cursor: pointer;
      font-size: 14px;
      color: #333;
      transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
      font-family: 'Rajdhani', sans-serif; /* فونت انگلیسی برای دکمه‌ها */
      text-align: center;
      text-decoration: none !important;
      position: relative;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      overflow: hidden;
    }

    .lang-btn::before {
      content: '';
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: linear-gradient(
          120deg,
          rgba(255, 255, 255, 0.2) 0%,
          rgba(255, 255, 255, 0.05) 50%,
          rgba(255, 255, 255, 0.2) 100%
      );
      transform: rotate(-25deg);
      pointer-events: none;
    }

    /* hover effect */
    .lang-btn:hover {
      color: #9C0002;
      background: rgba(255, 255, 255, 0.25);
      border-color: #9C0002;
      box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    }

    /* active & focus */
    .lang-btn:active,
    .lang-btn:focus {
      background: rgba(200, 0, 20, 0.5);
      color: #fff;
      border-color: #9C0002;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }

    .wrapper {
      max-width: 900px;
      margin: 20px auto;
      padding: 20px;
    }
    
    .hidden {
      display: none;
    }
    
    /* استایل‌های بخش فارسی */
    #lang-fa {
      direction: rtl;
      font-family: 'Vazirmatn', Tahoma, sans-serif !important;
      font-size: 16px;
      font-weight: 300;
      text-align: right;
      line-height: 1.6;
    }
    
    #lang-fa h1, 
    #lang-fa h2, 
    #lang-fa h3 {
      font-family: 'Vazirmatn', Tahoma, sans-serif !important;
      text-align: right;
      color: #2B2C2C;
      margin-bottom: 15px;
      font-weight: 600;
    }
    
    #lang-fa h1 {
      font-size: 22px;
    }
    
    #lang-fa h2 {
      font-size: 20px;
    }
    
    #lang-fa h3 {
      font-size: 18px;
    }
    
    #lang-fa p {
      font-size: 16px;
      text-align: right;
      margin-bottom: 14px;
      font-weight: 300;
    }
    
    #lang-fa ul {
      margin-bottom: 5px;
      padding-right: 20px; /* تغییر از left به right برای فارسی */
      padding-left: 0;
      font-size: 16px;
    }
    
    #lang-fa li {
      margin-bottom: 1px;
      font-size: 16px;
    }
    
    #lang-fa .short {
      font-style: italic;
      color: #555;
    }
    
    #lang-fa a {
      color: #9C0002;
      text-decoration: none;
    }
    
    #lang-fa a:hover {
      text-decoration: underline;
    }

    /* استایل‌های بخش انگلیسی */
    #lang-en {
      direction: ltr;
      font-family: 'Rajdhani', sans-serif !important;
      font-size: 18px;
      text-align: left;
      line-height: 1.7;
    }
    
    #lang-en h1, 
    #lang-en h2, 
    #lang-en h3 {
      font-family: 'Rajdhani', sans-serif !important;
      color: #2B2C2C;
    }
    
    #lang-en h1 {
      border-bottom: 2px solid #004a99;
      padding-bottom: 8px;
      font-size: 26px;
    }
    
    #lang-en h2 {
      text-align: left;
      font-size: 22px;
      margin-bottom: 15px;
      font-weight: 700;
    }
    
    #lang-en h3 {
      text-align: left;
      font-size: 20px;
      margin-bottom: 15px;
      font-weight: 700;
    }
    
    #lang-en p {
      margin-bottom: 1em;
      font-size: 18px;
      margin-bottom: 14px;
      text-align: left;
    }
    
    #lang-en ul {
      margin-bottom: 5px;
      padding-left: 20px;
      font-size: 18px;
    }
    
    #lang-en li {
      margin-bottom: 1px;
      font-size: 18px;
    }
    
    #lang-en .short {
      font-style: italic;
      color: #555;
    }
    
    #lang-en a {
      color: #9C0002;
      text-decoration: none;
    }
    
    #lang-en a:hover {
      text-decoration: underline;
    }
    
    .home-btn {
      display: inline-block;
      margin-top: 30px;
      padding: 8px 0;
      color: #9C0002;
      text-decoration: none !important;
      position: relative;
      cursor: pointer;
      font-family: inherit;
      font-size: 16px;
    }
    
    .home-btn::after {
      content: '';
      position: absolute;
      bottom: 10px;
      height: 1px;
      background: #9C0002;
      width: 0;
      transition: width 0.3s ease;
      color: #9C0002;
    }
    
    /* انیمیشن خط زیر دکمه انگلیسی - از چپ به راست */
    #lang-en .home-btn::after {
      left: 0;
      color: #9C0002;
    }
    
    /* انیمیشن خط زیر دکمه فارسی - از راست به چپ */
    #lang-fa .home-btn::after {
      right: 0;
      color: #9C0002;
    }
    
    .home-btn:hover::after {
      width: 100%;
      color: #9C0002;
    }/* End custom CSS */