*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}.App{min-height:100vh}.rtl{direction:rtl;text-align:right}.ltr{direction:ltr;text-align:left}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background:linear-gradient(135deg,#1a5f3f,#2d8f5f);color:#fff;padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 2px 10px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.nav-logo h2{color:gold;font-size:1.5rem;font-weight:700}.nav-menu{display:flex;gap:2rem;flex-wrap:wrap}.nav-item{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem 1rem;border-radius:5px;transition:all .3s ease;font-size:1rem}.nav-item:hover,.nav-item.active{background:#ffd70033;color:gold}.nav-actions{display:flex;gap:1rem;align-items:center}.lang-toggle{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem 1rem;border-radius:5px;cursor:pointer;transition:all .3s ease}.lang-toggle:hover{background:#fff3}.cta-button,.primary-button{background:linear-gradient(135deg,gold,#ffed4e);color:#1a5f3f;border:none;padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;font-weight:700;transition:all .3s ease;box-shadow:0 4px 15px #ffd7004d}.cta-button:hover,.primary-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ffd70066}.secondary-button{background:transparent;color:#fff;border:2px solid white;padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;font-weight:700;transition:all .3s ease}.secondary-button:hover{background:#fff;color:#1a5f3f}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:80px}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2}.hero-images{display:flex;width:300%;height:100%;animation:slideImages 15s infinite}.hero-image{width:33.333%;height:100%;object-fit:cover}@keyframes slideImages{0%,30%{transform:translate(0)}33.333%,63.333%{transform:translate(-33.333%)}66.666%,96.666%{transform:translate(-66.666%)}to{transform:translate(0)}}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1a5f3fcc,#2d8f5f99);z-index:-1}.hero-content{text-align:center;color:#fff;max-width:800px;padding:2rem;z-index:1}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);color:gold}.hero-subtitle{font-size:1.8rem;margin-bottom:1rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.hero-description{font-size:1.2rem;margin-bottom:2rem;line-height:1.8;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.services{padding:5rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1a5f3f;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(135deg,gold,#ffed4e);border-radius:2px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.service-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid rgba(26,95,63,.1)}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.service-icon{font-size:3rem;margin-bottom:1rem}.service-title{font-size:1.5rem;margin-bottom:1rem;color:#1a5f3f}.service-description{color:#666;margin-bottom:1.5rem;line-height:1.6}.service-button{background:linear-gradient(135deg,#1a5f3f,#2d8f5f);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;transition:all .3s ease}.service-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #1a5f3f4d}.about{padding:5rem 0;background:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-description{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:2rem}.about-features{display:flex;flex-direction:column;gap:1.5rem}.feature{padding:1.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:10px;border-right:4px solid #ffd700}.feature h3{color:#1a5f3f;margin-bottom:.5rem;font-size:1.2rem}.feature p{color:#666;line-height:1.6}.about-image{text-align:center}.about-image img{width:100%;max-width:500px;border-radius:15px;box-shadow:0 15px 35px #0000001a}.contact{padding:5rem 0;background:linear-gradient(135deg,#1a5f3f,#2d8f5f);color:#fff}.contact .section-title{color:#fff}.contact .section-title:after{background:gold}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff1a;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-icon{font-size:2rem;background:gold;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;min-width:60px;height:60px}.contact-item h3{color:gold;margin-bottom:.5rem}.contact-form{background:#ffffff1a;padding:2rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-form form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{padding:1rem;border:none;border-radius:10px;background:#ffffffe6;color:#333;font-size:1rem}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#666}.footer{background:#1a1a1a;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:gold;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:gold}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{font-size:1.5rem;text-decoration:none;transition:transform .3s ease}.social-links a:hover{transform:scale(1.2)}.footer-bottom{border-top:1px solid #333;padding-top:1rem;text-align:center;color:#ccc}@media (max-width: 768px){.nav-container{flex-direction:column;gap:1rem}.nav-menu{order:3;width:100%;justify-content:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.4rem}.hero-actions{flex-direction:column;align-items:center}.services-grid{grid-template-columns:1fr}.about-content{grid-template-columns:1fr;text-align:center}.contact-content{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}}@media (max-width: 480px){.hero{margin-top:120px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.section-title{font-size:2rem}.service-card{padding:1.5rem}}.fleet{padding:5rem 0;background:#fff}.section-subtitle{text-align:center;font-size:1.2rem;color:#666;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.fleet-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.fleet-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:2rem;border-radius:15px;text-align:center;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid rgba(26,95,63,.1)}.fleet-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.fleet-icon{font-size:4rem;margin-bottom:1rem}.fleet-title{font-size:1.5rem;margin-bottom:1rem;color:#1a5f3f}.fleet-description{color:#666;margin-bottom:1.5rem;line-height:1.6}.fleet-capacity{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem;font-weight:700;color:#1a5f3f}.capacity-icon{font-size:1.2rem}.fleet-features{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2rem}.feature-tag{background:#1a5f3f;color:#fff;padding:.3rem .8rem;border-radius:15px;font-size:.9rem}.fleet-button{background:linear-gradient(135deg,gold,#ffed4e);color:#1a5f3f;border:none;padding:.75rem 2rem;border-radius:25px;cursor:pointer;font-weight:700;transition:all .3s ease;box-shadow:0 4px 15px #ffd7004d}.fleet-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ffd70066}.faq{padding:5rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:#fff;margin-bottom:1rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 8px 25px #00000026}.faq-question{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#1a5f3f,#2d8f5f);color:#fff;cursor:pointer}.faq-icon{font-size:1.5rem;background:#fff3;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;min-width:50px;height:50px}.faq-question h3{margin:0;font-size:1.1rem}.faq-answer{padding:1.5rem;background:#fff}.faq-answer p{margin:0;color:#666;line-height:1.6}.testimonials{padding:5rem 0;background:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border-right:4px solid #ffd700}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.testimonial-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.customer-name{color:#1a5f3f;margin-bottom:.25rem;font-size:1.1rem}.customer-location{color:#666;font-size:.9rem;margin:0}.rating{display:flex;gap:.2rem}.star{font-size:1.2rem}.testimonial-comment{color:#333;line-height:1.6;margin-bottom:1rem;font-style:italic}.service-tag{background:#1a5f3f;color:#fff;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;display:inline-block}.booking{padding:5rem 0;background:linear-gradient(135deg,#1a5f3f,#2d8f5f);color:#fff}.booking .section-title{color:#fff}.booking .section-title:after{background:gold}.booking .section-subtitle{color:#ffffffe6}.booking-form{max-width:800px;margin:3rem auto 0;background:#ffffff1a;padding:3rem;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-group label{color:gold;margin-bottom:.5rem;font-weight:700}.form-group input,.form-group select,.form-group textarea{padding:1rem;border:none;border-radius:10px;background:#ffffffe6;color:#333;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;background:#fff;box-shadow:0 0 0 3px #ffd7004d}.primary-button.full-width{width:100%;margin-top:1rem;padding:1rem 2rem;font-size:1.1rem}@media (max-width: 768px){.fleet-grid,.testimonials-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr;gap:1rem}.booking-form{padding:2rem 1rem}.testimonial-header{flex-direction:column;gap:.5rem}.faq-question,.faq-answer{padding:1rem}}@media (max-width: 480px){.fleet-card,.testimonial-card{padding:1.5rem}.fleet-features{flex-direction:column;align-items:center}.feature-tag{width:100%;text-align:center}}
