body{font-family:Roboto,sans-serif;transition:background-color .3s,color .3s}.container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px}.profile-card{animation:gradient-animation 5s infinite alternate;background:linear-gradient(135deg,#1d097a,#a00707);padding:25px;border-radius:15px;box-shadow:0 8px 20px rgba(0,0,0,.4);text-align:center;width:400px;backdrop-filter:blur(15px);transform:scale(1);transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.profile-image img{width:150px;height:150px;border-radius:50%;border:4px solid #00ffcc;object-fit:cover;transition:transform .3s}.profile-image img:hover{transform:rotate(5deg) scale(1.1)}.glow-text{font-size:26px;font-weight:700;color:#fff;text-shadow:0 0 10px #00ffcc,0 0 20px #00ffcc}.highlight-text{font-size:18px;color:#00ffcc;font-weight:700;transition:color .3s}.highlight-text:hover{color:#ffcc00}.animated-text{font-size:16px;color:#d4d4d4;margin-top:10px;animation:fadeIn 2s ease-in-out}.animated-text,.safwan-name{font-weight:700}.contact-button{height:38px;width:110px;margin-top:15px;background:#00ffcc;color:#000;font-size:18px;border-radius:30px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:transform .2s,background .3s}.contact-button i{margin-right:8px}.contact-button:hover{background:#008f99;transform:scale(1.1)}.phone-button{width:115px}.whatsapp-button{width:145px}.hover-effect{transition:all .3s ease-in-out}.hover-effect:hover{box-shadow:0 0 15px #00ffcc}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes gradient-animation{0%{background:linear-gradient(135deg,#1d097a,#a00707)}to{background:linear-gradient(135deg,#a00707,#1d097a)}}.contacticon{height:20px;width:20px;margin-right:10px}