body{margin:0;font-family:Figtree,sans-serif;padding:0;box-sizing:border-box}body,html{height:100%;width:100%;overflow-x:hidden}.landing-page{flex-direction:column;text-align:center;margin:0 auto}.landing-header,.landing-page{display:flex;align-items:center;width:100%}.landing-header{justify-content:space-between;padding:20px 40px;background-color:#fff;box-sizing:border-box;box-shadow:0 1px 0 rgba(27,31,35,.04),inset 0 1px 0 hsla(0,0%,100%,.25)}.logo-img{height:30px;width:auto}.header-links{display:flex;align-items:center}.landing-header .header-links a{display:flex;align-items:center;margin-left:20px;color:#000;text-decoration:none;font-size:14px}.header-links a img{margin-right:5px}.banner-img{width:100%;object-fit:cover;max-width:100%}.report-help{margin-top:50px}.heading-text,.report-help h3{font-size:36px;font-weight:700;text-align:center;color:#000!important}.heading-text{padding-top:30px}.custom-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .2s,box-shadow .2s}.custom-card p{font-size:20px;padding:25px}.custom-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px rgba(0,0,0,.15)}.icon{color:#444040;height:100px;width:100px}.rating-text{font-size:28px}.rating-paragraph{font-size:20px}.financial-section h3{font-size:36px;font-weight:700;text-align:center;color:#000;margin:40px 0 60px}.centerWrapper{display:flex;justify-content:center;align-items:center;width:100%;padding-bottom:50px;box-sizing:border-box}.tabHeader{display:flex;position:relative;background:#fff;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.1);width:100%;justify-content:space-between;overflow:hidden;padding:5px}.label{padding:6px 12px;border-radius:6px;background:#e6f0f8;color:#06c;font-size:14px;margin-left:5px}.tab{flex:1 1;text-align:center;padding:12px 16px;cursor:pointer;color:#000;position:relative;transition:color .3s ease-in-out;z-index:2;white-space:nowrap}.activeTab{color:#fff!important;background:#ed3b41;border-radius:8px;transition:all .3s ease-in-out;font-weight:700}.plans-container{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:20px;max-width:1000px;margin:40px auto 60px}.benefits-section{flex:1 1;background-color:#fff;padding:10px;border-radius:8px}.benefits-section h3{font-size:26px;font-weight:700;margin-bottom:20px;text-align:left}.benefits-list{list-style:none;padding:0;margin:0}.benefit-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:14px;line-height:1.6;text-align:left}.benefit-item span{flex:1 1;font-size:16px}.benefit-icon{width:16px;height:16px;margin-top:4px}.plans-section{flex:1.5 1;display:flex;flex-direction:column;gap:20px;margin-top:20px}.plan-card{background-color:#f5f7fa;padding:14px 20px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);text-align:center;display:flex;justify-content:space-between}.plan-text{text-align:left}.plan-card h4{font-size:22px;margin-top:5px;font-weight:600}.plan-card p{font-size:16px;color:#666;margin-bottom:20px}.price{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:12px}.old-price{text-decoration:line-through;color:#888;font-size:16px;margin-right:0}.new-price{font-size:24px;color:#333;font-weight:700;margin-right:0}.price-gst{display:flex;justify-content:center;align-items:baseline;flex-wrap:wrap;gap:8px}.gstText{margin-left:0;color:#444;vertical-align:super}.buy-now,.gstText{font-size:14px;font-weight:600}.buy-now{background-color:#ed3b41;color:#fff;border:none;padding:10px 30px;border-radius:5px;cursor:pointer;transition:background-color .3s ease;margin-top:5px}.buy-now:hover{background-color:#0056b3}.contactWrapper{padding:50px 20px;background-color:#f8f9fa}.contactWrapper h2{font-size:32px;color:#000;margin-bottom:30px;font-weight:600}.contactBox{background-color:#fff;display:flex;justify-content:space-between;align-items:flex-start;padding:40px;border-radius:10px;box-shadow:0 0 12px rgba(0,0,0,.08)}.centerColumn,.leftColumn,.rightColumn{flex:1 1;text-align:left}.leftColumn p{font-size:22px;line-height:1.4;color:#333}.centerColumn{text-align:center}.centerColumn p{margin-bottom:20px;font-size:20px;color:#333}.qrCode{width:150px;height:150px}.rightColumn div{margin-bottom:20px}.rightColumn strong{display:block;margin-bottom:4px;font-size:22px;color:#333}.rightColumn p{font-size:15px;margin:0;color:#555}.socialIcons{display:flex;gap:12px;margin-top:10px}.socialIcons a{text-decoration:none;color:inherit}.socialIcons a svg{color:#fff;width:32px;height:32px;padding:6px;border-radius:6px;cursor:pointer;background-color:inherit}.nextjs-portal{display:none!important}@media(max-width:1024px){.landing-header{padding:16px 24px}.landing-header .header-links{gap:12px}.landing-header .header-links a{margin-left:0;font-size:13px}.heading-text,.report-help h3{font-size:28px}.financial-section h3{font-size:28px;margin:20px 0 40px}.tabHeader{flex-wrap:wrap;row-gap:10px;column-gap:6px;padding:10px}.tab{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 12px);font-size:15px;padding:10px 12px}.plans-container{flex-direction:column;margin:10px auto 30px;padding:10px}.benefits-section{padding:20px 16px}.plans-section{margin-top:0;width:100%}.plan-card{flex-direction:column;align-items:flex-start;gap:16px}.price{width:100%;align-items:center}.price-gst{justify-content:center}.gstText{margin-left:0}.contactBox{padding:30px 20px;flex-direction:column;align-items:center;gap:24px}.centerColumn,.contactBox,.leftColumn,.rightColumn{text-align:center}.socialIcons{justify-content:center}}@media(max-width:768px){.link-text{display:none}.plans-container{flex-direction:column;gap:20px;margin:0}.benefits-section,.plans-section{flex:1 1;width:100%}.heading-text{font-size:25px;padding:0}.financial-section h3{font-size:24px;margin:10px 0 40px}.mobileTabWrapper{width:100%}.mobileTab,.mobileTabWrapper{display:flex;align-items:center;justify-content:center}.mobileTab{flex:1 1;text-align:center;background:#00274f;font-size:16px;font-weight:700;padding:14px 20px;border-radius:8px;transition:background .3s;margin:0 10px}.arrow,.mobileTab{color:#fff;cursor:pointer}.arrow{font-size:24px;transition:opacity .3s}.disabled{opacity:.4;cursor:not-allowed}.tabText{flex:1 1;text-align:center;font-size:16px;font-weight:700}.contactBox{flex-direction:column;gap:30px;text-align:center;align-items:center}.centerColumn,.leftColumn,.rightColumn{text-align:center;width:100%}.socialIcons{justify-content:center}}.payment-success-card{max-width:500px;width:100%;border-radius:16px;background:#fff}.success-icon-bg,.success-icon-wrapper{display:flex;justify-content:center;align-items:center}.success-icon-bg{width:80px;height:80px;animation:successPulse 2s ease-in-out infinite;position:relative;overflow:hidden}.success-icon-bg,.success-icon-bg:before{border-radius:50%;background:linear-gradient(135deg,#4ade80,#22c55e)}.success-icon-bg:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;animation:successRipple 2s ease-in-out infinite;z-index:-1}.success-icon{animation:successCheck 1s ease-in-out;transform-origin:center}@keyframes successPulse{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(34,197,94,.4)}50%{transform:scale(1.05);box-shadow:0 0 0 10px rgba(34,197,94,.1)}to{transform:scale(1);box-shadow:0 0 0 0 rgba(34,197,94,0)}}@keyframes successRipple{0%{transform:scale(1);opacity:1}to{transform:scale(1.5);opacity:0}}@keyframes successCheck{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:1}}.payment-title{font-size:2rem;font-weight:600;color:#1f2937;margin-bottom:2rem}.transaction-details{border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:1.5rem 0}.detail-label{font-size:.95rem;color:#6b7280;font-weight:500}.detail-value{font-size:.95rem;color:#1f2937;font-weight:600}.additional-info{font-size:.9rem;color:#6b7280;line-height:1.6}.additional-info strong{color:#1f2937}.additional-info a{font-weight:500;transition:color .2s ease}.additional-info a:hover{color:#1d4ed8!important}@media(max-width:576px){.payment-success-card{margin:1rem}.payment-title{font-size:1.5rem}.success-icon-bg{width:60px;height:60px}.success-icon{width:24px;height:24px}.detail-label,.detail-value{font-size:.85rem}}.payment-failed-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.error-icon,.error-icon-container{display:flex;justify-content:center;align-items:center}.error-icon{width:80px;height:80px;background-color:#dc3545;border-radius:50%;box-shadow:0 4px 12px rgba(220,53,69,.3)}.error-icon i{color:#fff;font-size:32px;font-weight:700}.payment-failed-title{color:#212529;font-weight:600;font-size:2.5rem;margin-bottom:2rem}.action-buttons{margin-bottom:3rem}.action-buttons .btn{font-weight:600;letter-spacing:.5px;border-radius:6px;min-width:140px;transition:all .2s ease-in-out}.action-buttons .btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.error-description h5{font-weight:600;color:#495057}.error-description p{font-size:1rem;line-height:1.6;max-width:500px;margin-left:auto;margin-right:auto}.error-description a:hover{text-decoration:underline!important}@media(max-width:576px){.payment-failed-title{font-size:2rem}.action-buttons .btn{display:block;width:100%;margin-bottom:10px}.action-buttons .me-3{margin-right:0!important}.error-icon{width:60px;height:60px}.error-icon i{font-size:24px}}*{padding:0;margin:0;box-sizing:border-box}.social{display:flex;gap:8px;background:none}.social-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:6px;color:#fff;text-decoration:none}.social-btn.facebook{background:#0a66c2}.social-btn.twitter{background:#000}.social-btn.instagram{background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af)}.social-btn.linkedin{background:#0a66c2}.social-btn.whatsapp{background:#25d366}