* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Tajawal', sans-serif; } @keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-10px); } 100% { transform: translateY(0px); } } @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.03); } 100% { transform: scale(1); } } body, html { height: 100%; color: #2c3e50; overflow-x: hidden; background-image: url(); background-size: cover; direction: ltr; } header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(240, 248, 255, 0.85)); height: 80px; display: flex; align-items: center; justify-content: flex-start; transition: all 0.3s ease; border-bottom: 1px solid rgba(0, 90, 158, 0.2); padding: 0 2rem; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); } header.scrolled { background: rgba(255, 255, 255, 0.98); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); } nav { display: flex; justify-content: space-between; align-items: center; padding: 1rem 5%; max-width: 1400px; margin: 0 auto; height: 80px; } .logo { height: 80px; transition: all 0.3s ease; margin-right: 3rem; } .logo img { height: 100%; width: auto; display: block; max-height: 100%; filter: drop-shadow(0 0 10px rgba(0, 90, 158, 0.3)); transition: transform 0.3s ease; } .logo img:hover { transform: scale(1.05); } .nav-links { display: flex; list-style: none; gap: 1.5rem; align-items: center; } .nav-links li a { text-decoration: none; color: #2c3e50; font-weight: 500; font-size: 1.1rem; padding: 0.5rem 1.2rem; border-radius: 20px; transition: all 0.3s ease; position: relative; } .nav-links li a:hover { color: #005A9E; background: rgba(0, 90, 158, 0.1); } .nav-links li a.active { color: #005A9E; background: rgba(0, 90, 158, 0.2); box-shadow: 0 2px 8px rgba(0, 90, 158, 0.2); transform: translateY(-2px); } .nav-links li a::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0; height: 2px; background: #005A9E; transition: width 0.3s ease; } .nav-links li a:hover::after { width: 100%; } .language-switcher { position: relative; margin-left: 2rem; } .language-switcher select { padding: 0.8rem 2.5rem 0.8rem 1.5rem; background: #b3e5fc; color: #2c3e50; font-weight: 600; border: 1px solid #005A9E; border-radius: 25px; cursor: pointer; transition: all 0.3s ease; appearance: none; box-shadow: 0 2px 10px rgba(0, 90, 158, 0.2); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232c3e50' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; background-size: 12px; } .language-switcher select:hover { background: #e1f5fe; transform: translateY(-3px); box-shadow: 0 4px 15px rgba(0, 90, 158, 0.3); } .contact-container { max-width: 1000px; margin: 150px auto 50px; padding: 2rem; position: relative; z-index: 2; } .contact-content { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); padding: 3rem; border-radius: 20px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); border: 1px solid rgba(0, 90, 158, 0.2); transform-style: preserve-3d; perspective: 1000px; transition: all 0.5s ease; } .contact-content:hover { box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15); transform: translateY(-5px); } .section-title { text-align: center; font-size: 2.5rem; margin-bottom: 2.5rem; color: #2c3e50; text-shadow: 0 2px 10px rgba(0,0,0,0.1); position: relative; padding-bottom: 1rem; } .section-title::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 100px; height: 3px; background: linear-gradient(to right, transparent, #005A9E, transparent); } .contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-bottom: 3rem; } .contact-card { background: rgba(255, 255, 255, 0.95); padding: 2rem; border-radius: 15px; text-align: center; transition: all 0.3s ease; border: 1px solid rgba(0, 90, 158, 0.2); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); } .contact-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); border-color: #005A9E; } .contact-icon { font-size: 2.5rem; margin-bottom: 1.5rem; color: #005A9E; } .contact-card h3 { font-size: 1.5rem; margin-bottom: 1rem; color: #005A9E; } .contact-info { font-size: 1.1rem; line-height: 1.6; color: #2c3e50; } .contact-link { color: #005A9E; text-decoration: none; transition: color 0.3s ease; display: block; margin-top: 0.5rem; } .contact-link:hover { color: #003d6b; text-decoration: underline; } .social-media-card { display: flex; flex-direction: column; align-items: center; justify-content: center; } .social-links { display: flex; justify-content: center; gap: 1rem; margin-top: 1.5rem; } .social-links a { color: #2c3e50; background: rgba(255, 255, 255, 0.9); width: 50px; height: 50px; border-radius: 10px; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; font-size: 1.2rem; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); border: 1px solid rgba(0, 90, 158, 0.2); } .social-links a:hover { background: #005A9E; color: white; transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); } .social-links a.facebook:hover { background: #3b5998; } .social-links a.linkedin:hover { background: #0077b5; } .social-links a.instagram:hover { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); } .email-social-row { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 2rem; } .map-container { height: 400px; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.2); margin-top: 2rem; border: 1px solid rgba(255,255,255,0.1); } .map-container iframe { width: 100%; height: 100%; border: none; } .floating-element { position: absolute; z-index: 1; opacity: 0.6; animation: float 6s ease-in-out infinite; } .floating-element:nth-child(1) { top: 15%; left: 5%; width: 40px; height: 40px; background: #005A9E; border-radius: 50%; animation-delay: 0s; } .floating-element:nth-child(2) { bottom: 20%; right: 10%; width: 60px; height: 60px; background: #b3e5fc; border-radius: 10px; transform: rotate(45deg); animation-delay: 1s; animation-duration: 8s; } .floating-element:nth-child(3) { top: 30%; right: 15%; width: 30px; height: 30px; background: #e1f5fe; border-radius: 50%; animation-delay: 2s; animation-duration: 7s; } @media (max-width: 992px) { .nav-links { display: none; } .contact-container { margin: 120px auto 30px; padding: 1rem; } .contact-content { padding: 2rem; } .section-title { font-size: 2rem; } .map-container iframe { height: 400px; } } @media (max-width: 768px) { .contact-container { margin: 100px auto 20px; } .contact-content { padding: 1.5rem; } .section-title { font-size: 1.8rem; } .map-container iframe { height: 350px; } } @media (max-width: 480px) { .contact-container { margin: 80px auto 15px; } .contact-content { padding: 1.2rem; } .section-title { font-size: 1.6rem; } .map-container iframe { height: 300px; } }