@font-face {
    font-family: 'TSZunburk';
    src: url('../fonts/TSZunburkVF3-BlackOS.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    text-decoration: none;
    font-family: 'TSZunburk', 'Cairo', sans-serif;
    text-rendering: optimizeLegibility;
    
}
html{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-color: #2D51F4;
    min-height: 100vh;
}
body{
font-family: 'TSZunburk', 'Cairo', sans-serif;
text-rendering: optimizeLegibility;
padding: 15px 7px;
direction:rtl;
background-color:#2D51F4;
min-height: 100vh;
box-sizing: border-box;
display: flex;
flex-direction: column;
/*background-image: url(../img/bg.jpg);*/
}
.clr{clear:both;}
#HomePage{
    position: relative;
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
footer {
    width: 100%;
    padding: 20px 0;
    margin-top: auto;
}
.uk-margin {
	margin-bottom: 30.5px !important;
}
.inpu {
    border: 2px solid rgba(128, 242, 200, 0.4);
    border-radius: 35px;
    text-align: center;
    width: 400px;
    padding: 15px 25px;
    font-size: 18px;
    color: #333;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.inpu:focus {
    border-color: #80F2C8;
    box-shadow: 0 6px 20px rgba(128, 242, 200, 0.4);
    outline: none;
}
.inpu::placeholder {
    color: #aaa;
    transition: color 0.3s;
}
.inpu:focus::placeholder {
    color: transparent;
}
.button {
    background: linear-gradient(135deg, #FFD700, #F3A183);
    border: 3px solid #FFF;
    border-radius: 40px;
    color: #2D51F4;
    font-weight: 900;
    padding: 12px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
    min-width: 220px;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4), inset 0 -3px 0 rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.button::before {
    content: '';
    position: absolute;
    top: 0; left: -100%; width: 50%; height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-20deg);
    transition: all 0.5s ease;
    z-index: -1;
}
.button:hover::before {
    left: 150%;
}
.button:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 12px 30px rgba(255, 215, 0, 0.6), inset 0 -3px 0 rgba(0,0,0,0.1);
    color: #1a36a8;
    border-color: #FFD700;
} 
.aid-text{color:#fff;font-size:24px;line-height:40px;font-family: 'TSZunburk', sans-serif;width:90%;max-width: 600px; margin: 0 auto;text-shadow: 0 2px 10px rgba(0,0,0,0.2);}
.col-3 b {
    color: #fff;
    font-size: 12px;
}
.result-card {
    background: #ffffff;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    margin: 30px auto;
    max-width: 400px;
    width: 90%;
}
.preview-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}
.action-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 25px !important;
}
.download-btn {
    background: linear-gradient(135deg, #1cc88a, #13855c);
    color: #fff;
    border-color: #fff;
}
.return-btn {
    background: linear-gradient(135deg, #FFD700, #F3A183);
    color: #2D51F4;
}
@media screen and (max-width: 600px){ 
    label {
        display:block;
        width:75px;
    }
.uk-margin {
	margin-bottom: 15px !important;
	margin-top: 10px;
}
.button {
	width: 100% !important;
	max-width: 280px;
	margin: 5px auto !important;
	padding: 10px 15px !important;	
	font-size: 18px !important;
}
* + .uk-margin {
	margin-top: 5px 0 0 !important;
}
.aid-text{font-size:18px;width:95%;line-height: 30px !important;margin: 15px auto !important;}  
#HomePage{width:100%;padding-top:0px;} 
.inpu{width: 90%; max-width: 350px;} 
footer {width: 100%;font-size:12px;}
.result-card { padding: 8px; margin: 20px auto; }
}
* + h1, * + .uk-h1, * + h2, * + .uk-h2, * + h3, * + .uk-h3, * + h4, * + .uk-h4, * + h5, * + .uk-h5, * + h6, * + .uk-h6, * + .uk-heading-small, * + .uk-heading-medium, * + .uk-heading-large, * + .uk-heading-xlarge, * + .uk-heading-2xlarge {
	margin-top: 25px !important;
}