@import"https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Fustat:wght@200..800&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap";*{box-sizing:border-box;margin:0;padding:0}ul{list-style:none}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}html{scroll-behavior:smooth;font-size:100%}@media(max-width:768px){html{font-size:90%}}@media(max-width:600px){html{font-size:85%}}body{font-family:Roboto,sans-serif;line-height:1.6;color:#333}h1,h2,h3{line-height:1.2;margin-bottom:1rem}h1{font-size:3.052rem}h2{font-size:2.441rem}h3{font-size:1.953rem}@media(max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}}.section-title{text-align:center;margin-bottom:3rem;color:#111827}.ar-text{font-family:Cairo,sans-serif;direction:rtl;display:inline-block}.nav__link{text-align:center;font-size:.9em}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:5rem 0}.header{position:absolute;top:0;left:0;width:100%;z-index:100;transition:background-color .3s ease}.header.scrolled{background-color:#000000e6}.header__container{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 2rem}.logo{display:flex;align-items:center;gap:10px;z-index:101}.logo img{height:90px;width:auto;display:block;filter:drop-shadow(0 2px 6px rgba(0,0,0,.5));transition:height .3s ease}.logo__text{font-size:1rem;font-weight:600;color:#fff;letter-spacing:.5px;white-space:nowrap}.header.scrolled .logo img{height:38px}.nav__list{display:flex;gap:30px}.nav__link{color:#fff;font-weight:500;transition:color .2s ease}.nav__link:hover{color:#9bc063}.hamburger{display:none;background:none;border:none;cursor:pointer;z-index:101}.hamburger span{display:block;width:25px;height:3px;margin:5px 0;background:#fff;transition:all .3s ease}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media(max-width:600px){.logo img{height:60px}.logo__text{display:none}.hamburger{display:block}.nav{position:fixed;inset:0;background:#000000f2;display:flex;justify-content:center;align-items:center;transform:translate(-100%);transition:transform .3s ease}.nav.active{transform:translate(0)}.nav__list{flex-direction:column;gap:40px;font-size:1.5rem}}@media(max-width:768px){.logo__text{display:none}}.footer{background:#111827;color:#ffffffb3;padding:3rem 0 2rem}.footer__content{display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.footer__socials{display:flex;gap:1rem}.footer__social-link{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:#ffffffb3;font-size:1.1rem;transition:all .3s ease}.footer__social-link:hover{border-color:#9bc063;color:#9bc063;transform:translateY(-3px)}.footer__social-link--whatsapp:hover{border-color:#25d366;color:#25d366}.footer__copy{font-size:.9rem}.footer__credit{font-size:.8rem;color:#fff6}.footer__credit a{color:#9bc063;font-weight:600}.footer__credit a:hover{text-decoration:underline}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:14px 28px;border:none;border-radius:50px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .3s ease;letter-spacing:.3px;white-space:nowrap}.btn--primary{background-color:#9bc063;color:#fff;box-shadow:0 4px 14px #9bc06366}.btn--primary:hover{background-color:#6b9040;transform:translateY(-2px);box-shadow:0 6px 20px #9bc06380}.btn--whatsapp{background-color:#25d366;color:#fff;box-shadow:0 4px 14px #25d36666}.btn--whatsapp:hover{background-color:#1aab52;transform:translateY(-2px);box-shadow:0 6px 20px #25d36680}.btn--outline{background:transparent;border:2px solid #9BC063;color:#9bc063}.btn--outline:hover{background:#9bc063;color:#fff;transform:translateY(-2px)}.card{background:#fff;padding:2.25rem 2rem;border-radius:12px;box-shadow:0 2px 8px #00000014;text-align:center;transition:all .3s ease;border-top:4px solid #9BC063;position:relative;overflow:hidden}.card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(155,192,99,.04) 0%,transparent 60%);pointer-events:none}.card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0000002e}.card .card__icon-wrap{width:64px;height:64px;border-radius:50%;background:#9bc0631f;display:flex;justify-content:center;align-items:center;margin:0 auto 1.25rem}.card i{color:#9bc063;font-size:1.75rem}.card h3{color:#111827;font-size:1.2rem;margin-bottom:.75rem;font-weight:700}.card p{color:#666;font-size:.95rem;line-height:1.7}.carousel{position:relative;height:580px;width:100%;overflow:hidden;border-radius:12px;box-shadow:0 20px 40px #0000002e}@media(max-width:768px){.carousel{height:420px}}@media(max-width:600px){.carousel{height:280px;border-radius:6px}}.carousel__track-container{height:100%;position:relative}.carousel__track{height:100%;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.carousel__slide{position:absolute;top:0;bottom:0;width:100%}.carousel__slide img{width:100%;height:100%;object-fit:cover}.carousel__btn{position:absolute;top:50%;transform:translateY(-50%);background:#00000073;color:#fff;border:none;font-size:1.5rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;border-radius:50%;transition:background .2s,transform .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.carousel__btn:hover{background:#9bc063d9;transform:translateY(-50%) scale(1.1)}.carousel__btn--prev{left:1rem}.carousel__btn--next{right:1rem}.carousel__counter{position:absolute;bottom:1rem;right:1.25rem;background:#00000080;color:#fff;font-size:.8rem;font-weight:600;padding:4px 10px;border-radius:50px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10}.banner{background:linear-gradient(#000000a6,#000000a6),url(../../images/banner-2.jpeg);background-size:cover;background-position:center center;background-attachment:fixed;min-height:100vh;position:relative;display:flex;align-items:center;color:#fff}@media(max-width:1024px){.banner{background-attachment:scroll;min-height:90vh}}@media(max-width:600px){.banner{min-height:auto;padding:120px 0 100px;background-attachment:scroll}}.banner__content{width:100%}.banner__badge{display:inline-flex;align-items:center;gap:.5rem;padding:6px 18px;border-radius:50px;border:1px solid rgba(155,192,99,.6);background:#9bc06326;color:#9bc063;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-bottom:1.5rem}.banner__title{font-size:3.5rem;font-weight:700;line-height:1.15;margin-bottom:1rem;text-shadow:0 2px 12px rgba(0,0,0,.4)}@media(max-width:768px){.banner__title{font-size:2.5rem}}@media(max-width:600px){.banner__title{font-size:1.9rem}}.banner__subtitle{font-size:1.15rem;color:#ffffffd9;margin-bottom:2rem}@media(max-width:600px){.banner__subtitle{font-size:1rem}}.banner__btns{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:2.5rem}.banner__btns a{min-width:160px;padding:14px 28px;text-align:center}@media(max-width:600px){.banner__btns{flex-direction:column;align-items:stretch}.banner__btns a{width:100%;max-width:100%}}.hero__stats{display:flex;gap:2rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.15)}@media(max-width:600px){.hero__stats{gap:1.2rem;justify-content:center}}.hero__stat{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#ffffffbf;font-weight:500}.hero__stat i{color:#9bc063;font-size:1rem}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#ffffff80;font-size:1.4rem;animation:heroScrollBounce 2s ease-in-out infinite;transition:color .2s}.hero__scroll:hover{color:#9bc063}@keyframes heroScrollBounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.services{background-color:#f3f4f6}@media(max-width:600px){.services{margin-top:10px}}.services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}@media(max-width:600px){.services__grid{gap:1.5rem;grid-template-columns:1fr}}.carousel-section{background:#111827;padding-bottom:4rem}.carousel-section .section-title{color:#fff}.carousel-section .section-title span.section-title__accent{color:#9bc063}.carousel__dots{display:flex;justify-content:center;gap:10px;margin-top:1.5rem}.carousel__dot{width:10px;height:10px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:background .3s,transform .3s;padding:0}.carousel__dot.active,.carousel__dot:hover{background:#9bc063;transform:scale(1.3)}.coverage__container{display:flex;gap:4rem;align-items:center}@media(max-width:1024px){.coverage__container{flex-direction:column;text-align:center;gap:2rem}}.coverage__text{flex:1}@media(max-width:1024px){.coverage__text{display:flex;flex-direction:column;align-items:center}}.coverage__map{flex:1;width:100%}.coverage .coverage__list{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem;text-align:left}.coverage .coverage__list li a{display:inline-flex;align-items:center;gap:.6rem;font-size:1rem;font-weight:600;color:#333;transition:color .2s}.coverage .coverage__list li a i{font-size:1.2rem}.coverage .coverage__list li a .fa-whatsapp{color:#25d366}.coverage .coverage__list li a .fa-tiktok{color:#333}.coverage .coverage__list li a:hover{color:#9bc063}.coverage .map-placeholder{width:100%;height:380px;background:#e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001f}@media(max-width:600px){.coverage .map-placeholder{height:260px}}
