:root{--background: #ffffff;--foreground: #171717;--gray-rgb: 0, 0, 0;--gray-alpha-200: rgba(var(--gray-rgb), .08);--gray-alpha-100: rgba(var(--gray-rgb), .05);--button-primary-hover: #383838;--button-secondary-hover: #f2f2f2}@media(prefers-color-scheme:dark){:root{--background: #0a0a0a;--foreground: #ededed;--gray-rgb: 255, 255, 255;--gray-alpha-200: rgba(var(--gray-rgb), .145);--gray-alpha-100: rgba(var(--gray-rgb), .06);--button-primary-hover: #ccc;--button-secondary-hover: #1a1a1a}}.landing-page{font-family:Inter,Arial,sans-serif;line-height:1.6;overflow-x:hidden;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{-webkit-tap-highlight-color:transparent}button,.nav-link{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html{scroll-behavior:smooth}button:focus,.nav-link:focus,a:focus,button:active,.nav-link:active,a:active{outline:none!important;border:none!important;box-shadow:none!important}.navigation .nav-link:focus,.mobile-navigation .nav-link:focus{outline:none!important;border:none!important;box-shadow:none!important}.landing-header{position:fixed;top:0;left:0;right:0;background:#fff;border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;padding:1rem 0}.header-container{max-width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;position:relative}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:196px;height:48.63px;border-radius:8px;display:flex;align-items:center;justify-content:center;max-width:100%;height:auto;object-fit:contain;cursor:pointer}.navigation{display:flex;gap:4rem;align-items:center}.nav-link{text-decoration:none;color:#374151;font-weight:500;font-family:Inter;font-size:16px;transition:color .3s ease;position:relative}.nav-link:hover{color:#1e40af}.nav-link.active{color:#1e40af;font-weight:600}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#1e40af;transition:width .3s ease}.nav-link:hover:after{width:100%}.header-actions{display:flex;gap:1rem;align-items:center}.book-demo-btn{background:transparent;border:1px solid #FF9B00;padding:.75rem 1.5rem;border-radius:4px;font-weight:500;font-size:16 px;line-height:22px;font-family:Inter;cursor:pointer;transition:all .3s ease}.book-demo-btn:hover{background:transparent;border:1px solid #FF9B00;transform:translateY(-2px);box-shadow:0 8px 25px #1e40af4d}.book-demo-btn:focus,.book-demo-btn:active{outline:none!important;border:1px solid #FF9B00!important;box-shadow:0 8px 25px #1e40af4d!important}.calendar-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}.form-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.form-modal{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0003;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.form-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.form-modal-header h2{color:#333;margin:0;font-size:1.5rem;font-weight:600}.form-modal-content{padding:2rem}.form-field{display:flex;flex-direction:column}.form-label{font-weight:600;font-size:15px;margin-bottom:4px;color:#1f2937}.form-input{padding:12px 16px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;outline:none;transition:border-color .2s;width:100%}.form-input.error{border-color:#ef4444}.form-error{color:#ef4444;font-size:12px;margin-top:4px}.phone-input-container{display:flex;border:1px solid #d1d5db;border-radius:6px;overflow:hidden}.phone-input-container.error{border-color:#ef4444}.phone-code{padding:12px 16px;background-color:#f9fafb;border-right:1px solid #d1d5db;display:flex;align-items:center;font-size:14px;color:#6b7280;min-width:60px;justify-content:center}.phone-input{flex:1;padding:12px 16px;border:none;outline:none;font-size:14px}.form-submit-container{margin-top:2rem;text-align:left}.form-submit-btn{background-color:#488257;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-weight:600;cursor:pointer;font-size:16px;transition:background-color .2s}.form-submit-btn:hover{background-color:#3a6b47}.calendar-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem}.close-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:#666;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.close-btn:hover{background:#f3f4f6;color:#333}.booking-summary{padding:1.5rem 2rem;border-top:1px solid #e5e7eb;background:#f8f9fa}.booking-summary h3{color:#333;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.booking-summary p{color:#666;margin:.5rem 0;font-size:1rem}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.cancel-btn{background:#6c757d;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;transition:all .3s ease}.cancel-btn:hover{background:#5a6268;transform:translateY(-2px)}.confirm-booking-btn{background:#488257;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease}.confirm-booking-btn:hover{background:#3a6b47;transform:translateY(-2px);box-shadow:0 4px 12px #4882574d}.login-btn{background:#ff9b00;border:1px solid #FF9B00;padding:.75rem 1.5rem;width:151px;border-radius:4px;font-weight:500;font-size:16px;line-height:22px;font-family:Inter;cursor:pointer;transition:all .3s ease;color:#fff}.login-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff9b0066}.badge-icon{background:#1e40af;color:#fff;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}.hero-section{position:relative;height:75vh;min-height:400px;overflow:hidden;background-image:url(/assets/first-image-BNJR4DQ_.png);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:12px;margin:120px 40px 60px}.hero-section:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0006,#0003,#0009);background:#00000080;z-index:1}.hero-content{position:relative;z-index:2;height:100%;justify-content:space-between;padding:2rem}.hero-text{text-align:left;margin:5% 1.5% 1.5%}.hero-title{width:1085;height:68;opacity:1;font-size:60px;font-weight:700;color:#fff;line-height:58.95px;margin-bottom:1.5rem;font-family:Inter;letter-spacing:-1.31px;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,1)}.hero-chips{display:flex;gap:1rem;flex-wrap:wrap}.hero-chip{display:inline-block;padding:.3rem 1.25rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:20px;color:#fff;font-family:Inter;font-size:14px;font-weight:500;letter-spacing:.5px;transition:all .3s ease;cursor:pointer}.hero-chip:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.hero-description{font-size:1.25rem;color:#fff;line-height:1.6;margin-top:1rem;text-shadow:0 2px 10px rgba(0,0,0,.2);text-align:left;width:65%;font-family:Inter;font-weight:400;font-style:Regular;font-size:18px;line-height:28px;letter-spacing:0%;vertical-align:middle}.hero-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;position:relative;margin:0 1.5% 1.5% 2%}.get-started-btn{border:none;border-radius:8px;font-weight:500;height:52px;width:205px;font-family:Inter;font-size:18px;cursor:pointer;margin-top:2rem;transition:all .3s ease;background:#ff9b00;color:#fff}.get-started-btn:hover{transform:translateY(-3px);box-shadow:0 12px 40px #ff9b0099}.overview-section{background:#fff;width:100%;overflow-x:hidden}.overview-container{width:95%;max-width:95%;padding:0 0rem;box-sizing:border-box}.overview-content{display:flex;align-items:flex-start;gap:2rem;width:100%;max-width:100%;box-sizing:border-box}.overview-text{flex:1;max-width:580px;min-width:0;overflow-wrap:break-word;word-wrap:break-word}.overview-title{font-family:Inter;font-weight:700;font-style:Bold;font-size:36px;line-height:100%;letter-spacing:2%;color:#1c486b}.overview-description{margin-top:2.8rem;font-family:Inter;font-weight:300;font-style:Light;font-size:20px;line-height:28px;letter-spacing:2%;color:#000}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(133px,1fr));gap:0rem;margin-top:4rem}.feature-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 20px #0000000d;display:flex;cursor:pointer}.feature-card:active,.feature-card:focus{border:2px solid #FF9B00!important;outline:none!important;box-shadow:0 0 0 3px #ff9b0033!important}.feature-card input[type=checkbox]:checked:after{content:"";position:absolute;left:3px;top:0;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.feature-icon{width:40px;height:40px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:#fee4db;border-radius:50%}.feature-title{font-family:Inter;font-weight:500;font-style:Medium;font-size:14px;letter-spacing:0%;text-align:center;vertical-align:middle;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:100%;margin:0;padding:10px 4px;box-sizing:border-box}.overview-image{flex:1;width:560px;max-width:560px;height:560.4px;min-height:300px;opacity:1;position:relative;background-image:url(/assets/second-image-utQG5tS1.png);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:12px;margin-left:.5rem;margin-right:0;box-sizing:border-box;overflow:hidden}.mobile-menu-toggle{display:none;flex-direction:column;cursor:pointer;padding:.5rem;background:none;border:none}.mobile-menu-toggle span{width:25px;height:3px;background:#374151;margin:3px 0;transition:.3s;border-radius:2px}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.mobile-navigation{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid rgba(0,0,0,.1);box-shadow:0 4px 20px #0000001a;z-index:999}.mobile-navigation.active{display:block}.mobile-navigation .nav-link{display:block;padding:1rem 2rem;border-bottom:1px solid rgba(0,0,0,.05);text-align:left}.mobile-navigation .nav-link.active{color:#1e40af;font-weight:600;background-color:#1e40af1a}.mobile-navigation .nav-link:last-child{border-bottom:none}.mobile-header-actions{display:flex;flex-direction:column;gap:1rem;padding:1rem 2rem;border-top:1px solid rgba(0,0,0,.05);margin-top:1rem}.mobile-header-actions .book-demo-btn,.mobile-header-actions .login-btn{width:100%;justify-content:center}@media(min-width:1440px){.header-container{max-width:100%;padding:0 3rem}.hero-title{font-size:4rem;line-height:4.5rem}.hero-description{font-size:1.5rem;line-height:2rem}.overview-container{max-width:1400px;margin:100px auto 60px}.ai-container{max-width:1400px}}@media(max-width:1439px)and (min-width:1200px){.header-container{max-width:100%;padding:0 2.5rem}.hero-title{font-size:3.5rem;line-height:4rem}.overview-container{width:100%;max-width:100%;margin:100px 40px 60px 2.5rem;padding-right:0;box-sizing:border-box}.overview-section{width:100%;overflow-x:hidden}}@media(max-width:1199px)and (min-width:1024px){.header-container{padding:0 2rem}.hero-section{margin:120px 30px 60px}.hero-title{font-size:3rem;line-height:3.5rem}.hero-description{font-size:1.125rem;width:70%}.overview-container{width:100%;max-width:100%;margin:100px 30px 60px;padding-right:0;box-sizing:border-box}.overview-section{width:100%;overflow-x:hidden}.overview-title{font-size:2.5rem}.overview-description{font-size:1.125rem}.ai-section{padding:60px 30px 40px}.ai-title{font-size:2.5rem;width:60%}.ai-content{flex-direction:column;gap:3rem}.ai-image{width:700px;max-width:700px;margin:0 auto;height:492px}}@media(max-width:1023px)and (min-width:768px){.header-container{padding:0 1.5rem}.mobile-menu-toggle{display:flex}.navigation{display:none}.hero-section{margin:120px 20px 60px;height:60vh}.hero-title{font-size:2.5rem;line-height:3rem}.hero-description{font-size:1rem;width:80%}.hero-actions{flex-direction:column;align-items:flex-start;gap:1.5rem}.overview-container{width:100%;max-width:100%;margin:80px 20px 60px;padding:0 1rem;box-sizing:border-box}.overview-content{flex-direction:column;gap:3rem;width:100%;max-width:100%;margin:0;box-sizing:border-box}.overview-text{max-width:100%;width:100%}.overview-title{font-size:2.25rem}.overview-description{font-size:1rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.overview-image{width:100%!important;height:400px!important;min-height:300px!important;margin-left:0!important;margin-right:0!important;background-image:url(/assets/second-image-utQG5tS1.png)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;border-radius:12px!important;display:block!important;opacity:1!important;max-width:100%!important}.overview-section{width:95%}.offerings-section{width:100%;margin-left:0;margin-right:0}.compliance-section{width:95%;margin-left:0;margin-right:0}.compliance-image{width:100%!important;max-width:100%!important;height:400px!important;min-height:300px!important;margin-left:0!important;margin-top:0!important}.ai-section{padding:50px 20px 30px}.ai-title{font-size:2.25rem;width:80%}.ai-description{width:90%}.ai-content{flex-direction:column;gap:2.5rem}.ai-features{gap:2rem}.ai-image{width:700px;max-width:700px;margin:3rem auto;height:492px}}@media(max-width:767px)and (min-width:481px){.header-container{padding:0 1rem;flex-wrap:wrap;gap:1rem}.mobile-menu-toggle{display:flex}.navigation{display:none}.header-actions{gap:.5rem}.book-demo-btn,.login-btn{padding:.5rem 1rem;font-size:14px}.login-btn{margin-right:1rem}.hero-section{margin:100px 15px 40px;height:50vh}.hero-content{padding:1.5rem}.hero-text{margin:5% 0 2%}.hero-title{font-size:2rem;line-height:2.5rem;margin-bottom:1rem;padding-bottom:1rem}.hero-chips{gap:.75rem;margin-top:1rem}.hero-chip{padding:.4rem 1rem;font-size:12px}.hero-description{font-size:.9rem;width:100%;margin-top:.5rem}.hero-actions{flex-direction:column;align-items:flex-start;gap:1rem;margin:0}.get-started-btn{width:100%;max-width:250px;height:48px;font-size:16px;margin-top:1rem}.overview-section{width:95%;overflow-x:hidden}.overview-container{width:100%;max-width:100%;margin:60px 15px 40px;padding:0 .5rem;box-sizing:border-box}.overview-content{flex-direction:column;gap:2rem;width:100%;max-width:100%;margin:0;box-sizing:border-box}.overview-text{max-width:100%;width:100%}.overview-section{width:100%;overflow-x:hidden}.overview-title{font-size:1.875rem}.overview-description{font-size:.9rem;margin-top:1.5rem}.features-grid{grid-template-columns:1fr;gap:1rem;margin-top:2rem}.feature-card{padding:1.5rem}.overview-image{width:100%;height:300px;min-height:250px;margin:0;max-width:100%}.ai-section{padding:40px 15px 30px}.ai-title{font-size:1.875rem;width:100%}.ai-description{font-size:.9rem;width:100%}.ai-content{flex-direction:column;gap:2rem;margin-top:2rem}.ai-features{gap:1.5rem}.ai-feature{gap:1rem}.ai-feature-title{font-size:16px}.ai-feature-description{font-size:13px}.ai-image{width:300px;max-width:300px;margin:3rem auto;height:200px}}@media(max-width:480px){.header-container{padding:0 .75rem}.logo-icon{width:150px;height:37px}.mobile-menu-toggle{display:flex}.navigation{display:none}.header-actions{gap:.25rem}.book-demo-btn,.login-btn{padding:.4rem .8rem;font-size:12px;width:auto;height:auto}.login-btn{margin-right:1rem}.overview-section{width:95%;overflow-x:hidden}.overview-container{width:100%;max-width:100%;margin:50px 10px 30px;padding:0 .5rem;box-sizing:border-box}.overview-content{width:100%;max-width:100%;margin:0;box-sizing:border-box}.overview-text{max-width:100%;width:100%}.overview-card-container{width:100%;max-width:100%;margin-left:0;margin-right:0}.compliance-section{width:100%}.hero-section{margin:80px 10px 30px;height:45vh}.hero-content{padding:1rem}.hero-text{margin:3% 0 1%}.hero-title{font-size:1.5rem;line-height:2rem;margin-bottom:.75rem;padding-bottom:.75rem;letter-spacing:-.5px}.hero-chips{gap:.5rem;margin-top:.75rem}.hero-chip{padding:.35rem .85rem;font-size:11px}.hero-description{font-size:.8rem;line-height:1.4;width:100%;margin-top:.5rem}.hero-actions{flex-direction:column;align-items:flex-start;gap:.75rem;margin:0}.get-started-btn{width:100%;max-width:200px;height:44px;font-size:14px;margin-top:.75rem}.overview-content{flex-direction:column;gap:1.5rem;width:100%;max-width:100%;margin:0;box-sizing:border-box}.overview-title{font-size:1.5rem}.overview-description{font-size:.8rem;line-height:1.4;margin-top:1rem}.features-grid{grid-template-columns:1fr;gap:.75rem;margin-top:1.5rem}.feature-card{padding:1rem}.feature-icon{width:32px;height:32px;margin-bottom:.75rem}.feature-title{font-size:12px}.overview-image{width:100%;height:250px;min-height:200px;margin:0;max-width:100%}.ai-section{padding:30px 10px 20px}.ai-title{font-size:1.5rem;line-height:1.8rem;width:100%}.ai-description{font-size:.8rem;line-height:1.3;width:100%;margin:1rem auto}.ai-content{flex-direction:column;gap:1.5rem;margin-top:1.5rem}.ai-features{gap:1rem}.ai-feature{gap:.75rem}.ai-feature-icon{width:32px;height:32px}.ai-feature-title{font-size:14px;line-height:1.3}.ai-feature-description{font-size:12px;line-height:1.3}.ai-image{width:100%;max-width:300px;margin:0 auto;height:200px}}@media(max-width:320px){.header-container{padding:0 .5rem}.logo-icon{width:120px;height:30px}.book-demo-btn,.login-btn{padding:.3rem .6rem;font-size:11px}.login-btn{margin-right:1rem}.hero-section{margin:70px 5px 20px;height:40vh}.hero-content{padding:.75rem}.hero-title{font-size:1.25rem;line-height:1.6rem}.hero-description{font-size:.75rem}.get-started-btn{height:40px;font-size:13px}.overview-container{margin:40px 5px 20px}.overview-title{font-size:1.25rem}.overview-description{font-size:.75rem}.feature-card{padding:.75rem}.ai-section{padding:20px 5px 15px}.ai-title{font-size:1.25rem}.ai-description{font-size:.75rem}}.ai-section{background-image:url(/assets/smart-bg-C0IGaCSc.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;margin:100px 0 60px;position:relative;padding:60px 40px 40px 60px;width:100%;height:100%;overflow:hidden;background-color:#00000073}.ai-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.ai-content{display:flex;gap:.5rem;align-items:center;margin-top:4rem}.ai-text{color:#fff}.ai-title{font-family:Inter;font-weight:700;font-style:Bold;font-size:42px;line-height:45px;letter-spacing:0px;text-align:center;vertical-align:middle;color:#fff;width:50%;margin:0 auto}.ai-description{font-family:Inter;font-weight:400;font-style:Regular;font-size:16px;line-height:19.23px;letter-spacing:0%;text-align:center;vertical-align:middle;width:70%;margin:2rem auto}.ai-features{display:flex;flex-direction:column;gap:50px}.ai-feature{display:flex;align-items:flex-start;gap:0px}.ai-feature-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;border-radius:50%;margin-top:3px}.ai-feature-title{font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:17.75px;line-height:.08px;letter-spacing:0%;vertical-align:middle}.ai-feature-description{font-family:Inter;font-weight:400;font-style:Regular;font-size:14px;line-height:19.23px;letter-spacing:0%;vertical-align:middle;color:#efefef;margin-top:.5rem}.ai-image{display:flex;background-image:url(/assets/smart-ai-BkbETYxs.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;width:1200px;height:492px;opacity:1;border-radius:12px;margin-left:1.5rem;max-width:100%}.ai-image-responsive{width:100%;max-width:100%;object-fit:cover;border-radius:12px}.responsive-image{width:100%;height:auto;max-width:100%;object-fit:cover}.responsive-image-contain{width:100%;height:auto;max-width:100%;object-fit:contain}.responsive-background{background-size:cover;background-position:center;background-repeat:no-repeat}.responsive-background-contain{background-size:contain;background-position:center;background-repeat:no-repeat}.aspect-ratio-16-9{position:relative;width:100%;height:0;padding-bottom:56.25%}.aspect-ratio-4-3{position:relative;width:100%;height:0;padding-bottom:75%}.aspect-ratio-1-1{position:relative;width:100%;height:0;padding-bottom:100%}.aspect-ratio img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@media(max-width:1024px){.hero-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}}@media(max-width:768px)and (orientation:landscape){.hero-section{height:100vh;margin:0}.hero-content{padding:1rem}.hero-text{margin:2% 0 1%}.hero-title{font-size:1.8rem;line-height:2.2rem}.hero-description{font-size:.9rem}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.logo-icon,.feature-icon,.ai-feature-icon{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}@media(prefers-color-scheme:dark){.landing-page{background:#1a1a1a;color:#fff}.landing-header{background:#fff;border-bottom:1px solid rgba(0,0,0,.1)}.nav-link{color:#374151}.nav-link:hover{color:#1e40af}}.offerings-section{padding:1rem 0;width:99%;margin:58px 40px 60px 0}.compliance-section{padding:0rem 0;width:99%;margin:0 0 60px}.offerings-title{color:#1c486b;font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:42px;line-height:48px;letter-spacing:0%;text-align:center;vertical-align:middle}.offerings-container{margin:0 auto;padding:0 2rem}.offerings-content{display:flex;gap:1.5rem;align-items:center}.offerings-image{position:relative;display:flex;justify-content:center;align-items:center;background-image:url(/Offerings.svg);background-size:contain;background-repeat:no-repeat;background-position:center;width:50%;height:563px;opacity:1;border-top-left-radius:20px;margin-left:1.5rem;margin-top:-4rem}.compliance-image{position:relative;display:flex;justify-content:center;align-items:center;background-image:url(/Compliance1.svg);background-size:contain;background-repeat:no-repeat;background-position:center;width:50%;height:563px;opacity:1;border-top-left-radius:20px;margin-left:1.5rem;margin-top:1rem}.pricing-section{background:#f3f7e8;padding:6rem 0;min-height:100vh;display:flex;align-items:center}.subscription-layout{display:flex;gap:0;width:100%;max-width:1200px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;justify-content:center}.subscription-left-panel{flex:1;background-size:cover;background-position:center;background-repeat:no-repeat;padding:4rem 3rem;display:flex;align-items:center;justify-content:flex-start;position:relative;height:100%;min-height:500px}.subscription-left-panel:before{content:"";position:absolute;inset:0;z-index:1}.subscription-left-content{position:relative;z-index:2;text-align:left;width:100%}.subscription-brand{font-family:Inter;font-weight:400;font-size:18px;line-height:24px;color:#ffffffe6;margin:0 0 1rem}.subscription-left-title{font-family:Inter;font-weight:700;font-size:36px;line-height:1.2;color:#fff;margin:0}.subscription-right-panel{flex:1;padding:2rem;display:flex;align-items:stretch;justify-content:center;max-height:100%;min-height:500px}.subscription-pricing-card{position:relative;width:100%;display:flex;flex-direction:column;height:100%}.subscription-badge{position:absolute;top:-12px;right:-12px;width:40px;height:40px;background:#ff69b4;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:10;box-shadow:0 2px 8px #0003}.subscription-badge span{color:#fff;font-weight:700;font-size:18px;font-family:Inter}@media(max-width:1024px){.subscription-layout{flex-direction:column}.subscription-left-panel{min-height:300px;padding:3rem 2rem}.subscription-left-title{font-size:28px}.subscription-right-panel{align-items:stretch;min-height:auto}.subscription-pricing-card{height:auto!important}.cbam-card .option-features{margin-bottom:1.5rem;flex:none}.cbam-card .pricing-cta-btn{margin-top:1.5rem}}@media(max-width:768px){.subscription-left-panel{min-height:250px;padding:2rem 1.5rem}.subscription-left-title{font-size:24px}.subscription-brand{font-size:16px}.subscription-right-panel{padding:1.5rem;align-items:stretch;min-height:auto}.subscription-pricing-card{height:auto!important}.cbam-card .option-features{margin-bottom:1.5rem;padding-top:8px;flex:none}.cbam-card .pricing-cta-btn{margin-top:1.5rem;padding:.875rem 1.5rem;font-size:1rem}}@media(max-width:480px){.subscription-right-panel{padding:1rem;align-items:stretch;min-height:auto}.subscription-pricing-card{padding:1.25rem;height:auto!important}.cbam-card .option-features{margin-bottom:1.25rem;flex:none}.cbam-card .pricing-cta-btn{margin-top:1.25rem;padding:.75rem 1.25rem;font-size:.95rem}}.pricing-section.home-pricing{padding:2rem 0;min-height:auto;align-items:flex-start}.pricing-section.home-pricing .pricing-container,.pricing-section.home-pricing .pricing-container1{padding-bottom:0}.pricing-container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.pricing-container1{max-width:1200px;margin:0 4% 4% 0;padding:0 .5rem;text-align:center}.pricing-title{font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:42px;line-height:48px;letter-spacing:0%;text-align:center;vertical-align:middle;color:#1c486b;width:80%;margin:0 auto}.pricing-subtitle{font-family:Inter;font-weight:500;font-style:Medium;font-size:20px;line-height:30px;letter-spacing:0%;text-align:center;color:#717171;margin-top:1rem;width:65%;margin:1rem auto}.service-toggle{display:flex;justify-content:center;margin-bottom:3rem;padding:.5rem;margin-left:auto;margin-right:auto;width:498px;height:56px;opacity:1;border-radius:8px}.toggle-btn{width:252;height:56;opacity:1;left:-4.5px;padding:16px 44px;border-radius:8px;border-width:0px;border:none;outline:none;cursor:pointer;transition:all .3s ease;font-family:Inter;font-weight:600;font-style:normal;font-size:16px;line-height:24px;letter-spacing:0%;text-align:center;vertical-align:middle}.toggle-btn:hover{background:#a4a0a0;color:#333;border:none;outline:none;cursor:pointer;transition:all .3s ease}.toggle-btn.active,.toggle-btn.active:hover{background:#1c486b;color:#fff;border:none;outline:none;cursor:pointer;transition:all .3s ease}.pricing-cards{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1000px;margin:0 auto}.pricing-card{background:#fff;border-radius:20px;padding:1rem;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease;position:relative;text-align:start;display:flex;margin-left:0;flex-direction:column;height:100%;border:1px solid transparent;min-height:fit-content;box-sizing:border-box;overflow:hidden}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.pricing-card.selected{border:2px solid #FF9B00!important}.per-product-card .pricing-card-header{margin-bottom:.75rem}.per-product-card .pricing-card-title{color:#ff9b00}.per-product-card .pricing-card-subtitle{color:#000}.per-product-card .pricing-card-price{align-items:baseline;margin-bottom:1.25rem}.per-product-card .price-amount{font-size:58.92px;font-weight:800;color:#26030a}.per-product-card .price-period-container{margin-top:.25rem}.per-product-card .pricing-option-label{border:none;padding:.5rem 0;gap:.5rem}.per-product-card .pricing-option{margin-bottom:.75rem}.per-product-card .pricing-option input[type=radio]{accent-color:#FF9B00;width:18px;height:18px}.per-product-card .pricing-options{margin-bottom:0}.per-product-card .pricing-options+.pricing-options,.per-product-card .option-features{position:relative}.per-product-card .option-features{padding-top:1rem;margin-top:.75rem}.per-product-card .option-features:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:#ececec}.per-product-card .feature-item img{filter:none}.per-product-card .feature-item span{color:#000}.cbam-card{padding-top:8px;padding-bottom:10px}.cbam-card .pricing-card-price{margin:2px 0 6px}.cbam-card .option-features{padding-top:6px;margin-top:6px;margin-bottom:0;padding-bottom:0;flex:1}.cbam-card .option-features .feature-item:last-child{margin-bottom:0}.cbam-card .pricing-cta-btn{margin-top:auto}.pricing-card-header{margin-bottom:.25rem}.pricing-card-title{font-family:Inter;font-weight:700;font-style:Bold;font-size:24px;line-height:32px;letter-spacing:-.46px;color:#ff9b00;text-align:start}.pricingTitles-cards{font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:24px;line-height:30px;letter-spacing:-.46px;text-align:start;margin-top:2.7rem}.pricing-card-subtitle{font-family:Inter;font-weight:400;font-style:Regular;font-size:17.93px;line-height:22px;letter-spacing:-.36px;vertical-align:middle;color:#000;text-align:start;margin-top:.25rem}.pricing-card-price{display:flex;align-items:baseline;flex-wrap:nowrap;margin:.25rem 0 .6rem}.price-amount{font-family:Inter;font-weight:700;font-style:ExtraBold;font-size:48px;letter-spacing:-1.77px;vertical-align:middle;color:#26030a;white-space:nowrap;margin:0;line-height:1}.price-period-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-left:.5rem;margin-top:.1rem;flex:0 0 auto}.price-period{font-family:Inter;font-weight:400;font-style:Semi Bold;font-size:18px;line-height:22px;letter-spacing:-.41px;vertical-align:middle;color:#717171}.transaction-fee{font-family:Inter;font-weight:400;font-style:Regular;font-size:16.65px;line-height:0px;letter-spacing:-.33px;vertical-align:middle;color:#0000008c}.pricing-options{margin-bottom:2rem;flex:1}.pricing-option{margin-bottom:1rem}.pricing-option input[type=radio]{display:inline-block;margin-right:.75rem;width:18px;height:18px;accent-color:#ff6b35;cursor:pointer;outline:none!important;border:none;box-shadow:none}.pricing-option input[type=radio]:focus{outline:none!important;box-shadow:none!important;border:none!important}.pricing-option-label{display:flex;align-items:flex-start;padding:1rem;cursor:pointer;transition:all .3s ease;text-align:left;gap:.4rem}.pricing-option input[type=radio]:checked+.pricing-option-label{border-color:#ff6b35;background-color:#fff5f2}.option-title{font-size:1.1rem;display:block;margin-bottom:.75rem;font-family:Inter,sans-serif;flex:1;font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:20px;line-height:21.52px;letter-spacing:-.36px;color:#1c486b}.option-content{flex:1;display:flex;flex-direction:column}.option-features{display:flex;flex-direction:column;gap:.5rem}.feature-item{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#666;font-family:Inter,sans-serif}.feature-item img{width:16px;height:16px;flex-shrink:0}.feature-item span{flex:1;font-family:Inter;font-weight:400;font-style:Regular;font-size:17.93px;line-height:21.52px;letter-spacing:-.36px;vertical-align:middle;color:#000}.pricing-cta-btn{width:100%;background:#ff9b00;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.5px;margin-top:auto}.pricing-cta-btn:hover{background:#e55a2b}@media(max-width:768px){.calendar-modal-overlay,.form-modal-overlay{padding:1rem}.calendar-modal,.form-modal{max-width:100%;max-height:95vh;border-radius:8px}.calendar-modal-header,.form-modal-header{padding:1rem 1.5rem}.calendar-modal-header h2,.form-modal-header h2{font-size:1.25rem}.calendar-modal-content,.form-modal-content{padding:1.5rem}.form-modal-row{flex-direction:column;gap:1rem}.form-modal-column{max-width:100%!important;width:100%!important}.form-submit-container{text-align:center}.form-submit-btn{width:100%}}@media(max-width:480px){.calendar-modal-overlay,.form-modal-overlay{padding:.5rem}.calendar-modal,.form-modal{max-height:98vh;border-radius:8px}.calendar-modal-header,.form-modal-header{padding:1rem}.calendar-modal-header h2,.form-modal-header h2{font-size:1.125rem}.calendar-modal-content,.form-modal-content{padding:1rem}.form-label{font-size:14px}.form-input,.phone-input,.phone-code{padding:10px 12px;font-size:14px}.form-submit-btn{padding:10px 20px;font-size:14px}}@media(max-width:768px){.pricing-section{padding:4rem 0}.pricing-title{font-size:2.5rem}.pricing-subtitle{font-size:1.1rem;margin-bottom:2rem}.service-toggle{max-width:280px;margin-bottom:2.5rem}.toggle-btn{padding:.6rem 1.2rem;font-size:.9rem;border:none;outline:none;cursor:pointer;transition:all .3s ease}.pricing-cards{grid-template-columns:1fr;gap:1.5rem;max-width:500px}.pricing-card{padding:2rem;min-height:0;height:auto}.subscription-pricing-card{height:auto!important}.pricing-card-price{flex-wrap:wrap;gap:.25rem}.price-period-container{margin-left:0;margin-top:.25rem}.price-period{font-size:.9rem;line-height:1.3rem;word-wrap:break-word;overflow-wrap:break-word}.cbam-card .option-features{margin-bottom:1.5rem}.cbam-card .pricing-cta-btn{margin-top:1.5rem}.price-amount{font-size:2rem}.price-period{font-size:1rem}}@media(max-width:480px){.pricing-container{padding:0 1rem}.pricing-title{font-size:2rem}.service-toggle{max-width:250px;margin-bottom:2rem}.toggle-btn{padding:.5rem 1rem;font-size:.85rem;border:none;outline:none;cursor:pointer;transition:all .3s ease}.pricing-card{padding:1.5rem;height:auto}.subscription-pricing-card{height:auto!important}.cbam-card .option-features{margin-bottom:1.25rem}.cbam-card .pricing-cta-btn{margin-top:1.25rem;padding:.875rem 1.5rem;font-size:1rem}.pricing-card-title{font-size:1.25rem}.price-amount{font-size:1.75rem}.pricing-card-price{flex-wrap:wrap;gap:.25rem}.price-period-container{margin-left:0;margin-top:.25rem;width:100%}.price-period{font-size:.875rem;line-height:1.25rem;word-wrap:break-word;overflow-wrap:break-word}}.offerings-text{padding-left:1rem;width:50%;text-align:left}.offerings-title1{font-size:2.5rem;font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:32px;letter-spacing:2%;line-height:36px;margin-top:4rem}.compliance-title{font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:32px;letter-spacing:2%;line-height:1.2;text-align:center;color:#1c486b;margin:0 0 33px;padding:0}.offer-header{display:flex;justify-content:center}.offerings-description{font-family:Inter;font-weight:400;font-style:Regular;font-size:18px;line-height:24px;letter-spacing:2%;margin-top:.5rem}.offerings-benefits{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem;margin-bottom:2.5rem}.offerings-benefits .benefit-item:last-child{margin-bottom:0}.benefit-item{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:0}.benefit-item:last-child{margin-bottom:0}.benefit-icon{width:24px;height:24px;margin-top:1rem}.benefit-content{flex:1}.benefit-title{font-family:Inter;font-weight:600;font-style:Bold;font-size:20px;line-height:1.4;letter-spacing:0%;vertical-align:middle;margin-bottom:.5rem;margin-top:0}.benefit-description{font-size:1rem;color:#64748b;line-height:1.5;margin-top:0}.offerings-cta-btn{background:#ff9b00;border:none;padding:1rem 2rem;font-family:Inter;font-weight:500;font-style:Medium;font-size:17.48px;line-height:21.83px;letter-spacing:0%;vertical-align:middle;width:205;height:52;opacity:1;color:#fff;padding:15px 26px;gap:10px;border-radius:3.64px;margin-top:1rem}.offerings-cta-btn:hover{background:#ff9b00;transform:translateY(-2px);box-shadow:0 6px 16px #d9770666;cursor:pointer}.overview-card-container{display:flex;justify-content:center;align-items:center;border:1px solid #c8c8c8;border-radius:8px;padding:12px 8px;margin-top:2rem;flex-wrap:nowrap;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden;gap:0}.overview-card{display:flex;flex-direction:column;align-items:center;padding:12px 8px;text-align:center;position:relative;flex:0 1 auto;min-width:0;max-width:200px;width:auto}.overview-card img{background:#fee4db;border-radius:50%;padding:8px}.overview-card:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:100%;border-right:1px dashed #c8c8c8}@media(max-width:1024px){.overview-card-container{flex-wrap:wrap}}@media(max-width:768px){.overview-card-container{flex-direction:column;padding:8px;flex-wrap:wrap;border:1px solid #c8c8c8;border-right:1px solid #c8c8c8!important;box-sizing:border-box;overflow-x:visible;overflow-y:visible}.overview-card{width:100%;padding:12px;border-bottom:1px dashed #c8c8c8}.overview-card:last-child{border-bottom:none}.overview-card:not(:last-child):after{display:none}}@media(max-width:480px){.overview-card-container{padding:8px;margin-top:1.5rem;border:1px solid #c8c8c8;border-right:1px solid #c8c8c8!important;box-sizing:border-box;overflow-x:visible;overflow-y:visible}.overview-card{padding:10px}.feature-title{font-size:13px}}@media(max-width:1024px){.offerings-content{display:grid;grid-template-columns:1fr;gap:2rem}.offerings-text{padding-left:0;text-align:center;order:2;width:100%;margin-top:0}.offerings-image,.compliance-image{order:1;width:100%!important;max-width:100%!important;height:400px;min-height:300px;margin-left:0!important;margin-top:0!important}.offerings-title{font-size:2.25rem}.offerings-section,.compliance-section{width:100%;margin-left:0;margin-right:0}}@media(max-width:900px){.offerings-content{gap:1.5rem}.offerings-image{height:320px}.offerings-title1{font-size:1.75rem}}@media(max-width:768px){.offerings-section{padding:2rem 0;margin:60px 20px 40px;width:calc(100% - 40px)}.compliance-section{padding:0rem 0;margin:0 20px 40px;width:95%}.offerings-container{padding:0 1.5rem}.offerings-content{gap:2rem}.offerings-title{font-size:2rem}.offerings-title1{font-size:1.75rem}.offerings-description{font-size:1rem;line-height:1.5}.offerings-image,.compliance-image{width:100%!important;max-width:100%!important;height:300px;min-height:250px;margin-left:0!important;margin-top:0!important}.benefit-item{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1.5rem}.benefit-content{width:100%}.benefit-title{line-height:1.3;margin-bottom:.5rem}.benefit-description{margin-top:0}.dashboard-cards{grid-template-columns:1fr}.product-cards{gap:.75rem}}@media(max-width:480px){.offerings-section{padding:1.5rem 0;margin:40px 10px 30px 5px}.compliance-section{padding:0rem 0;margin:0 10px 30px 5px;width:95%}.offerings-container{padding:0 1rem}.offerings-title{font-size:1.5rem;margin-bottom:1rem}.offerings-title1{font-size:1.5rem;line-height:1.3}.offerings-description{font-size:.9rem;line-height:1.4;margin-bottom:1.5rem}.offerings-benefits{gap:1rem;margin-bottom:1.5rem}.benefit-item{gap:.5rem;flex-direction:row;align-items:flex-start;margin-bottom:1.25rem}.benefit-icon{flex-shrink:0;margin-top:.25rem}.benefit-title{font-size:1rem;line-height:1.3;margin-bottom:.5rem;margin-top:0}.benefit-description{font-size:.85rem;line-height:1.4;margin-top:0}.offerings-image,.compliance-image{width:100%!important;max-width:100%!important;height:250px;min-height:200px}.offerings-cta-btn{width:100%;padding:.75rem 1rem;font-size:.9rem}.dashboard-main{padding:1rem}.dashboard-cards{gap:.75rem}}@media(max-width:320px){.offerings-section{margin:30px 5px 20px}.compliance-section{margin:0 5px 20px}.offerings-container{padding:0 .75rem}.offerings-title,.offerings-title1{font-size:1.25rem}.offerings-description{font-size:.8rem}.benefit-title{font-size:.9rem;line-height:1.3;margin-bottom:.5rem}.benefit-description{font-size:.8rem;line-height:1.4;margin-top:0}.benefit-item{margin-bottom:1rem}.offerings-image,.compliance-image{width:100%!important;max-width:100%!important;height:200px;min-height:180px}}.esg-performance-section{background:#edf1f5;padding:70px 47px;position:relative;overflow:hidden}.esg-performance-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:60px;flex-wrap:wrap}.esg-left-content{flex:1;min-width:300px;max-width:560px;position:relative}.esg-heading{font-family:Inter,sans-serif;font-weight:600;font-size:32px;line-height:44px;color:#1a1a1a;margin-bottom:24px;max-width:520px;letter-spacing:-.01em}.esg-description{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:28px;color:#333;margin-bottom:32px;max-width:560px;letter-spacing:0}.esg-cta-btn{background:#ff9b00;color:#fff;border:none;padding:14px 32px;border-radius:6px;font-family:Inter,sans-serif;font-weight:500;font-size:16px;cursor:pointer;transition:all .3s ease}.esg-cta-btn:hover{background:#ff9b00;transform:translateY(-2px);box-shadow:0 6px 20px #eb7e0e66}.esg-right-content{flex:1;min-width:350px;max-width:550px;position:relative;display:flex;justify-content:flex-end;align-items:center}.esg-image{width:100%;max-width:100%;height:auto;object-fit:contain}@media(max-width:1200px){.esg-performance-section{padding:80px 60px}.esg-performance-container{gap:40px}}@media(max-width:1024px){.esg-performance-section{padding:60px 40px}.esg-performance-container{flex-direction:column;text-align:center}.esg-left-content{max-width:100%;text-align:center}.esg-heading,.esg-description{max-width:100%;margin-left:auto;margin-right:auto}.esg-right-content{max-width:500px;justify-content:center}.esg-image{max-width:100%}}@media(max-width:768px){.esg-performance-section{padding:50px 24px}.esg-heading{font-size:26px;line-height:34px}.esg-description{font-size:15px;line-height:26px}}@media(max-width:480px){.esg-performance-section{padding:40px 16px}.esg-heading{font-size:22px;line-height:30px}.esg-description{font-size:14px;line-height:24px}.esg-cta-btn{width:100%;padding:12px 24px}}.footer-container{width:100%;display:flex;flex-direction:column;font-family:Inter,sans-serif;position:relative}.footer-background{background:url(/footer.svg) center/cover no-repeat;min-height:150px;display:grid;align-items:center;padding:4rem 0;position:relative}.footer-background:before{content:"";position:absolute;inset:0;background:#00000080;z-index:1}.footer-cta{font-size:24px;font-weight:600;color:#fff;text-align:left;line-height:1.3;position:relative;z-index:2;margin:0 51px 20px}.footer-main{display:flex;justify-content:center;margin-top:10px;padding:0 20px;position:relative;z-index:10}.footer-card{background:#e1e4d8;border-radius:20px;box-shadow:0 6px 18px #00000014;width:100%;max-width:96.5%}.footer-content{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;margin:50px}.footer-left{display:flex;flex-direction:column;gap:50px;flex:1;min-width:220px}.footer-logo img{height:40px}.footer-email a{color:#1c486b;font-size:16px;text-decoration:underline;font-weight:600}.footer-social{display:flex;gap:12px}.social-icon{display:flex;justify-content:center;align-items:center;background:#f1f1f1;border-radius:50%;width:32px;height:32px;color:#333;transition:all .3s}.social-icon:hover{background:#333;color:#fff}.footer-middle{display:flex;align-items:center;justify-content:center;flex:1;min-width:220px;margin-top:-40px}.footer-nav{display:flex;flex-direction:column;gap:12px}.footer-nav-link{font-size:14px;font-weight:500;color:#444;text-decoration:none;transition:color .2s}.footer-nav-link:hover{color:#000}.footer-right{display:flex;flex-direction:column;gap:20px;flex:1;min-width:220px}.footer-contact-section{display:flex;flex-direction:column;gap:10px}.contact-title{font-size:14px;font-weight:500;color:#444;margin:0}.contact-title:hover{color:#000}.contact-email{display:flex;align-items:center;gap:8px;color:#444;font-size:14px}.email-icon{font-size:16px}.footer-powered-by{display:flex;align-items:center;gap:10px;margin:10px;justify-content:right;cursor:pointer}.powered-text{font-size:13px;color:#777}.nirantara-logo img{height:30px;margin-right:20px}.footer-bottom{background:#000;padding:1rem 2rem;margin-top:0;position:relative;z-index:11}.footer-bottom-content{max-width:96.5%;margin:0 auto;padding:10px 0;display:flex;justify-content:center;align-items:center}.copyright{color:#fff;font-size:14px;text-align:center}.legal-links{display:flex;gap:15px}.legal-link{text-decoration:underline;color:#fff;font-size:14px}.legal-link:hover{color:#ccc}.snackbar-overlay{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:2147483647;pointer-events:none}.snackbar{background-color:#10b981;color:#fff;padding:16px 20px;border-radius:8px;box-shadow:0 4px 12px #00000026;border:1px solid #059669;min-width:300px;max-width:500px;pointer-events:auto;animation:slideInDown .3s ease-out;position:relative;overflow:hidden}.snackbar-content{display:flex;align-items:center;gap:12px}.snackbar-icon{font-size:18px;font-weight:700;flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.snackbar-message{flex:1;font-size:14px;line-height:1.4;font-weight:500}.snackbar-close{background:none;border:none;color:#fff;font-size:20px;font-weight:700;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease;flex-shrink:0}.snackbar-close:hover{background-color:#fff3}.snackbar-close:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}@keyframes slideInDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideOutUp{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}.snackbar.snackbar-exit{animation:slideOutUp .3s ease-in forwards}.snackbar.success{background-color:#10b981;border-color:#059669}.snackbar.error{background-color:#ef4444;border-color:#dc2626}.snackbar.warning{background-color:#f59e0b;border-color:#d97706}.snackbar.info{background-color:#3b82f6;border-color:#2563eb}@media(max-width:768px){.snackbar-overlay{top:10px;left:10px;right:10px;transform:none}.snackbar{min-width:auto;max-width:none;width:100%}}.snackbar-overlay .snackbar+.snackbar{margin-top:10px}.snackbar-progress{position:absolute;bottom:0;left:0;height:3px;background-color:#ffffff4d;border-radius:0 0 8px 8px;animation:progressBar 4s linear forwards}@keyframes progressBar{0%{width:100%}to{width:0%}}.country-select{position:relative;width:100%}.country-select__control{display:flex;align-items:center;justify-content:space-between;width:100%;height:40px;border:1px solid #ccc;border-radius:6px;background:#fff;position:relative;overflow:hidden}.country-select__input{flex:1;height:100%;padding:0 32px 0 12px;border:none;outline:none;background:transparent;font-size:14px;color:#111827;box-shadow:none}.country-select__input:focus{border:none!important;outline:none!important;box-shadow:none!important;background:transparent!important;border-color:transparent!important}.country-select .country-select__input{border:none!important;outline:none!important;box-shadow:none!important}.country-select .country-select__input:focus{border:none!important;outline:none!important;box-shadow:none!important;border-color:transparent!important}.country-select__control:focus-within{border-color:#ff7f2a;outline:2px solid #ff7f2a}.country-select__value{font-size:14px;color:#111827}.country-select__placeholder{color:#6b7280}.country-select__arrow{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-right:12px;transition:transform .15s ease-in-out;cursor:pointer}.country-select__arrow.open{transform:rotate(180deg)}.country-select__menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 20px #00000014;overflow-y:auto;z-index:20}.country-select__list{list-style:none;margin:0;padding:6px 0}.country-select__option{padding:8px 12px;font-size:14px;line-height:20px;cursor:pointer}.country-select__option.highlighted{background:#f3f4f6}.country-select__option.selected{background:#eef2ff}.country-select__no-results{padding:12px;font-size:14px;color:#6b7280;text-align:center;font-style:italic}.form-group .country-select.error .country-select__control{border-color:#e74c3c!important;box-shadow:0 0 0 2px #e74c3c1a!important}.subscription-main{display:flex;gap:2rem;margin-top:2rem}.subscription-left{display:flex;flex-direction:column;gap:2rem;flex:1 1 0}.subscription-payment{flex:1 1 0}.card-box{background:#fff;border-radius:8px;box-shadow:0 1px 4px #00000012;border:1px solid #eee;padding:1.5rem 1.2rem;margin-bottom:1.5rem}.subscription-container{max-width:95%;margin:6px auto;background:#fff}.subscription-container{max-width:94%;margin:2rem auto;background:#fff;box-sizing:border-box}.RegisterHeader{color:#4b465c;font-size:15px;font-weight:400;line-height:22px}.subscription-header{position:relative;margin-bottom:2rem;border-radius:8px;overflow:hidden}.subscription-header-img{width:100%;height:20rem;object-fit:cover;filter:brightness(.7);border-radius:4px}.subscription-header h1{position:absolute;width:80%;left:6rem;top:50%;transform:translateY(-50%);color:#fff;font-size:3rem;font-weight:800;text-align:left;margin:0;line-height:1.1;text-shadow:0 2px 8px rgba(0,0,0,.18)}.subscription-main{display:flex;gap:2rem;margin-bottom:2rem}.subscription-main{display:flex;gap:2rem;margin-bottom:1rem;max-width:100%;width:100%;box-sizing:border-box}.subscription-features{flex:2;background:#fff;border-radius:8px;box-shadow:0 1px 4px #00000012;padding:1.5rem 1.2rem;margin-bottom:1rem;border:1px solid #e9ecef}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.section-header h2{margin:0;font-size:1.2rem;font-weight:600;color:#333}.section-icon{width:32px;height:32px;background:#6c757d;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.feature-list{display:flex;gap:1.5rem;width:580px}.feature-card{background:#fff;border:1px solid #e9ecef;border-radius:10px;width:100%;margin:0;padding:14px 18px;display:flex;align-items:center;gap:12px;width:20rem;cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease,background .2s ease}.feature-card.selected{border:2px solid #FF9B00;box-shadow:0 0 0 2px #eb7e0e26 inset;background:#fff}.feature-card1{background-color:#efefef;border-radius:8px;box-shadow:none;width:100%;margin:0;display:flex;gap:1;cursor:pointer;border:2px solid #e9ecef;transition:border-color .2s,background .2s;overflow:hidden;position:relative;padding:0}.feature-card1.selected{background:#efefef}.feature-card1[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none;border-color:#ddd;background:#efefef}.feature-card1[disabled]:hover{border-color:#ddd;background:#f5f5f5}.feature-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;box-shadow:0 4px 20px #0000000d;display:flex;align-items:center;gap:12px;cursor:pointer}.feature-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0000001a;border-color:#ff9b00}.feature-card.selected{border:2px solid #FF9B00!important}.feature-card:active,.feature-card:focus{border:2px solid #FF9B00!important;outline:none!important;box-shadow:0 0 0 3px #ea652b33!important}.feature-card input[type=checkbox]{accent-color:#FF9B00;cursor:pointer;width:18px;height:18px;appearance:none;border:2px solid #e5e7eb;border-radius:4px;background-color:#fff;position:relative;transition:all .3s ease}.feature-card input[type=checkbox]:checked{background-color:#ff9b00;border-color:#ff9b00}.feature-card input[type=checkbox]:checked:after{content:"";position:absolute;left:3px;top:0;width:4px;height:8px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.feature-title{font-family:Inter;font-weight:500;font-style:normal;font-size:14px;line-height:24px;letter-spacing:0;text-align:center;vertical-align:middle}.feature-card.disabled{opacity:.5;cursor:not-allowed;pointer-events:none;border-color:#e9ecef;background:#f7f8fa}.feature-card.disabled .feature-title{color:#9ca3af}.feature-card input[type=checkbox]{accent-color:#FF9B00;width:16px;height:16px}.feature-card1 input[type=checkbox]{accent-color:#ff7f2a;width:16px;height:16px;margin-left:0;flex-shrink:0}.feature-img{width:120px;height:100%;border-radius:0 6px 6px 0;margin-left:20px;margin-right:-20px}.feature-content{display:flex;flex-direction:column;justify-content:start;flex:1;padding:0rem .5rem;min-height:0}.feature-title{display:flex;justify-content:flex-start;align-items:center;font-size:16px;font-weight:400;margin-bottom:.3rem;color:#333}.feature-desc{font-size:9px;color:#555;margin-bottom:.5rem;margin-top:5px}.feature-desc1{font-size:16px;color:#555;margin-bottom:.5rem;margin-top:10px}.feature-change{margin-top:.5rem}.change-link{color:#ff7f2a;text-decoration:none;font-size:.9rem;font-weight:500}.change-link:hover{text-decoration:underline}.subscription-payment{flex:1;background:#fff;border-radius:8px;box-shadow:0 1px 4px #00000012;padding:1.5rem 1.2rem;min-width:30%;display:flex;flex-direction:column;gap:1rem;border:1px solid #eee;height:20%}.subscription-payment h2{font-size:1.2rem;font-weight:600;margin-bottom:1rem}.payment-summary{font-size:1rem;margin-bottom:1rem}.payment-selected{background:#fff2e0;color:#b45309;padding:.4rem .7rem;border-radius:4px;margin-bottom:.7rem;font-size:1rem}.payment-summary div{margin-bottom:.5rem}.payment-summary .payment-amount{float:right;font-weight:500;color:#222}.payment-summary .payment-total{font-size:1.1rem;font-weight:600;margin-top:.7rem;display:flex;justify-content:space-between;border-top:1px solid #eee;padding-top:.7rem}.payment-btn{background:#ff9b00;color:#fff;border:none;border-radius:6px;padding:.8rem 1.2rem;font-size:1.1rem;font-weight:600;cursor:pointer;margin-top:1rem;transition:background .2s;display:flex;align-items:"flex-end";right:0}.payment-btn:hover{background:#b45309}.subscription-form{background:#fff;border-radius:8px;box-shadow:0 1px 4px #00000012;padding:1.5rem 1.2rem;margin-bottom:1rem;width:100%;max-width:100%;border:1px solid #eee;position:relative;box-sizing:border-box;overflow:visible}.subscription-form h2{font-size:1.2rem;font-weight:600;margin-bottom:.2rem}.subscription-form p .subscription-left{display:flex;flex-direction:column;gap:2rem;flex:1;min-width:0}.subscription-form p .subscription-payment{flex:1;min-width:0}.form-row{display:flex;gap:30px;margin-bottom:10px;width:50rem;max-width:100%;box-sizing:border-box}.register-form-row{display:flex;gap:30px;margin-bottom:10px;box-sizing:border-box;max-width:100%}.form-group{flex:1;display:flex;flex-direction:column;gap:.3rem;min-width:0;max-width:100%;overflow:visible}.form-group label{font-size:13px;font-weight:400;color:#222;font-family:Inter;font-style:Medium;font:caption}.form-group input,.form-group select{padding:.6rem .9rem;border-radius:5px;border:1px solid #ccc;font-size:1rem;background:#fefefe;width:100%;max-width:100%;height:40px;box-sizing:border-box}.form-group input:focus,.form-group select:focus{outline:2px solid #ff7f2a;border-color:#ff7f2a}.phone-input input:focus{outline:2px solid #ff7f2a;border-color:#ff7f2a}.phone-input{display:flex;gap:.5rem;align-items:center;margin:0;padding:0;width:100%;box-sizing:border-box}.phone-input span{background:#f3f3f3;padding:.6rem .9rem;border-radius:5px;font-size:1rem;color:#555;display:flex;align-items:center;height:40px;box-sizing:border-box;white-space:nowrap}.phone-input input{height:40px;padding:.6rem .9rem;border-radius:5px;border:1px solid #ccc;font-size:1rem;background:#fefefe;flex:1;min-width:0;max-width:100%;box-sizing:border-box;margin:0}.clickable-text{font-size:14px;color:#ff7f2a;text-decoration:underline;text-align:right;cursor:pointer}@media(max-width:1024px){.subscription-container{padding:1.5rem;max-width:100%}.subscription-header-img{height:16rem}.subscription-header h1{font-size:2.25rem;left:24px;width:90%}.subscription-main{gap:1.5rem}.subscription-features{max-width:95%;margin:0 auto}.form-row{width:100%!important;max-width:100%}.register-form-row,.subscription-form{width:100%!important}}@media(max-width:768px){.subscription-container{padding:1rem;margin:1rem auto;max-width:100%}.subscription-header-img{height:12rem}.subscription-header h1{font-size:1.6rem;left:16px;width:85%;line-height:1.3}.subscription-main{flex-direction:column;gap:1rem}.subscription-left{width:100%}.subscription-features{width:100%;max-width:95%;margin:0 auto}.feature-list{flex-wrap:wrap;width:100%!important}.feature-card{min-width:100%!important;width:100%}.feature-img{width:96px;height:64px;margin-top:11px}.form-row{flex-direction:column;gap:1rem;width:100%!important;max-width:100%}.register-form-row{width:100%!important}.subscription-payment{min-width:100%;width:100%}.subscription-form{width:100%!important;padding:1rem}}@media(max-width:480px){.subscription-container{padding:.75rem;margin:.5rem auto}.subscription-header{margin-bottom:1rem}.subscription-header-img{height:10rem}.subscription-header h1{font-size:1.25rem;left:12px;width:calc(100% - 24px);line-height:1.2;padding-right:12px;top:50%;transform:translateY(-50%)}.card-box{padding:1rem .9rem}.subscription-form{padding:1rem .75rem!important;margin-bottom:1rem}.subscription-form h2{font-size:1.1rem}.RegisterHeader{font-size:14px;margin-bottom:1rem}.payment-btn{width:100%;padding:.7rem 1rem;font-size:1rem}.form-group label{font-size:.9rem}.form-group input,.form-group select{font-size:.9rem;padding:.55rem .8rem;height:40px}.phone-input span{padding:.55rem .8rem;font-size:.9rem;min-width:50px;height:40px}.phone-input input{font-size:.9rem;padding:.55rem .8rem;height:40px}.form-row{width:100%!important;margin-bottom:1rem}.register-form-row{width:100%!important}.subscription-main{gap:.75rem}.subscription-features{padding:1rem;max-width:90%;margin:0 auto}.pricingTitles-cards{font-size:1.1rem;margin-bottom:1rem}}.register-content-wrapper{margin-bottom:10rem}@media(max-width:768px){.register-content-wrapper{margin-bottom:4rem}}@media(max-width:480px){.register-content-wrapper{margin-bottom:2rem}}@media(max-width:360px){.subscription-container{padding:.5rem}.subscription-header h1{font-size:1.1rem;left:8px;width:calc(100% - 16px);padding-right:8px}.subscription-header-img{height:8rem}.card-box{padding:.75rem}.subscription-form{padding:.75rem .5rem!important}.form-group label{font-size:.85rem}.form-group input,.form-group select,.phone-input span,.phone-input input{font-size:.85rem;padding:.5rem .7rem;height:40px}.register-content-wrapper{margin-bottom:1.5rem}}.form-group input.error{border-color:#e74c3c!important;box-shadow:0 0 0 2px #e74c3c1a!important}.form-group input:valid:not(.error){border-color:#27ae60;box-shadow:0 0 0 2px #27ae601a}.error-message{display:block;color:#e74c3c;font-size:.875rem;margin-top:.25rem;font-weight:500}.form-group{margin-bottom:.1rem}.form-group .country-select.error,.form-group .phone-input input.error{border-color:#e74c3c!important;box-shadow:0 0 0 2px #e74c3c1a!important}.form-group input.error:focus{border-color:#e74c3c;box-shadow:0 0 0 2px #e74c3c33}.form-group input:disabled{background-color:#f5f5f5;color:#666;cursor:not-allowed;opacity:.7}.form-group input:disabled:focus{border-color:#ddd;box-shadow:none}.continue-btn{position:static;right:auto;bottom:auto;border:none;border-radius:10px;padding:15px 30px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;background:#ff9b00;color:#fff;min-width:120px;margin-top:16px;margin-bottom:24px;display:inline-flex;float:right}.continue-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px #667eea99}.continue-btn:active{transform:translateY(0)}.calendar-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.form-modal-row{display:flex;flex-wrap:wrap;gap:1rem}.form-modal-column{display:flex;flex-direction:column;width:100%;gap:1rem}.calendar-modal{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0003;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.calendar-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.calendar-modal-header h2{color:#333;margin:0;font-size:1.5rem;font-weight:600}.calendar-modal-content{padding:2rem}.close-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:#6b7280;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s}.close-btn:hover{color:#1f2937}@media(max-width:768px){.plan-details{grid-template-columns:1fr}.plan-info{flex-direction:column;align-items:flex-start;gap:4px}.selected-plan-summary{padding:15px}.continue-btn{float:none;width:100%;padding:12px 24px;font-size:14px;min-width:100px;margin:16px 0 24px}.calendar-modal-overlay{padding:.5rem}.calendar-modal{max-width:100%;max-height:95vh;border-radius:8px}.calendar-modal-header{padding:1rem 1.5rem}.calendar-modal-header h2{font-size:1.25rem}.calendar-modal-content{padding:1.5rem}.form-modal-column{max-width:100%!important;width:100%!important}}@media(max-width:480px){.calendar-modal-overlay{padding:0;align-items:flex-end}.calendar-modal{max-height:90vh;border-radius:12px 12px 0 0;width:100%}.calendar-modal-header{padding:1rem}.calendar-modal-header h2{font-size:1.1rem}.calendar-modal-content{padding:1rem}.close-btn{font-size:1.75rem;width:28px;height:28px}.form-modal-column{max-width:100%!important;width:100%!important}}.pay-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}.pay-modal{width:min(525px,92vw);background:#fff;border-radius:0;box-shadow:0 10px 30px #0000002e;padding:24px 28px}.pay-modal-header{display:flex;align-items:center;justify-content:space-between}.pay-modal-title{font-size:24px;font-weight:700;margin:0 0 8px}.pay-close{background:transparent;border:none;font-size:20px;cursor:pointer;display:flex;justify-content:end;width:100%}.pay-modal-subtitle{color:#6b7280;margin:0 0 16px}.pay-options{display:grid;gap:0;border-top:none}.pay-options .pay-option+.pay-option{border-top:1px solid #e5e7eb}.pay-option{display:grid;grid-template-columns:28px 56px 1fr;align-items:center;padding:16px 14px;background:#fff;cursor:pointer}.pay-option.checked{border-color:#f59e0b;background:#fffaf0}.pay-option input{display:none}.pay-radio{width:20px;height:20px;border:2px solid #d1d5db;border-radius:50%;display:inline-block;position:relative}.pay-option.checked .pay-radio{border-color:#f59e0b}.pay-option.checked .pay-radio:after{content:"";position:absolute;inset:3px;background:#f59e0b;border-radius:50%}.pay-option-icon{width:56px;height:56px;border-radius:12px;background:#f3f4f6;object-fit:contain}.pay-option-text{display:flex;flex-direction:column}.pay-option-name{font-weight:600;font-size:18px;margin-left:26px}.pay-option-desc{color:#6b7280;font-size:14px}.pay-actions{margin-top:20px;display:flex;justify-content:space-between}.pay-actions.only-primary{justify-content:center}.pay-btn{min-width:120px;padding:10px 16px;border-radius:8px;font-weight:600;border:1px solid transparent}.pay-btn-ghost{background:#fff;border-color:#e5e7eb}.pay-btn-primary{background:#ff9b00;color:#fff}.pay-btn:disabled{opacity:.6;cursor:not-allowed}.pay-notice{text-align:center;padding:8px 0 0}.pay-notice-icon{display:flex;justify-content:center;margin-bottom:8px}.pay-notice-title{font-size:24px;margin:8px 0 6px}.pay-notice-subtitle{color:#6b7280;margin:0}.pay-modal-title:empty{display:none}.pay-notice .pay-btn-primary{padding:12px 20px}.subpay-overlay{position:fixed;inset:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.subpay-modal{background:#fff;border-radius:8px;box-shadow:0 10px 25px #00000026;max-width:480px;width:90%;max-height:none;overflow:visible;position:fixed;left:50%;bottom:7vh;top:auto;transform:translate(-50%)}@media(min-height:800px){.subpay-modal{top:50%;bottom:auto;transform:translate(-50%,-50%)}}.subpay-header{padding:20px 24px 16px;border-bottom:1px solid #e5e7eb}.subpay-title{font-size:24px;font-weight:700;color:#111827;margin:0;text-align:center;text-decoration:none}.subpay-section{padding:16px 24px}.subpay-section-title{font-size:18px;font-weight:700;color:#111827;margin-bottom:12px;text-decoration:none}.subpay-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding:4px 0}.subpay-key{font-size:14px;font-weight:500;color:#6b7280;flex:1;text-decoration:none}.subpay-value{font-size:14px;font-weight:600;color:#111827;text-align:right;flex:1;text-decoration:none}.subpay-divider{height:1px;background-color:#e5e7eb;margin:0 24px}.subpay-total{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-top:1px solid #e5e7eb;margin-top:8px}.subpay-total .subpay-key{font-size:18px;font-weight:700;color:#111827;text-decoration:none}.subpay-total-value{font-size:20px;font-weight:700;color:#111827;text-align:right;text-decoration:none}.subpay-actions{display:flex;gap:12px;padding:20px 24px;border-top:1px solid #e5e7eb;justify-content:flex-end}.subpay-btn{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;outline:none;min-width:100px}.subpay-btn:disabled{opacity:.6;cursor:not-allowed}.subpay-btn-ghost{background-color:#fff;color:#ff9b00;border:1px solid #FF9B00}.subpay-btn-ghost:hover:not(:disabled){background-color:#f8f9fa;color:#ff9b00;border:1px solid #FF9B00}.subpay-btn-primary{background-color:#ff9b00;color:#fff;border:1px solid #FF9B00}.subpay-btn-primary:hover:not(:disabled){background-color:#ea580c;border-color:#ea580c}@media(max-width:640px){.subpay-modal{width:95%;margin:20px}.subpay-title{font-size:20px}.subpay-section-title{font-size:16px}.subpay-actions{flex-direction:column}.subpay-btn{width:100%}}.subpay-btn:disabled{position:relative}.subpay-btn:disabled:after{content:"";position:absolute;width:16px;height:16px;margin:auto;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin 1s linear infinite;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.cs-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1100}.cs-modal{width:min(440px,92vw);background:#fff;box-shadow:0 10px 30px #0000002e;padding:20px 22px}.cs-header{display:flex;align-items:center;justify-content:space-between}.cs-title{margin:0 0 8px;font-size:22px;font-weight:700}.cs-close{background:transparent;border:none;font-size:18px;cursor:pointer}.cs-subtitle{color:#6b7280;margin:0 0 16px}.cs-actions{display:flex;justify-content:flex-end}.cs-btn{min-width:96px;padding:10px 16px;border-radius:8px;font-weight:600;border:1px solid transparent}.cs-btn-primary{background:#eb7e0e;color:#fff}.contactus-page{background:#fff}.contactus-container{max-width:1200px;margin:0 auto;margin-top:8rem;margin-bottom:8rem;padding:40px 20px 80px;display:grid;grid-template-columns:1fr 1fr;gap:40px}.contactus-left{position:relative;border-radius:12px;overflow:hidden;background:#2f4631 url(/Contactus/Rectangle%203841.svg) center/cover no-repeat;color:#fff}.contactus-info{position:relative;min-height:91%;padding:36px 28px 28px;display:flex;flex-direction:column;z-index:1}.contactus-info-title{margin:0 0 10px;font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:28px;leading-trim:NONE;line-height:100%;letter-spacing:0%}.contactus-info-subtitle{margin:0 0 48px;color:#d1d5db;font-family:Inter;font-weight:400;font-style:Regular;font-size:18px;leading-trim:NONE;line-height:100%;letter-spacing:0%}.contactus-query-section{margin-bottom:24px}.contactus-query-label{margin:0 0 8px;color:#d1d5db;font-family:Poppins;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:100%;letter-spacing:0%}.contactus-row{display:flex;align-items:center;gap:14px;margin:0}.contactus-row-multiline{align-items:flex-start}.contactus-row-icon{display:inline-flex;align-items:center;justify-content:center;color:#fff;width:20;height:16;angle:0 deg;opacity:1;top:4px;left:2px}.contactus-row-text{font-size:18px;color:#fff}.contactus-email{color:#fff;font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:16px;leading-trim:NONE;line-height:28.8px;letter-spacing:0%;text-decoration:underline;text-decoration-style:solid;text-decoration-offset:0%;text-decoration-thickness:0%;text-decoration-skip-ink:auto}.contactus-social{margin-top:auto;display:flex;gap:16px}.social-btn{width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;text-decoration:none}.social-btn img{width:30px;height:30px}.ellipse-793{position:absolute;right:0;bottom:0;width:220px;opacity:.26;z-index:0;pointer-events:none;transform:none}.ellipse-794{position:absolute;right:32px;bottom:32px;width:269px;opacity:.22;z-index:0;pointer-events:none;transform:none}@media(max-width:992px){.ellipse-793{right:0;bottom:0;width:220px;transform:none}.ellipse-794{right:0;bottom:0;width:269px;transform:none}}.contactus-right{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:28px}.contactus-title{margin:0 0 20px;font-size:28px;color:#0f172a}.contactus-form{display:grid;grid-template-columns:1fr;gap:12px;max-width:520px}.contactus-label{font-weight:600;font-size:13px;color:#374151;font:caption}.contactus-input{padding:12px 14px;border:1px solid #d1d5db;border-radius:8px;outline:none;font-size:14px}.contactus-textarea{padding:5px 8px;border:1px solid #d1d5db;border-radius:8px;outline:none;font-size:14px;min-height:110px;resize:vertical;font-family:Inter}.contactus-input.error,.contactus-textarea.error{border-color:#ef4444}.contactus-error{color:#ef4444;font-size:12px}.contactus-phone{display:grid;grid-template-columns:100px 1fr;gap:8px}.contactus-dial{display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;font-weight:600;color:#6b7280}.contactus-submit{margin-top:10px;background:#e57a14;color:#fff;border:none;border-radius:8px;padding:12px 16px;font-weight:700;cursor:pointer}@media(max-width:992px){.contactus-container{grid-template-columns:1fr}.contactus-form{max-width:100%}}
