html{scroll-behavior:smooth}.navbar{padding:.5rem 1rem;transition:background-color .3s,color .3s;background-color:#fff;color:#000;height:60px;position:relative;z-index:1000;position:sticky;top:0;box-shadow:0 2px 4px #0000001a}.navbar.dark{background-color:#000;color:#fff}.navbar-container{display:flex;justify-content:space-between;align-items:center;height:100%;margin:0 auto;position:relative}.navbar-logo{display:flex;align-items:center}.navbar-logo-image{width:60px;height:auto}.navbar-content{display:flex;align-items:center;justify-content:space-between;flex-grow:1}.navbar-links{display:flex;gap:1.5rem;margin-left:70px}.nav-link{color:#000;text-decoration:none;transition:color .3s;font-size:16px}.navbar.dark .nav-link{color:#fff}.navbar-right{display:flex;align-items:center;gap:1rem}.navbar-icon-button{background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:#000}.navbar.dark .navbar-icon-button{color:#fff}.navbar-connect-button{background-color:transparent;color:#000;border:1px solid #000000;padding:.5rem 1rem;border-radius:9999px;cursor:pointer;transition:background-color .3s,color .3s;font-size:14px;white-space:nowrap}.navbar-connect-button:hover{background-color:#000;color:#fff}.navbar.dark .navbar-connect-button:hover{background-color:#fff;color:#000}.navbar.dark .navbar-connect-button{color:#fff;border-color:#fff}.theme-toggle{background:none;border:none;cursor:pointer;width:56px;height:28px;position:relative;display:flex;align-items:center;padding:0}.toggle-track{background-color:#e0e0e0;border-radius:14px;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 4px;position:relative;transition:background-color .3s}.navbar.dark .toggle-track{background-color:#4a4a4a}.toggle-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#000}.navbar.dark .toggle-icon{color:#fff}.toggle-thumb{position:absolute;top:2px;left:2px;width:24px;height:24px;border-radius:50%;background-color:#fff;transition:transform .3s;box-shadow:0 2px 4px #0003}.toggle-thumb.dark{transform:translate(28px)}.dropdown{position:static}.dropdown-toggle{background:none;border:none;cursor:pointer;display:flex;align-items:center}.dropdown-menu{position:absolute;top:100%;left:0;right:0;width:100%;background-color:#f5f5f5;padding:1rem 0;z-index:1000;box-shadow:0 4px 6px #0000001a;display:none}.dropdown.open .dropdown-menu{display:block}.navbar.dark .dropdown-menu{background-color:#2a2a2a}.navbar-dropdown-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;max-width:1200px;margin:0 auto;padding:0 1rem}.dropdown-menu a{display:block;padding:.5rem;color:#000;text-decoration:none;transition:background-color .3s}.navbar.dark .dropdown-menu a{color:#fff}.chevron-down{width:1rem;height:1rem;margin-left:.25rem}.navbar-icon-used{width:1.5rem}.menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.menu-toggle span{width:2rem;height:.25rem;background:#000;border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}.navbar.dark .menu-toggle span{background:#fff}.navbar-backdrop{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:999}@media (max-width: 1024px){.navbar-links{gap:1rem;margin-left:15px}.nav-link{font-size:17px}.navbar-icon-used{width:20px;height:auto}.navbar-connect-button{padding:.6rem 1rem;font-size:15px}}@media (max-width: 992px){.navbar-links{gap:.8rem;margin-left:15px}.nav-link{font-size:13px}.navbar-icon-used{width:15px;height:auto}.navbar-connect-button{padding:.4rem .8rem;font-size:12px}}@media (max-width: 768px){.navbar-links{gap:.8rem}.nav-link{font-size:12px}.navbar-icon-used{width:15px;height:auto}.navbar-connect-button{padding:.3rem .6rem;font-size:11px}}@media (max-width: 480px){.navbar-container{justify-content:space-between}.navbar-left{display:flex;align-items:center}.navbar-right{display:flex;align-items:center;gap:.5rem}.menu-toggle{display:flex;margin-right:1rem}.navbar-content{position:fixed;top:60px;left:-100%;flex-direction:column;background-color:#fff;width:100%;height:calc(100vh - 60px);align-items:flex-start;padding:1rem;transition:left .3s ease-in-out;overflow-y:auto;z-index:1000}.navbar-icon-used{width:20px;height:auto}.navbar.dark .navbar-content{background-color:#1a1a1a}.navbar-content.open{left:0}.navbar-backdrop{display:block}.navbar-links{flex-direction:column;width:100%;margin-left:0;gap:1rem}.navbar-connect-button,.navbar-icon-button:not(.mobile-user-icon){display:none}.mobile-user-icon{display:flex}.theme-toggle{margin-left:0}.dropdown{position:relative;width:100%}.dropdown-menu{position:static;width:100%;box-shadow:none;padding:.5rem 0 .5rem 1rem}.navbar-dropdown-grid{grid-template-columns:1fr}.dropdown-toggle{width:100%;justify-content:space-between}.dropdown.open .dropdown-menu{display:block}.dropdown:not(.open) .dropdown-menu{display:none}}.blur-background{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9999}.popup-form{background:#fff;border-radius:12px;width:900px;max-width:95vw;display:flex;overflow:hidden;box-shadow:0 10px 40px #00000026;height:500px;position:relative}.close-button{position:absolute;top:10px;right:10px;background:none;border:none;cursor:pointer;z-index:10;padding:5px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s}.close-button:hover{background-color:#0000001a!important}.dark .close-button:hover{background-color:#000!important}.form-media{flex:1.2;display:flex;flex-direction:column;background:linear-gradient(135deg,#1a1a2e,#16213e);padding:30px}.video-div{width:100%;height:250px;border-radius:12px;overflow:hidden;margin-bottom:30px}.promo-video{width:100%;height:100%;object-fit:cover;border-radius:12px}.text-div{flex:1;display:flex;align-items:center;justify-content:center}.media-headline{color:#fff;font-size:28px;font-weight:700;text-align:center;line-height:1.3;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.5)}.form-content{flex:1;padding:40px;display:flex;flex-direction:column;justify-content:center}.form-step{display:flex;flex-direction:column;gap:15px}.form-step-1-h2{color:#04034d;font-size:38px!important}.form-step-2-h2{color:#04034d;font-size:38px!important;margin-bottom:10px}.form-step input,.form-step select{padding:12px;border:1px solid #0301019a;border-radius:4px;font-size:16px}.form-step textarea{resize:none;height:100px;padding:12px;border:1px solid #0301019a;border-radius:4px;font-size:16px}.form-step input::placeholder,.form-step textarea::placeholder{color:#9b9b9b!important}.next-btn-form{padding:12px;border:none;background-color:#007bff;color:#fff;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .3s}.next-btn-form:hover{background-color:#0056b3}.submit-btn-form{padding:8px 12px;border:none;background-color:#007bff;color:#fff;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .3s}@media (max-width: 900px){.popup-form{width:95%;height:auto;flex-direction:column;margin:20px;max-height:90vh;overflow-y:auto}.form-media{min-height:300px}.video-div{height:200px}.media-headline{font-size:20px}}@media (max-width: 768px){.popup-form{width:95%;height:auto;flex-direction:column;margin:20px;max-height:90vh;overflow-y:auto}.form-media{min-height:350px}.video-div{height:250px}.media-headline{font-size:18px}}@media (max-width: 480px){.popup-form{width:95%;height:auto;flex-direction:column;margin:10px;max-height:90vh;overflow-y:auto}.form-media{padding:15px;min-height:280px}.video-div{height:200px;margin-bottom:15px}.media-headline{font-size:16px}.form-content{padding:20px}.form-step-1-h2,.form-step-2-h2{color:#04034d;font-size:28px!important;margin-top:0;margin-bottom:0}.form-step input,.form-step select,.form-step textarea,.next-btn-form,.submit-btn-form{font-size:14px;padding:10px}.close-button{top:5px;right:5px;padding:3px}}.sanwal-hero-section{width:auto;height:90vh;display:flex;align-items:center;justify-content:center;padding:1rem;overflow:hidden}.sanwal-hero-section.light{color:#04034d}.sanwal-hero-section.dark{background:#000;color:#fff}.sanwal-hero-container{width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:relative}.sanwal-hero-content-left{width:100%;text-align:center;margin-bottom:2.5rem;z-index:10;display:flex;flex-direction:column;align-items:center}.sanwal-hero-logo{margin-bottom:1rem}.sanwal-hero-logo img{width:130px;height:100px}.sanwal-hero-title{font-size:100px;font-weight:200;margin-bottom:.25rem;letter-spacing:3px;margin-top:0}.sanwal-hero-subtitle{font-size:60px;font-weight:400;margin-top:0;margin-bottom:1rem}.sanwal-hero-description{font-size:1rem;margin-bottom:1.5rem;max-width:28rem}.sanwal-hero-button{background-color:#ff6b6b;color:#fff;font-weight:700;padding:.75rem 2rem;border-radius:5px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:all .3s ease-in-out;border:none;cursor:pointer;font-size:.875rem}.sanwal-hero-button:hover{background-color:#ff5252}.sanwal-hero-content-right{width:100%;height:600px;position:relative}.sanwal-hero-blob{position:absolute;width:24rem;height:24rem;border-radius:50%;filter:blur(3rem);opacity:.3}.sanwal-hero-blob-1{right:0;top:0;background:linear-gradient(to bottom right,#63b3ed,#48bb78)}.sanwal-hero-blob-2{left:0;bottom:0;background:linear-gradient(to top right,#9f7aea,#ed64a6)}.sanwal-hero-service-card-container{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.sanwal-hero-service-card{background-color:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:.75rem;padding:2rem;box-shadow:0 10px 30px #0006;width:20rem;height:24rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;overflow:hidden}.sanwal-hero-service-image-container{width:100%;height:80%;overflow:hidden;margin-bottom:1rem}.sanwal-hero-service-image{width:100%;height:100%;object-fit:contain;object-position:center}.sanwal-hero-service-title{font-size:1.5rem;font-weight:700;margin-bottom:0;margin-top:auto}@media (min-width: 1367px){.sanwal-hero-section{height:auto}.sanwal-hero-container{flex-direction:row}.sanwal-hero-content-left{width:50%;margin-bottom:0}.sanwal-hero-content-right{width:50%}}@media (max-width: 1366px){.sanwal-hero-section{height:auto}.sanwal-hero-container{flex-direction:row}.sanwal-hero-content-left{width:50%;margin-bottom:0}.sanwal-hero-content-right{width:50%}}@media only screen and (max-width: 992px){.sanwal-hero-section{height:40vh}.sanwal-hero-container{flex-direction:row}.sanwal-hero-logo img{width:100px;height:70px}.sanwal-hero-content-left{width:100%;text-align:center;margin-bottom:0;z-index:10;display:flex;flex-direction:column;align-items:center}.sanwal-hero-description{font-size:1rem;margin-bottom:2.5rem;max-width:28rem}.sanwal-hero-blob{width:15rem;height:15rem}.sanwal-hero-title{font-size:70px;font-weight:200;margin-bottom:.25rem;letter-spacing:3px;margin-top:0}.sanwal-hero-subtitle{font-size:45px;font-weight:400;margin-top:0;margin-bottom:1rem}.sanwal-hero-service-card{width:14rem;height:18rem}}@media only screen and (max-width: 480px){.sanwal-hero-section{height:89vh}.sanwal-hero-container{flex-direction:column-reverse;height:584px}.sanwal-hero-logo img{width:80px;height:60px}.sanwal-hero-content-left{width:100%;text-align:center;margin-bottom:0;z-index:10;display:flex;flex-direction:column;align-items:center}.sanwal-hero-description{font-size:1rem;margin-bottom:2.5rem;max-width:28rem}.sanwal-hero-blob{width:10rem;height:10rem}.sanwal-hero-blob-1{right:0;top:100px;background:linear-gradient(to bottom right,#63b3ed,#48bb78)}.sanwal-hero-blob-2{left:0;bottom:100px;background:linear-gradient(to top right,#9f7aea,#ed64a6)}.sanwal-hero-title{font-size:50px;font-weight:400;margin-bottom:.25rem;letter-spacing:3px;margin-top:0}.sanwal-hero-subtitle{font-size:40px;font-weight:400;margin-top:0;margin-bottom:1rem}.sanwal-hero-description{font-size:14px;margin-bottom:1.5rem;max-width:28rem}.sanwal-hero-content-right{width:100%;height:600px;position:relative;margin-bottom:60px;margin-top:30px}.sanwal-hero-service-card{width:12rem;height:16rem}.sanwal-hero-service-card-container{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.sanwal-hero-service-title{font-size:12px;font-weight:700;margin-bottom:0;margin-top:auto}.sanwal-hero-button{background-color:#ff6b6b;color:#fff;font-weight:700;padding:.75rem 2rem;border-radius:5px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:all .3s ease-in-out;border:none;cursor:pointer;font-size:10px}}.about-us{background-image:url(/assets/abt-us-img-final-BnuRJili.png);background-repeat:no-repeat;background-size:contain;background-position:right;padding:2rem 1rem;text-align:center;max-width:100%;margin:0 auto;position:relative;min-height:300px}.about-us.dark{background-color:#000;background-image:url(/assets/abt-us-img-final-BnuRJili.png);background-blend-mode:normal}.about-us-content-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:80%;height:300px;text-align:center;padding:20px;border-radius:5px;margin:10px auto;position:relative;transition:height .5s ease,backdrop-filter .5s ease}.about-us-content-wrapper.light{background-image:linear-gradient(315deg,#fbeaea,#e3fcf4 74%);color:#04034d}.about-us-content-wrapper.dark,.about-us-content-wrapper.abt-expanded.dark{background:linear-gradient(to bottom right,#1c0020,#2d4648);color:#fff!important}.about-us-content-wrapper.abt-expanded.light{background-image:linear-gradient(315deg,#fbeaea,#e3fcf4 74%);color:#04034d}.about-us-content-wrapper.abt-expanded{width:88%;height:610px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.about-us-content-wrapper h2{margin:0;font-size:40px}.about-us-content-wrapper p{margin-left:20px;margin-right:20px;font-size:16px;font-weight:500;text-align:justify;line-height:1.6;margin-bottom:20px}.abt-circular-text{position:absolute;top:-73px;left:-44px;width:100px;height:200px;animation:rotate 10s linear infinite;z-index:0;pointer-events:none}.abt-circular-text path{fill:none}.abt-circular-text text{font-size:9px;text-transform:uppercase;letter-spacing:2px;font-weight:400}.abt-circular-text.light text{fill:#04034d!important}.abt-circular-text.dark text{fill:#fff!important}.abt-expanded-content{margin-top:20px}.abt-view-more-btn{background-color:#ff6b6b;color:#fff;border:none;display:block;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:16px;transition:background-color .3s ease;margin-top:0;margin-bottom:1rem;margin-left:auto;margin-right:auto}.abt-view-more-btn:hover{background-color:#ff5252}.abt-cta-btn{background-color:#ff6b6b;color:#fff;border:none;display:block;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:16px;transition:background-color .3s ease;margin-bottom:1rem;margin-left:auto;margin-right:auto}.abt-cta-btn:hover{background-color:#45a049}@media only screen and (max-width: 992px){.about-us-content-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:70%;height:280px;text-align:center;padding:20px;border-radius:5px;margin:10px auto;position:relative;transition:height .5s ease,backdrop-filter .5s ease}.about-us-content-wrapper.abt-expanded{width:88%;height:550px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.about-us-content-wrapper h2{margin:0;font-size:40px}.about-us-content-wrapper p{margin-left:20px;margin-right:20px;font-size:12px;font-weight:500;text-align:justify;line-height:1.6;margin-bottom:10px}.abt-view-more-btn{font-size:10px}.abt-cta-btn{font-size:10px!important}}@media screen and (max-width: 768px){.about-us-content-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:74%;height:290px;text-align:center;padding:20px;border-radius:5px;margin:10px auto;position:relative;transition:height .5s ease,backdrop-filter .5s ease}.about-us-content-wrapper.abt-expanded{width:88%;height:600px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}@media screen and (max-width: 480px){.about-us{background-image:url(/assets/abt-us-img-final-mobile-D4NYk5Gh.png);background-repeat:no-repeat;background-size:130px 120px;background-position:right bottom;padding:1rem 0rem;text-align:center;max-width:100%;margin:0 auto;position:relative;min-height:200px}.about-us-content-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:88%;height:235px;text-align:center;padding:20px;border-radius:5px;margin:10px auto;position:relative;transition:height .5s ease,backdrop-filter .5s ease}.about-us-content-wrapper.abt-expanded{width:88%;height:650px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.about-us-content-wrapper h2{margin:0;font-size:20px}.about-us-content-wrapper p{margin-left:0;margin-right:0;font-size:10px;font-weight:500;text-align:justify;line-height:1.6;margin-bottom:5px}.abt-view-more-btn{font-size:7px;padding:8px 18px}.abt-cta-btn{font-size:7px!important}.abt-circular-text{position:absolute;top:-45px;left:-24px;width:70px;height:90px;animation:rotate 10s linear infinite;z-index:0;pointer-events:none}.abt-circular-text text{font-size:8px;text-transform:uppercase;letter-spacing:3px;font-weight:400}}@media screen and (max-width: 380px){.about-us-content-wrapper{width:88%;height:270px;text-align:center;padding:10px}.about-us-content-wrapper.abt-expanded{width:88%;height:650px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}.marquee-horizontal2{display:flex;overflow:hidden;width:100%;height:32px;white-space:nowrap;align-items:center;background-color:#fed78b;transform:rotate(-4.75deg);margin-top:55px}.track-horizontal2{display:flex;white-space:nowrap;will-change:transform;animation:marquee-horizontal 100000s linear infinite}.marquee-text{display:inline-block;padding:0 1em;word-spacing:1px;font-family:Gill Sans,sans-serif;color:#04034d;font-size:1.1rem;font-weight:700;text-transform:uppercase}@keyframes marquee-horizontal{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (min-width: 1200px){.marquee-horizontal2{display:flex;overflow:hidden;width:100%;height:32px;white-space:nowrap;align-items:center;background-color:#fed78b;transform:rotate(-3.75deg);margin-top:40px}}@media only screen and (max-width: 992px){.marquee-horizontal2{display:flex;overflow:hidden;width:100%;height:22px;white-space:nowrap;align-items:center;background-color:#fed78b;transform:rotate(-3.75deg);margin-top:30px}}@media only screen and (max-width: 480px){.marquee-horizontal2{display:flex;overflow:hidden;width:100%;height:22px;white-space:nowrap;align-items:center;background-color:#fed78b;transform:rotate(-4deg);margin-top:15px}}.main-global-section{max-width:100vw;height:20rem;display:flex;justify-content:center;align-items:center;margin-top:40px;position:relative;padding-bottom:40px}.global{width:80%;height:90%;position:relative;overflow:hidden;border-radius:10px;padding:10px;display:flex;justify-content:center;align-items:center;z-index:1}.global.dark{opacity:.9}.global-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.global-blur{background-color:#ffffff8d;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);width:80%;height:90%;text-align:center;padding:20px;border-radius:10px;margin-top:10px;margin-bottom:10px;position:relative}.global-blur.dark{background-color:#000000b3}.global-blur h2{font-family:Arial,Helvetica,sans-serif;color:#04034d;font-size:38px;margin-top:10px}.global-blur p{font-family:Arial,Helvetica,sans-serif;font-size:22px;color:#04034d}.global-blur.dark h2,.global-blur.dark p{color:#fff!important}.global-get-in-touch-button{margin:20px}.global-btn{background-color:#fed78b;color:#030303;display:block;margin:0 auto;padding:10px 20px;border:none;border-radius:5px;font-size:16px;cursor:pointer;font-family:Arial,Helvetica,sans-serif}.global-btn:hover{background-color:#fc9535}@media only screen and (max-width: 992px){.global-blur h2{font-family:Arial,Helvetica,sans-serif;color:#04034d;font-size:30px;margin-top:10px}.global-blur p{font-family:Arial,Helvetica,sans-serif;font-size:20px;color:#04034d}.global-blur.dark h2,.global-blur.dark p{color:#fff!important}}@media only screen and (max-width: 480px){.main-global-section{height:201px;margin-top:22px;padding-bottom:0}.global{width:90%;height:200px}.global-blur{height:170px}.global-blur h2{margin:10px 0 15px;font-size:20px}.global-blur p{margin:10px 0 12px;font-size:12px}.global-blur.dark h2,.global-blur.dark p{color:#fff!important}.global-get-in-touch-button{margin:20px}.global-btn{font-size:12px;padding:9px 18px}}.why-us-section{display:flex;justify-content:space-between;height:510px}.why-us-left-column{display:flex;flex-direction:column;justify-content:flex-start;flex:1;padding-right:40px;margin-left:40px;height:500px}.why-us-title{font-size:48px;margin-bottom:20px;text-align:left;margin-top:0;font-family:Arial,Helvetica,sans-serif}.why-us-title.light{color:#04034d!important}.why-us-title.dark{color:#fff!important}.why-us-description{font-size:22px;line-height:1.5;margin-bottom:30px;width:90%;font-family:Arial,Helvetica,sans-serif}.why-us-description.light{color:#04034d!important}.why-us-description.dark{color:#fff!important}.stats{display:flex;margin-top:40px;margin-bottom:40px;width:70%}.stat{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.stat-number{font-size:40px;font-weight:700;color:#ffa000;margin-right:60px;opacity:0;transform:translateY(20px);transition:opacity .5s,transform .5s}.stat-number.animate{opacity:1;transform:translateY(0)}.stat-label{font-size:14px}.stat-label.light{color:#616161!important}.stat-label.dark{color:#f5f5f5!important}.why-us-button-container{display:flex;gap:30px;width:80%;margin-top:31px}.btn-why-us{padding:10px 20px;font-size:16px;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.btn-primary-why-us{background-color:#ff5252;color:#fff;border:none;margin:0;padding-left:30px;padding-right:30px}.btn-primary-why-us:hover{background-color:#ff1744}.btn-secondary-why-us{background-color:transparent;color:#1a237e;border:2px solid #1a237e;margin:0;padding-left:30px;padding-right:30px}.btn-secondary-why-us.dark{color:#fff!important;background-color:#1a227e6f}.btn-secondary-why-us:hover{background-color:#1a237e;color:#fff}.why-us-right-column{flex:1;display:flex;flex-direction:column-reverse;height:500px;width:500px;justify-content:flex-end}.mobile-why-us-title{display:none}.why-us-image-carousel{background-size:cover;background-position:center;height:400px;width:80%;border-radius:10px;position:relative;margin-left:68px}.why-us-carousel-controls{position:absolute;transform:translate(39px) translateY(430px);display:flex;width:40%;height:40px;justify-content:space-evenly;align-items:center;gap:90px}.why-us-carousel-arrow{background-color:#fff0;border:none;color:#1a237e;font-size:26px;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease}.why-us-carousel-arrow.dark{color:#fff!important}.why-us-carousel-arrow:hover{background-color:#fcb786cc}.why-us-left-arrow{margin-left:0;margin-right:0}.why-us-right-arrow{margin-right:0;margin-left:0}.why-us-carousel-nav{display:flex;gap:10px;height:10px}.why-us-carousel-dot{width:10px!important;height:10px!important;border-radius:50%;background-color:#b6b4b4be;cursor:pointer}.why-us-carousel-dot.active{background-color:#ff5252}@media (max-width: 1200px){.why-us-section{height:auto;padding:30px}.why-us-left-column{padding-right:20px;margin-left:20px;height:auto}.why-us-title{font-size:40px}.why-us-description{font-size:20px;width:100%}.stats{width:100%}.why-us-right-column{width:45%}.why-us-image-carousel{width:100%;margin-left:0}.why-us-carousel-controls{width:100%;transform:translate(0) translateY(410px)}}@media (max-width: 992px){.why-us-section{flex-direction:row;align-items:center}.why-us-left-column,.why-us-right-column{width:100%;margin-left:0;padding-right:0}.why-us-description{font-size:15px;width:95%;text-align:justify}.stat-number{font-size:25px}.why-us-right-column{margin-top:40px;height:auto;flex-direction:column}.why-us-image-carousel{height:300px}.why-us-carousel-controls{position:relative;transform:none;margin-top:20px}.why-us-button-container{width:100%}}@media (max-width: 768px){.why-us-section{padding:20px}.why-us-title{font-size:36px}.why-us-description{font-size:15px;width:98%;text-align:justify}.stat-number{font-size:25px;margin-right:40px}.stats{flex-direction:row;align-items:flex-start;margin-bottom:20px}.stat{margin-bottom:20px}.why-us-button-container{flex-direction:row;gap:15px;margin-top:0}.btn-why-us{width:100%;padding:8px 10px;font-size:12px}.why-us-image-carousel{width:90%;margin-left:20px}.why-us-carousel-controls{margin-top:10px}}@media (max-width: 480px){.why-us-section{flex-direction:column-reverse;height:auto;padding:20px}.why-us-left-column,.why-us-right-column{width:100%;margin-left:0;padding-right:0}.why-us-right-column{margin-top:0}.mobile-why-us-title{display:block;font-size:30px;margin-bottom:20px;margin-top:10px;font-family:Arial,Helvetica,sans-serif}.mobile-why-us-title.light{color:#04034d}.mobile-why-us-title.dark{color:#fff!important}.why-us-title{display:none!important}.why-us-description{font-size:14px;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.why-us-image-carousel{height:300px;width:100%;margin-left:0;margin-bottom:20px}.why-us-carousel-controls{position:relative;transform:none;width:100%;justify-content:center;gap:20px;margin-top:10px}.stats{flex-direction:row;justify-content:space-around;margin-top:20px;margin-bottom:20px}.stat{align-items:center}.stat-number{font-size:24px;margin-right:0}.stat-label{font-size:12px}.why-us-button-container{flex-direction:column;gap:10px;width:100%}.btn-why-us{width:100%}}.offer-heading h2{margin-left:40px;text-align:left;letter-spacing:2px;font-size:48px}.offer-heading.light{color:#04034d}.offer-heading.dark{color:#fff!important}.offer-section{max-width:100%}.offers-carousel-container{position:relative;max-width:80%;margin:0 auto}.offers-carousel{background-color:#fee2f8;background-image:linear-gradient(315deg,#fee2f8,#dcf8ef 74%);border-radius:8px;box-shadow:0 4px 8px #0b55c5c6;padding:20px;overflow:hidden}.offers-carousel.dark{background:linear-gradient(to bottom right,#1c0020,#2d4648)}.offers-content{display:flex;align-items:center;gap:20px}.discount-block{padding:30px;border-radius:12px;flex:0 0 250px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #0006;animation:pulse 3s infinite;overflow:hidden;position:relative;height:227px}.discount-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:12px}.separator{width:3px;height:13rem;margin:0 30px}.separator.light{background-color:#ddd!important}.separator.dark{background-color:#fff!important}.offer-details{flex:1;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.offer-details h2{font-size:28px;margin-bottom:10px}.offer-details.light h2{color:#04034d}.offer-details.dark h2{color:#fff!important}.offer-details p{font-size:22px;line-height:1.6;margin-bottom:20px}.offer-details.light p{color:#04034d}.offer-details.dark p{color:#fff!important}.offers-carousel-dots{display:flex;justify-content:center;margin-top:20px}.offers-carousel-dot{width:10px;height:10px;border-radius:50%;background-color:#b6b4b4be;cursor:pointer;transition:background-color .3s ease;margin:0 7px}.offers-carousel-dot.active{background-color:#ff5252}.offer-claim-button{background-color:#ff6b6b;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:12px 24px;margin-top:20px;transition:background-color .3s;margin-left:auto;margin-right:auto;display:block}.offer-claim-button:hover{background-color:#ff4757}@media screen and (max-width: 992px){.offer-heading h2{font-size:36px;margin-left:20px}.offers-carousel-container{position:relative;max-width:90%;margin:0 auto}.offers-content{flex-direction:row;align-items:center}.discount-block{flex:0 0 200px;font-size:1.25rem;height:200px}.offer-details h2{font-size:24px}.offer-details p{font-size:18px}.separator{width:3px;height:12rem;margin:0 20px}}@media screen and (max-width: 480px){.offers-carousel-container{max-width:100%;margin:0 auto;padding:0 10px}.offers-content{flex-direction:row;gap:10px;height:180px}.discount-block{flex:0 0 120px;padding:20px;font-size:1.2rem;height:120px}.offer-details{text-align:left;font-size:18px}.offer-details h2{font-size:18px}.offer-details p{font-size:12px}.separator{width:4px;height:160px;margin:0 10px}.separator.dark{width:2px}.offer-claim-button{font-size:14px;padding:10px 20px}}.service-container{position:relative}.service-heading h2{text-align:center;font-size:3rem;margin-top:40px}.service-heading.light h2{color:#04034d}.service-heading.dark h2{color:#fff!important}.scroll-container{position:relative;overflow:hidden}.service-section{display:flex;gap:10px;height:450px;overflow-x:auto;padding:0 20px 20px;scroll-behavior:smooth}.control-service-buttons{display:flex;justify-content:space-between;margin-bottom:60px}.service-scroll-button{background-color:#fff0;border:none;color:#04034d;font-size:26px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease;position:relative;border-radius:50%}.service-scroll-button.dark{color:#fff!important;border-radius:50%}.service-scroll-button:hover{background-color:#fcb786cc}.service-scroll-button.left{position:absolute;left:10px;top:467px;font-weight:500;margin-top:40px}.service-scroll-button.right{position:absolute;right:10px;top:467px;font-weight:500;margin-top:40px}.service-cta-button{position:absolute;left:50%;transform:translate(-50%);top:473px;font-weight:500;background-color:#ff6b6b;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:16px;margin-top:40px}.service-cta-button:hover{background-color:#ff5252}.service-scroll-button:before{display:block}.service-item{flex:0 0 150px;height:90%;background-size:cover;background-position:center;transition:all .3s ease;position:relative;cursor:pointer;border-radius:10px;overflow:hidden;filter:grayscale(100%)}.service-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;transition:background .3s ease}.service-item.expanded{flex:0 0 300px;filter:grayscale(0%)}.service-item.expanded:before{background:#00000080}.service-content{position:relative;color:#fff;padding:20px;display:flex;flex-direction:column;justify-content:flex-end;height:100%;box-sizing:border-box}.gogo{-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);background-color:#0000}.service-item h3{margin:0;font-size:15px;transition:all .3s ease;white-space:nowrap;text-align:center}.service-item.expanded h3{margin-bottom:15px;text-align:left}.service-list-container{display:flex;justify-content:space-between;margin-bottom:15px}.service-list{list-style-type:disc;padding:0;margin:0 0 0 5px;font-size:14px;flex:0 0 48%}.service-list li{margin-bottom:5px;font-size:10px;margin-right:2px}.service-list li:before{color:#ff6b6b;display:inline-block;width:1em;margin-left:-1em}.service-list a{color:#f5f5f5;text-decoration:none;margin-right:4px}.service-list a:hover{text-decoration:underline}.view-service{background-color:#ff6b6b;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;align-self:flex-start;font-size:14px}.view-service a{text-decoration:none!important;color:#fff!important}.service-section::-webkit-scrollbar{display:none}.service-section{-ms-overflow-style:none;scrollbar-width:none}.how-we-work-container{width:90vw;height:340px;margin:40px auto 0;padding-top:2rem;padding-bottom:2rem;background-color:#fee2f8;background-image:linear-gradient(315deg,#fee2f8,#dcf8ef 74%);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #9411110d;border-radius:10px}.how-we-work-container.dark{background:linear-gradient(to bottom right,#1c0020,#2d4648)}.how-we-work-title{font-size:48px;font-weight:700;text-align:center;margin-bottom:2rem;margin-top:0;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.how-we-work-title.light{color:#04034d}.how-we-work-title.dark{color:#fff!important}.timeline-desktop{display:none}.timeline-mobile{display:block}.timeline-item{display:flex;flex-direction:column;align-items:center;width:16.666%;z-index:10;height:250px}.timeline-icon{width:4rem;height:4rem;background-color:#fff;border:4px solid #4299e1;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 10px 15px -3px #4299e14d,0 4px 6px -2px #4299e133;transition:all .3s ease}.timeline-icon:hover{transform:translateY(-5px)}.icon{width:3rem;height:3rem;color:#4299e1}.timeline-title{font-size:1.25rem;font-weight:600;text-align:center;margin-bottom:.75rem}.timeline-title.light{color:#04034d}.timeline-title.dark{color:#fff!important}.timeline-description{font-size:.95rem;text-align:center;line-height:1.5;width:170px}.timeline-description.light{color:#04034d}.timeline-description.dark{color:#fff!important}.timeline-item-mobile{display:flex;align-items:flex-start;margin-bottom:2.5rem;padding:1rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.timeline-icon-mobile{width:4.5rem;height:4.5rem;background-color:#ebf8ff;border:3px solid #4299e1;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1.5rem;flex-shrink:0;box-shadow:0 4px 6px -1px #4299e14d,0 2px 4px -1px #4299e133}.icon-mobile{width:2.5rem;height:2.5rem;color:#4299e1}.timeline-content-mobile{flex-grow:1}.timeline-title-mobile{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#2d3748}.timeline-description-mobile{font-size:.95rem;color:#4a5568;line-height:1.5}.timeline-connector{position:absolute;top:2.4rem;left:0;width:100%;height:.5rem;background-color:#e2e8f0;overflow:hidden;border-radius:9999px}.timeline-connector-animation{height:100%;width:100%;background:linear-gradient(90deg,#4299e1,#4fd1c5,#48bb78,#ecc94b,#ed8936,#ed64a6);background-size:300% 100%;border-radius:9999px}@media (min-width: 1024px){.timeline-desktop{display:flex;justify-content:space-between;align-items:flex-start;position:relative}.timeline-mobile{display:none}}@media (max-width: 1023px){.how-we-work-container{padding:4rem 1rem}.how-we-work-title{font-size:2rem;margin-bottom:3rem}}@media only screen and (max-width: 991px){.how-we-work-container{height:300px;padding:2rem 1rem 1rem}.how-we-work-title{margin-top:0;margin-bottom:30px}.timeline-desktop{display:flex;justify-content:space-between;align-items:flex-start;position:relative}.timeline-title{font-size:14px;font-weight:600;text-align:center;margin-bottom:.75rem;color:#04034d}.timeline-description{display:none}.timeline-item{display:flex;flex-direction:column;align-items:center;width:16.666%;z-index:10;height:150px}.timeline-mobile{display:none}}@media only screen and (max-width: 480px){.how-we-work-container{display:none}}.our-team{font-family:Arial,sans-serif;margin:30px auto 0;padding:20px}.our-team-content{display:flex;justify-content:space-between;gap:20px}.our-team-text-content{flex:1;padding-right:20px;margin-left:10px}.our-team-text-content h1{font-size:48px;margin-bottom:20px}.our-team-text-content.light h1,.our-team-text-content.light p{color:#04034d}.our-team-text-content.dark h1,.our-team-text-content.dark p{color:#fff!important}.our-team-text-content p{font-size:20px;line-height:1.5;margin-bottom:20px;width:500px}.our-team-text-content ul{list-style-type:none;padding:0}.our-team-text-content li{position:relative;margin-bottom:10px;padding-left:25px;font-size:15px}.our-team-text-content li:before{content:"•";position:absolute;left:0;top:8px;font-size:1.5em;line-height:0}.our-team-text-content.light li:before{color:#0303b9}.our-team-text-content.dark li:before{color:#bdbebe}.our-team-text-content a{text-decoration:none}.our-team-text-content.light a{color:#02029a}.our-team-text-content.dark a{color:#bdbebe}.our-team-text-content a:hover{text-decoration:underline}.image-content{flex:1;display:flex;flex-direction:column;align-items:center;position:relative;margin-left:100px}.video-wrapper{position:relative;width:420px;height:520px;margin-top:40px}.image-content h1{display:none;font-size:36px;margin-bottom:20px}.image-content.light h1{color:#04034d}.image-content.dark h1{color:#fff!important}.our-team-button-container{display:flex;gap:30px;width:80%;margin-top:31px}.btn-our-team{padding:10px 20px;font-size:16px;border-radius:5px;cursor:pointer;transition:background-color .3s ease;height:40px}.our-team-contact-button{background-color:#ff5252;color:#fff;border:none;margin:0;padding-left:30px;padding-right:30px}.our-team-contact-button:hover{background-color:#ff5252}.our-team-view-more-button{background-color:transparent;color:#1a237e;border:2px solid #1a237e;margin:0;padding-left:20px;padding-right:20px}.our-team-view-more-button.dark{color:#fff!important;background-color:#1a227e6f}.our-team-view-more-button:hover{background-color:#1a237e;color:#fff}.our-team-button-container.mobile{display:none}@media (min-width: 1400px){.our-team{margin-left:5vw}}@media (max-width: 991px){.our-team-content{flex-direction:row;align-items:flex-start}.our-team-text-content{flex:1}.image-content{flex:1;margin-left:10px;margin-top:50px}.video-wrapper{width:100%;height:auto;aspect-ratio:4 / 5}.our-team-text-content p{width:100%}.btn-our-team{font-size:12px}}@media (max-width: 480px){.our-team{margin-top:0}.our-team-content{flex-direction:column}.our-team-text-content{display:none}.image-content{order:1;margin-left:0;width:100%;margin-top:0}.video-wrapper{width:85%;height:auto;aspect-ratio:4 / 5;margin-top:20px;margin-left:40px;margin-bottom:10px}.our-team-button-container.desktop-tablet{display:none}.our-team-button-container.mobile{display:flex;flex-direction:column;width:100%;gap:15px;margin-top:20px}.btn-our-team{width:100%}.our-team-text-content h1{display:none}.image-content h1.mobile{display:block;margin-top:0}.image-content:before{content:none}}@media (max-width: 362px){.video-wrapper{width:99%;height:auto;aspect-ratio:4 / 5;margin-top:20px;margin-left:40px}}.video-element{position:relative;width:310px;height:500px}.circular-text-vid{position:absolute;top:-40px;left:-35px;width:110px;height:110px;animation:rotate 10s linear infinite;z-index:0;pointer-events:none;letter-spacing:50px}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.circular-text-vid path{fill:none}.circular-text-vid text{font-size:16px;text-transform:uppercase;letter-spacing:1px}.circular-text-vid.light text{fill:#04034d}.circular-text-vid.dark text{fill:#fff!important}.video-container{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:24px;overflow:hidden;box-shadow:0 4px 8px #0b55c5;transform:rotate(0);transition:transform .5s ease;z-index:1}.video-container.paused{transform:rotate(7deg)}.video-inner{position:absolute;top:0;right:0;bottom:0;left:0;clip-path:inset(0 round 24px)}.video{width:100%;height:100%;object-fit:cover}.play-button{position:absolute;bottom:20px;left:-40px;width:70px;height:70px;background-color:#fff;border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 2px 4px #0003;z-index:2}.play-button:after{display:none}.vid-icon{width:32px;height:32px;color:#666}@media (max-width: 480px){.video-element{width:280px;height:460px}}.certificate-container{max-width:100%;padding:20px;overflow-x:auto}.certificate-title{text-align:center;font-size:48px;margin-bottom:30px}.certificate-title.light{color:#04034d}.certificate-title.dark{color:#fff!important}.certificates{display:flex;justify-content:space-evenly;align-items:center;gap:20px;min-width:max-content}.certificate-link{flex:0 0 auto;width:120px;height:120px;display:flex;justify-content:center;align-items:center;border-radius:10px;overflow:hidden;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;background-color:#fff}.certificate-link.dark{box-shadow:4px 4px 8px #0b55c5c6}.certificate-link:hover{transform:translateY(-5px);box-shadow:0 6px 12px #00000026}.certificate-logo{max-width:80%;max-height:80%;object-fit:contain}@media (max-width: 992px){.certificate-title{font-size:30px}.certificate-link{width:100px;height:100px}}@media (max-width: 480px){.certificate-title{font-size:24px}.certificate-link{width:70px;height:70px}.certificate-container{max-width:100%;padding:0;overflow-x:auto}}.portfolio-container{width:100%;margin:0 auto;padding:20px;box-sizing:border-box}.portfolio-title{text-align:center;font-size:48px;margin-bottom:20px}.portfolio-title.light{color:#04034d}.portfolio-title.dark{color:#fff!important}.portfolio-grid{display:grid;grid-template-columns:3fr 1.2fr 1.5fr 4.5fr 3.5fr repeat(2,1.5fr) 4fr 3.5fr;grid-template-rows:126.5px 126.5px 126.5px;grid-column-gap:10px;grid-row-gap:10px}.portfolio-grid-item{background-color:#908d8d;border-radius:5px;width:100%;height:100%;overflow:hidden;position:relative}.portfolio-grid-item img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%;object-fit:cover}.item1{grid-area:1 / 1 / 3 / 2}.item2{grid-area:1 / 2 / 3 / 5}.item3{grid-area:1 / 5 / 4 / 7}.item4{grid-area:1 / 7 / 2 / 9}.item5{grid-area:1 / 9 / 2 / 10}.item6{grid-area:3 / 1 / 4 / 4}.item7{grid-area:3 / 4 / 4 / 5}.item8{grid-area:2 / 7 / 4 / 10}.view-portfolio-btn{display:block;margin-top:30px;margin-left:auto;margin-right:auto;padding:10px 20px;background-color:#ff6b6b;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:16px}.view-portfolio-btn:hover{background-color:#ff5252}@media (min-width: 768px){.portfolio-grid{grid-template-columns:3fr 1.2fr 1.5fr 4.5fr 3.5fr repeat(2,1.5fr) 4fr 3.5fr;grid-template-rows:126.5px 126.5px 126.5px;grid-column-gap:10px;grid-row-gap:10px}}@media (max-width: 480px){.mobile-portfolio-container{width:100%;padding:15px;box-sizing:border-box}.mobile-portfolio-title{font-size:28px;text-align:center;margin-bottom:15px}.mobile-portfolio-title.light{color:#04034d}.mobile-portfolio-title.dark{color:#fff!important}.mobile-featured-image{width:100%;height:250px;background-color:#f0f0f0;border-radius:10px;overflow:hidden;position:relative;margin-bottom:20px}.mobile-featured-image img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover}.mobile-thumbnail-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px}.mobile-thumbnail-grid-item{height:80px;background-color:#d0d0d0;border-radius:5px;overflow:hidden;position:relative}.mobile-thumbnail-grid-item img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover}.mobile-view-portfolio-btn{display:block;width:100%;padding:12px 0;border:none;background-color:#ff6b6b;color:#fff;font-size:18px;border-radius:8px;margin-top:20px;text-align:center;cursor:pointer}.mobile-view-portfolio-btn:hover{background-color:#ff5252}}.item1 img,.item2 img,.item3 img,.item4 img,.item5 img,.item6 img,.item7 img,.item8 img{width:100%;height:auto;position:relative;bottom:0;right:0}.testimonial-container{text-align:center;font-family:Arial,sans-serif;position:relative;margin-bottom:20px;padding:20px}.testimonial-slider{display:flex;justify-content:center;align-items:stretch;margin-top:20px;position:relative;width:100%}.testimonial-main-heading{font-size:36px;color:navy;margin-bottom:20px;font-weight:700}.testimonial-main-heading.light{color:#04034d}.testimonial-main-heading.dark{color:#fff!important}.testimonial-cards-wrapper{display:flex;overflow:hidden;width:100%;justify-content:space-between;transition:transform .5s ease;position:relative;padding:10px}.testimonial-card{border-radius:10px;box-shadow:0 4px 12px #0000001a;width:calc(33.333% - 20px);margin:0 10px;padding:0;flex-shrink:0;display:flex;flex-direction:column}.testimonial-card.light{background-color:#fff;box-shadow:0 4px 12px #0000001a}.testimonial-card.dark{background:linear-gradient(145deg,#16264d,#1e1e1e);transition:transform .3s}.testimonial-image{width:100%;border-top-left-radius:10px;border-top-right-radius:10px;object-fit:cover;aspect-ratio:16 / 9}.testimonial-content{padding:20px;flex-grow:1;display:flex;flex-direction:column}.testimonial-card h3{margin:0 0 10px;font-size:18px;text-align:center}.testimonial-card.light h3{color:#04034d}.testimonial-card.dark h3{color:#fff!important}.testimonial-card p{font-size:14px;margin-bottom:15px;flex-grow:1;text-align:left}.testimonial-card.light p{color:#04034d}.testimonial-card.dark p{color:#d8e0e8}.customer-stars-div{display:flex;justify-content:center;margin-top:auto}.customer-star{color:#ffc107;font-size:1rem}.customer-arrow-left,.customer-arrow-right{background-color:#fffc;border:none;font-size:1.5rem;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:10;border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 6px #0000001a}.customer-arrow-left{left:-20px}.customer-arrow-right{right:-20px}.customer-arrow-left:hover,.customer-arrow-right:hover{background-color:#fff}.contact-btn{background-color:#ff6b6b;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:16px;margin-top:20px;transition:background-color .3s ease}.contact-btn:hover{background-color:#ff5252}@media (max-width: 1200px){.customer-arrow-left{left:0}.customer-arrow-right{right:0}}@media (max-width: 992px){.testimonial-card{width:calc(33.333% - 10px);margin:0 5px}.testimonial-content{padding:15px}.testimonial-card h3{font-size:16px}.testimonial-card p{font-size:13px}.customer-arrow-left,.customer-arrow-right{width:10px;height:10px;font-size:.9rem}.customer-arrow-left{left:-10px}.customer-arrow-right{right:-10px}}@media (max-width: 768px){.testimonial-card{width:calc(33.333% - 6px);margin:0 3px}.testimonial-content{padding:10px}.testimonial-card h3{font-size:14px}.testimonial-card p{font-size:12px}.customer-arrow-left,.customer-arrow-right{width:10px;height:10px;font-size:.9rem}.customer-arrow-left{left:-15px}.customer-arrow-right{right:-15px}.customer-star{font-size:.8rem}}@media (max-width: 480px){.testimonial-card{width:100%;max-width:300px;margin:0 auto}.testimonial-cards-wrapper{justify-content:center}.testimonial-main-heading{font-size:28px}.customer-arrow-left,.customer-arrow-right{width:30px;height:30px;font-size:1rem}.customer-arrow-left{left:-15px}.customer-arrow-right{right:-15px}}.contact-us-container{display:flex;margin:0 auto;padding:20px;font-family:Arial,sans-serif}.contact-image{flex:1;margin-right:20px;position:relative;overflow:hidden}.contact-image img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;border-radius:10px}.contact-form{flex:1}.contact-form-section-heading{color:#04034d;font-size:38px;margin-bottom:20px;margin-top:7px}.contact-form-section-heading.light{color:#04034d}.contact-form-section-heading.dark{color:#fff}.contact-form form{display:flex;flex-direction:column;gap:5px}.contact-form .form-row{display:flex;gap:10px;margin-bottom:10px}.contact-form input{width:100%;padding:10px;border:1px solid #4b4b4bc4;border-radius:5px;font-size:16px}.contact-form.dark input,.contact-form.dark textarea{background:linear-gradient(145deg,#0e0e0ecc,#1e1e1e);color:#fff!important}.light input::placeholder,.light textarea::placeholder{color:#9b9b9b}.light .react-select__placeholder{color:#9b9b9b}.dark input::placeholder,.dark textarea::placeholder{color:#ffffff60}.contact-form textarea{height:100px;resize:none;margin-bottom:10px}.contact-us-button-group{display:flex;gap:20px}.contact-us-send-button{background:linear-gradient(145deg,#fff,#f0f0f0);color:#3949ab;border:1px solid #3949AB;transition:background .3s ease,transform .2s ease;padding:10px 20px;border-radius:5px;font-size:16px;cursor:pointer;width:99px}.contact-us-send-button:hover{background:linear-gradient(145deg,#fffbfb,#006ae2ba);color:#051423}.contact-us-send-button.dark{background:linear-gradient(145deg,#2c2c2c,#1a1a1a);color:#e0e0e0;border:1px solid #3949AB;transition:background .3s ease,transform .2s ease}.contact-us-send-button.dark:hover{background:linear-gradient(145deg,#1a1a1a,#4091ed);color:#fff}.whatsapp-button{background-color:#fff;color:#000;border:1px solid #195417;display:flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:5px;font-size:16px;cursor:pointer}.linkedin-button{background-color:#fff;color:#000;border:1px solid #0b325b;display:flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:5px;font-size:16px;cursor:pointer}.whatsapp-button.dark{background:linear-gradient(145deg,#04970ef9,#1e1e1e);color:#f5f5f5!important;transition:background .3s ease,transform .3s ease}.whatsapp-button.dark:hover{background:linear-gradient(145deg,#1e1e1e,#04970ef9);box-shadow:0 4px 10px #fff3}.linkedin-button.dark{background:linear-gradient(145deg,#0636f8f9,#1f2327);color:#f5f5f5!important;transition:background .3s ease,transform .3s ease}.linkedin-button.dark:hover{background:linear-gradient(145deg,#1f2327,#0636f8f9);box-shadow:0 4px 10px #fff3}.whatsapp-button:hover{background-color:#195417;color:#fff}.linkedin-button{border:1px solid #0d3c55}.linkedin-button:hover{background-color:#1758b4;color:#fff}.whatsapp-button img,.linkedin-button img{width:20px;height:20px;margin-right:5px}.Whatsapp_link_tag,.Linkedin_link_tag{text-decoration:none!important}.react-select-container{flex:1;border:1px solid #4b4b4bc4;border-radius:5px}.react-select{width:100%}.react-select__control{border:1px solid #4b4b4bc4;border-radius:5px;min-height:40px}.light .react-select__control--is-focused,.light .react-select__control--is-focused:hover{border-color:#080808;box-shadow:0 0 0 1px #000}.react-select__indicator{color:#4b4b4bc4}.react-select__menu{z-index:999}.dark .react-select__control{background:linear-gradient(145deg,#0e0e0ecc,#1e1e1e);border:1px solid #4b4b4bc4}.dark .react-select__placeholder{color:#ffffff60}.dark .react-select__menu{background-color:#333}.dark .react-select__option{background-color:#333;color:#fff}.dark .react-select__option--is-selected{background-color:#555}.dark .react-select__control--is-focused{border-color:#fff;box-shadow:0 0 0 1px #fff}.dark .react-select__single-value,.dark .react-select__value-container{color:#fff}@media screen and (max-width: 480px){.contact-us-container{padding:10px}.contact-image{display:none}.contact-form-section-heading{font-size:24px;margin-top:0}.contact-form input,.contact-form textarea,.react-select__control{font-size:14px}.contact-us-send-button,.whatsapp-button,.linkedin-button{font-size:14px;padding:8px 16px}.whatsapp-button img,.linkedin-button img{width:16px;height:16px}}@media screen and (max-width: 390px){.contact-form{width:200px}}.faq-section{padding:2.5rem 0}.faq-section.light{background:linear-gradient(145deg,#f7f9fc,#e9eff5);border-radius:10px;box-shadow:0 2px 10px #0000001a}.faq-section.dark{background:linear-gradient(to bottom right,#1c0020,#2d4648);border-radius:10px;box-shadow:0 2px 10px #0000001a}.faq-container{padding:0 1rem;max-width:90rem;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.faq-header{max-width:32rem;margin:0 auto;text-align:center}.faq-title{font-size:37px;font-weight:700;color:#04034d;margin-top:0}.faq-title.light{color:#04034d}.faq-title.dark{color:#fff!important}.faq-list{width:900px;display:flex;flex-direction:column;gap:1rem;height:20rem;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;margin-left:20px}.faq-list::-webkit-scrollbar{display:none}.faq-item{width:97%;transition:all .2s ease;background-color:#fff;border:1px solid #0f2043;cursor:pointer;border-radius:8px}.faq-item.light{background-color:#fff;border:1px solid #0f2043}.faq-item.dark{background:linear-gradient(145deg,#0e0e0ecc,#1e1e1e);transition:transform .3s;border:1px solid #fcfcfc65}.faq-item+.faq-item{margin-top:1rem}.faq-button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 1rem;background:none;border:none;text-align:left;cursor:pointer}.faq-question{font-size:1.125rem;font-weight:600}.faq-question.light{color:#04034d}.faq-question.dark{color:#fff!important}.faq-icon{width:1.5rem;height:1.5rem;color:#9ca3af;transition:transform .2s ease}.faq-icon.rotate{transform:rotate(180deg)}.faq-answer{padding:0 1rem 1rem;display:none}.faq-answer p{margin-top:0;font-size:14px}.faq-answer.light p{color:#04034d}.faq-answer.dark p{color:#f5f5f5}.faq-answer.show{display:block}@media screen and (max-width: 992px){.faq-container{padding:0 .1rem 0 1.4rem}.faq-list{width:90%;height:25rem;overflow-y:auto}.faq-title{font-size:30px}.faq-question{font-size:1rem}.faq-answer p{font-size:13px}}@media screen and (max-width: 480px){.simplebar-content{padding:0!important}.faq-container{padding:0 .1rem 0 .7rem}.faq-title{font-size:24px}.faq-list{width:100%;height:auto;padding:0 1rem;overflow-y:auto;margin-left:0}.faq-question{font-size:.95rem}.faq-answer p{font-size:12px}.faq-button{padding:1rem}}.footer{background:linear-gradient(135deg,#e6f2ff,#cce5ff);padding:30px 20px;font-family:Arial,sans-serif;transition:background .3s,color .3s}.footer.dark{background:linear-gradient(135deg,#1a1a1a,#333);color:#fff}.footer__container{display:flex;flex-wrap:wrap;margin:0 auto}.footer__logo-wrapper{flex:0 0 100%;max-width:100px;margin-bottom:20px}.footer__logo{width:100%;height:auto;max-height:80px;object-fit:contain}.footer__content{flex:1;display:flex;flex-wrap:wrap;justify-content:space-between}.footer__section{flex:1 1 200px;margin-bottom:20px;padding-right:20px}.footer__heading{color:#4a90e2;font-size:18px;margin-bottom:15px;text-transform:uppercase;letter-spacing:1px}.footer.dark .footer__heading{color:#fff}.footer__list{list-style-type:none;padding:0;margin:0}.footer__list li{margin-bottom:10px}.footer__list a{color:#333;text-decoration:none;font-size:14px;display:inline-flex;align-items:center;transition:color .3s}.footer.dark .footer__list a{color:#ddd}.footer__list a:hover{color:#1c2b3c;text-shadow:0 0 5px rgba(72,144,226,.5)}.footer.dark .footer__list a:hover{color:#6194fb;text-shadow:0 0 5px rgba(97,218,251,.5)}.footer__social-list a{display:inline-flex;align-items:center;color:inherit;transition:transform .3s}.footer__social-list a:hover{transform:scale(1.1)}.footer__social-list a svg{margin-right:10px;font-size:18px}@media (min-width: 1200px){.footer__logo-wrapper{margin-right:50px}}@media (max-width: 992px){.footer__logo-wrapper{margin-right:40px}}@media (max-width: 768px){.footer__container{flex-direction:row;align-items:flex-start}.footer__logo-wrapper{flex:0 0 auto;margin-right:30px;margin-bottom:0}.footer__content{flex:1;justify-content:flex-start}.footer__section{flex:0 0 calc(50% - 20px);margin-right:20px}}@media (max-width: 480px){.footer__logo-wrapper{flex:0 0 100%;max-width:none;text-align:center;margin-bottom:20px}.footer__logo{max-height:60px}.footer__section{flex:0 0 100%;margin-right:0}}.home{transition:background-color .3s,color .3s}.home.light{background-color:#fff}.home.dark{background-color:#000;color:#fff}.service-page-detailed-big{margin:0 auto;padding:1rem;background-color:#fff;color:#04034d}.service-page-detailed-big.dark{background-color:#000;color:#fff}.service-page-detailed-main-service-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.dark .service-page-detailed-main-service-section{background:linear-gradient(145deg,#03011aed,#1e1e1e);box-shadow:0 4px 8px #0b55c5}.service-page-detailed-title{font-size:2rem;margin-bottom:20px;color:#04034d;text-align:left;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.dark .service-page-detailed-title{color:#fff;border-bottom-color:#2d2d2d}.service-page-detailed-title.right{text-align:right}.service-page-detailed-content-container{display:flex;margin-bottom:20px;min-height:300px;gap:2rem;align-items:flex-start}.service-page-detailed-text-content{flex:1;background:#f8f9fa;padding:1.5rem;border-radius:8px;font-size:1rem!important;line-height:1.6}.dark .service-page-detailed-text-content{background:linear-gradient(145deg,#145f9c85,#1e1e1e)}.service-page-detailed-welcome-content{font-size:1rem;margin-bottom:15px;color:#333}.dark .service-page-detailed-welcome-content{color:#e0e0e0}.service-page-detailed-welcome-content.right{text-align:right}.service-page-detailed-description{font-size:1rem;margin-bottom:15px;color:#333}.dark .service-page-detailed-description{color:#e0e0e0}.service-page-detailed-description.right{text-align:right}.service-page-detailed-subtitle{font-size:1.5rem;margin-bottom:15px;color:#02006b}.dark .service-page-detailed-subtitle{color:#fff}.service-page-detailed-subtitle.right{text-align:right}.service-page-detailed-image-container{flex:1;border-radius:8px;overflow:hidden;aspect-ratio:4/3;box-shadow:0 4px 8px #0000001a;transition:transform .3s}.dark .service-page-detailed-image-container{box-shadow:0 4px 8px #0b55c54d}.service-page-detailed-image-container img{width:100%;height:100%;object-fit:contain cover;transition:transform .3s}.service-page-detailed-image-container:hover img{transform:scale(1.05)}.service-page-detailed-button-container-wrapper{position:relative;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e9ecef;display:flex;align-items:center;gap:.5rem}.dark .service-page-detailed-button-container-wrapper{border-top-color:#2d2d2d}.service-page-detailed-button-container{display:flex;gap:.75rem;flex-wrap:nowrap;overflow-x:auto;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;padding:.5rem 0;width:100%}.service-page-detailed-button-container::-webkit-scrollbar{display:none}.service-page-detailed-subservice-button{padding:.75rem 1.25rem;border:none;border-radius:6px;background:linear-gradient(145deg,#001cf1c3,#378ef8);color:#fff;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.dark .service-page-detailed-subservice-button{background:linear-gradient(145deg,#8ab6d9c3,#4e4c4c)}.service-page-detailed-subservice-button:hover{background:linear-gradient(145deg,#02030cc3,#378ef8);transform:translateY(-2px)}.service-page-detailed-subservice-button.active{background:linear-gradient(145deg,#000000c3,#0b0c4e);transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.dark .service-page-detailed-subservice-button.active{background:linear-gradient(145deg,#001cf1c3,#378ef8)}.scroll-button{position:sticky;width:40px;height:40px;border-radius:50%;border:none;background:linear-gradient(145deg,#001cf1c3,#378ef8);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;z-index:2;box-shadow:0 2px 4px #0000001a}.dark .scroll-button{background:linear-gradient(145deg,#8ab6d9c3,#4e4c4c);box-shadow:0 2px 4px #ffffff1a}.scroll-button:hover{background:linear-gradient(145deg,#02030cc3,#378ef8);transform:scale(1.05)}.scroll-button.left{left:0}.scroll-button.right{right:0}.service-page-detailed-cta-buttons{display:flex;gap:1rem;margin-top:2rem}.service-page-detailed-cta-buttons.right{justify-content:flex-end}.service-page-detailed-cta-button{padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;display:inline-block;text-align:center}.service-page-detailed-cta-button.contact{background:linear-gradient(145deg,#001cf1c3,#378ef8);color:#fff;box-shadow:0 4px 6px #001cf133}.dark .service-page-detailed-cta-button.contact{box-shadow:0 4px 6px #0b55c54d}.service-page-detailed-cta-button.contact:hover{background:linear-gradient(145deg,#001cf1,#378ef8);transform:translateY(-2px);box-shadow:0 6px 8px #001cf14d;color:#fff;text-decoration:none}.service-page-detailed-cta-button.portfolio{background:#fff;color:#04034d;border:2px solid rgb(4,3,77);box-shadow:0 4px 6px #04034d1a}.dark .service-page-detailed-cta-button.portfolio{background:transparent;color:#fff;border:2px solid white;box-shadow:0 4px 6px #ffffff1a}.service-page-detailed-cta-button.portfolio:hover{background:#04034d;color:#fff;transform:translateY(-2px);box-shadow:0 6px 8px #04034d33;text-decoration:none}.dark .service-page-detailed-cta-button.portfolio:hover{background:#fff;color:#04034d;box-shadow:0 6px 8px #fff3}@media (min-width: 1200px){.service-page-detailed-content-container{flex-direction:row}}@media (max-width: 1200px){.service-page-detailed-content-container{flex-direction:column;gap:1.5rem}.service-page-detailed-image-container{width:100%;max-width:100%;order:1}.service-page-detailed-text-content{width:100%;order:2}}@media (max-width: 768px){.service-page-detailed-main-service-section{padding:1rem}.service-page-detailed-title{font-size:1.75rem}.service-page-detailed-subtitle{font-size:1.25rem}.scroll-button{width:32px;height:32px}.service-page-detailed-cta-buttons{flex-direction:column;gap:.75rem}.service-page-detailed-cta-buttons.right{align-items:flex-end}.service-page-detailed-cta-button{width:100%;padding:.6rem 1.25rem;font-size:.9rem}.service-page-detailed-subservice-button{padding:.6rem 1rem;font-size:.9rem}}@media (max-width: 480px){.service-page-detailed-big{padding:.5rem}.service-page-detailed-title{font-size:1.5rem}.service-page-detailed-welcome-content{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.service-page-detailed-description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.service-page-detailed-button-container-wrapper{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e9ecef;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.dark .service-page-detailed-button-container-wrapper{border-top-color:#2d2d2d}.service-page-detailed-button-container-wrapper::-webkit-scrollbar{display:none}.service-page-detailed-button-container{display:flex;gap:.5rem;flex-wrap:wrap}.service-page-detailed-subservice-button{padding:.5rem 1rem;font-size:.9rem}.service-page-detailed-cta-buttons{margin-top:1.5rem}.service-page-detailed-cta-button{padding:.5rem 1rem;font-size:.85rem}.scroll-button{display:none}}.export-products-container{margin:0 auto;padding:1rem;background-color:#fff;color:#04034d}.export-products-container.dark{background-color:#000;color:#fff}.product-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #9411110d}.dark .product-section{background:linear-gradient(145deg,#03011aed,#1e1e1e);box-shadow:0 4px 8px #0b55c5}.product-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.product-header h1{font-size:1.75rem;margin:0}.product-main-content{display:flex;flex-direction:column;gap:1.5rem}.welcome-section{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-bottom:1rem}.dark .welcome-section{background:linear-gradient(145deg,#145f9c85,#1e1e1e)}.welcome-section p{margin:0;line-height:1.6}.export-cta-buttons{display:flex;gap:1rem;margin-top:1.5rem;justify-content:flex-start;align-items:flex-end}.export-cta-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;border:none;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease;min-width:160px;height:48px;text-decoration:none}.export-cta-button{background:linear-gradient(145deg,#001cf1c3,#378ef8);color:#fff;border:none}.dark .export-cta-button{background:linear-gradient(145deg,#8ab6d9c3,#4e4c4c)}.catalog-btn{background:#fff;color:#001cf1;border:2px solid #001cf1;padding:calc(.875rem - 2px) calc(1.75rem - 2px)}.dark .catalog-btn{background:transparent;color:#fff;border:2px solid white}.export-cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #001cf133}.catalog-btn:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 12px #001cf11a}.dark .catalog-btn:hover{background:#ffffff1a}.export-cta-button svg{width:20px;height:20px}.image-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:0}.image-grid-item{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:4/3}.image-grid-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.image-grid-item:hover img{transform:scale(1.05)}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.info-card{background:#f8f9fa;padding:1.25rem;border-radius:8px;border:1px solid #e9ecef}.dark .info-card{background:linear-gradient(145deg,#145f9c85,#1e1e1e);border:none}.info-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.info-card-header h3{font-size:1.1rem;margin:0}.info-card ul{list-style:none;padding:0;margin:0}.info-card li{margin-bottom:.5rem;padding-left:1.25rem;position:relative}.info-card li:before{content:"•";color:#007bff;position:absolute;left:0}.product-navigation{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e9ecef}.export-nav-button{padding:.75rem 1.25rem;border:none;border-radius:6px;background:linear-gradient(145deg,#001cf1c3,#378ef8);color:#fff;font-weight:500;cursor:pointer;transition:all .2s}.dark .export-nav-button{background:linear-gradient(145deg,#8ab6d9c3,#4e4c4c);color:#fff}.export-nav-button:hover{background:linear-gradient(145deg,#02030cc3,#378ef8);color:#fff}.export-nav-button.active{background:linear-gradient(145deg,#000000c3,#0b0c4e);color:#fff}.dark .export-nav-button.active{background:linear-gradient(145deg,#001cf1c3,#378ef8)}.sub-product-view{padding:1rem 0}.sub-product-view h2{font-size:1.5rem;margin-bottom:1rem}.sub-product-description{font-size:1rem;line-height:1.6;margin-bottom:1.5rem}@media (min-width: 1200px){.default-product-view .product-main-content{flex-direction:row;justify-content:space-between;align-items:flex-start}.default-product-view .content-wrapper{flex:1;margin-right:2rem}.default-product-view .image-grid{flex:1;max-width:50%}.sub-product-view .product-main-content{flex-direction:column}.sub-product-view .image-grid{max-width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.sub-product-view .image-grid-item{aspect-ratio:1/1}}@media (max-width: 1200px){.default-product-view .product-main-content{flex-direction:column-reverse}.sub-product-view .product-main-content{flex-direction:column}.image-grid,.info-grid{grid-template-columns:repeat(2,1fr)}.product-section{padding:1.25rem}}@media (max-width: 768px){.default-product-view .product-main-content{flex-direction:column-reverse}.sub-product-view .product-main-content{flex-direction:column}.image-grid{grid-template-columns:repeat(2,1fr)}.info-grid{grid-template-columns:1fr}.product-section{padding:1.25rem}.export-cta-buttons{flex-direction:row;gap:1rem}.export-cta-button{flex:1;min-width:unset}}@media (max-width: 480px){.export-products-container{padding:.5rem}.image-grid{grid-template-columns:repeat(2,1fr)}.info-grid{grid-template-columns:1fr}.product-navigation{gap:.5rem}.export-nav-button{padding:.5rem 1rem;font-size:.9rem;width:100%}.info-card-header h3{font-size:1rem}.welcome-section{padding:1rem}.export-cta-buttons{flex-direction:column;gap:.75rem}.export-cta-button{width:100%;height:44px;padding:.75rem 1.5rem}.product-header h1{font-size:1.5rem}}.why-us-container{margin:0 auto;padding:2rem 1rem;font-family:Arial,sans-serif}.light .why-us-container{color:#04034d;background-color:#fff}.dark .why-us-container{color:#fff;background-color:#000}.hero{text-align:center;margin-bottom:3rem}.hero h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.hero p{font-size:1.25rem}.features{display:grid;gap:1.5rem;margin-bottom:3rem}.card{background-color:#f8f9fa;border-radius:8px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:box-shadow .3s,transform .3s}.dark .card{background:linear-gradient(145deg,#145f9c85,#1e1e1e)}.card:hover{box-shadow:0 10px 15px #0000001a;transform:translateY(-5px)}.card-header{padding:1.5rem}.card-header h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.card-header p{font-size:1rem}.feature-icon{display:flex;align-items:center;margin-bottom:1rem}.icon-bg{background-color:#3498db1a;padding:.75rem;border-radius:50%;margin-right:1rem;transition:background-color .3s}.feature-card:hover .icon-bg{background-color:#3498db33}.icon{width:1.5rem;height:1.5rem}.vision,.mission,.b2b{margin-bottom:3rem}.vision h2,.mission h2,.b2b h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.vision-content,.mission-content{display:grid;gap:2rem}.vision-text{order:1}.vision-image,.mission-image{position:relative;border-radius:8px;background-size:cover;background-position:center;overflow:hidden;box-shadow:0 4px 6px #0000001a}.vision-image img,.mission-image img{transition:transform .3s;width:100%;height:100%;object-fit:cover!important}.vision-image:hover img,.mission-image:hover img{transform:scale(1.05)}.vision ul,.mission ul{list-style-type:none;padding:0}.vision li,.mission li{display:flex;align-items:flex-start;margin-bottom:1rem}.check-icon{width:1.5rem;height:1.5rem;margin-right:.75rem;flex-shrink:0;margin-top:.25rem}.b2b{margin-bottom:3rem;text-align:center}.b2b h2{font-size:2.5rem;font-weight:700}.b2b .card{background:linear-gradient(to bottom right,#e9eef7,#f6f6fc);border-radius:12px;box-shadow:0 6px 12px #0000001a;overflow:hidden;transition:transform .3s,box-shadow .3s}.dark .b2b .card{background:linear-gradient(145deg,#1e76bf48,#1e1e1e)}.b2b .card:hover{transform:translateY(-3px);box-shadow:0 12px 24px #00000026}.b2b .card-header{padding:2rem 2rem 0}.b2b .card-header h3{font-size:1.75rem;font-weight:600;margin-bottom:0}.b2b .card-header p{font-size:1.125rem;margin-bottom:0}.b2b .card-content{padding:0 1.5rem 1.5rem}.b2b .b2b-points{display:grid;gap:1rem;justify-items:start;padding:1rem 0}.b2b .b2b-points li{display:flex;align-items:center;padding:1rem;border-radius:8px;transition:background-color .3s;width:100%}.b2b .b2b-points li:hover{background-color:#2e53cc1a}.dark .b2b .b2b-points li:hover{background-color:#f0f1f21a}.b2b .arrow-icon-why-us-detail{width:1.5rem;height:1.5rem;color:#04034d;margin-right:.75rem;transition:transform .3s}.b2b .b2b-points li:hover .arrow-icon-why-us-detail{transform:translate(5px)}.cta{text-align:center}.cta h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.cta p{font-size:1.125rem;margin-bottom:2rem}.cta-button-why-us-detail{font-size:1.125rem;padding:1rem 2rem;border-radius:16px;background-color:#04034d;color:#fff;border:none;cursor:pointer;display:inline-flex;align-items:center;transition:background-color .3s,transform .3s}.dark .cta-button-why-us-detail{background:linear-gradient(145deg,#0c8af0c3,#1e1e1e);/}.dark .cta-button-why-us-detail:hover{background:linear-gradient(145deg,#0cf049c3,#1e1e1e);/}.cta-button-why-us-detail:hover{background-color:#33ff5cdf;transform:scale(1.05)}.cta-button-why-us-detail:hover .arrow-icon-why-us-detail{color:#04034d}.cta-button-why-us-detail .arrow-icon-why-us-detail{margin-left:.5rem;color:#fff}@media (min-width: 640px){.features{grid-template-columns:repeat(2,1fr)}.vision-content{grid-template-columns:repeat(2,1fr);align-items:center}.vision-image{order:2}.mission-content{grid-template-columns:repeat(2,1fr);align-items:center}.mission-image{order:1}.mission-text{order:2}.vision-image,.mission-image{height:100%}.b2b-points{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.features{grid-template-columns:repeat(3,1fr)}}.our-team-page{margin:0 auto;padding:3rem 1rem;font-family:Arial,sans-serif}.our-team-page.light{color:#04034d;background-color:#fff}.our-team-page.dark{color:#fff;background-color:#000}.page-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:2rem}.page-description{text-align:center;margin-bottom:3rem;max-width:48rem;margin-left:auto;margin-right:auto}.expert-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.expert-card{border-radius:.5rem;box-shadow:0 1px 3px #0000001a;cursor:pointer;transition:all .3s ease}.light .expert-card{background-color:#fff}.dark .expert-card{background:linear-gradient(145deg,#145f9c85,#1e1e1e)}.expert-card:hover{box-shadow:0 4px 6px #0000001a}.expert-header{display:flex;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.dark .expert-header{border-bottom-color:#444}.expert-icon{width:4rem;height:4rem;border-radius:50%;background:linear-gradient(to bottom right,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:2rem;margin-right:1rem}.expert-title{font-size:1.25rem;font-weight:600}.expert-content{padding:1.5rem}.expert-quote{font-style:italic;margin-bottom:1rem}.learn-more{display:flex;align-items:center;color:#3b82f6;font-weight:500;transition:color .3s ease}.learn-more:hover{color:#2563eb}.chevron-icon{margin-left:.25rem;width:1rem;height:1rem}.modal-overlay{position:fixed;top:30px;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}.modal-content{border-radius:.5rem;box-shadow:0 4px 6px #0000001a;width:100%;max-width:48rem;overflow:hidden}.light .modal-content{background-color:#fff}.dark .modal-content{background-color:#2a2a2a}.modal-header{padding:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #e5e7eb}.dark .modal-header{border-bottom-color:#444}.expert-info{display:flex;align-items:center;gap:1rem}.expert-icon-large{width:4rem;height:4rem;border-radius:50%;background:linear-gradient(to bottom right,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:2rem}.expert-name{font-size:1.5rem;font-weight:700}.close-button{background:none;border:none;cursor:pointer;transition:color .3s ease}.light .close-button{color:#6b7280}.dark .close-button{color:#a0aec0}.light .close-button:hover{color:#374151}.dark .close-button:hover{color:#e2e8f0}.modal-body{overflow-y:auto;padding:1.5rem}.tabs{display:flex;margin-bottom:1rem}.tab{padding:.5rem 1rem;background:none;border:none;cursor:pointer;font-weight:500;transition:color .3s ease}.light .tab{color:#6b7280}.dark .tab{color:#a0aec0}.tab.active{color:#3b82f6;border-bottom:2px solid #3b82f6}.tab-content{margin-top:1rem}.content-badge{display:inline-block;padding:.25rem .75rem;font-size:.875rem;font-weight:500;border-radius:9999px;margin-bottom:1rem}.light .content-badge{background-color:#e5e7eb;color:#374151}.dark .content-badge{background-color:#4a5568;color:#e2e8f0}.expert-quote-container{display:flex;align-items:center;gap:.5rem;margin-top:1rem}.light .expert-quote-container{color:#4b5563}.dark .expert-quote-container{color:#a0aec0}.star-icon{color:#fbbf24;width:1.25rem;height:1.25rem}.service-list-our-team-detail{list-style-type:none;padding:0}.service-list-our-team-detail li{display:flex;align-items:center;margin-bottom:1rem}.service-list-our-team-detail p{font-size:large}.briefcase-icon{color:#3b82f6;width:1.25rem;height:1.25rem;margin-right:.5rem;flex-shrink:0}.expertise-section{margin-bottom:1.5rem}.cta-section{margin-top:4rem;text-align:center}.cta-section h2{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.cta-section p{margin-bottom:2rem;max-width:32rem;margin-left:auto;margin-right:auto}.cta-button-our-tem{font-size:1.125rem;padding:1rem 2rem;border-radius:16px;border:none;cursor:pointer;display:inline-flex;align-items:center;transition:background-color .3s,transform .3s}.light .cta-button-our-tem{background-color:#04034d;color:#fff}.dark .cta-button-our-tem{background:linear-gradient(145deg,#0c8af0c3,#1e1e1e);color:#fff}.light .cta-button-our-tem:hover{background-color:#33ff5cdf;transform:scale(1.05);color:#04034d}.dark .cta-button-our-tem:hover{background:linear-gradient(145deg,#0cf049c3,#1e1e1e);transform:scale(1.05)}.cta-button-our-tem:hover .arrow-icon-our-tem{color:#04034d}.cta-button-our-tem .arrow-icon-our-tem{margin-left:.5rem;color:#fff}@media (min-width: 1200px){.modal-body{max-height:350px}}@media screen and (max-width: 992px){.modal-body{height:auto;overflow-y:auto;padding:1.5rem}}@media screen and (max-width: 480px){.modal-body{height:60vh;overflow-y:auto;padding:1.5rem}}.career-form{max-width:600px;margin:4rem auto;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;position:relative}.career-header{text-align:center;margin-bottom:2rem}.career-form h2{color:#04034d;font-size:2rem;margin-bottom:.5rem}.career-subheading{color:#666;font-size:1.1rem;font-weight:300}.career-form.dark{background:linear-gradient(145deg,#145f9c40,#1e1e1e);color:#fff}.career-form.light{background:#fff;color:#333}.career-form.dark h2{color:#fff}.career-form.dark .career-subheading{color:#a0aec0}.career-form form{display:flex;flex-direction:column;gap:1rem}.career-form input,.career-form textarea{padding:.8rem;border:1px solid #4b4b4bc4;border-radius:4px;font-size:1rem}.career-form.dark input,.career-form.dark textarea{background:linear-gradient(145deg,#0e0e0ecc,#1e1e1e);color:#fff;border-color:#4b4b4bc4}.career-form .select__control{border:1px solid #4b4b4bc4;border-radius:5px;min-height:40px}.career-form.dark .select__control{background:linear-gradient(145deg,#0e0e0ecc,#1e1e1e);border:1px solid #4b4b4bc4}.career-form.dark .select__placeholder{color:#ffffff60}.career-form.dark .select__menu{background-color:#333}.career-form.dark .select__option{background-color:#333;color:#fff}.career-form.dark .select__option--is-selected{background-color:#555}.career-form.dark .select__control--is-focused{border-color:#fff;box-shadow:0 0 0 1px #fff}.career-form.dark .select__single-value,.career-form.dark .select__value-container{color:#fff}.career-form.light input::placeholder,.career-form.light textarea::placeholder{color:#9b9b9b}.career-form.light .select__placeholder{color:#9b9b9b}.career-form.dark input::placeholder,.career-form.dark textarea::placeholder{color:#ffffff60}.career-form button{padding:1rem;background:linear-gradient(145deg,#fff,#f0f0f0);color:#3949ab;border:1px solid #3949AB;border-radius:4px;cursor:pointer;font-size:1rem;transition:background .3s ease,transform .2s ease}.career-form button:hover{background:linear-gradient(145deg,#fffbfb,#006ae2ba);color:#051423}.career-form.dark button{background:linear-gradient(145deg,#2c2c2c,#1a1a1a);color:#e0e0e0;border:1px solid #3949AB}.career-form.dark button:hover{background:linear-gradient(145deg,#1a1a1a,#4091ed);color:#fff}@media (min-width: 1200px){.career-form{max-width:800px;padding:3rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;background:linear-gradient(145deg,#fff,#f8f8f8)}.career-form.dark{background:linear-gradient(145deg,#145f9c40,#1e1e1e)}.career-header{grid-column:1 / -1}.career-form h2{font-size:2.5rem}.career-subheading{font-size:1.25rem}.career-form form{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.career-form textarea,.career-form input[name=resume]{grid-column:1 / -1}.career-form textarea{height:150px}.career-form button{grid-column:1 / -1;width:50%;margin:0 auto}}@media (max-width: 768px){.career-form{margin:2rem auto;padding:1.5rem;width:calc(100% - 2rem);max-width:400px}.career-form h2{font-size:1.8rem}.career-form input,.career-form textarea,.career-form button,.career-form .select__control{width:100%}}@media (max-width: 480px){.career-form{width:calc(100% - 1rem);margin:1rem auto}}.contact-page-container{font-family:Arial,sans-serif;margin:0 auto;padding:40px 20px}.contact-page-container.light{color:#04034d;background-color:#fff}.contact-page-container.dark{color:#fff;background-color:#000}.hero-section{text-align:center;margin-bottom:60px}.hero-section h1{font-size:3rem;margin-bottom:20px}.hero-section p{font-size:1.2rem;opacity:.8}.support-section{padding:40px;border-radius:10px;text-align:center;margin-bottom:60px;display:flex;flex-direction:column;align-items:center;margin-top:5%}.light .support-section{background-color:#f8f9fa}.dark .support-section{background:linear-gradient(145deg,#eff2f341,#1e1e1e);box-shadow:0 4px 8px #0b55c5}.support-section h2{margin-bottom:20px}.support-btn{padding:12px 24px;border:none;border-radius:5px;cursor:pointer;font-size:1rem;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.light .support-btn{background-color:#04034d;color:#fff}.dark .support-btn{background-color:#3b82f6;color:#fff}.support-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}.light .support-btn:hover{background-color:#04034dcc}.dark .support-btn:hover{background-color:#2563eb}.office-locations{margin-bottom:60px}.office-locations h2{text-align:center;margin-bottom:40px}.location-cards{display:flex;justify-content:center;flex-wrap:wrap;gap:30px}.location-card{border-radius:10px;padding:30px;width:300px;transition:all .3s ease}.light .location-card{background-color:#fff;box-shadow:0 10px 20px #04034d1a}.dark .location-card{background-color:#2a2a2a;box-shadow:0 4px 8px #0b55c5}.location-card:hover{transform:translateY(-5px)}.light .location-card:hover{box-shadow:0 15px 30px #04034d26}.dark .location-card:hover{box-shadow:0 15px 30px #073a9a8c}.location-card h3{margin-bottom:15px}.location-card p{opacity:.8;display:flex;align-items:center;margin-bottom:10px}.location-card p svg{margin-right:10px}.light .location-card p svg{color:#04034d}.dark .location-card p svg{color:#3b82f6}.extra-info{padding:40px;border-radius:10px;text-align:center}.light .extra-info{background-color:#f8f9fa}.dark .extra-info{background:linear-gradient(145deg,#eff2f341,#1e1e1e);box-shadow:0 4px 8px #0b55c5}.extra-info h2{margin-bottom:20px}.contact-methods{display:flex;justify-content:center;gap:30px;margin-top:20px}.contact-methods div{display:flex;align-items:center}.light .contact-methods svg{color:#04034d}.dark .contact-methods svg{color:#3b82f6}.contact-methods svg{margin-right:10px}@media (max-width: 768px){.location-cards{flex-direction:column;align-items:center}.location-card{width:100%;max-width:300px}.contact-methods{flex-direction:column;align-items:center}}.admin-panel{max-width:1200px;margin:0 auto;padding:20px;font-family:Arial,sans-serif}.admin-panel h1{color:#333;text-align:center;margin-bottom:30px}.admin-panel .filters{display:flex;justify-content:space-between;margin-bottom:30px}.admin-panel .filters>div{width:30%}.admin-panel table{width:100%;border-collapse:collapse;background-color:#fff;box-shadow:0 0 20px #0000001a}.admin-panel thead{background-color:#f8f8f8}.admin-panel th,.admin-panel td{padding:15px;text-align:left;border-bottom:1px solid #ddd}.admin-panel th{font-weight:700;color:#333;text-transform:uppercase}.admin-panel tr:hover{background-color:#f5f5f5}.download-button{text-align:center;margin-top:20px}.download-button .btn{padding:10px 20px;background-color:#007bff;color:#fff;border:none;border-radius:5px;text-decoration:none;cursor:pointer;transition:background-color .3s}.download-button .btn:hover{background-color:#0056b3}@media (max-width: 768px){.admin-panel .filters{flex-direction:column}.admin-panel .filters>div{width:100%;margin-bottom:10px}.admin-panel table{font-size:14px}.admin-panel th,.admin-panel td{padding:10px}}.admin-panel .css-yk16xz-control{border-color:#ddd!important}.admin-panel .css-1pahdxg-control{border-color:#aaa!important;box-shadow:0 0 0 1px #aaa!important}.admin-panel .css-26l3qy-menu{border-color:#ddd!important}.admin-nav{background:#f5f5f5;padding:1rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000001a}.admin-nav-links{display:flex;gap:2rem}.admin-nav a{text-decoration:none;color:#333;padding:.5rem 1rem;border-radius:4px}.admin-nav a.active{background:#3949ab;color:#fff}.logout-btn{padding:.5rem 1rem;background:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer}.logout-btn:hover{background:#c82333}.career-admin{max-width:1200px;margin:0 auto;padding:20px;font-family:Arial,sans-serif}.career-admin h1{color:#333;text-align:center;margin-bottom:30px}.career-admin .table-container{overflow-x:auto;margin-bottom:20px;box-shadow:0 0 20px #0000001a;border-radius:8px}.career-admin table{width:100%;border-collapse:collapse;background-color:#fff}.career-admin thead{background-color:#f8f8f8}.career-admin th,.career-admin td{padding:15px;text-align:left;border-bottom:1px solid #ddd}.career-admin th{font-weight:700;color:#333;text-transform:uppercase;font-size:.9em}.career-admin tr:hover{background-color:#f5f5f5}.career-admin .resume-link{color:#007bff;text-decoration:none;padding:5px 10px;border:1px solid #007bff;border-radius:4px;transition:all .3s ease}.career-admin .resume-link:hover{background-color:#007bff;color:#fff}.career-admin .download-button{text-align:center;margin-top:20px}.career-admin .download-button .btn{padding:12px 24px;background-color:#007bff;color:#fff;border:none;border-radius:5px;text-decoration:none;cursor:pointer;transition:background-color .3s;font-weight:700}.career-admin .download-button .btn:hover{background-color:#0056b3}@media (max-width: 768px){.career-admin table{font-size:14px}.career-admin th,.career-admin td{padding:10px}.career-admin .resume-link{padding:3px 6px;font-size:12px}}.login-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#f5f5f5;padding:20px;box-shadow:0 4px 10px #0000001a;border-radius:10px}.login-container h2{margin-bottom:20px;color:#333;font-family:Arial,sans-serif}.login-container .error{color:red;margin-bottom:15px}.login-container form{width:100%;max-width:400px}.login-container input{width:100%;padding:12px;margin:8px 0;border:1px solid #ccc;border-radius:5px;font-size:16px}.login-container input:focus{border-color:#007bff;outline:none}.login-container button{width:100%;padding:12px;background-color:#007bff;color:#fff;border:none;border-radius:5px;font-size:16px;cursor:pointer;transition:background-color .3s}.login-container button:hover{background-color:#0056b3}.paid-customer-login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2084fccc,#021133cc,#5e02fecc);position:relative;overflow:hidden}.paid-customer-login:before{content:"";position:absolute;width:200%;height:200%;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");animation:moveBackground 15s linear infinite;opacity:.5}@keyframes moveBackground{0%{transform:translate(0)}to{transform:translate(-50%,-50%)}}.login-card{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #1f26875e;padding:2.5rem;border-radius:20px;width:100%;max-width:400px;position:relative;z-index:1}.login-card h2{color:#fff;font-size:2rem;font-weight:bolder;margin-bottom:2rem;text-align:center;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.1)}.form-group{margin-bottom:1.5rem}.form-group input{width:100%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem 1.5rem;color:#060606;font-size:1rem;transition:all .3s ease}.form-group input:focus{outline:none;border-color:#ffffff80;background:#ffffff26;box-shadow:0 0 15px #ffffff1a}.form-group input::placeholder{color:#fff9}.error-message{background:#ff3b301a;color:#ff3b30;padding:1rem;border-radius:12px;margin-bottom:1.5rem;border:1px solid rgba(255,59,48,.2);text-align:center}.premium-client-login-btn{width:100%;background:linear-gradient(135deg,#2084fce6,#5e02fee6);border:none;padding:1rem;color:#fff;font-weight:600;font-size:1rem;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.premium-client-login-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.premium-client-login-btn:active{transform:translateY(0)}@media (max-width: 480px){.login-card{margin:1rem;padding:1.5rem}.login-card h2{font-size:1.75rem}.form-group input{padding:.875rem 1.25rem}}.paid-customer-dashboard{padding:2rem;background:#f8f9fa;min-height:100vh}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:var(--background-color, #ffffff)}.loading-spinner{position:relative;width:60px;height:60px}.spinner-ring{position:absolute;width:100%;height:100%;border:4px solid #f3f3f3;border-top:4px solid #4a6fff;border-radius:50%;animation:spin 1s linear infinite}.loading-text{margin-top:20px;color:var(--text-color, #333);font-size:1.1rem;font-weight:500}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.paid-customer-welcome{color:#020121}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.logout-button{background:#4a6fff;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s ease}.logout-button:hover{background:#3451db;transform:translateY(-2px)}.dark .logout-button{background:linear-gradient(145deg,#4a6fff,#145f9c);box-shadow:0 4px 15px #4a6fff33}.dark .logout-button:hover{background:linear-gradient(145deg,#3451db,#0d4b7d);box-shadow:0 4px 20px #4a6fff4d}.dashboard-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:2rem;margin:2rem 0}.progress-documents-column{grid-column:span 4;display:flex;flex-direction:column;gap:2rem}.dashboard-card:nth-child(2){grid-column:span 8;height:100%}.dashboard-card:nth-child(3){grid-column:span 12}.dashboard-card.updates,.dashboard-card:nth-child(5){grid-column:span 6}.dashboard-card{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease}.dashboard-card:hover{transform:translateY(-5px)}.dashboard-card h3{color:#04034d;font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #f0f4f8}.progress-container{display:flex;justify-content:center;align-items:center;padding:1rem 0}.progress-ring-container{position:relative;width:120px;height:120px}.progress-ring{transform:rotate(-90deg);width:120px;height:120px}.progress-ring-bg{fill:none;stroke:#e5e7eb;stroke-width:8}.progress-ring-circle{fill:none;stroke:#4a6fff;stroke-width:8;stroke-linecap:round;stroke-dasharray:339.292;transition:stroke-dashoffset .5s ease}.progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.progress-percentage{font-size:1.5rem;font-weight:700;color:#4a6fff;display:block}.progress-label{font-size:.875rem;color:#6b7280}.financial-chart{padding:1rem;background:#fff;border-radius:8px;box-shadow:inset 0 0 0 1px #0000000d}.recharts-cartesian-grid-horizontal line{stroke:#e5e7eb;stroke-width:1;stroke-dasharray:0}.financial-info{display:grid;gap:1rem}.financial-info p{font-size:1.1rem;color:#4a5568;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.financial-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.5rem}.summary-item{text-align:center;padding:1rem;background:#6366f11a!important;border-radius:.5rem}.summary-item .label{display:block;color:#596575;font-size:.875rem;margin-bottom:.5rem}.summary-item .amount{display:block;color:#1e293b;font-size:1.25rem;font-weight:600}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;max-height:400px;overflow-y:auto;padding-right:10px}.team-grid::-webkit-scrollbar{width:6px}.team-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.team-grid::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.team-member-card{background:linear-gradient(145deg,#fff,#f5f7fa);border:1px solid rgba(226,232,240,.6);border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.team-member-card:hover{box-shadow:0 8px 12px #0000001a}.team-member-role{color:#4a6fff;font-weight:600;font-size:.875rem;margin-bottom:.5rem}.team-member-info h4{color:#2d3748;margin-bottom:.25rem}.team-member-info p{color:#718096;font-size:.875rem}.documents-grid{display:grid;gap:1rem}.document-card{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.download-button{background:#4a6fff;color:#fff;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-weight:500;transition:background .3s ease}.download-button:hover{background:#3451db}.updates-list{max-height:400px;overflow-y:auto;padding-right:10px}.update-item{padding:1rem;background:#f8fafc!important;border-radius:8px!important;margin-bottom:1rem;border:1px solid #e2e8f0!important}.update-message{color:#2d3748;margin-bottom:.5rem;margin-right:3px}.update-date{color:#718096;font-size:.875rem}.form-group{margin-bottom:1rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem}.form-group textarea{min-height:120px;resize:vertical}.contact-submit{background:#4a6fff;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background .3s ease;width:100%}.contact-submit:hover{background:#3451db}.no-data-message{text-align:center;color:#718096;padding:2rem;background:#f8fafc;border-radius:8px;font-style:italic}.paid-customer-offers-section{margin:2rem 0}.paid-customer-offers-carousel-container{position:relative;max-width:100%;margin:0 auto}.paid-customer-offers-carousel{background-color:#fee2f8;background-image:linear-gradient(315deg,#fee2f8,#dcf8ef 74%);border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #9411110d;padding:20px;overflow:hidden}.paid-customer-offers-content{display:flex;align-items:center;gap:20px}.paid-customer-discount-block{padding:30px;border-radius:12px;flex:0 0 250px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #0006;animation:pulse 3s infinite;overflow:hidden;position:relative;height:227px}.paid-customer-discount-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:12px}.paid-customer-separator{width:3px;height:13rem;background-color:#ddd;margin:0 30px}.paid-customer-offer-details{flex:1;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.paid-customer-offer-details h2{font-size:28px;margin-bottom:10px;color:#04034d}.paid-customer-offer-details p{font-size:22px;line-height:1.6;margin-bottom:20px;color:#04034d}.avail-offer-btn{background:#4a6fff;color:#fff;padding:12px 24px;border:none;border-radius:5px;font-weight:600;cursor:pointer;transition:background .3s ease;display:block;margin:20px auto;width:fit-content}.avail-offer-btn:hover{background:#3451cc}@media screen and (max-width: 1200px){.dashboard-grid{gap:1.5rem}.team-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media screen and (max-width: 992px){.dashboard-grid{gap:1.5rem;padding:1rem}.progress-documents-column{grid-column:span 12;flex-direction:row;gap:1.5rem}.progress-documents-column .dashboard-card{flex:1;width:50%}.dashboard-card:nth-child(2){grid-column:span 12}.dashboard-card:nth-child(3){grid-column:span 12}.dashboard-card.updates,.dashboard-card:nth-child(5){grid-column:span 6}.financial-chart{height:250px}.financial-summary{grid-template-columns:repeat(3,1fr);gap:.75rem}.summary-item{padding:.45rem;margin-top:30px}.team-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.team-member-card{padding:1.25rem}.progress-ring-container{width:130px;height:130px}.progress-ring{width:130px;height:119px}.paid-customer-offers-carousel-container{max-width:90%}.paid-customer-discount-block{flex:0 0 200px;height:200px}.paid-customer-offer-details h2{font-size:24px}.paid-customer-offer-details p{font-size:18px}.paid-customer-separator{height:12rem;margin:0 20px}}@media screen and (max-width: 768px){.paid-customer-dashboard{padding:1rem}.dashboard-grid{gap:1rem}.dashboard-header h1{font-size:2rem}.team-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.dashboard-card{padding:1rem}}@media screen and (max-width: 480px){.progress-documents-column{flex-direction:column;gap:1rem}.progress-documents-column .dashboard-card{width:100%}.progress-ring-container{width:150px;height:150px}.progress-ring{width:150px;height:125px}.progress-percentage{font-size:1.25rem}.financial-chart{height:55%;width:100%}.financial-summary{grid-template-columns:repeat(3,1fr);gap:.5rem}.summary-item{padding:.15rem;margin-top:10px}.dashboard-card.updates,.dashboard-card:nth-child(5){grid-column:span 12}.team-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.paid-customer-offers-carousel-container{max-width:100%;padding:0 10px}.paid-customer-offers-content{flex-direction:row;gap:10px;height:180px}.paid-customer-discount-block{flex:0 0 120px;padding:20px;height:120px}.paid-customer-offer-details h2{font-size:18px}.paid-customer-offer-details p{font-size:12px}.paid-customer-separator{width:2px;height:160px;margin:0 10px}}/*!!!!!!!!!!!!!!!!! Dark Theme Styles  !!!!!!!!!!!!!!!!*/.dark.paid-customer-dashboard{background:#000;color:#fff}.dark .paid-customer-welcome{color:#fff}.dark .dashboard-card{background:linear-gradient(145deg,#03011ab3,#1e1e1ecc);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(74,111,255,.2);box-shadow:0 4px 8px #0b55c5,inset 0 0 30px #4a6fff1a;transition:all .3s ease}.dark .dashboard-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0b55c5,inset 0 0 40px #4a6fff33;border:1px solid rgba(74,111,255,.4)}.dark .dashboard-card h3{color:#fffffff2;text-shadow:0 0 10px rgba(74,111,255,.5);border-bottom:2px solid rgba(74,111,255,.3)}.dark .team-member-card{background:linear-gradient(145deg,#145f9c85,#1e1e1e)}.dark .document-card{background:#1e1e1e;border-color:#2d3748}.dark .update-item{background:#1e1e1e!important;border-color:#2d3748!important}.dark .summary-item{background:#4a6fff33!important}.dark .summary-item .label{color:#bfccde}.dark .summary-item .amount,.dark .progress-text{color:#fff}.dark .progress-label{color:#a0aec0}.dark .team-member-info h4{color:#fff}.dark .team-member-info p{color:#a0aec0}.dark .update-message{color:#e2e8f0}.dark .update-date{color:#a0aec0}.dark .form-group input,.dark .form-group textarea{background:#1e1e1e;border-color:#2d3748;color:#fff}.dark .no-data-message{background:#1e1e1e;color:#a0aec0}.dark .paid-customer-offers-carousel{background:linear-gradient(145deg,#03011aed,#1e1e1e);box-shadow:0 4px 8px #0b55c5}.dark .paid-customer-offer-details h2,.dark .paid-customer-offer-details p{color:#fff}.dark .paid-customer-separator{background-color:#2d3748}.dark .financial-chart{background:linear-gradient(145deg,#03011aed,#1e1e1e);border:1px solid rgba(74,111,255,.2);box-shadow:0 4px 15px #0b55c54d}.dark .recharts-cartesian-grid-horizontal line{stroke:#ffffff1a;stroke-width:1;stroke-dasharray:0}.dark .recharts-text{fill:#a0aec0}.dark .recharts-tooltip-wrapper{background:linear-gradient(145deg,#145f9c85,#1e1e1e)!important;border:1px solid rgba(74,111,255,.3);box-shadow:0 4px 12px #0b55c566}.dark .recharts-default-tooltip{background-color:transparent!important;border:none!important;color:#fff!important}.dark .recharts-tooltip-item{color:#e2e8f0!important}.dark .recharts-bar-rectangle{filter:drop-shadow(0 0 8px rgba(74,111,255,.4))}.dark .financial-summary{background:transparent;border-top:1px solid rgba(74,111,255,.2)}.dark .recharts-bar-rectangle:hover{fill:#4a6fffcc!important;filter:drop-shadow(0 0 12px rgba(74,111,255,.6));transition:all .3s ease}.dark .recharts-tooltip-cursor{fill:#4a6fff1a}.dark .recharts-active-bar{filter:drop-shadow(0 0 15px rgba(74,111,255,.7))}.paid-customer-admin{display:grid;grid-template-columns:300px 1fr;gap:11rem;padding:2rem;min-height:100vh;background:#f8f9fa}.admin-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#f5f5f5;margin-bottom:2rem}.logout-button{padding:.5rem 1rem;background-color:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer}.logout-button:hover{background-color:#c82333}.offer-status-notification{background:#e8f5e9;border-left:4px solid #4caf50;padding:15px;margin:15px 0;border-radius:4px}.offer-status-notification h4{color:#2e7d32;margin:0 0 10px}.offer-status-notification p{margin:5px 0}.offer-status-notification small{color:#666}.customer-details__header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid #eee;margin-bottom:1.5rem}.customer-details__title{margin:0;font-size:1.5rem;color:#2d3748}.customer-details__close{background:none;border:none;font-size:28px;color:#666;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.customer-details__close:hover{background:#f0f0f0;color:#333;transform:rotate(90deg)}.customers-list{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 12px #00000014;width:430px}.customer-item{padding:1rem;margin:.5rem 0;border-radius:8px;cursor:pointer;transition:all .3s ease;border:1px solid #eee}.customer-item:hover{background:#f0f4ff;transform:translateY(-2px)}.customer-item.selected{background:#e3e9ff;border-color:#4a6fff}.customer-details{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 12px #00000014;width:720px}.edit-section{display:grid;gap:1rem;margin:1.5rem 0}.edit-section input{padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem}.edit-section button{background:#0939f9c6;color:#fff;padding:.75rem;border:none;border-radius:6px;cursor:pointer;transition:background .3s ease}.edit-section button:hover{background:#3451db}.documents-section{margin-top:2rem}.document-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border:1px solid #eee;border-radius:6px;margin:.5rem 0}.document-item a{color:#4a6fff;text-decoration:none}.selected-files{margin:10px 0}.selected-file{display:flex;align-items:center;gap:10px;margin:5px 0}.selected-file input{flex:1;width:180px!important;font-size:12px!important}.selected-file span{font-size:11px!important}.selected-file button{padding:5px 10px!important;background:#f44!important;color:#fff!important;border:none;border-radius:4px;cursor:pointer}.updates-section{margin-top:20px;padding:20px;background:#fff;border-radius:8px}.add-update textarea{width:100%;min-height:100px;margin-bottom:10px;padding:10px;border:1px solid #ddd;border-radius:4px}.add-update button{background:#4caf50;color:#fff;border:none;padding:.55rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s ease}.update-item{display:flex;justify-content:space-between;align-items:flex-start;padding:10px;border-bottom:1px solid #eee;background:#fdfeff;border:1px solid #e2e8f0;margin-top:5px}.update-item button{background:#f44336;color:#fff;cursor:pointer;border:black 1px solid;border-radius:6px;padding:.3rem 1rem}.update-content{flex:1}.update-content small{color:#666;display:block;margin-top:5px}.add-new-customer{background:#fff;border-radius:12px;padding:1.5rem;margin:1.5rem 0;box-shadow:0 2px 8px #0000000d}.add-new-customer__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.add-new-customer__toggle{background:#4a6fff;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s ease}.add-new-customer__toggle:hover{background:#3451db;transform:translateY(-1px)}.add-new-customer__form{display:flex;flex-direction:column;gap:1.2rem}.add-new-customer__field{display:flex;flex-direction:column;gap:.5rem}.add-new-customer__field label{font-weight:500;color:#4a5568;font-size:.9rem}.add-new-customer__field input{padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;transition:all .3s ease}.add-new-customer__field input:focus{border-color:#4a6fff;outline:none;box-shadow:0 0 0 3px #4a6fff1a}.add-new-customer__submit{background:#4a6fff;color:#fff;border:none;padding:.75rem;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s ease;margin-top:.5rem}.add-new-customer__submit:hover{background:#3451db;transform:translateY(-1px);box-shadow:0 4px 12px #4a6fff33}.documents-upload-section,.team-section{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin:1rem 0;border:1px solid #e2e8f0}.documents-upload-section h4,.team-section h4{color:#2d3748;margin-bottom:1rem}.uploaded-document{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border-radius:6px;margin-bottom:.5rem;border:1px solid #e2e8f0}.add-document,.add-team-member{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.add-team-member-edit-section{display:flex;gap:.75rem;margin-top:1rem}.add-document input{padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem;width:200px}.add-team-member input,.add-team-member select{padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem;width:250px}.add-team-member-edit-section input,.add-team-member-edit-section select{padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem;width:140px}.add-document button,.add-team-member button,.add-team-member-edit-section button{background:#4caf50;color:#fff;border:none;padding:.75rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s ease}.add-document button:hover,.add-team-member button:hover,.add-team-member-edit-section button:hover{background:#45a049;transform:translateY(-1px)}.team-member{background:#fff;padding:.75rem;border-radius:6px;margin-bottom:.5rem;border:1px solid #e2e8f0;display:flex;justify-content:space-between}.team-member button{background:#f44336;color:#fff;cursor:pointer;border:black 1px solid;border-radius:6px;padding:.3rem}.advertisement-section{background:#fff;padding:2rem;border-radius:12px;margin-top:2rem;box-shadow:0 4px 16px #0000001a}.advertisement-section h3{color:#2d3748;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.ad-form{display:flex;flex-direction:column;gap:1.5rem}.ad-form label{display:block;margin-bottom:.5rem;font-weight:600;color:#2d3748;font-size:.95rem;letter-spacing:.02em}.ad-form input,.ad-form textarea{width:100%;padding:.875rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#f8fafc}.ad-form input:focus,.ad-form textarea:focus{outline:none;border-color:#4a6fff;box-shadow:0 0 0 3px #4a6fff1a}.ad-form input[type=file]{padding:.75rem;background:#f8fafc;border:2px dashed #e2e8f0;cursor:pointer}.ad-form textarea{min-height:120px;resize:vertical}.ad-preview{width:100%;max-height:100%;overflow:hidden;border-radius:12px;margin:1rem 0;border:1px solid #e2e8f0;padding:1rem;background:#f8fafc}.ad-preview img{width:100%;height:100%!important;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px #0000001a}.ad-form button{background:#4a6fff;color:#fff;padding:1rem;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .3s ease;margin-top:1rem}.ad-form button:hover{background:#3451db;transform:translateY(-2px);box-shadow:0 4px 12px #4a6fff33}.ad-form button:active{transform:translateY(0)}@media screen and (max-width: 1024px){.paid-customer-admin{grid-template-columns:350px 1fr;gap:2rem}.customers-list{width:350px}.customer-details{width:100%}.add-team-member,.add-team-member-edit-section{flex-direction:column}.add-team-member input,.add-team-member select,.add-team-member-edit-section input,.add-team-member-edit-section select{width:100%}.add-document{flex-direction:column}.add-document input{width:100%}.document-item{flex-direction:column;gap:.5rem}.update-item{flex-direction:column;gap:1rem}.advertisement-section{padding:1.5rem}.ad-form input,.ad-form textarea{width:100%}}@media screen and (max-width: 900px){.paid-customer-admin{grid-template-columns:300px 1fr;gap:1.5rem}.customers-list{width:300px}}@media (max-width: 768px){.paid-customer-admin,.add-document,.add-team-member,.add-team-member-edit-section{grid-template-columns:1fr}.customers-list{width:70%}.advertisement-section{padding:1.5rem;margin-top:1.5rem}.ad-form{gap:1rem}.ad-form input,.ad-form textarea{padding:.75rem;font-size:.95rem}}@media screen and (max-width: 480px){.advertisement-section{padding:1rem;margin-top:1rem}.advertisement-section h3{font-size:1.25rem;margin-bottom:1rem}.ad-form label{font-size:.875rem}.ad-form button{padding:.875rem;font-size:.95rem}.ad-preview{max-height:200px}}.paid-customer-admin-login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f6f8ff,#e9eeff)}.paid-customer-admin-login__card{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 8px 32px #0000001a;width:100%;max-width:450px}.paid-customer-admin-login__title{color:#2d3748;font-size:2rem;margin-bottom:2.5rem;text-align:center;font-weight:600}.paid-customer-admin-login__form-group{margin-bottom:1.5rem}.paid-customer-admin-login__input{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1.1rem;transition:all .3s ease;background:#f8fafc}.paid-customer-admin-login__input:focus{border-color:#4a6fff;outline:none;box-shadow:0 0 0 3px #4a6fff1a}.paid-customer-admin-login__error{background:#fff5f5;color:#e53e3e;padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.95rem;border-left:4px solid #e53e3e}.paid-customer-admin-login__submit{width:100%;background:linear-gradient(135deg,#2084fce6,#5e02fee6);border:none;padding:1rem;color:#fff;border-radius:10px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-top:1rem}.paid-customer-admin-login__submit:hover{background:#0b1859;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.paid-customer-admin-login__submit:active{transform:translateY(0)}@media (max-width: 480px){.paid-customer-admin-login__card{padding:2rem;margin:1rem}.paid-customer-admin-login__title{font-size:1.75rem}}.content-modifier-admin{padding:2rem;max-width:1200px;margin:0 auto;background:#f8fafc;min-height:100vh}.content-modifier-admin__title{text-align:center;color:#2d3748;font-size:2.5rem;margin-bottom:3rem;font-weight:700}.content-modifier-admin__header{display:flex;justify-content:space-between;align-items:center;padding:1rem;margin-bottom:2rem}.content-modifier-admin__logout-button{background:#dc3545;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.content-modifier-admin__logout-button:hover{background:#c82333}.content-modifier-admin__section{background:#fff;border-radius:15px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.content-modifier-admin__section h2{color:#4a5568;font-size:1.8rem;margin-bottom:1.5rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.content-modifier-admin__form-group{margin-bottom:1.5rem}.content-modifier-admin__form-group label{display:block;margin-bottom:.5rem;color:#4a5568;font-weight:500}.content-modifier-admin__form-group input[type=text],.content-modifier-admin__form-group input[type=number],.content-modifier-admin__form-group textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease}.content-modifier-admin__form-group textarea{min-height:120px;resize:vertical}.content-modifier-admin__form-group input[type=file]{border:2px dashed #e2e8f0;padding:1rem;border-radius:8px;width:100%;cursor:pointer}.content-modifier-admin__form-group input:focus,.content-modifier-admin__form-group textarea:focus{border-color:#4a6fff;outline:none;box-shadow:0 0 0 3px #4a6fff1a}.content-modifier-admin__button{background:linear-gradient(135deg,#4a6fff,#6a3ff5);color:#fff;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.content-modifier-admin__button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4a6fff33}.content-modifier-admin__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.content-modifier-admin__item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.content-modifier-admin__item:hover{transform:translateY(-5px)}.content-modifier-admin__item img{width:100%;height:200px;object-fit:cover}.content-modifier-admin__item h3{padding:1rem;margin:0;color:#2d3748;font-size:1.2rem}.content-modifier-admin__item p{padding:0 1rem 1rem;margin:0;color:#4a5568;font-size:.95rem;line-height:1.5}.content-modifier-admin__delete-button{background:#dc3545;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;margin-top:1rem;transition:background-color .3s ease}.content-modifier-admin__delete-button:hover{background:#c82333}@media (max-width: 768px){.content-modifier-admin{padding:1rem}.content-modifier-admin__title{font-size:2rem}.content-modifier-admin__section{padding:1.5rem}.content-modifier-admin__list{grid-template-columns:1fr}}.content-modifier-admin-login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f6f8ff,#e9eeff)}.content-modifier-admin-login__card{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 8px 32px #0000001a;width:100%;max-width:450px}.content-modifier-admin-login__title{color:#2d3748;font-size:2rem;margin-bottom:2.5rem;text-align:center;font-weight:600}.content-modifier-admin-login__form-group{margin-bottom:1.5rem}.content-modifier-admin-login__input{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1.1rem;transition:all .3s ease;background:#f8fafc}.content-modifier-admin-login__input:focus{border-color:#4a6fff;outline:none;box-shadow:0 0 0 3px #4a6fff1a}.content-modifier-admin-login__error{background:#fff5f5;color:#e53e3e;padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.95rem;border-left:4px solid #e53e3e}.content-modifier-admin-login__submit{width:100%;background:linear-gradient(135deg,#2084fce6,#5e02fee6);border:none;padding:1rem;color:#fff;border-radius:10px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-top:1rem}.content-modifier-admin-login__submit:hover{background:#0b1859;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.content-modifier-admin-login__submit:active{transform:translateY(0)}@media (max-width: 480px){.content-modifier-admin-login__card{padding:2rem;margin:1rem}.content-modifier-admin-login__title{font-size:1.75rem}}*{font-family:Arial,Helvetica,sans-serif;box-sizing:border-box}body{margin:0!important;padding:0!important}
