:root{--primary:#2c3e50;--secondary:#3498db;--accent:#e74c3c;--light:#ecf0f1;--dark:#2c3e50;--text:#333;--text-light:#7f8c8d}
@font-face{font-family:'ap-font1';src:url('segoesc.ttf') format('truetype');font-weight:normal;font-style:normal;font-display:swap}
@font-face{font-family:'ap-font2';src:url('poppins.ttf') format('truetype');font-weight:normal;font-style:normal;font-display:swap}
@font-face{font-family:'ap-font3';src:url('impact.ttf') format('truetype');font-weight:normal;font-style:normal;font-display:swap}
@font-face{font-family:'ap-font4';src:url('zakirahsb.ttf') format('truetype');font-weight:normal;font-style:normal;font-display:swap}
@font-face{font-family:'ap-font5';src:url('arabia.ttf') format('truetype');font-weight:normal;font-style:normal;font-display:swap}
*{margin:0;padding:0;box-sizing:border-box}
body{background-color:#f5f7fa;color:var(--text);line-height:1.6;font-family:'ap-font2','Segoe UI',-apple-system,BlinkMacSystemFont,sans-serif}
.Container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}
header{background-color:var(--primary);color:white;padding:15px 0;box-shadow:0 2px 10px rgba(0,0,0,0.1);position:sticky;top:0;z-index:100;backdrop-filter:blur(10px);background-color:rgba(44,62,80,0.8)}
.header-content{display:flex;justify-content:space-between;align-items:center}
.logo{display:flex;align-items:center;gap:12px;text-decoration:none}
.logo img{height:40px;width:40px;padding:8px;background:linear-gradient(135deg,#f5f7fa 0%,#e4e8eb 100%);border-radius:50%;box-shadow:0 0 0 1px rgba(255,255,255,0.4),0 2px 8px rgba(0,0,0,0.1),inset 0 1px 2px rgba(255,255,255,0.8),inset 0 -1px 1px rgba(0,0,0,0.1);transition:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275);position:relative;overflow:hidden}
.logo img::after{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(to bottom right,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.3) 100%);transform:rotate(30deg);animation:chrome-shine 3s infinite linear}
@keyframes chrome-shine{0%{transform:translateX(-100%) rotate(30deg)}100%{transform:translateX(100%) rotate(30deg)}}
.logo:hover img{transform:scale(1.1) rotate(15deg);box-shadow:0 0 0 1px rgba(255,255,255,0.6),0 4px 16px rgba(0,0,0,0.2),inset 0 2px 4px rgba(255,255,255,0.9),inset 0 -2px 2px rgba(0,0,0,0.1);filter:brightness(1.05)}
.logo span{font-family:'Poppins','Segoe UI',sans-serif;font-size:1.6rem;font-weight:700;color:white;position:relative;letter-spacing:1px;text-transform:uppercase;background:linear-gradient(90deg,#ffffff,#e0e0e0);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 2px 4px rgba(0,0,0,0.2);padding:5px 0}
.logo span::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#3498db,#2ecc71);transform:scaleX(0);transform-origin:right;transition:transform 0.4s ease}
.logo:hover span::before{transform:scaleX(1);transform-origin:left}
@media (max-width:768px){.logo span{font-size:1.2rem}}
.hero{background:linear-gradient(135deg,var(--primary),var(--secondary));color:white;padding:80px 0;text-align:center;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 70%);animation:float 15s infinite linear}
@keyframes float{0%{transform:translate(0,0)}25%{transform:translate(5%,5%)}50%{transform:translate(10%,0)}75%{transform:translate(5%,-5%)}100%{transform:translate(0,0)}}
.hero-content{position:relative;z-index:2}
.hero h1{font-size:2.5rem;margin-bottom:20px;font-weight:700;font-family:'ap-font3',Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;text-transform:uppercase;letter-spacing:1.5px}
.hero p{font-size:1.2rem;max-width:700px;margin:0 auto 30px;opacity:0.9;font-family:'ap-font2','Segoe UI',sans-serif;font-weight:300;line-height:1.8}
.apps-section{padding:60px 0}
.section-title{text-align:center;margin-bottom:40px}
.section-title h2{font-size:2rem;color:var(--dark);position:relative;display:inline-block;padding-bottom:10px;font-family:'ap-font3',Impact,sans-serif;letter-spacing:1px}
.section-title h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background-color:var(--secondary)}
.apps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}
.app-card{background-color:white;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.1);transition:transform 0.3s ease;position:relative;border:1px solid rgba(255,255,255,0.2);backdrop-filter:blur(5px);background-color:rgba(255,255,255,0.8);display:flex;flex-direction:column;height:100%}
.app-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,0.15)}
.app-image{height:200px;background-color:var(--light);display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:3rem;position:relative;overflow:hidden;font-family:'ap-font3',Impact,sans-serif;background-repeat:no-repeat;background-size:contain;background-position:center}
.app-image::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%)}
.app-content{padding:25px;flex:1;display:flex;flex-direction:column}
.app-content h3{font-size:1.2rem;margin-bottom:15px;color:var(--primary);font-weight:600;font-family:'ap-font4','Segoe UI',sans-serif;letter-spacing:0.5px}
.section-title h2{font-size:2rem;color:var(--dark);position:relative;display:inline-block;padding-bottom:10px;font-family:'ap-font3', Impact, sans-serif;letter-spacing:1px}
.section-title h2::after{content:'';position:absolute;bottom:0;width:100%;height:3px;
background:linear-gradient(90deg,rgba(0,0,0,0) 0%,var(--primary) 20%,var(--text-light) 50%,var(--primary) 80%,rgba(0,0,0,0) 100%);
background-size:200% 100%;animation:shine 5s infinite linear;border-radius:3px}
@keyframes shine{0%{background-position:-100% 0}100%{background-position:100% 0}}
.app-content p{color:var(--text-light);margin-bottom:20px;font-family:'ap-font2','Segoe UI',sans-serif;font-weight:400;line-height:1.7}
.app-buttons{display:flex;gap:10px;margin-top:auto;padding-top:20px}
.btn{display:inline-flex;align-items:center;padding:12px 20px;border-radius:8px;text-decoration:none;font-weight:600;transition:all 0.3s ease;font-size:14px;flex:1;justify-content:center;font-family:'ap-font2','Segoe UI',sans-serif;letter-spacing:0.5px}
.btn img{height:20px;margin-right:8px}
.btn-primary{background-color:#000;color:white}
.btn-primary:hover{background-color:#333;transform:translateY(-2px)}
.btn-secondary{background-color:#4285F4;color:white}
.btn-secondary:hover{background-color:#3367D6;transform:translateY(-2px)}
footer{background:linear-gradient(135deg,#2c3e50 0%,#1a2530 100%);color:white;padding:2rem 0;font-family:'Poppins',sans-serif;border-top:1px solid rgba(255,255,255,0.1);position:relative;overflow:hidden;text-align:center}
footer::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(52,152,219,0.1) 0%,transparent 50%)}
footer aside{display:flex;justify-content:center;align-items:center;padding:0.8rem 15px;max-width:1200px;margin:0 auto}
footer aside:first-child{border-bottom:1px solid rgba(255,255,255,0.08);padding-bottom:1.5rem}
footer p{margin:0;font-size:0.95rem;color:rgba(255,255,255,0.8);letter-spacing:0.5px}
footer a{color:#3498db;text-decoration:none;transition:all 0.3s ease;font-weight:500}
footer a:hover{color:#2ecc71;text-shadow:0 0 8px rgba(46,204,113,0.3)}
footer aside:last-child{display:flex;flex-wrap:nowrap;justify-content:center;gap:15px;padding:15px;width:100%}
footer aside:last-child a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(255,255,255,0.1);border-radius:50%;font-size:1.1rem;transition:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275);position:relative;overflow:hidden;flex-shrink:0}
footer aside:last-child a::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);opacity:0;transition:opacity 0.3s ease}
footer aside:last-child a:hover{transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,0,0,0.2);background:rgba(255,255,255,0.15)}
footer aside:last-child a:hover::before{opacity:1}
footer aside:last-child a:nth-child(1):hover{color:#fff;background-color:#0077b5}
footer aside:last-child a:nth-child(2):hover{color:#fff;background-color:#4267B2}
footer aside:last-child a:nth-child(3):hover{color:#fff;background-color:#25D366}
footer aside:last-child a:nth-child(4):hover{color:#fff;background-color:#e74c3c}
footer aside:last-child a:nth-child(5):hover{color:#fff;background-color:#3498db}
@media (max-width:768px){footer aside:last-child{overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-left:calc(50% - 120px);padding-right:calc(50% - 120px);scrollbar-width:none}
footer aside:last-child::-webkit-scrollbar{display:none}
footer aside:last-child a{scroll-snap-align:center;margin:0 5px}
footer aside:last-child::after{content:'';padding-right:calc(50% - 120px);flex-shrink:0}}
#splash-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;justify-content:center;align-items:center;z-index:9999;opacity:1;transition:opacity 0.5s ease-out}
.logo-Container{position:relative;width:200px;height:200px;display:flex;justify-content:center;align-items:center}
#splash-logo{max-width:80%;max-height:80%;object-fit:contain;z-index:10}
.bubble{position:absolute;top:50%;left:50%;width:120%;height:120%;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,0.8) 0%,rgba(173,216,230,0.4) 40%,rgba(173,216,230,0.2) 100%);box-shadow:0 0 30px rgba(173,216,230,0.7),inset 5px 5px 15px rgba(255,255,255,0.5),inset -5px -5px 15px rgba(0,0,0,0.1);transform:translate(-50%,-50%);animation:rotateBubble 5s linear infinite,pulseBubble 2s ease-in-out infinite alternate,shineBubble 3s ease-in-out infinite;overflow:hidden}
@keyframes rotateBubble{from{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(360deg)}}
@keyframes pulseBubble{0%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.03)}100%{transform:translate(-50%,-50%) scale(1)}}
@keyframes shineBubble{0%{box-shadow:0 0 30px rgba(173,216,230,0.7),inset 5px 5px 15px rgba(255,255,255,0.5),inset -5px -5px 15px rgba(0,0,0,0.1)}50%{box-shadow:0 0 40px rgba(173,216,230,0.9),inset 10px 10px 20px rgba(255,255,255,0.7),inset -10px -10px 20px rgba(0,0,0,0.2)}100%{box-shadow:0 0 30px rgba(173,216,230,0.7),inset 5px 5px 15px rgba(255,255,255,0.5),inset -5px -5px 15px rgba(0,0,0,0.1)}}
#splash-screen.zoom-out{animation:zoomOut 1s ease forwards}
@keyframes zoomOut{0%{transform:scale(1);opacity:1}100%{transform:scale(2);opacity:0}}

.FormContainer{background:white;border-radius:12px;padding:30px 25px;max-width:400px;width:90%;margin:80px auto;box-shadow:0 10px 25px rgba(0,0,0,0.15);text-align:center;transition:transform 0.3s ease,box-shadow 0.3s ease}
.FormContainer:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,0.2)}
.FormContainer h1{font-size:22px;color:var(--primary);margin-bottom:8px;letter-spacing:1px;text-transform:uppercase}
.FormContainer h2{font-size:18px;color:var(--secondary);margin-bottom:25px}
.input-box{margin-bottom:18px;text-align:left}
.input-box label{display:block;margin-bottom:6px;font-size:14px;color:var(--dark);font-weight:500}
.input-box input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #ccc;font-size:14px;outline:none;transition:all 0.3s ease}
.input-box input:focus{border-color:var(--secondary);box-shadow:0 0 8px rgba(52,152,219,0.3)}
.button{margin-top:15px}
.button button{width:100%;padding:12px;border:none;background-color:var(--secondary);color:white;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:all 0.3s ease}
.button button:hover{background-color:#217dbb;transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,0.1)}