@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";.layout{display:flex;height:100vh}.sidebar-expanded{margin-left:250px;transition:margin-left .3s ease}.sidebar-collapsed{margin-left:80px;transition:margin-left .3s ease}.main-content{flex:1;display:flex;flex-direction:column}.navbar{height:80px;width:calc(100% - 40px);background-color:#fff;margin-top:40px;display:flex;align-items:center;justify-content:flex-end;padding:0 20px;position:relative;box-shadow:0 2px 4px #0000001a;border-radius:3.66px;font-weight:700;transition:all .3s ease}.sidebar-expanded .navbar{width:calc(100% - 290px)}.sidebar-collapsed .navbar{margin-left:25px;width:calc(100% - 120px)}.navbar-icon{position:absolute;top:-60px;left:20px}.navbar-icon img{height:180px;width:180px;margin-top:5px;object-fit:contain}.navbar-text{display:flex;gap:4rem;align-items:center}.navbar-text p{margin:0;font-size:16px;font-weight:700;color:#333;cursor:pointer;position:relative;padding-bottom:3px;transition:color .2s}.navbar-text p:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background-color:#0c7fda;transition:width .3s ease-in-out}.navbar-text p:hover{color:#0c7fda}.navbar-text p:hover:after{width:100%}.signup{background-color:#e9f5fe;color:#0c7fda;padding:7px 35px;border-radius:6px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer}.signup p:after{display:none}.sidebar{height:100vh;background-color:#fff;border-right:1px solid #ddd;display:flex;flex-direction:column;justify-content:space-between;transition:width .3s ease;overflow:hidden}.sidebar.collapsed{width:80px;padding:1.2rem}.sidebar.expanded{width:230px;padding:1rem}.sidebar .first{display:flex;align-items:center;gap:10px;cursor:pointer}.sidebar .first img{width:40px;height:40px}.sidebar .second{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;margin-top:20px}.second-first{display:flex;flex-direction:column;gap:15px}.second-second{margin-top:auto;display:flex;flex-direction:column;gap:15px}.image1,.theme,.image2{display:flex;align-items:center;gap:10px;padding:8px;border-radius:6px;cursor:pointer;transition:background-color .3s}.image1:hover,.theme:hover,.image2:hover{background-color:#e9f5fe}.image1 img,.theme img,.image2 img{width:25px;height:25px}.image2{background-color:#667a8a;color:#fff;border-radius:6px}.db-page{background-color:#fff;min-height:75vh;width:91.5%;margin-left:1.5rem;margin-top:2rem;padding:1rem 2rem;border-radius:3.66px;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.db-header{width:100%;text-align:center;margin-bottom:.5rem}.db-header h1{font-size:1.5rem;font-weight:700;color:#1f2937}.db-header p{font-size:1rem;color:#555}.db-analytics{width:100%;margin-bottom:1rem;box-sizing:border-box}.db-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.db-card{flex:1;min-width:280px;padding:1rem;border-radius:3.66px;display:flex;flex-direction:column;gap:1rem;box-shadow:0 4px 10px #00000040;transition:transform .3s ease,box-shadow .3s ease;width:100%;max-width:100%;box-sizing:border-box}.db-card:hover{transform:scale(1.02);box-shadow:0 14px 28px #0009}.db-card h3{font-size:1rem;font-weight:600;color:#1f2937}.db-second-part{display:flex;flex-wrap:wrap;gap:1rem;width:100%;box-sizing:border-box}.db-box{flex:1;min-width:300px;background-color:#f5f5f5;padding:.5rem;border-radius:3.66px;box-shadow:0 4px 10px #00000040;transition:all .3s ease;width:100%;max-width:100%;box-sizing:border-box;overflow-x:auto}.db-box h3{font-size:1rem;font-weight:700;margin-bottom:.75rem}.db-insights{list-style:none;padding:0;font-size:.9rem}.db-insights li{margin-bottom:.5rem}.db-table{width:100%;border-collapse:collapse;border-radius:3.66px;overflow:hidden;table-layout:auto}.db-table th,.db-table td{padding:4px;text-align:left;white-space:nowrap}.db-table th{background:#f3f4f6;font-size:.7rem;text-transform:uppercase;letter-spacing:.5px}.db-table tr:nth-child(2n){background:#f9fafb}.db-table tr:hover{background:#007bff14;cursor:pointer}@media (max-width: 1024px){.db-row,.db-second-part{flex-direction:column}.db-card,.db-box{flex:1 1 100%;max-width:100%}}.booking{background-color:#fff;min-height:75vh;width:91.5%;display:flex;flex-direction:column;align-items:center;margin:2rem 1.5rem 1.5rem;padding:1rem 2rem;border-radius:3.66px}.text-part{margin:1rem 0 2rem;text-align:center;font-size:2rem;font-weight:500;color:#000}.box-details{width:100%;background-color:#e9f5fe;border-radius:3.66px;padding:1.5rem;border:1px solid;display:flex;flex-direction:column;gap:1rem}.text-details{font-size:10px;font-weight:700;color:#000;margin-bottom:.5rem}.box-booking{background:#0c7fda;width:20%;border-radius:3.66px;padding:1rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;box-shadow:0 2px 6px #00000014;transition:transform .2s ease,box-shadow .2s ease}.details-box{display:flex;flex-direction:row;gap:4.5rem}.box-booking:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.box-booking h1{font-size:1.1rem;color:#fff;font-weight:600}.counsellor-layout{display:flex;height:100vh}.counsellor-sidebar-expanded{margin-left:250px;transition:margin-left .3s ease}.counsellor-sidebar-collapsed{margin-left:80px;transition:margin-left .3s ease}.counsellor-main-content{flex:1;display:flex;flex-direction:column}.counsellor-navbar{height:80px;width:calc(100% - 40px);background-color:#fff;margin-top:40px;display:flex;align-items:center;justify-content:flex-end;padding:0 20px;position:relative;box-shadow:0 2px 4px #0000001a;border-radius:3.66px;font-weight:700;transition:all .3s ease}.counsellor-sidebar-expanded .counsellor-navbar{width:calc(100% - 290px)}.counsellor-sidebar-collapsed .counsellor-navbar{margin-left:25px;width:calc(100% - 120px)}.counsellor-navbar-icon{position:absolute;top:-60px;left:20px}.counsellor-navbar-icon img{height:180px;width:180px;margin-top:5px;object-fit:contain}.counsellor-navbar-text{display:flex;gap:4rem;align-items:center}.counsellor-navbar-text p{margin:0;font-size:16px;font-weight:700;color:#333;cursor:pointer;position:relative;padding-bottom:3px;transition:color .2s}.counsellor-navbar-text p:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background-color:#0c7fda;transition:width .3s ease-in-out}.counsellor-navbar-text p:hover{color:#0c7fda}.counsellor-navbar-text p:hover:after{width:100%}.counsellor-signup{background-color:#e9f5fe;color:#0c7fda;padding:7px 35px;border-radius:6px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer}.counsellor-signup p:after{display:none}.counsellor-sidebar{height:100vh;background-color:#fff;border-right:1px solid #ddd;display:flex;flex-direction:column;justify-content:space-between;transition:width .3s ease;overflow:hidden}.counsellor-sidebar.counsellor-collapsed{width:80px;padding:1.2rem}.counsellor-sidebar.counsellor-expanded{width:230px;padding:1rem}.counsellor-sidebar-header{display:flex;align-items:center;gap:10px;cursor:pointer}.counsellor-sidebar-header img{width:40px;height:40px}.counsellor-sidebar-body{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;margin-top:20px}.counsellor-sidebar-links{display:flex;flex-direction:column;gap:15px}.counsellor-sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:15px}.counsellor-sidebar-item,.counsellor-sidebar-theme,.counsellor-sidebar-logout{display:flex;align-items:center;gap:10px;padding:8px;border-radius:6px;cursor:pointer;transition:background-color .3s}.counsellor-sidebar-item:hover,.counsellor-sidebar-theme:hover,.counsellor-sidebar-logout:hover{background-color:#e9f5fe}.counsellor-sidebar-item img,.counsellor-sidebar-theme img,.counsellor-sidebar-logout img{width:25px;height:25px}.counsellor-sidebar-logout{background-color:#667a8a;color:#fff;border-radius:6px}.counsellor-dashboard-wrapper{background-color:#fff;min-height:75vh;width:91.5%;display:flex;flex-direction:column;align-items:center;margin:2rem 1.4rem 1.4rem;padding:1rem 2rem;border-radius:3.66px}h1{font-size:26px;margin-bottom:20px;color:#222}.session-card{background:#fff;border-radius:12px;padding:20px;margin-bottom:16px;box-shadow:0 2px 6px #00000014;display:flex;justify-content:space-between;align-items:center}.session-card h2{font-size:20px;margin-bottom:8px;color:#333}.session-card p{margin:4px 0;font-size:15px;color:#555}.session-actions{display:flex;gap:10px}.session-actions button{padding:8px 14px;border:none;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s ease}.session-actions button:hover{opacity:.9}.session-actions button:nth-child(1){background:#007bff;color:#fff}.session-actions button:nth-child(2){background:#28a745;color:#fff}.session-actions button:nth-child(3){background:#dc3545;color:#fff}.status{font-weight:600;padding:3px 8px;border-radius:6px}.status.pending{background:#fff3cd;color:#856404}.status.inprogress{background:#cce5ff;color:#004085}.status.completed{background:#d4edda;color:#155724}.status.cancelled{background:#f8d7da;color:#721c24}.dashboard-page{background-color:#fff;min-height:75vh;width:91.5%;margin-left:1.5rem;margin-top:2rem;padding:1rem 2rem;border-radius:3.66px;display:flex;flex-direction:column;align-items:center}.dashboard-quote{margin:1.5rem 0;text-align:center;font-size:1.25rem;font-weight:500;color:#000}.dashboard-row{display:flex;flex-direction:column;gap:1rem;width:100%}.dashboard-cards{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;width:100%;margin-bottom:1rem}.dashboard-card{flex:1 1 220px;max-width:250px;background-color:#c5dae1;padding:.75rem;border-radius:3.66px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 10px #00000040;transition:transform .3s ease}.dashboard-card:hover{transform:scale(1.02);box-shadow:0 14px 28px #0009}.dashboard-card-left{display:flex;align-items:center;justify-content:center}.dashboard-card-left .icon{color:#2563eb;margin-bottom:3rem}.dashboard-card-right{flex:1;display:flex;flex-direction:column;align-items:flex-start;text-align:right}.dashboard-card-number{font-size:1.5rem;font-weight:700;color:#2563eb}.dashboard-card-title{font-size:1rem;font-weight:600;color:#1f2937}.dashboard-card-subtext{font-size:.875rem}.dashboard-card-subtext.positive{color:green}.dashboard-card-subtext.negative{color:red}.sessions-box{flex:1;background:#f5f5f5;padding:.5rem;border-radius:3.66px;box-shadow:0 4px 10px #00000040}.sessions-title{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.sessions-list{display:flex;flex-direction:row;gap:1rem;width:100%}.session-card{width:100%;background:#e9f5fe;padding:.75rem;border-radius:3.66px;display:flex;align-items:center;border:1px solid}.session-card h3{font-size:1rem;margin-bottom:.25rem}.session-card p{font-size:.875rem;color:#555}.session-box-item{display:flex;align-items:center;gap:3.9rem}.left-side-session-box{display:flex;flex-direction:column;text-align:center}.time{font-weight:700;margin-right:1rem}.stage{background:#e0e7ff;padding:2px 6px;border-radius:3px;font-size:.75rem}.insights-card{flex:1;background:linear-gradient(to right,#2563eb,#1e40af);color:#fff;padding:.5rem;border-radius:3.66px;box-shadow:0 4px 10px #00000040}.insights-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.insights-content{display:flex;flex-direction:column;gap:.5rem}.insight-row{display:flex;justify-content:space-between;font-size:.95rem}.user-layout{display:flex;height:100vh}.user-sidebar-expanded{margin-left:250px;transition:margin-left .3s ease}.user-sidebar-collapsed{margin-left:80px;transition:margin-left .3s ease}.user-main-content{flex:1;display:flex;flex-direction:column}.user-navbar{height:80px;width:calc(100% - 40px);background-color:#fff;margin-top:40px;display:flex;align-items:center;justify-content:flex-end;padding:0 20px;position:relative;box-shadow:0 2px 4px #0000001a;border-radius:3.66px;font-weight:700;transition:all .3s ease}.user-sidebar-expanded .user-navbar{width:calc(100% - 290px)}.user-sidebar-collapsed .user-navbar{margin-left:25px;width:calc(100% - 120px)}.user-navbar-icon{position:absolute;top:-60px;left:20px}.user-navbar-icon img{height:180px;width:180px;margin-top:5px;object-fit:contain}.user-navbar-text{display:flex;gap:4rem;align-items:center}.user-navbar-text p{margin:0;font-size:16px;font-weight:700;color:#333;cursor:pointer;position:relative;padding-bottom:3px;transition:color .2s}.user-navbar-text p:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background-color:#0c7fda;transition:width .3s ease-in-out}.user-navbar-text p:hover{color:#0c7fda}.user-navbar-text p:hover:after{width:100%}.user-signup{background-color:#e9f5fe;color:#0c7fda;padding:7px 35px;border-radius:6px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer}.user-signup p:after{display:none}.user-sidebar{height:100vh;background-color:#fff;border-right:1px solid #ddd;display:flex;flex-direction:column;justify-content:space-between;transition:width .3s ease;overflow:hidden}.user-sidebar.user-collapsed{width:80px;padding:1.2rem}.user-sidebar.user-expanded{width:230px;padding:1rem}.user-sidebar-header{display:flex;align-items:center;gap:10px;cursor:pointer}.user-sidebar-header img{width:40px;height:40px}.user-sidebar-body{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;margin-top:20px}.user-sidebar-links{display:flex;flex-direction:column;gap:15px}.user-sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:15px}.user-sidebar-item,.user-sidebar-theme,.user-sidebar-logout{display:flex;align-items:center;gap:10px;padding:8px;border-radius:6px;cursor:pointer;transition:background-color .3s}.user-sidebar-item:hover,.user-sidebar-theme:hover,.user-sidebar-logout:hover{background-color:#e9f5fe}.user-sidebar-item img,.user-sidebar-theme img,.user-sidebar-logout img{width:25px;height:25px}.user-sidebar-logout{background-color:#667a8a;color:#fff;border-radius:6px}.user-dashboard{background-color:#fff;min-height:75vh;width:91.5%;display:flex;flex-direction:column;align-items:center;margin-left:1.5rem;padding:1rem 2rem;margin-top:2rem;border-radius:3.66px}.user-banner{width:100%;height:250px;background-color:#f5f5f5;border-radius:3.66px;margin-bottom:1.5rem;object-fit:cover;box-shadow:0 10px 20px #00000080}.user-quote{margin:2rem 1rem 1rem;text-align:center;font-size:1.5rem;font-weight:500;color:#000}.user-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%}.user-card{background-color:#c5dae1;padding:1.5rem;border-radius:3.66px;text-align:center;box-shadow:0 10px 20px #00000080;transition:transform .3s ease,box-shadow .3s ease}.user-card:hover{transform:scale(1.02);box-shadow:0 14px 28px #0009}.user-card-number{font-size:2rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.user-card-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.user-card-subtext{font-size:.875rem;color:#6b7280}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.booking-wrapper{background-color:#fff;min-height:75vh;width:91.5%;display:flex;flex-direction:column;align-items:center;margin-left:1.5rem;padding:1rem 2rem;margin-top:2rem;border-radius:3.66px}.booking-title{text-align:center;margin-bottom:25px;font-size:30px;font-weight:700;color:#222;letter-spacing:.5px}.booking-form{display:flex;align-items:center;gap:20px;width:100%;justify-content:space-between;background-color:#fff;padding:2rem 3rem;border-radius:12px;box-shadow:0 6px 14px #00000014;margin-bottom:35px}.booking-input-group{display:flex;flex-direction:column;flex:1 1 260px}.booking-input-group label{font-weight:600;margin-bottom:6px;font-size:14px;color:#333}.booking-input-group input{padding:10px 12px;border-radius:8px;border:1px solid #ccc;font-size:15px;transition:border-color .2s ease}.booking-input-group input:focus{outline:none;border-color:#0275d8;box-shadow:0 0 6px #0275d84d}.booking-btn{padding:12px 24px;background-color:#0275d8;color:#fff;border:none;border-radius:8px;cursor:pointer;align-self:flex-end;transition:background-color .25s ease,transform .15s ease;font-size:15px;font-weight:600}.booking-btn:hover{background-color:#025aa5;transform:translateY(-2px)}.booking-subtitle{margin-bottom:18px;font-size:24px;font-weight:600;color:#222;border-left:4px solid #0275d8;padding-left:10px;width:100%}.no-booking{text-align:center;color:#777;font-size:15px;padding:20px 0;width:100%}.booking-list{display:flex;flex-direction:column;gap:18px;max-height:60vh;overflow-y:auto;padding-right:12px;width:100%}.booking-card{display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:18px 22px;border-radius:12px;box-shadow:0 4px 12px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.booking-card:hover{transform:translateY(-3px);box-shadow:0 6px 16px #00000014}.booking-info h3{margin:0;font-size:18px;font-weight:600;color:#333}.booking-info p{margin:4px 0;font-size:14px;color:#555}.booking-status{font-weight:600;padding:5px 12px;border-radius:14px;display:inline-block;font-size:13px;text-transform:capitalize}.booking-status.pending{background-color:#f0ad4e;color:#fff}.booking-status.completed{background-color:#5cb85c;color:#fff}.booking-status.inprogress{background-color:#0275d8;color:#fff}.booking-status.cancelled{background-color:#d9534f;color:#fff}.booking-actions button{margin-left:8px;padding:7px 14px;border:none;border-radius:8px;cursor:pointer;font-size:14px;color:#fff;font-weight:500;transition:opacity .2s ease,transform .15s ease}.booking-actions button:hover{opacity:.9;transform:translateY(-1px)}.booking-actions button:nth-child(1){background-color:#f0ad4e}.booking-actions button:nth-child(2){background-color:#d9534f}.booking-actions button:nth-child(3){background-color:#0275d8}.login-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:#0c7fda;font-family:sans-serif;padding:1rem}.login-card{background:#fff;width:100%;max-width:400px;padding:2rem;border-radius:1rem;box-shadow:0 10px 30px #00000026;text-align:center;transition:all .3s ease}.login-card:hover{box-shadow:0 12px 40px #0003}.login-title{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;color:#333}.login-image{width:160px;height:160px;object-fit:contain;margin:0 auto 1.5rem}.login-form{display:flex;flex-direction:column;gap:1rem}.input-wrapper{position:relative;width:90%;margin:0 auto}.input-icon{position:absolute;top:50%;left:12px;transform:translateY(-50%);color:#888}.login-input{width:100%;padding:.7rem .7rem .7rem 2.5rem;border:2px solid #ccc;border-radius:10px;outline:none;transition:border-color .2s}.login-input:focus{border-color:#0c7fda}.login-input.error{border-color:red}.remember-forgot{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#555;width:90%;margin:0 auto}.remember-label{display:flex;align-items:center;gap:.4rem}.checkbox{width:16px;height:16px}.forgot-link{color:#0c7fda;text-decoration:none;transition:color .2s}.forgot-link:hover{color:#005bb5}.login-btn{width:90%;margin:1rem auto 0;padding:.8rem;border:none;border-radius:30px;background:linear-gradient(to right,#ff6b6b,#ff4f4f);color:#fff;font-weight:700;font-size:1rem;cursor:pointer;box-shadow:0 5px 15px #0000001a;transition:all .3s}.login-btn:hover{transform:scale(1.02);box-shadow:0 8px 20px #0003}.divider{position:relative;margin:1.5rem 0;text-align:center;color:#777}.divider span{background:#fff;padding:0 10px}.social-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;border:1px solid #ccc;background:#fff;font-size:1.2rem;cursor:pointer;transition:all .2s}.social-btn:hover{transform:scale(1.1);background:#f8f8f8}.facebook{color:#1877f2}.google{color:#ea4335}.twitter{color:#1da1f2}form a{text-decoration:none;color:#005bb5}.signup-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:#0c7fda;font-family:sans-serif;padding:1rem}.signup-card{background:#fff;width:100%;max-width:400px;padding:2rem;border-radius:16px;text-align:center;box-shadow:0 10px 25px #00000026;transition:all .3s}.signup-card:hover{box-shadow:0 14px 30px #0003}.signup-title{font-size:1.8rem;font-weight:700;color:#333;margin-bottom:1.5rem}.signup-image{width:150px;height:150px;object-fit:contain;margin:0 auto 1.5rem}.signup-form{display:flex;flex-direction:column;gap:1rem}.input-group{position:relative;width:90%;margin:0 auto}.input-icon{position:absolute;top:50%;left:10px;transform:translateY(-50%);color:#888;width:20px;height:20px}.input-field{width:100%;padding:10px 10px 10px 40px;border:2px solid #ccc;border-radius:12px;outline:none;transition:border .2s}.input-field:focus{border-color:#0c7fda}.input-error{border-color:red}.signup-btn{width:90%;margin:0 auto;padding:12px;background:linear-gradient(to right,#ff6b6b,#ff4f4f);color:#fff;font-weight:700;border:none;border-radius:999px;cursor:pointer;box-shadow:0 6px 15px #00000026;transition:transform .2s,box-shadow .2s}.signup-btn:hover{transform:scale(1.05);box-shadow:0 10px 20px #00000040}.divider{position:relative;margin:1.5rem 0;text-align:center}.divider a{color:#00f;text-decoration:none}.divider:before,.divider:after{content:"";position:absolute;top:50%;width:40%;height:1px;background:#ccc}.divider:before{left:0}.divider:after{right:0}.divider span{background:#fff;padding:0 .5rem;color:#666;font-size:.9rem}.social-buttons{display:flex;justify-content:center;gap:1rem}.social-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid #ccc;border-radius:50%;background:#fff;cursor:pointer;transition:transform .2s,background .2s}.social-btn:hover{transform:scale(1.1);background:#f9f9f9}.social-btn.facebook svg{color:#1877f2}.social-btn.google svg{color:#db4437}.social-btn.twitter svg{color:#1da1f2}html{scroll-behavior:smooth}.top-header-section{width:100%;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;background-color:#fff;box-shadow:none;position:sticky;top:0;z-index:1000}.header-thinkfit{display:flex;align-items:center}.header-logo{height:40px;margin-right:.75rem}.brand-name{font-size:1.8rem;font-weight:700;color:#333}.header-second-part{display:flex;gap:2.5rem}.header-second-part a{text-decoration:none;color:#555;font-size:1.1rem;font-weight:500;transition:color .3s ease}.header-second-part a:hover{color:#007bff}.intro-section{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 60px);padding:4rem 2rem;background-color:#fff;color:#333;text-align:center}.intro-content{display:flex;align-items:center;gap:5rem;max-width:1200px;width:100%}.intro-image-container{flex:1;display:flex;justify-content:center;align-items:center}.intro-image-container img{width:100%;max-width:500px;height:auto;aspect-ratio:1 / 1;object-fit:cover;border-radius:1.5rem;box-shadow:0 15px 40px #00000026}.intro-text-container{flex:1;text-align:left}.intro-text-container p{font-size:1.3rem;line-height:1.8;margin-bottom:1.8rem}.intro-text-container p:last-child{margin-bottom:0}.intro-text-container em{color:#007bff;font-style:normal;font-weight:600}.challenges-solutions-section{background-color:#f8f9fa;padding:5rem 2rem;color:#333;text-align:center}.challenges-container{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.challenges-container h2{grid-column:1 / -1;font-size:2.5rem;font-weight:700;color:#007bff;margin-bottom:3rem;text-align:center}.challenge-item{background-color:#fff;padding:2rem;border-radius:1rem;box-shadow:0 5px 15px #00000014;text-align:left;display:flex;flex-direction:column}.challenge-item h3{font-size:1.6rem;font-weight:600;color:#007bff;margin-bottom:.75rem}.challenge-item .challenge-desc{font-size:1.1rem;color:#555;margin-bottom:.5rem;flex-grow:1}.challenge-item .solution-desc{font-size:1.1rem;font-weight:500;color:#333;margin-top:1rem}.challenge-item .solution-desc strong{color:#007bff}.result-text{grid-column:1 / -1;font-size:1.3rem;margin-top:4rem;color:#333;line-height:1.6;text-align:center}.result-text strong{color:#007bff}.landing-page{min-height:100vh;font-family:Inter,sans-serif;background:#007bff;color:#fff}.hero-section{padding:5rem 1rem}.hero-content{max-width:1200px;margin:auto;text-align:center}.tagline{display:inline-flex;align-items:center;gap:.75rem;background:#ffffff26;padding:.5rem 1rem;border-radius:999px;margin-bottom:1.5rem}.hero-title{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.hero-title .highlight{color:inherit}.hero-description{font-size:1.2rem;color:#ffffffe6;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.role-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem}.role-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;padding:1.5rem;max-width:320px;flex:1 1 280px;transition:transform .3s ease,box-shadow .3s ease}.role-card:hover{transform:translateY(-8px);box-shadow:0 8px 20px #0000001f}.card-header{text-align:center;margin-bottom:1rem}.icon-circle{width:64px;height:64px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;margin:0 auto .8rem;font-size:2rem}.card-title{font-size:1.3rem;font-weight:600;margin-bottom:.3rem}.card-description{font-size:.95rem;color:#555}.card-content{margin-top:1rem}.card-points{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.2rem}.point{display:flex;align-items:center;gap:.6rem;font-size:.95rem;color:#444}.icon-sm{font-size:1.2rem}.cta-btn{width:100%;background:#2563eb;color:#fff;border:none;padding:.8rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s ease}.cta-btn:hover{background:#1d4ed8}#user-role-card .icon-circle{background:#dbeafe;color:#2563eb}#counselor-role-card .icon-circle{background:#fce7f3;color:#db2777}#admin-role-card .icon-circle{background:#fef3c7;color:#ca8a04}#admin-role-card .cta-btn{background:#ca8a04}#admin-role-card .cta-btn:hover{background:#a16207}.features-section{background:#f3f4f6;padding:5rem 1rem;color:#1f2937}.features-container{max-width:1200px;margin:auto}.features-header{text-align:center;margin-bottom:3rem}.features-header h2{font-size:2rem;font-weight:700}.features-header p{color:#6b7280}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature{text-align:center}.feature-icon{width:3.5rem;height:3.5rem;border-radius:50%;margin:auto auto 1rem;display:flex;align-items:center;justify-content:center;background:#2998ff1a;color:#2998ff}@media (max-width: 900px){.intro-content{flex-direction:column;gap:2rem}.intro-text-container{text-align:center}.top-header-section{justify-content:center}.challenges-container{grid-template-columns:1fr}.challenges-container h2{font-size:2rem}.challenge-item h3{font-size:1.4rem}.challenge-item .challenge-desc,.challenge-item .solution-desc{font-size:1rem}}@media (max-width: 768px){.role-cards,.features-grid{grid-template-columns:1fr}.hero-title{font-size:2.5rem}}.counsellors-page{font-family:Poppins,sans-serif;background:#fff;color:#222}.banner{background:var(--light);color:var(--primary);text-align:center;padding:60px 20px}.banner h1{font-size:2.5rem;margin-bottom:10px}.banner p{font-size:1.2rem}.counsellor-list{display:flex;flex-wrap:wrap;justify-content:center;gap:25px;padding:60px 10%}.counsellor-card{background:#fff;border-radius:15px;padding:25px;width:280px;text-align:center;box-shadow:0 6px 18px #00000014;transition:.3s}.counsellor-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.counsellor-img{width:120px;height:120px;object-fit:fill;border-radius:50%;margin-bottom:15px}.btn.primary{background:#00f;color:#fff;padding:10px 18px;border-radius:30px;border:none;cursor:pointer;font-weight:600;transition:.3s}.btn.primary:hover{background:#095fa3}.counsellor-connect-container{display:flex;height:100vh;background:#f5f6fa;padding:20px;gap:20px}.counsellor-profile{flex:1;background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 6px #0000001a;max-width:350px}.counsellor-photo{width:120px;height:120px;border-radius:50%;display:block;margin:0 auto 16px}.counsellor-profile h2{text-align:center;color:#222;margin-bottom:6px}.specialization{text-align:center;font-weight:700;color:#555;margin-bottom:12px}.counsellor-profile p{margin:6px 0;color:#444;font-size:15px}.book-btn{margin-top:15px;width:100%;padding:12px;background:#007bff;color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer}.book-btn:hover{background:#0056b3}.chat-section{flex:2;display:flex;flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 2px 6px #0000001a}.chat-header{padding:15px;border-bottom:1px solid #eee;background:#f1f3f6;border-radius:12px 12px 0 0}.chat-messages{flex:1;padding:15px;overflow-y:auto;background:#fafafa}.chat-bubble{max-width:70%;padding:10px 14px;margin-bottom:12px;border-radius:12px;font-size:15px;line-height:1.4}.user-bubble{background:#007bff;color:#fff;margin-left:auto;border-bottom-right-radius:4px}.counsellor-bubble{background:#e9ecef;color:#222;margin-right:auto;border-bottom-left-radius:4px}.chat-input-container{display:flex;padding:12px;border-top:1px solid #eee;background:#fff;border-radius:0 0 12px 12px}.chat-input-container input{flex:1;padding:10px 12px;border:1px solid #ccc;border-radius:8px;outline:none}.chat-input-container button{margin-left:10px;padding:10px 16px;background:#28a745;color:#fff;border:none;border-radius:8px;cursor:pointer}.chat-input-container button:hover{background:#218838}*{padding:0;margin:0;box-sizing:border-box;font-family:Outfit}html,body{height:100%;width:100%;background-color:#0c7fda}
