@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100..700&display=swap");body{font-family:IBM Plex Sans Arabic,serif;background-color:#F5F5F5;margin:0;direction:rtl;text-align:right;color:var(--text-color-dark)}.main-header{display:flex;justify-content:space-between;align-items:center;padding:15px 50px;background-color:#fff;border-bottom:1px solid #ddd;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.container{gap:30px;width:100%;margin:0 auto}@media (max-width:1024px){.container{grid-template-columns:1fr;width:95%}}*{padding:0;font-family:IBM Plex Sans Arabic,serif}*,.wrapper{margin:0}.header{display:flex;justify-content:space-between;text-align:center;align-items:center}.logo{height:40px}.hero{background-image:url("/images/vendor Landing banner.jpg");background-position:top;background-size:cover;padding:24px 90px 90px}.startBtn,.startBtn2{color:white;background-color:var(--mainBlue);border:none;padding:24px 48px;font-size:14pt;border-radius:5px;cursor:pointer}.startBtn2{margin-top:48px}.startBtn2:hover,.startBtn:hover{translate:0 -8px;transition-duration:.3s;box-shadow:0 4px 15px 0 #2D52AD}.headerTextCta{width:40%;display:inline-block}.title{color:var(--textBlack);font-size:48px;margin-top:24px}.divider{background-color:var(--mainBlue);width:100px;height:2px}.desc,.divider{margin-top:24px}.desc{color:var(--textBlack);font-weight:400;font-size:18px;display:flex;padding-left:24px}.deleteSection{padding:32px 10%;height:100%;.inputs{margin-top:24px}}input{background-color:#ebebeb}button,input{border:none;padding:12px 24px;border-radius:8px;font-size:16px}button{background-color:var(--mainBlue);color:white;cursor:pointer}.how,.testimonials{text-align:center;padding:90px}.sectionTitle{color:var(--textBlack);font-size:42px}.howBoxes{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:24px;gap:24px;flex-wrap:wrap;text-align:center;justify-content:start;margin-top:48px}.box{padding:24px;background-color:#EFE8DC;border-radius:20px}.box:hover{transform:translateY(-5px);transition:.35s ease-in-out;background-color:white;box-shadow:0 5px 20px rgba(0,0,0,.12);cursor:default}.boxDesc,.boxTitle{margin-top:32px;line-height:1.5rem}.boxDesc{margin-top:16px}.iconContainer{display:flex;justify-content:center;align-items:center;width:100%;position:relative;height:180px;img{width:100%}}.testimonials{background-color:var(--textBlack);.light{color:white}.testimonial{display:flex;justify-content:space-between;gap:24px;align-items:center;flex-wrap:wrap;.content{text-align:start;color:white;.review{margin-top:32px;font-size:48px;font-weight:100;opacity:1;transition:opacity .8s ease-out,transform .8s ease-out}.review.show{opacity:1;transform:translateY(0) .5s}.reviewerName{margin-top:24px;font-size:30px;font-weight:600}.reviewerRole{margin-top:8px;font-weight:300}}.image{max-width:250px;max-height:100%;img{width:100%;max-height:100%}}}}@keyframes typing{0%{width:0}to{width:100%}}.featureBox{margin:90px 90px 0;padding:60px 60px 0;background-color:#FFD97F;display:flex;flex-wrap:wrap;border-radius:40px;justify-content:end;align-items:flex-end}.featureContent,.featureScreen{width:50%}.featureTitle{font-size:40px;font-weight:800;line-height:4rem;color:var(--textBlack)}.features{margin-top:24px;display:inline-block}.feature{justify-content:start;margin-top:16px;background-image:linear-gradient(-90deg,#E8BC7B,transparent);padding:14px}.checkCont,.feature{display:flex;align-items:center;border-radius:1000px}.checkCont{background-color:var(--textBlack);width:60px;height:60px;min-width:60px;justify-content:center}.featureDesc{color:var(--textBlack);font-size:21px;font-weight:700;margin-right:16px}.featureScreen{display:flex;justify-content:center}.screenShot{max-width:380px;max-height:495px;background-position:bottom;background-size:cover}.footer{background-color:var(--textBlack);display:block;text-align:center;padding:32px 90px;margin-top:90px}.logoCont{display:flex;width:100%;justify-content:center;align-items:center;img{height:40px}}.logoFooter{display:block;text-align:center}a{color:white;text-decoration:none;cursor:pointer}.copyright,.privacy{margin-top:32px;font-size:12px;display:flex;justify-content:center;align-items:center}.copyright{color:white}@media only screen and (max-width:1200px){.hero{background-size:fill;background-position:bottom;padding:24px}}@media only screen and (max-width:768px){.wrapper{margin:0;padding:0}.hero{background-image:url("/images/vendor Landing banner mobile.png");background-position:bottom;margin:0;padding:24px}.title{font-size:36px;margin-top:32px;margin-bottom:32px;display:inline-block}.divider{margin-top:0}#startBtnHeader{display:none}#startBtnHero{margin-top:24px}.headerTextCta{width:100%}.how{padding:24px}.howBoxes{margin-top:24px}.sectionTitle{font-size:24px}.testimonials{padding:32px 24px}.featureBox{padding:32px 32px 0;display:flex;flex-wrap:wrap;margin:0;border-radius:0}.featureContent{width:100%}.features{display:block}.featureTitle{font-size:30px;line-height:3rem}.checkCont{max-width:60px;min-width:60px}.featureScreen{justify-content:center;align-items:center;width:100%}.screenShot{max-width:320px}.footer{margin-top:0}}.floating-switcher{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);background-color:white;border-radius:50px;padding:8px;box-shadow:0 4px 15px rgba(0,0,0,.2);z-index:1000}.switcher-tabs{display:flex;gap:10px}.tab-button{background-color:transparent;color:var(--textBlack);border:none;padding:10px 20px;border-radius:50px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .3s,color .3s}.tab-button.active{background-color:var(--mainBlue);color:white}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:2000;opacity:0;visibility:hidden;transition:opacity .3s}.modal-overlay.show-now{opacity:1;visibility:visible}.modal-content{background:white;padding:30px;border-radius:10px;text-align:center;max-width:400px;position:relative;box-shadow:0 5px 25px rgba(0,0,0,.3)}.close-btn{position:absolute;top:10px;left:10px;background:none;border:none;font-size:24px;cursor:pointer;color:#666}.google-btn{display:flex;justify-content:center;align-items:center;background-color:#4285f4;color:white;margin:20px auto 10px}.download-cta{font-size:14px;color:#888}:root{--mainBlue:#073291;--textBlack:#13151a}