@import"https://fonts.googleapis.com/css2?family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap";*,*::before,*::after{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden}body{font-family:"Zain",sans-serif;background-color:#fff;font-size:16px}.sectionHeadline{font-size:2rem;font-weight:800;color:#250642;margin-bottom:2rem;text-align:center;line-height:1.4;position:relative}.sectionHeadline::after{content:"";display:block;width:4rem;height:4px;background-color:#ef3b5c;margin:.75rem auto 0;border-radius:2px}.sectionHeadline .Delivery{background:#fff;color:#250642}.sectionHeadline .opportunity{color:#ef3b5c}@media(max-width: 768px){.sectionHeadline{font-size:1.6rem}}header{background-color:#fff;color:#250642;position:sticky;top:0;z-index:1000;box-shadow:0 2px 5px rgba(0,0,0,.1)}header .nav-container{max-width:75vw;margin:auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}header .logo{display:flex;align-items:center}header .logo img{max-height:50px;width:auto}header nav ul{list-style:none;display:flex;gap:2rem;margin:0;padding:0}header nav ul.open{display:flex}header nav ul li{margin-bottom:0}header nav a{color:#250642;text-decoration:none;font-weight:600;font-size:1rem;padding:.5rem 0;position:relative;transition:color .3s ease}header nav a::after{content:"";position:absolute;bottom:-6px;right:0;width:0%;height:2px;background-color:#ef3b5c;transition:width .3s ease}header nav a:hover{color:#ef3b5c}header nav a:hover::after{width:100%}header .burger{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:1001}header .burger span{width:26px;height:2px;background-color:#250642;border-radius:2px;transition:background .3s ease}@media(max-width: 768px){header .nav-container{padding:.75rem 1rem}header nav ul{display:none;flex-direction:column;position:absolute;top:100%;right:0;width:100%;background-color:#fff;padding:.5rem 1.5rem;border-top:1px solid rgba(0,0,0,.05)}header nav ul li{margin:0}header nav ul a{font-size:1.2rem;padding:.05rem 0;text-align:right;display:block}header .burger{display:flex}}.hero-intro-section{padding:6vh 0;text-align:center;background:#fff}.hero-intro-section .hero-wrapper{margin:0 auto;display:flex;flex-direction:column}.hero-intro-section .hero-intro h2{font-size:1.8rem;font-weight:700;color:#222;line-height:1.8;margin:0}.hero-intro-section .hero-intro span{color:#ef3b5c;font-weight:bolder;font-size:2.1rem}.hero-intro-section .hero-feature{position:relative;width:100%;min-height:70vh;display:flex;align-items:center;justify-content:center;padding:10vh 5vw;background:url("/img/ibrahim.jpg") no-repeat center center;background-size:cover}.hero-intro-section .hero-feature::before{content:"";position:absolute;inset:0;background-color:rgba(255,255,255,.25);z-index:1}.hero-intro-section .hero-feature h1{font-size:2.5rem;font-weight:800;color:#111;line-height:1.5;margin:0;z-index:2}.hero-intro-section .hero-feature h1 span{display:inline-block;margin-top:.5rem;color:#fff;background-color:#250642;padding:.2rem .3rem;border-radius:.2rem}.hero-intro-section .hero-cta-block{background-color:#250642;padding:2rem 1rem;color:#fff;font-size:1.5rem;line-height:1.8}.hero-intro-section .hero-cta-block p{margin:0}.hero-intro-section .hero-cta-block p span{font-weight:bold;font-size:2.5rem;color:#fff}.hero-intro-section .hero-cta-block .hero-cta-btn{display:inline-block;margin-top:1rem;background-color:#ef3b5c;color:#fff;padding:.5rem 1rem;font-weight:bold;font-size:1.8rem;border-radius:.3rem;text-decoration:none;transition:background .3s ease}.hero-intro-section .hero-cta-block .hero-cta-btn:hover{background-color:#e41339}@media(max-width: 768px){.hero-intro-section .hero-intro h2{font-size:1.4rem}.hero-intro-section .hero-feature{min-height:20vh}.hero-intro-section .hero-feature h1{font-size:2rem}.hero-intro-section .hero-cta-block{font-size:1.2rem}.hero-intro-section .hero-cta-block .hero-cta-btn{font-size:1.1rem;padding:.9rem 1.5rem;font-weight:bolder}}.why-us-section{padding:4rem 2rem;background-color:#f9f9f9}.why-us-section .why-us-container{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.why-us-section .why-card{flex:1 1 calc(25% - 1rem);max-width:calc(25% - 1rem);display:flex;flex-direction:column;background-color:#fff;border-radius:.2rem;overflow:hidden;position:relative;cursor:pointer;transition:transform .3s ease}.why-us-section .why-card .image-wrapper{width:100%;aspect-ratio:1/1}.why-us-section .why-card .image-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.why-us-section .why-card .title-box{min-height:10rem;background:rgba(37,6,66,.95);color:#fff;font-weight:bold;font-size:1.5rem;display:flex;align-items:center;justify-content:center;padding:1rem;text-align:center}.why-us-section .why-card .overlay{position:absolute;inset:0;background-color:rgba(239,59,92,.95);color:#fff;opacity:0;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;transition:opacity .3s ease;text-align:center;z-index:2}.why-us-section .why-card .overlay h3{font-size:1.3rem;margin-bottom:.5rem}.why-us-section .why-card .overlay p{font-size:1rem;line-height:1.6}.why-us-section .why-card:hover .overlay{opacity:1}.why-us-section .extra-note{color:#111;line-height:1.5;font-weight:600;font-size:2rem;margin-top:2rem;text-align:center}@media(max-width: 768px){.why-us-section .why-card{flex:1 1 100%;max-width:100%}}.animated-sentence-section{text-align:center;margin:1rem 0;line-height:1.4}.animated-sentence-section .animated-sentence{font-size:2rem;margin:0;padding:0;color:#222}.animated-sentence-section #animated-part{display:inline-block;color:#ef3b5c;min-width:10ch;transition:opacity .6s ease,transform .6s ease;opacity:1}.animated-sentence-section .extra-note-description{margin-top:.5rem;font-size:1.3rem;font-weight:bold;color:#250642}.animated-sentence-section .fade-out{opacity:0;transform:translateY(-10px)}.animated-sentence-section .fade-in{opacity:1;transform:translateY(0)}.process-section{padding:4rem 2rem;background-color:#250642;text-align:center}.process-section h2{font-size:2rem;font-weight:800;color:#fff;margin-bottom:1rem}.process-section .process-container{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;gap:1.5rem}.process-section .process-container .process-step{background:#fff;border:1px solid #eee;border-radius:.3rem;padding:2rem;width:15rem;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:all .3s ease}.process-section .process-container .process-step .process-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.process-section .process-container .process-step h3{font-size:1.5rem;color:#250642;margin-bottom:.1rem;font-weight:800}.process-section .process-container .process-step p{font-size:1.2rem;color:#111;line-height:1.2;font-weight:400}.process-section .process-container .process-step:hover{background-color:#fef2f4;transform:translateY(-5px);border-color:#ef3b5c}.process-section .process-container .arrow{font-size:2rem;color:#bbb;margin:0 .5rem}@media(max-width: 768px){.process-section .process-container .arrow{display:none}}@media(max-width: 768px){.process-section .process-container{flex-direction:column;gap:2rem}.process-section .process-container .process-step{width:100%;max-width:95%}}.testimonial-section{background-color:#f9f9f9;padding:4rem 1.5rem;text-align:center}.testimonial-section .testimonial-container{max-width:600px;margin:0 auto;position:relative;background-color:#fff;border-radius:.3rem;border:#250642 1px solid;padding:1rem 0}.testimonial-section .testimonial{display:none;flex-direction:column;align-items:center;gap:1rem;animation:fadeIn .5s ease}.testimonial-section .testimonial.active{display:flex}.testimonial-section .testimonial .quote{font-size:1.4rem;line-height:2;color:#111;font-weight:500}.testimonial-section .testimonial .client-info{display:flex;flex-direction:column;align-items:center}.testimonial-section .testimonial .client-info h4{margin:0;font-size:1.2rem;color:#250642;font-weight:700}.testimonial-section .testimonial .client-info span{font-size:.95rem;color:#777;margin-top:.25rem}.testimonial-section .testimonial-nav{margin-top:2rem}.testimonial-section .testimonial-nav button{background:none;border:2px solid #ef3b5c;color:#ef3b5c;border-radius:50%;font-size:1.5rem;width:40px;height:40px;margin:0 .5rem;cursor:pointer;transition:.3s}.testimonial-section .testimonial-nav button:hover{background-color:#ef3b5c;color:#fff}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cta-highlight{background:linear-gradient(to top left, #EF3B5C, #250642);color:#fff;padding:0;direction:rtl;overflow:hidden}.cta-highlight .cta-inner{display:flex;flex-direction:row;min-height:320px;align-items:stretch;justify-content:space-between;flex-wrap:wrap}@media(max-width: 768px){.cta-highlight .cta-inner{flex-direction:column}}.cta-highlight .cta-offer{flex:1 1 50%;position:relative;background:#250642 url("/img/entrance.png") center center/cover no-repeat}.cta-highlight .cta-offer .offer-overlay{background-color:rgba(37,6,66,.9);width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:2rem}.cta-highlight .cta-offer .offer-text{line-height:1.28;text-align:right}.cta-highlight .cta-offer .offer-text .BigOffer{color:#fff;font-size:1.8rem;font-weight:bolder;background:#ef3b5c;text-align:center;border-radius:.25rem;padding:1rem 0}.cta-highlight .cta-offer .offer-text strong{display:block;font-size:2.3rem;color:#fff;margin-top:.5rem}.cta-highlight .cta-offer .offer-text span{display:block;font-size:2rem;color:#ddd;margin-top:.3rem}@media(max-width: 768px){.cta-highlight .cta-offer .offer-overlay{padding:2rem 1rem}}.cta-highlight .cta-content{flex:1 1 50%;padding:3rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:right}.cta-highlight .cta-content h2{font-size:2.4rem;font-weight:800;line-height:1.6;margin-bottom:1rem;color:#fff}.cta-highlight .cta-content .btn.primary{background-color:#fff;color:#ef3b5c;padding:1rem 2rem;font-size:1.2rem;font-weight:bold;border-radius:.3rem;text-decoration:none;transition:background .3s ease}.cta-highlight .cta-content .btn.primary:hover{background-color:#f2f2f2}@media(max-width: 768px){.cta-highlight .cta-content{padding:2rem 1.5rem;align-items:center;text-align:center}.cta-highlight .cta-content .offer-text{text-align:center}.cta-highlight .cta-content .offer-text .BigOffer{text-align:center}.cta-highlight .cta-content h2{font-size:1.8rem}.cta-highlight .cta-content .btn.primary{width:100%;font-size:1rem}}.closing-cta-section{background-color:#f9f9f9;color:#250642;padding:5rem 2rem;text-align:center}.closing-cta-section .overlay-content{max-width:800px;margin:0 auto;padding:2rem}.closing-cta-section .overlay-content h2{font-size:2.2rem;font-weight:900;line-height:1.6;margin-bottom:1rem;color:#250642}.closing-cta-section .overlay-content p{font-size:1.4rem;line-height:2;margin-bottom:2rem;font-weight:500;color:#111}.closing-cta-section .overlay-content .offer-CTAbtn{display:inline-block;background-color:#ef3b5c;color:#fff;font-size:1.1rem;font-weight:700;padding:.9rem 2rem;border-radius:9999px;text-decoration:none;transition:background .3s ease,transform .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.1)}.closing-cta-section .overlay-content .offer-CTAbtn:hover{background-color:#ed2348;transform:translateY(-2px)}@media(max-width: 768px){.closing-cta-section{padding:3rem 1.5rem}.closing-cta-section .overlay-content h2{font-size:1.8rem}.closing-cta-section .overlay-content p{font-size:1.2rem}.closing-cta-section .overlay-content .offer-CTAbtn{font-size:1rem;padding:.7rem 1.5rem}}.site-footer{background-color:#250642;color:#fff;font-family:"Zain",sans-serif;padding:2rem 1.5rem;text-align:center}.site-footer .footer-top{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;margin-bottom:1.5rem}.site-footer .footer-top span{display:flex;align-items:center;font-size:1rem;color:#fff;gap:.5rem}.site-footer .footer-top span i{color:#ef3b5c;font-size:1.1rem}.site-footer .footer-top span a{color:#fff;text-decoration:none;transition:color .3s ease}.site-footer .footer-top span a:hover{color:#ef3b5c}.site-footer .footer-bottom{font-size:.95rem;color:#ccc;border-top:1px solid rgba(255,255,255,.1);padding-top:1rem}@media(max-width: 768px){.site-footer .footer-top{flex-direction:column;gap:1rem}.site-footer .footer-top span{justify-content:center;font-size:.95rem}.site-footer .footer-bottom{font-size:.85rem}}/*# sourceMappingURL=style.min.css.map */