.navbar{z-index:100;background-color:#fff;justify-content:space-between;align-items:center;padding:20px 100px;display:flex;position:sticky;top:0;box-shadow:0 4px 8px #0000001a}.nav-left{align-items:center;gap:10px;display:flex}.nav-logo{width:220px}.nav-title{margin:0;font-size:28px;font-weight:700}.nav-title span{color:#007bff}.signup-btn{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:40px;padding:12px 40px;font-size:18px;font-weight:600;transition:all .3s}.signup-btn:hover{background:#0056b3}.menu-toggle{cursor:pointer;flex-direction:column;justify-content:space-between;width:28px;height:20px;display:none}.bar{background:#007bff;border-radius:2px;width:100%;height:3px;transition:all .3s}.bar.open:first-child{transform:rotate(45deg)translate(5px,5px)}.bar.open:nth-child(2){opacity:0}.bar.open:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.nav-right{align-items:center;display:flex}@media (max-width:1024px){.navbar{padding:16px 60px}.signup-btn{padding:10px 28px;font-size:16px}}@media (max-width:768px){.navbar{padding:16px 24px}.menu-toggle{display:flex}.nav-right{z-index:999;background:#fff;border-radius:10px;flex-direction:column;padding:20px;display:none;position:absolute;top:80px;right:20px;box-shadow:0 4px 12px #0000001a}.nav-right.active{animation:.3s forwards fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.signup-btn{width:180px}.nav-title{font-size:22px}}@media (max-width:480px){.navbar{padding:14px 16px}.nav-title{font-size:20px}.signup-btn{padding:10px 24px;font-size:15px}}.bf-wrapper{color:#1a1a1a;background:#fff;border-radius:16px;max-width:540px;margin:20px auto auto;padding:25px;box-shadow:0 4px 25px #00000014}.form-title{text-align:center;margin-bottom:16px;font-size:22px;font-weight:700}.step-indicator{justify-content:center;gap:12px;margin-bottom:15px;display:flex}.step-indicator span{color:#555;background:#d9d9d9;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-weight:600;transition:all .3s;display:flex}.step-indicator span.active{color:#fff;background:linear-gradient(90deg,#007bff,#00b4d8)}.bf-radio-group .ant-radio-button-wrapper{border:1px solid #ddd;border-radius:8px;margin:6px;font-weight:600}.bf-radio-group .ant-radio-button-wrapper-checked{background-color:#1677ff;color:#fff!important}.p-range .ant-radio-button-wrapper{text-align:center;width:46px;margin:6px;font-weight:700}.next-btn,.submit-btn{background:linear-gradient(90deg,#1677ff,#00b4d8);border-radius:10px;height:50px;font-size:16px}.back-btn{border:1px solid #bbb;border-radius:8px;height:45px;margin-top:10px;font-size:15px}.bf-wrapper{background:#fff;border-radius:14px;padding:25px;box-shadow:0 8px 30px #00000014}.form-title{margin-bottom:20px;font-size:22px;font-weight:700}.btn-row{justify-content:space-between;margin-top:20px;display:flex}.back-btn,.next-btn,.submit-btn{width:48%;height:45px}.pain-level-wrapper{flex-wrap:wrap;gap:10px;margin-top:8px;display:flex}.pain-circle{cursor:pointer;background:#f4f4f4;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-weight:600;transition:all .25s;display:flex}.pain-circle:hover{background:#e9e9e9}.pain-circle.selected{color:#fff;background:linear-gradient(135deg,#ff6961,#ff3d3d);border-color:#d63031;transform:scale(1.12)}.hero-section{background:#f8fafc;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;padding:70px 5%;display:flex;position:relative;overflow:hidden}.hero-left{flex:1;position:relative}.hero-img{border-radius:18px;width:100%}.hero-overlay{color:#fff;z-index:3;max-width:70%;position:absolute;bottom:30px;left:30px}.hero-overlay h1{font-size:38px;font-weight:700}.hero-overlay p{margin-top:10px;font-size:18px}.highlight{color:#c7e9ff}.pulse-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#275799,#35c2e0);border:none;border-radius:40px;margin-top:20px;padding:15px 35px;font-weight:600;position:relative}.pulse-btn:after{content:"";opacity:.5;border:2px solid #35c2e0;border-radius:50%;width:140%;height:140%;animation:1.8s infinite pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1)}@keyframes pulse{0%{opacity:.7;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(1.8)}}.hero-form{z-index:2;width:420px}.bg-shape{filter:blur(90px);opacity:.45;z-index:0;width:240px;height:240px;animation:6s ease-in-out infinite alternate float;position:absolute}.shape1{background:#275799;top:-60px;left:-80px}.shape2{background:#35c2e0;bottom:-70px;right:-50px}.shape3{background:linear-gradient(135deg,#275799,#35c2e0);bottom:20%;left:25%}@keyframes float{0%{transform:translateY(0)}to{transform:translateY(-40px)}}.animated-stroke{z-index:1;background:linear-gradient(90deg,#275799,#0000);width:180px;height:3px;animation:3s linear infinite strokeMove;position:absolute;top:15%;left:10%}@keyframes strokeMove{0%{transform:translate(-150px)}to{transform:translate(200px)}}@media (max-width:1024px){.hero-section{flex-direction:column}.hero-overlay{color:#000;max-width:100%;margin-top:25px;position:static}.hero-img{border-radius:15px}.hero-form{width:100%;max-width:450px}}@media (max-width:600px){.hero-overlay h1{font-size:28px}.hero-overlay p{font-size:16px}}@media (max-width:320px){.hero-section{gap:2px;padding:40px 15px}.hero-img{border-radius:12px}.hero-overlay{max-width:85%;bottom:20px;left:20px}.hero-overlay h1{font-size:22px;line-height:1.2}.hero-overlay p{font-size:14px}.pulse-btn{padding:10px 20px;font-size:13px}.hero-form{width:100%;margin-top:20px}.bg-shape{filter:blur(40px);width:120px;height:120px}.animated-stroke{width:120px;top:10%}}.stats-section-dark{text-align:center;color:#fff;background:#153a62;padding:70px 5%;font-family:Poppins,sans-serif}.stats-title{margin-bottom:5px;font-size:30px;font-weight:600}.stats-title span{color:#b8b8b8;font-style:italic}.stats-subtitle{color:#b3b3b3;margin-bottom:50px;font-size:25px}.stats-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:90px;display:flex}.stat-box{text-align:center}.stat-value{color:#fff;margin-bottom:5px;font-size:42px;font-weight:600}.stat-label{color:#b8b8b8;font-size:15px}@media (max-width:1024px){.stats-grid{gap:50px}.stat-value{font-size:38px}}@media (max-width:768px){.stats-title{font-size:26px}.stats-subtitle{font-size:14px}.stats-grid{gap:35px}.stat-value{font-size:32px}.stat-label{font-size:14px}}@media (max-width:480px){.stats-section-dark{padding:50px 20px}.stats-title{font-size:22px}.stat-value{font-size:28px}}.abt-section{background:#f9f9f9;padding:100px 0;font-family:Poppins,sans-serif}.abt-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:60px;max-width:1200px;margin:0 auto;padding:0 30px;display:flex}.abt-image-wrapper{flex:0 0 45%}.abt-image{object-fit:cover;border-radius:20px;width:100%;max-width:450px;box-shadow:0 10px 25px #0000001a}.abt-text{text-align:left;flex:0 0 50%}.abt-subtitle{color:#007bff;letter-spacing:.5px;margin-bottom:8px;font-size:20px}.abt-title{color:#1a1a1a;margin-bottom:20px;font-size:38px;font-weight:800;line-height:1.3}.abt-description{color:#555;margin-bottom:30px;font-size:18px;line-height:1.7}.abt-buttons{gap:20px;display:flex}.abt-primary-btn{background-color:#007bff!important;border-color:#007bff!important;height:48px!important;padding:0 28px!important;font-size:16px!important}.abt-outline-btn{color:#007bff!important;border-color:#007bff!important;height:48px!important;padding:0 28px!important;font-size:16px!important}@media (max-width:1024px){.abt-container{text-align:center;flex-direction:column}.abt-text{flex:0 0 100%}.abt-image-wrapper{text-align:center;flex:0 0 100%}.abt-title{font-size:32px}.abt-description{font-size:17px}.abt-buttons{justify-content:center}}@media (max-width:768px){.abt-section{padding:70px 0}.abt-title{font-size:28px}.abt-description{font-size:16px}.abt-buttons{flex-direction:column;gap:15px}.abt-buttons button{width:80%}.abt-image{max-width:350px}}@media (max-width:480px){.abt-container{padding:0 16px}.abt-title{font-size:24px}.abt-description{font-size:15px}.abt-buttons button{width:100%;height:45px!important;font-size:15px!important}.abt-image{max-width:100%}}.footer{color:#fff;background:#0b1a3b;padding:60px 0 30px;font-family:Poppins,sans-serif}.footer-container{flex-wrap:wrap;justify-content:space-between;gap:40px;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.footer-left{text-align:left;flex:250px;min-width:250px}.footer-logo{align-items:center;margin-bottom:15px;display:flex}.footer-logo img{width:250px;margin-right:10px}.footer-about{color:#ddd;max-width:280px;margin-bottom:20px;font-size:clamp(14px,2vw,16px);line-height:1.7}.footer-social{gap:15px;display:flex}.footer-social a{color:#fff;font-size:22px;transition:all .3s}.footer-social a:hover{color:#4dabff}.footer-section{text-align:left;flex:200px;min-width:180px}.footer-section h4{color:#4dabff;margin-bottom:15px;font-size:clamp(18px,3vw,20px)}.footer-section p{margin:8px 0;font-size:clamp(14px,2vw,16px)}.footer-bottom{text-align:center;color:#aaa;border-top:1px solid #ffffff1a;margin-top:40px;padding-top:15px;font-size:clamp(12px,2vw,14px)}@media (max-width:900px){.footer-container{text-align:center;justify-content:center}.footer-left,.footer-section{text-align:center}.footer-about{margin:0 auto 20px}.footer-social{justify-content:center}}@media (max-width:600px){.footer-container{gap:30px}.footer-logo{justify-content:center}}.contact-link{color:#fff;text-decoration:none}.contact-link:hover{text-decoration:underline}.cookie-banner{z-index:99999999;background:#fff;border:1px solid #e6e6e6;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;width:95%;max-width:620px;padding:16px 22px;animation:.4s ease-out fadeInUp;display:flex;position:fixed;bottom:54px;left:50%;transform:translate(-50%);box-shadow:0 8px 30px #00000026}.cookie-banner p{color:#404040;margin:0;font-size:14px;line-height:1.45}.cookie-banner a{color:#07f;font-weight:600;text-decoration:none}.cookie-banner a:hover{text-decoration:underline}.cookie-actions{flex-shrink:0;gap:10px;display:flex}.btn-primary,.btn-outline{cursor:pointer;border:none;border-radius:8px;outline:none;padding:10px 16px;font-size:13px;font-weight:600;transition:all .25s}.btn-primary{color:#fff;background:#07f}.btn-primary:hover{background:#005fcc}.btn-outline{color:#404040;background:0 0;border:1.6px solid #b7b7b7}.btn-outline:hover{background:#f0f0f0}@media (max-width:520px){.cookie-banner{text-align:center;flex-direction:column}.cookie-actions{justify-content:center;width:100%}}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.thanks-wrapper{background:#f4f6ff;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.thanks-card{text-align:center;background:#fff;border-radius:18px;width:100%;max-width:480px;padding:40px 32px 10px;animation:.5s fadeIn;position:relative;box-shadow:0 10px 35px #00000014}.icon-area{margin-bottom:10px;font-size:48px}.thanks-card h2{color:#111;margin-bottom:6px;font-size:26px;font-weight:700}.subtitle{color:#444;margin-bottom:12px;font-size:16px}.text{color:#666;margin-bottom:25px;font-size:15px;line-height:1.5}.signature{margin-bottom:20px}.signature p{color:#777;font-size:14px}.brand{color:#1c2b70;font-size:18px;font-weight:700}.bottom-area{background:#f3f4f8;border-radius:0 0 18px 18px;margin:10px -32px 0;padding:18px 20px}.primary-btn{color:#fff;cursor:pointer;background:#1677ff;border:none;border-radius:8px;width:100%;height:48px;font-size:15px;font-weight:600;transition:all .25s}.primary-btn:hover{background:#0f5bd4}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.small-note{color:gray;margin-top:12px;font-size:13px}@media (max-width:480px){.thanks-card{padding:32px 22px}}.admin-login-wrapper{background:#e7f9ff;width:100%;height:100vh;display:flex;overflow:hidden}.login-left{width:55%}.login-full-image{object-fit:cover;width:100%;height:100%}.login-right{justify-content:center;align-items:center;width:45%;padding:20px;display:flex}.login-card{text-align:center;background:#fff;border-radius:18px;width:350px;padding:35px;box-shadow:0 8px 30px #0000001f}.logos-wrapper{flex-direction:column;align-items:center;gap:6px;margin-bottom:12px;display:flex}.main-logo{width:185px}.sponsor-logo{opacity:.8;width:100px}.login-title{color:#0c4873;margin-bottom:6px;font-size:22px;font-weight:700}.login-subtext{color:#6e7a8a;margin-bottom:18px;font-size:14px}.login-error{color:#d10000;background:#ffefef;border-radius:8px;margin-bottom:10px;padding:8px;font-size:14px}.login-card input{border:1px solid #ccd6e0;border-radius:10px;width:100%;margin-bottom:16px;padding:13px;font-size:14px;transition:all .25s}.login-card input:focus{border-color:#0fb6e0;outline:none}.login-btn{color:#fff;cursor:pointer;background:#0fb6e0;border:none;border-radius:12px;width:100%;padding:14px;font-size:16px;font-weight:600;transition:all .3s}.login-btn:hover{background:#0c9abf}.admin-dashboard-page{background:#f5f7fb;padding:20px}.dashboard-card{cursor:pointer;transition:all .3s;box-shadow:0 4px 18px #0000000f;background:#fff!important;border-radius:14px!important;padding:18px!important}.dashboard-card:hover{transform:translateY(-4px);box-shadow:0 6px 22px #0000001f}.card-title{color:#555;margin-bottom:12px;font-size:15px;font-weight:600}.card-concern-name{color:#2d2d2d;font-size:22px;font-weight:700}.card-subtitle{color:#777;margin-top:4px;font-size:13px;font-weight:500}.ant-badge-count{padding:4px 10px!important;font-size:14px!important}.concern-card{text-align:center;background:#fafafa!important;border-radius:12px!important;padding:25px!important}.ant-ribbon{font-size:14px;font-weight:600}.chart-card{box-shadow:0 6px 20px #00000014;background:#fff!important;border-radius:16px!important}.chart-card .ant-card-head-title{color:#333;font-size:18px;font-weight:700}body{color:#000;background:#fff;margin:0;font-family:Poppins,sans-serif}
