@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,body{font-family:Lato,sans-serif}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.NavbarMainSec{display:flex;justify-content:space-between;align-items:center;padding:10px 0;width:89%}.contactNumber{font-size:20px;font-weight:700}.spanText{color:#4ea042}.navbarContainer{display:flex;justify-content:center;align-items:center}.text-stroke{font-size:25px;font-weight:700;color:transparent;-webkit-text-stroke:1px #7f2e5f;position:relative;display:inline-block}.text-stroke:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:2px;background-color:#7f2e5f;border-radius:2px}.download-btn1,.download-btn2{background-color:#7f2e5f;color:white;padding:10px 20px;border:none;border-radius:10px;font-size:18px;font-weight:500;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.download-btn:hover{background-color:#7f2e5f;transform:scale(1.05)}.brandLogo{height:80px;width:80px}@media (max-width:768px){.logoImg{width:70px;height:30px}.contactNumber{font-size:12px}.text-stroke{font-size:16px}.download-btn1{width:125px;padding:6px 10px;font-size:12px;font-weight:300}.contactNumber{display:none}.download-btn2{width:80px;display:flex;font-size:10px;font-weight:300}.download-container a{text-decoration:none}.brandLogo{height:50px;width:50px}.text-stroke:after{content:"";position:absolute;left:0;bottom:-4px;width:66%}}