@import url('fonts.css');
 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
           font-family:'Normal','iransansx', tahoma ; /* برای مرورگرهای قدیمی */
            background: linear-gradient(135deg, #1a2a6c, #2a4d69, #0d1b2a);
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px;
            color: #fff;
            overflow-x: hidden;
		        }
        @supports (font-variation-settings: normal) {
        body {
        font-family: 'Normal','iransansxv', tahoma; /* برای مرورگرهای مدرن */
             }
		}	
		    /* استایل‌های جهت متن برای زبان‌های مختلف */
        .fa { direction: rtl;
		font-family: 'iransansxv','iransansx';
		line-height: 1.9;
		}
        .en, { direction: ltr; 
		font-family:'Normal';
		}
            
        .container {
            background: rgba(0, 0, 0, 0.75);
            border-radius: 20px;
            padding: 35px;
            width: 100%;
            max-width: 1000px;
            text-align: center;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
            margin: 20px;
            position: relative;
            overflow: hidden;
        }
        .container::before {
            content: "";
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            z-index: -1;
            animation: rotate 20s linear infinite;
        }
        
        /* استایل لوگو */
        .logo-container {
            margin-bottom: 30px;
            position: relative;
        }
        
        .logo-wrapper {
            max-width: 280px;
            margin: 0 auto 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }
        
        .logo-svg {
            width: 100%;
            height: auto;
            max-height: 150px;
            filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.4));
        }
        
        /*  - اکنون کاملا یکسان */
        .language-section {
            margin: 20px 0;
            padding: 25px;
            border-radius: 15px;
            background: rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            position: relative;
            overflow: hidden;
            min-height: 220px; /* ارتفاع ثابت برای همه باکس‌ها */
            display: flex;
            flex-direction: column;
            justify-content: space-between;
		}
               
        .company-title-1 {
            font-size: 28px;
            margin-bottom: 10px;
            color: #ffd54f;
            font-weight: 700;
            line-height: 1.3;
        }
        .company-title-2 {
            font-size: 28px;
            margin-bottom: 10px;
            color: #ffd54f;
            font-weight: 700;
            line-height: 1.3;
			
        }
        .company-subtitle-1 {
            font-size: 22px;
            color: #aed581;
            font-weight: 500;
            margin-bottom: 15px;
            line-height: 1.3;
        }
        .company-subtitle-2 {
            font-size: 22px;
            color: #aed581;
            font-weight: 500;
            margin-bottom: 15px;
            line-height: 1.3;
        }
        .divider {
            height: 2px;
            background: linear-gradient(90deg, transparent, #4fc3f7, transparent);
            margin: 15px auto;
            width: 60%;
            border-radius: 50%;
        }
        
        .language-content-1 {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
			font-weight:400;
        }
        
		.language-content-2 {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
			font-weight:300;
        }
        
        /* استایل فوتر */
        .footer {
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .contact-title {
            font-size: 22px;
            color: #4fc3f7;
            margin-bottom: 15px;
        }
        
        .email {
            color: #4fc3f7;
            font-weight: bold;
            direction: ltr;
            display: inline-block;
            margin-top: 10px;
            font-size: 18px;
            text-decoration: none;
            transition: all 0.3s ease;
            padding: 8px 20px;
            border-radius: 30px;
            background: rgba(79, 195, 247, 0.1);
        }
        
        .email:hover {
            text-decoration: none;
            background: rgba(79, 195, 247, 0.2);
            transform: translateY(-2px);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }
        
        .social-icons {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 25px;
        }
        
        .social-icons a {
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            color: #4fc3f7;
            font-size: 22px;
            transition: all 0.3s ease;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .social-icons a:hover {
            background: rgba(79, 195, 247, 0.2);
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        }
        
                
        /* رسپانسیو برای دستگاه‌های موبایل */
        @media (max-width: 768px) {
            .container {
                padding: 25px 15px;
            }
            
            .logo-wrapper {
                max-width: 220px;
            }
            
            .logo-svg {
                max-height: 120px;
            }
            
            .language-section {
                padding: 20px;
                min-height: 200px;
            }
            
            .company-title {
                font-size: 14px;
            }
            
            .company-subtitle {
                font-size: 20px;
            }
            
            .contact-title {
                font-size: 20px;
            }
            
            .email {
                font-size: 17px;
            }
            
            .social-icons a {
                width: 45px;
                height: 45px;
                font-size: 20px;
            }
        }
        
        @media (max-width: 480px) {

			.logo-wrapper {
                max-width: 180px;
            }
            
            .logo-svg {
                max-height: 100px;
            }
            
            .language-section {
                min-height: 180px;
            }
            .company-title-1 {
                font-size: 18px;
		    }
			.company-title-2 {
                font-size: 15px; 
            }
            
            .company-subtitle-1 {
                font-size: 16px;
		        font-weight: bold;
            }
            .company-subtitle-2 {
				font-size: 14px;
            }
			
			.language-content-1 {
			font-size: 14px;
			text-align: right;
            }
        
	    	.language-content-2 {
            font-size: 15px;
			text-align: left;
			}
        

            .divider {
                width: 80%;
            }
            
            .email {
                font-size: 16px;
                padding: 6px 15px;
            }
        }