*{margin:0;padding:0}:root{--Animation-Duration:all .35s ease;--Font-Primary:"Poppins", sans-serif;--Font-Secondary:"Inter", sans-serif;--Font-Tabler:"tabler-icons";--Primary:#57d537;--Accent:#fffc55;--Secondary:#f4fdf0;--SecondaryTwo:#bcc4ff4d;--Heading:#161616;--Text:#49515b;--Border:#49515b4d;--Background:#161616;--White:#fff;--Success:#3cb371;--Success-Hover:#34885a;--Warning:#f7921f;--Warning-Hover:#be7016;--Info:#02a5ce;--Info-Hover:#156e85;--Danger:#dc3545;--Danger-Hover:#9c1321}html[data-theme=two]{--Primary:#7444fd;--Secondary:#f7f8ff;--SecondaryTwo:#7444fd1a;--Heading:#282c32;--Text:#565656;--Border:#49515b4d;--Background:#161616}html[data-theme=three]{--Primary:#fa3e5f;--Secondary:#f8f8f8;--SecondaryTwo:#fa3e5f1a;--Heading:#1f1f1f;--Text:#565656;--Border:#49515b4d;--Background:#1f1f1f}html[data-theme=four]{--Primary:#601feb;--Secondary:#f7f7fc;--SecondaryTwo:#601feb1a;--Heading:#161616;--Text:#49515b;--Border:#49515b4d;--Background:#161616}html[data-theme=five]{--Primary:#0f0f0f;--Secondary:#f5f5f5;--SecondaryTwo:#0f0f0f1a;--Heading:#0f0f0f;--Text:#0f0f0f;--Border:#0f0f0f33;--Background:#0f0f0f}body,html{color:var(--Text);scroll-behavior:smooth;font-family:var(--Font-Secondary);overflow-x:hidden;padding:0!important}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{color:var(--Heading);font-weight:600;line-height:1.2;font-family:var(--Font-Primary)}h1,.h1,h2,.h2,h3,.h3,h4,.h4{letter-spacing:-1px}h5,.h5,h6,.h6{letter-spacing:-.5px}p{color:var(--Text);font-size:16px;line-height:1.65}a{transition:var(--Animation-Duration);color:var(--Heading);font-family:var(--Font-Primary);outline:0 solid #0000;font-weight:600;text-decoration:none}a:hover,a:focus{transition:var(--Animation-Duration);color:var(--Heading);outline:0 solid #0000;font-weight:600;text-decoration:none}ul,ol{margin-bottom:0}ul li,ol li{line-height:1.75}.border,.border-end,.border-start,.border-top,.border-bottom{border-color:var(--Border)!important}img{max-width:100%;height:auto}input:required,textarea:required,input:invalid,textarea:invalid{box-shadow:none!important}.bg-img{background-position:50%;background-repeat:no-repeat;background-size:cover}.bg-fixed{background-attachment:fixed}.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:320px}@media (min-width:400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:360px}}@media (min-width:480px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:420px}}@media (min-width:576px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:540px}}@media (min-width:768px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row.g-4,.row.gy-4{--bs-gutter-y:30px}.row.g-4,.row.gx-4{--bs-gutter-x:30px}.custom-container{width:300px;margin-left:auto;margin-right:auto}@media (min-width:480px){.custom-container{width:420px}}@media (min-width:576px){.custom-container{width:540px}}@media (min-width:768px){.custom-container{width:720px}}@media (min-width:992px){.custom-container{width:960px}}@media (min-width:1200px){.custom-container{width:1140px}}@media (min-width:1400px){.custom-container{width:1320px}}.fz-12{font-size:12px!important}.fz-14{font-size:14px!important}.fz-16{font-size:16px!important}.fz-18{font-size:18px!important}.shadow-sm{box-shadow:0 .125rem .25rem #2f5bea13!important}.shadow{box-shadow:0 .5rem 1rem #2f5bea26!important}.shadow-lg{box-shadow:0 1rem 3rem #2f5bea2d!important}.btn{text-transform:capitalize;min-width:auto;height:48px;transition:var(--Animation-Duration);font-size:14px;font-family:var(--Font-Primary);border:0;border-radius:5rem;justify-content:center;align-items:center;gap:6px;padding:12px 24px;font-weight:600;display:inline-flex;position:relative;overflow:hidden}@media only screen and (min-width:1200px){.btn{height:54px;padding:12px 24px}}@media only screen and (min-width:1400px){.btn{height:60px;padding:16px 32px;font-size:16px}}.btn>span{opacity:1;align-items:center;gap:4px;font-size:16px;transition:opacity .35s,transform .35s;display:flex;position:relative}.btn>span:last-child{opacity:0;position:absolute;transform:translateY(50px)}.btn i{transition:var(--Animation-Duration);font-size:140%}.btn:active,.btn:hover,.btn:focus{box-shadow:none}.btn:active span:first-child,.btn:hover span:first-child,.btn:focus span:first-child{opacity:0;transform:translateY(-50px)}.btn:active span:last-child,.btn:hover span:last-child,.btn:focus span:last-child{opacity:1;transform:translateY(0)}.btn-primary{background-color:var(--Primary);color:var(--White)}.btn-primary:active,.btn-primary:hover,.btn-primary:focus{background-color:var(--Heading);color:var(--White)}.btn-success{background-color:var(--Success);color:var(--White)}.btn-success:active,.btn-success:hover,.btn-success:focus{background-color:var(--Success-Hover);color:var(--White)}.btn-info{background-color:var(--Info);color:var(--White)}.btn-info:active,.btn-info:hover,.btn-info:focus{background-color:var(--Info-Hover);color:var(--White)}.btn-warning{background-color:var(--Warning);color:var(--White)}.btn-warning:active,.btn-warning:hover,.btn-warning:focus{background-color:var(--Warning-Hover);color:var(--White)}.btn-danger{background-color:var(--Danger);color:var(--White)}.btn-danger:active,.btn-danger:hover,.btn-danger:focus{background-color:var(--Danger-Hover);color:var(--White)}.btn-light,.btn-light:active,.btn-light:hover,.btn-light:focus{background-color:var(--White);color:var(--Heading)}.btn-dark{background-color:var(--Heading);color:var(--White)!important}.btn-dark:active,.btn-dark:hover,.btn-dark:focus{background-color:var(--Text);color:var(--White)!important}.btn-link{z-index:1;color:var(--Heading);background-color:#0000;border:0;gap:6px;min-width:0;height:auto;text-decoration:none;position:relative;border-radius:0!important;padding:0!important}.btn-link:active,.btn-link:hover,.btn-link:focus{box-shadow:none;color:var(--Primary)}.btn-group-sm>.btn,.btn-sm{min-width:100px;height:37px;padding:.375rem 1.25rem;font-size:12px}.btn-outline-primary{border:1px solid var(--Primary);color:var(--Primary)}.btn-outline-primary:hover,.btn-outline-primary:focus{background-color:var(--Primary);color:var(--White)}.btn-outline-success{border:1px solid var(--Success);color:var(--Success)}.btn-outline-success:hover,.btn-outline-success:focus{background-color:var(--Success);color:var(--White)}.btn-outline-warning{border:1px solid var(--Warning);color:var(--Warning)}.btn-outline-warning:hover,.btn-outline-warning:focus{background-color:var(--Warning);color:var(--White)}.btn-outline-info{border:1px solid var(--Info);color:var(--Info)}.btn-outline-info:hover,.btn-outline-info:focus{background-color:var(--Info);color:var(--White)}.btn-outline-danger{border:1px solid var(--Danger);color:var(--Danger)}.btn-outline-danger:hover,.btn-outline-danger:focus{background-color:var(--Danger);color:var(--White)}.btn-outline-light{border:1px solid var(--White);color:var(--White)}.btn-outline-light:hover,.btn-outline-light:focus{background-color:var(--White);color:var(--Primary)}.btn-outline-dark{border:1px solid var(--Heading);color:var(--Heading)}.btn-outline-dark:hover,.btn-outline-dark:focus{background-color:var(--Heading);color:var(--White)}.btn-download{border:1px solid var(--White);height:60px;color:var(--White);box-shadow:none;transition:var(--Animation-Duration);border-radius:5rem;outline:none;align-items:center;gap:6px;padding:0 30px;display:flex}.btn-download i{font-size:36px}.btn-download>div{line-height:1}.btn-download .sub-text{color:#faf8ff;margin-bottom:4px;font-size:12px;font-weight:500;display:block}.btn-download p{color:var(--White);line-height:1.1}.btn-download.active,.btn-download:hover,.btn-download:focus{box-shadow:none;color:var(--White);background-color:#282c32;border-color:#282c32}.bg-primary{background-color:var(--Primary)!important}.bg-secondary{background-color:var(--Secondary)!important}.bg-success{background-color:var(--Success)!important}.bg-danger{background-color:var(--Danger)!important}.bg-warning{background-color:var(--Warning)!important}.bg-info{background-color:var(--Info)!important}.bg-dark{background-color:var(--Heading)!important}.bg-gray{background-color:var(--Secondary)!important}.text-primary{color:var(--Primary)!important}.text-dark{color:var(--Text)!important}.text-heading{color:var(--Heading)!important}.text-success{color:var(--Success)!important}.text-danger{color:var(--Danger)!important}.text-warning{color:var(--Warning)!important}.text-info{color:var(--Info)!important}.startix-scrolltop{transition:var(--Animation-Duration);z-index:9999;width:2.5rem;height:2.5rem;color:var(--White);cursor:pointer;box-shadow:none;background-color:var(--Background);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(100px);border:0!important}.startix-scrolltop span{font-size:1.75rem}.startix-scrolltop.scrolltop-show{transform:translateY(0)}.startix-scrolltop.scrolltop-hide{transform:translateY(100px)}@media only screen and (min-width:992px){.startix-scrolltop{width:3rem;height:3rem;bottom:3rem;right:3rem}}.startix-scrolltop:before{content:"";background:conic-gradient(var(--Primary) var(--scroll-progress), var(--Heading) 0);z-index:-1;border-radius:50%;position:absolute;inset:0}.divider{width:100%;height:60px;display:block}@media only screen and (min-width:576px){.divider{height:70px}}@media only screen and (min-width:768px){.divider{height:80px}}@media only screen and (min-width:992px){.divider{height:95px}}@media only screen and (min-width:1200px){.divider{height:110px}}@media only screen and (min-width:1400px){.divider{height:124px}}.divider-sm{width:100%;height:50px;display:block}@media only screen and (min-width:768px){.divider-sm{height:60px}}.section-heading{z-index:1;position:relative}.section-heading .subtitle{color:var(--Primary);background:var(--SecondaryTwo);text-transform:uppercase;border-radius:30px;margin-bottom:1rem;padding:6px 18px;font-size:12px;font-weight:500;display:inline-flex}@media only screen and (min-width:768px){.section-heading .subtitle{font-size:14px}}@media only screen and (min-width:1200px){.section-heading .subtitle{font-size:1rem}}.section-heading .subtitle.text-light{color:var(--White);background:#fff3}.section-heading h2{color:var(--Heading);font-size:clamp(28px,4.5vw,50px);line-height:1.2}.section-heading h3{color:var(--Heading);text-align:center;font-size:clamp(60px,10vw,250px);font-weight:600;line-height:.8}.section-heading h3>span:first-child{color:var(--Heading)}.section-heading h3>span{color:#0000;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:var(--Heading)}@media only screen and (min-width:1200px){.section-heading p{font-size:18px}}.section-heading .question-mark{z-index:-10;position:absolute;bottom:-20%;right:10%}.section-heading img{border-radius:18px;width:100%}.search-bg-overlay{background-color:var(--Background);opacity:0;z-index:100000;visibility:hidden;width:100%;height:100%;transition:var(--Animation-Duration);position:fixed;top:0;left:0}.search-bg-overlay.open{opacity:.98;visibility:visible}.search-form-popup{z-index:100000;opacity:0;visibility:hidden;min-width:290px;transition:var(--Animation-Duration);text-align:center;background-color:#0000;border-radius:8px;padding:24px;position:fixed;top:50%;left:50%;transform:scale(.9)translate(-50%,-50%)}@media only screen and (min-width:480px){.search-form-popup{min-width:360px}}@media only screen and (min-width:768px){.search-form-popup{min-width:500px;padding:40px 32px}}@media only screen and (min-width:992px){.search-form-popup{min-width:600px}}.search-form-popup .close-btn{z-index:1000;width:32px;height:32px;color:var(--White);transition:var(--Animation-Duration);background-color:#ffffff1a;border:0;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;display:flex;position:absolute;top:-1rem;right:-1rem}.search-form-popup .close-btn:hover,.search-form-popup .close-btn:focus{background-color:var(--White);color:var(--Heading)}@media only screen and (min-width:768px){.search-form-popup .close-btn{width:40px;height:40px;top:-2rem;right:-2rem}}.search-form-popup form{gap:30px;display:flex}.search-form-popup form .form-control{border-top:0;border-left:0;border-right:0;border-bottom:1px solid var(--White);width:100%;height:48px;color:var(--White);background-color:#0000;border-radius:0;padding:15px 24px;font-size:16px;font-weight:700}@media only screen and (min-width:1200px){.search-form-popup form .form-control{height:64px;font-size:18px}}.search-form-popup form .form-control::placeholder{color:var(--White);opacity:.85}.search-form-popup form .form-control:focus{box-shadow:none}.search-form-popup form .btn{border-radius:8px;height:48px}@media only screen and (min-width:1200px){.search-form-popup form .btn{height:64px}}.search-form-popup.open{opacity:1;visibility:visible;transform:scale(1)translate(-50%,-50%)}@media only screen and (min-width:1200px){.error-content p{font-size:18px}}.integration-content{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}@media only screen and (min-width:1400px){.integration-content{gap:30px}}.integration-card{background-color:var(--White);border-radius:10px;align-items:center;gap:1rem;max-width:100%;padding:1rem;display:inline-flex}@media only screen and (min-width:576px){.integration-card{max-width:240px}}@media only screen and (min-width:768px){.integration-card{max-width:280px}}@media only screen and (min-width:992px){.integration-card{max-width:290px}}@media only screen and (min-width:1200px){.integration-card{max-width:300px}}.integration-card img{flex-shrink:0;width:80px;height:80px}.integration-card p{margin-bottom:0;font-size:13px;line-height:1.5}@media only screen and (min-width:1200px){.integration-card p{font-size:15px}}.tilt-image{transform-style:preserve-3d;will-change:transform;transition:transform .2s}.translateY10{transition:var(--Animation-Duration)}.translateY10:hover,.translateY10:focus{transform:translateY(-10px)}.img-rotate360{animation:8s linear infinite rotate360}@keyframes rotate360{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.imgZoomInOut{transition:width .5s}.preloader{z-index:9999999;background-color:var(--Heading);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.jarallax{z-index:0;position:relative}.jarallax>.jarallax-img,picture.jarallax-img img{object-fit:cover;z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.header-search-btn{cursor:pointer}.header-search-btn .btn{transition:var(--Animation-Duration);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.header-search-btn .btn svg path{fill:var(--Heading);transition:var(--Animation-Duration)}.header-search-btn .btn:hover svg path,.header-search-btn .btn:focus svg path{fill:var(--Primary)}.header-navigation{gap:40px}@media only screen and (min-width:1200px){.header-navigation{padding-left:40px}}.header-navigation.style-two{padding-left:80px}.header-section{z-index:1000;width:100%;transition:var(--Animation-Duration);background-color:#0000;position:fixed;top:0;left:0}@media only screen and (min-width:1200px){.header-section{box-shadow:none}}.header-section.mobile-menu-open{background-color:var(--White)}.header-section .navbar-toggler{width:2.5rem;height:2.5rem;color:var(--Heading);border:1px solid var(--Border);transition:var(--Animation-Duration);padding:0;font-size:1.5rem}.header-section .navbar-toggler:focus{box-shadow:none}.header-section .navbar{background-color:var(--White);transition:var(--Animation-Duration);padding-top:1rem;padding-bottom:1rem}@media only screen and (min-width:1200px){.header-section .navbar{height:100px;padding-top:0;padding-bottom:0}}.header-section .navbar .navbar-brand{margin-right:2rem;line-height:1!important}@media only screen and (min-width:992px){.header-section .navbar .navbar-brand{margin-right:3rem}}@media only screen and (min-width:1200px){.header-section .navbar .navbar-brand{margin-right:4rem}}@media only screen and (min-width:1400px){.header-section .navbar .navbar-brand{margin-right:6rem}}.header-section .header-top{width:100%;height:60px;transition:var(--Animation-Duration);background-color:var(--Background)}@media only screen and (min-width:1200px){.header-section .header-top{background-color:#0000}}.header-section .header-top .left-side i{color:var(--White);font-size:20px}.header-section .header-top .left-side span{color:var(--White)}.header-section .header-top .social-nav a{color:var(--White);transform:all .35s;align-items:center;gap:4px;font-size:16px;display:flex}.header-section .header-top .social-nav a i{font-size:18px}.header-section .header-top .social-nav a:hover,.header-section .header-top .social-nav a:focus{color:var(--White);transform:translateY(-6px)}.header-section .navbar-nav{margin-top:.5rem;margin-bottom:.5rem}@media only screen and (min-width:992px){.header-section .navbar-nav{margin-top:0;margin-bottom:0}}@media only screen and (min-width:1200px){.header-section .navbar-nav{gap:30px}}@media only screen and (min-width:1400px){.header-section .navbar-nav{gap:40px}}.header-section .navbar-nav li>a{transition:var(--Animation-Duration);font-family:var(--Font-Secondary);color:var(--Heading);text-transform:capitalize;align-items:center;gap:4px;padding-top:.5rem;padding-bottom:.5rem;font-size:1rem;font-weight:500;display:flex}.header-section .navbar-nav li>a i{font-size:1rem}@media only screen and (min-width:1200px){.header-section .navbar-nav li>a{padding-top:1.5rem;padding-bottom:1.5rem}}.header-section .navbar-nav li>a:hover,.header-section .navbar-nav li>a:focus{color:var(--Primary)}.header-section .navbar-nav li .startix-dd-menu{z-index:100;background-color:#0000;border:0;border-radius:.5rem;width:100%;padding-left:0;list-style:none;display:none;position:relative;top:100%}@media only screen and (min-width:1200px){.header-section .navbar-nav li .startix-dd-menu{transition:var(--Animation-Duration);background-color:var(--White);visibility:hidden;opacity:0;border:1px solid #0000001a;width:16rem;padding:1rem 0;display:block;position:absolute;top:calc(100% + 8px);left:-1rem;box-shadow:0 8px 30px #2d364314}}.header-section .navbar-nav li .startix-dd-menu li>a{transition:var(--Animation-Duration);color:var(--Heading);text-transform:capitalize;justify-content:space-between;align-items:center;padding:.375rem 1rem;font-size:1rem;position:relative}@media only screen and (min-width:1200px){.header-section .navbar-nav li .startix-dd-menu li>a{padding:.375rem 1.5rem}}.header-section .navbar-nav li .startix-dd-menu li>a:hover,.header-section .navbar-nav li .startix-dd-menu li>a:focus{color:var(--Primary);background-color:#0000}@media only screen and (min-width:1200px){.header-section .navbar-nav li .startix-dd-menu li>a:hover,.header-section .navbar-nav li .startix-dd-menu li>a:focus{color:var(--Primary)}}.header-section .navbar-nav li.startix-dd{z-index:1;position:relative}.header-section .navbar-nav li.startix-dd .dropdown-toggler{z-index:100;width:100%;height:36px;color:var(--Info);cursor:pointer;background-color:#0000;justify-content:flex-end;align-items:center;font-size:1rem;display:flex;position:absolute;top:2px;left:0}@media only screen and (min-width:1200px){.header-section .navbar-nav li.startix-dd .dropdown-toggler{display:none}}.header-section .navbar-nav li.startix-dd>a{position:relative}.header-section .navbar-nav li.startix-dd:hover>a,.header-section .navbar-nav li.startix-dd:focus>a{color:var(--Primary)}@media only screen and (min-width:1200px){.header-section .navbar-nav li.startix-dd:hover .startix-dd-menu,.header-section .navbar-nav li.startix-dd:focus .startix-dd-menu{visibility:visible;opacity:1;top:100%}}.header-section .navbar-nav li.startix-dd .startix-dd .dropdown-toggler{right:1rem}.header-section .navbar-nav li.startix-dd .startix-dd>a{width:100%;position:relative}.header-section .navbar-nav li.startix-dd .startix-dd .startix-dd-menu{padding-left:1rem;display:none}@media only screen and (min-width:1200px){.header-section .navbar-nav li.startix-dd .startix-dd .startix-dd-menu{visibility:hidden;opacity:0;margin-left:.25rem;padding-left:0;display:block;top:-8px;left:100%}.header-section .navbar-nav li.startix-dd .startix-dd:hover .startix-dd-menu,.header-section .navbar-nav li.startix-dd .startix-dd:focus .startix-dd-menu{visibility:visible;opacity:1}}.header-section.style-two{background-color:#0000;border-bottom:1px solid #282c3233}.header-section.style-two .navbar{background-color:#0000;border-radius:0;height:90px;padding-left:4%;padding-right:4%}@media only screen and (min-width:1200px){.header-section.style-two .navbar{height:100px}}.header-section.style-two .navbar .navbar-brand{margin-right:0}@media only screen and (min-width:1200px){.header-section.style-two .navbar .navbar-brand{margin-right:0}}.header-section.style-two .header-navigation{gap:20px;padding-left:0}@media only screen and (min-width:1200px){.header-section.style-two .header-navigation{gap:40px}}.header-section.style-two.mobile-menu-open{background-color:var(--White)!important}.header-section.style-two.mobile-menu-open .navbar{height:auto}.header-section.style-three{background-color:#0000;top:24px}.header-section.style-three .navbar{border:1px solid #0000;border-radius:8rem;height:90px;margin-left:4%;margin-right:4%;padding-left:30px;padding-right:30px}@media only screen and (min-width:992px){.header-section.style-three .navbar{margin-left:3%;margin-right:3%}}@media only screen and (min-width:1200px){.header-section.style-three .navbar{height:100px}}.header-section.style-three .navbar .navbar-brand{margin-right:0}@media only screen and (min-width:1200px){.header-section.style-three .navbar .navbar-brand{margin-right:0}}.header-section.style-three .header-navigation{gap:20px;padding-left:0}@media only screen and (min-width:1200px){.header-section.style-three .header-navigation{gap:40px}}.header-section.style-three.mobile-menu-open{background-color:var(--White)!important}.header-section.style-three.mobile-menu-open .navbar{height:auto;box-shadow:none}.header-section.style-four{background-color:#0000}.header-section.style-four .navbar{background-color:#0000;border-bottom:1px solid #fff3;height:90px;margin-left:5%;margin-right:5%}@media only screen and (min-width:1200px){.header-section.style-four .navbar{height:100px}}.header-section.style-four .navbar-nav li>a{color:var(--White)}.header-section.style-four .navbar-nav li>a:hover,.header-section.style-four .navbar-nav li>a:focus{color:var(--Primary)}.header-section.style-four .navbar-nav li .startix-dd-menu{background-color:#0000}@media only screen and (min-width:1200px){.header-section.style-four .navbar-nav li .startix-dd-menu{background-color:var(--White)}}.header-section.style-four .navbar-nav li .startix-dd-menu li>a{color:var(--White)}@media only screen and (min-width:1200px){.header-section.style-four .navbar-nav li .startix-dd-menu li>a{color:var(--Heading)}}.header-section.style-four .navbar-nav li .startix-dd-menu li>a:hover,.header-section.style-four .navbar-nav li .startix-dd-menu li>a:focus{color:var(--Primary);background-color:#0000}@media only screen and (min-width:1200px){.header-section.style-four .navbar-nav li .startix-dd-menu li>a:hover,.header-section.style-four .navbar-nav li .startix-dd-menu li>a:focus{color:var(--Primary)}}.header-section.style-four .navbar-nav li.startix-dd .dropdown-toggler{color:var(--White);background-color:#0000}.header-section.style-four .navbar-nav li.startix-dd:hover>a,.header-section.style-four .navbar-nav li.startix-dd:focus>a{color:var(--Primary)}.header-section.style-four .navbar-toggler{border-color:var(--White);color:var(--White)}.header-section.style-four.mobile-menu-open{background-color:var(--Background)!important}.header-section.style-four.mobile-menu-open .navbar{height:auto;box-shadow:none}.header-section.sticky-on .navbar{box-shadow:0 30px 42px #2127251a}@media only screen and (min-width:1200px){.header-section.sticky-on .navbar{height:80px}}.header-section.sticky-on .header-top{background-color:var(--Background);height:44px}.header-section.sticky-on.style-two{background-color:var(--Secondary);border-bottom-color:#0000;box-shadow:0 30px 42px #2127251a}@media only screen and (min-width:1200px){.header-section.sticky-on.style-two .navbar{box-shadow:none}}.header-section.sticky-on.style-three{box-shadow:none}@media only screen and (min-width:1200px){.header-section.sticky-on.style-three .navbar{border-color:#0000001a;box-shadow:0 30px 42px #2127251a}}.header-section.sticky-on.style-four{background-color:var(--Background)}.header-section.sticky-on.style-four .navbar{border-color:#0000}.header-section.sticky-on.style-four.mobile-menu-open{background-color:var(--Background)!important}.header-section.sticky-on.style-four.mobile-menu-open .navbar{height:auto;box-shadow:none}.right-side-startix-offcanvas{background-color:var(--White);width:320px!important}@media only screen and (min-width:576px){.right-side-startix-offcanvas{width:400px!important}}.right-side-startix-offcanvas .offcanvas-header{background-color:var(--Background);justify-content:space-between;height:100px;padding-left:20px;padding-right:20px}@media only screen and (min-width:576px){.right-side-startix-offcanvas .offcanvas-header{padding-left:40px;padding-right:40px}}.right-side-startix-offcanvas .offcanvas-header .btn-close{width:40px;height:40px;transition:var(--Animation-Duration);border:1px solid #ffffff1a;border-radius:6px;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.right-side-startix-offcanvas .offcanvas-body{scrollbar-width:thin;padding:1.5rem}@media only screen and (min-width:576px){.right-side-startix-offcanvas .offcanvas-body{padding:2rem}}@media only screen and (min-width:1200px){.startix-dd-menu{opacity:0;visibility:hidden;transition:opacity .35s,transform .35s;transform:translateY(10px)}.startix-dd-menu li{opacity:0;transition:opacity .35s,transform .35s;transform:translateY(10px)}.startix-dd:hover .startix-dd-menu{opacity:1;visibility:visible;transform:translateY(0)}.startix-dd:hover .startix-dd-menu li{opacity:1;transform:translateY(0)}.startix-dd:hover .startix-dd-menu li:first-child{transition-delay:.1s}.startix-dd:hover .startix-dd-menu li:nth-child(2){transition-delay:.2s}.startix-dd:hover .startix-dd-menu li:nth-child(3){transition-delay:.3s}.startix-dd:hover .startix-dd-menu li:nth-child(4){transition-delay:.4s}.startix-dd:hover .startix-dd-menu li:nth-child(5){transition-delay:.5s}.startix-dd:hover .startix-dd-menu li:nth-child(6){transition-delay:.6s}.startix-dd:hover .startix-dd-menu li:nth-child(7){transition-delay:.7s}.startix-dd:hover .startix-dd-menu li:nth-child(8){transition-delay:.8s}.startix-dd:hover .startix-dd-menu li:nth-child(9){transition-delay:.9s}.startix-dd:hover .startix-dd-menu li:nth-child(10){transition-delay:1s}.startix-dd:hover .startix-dd-menu li:nth-child(11){transition-delay:1.1s}.startix-dd:hover .startix-dd-menu li:nth-child(12){transition-delay:1.2s}.startix-dd:hover .startix-dd-menu li:nth-child(13){transition-delay:1.3s}.startix-dd:hover .startix-dd-menu li:nth-child(14){transition-delay:1.4s}.startix-dd:hover .startix-dd-menu li:nth-child(15){transition-delay:1.5s}.startix-dd:hover .startix-dd-menu li:nth-child(16){transition-delay:1.6s}.startix-dd:hover .startix-dd-menu li:nth-child(17){transition-delay:1.7s}.startix-dd:hover .startix-dd-menu li:nth-child(18){transition-delay:1.8s}.startix-dd:hover .startix-dd-menu li:nth-child(19){transition-delay:1.9s}.startix-dd:hover .startix-dd-menu li:nth-child(20){transition-delay:2s}}.navbar-nav-scroll{max-height:55vh}.navbar .navbar-nav li.active a,.navbar .navbar-nav li.active li.active a{color:var(--Primary)}.hero-content{margin-top:60px}@media only screen and (min-width:768px){.hero-content{margin-top:70px}}@media only screen and (min-width:992px){.hero-content{margin-top:80px}}@media only screen and (min-width:1200px){.hero-content{margin-top:100px}}.hero-content h2{font-size:clamp(42px,5vw,80px);font-weight:600;line-height:1.2}.hero-content h5{color:var(--White);line-height:1.5}.hero-content .subtitle{text-transform:uppercase;color:var(--White);background:#ffffff1a;border-radius:30px;padding:10px 18px;font-size:16px;font-weight:400;display:inline-block}@media only screen and (min-width:1200px){.hero-content .subtitle{font-size:18px}}.hero-content p{margin-bottom:2rem;font-size:1rem}@media only screen and (min-width:1200px){.hero-content p{margin-bottom:40px;font-size:1.25rem}}.imgs-group{align-items:center;display:flex}.imgs-group img{object-fit:cover;border:2px solid #fefefe;border-radius:50%;flex:0 0 50px;width:50px;height:50px}.imgs-group img:not(:first-child){margin-left:-25px}@media only screen and (min-width:1400px){.imgs-group img{flex:0 0 60px;width:60px;height:60px}.imgs-group img:not(:first-child){margin-left:-30px}}.imgs-group>div{background-color:var(--Primary);width:50px;height:50px;color:var(--White);text-transform:uppercase;text-align:center;border:2px solid #fefefe;border-radius:50%;flex:0 0 50px;justify-content:center;align-items:center;margin-left:-25px;font-size:16px;font-weight:600;display:flex}@media only screen and (min-width:1400px){.imgs-group>div{flex:0 0 60px;width:60px;height:60px;margin-left:-30px}}.imgs-group.style-two img{border:2px solid var(--Heading)}.hero-image{z-index:1;border-radius:20px 20px 0 0;margin-top:50px;position:relative}@media only screen and (min-width:1200px){.hero-image{margin-top:100px}}.hero-image>img{object-fit:cover;border-radius:20px 20px 0 0}.hero-image .bg-shape{z-index:-1;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-image .bg-shape img{width:100%}.hero-image.style-two .curve-img{border-radius:322rem 322rem 0 0}.hero-image.style-two .floating-img{z-index:100;border-radius:12px;position:absolute;bottom:50px;right:-125px;box-shadow:0 30px 42px #05262514}.hero-cool-facts{align-items:center;gap:24px;display:flex}.hero-cool-facts .line{background-color:#5656564d;flex-shrink:0;width:1.5px;height:39px}.hero-cool-facts .rating{color:var(--Warning);align-items:center;gap:2px;font-size:16px;display:flex}.hero-section{z-index:1;background-color:var(--Background);padding-top:142px;position:relative}@media only screen and (min-width:1200px){.hero-section{padding-top:160px}}.hero-section.style-two{background-color:var(--Secondary);background-position:50%;background-repeat:no-repeat;background-size:cover;padding-top:90px;overflow:hidden}@media only screen and (min-width:1200px){.hero-section.style-two{padding-top:100px}}.hero-section.style-two .hero-content{margin-top:0;padding-top:60px}@media only screen and (min-width:1200px){.hero-section.style-two .hero-content{margin-top:100px;padding-bottom:100px}}.hero-section.style-two .bottom-curve{z-index:100;width:100%;height:24px;position:absolute;bottom:0;left:0;right:0}.hero-section.style-three{background-position:50%;background-repeat:no-repeat;background-size:cover;padding-top:113px;padding-bottom:80px;overflow:hidden}@media only screen and (min-width:1200px){.hero-section.style-three{padding-top:133px;padding-bottom:116px}}.hero-section.style-three .hero-shape{z-index:10;position:absolute;top:50%;left:-1rem;transform:translateY(-50%)}.hero-section.style-three .hero-shape span{border:2px solid #fa3e5f1a;border-radius:50%;width:146px;height:146px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-section.style-three .hero-shape span:nth-child(2){width:220px;height:220px}.hero-section.style-three .hero-shape span:nth-child(3){width:293px;height:293px}.hero-section.style-three .hero-shape span:nth-child(4){width:366px;height:366px}.hero-section.style-three .hero-shape span:nth-child(5){width:439px;height:439px}.hero-section.style-three .hero-shape-two{z-index:-1;position:absolute;bottom:15%;left:40%}.hero-section.style-three .hero-shape-two img{object-fit:cover;width:100%;height:100%}.hero-section.style-four{z-index:1;height:900px;padding-top:90px;padding-bottom:60px;position:relative}@media only screen and (min-width:768px){.hero-section.style-four{height:700px}}@media only screen and (min-width:1200px){.hero-section.style-four{height:950px;padding-top:100px;padding-bottom:124px}}@media only screen and (min-width:1400px){.hero-section.style-four{height:1080px}}.hero-section.style-four:after{content:"";z-index:-1;background-color:#101010b3;width:100%;height:100%;position:absolute;top:0;left:0;right:0}.hero-section.style-four .hero-content{margin-left:5%;margin-right:5%}.hero-section.style-four .hero-content h2{color:var(--White);font-size:clamp(42px,5vw,120px)}.hero-section.style-four .hero-content p{color:var(--White);font-size:clamp(16px,2vw,20px)}.col-hero-img{order:21}@media only screen and (min-width:992px){.col-hero-img{order:0}}.about-list{flex-flow:column wrap;gap:1rem;padding-left:0;list-style:none;display:flex}@media only screen and (min-width:1200px){.about-list{gap:20px}}.about-list li{color:var(--Heading);align-items:center;gap:16px;font-size:1rem;display:flex}@media only screen and (min-width:1200px){.about-list li{font-size:18px}}.about-img{border-radius:18px;position:relative}.about-img:after{content:"";z-index:1;background:#e3e5fd;border-radius:18px;width:70%;height:80%;position:absolute;bottom:-30px;left:-30px}.about-img img{z-index:10;border-radius:18px;width:100%;position:relative}.about-two-img{z-index:1;background:var(--Secondary);text-align:right;border-radius:21px;min-height:100%;position:relative;overflow:hidden}.about-two-img .first-img{z-index:5;width:220px;position:absolute;bottom:30px;left:35px}.about-two-img .second-img{z-index:20;width:330px;position:relative;bottom:-3rem}.about-top-content h2{font-size:clamp(24px,5vw,50px);font-weight:400}.about-top-content h3{font-size:clamp(30px,5vw,50px);font-weight:600}.about-top-content p{font-size:18px}.about-top-content .about-top-img{align-items:center;display:flex}.about-top-content .about-top-img img{border:2px solid var(--White);object-fit:cover;border-radius:50%;flex:0 0 60px;width:60px;height:60px}.about-top-content .about-top-img img:nth-child(2){transform:translate(-20px)}.about-top-content .about-top-img img:nth-child(3){transform:translate(-40px)}.about-top-content .about-top-img img:nth-child(4){transform:translate(-60px)}.about-top-content .about-top-img img:nth-child(5){transform:translate(-80px)}.about-top-content .about-top-img img:nth-child(6){transform:translate(-100px)}.about-top-content .about-top-img img:nth-child(7){transform:translate(-120px)}.about-top-content .about-top-img img:nth-child(8){transform:translate(-140px)}.about-top-content .about-top-img img:nth-child(9){transform:translate(-160px)}.about-top-content .about-top-img img:nth-child(10){transform:translate(-180px)}.about-top-content .about-top-img img:nth-child(11){transform:translate(-200px)}.about-top-content .about-top-img img:nth-child(12){transform:translate(-220px)}.about-top-content .about-top-img img:nth-child(13){transform:translate(-240px)}.about-top-content .about-top-img img:nth-child(14){transform:translate(-260px)}.about-top-content .about-top-img img:nth-child(15){transform:translate(-280px)}.about-top-content .about-top-img img:nth-child(16){transform:translate(-300px)}.about-top-content .about-top-img img:nth-child(17){transform:translate(-320px)}.about-top-content .about-top-img img:nth-child(18){transform:translate(-340px)}.about-top-content .about-top-img img:nth-child(19){transform:translate(-360px)}.about-top-content .about-top-img img:nth-child(20){transform:translate(-380px)}.about-bottom-img{border-radius:18px;margin-top:3rem}.about-bottom-img img{border-radius:18px;width:100%}.about-content{text-align:center}.about-content h2{margin-bottom:0;margin-right:.75rem;font-size:clamp(28px,5vw,50px);line-height:1.5;display:inline}.about-content img{object-fit:cover;border-radius:6rem;width:150px;height:44px;margin-bottom:.5rem;margin-right:.5rem;display:inline-block}@media only screen and (min-width:768px){.about-content img{margin-bottom:1rem}}@media only screen and (min-width:992px){.about-content img{width:200px;height:60px;margin-bottom:1.5rem;margin-right:.75rem}}.about-section{z-index:1;position:relative}.about-section.style-one:after{content:"";background-color:var(--Secondary);z-index:-1;opacity:.8;width:100%;height:100%;position:absolute;top:0;left:0}.story-content{background-color:var(--Secondary);border-radius:32px;padding:30px}@media only screen and (min-width:576px){.story-content{padding:40px}}@media only screen and (min-width:768px){.story-content{padding:50px}}@media only screen and (min-width:992px){.story-content{padding:60px}}@media only screen and (min-width:1200px){.story-content{padding:70px}}@media only screen and (min-width:1400px){.story-content{padding:80px}}.story-content img{border-radius:20px}.process-card{flex-direction:column;align-items:center;gap:40px;display:flex}.process-card img{transition:var(--Animation-Duration);max-height:200px}.process-card .step-number{z-index:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.process-card .step-number span{background:var(--Primary);color:var(--White);text-transform:uppercase;border-radius:100px;padding:5px 15px;font-size:16px;display:inline}.process-card .step-number:after{content:"";border-top:2px dashed var(--Primary);z-index:-10;opacity:.4;width:100%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.process-card .process-body{text-align:center;padding-left:1rem;padding-right:1rem}.process-card:hover img,.process-card:focus img{transform:translateY(-8px)}.get-started-btn{border-bottom:1px solid var(--Border);transition:var(--Animation-Duration);color:var(--Heading);justify-content:space-between;align-items:center;gap:10px;padding-bottom:14px;display:flex}.get-started-btn span{background-color:var(--Primary);width:40px;height:40px;color:var(--White);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;display:flex}.get-started-btn h6{color:var(--Heading)}.get-started-btn:hover,.get-started-btn:focus{color:var(--Primary);padding-left:1rem;padding-right:1rem}.get-started-btn:hover h6,.get-started-btn:focus h6{color:var(--Primary)}.team-card{z-index:1;transition:var(--Animation-Duration);background-color:var(--Secondary);border-radius:20px;padding:10px;position:relative}.team-card .team-img{z-index:1;border-radius:12px 12px 20px 20px;position:relative;overflow:hidden}.team-card .team-img img{width:100%;transition:var(--Animation-Duration);border-radius:12px 12px 20px 20px}.team-card .team-img .team-social{z-index:100;opacity:0;visibility:hidden;transition:var(--Animation-Duration);justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.team-card .team-img .team-social a{width:44px;height:44px;color:var(--White);background-color:var(--Background);transition:var(--Animation-Duration);border-radius:50%;justify-content:center;align-items:center;font-size:18px;display:flex}.team-card .team-img .team-social a:hover,.team-card .team-img .team-social a:focus{background-color:var(--Primary);color:var(--White)}.team-card h4,.team-card p,.team-card .member-title{transition:var(--Animation-Duration)}.team-card p{font-size:18px}.team-card:hover,.team-card:focus{background-color:var(--Background)}.team-card:hover .team-social,.team-card:focus .team-social{opacity:1;visibility:visible;bottom:24px}.team-card:hover h4,.team-card:hover p,.team-card:hover .member-title,.team-card:focus h4,.team-card:focus p,.team-card:focus .member-title{color:var(--White)}.team-card-two{z-index:1;transition:var(--Animation-Duration);border-radius:18px;position:relative}.team-card-two img{border-radius:18px;width:100%}.team-card-two .team-social{transition:var(--Animation-Duration);z-index:10;flex-direction:column;gap:12px;display:flex;position:absolute;top:40px;right:40px}.team-card-two .team-social a{width:44px;height:44px;color:var(--Heading);background-color:var(--Secondary);transition:var(--Animation-Duration);border-radius:50%;justify-content:center;align-items:center;font-size:20px;display:flex}.team-card-two .team-social a:hover,.team-card-two .team-social a:focus{background-color:var(--Primary);color:var(--White)}.team-card-three{z-index:1;transition:var(--Animation-Duration);background-color:var(--Secondary);border:1px solid #0000;border-radius:20px;position:relative;overflow:hidden}.team-card-three .team-img{z-index:1;border-radius:20px 20px 0 0;position:relative}.team-card-three .team-img img{border-radius:20px 20px 0 0;width:100%}.team-card-three .team-body{transition:var(--Animation-Duration);padding:24px}.team-card-three .social-nav-trigger{z-index:10;width:44px;height:44px;color:var(--White);background-color:var(--Primary);transition:var(--Animation-Duration);border:0;border-radius:50%;justify-content:center;align-items:center;font-size:24px;display:flex;position:absolute;bottom:-22px;right:20px}.team-card-three .social-nav-trigger i.ti-minus{display:none}.team-card-three .social-nav-trigger.active i.ti-minus{display:block}.team-card-three .social-nav-trigger.active i.ti-plus{display:none}.team-card-three .social-nav-trigger:hover,.team-card-three .social-nav-trigger:focus{background-color:var(--Heading);color:var(--White)}.team-card-three .social-nav{z-index:100;flex-direction:column;gap:8px;display:flex;position:absolute;bottom:30px;right:20px}.team-card-three .social-nav a{width:44px;height:44px;color:var(--Heading);background-color:var(--White);opacity:0;transition:var(--Animation-Duration);border-radius:50%;justify-content:center;align-items:center;font-size:20px;display:flex;transform:translateY(10px)}.team-card-three .social-nav a:hover,.team-card-three .social-nav a:focus{background-color:var(--Primary);color:var(--White)}.team-card-three .social-nav a.show{opacity:1;transform:translateY(0)}.team-card-three h5{transition:var(--Animation-Duration)}.team-card-three:hover,.team-card-three:focus{border-color:var(--Border);transform:translateY(-10px)}.team-card-three:hover h5,.team-card-three:focus h5{color:var(--Primary)}.team-details-content h2{font-size:clamp(24px,2.5vw,50px)}.team-details-content .social-nav{align-items:center;gap:8px;display:flex}.team-details-content .social-nav a{transition:var(--Animation-Duration);width:36px;height:36px;color:var(--White);background-color:var(--Heading);border-radius:50%;justify-content:center;align-items:center;font-size:16px;display:flex}@media only screen and (min-width:1200px){.team-details-content .social-nav a{width:44px;height:44px;font-size:20px}}.team-details-content .social-nav a:hover,.team-details-content .social-nav a:focus{background-color:var(--Primary);color:var(--White);transform:translateY(-5px)}.team-nav-list{gap:30px}@media only screen and (min-width:1400px){.team-nav-list{gap:40px}}.team-nav-list .nav-link{padding:0}.team-nav-list .team-nav{background:var(--White);cursor:pointer;transition:var(--Animation-Duration);border:1px solid #0f0f0f4d;border-radius:1rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:12px 20px;display:flex}@media only screen and (min-width:992px){.team-nav-list .team-nav{border-radius:10rem;flex-wrap:nowrap}}@media only screen and (min-width:1200px){.team-nav-list .team-nav{padding:20px 30px}}@media only screen and (min-width:1400px){.team-nav-list .team-nav{gap:80px}}.team-nav-list .team-nav h2{font-size:clamp(24px,2.5vw,36px)}.team-nav-list .team-nav p{color:var(--Heading)}@media only screen and (min-width:992px){.team-nav-list .team-nav p{font-size:18px}}.team-nav-list .team-nav .btn-team{width:60px;height:60px;color:var(--White);background-color:var(--Primary);transition:var(--Animation-Duration);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;font-size:24px!important}.team-nav-list .team-nav .btn-team:hover,.team-nav-list .team-nav .btn-team:focus{transform:scale(1.15)}.team-nav-list .nav-link.active .team-nav{background-color:var(--Primary);border-color:var(--Primary);color:var(--White)}.team-nav-list .nav-link.active .team-nav h2,.team-nav-list .nav-link.active .team-nav p{color:var(--White)}.team-nav-list .nav-link.active .team-nav .btn-team{background-color:var(--White);color:var(--Primary)}.team-details-section img{border-radius:20px;width:100%}.team-details-section p{font-size:18px}.experience-info p{font-size:16px}@media only screen and (min-width:992px){.experience-info p{font-size:18px}}.progress-item .progress{background:#ffaf014d;border-radius:1rem;width:100%;height:12px;padding:3px}.progress-item .progress-bar{background:#ffaf01;border-radius:1rem}.progress-item .progress-info{z-index:1;color:var(--Heading);justify-content:space-between;align-items:center;gap:20px;font-size:18px;font-weight:600;display:flex;position:relative}.progress-item .progress-info svg{transform:translateY(8px)}.progress-item .progress-info svg path{fill:#ffaf01}.progress-item .progress-info .percentage{z-index:100;position:absolute;right:0}.progress-item:nth-child(2) .progress-info svg path{fill:#c700b1}.progress-item:nth-child(2) .progress{background:#c700b14d}.progress-item:nth-child(2) .progress-bar{background:#c700b1}.progress-item:last-child .progress-info svg path{fill:#1352fc}.progress-item:last-child .progress{background:#1352fc4d}.progress-item:last-child .progress-bar{background:#1352fc}.testimonial-card{transition:var(--Animation-Duration);background:var(--White);text-align:center;border-radius:20px;padding:40px;position:relative}.testimonial-card .testimonial-image{border-radius:50%;flex-shrink:0;width:100px;height:100px;margin-bottom:40px;margin-left:auto;margin-right:auto}.testimonial-card .testimonial-image img{object-fit:cover;border-radius:50%;width:100%;height:100%}.testimonial-card .testimonial-text{color:var(--Text);margin-bottom:36px;font-size:16px}@media only screen and (min-width:768px){.testimonial-card .testimonial-text{font-size:18px}}@media only screen and (min-width:1200px){.testimonial-card .testimonial-text{font-size:22px}}.testimonial-side-imgs{flex-wrap:wrap;display:none}@media only screen and (min-width:992px){.testimonial-side-imgs{display:flex}}.testimonial-side-imgs img{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px;animation:2s linear infinite zoomInOut}@media only screen and (min-width:992px){.testimonial-side-imgs img{width:50px;height:50px}}@media only screen and (min-width:1400px){.testimonial-side-imgs img{width:60px;height:60px}}.testimonial-side-imgs img:first-child{margin-right:50px;animation-delay:1s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:first-child{margin-right:60px}}.testimonial-side-imgs img:nth-child(2){margin-top:90px;animation-delay:2s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(2){margin-top:120px}}.testimonial-side-imgs img:nth-child(3){margin-right:50px;animation-delay:3s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(3){margin-right:60px}}.testimonial-side-imgs img:nth-child(4){margin-top:90px;animation-delay:4s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(4){margin-top:120px}}.testimonial-side-imgs img:nth-child(5){margin-right:50px;animation-delay:5s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(5){margin-right:60px}}.testimonial-side-imgs img:nth-child(6){margin-top:90px;animation-delay:6s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(6){margin-top:120px}}.testimonial-side-imgs img:nth-child(7){margin-right:50px;animation-delay:7s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(7){margin-right:60px}}.testimonial-side-imgs img:nth-child(8){margin-top:90px;animation-delay:8s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(8){margin-top:120px}}.testimonial-side-imgs img:nth-child(9){margin-right:50px;animation-delay:9s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(9){margin-right:60px}}.testimonial-side-imgs img:nth-child(10){margin-top:90px;animation-delay:10s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(10){margin-top:120px}}.testimonial-side-imgs img:nth-child(11){margin-right:50px;animation-delay:11s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(11){margin-right:60px}}.testimonial-side-imgs img:nth-child(12){margin-top:90px;animation-delay:12s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(12){margin-top:120px}}.testimonial-side-imgs img:nth-child(13){margin-right:50px;animation-delay:13s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(13){margin-right:60px}}.testimonial-side-imgs img:nth-child(14){margin-top:90px;animation-delay:14s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(14){margin-top:120px}}.testimonial-side-imgs img:nth-child(15){margin-right:50px;animation-delay:15s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(15){margin-right:60px}}.testimonial-side-imgs img:nth-child(16){margin-top:90px;animation-delay:16s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(16){margin-top:120px}}.testimonial-side-imgs img:nth-child(17){margin-right:50px;animation-delay:17s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(17){margin-right:60px}}.testimonial-side-imgs img:nth-child(18){margin-top:90px;animation-delay:18s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(18){margin-top:120px}}.testimonial-side-imgs img:nth-child(19){margin-right:50px;animation-delay:19s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(19){margin-right:60px}}.testimonial-side-imgs img:nth-child(20){margin-top:90px;animation-delay:20s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(20){margin-top:120px}}@keyframes zoomInOut{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.testimonial-card-four{background:var(--Secondary);border-radius:20px;gap:24px;padding:30px 24px;display:flex}@media only screen and (min-width:768px){.testimonial-card-four{gap:36px;padding:40px 36px}}.testimonial-card-four .quote-icon{flex-shrink:0}.testimonial-card-four .testimonial-text{font-size:16px;line-height:1.75}@media only screen and (min-width:1200px){.testimonial-card-four .testimonial-text{font-size:18px}}.testimonial-card-four .rating{color:var(--Warning);font-size:20px}@media only screen and (min-width:1200px){.testimonial-card-four .rating{font-size:24px}}.testimonial-pagination,.other-page-pagination{justify-content:center;align-items:center;gap:8px;display:flex}.testimonial-pagination .swiper-pagination-bullet,.other-page-pagination .swiper-pagination-bullet{background-color:var(--Text);width:10px;height:10px;animation:var(--Animation-Duration);z-index:1;border-radius:1rem;flex-shrink:0;position:relative}.testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.other-page-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{height:10px;animation:var(--Animation-Duration);background-color:var(--Heading);border-radius:1rem;width:40px!important}.testimonial-four-button-prev,.testimonial-four-button-next{width:48px;height:48px;transition:var(--Animation-Duration);background-color:var(--Secondary);color:var(--Heading);cursor:pointer;border:0;border-radius:50%;justify-content:center;align-items:center;font-size:24px;display:flex}@media only screen and (min-width:1200px){.testimonial-four-button-prev,.testimonial-four-button-next{width:56px;height:56px;font-size:28px}}.testimonial-four-button-prev:hover,.testimonial-four-button-prev:focus,.testimonial-four-button-next:hover,.testimonial-four-button-next:focus{background-color:var(--Primary);color:var(--White)}.testimonial-two-button-prev,.testimonial-two-button-next{transition:var(--Animation-Duration);background-color:var(--Heading);width:48px;height:48px;color:var(--White);cursor:pointer;border:0;border-radius:50%;justify-content:center;align-items:center;font-size:24px;display:flex}@media only screen and (min-width:1200px){.testimonial-two-button-prev,.testimonial-two-button-next{width:60px;height:60px}}.testimonial-two-button-prev:hover,.testimonial-two-button-prev:focus,.testimonial-two-button-next:hover,.testimonial-two-button-next:focus{background-color:var(--Primary);color:var(--White)}.testimonial-pagination-four,.project-pagination{justify-content:center;align-items:center;gap:14px;display:flex}.testimonial-pagination-four .swiper-pagination-bullet,.project-pagination .swiper-pagination-bullet{background-color:var(--Heading);width:8px;height:8px;animation:var(--Animation-Duration);z-index:1;border-radius:50%;flex-shrink:0;position:relative}.testimonial-pagination-four .swiper-pagination-bullet.swiper-pagination-bullet-active,.project-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{border:2px solid var(--Heading);width:16px;height:16px;animation:var(--Animation-Duration);background-color:#0000;border-radius:50%}.testimonial-pagination-four .swiper-pagination-bullet.swiper-pagination-bullet-active:after,.project-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{animation:var(--Animation-Duration);content:"";z-index:1;background-color:var(--Heading);border-radius:50%;width:8px;height:8px;position:absolute;top:2px;left:2px}.testimonial-section{background-position:50%;background-repeat:no-repeat;background-size:cover}.testimonial-section.style-two{background-position:50%;background-repeat:no-repeat;background-size:contain}.testimonial-section.style-three{z-index:1;position:relative}.testimonial-section.style-three:after{content:"";z-index:-1;opacity:.95;background-color:#1f1f1f;width:100%;height:100%;position:absolute;top:0;left:0}.rating-card{background-color:var(--Primary);border-radius:10px;align-items:center;gap:.75rem;margin-top:40px;padding:24px 30px;display:inline-flex}.rating-card h2{color:var(--White);font-size:50px}.rating-card .rating{color:var(--Warning);align-items:center;gap:2px;margin-bottom:4px;font-size:20px;display:flex}.rating-card p{color:var(--White)}.testimonial-card-three{background:var(--White);border-radius:15px;padding:40px}.testimonial-card-three .testimonial-image{border-radius:50%;flex-shrink:0;width:60px;height:60px}.testimonial-card-three .testimonial-image img{object-fit:cover;border-radius:50%;width:100%;height:100%}.testimonial-card-three .testimonial-info{gap:16px;display:flex}.testimonial-card-three .testimonial-info .quote-icon{flex-shrink:0}.testimonial-card-three .testimonial-text{margin-bottom:0;font-size:1rem}@media only screen and (min-width:1200px){.testimonial-card-three .testimonial-text{font-size:18px}}.testimonial-card-two{text-align:center}.testimonial-card-two .testimonial-text{color:var(--Heading);margin-bottom:40px;font-size:clamp(20px,4vw,34px);font-weight:400;line-height:1.5}.testimonial-card-two .testimonial-info .rating{color:var(--Warning);justify-content:center;align-items:center;gap:4px;margin-bottom:1rem;font-size:24px;display:flex}.col-testimonial{order:-20}@media only screen and (min-width:576px){.col-testimonial{order:0}}.popup-video{z-index:1;position:relative}.popup-video .video-btn{z-index:1;transition:var(--Animation-Duration);background-color:var(--Primary);width:100px;height:100px;color:var(--White);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:12px;display:flex;position:relative}.video-popup-iframe{transition:var(--Animation-Duration);z-index:999999999;background-color:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.video-popup-iframe .video-content{z-index:1;width:90%;max-width:900px;padding:0;position:relative}.video-popup-iframe .video-content iframe{border-radius:8px}.video-popup-iframe .video-content .close-btn{transition:var(--Animation-Duration);z-index:1000;background-color:var(--White);width:30px;height:30px;color:var(--Heading);cursor:pointer;border:0;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex;position:absolute;top:-3rem;right:0}.video-popup-iframe .video-content .close-btn:hover,.video-popup-iframe .video-content .close-btn:focus{background-color:var(--Heading);color:var(--White)}@media only screen and (min-width:992px){.video-popup-iframe .video-content .close-btn{top:-1.75rem;right:-1.75rem}}@keyframes video-sonar{0%{opacity:1;transform:scale(.5)}to{opacity:0;transform:scale(1.3)}}.video-sonar{z-index:-10;background-color:var(--White);border-radius:50%;width:100%;height:100%;animation:2s linear infinite video-sonar;position:absolute;top:0;left:0}.video-sonar:before{content:"";z-index:-100;background-color:#fffc;border-radius:50%;width:160%;height:160%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-sonar:after{content:"";z-index:-50;background-color:#fffc;border-radius:50%;width:130%;height:130%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.blog-card{z-index:1;transition:var(--Animation-Duration);position:relative}.blog-card .blog-img{border-radius:20px 20px 0 0}.blog-card .blog-img img{border-radius:20px 20px 0 0;width:100%}.blog-card .blog-body{background-color:var(--Secondary);transition:var(--Animation-Duration);border-radius:0 0 20px 20px;padding:30px}.blog-card .blog-meta{align-items:center;gap:10px;display:flex}.blog-card .blog-meta .dot{background-color:var(--Text);border-radius:50%;flex-shrink:0;width:6px;height:6px}.blog-card .blog-meta .post-category,.blog-card .blog-meta .post-date{transition:var(--Animation-Duration);color:var(--Text);font-size:16px;font-weight:400}.blog-card .blog-meta .post-category:hover,.blog-card .blog-meta .post-category:focus,.blog-card .blog-meta .post-date:hover,.blog-card .blog-meta .post-date:focus{color:var(--Primary)}.blog-card .post-title{transition:var(--Animation-Duration);color:var(--Heading);-webkit-line-clamp:2;text-overflow:ellipsis;letter-spacing:-1px;-webkit-box-orient:vertical;line-height:1.4;display:-webkit-box;overflow:hidden}.blog-card .post-title:hover,.blog-card .post-title:focus{color:var(--Primary)}.blog-card.style-two{border:1px solid var(--Border);border-radius:20px}.blog-card.style-two .blog-body{background-color:var(--White);transition:var(--Animation-Duration);padding:30px 40px}@media only screen and (min-width:1200px){.blog-card.style-two .blog-body p{font-size:18px}}.blog-card.style-two .post-title{font-size:clamp(24px,3vw,50px);line-height:1.2}.blog-card-two{display:flex}.blog-card-two .blog-img,.blog-card-two .blog-body{flex:0 0 50%;width:50%;max-width:50%;min-height:100%}.blog-card-two .blog-img{border-radius:18px 0 0 18px}.blog-card-two .blog-img img{object-fit:cover;border-radius:18px 0 0 18px;width:100%;height:100%}.blog-card-two .blog-meta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.blog-card-two .blog-meta .dot{background-color:var(--Text);border-radius:50%;flex-shrink:0;width:6px;height:6px}.blog-card-two .blog-meta .post-category,.blog-card-two .blog-meta .post-date{transition:var(--Animation-Duration);color:var(--Text);font-size:14px;font-weight:400}@media only screen and (min-width:768px){.blog-card-two .blog-meta .post-category,.blog-card-two .blog-meta .post-date{font-size:16px}}.blog-card-two .blog-meta .post-category:hover,.blog-card-two .blog-meta .post-category:focus,.blog-card-two .blog-meta .post-date:hover,.blog-card-two .blog-meta .post-date:focus{color:var(--Primary)}.blog-card-two .post-title{transition:var(--Animation-Duration);color:var(--Heading);-webkit-line-clamp:2;text-overflow:ellipsis;letter-spacing:-1px;-webkit-box-orient:vertical;margin-bottom:60px;line-height:1.4;display:-webkit-box;overflow:hidden}.blog-card-two .post-title:hover,.blog-card-two .post-title:focus{color:var(--Primary)}.blog-card-two .blog-body{background-color:var(--Secondary);border-radius:0 18px 18px 0;padding:30px 20px}@media only screen and (min-width:768px){.blog-card-two .blog-body{padding:40px 30px}}.blog-card-three{border-bottom:1px solid var(--Border);cursor:pointer;padding-top:60px;padding-bottom:60px}.blog-card-three:first-child{padding-top:0}.blog-card-three:last-child{border-bottom:0;padding-bottom:0}.blog-card-three .blog-img{z-index:1;opacity:0;visibility:hidden;width:100%;height:0;transition:var(--Animation-Duration);border-radius:18px;position:relative}.blog-card-three .blog-img img{object-fit:cover;border-radius:18px;width:100%;height:100%}.blog-card-three .blog-img .btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.blog-card-three .blog-body{transition:var(--Animation-Duration);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;display:flex}@media only screen and (min-width:576px){.blog-card-three .blog-body{flex-wrap:nowrap}}@media only screen and (min-width:1200px){.blog-card-three .blog-body{gap:60px}}@media only screen and (min-width:1400px){.blog-card-three .blog-body{gap:80px}}.blog-card-three .blog-body .post-author{flex:0 0 100%;align-items:center;gap:12px;width:100%;display:flex}@media only screen and (min-width:576px){.blog-card-three .blog-body .post-author{flex:0 0 30%;width:30%}}.blog-card-three .blog-body .post-author img{object-fit:cover;border-radius:50%;flex-shrink:0;width:60px;height:60px}@media only screen and (min-width:1200px){.blog-card-three .blog-body .post-location{flex-shrink:0}}.blog-card-three .blog-body .post-location a{color:var(--Text);align-items:center;gap:12px;font-size:1rem;font-weight:400;display:flex}@media only screen and (min-width:576px){.blog-card-three .blog-body .post-location a{flex-wrap:wrap}}@media only screen and (min-width:1200px){.blog-card-three .blog-body .post-location a{font-size:18px}}.blog-card-three .blog-body .post-location span{background-color:var(--Secondary);width:60px;height:60px;color:var(--Primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:28px;display:flex}.blog-card-three .blog-body .post-title{transition:var(--Animation-Duration);color:var(--Heading);-webkit-line-clamp:2;text-overflow:ellipsis;letter-spacing:-1px;-webkit-box-orient:vertical;font-size:clamp(24px,2.5vw,36px);line-height:1.4;display:block;overflow:hidden}.blog-card-three .blog-body .post-title:hover,.blog-card-three .blog-body .post-title:focus{color:var(--Primary)}.blog-card-three .blog-body .blog-meta{flex-wrap:wrap;align-items:center;gap:16px;display:flex}@media only screen and (min-width:1200px){.blog-card-three .blog-body .blog-meta{gap:24px}}.blog-card-three .blog-body .blog-meta .post-comments,.blog-card-three .blog-body .blog-meta .post-location{transition:var(--Animation-Duration);color:var(--Text);align-items:center;gap:6px;font-size:1rem;font-weight:400;display:flex}@media only screen and (min-width:1200px){.blog-card-three .blog-body .blog-meta .post-comments,.blog-card-three .blog-body .blog-meta .post-location{font-size:18px}}.blog-card-three .blog-body .blog-meta .post-comments i,.blog-card-three .blog-body .blog-meta .post-location i{font-size:24px}.blog-card-three .blog-body .blog-meta .post-comments:hover,.blog-card-three .blog-body .blog-meta .post-comments:focus,.blog-card-three .blog-body .blog-meta .post-location:hover,.blog-card-three .blog-body .blog-meta .post-location:focus{color:var(--Primary)}.blog-card-three.open .blog-img{opacity:1;visibility:visible;height:180px}@media only screen and (min-width:768px){.blog-card-three.open .blog-img{height:220px}}@media only screen and (min-width:992px){.blog-card-three.open .blog-img{height:260px}}@media only screen and (min-width:1200px){.blog-card-three.open .blog-img{height:300px}}@media only screen and (min-width:1400px){.blog-card-three.open .blog-img{height:350px}}.blog-card-three.open .blog-body{padding-top:40px}@media only screen and (min-width:1200px){.blog-card-three.open .blog-body{padding-top:60px}}.blog-card-three.open .blog-body .post-author img{border:2px solid var(--Primary)}.blog-card-wrapper{flex-direction:column;display:flex}.widget-card{background-color:var(--Secondary);border-radius:20px;width:100%;padding:32px 24px}@media only screen and (min-width:992px){.widget-card{padding:40px 36px}}.widget-card .widget-title{margin-bottom:1.5rem;font-weight:600}.widget-card form{z-index:1;align-items:center;gap:12px;display:flex;position:relative}.widget-card form .form-control{transition:var(--Animation-Duration);background-color:var(--White);height:54px;color:var(--Text);border:1px solid #0000;border-radius:8px;padding-left:20px;padding-right:20px}.widget-card form .form-control::placeholder{color:var(--Text);opacity:.8}.widget-card form .form-control:focus{box-shadow:none;border-color:var(--Border)}.widget-card form button{transition:var(--Animation-Duration);background-color:var(--Primary);color:var(--White);z-index:10;border:0;border-radius:0 8px 8px 0;width:60px;height:100%;font-size:24px;position:absolute;right:0}.widget-card form button:hover,.widget-card form button:focus{color:var(--White);background-color:var(--Heading)}.blog-list{flex-direction:column;gap:14px;margin-bottom:0;padding:0;list-style:none;display:flex}.blog-list li a{z-index:1;width:100%;height:54px;color:var(--Text);background-color:var(--White);transition:var(--Animation-Duration);font-size:16px;font-weight:400;font-family:var(--Font-Secondary);border-radius:8px;justify-content:space-between;align-items:center;padding:10px 20px;display:flex;position:relative}@media only screen and (min-width:992px){.blog-list li a{font-size:18px}}.blog-list li a:hover,.blog-list li a:focus{color:var(--White);background-color:var(--Primary)}.widget-blog{align-items:center;gap:20px;display:flex}.widget-blog .blog-thumbnail{border-radius:10px;flex:0 0 100px;max-width:100px}.widget-blog .blog-thumbnail img{border-radius:10px;width:100%}.widget-blog .blog-content .post-date{color:var(--Text);font-size:14px;font-weight:400;display:block}@media only screen and (min-width:1200px){.widget-blog .blog-content .post-date{font-size:16px}}.widget-blog .blog-content .post-title{text-overflow:ellipsis;-webkit-line-clamp:2;letter-spacing:-1px;-webkit-box-orient:vertical;font-size:16px;font-weight:500;display:-webkit-box;overflow:hidden}@media only screen and (min-width:1200px){.widget-blog .blog-content .post-title{font-size:18px}}.widget-blog .blog-content .post-title:hover,.widget-blog .blog-content .post-title:focus{color:var(--Primary)}.tag-list{flex-wrap:wrap;gap:12px;display:flex}.tag-list a{color:var(--Heading);border:1px solid var(--Border);transition:var(--Animation-Duration);background-color:#0000;border-radius:6rem;padding:6px 20px;font-size:16px;font-weight:400;display:block}.tag-list a:hover,.tag-list a:focus{background-color:var(--Primary);border-color:var(--Primary);color:var(--White)}.startix-pagination{justify-content:center;align-items:center;gap:12px;display:flex}.startix-pagination li a{width:36px;height:36px;color:var(--Heading);border:1px solid var(--Border);font-size:14px;font-weight:400;font-family:var(--Font-Secondary);background-color:#0000;border-radius:50%;justify-content:center;align-items:center;display:flex}@media only screen and (min-width:576px){.startix-pagination li a{width:42px;height:42px}}@media only screen and (min-width:768px){.startix-pagination li a{width:50px;height:50px;font-size:1rem}}.startix-pagination li a:hover,.startix-pagination li a:focus,.startix-pagination li.active a{background-color:var(--Primary);border-color:var(--Primary);color:var(--White)}.quote-card{background:var(--Secondary);border-radius:10px;gap:24px;padding:32px 24px;display:flex}@media only screen and (min-width:992px){.quote-card{padding:40px 36px}}.quote-card svg{flex-shrink:0;width:60px}.quote-card p{color:var(--Heading);margin-bottom:0;font-size:18px}@media only screen and (min-width:992px){.quote-card p{font-size:20px!important}}.blog-comments-list{flex-direction:column;gap:32px;padding:0;list-style:none;display:flex}@media only screen and (min-width:1200px){.blog-comments-list{gap:48px}}.blog-comments-list ul{padding-left:24px;list-style:none}@media only screen and (min-width:576px){.blog-comments-list ul{padding-left:48px}}.blog-comments-list .single-comment{flex-direction:column;gap:32px;display:flex}@media only screen and (min-width:1200px){.blog-comments-list .single-comment{gap:48px}}.blog-comments-list .single-comment ul{flex-direction:column;gap:32px;display:flex}@media only screen and (min-width:1200px){.blog-comments-list .single-comment ul{gap:48px}}.comment-content{gap:24px;display:flex}.comment-content img{object-fit:cover;border-radius:10px;flex:0 0 60px;width:60px;height:60px}@media only screen and (min-width:1200px){.comment-content img{flex:0 0 90px;width:90px;height:90px}}.comment-form .form-control{background-color:var(--Secondary)}.tag-share-wrap{border-top:1px solid var(--Border);border-bottom:1px solid var(--Border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:48px;padding:20px 0;display:flex}@media only screen and (min-width:1200px){.tag-share-wrap{padding:24px 0}}.tag-share-wrap .tag-list{align-items:center;gap:10px;display:flex}.tag-share-wrap .tag-list li{color:var(--Heading);font-size:14px;font-weight:600;font-family:var(--Font-Primary)}@media only screen and (min-width:1200px){.tag-share-wrap .tag-list li{font-size:16px}}.tag-share-wrap .tag-list li a{transition:var(--Animation-Duration);border:1px solid var(--Border);color:var(--Text);border-radius:5rem;justify-content:center;align-items:center;max-height:32px;padding:8px 20px;font-size:14px;font-weight:400;display:flex}.tag-share-wrap .tag-list li a:hover,.tag-share-wrap .tag-list li a:focus{background-color:var(--Primary);color:var(--White)}.tag-share-wrap .share-list{align-items:center;gap:10px;display:flex}.tag-share-wrap .share-list li{font-size:16px;font-weight:600}.tag-share-wrap .share-list li a{color:var(--Text);font-size:18px;padding:0 6px!important}.tag-share-wrap .share-list li a:hover,.tag-share-wrap .share-list li a:focus{color:var(--Primary)}.single-blog-content{flex-direction:column;gap:24px;display:flex}.single-blog-content h1,.single-blog-content .h1,.single-blog-content h2,.single-blog-content .h2,.single-blog-content h3,.single-blog-content .h3,.single-blog-content h4,.single-blog-content .h4,.single-blog-content h5,.single-blog-content .h5,.single-blog-content h6,.single-blog-content .h6{margin-bottom:0}.single-blog-content p{margin-bottom:0;font-size:1rem}@media only screen and (min-width:992px){.single-blog-content p{font-size:18px}}.single-blog-content img{border-radius:20px;width:100%}.single-blog-content .post-title{z-index:1;color:var(--Heading);transition:var(--Animation-Duration);pointer-events:none;letter-spacing:-1px;background-image:none;font-size:clamp(26px,5vw,54px);font-weight:500;line-height:1.2;position:relative}.single-blog-content .blog-meta{border-bottom:1px solid var(--Border);padding-bottom:20px}.single-blog-content .blog-meta a{color:var(--Text);align-items:center;gap:6px;font-size:16px;font-weight:400;display:flex}.single-blog-content .blog-meta a i{color:var(--Primary);font-size:20px}.single-blog-content .blog-meta a:hover,.single-blog-content .blog-meta a:focus{color:var(--Primary)}.footer-card{flex-direction:column;display:flex;position:relative}.footer-card p{color:var(--Text);margin-bottom:40px;font-size:16px}@media only screen and (min-width:992px){.footer-card p{font-size:18px}}.footer-card h5{font-weight:600}.footer-card .social-nav{align-items:center;gap:8px;display:flex}.footer-card .social-nav a{transition:var(--Animation-Duration);border:1px solid var(--Text);background-color:var(--Secondary);width:36px;height:36px;color:var(--Text);border-radius:50%;justify-content:center;align-items:center;font-size:16px;display:flex}@media only screen and (min-width:1200px){.footer-card .social-nav a{width:44px;height:44px;font-size:20px}}.footer-card .social-nav a:hover,.footer-card .social-nav a:focus{background-color:var(--Primary);border-color:var(--Primary);color:var(--White);transform:translateY(-5px)}.footer-card .social-nav.style-two a{width:36px;height:36px;color:var(--White);border:1px solid var(--White);transition:var(--Animation-Duration);background-color:#0000;border-radius:6px;justify-content:center;align-items:center;font-size:16px;display:flex}.footer-card .social-nav.style-two a:hover,.footer-card .social-nav.style-two a:focus{background-color:var(--Primary);border-color:var(--Primary);color:var(--White);transform:translateY(-5px)}.footer-card .social-nav.style-three a{transition:var(--Animation-Duration);border-color:var(--White);color:var(--White);background-color:#0000;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.footer-card .social-nav.style-three a:hover,.footer-card .social-nav.style-three a:focus{color:var(--White);background-color:var(--Primary);border-color:var(--Primary)}.footer-card .social-nav.style-three.theme-two a{color:var(--Primary);border-color:var(--Primary)}.footer-card .social-nav.style-three.theme-two a:hover,.footer-card .social-nav.style-three.theme-two a:focus{color:var(--White);background-color:var(--Primary);border-color:var(--Primary)}.footer-nav{flex-direction:column;gap:.75rem;padding-left:0;list-style:none;display:flex}.footer-nav li a{color:var(--Text);text-transform:none;font-size:16px;font-family:var(--Font-Secondary);align-items:center;gap:4px;font-weight:400;text-decoration:none;display:flex}.footer-nav li a i{font-size:18px}.footer-nav li a:hover,.footer-nav li a:focus{color:var(--Primary);text-decoration:none}.footer-nav-two{flex-direction:column;gap:.5rem;padding-left:0;list-style:none;display:flex}.footer-nav-two li a{color:var(--White);opacity:.8;font-size:16px;font-weight:400}.footer-nav-two li a:hover,.footer-nav-two li a:focus,.footer-nav-two.theme-two li a,.footer-nav-two.theme-two li a:hover,.footer-nav-two.theme-two li a:focus{color:var(--Primary)}.copyright-section{text-align:center;border-top:1px solid #1616164d;padding-top:32px;padding-bottom:48px}.copyright-section .copyright{color:var(--Text);flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;font-size:16px;display:flex}@media only screen and (min-width:1200px){.copyright-section .copyright{font-size:18px}}.copyright-section .copyright a{color:var(--Text);font-size:16px;font-weight:500}@media only screen and (min-width:1200px){.copyright-section .copyright a{font-size:18px}}.copyright-section .copyright a:hover,.copyright-section .copyright a:focus{color:var(--Primary);font-weight:500}.copyright-section .copyright.style-two,.copyright-section .copyright.style-two a{color:var(--White)}.copyright-section .copyright.style-two a:hover,.copyright-section .copyright.style-two a:focus{color:var(--Primary)}.copyright-nav{padding-left:0}.copyright-nav li a{color:var(--White);font-size:16px;font-weight:400;font-family:var(--Font-Secondary)}@media only screen and (min-width:992px){.copyright-nav li a{font-size:18px}}.copyright-nav li a:hover,.copyright-nav li a:focus,.copyright-nav.theme-two li a,.copyright-nav.theme-two li a:hover,.copyright-nav.theme-two li a:focus{color:var(--Primary)}.recent-posts-nav{flex-wrap:wrap;gap:12px;padding-left:0;list-style:none;display:flex}.recent-posts-nav li{width:calc(33.3333% - 8px);max-width:calc(33.3333% - 8px)}.recent-posts-nav li a{transition:var(--Animation-Duration);display:block;position:relative;overflow:hidden}.recent-posts-nav li a img{object-fit:cover;width:100%;height:auto}.recent-posts-nav li a span{color:var(--White);z-index:100;background-color:var(--Primary);opacity:0;visibility:hidden;width:32px;height:32px;transition:var(--Animation-Duration);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.recent-posts-nav li a:hover,.recent-posts-nav li a:focus{transform:scale(1.05)}.recent-posts-nav li a:hover span,.recent-posts-nav li a:focus span{opacity:1;visibility:visible}.footer-section{z-index:1;position:relative}.footer-section.style-two:after{content:"";z-index:-1;background-color:#282c32fa;width:100%;height:100%;position:absolute;top:0;left:0}.footer-section.style-two .border-top,.footer-section.style-two .copyright-section{border-top-color:#fff3!important}.footer-section.style-two .footer-card p{color:#faf8ff}.footer-section.style-two .footer-card h5,.footer-section.style-two .footer-card h4{color:var(--White)}.footer-section.style-two .footer-card .social-nav a{border:0}.footer-section.style-two .footer-card .social-nav a:hover,.footer-section.style-two .footer-card .social-nav a:focus{color:var(--White);background-color:var(--Primary)}.footer-section.style-two .footer-nav li a{color:#faf8ff}.footer-section.style-two .footer-nav li a:hover,.footer-section.style-two .footer-nav li a:focus{color:var(--Primary)}.footer-section.style-three{background-color:#1f1f1f}.footer-section.style-three .footer-card p{color:var(--White);opacity:.8}.footer-section.style-three .footer-card h5{color:var(--White)}.footer-section.style-three .footer-nav li a{font-family:var(--Font-Primary);color:var(--White);opacity:.8;font-size:16px;font-weight:400}.footer-section.style-three .footer-nav li a:hover,.footer-section.style-three .footer-nav li a:focus{color:var(--Primary)}.footer-section.style-three .copyright-section{border-top-color:#fff3!important}.footer-section.style-four:after{content:"";z-index:-1;background-color:#000000e6;width:100%;height:100%;position:absolute;top:0;left:0}.footer-section.style-four .border-top,.footer-section.style-four .copyright-section{border-top-color:#fff3!important}.footer-section.style-four .footer-card p{color:#f7f7fc}.footer-section.style-four .footer-card h5,.footer-section.style-four .footer-card h4{color:var(--White)}.footer-section.style-four .footer-card .social-nav a{border:0}.footer-section.style-four .footer-card .social-nav a:hover,.footer-section.style-four .footer-card .social-nav a:focus{color:var(--White);background-color:var(--Primary)}.footer-section.style-four .footer-nav li a{color:#f7f7fc}.footer-section.style-four .footer-nav li a:hover,.footer-section.style-four .footer-nav li a:focus{color:var(--Primary)}.cta-section{z-index:1;background-color:var(--Primary);position:relative;overflow:hidden}.cta-section h2{letter-spacing:-2px;font-size:clamp(36px,5vw,80px);font-weight:600}@media only screen and (min-width:768px){.cta-section p{font-size:18px}}.cta-section .cta-circles span{z-index:-1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-section .cta-circles span:first-child{background:#ffffff1a;border-radius:50%;width:300px;height:300px}@media only screen and (min-width:992px){.cta-section .cta-circles span:first-child{width:600px;height:600px}}@media only screen and (min-width:1400px){.cta-section .cta-circles span:first-child{width:950px;height:950px}}.cta-section .cta-circles span:nth-child(2){background:#ffffff13;border-radius:50%;width:500px;height:500px}@media only screen and (min-width:992px){.cta-section .cta-circles span:nth-child(2){width:800px;height:800px}}@media only screen and (min-width:1400px){.cta-section .cta-circles span:nth-child(2){width:1250px;height:1250px}}.cta-section .cta-circles span:nth-child(3){background:#ffffff0d;border-radius:50%;width:700px;height:700px}@media only screen and (min-width:992px){.cta-section .cta-circles span:nth-child(3){width:1000px;height:1000px}}@media only screen and (min-width:1400px){.cta-section .cta-circles span:nth-child(3){width:1500px;height:1500px}}.cta-section .cta-content{z-index:100;position:relative}.download-app-img{z-index:1;text-align:center;position:relative}.download-app-img .download-app-img-two{z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-content hr{background-color:#ffffff4d;margin-top:100px}.cool-fact-card{align-items:center;gap:20px;display:flex}.cool-fact-card .cta-icon{background:#fa3e5f1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;padding:15px;display:flex}.cool-fact-card h2{color:var(--White);flex-shrink:0;font-size:clamp(28px,4vw,50px);line-height:1}.cool-fact-card p{color:var(--White)}.app-cool-facts-section{z-index:1;padding-top:320px;position:relative}@media only screen and (min-width:576px){.app-cool-facts-section{padding-top:240px}}.app-cool-facts-section:after{content:"";z-index:-1;background:#000000b3;width:100%;height:100%;position:absolute;top:0;left:0}.app-cool-facts-section .app-video{background:var(--White);z-index:100;border-radius:75px 0 0 75px;align-items:center;width:260px;height:130px;padding-left:40px;display:flex;position:absolute;top:20%;right:0;transform:translateY(-50%)}@media only screen and (min-width:576px){.app-cool-facts-section .app-video{top:50%}}@media only screen and (min-width:992px){.app-cool-facts-section .app-video{width:350px}}@media only screen and (min-width:1200px){.app-cool-facts-section .app-video{width:450px}}@media only screen and (min-width:1400px){.app-cool-facts-section .app-video{width:600px;height:150px;top:50%}}.app-cool-facts-section .app-video .play-video-btn{align-items:center;gap:32px;display:inline-flex}.app-cool-facts-section .app-video .play-video-btn .icon{border:1px solid var(--Primary);width:60px;height:60px;color:var(--Primary);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:24px;display:flex;position:relative}.app-cool-facts-section .app-video .play-video-btn .icon:after{content:"";z-index:-1;border:1px solid #7444fd4d;border-radius:50%;width:80px;height:80px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.app-cool-facts-card{background-color:var(--Primary);border-radius:20px 20px 0 0;align-items:stretch;display:inline-flex}.app-cool-facts-card>div{text-align:center;flex-shrink:0;width:148px;min-height:100%;padding:30px 16px}@media only screen and (min-width:768px){.app-cool-facts-card>div{width:200px}}@media only screen and (min-width:1400px){.app-cool-facts-card>div{width:220px;padding:40px 16px}}.app-cool-facts-card>div h2{color:var(--White);margin-bottom:1rem;font-size:clamp(28px,5vw,50px);line-height:1}.app-cool-facts-card>div h5{color:var(--White);font-size:14px}@media only screen and (min-width:768px){.app-cool-facts-card>div h5{font-size:1rem}}@media only screen and (min-width:1400px){.app-cool-facts-card>div h5{font-size:1.25rem}}.app-cool-facts-card>div:last-child{background-color:#fa3e5f;border-radius:0 20px 0 0}.cool-facts{text-align:center;background-color:var(--Primary);height:100%;padding:3rem 1rem}@media only screen and (min-width:1200px){.cool-facts{padding:4rem 1rem}}.cool-facts h2{color:var(--White);margin-bottom:1rem;font-size:clamp(36px,4vw,50px);line-height:1}.cool-facts p{color:var(--White)}@media only screen and (min-width:1200px){.cool-facts p{font-size:18px}}.cool-facts-wrap .row .col-12:first-child .cool-facts{border-radius:20px 20px 0 0}@media only screen and (min-width:576px){.cool-facts-wrap .row .col-12:first-child .cool-facts{border-radius:20px 0 0}}@media only screen and (min-width:992px){.cool-facts-wrap .row .col-12:first-child .cool-facts{border-radius:20px 0 0 20px}}.cool-facts-wrap .row .col-12:nth-child(2) .cool-facts{background-color:#2f43ec}@media only screen and (min-width:576px){.cool-facts-wrap .row .col-12:nth-child(2) .cool-facts{border-radius:0 20px 0 0}}@media only screen and (min-width:992px){.cool-facts-wrap .row .col-12:nth-child(2) .cool-facts{border-radius:0}}@media only screen and (min-width:576px){.cool-facts-wrap .row .col-12:nth-child(3) .cool-facts{background-color:#2f43ec;border-radius:0 0 0 20px}}@media only screen and (min-width:992px){.cool-facts-wrap .row .col-12:nth-child(3) .cool-facts{background-color:var(--Primary);border-radius:0}}.cool-facts-wrap .row .col-12:last-child .cool-facts{background-color:#2f43ec;border-radius:0 0 20px 20px}@media only screen and (min-width:576px){.cool-facts-wrap .row .col-12:last-child .cool-facts{background-color:var(--Primary);border-radius:0 0 20px}}@media only screen and (min-width:992px){.cool-facts-wrap .row .col-12:last-child .cool-facts{background-color:#2f43ec;border-radius:0 20px 20px 0}}.cookiealert{z-index:1000;opacity:0;visibility:hidden;max-width:280px;transition:var(--Animation-Duration);background-color:var(--Background);color:var(--White);border-radius:12px;padding:30px 22px;position:fixed;bottom:1rem;left:1rem;transform:translateY(-16px)}@media only screen and (min-width:576px){.cookiealert{max-width:360px}}@media only screen and (min-width:768px){.cookiealert{max-width:550px}}@media only screen and (min-width:992px){.cookiealert{max-width:700px;padding:40px 32px;bottom:2rem;left:2rem}}.cookiealert.show{opacity:1;visibility:visible;transform:translateY(0)}.cookiealert p{color:var(--Text);font-size:12px}@media only screen and (min-width:768px){.cookiealert p{font-size:14px}}@media only screen and (min-width:1200px){.cookiealert p{font-size:16px}}.cookiealert a{color:var(--White);font-weight:600}.cookiealert a:hover,.cookiealert a:focus{color:var(--Primary)}.form-control{transition:var(--Animation-Duration);background:var(--White);height:60px;color:var(--Text);border:1px solid #0000;border-radius:8px;padding:1rem 1.25rem;font-size:1rem}.form-control:focus{box-shadow:none;border-color:var(--Border)}.form-control::placeholder{color:var(--Text)}.form-select{transition:var(--Animation-Duration);background:var(--White);height:60px;color:var(--Text);cursor:pointer;border:1px solid #0000;border-radius:8px;padding:0 1.25rem;font-size:1rem}.form-select:focus{box-shadow:none;border-color:var(--Border)}textarea.form-control{min-height:10rem}.contact-info-card{transition:var(--Animation-Duration);background:var(--Secondary);border-radius:20px;height:100%;padding:36px 20px}@media only screen and (min-width:1200px){.contact-info-card{padding:50px 40px}}.contact-info-card hr{background:var(--Border);opacity:.3;margin-top:30px;margin-bottom:30px}.contact-sm-card p{margin-bottom:.5rem}@media only screen and (min-width:1200px){.contact-sm-card p{font-size:18px}}.contact-sm-card p:last-child{margin-bottom:0}.contact-sm-card .social-nav{align-items:center;gap:.5rem;display:flex}.contact-sm-card .social-nav a{transition:var(--Animation-Duration);border:1px solid var(--Text);background-color:var(--Secondary);width:36px;height:36px;color:var(--Text);border-radius:50%;justify-content:center;align-items:center;font-size:16px;display:flex}@media only screen and (min-width:1200px){.contact-sm-card .social-nav a{width:44px;height:44px;font-size:20px}}.contact-sm-card .social-nav a:hover,.contact-sm-card .social-nav a:focus{background-color:var(--Primary);border-color:var(--Primary);color:var(--White);transform:translateY(-5px)}.maps-section{transform:translateY(6px)}.maps-section iframe{filter:grayscale(.5);width:100%;height:400px}@media only screen and (min-width:768px){.maps-section iframe{height:500px}}@media only screen and (min-width:1200px){.maps-section iframe{height:700px}}.faq-accordion .accordion{flex-direction:column;gap:20px;display:flex}.faq-accordion .accordion-item{background:var(--Secondary);border:0;border-radius:10px;position:relative}.faq-accordion .accordion-item .accordion-button{background:var(--Secondary);color:var(--Heading);border-radius:10px;padding:16px 30px;font-size:18px;font-weight:600}@media only screen and (min-width:1200px){.faq-accordion .accordion-item .accordion-button{font-size:20px}}.faq-accordion .accordion-item .accordion-button:focus{box-shadow:none!important}.faq-accordion .accordion-item .accordion-button:after{background-position:50%;background-color:var(--Heading);width:32px;height:32px;color:var(--White);background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-down%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22/%3E%3Cpath%20d%3D%22M6%209l6%206l6%20-6%22/%3E%3C/svg%3E);border-radius:50%}.faq-accordion .accordion-item .accordion-button:not(.collapsed){box-shadow:none;color:var(--White);background-color:var(--Primary);border-radius:10px 10px 0 0}.faq-accordion .accordion-item .accordion-button:not(.collapsed):after{background-color:var(--White);background-image:url(data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2224%22%20%20height=%2224%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22currentColor%22%20%20stroke-width=%222%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-down%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M6%209l6%206l6%20-6%22%20/%3E%3C/svg%3E)}.faq-accordion .accordion-item .accordion-body{background-color:var(--Secondary);color:var(--Text);border-radius:0 0 10px 10px;padding:20px 30px;font-size:16px}.faq-accordion.style-two .accordion{flex-flow:wrap;gap:30px;display:flex}.faq-accordion.style-two .accordion .accordion-item{flex:0 0 100%;width:100%}@media only screen and (min-width:768px){.faq-accordion.style-two .accordion .accordion-item{flex:0 0 calc(50% - 15px);width:calc(50% - 15px)}}.faq-accordion.style-two .accordion-item{background:0 0;border-radius:8px}.faq-accordion.style-two .accordion-item .accordion-button{background-color:var(--White);border-radius:8px}.faq-accordion.style-two .accordion-item .accordion-button:not(.collapsed){color:var(--Primary);background-color:var(--White)}.faq-accordion.style-two .accordion-item .accordion-button:not(.collapsed):after{background-color:var(--Primary);color:var(--White);background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-down%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22/%3E%3Cpath%20d%3D%22M6%209l6%206l6%20-6%22/%3E%3C/svg%3E)}.faq-accordion.style-two .accordion-item .accordion-body{background-color:var(--White);color:var(--Text);border-radius:0 0 8px 8px;padding-top:0}.faq-accordion.style-three .faq-title{font-size:clamp(24px,2.5vw,36px)}.faq-accordion.style-three .accordion{border-radius:10px;flex-flow:wrap;gap:30px;display:flex}.faq-accordion.style-three .accordion .accordion-item{flex:0 0 100%;width:100%}.faq-accordion.style-three .accordion-item{background:var(--Primary);border-radius:10px}.faq-accordion.style-three .accordion-item .accordion-button{background-color:var(--Secondary);color:var(--Heading);border-radius:8px;font-size:clamp(18px,2vw,24px)}.faq-accordion.style-three .accordion-item .accordion-button:not(.collapsed){color:var(--White);background-color:var(--Primary)}.faq-accordion.style-three .accordion-item .accordion-button:not(.collapsed):after{color:var(--White);background-color:#fff3;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-down%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22/%3E%3Cpath%20d%3D%22M6%209l6%206l6%20-6%22/%3E%3C/svg%3E)}.faq-accordion.style-three .accordion-item .accordion-body{background-color:var(--Primary);color:var(--White);border-radius:0 0 8px 8px;padding-top:0}@media only screen and (min-width:1200px){.faq-accordion.style-three .accordion-item .accordion-body{font-size:18px}}.faq-accordion.theme-two .accordion-item{background:var(--White)}.faq-accordion.theme-two .accordion-item .accordion-button{background:var(--White);color:var(--Heading)}.faq-accordion.theme-two .accordion-item .accordion-button:not(.collapsed){color:var(--White);background-color:var(--Primary)}.faq-accordion.theme-two .accordion-item .accordion-button:not(.collapsed):after,.faq-accordion.theme-two .accordion-item .accordion-body{background-color:var(--White)}.faq-question-section{background-position:50%;background-repeat:no-repeat}.breadcrumb-section{z-index:1;position:relative}.breadcrumb-section:after{content:"";z-index:-10;background:linear-gradient(#0f175bf0 3.03%,#3147fff0 100%);width:100%;height:100%;position:absolute;top:0;left:0}.breadcrumb-section .breadcrumb-content{text-align:center;padding-top:140px}@media only screen and (min-width:1200px){.breadcrumb-section .breadcrumb-content{padding-top:160px}}.breadcrumb-section .breadcrumb-content h2{color:var(--White);font-size:clamp(32px,5vw,80px);line-height:1.1}@media only screen and (min-width:1200px){.breadcrumb-section .breadcrumb-content h2{margin-bottom:1rem}}.breadcrumb-section .breadcrumb-content ul{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:inline-flex}.breadcrumb-section .breadcrumb-content ul li{color:var(--Secondary);font-size:14px;font-weight:400;font-family:var(--Font-Primary);line-height:1.1}@media only screen and (min-width:1200px){.breadcrumb-section .breadcrumb-content ul li{font-size:16px}}.breadcrumb-section .breadcrumb-content ul li a{color:#f7f8ff80;z-index:1;transition:var(--Animation-Duration);font-size:14px;font-weight:400;font-family:var(--Font-Primary);padding-right:12px;line-height:1.1;position:relative}@media only screen and (min-width:1200px){.breadcrumb-section .breadcrumb-content ul li a{font-size:16px}}.breadcrumb-section .breadcrumb-content ul li a:hover,.breadcrumb-section .breadcrumb-content ul li a:focus{color:var(--Secondary)}.breadcrumb-section .breadcrumb-content ul li a:after{content:"";font-family:var(--Font-Tabler);color:var(--Secondary);font-size:16px;position:absolute;top:55%;right:-5px;transform:translateY(-50%)}.partner-content{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}@media only screen and (min-width:768px){.partner-content{flex-wrap:nowrap;gap:1.5rem}}@media only screen and (min-width:1200px){.partner-content{justify-content:space-between;gap:2rem}}@media only screen and (min-width:1400px){.partner-content{gap:40px}}.partner-content p{color:var(--Heading);flex-shrink:0;font-size:20px;font-weight:600}.partner-content a{text-align:center;display:block}.partner-content a img{object-fit:contain;width:auto;max-height:24px}@media only screen and (min-width:1400px){.partner-content a img{max-height:30px}}.partner-content a:hover,.partner-content a:focus{transform:translate(-5px)}.app-feature-section{z-index:1;position:relative}.app-feature-section .big-text{font-family:var(--Font-Primary);z-index:-1;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#282c3280;color:#0000;font-size:120px;font-weight:600;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media only screen and (min-width:768px){.app-feature-section .big-text{font-size:150px}}@media only screen and (min-width:1400px){.app-feature-section .big-text{font-size:200px}}.app-feature-section .feature-cards{gap:3rem}@media only screen and (min-width:768px){.app-feature-section .feature-cards{gap:12rem}}@media only screen and (min-width:1400px){.app-feature-section .feature-cards{gap:260px}}.app-feature-card{transition:var(--Animation-Duration);z-index:1;cursor:pointer;position:relative}.app-feature-card .feature-icon{background-color:var(--Secondary);width:64px;height:64px;transition:var(--Animation-Duration);color:var(--Heading);border-radius:6px;justify-content:center;align-items:center;margin-bottom:40px;font-size:36px;display:flex}.app-feature-card .feature-icon i{line-height:.8}.app-feature-card h2{transition:var(--Animation-Duration)}@media only screen and (min-width:768px){.app-feature-card.text-md-end .feature-icon{margin-left:auto}}.app-feature-card.active h2,.app-feature-card:hover h2,.app-feature-card:focus h2{color:var(--Primary)}.app-feature-card.active .feature-icon,.app-feature-card:hover .feature-icon,.app-feature-card:focus .feature-icon{background-color:var(--Primary);color:var(--White)}.app-feature-img{z-index:1;position:relative}.app-feature-img img{transition:var(--Animation-Duration);opacity:0;width:100%;display:none}.app-feature-img img.active{opacity:1;display:block}.featured-content h2{font-size:clamp(24px,4.5vw,36px)}.featured-img{z-index:1;border-radius:12px;position:relative;box-shadow:0 8px 30px #2d364314}.featured-img:after{content:"";z-index:1;background-color:#e3e5fd;border-radius:12px;width:calc(100% + 30px);height:100%;position:absolute;bottom:30px;left:-30px}.featured-img img{z-index:10;border-radius:12px;width:100%;position:relative}.featured-list{flex-wrap:wrap;gap:1rem;padding-left:0;list-style:none;display:flex}@media only screen and (min-width:992px){.featured-list{gap:1.5rem}}@media only screen and (min-width:1400px){.featured-list{gap:30px}}.featured-list li{color:var(--Heading);flex:0 0 calc(100% - 15px);align-items:center;gap:16px;width:calc(100% - 15px);font-size:18px;font-weight:500;display:flex}.featured-list li svg{flex-shrink:0}@media only screen and (min-width:992px){.featured-list li{flex:0 0 calc(50% - 15px);width:calc(50% - 15px)}}.feature-section{background-position:0 0;background-repeat:no-repeat;background-size:cover;background-color:var(--Secondary)}@media only screen and (min-width:768px){.feature-section{background-color:#0000}}.feature-card{transition:var(--Animation-Duration);background:var(--White);border:2px solid #0000;border-radius:18px;padding:36px}.feature-card h2{transition:var(--Animation-Duration);font-size:clamp(24px,4vw,36px)}.feature-card p{transition:var(--Animation-Duration)}@media only screen and (min-width:1200px){.feature-card p{font-size:18px}}.feature-card:hover,.feature-card:focus{border-color:var(--Primary)}.service-card{z-index:1;transition:var(--Animation-Duration);background:var(--Secondary);border-radius:18px;padding:40px 30px;position:relative;overflow:hidden}.service-card .shape{transition:var(--Animation-Duration);z-index:-1;opacity:.1;position:absolute;bottom:-3px;right:-3px}.service-card .service-icon{transition:var(--Animation-Duration);background:var(--White);width:70px;height:70px;color:var(--Heading);border-radius:6px;justify-content:center;align-items:center;margin-bottom:60px;font-size:40px;display:flex}.service-card .service-icon i{line-height:.7}.service-card h4{transition:var(--Animation-Duration)}.service-card:hover .service-icon,.service-card:focus .service-icon{background:var(--Primary);color:var(--White)}.service-card:hover h4,.service-card:focus h4{color:var(--Primary)}.service-card:hover .shape,.service-card:focus .shape{opacity:1}.service-card.style-two{background:var(--White);min-height:100%}.service-card.style-two .service-icon{background:var(--Secondary)}.service-card.style-two .btn-service{text-align:center}.service-card.style-two .btn-service span{transition:var(--Animation-Duration);background-color:var(--Primary);width:74px;height:74px;color:var(--White);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2rem;display:flex}.service-card.style-two .btn-service h4{transition:var(--Animation-Duration);font-size:clamp(16px,5vw,24px)}.service-card.style-two .btn-service:hover span,.service-card.style-two .btn-service:focus span{background-color:var(--Heading);color:var(--White)}.service-card.style-two .btn-service:hover h4,.service-card.style-two .btn-service:focus h4{color:var(--Primary)}.service-card.style-two:hover .service-icon,.service-card.style-two:focus .service-icon{background:var(--Primary);color:var(--White)}.service-card.style-two:hover h4,.service-card.style-two:focus h4{color:var(--Primary)}.service-swiper{width:150%}.service-pagination{align-items:center;gap:8px;margin-top:40px;display:flex}.service-pagination .swiper-pagination-bullet{background:var(--Heading);border-radius:50%;width:14px;height:14px}.service-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--Primary)}.service-card-two{z-index:1;background-color:#0000;border-radius:18px;padding:28px 24px;transition:all .35s;position:relative}.service-card-two .shape>img{z-index:-10;width:100%;height:100%;position:absolute;top:0;left:0}.service-card-two .service-thumb{z-index:1;width:100%;transition:var(--Animation-Duration);border-radius:18px;margin-bottom:24px;position:relative}.service-card-two .service-thumb .btn{z-index:100;background-color:var(--Secondary);width:128px;height:22px;color:var(--Text);border-radius:0 0 12px 12px;justify-content:center;padding:0 0 9px;font-size:14px;font-weight:600;transition:all .35s;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.service-card-two .service-thumb .btn i{font-size:18px}.service-card-two .service-thumb .btn:hover,.service-card-two .service-thumb .btn:focus{color:var(--Primary)}.service-card-two .service-thumb img{border-radius:18px;width:100%}.service-card-two .service-content{padding-right:3rem}.service-card-two .service-number{width:60px;height:60px;color:var(--Heading);justify-content:center;align-items:center;font-size:18px;font-weight:600;transition:all .35s;display:flex;position:absolute;bottom:0;right:0}.service-card-two .service-title{margin-bottom:8px;font-weight:600;transition:all .35s}.service-card-two:hover .service-thumb,.service-card-two:focus .service-thumb{transform:translateY(-4px)scale(1.02)}.service-card-two:hover .service-title,.service-card-two:hover .service-number,.service-card-two:hover .btn,.service-card-two:focus .service-title,.service-card-two:focus .service-number,.service-card-two:focus .btn{color:var(--Primary)}.service-card-two.style-two{padding:0}.service-card-two.style-two .service-thumb .btn{border-radius:1rem 1rem 0 0;width:160px;height:45px;top:auto;bottom:0}.service-card-three{transition:var(--Animation-Duration);border-top:1px solid #ffffff26;flex-wrap:wrap;gap:30px;padding-top:3rem;padding-bottom:3rem;display:flex}@media only screen and (min-width:768px){.service-card-three{flex-wrap:nowrap}}@media only screen and (min-width:992px){.service-card-three{gap:60px}}@media only screen and (min-width:1400px){.service-card-three{gap:120px}}@media only screen and (min-width:768px){.service-card-three h3{flex:0 0 30%}}@media only screen and (min-width:1400px){.service-card-three h3{flex:0 0 25%}}.service-card-three .service-info{z-index:1;position:relative}.service-card-three .service-info p{color:var(--White);margin-bottom:0;font-size:18px}.service-card-three .service-info .btn-link{border-bottom:1px solid var(--White);transition:var(--Animation-Duration);color:var(--White);z-index:10;opacity:0;visibility:hidden;position:absolute;bottom:0;left:0}.service-card-three .icon,.service-card-three h3{flex-shrink:0}.service-card-three:hover,.service-card-three:focus{padding-bottom:5rem!important}.service-card-three:hover .service-info .btn-link,.service-card-three:focus .service-info .btn-link{opacity:1;visibility:visible;bottom:-2rem!important}.service-list{flex-direction:column;gap:14px;margin:0;padding:0;display:flex}.service-list li{list-style:none}.service-list li a{background-color:var(--Secondary);color:var(--Heading);transition:var(--Animation-Duration);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;font-size:16px;font-weight:400;display:flex}@media only screen and (min-width:992px){.service-list li a{font-size:18px}}.service-list li a:hover,.service-list li a:focus{background-color:var(--Primary);color:var(--White);padding-left:24px;padding-right:24px}.info-card-wrap{flex-direction:column;gap:32px;display:flex}.info-card{transition:var(--Animation-Duration);align-items:center;gap:16px;display:flex}.info-card .icon{border:1.5px solid var(--Text);width:48px;height:48px;transition:var(--Animation-Duration);color:var(--Heading);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.info-card .icon svg{transition:var(--Animation-Duration)}@media only screen and (min-width:992px){.info-card .icon{width:60px;height:60px}}.info-card h5{transition:var(--Animation-Duration)}.info-card:hover .icon,.info-card:focus .icon{border-color:var(--Primary)}.info-card:hover .icon svg,.info-card:focus .icon svg{transform:scale(1.2)}.info-card:hover h5,.info-card:focus h5{color:var(--Primary)}.service-details-content{flex-direction:column;gap:24px;display:flex}.service-details-content h1,.service-details-content .h1,.service-details-content h2,.service-details-content .h2,.service-details-content h3,.service-details-content .h3,.service-details-content h4,.service-details-content .h4,.service-details-content h5,.service-details-content .h5,.service-details-content h6,.service-details-content .h6{margin-bottom:0}.service-details-content p{margin-bottom:0;font-size:16px}@media only screen and (min-width:992px){.service-details-content p{font-size:18px}}.service-details-content img{border-radius:20px;width:100%}.service-details-content ul{flex-direction:column;gap:12px;display:flex}.service-details-content ul li{align-items:center;gap:12px;font-size:16px;display:flex}@media only screen and (min-width:992px){.service-details-content ul li{font-size:18px}.service-section.style-two .row .col-12:nth-child(odd) .service-card-two{margin-top:60px}}@media only screen and (min-width:1200px){.service-section.style-three .row .col-12:nth-child(odd) .service-card{margin-top:40px}}.service-section.style-four{background-color:var(--Primary)}.service-section.style-four .container .service-card-three:last-child{padding-bottom:0}.what-we-do-section{z-index:1;position:relative}.what-we-do-img{width:100%;margin-bottom:70px}.what-we-do-img img{width:100%}@media only screen and (min-width:992px){.what-we-do-img{width:calc(50% - 40px);position:absolute;top:50%;left:-1rem;transform:translateY(-50%)}}@media only screen and (min-width:1200px){.what-we-do-img{width:calc(50% - 50px)}}@media only screen and (min-width:1400px){.what-we-do-img{width:calc(50% - 80px)}}.swiper.project-swiper{width:115%;left:-7.5%}.swiper.testimonial-swiper-two{width:100%}@media only screen and (min-width:576px){.swiper.testimonial-swiper-two{width:150%}}.project-card{transition:var(--Animation-Duration)}.project-card img{transition:var(--Animation-Duration);border-radius:20px;width:100%;margin-bottom:2rem}.project-card .project-info{transition:var(--Animation-Duration)}.project-card .project-info p{font-size:1rem}@media only screen and (min-width:1200px){.project-card .project-info p{font-size:18px}}.project-card .project-info h2{font-size:clamp(1.5rem,5vw,2rem)}.project-card-two{z-index:1;transition:var(--Animation-Duration);background-color:var(--White);border-radius:20px;position:relative;overflow:hidden}.project-card-two:before{content:"";opacity:0;width:100%;height:100%;transition:var(--Animation-Duration);background:#101010b3;border-radius:20px;position:absolute;top:0;left:0}.project-card-two img{transition:var(--Animation-Duration);border-radius:20px;width:100%}.project-card-two .project-info{width:calc(100% - 72px);transition:var(--Animation-Duration);visibility:hidden;opacity:0;position:absolute;bottom:40px;left:36px}.project-card-two .project-info p{color:var(--White);font-size:18px}.project-card-two .project-info h2{transition:var(--Animation-Duration);color:var(--White);font-size:clamp(1.5rem,3vw,2.5rem)}.project-card-two .project-info h2:hover,.project-card-two .project-info h2:focus{text-decoration:underline}.project-card-two:hover:before,.project-card-two:focus:before{opacity:1}.project-card-two:hover .project-info,.project-card-two:focus .project-info{visibility:visible;opacity:1}.project-card-three{z-index:1;transition:var(--Animation-Duration);border-radius:18px;position:relative;overflow:hidden}.project-card-three:before{content:"";background:linear-gradient(180deg, #0f0f0f00 0%, var(--Primary) 100%);opacity:0;width:100%;height:100%;transition:var(--Animation-Duration);z-index:1;border-radius:18px;position:absolute;top:0;left:0}.project-card-three a{display:block}.project-card-three img{transition:var(--Animation-Duration);border-radius:18px;width:100%}.project-card-three .project-info{transition:var(--Animation-Duration);visibility:hidden;opacity:0;z-index:20;width:calc(100% - 60px);position:absolute;bottom:30px;left:30px}.project-card-three .project-info p{color:var(--White);font-size:18px}.project-card-three .project-info h4{color:var(--White);transition:var(--Animation-Duration)}.project-card-three .project-info h4:hover,.project-card-three .project-info h4:focus{color:var(--Warning)}.project-card-three:hover:before,.project-card-three:focus:before{opacity:1}.project-card-three:hover .project-info,.project-card-three:focus .project-info{visibility:visible;opacity:1}.project-card-three:hover img,.project-card-three:focus img{transform:scale3d(1.1,1.1,1.1)}@media only screen and (min-width:1200px){.project-masonary .g-5,.project-masonary .gy-5{--bs-gutter-y:5rem}.project-masonary .g-5,.project-masonary .gx-5{--bs-gutter-x:5rem}}.btn-project{width:160px;height:160px;transition:var(--Animation-Duration);background-color:var(--Primary);color:var(--White);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:flex}.btn-project:hover,.btn-project:focus{color:var(--White);background-color:var(--Heading)}.project-section.theme-two{background-color:var(--Background)}.project-details-content{flex-direction:column;gap:24px;display:flex}.project-details-content h1,.project-details-content .h1,.project-details-content h2,.project-details-content .h2,.project-details-content h3,.project-details-content .h3,.project-details-content h4,.project-details-content .h4,.project-details-content h5,.project-details-content .h5,.project-details-content h6,.project-details-content .h6{margin-bottom:0}.project-details-content h2{font-size:clamp(24px,3vw,36px)}.project-details-content p{margin-bottom:0;font-size:16px}@media only screen and (min-width:992px){.project-details-content p{font-size:18px}}.project-details-content img{border-radius:20px;width:100%}.project-details-content ul{flex-direction:column;gap:12px;display:flex}.project-details-content ul li{align-items:center;gap:12px;font-size:16px;display:flex}@media only screen and (min-width:992px){.project-details-content ul li{font-size:18px}}.project-details-img{border-radius:20px;width:100%}.project-widget{background-color:var(--Secondary);border-radius:20px;padding:32px 24px}@media only screen and (min-width:992px){.project-widget{padding:40px 36px}}.project-widget .widget-title{color:var(--Heading)}.project-widget .project-meta-list{flex-direction:column;gap:1rem;display:flex}.project-widget .project-meta-list li{align-items:center;gap:1rem;display:flex}.project-widget .project-meta-list li h6{flex:0 0 84px;width:84px}.project-widget .project-meta-list li a{color:var(--Primary)}.project-widget .project-meta-list li a:hover,.project-widget .project-meta-list li a:focus{text-decoration:underline}.project-widget .social-nav{align-items:center;gap:8px;display:flex}.project-widget .social-nav a{transition:var(--Animation-Duration);width:36px;height:36px;color:var(--White);background-color:var(--Heading);border-radius:50%;justify-content:center;align-items:center;font-size:16px;display:flex}@media only screen and (min-width:1200px){.project-widget .social-nav a{width:44px;height:44px;font-size:20px}}.project-widget .social-nav a:hover,.project-widget .social-nav a:focus{background-color:var(--Primary);color:var(--White);transform:translateY(-5px)}.project-nav{border-top:1px solid #49515b33;justify-content:space-between;align-items:center;gap:24px;margin-top:100px;padding-top:2rem;display:flex}.project-nav a{transition:var(--Animation-Duration);flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.project-nav a .icon{border:1px solid var(--Heading);width:48px;height:48px;transition:var(--Animation-Duration);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;display:flex}@media only screen and (min-width:1200px){.project-nav a .icon{width:60px;height:60px;font-size:24px}}.project-nav a:last-child{text-align:right}.project-nav a h5{transition:var(--Animation-Duration);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.project-nav a:last-child{text-align:right;justify-content:flex-end}.project-nav a:hover .icon,.project-nav a:focus .icon{background-color:var(--Primary);border-color:var(--Primary);color:var(--White)}.project-nav a:hover h5,.project-nav a:focus h5{color:var(--Primary)}.app-screenshots .swiper-slide:nth-child(2n){padding-top:50px}.screenshots-pagination{justify-content:center;align-items:center;gap:14px;width:100%;height:20px;display:flex}.screenshots-pagination .swiper-pagination-bullet{background-color:var(--Heading);width:8px;height:8px;animation:var(--Animation-Duration);z-index:1;border-radius:50%;flex-shrink:0;position:relative}.screenshots-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{border:2px solid var(--Heading);width:20px;height:20px;animation:var(--Animation-Duration);background-color:#0000;border-radius:50%}.screenshots-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{animation:var(--Animation-Duration);content:"";z-index:1;background-color:var(--Heading);border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-gallery-section{z-index:1;position:relative}.video-gallery-card{z-index:1;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:500px;position:relative}@media only screen and (min-width:992px){.video-gallery-card{height:550px}}@media only screen and (min-width:1200px){.video-gallery-card{height:650px}}@media only screen and (min-width:1400px){.video-gallery-card{height:770px}}.video-gallery-card:after{content:"";z-index:-1;background-color:#101010b3;width:100%;height:100%;position:absolute;top:0;left:0}.video-gallery-card .play-video-btn{cursor:pointer;background-color:var(--White);width:70px;height:70px;color:var(--Heading);border-radius:50%;justify-content:center;align-items:center;margin-left:auto;margin-right:auto;font-size:24px;display:flex;position:relative}@media only screen and (min-width:1400px){.video-gallery-card .play-video-btn{width:120px;height:120px}}.video-gallery-pagination-wrapper{z-index:999;align-items:center;width:80px;height:100%;display:flex;position:absolute;top:0;left:14%}@media only screen and (min-width:576px){.video-gallery-pagination-wrapper{width:100px}}@media only screen and (min-width:768px){.video-gallery-pagination-wrapper{width:150px}}@media only screen and (min-width:1200px){.video-gallery-pagination-wrapper{width:200px}}@media only screen and (min-width:1400px){.video-gallery-pagination-wrapper{width:300px}}.video-gallery-pagination{flex-direction:column;gap:24px;width:100%;display:flex}.video-gallery-pagination .swiper-pagination-bullet{opacity:1;cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:12px;width:100%;height:60px;transition:all .25s}@media only screen and (min-width:576px){.video-gallery-pagination .swiper-pagination-bullet{height:80px}}@media only screen and (min-width:768px){.video-gallery-pagination .swiper-pagination-bullet{height:100px}}@media only screen and (min-width:1200px){.video-gallery-pagination .swiper-pagination-bullet{height:120px}}@media only screen and (min-width:1400px){.video-gallery-pagination .swiper-pagination-bullet{border-radius:18px;height:160px}}.video-gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{border:2px solid var(--White)}.startix-filter-nav{background-color:var(--Secondary);border-radius:1rem;flex-wrap:wrap;justify-content:center;align-items:center;padding:8px;display:inline-flex}@media only screen and (min-width:768px){.startix-filter-nav{border-radius:12rem}}.startix-filter-nav button{transition:var(--Animation-Duration);height:42px;color:var(--Heading);background-color:#0000;border:0;border-radius:12rem;padding-left:20px;padding-right:20px;font-size:16px;font-weight:600}@media only screen and (min-width:768px){.startix-filter-nav button{height:48px;padding-left:30px;padding-right:30px}}.startix-filter-nav button.active{color:var(--White);background-color:var(--Primary)}.newsletter-form{z-index:1;position:relative}.newsletter-form .form-control{background-color:var(--White);border:0;border-radius:40px;width:100%;height:60px;padding:0 30px}.newsletter-form .btn{height:48px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.pricing-card{transition:var(--Animation-Duration);background-color:var(--White);border-radius:20px;height:100%;padding:36px 24px;overflow:hidden}@media only screen and (min-width:1400px){.pricing-card{padding:40px 36px}}.pricing-card .pricing-header{z-index:1;position:relative}.pricing-card .pricing-header h2{text-align:center;background-color:var(--Secondary);transition:var(--Animation-Duration);border-radius:10px;padding:24px;font-size:clamp(24px,3vw,36px)}.pricing-card .pricing-header h2 span{font-size:16px;font-weight:400;font-family:var(--Font-Secondary)}@media only screen and (min-width:992px){.pricing-card .pricing-header h2 span{font-size:18px}}.pricing-card .pricing-header .yearly-price{display:none}.pricing-card .pricing-content{flex-direction:column;gap:20px;margin-top:30px;margin-bottom:30px;padding-left:1rem;padding-right:1rem;display:flex}@media only screen and (min-width:1200px){.pricing-card .pricing-content{padding-left:1.5rem;padding-right:1.5rem}}@media only screen and (min-width:1400px){.pricing-card .pricing-content{padding-left:3rem;padding-right:3rem}}.pricing-card .pricing-content li{color:var(--Heading);align-items:center;gap:12px;font-size:16px;display:flex}@media only screen and (min-width:1200px){.pricing-card .pricing-content li{font-size:18px}}.pricing-card .pricing-content li span{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_1_955)'%3E%3Cpath d='M11.9426 22.9398C18.0162 22.9398 22.9398 18.0162 22.9398 11.9426C22.9398 5.86895 18.0162 0.945312 11.9426 0.945312C5.86895 0.945312 0.945312 5.86895 0.945312 11.9426C0.945312 18.0162 5.86895 22.9398 11.9426 22.9398Z' fill='%233147FF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.55453 11.1681C7.14953 10.8976 6.60852 10.9591 6.27352 11.3131C5.93902 11.6666 5.90752 12.2106 6.20002 12.6001L9.20002 16.6001C9.38102 16.8411 9.66102 16.9881 9.96252 16.9996C10.2635 17.0106 10.554 16.8856 10.7525 16.6586L17.7525 8.65859C18.098 8.26409 18.0795 7.66959 17.7105 7.29659C17.3415 6.92359 16.7475 6.89959 16.349 7.24059L9.92452 12.7476L7.55453 11.1681Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9423 0.445312C5.59662 0.445312 0.445312 5.59662 0.445312 11.9423C0.445312 18.288 5.59662 23.4393 11.9423 23.4393C18.288 23.4393 23.4393 18.288 23.4393 11.9423C23.4393 5.59662 18.288 0.445312 11.9423 0.445312ZM11.9423 1.44477C17.7361 1.44477 22.4398 6.14853 22.4398 11.9423C22.4398 17.7361 17.7361 22.4398 11.9423 22.4398C6.14853 22.4398 1.44477 17.7361 1.44477 11.9423C1.44477 6.14853 6.14853 1.44477 11.9423 1.44477Z' fill='%233147FF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.83207 10.7521C7.22407 10.3466 6.41258 10.4386 5.91058 10.9691C5.40808 11.5001 5.36158 12.3156 5.80008 12.9001L8.80008 16.9001C9.07158 17.2621 9.49157 17.4821 9.94357 17.4991C10.3956 17.5161 10.8311 17.3281 11.1291 16.9881L18.1291 8.98809C18.6471 8.39559 18.6196 7.50409 18.0661 6.94509C17.5126 6.38559 16.6211 6.34908 16.0241 6.86108L9.88658 12.1216L7.83207 10.7521ZM7.27757 11.5841L9.64708 13.1641C9.83358 13.2881 10.0796 13.2731 10.2501 13.1276L16.6746 7.62058C16.8736 7.44958 17.1711 7.46208 17.3556 7.64858C17.5401 7.83458 17.5491 8.13208 17.3766 8.32958L10.3766 16.3296C10.2771 16.4426 10.1321 16.5056 9.98108 16.4996C9.83058 16.4941 9.69058 16.4206 9.60008 16.3001L6.60008 12.3001C6.45408 12.1051 6.46957 11.8336 6.63707 11.6566C6.80407 11.4796 7.07457 11.4491 7.27757 11.5841Z' fill='%233147FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_955'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;flex-shrink:0;width:24px;height:24px}.pricing-card .pricing-content li span.no{opacity:.5}.pricing-card:hover .pricing-header h2,.pricing-card:focus .pricing-header h2{background-color:var(--Primary);color:var(--White)}.pricing-card.style-two{background-color:var(--Secondary);border-radius:18px}.pricing-card.style-two .pricing-header{transition:var(--Animation-Duration);background-color:var(--White);border-radius:12px 12px 18px 18px;padding:24px}.pricing-card.style-two .pricing-header h4,.pricing-card.style-two .pricing-header p,.pricing-card.style-two .pricing-header span{transition:var(--Animation-Duration)}.pricing-card.style-two .pricing-header hr{background:#1f1f1f1a;margin-top:24px;margin-bottom:24px}.pricing-card.style-two .pricing-header h2{transition:var(--Animation-Duration);text-align:left;background-color:#0000;border-radius:0;padding:0;font-size:clamp(24px,4vw,50px)}.pricing-card.style-two .pricing-header h2 span{font-size:16px}.pricing-card.style-two .pricing-content{padding-left:1rem;padding-right:0}.pricing-card.style-two .pricing-content li span{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cg clip-path='url(%23clip0_1_2298)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.81362 13.0307C8.34112 12.7152 7.70994 12.7869 7.31911 13.1999C6.92886 13.6123 6.89211 14.247 7.23336 14.7014L10.7334 19.3681C10.9445 19.6493 11.2712 19.8207 11.6229 19.8342C11.9741 19.847 12.313 19.7012 12.5446 19.4363L20.7113 10.103C21.1144 9.64274 21.0928 8.94916 20.6623 8.51399C20.2318 8.07882 19.5388 8.05082 19.0739 8.44866L11.5786 14.8735L8.81362 13.0307Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9327 0.519531C6.52939 0.519531 0.519531 6.52939 0.519531 13.9327C0.519531 21.336 6.52939 27.3458 13.9327 27.3458C21.336 27.3458 27.3458 21.336 27.3458 13.9327C27.3458 6.52939 21.336 0.519531 13.9327 0.519531ZM13.9327 1.68557C20.6921 1.68557 26.1798 7.17329 26.1798 13.9327C26.1798 20.6921 20.6921 26.1798 13.9327 26.1798C7.17329 26.1798 1.68557 20.6921 1.68557 13.9327C1.68557 7.17329 7.17329 1.68557 13.9327 1.68557Z' fill='%23FA3E5F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.13872 12.5428C8.42939 12.0697 7.48265 12.177 6.89698 12.796C6.31073 13.4155 6.25648 14.3669 6.76806 15.0488L10.2681 19.7155C10.5848 20.1378 11.0748 20.3945 11.6021 20.4143C12.1295 20.4341 12.6376 20.2148 12.9852 19.8181L21.1519 10.4848C21.7562 9.79355 21.7241 8.75347 21.0784 8.1013C20.4326 7.44855 19.3926 7.40595 18.6961 8.00329L11.5356 14.1406L9.13872 12.5428ZM8.4918 13.5135L11.2562 15.3568C11.4738 15.5015 11.7608 15.484 11.9597 15.3142L19.455 8.88938C19.6871 8.68988 20.0342 8.70446 20.2495 8.92204C20.4647 9.13904 20.4752 9.48613 20.274 9.71654L12.1073 19.0499C11.9912 19.1817 11.8221 19.2552 11.6459 19.2482C11.4703 19.2418 11.307 19.156 11.2014 19.0155L7.7014 14.3488C7.53106 14.1213 7.54913 13.8045 7.74455 13.598C7.93938 13.3915 8.25497 13.356 8.4918 13.5135Z' fill='%23FA3E5F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_2298'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.pricing-card.style-two.active .pricing-header,.pricing-card.style-two:hover .pricing-header,.pricing-card.style-two:focus .pricing-header{background-color:var(--Primary)}.pricing-card.style-two.active .pricing-header hr,.pricing-card.style-two:hover .pricing-header hr,.pricing-card.style-two:focus .pricing-header hr{border-color:var(--White)}.pricing-card.style-two.active .pricing-header h4,.pricing-card.style-two.active .pricing-header p,.pricing-card.style-two:hover .pricing-header h4,.pricing-card.style-two:hover .pricing-header p,.pricing-card.style-two:focus .pricing-header h4,.pricing-card.style-two:focus .pricing-header p{color:var(--White)}.pricing-card.style-two.active .pricing-header h2,.pricing-card.style-two:hover .pricing-header h2,.pricing-card.style-two:focus .pricing-header h2{color:var(--White);background-color:#0000}.pricing-card.style-two.active .pricing-header h2 span,.pricing-card.style-two:hover .pricing-header h2 span,.pricing-card.style-two:focus .pricing-header h2 span{color:var(--Secondary)}.pricing-card.style-three{background-color:var(--Secondary)}.pricing-card.style-three .pricing-header h2{text-align:left;color:var(--Heading);background-color:#0000;border-radius:0;padding:0;font-size:clamp(24px,5vw,50px)}.pricing-card.style-three .pricing-header h2 span{font-size:16px}.pricing-card.style-three .pricing-content{margin:0;padding:0!important}.pricing-card.style-three .pricing-footer{margin:40px 0}.price-plan-switch .form-switch{padding-left:0}.price-plan-switch .form-switch .form-check-input{background-color:var(--Primary);border:0;border-radius:5rem;flex-shrink:0;width:70px;height:32px;margin-left:0}.price-plan-switch .form-check{justify-content:center;align-items:center;gap:12px;margin-bottom:0;display:flex}.price-plan-switch .form-check .form-check-label{cursor:pointer;font-size:16px;font-weight:600;font-family:var(--Font-Primary)}.price-plan-switch .form-check .form-check-input{float:none;--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 1%29'/%3e%3c/svg%3e");margin-left:0}.pricing-section{background-position:bottom;background-repeat:no-repeat;background-size:cover}html[theme=four] .text-primary{background:linear-gradient(90deg, var(--Primary) 3.44%, var(--Secondary) 97.23%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}html[theme=four] .btn-primary{background:linear-gradient(90deg, var(--Primary) 3.44%, #9e02c0 97.23%)}html[theme=four] .section-heading .subtitle>span{background:linear-gradient(90deg, var(--Primary) 3.44%, #9e02c0 97.23%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}html[theme=four] .pricing-card .pricing-content li span{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cdefs%3E%3ClinearGradient id='paint0' x1='11.9426' y1='0.945312' x2='11.9426' y2='22.9398' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23601FEB'/%3E%3Cstop offset='1' stop-color='%239E02C0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1' x1='11.9423' y1='0.445312' x2='11.9423' y2='23.4393' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23601FEB'/%3E%3Cstop offset='1' stop-color='%239E02C0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2' x1='12' y1='6.5' x2='12' y2='17.5001' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23601FEB'/%3E%3Cstop offset='1' stop-color='%239E02C0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.9426 22.9398C18.0162 22.9398 22.9398 18.0162 22.9398 11.9426C22.9398 5.86895 18.0162 0.945312 11.9426 0.945312C5.86895 0.945312 0.945312 5.86895 0.945312 11.9426C0.945312 18.0162 5.86895 22.9398 11.9426 22.9398Z' fill='url(%23paint0)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.55453 11.1681C7.14953 10.8976 6.60852 10.9591 6.27352 11.3131C5.93902 11.6666 5.90752 12.2106 6.20002 12.6001L9.20002 16.6001C9.38102 16.8411 9.66102 16.9881 9.96252 16.9996C10.2635 17.0106 10.554 16.8856 10.7525 16.6586L17.7525 8.65859C18.098 8.26409 18.0795 7.66959 17.7105 7.29659C17.3415 6.92359 16.7475 6.89959 16.349 7.24059L9.92452 12.7476L7.55453 11.1681Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9423 0.445312C5.59662 0.445312 0.445312 5.59662 0.445312 11.9423C0.445312 18.288 5.59662 23.4393 11.9423 23.4393C18.288 23.4393 23.4393 18.288 23.4393 11.9423C23.4393 5.59662 18.288 0.445312 11.9423 0.445312ZM11.9423 1.44477C17.7361 1.44477 22.4398 6.14853 22.4398 11.9423C22.4398 17.7361 17.7361 22.4398 11.9423 22.4398C6.14853 22.4398 1.44477 17.7361 1.44477 11.9423C1.44477 6.14853 6.14853 1.44477 11.9423 1.44477Z' fill='url(%23paint1)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.83207 10.7521C7.22407 10.3466 6.41258 10.4386 5.91058 10.9691C5.40808 11.5001 5.36158 12.3156 5.80008 12.9001L8.80008 16.9001C9.07158 17.2621 9.49157 17.4821 9.94357 17.4991C10.3956 17.5161 10.8311 17.3281 11.1291 16.9881L18.1291 8.98809C18.6471 8.39559 18.6196 7.50409 18.0661 6.94509C17.5126 6.38559 16.6211 6.34908 16.0241 6.86108L9.88658 12.1216L7.83207 10.7521ZM7.27757 11.5841L9.64708 13.1641C9.83358 13.2881 10.0796 13.2731 10.2501 13.1276L16.6746 7.62058C16.8736 7.44958 17.1711 7.46208 17.3556 7.64858C17.5401 7.83458 17.5491 8.13208 17.3766 8.32958L10.3766 16.3296C10.2771 16.4426 10.1321 16.5056 9.98108 16.4996C9.83058 16.4941 9.69058 16.4206 9.60008 16.3001L6.60008 12.3001C6.45408 12.1051 6.46957 11.8336 6.63707 11.6566C6.80407 11.4796 7.07457 11.4491 7.27757 11.5841Z' fill='url(%23paint2)'/%3E%3C/g%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/svg%3E")}html[theme=four] .faq-accordion.theme-two .accordion-item .accordion-button:not(.collapsed),html[theme=four] .footer-card .social-nav a:hover,html[theme=four] .footer-card .social-nav a:focus{background:linear-gradient(90deg, var(--Primary) 3.44%, #9e02c0 97.23%)}.preview-hero-wrap{text-align:center;background-color:var(--Secondary);padding-top:160px;overflow:hidden}.preview-hero-wrap h2{letter-spacing:-1.4px;font-size:clamp(36px,6vw,90px);line-height:1.2}@media only screen and (min-width:1200px){.preview-hero-wrap p{font-size:18px}}.preview-hero-wrap .hero-img-group{align-items:flex-end;gap:10px;display:flex}.preview-hero-wrap .hero-img-group img{border-radius:10px 10px 0 0}.preview-hero-wrap .hero-img-group .img-big{flex:0 0 calc(26% - 10px);width:calc(26% - 10px);max-width:calc(26% - 10px)}.preview-hero-wrap .hero-img-group .img-medium{flex:0 0 calc(21% - 10px);width:calc(21% - 10px);max-width:calc(21% - 10px)}.preview-hero-wrap .hero-img-group .img-small{flex:0 0 calc(16% - 5px);width:calc(16% - 5px);max-width:calc(16% - 5px)}.preview-hero-wrap .container{z-index:1;position:relative}.preview-hero-wrap .container .bg-shape1{z-index:-10;position:absolute;top:45%;left:-10%}@media only screen and (min-width:480px){.preview-hero-wrap .container .bg-shape1{top:45%}}@media only screen and (min-width:768px){.preview-hero-wrap .container .bg-shape1{top:35%}}@media only screen and (min-width:992px){.preview-hero-wrap .container .bg-shape1{top:25%}}@media only screen and (min-width:1200px){.preview-hero-wrap .container .bg-shape1{top:25%;left:0}}@media only screen and (min-width:1400px){.preview-hero-wrap .container .bg-shape1{top:10%;left:-5%}}.preview-hero-wrap .container .bg-shape2{z-index:-10;max-width:40px;position:absolute;top:55%;left:30%}@media only screen and (min-width:480px){.preview-hero-wrap .container .bg-shape2{top:48%}}@media only screen and (min-width:768px){.preview-hero-wrap .container .bg-shape2{top:40%}}@media only screen and (min-width:992px){.preview-hero-wrap .container .bg-shape2{top:35%}}@media only screen and (min-width:1200px){.preview-hero-wrap .container .bg-shape2{max-width:60px;top:33%;left:20%}}@media only screen and (min-width:1400px){.preview-hero-wrap .container .bg-shape2{max-width:80px;top:26%;left:12%}}.preview-hero-wrap .container .bg-shape3{z-index:-10;max-width:100px;animation:3s linear infinite updown;position:absolute;top:45%;right:10%}@media only screen and (min-width:480px){.preview-hero-wrap .container .bg-shape3{top:40%;right:0}}@media only screen and (min-width:768px){.preview-hero-wrap .container .bg-shape3{top:30%}}@media only screen and (min-width:1200px){.preview-hero-wrap .container .bg-shape3{max-width:150px;top:25%}}@media only screen and (min-width:1400px){.preview-hero-wrap .container .bg-shape3{top:20%}}.catagory-slide{z-index:1;background-color:var(--Primary);padding-top:40px;padding-bottom:40px;position:relative}@media only screen and (min-width:1200px){.catagory-slide{padding-top:70px;padding-bottom:70px}}.catagory-slide h2{letter-spacing:-2px;color:var(--White);text-transform:capitalize;gap:2rem;margin-bottom:0;padding-left:2rem;font-size:clamp(24px,5vw,60px);line-height:1.1}@media only screen and (min-width:1200px){.catagory-slide h2{gap:3rem;padding-left:3rem}}.homepage-card{z-index:1;border:1px solid var(--Border);border-radius:20px;position:relative;overflow:hidden}.homepage-card:after{content:"";z-index:1;background-color:var(--Heading);opacity:0;visibility:hidden;width:100%;height:100%;transition:var(--Animation-Duration);position:absolute;top:0;left:0}.homepage-card a{z-index:100;background-color:var(--Primary);width:100px;height:100px;color:var(--White);opacity:0;visibility:hidden;border-radius:50%;justify-content:center;align-items:center;font-size:42px;transition-duration:.4s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.5)}.homepage-card:hover:after,.homepage-card:focus:after{opacity:.5;visibility:visible}.homepage-card:hover a,.homepage-card:focus a{opacity:1;visibility:visible;transform:scale(1)translate(-50%,-50%)}.preview-footer-content{text-align:center;z-index:1;position:relative}.preview-footer-content h2{text-align:center;letter-spacing:-2.4px;margin-bottom:20px;font-size:clamp(32px,6vw,80px);font-weight:600;line-height:1.2}.preview-footer-content p{margin-bottom:40px}@media only screen and (min-width:1200px){.preview-footer-content p{font-size:18px}}.preview-footer-content .curve-arrow{z-index:-10;animation:3s linear infinite updown;display:none;position:absolute;bottom:0;right:15%}@media only screen and (min-width:768px){.preview-footer-content .curve-arrow{max-width:100px;display:block}}@media only screen and (min-width:992px){.preview-footer-content .curve-arrow{max-width:120px}}@media only screen and (min-width:1200px){.preview-footer-content .curve-arrow{max-width:140px}}@keyframes updown{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.client-testimonial-card{background:var(--Heading);border-radius:20px;padding:28px}.client-testimonial-card .ratings{color:var(--Warning);align-items:center;gap:2px;display:flex}.client-testimonial-card .ratings i{font-size:24px}.client-testimonial-card>div{color:var(--Secondary);align-items:center;gap:4px;display:flex}.client-testimonial-card>div h2{color:var(--White);margin-bottom:0;font-size:24px}.client-testimonial-card p{border-bottom:1px solid var(--Border);color:var(--Secondary);margin-bottom:1rem;padding-bottom:1rem}.client-testimonial-card a{color:var(--Secondary);font-size:14px;display:block}html[data-theme=kamacaash],:root{--Primary:#2e3192;--Primary-Hover:#243078;--Primary-Pressed:#1a2560;--Accent:#e31e31;--Secondary:#eef0fb;--SecondaryTwo:#2e31921f}html[data-theme=kamacaash] .header-section.style-three .navbar{padding-top:1rem;padding-bottom:1rem}html[data-theme=kamacaash] .header-section.style-three .navbar-nav li>a{box-shadow:none!important;border:0!important;text-decoration:none!important}html[data-theme=kamacaash] .header-section.style-three .navbar-nav li>a:after{display:none!important}html[data-theme=kamacaash] .header-section.style-three .navbar-nav li>a:hover,html[data-theme=kamacaash] .header-section.style-three .navbar-nav li>a:focus,html[data-theme=kamacaash] .header-section.style-three .navbar-nav li>a:active{box-shadow:none!important;border:0!important;text-decoration:none!important}html[data-theme=kamacaash] .header-section.style-three .navbar-nav li>a.nav-link-active{font-weight:600;color:var(--Primary)!important}html[data-theme=kamacaash] .footer-section a,html[data-theme=kamacaash] .footer-section a:hover,html[data-theme=kamacaash] .footer-section a:focus,html[data-theme=kamacaash] .footer-section a:active,html[data-theme=kamacaash] .footer-section a:visited{text-decoration:none!important}html[data-theme=kamacaash] .footer-section .footer-nav li a,html[data-theme=kamacaash] .footer-section .footer-plain-link{text-transform:none;text-decoration:none!important}html[data-theme=kamacaash] .footer-section .footer-nav li a:hover,html[data-theme=kamacaash] .footer-section .footer-nav li a:focus,html[data-theme=kamacaash] .footer-section .footer-plain-link:hover,html[data-theme=kamacaash] .footer-section .footer-plain-link:focus{color:var(--Primary);text-decoration:none!important}html[data-theme=kamacaash] .header-section.style-three .kamacaash-brand{margin-right:1rem}html[data-theme=kamacaash] .btn-primary{background-color:var(--Primary);color:#fff;border:1px solid #0000}html[data-theme=kamacaash] .btn-primary:hover,html[data-theme=kamacaash] .btn-primary:focus{background-color:var(--Primary-Hover);color:#fff;border-color:var(--Primary-Hover)}html[data-theme=kamacaash] .btn-primary:active{background-color:var(--Primary-Pressed);color:#fff;border-color:var(--Primary-Pressed)}html[data-theme=kamacaash] .btn-primary:focus-visible{outline:2px solid var(--Primary-Hover);outline-offset:2px}html[data-theme=kamacaash] .subtitle{background-color:var(--Accent);color:#fff}html[data-theme=kamacaash] .text-primary,html[data-theme=kamacaash] .color-change span{color:var(--Primary)!important}html[data-theme=kamacaash] .cta-section .cta-content{background:linear-gradient(135deg,#12163d 0%,#1a1f4d 50%,#12163d 100%)}html[data-theme=kamacaash] .header-section.style-five .header-top{background-color:#12163d}html[data-theme=kamacaash] .get-started-btn{background-color:var(--Primary);color:#fff}html[data-theme=kamacaash] .get-started-btn:hover,html[data-theme=kamacaash] .get-started-btn:focus{background-color:var(--Primary-Hover);color:#fff}html[data-theme=kamacaash] .get-started-btn:active{background-color:var(--Primary-Pressed);color:#fff}html[data-theme=kamacaash] .service-card .service-icon{background-color:var(--Accent);color:#fff}html[data-theme=kamacaash] .accordion-button:not(.collapsed){color:var(--Primary)}.kamacaash-brand{align-items:center;padding:0;text-decoration:none;display:inline-flex}.kamacaash-brand .brand-logo{object-fit:contain;border-radius:0;flex-shrink:0;width:auto;max-width:9rem;height:auto;max-height:2.75rem}.kamacaash-brand.navbar-brand{margin-right:.5rem}.kamacaash-brand.navbar-brand .brand-logo{max-width:8.5rem;max-height:2.5rem}.kamacaash-brand.footer-brand .brand-logo{max-width:10rem;max-height:3rem}.tagline-marquee{background:var(--Primary);overflow:hidden}.tagline-marquee .marquee-track{gap:3rem;width:max-content;padding:1rem 0;animation:28s linear infinite kamacaash-marquee;display:flex}.tagline-marquee .marquee-item{color:#12163d;font-family:var(--Font-Primary);white-space:nowrap;align-items:center;gap:.75rem;font-size:1rem;font-weight:600;display:inline-flex}.tagline-marquee .marquee-item:after{content:"•";color:var(--Accent)}@keyframes kamacaash-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.kamacaash-impact-section{align-items:center;min-height:clamp(520px,56vw,720px);padding:clamp(4rem,8vw,6rem) 0;display:flex;position:relative;overflow:hidden}.kamacaash-impact-bg{object-fit:cover;object-position:center;z-index:0;inset:0;width:100%!important;max-width:none!important;height:100%!important;position:absolute!important}.kamacaash-impact-overlay{z-index:1;background:linear-gradient(#0f1a0c8c 0%,#0f1a0cb8 45%,#0f1a0cd9 100%);position:absolute;inset:0}.kamacaash-impact-content{z-index:2;position:relative}.impact-subtitle{margin-bottom:1rem;display:inline-block;background-color:var(--Accent)!important;color:#12163d!important}.impact-headline{color:#fff;margin-bottom:1.25rem;font-size:clamp(1.75rem,4.5vw,3rem);font-weight:700;line-height:1.2}.impact-mission{color:#ffffffeb;max-width:720px;margin:0 auto;font-size:clamp(1rem,2vw,1.125rem);line-height:1.7}.impact-stats-row{margin-top:clamp(2.5rem,5vw,4rem)}.impact-stat-card{text-align:center;-webkit-backdrop-filter:blur(12px);background:#ffffff1f;border:1px solid #ffffff2e;border-radius:1rem;height:100%;padding:clamp(1.5rem,3vw,2rem) 1.25rem;transition:transform .3s,background .3s}.impact-stat-card:hover{background:#ffffff2e;transform:translateY(-6px)}.impact-stat-card--accent{background:linear-gradient(145deg,#2e319259 0%,#fffc5533 100%);border-color:#2e319266}.impact-stat-card--accent .impact-stat-icon{background:var(--Accent);color:#12163d}.impact-stat-card--accent .impact-stat-value{color:var(--Accent)}.impact-stat-icon{background:var(--Primary);color:#12163d;border-radius:50%;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;margin-bottom:1.25rem;font-size:1.5rem;display:inline-flex}.impact-stat-value{color:#fff;word-break:break-word;margin-bottom:.5rem;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700;line-height:1.2}.impact-stat-label{color:#ffffffd9;font-size:.95rem;font-weight:500;line-height:1.4}.kamacaash-testimonials .testimonial-card .testimonial-image{border:4px solid var(--Secondary);width:160px;height:160px;margin-bottom:2rem;box-shadow:0 12px 32px #0f1a0c1a}.kamacaash-testimonials .testimonial-avatar-main{object-fit:cover;border-radius:50%;width:100%!important;height:100%!important}.kamacaash-testimonials .testimonial-side-icon{border:3px solid var(--White);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.65rem;line-height:1;transition:transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 10px 28px #0f1a0c24}.kamacaash-testimonials .testimonial-side-icon:hover{transform:scale(1.08);box-shadow:0 14px 32px #2e319240}.kamacaash-testimonials .testimonial-side-icon--green{background:linear-gradient(145deg, var(--Primary) 0%, #243078 100%);color:#fff}.kamacaash-testimonials .testimonial-side-icon--yellow{background:linear-gradient(145deg, var(--Accent) 0%, #c41928 100%);color:#fff}@media (min-width:1400px){.kamacaash-testimonials .testimonial-side-icon{width:88px;height:88px;font-size:2rem}}.kamacaash-services-visual{background:var(--White);border-radius:1rem;max-width:450px;margin:0 auto;line-height:0;overflow:hidden;box-shadow:0 20px 48px #0f1a0c1f}.kamacaash-services-img{aspect-ratio:450/497;object-fit:cover;object-position:center;max-width:450px;display:block;width:100%!important;height:auto!important}.kamacaash-services-cta{background:var(--White);border:1px solid #2e319233;border-radius:1rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 8px 24px #0f1a0c0f}.kamacaash-services-cta h5{color:var(--Heading);font-weight:600}.kamacaash-services-cta p{color:var(--Text);font-size:.95rem}.kamacaash-partner-section{background:var(--Secondary)}.kamacaash-partner-visual{border-radius:1rem;max-width:450px;margin:0 auto;overflow:hidden;box-shadow:0 20px 48px #0f1a0c1a}.kamacaash-partner-visual-img{aspect-ratio:450/497;object-fit:cover;display:block;width:100%!important;height:auto!important}.partner-vendor-types{flex-wrap:wrap;gap:.65rem;display:flex}.partner-vendor-chip{background:var(--White);color:var(--Heading);border:1px solid #2e319240;border-radius:2rem;align-items:center;gap:.35rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.partner-vendor-chip i{color:var(--Primary);font-size:1rem}.partner-benefit-card{background:var(--White);border:1px solid #0f1a0c0f;border-radius:1rem;padding:1.75rem 1.5rem;transition:transform .25s,box-shadow .25s;box-shadow:0 10px 32px #0f1a0c0f}.partner-benefit-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #2e31921f}.partner-benefit-card h5{color:var(--Heading);font-weight:600}.partner-benefit-card p{color:var(--Text);font-size:.95rem;line-height:1.6}.partner-benefit-icon{background:var(--Accent);color:#12163d;border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1.25rem;font-size:1.35rem;display:inline-flex}.partner-notice-card{border-left:4px solid var(--Primary);background:var(--White);border-radius:.75rem;padding:1.5rem 1.75rem;box-shadow:0 8px 24px #0f1a0c0d}.partner-notice-card .partner-notice-icon{color:var(--Primary);flex-shrink:0;margin-top:.15rem;font-size:1.5rem}.partner-notice-card p{color:var(--Text);line-height:1.65}.kamacaash-partner-banner{background:linear-gradient(135deg, #12163d 0%, #1a1f4d 50%, var(--Primary) 100%);border-radius:1rem;padding:clamp(1.5rem,4vw,2.5rem)}.kamacaash-partner-banner h3{font-weight:600}.values-list{flex-wrap:wrap;gap:.75rem;display:flex}.values-list .value-chip{background:var(--Secondary);border:1px solid #2e319240;border-radius:2rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500}.kamacaash-app-screen{object-fit:contain;border-radius:1.25rem;max-width:min(100%,280px);max-height:520px;box-shadow:0 20px 50px #0f1a0c26;width:auto!important;height:auto!important}.kamacaash-hero{z-index:1;background:var(--km-bg-section,#fff);padding-top:6.5rem;padding-bottom:4rem;position:relative;overflow:hidden}@media (min-width:1200px){.kamacaash-hero{padding-top:7.5rem;padding-bottom:5rem}}.hero-bg-gradient{background:var(--km-hero-gradient,linear-gradient(135deg, #fff 0%, #eef0fb 35%, #f5f6fd 55%, #fffc551f 100%));pointer-events:none;z-index:0;position:absolute;inset:0}.hero-bg-pattern{opacity:.4;pointer-events:none;z-index:0;background-image:radial-gradient(circle at 1px 1px,#2e319212 1px,#0000 0);background-size:28px 28px;position:absolute;inset:0}.hero-bg-blob{filter:blur(90px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.hero-bg-blob--left{background:#2e319226;width:420px;height:420px;top:5%;left:-10%}.hero-bg-blob--right{background:#fffc5547;width:380px;height:380px;top:20%;right:-8%}.kamacaash-hero .container{z-index:2}.kamacaash-hero-phone-wrap{justify-content:center;align-items:center;max-width:320px;min-height:380px;margin:0 auto;padding:2rem 0 3rem;display:flex;position:relative}@media (min-width:992px){.kamacaash-hero-phone-wrap{max-width:none;min-height:480px;margin:0}}.kamacaash-hero-rings{pointer-events:none;z-index:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.kamacaash-hero-rings span{border:1px solid #2e319226;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.kamacaash-hero-rings span:first-child{width:260px;height:260px}.kamacaash-hero-rings span:nth-child(2){width:340px;height:340px}.kamacaash-hero-rings span:nth-child(3){width:420px;height:420px}.kamacaash-hero-phone-glow{z-index:0;pointer-events:none;background:radial-gradient(circle,#2e31924d 0%,#0000 70%);width:75%;height:75%;position:absolute}.kamacaash-hero-phone{z-index:2;background:linear-gradient(160deg,#2a2a2a 0%,#12163d 100%);border-radius:2.25rem;width:min(100%,260px);padding:.65rem;position:relative;box-shadow:0 28px 64px #0f1a0c2e,inset 0 0 0 1px #ffffff14}@media (min-width:992px){.kamacaash-hero-phone{width:min(100%,280px)}}.kamacaash-hero-phone-notch{z-index:3;background:#12163d;border-radius:0 0 1rem 1rem;width:28%;height:1.35rem;position:absolute;top:.85rem;left:50%;transform:translate(-50%)}.kamacaash-hero-screen{object-fit:cover;object-position:top center;display:block;width:100%!important;max-width:none!important;height:auto!important;max-height:500px!important;box-shadow:none!important;border-radius:1.75rem!important}.kamacaash-hero-phone-badge{z-index:3;background:var(--White);color:#12163d;border:1px solid #2e319233;border-radius:2rem;align-items:center;gap:.5rem;padding:.55rem 1rem;font-size:.8125rem;font-weight:600;display:inline-flex;position:absolute;bottom:2.5rem;right:0;box-shadow:0 10px 28px #0f1a0c1a}.kamacaash-hero-phone-badge i{color:var(--Primary);font-size:1.1rem}@media (min-width:992px){.kamacaash-hero-phone-badge{right:-.5rem}}.kamacaash-hero-content{padding-top:.5rem}@media (min-width:992px){.kamacaash-hero-content{padding-top:2rem;padding-left:1rem}}.kamacaash-hero-badge{background:var(--Accent);color:#fff;letter-spacing:.05em;text-transform:uppercase;border-radius:2rem;max-width:100%;margin-bottom:1.25rem;padding:.45rem 1rem;font-size:.6875rem;font-weight:700;line-height:1.4;display:inline-block}@media (min-width:576px){.kamacaash-hero-badge{font-size:.75rem}}.kamacaash-hero-title{letter-spacing:-.03em;color:#12163d;margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.12}.kamacaash-hero-lead{color:#5a6080;max-width:540px;margin-bottom:1.5rem;font-size:clamp(1rem,2vw,1.125rem);line-height:1.7}.kamacaash-hero-highlights{flex-direction:column;gap:.65rem;margin-bottom:1.75rem;display:flex}.kamacaash-hero-highlights li{color:#12163d;align-items:center;gap:.6rem;font-size:.9375rem;font-weight:500;display:inline-flex}.kamacaash-hero-highlights li i{background:var(--Secondary);width:1.75rem;height:1.75rem;color:var(--Primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;display:inline-flex}.kamacaash-hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.kamacaash-hero-btn-outline{background:var(--White)!important;color:#12163d!important;border:2px solid #0f1a0c26!important}.kamacaash-hero-btn-outline:hover,.kamacaash-hero-btn-outline:focus{color:#fff!important;background:#12163d!important;border-color:#12163d!important}.kamacaash-hero-btn-outline:active{background:var(--Primary-Pressed)!important;border-color:var(--Primary-Pressed)!important}.kamacaash-hero-values{flex-wrap:wrap;gap:.75rem;display:flex}.kamacaash-hero-value-chip{background:var(--White);color:#12163d;border:1px solid #2e31922e;border-radius:2rem;align-items:center;gap:.45rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;display:inline-flex;box-shadow:0 4px 16px #0f1a0c0a}.kamacaash-hero-value-chip i{color:var(--Primary);font-size:1rem}.kamacaash-hero-curve{z-index:3;width:100%;height:24px;line-height:0;position:absolute;bottom:0;left:0;right:0}.kamacaash-hero-curve svg{width:100%;height:24px;display:block}.kamacaash-hero-curve path{fill:var(--km-curve-fill,#fff)}@media (max-width:991px){.kamacaash-hero-content{text-align:center}.kamacaash-hero-lead{margin-left:auto;margin-right:auto}.kamacaash-hero-highlights{align-items:center}.kamacaash-hero-actions,.kamacaash-hero-values{justify-content:center}}.kamacaash-app-features{background:linear-gradient(180deg, var(--km-bg-section,#fff) 0%, var(--km-bg-section-alt,#f5f6fd) 50%, var(--km-bg-section,#fff) 100%);z-index:1;position:relative;overflow:hidden}.app-features-watermark{z-index:0;font-family:var(--Font-Primary);letter-spacing:-.03em;color:#0000;-webkit-text-stroke:1px #2e31921f;pointer-events:none;white-space:nowrap;-webkit-user-select:none;user-select:none;font-size:clamp(4rem,14vw,11rem);font-weight:700;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.app-features-bg-pattern{opacity:.35;pointer-events:none;z-index:0;background-image:radial-gradient(circle at 1px 1px,#2e31920f 1px,#0000 0);background-size:32px 32px;position:absolute;inset:0}.app-features-bg-blob{filter:blur(90px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.app-features-bg-blob--left{background:#2e31921a;width:340px;height:340px;top:20%;left:-8%}.app-features-bg-blob--right{background:#fffc5540;width:300px;height:300px;bottom:15%;right:-6%}.kamacaash-app-features .container{z-index:2}.app-features-header{max-width:640px;margin:0 auto 3rem}.app-features-badge{background:var(--Accent);color:#12163d;letter-spacing:.06em;text-transform:uppercase;border-radius:2rem;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.app-features-title{letter-spacing:-.02em;color:#12163d;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.15}.app-features-lead{color:#5a6080;margin:0;font-size:clamp(1rem,2vw,1.0625rem);line-height:1.7}.app-features-col{flex-direction:column;gap:1.25rem;display:flex}@media (min-width:992px){.app-features-col{justify-content:center;gap:2.5rem;min-height:520px}.app-features-col--left{padding-right:.5rem}.app-features-col--right{padding-left:.5rem}}.app-feature-card-km{text-align:left;appearance:none;background:var(--White);cursor:pointer;border:1px solid #0f1a0c0f;border-radius:1rem;width:100%;padding:1.35rem 1.5rem;font-family:inherit;transition:transform .25s,box-shadow .25s,border-color .25s,background .25s;display:block;position:relative;overflow:hidden;box-shadow:0 8px 28px #0f1a0c0d}.app-feature-card-km:hover{border-color:#2e319240;transform:translateY(-4px);box-shadow:0 16px 40px #2e31921f}.app-feature-card-km.is-active{border-color:var(--Primary);background:linear-gradient(145deg,#eef0fb 0%,#fff 100%);box-shadow:0 16px 48px #2e319226}.app-feature-card-km.is-active .app-feature-card-icon{background:linear-gradient(145deg, var(--Primary) 0%, #243078 100%);color:#fff}.app-feature-card-km.is-active .app-feature-card-title,.app-feature-card-km.is-active .app-feature-card-num{color:var(--Primary)}.app-feature-card-km.is-active .app-feature-card-indicator{opacity:1;color:var(--Primary)}.app-feature-card-num{letter-spacing:.1em;color:#7a8f74;margin-bottom:.75rem;font-size:.6875rem;font-weight:700;transition:color .25s;display:block}.app-feature-card-icon{background:var(--Secondary);width:3rem;height:3rem;color:var(--Primary);border:1px solid #2e319226;border-radius:.75rem;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.35rem;transition:background .25s,color .25s;display:inline-flex}.app-feature-card-title{color:#12163d;margin-bottom:.5rem;font-size:1.125rem;font-weight:700;transition:color .25s}@media (min-width:1200px){.app-feature-card-title{font-size:1.25rem}}.app-feature-card-text{color:#5a6080;margin:0;font-size:.9375rem;line-height:1.65}.app-feature-card-indicator{opacity:0;font-size:1.25rem;transition:opacity .25s,color .25s;position:absolute;top:50%;right:1.25rem;transform:translateY(-50%)}.app-features-phone-wrap{flex-direction:column;align-items:center;max-width:300px;margin:0 auto;padding:1.5rem 0 0;display:flex;position:relative}.app-features-phone-glow{z-index:0;pointer-events:none;background:radial-gradient(circle,#2e319240 0%,#0000 70%);width:85%;height:70%;position:absolute;top:15%}.app-features-phone{z-index:1;background:linear-gradient(160deg,#2a2a2a 0%,#12163d 100%);border-radius:2.25rem;width:min(100%,260px);padding:.65rem;position:relative;box-shadow:0 24px 60px #0f1a0c33,inset 0 0 0 1px #ffffff14}.app-features-phone-notch{z-index:3;background:#12163d;border-radius:0 0 1rem 1rem;width:28%;height:1.35rem;position:absolute;top:.85rem;left:50%;transform:translate(-50%)}.app-features-phone-screen{aspect-ratio:390/844;background:#12163d;border-radius:1.75rem;min-height:380px;position:relative;overflow:hidden}@media (min-width:992px){.app-features-phone-screen{min-height:440px}}.app-features-screen-img{object-fit:cover;object-position:top center;opacity:0;pointer-events:none;transition:opacity .4s,transform .4s;position:absolute;inset:0;transform:scale(.98);width:100%!important;max-width:none!important;height:100%!important;max-height:none!important;box-shadow:none!important;border-radius:0!important}.app-features-screen-img.is-visible{opacity:1;z-index:1;transform:scale(1)}.app-features-phone-dots{z-index:2;gap:.5rem;margin-top:1.25rem;display:flex}.app-features-dot{cursor:pointer;background:#2e319240;border:none;border-radius:50%;width:.5rem;height:.5rem;padding:0;transition:width .25s,background .25s}.app-features-dot.is-active{background:var(--Primary);border-radius:.25rem;width:1.5rem}.app-features-active-label{color:#5a6080;text-align:center;margin-top:.75rem;margin-bottom:0;font-size:.875rem;font-weight:600}@media (max-width:991px){.app-features-grid .order-1{margin-bottom:.5rem}}.kamacaash-app-screenshots .app-screenshot-card{text-align:center}.kamacaash-app-screenshots .app-screenshot-img{object-fit:contain;border-radius:1rem;max-width:100%;max-height:420px;margin:0 auto;display:block;box-shadow:0 12px 32px #0f1a0c1f;width:auto!important;height:auto!important}.kamacaash-app-screenshots .app-screenshot-label{color:var(--Heading);margin-top:1rem;font-size:.9rem;font-weight:600}.kamacaash-app-download{--download-fg:#fff;--download-fg-muted:#ffffffeb;--download-pill-bg:#ffffff1f;--download-pill-border:#fff3;background:linear-gradient(135deg, #12163d 0%, #1a3d14 42%, var(--Primary) 100%);z-index:1;position:relative;overflow:hidden}.app-download-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#fffc5538 0%,#0000 70%);width:55%;height:80%;position:absolute;top:-20%;right:-10%}.app-download-rings{pointer-events:none;z-index:0;position:absolute;inset:0}.app-download-rings span{border:1px solid #ffffff14;border-radius:50%;position:absolute;top:50%;left:65%;transform:translate(-50%,-50%)}.app-download-rings span:first-child{width:280px;height:280px}.app-download-rings span:nth-child(2){width:420px;height:420px}.app-download-rings span:nth-child(3){width:560px;height:560px}.kamacaash-app-download .container{z-index:2}.app-download-badge{background:var(--Accent);color:#12163d;letter-spacing:.06em;text-transform:uppercase;border-radius:2rem;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.app-download-title{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.15;color:var(--download-fg)!important}.app-download-text{color:var(--download-fg-muted);max-width:520px;margin-bottom:.75rem;font-size:clamp(1rem,2vw,1.125rem);line-height:1.7}.app-download-tagline{color:var(--Accent);margin-bottom:1.75rem;font-size:1.05rem;font-weight:600}.app-download-features{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.app-download-features li{background:var(--download-pill-bg);border:1px solid var(--download-pill-border);color:var(--download-fg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:2rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.app-download-features li i{color:var(--Accent);font-size:1.1rem}.app-download-stores{flex-wrap:wrap;gap:1rem;display:flex}.app-store-btn{border-radius:.75rem;align-items:center;gap:.75rem;min-width:200px;padding:.75rem 1.35rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.app-store-btn i{font-size:2rem;line-height:1}.app-store-btn span{color:inherit;flex-direction:column;font-size:1.05rem;font-weight:600;line-height:1.2;display:flex}.app-store-btn span small{opacity:.85;text-transform:none;font-size:.65rem;font-weight:500}.app-store-btn:hover{color:inherit;transform:translateY(-3px);box-shadow:0 12px 28px #0003}.app-store-btn--apple{background:#12163d;border:1px solid #ffffff40;color:#fff!important}.app-store-btn--apple i{color:#fff}.app-store-btn--google{border:1px solid #ffffff80;box-shadow:0 8px 24px #00000026;color:#12163d!important;background:#fff!important}.app-store-btn--google i{color:#12163d}.app-store-btn--google span{color:#12163d!important}.app-download-phone-wrap{justify-content:center;align-items:center;min-height:420px;padding:2rem 0;display:flex;position:relative}.app-download-phone-glow{z-index:0;background:radial-gradient(circle,#fffc5559 0%,#0000 65%);width:70%;height:70%;position:absolute}.app-download-phone{z-index:1;background:linear-gradient(145deg,#f8f8f8 0%,#e8e8e8 100%);border-radius:2.25rem;width:min(100%,280px);padding:.65rem;position:relative;box-shadow:0 40px 80px #00000059,inset 0 0 0 2px #fffc}.app-download-phone-notch{z-index:3;background:#12163d;border-radius:0 0 1rem 1rem;width:28%;height:1.35rem;position:absolute;top:.85rem;left:50%;transform:translate(-50%)}.app-download-screen{object-fit:cover;border-radius:1.75rem;display:block;width:100%!important;height:auto!important}.app-download-phone-badge{z-index:2;background:var(--Accent);color:#12163d;white-space:nowrap;border-radius:2rem;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex;position:absolute;bottom:12%;left:-.5rem;box-shadow:0 12px 32px #00000026}.app-download-phone-badge i{font-size:1.15rem}@media (max-width:991px){.app-download-phone-wrap{min-height:auto;padding-top:0}.app-download-phone-badge{bottom:-.5rem;left:50%;transform:translate(-50%)}.app-download-rings span{left:50%}}.kamacaash-about{background-color:var(--km-bg-section,#fff)}.kamacaash-testimonials.testimonial-section{background-color:var(--km-bg-muted,var(--Secondary));background-image:radial-gradient(80% 60% at 50% 0,#2e319214 0%,#0000 70%)}.how-works-section.kamacaash-services,.app-screenshots-section,.kamacaash-partner-section{background-color:var(--km-bg-section,#fff)}.kamacaash-about-gallery{background:linear-gradient(145deg, var(--Secondary) 0%, #2e319214 50%, var(--Secondary) 100%);border-radius:1.25rem;grid-template-columns:minmax(0,.95fr) minmax(0,1.15fr);align-items:center;gap:clamp(1.25rem,3vw,2rem);width:100%;padding:clamp(1.5rem,3vw,2.5rem);display:grid}.about-gallery-card{background:var(--White);border-radius:1rem;margin:0;line-height:0;overflow:hidden;box-shadow:0 18px 44px #0f1a0c1f}.about-gallery-img{object-fit:cover;object-position:center top;border-radius:1rem;max-width:100%;display:block;width:100%!important;height:auto!important}.about-gallery-card--app{place-self:flex-end start;max-width:280px}.about-gallery-card--app .about-gallery-img{aspect-ratio:223/454;min-height:320px}.about-gallery-card--community{place-self:flex-start stretch;max-width:100%}.about-gallery-card--community .about-gallery-img{aspect-ratio:386/650;min-height:380px}.about-section.style-two .kamacaash-about-col{align-items:center;display:flex}@media (max-width:991px){.kamacaash-about-gallery{grid-template-columns:1fr 1fr;gap:1rem;padding:1.25rem}.about-gallery-card--app{max-width:none}.about-gallery-card--app .about-gallery-img,.about-gallery-card--community .about-gallery-img{min-height:260px}}@media (max-width:575px){.kamacaash-about-gallery{grid-template-columns:1fr;gap:1.25rem;max-width:360px;margin:0 auto}.about-gallery-card--app,.about-gallery-card--community{place-self:center;max-width:100%}.about-gallery-card--app .about-gallery-img,.about-gallery-card--community .about-gallery-img{aspect-ratio:4/5;min-height:280px}}.mission-vision-card{background:var(--Secondary);border-radius:.75rem;height:100%;padding:1.5rem}.mission-vision-card h5{color:var(--Primary);margin-bottom:.75rem}.kamacaash-faq{z-index:1;background:linear-gradient(#fff 0%,#f5f6fd 45%,#fff 100%);position:relative;overflow:hidden}.faq-bg-pattern{opacity:.4;pointer-events:none;z-index:0;background-image:radial-gradient(circle at 1px 1px,#2e319214 1px,#0000 0);background-size:28px 28px;position:absolute;inset:0}.faq-bg-blob{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.faq-bg-blob--left{background:#2e31921f;width:320px;height:320px;top:10%;left:-8%}.faq-bg-blob--right{background:#fffc5559;width:280px;height:280px;bottom:5%;right:-5%}.kamacaash-faq .container{z-index:2}.faq-intro{padding-right:.5rem;position:relative}.faq-badge{background:var(--Accent);color:#12163d;letter-spacing:.06em;text-transform:uppercase;border-radius:2rem;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.faq-title{letter-spacing:-.02em;color:#12163d;margin-bottom:1.25rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.15}.faq-lead{color:#5a6080;max-width:440px;margin-bottom:1.75rem;font-size:clamp(1rem,2vw,1.125rem);line-height:1.7}.faq-highlights{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.faq-highlights li{color:#12163d;align-items:center;gap:.65rem;font-size:.9375rem;font-weight:500;display:inline-flex}.faq-highlights li i{background:var(--Secondary);width:2rem;height:2rem;color:var(--Primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:inline-flex}.faq-actions{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.faq-link-secondary{color:#12163d;align-items:center;gap:.35rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:color .2s,gap .2s;display:inline-flex}.faq-link-secondary i{font-size:1rem;transition:transform .2s}.faq-link-secondary:hover{color:var(--Primary);gap:.5rem}.faq-link-secondary:hover i{transform:translate(3px)}.faq-deco{pointer-events:none;z-index:-1;background:radial-gradient(circle,#2e31920f 0%,#0000 70%);border:1px solid #2e31921f;border-radius:50%;justify-content:center;align-items:center;width:clamp(140px,22vw,220px);height:clamp(140px,22vw,220px);display:flex;position:absolute;bottom:-2rem;right:0}.faq-deco i{color:#2e319214;font-size:clamp(4rem,12vw,7rem);line-height:1}.kamacaash-faq-accordion .accordion{flex-direction:column;gap:.875rem;display:flex}.kamacaash-faq-accordion .faq-acc-item{background:var(--White);border:1px solid #2e319224;border-radius:1rem;transition:box-shadow .25s,border-color .25s;overflow:hidden;box-shadow:0 4px 24px #0f1a0c0a}.kamacaash-faq-accordion .faq-acc-item:has(.accordion-button:not(.collapsed)){border-color:#2e319259;box-shadow:0 12px 40px #2e31921f}.kamacaash-faq-accordion .faq-acc-trigger{align-items:center;gap:1rem;width:100%;padding:1.15rem 1.25rem;font-size:1rem;font-weight:600;line-height:1.4;display:flex;background:var(--White)!important;color:#12163d!important;box-shadow:none!important;border-radius:1rem!important}@media (min-width:768px){.kamacaash-faq-accordion .faq-acc-trigger{padding:1.25rem 1.5rem;font-size:1.0625rem}}.kamacaash-faq-accordion .faq-acc-trigger:after{display:none!important}.kamacaash-faq-accordion .faq-acc-trigger:not(.collapsed){background:linear-gradient(135deg, var(--Primary) 0%, #243078 100%)!important;color:var(--White)!important;border-radius:1rem 1rem 0 0!important}.kamacaash-faq-accordion .faq-acc-trigger:not(.collapsed) .faq-acc-icon-wrap{color:var(--White);background:#fff3}.kamacaash-faq-accordion .faq-acc-trigger:not(.collapsed) .faq-acc-num{color:var(--Accent)}.kamacaash-faq-accordion .faq-acc-trigger:not(.collapsed) .faq-acc-toggle{background:var(--White);color:#12163d}.kamacaash-faq-accordion .faq-acc-trigger:not(.collapsed) .faq-acc-toggle i{transform:rotate(45deg)}.kamacaash-faq-accordion .faq-acc-icon-wrap{background:var(--Secondary);width:2.5rem;height:2.5rem;color:var(--Primary);border-radius:.65rem;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;transition:background .2s,color .2s;display:inline-flex}.kamacaash-faq-accordion .faq-acc-label{text-align:left;flex:1;min-width:0}.kamacaash-faq-accordion .faq-acc-num{letter-spacing:.08em;color:var(--Primary);opacity:.85;margin-bottom:.2rem;font-size:.6875rem;font-weight:700;display:block}.kamacaash-faq-accordion .faq-acc-toggle{width:2rem;height:2rem;color:var(--White);background:#12163d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s;display:inline-flex}.kamacaash-faq-accordion .faq-acc-toggle i{font-size:1rem;transition:transform .25s}.kamacaash-faq-accordion .faq-acc-body{color:#fffffff2;border-radius:0 0 1rem 1rem;padding:0 1.25rem 1.25rem;font-size:.9375rem;line-height:1.75;background:linear-gradient(135deg, var(--Primary) 0%, #243078 100%)!important}@media (min-width:768px){.kamacaash-faq-accordion .faq-acc-body{padding:0 1.5rem 1.5rem;font-size:1rem}}.kamacaash-faq-accordion .accordion-collapse.collapsing+.faq-acc-body,.kamacaash-faq-accordion .accordion-collapse.show .faq-acc-body{padding-top:.25rem}@media (max-width:991px){.faq-deco{display:none}.faq-intro{text-align:center;max-width:520px;margin:0 auto}.faq-lead{margin-left:auto;margin-right:auto}.faq-highlights{align-items:center}.faq-actions{justify-content:center}}.kamacaash-contact{z-index:1;background:#fff;position:relative;overflow:hidden}.contact-bg-pattern{opacity:.35;pointer-events:none;z-index:0;background-image:radial-gradient(circle at 1px 1px,#2e319212 1px,#0000 0);background-size:32px 32px;position:absolute;inset:0}.contact-bg-blob{filter:blur(90px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.contact-bg-blob--left{background:#2e31921a;width:360px;height:360px;top:15%;left:-6%}.contact-bg-blob--right{background:#fffc554d;width:300px;height:300px;bottom:10%;right:-4%}.kamacaash-contact .container{z-index:2}.contact-info-panel{background:linear-gradient(160deg,#eef0fb 0%,#fff 55%,#f5f6fd 100%);border:1px solid #2e31922e;border-radius:1.25rem;flex-direction:column;height:100%;padding:2rem;display:flex;box-shadow:0 20px 50px #0f1a0c0f}@media (min-width:1200px){.contact-info-panel{padding:2.5rem}}.contact-info-header{border-bottom:1px solid #2e31921f;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.75rem;display:flex}.contact-info-logo{object-fit:contain;border-radius:.75rem;flex-shrink:0;width:3.5rem;height:3.5rem}.contact-info-name{color:#12163d;letter-spacing:-.02em;margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.contact-info-sub{color:#5a6080;margin:0;font-size:.875rem;line-height:1.4}.contact-details-list{flex-direction:column;flex:1;gap:1.25rem;display:flex}.contact-detail-item{align-items:flex-start;gap:1rem;display:flex}.contact-detail-icon{background:var(--White);width:2.75rem;height:2.75rem;color:var(--Primary);border:1px solid #2e319233;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;display:inline-flex;box-shadow:0 4px 12px #2e319214}.contact-detail-label{letter-spacing:.05em;text-transform:uppercase;color:#5a6080;margin-bottom:.35rem;font-size:.75rem;font-weight:700;display:block}.contact-detail-value{color:#12163d;font-size:1rem;font-weight:600;line-height:1.5;text-decoration:none;transition:color .2s}@media (min-width:1200px){.contact-detail-value{font-size:1.0625rem}}a.contact-detail-value:hover{color:var(--Primary)}.contact-info-footer{color:#5a6080;border-top:1px solid #2e31921f;margin-top:2rem;padding-top:1.5rem;font-size:.9375rem}.contact-info-footer a{color:var(--Primary);font-weight:600;text-decoration:none}.contact-info-footer a:hover{text-decoration:underline}.contact-form-wrap{flex-direction:column;height:100%;display:flex}.contact-badge{background:var(--Accent);color:#12163d;letter-spacing:.06em;text-transform:uppercase;border-radius:2rem;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.contact-form-title{letter-spacing:-.02em;color:#12163d;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.35rem);font-weight:700;line-height:1.15}.contact-form-lead{color:#5a6080;max-width:560px;margin-bottom:1.25rem;font-size:clamp(1rem,2vw,1.0625rem);line-height:1.7}.contact-topics{flex-wrap:wrap;gap:.65rem;margin-bottom:1.75rem;display:flex}.contact-topics li{background:var(--Secondary);color:#12163d;border:1px solid #2e319226;border-radius:2rem;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.8125rem;font-weight:600;display:inline-flex}.contact-topics li i{color:var(--Primary);font-size:.9rem}.contact-form-card{background:var(--White);border:1px solid #0f1a0c0f;border-radius:1.25rem;flex:1;padding:1.75rem;box-shadow:0 16px 48px #0f1a0c0f}@media (min-width:768px){.contact-form-card{padding:2rem 2.25rem}}.contact-field-label{color:#12163d;margin-bottom:.5rem;font-size:.8125rem;font-weight:600;display:block}.contact-field{position:relative}.contact-field>i{color:var(--Primary);pointer-events:none;z-index:1;opacity:.75;font-size:1.1rem;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.contact-field .form-control{color:#12163d;background:#f5f6fd;border:1px solid #2e319226;border-radius:.75rem;height:3.25rem;padding-left:2.75rem;font-size:.9375rem;transition:border-color .2s,box-shadow .2s,background .2s}.contact-field .form-control::placeholder{color:#7a8f74}.contact-field .form-control:focus{background:var(--White);border-color:var(--Primary);box-shadow:0 0 0 3px #2e319226}.contact-field--textarea>i{top:1.25rem;transform:none}.contact-field--textarea textarea.form-control{resize:vertical;min-height:9.5rem;padding-top:1rem}.contact-submit-btn{width:100%;min-height:3.25rem;font-size:1rem;font-weight:600;border-radius:.75rem!important}@media (max-width:991px){.contact-info-panel{max-width:520px;margin:0 auto}.contact-form-wrap{text-align:center;max-width:640px;margin:0 auto}.contact-form-lead{margin-left:auto;margin-right:auto}.contact-topics{justify-content:center}}html:has(#smooth-wrapper.site-layout--not-found){height:100%;overflow:hidden}html:has(#smooth-wrapper.site-layout--not-found) body{height:100%;overflow:hidden}#smooth-wrapper.site-layout--not-found{height:calc(100dvh - 5.25rem);max-height:calc(100dvh - 5.25rem);overflow:hidden}#smooth-content.site-layout--not-found{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.kamacaash-not-found{background:linear-gradient(160deg, var(--Secondary) 0%, #fff 50%, #fffc5526 100%);flex:1;justify-content:center;align-items:center;min-height:0;padding:1rem 1rem .5rem;display:flex;overflow:hidden}.kamacaash-not-found-card{background:#fffffff0;border:1px solid #2e319226;border-radius:1.25rem;width:100%;max-width:28rem;margin:0 auto;padding:1.75rem 1.25rem 1.5rem;box-shadow:0 16px 40px #0f1a0c14}.kamacaash-not-found-code{background:linear-gradient(135deg, #12163d 0%, var(--Primary) 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.35rem;font-size:clamp(3rem,12vw,4.5rem);font-weight:800;line-height:1}.kamacaash-not-found-title{color:#12163d;margin-bottom:.5rem;font-size:clamp(1.15rem,3vw,1.5rem);font-weight:700}.kamacaash-not-found-text{color:#3d4f38;margin-bottom:1.25rem;font-size:.95rem;line-height:1.5}.kamacaash-not-found-actions{flex-wrap:wrap;justify-content:center;gap:.65rem;display:flex}.kamacaash-not-found-bar{background:#ffffffd9;border-top:1px solid #2e31921f;flex-shrink:0;padding:.75rem 0}.kamacaash-not-found-bar-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;display:flex}.kamacaash-not-found-bar-brand .brand-logo{max-height:2rem}.kamacaash-not-found-bar-copy{color:#3d4f38;font-size:.8rem}.kamacaash-not-found-bar-links{gap:1rem;font-size:.875rem;font-weight:600;display:flex}.kamacaash-not-found-bar-links a{color:var(--Primary);text-decoration:none}.kamacaash-not-found-bar-links a:hover{color:var(--Primary-Hover)}@media (max-width:575px){.kamacaash-not-found-bar-inner{text-align:center;justify-content:center}.kamacaash-not-found-bar-copy{order:3;width:100%}}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-not-found{background:linear-gradient(160deg,#12163d 0%,#1a1f4d 50%,#12163d 100%)}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-not-found-card{background:#1a2e14f2;border-color:#2e319233}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-not-found-title{color:#eef0fb}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-not-found-text{color:#f4fdf0bf}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-not-found-bar{background:#0f1a0ceb;border-top-color:#2e319226}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-not-found-bar-copy{color:#f4fdf0a6}html[data-theme=kamacaash]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--km-bg-page:#fff;--km-bg-section:#fff;--km-bg-section-alt:#f5f6fd;--km-bg-muted:#eef0fb;--km-bg-card:#fff;--km-bg-card-muted:#eef0fb;--km-bg-elevated:#fff;--km-bg-input:#f5f6fd;--km-bg-navbar:#fff;--km-text:#12163d;--km-text-muted:#5a6080;--km-border:#2e319226;--km-border-subtle:#0f1a0c0f;--km-shadow:#0f1a0c14;--km-hero-gradient:linear-gradient(135deg, #fff 0%, #eef0fb 35%, #f5f6fd 55%, #fffc551f 100%);--km-pattern-dot:#2e319212;--km-navbar-border:#00000014;--km-curve-fill:#fff;--km-watermark-stroke:#2e31921f;--Heading:var(--km-text);--Text:var(--km-text-muted);--Background:var(--km-bg-page);--White:var(--km-bg-card);--Secondary:var(--km-bg-muted);--Border:var(--km-border)}html[data-theme=kamacaash] body{background-color:var(--km-bg-page);color:var(--Text)}html[data-theme=kamacaash] .header-section.style-three.mobile-menu-open{background-color:var(--km-bg-navbar)!important}html[data-theme=kamacaash] .header-section.style-three.sticky-on .navbar,html[data-theme=kamacaash] .header-section.style-three .navbar{background-color:var(--km-bg-navbar)!important;border-color:var(--km-navbar-border)!important}html[data-theme=kamacaash][data-color-mode=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--km-bg-page:#08091a;--km-bg-section:#12163d;--km-bg-section-alt:#12153a;--km-bg-muted:#1a1f4d;--km-bg-card:#161a3d;--km-bg-card-muted:#1a1f4d;--km-bg-elevated:#222861;--km-bg-input:#12153a;--km-bg-navbar:#161a3d;--km-text:#eef0fb;--km-text-muted:#a8aed0;--km-border:#2e319238;--km-border-subtle:#ffffff14;--km-shadow:#0006;--km-hero-gradient:linear-gradient(135deg, #08091a 0%, #12163d 45%, #1a1f4d 100%);--km-pattern-dot:#2e31921f;--km-navbar-border:#2e319233;--km-curve-fill:#12163d;--km-watermark-stroke:#2e31922e;--Primary-Pressed:#2e3192;--Heading:var(--km-text);--Text:var(--km-text-muted);--Background:var(--km-bg-page);--White:var(--km-bg-card);--Secondary:var(--km-bg-muted)}.kamacaash-theme-toggle{border:1px solid var(--km-border);background:var(--km-bg-card);width:2.75rem;height:2.75rem;color:var(--km-text);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.kamacaash-theme-toggle i{font-size:1.2rem;line-height:1}.kamacaash-theme-toggle:hover{background:var(--Secondary);border-color:var(--Primary);color:var(--Primary);transform:scale(1.05)}.kamacaash-theme-toggle:focus-visible{outline:2px solid var(--Primary);outline-offset:2px}html[data-theme=kamacaash][data-color-mode=dark] .bg-white,html[data-theme=kamacaash][data-color-mode=dark] .bg-body{background-color:var(--km-bg-section)!important}html[data-theme=kamacaash][data-color-mode=dark] .bg-secondary{background-color:var(--km-bg-muted)!important}html[data-theme=kamacaash][data-color-mode=dark] #smooth-wrapper,html[data-theme=kamacaash][data-color-mode=dark] #smooth-content{background-color:var(--km-bg-page)}html[data-theme=kamacaash][data-color-mode=dark] .section-heading h2,html[data-theme=kamacaash][data-color-mode=dark] .section-heading h3,html[data-theme=kamacaash][data-color-mode=dark] .section-heading h4,html[data-theme=kamacaash][data-color-mode=dark] .section-heading h5{color:var(--km-text)!important}html[data-theme=kamacaash][data-color-mode=dark] .section-heading p{color:var(--km-text-muted)!important}html[data-theme=kamacaash][data-color-mode=dark] .about-list li,html[data-theme=kamacaash][data-color-mode=dark] .about-list li span{color:var(--km-text)!important}html[data-theme=kamacaash][data-color-mode=dark] strong{color:var(--km-text)}html[data-theme=kamacaash][data-color-mode=dark] .header-section.style-three.mobile-menu-open{background-color:var(--km-bg-navbar)!important}html[data-theme=kamacaash][data-color-mode=dark] .header-section.style-three .navbar-nav li>a{color:var(--km-text);box-shadow:none!important;border:0!important;text-decoration:none!important}html[data-theme=kamacaash][data-color-mode=dark] .header-section.style-three .navbar-nav li>a:after{display:none!important}html[data-theme=kamacaash][data-color-mode=dark] .header-section.style-three .navbar-nav li>a:hover,html[data-theme=kamacaash][data-color-mode=dark] .header-section.style-three .navbar-nav li>a:focus,html[data-theme=kamacaash][data-color-mode=dark] .header-section.style-three .navbar-nav li>a:active{color:var(--Primary);box-shadow:none!important;border:0!important;text-decoration:none!important}html[data-theme=kamacaash][data-color-mode=dark] .header-section.style-three .navbar-toggler{color:var(--km-text);border-color:var(--km-border)}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-hero{background:var(--km-bg-section)!important}html[data-theme=kamacaash][data-color-mode=dark] .hero-bg-gradient{background:var(--km-hero-gradient)}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-hero-title,html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-hero-highlights li,html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-hero-value-chip{color:var(--km-text)}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-hero-lead{color:var(--km-text-muted)}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-hero-value-chip,html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-hero-phone-badge{background:var(--km-bg-card);border-color:var(--km-border)}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-hero-btn-outline{background:var(--km-bg-card)!important;color:var(--km-text)!important;border-color:var(--km-border)!important}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-hero-btn-outline:hover,html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-hero-btn-outline:focus{background:var(--Primary)!important;color:#12163d!important;border-color:var(--Primary)!important}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-hero-curve path{fill:var(--km-curve-fill)}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-app-features{background:linear-gradient(180deg, var(--km-bg-section) 0%, var(--km-bg-section-alt) 50%, var(--km-bg-section) 100%)!important}html[data-theme=kamacaash][data-color-mode=dark] .app-features-watermark{-webkit-text-stroke-color:var(--km-watermark-stroke)}html[data-theme=kamacaash][data-color-mode=dark] .app-features-title,html[data-theme=kamacaash][data-color-mode=dark] .app-feature-card-title,html[data-theme=kamacaash][data-color-mode=dark] .app-features-active-label{color:var(--km-text)!important}html[data-theme=kamacaash][data-color-mode=dark] .app-feature-card-km{background:var(--km-bg-card);border-color:var(--km-border-subtle);box-shadow:0 8px 28px var(--km-shadow);color:var(--km-text)}html[data-theme=kamacaash][data-color-mode=dark] .app-feature-card-km.is-active{background:linear-gradient(145deg, var(--km-bg-muted) 0%, var(--km-bg-card) 100%)}html[data-theme=kamacaash][data-color-mode=dark] .app-feature-card-text{color:var(--km-text-muted)}html[data-theme=kamacaash][data-color-mode=dark] .app-feature-card-icon{background:var(--km-bg-muted);border-color:var(--km-border)}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-about{background-color:var(--km-bg-section)!important}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-about-gallery{background:linear-gradient(145deg, var(--km-bg-muted) 0%, #2e31921a 50%, var(--km-bg-muted) 100%)}html[data-theme=kamacaash][data-color-mode=dark] .about-gallery-card{background:var(--km-bg-elevated,var(--km-bg-card));border:1px solid var(--km-border);box-shadow:0 18px 44px var(--km-shadow)}html[data-theme=kamacaash][data-color-mode=dark] .app-screenshots-section,html[data-theme=kamacaash][data-color-mode=dark] .how-works-section.kamacaash-services,html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-partner-section{background-color:var(--km-bg-section)!important}html[data-theme=kamacaash][data-color-mode=dark] .service-card{background:var(--km-bg-muted)!important}html[data-theme=kamacaash][data-color-mode=dark] .service-card h4{color:var(--km-text)}html[data-theme=kamacaash][data-color-mode=dark] .service-card p{color:var(--km-text-muted)}html[data-theme=kamacaash][data-color-mode=dark] .service-card .service-icon{background:var(--km-bg-card);color:var(--km-text)}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-services-cta{border-color:var(--km-border-subtle);background:var(--km-bg-card)!important}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-services-cta h5,html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-services-cta p{color:var(--km-text)!important}html[data-theme=kamacaash][data-color-mode=dark] .app-screenshot-label{color:var(--km-text-muted)}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-testimonials.testimonial-section{background-color:var(--km-bg-section-alt)!important;background-image:none!important}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-testimonials .section-heading h2{color:var(--km-text)!important}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-testimonials .testimonial-card{border:1px solid var(--km-border);background:var(--km-bg-card)!important}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-testimonials .testimonial-card .testimonial-text{color:var(--km-text-muted)!important}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-testimonials .testimonial-card h5{color:var(--km-text)!important}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-testimonials .testimonial-card .testimonial-info p{color:var(--km-text-muted)!important}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-testimonials .testimonial-side-icon{border-color:var(--km-bg-section-alt)}html[data-theme=kamacaash][data-color-mode=dark] .partner-benefit-card,html[data-theme=kamacaash][data-color-mode=dark] .partner-notice-card{border-color:var(--km-border-subtle);background:var(--km-bg-card)!important}html[data-theme=kamacaash][data-color-mode=dark] .partner-benefit-card h5,html[data-theme=kamacaash][data-color-mode=dark] .partner-notice-card h5{color:var(--km-text)}html[data-theme=kamacaash][data-color-mode=dark] .partner-benefit-card p,html[data-theme=kamacaash][data-color-mode=dark] .partner-notice-card p{color:var(--km-text-muted)}html[data-theme=kamacaash][data-color-mode=dark] .partner-vendor-chip{background:var(--km-bg-card);border-color:var(--km-border);color:var(--km-text)}html[data-theme=kamacaash][data-color-mode=dark] .value-chip{background:var(--km-bg-muted);border-color:var(--km-border);color:var(--km-text)}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-partner-banner h3,html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-partner-banner p{color:#eef0fb}html[data-theme=kamacaash][data-color-mode=dark] .btn-light{background:var(--km-bg-card)!important;color:var(--km-text)!important;border-color:var(--km-border)!important}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-faq{background:linear-gradient(180deg, var(--km-bg-section) 0%, var(--km-bg-section-alt) 45%, var(--km-bg-section) 100%)!important}html[data-theme=kamacaash][data-color-mode=dark] .faq-title,html[data-theme=kamacaash][data-color-mode=dark] .faq-highlights li,html[data-theme=kamacaash][data-color-mode=dark] .faq-link-secondary{color:var(--km-text)}html[data-theme=kamacaash][data-color-mode=dark] .faq-lead{color:var(--km-text-muted)}html[data-theme=kamacaash][data-color-mode=dark] .faq-acc-item{background:var(--km-bg-card);border-color:var(--km-border)}html[data-theme=kamacaash][data-color-mode=dark] .faq-acc-trigger{background:var(--km-bg-card)!important;color:var(--km-text)!important}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-contact{background:var(--km-bg-section)!important}html[data-theme=kamacaash][data-color-mode=dark] .contact-info-panel{background:linear-gradient(160deg, var(--km-bg-muted) 0%, var(--km-bg-card) 55%, var(--km-bg-section-alt) 100%);border-color:var(--km-border)}html[data-theme=kamacaash][data-color-mode=dark] .contact-info-name,html[data-theme=kamacaash][data-color-mode=dark] .contact-detail-value,html[data-theme=kamacaash][data-color-mode=dark] .contact-form-title,html[data-theme=kamacaash][data-color-mode=dark] .contact-field-label{color:var(--km-text)}html[data-theme=kamacaash][data-color-mode=dark] .contact-info-sub,html[data-theme=kamacaash][data-color-mode=dark] .contact-info-footer,html[data-theme=kamacaash][data-color-mode=dark] .contact-form-lead{color:var(--km-text-muted)}html[data-theme=kamacaash][data-color-mode=dark] .contact-detail-icon,html[data-theme=kamacaash][data-color-mode=dark] .contact-topics li{background:var(--km-bg-card);border-color:var(--km-border);color:var(--km-text)}html[data-theme=kamacaash][data-color-mode=dark] .contact-form-card{background:var(--km-bg-card);border-color:var(--km-border-subtle);box-shadow:0 16px 48px var(--km-shadow)}html[data-theme=kamacaash][data-color-mode=dark] .contact-field .form-control{background:var(--km-bg-input);border-color:var(--km-border);color:var(--km-text)}html[data-theme=kamacaash][data-color-mode=dark] .contact-field .form-control::placeholder{color:var(--km-text-muted)}html[data-theme=kamacaash][data-color-mode=dark] .contact-field .form-control:focus{background:var(--km-bg-card)}html[data-theme=kamacaash][data-color-mode=dark] .footer-section{background-color:var(--km-bg-section-alt)!important}html[data-theme=kamacaash][data-color-mode=dark] .footer-section .footer-card p,html[data-theme=kamacaash][data-color-mode=dark] .footer-section .footer-nav li a,html[data-theme=kamacaash][data-color-mode=dark] .footer-section .footer-plain-link{color:var(--km-text-muted);text-transform:none;text-decoration:none!important}html[data-theme=kamacaash][data-color-mode=dark] .footer-section .footer-card p:hover,html[data-theme=kamacaash][data-color-mode=dark] .footer-section .footer-card p:focus,html[data-theme=kamacaash][data-color-mode=dark] .footer-section .footer-nav li a:hover,html[data-theme=kamacaash][data-color-mode=dark] .footer-section .footer-nav li a:focus,html[data-theme=kamacaash][data-color-mode=dark] .footer-section .footer-plain-link:hover,html[data-theme=kamacaash][data-color-mode=dark] .footer-section .footer-plain-link:focus{color:var(--Primary);text-decoration:none!important}html[data-theme=kamacaash][data-color-mode=dark] .footer-section .footer-card h5{color:var(--km-text)}html[data-theme=kamacaash][data-color-mode=dark] .copyright-section{color:var(--km-text-muted);border-top-color:var(--km-border)!important}html[data-theme=kamacaash][data-color-mode=dark] .mission-vision-card{background:var(--km-bg-card);border:1px solid var(--km-border-subtle)}html[data-theme=kamacaash][data-color-mode=dark] .divider{opacity:.12}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-app-download .app-download-title,html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-app-download .app-download-text,html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-app-download .app-download-features li{color:#fff!important}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-app-download .app-download-text{color:#ffffffeb!important}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-app-download .app-store-btn--apple{color:#fff!important;background:#12163d!important;border-color:#ffffff4d!important}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-app-download .app-store-btn--apple i,html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-app-download .app-store-btn--apple span{color:#fff!important}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-app-download .app-store-btn--google{color:#12163d!important;background:#fff!important;border-color:#ffffff8c!important}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-app-download .app-store-btn--google i,html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-app-download .app-store-btn--google span,html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-app-download .app-store-btn--google span small{color:#12163d!important}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-impact-section .impact-headline,html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-impact-section .impact-stat-value,html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-impact-section .impact-stat-label{color:#fff!important}html[data-theme=kamacaash][data-color-mode=dark] .kamacaash-impact-section .impact-mission{color:#ffffffeb!important}
