:root{--primary: #1f3e72;--secondary: rgba(255, 255, 255, .78);--black: #131110;--blue-gradient: linear-gradient(97.05deg, #4066ff 3.76%, #2949c6 100%);--orange-gradient: linear-gradient(270deg, #ffb978 0%, #ff922d 100%);--blue: #4066ff;--lightBlue: #eeeeff;--shadow: 0px 23px 21px -8px rgba(168, 180, 230, .25);--SkyBlue:#b3cee5;--LightOrange: #FFE1C0}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif;scroll-behavior:smooth}a{color:inherit;text-decoration:none}.paddings{padding:1.5rem}.innerWidth{width:100%}.flexCenter{display:flex;row-gap:2rem;justify-content:center;align-items:center;flex-wrap:wrap}.flexStart{display:flex;justify-content:flex-start;align-items:center}.flexEnd{display:flex;justify-content:flex-end;align-items:center}.flexColCenter{display:flex;justify-content:center;align-items:center;flex-direction:column}.flexColStart{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.flexColEnd{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.primaryText{color:#1f3e72;font-weight:700;font-size:2rem}.secondaryText{color:#8c8b8b;font-size:.9rem}.orangeText{color:orange;font-size:1.5rem;font-weight:600}.login-btn,.register-btn{padding:.6rem 1.4rem;font-weight:500;color:var(--blue-gradient);background:var(--blue-gradient);border:none;border-radius:4px;transition:all .3s ease-in}.login-btn:hover,.register-btn:hover{cursor:pointer;transform:scale(1.1)}@media (min-width: 1536px){.innerWidth{max-width:1280px;margin:auto}}@media (min-width: 640px){.paddings{padding:4rem}}@media (min-width: 1280px),(min-width: 768px){.paddings{padding:2rem}}@media (max-width: 640px){.primaryText{font-size:1.5rem}.orangeText{font-size:1.2rem}}.h-wrapper{background:#000;color:#f7eeee;position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 4px 6px #0000001a}.h-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1rem}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}.hamburger .bar{width:25px;height:3px;background:white;border-radius:2px;transition:all .3s ease}.h-menu{display:flex;gap:1.5rem;transition:all .3s ease}.h-menu a{color:#f7eeee;text-decoration:none;font-weight:700;transition:color .3s ease,transform .3s ease}.h-menu a:hover{color:#9ef0e8;transform:scale(1.1)}.h-menu.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background:#000;padding:1rem;z-index:999;gap:1rem;box-shadow:0 4px 6px #0003}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:1001}.subscribe-btn{background:linear-gradient(45deg,#f59cbe,#e66294);color:#fff;padding:.5rem 1rem;border:none;border-radius:8px;font-weight:700;font-size:1.2rem;cursor:pointer;transition:all .3s ease;z-index:1001}@media (max-width: 768px){.hamburger{display:flex}.h-menu{display:none}.h-menu.open{display:flex}.subscribe-btn{margin-top:1rem;max-width:150px;font-size:.9rem}}.footer{background-color:#000;color:#e0e0e0;padding:40px 20px;font-family:Arial,sans-serif;text-align:center}.footer-content{max-width:1200px;margin:0 auto}.footer-top h2{text-align:center;margin-bottom:30px;font-size:24px;color:#fff}.footer-links{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:30px}.footer-logo img{width:150px;margin-bottom:20px}.footer-column{margin:10px;flex:1;min-width:200px;text-align:left}.footer-column h3{font-size:18px;margin-bottom:10px;color:#f0f0f0}.footer-column ul{list-style-type:none;padding:0;margin:0}.footer-column li{margin:5px 0}.footer-column a{color:#e0e0e0;text-decoration:none;transition:color .3s}.footer-column a:hover{color:#bd7dcb}.contact-info{padding:10px 0}.contact-info li{color:#e0e0e0;margin:5px 0;font-size:15px;font-weight:400}.footer-social{text-align:center;margin-bottom:20px}.footer-social h3{margin-bottom:10px;font-size:18px;color:#f0f0f0}.social-icons a{margin:0 10px;color:#e0e0e0;font-size:24px;transition:color .3s}.social-icons a:hover{color:#89c4db}.footer-bottom{text-align:center;margin-top:20px;font-size:14px;color:#b0b0b0}.footer-bottom span{display:block;margin:5px 0}@media screen and (max-width: 768px){.footer-links{flex-direction:column;align-items:center}.footer-column{text-align:center;margin-bottom:20px}.footer-logo img{width:120px}.contact-info li{font-size:12px}.social-icons a{font-size:20px}.footer-top h2{font-size:22px}.footer-bottom{font-size:12px}}@media screen and (max-width: 480px){.footer{padding:30px 15px}.footer-top h2{font-size:20px}.footer-column h3{font-size:16px}.footer-bottom{font-size:12px}.social-icons a{font-size:18px}.footer-logo img{width:100px}.footer-column ul li{font-size:14px}}.hero-wrapper{color:#000;position:relative;padding:4rem 2rem;background:linear-gradient(135deg,#ffffff 0%,#e0e0e0 50%,#f7f7f7 100%)}.hero-container{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;padding:3rem}.hero-left{display:flex;flex-direction:column;gap:2.5rem}.hero-title{position:relative;z-index:1}.hero-title>h1{font-weight:700;font-size:3.2rem;line-height:4.2rem;color:#1a1a1a}.orange-circle{height:5rem;width:5rem;background:linear-gradient(45deg,#b1e5f1,#7bbac0);border-radius:50%;position:absolute;right:16%;top:-15%;z-index:-1;box-shadow:0 8px 16px #00000026}.stats{display:flex;gap:3rem;margin-top:3rem;padding:1rem;background-color:#fffc;border-radius:12px;box-shadow:0 8px 16px #0000001a}.stat{text-align:center}.stat span:first-child{font-size:2.2rem;font-weight:700;color:#333}.stat span:last-child{font-size:1rem;color:#555}.plus-sign{color:#f780b1;font-size:2.8rem;margin-left:.5rem}.image-container{width:28rem;height:28rem;overflow:hidden;border-radius:12rem 12rem 0 0;border:6px solid rgba(0,0,0,.05);box-shadow:0 12px 24px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.image-container>img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.image-container:hover{transform:scale(1.05);box-shadow:0 16px 32px #00000026}@media (max-width: 768px){.hero-wrapper{padding:2rem 0rem 1rem}.hero-container{flex-direction:column;align-items:center;padding:2rem}.hero-left{gap:1.8rem;text-align:center}.hero-title>h1{font-size:2.1rem;line-height:3.2rem}.orange-circle{height:3rem;width:3rem;right:10%;top:-5%}.stats{flex-direction:column;gap:2rem;margin-top:2rem;padding:1rem}.stat span:first-child{font-size:1.5rem}.stat span:last-child{font-size:.9rem}.image-container{width:18rem;height:20rem;border-radius:10rem 10rem 0 0;margin:1rem 0}.image-container img{width:100%;height:100%;object-fit:cover}}.cards-container{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:2rem;background:linear-gradient(135deg,#f0b0c5,#f5cae8,#d1e3ea,#8adada);animation:fadeInCards 1.2s ease-in-out both;margin-bottom:2rem}.card{background-color:#fff;border-radius:15px;box-shadow:0 4px 12px #0000001a;max-width:280px;text-align:center;padding:0;margin:0;transition:transform .5s ease,box-shadow .5s ease,border .5s ease;cursor:pointer;border:2px solid transparent;box-sizing:border-box;flex-grow:1;flex-basis:280px;margin-bottom:2rem}.card-title{font-size:.5rem;margin:1rem 0;font-weight:700;background:linear-gradient(45deg,#d5006d,#9c27b0);-webkit-background-clip:text;color:transparent;transition:background-position .5s ease;padding:0}.card-description{color:#555;font-size:1rem;margin-bottom:1.5rem;padding:0}.cards-title{font-size:2rem;font-weight:700;color:#2f2033;background:linear-gradient(135deg,#d3ebf1,#80d2df);padding:1rem 2rem;box-shadow:0 6px 12px #00000026;margin:0;text-align:center;display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:2rem}@media (max-width: 768px){.cards-container{justify-content:center;padding:1.5rem 1rem;gap:1rem;display:flex;flex-direction:row}.card{max-width:90%;flex-basis:auto;margin:1rem auto;padding:1rem}.card-title{font-size:1rem;margin:.5rem 0}.card-description{font-size:.6rem;margin-bottom:1rem}.cards-title{font-size:1.6rem;padding:.8rem 1.5rem}}@media (max-width: 480px){.cards-container{padding:1rem;gap:.5rem;justify-content:center}.card{max-width:100%;padding:.8rem;margin:.5rem auto}.card-title{font-size:.8rem;margin:.5rem 0}.card-description{font-size:.6rem;margin-bottom:.8rem}.cards-title{font-size:1rem;padding:.5rem 1rem}}.hero-action-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#ffffff 0%,#e0e0e0 50%,#f7f7f7 100%);text-align:center}.hero-title{margin-bottom:1rem;color:#000}.hero-action-input{display:flex;align-items:center;justify-content:center}.mobile-input{width:200px;padding:.5rem;border:1px solid #ccc;border-radius:5px;margin-right:8px;color:#000;background-color:#333}.mobile-input::placeholder{color:#000}.get-started-button{background-color:#4066ff;color:#fff;border:none;padding:.5rem 1rem;border-radius:5px;cursor:pointer}.get-started-button:hover{background-color:#345dbf}.benefits-container{padding:20px;background:linear-gradient(135deg,#edc4df 0%,#e0e0e0 50%,#deb2d0 100%);animation:fadeInBenefits 1.2s ease-in-out both}@keyframes fadeInBenefits{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.benefits-title{font-size:28px;font-weight:700;text-align:left;margin-bottom:20px;color:#4b4747}.benefits-list{display:flex;flex-wrap:wrap;justify-content:space-around}.benefit-item{background-color:#dff3f5fe;border-radius:8px;box-shadow:0 4px 8px #0000001a;padding:15px;margin:10px;flex-basis:30%;transition:transform .5s ease,box-shadow .5s ease,border .5s ease;cursor:pointer;opacity:0;transform:translateY(20px);animation:fadeInBenefits 1.2s ease-in-out forwards;animation-delay:calc(.2s * var(--index))}.benefit-item:hover{transform:scale(1.05) rotate(-2deg);box-shadow:0 8px 24px #4d436026,0 0 15px #03064166;border:2px solid rgba(55,51,79,.6)}.benefit-title{font-size:20px;color:#1e88e5;margin-bottom:10px;background:linear-gradient(45deg,#64b5f6,#f06292);-webkit-background-clip:text;color:transparent;transition:background-position .5s ease}.benefit-item:hover .benefit-title{background-position:100% 0}.benefit-description{font-size:16px;color:#555;transition:color .3s ease}.benefit-item:hover .benefit-description{color:#333}@media (max-width: 600px){.benefits-container{padding:15px 10px;background:linear-gradient(180deg,#fce4ec 0%,#f3e5f5 100%)}.benefits-title{font-size:19px;text-align:center;color:#5c5757;margin-bottom:20px;letter-spacing:1px}.benefits-list{display:flex;flex-direction:column;gap:25px;align-items:center}.benefit-item{width:90%;background-color:#fff;border-radius:10px;box-shadow:0 4px 10px #0000001a;padding:20px;text-align:left;position:relative;transition:transform .3s ease,box-shadow .3s ease}.benefit-title{font-size:16px;font-weight:700;margin-bottom:10px;text-align:left;color:#7b1fa2}.benefit-description{font-size:14px;color:#555;line-height:1.5}.benefit-item:before{content:"✓";font-size:18px;color:#7b1fa2;position:absolute;left:10px;top:10px}}.review-container{padding:50px 20px;background-color:#c4eeec;box-shadow:0 15px 30px #0000001a;animation:fadeIn .8s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.review-title{font-size:32px;font-weight:700;text-align:center;color:#2c2b2b;margin-bottom:30px;letter-spacing:1px;text-transform:uppercase}.reviews-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;padding-bottom:30px}.review-card{padding:35px;border-radius:20px;background:linear-gradient(145deg,#ffffff,#f2f7ff);box-shadow:0 10px 30px #0000001a;transition:transform .4s ease,box-shadow .3s ease,background .3s ease;display:flex;flex-direction:column;justify-content:flex-start;position:relative;border:1px solid #e2e8f0;cursor:pointer}.review-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0003;background:linear-gradient(145deg,#f0f4f8,#ffffff);border-color:#c41592;border-width:5px}.review-card:after{content:"";position:absolute;bottom:-25px;left:50%;transform:translate(-50%);width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:25px solid #ffffff}.review-client-details{display:flex;align-items:center;gap:18px;margin-bottom:15px}.review-icon{font-size:32px;color:#4a90e2;transition:color .3s ease}.client-name{font-size:22px;font-weight:600;color:#333;transition:color .3s ease}.client-name:hover{color:#4a90e2}.client-role{font-size:16px;color:#999}.review-text{font-size:18px;color:#555;font-style:italic;margin-top:15px;line-height:1.6;letter-spacing:.5px;text-align:center;transition:color .3s ease}.review-text:hover{color:#4a90e2}@media (max-width: 480px){.review-container{padding:15px 10px;max-width:100%;margin:0 auto}.review-title{font-size:20px;text-align:left;margin-bottom:15px}.reviews-list{display:flex;flex-direction:column;gap:15px}.review-card{padding:20px;min-height:auto;width:100%;box-shadow:0 5px 15px #0000001a;border-radius:12px;border:1px solid #e0e0e0}.review-card:after{display:none}.review-client-details{flex-direction:row;align-items:center;margin-bottom:10px}.review-icon{font-size:20px;margin-right:10px}.client-name{font-size:16px;font-weight:600;color:#333}.client-role{font-size:12px;color:#777}.review-text{font-size:14px;line-height:1.4;text-align:left;padding:0}.reviews-list .review-card:last-child{margin-bottom:0}}.trade-radar-container{display:flex;justify-content:space-between;align-items:flex-start;padding:40px;background-color:#f9f9f9;gap:20px;background:linear-gradient(135deg,#e4b2d0,#f3d3e7,#98f5ea,#759c99);animation:fadeInContainer 1.2s ease-in-out both}@keyframes fadeInContainer{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.trade-radar-text{flex:1;max-width:45%;padding-right:20px;animation:fadeInLeft 1s ease-in-out both}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.title{font-size:2.2rem;margin-bottom:20px;color:#333}.description{font-size:1.2rem;margin-bottom:20px;color:#666;line-height:1.5}.features-list{list-style-type:none;padding:0;margin:0;font-size:1.1rem;font-weight:700}.features-list li{margin-bottom:15px}.get-started-btn{margin-top:20px;display:inline-block;padding:10px 20px;background-color:#0073e6;color:#fff;text-decoration:none;border-radius:5px;font-weight:700}.trade-radar-images{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;position:relative;max-width:55%;padding-right:150px;animation:fadeInRight 1s ease-in-out both}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.image-item{position:relative;margin-bottom:20px;animation:fadeInImage 1.5s ease-in-out both}@keyframes fadeInImage{0%{opacity:0;transform:translateY(30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.image-item img{width:400px;height:260px;object-fit:cover;border-radius:8px;box-shadow:0 4px 8px #0000001a;transition:transform .5s ease,box-shadow .5s ease}.image-item img:hover{transform:scale(1.05);box-shadow:0 8px 16px #0003}@media (max-width: 1024px){.trade-radar-container{flex-direction:column;padding:20px}.trade-radar-text,.trade-radar-images{max-width:100%}.trade-radar-text,.trade-radar-images{padding-right:0}.image-item img{width:300px;height:200px}.title{font-size:1.8rem}.description,.features-list{font-size:1rem}.get-started-btn{font-size:1rem;padding:8px 15px}}@media (max-width: 768px){.trade-radar-container{flex-direction:column;padding:15px}.trade-radar-text{padding-right:0;text-align:center}.trade-radar-images{padding-right:0;margin-top:20px}.image-item img{width:100%;height:auto}.title{font-size:1.2rem;text-align:center}.description{font-size:.7rem;text-align:center}.features-list{font-size:.8rem;padding-left:20px;text-align:center}.get-started-btn{font-size:.8rem;padding:10px 20px;display:block;margin:20px auto}}.market-trends{background:linear-gradient(135deg,#8f8a5a,#ede8b5);padding:40px 30px;box-shadow:0 10px 30px #00000026;color:#fff}.section-title{text-align:center;font-size:32px;font-weight:600;margin-bottom:20px;letter-spacing:1px;color:#343333}.trend-content{font-size:16px;line-height:1.8;margin-bottom:30px;color:#000}.trend-list{list-style-type:disc;padding-left:30px}.trend-list li{margin:10px 0;cursor:pointer;transition:color .3s ease;color:#010101}.trend-list li:hover{color:#08444f}.market-update h3{font-size:24px;font-weight:700;margin-bottom:15px;border-bottom:2px solid #fff;padding-bottom:10px;color:#010101}.market-update ul{padding-left:20px}.market-update ul li{font-size:18px;margin-bottom:10px;color:#3b3a3a}@media (max-width: 600px){.market-trends{padding:20px 10px}.section-title{font-size:18px}.trend-content{font-size:12px}.trend-list{padding-left:20px}.market-update h3{font-size:15px}.market-update ul li{font-size:12px}}@media (min-width: 601px) and (max-width: 900px){.market-trends{padding:30px 20px}.section-title{font-size:28px}.trend-content{font-size:15px}.trend-list{padding-left:25px}.market-update h3{font-size:22px}.market-update ul li{font-size:17px}}@media (min-width: 901px){.market-trends{padding:40px 30px}.section-title{font-size:32px}.trend-content{font-size:16px}.trend-list{padding-left:30px}.market-update h3{font-size:24px}.market-update ul li{font-size:18px}}.full-screen-background{position:relative;width:100%;height:100vh;background-size:cover;display:flex;align-items:center;justify-content:center;padding:0}.trading-insights{background-color:#ffffffd9;padding:40px 30px;box-shadow:0 10px 30px #0000001a;color:#333;max-width:800px;width:100%;box-sizing:border-box}.section-title{text-align:center;font-size:32px;font-weight:600;color:#3a3a3a;margin-bottom:25px;letter-spacing:1px}.insight-content{font-size:16px;line-height:1.8;margin-bottom:30px}.insight-tips{list-style-type:circle;padding-left:20px}.insight-tips li{margin:12px 0;font-size:18px;transition:color .3s ease}.insight-tips li:hover{color:#4a90e2}.insight-research{display:flex;flex-direction:column;align-items:flex-start}.insight-research h3{font-size:24px;font-weight:700;color:#333;margin-bottom:15px;border-bottom:2px solid #ccc;padding-bottom:10px}.insight-research ul{padding-left:20px}.insight-research ul li{font-size:18px;color:#555}@media (max-width: 768px){.trading-insights{padding:px 1px}.section-title{font-size:23px;margin-bottom:20px}.insight-content,.insight-research{padding:0 10px;max-width:100%;font-size:14px}.insight-tips li{font-size:13px}.insight-research h3{font-size:19px}.insight-research ul li{font-size:13px}}@media (min-width: 769px) and (max-width: 1200px){.trading-insights{padding:30px 25px}.section-title{font-size:30px}.insight-tips li{font-size:17px}.insight-research h3{font-size:22px}.insight-research ul li{font-size:17px}}@media (min-width: 1201px){.trading-insights{padding:40px 30px}.section-title{font-size:32px}.insight-tips li{font-size:18px}.insight-research h3{font-size:24px}.insight-research ul li{font-size:18px}}body{margin:0;font-family:Arial,sans-serif}.download-section{display:flex;align-items:center;justify-content:center;padding:40px;background:linear-gradient(135deg,#504949 0%,#7c7878 50%,#b1a8a8 100%);color:#fff;flex-wrap:wrap}.download-text{max-width:50%;text-align:center;margin-bottom:20px}.download-text h1{font-size:30px;margin-bottom:10px;color:#faead7}.download-text p{font-size:18px;margin-bottom:20px}.download-buttons{margin-top:20px}.button{display:inline-block;padding:10px 20px;margin-right:10px;color:#fff;text-decoration:none;border-radius:5px;transition:background-color .3s}.app-store{background-color:#28a745}.google-play{background-color:#db4437}.button:hover{opacity:.8}.download-image{max-width:40%;text-align:center;margin-left:20px}.mobile-image{width:80%;max-width:300px}@media (max-width: 768px){.download-section{flex-direction:column;text-align:center;padding:50px}.download-text{max-width:100%;margin-bottom:10px}.download-image{max-width:100%;margin-left:0}.mobile-image{width:60%;max-width:250px}.button{width:100%;margin:10px 0;padding:15px 0}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(255,255,255,.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-container{width:100%;height:400px;overflow:hidden;box-shadow:0 8px 16px #0003;transition:transform .3s ease,box-shadow .3s ease;background:linear-gradient(135deg,#e8f4f8,#d0eff2)}.map-container.loading{display:flex;justify-content:center;align-items:center;font-size:18px;font-weight:700;color:#666}.location-button{display:none}body{background-color:#1b1a1a}.aboutus-container{max-width:1350px;margin:0 auto;padding:20px;font-family:Arial,sans-serif;color:#4d4b4b}.aboutus-header-card{background:linear-gradient(135deg,#9a589c,#412844,#4c3f4e,#9a589c);padding:30px;border-radius:12px;color:#fff;box-shadow:0 6px 15px #0000001a;margin-bottom:30px;text-align:center}.aboutus-header-card h1{font-size:2.5rem;margin-bottom:15px;color:#fff}.aboutus-header-card p{font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:800px}.aboutus-cards{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.aboutus-card{background-color:#fff;padding:25px;border-radius:12px;box-shadow:0 6px 15px #0000001a;flex:1 1 calc(33% - 20px);margin-bottom:20px;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(135deg,#ebc4ec,#dab9e7)}.aboutus-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.aboutus-card h2{font-size:1.5rem;margin-bottom:8px;color:#bb58bb}.ab outus-card p{font-size:1rem;line-height:1.6;margin-top:5px;color:#3a283f}.aboutus-card ul{list-style-type:disc;padding-left:20px;margin:0}.aboutus-card ul li{margin-bottom:10px}@media (max-width: 768px){.aboutus-card{flex:1 1 100%}.aboutus-header-card h1{font-size:1.6rem}.aboutus-header-card p{font-size:.9rem}.aboutus-card h2{font-size:1.1rem}.aboutus-card p,.aboutus-card ul li{font-size:.8rem}}.cards-container{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem}.cards-container.second-row{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;justify-items:center}.cards-container.second-row .card{width:120%;max-width:400px}@media (max-width: 480px){.cards-container{grid-template-columns:1fr;gap:1rem}.cards-container.second-row{grid-template-columns:1fr}.cards-container.second-row .card{width:100%}}.card{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;height:100%;transition:transform .3s ease,box-shadow .3s ease;padding:1rem}.card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0003}.card-image{width:100%;height:200px;object-fit:cover;border-radius:8px}.card-title{font-size:1.5rem;font-weight:700;color:#333;margin:1rem 0}.card-description{list-style:none;padding:0;color:#555;font-size:1rem;line-height:1.6;max-height:10rem;overflow:hidden;transition:max-height .3s ease-out}.card-description.expanded{max-height:none}.read-more-btn{background-color:#0056b3;color:#fff;border:none;padding:.5rem 1rem;font-size:1rem;cursor:pointer;margin-top:1rem;border-radius:4px;align-self:center;transition:background-color .3s ease}.read-more-btn:hover{background-color:#003d7a}.section-title{color:#fff;font-size:2rem;font-weight:600;margin-bottom:1rem;text-align:center}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;padding:20px;border-radius:8px;max-width:500px;width:80%;text-align:center}.modal-content h2{margin-bottom:10px}.modal-content ul{list-style-type:disc;padding-left:20px;text-align:left}.close-btn{background-color:#333;color:#fff;padding:10px 20px;border:none;border-radius:4px;cursor:pointer;margin-top:10px}.close-btn:hover{background-color:#555}@media (max-width: 480px){.section-title{font-size:1.1rem}.card-title{font-size:1.2rem}.card-description{font-size:.9rem}.read-more-btn{font-size:.9rem;padding:.4rem .8rem}}.support-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:linear-gradient(135deg,#d6d8d8,#e5e7e9);min-height:100vh;font-family:Arial,sans-serif}.hero-action-container{text-align:center;margin-bottom:3rem;background:rgb(255,255,255);padding:2rem;border-radius:8px}.hero-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.hero-subtitle{font-size:1.2rem;color:#cbd3db;margin-bottom:1.5rem}.hero-action-input{display:flex;gap:1rem;justify-content:center;margin-top:1rem;flex-wrap:wrap}.mobile-input{padding:.8rem 1rem;border:2px solid #27ae60;border-radius:8px;font-size:1rem;width:300px;outline:none;background-color:#fff;color:#fdf5f5}.get-started-button{background-color:#27ae60;color:#fff;border:none;padding:.8rem 1.5rem;font-size:1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.get-started-button:hover{background-color:#2ecc71}.faq-section{max-width:800px;margin-top:2rem;text-align:left;width:100%}.faq-title{font-size:2rem;font-weight:700;color:#5a3658;margin-bottom:1.5rem}.faq{margin-bottom:1.5rem}.question{font-size:1.3rem;font-weight:600;color:#2d3436;margin-bottom:.5rem}.answer{font-size:1rem;color:#636e72;margin-left:1rem}@media (max-width: 1024px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.faq-title{font-size:1.8rem}.mobile-input{width:250px}.get-started-button{font-size:.9rem}.faq-section{max-width:90%}}@media (max-width: 768px){.hero-action-input{flex-direction:column;gap:1rem}.mobile-input,.get-started-button{width:100%;padding:.8rem}.faq-title{font-size:1.5rem;text-align:center}.faq-section{text-align:center}.question{font-size:1.2rem}.answer{font-size:.9rem;margin-left:0;margin-top:.5rem}}@media (max-width: 480px){.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1rem}.faq-title{font-size:1.2rem}.faq{margin-bottom:1rem}.question{font-size:1rem}.answer{font-size:.9rem;margin-left:0}}.not-found-container{text-align:center;padding:50px}.not-found-container h1{font-size:72px;color:#ff4a4a}.not-found-container p{font-size:18px;margin:20px 0}.back-home-button{background-color:#4caf50;color:#fff;padding:10px 20px;text-decoration:none;border-radius:5px}.back-home-button:hover{background-color:#45a049}.terms-container,.privacy-container,.refund-container,.accessibility-container{font-family:Roboto,sans-serif;background:linear-gradient(135deg,#f9fafb 0%,#e2e6ea 100%);padding:40px;border-radius:15px;box-shadow:0 8px 20px #0000001a;margin:30px auto;max-width:900px;line-height:1.7;transition:transform .3s ease}.terms-container:hover,.privacy-container:hover,.refund-container:hover,.accessibility-container:hover{transform:translateY(-5px)}h1,h2{font-family:Poppins,sans-serif;color:#34495e}.terms-title,.privacy-title,.refund-title,.accessibility-title{font-size:2.2rem;font-weight:700;color:#2c3e50;margin-bottom:20px;border-bottom:4px solid #3498db;padding-bottom:12px;letter-spacing:1px;text-transform:uppercase;transition:color .3s ease}.terms-title:hover,.privacy-title:hover,.refund-title:hover,.accessibility-title:hover{color:#2980b9}.terms-subtitle,.privacy-subtitle,.refund-subtitle,.accessibility-subtitle{font-size:1.6rem;font-weight:700;color:#16a085;margin-top:25px;text-transform:capitalize}.terms-section,.privacy-text,.refund-text,.accessibility-text{font-size:1.1rem;color:#555;margin-bottom:18px;line-height:1.8}.terms-link,.privacy-link,.refund-link,.accessibility-link{color:#1e88e5;text-decoration:none;font-weight:700;transition:color .3s ease}.terms-link:hover,.privacy-link:hover,.refund-link:hover,.accessibility-link:hover{color:#34495e;text-decoration:underline}.terms-list,.privacy-list,.refund-list,.accessibility-list{list-style-type:disc;padding-left:20px;margin-left:10px;color:#444}.terms-list li,.privacy-list li,.refund-list li,.accessibility-list li{font-size:1.1rem;color:#555;margin-bottom:10px}.contact-section{margin-top:50px;padding-top:25px;border-top:2px solid #d1d1d1;text-align:center}.contact-section p{color:#5c5c5c;font-size:1.2rem;margin-bottom:12px}@media (max-width: 768px){.terms-title,.privacy-title,.refund-title,.accessibility-title{font-size:2.4rem}.terms-subtitle,.privacy-subtitle,.refund-subtitle,.accessibility-subtitle{font-size:1.6rem}.terms-section,.privacy-text,.refund-text,.accessibility-text{font-size:1rem}.contact-section p{font-size:1.1rem}.terms-container,.privacy-container,.refund-container,.accessibility-container{padding:25px}}.product-details{max-width:800px;margin:20px auto;padding:30px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;background:linear-gradient(135deg,#ffffff 50%,#f0f4f8 100%);border-radius:12px;box-shadow:0 6px 15px #0000001a;transition:transform .3s}.product-details:hover{transform:scale(1.02)}.product-details h1{font-size:2.4em;color:#2c3e50;font-weight:700;border-bottom:3px solid #4CAF50;padding-bottom:10px;margin-bottom:20px;text-align:center}.product-details p{font-size:1.1em;line-height:1.8;color:#555;margin-bottom:25px;text-align:justify}.product-details h3{font-size:1.7em;color:#4caf50;margin-top:30px;margin-bottom:10px;padding-bottom:5px;border-bottom:2px solid #e0e0e0}.product-details ul{list-style-type:none;padding:0}.product-details ul li{font-size:1em;color:#333;background:#ffffff;margin:10px 0;padding:15px 20px;border-radius:8px;box-shadow:0 2px 5px #0000001a;display:flex;align-items:center;transition:box-shadow .3s}.product-details ul li:hover{box-shadow:0 4px 10px #00000026}.product-details ul li:before{content:"✔";color:#4caf50;font-size:1.5em;margin-right:12px}.product-details button{display:block;width:100%;padding:15px;margin-top:30px;font-size:1.2em;font-weight:700;color:#fff;background-color:#4caf50;border:none;border-radius:8px;box-shadow:0 4px 10px #0003;cursor:pointer;transition:background-color .3s,transform .3s}.product-details button:hover{background-color:#43a047;transform:scale(1.03)}@media (max-width: 600px){.product-details{padding:20px;font-size:.8em}.product-details h1,.product-details h3{font-size:1.3em}.product-details ul li{font-size:.9em}}body{margin:0;font-family:Poppins,sans-serif;background-color:#000}.careers-container{max-width:1200px;margin:50px auto;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 8px 16px #0000001a;animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.careers-header{text-align:center;margin-bottom:3rem}.careers-header h1{font-size:2.8rem;color:#34495e}.careers-header p{font-size:1.2rem;color:#7f8c8d;margin-top:.5rem}.job-openings h2{text-align:center;color:#2c3e50;margin-bottom:2rem}.job-listings{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.job-card{background-color:#ecf0f1;padding:1.5rem;border-radius:12px;transition:transform .3s,box-shadow .3s}.job-card:hover{transform:translateY(-8px);box-shadow:0 8px 16px #00000026}.job-card h3{font-size:1.6rem;color:#2980b9;margin-bottom:.5rem}.job-card p{font-size:1rem;color:#7f8c8d;margin:.3rem 0}.apply-button{margin-top:1rem;padding:.8rem 1.2rem;background-color:#2980b9;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s}.apply-button:hover{background-color:#1f618d}.benefits h2{text-align:center;color:#2c3e50;margin:2rem 0 1rem}.benefits ul{list-style:none;padding:0;max-width:600px;margin:0 auto;color:#2c3e50}.benefits li{margin-bottom:1rem;padding-left:1.5rem;border-left:4px solid #2980b9;position:relative}.benefits li:before{content:"✔";position:absolute;left:-1.5rem;color:#2980b9;font-size:1.2rem}.careers-footer{text-align:center;margin-top:3rem;padding:1rem;background-color:#b9bdbf;color:#fff;border-radius:8px}@media (max-width: 768px){.careers-header h1{font-size:2rem}.careers-header p{font-size:1rem}.job-openings h2{font-size:1.5rem}.job-card h3{font-size:1.4rem}.job-card p{font-size:.9rem}.apply-button{padding:.6rem 1rem}.benefits h2{font-size:1.5rem}.benefits li,.careers-footer{font-size:.9rem}}
