:root{
    --primary:#4f46e5;
    --primary-2:#3b82f6;
    --coral:#ff6b6b;
    --yellow:#ffd166;
    --mint:#6ee7b7;
    --ink:#1e293b;
    --muted:#64748b;
    --soft:#f7f9ff;
    --soft-blue:#eef7ff;
    --border:#dce7ff;
    --shadow:0 20px 60px rgba(79,70,229,.12);
}

*{box-sizing:border-box}
/* body{font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;overflow-x:hidden}
a{text-decoration:none} */

body{
    margin:0;
    padding:0;
    font-family:Arial,Helvetica,sans-serif;
    color:var(--ink);
    background:#fff;
    overflow-x:hidden;
}

.nav-glass{box-shadow:0 8px 30px rgba(15,23,42,.06);backdrop-filter:blur(12px);}
.navbar-brand{color:var(--primary)!important;font-size:1.35rem}
.brand-icon{width:42px;height:42px;border-radius:16px;background:linear-gradient(135deg,var(--primary),var(--coral));color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 25px rgba(79,70,229,.25)}
.nav-link{font-weight:600;color:#475569!important}.nav-link:hover{color:var(--primary)!important}
.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-2));border:0;box-shadow:0 10px 25px rgba(79,70,229,.20)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 35px rgba(79,70,229,.28)}
.btn-outline-primary{border-color:var(--primary);color:var(--primary)}.btn-outline-primary:hover{background:var(--primary);border-color:var(--primary)}

.hero-section{padding:90px 0;background:radial-gradient(circle at 15% 15%,#fff0f3 0,transparent 32%),radial-gradient(circle at 85% 20%,#e0f7ff 0,transparent 30%),linear-gradient(180deg,#fff,#f7f9ff)}
.hero-title{font-size:clamp(2.5rem,5vw,4.7rem);line-height:1.03;font-weight:900;letter-spacing:-.04em;color:#111827}
.hero-text{font-size:1.15rem;color:var(--muted);max-width:560px}
.section-pill{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:9px 16px;background:#fff;border:1px solid var(--border);color:var(--primary);font-weight:800;font-size:.85rem;box-shadow:0 8px 25px rgba(79,70,229,.08)}
.search-card{background:#fff;border:1px solid var(--border);border-radius:28px;padding:18px;box-shadow:var(--shadow)}
.search-card .form-control,.search-card .form-select,.filter-card .form-control,.filter-card .form-select,.auth-card .form-control,.auth-card .form-select,.content-card .form-control{border-radius:16px;border:1px solid #dbeafe}.form-control:focus,.form-select:focus{border-color:var(--primary);box-shadow:0 0 0 .25rem rgba(79,70,229,.12)}
.hero-stats{display:flex;gap:18px;flex-wrap:wrap}.hero-stats div{background:#fff;border:1px solid var(--border);border-radius:20px;padding:14px 20px;box-shadow:0 10px 30px rgba(15,23,42,.05)}.hero-stats strong{display:block;font-size:1.5rem;color:var(--primary)}.hero-stats span{font-size:.85rem;color:var(--muted)}
.hero-image-wrap{position:relative}.hero-image{border-radius:38px;box-shadow:0 30px 90px rgba(15,23,42,.18);width:100%;object-fit:cover}.floating-card{position:absolute;background:#fff;border-radius:18px;padding:12px 16px;font-weight:800;box-shadow:0 15px 40px rgba(15,23,42,.16)}.floating-card i{color:var(--primary)}.top-card{top:24px;left:-12px}.bottom-card{bottom:26px;right:-10px}

.section-padding{padding:80px 0}.bg-soft{background:var(--soft)}.section-title{font-size:clamp(2rem,4vw,3.1rem);font-weight:900;letter-spacing:-.03em;color:#111827}.page-hero{padding:80px 0;background:linear-gradient(180deg,#f7f9ff,#fff)}.page-title{font-size:clamp(2.4rem,5vw,4rem);font-weight:900;letter-spacing:-.04em;text-align:center;color:#111827}
.feature-card,.listing-card,.content-card,.auth-card,.filter-card{background:#fff;border:1px solid var(--border);border-radius:28px;box-shadow:0 16px 50px rgba(15,23,42,.06)}.feature-card{padding:30px;transition:.3s}.feature-card:hover,.listing-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}.feature-icon{width:62px;height:62px;border-radius:22px;background:linear-gradient(135deg,#eef2ff,#fff0f3);display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:1.7rem;margin-bottom:20px}.feature-card h5,.listing-card h5{font-weight:900}.feature-card p{color:var(--muted);margin-bottom:0}
.listing-card{overflow:hidden;transition:.3s}.listing-img-wrap{height:240px;position:relative;overflow:hidden}.listing-img{width:100%;height:100%;object-fit:cover;transition:.5s}.listing-card:hover .listing-img{transform:scale(1.06)}.rating-badge,.rating-inline{display:inline-flex;align-items:center;gap:5px;background:#fff7ed;color:#f59e0b;border-radius:999px;padding:7px 12px;font-weight:800}.rating-badge{position:absolute;top:16px;right:16px}.tag-soft{display:inline-flex;border-radius:999px;background:#eef2ff;color:var(--primary);font-weight:800;padding:7px 12px;font-size:.85rem}
.mini-benefit{display:flex;gap:16px;background:#fff;border:1px solid var(--border);border-radius:24px;padding:22px;height:100%;box-shadow:0 12px 35px rgba(15,23,42,.05)}.mini-benefit i{font-size:1.8rem;color:var(--coral)}.mini-benefit h5{font-weight:900}.mini-benefit p{color:var(--muted);margin-bottom:0}.shadow-soft{box-shadow:var(--shadow)}.content-card{padding:32px}.check-item{background:#f8fafc;border-radius:16px;padding:14px;font-weight:700}.check-item i{color:#10b981}.filter-card{padding:20px}.auth-section{padding:90px 0;background:radial-gradient(circle at top left,#fff0f3,transparent 38%),linear-gradient(180deg,#f7f9ff,#fff)}.auth-card{padding:38px}

.newsletter-section{padding:70px 0 0;background:#fff}.newsletter-card{background:linear-gradient(135deg,#eef7ff,#fff0f3);border:1px solid var(--border);border-radius:34px;padding:36px;box-shadow:var(--shadow)}.newsletter-card .input-group{background:#fff;border-radius:18px;padding:6px;box-shadow:0 10px 30px rgba(15,23,42,.06)}.newsletter-card .form-control{border:0}.newsletter-card .btn{border-radius:14px!important}
.footer-area{background:#f7f9ff;border-top:4px solid #ffd166;color:var(--muted);position:relative}.footer-area:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 20%,rgba(255,107,107,.13),transparent 25%),radial-gradient(circle at 90% 15%,rgba(110,231,183,.20),transparent 28%);pointer-events:none}.footer-area .container{position:relative}.footer-brand{font-size:1.4rem;font-weight:900;color:var(--primary)}.footer-text{max-width:340px}.footer-area h5{font-weight:900;color:#1e293b;margin-bottom:18px}.footer-links li{margin-bottom:10px}.footer-area a{color:#475569;transition:.25s}.footer-area a:hover{color:var(--primary)}.footer-contact li{margin-bottom:13px}.footer-contact i{color:var(--primary);margin-right:8px}.social-icons a{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:var(--primary);margin-right:8px;box-shadow:0 10px 25px rgba(15,23,42,.08)}.social-icons a:hover{background:var(--primary);color:#fff;transform:translateY(-4px)}.footer-mini-card{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--border);border-radius:18px;padding:13px 16px;font-weight:800;color:#334155}.footer-mini-card i{color:#10b981}.footer-line{border-color:#dbeafe}.scroll-top{position:fixed;right:20px;bottom:20px;width:46px;height:46px;border-radius:50%;border:0;background:var(--primary);color:#fff;display:none;box-shadow:0 12px 30px rgba(79,70,229,.25);z-index:99}.scroll-top.show{display:block}


/* Gallery Details pgae */

.daycare-main-gallery-img{
    transition:opacity .2s ease;
}

.gallery-thumb{
    transition:.25s ease;
    border:3px solid transparent;
}

.gallery-thumb:hover,
.gallery-thumb.active{
    transform:scale(1.04);
    border-color:#0d6efd;
}

.gallery-lightbox-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:48px;
    height:48px;
    z-index:10;
}

.gallery-prev{
    left:28px;
}

.gallery-next{
    right:28px;
}

.gallery-lightbox-thumb{
    opacity:.65;
    border:2px solid transparent;
    transition:.2s ease;
}

.gallery-lightbox-thumb.active,
.gallery-lightbox-thumb:hover{
    opacity:1;
    border-color:#ffffff;
}

@media(max-width:768px){
    .gallery-lightbox-nav{
        width:42px;
        height:42px;
    }

    .gallery-prev{
        left:12px;
    }

    .gallery-next{
        right:12px;
    }
}


/* End of details page gallery */

/* Start Reviews Star Page   */
.rating-stars{

    display:flex;

    flex-direction:row-reverse;

    justify-content:flex-end;

    gap:8px;

}

.rating-stars input{

    display:none;

}

.rating-stars label{

    font-size:34px;

    color:#d8d8d8;

    cursor:pointer;

    transition:.25s;

}

.rating-stars label:hover{

    transform:scale(1.15);

}

.rating-stars label:hover,
.rating-stars label:hover ~ label{

    color:#ffc107;

}

.rating-stars input:checked ~ label{

    color:#ffc107;

}


.review-avatar{

    width:52px;

    height:52px;

    border-radius:50%;

    background:#0d6efd;

    color:white;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:700;

    font-size:20px;

}

.review-card{

    transition:.3s;

}

.review-card:hover{

    transform:translateY(-3px);

    box-shadow:0 .75rem 1.5rem rgba(0,0,0,.08);

}


/* End of review Star page */

/* DASHBOARD PANELS */


.dashboard-body{
    background:#f4f7fb;
}

.dashboard-wrapper{
    display:flex;
    min-height:100vh;
}

.dashboard-sidebar{
    width:260px;
    background:#ffffff;
    border-right:1px solid #e5e7eb;
    padding:25px 18px;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
}

.sidebar-logo{
    font-size:24px;
    font-weight:800;
    margin-bottom:35px;
}

.sidebar-logo a{
    color:#4f46e5;
}

.sidebar-menu{
    list-style:none;
    padding:0;
    margin:0;
}

.sidebar-menu li{
    margin-bottom:8px;
}

.sidebar-menu a{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 14px;
    border-radius:14px;
    color:#475569;
    text-decoration:none;
    font-weight:500;
    transition:.3s;
}

.sidebar-menu a:hover{
    background:#eef2ff;
    color:#4f46e5;
}

.dashboard-main{
    margin-left:260px;
    width:calc(100% - 260px);
}

.dashboard-topbar{
    height:78px;
    background:#ffffff;
    border-bottom:1px solid #e5e7eb;
    padding:0 30px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    position:sticky;
    top:0;
    z-index:20;
}

.dashboard-content{
    padding:30px;
}

.dashboard-card{
    background:#ffffff;
    border-radius:22px;
    padding:25px;
    box-shadow:0 12px 30px rgba(15,23,42,.06);
    border:1px solid #eef2f7;
}

.dashboard-stat{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.dashboard-stat-icon{
    width:56px;
    height:56px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    background:#eef2ff;
    color:#4f46e5;
}

/* Dashboard Panels End */

@media(max-width: 991px){
    .dashboard-sidebar{
        position:relative;
        width:100%;
    }

    .dashboard-wrapper{
        display:block;
    }

    .dashboard-main{
        margin-left:0;
        width:100%;
    }
}

@media(max-width:991px){.hero-section{padding:60px 0}.floating-card{display:none}.section-padding{padding:60px 0}.top-card,.bottom-card{position:static}.newsletter-card{padding:26px}.hero-stats div{flex:1}.navbar-nav{padding-top:15px}.listing-img-wrap{height:210px}}

/* PREMIUM PROVIDER LISTING FORMS */
.fw-black{
    font-weight:900;
    letter-spacing:-.03em;
}

.provider-page-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
}

.provider-back-btn{
    border-radius:16px;
    padding:12px 18px;
    font-weight:700;
    border:1px solid #e5e7eb;
}

.provider-wizard-shell{
    display:grid;
    grid-template-columns:310px minmax(0,1fr);
    gap:26px;
    align-items:start;
}

.provider-wizard-aside{
    position:sticky;
    top:100px;
}

.wizard-progress-card,
.form-section-card{
    background:#fff;
    border:1px solid #dce7ff;
    border-radius:28px;
    box-shadow:0 16px 50px rgba(15,23,42,.06);
}

.wizard-progress-card{
    padding:26px;
}

.wizard-icon{
    width:62px;
    height:62px;
    border-radius:22px;
    background:linear-gradient(135deg,#4f46e5,#3b82f6);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.8rem;
    margin-bottom:18px;
    box-shadow:0 12px 30px rgba(79,70,229,.25);
}

.wizard-mini-step{
    display:flex;
    gap:12px;
    align-items:flex-start;
    padding:13px 0;
    border-bottom:1px solid #edf2ff;
}

.wizard-mini-step:last-child{
    border-bottom:0;
}

.wizard-mini-step span{
    width:34px;
    height:34px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-weight:900;
    background:#eef2ff;
    color:#4f46e5;
    flex-shrink:0;
}

.wizard-mini-step strong,
.wizard-mini-step small{
    display:block;
}

.wizard-mini-step strong{
    color:#1e293b;
    line-height:1.1;
}

.wizard-mini-step small{
    color:#64748b;
    font-size:.78rem;
    margin-top:3px;
}

.provider-form-area{
    min-width:0;
}

.premium-listing-form{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.form-section-card{
    padding:30px;
}

.form-section-head{
    display:flex;
    gap:16px;
    align-items:flex-start;
    margin-bottom:22px;
}

.form-section-head h4{
    font-weight:900;
    margin-bottom:4px;
    color:#111827;
}

.form-section-head p{
    margin-bottom:0;
    color:#64748b;
}

.form-section-icon{
    width:56px;
    height:56px;
    border-radius:18px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:1.45rem;
    flex-shrink:0;
}

.bg-primary-soft{background:#eef2ff;color:#4f46e5;}
.bg-coral-soft{background:#fff0f3;color:#ff6b6b;}
.bg-mint-soft{background:#ecfdf5;color:#10b981;}
.bg-yellow-soft{background:#fff7d6;color:#d97706;}

.premium-listing-form .form-label{
    font-weight:800;
    color:#334155;
    font-size:.92rem;
}

.premium-listing-form .form-control,
.premium-listing-form .form-select,
.premium-input-group .input-group-text{
    border-radius:16px;
    border:1px solid #dbeafe;
}

.premium-listing-form .form-control,
.premium-listing-form .form-select{
    min-height:48px;
    padding:12px 15px;
}

.premium-listing-form textarea.form-control{
    min-height:auto;
}

.premium-input-group .input-group-text{
    background:#f8fafc;
    font-weight:900;
    color:#4f46e5;
}

.upload-preview-box{
    min-height:250px;
    border:2px dashed #bfdbfe;
    border-radius:26px;
    background:linear-gradient(135deg,#f8fbff,#fff7fb);
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    overflow:hidden;
    position:relative;
    transition:.25s;
}

.upload-preview-box:hover{
    border-color:#4f46e5;
    transform:translateY(-2px);
    box-shadow:0 18px 45px rgba(79,70,229,.10);
}

.upload-placeholder{
    text-align:center;
    color:#64748b;
    padding:28px;
}

.upload-placeholder i{
    font-size:3rem;
    color:#4f46e5;
    display:block;
    margin-bottom:12px;
}

.upload-placeholder strong,
.upload-placeholder span{
    display:block;
}

.upload-placeholder strong{
    color:#1e293b;
    font-size:1.05rem;
}

.upload-placeholder span{
    margin-top:5px;
    font-size:.9rem;
}

.upload-preview-img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.provider-form-actions{
    display:flex;
    justify-content:flex-end;
    gap:12px;
    padding:8px 0 0;
}

.provider-form-actions .btn{
    border-radius:16px;
    padding-left:22px;
    padding-right:22px;
    font-weight:800;
}

.edit-current-image{
    width:100%;
    height:190px;
    object-fit:cover;
    border-radius:22px;
    border:1px solid #e5e7eb;
    box-shadow:0 12px 30px rgba(15,23,42,.08);
}

.empty-image-box{
    min-height:150px;
    border-radius:22px;
    border:1px dashed #cbd5e1;
    background:#f8fafc;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    color:#64748b;
}

.empty-image-box i{
    font-size:2rem;
}

.listing-status-preview .badge{
    padding:9px 13px;
    border-radius:999px;
}

@media(max-width:991px){
    .provider-page-head{
        align-items:flex-start;
        flex-direction:column;
    }

    .provider-wizard-shell{
        grid-template-columns:1fr;
    }

    .provider-wizard-aside{
        position:static;
    }
}

@media(max-width:575px){
    .form-section-card,
    .wizard-progress-card{
        padding:22px;
        border-radius:22px;
    }

    .form-section-head{
        flex-direction:column;
    }

    .provider-form-actions{
        flex-direction:column-reverse;
    }

    .provider-form-actions .btn{
        width:100%;
    }
}

/* Bootstrap 5 dashboard polish override - simple, clean and stable */
.dashboard-body{
    margin:0;
    padding:0;
    background:#f8fafc;
}
.dashboard-wrapper{
    display:flex;
    align-items:flex-start;
    min-height:100vh;
    background:#f8fafc;
}
.dashboard-sidebar{
    width:270px;
    background:#ffffff;
    border-right:1px solid #e5e7eb;
    padding:24px 18px;
    position:fixed;
    inset:0 auto 0 0;
    z-index:50;
    overflow-y:auto;
}
.sidebar-logo a span:last-child{
    font-size:1.2rem;
    font-weight:800;
    color:#4f46e5;
}
.dashboard-sidebar .brand-icon{
    width:42px;
    height:42px;
    border-radius:14px;
    background:linear-gradient(135deg,#4f46e5,#3b82f6);
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}
.sidebar-menu{
    list-style:none;
    padding:0;
    margin:0;
}
.sidebar-menu li{margin-bottom:8px;}
.sidebar-menu a{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 14px;
    border-radius:14px;
    color:#475569;
    text-decoration:none;
    font-weight:600;
    transition:.2s ease;
}
.sidebar-menu a:hover{
    background:#eef2ff;
    color:#4f46e5;
}
.sidebar-menu i{font-size:1.1rem;}
.dashboard-main{
    margin-left:270px;
    width:calc(100% - 270px);
    min-height:100vh;
}
.dashboard-topbar{
    min-height:78px;
    background:#ffffff;
    border-bottom:1px solid #e5e7eb;
    padding:0 28px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    position:sticky;
    top:0;
    z-index:40;
}
.dashboard-content{
    padding:28px;
}
.dashboard-card{
    background:#fff;
    border:0;
    border-radius:1.25rem;
    padding:1.5rem;
    box-shadow:0 .5rem 1.5rem rgba(15,23,42,.06);
}
.dashboard-bs-card{
    transition:.2s ease;
}
.dashboard-bs-card:hover{
    transform:translateY(-3px);
}
.dashboard-bs-icon{
    width:54px;
    height:54px;
    border-radius:16px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:1.55rem;
}
.bootstrap-upload-box{
    min-height:220px;
    width:100%;
    border:2px dashed #cbd5e1;
    border-radius:1.25rem;
    background:#f8fafc;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    overflow:hidden;
    text-align:center;
    padding:1.25rem;
}
.bootstrap-upload-box:hover{
    border-color:#4f46e5;
    background:#eef2ff;
}
.bootstrap-upload-box .upload-placeholder i{
    font-size:2.5rem;
    display:block;
    color:#4f46e5;
    margin-bottom:.5rem;
}
.bootstrap-upload-box .upload-placeholder strong,
.bootstrap-upload-box .upload-placeholder span{
    display:block;
}
.bootstrap-upload-box .upload-preview-img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:1rem;
}
.form-control,
.form-select,
.input-group-text{
    border-radius:.85rem;
}
.input-group .input-group-text{
    border-top-right-radius:0;
    border-bottom-right-radius:0;
}
.input-group .form-control{
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}
.table > :not(caption) > * > *{
    padding:1rem .9rem;
}
.btn{
    font-weight:600;
}
@media(max-width:991px){
    .dashboard-sidebar{
        position:relative;
        width:100%;
        inset:auto;
    }
    .dashboard-wrapper{display:block;}
    .dashboard-main{
        margin-left:0;
        width:100%;
    }
    .dashboard-topbar{
        padding:14px 18px;
        align-items:flex-start;
        gap:12px;
    }
    .dashboard-content{padding:18px;}
}


/* Select2 Bootstrap 5 friendly styling */
.select2-container--default .select2-selection--multiple{
    border:1px solid #dee2e6;
    border-radius:.375rem;
    min-height:38px;
    padding:2px 6px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color:#86b7fe;
    box-shadow:0 0 0 .25rem rgba(13,110,253,.25);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background:#e7f1ff;
    border:1px solid #b6d4fe;
    border-radius:999px;
    color:#084298;
    padding:2px 8px;
}
.select2-container{
    width:100%!important;
}

/* Facility checkbox cards */
.facility-check-card{
    cursor:pointer;
    transition:all .2s ease;
    background:#fff;
}
.facility-check-card:hover{
    border-color:#0d6efd !important;
    box-shadow:0 0.5rem 1rem rgba(13,110,253,.08);
    transform:translateY(-1px);
}
.facility-check-card .form-check-input:checked{
    background-color:#0d6efd;
    border-color:#0d6efd;
}

/* Favorites */
.favorite-float-btn{
    position:absolute;
    top:16px;
    left:16px;
    width:46px;
    height:46px;
    border-radius:50%;
    background:#ffffff;
    color:#dc3545;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 25px rgba(15,23,42,.18);
    z-index:5;
    transition:.25s ease;
}

.favorite-float-btn:hover{
    color:#dc3545;
    transform:scale(1.08);
}

.favorite-float-btn.is-saved{
    background:#dc3545;
    color:#ffffff;
}

.favorite-float-btn.is-saved:hover{
    color:#ffffff;
}

/* 
.live-search-results{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    z-index:1000;
    max-height:360px;
    overflow-y:auto;
    margin-top:8px;
    border:1px solid #e5e7eb;
}

.live-search-item{
    display:flex;
    gap:12px;
    padding:12px;
    color:#1e293b;
    text-decoration:none;
    border-bottom:1px solid #f1f5f9;
}

.live-search-item:hover{
    background:#f8fafc;
}

.live-search-item img{
    width:54px;
    height:54px;
    object-fit:cover;
    border-radius:14px;
}

.live-search-item strong{
    display:block;
}

.live-search-item small{
    color:#64748b;
} */


/* Search v2.0 compact live suggestions */
.search-card{
    overflow:visible;
    position:relative;
}

.live-search-wrapper{
    position:relative;
}

.live-search-results{
    position:absolute;
    top:calc(100% + 8px);
    left:0;
    right:0;
    width:100%;
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    box-shadow:0 18px 45px rgba(15,23,42,.16);
    max-height:340px;
    overflow-y:auto;
    z-index:99999;
    display:none;
    padding:6px;
}

.live-search-results.is-visible{
    display:block;
}

.live-search-item{
    display:flex;
    align-items:center;
    gap:10px;
    padding:9px;
    color:#1e293b;
    text-decoration:none;
    border-radius:14px;
    transition:.2s ease;
}

.live-search-item:hover{
    background:#f8fafc;
    transform:translateY(-1px);
}

.live-search-item img{
    width:48px;
    height:48px;
    object-fit:cover;
    border-radius:12px;
    flex:0 0 48px;
}

.live-search-copy{
    min-width:0;
}

.live-search-copy strong{
    display:block;
    font-size:.92rem;
    line-height:1.2;
    font-weight:800;
    color:#0f172a;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:100%;
}

.live-search-copy small{
    display:block;
    font-size:.76rem;
    color:#64748b;
    line-height:1.2;
    margin-top:3px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.live-search-copy span{
    display:inline-flex;
    margin-top:5px;
    padding:3px 8px;
    border-radius:999px;
    background:#eef2ff;
    color:#4f46e5;
    font-size:.7rem;
    font-weight:700;
}

.live-search-loading,
.live-search-empty{
    padding:12px 14px;
    color:#64748b;
    font-size:.9rem;
}

@media(max-width:991px){
    .live-search-results{
        max-height:300px;
    }
}

.message-avatar{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:50%;
    object-fit:cover;
}


/* Start Chat Messages */

.chat-thread{
    max-height:540px;
    overflow-y:auto;
    padding-right:6px;
}

.chat-bubble{
    max-width:72%;
    padding:14px 18px;
    border-radius:22px;
}

.chat-bubble-mine{
    background:#0d6efd;
    color:#fff;
    border-bottom-right-radius:6px;
}

.chat-bubble-other{
    background:#f1f5f9;
    color:#1e293b;
    border-bottom-left-radius:6px;
}

@media(max-width:768px){
    .chat-bubble{
        max-width:92%;
    }
}



/* Chat messages ends here */
/* Messaging v2.0 - conversation-based inbox */
.message-conversation-list{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.message-conversation-item{
    position:relative;
    display:flex;
    align-items:center;
    gap:14px;
    padding:14px 16px;
    border:1px solid #eef2f7;
    border-radius:18px;
    background:#ffffff;
    color:#1e293b;
    text-decoration:none;
    transition:.25s ease;
}

.message-conversation-item:hover{
    transform:translateY(-1px);
    box-shadow:0 .65rem 1.25rem rgba(15,23,42,.07);
    border-color:#dbeafe;
}

.message-conversation-item.is-unread{
    background:#f8fbff;
    border-color:#bfdbfe;
}

.message-unread-dot{
    width:9px;
    height:9px;
    min-width:9px;
    border-radius:50%;
    background:#2563eb;
    opacity:0;
}

.message-unread-dot.show{
    opacity:1;
}

.message-conversation-image{
    width:56px;
    height:56px;
    min-width:56px;
    border-radius:14px;
    overflow:hidden;
    flex:0 0 auto;
    background:#f1f5f9;
}

.message-conversation-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.message-conversation-content{
    min-width:0;
    flex:1;
}

.message-conversation-top{
    display:flex;
    justify-content:space-between;
    gap:14px;
    align-items:flex-start;
}

.message-conversation-name{
    font-size:1rem;
    font-weight:800;
    line-height:1.25;
}

.message-daycare-name{
    color:#64748b;
    font-size:.86rem;
}

.message-time{
    color:#64748b;
    font-size:.82rem;
}

.message-preview{
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
    line-height:1.45;
    font-size:.92rem;
}

.message-count-badge{
    font-size:.78rem;
    font-weight:600;
}

.message-conversation-action{
    flex:0 0 auto;
}

.message-conversation-action .btn{
    font-size:.82rem;
    padding:.35rem .9rem;
}

.conversation-card{
    overflow:hidden;
}

.avatar-circle{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    font-weight:600;
}

.conversation-avatar{
    width:54px;
    height:54px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:800;
    font-size:22px;
}

.conversation-reply textarea{
    border-radius:18px;
}

@media(max-width:768px){
    .message-conversation-item{
        align-items:flex-start;
        gap:12px;
        padding:14px;
    }

    .message-conversation-image{
        width:58px;
        height:58px;
        border-radius:16px;
    }

    .message-conversation-action{
        display:none;
    }
}

/* Messaging v2.1 - colorful sender/receiver conversation bubbles */
.message-route-preview{
    font-size:.78rem;
    color:#64748b;
}

.message-line{
    display:flex;
    align-items:flex-end;
    gap:10px;
    margin-bottom:16px;
}

.message-line-mine{
    justify-content:flex-end;
}

.message-line-other{
    justify-content:flex-start;
}

.message-line-mine .message-mini-avatar{
    order:2;
}

.message-line-mine .chat-bubble{
    order:1;
}

.message-mini-avatar{
    width:34px;
    height:34px;
    min-width:34px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:.85rem;
    font-weight:800;
}

.message-mini-avatar-mine{
    background:#dbeafe;
    color:#1d4ed8;
}

.message-mini-avatar-other{
    background:#fef3c7;
    color:#92400e;
}

.chat-bubble{
    max-width:72%;
    padding:14px 18px;
    border-radius:22px;
    box-shadow:0 .35rem 1rem rgba(15,23,42,.06);
}

.chat-bubble-mine{
    background:linear-gradient(135deg,#2563eb,#4f46e5);
    color:#fff;
    border-bottom-right-radius:7px;
}

.chat-bubble-other{
    background:linear-gradient(135deg,#fff7ed,#fffbeb);
    color:#1f2937;
    border:1px solid #fed7aa;
    border-bottom-left-radius:7px;
}

.message-route{
    display:inline-flex;
    align-items:center;
    gap:2px;
    padding:4px 9px;
    border-radius:999px;
    font-size:.78rem;
    font-weight:700;
}

.chat-bubble-mine .message-route{
    background:rgba(255,255,255,.16);
    color:#eff6ff;
}

.chat-bubble-other .message-route{
    background:#ffffff;
    color:#92400e;
    border:1px solid #fde68a;
}

.message-body-text{
    line-height:1.75;
    font-size:.95rem;
}

.message-time-stamp{
    font-size:.76rem;
    opacity:.78;
}

@media(max-width:768px){
    .chat-bubble{
        max-width:84%;
    }

    .message-mini-avatar{
        width:30px;
        height:30px;
        min-width:30px;
        font-size:.78rem;
    }
}

/* Messaging v2.2 - unread badges and final polish */
.sidebar-link-with-badge{
    display:flex!important;
    align-items:center;
    justify-content:space-between;
    gap:10px;
}

.sidebar-link-with-badge > span:first-child{
    display:inline-flex;
    align-items:center;
    gap:8px;
}

.sidebar-unread-badge{
    min-width:22px;
    height:22px;
    padding:0 7px;
    border-radius:999px;
    background:#dc3545;
    color:#fff;
    font-size:.72rem;
    font-weight:800;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.topbar-unread-dot{
    position:absolute;
    top:-7px;
    right:-7px;
    min-width:20px;
    height:20px;
    padding:0 6px;
    border-radius:999px;
    background:#dc3545;
    color:#fff;
    font-size:.68rem;
    font-weight:800;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:2px solid #fff;
}

.message-conversation-list{
    gap:8px;
}

.message-conversation-item{
    padding:12px 14px;
    border-radius:16px;
}

.message-conversation-image{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    border-radius:13px!important;
}

.message-conversation-name{
    font-size:.96rem;
}

.message-daycare-name{
    font-size:.8rem;
}

.message-route-preview{
    font-size:.76rem;
}

.message-preview{
    font-size:.84rem;
    margin-bottom:.35rem!important;
}

.message-count-badge{
    font-size:.72rem;
}

.message-time{
    font-size:.76rem;
}

.chat-thread{
    background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%);
}

.message-body-text{
    font-size:.93rem;
}

.message-time-stamp{
    font-size:.72rem;
}

.conversation-reply textarea{
    resize:vertical;
}

@media(max-width:768px){
    .message-conversation-item{
        padding:12px;
    }

    .message-conversation-image{
        width:42px!important;
        height:42px!important;
        min-width:42px!important;
        border-radius:12px!important;
    }

    .message-time{
        font-size:.7rem;
    }

    .sidebar-unread-badge{
        min-width:20px;
        height:20px;
        font-size:.66rem;
    }
}





/* Dashboard mobile hamburger framework */
.dashboard-menu-toggle{
    width:42px;
    height:42px;
    border:0;
    border-radius:14px;
    background:#eef2ff;
    color:#4f46e5;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:1.45rem;
}

.dashboard-overlay{
    display:none;
}

@media(max-width:991px){
    .dashboard-wrapper{
        display:block;
    }

    .dashboard-sidebar{
        position:fixed!important;
        top:0!important;
        left:0!important;
        bottom:0!important;
        width:280px!important;
        z-index:1050!important;
        transform:translateX(-105%);
        transition:transform .25s ease;
        box-shadow:0 20px 60px rgba(15,23,42,.18);
    }

    .dashboard-sidebar.show{
        transform:translateX(0);
    }

    .dashboard-overlay{
        display:block;
        position:fixed;
        inset:0;
        background:rgba(15,23,42,.45);
        z-index:1040;
        opacity:0;
        visibility:hidden;
        transition:.25s ease;
    }

    .dashboard-overlay.show{
        opacity:1;
        visibility:visible;
    }

    .dashboard-main{
        margin-left:0!important;
        width:100%!important;
        min-height:100vh;
    }

    .dashboard-topbar{
        min-height:68px;
        padding:12px 14px!important;
        gap:10px;
        align-items:center!important;
        position:sticky;
        top:0;
        z-index:1030;
    }

    .dashboard-content{
        padding:16px!important;
    }

    .dashboard-account-btn{
        padding:.45rem .7rem;
    }

    .dashboard-topbar h5{
        font-size:1rem;
    }

    .dashboard-topbar small{
        font-size:.76rem;
    }
}

@media(max-width:575px){
    .dashboard-sidebar{
        width:82vw!important;
    }

    .dashboard-topbar .btn{
        font-size:.82rem;
    }
}



.sidebar-menu a{
    position:relative;
}

.sidebar-menu a.active{
    background:#eef2ff;
    color:#4f46e5;
    font-weight:800;
}

.sidebar-menu a.active::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:4px;
    height:60%;
    border-radius:999px;
    background:#4f46e5;
}


/* =========================
   FCCLAPP Footer
========================= */

.footer-area {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 25%, rgba(255, 214, 224, .45), transparent 28%),
        radial-gradient(circle at 92% 20%, rgba(202, 249, 239, .55), transparent 30%),
        #f8f9ff;
    border-top: 3px solid #f6c453;
}

.footer-area::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, .75),
        rgba(255, 255, 255, .2)
    );
}

.footer-area .container {
    position: relative;
    z-index: 1;
}

.footer-brand {
    color: var(--bs-dark);
    text-decoration: none;
    font-size: 1.35rem;
    font-weight: 800;
}

.footer-heading {
    margin-bottom: 1.1rem;
    font-weight: 800;
    color: #172033;
}

.footer-text {
    max-width: 360px;
    color: #68738a;
    line-height: 1.75;
}

.footer-links li + li {
    margin-top: .75rem;
}

.footer-links a,
.footer-contact a {
    color: #536079;
    text-decoration: none;
    transition: color .2s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: var(--bs-primary);
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    margin-bottom: .8rem;
    color: #536079;
}

.footer-contact i {
    flex: 0 0 auto;
    color: var(--bs-primary);
    margin-top: .15rem;
}

.footer-mini-card {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    padding: .75rem 1rem;
    border: 1px solid rgba(13, 110, 253, .12);
    border-radius: 14px;
    background: rgba(255, 255, 255, .72);
    color: #46536b;
    font-size: .9rem;
}

.footer-mini-card i {
    color: var(--bs-primary);
    font-size: 1.05rem;
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
}

.social-icons a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: var(--bs-primary);
    box-shadow: 0 8px 20px rgba(28, 42, 74, .08);
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.social-icons a:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(28, 42, 74, .13);
}

/* =========================
   FCCLAPP Footer - balanced layout
========================= */

.footer-area {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 20%, rgba(255, 218, 226, .42), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(199, 247, 238, .5), transparent 30%),
        #f8f9ff;
    border-top: 3px solid #f6c453;
}

.footer-area .container {
    position: relative;
    z-index: 1;
}

.footer-brand {
    color: #172033;
    text-decoration: none;
    font-size: 1.35rem;
    font-weight: 800;
}

.footer-heading {
    color: #172033;
    font-weight: 800;
    margin-bottom: 1rem;
}

.footer-text {
    max-width: 390px;
    color: #66728a;
    line-height: 1.7;
}

.footer-links li + li {
    margin-top: .65rem;
}

.footer-links a,
.footer-contact a {
    color: #536079;
    text-decoration: none;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: var(--bs-primary);
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    color: #536079;
    margin-bottom: .8rem;
}

.footer-contact i {
    color: var(--bs-primary);
    margin-top: .15rem;
}

.footer-mini-card {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    padding: .85rem 1rem;
    border: 1px solid rgba(13, 110, 253, .12);
    border-radius: 16px;
    background: rgba(255, 255, 255, .78);
    color: #3f4a60;
    font-weight: 700;
}

.footer-mini-card i {
    color: #198754;
}

.social-icons {
    display: flex;
    gap: .65rem;
    flex-wrap: wrap;
}

.social-icons a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--bs-primary);
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(28, 42, 74, .08);
}

.footer-register-banner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px;
    align-items: center;
    gap: 2rem;
    padding: 1.5rem 1.75rem;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.98), rgba(244,248,255,.96));
    border: 1px solid rgba(62, 91, 150, .12);
    box-shadow: 0 18px 40px rgba(28, 42, 74, .09);
}

.footer-register-copy h3 {
    margin: .55rem 0 .5rem;
    color: #172033;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    font-weight: 800;
}

.footer-register-copy p {
    max-width: 760px;
    margin: 0 0 1rem;
    color: #66728a;
    line-height: 1.65;
}

.footer-register-badge {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .38rem .75rem;
    border-radius: 999px;
    background: #198754;
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.footer-register-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .75rem;
}

.footer-audience-pill {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .42rem .75rem;
    border-radius: 999px;
    background: #edf3ff;
    color: #31558c;
    font-size: .82rem;
    font-weight: 700;
}

.footer-register-qr {
    display: block;
    justify-self: end;
    width: 150px;
    padding: .65rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e3e9f3;
    box-shadow: 0 10px 24px rgba(28, 42, 74, .08);
}

.footer-register-qr img {
    display: block;
    width: 100%;
    height: auto;
}

.footer-line {
    border-color: rgba(23, 32, 51, .12);
}

.footer-bottom {
    color: #66728a;
}

@media (max-width: 767.98px) {
    .footer-register-banner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-register-actions {
        justify-content: center;
    }

    .footer-register-qr {
        justify-self: center;
        width: 145px;
    }
}

@media (max-width: 575.98px) {
    .footer-area {
        text-align: center;
    }

    .footer-brand,
    .footer-contact li,
    .social-icons,
    .footer-mini-card {
        justify-content: center;
    }

    .footer-text {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-contact li {
        align-items: center;
    }

    .footer-bottom {
        justify-content: center !important;
    }
}














/* =====================================================
   Dashboard Sidebar Toggle — Desktop and Mobile
===================================================== */

.dashboard-sidebar,
.dashboard-main {
    transition:
        transform .25s ease,
        margin-left .25s ease,
        width .25s ease;
}

.dashboard-menu-toggle {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 14px;
    background: #eef2ff;
    color: #4f46e5;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.45rem;
    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}

.dashboard-menu-toggle:hover {
    background: #4f46e5;
    color: #ffffff;
}

.dashboard-menu-toggle:active {
    transform: scale(.94);
}

/* Desktop */
@media (min-width: 992px) {
    body.dashboard-sidebar-collapsed .dashboard-sidebar {
        transform: translateX(-100%) !important;
    }

    body.dashboard-sidebar-collapsed .dashboard-main {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .dashboard-overlay {
        display: none !important;
    }
}

/* Mobile */
@media (max-width: 991.98px) {
    .dashboard-sidebar {
        position: fixed !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 280px !important;
        transform: translateX(-105%);
        z-index: 1050 !important;
        box-shadow: 0 20px 60px rgba(15,23,42,.18);
    }

    .dashboard-sidebar.show {
        transform: translateX(0);
    }

    .dashboard-main {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .dashboard-overlay {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 1040;
        background: rgba(15,23,42,.45);
        opacity: 0;
        visibility: hidden;
        transition:
            opacity .25s ease,
            visibility .25s ease;
    }

    .dashboard-overlay.show {
        opacity: 1;
        visibility: visible;
    }

    body.sidebar-mobile-open {
        overflow: hidden;
    }
}

@media (max-width: 575.98px) {
    .dashboard-sidebar {
        width: 82vw !important;
    }
}


















/*====================================================
FCCLAPP Premium Dashboard Cards
====================================================*/

.dashboard-stat{
    position:relative;
    overflow:hidden;
    min-height:120px;
    border-radius:22px;
    transition:all .30s ease;
    border-left:6px solid transparent;
}

.dashboard-stat:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(15,23,42,.12);
}

.dashboard-stat p{
    font-size:.9rem;
    font-weight:700;
    margin-bottom:6px!important;
}

.dashboard-stat h3{
    font-size:2.2rem;
    font-weight:800;
}

.dashboard-stat-icon{
    width:64px;
    height:64px;
    border-radius:18px;
    font-size:28px;
    transition:.3s;
}

.dashboard-stat:hover .dashboard-stat-icon{
    transform:rotate(-8deg) scale(1.08);
}

/* USERS */

.stat-users{
    background:#edf4ff;
    border-left-color:#2563eb;
}

.stat-users h3,
.stat-users p,
.stat-users i{
    color:#2563eb;
}

.stat-users .dashboard-stat-icon{
    background:#dbeafe;
}

/* PARENTS */

.stat-parents{
    background:#ecfdf5;
    border-left-color:#10b981;
}

.stat-parents h3,
.stat-parents p,
.stat-parents i{
    color:#059669;
}

.stat-parents .dashboard-stat-icon{
    background:#d1fae5;
}

/* PROVIDERS */

.stat-providers{
    background:#f5f3ff;
    border-left-color:#7c3aed;
}

.stat-providers h3,
.stat-providers p,
.stat-providers i{
    color:#7c3aed;
}

.stat-providers .dashboard-stat-icon{
    background:#ede9fe;
}

/* DAYCARES */

.stat-daycares{
    background:#fff7ed;
    border-left-color:#ea580c;
}

.stat-daycares h3,
.stat-daycares p,
.stat-daycares i{
    color:#ea580c;
}

.stat-daycares .dashboard-stat-icon{
    background:#ffedd5;
}

/* PENDING */

.stat-pending{
    background:#fffbeb;
    border-left-color:#d97706;
}

.stat-pending h3,
.stat-pending p,
.stat-pending i{
    color:#d97706;
}

.stat-pending .dashboard-stat-icon{
    background:#fef3c7;
}

/* FEATURED */

.stat-featured{
    background:#fdf2f8;
    border-left-color:#db2777;
}

.stat-featured h3,
.stat-featured p,
.stat-featured i{
    color:#db2777;
}

.stat-featured .dashboard-stat-icon{
    background:#fce7f3;
}

/* APPROVED */

.stat-approved{
    background:#ecfdf5;
    border-left-color:#16a34a;
}

.stat-approved h3,
.stat-approved p,
.stat-approved i{
    color:#16a34a;
}

.stat-approved .dashboard-stat-icon{
    background:#dcfce7;
}

/* REJECTED */

.stat-rejected{
    background:#fef2f2;
    border-left-color:#dc2626;
}

.stat-rejected h3,
.stat-rejected p,
.stat-rejected i{
    color:#dc2626;
}

.stat-rejected .dashboard-stat-icon{
    background:#fee2e2;
}

/* SUSPENDED */

.stat-suspended{
    background:#f8fafc;
    border-left-color:#64748b;
}

.stat-suspended h3,
.stat-suspended p,
.stat-suspended i{
    color:#475569;
}

.stat-suspended .dashboard-stat-icon{
    background:#e2e8f0;
}






@media (max-width: 991.98px){

    .stat-users{
        background:#edf4ff !important;
    }

    .stat-parents{
        background:#ecfdf5 !important;
    }

    .stat-providers{
        background:#f5f3ff !important;
    }

    .stat-daycares{
        background:#fff7ed !important;
    }

    .stat-pending{
        background:#fffbeb !important;
    }

    .stat-featured{
        background:#fdf2f8 !important;
    }

    .stat-approved{
        background:#ecfdf5 !important;
    }

    .stat-rejected{
        background:#fef2f2 !important;
    }

    .stat-suspended{
        background:#f8fafc !important;
    }
}











/*==================================================
CONTACT CENTER
==================================================*/

.contact-stat-card{
    border-radius:20px;
    padding:1.4rem;
    display:flex;
    justify-content:space-between;
    align-items:center;
    transition:.30s ease;
    border-left:5px solid transparent;
    box-shadow:0 .5rem 1.2rem rgba(15,23,42,.05);
}

.contact-stat-card:hover{
    transform:translateY(-5px);
    box-shadow:0 16px 34px rgba(15,23,42,.10);
}

.contact-stat-card p{
    margin-bottom:.35rem;
    font-size:.9rem;
    font-weight:600;
}

.contact-stat-card h3{
    margin:0;
    font-size:2rem;
    font-weight:800;
}

.contact-icon{
    width:60px;
    height:60px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    transition:.3s;
}

.contact-stat-card:hover .contact-icon{
    transform:rotate(-8deg) scale(1.08);
}

/* Total */

.contact-total{
    background:#eef4ff;
    border-left-color:#2563eb;
}

.contact-total p,
.contact-total h3,
.contact-total i{
    color:#2563eb;
}

.contact-total .contact-icon{
    background:#dbeafe;
}

/* Open */

.contact-open{
    background:#fff8e7;
    border-left-color:#f59e0b;
}

.contact-open p,
.contact-open h3,
.contact-open i{
    color:#d97706;
}

.contact-open .contact-icon{
    background:#fde68a;
}

/* Replied */

.contact-replied{
    background:#ecfdf5;
    border-left-color:#10b981;
}

.contact-replied p,
.contact-replied h3,
.contact-replied i{
    color:#059669;
}

.contact-replied .contact-icon{
    background:#d1fae5;
}

/* Closed */

.contact-closed{
    background:#f8fafc;
    border-left-color:#64748b;
}

.contact-closed p,
.contact-closed h3,
.contact-closed i{
    color:#475569;
}

.contact-closed .contact-icon{
    background:#e2e8f0;
}



/*==========================================
ADMIN ACTION CARDS
==========================================*/

.admin-action-card{
    display:flex;
    align-items:center;
    gap:18px;

    text-decoration:none;
    color:inherit;

    background:#fff;

    border-radius:22px;

    padding:1.3rem;

    box-shadow:0 .5rem 1.2rem rgba(15,23,42,.05);

    transition:.30s ease;
}

.admin-action-card:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 36px rgba(15,23,42,.10);

    color:inherit;
}

.admin-action-icon{

    width:64px;
    height:64px;

    border-radius:18px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:28px;

    flex-shrink:0;

    transition:.3s;
}

.admin-action-card:hover .admin-action-icon{

    transform:rotate(-8deg) scale(1.08);

}

.admin-action-content{

    flex:1;

}

.admin-action-content h6{

    margin-bottom:4px;

    font-weight:700;

    font-size:1rem;

}

.admin-action-content p{

    margin:0;

    color:#64748b;

    font-size:.9rem;

}

.admin-arrow{

    font-size:30px;

    color:#94a3b8;

    transition:.3s;

}

.admin-action-card:hover .admin-arrow{

    transform:translateX(8px);

    color:#2563eb;

}






/*=========================================================
FCCLAPP PREMIUM ADMIN PAGES
=========================================================*/

/* Page Cards */

/*.card{*/
/*    border:none;*/
/*    border-radius:22px;*/
/*    box-shadow:0 .5rem 1.5rem rgba(15,23,42,.05);*/
/*    transition:.30s ease;*/
/*}*/

/*.card:hover{*/
/*    box-shadow:0 18px 40px rgba(15,23,42,.08);*/
/*}*/

/* Statistics Cards */

/* Premium admin cards — stable with Bootstrap modals */

.dashboard-content .card{
    border:none;
    border-radius:22px;
    box-shadow:0 .5rem 1.5rem rgba(15,23,42,.05);
}

/* Only small statistic cards should lift */
.dashboard-content .stat-card{
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.dashboard-content .stat-card:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(15,23,42,.08);
}

/* Large table cards must remain stationary */
.dashboard-content .table-responsive,
.dashboard-content .table-responsive:hover{
    transform:none;
}

.card .card-body h3{
    font-size:2rem;
    font-weight:800;
}

.card .card-body p{
    font-weight:600;
}

/*.card:hover{*/
/*    transform:translateY(-4px);*/
/*}*/

/* Search Area */

.input-group-text{
    background:#fff;
    border-right:none;
    border-radius:14px 0 0 14px;
}

.form-control{

    border-radius:14px;
    border:1px solid #dee2e6;

    transition:.25s;
}

.input-group .form-control{
    border-left:none;
    border-radius:0 14px 14px 0;
}

.form-control:focus,
.form-select:focus{

    border-color:#7c3aed;

    box-shadow:0 0 0 .20rem rgba(124,58,237,.12);

}

/* Select */

.form-select{

    border-radius:14px;

    min-height:48px;

}

/* Table */

.table{

    border-collapse:separate;

    border-spacing:0 10px;

}

.table thead th{

    border:none;

    background:#f8fafc;

    font-weight:700;

    color:#475569;

    padding:16px;

}

.table tbody tr{

    background:#fff;

    transition:.25s;

}

.table tbody td{

    vertical-align:middle;

    border-top:none;

    border-bottom:none;

    padding:18px 16px;

}



.table tbody tr{

    transition:background-color .25s ease,
               box-shadow .25s ease;

}

.table tbody tr:hover{

    background:#fafbff;

    box-shadow:0 8px 20px rgba(15,23,42,.05);

}





/* Avatar */

.rounded-circle{

    transition:.3s;

}

.table tbody tr:hover .rounded-circle{

    opacity:.9;

}

/* Badges */

.badge{

    font-weight:600;

    padding:.55rem .9rem;

    border-radius:30px;

}

/* Buttons */


.btn{
    border-radius:12px;
    transition:
        background-color .2s ease,
        border-color .2s ease,
        color .2s ease,
        box-shadow .2s ease;
}

/* Do not move buttons that open Bootstrap modals */
.btn[data-bs-toggle="modal"]:hover,
.btn[data-bs-toggle="modal"]:focus,
.btn[data-bs-toggle="modal"]:active{
    transform:none !important;
}



/*.btn{*/

/*    border-radius:12px;*/

/*    transition:.25s;*/

/*}*/

/*.btn:hover{*/

/*    transform:translateY(-2px);*/

/*}*/

/* Table Action Buttons */

td .btn{

    margin:2px;

}

/* Pagination */

.pagination .page-link{

    border:none;

    border-radius:12px;

    margin:0 3px;

    color:#475569;

}

.pagination .page-link:hover{

    background:#eef2ff;

    color:#4f46e5;

}

.pagination .active .page-link{

    background:#4f46e5;

    color:#fff;

}

/* Empty State */

.display-1{

    opacity:.12;

}

/* Modal */

.modal-content{

    border-radius:24px;

}

.modal-header{

    padding:1.5rem 1.5rem .5rem;

}

.modal-body{

    padding:1.5rem;

}

.modal-footer{

    padding:1rem 1.5rem 1.5rem;

}

/* Admin Header */

.container-fluid>div:first-child h2{

    font-size:2rem;

    font-weight:800;

}

.container-fluid>div:first-child p{

    font-size:.95rem;

}

/* Mobile */

@media(max-width:768px){

    .table{

        font-size:.92rem;

    }

    .card .card-body{

        padding:1rem;

    }

    .card .card-body h3{

        font-size:1.6rem;

    }

}




.stat-card{
    overflow:hidden;
    position:relative;
    border-left:6px solid transparent;
}

.stat-blue{
    background:#eef4ff;
    border-left-color:#2563eb;
}

.stat-green{
    background:#ecfdf5;
    border-left-color:#10b981;
}

.stat-purple{
    background:#f5f3ff;
    border-left-color:#7c3aed;
}

.stat-orange{
    background:#fff7ed;
    border-left-color:#ea580c;
}

.stat-pink{
    background:#fdf2f8;
    border-left-color:#db2777;
}

.stat-red{
    background:#fef2f2;
    border-left-color:#dc2626;
}





/* Bootstrap modal stability */

.modal{
    transform:none !important;
}

.modal-dialog{
    transform:none;
    will-change:auto;
}

.modal-content{
    transform:none !important;
    transition:none;
    border-radius:24px;
}

.modal-backdrop{
    transform:none !important;
}

body.modal-open .dashboard-content .card,
body.modal-open .dashboard-content .stat-card,
body.modal-open .dashboard-content .table tbody tr,
body.modal-open .dashboard-content .rounded-circle{
    transform:none !important;
    transition:none !important;
}







/*=========================================================
FCCLAPP ADMIN DAYCARES PAGE
=========================================================*/

/* Statistics */

.daycare-stat-card{
    position:relative;
    overflow:hidden;
    min-height:118px;
    border:0;
    border-left:6px solid transparent;
    border-radius:22px;
    box-shadow:0 .5rem 1.35rem rgba(15,23,42,.05);
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.daycare-stat-card:hover{
    transform:translateY(-4px);
    box-shadow:0 16px 35px rgba(15,23,42,.10);
}

.daycare-stat-card .card-body{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:1.35rem;
}

.daycare-stat-card p{
    font-size:.84rem;
    font-weight:700;
    margin-bottom:.35rem!important;
}

.daycare-stat-card h3{
    font-size:2rem;
    font-weight:900;
    line-height:1;
}

/* All listings */

.daycare-stat-all{
    background:#eef4ff;
    border-left-color:#2563eb;
}

.daycare-stat-all p,
.daycare-stat-all h3{
    color:#2563eb!important;
}

/* Pending */

.daycare-stat-pending{
    background:#fffbeb;
    border-left-color:#d97706;
}

.daycare-stat-pending p,
.daycare-stat-pending h3{
    color:#d97706!important;
}

/* Approved */

.daycare-stat-approved{
    background:#ecfdf5;
    border-left-color:#16a34a;
}

.daycare-stat-approved p,
.daycare-stat-approved h3{
    color:#16a34a!important;
}

/* Rejected */

.daycare-stat-rejected{
    background:#fef2f2;
    border-left-color:#dc2626;
}

.daycare-stat-rejected p,
.daycare-stat-rejected h3{
    color:#dc2626!important;
}

/* Featured */

.daycare-stat-featured{
    background:#fdf2f8;
    border-left-color:#db2777;
}

.daycare-stat-featured p,
.daycare-stat-featured h3{
    color:#db2777!important;
}

/* Main listing container */

.admin-daycares-card{
    border:0;
    border-radius:24px;
    box-shadow:0 .65rem 1.8rem rgba(15,23,42,.06);
    overflow:hidden;
    transform:none!important;
}

.admin-daycares-card:hover{
    transform:none!important;
}

/* Filters */

.admin-daycares-card .form-label{
    font-size:.8rem;
    font-weight:800;
    color:#64748b!important;
    text-transform:uppercase;
    letter-spacing:.035em;
}

.admin-daycares-card .form-control,
.admin-daycares-card .form-select,
.admin-daycares-card .input-group-text{
    min-height:48px;
    border-color:#e2e8f0;
}

.admin-daycares-card .input-group-text{
    padding-left:1rem;
    padding-right:1rem;
    color:#64748b;
}

.admin-daycares-card .form-control:focus,
.admin-daycares-card .form-select:focus{
    border-color:#6366f1;
    box-shadow:0 0 0 .2rem rgba(99,102,241,.12);
}

/* Table wrapper */

.admin-daycares-table-wrap{
    padding-bottom:.25rem;
}

/* Table */

.admin-daycares-table{
    border-collapse:separate;
    border-spacing:0 9px;
    min-width:1450px;
}

.admin-daycares-table thead th{
    padding:14px 14px;
    border:0;
    background:#f8fafc;
    color:#475569;
    font-size:.78rem;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.035em;
    white-space:nowrap;
}

.admin-daycares-table tbody tr{
    background:#ffffff;
    transition:
        background-color .2s ease,
        box-shadow .2s ease;
}

.admin-daycares-table tbody tr:hover{
    background:#fafcff;
    box-shadow:0 7px 20px rgba(15,23,42,.055);
}

.admin-daycares-table tbody td{
    padding:15px 14px;
    border-top:1px solid #eef2f7;
    border-bottom:1px solid #eef2f7;
    color:#334155;
    font-size:.88rem;
}

.admin-daycares-table tbody td:first-child{
    border-left:1px solid #eef2f7;
    border-radius:16px 0 0 16px;
}

.admin-daycares-table tbody td:last-child{
    border-right:1px solid #eef2f7;
    border-radius:0 16px 16px 0;
}

/* Image */

.admin-daycare-thumb{
    display:block;
    width:76px;
    height:58px;
    object-fit:cover;
    border-radius:13px;
    border:1px solid #e2e8f0;
    box-shadow:0 7px 18px rgba(15,23,42,.10);
}

.admin-daycare-thumb-placeholder{
    width:76px;
    height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:13px;
    border:1px dashed #cbd5e1;
    background:#f8fafc;
    color:#94a3b8;
    font-size:1.25rem;
}

/* Daycare and provider text */

.admin-daycares-table td strong{
    color:#0f172a;
}

.admin-daycares-table td .small{
    margin-top:3px;
    font-size:.76rem;
    line-height:1.35;
}

/* Badges */

.admin-daycares-table .badge{
    padding:.5rem .75rem;
    font-size:.72rem;
    font-weight:750;
    white-space:nowrap;
}

/* Actions */

.admin-daycare-actions{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:6px;
    min-width:245px;
}

.admin-daycare-actions .btn{
    margin:0;
    padding:.38rem .7rem;
    border-radius:10px;
    font-size:.75rem;
    font-weight:700;
    white-space:nowrap;
    transform:none!important;
}

.admin-daycare-actions .btn:hover,
.admin-daycare-actions .btn:focus,
.admin-daycare-actions .btn:active{
    transform:none!important;
}

/* Detail modal */

.admin-daycares-card .modal-content{
    border-radius:26px;
}

.admin-daycares-card .modal-header{
    background:linear-gradient(180deg,#f8fafc,#ffffff);
}

.admin-daycares-card .modal-body .bg-light{
    background:#f8fafc!important;
    border:1px solid #eef2f7;
}

.admin-daycares-card .modal-body h6{
    color:#0f172a;
    font-weight:800;
}

.admin-daycares-card .modal-body p{
    line-height:1.7;
}

/* Pagination */

.admin-daycares-card .pagination .page-link{
    min-width:34px;
    height:34px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

/* Mobile */

@media(max-width:767.98px){

    .daycare-stat-card{
        min-height:104px;
    }

    .daycare-stat-card h3{
        font-size:1.7rem;
    }

    .admin-daycares-card .card-body{
        padding:1rem!important;
    }

    .admin-daycares-table{
        min-width:1400px;
    }
}




/*=========================================================
FCCLAPP ADMIN ORDERS PAGE
=========================================================*/

.admin-orders-page{
    padding-bottom:2rem;
}


/* Statistics */

.order-stat-card{
    position:relative;
    overflow:hidden;
    min-height:132px;
    border:0;
    border-left:6px solid transparent;
    border-radius:22px;
    box-shadow:0 8px 24px rgba(15,23,42,.06);
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.order-stat-card:hover{
    transform:translateY(-4px);
    box-shadow:0 16px 36px rgba(15,23,42,.10);
}

.order-stat-card .card-body{
    display:flex;
    align-items:center;
    padding:1.5rem;
}

.order-stat-label{
    font-size:.84rem;
    font-weight:750;
}

.order-stat-number{
    font-size:2rem;
    font-weight:900;
    line-height:1;
}

.order-stat-icon{
    width:52px;
    height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    border-radius:17px;
    font-size:1.45rem;
}


/* Total */

.order-stat-total{
    background:#eef4ff;
    border-left-color:#2563eb;
}

.order-stat-total .order-stat-label,
.order-stat-total .order-stat-number{
    color:#1d4ed8;
}

.order-stat-total .order-stat-icon{
    color:#2563eb;
    background:rgba(37,99,235,.12);
}


/* Paid */

.order-stat-paid{
    background:#ecfdf5;
    border-left-color:#16a34a;
}

.order-stat-paid .order-stat-label,
.order-stat-paid .order-stat-number{
    color:#15803d;
}

.order-stat-paid .order-stat-icon{
    color:#16a34a;
    background:rgba(22,163,74,.12);
}


/* Pending */

.order-stat-pending{
    background:#fffbeb;
    border-left-color:#d97706;
}

.order-stat-pending .order-stat-label,
.order-stat-pending .order-stat-number{
    color:#b45309;
}

.order-stat-pending .order-stat-icon{
    color:#d97706;
    background:rgba(217,119,6,.13);
}


/* Failed */

.order-stat-failed{
    background:#fef2f2;
    border-left-color:#dc2626;
}

.order-stat-failed .order-stat-label,
.order-stat-failed .order-stat-number{
    color:#b91c1c;
}

.order-stat-failed .order-stat-icon{
    color:#dc2626;
    background:rgba(220,38,38,.12);
}


/* Main Card */

.admin-orders-card{
    overflow:hidden;
    border:0;
    border-radius:24px;
    box-shadow:0 10px 30px rgba(15,23,42,.07);
    transform:none!important;
}

.admin-orders-card:hover{
    transform:none!important;
}


/* Search and Filter */

.admin-orders-search{
    width:280px;
}

.admin-orders-status-filter{
    width:165px;
}

.admin-orders-search .form-control,
.admin-orders-search .input-group-text,
.admin-orders-status-filter{
    min-height:46px;
    border-color:#e2e8f0;
}

.admin-orders-search .input-group-text{
    color:#64748b;
    padding-left:1rem;
}

.admin-orders-search .form-control:focus,
.admin-orders-status-filter:focus{
    border-color:#6366f1;
    box-shadow:0 0 0 .2rem rgba(99,102,241,.12);
}


/* Table */

.admin-orders-table-wrap{
    padding-bottom:.25rem;
}

.admin-orders-table{
    min-width:1100px;
    border-collapse:separate;
    border-spacing:0 9px;
}

.admin-orders-table thead th{
    padding:14px 16px;
    border:0;
    background:#f8fafc;
    color:#475569;
    font-size:.77rem;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.04em;
    white-space:nowrap;
}

.admin-orders-table tbody tr{
    background:#fff;
    transition:
        background-color .2s ease,
        box-shadow .2s ease;
}

.admin-orders-table tbody tr:hover{
    background:#fafcff;
    box-shadow:0 8px 20px rgba(15,23,42,.055);
}

.admin-orders-table tbody td{
    padding:16px;
    border-top:1px solid #eef2f7;
    border-bottom:1px solid #eef2f7;
    color:#334155;
    font-size:.88rem;
    vertical-align:middle;
}

.admin-orders-table tbody td:first-child{
    border-left:1px solid #eef2f7;
    border-radius:16px 0 0 16px;
}

.admin-orders-table tbody td:last-child{
    border-right:1px solid #eef2f7;
    border-radius:0 16px 16px 0;
}


/* Provider */

.order-provider-avatar{
    width:44px;
    height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    border-radius:14px;
    background:linear-gradient(
        135deg,
        #4f46e5,
        #7c3aed
    );
    color:#fff;
    font-size:1rem;
    font-weight:800;
    box-shadow:0 7px 16px rgba(79,70,229,.2);
}

.order-provider-name{
    color:#0f172a;
    font-weight:750;
}


/* Package */

.order-package-badge{
    display:inline-flex;
    align-items:center;
    padding:.48rem .72rem;
    border:1px solid #dbeafe;
    border-radius:999px;
    background:#eff6ff;
    color:#1d4ed8;
    font-size:.76rem;
    font-weight:750;
    white-space:nowrap;
}


/* Daycare */

.order-daycare-name{
    max-width:220px;
    color:#334155;
    font-weight:650;
}


/* Amount */

.order-amount{
    color:#0f172a;
    font-size:.96rem;
    font-weight:850;
}

.order-currency{
    margin-right:3px;
    color:#64748b;
    font-size:.7rem;
    font-weight:750;
}


/* Status */

.order-status-badge{
    display:inline-flex;
    align-items:center;
    padding:.5rem .76rem;
    border-radius:999px;
    font-size:.73rem;
    font-weight:800;
    white-space:nowrap;
}

.order-status-paid{
    background:#dcfce7;
    color:#15803d;
}

.order-status-pending{
    background:#fef3c7;
    color:#a16207;
}

.order-status-failed{
    background:#fee2e2;
    color:#b91c1c;
}

.order-status-other{
    background:#f1f5f9;
    color:#475569;
}


/* PayPal */

.order-paypal-id{
    display:block;
    max-width:190px;
    overflow:hidden;
    color:#475569;
    font-family:monospace;
    font-size:.76rem;
    text-overflow:ellipsis;
    white-space:nowrap;
}


/* Date */

.order-date{
    color:#334155;
    font-weight:700;
}


/* Empty States */

.admin-orders-empty,
.admin-orders-filter-empty{
    padding:5rem 1rem;
    text-align:center;
}

.admin-orders-empty-icon{
    width:82px;
    height:82px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    border-radius:24px;
    background:#f1f5f9;
    color:#64748b;
    font-size:2.4rem;
}


/* Pagination */

.admin-orders-pagination{
    padding-top:.5rem;
}

.admin-orders-pagination .page-link{
    min-width:36px;
    min-height:36px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:5px;
    border-color:#e2e8f0;
    color:#475569;
    font-weight:650;
}

.admin-orders-pagination .page-item.active .page-link{
    border-color:#4f46e5;
    background:#4f46e5;
    color:#fff;
}


/* Responsive */

@media(max-width:767.98px){

    .order-stat-card{
        min-height:118px;
    }

    .order-stat-card .card-body{
        padding:1.25rem;
    }

    .order-stat-number{
        font-size:1.75rem;
    }

    .order-stat-icon{
        width:46px;
        height:46px;
        border-radius:14px;
        font-size:1.25rem;
    }

    .admin-orders-card .card-header,
    .admin-orders-card .card-body{
        padding:1rem!important;
    }

    .admin-orders-search,
    .admin-orders-status-filter{
        width:100%;
    }

    .admin-orders-table{
        min-width:1050px;
    }

    .admin-orders-pagination{
        justify-content:center!important;
    }
}




.listing-img-wrap {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #f3f4f6;
}

.listing-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}










/* =====================================================
   FCCLAPP Public Homepage UI — Hero and Search
===================================================== */

.hero-section{
    position:relative;
    padding:96px 0 88px;
    overflow:hidden;
    background:
        radial-gradient(circle at 10% 15%, rgba(255,107,107,.12), transparent 28%),
        radial-gradient(circle at 88% 18%, rgba(59,130,246,.14), transparent 30%),
        linear-gradient(180deg,#ffffff 0%,#f7f9ff 100%);
}

.hero-section::before{
    content:"";
    position:absolute;
    width:360px;
    height:360px;
    border-radius:50%;
    right:-160px;
    bottom:-180px;
    background:rgba(110,231,183,.14);
    pointer-events:none;
}

.hero-section .container{
    position:relative;
    z-index:2;
}

.hero-title{
    max-width:690px;
    margin-bottom:1.25rem;
    font-size:clamp(2.75rem,5vw,4.75rem);
    line-height:1.02;
    font-weight:900;
    letter-spacing:-.045em;
    color:#0f172a;
}

.hero-text{
    max-width:610px;
    margin-bottom:0;
    font-size:1.08rem;
    line-height:1.8;
    color:#64748b;
}

.section-pill{
    padding:.55rem 1rem;
    border-radius:999px;
    background:rgba(255,255,255,.88);
    border:1px solid rgba(79,70,229,.14);
    color:var(--primary);
    font-size:.8rem;
    font-weight:800;
    letter-spacing:.02em;
    box-shadow:0 10px 26px rgba(79,70,229,.08);
}

/* Homepage search box */

.hero-section .search-card{
    position:relative;
    overflow:visible;
    margin-top:2rem !important;
    padding:1.15rem;
    border:1px solid rgba(79,70,229,.13);
    border-radius:26px;
    background:rgba(255,255,255,.96);
    box-shadow:0 24px 60px rgba(15,23,42,.12);
}

.hero-section .search-card .form-label{
    margin-bottom:.45rem;
    color:#334155;
    font-size:.78rem;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.hero-section .search-card .form-control,
.hero-section .search-card .form-select{
    min-height:54px;
    padding:.75rem 1rem;
    border:1px solid #dbe4f0;
    border-radius:15px;
    background-color:#ffffff;
    color:#1e293b;
    font-size:.94rem;
}

.hero-section .search-card .form-control::placeholder{
    color:#94a3b8;
}

.hero-section .search-card .form-control:focus,
.hero-section .search-card .form-select:focus{
    border-color:var(--primary);
    box-shadow:0 0 0 .22rem rgba(79,70,229,.12);
}

.hero-section .search-card .btn{
    min-height:54px;
    border-radius:15px;
    font-size:1.05rem;
}

/* Statistics */

.hero-stats{
    display:flex;
    align-items:stretch;
    gap:12px;
    margin-top:1.75rem !important;
}

.hero-stats > div{
    flex:1;
    min-width:130px;
    padding:1rem 1.1rem;
    border:1px solid rgba(79,70,229,.11);
    border-radius:18px;
    background:rgba(255,255,255,.82);
    box-shadow:0 12px 30px rgba(15,23,42,.06);
}

.hero-stats strong{
    display:block;
    margin-bottom:.15rem;
    color:var(--primary);
    font-size:1.5rem;
    font-weight:900;
    line-height:1.1;
}

.hero-stats span{
    color:#64748b;
    font-size:.78rem;
    font-weight:600;
}

/* Hero image */

.hero-image-wrap{
    position:relative;
    padding:14px;
}

.hero-image-wrap::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:40px;
    background:linear-gradient(
        135deg,
        rgba(79,70,229,.16),
        rgba(255,107,107,.12)
    );
    transform:rotate(3deg);
}

.hero-image{
    position:relative;
    z-index:2;
    display:block;
    width:100%;
    min-height:530px;
    max-height:610px;
    object-fit:cover;
    border-radius:32px;
    box-shadow:0 30px 80px rgba(15,23,42,.20);
}

.floating-card{
    z-index:3;
    display:flex;
    align-items:center;
    gap:.5rem;
    padding:.85rem 1rem;
    border:1px solid rgba(255,255,255,.85);
    border-radius:16px;
    background:rgba(255,255,255,.94);
    color:#334155;
    font-size:.86rem;
    font-weight:800;
    box-shadow:0 16px 40px rgba(15,23,42,.16);
    backdrop-filter:blur(10px);
}

.floating-card i{
    color:var(--primary);
    font-size:1.05rem;
}

.top-card{
    top:42px;
    left:-4px;
}

.bottom-card{
    right:-2px;
    bottom:42px;
}

/* Tablet */

@media(max-width:1199.98px){
    .hero-title{
        font-size:clamp(2.6rem,4.5vw,4rem);
    }

    .hero-image{
        min-height:480px;
    }
}

/* Mobile and tablet */

@media(max-width:991.98px){
    .hero-section{
        padding:68px 0;
    }

    .hero-section .row{
        row-gap:3rem !important;
    }

    .hero-title{
        max-width:760px;
    }

    .hero-text{
        max-width:720px;
    }

    .hero-section .search-card{
        padding:1rem;
    }

    .hero-image-wrap{
        max-width:720px;
        margin:0 auto;
    }

    .hero-image{
        min-height:420px;
    }

    .floating-card{
        display:flex;
    }
}

/* Small mobile */

@media(max-width:767.98px){
    .hero-section{
        padding:54px 0;
    }

    .hero-title{
        font-size:clamp(2.25rem,11vw,3.25rem);
        letter-spacing:-.035em;
    }

    .hero-text{
        font-size:1rem;
        line-height:1.7;
    }

    .hero-section .search-card{
        border-radius:22px;
        padding:1rem;
    }

    .hero-section .search-card .col-lg-1{
        margin-top:.25rem;
    }

    .hero-section .search-card .btn{
        width:100%;
    }

    .hero-stats{
        display:grid;
        grid-template-columns:repeat(3,1fr);
        gap:8px;
    }

    .hero-stats > div{
        min-width:0;
        padding:.85rem .55rem;
        text-align:center;
    }

    .hero-stats strong{
        font-size:1.25rem;
    }

    .hero-stats span{
        font-size:.7rem;
    }

    .hero-image-wrap{
        padding:8px;
    }

    .hero-image-wrap::before{
        border-radius:28px;
    }

    .hero-image{
        min-height:340px;
        border-radius:24px;
    }

    .floating-card{
        padding:.65rem .8rem;
        font-size:.72rem;
        border-radius:13px;
    }

    .top-card{
        top:24px;
        left:0;
    }

    .bottom-card{
        right:0;
        bottom:24px;
    }
}

/* Very small phones */

@media(max-width:420px){
    .hero-stats{
        grid-template-columns:1fr;
    }

    .hero-stats > div{
        display:flex;
        align-items:center;
        justify-content:space-between;
        padding:.8rem 1rem;
        text-align:left;
    }

    .hero-stats strong{
        margin-bottom:0;
    }

    .floating-card{
        display:none;
    }

    .hero-image{
        min-height:300px;
    }
}













/* =====================================================
   FCCLAPP Public Premium Daycare Cards
===================================================== */

.public-listing-card{
    display:flex;
    flex-direction:column;
    overflow:hidden;
    position:relative;
    background:#ffffff;
    border:1px solid #e5eaf3;
    border-radius:26px;
    box-shadow:0 12px 35px rgba(15,23,42,.07);
    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.public-listing-card:hover{
    transform:translateY(-7px);
    border-color:rgba(79,70,229,.18);
    box-shadow:0 24px 55px rgba(15,23,42,.13);
}

/* Image */

.public-listing-image-wrap{
    position:relative;
    height:255px;
    overflow:hidden;
    background:#eef2f7;
}

.public-listing-image-link{
    display:block;
    width:100%;
    height:100%;
}

.public-listing-image{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .55s ease;
}

.public-listing-card:hover .public-listing-image{
    transform:scale(1.07);
}

.public-listing-overlay{
    position:absolute;
    inset:auto 0 0;
    height:42%;
    pointer-events:none;
    background:linear-gradient(
        180deg,
        transparent,
        rgba(15,23,42,.38)
    );
}

/* Badges */

.public-featured-badge{
    position:absolute;
    top:16px;
    right:16px;
    z-index:2;
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:8px 12px;
    border-radius:999px;
    background:rgba(255,255,255,.94);
    color:#d97706;
    font-size:.76rem;
    font-weight:800;
    box-shadow:0 10px 25px rgba(15,23,42,.14);
    backdrop-filter:blur(8px);
}

.public-featured-badge i{
    color:#f59e0b;
}

.public-category-badge{
    position:absolute;
    left:16px;
    bottom:16px;
    z-index:2;
    display:inline-flex;
    align-items:center;
    max-width:calc(100% - 32px);
    padding:7px 12px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.5);
    border-radius:999px;
    background:rgba(79,70,229,.92);
    color:#ffffff;
    font-size:.76rem;
    font-weight:800;
    white-space:nowrap;
    text-overflow:ellipsis;
    box-shadow:0 9px 22px rgba(15,23,42,.18);
}

/* Card body */

.public-listing-body{
    display:flex;
    flex-direction:column;
    flex:1;
    padding:1.4rem;
}

.public-listing-heading{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
}

.public-listing-title{
    margin:0;
    color:#0f172a;
    font-size:1.18rem;
    font-weight:900;
    line-height:1.35;
}

.public-listing-title a{
    color:inherit;
    text-decoration:none;
    transition:color .2s ease;
}

.public-listing-title a:hover{
    color:var(--primary);
}

.public-listing-check{
    flex:0 0 auto;
    color:#10b981;
    font-size:1.08rem;
}

.public-listing-location{
    display:flex;
    align-items:flex-start;
    gap:7px;
    margin:.7rem 0 0;
    color:#64748b;
    font-size:.9rem;
    line-height:1.5;
}

.public-listing-location i{
    flex:0 0 auto;
    margin-top:2px;
    color:#ff6b6b;
}

.public-listing-info{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:1rem;
}

.public-listing-info span{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:7px 10px;
    border-radius:12px;
    background:#f6f8fc;
    color:#475569;
    font-size:.78rem;
    font-weight:700;
}

.public-listing-info i{
    color:var(--primary);
}

/* Price and button */

.public-listing-footer{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:14px;
    margin-top:auto;
    padding-top:1.2rem;
    border-top:1px solid #edf1f6;
}

.public-listing-price{
    min-width:0;
}

.public-listing-price small{
    display:block;
    margin-bottom:2px;
    color:#94a3b8;
    font-size:.7rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.045em;
}

.public-listing-price strong{
    display:block;
    color:#0f172a;
    font-size:1rem;
    font-weight:900;
    line-height:1.25;
}

.public-listing-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    flex:0 0 auto;
    min-height:43px;
    padding:.65rem 1rem;
    border-radius:13px;
    font-size:.82rem;
    font-weight:800;
}

.public-listing-button i{
    transition:transform .2s ease;
}

.public-listing-button:hover i{
    transform:translateX(3px);
}

/* Tablet */

@media(max-width:991.98px){
    .public-listing-image-wrap{
        height:235px;
    }
}

/* Mobile */

@media(max-width:575.98px){
    .public-listing-card{
        border-radius:22px;
    }

    .public-listing-image-wrap{
        height:225px;
    }

    .public-listing-body{
        padding:1.2rem;
    }

    .public-listing-footer{
        align-items:stretch;
        flex-direction:column;
    }

    .public-listing-button{
        width:100%;
    }
}






/* =====================================================
   FCCLAPP Daycare Details — Information Cards
===================================================== */

.details-info-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:12px;
}

.details-info-item{
    display:flex;
    align-items:center;
    gap:12px;
    min-width:0;
    padding:1rem;
    border:1px solid #e7ebf2;
    border-radius:18px;
    background:#ffffff;
    box-shadow:0 10px 26px rgba(15,23,42,.055);
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.details-info-item:hover{
    transform:translateY(-3px);
    border-color:rgba(79,70,229,.18);
    box-shadow:0 16px 35px rgba(15,23,42,.09);
}

.details-info-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 48px;
    width:48px;
    height:48px;
    border-radius:15px;
    font-size:1.2rem;
}

.details-info-icon-tuition{
    background:#ecfdf5;
    color:#059669;
}

.details-info-icon-age{
    background:#eef2ff;
    color:#4f46e5;
}

.details-info-icon-open{
    background:#fff7ed;
    color:#ea580c;
}

.details-info-icon-close{
    background:#f5f3ff;
    color:#7c3aed;
}

.details-info-content{
    min-width:0;
}

.details-info-content small{
    display:block;
    margin-bottom:3px;
    color:#94a3b8;
    font-size:.69rem;
    font-weight:800;
    line-height:1.3;
    letter-spacing:.035em;
    text-transform:uppercase;
}

.details-info-content strong{
    display:block;
    overflow-wrap:anywhere;
    color:#0f172a;
    font-size:.92rem;
    font-weight:900;
    line-height:1.35;
}

/* Tablet and smaller desktop screens */

@media(max-width:1199.98px){
    .details-info-item{
        align-items:flex-start;
        flex-direction:column;
    }
}

/* Mobile */

@media(max-width:575.98px){
    .details-info-grid{
        grid-template-columns:1fr;
    }

    .details-info-item{
        align-items:center;
        flex-direction:row;
        padding:.95rem;
    }

    .details-info-icon{
        flex-basis:46px;
        width:46px;
        height:46px;
    }

    .details-info-content strong{
        font-size:.95rem;
    }
}






/* =====================================================
   FCCLAPP Daycare Details — Sticky Sidebar
===================================================== */

.details-sidebar{
    position:sticky;
    top:100px;
}

.details-sidebar .content-card{
    border:1px solid #e7ebf2;
    border-radius:22px;
    box-shadow:0 12px 32px rgba(15,23,42,.065);
}

@media(max-width:991.98px){
    .details-sidebar{
        position:static;
        top:auto;
    }
}







/* Listing details facilities */
.facilities-card {
    overflow: hidden;
}

.facilities-heading-icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(var(--bs-primary-rgb), 0.1);
    color: var(--bs-primary);
    font-size: 1.3rem;
}

.facility-item {
    min-height: 74px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 14px 16px;
    border: 1px solid #e7ebf2;
    border-radius: 18px;
    background: #fff;
    font-weight: 600;
    color: #263244;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.facility-item:hover {
    transform: translateY(-3px);
    border-color: rgba(var(--bs-primary-rgb), 0.35);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.facility-item-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: rgba(var(--bs-primary-rgb), 0.1);
    color: var(--bs-primary);
    font-size: 1.1rem;
}

.facilities-empty-state {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border: 1px dashed #d7deea;
    border-radius: 18px;
    background: #f8fafc;
}

.facilities-empty-icon {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(var(--bs-primary-rgb), 0.1);
    color: var(--bs-primary);
    font-size: 1.2rem;
}

@media (max-width: 575.98px) {
    .facility-item {
        min-height: 68px;
    }
}




/* ===== Homepage Feature Cards ===== */

.mini-benefit{
    position:relative;
    display:flex;
    align-items:flex-start;
    gap:18px;

    height:100%;

    padding:28px;

    border-radius:24px;

    border:1px solid rgba(255,255,255,.75);

    box-shadow:
        0 15px 35px rgba(15,23,42,.08),
        0 5px 12px rgba(15,23,42,.04);

    transition:all .35s ease;

    overflow:hidden;
}

.mini-benefit:hover{
    transform:translateY(-8px);

    box-shadow:
        0 25px 55px rgba(15,23,42,.14),
        0 12px 28px rgba(15,23,42,.08);
}

.mini-benefit i{

    width:58px;
    height:58px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:18px;

    font-size:1.45rem;

    flex-shrink:0;
}

.mini-benefit h5{

    margin-bottom:10px;

    font-size:1.3rem;

    font-weight:700;

    color:#1f2b46;
}

.mini-benefit p{

    margin:0;

    color:#667085;

    line-height:1.7;
}


/* ---------- Card 1 ---------- */

.col-md-6:nth-child(1) .mini-benefit{

    background:#eef5ff;
}

.col-md-6:nth-child(1) .mini-benefit i{

    background:#dceaff;

    color:#2563eb;
}


/* ---------- Card 2 ---------- */

.col-md-6:nth-child(2) .mini-benefit{

    background:#f7efff;
}

.col-md-6:nth-child(2) .mini-benefit i{

    background:#ead9ff;

    color:#7c3aed;
}


/* ---------- Card 3 ---------- */

.col-md-6:nth-child(3) .mini-benefit{

    background:#eefcf4;
}

.col-md-6:nth-child(3) .mini-benefit i{

    background:#d9f7e7;

    color:#16a34a;
}


/* ---------- Card 4 ---------- */

.col-md-6:nth-child(4) .mini-benefit{

    background:#fff5ea;
}

.col-md-6:nth-child(4) .mini-benefit i{

    background:#ffe7cb;

    color:#ea580c;
}



/* =====================================
   ABOUT PAGE HERO
===================================== */

.about-hero {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
}

.about-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: -180px;
    left: -160px;
    border-radius: 50%;
    background: rgba(var(--bs-primary-rgb), 0.07);
    pointer-events: none;
}

.about-hero::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -140px;
    bottom: -180px;
    border-radius: 50%;
    background: rgba(245, 158, 11, 0.08);
    pointer-events: none;
}

.about-hero-shell {
    position: relative;
    z-index: 1;
    padding: 55px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 36px;
    background:
        linear-gradient(
            135deg,
            rgba(239, 246, 255, 0.92),
            rgba(250, 245, 255, 0.92),
            rgba(255, 247, 237, 0.9)
        );
    box-shadow:
        0 28px 70px rgba(15, 23, 42, 0.08),
        0 8px 24px rgba(15, 23, 42, 0.04);
}

.about-hero-content {
    position: relative;
    z-index: 2;
}

.about-hero-text {
    max-width: 620px;
    margin-bottom: 0;
    color: #667085;
    font-size: 1.08rem;
    line-height: 1.85;
}

.about-hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
}

.about-highlight {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    color: #334155;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.about-highlight-icon {
    width: 29px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(var(--bs-primary-rgb), 0.1);
    color: var(--bs-primary);
}

.about-hero-image-wrap {
    position: relative;
    padding: 18px;
}

.about-hero-image {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 470px;
    object-fit: cover;
    border: 8px solid rgba(255, 255, 255, 0.9);
    border-radius: 32px;
    box-shadow:
        0 28px 60px rgba(15, 23, 42, 0.16),
        0 8px 20px rgba(15, 23, 42, 0.08);
}

.about-image-decoration {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.about-image-decoration-one {
    width: 100px;
    height: 100px;
    top: -4px;
    right: -8px;
    background: #fde68a;
}

.about-image-decoration-two {
    width: 75px;
    height: 75px;
    left: -5px;
    bottom: 35px;
    background: #ddd6fe;
}

.about-image-badge {
    position: absolute;
    z-index: 3;
    left: -12px;
    bottom: 42px;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 270px;
    padding: 15px 18px;
    border: 1px solid rgba(226, 232, 240, 0.85);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(10px);
}

.about-image-badge-icon {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(var(--bs-primary-rgb), 0.1);
    color: var(--bs-primary);
    font-size: 1.3rem;
}

.about-image-badge strong,
.about-image-badge small {
    display: block;
}

.about-image-badge strong {
    color: #1f2a44;
    font-size: 0.95rem;
}

.about-image-badge small {
    margin-top: 2px;
    color: #718096;
    font-size: 0.76rem;
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    .about-hero-shell {
        padding: 38px;
    }

    .about-hero-image {
        height: 420px;
    }
}

@media (max-width: 575.98px) {
    .about-hero {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about-hero-shell {
        padding: 26px 20px;
        border-radius: 26px;
    }

    .about-hero-highlights {
        align-items: stretch;
        flex-direction: column;
    }

    .about-highlight {
        width: 100%;
    }

    .about-hero-image-wrap {
        padding: 4px;
    }

    .about-hero-image {
        height: 330px;
        border-width: 5px;
        border-radius: 24px;
    }

    .about-image-badge {
        position: relative;
        left: auto;
        bottom: auto;
        max-width: none;
        margin: -28px 15px 0;
    }

    .about-image-decoration {
        display: none;
    }
}
    
    
    
    .feature-card{
    position:relative;
    overflow:hidden;
    padding:34px 30px;
    border-radius:28px;
    transition:all .35s ease;
}

.feature-card::before{
    content:"";
    position:absolute;
    inset:0;
    opacity:0;
    transition:.35s;
    background:
        linear-gradient(
            135deg,
            rgba(59,130,246,.04),
            rgba(168,85,247,.04),
            rgba(251,191,36,.04)
        );
}

.feature-card:hover{
    transform:translateY(-10px);
    box-shadow:0 26px 55px rgba(15,23,42,.12);
}

.feature-card:hover::before{
    opacity:1;
}


.feature-icon{
    width:72px;
    height:72px;
    border-radius:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
    font-size:1.9rem;

    background:#eef5ff;
    color:#2563eb;

    box-shadow:
        0 12px 24px rgba(37,99,235,.12);

    transition:.35s;
}


.feature-card:nth-child(1) .feature-icon{
    background:#eef5ff;
    color:#2563eb;
}

.feature-card:nth-child(2) .feature-icon{
    background:#f7efff;
    color:#8b5cf6;
}

.feature-card:nth-child(3) .feature-icon{
    background:#eefcf4;
    color:#16a34a;
}

.feature-card:hover .feature-icon{
    transform:rotate(-6deg) scale(1.08);
}



.feature-card h5{
    font-size:1.2rem;
    margin-bottom:14px;
    color:#1f2937;
}

.feature-card p{
    color:#667085;
    line-height:1.8;
    font-size:.98rem;
}




/* =====================================
   ABOUT MISSION AND VISION
===================================== */

.about-purpose-section {
    position: relative;
    overflow: hidden;
}

.about-purpose-section::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    top: -190px;
    right: -130px;
    border-radius: 50%;
    background: rgba(139, 92, 246, 0.07);
    pointer-events: none;
}

.about-purpose-section::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    left: -150px;
    bottom: -170px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.07);
    pointer-events: none;
}

.about-purpose-shell {
    position: relative;
    z-index: 1;
}

.about-purpose-card {
    position: relative;
    overflow: hidden;
    padding: 42px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 32px;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.about-mission-card {
    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #eef6ff 100%
        );
    box-shadow: 0 20px 50px rgba(37, 99, 235, 0.09);
}

.about-vision-card {
    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f8f0ff 100%
        );
    box-shadow: 0 20px 50px rgba(139, 92, 246, 0.09);
}

.about-purpose-card::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -70px;
    bottom: -75px;
    border-radius: 50%;
    opacity: 0.65;
    transition: transform 0.4s ease;
}

.about-mission-card::after {
    background: rgba(96, 165, 250, 0.15);
}

.about-vision-card::after {
    background: rgba(192, 132, 252, 0.15);
}

.about-purpose-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 65px rgba(15, 23, 42, 0.13);
}

.about-purpose-card:hover::after {
    transform: scale(1.2);
}

.about-purpose-icon {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 22px;
    font-size: 1.8rem;
    transition: transform 0.35s ease;
}

.about-mission-card .about-purpose-icon {
    color: #2563eb;
    background: #e7f1ff;
    box-shadow: 0 12px 26px rgba(37, 99, 235, 0.14);
}

.about-vision-card .about-purpose-icon {
    color: #8b5cf6;
    background: #f2eaff;
    box-shadow: 0 12px 26px rgba(139, 92, 246, 0.14);
}

.about-purpose-card:hover .about-purpose-icon {
    transform: rotate(-5deg) scale(1.06);
}

.about-purpose-title {
    max-width: 560px;
    margin: 20px 0 16px;
    color: #172033;
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.about-purpose-text {
    margin-bottom: 28px;
    color: #667085;
    font-size: 1rem;
    line-height: 1.85;
}

.about-purpose-points {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.about-purpose-point {
    display: flex;
    align-items: center;
    gap: 11px;
    position: relative;
    z-index: 2;
    color: #344054;
    font-size: 0.95rem;
    font-weight: 700;
}

.about-mission-card .about-purpose-point i {
    color: #2563eb;
}

.about-vision-card .about-purpose-point i {
    color: #8b5cf6;
}

.about-purpose-point i {
    flex-shrink: 0;
    font-size: 1.05rem;
}

@media (max-width: 767.98px) {
    .about-purpose-card {
        padding: 30px 24px;
        border-radius: 26px;
    }

    .about-purpose-icon {
        width: 60px;
        height: 60px;
        border-radius: 19px;
        font-size: 1.55rem;
    }

    .about-purpose-title {
        font-size: 1.75rem;
    }
}


/* =====================================
   ABOUT TRUST AND CTA SECTION
===================================== */

.about-trust-section {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.about-trust-section::before {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    top: 80px;
    left: -210px;
    border-radius: 50%;
    background: rgba(59, 130, 246, 0.05);
    pointer-events: none;
}

.about-trust-intro {
    max-width: 720px;
    line-height: 1.8;
}

.about-trust-card {
    position: relative;
    overflow: hidden;
    min-height: 285px;
    padding: 30px 26px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 28px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.about-trust-card::after {
    content: "";
    position: absolute;
    width: 95px;
    height: 95px;
    right: -42px;
    bottom: -45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    transition: transform 0.35s ease;
}

.about-trust-card:hover {
    transform: translateY(-9px);
    box-shadow: 0 26px 55px rgba(15, 23, 42, 0.12);
}

.about-trust-card:hover::after {
    transform: scale(1.25);
}

.about-trust-card-1 {
    background: #fff1f4;
}

.about-trust-card-2 {
    background: #eef5ff;
}

.about-trust-card-3 {
    background: #eefcf4;
}

.about-trust-card-4 {
    background: #fff6e8;
}

.about-trust-icon {
    width: 64px;
    height: 64px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
    border-radius: 21px;
    background: rgba(255, 255, 255, 0.82);
    font-size: 1.7rem;
    box-shadow: 0 12px 25px rgba(15, 23, 42, 0.08);
    transition: transform 0.35s ease;
}

.about-trust-card-1 .about-trust-icon {
    color: #e11d48;
}

.about-trust-card-2 .about-trust-icon {
    color: #2563eb;
}

.about-trust-card-3 .about-trust-icon {
    color: #16a34a;
}

.about-trust-card-4 .about-trust-icon {
    color: #ea580c;
}

.about-trust-card:hover .about-trust-icon {
    transform: rotate(-6deg) scale(1.07);
}

.about-trust-card h5 {
    position: relative;
    z-index: 2;
    margin-bottom: 13px;
    color: #1f2937;
    font-size: 1.15rem;
    font-weight: 900;
}

.about-trust-card p {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    color: #667085;
    font-size: 0.95rem;
    line-height: 1.75;
}

.about-cta {
    position: relative;
    overflow: hidden;
    margin-top: 70px;
    padding: 48px 50px;
    border-radius: 34px;
    background:
        linear-gradient(
            135deg,
            var(--primary),
            #7c3aed
        );
    box-shadow: 0 28px 65px rgba(79, 70, 229, 0.25);
}

.about-cta::before,
.about-cta::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.about-cta::before {
    width: 230px;
    height: 230px;
    top: -140px;
    right: 30px;
}

.about-cta::after {
    width: 170px;
    height: 170px;
    left: -70px;
    bottom: -100px;
}

.about-cta .row {
    position: relative;
    z-index: 2;
}

.about-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 9px 15px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 800;
}

.about-cta h2 {
    max-width: 680px;
    margin-bottom: 14px;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.about-cta p {
    max-width: 700px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
    line-height: 1.8;
}

.about-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.about-cta-actions .btn {
    font-weight: 800;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.about-cta-actions .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(15, 23, 42, 0.16);
}

.about-cta-outline {
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.about-cta-outline:hover {
    border-color: #ffffff;
    color: var(--primary);
    background: #ffffff;
}

@media (max-width: 991.98px) {
    .about-trust-card {
        min-height: 255px;
    }

    .about-cta {
        padding: 42px 36px;
    }

    .about-cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    .about-trust-card {
        min-height: auto;
        padding: 28px 23px;
        border-radius: 25px;
    }

    .about-cta {
        margin-top: 50px;
        padding: 34px 24px;
        border-radius: 27px;
    }

    .about-cta-actions {
        flex-direction: column;
    }

    .about-cta-actions .btn {
        width: 100%;
    }
}



/* =====================================
   PREMIUM NEWSLETTER
===================================== */

.footer-newsletter {
    position: relative;
    z-index: 3;
    padding: 80px 0 0;
    background: #ffffff;
}

.footer-newsletter-card {
    position: relative;
    overflow: hidden;
    padding: 48px 50px;
    border: 1px solid rgba(226, 232, 240, 0.85);
    border-radius: 34px;
    background:
        linear-gradient(
            135deg,
            #eef5ff 0%,
            #f7efff 48%,
            #fff4e8 100%
        );
    box-shadow: 0 28px 65px rgba(15, 23, 42, 0.11);
}

.footer-newsletter-decoration {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.footer-newsletter-decoration-one {
    width: 190px;
    height: 190px;
    top: -105px;
    right: 8%;
    background: rgba(255, 255, 255, 0.55);
}

.footer-newsletter-decoration-two {
    width: 130px;
    height: 130px;
    left: -65px;
    bottom: -70px;
    background: rgba(255, 255, 255, 0.45);
}

.footer-newsletter-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 15px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    color: var(--primary);
    font-size: 0.85rem;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.footer-newsletter-card h2 {
    max-width: 650px;
    margin: 17px 0 10px;
    color: #172033;
    font-size: clamp(2rem, 4vw, 2.9rem);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.footer-newsletter-card p {
    max-width: 640px;
    margin: 0;
    color: #667085;
    line-height: 1.75;
}

.footer-subscribe-form {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border: 1px solid rgba(226, 232, 240, 0.85);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 35px rgba(15, 23, 42, 0.09);
}

.footer-subscribe-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #eef5ff;
    color: var(--primary);
    font-size: 1.1rem;
}

.footer-subscribe-form input {
    width: 100%;
    min-width: 0;
    padding: 11px 4px;
    border: 0;
    outline: 0;
    color: #344054;
    background: transparent;
}

.footer-subscribe-form input::placeholder {
    color: #98a2b3;
}

.footer-subscribe-form button {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 19px;
    border: 0;
    border-radius: 14px;
    background: var(--primary);
    color: #ffffff;
    font-weight: 800;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.footer-subscribe-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(var(--bs-primary-rgb), 0.25);
}

.footer-subscribe-note {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 11px 4px 0;
    color: #7c8799;
}


/* =====================================
   PREMIUM FOOTER
===================================== */

.modern-footer {
    position: relative;
    overflow: hidden;
    margin-top: -42px;
    padding: 115px 0 25px;
    background:
        linear-gradient(
            180deg,
            #f5f8ff 0%,
            #f8f5ff 52%,
            #fff8f1 100%
        );
    color: #475467;
}

.modern-footer::before {
    content: "";
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    height: 1px;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(148, 163, 184, 0.25),
            transparent
        );
}

.footer-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.footer-shape-one {
    width: 340px;
    height: 340px;
    left: -210px;
    bottom: 80px;
    background: rgba(59, 130, 246, 0.05);
}

.footer-shape-two {
    width: 300px;
    height: 300px;
    right: -180px;
    top: 100px;
    background: rgba(168, 85, 247, 0.05);
}

.modern-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 18px;
    color: #172033;
    font-size: 1.45rem;
    font-weight: 900;
    text-decoration: none;
}

.modern-footer-brand:hover {
    color: var(--primary);
}

.modern-footer-description {
    max-width: 390px;
    margin-bottom: 20px;
    color: #667085;
    line-height: 1.8;
}

.footer-trust-card {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 380px;
    padding: 14px 16px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.footer-trust-icon {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #eefcf4;
    color: #16a34a;
    font-size: 1.25rem;
}

.footer-trust-card strong,
.footer-trust-card small {
    display: block;
}

.footer-trust-card strong {
    color: #344054;
    font-size: 0.9rem;
}

.footer-trust-card small {
    margin-top: 2px;
    color: #7c8799;
    font-size: 0.76rem;
}

.modern-social-icons {
    display: flex;
    gap: 10px;
    margin-top: 23px;
}

.modern-social-icons a {
    width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.8);
    color: var(--primary);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;
}

.modern-social-icons a:hover {
    transform: translateY(-4px);
    background: var(--primary);
    color: #ffffff;
}

.footer-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 23px;
    color: #26334d;
    font-size: 1rem;
    font-weight: 900;
}

.footer-heading-icon {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #eef5ff;
    color: #2563eb;
}

.footer-heading-purple {
    background: #f5edff;
    color: #8b5cf6;
}

.footer-heading-orange {
    background: #fff2e5;
    color: #ea580c;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-links a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #667085;
    font-size: 0.94rem;
    text-decoration: none;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.footer-links a i {
    color: #a3adc0;
    font-size: 0.7rem;
}

.footer-links a:hover {
    color: var(--primary);
    transform: translateX(4px);
}

.footer-links a:hover i {
    color: var(--primary);
}

.footer-contact-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-contact-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 14px;
    border: 1px solid rgba(226, 232, 240, 0.85);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.72);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.footer-contact-card:hover {
    transform: translateX(4px);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07);
}

.footer-contact-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #eef5ff;
    color: #2563eb;
}

.footer-contact-email {
    background: #f5edff;
    color: #8b5cf6;
}

.footer-contact-phone {
    background: #eefcf4;
    color: #16a34a;
}

.footer-contact-card small,
.footer-contact-card span,
.footer-contact-card a {
    display: block;
}

.footer-contact-card small {
    margin-bottom: 2px;
    color: #98a2b3;
    font-size: 0.72rem;
}

.footer-contact-card span,
.footer-contact-card a {
    color: #475467;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.footer-contact-card a:hover {
    color: var(--primary);
}


/* Registration banner */

.modern-register-banner {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    margin-top: 60px;
    padding: 38px 42px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 32px;
    background:
        linear-gradient(
            135deg,
            var(--primary),
            #7c3aed
        );
    box-shadow: 0 25px 60px rgba(79, 70, 229, 0.23);
}

.modern-register-banner::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: 110px;
    top: -140px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.footer-register-copy {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.footer-register-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 800;
}

.modern-register-banner h3 {
    margin: 15px 0 10px;
    color: #ffffff;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 900;
    letter-spacing: -0.03em;
}

.modern-register-banner p {
    max-width: 660px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.75;
}

.footer-register-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-audience-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 0.83rem;
    font-weight: 800;
}

.footer-register-button {
    border: 0;
    background: #ffffff;
    color: var(--primary);
    font-weight: 800;
}

.footer-register-button:hover {
    background: #f8fafc;
    color: var(--primary);
    transform: translateY(-2px);
}

.footer-qr-area {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}

.footer-qr-copy {
    max-width: 145px;
    text-align: right;
}

.footer-qr-copy strong,
.footer-qr-copy small {
    display: block;
}

.footer-qr-copy strong {
    color: #ffffff;
    font-size: 0.92rem;
}

.footer-qr-copy small {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.74rem;
    line-height: 1.4;
}

.footer-register-qr {
    display: block;
    padding: 10px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.2);
    transition: transform 0.3s ease;
}

.footer-register-qr:hover {
    transform: rotate(-2deg) scale(1.03);
}

.footer-register-qr img {
    display: block;
    width: 125px;
    height: 125px;
    object-fit: contain;
}


/* Footer bottom */

.modern-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 35px;
    padding-top: 24px;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    color: #7c8799;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-bottom-links a {
    color: #7c8799;
    font-size: 0.8rem;
    text-decoration: none;
}

.footer-bottom-links a:hover {
    color: var(--primary);
}

.footer-bottom-links span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c3cad5;
}


/* Responsive */

@media (max-width: 991.98px) {
    .footer-newsletter-card {
        padding: 40px 34px;
    }

    .modern-register-banner {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-qr-area {
        width: 100%;
        justify-content: flex-start;
    }

    .footer-qr-copy {
        max-width: 200px;
        text-align: left;
    }
}

@media (max-width: 575.98px) {
    .footer-newsletter {
        padding-top: 55px;
    }

    .footer-newsletter-card {
        padding: 32px 22px;
        border-radius: 27px;
    }

    .footer-subscribe-form {
        align-items: stretch;
        flex-wrap: wrap;
    }

    .footer-subscribe-icon {
        display: none;
    }

    .footer-subscribe-form input {
        width: 100%;
        padding: 12px 10px;
    }

    .footer-subscribe-form button {
        width: 100%;
        justify-content: center;
    }

    .modern-footer {
        padding-top: 95px;
    }

    .modern-register-banner {
        padding: 31px 23px;
        border-radius: 26px;
    }

    .footer-register-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .footer-register-button {
        width: 100%;
    }

    .footer-qr-area {
        align-items: flex-start;
        flex-direction: column;
    }

    .modern-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}


.footer-site-logo {
    display: block;
    width: auto;
    max-width: 190px;
    height: 58px;
    object-fit: contain;
}

.footer-site-name {
    color: inherit;
    font-weight: 900;
}

@media (max-width: 575.98px) {
    .footer-site-logo {
        max-width: 160px;
        height: 50px;
    }
}

.footer-site-logo {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: cover;
    padding: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, #eef5ff, #f7efff);
    border: 2px solid rgba(255,255,255,.95);
    box-shadow: 0 14px 30px rgba(59,130,246,.15);
    transition: all .35s ease;
}

.modern-footer-brand:hover .footer-site-logo {
    transform: translateY(-3px) rotate(-5deg) scale(1.08);
}

/* =====================================
   CONTACT PAGE HERO
===================================== */

.contact-hero {
    padding: 80px 0 40px;
    background: #ffffff;
}

.contact-hero-shell {
    position: relative;
    overflow: hidden;
    padding: 65px 60px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 38px;
    background:
        linear-gradient(
            135deg,
            #eef5ff 0%,
            #f7efff 50%,
            #fff4e8 100%
        );
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.1);
}

.contact-hero-decoration {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.contact-hero-decoration-one {
    width: 260px;
    height: 260px;
    top: -150px;
    right: 12%;
    background: rgba(255, 255, 255, 0.5);
}

.contact-hero-decoration-two {
    width: 180px;
    height: 180px;
    left: -90px;
    bottom: -100px;
    background: rgba(255, 255, 255, 0.4);
}

.contact-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--primary);
    font-size: 0.86rem;
    font-weight: 800;
    box-shadow: 0 9px 22px rgba(15, 23, 42, 0.06);
}

.contact-hero-title {
    max-width: 720px;
    margin: 20px 0 16px;
    color: #172033;
    font-size: clamp(2.6rem, 5vw, 4.7rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.contact-hero-text {
    max-width: 680px;
    margin-bottom: 25px;
    color: #667085;
    font-size: 1.08rem;
    line-height: 1.8;
}

.contact-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
    color: #536078;
    font-size: 0.82rem;
    font-weight: 700;
}

.contact-hero-points i {
    color: var(--primary);
}

.contact-hero-visual {
    position: relative;
    padding: 38px 32px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.74);
    text-align: center;
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.09);
    backdrop-filter: blur(12px);
}

.contact-hero-icon {
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    border-radius: 27px;
    background: linear-gradient(135deg, var(--primary), #8b5cf6);
    color: #ffffff;
    font-size: 2rem;
    box-shadow: 0 17px 35px rgba(79, 70, 229, 0.25);
}

.contact-hero-visual h3 {
    margin-bottom: 12px;
    color: #26334d;
    font-size: 1.5rem;
    font-weight: 900;
}

.contact-hero-visual p {
    margin-bottom: 20px;
    color: #667085;
    line-height: 1.7;
}

.contact-hero-mini-card {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 15px;
    border-radius: 15px;
    background: #fff7e8;
    color: #9a5a11;
    font-size: 0.82rem;
    font-weight: 800;
}


/* =====================================
   CONTACT FORM AND INFORMATION
===================================== */

.contact-main-section {
    position: relative;
    background: #ffffff;
}

.contact-form-card,
.contact-info-card {
    position: relative;
    overflow: hidden;
    padding: 40px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.08);
}

.contact-info-card {
    background:
        linear-gradient(
            160deg,
            #f8faff 0%,
            #f9f5ff 55%,
            #fff9f1 100%
        );
}

.contact-card-heading,
.contact-info-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
}

.contact-heading-icon {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background: #eef5ff;
    color: var(--primary);
    font-size: 1.35rem;
}

.contact-heading-purple {
    background: #f4ecff;
    color: #8b5cf6;
}

.contact-card-label {
    display: block;
    margin-bottom: 5px;
    color: var(--primary);
    font-size: 0.77rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-card-heading h2,
.contact-info-header h2 {
    margin-bottom: 7px;
    color: #26334d;
    font-size: clamp(1.65rem, 3vw, 2.15rem);
    font-weight: 900;
    letter-spacing: -0.03em;
}

.contact-card-heading p {
    margin-bottom: 0;
    color: #7c8799;
    line-height: 1.7;
}

.contact-alert {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 17px;
}

.contact-form-label {
    display: block;
    margin-bottom: 8px;
    color: #344054;
    font-size: 0.86rem;
    font-weight: 800;
}

.contact-input-wrap {
    position: relative;
}

.contact-input-wrap > i {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 17px;
    color: #98a2b3;
    font-size: 1rem;
    transform: translateY(-50%);
    pointer-events: none;
}

.contact-input-wrap .form-control {
    min-height: 56px;
    padding: 14px 17px 14px 48px;
    border: 1px solid #e4e9f1;
    border-radius: 16px;
    background: #fafbfc;
    color: #344054;
    box-shadow: none;
    transition:
        border-color 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}

.contact-input-wrap .form-control:focus {
    border-color: var(--primary);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(var(--bs-primary-rgb), 0.1);
}

.contact-textarea-wrap > i {
    top: 20px;
    transform: none;
}

.contact-textarea-wrap textarea.form-control {
    min-height: 175px;
    resize: vertical;
}

.contact-form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 8px;
}

.contact-privacy-note {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #7c8799;
    font-size: 0.8rem;
}

.contact-privacy-note i {
    color: #16a34a;
}

.contact-submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 180px;
    padding: 14px 24px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary), #7c3aed);
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(79, 70, 229, 0.22);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.contact-submit-button:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 19px 38px rgba(79, 70, 229, 0.3);
}


/* Contact information */

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(226, 232, 240, 0.85);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.82);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.contact-info-item:hover {
    transform: translateX(5px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
}

.contact-info-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #eef5ff;
    color: #2563eb;
    font-size: 1.15rem;
}

.contact-info-email {
    background: #f4ecff;
    color: #8b5cf6;
}

.contact-info-phone {
    background: #eefcf4;
    color: #16a34a;
}

.contact-info-hours {
    background: #fff5e8;
    color: #ea580c;
}

.contact-info-item small,
.contact-info-item span,
.contact-info-item a {
    display: block;
}

.contact-info-item small {
    margin-bottom: 3px;
    color: #98a2b3;
    font-size: 0.74rem;
}

.contact-info-item span,
.contact-info-item a {
    color: #475467;
    font-size: 0.92rem;
    font-weight: 750;
    line-height: 1.5;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.contact-info-item a:hover {
    color: var(--primary);
}

.contact-support-box {
    display: flex;
    gap: 13px;
    margin-top: 24px;
    padding: 18px;
    border-radius: 21px;
    background: linear-gradient(135deg, #fff0f4, #fff7ed);
}

.contact-support-icon {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #ffffff;
    color: #e11d48;
    box-shadow: 0 9px 20px rgba(15, 23, 42, 0.06);
}

.contact-support-box strong {
    display: block;
    margin-bottom: 4px;
    color: #344054;
    font-size: 0.92rem;
}

.contact-support-box p {
    margin-bottom: 0;
    color: #7c6570;
    font-size: 0.82rem;
    line-height: 1.6;
}


/* =====================================
   CONTACT RESPONSIVE
===================================== */

@media (max-width: 991.98px) {
    .contact-hero-shell {
        padding: 52px 40px;
    }

    .contact-form-card,
    .contact-info-card {
        padding: 34px;
    }
}

@media (max-width: 575.98px) {
    .contact-hero {
        padding-top: 50px;
    }

    .contact-hero-shell {
        padding: 40px 23px;
        border-radius: 29px;
    }

    .contact-hero-title {
        font-size: 2.45rem;
    }

    .contact-hero-points {
        align-items: stretch;
        flex-direction: column;
    }

    .contact-hero-points span {
        justify-content: center;
    }

    .contact-hero-visual {
        padding: 30px 22px;
        border-radius: 25px;
    }

    .contact-form-card,
    .contact-info-card {
        padding: 27px 21px;
        border-radius: 26px;
    }

    .contact-card-heading,
    .contact-info-header {
        align-items: flex-start;
    }

    .contact-form-bottom {
        align-items: stretch;
        flex-direction: column;
    }

    .contact-submit-button {
        width: 100%;
    }
}




/* =====================================
   HOW IT WORKS PAGE
===================================== */

.how-page-hero {
    padding: 80px 0 55px;
    background: #ffffff;
}

.how-hero-shell {
    position: relative;
    overflow: hidden;
    padding: 68px 60px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 38px;
    background:
        linear-gradient(
            135deg,
            #eef5ff 0%,
            #f6efff 48%,
            #fff4e8 100%
        );
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.1);
}

.how-hero-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.how-hero-shape-one {
    width: 280px;
    height: 280px;
    top: -165px;
    right: 8%;
    background: rgba(255, 255, 255, 0.5);
}

.how-hero-shape-two {
    width: 190px;
    height: 190px;
    left: -95px;
    bottom: -105px;
    background: rgba(255, 255, 255, 0.42);
}

.how-section-badge,
.how-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 850;
}

.how-section-badge {
    background: rgba(255, 255, 255, 0.82);
    color: var(--primary);
    box-shadow: 0 9px 22px rgba(15, 23, 42, 0.06);
}

.how-hero-title {
    max-width: 720px;
    margin: 20px 0 17px;
    color: #172033;
    font-size: clamp(2.7rem, 5vw, 4.8rem);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: -0.055em;
}

.how-hero-title span {
    color: var(--primary);
}

.how-hero-description {
    max-width: 690px;
    margin-bottom: 27px;
    color: #667085;
    font-size: 1.08rem;
    line-height: 1.8;
}

.how-hero-actions,
.how-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.how-primary-button,
.how-secondary-button,
.how-result-button,
.how-cta-primary,
.how-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 22px;
    border-radius: 999px;
    font-weight: 800;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.how-primary-button {
    border: 0;
    background: linear-gradient(135deg, var(--primary), #7c3aed);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(79, 70, 229, 0.22);
}

.how-primary-button:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(79, 70, 229, 0.3);
}

.how-secondary-button {
    border: 1px solid rgba(79, 70, 229, 0.17);
    background: rgba(255, 255, 255, 0.78);
    color: #4f46e5;
}

.how-secondary-button:hover {
    background: #ffffff;
    color: #4f46e5;
    transform: translateY(-3px);
}

.how-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.how-hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    color: #5f6b7c;
    font-size: 0.78rem;
    font-weight: 750;
}

.how-hero-trust i {
    color: var(--primary);
}


/* Hero visual */

.how-hero-visual {
    padding: 38px 30px;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.76);
    text-align: center;
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.09);
    backdrop-filter: blur(12px);
}

.how-visual-main-icon {
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border-radius: 27px;
    background: linear-gradient(135deg, var(--primary), #8b5cf6);
    color: #ffffff;
    font-size: 2rem;
    box-shadow: 0 17px 35px rgba(79, 70, 229, 0.24);
}

.how-hero-visual h3 {
    margin-bottom: 10px;
    color: #26334d;
    font-size: 1.5rem;
    font-weight: 900;
}

.how-hero-visual > p {
    margin: 0 auto 25px;
    color: #6b7587;
    line-height: 1.7;
}

.how-visual-steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
}

.how-visual-steps > i {
    margin-top: 15px;
    color: #b1b8c5;
}

.how-visual-steps div {
    width: 82px;
}

.how-visual-steps span {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 7px;
    border-radius: 50%;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 0.82rem;
    font-weight: 900;
}

.how-visual-steps small {
    color: #7b8495;
    font-size: 0.68rem;
    line-height: 1.4;
}


/* =====================================
   SECTION HEADINGS
===================================== */

.how-process-section,
.how-faq-section {
    padding: 95px 0;
}

.how-parent-section {
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f7fcf9 100%
        );
}

.how-provider-section {
    background: #ffffff;
}

.how-section-heading {
    max-width: 740px;
    margin: 0 auto 50px;
}

.how-section-heading h2,
.how-review-shell h2,
.how-cta-card h2 {
    margin: 16px 0 12px;
    color: #26334d;
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 900;
    letter-spacing: -0.045em;
}

.how-section-heading p {
    margin-bottom: 0;
    color: #7b8495;
    font-size: 1rem;
    line-height: 1.75;
}

.how-label-green {
    background: #eafaf1;
    color: #168451;
}

.how-label-purple {
    background: #f2ecff;
    color: #7c3aed;
}

.how-label-red {
    background: #fff0f1;
    color: #dc3545;
}

.how-label-blue {
    background: #eaf4ff;
    color: #2563eb;
}


/* =====================================
   STEP CARDS
===================================== */

.how-step-card {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 17px 42px rgba(15, 23, 42, 0.07);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.how-step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 55px rgba(15, 23, 42, 0.12);
}

.how-parent-card:hover {
    border-color: rgba(22, 132, 81, 0.2);
}

.how-provider-card:hover {
    border-color: rgba(124, 58, 237, 0.2);
}

.how-step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.how-step-icon {
    width: 61px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 19px;
    font-size: 1.45rem;
}

.how-parent-card .how-step-icon {
    background: #eafaf1;
    color: #168451;
}

.how-provider-card .how-step-icon {
    background: #f2ecff;
    color: #7c3aed;
}

.how-step-number {
    color: #d4dae4;
    font-size: 1.4rem;
    font-weight: 900;
}

.how-step-card h3 {
    margin-bottom: 12px;
    color: #344054;
    font-size: 1.12rem;
    font-weight: 850;
}

.how-step-card p {
    margin-bottom: 25px;
    color: #7b8495;
    font-size: 0.9rem;
    line-height: 1.72;
}

.how-card-bottom-line {
    position: absolute;
    right: 30px;
    bottom: 0;
    left: 30px;
    height: 4px;
    border-radius: 999px 999px 0 0;
    transform: scaleX(0.3);
    transition: transform 0.35s ease;
}

.how-parent-card .how-card-bottom-line {
    background: linear-gradient(90deg, #22c55e, #86efac);
}

.how-provider-card .how-card-bottom-line {
    background: linear-gradient(90deg, #7c3aed, #c4b5fd);
}

.how-step-card:hover .how-card-bottom-line {
    transform: scaleX(1);
}


/* =====================================
   RESULT BANNER
===================================== */

.how-result-section {
    padding: 10px 0 65px;
    background: #f7fcf9;
}

.how-result-card {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 28px 32px;
    border: 1px solid rgba(187, 247, 208, 0.9);
    border-radius: 27px;
    background: linear-gradient(135deg, #ecfdf3, #f5fff8);
    box-shadow: 0 15px 38px rgba(22, 132, 81, 0.08);
}

.how-result-icon {
    width: 66px;
    height: 66px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 21px;
    background: #ffffff;
    color: #16a34a;
    font-size: 1.6rem;
    box-shadow: 0 10px 24px rgba(22, 132, 81, 0.1);
}

.how-result-copy {
    flex-grow: 1;
}

.how-result-copy span {
    color: #168451;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.how-result-copy h2 {
    margin: 5px 0;
    color: #28523a;
    font-size: 1.3rem;
    font-weight: 900;
}

.how-result-copy p {
    margin-bottom: 0;
    color: #62806d;
    font-size: 0.88rem;
}

.how-result-button {
    flex-shrink: 0;
    border: 0;
    background: #168451;
    color: #ffffff;
}

.how-result-button:hover {
    background: #116b42;
    color: #ffffff;
    transform: translateY(-2px);
}


/* =====================================
   LISTING REVIEW
===================================== */

.how-review-section {
    padding: 95px 0;
    background:
        linear-gradient(
            180deg,
            #fffafb 0%,
            #ffffff 100%
        );
}

.how-review-shell {
    padding: 55px;
    border: 1px solid rgba(254, 202, 202, 0.75);
    border-radius: 35px;
    background:
        linear-gradient(
            135deg,
            #fff7f7 0%,
            #fffaf3 100%
        );
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.how-review-intro {
    margin-bottom: 24px;
    color: #7b6770;
    line-height: 1.8;
}

.how-review-notice {
    display: flex;
    gap: 13px;
    padding: 17px;
    border-radius: 19px;
    background: #fff1d9;
}

.how-review-notice > span {
    width: 43px;
    height: 43px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #ffffff;
    color: #e58b16;
}

.how-review-notice p {
    margin-bottom: 0;
    color: #816027;
    font-size: 0.85rem;
    line-height: 1.65;
}

.how-reasons-card {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 29px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.how-reasons-heading {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 23px;
}

.how-reasons-heading > span {
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background: #fff0f1;
    color: #dc3545;
    font-size: 1.2rem;
}

.how-reasons-heading small {
    color: #98a2b3;
    font-size: 0.74rem;
}

.how-reasons-heading h3 {
    margin-bottom: 0;
    color: #344054;
    font-size: 1.18rem;
    font-weight: 850;
}

.how-reasons-list {
    display: grid;
    gap: 11px;
}

.how-reason-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 15px;
    border: 1px solid #f1e4e5;
    border-radius: 16px;
    background: #fffafa;
}

.how-reason-icon {
    width: 33px;
    height: 33px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffe9eb;
    color: #dc3545;
    font-size: 0.73rem;
}

.how-reason-item p {
    margin-bottom: 0;
    color: #69565d;
    font-size: 0.85rem;
}


/* =====================================
   FAQ
===================================== */

.how-faq-section {
    background: #ffffff;
}

.how-faq-accordion {
    display: grid;
    gap: 14px;
}

.how-faq-accordion .accordion-item {
    overflow: hidden;
    border: 1px solid #e7ebf1;
    border-radius: 21px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.how-faq-accordion .accordion-button {
    gap: 13px;
    padding: 20px 22px;
    background: #ffffff;
    color: #344054;
    font-size: 0.96rem;
    font-weight: 800;
    box-shadow: none;
}

.how-faq-accordion .accordion-button:not(.collapsed) {
    background: #f7f8ff;
    color: var(--primary);
}

.how-faq-accordion .accordion-button::after {
    width: 34px;
    height: 34px;
    margin-left: auto;
    border-radius: 50%;
    background-position: center;
    background-size: 14px;
}

.how-faq-icon {
    width: 41px;
    height: 41px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #eef4ff;
    color: #2563eb;
}

.how-faq-accordion .accordion-body {
    padding: 0 22px 22px 76px;
    color: #7b8495;
    font-size: 0.9rem;
    line-height: 1.75;
}


/* =====================================
   CTA
===================================== */

.how-cta-section {
    padding: 10px 0 95px;
    background: #ffffff;
}

.how-cta-card {
    position: relative;
    overflow: hidden;
    padding: 65px 30px;
    border-radius: 35px;
    background:
        linear-gradient(
            135deg,
            #eaf3ff 0%,
            #f4ecff 52%,
            #fff0df 100%
        );
    text-align: center;
    box-shadow: 0 27px 65px rgba(15, 23, 42, 0.1);
}

.how-cta-decoration {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.42);
}

.how-cta-decoration-one {
    width: 250px;
    height: 250px;
    top: -140px;
    right: 5%;
}

.how-cta-decoration-two {
    width: 190px;
    height: 190px;
    bottom: -110px;
    left: 7%;
}

.how-cta-icon {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 21px;
    background: #ffffff;
    color: var(--primary);
    font-size: 1.55rem;
    box-shadow: 0 14px 31px rgba(15, 23, 42, 0.09);
}

.how-cta-card p {
    max-width: 650px;
    margin: 0 auto 25px;
    color: #667085;
    line-height: 1.75;
}

.how-cta-buttons {
    justify-content: center;
}

.how-cta-primary {
    border: 0;
    background: linear-gradient(135deg, var(--primary), #7c3aed);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(79, 70, 229, 0.23);
}

.how-cta-primary:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 19px 39px rgba(79, 70, 229, 0.3);
}

.how-cta-secondary {
    border: 1px solid rgba(79, 70, 229, 0.16);
    background: #ffffff;
    color: #4f46e5;
}

.how-cta-secondary:hover {
    background: #f9f8ff;
    color: #4f46e5;
    transform: translateY(-3px);
}


/* =====================================
   RESPONSIVE
===================================== */

@media (max-width: 991.98px) {
    .how-hero-shell {
        padding: 55px 40px;
    }

    .how-review-shell {
        padding: 42px;
    }

    .how-result-card {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .how-result-button {
        margin-left: 88px;
    }
}

@media (max-width: 575.98px) {
    .how-page-hero {
        padding-top: 50px;
    }

    .how-hero-shell {
        padding: 40px 23px;
        border-radius: 29px;
    }

    .how-hero-title {
        font-size: 2.45rem;
    }

    .how-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .how-primary-button,
    .how-secondary-button {
        width: 100%;
    }

    .how-hero-trust {
        align-items: stretch;
        flex-direction: column;
    }

    .how-hero-trust span {
        justify-content: center;
    }

    .how-hero-visual {
        padding: 31px 20px;
        border-radius: 25px;
    }

    .how-visual-steps {
        gap: 5px;
    }

    .how-visual-steps > i {
        display: none;
    }

    .how-process-section,
    .how-review-section,
    .how-faq-section {
        padding: 70px 0;
    }

    .how-step-card {
        padding: 26px;
        border-radius: 24px;
    }

    .how-result-card {
        align-items: center;
        flex-direction: column;
        padding: 28px 22px;
        text-align: center;
    }

    .how-result-button {
        width: 100%;
        margin-left: 0;
    }

    .how-review-shell {
        padding: 31px 21px;
        border-radius: 28px;
    }

    .how-reasons-card {
        padding: 25px 18px;
        border-radius: 24px;
    }

    .how-faq-accordion .accordion-button {
        align-items: flex-start;
        padding: 18px;
    }

    .how-faq-accordion .accordion-body {
        padding: 0 18px 20px;
    }

    .how-faq-icon {
        width: 37px;
        height: 37px;
    }

    .how-cta-card {
        padding: 48px 21px;
        border-radius: 28px;
    }

    .how-cta-buttons {
        align-items: stretch;
        flex-direction: column;
    }

    .how-cta-primary,
    .how-cta-secondary {
        width: 100%;
    }
}




/* =====================================
   PREMIUM LISTING PAGE
===================================== */

.listing-page-hero {
    padding: 78px 0 0;
    background: #ffffff;
}

.listing-hero-shell {
    position: relative;
    overflow: hidden;
    padding: 65px 58px 105px;
    border: 1px solid rgba(226, 232, 240, 0.85);
    border-radius: 38px;
    background:
        linear-gradient(
            135deg,
            #edf5ff 0%,
            #f5eeff 48%,
            #fff4e6 100%
        );
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.09);
}

.listing-hero-decoration {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.listing-decoration-one {
    width: 280px;
    height: 280px;
    top: -165px;
    right: 8%;
    background: rgba(255, 255, 255, 0.48);
}

.listing-decoration-two {
    width: 210px;
    height: 210px;
    bottom: -120px;
    left: -80px;
    background: rgba(255, 255, 255, 0.4);
}

.listing-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--primary);
    font-size: 0.8rem;
    font-weight: 850;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

.listing-hero-title {
    max-width: 760px;
    margin: 20px 0 17px;
    color: #202b45;
    font-size: clamp(2.7rem, 5vw, 4.7rem);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: -0.055em;
}

.listing-hero-title span {
    display: block;
    color: var(--primary);
}

.listing-hero-description {
    max-width: 670px;
    margin-bottom: 27px;
    color: #697386;
    font-size: 1.07rem;
    line-height: 1.8;
}

.listing-hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.listing-hero-highlights span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.6);
    color: #606b7d;
    font-size: 0.78rem;
    font-weight: 750;
}

.listing-hero-highlights i {
    color: var(--primary);
}


/* Hero statistics */

.listing-hero-stats {
    padding: 37px 30px 30px;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.76);
    text-align: center;
    box-shadow: 0 23px 52px rgba(15, 23, 42, 0.09);
    backdrop-filter: blur(14px);
}

.listing-stat-main-icon {
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 19px;
    border-radius: 26px;
    background:
        linear-gradient(
            135deg,
            var(--primary),
            #8b5cf6
        );
    color: #ffffff;
    font-size: 1.9rem;
    box-shadow: 0 17px 35px rgba(79, 70, 229, 0.24);
}

.listing-hero-stats h3 {
    margin-bottom: 9px;
    color: #2e3b55;
    font-size: 1.4rem;
    font-weight: 900;
}

.listing-hero-stats > p {
    margin-bottom: 24px;
    color: #778195;
    font-size: 0.88rem;
    line-height: 1.7;
}

.listing-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
}

.listing-stat-item {
    padding: 13px 8px;
    border: 1px solid #edf0f5;
    border-radius: 17px;
    background: #ffffff;
}

.listing-stat-item strong {
    display: block;
    color: #3b4a68;
    font-size: 1.05rem;
    font-weight: 900;
}

.listing-stat-item span {
    color: #98a2b3;
    font-size: 0.66rem;
}


/* =====================================
   SEARCH FILTER
===================================== */

.listing-search-section {
    position: relative;
    z-index: 5;
    margin-top: -52px;
    padding-bottom: 55px;
}

.listing-filter-card {
    padding: 30px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
    backdrop-filter: blur(15px);
}

.listing-filter-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 23px;
}

.listing-filter-title {
    display: flex;
    align-items: center;
    gap: 13px;
}

.listing-filter-heading-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #f0edff;
    color: #7254d8;
    font-size: 1.15rem;
}

.listing-filter-title span {
    display: block;
    margin-bottom: 2px;
    color: #98a2b3;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.listing-filter-title h2 {
    margin-bottom: 0;
    color: #344054;
    font-size: 1.3rem;
    font-weight: 900;
}

.listing-clear-link,
.listing-results-reset {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #777f91;
    font-size: 0.82rem;
    font-weight: 750;
    text-decoration: none;
}

.listing-clear-link:hover,
.listing-results-reset:hover {
    color: var(--primary);
}

.listing-filter-label {
    display: block;
    margin-bottom: 7px;
    color: #4c586f;
    font-size: 0.76rem;
    font-weight: 850;
}

.listing-control-wrap {
    position: relative;
}

.listing-control-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 15px;
    color: #8b95a7;
    font-size: 0.92rem;
    transform: translateY(-50%);
    pointer-events: none;
}

.listing-control {
    min-height: 51px;
    padding-left: 42px;
    border: 1px solid #e1e6ee;
    border-radius: 15px;
    background-color: #fafbfc;
    color: #344054;
    font-size: 0.86rem;
    box-shadow: none;
    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

select.listing-control {
    padding-right: 34px;
}

.listing-control:focus {
    border-color: rgba(99, 102, 241, 0.38);
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.09);
}

.listing-search-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eef1f5;
}

.listing-search-actions p {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 0;
    color: #98a2b3;
    font-size: 0.75rem;
}

.listing-reset-button,
.listing-search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 47px;
    padding: 11px 20px;
    border-radius: 999px;
    font-size: 0.83rem;
    font-weight: 850;
}

.listing-reset-button {
    border: 1px solid #e0e5ed;
    background: #ffffff;
    color: #667085;
}

.listing-reset-button:hover {
    border-color: #d0d5dd;
    background: #f8fafc;
    color: #344054;
}

.listing-search-button {
    border: 0;
    background:
        linear-gradient(
            135deg,
            var(--primary),
            #7c3aed
        );
    color: #ffffff;
    box-shadow: 0 13px 28px rgba(79, 70, 229, 0.22);
}

.listing-search-button:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 17px 34px rgba(79, 70, 229, 0.3);
}


/* =====================================
   RESULTS HEADER
===================================== */

.listing-results-section {
    padding: 35px 0 100px;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fafbff 100%
        );
}

.listing-results-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 35px;
    padding-bottom: 23px;
    border-bottom: 1px solid #edf0f4;
}

.listing-results-copy {
    display: flex;
    align-items: center;
    gap: 15px;
}

.listing-results-icon {
    width: 55px;
    height: 55px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #edf2ff;
    color: var(--primary);
    font-size: 1.25rem;
}

.listing-results-label {
    color: #98a2b3;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.listing-results-copy h2 {
    margin: 2px 0 3px;
    color: #344054;
    font-size: 1.55rem;
    font-weight: 900;
}

.listing-results-copy p {
    margin-bottom: 0;
    color: #8a94a6;
    font-size: 0.78rem;
}


/* =====================================
   LISTING CARD
===================================== */

.premium-listing-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 27px;
    background: #ffffff;
    box-shadow: 0 17px 42px rgba(15, 23, 42, 0.07);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.premium-listing-card:hover {
    border-color: rgba(99, 102, 241, 0.19);
    transform: translateY(-8px);
    box-shadow: 0 28px 58px rgba(15, 23, 42, 0.13);
}

.premium-listing-image-wrap {
    position: relative;
    overflow: hidden;
    margin: 10px 10px 0;
    border-radius: 20px;
}

.premium-listing-image-link {
    display: block;
}

.premium-listing-image {
    width: 100%;
    height: 225px;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.premium-listing-card:hover .premium-listing-image {
    transform: scale(1.055);
}

.premium-listing-image-wrap::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 45%;
    background:
        linear-gradient(
            to top,
            rgba(15, 23, 42, 0.26),
            transparent
        );
    content: "";
    pointer-events: none;
}

.premium-listing-badges {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.premium-featured-badge,
.premium-approved-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 850;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(9px);
}

.premium-featured-badge {
    background: rgba(255, 247, 220, 0.94);
    color: #b7791f;
}

.premium-approved-badge {
    background: rgba(232, 255, 241, 0.94);
    color: #168451;
}

.premium-favorite-button {
    position: absolute;
    z-index: 3;
    top: 13px;
    right: 13px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #667085;
    font-size: 1.05rem;
    text-decoration: none;
    box-shadow: 0 9px 24px rgba(15, 23, 42, 0.13);
    backdrop-filter: blur(8px);
    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease;
}

.premium-favorite-button:hover {
    background: #ffffff;
    color: #e54861;
    transform: scale(1.08);
}

.premium-favorite-button.is-saved {
    background: #fff0f3;
    color: #e54861;
}

.premium-listing-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.premium-category-tag {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #f0edff;
    color: #7254d8;
    font-size: 0.7rem;
    font-weight: 850;
}

.premium-listing-title {
    margin-bottom: 9px;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.35;
}

.premium-listing-title a {
    color: #344054;
    text-decoration: none;
    transition: color 0.25s ease;
}

.premium-listing-title a:hover {
    color: var(--primary);
}

.premium-listing-location {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 17px;
    color: #7b8495;
    font-size: 0.82rem;
}

.premium-listing-location span {
    width: 29px;
    height: 29px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #fff0ec;
    color: #ed765f;
}

.premium-facilities {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 23px;
}

.premium-facilities span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 10px;
    border: 1px solid #e7ebf1;
    border-radius: 999px;
    background: #fafbfc;
    color: #687386;
    font-size: 0.67rem;
    font-weight: 750;
}

.premium-facilities span i {
    color: #22a06b;
}

.premium-facilities-empty {
    margin-bottom: 23px;
    padding: 11px 13px;
    border-radius: 13px;
    background: #f8fafc;
    color: #98a2b3;
    font-size: 0.7rem;
}

.premium-facilities-empty i {
    margin-right: 5px;
}

.premium-listing-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid #edf0f4;
}

.premium-listing-price span {
    display: block;
    margin-bottom: 2px;
    color: #98a2b3;
    font-size: 0.66rem;
}

.premium-listing-price strong {
    color: #344054;
    font-size: 1.03rem;
    font-weight: 900;
}

.premium-details-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 15px;
    border: 0;
    border-radius: 999px;
    background:
        linear-gradient(
            135deg,
            var(--primary),
            #7c3aed
        );
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 850;
    box-shadow: 0 10px 23px rgba(79, 70, 229, 0.18);
}

.premium-details-button:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(79, 70, 229, 0.26);
}


/* =====================================
   EMPTY STATE
===================================== */

.listing-empty-state {
    position: relative;
    overflow: hidden;
    padding: 80px 25px;
    border: 1px solid #e8ebf1;
    border-radius: 32px;
    background:
        linear-gradient(
            135deg,
            #f5f8ff,
            #faf5ff,
            #fff8ef
        );
    text-align: center;
    box-shadow: 0 22px 52px rgba(15, 23, 42, 0.08);
}

.listing-empty-decoration {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.listing-empty-one {
    width: 230px;
    height: 230px;
    top: -130px;
    right: 7%;
}

.listing-empty-two {
    width: 170px;
    height: 170px;
    bottom: -95px;
    left: 8%;
}

.listing-empty-icon {
    position: relative;
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border-radius: 27px;
    background: #ffffff;
    color: var(--primary);
    font-size: 2rem;
    box-shadow: 0 17px 38px rgba(15, 23, 42, 0.1);
}

.listing-empty-state > span {
    position: relative;
    color: #8b5cf6;
    font-size: 0.75rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.listing-empty-state h2 {
    position: relative;
    margin: 10px 0;
    color: #344054;
    font-size: 2rem;
    font-weight: 900;
}

.listing-empty-state p {
    position: relative;
    max-width: 580px;
    margin: 0 auto 24px;
    color: #7b8495;
    line-height: 1.75;
}

.listing-empty-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border: 0;
    border-radius: 999px;
    background:
        linear-gradient(
            135deg,
            var(--primary),
            #7c3aed
        );
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 850;
}

.listing-empty-button:hover {
    color: #ffffff;
    transform: translateY(-2px);
}


/* =====================================
   RESPONSIVE
===================================== */

@media (max-width: 991.98px) {
    .listing-hero-shell {
        padding: 55px 40px 100px;
    }

    .listing-filter-card {
        padding: 25px;
    }
}

@media (max-width: 767.98px) {
    .listing-results-header,
    .listing-search-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .listing-results-reset {
        margin-left: 70px;
    }
}

@media (max-width: 575.98px) {
    .listing-page-hero {
        padding-top: 48px;
    }

    .listing-hero-shell {
        padding: 40px 22px 92px;
        border-radius: 29px;
    }

    .listing-hero-title {
        font-size: 2.45rem;
    }

    .listing-hero-highlights {
        align-items: stretch;
        flex-direction: column;
    }

    .listing-hero-highlights span {
        justify-content: center;
    }

    .listing-hero-stats {
        padding: 31px 20px 25px;
        border-radius: 25px;
    }

    .listing-stat-grid {
        gap: 6px;
    }

    .listing-stat-item {
        padding: 11px 5px;
    }

    .listing-filter-card {
        padding: 22px 18px;
        border-radius: 25px;
    }

    .listing-filter-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .listing-search-actions .d-flex,
    .listing-reset-button,
    .listing-search-button {
        width: 100%;
    }

    .listing-search-actions .d-flex {
        flex-direction: column;
    }

    .listing-results-copy {
        align-items: flex-start;
    }

    .listing-results-copy h2 {
        font-size: 1.25rem;
    }

    .listing-results-reset {
        margin-left: 0;
    }

    .premium-listing-image {
        height: 215px;
    }

    .premium-listing-content {
        padding: 21px;
    }

    .premium-listing-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .premium-details-button {
        width: 100%;
    }

    .listing-empty-state {
        padding: 60px 20px;
        border-radius: 27px;
    }

    .listing-empty-state h2 {
        font-size: 1.65rem;
    }
}



/* =====================================
   PREMIUM AUTHENTICATION
===================================== */

.premium-auth-section {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    padding: 75px 0;
    background:
        radial-gradient(
            circle at 12% 15%,
            rgba(99, 102, 241, 0.12),
            transparent 30%
        ),
        radial-gradient(
            circle at 88% 85%,
            rgba(244, 114, 182, 0.12),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #f7f9ff 0%,
            #fff9fb 52%,
            #fffaf2 100%
        );
}

.premium-auth-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.auth-shape-one {
    width: 320px;
    height: 320px;
    top: -170px;
    right: 8%;
    background: rgba(255, 255, 255, 0.52);
}

.auth-shape-two {
    width: 230px;
    height: 230px;
    bottom: -120px;
    left: 6%;
    background: rgba(255, 255, 255, 0.5);
}

.premium-auth-wrapper {
    overflow: hidden;
    max-width: 1120px;
    margin: auto;
    border: 1px solid rgba(226, 232, 240, 0.85);
    border-radius: 38px;
    background: #ffffff;
    box-shadow: 0 35px 90px rgba(15, 23, 42, 0.13);
}


/* Left panel */

.auth-welcome-panel {
    position: relative;
    overflow: hidden;
    padding: 48px;
    background:
        linear-gradient(
            145deg,
            #ebeefe 0%,
            #f4ebff 48%,
            #fff0e4 100%
        );
}

.auth-welcome-panel::before {
    position: absolute;
    width: 260px;
    height: 260px;
    top: -135px;
    right: -100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.38);
    content: "";
}

.auth-welcome-panel::after {
    position: absolute;
    width: 190px;
    height: 190px;
    bottom: -100px;
    left: -80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.33);
    content: "";
}

.auth-welcome-content {
    position: relative;
    z-index: 2;
    min-height: 625px;
    display: flex;
    flex-direction: column;
}

.auth-brand {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #29344c;
    font-size: 1.05rem;
    font-weight: 900;
    text-decoration: none;
}

.auth-brand:hover {
    color: var(--primary);
}

.auth-brand-logo {
    width: 45px;
    height: 45px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    background:
        linear-gradient(
            135deg,
            var(--primary),
            #8b5cf6
        );
    color: #ffffff;
    font-size: 1.15rem;
    box-shadow: 0 11px 25px rgba(79, 70, 229, 0.2);
}

.auth-brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.auth-welcome-main {
    margin: auto 0;
    padding: 55px 0;
}

.auth-welcome-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.65);
    color: #7254d8;
    font-size: 0.75rem;
    font-weight: 850;
    box-shadow: 0 9px 22px rgba(15, 23, 42, 0.05);
}

.auth-welcome-main h1 {
    margin: 20px 0 17px;
    color: #26334d;
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    font-weight: 900;
    line-height: 1.07;
    letter-spacing: -0.05em;
}

.auth-welcome-main h1 span {
    display: block;
    color: var(--primary);
}

.auth-welcome-main > p {
    max-width: 510px;
    margin-bottom: 30px;
    color: #687386;
    font-size: 0.95rem;
    line-height: 1.8;
}

.auth-benefits {
    display: grid;
    gap: 13px;
}

.auth-benefit-item {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.55);
}

.auth-benefit-item > span {
    width: 43px;
    height: 43px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #ffffff;
    color: var(--primary);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
}

.auth-benefit-item strong,
.auth-benefit-item small {
    display: block;
}

.auth-benefit-item strong {
    margin-bottom: 2px;
    color: #344054;
    font-size: 0.84rem;
}

.auth-benefit-item small {
    color: #7b8495;
    font-size: 0.7rem;
    line-height: 1.5;
}

.auth-welcome-footer {
    display: flex;
    align-items: center;
    gap: 12px;
}

.auth-parent-avatars {
    display: flex;
}

.auth-parent-avatars span {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -7px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: #ffffff;
    color: #7c6edc;
    font-size: 0.78rem;
    box-shadow: 0 5px 13px rgba(15, 23, 42, 0.08);
}

.auth-parent-avatars span:first-child {
    margin-left: 0;
}

.auth-welcome-footer p {
    margin-bottom: 0;
    color: #6f798b;
    font-size: 0.73rem;
}


/* Form panel */

.auth-form-panel {
    min-height: 100%;
    padding: 55px 58px;
    background: #ffffff;
}

.auth-mobile-brand {
    margin-bottom: 40px;
}

.auth-form-heading {
    margin-bottom: 27px;
}

.auth-form-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 19px;
    background: #f0edff;
    color: #7254d8;
    font-size: 1.35rem;
}

.auth-small-label {
    color: #8b5cf6;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.auth-form-heading h2 {
    margin: 6px 0;
    color: #29344c;
    font-size: 2.1rem;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.auth-form-heading p {
    margin-bottom: 0;
    color: #8a94a6;
    font-size: 0.87rem;
}


/* Alerts */

.auth-alert {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 22px;
    padding: 14px 15px;
    border-radius: 16px;
}

.auth-alert > span {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
}

.auth-alert strong {
    display: block;
    margin-bottom: 2px;
    font-size: 0.79rem;
}

.auth-alert p {
    margin-bottom: 0;
    font-size: 0.74rem;
    line-height: 1.55;
}

.auth-alert-danger {
    border: 1px solid #ffd7dc;
    background: #fff4f5;
    color: #9f3042;
}

.auth-alert-danger > span {
    background: #ffe3e7;
    color: #d92d49;
}

.auth-alert-success {
    border: 1px solid #ccefdc;
    background: #f1fcf6;
    color: #26764a;
}

.auth-alert-success > span {
    background: #ddf8e9;
    color: #168451;
}


/* Inputs */

.auth-form-group {
    margin-bottom: 20px;
}

.auth-form-label {
    display: block;
    margin-bottom: 8px;
    color: #475467;
    font-size: 0.78rem;
    font-weight: 850;
}

.auth-password-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.auth-forgot-link {
    color: var(--primary);
    font-size: 0.75rem;
    font-weight: 800;
    text-decoration: none;
}

.auth-forgot-link:hover {
    text-decoration: underline;
}

.auth-input-wrapper {
    position: relative;
}

.auth-input-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 16px;
    display: flex;
    color: #98a2b3;
    transform: translateY(-50%);
    pointer-events: none;
}

.auth-form-control {
    min-height: 55px;
    padding: 12px 16px 12px 47px;
    border: 1px solid #e1e6ee;
    border-radius: 16px;
    background: #fafbfc;
    color: #344054;
    font-size: 0.88rem;
    box-shadow: none;
    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.auth-password-input {
    padding-right: 49px;
}

.auth-form-control::placeholder {
    color: #a5adba;
}

.auth-form-control:focus {
    border-color: rgba(99, 102, 241, 0.42);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.09);
}

.auth-password-toggle {
    position: absolute;
    top: 50%;
    right: 13px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #8a94a6;
    transform: translateY(-50%);
}

.auth-password-toggle:hover {
    background: #f0edff;
    color: var(--primary);
}


/* Submit button */

.auth-submit-button {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 8px;
    border: 0;
    border-radius: 999px;
    background:
        linear-gradient(
            135deg,
            var(--primary),
            #7c3aed
        );
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 850;
    box-shadow: 0 14px 30px rgba(79, 70, 229, 0.22);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        opacity 0.25s ease;
}

.auth-submit-button:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 18px 37px rgba(79, 70, 229, 0.3);
}

.auth-submit-button:disabled {
    cursor: not-allowed;
    opacity: 0.75;
    transform: none;
}


/* Registration link */

.auth-divider {
    position: relative;
    margin: 30px 0 20px;
    text-align: center;
}

.auth-divider::before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 1px;
    background: #edf0f4;
    content: "";
}

.auth-divider span {
    position: relative;
    padding: 0 13px;
    background: #ffffff;
    color: #98a2b3;
    font-size: 0.72rem;
}

.auth-create-account {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border: 1px solid #e5e9f0;
    border-radius: 17px;
    background: #fafbfc;
    color: #344054;
    text-decoration: none;
    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.auth-create-account:hover {
    border-color: rgba(99, 102, 241, 0.25);
    background: #f8f7ff;
    color: #344054;
    transform: translateY(-2px);
}

.auth-create-account > span {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #f0edff;
    color: #7254d8;
}

.auth-create-account > div {
    flex-grow: 1;
}

.auth-create-account strong,
.auth-create-account small {
    display: block;
}

.auth-create-account strong {
    margin-bottom: 2px;
    font-size: 0.82rem;
}

.auth-create-account small {
    color: #8a94a6;
    font-size: 0.68rem;
}

.auth-create-account > i {
    color: #98a2b3;
    font-size: 0.78rem;
}

.auth-privacy-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 22px 0 0;
    color: #98a2b3;
    font-size: 0.68rem;
}


/* Responsive */

@media (max-width: 991.98px) {
    .premium-auth-section {
        padding: 60px 0;
    }

    .premium-auth-wrapper {
        max-width: 620px;
    }

    .auth-form-panel {
        padding: 50px;
    }
}

@media (max-width: 575.98px) {
    .premium-auth-section {
        min-height: auto;
        padding: 35px 0;
    }

    .premium-auth-wrapper {
        border-radius: 28px;
    }

    .auth-form-panel {
        padding: 34px 21px;
    }

    .auth-mobile-brand {
        margin-bottom: 35px;
    }

    .auth-form-heading h2 {
        font-size: 1.8rem;
    }

    .auth-create-account {
        align-items: flex-start;
    }
}


/* =====================================
   PREMIUM REGISTER PAGE
===================================== */

.premium-register-wrapper {
    max-width: 1180px;
}

.register-welcome-panel {
    padding: 45px;
}

.register-welcome-panel .auth-welcome-content {
    min-height: 740px;
}

.register-welcome-panel .auth-welcome-main {
    padding: 45px 0;
}

.register-welcome-panel .auth-welcome-main h1 {
    font-size: clamp(2.25rem, 3.8vw, 3.3rem);
}

.register-form-panel {
    padding: 48px 52px;
}

.register-form-heading {
    margin-bottom: 24px;
}

.register-form-heading .auth-form-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 15px;
}

.auth-optional-label {
    margin-left: 5px;
    color: #98a2b3;
    font-size: 0.65rem;
    font-weight: 600;
}

.register-trust-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.75);
    color: #168451;
    box-shadow: 0 7px 18px rgba(15, 23, 42, 0.07);
}


/* Role selection */

.register-role-fieldset {
    min-width: 0;
    margin: 2px 0 0;
    padding: 0;
    border: 0;
}

.register-role-fieldset legend {
    float: none;
    width: auto;
    margin-bottom: 9px;
}

.register-role-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.register-role-card {
    position: relative;
    display: block;
    cursor: pointer;
}

.register-role-card input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.register-role-content {
    min-height: 105px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border: 1px solid #e1e6ee;
    border-radius: 18px;
    background: #fafbfc;
    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.register-role-card:hover .register-role-content {
    border-color: rgba(99, 102, 241, 0.28);
    background: #f9f8ff;
    transform: translateY(-2px);
}

.register-role-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 1.1rem;
}

.parent-role-icon {
    background: #fff0f3;
    color: #df4f72;
}

.provider-role-icon {
    background: #ecf2ff;
    color: #4e6fd8;
}

.register-role-text {
    flex-grow: 1;
    min-width: 0;
}

.register-role-text strong,
.register-role-text small {
    display: block;
}

.register-role-text strong {
    margin-bottom: 3px;
    color: #344054;
    font-size: 0.82rem;
    font-weight: 850;
}

.register-role-text small {
    color: #8a94a6;
    font-size: 0.67rem;
    line-height: 1.45;
}

.register-role-check {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #d9dee7;
    border-radius: 50%;
    background: #ffffff;
    color: transparent;
    font-size: 0.68rem;
    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease;
}

.register-role-card input:checked + .register-role-content {
    border-color: rgba(99, 102, 241, 0.5);
    background:
        linear-gradient(
            135deg,
            #f7f5ff,
            #fbfaff
        );
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.08);
}

.register-role-card input:checked
    + .register-role-content
    .register-role-check {
    border-color: var(--primary);
    background: var(--primary);
    color: #ffffff;
}

.register-role-card input:focus-visible + .register-role-content {
    outline: 3px solid rgba(99, 102, 241, 0.2);
    outline-offset: 2px;
}


/* Password validation */

.register-password-note {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin: 16px 0 18px;
    padding: 10px 12px;
    border-radius: 13px;
    background: #f8fafc;
    color: #8a94a6;
    font-size: 0.69rem;
    line-height: 1.5;
}

.register-password-note i {
    margin-top: 1px;
    color: var(--primary);
}

.register-password-error {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 7px;
    color: #d92d49;
    font-size: 0.68rem;
    font-weight: 700;
}

.auth-form-control.register-input-error {
    border-color: #e9677a;
    background: #fff8f9;
    box-shadow: 0 0 0 4px rgba(217, 45, 73, 0.07);
}

.register-login-link > span {
    background: #edf2ff;
    color: #4e6fd8;
}


/* Responsive register page */

@media (max-width: 1199.98px) {
    .register-form-panel {
        padding: 45px 38px;
    }

    .register-welcome-panel {
        padding: 38px;
    }
}

@media (max-width: 991.98px) {
    .premium-register-wrapper {
        max-width: 680px;
    }

    .register-form-panel {
        padding: 48px;
    }
}

@media (max-width: 575.98px) {
    .register-form-panel {
        padding: 34px 20px;
    }

    .register-role-grid {
        grid-template-columns: 1fr;
    }

    .register-role-content {
        min-height: 94px;
    }

    .register-form-heading h2 {
        font-size: 1.75rem;
    }
}


/* =====================================
   PASSWORD RECOVERY PAGE
===================================== */

.password-recovery-wrapper {
    max-width: 1100px;
}

.recovery-welcome-panel {
    background:
        linear-gradient(
            145deg,
            #eaf2ff 0%,
            #f2edff 50%,
            #fff2e8 100%
        );
}

.recovery-welcome-panel .auth-welcome-content {
    min-height: 650px;
}

.recovery-welcome-main {
    padding: 50px 0;
}

.recovery-welcome-main h1 {
    max-width: 500px;
}

.recovery-process-card {
    display: grid;
    gap: 0;
    max-width: 490px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 16px 37px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(10px);
}

.recovery-process-step {
    display: flex;
    align-items: center;
    gap: 13px;
}

.recovery-step-number {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(99, 102, 241, 0.16);
    border-radius: 13px;
    background: #ffffff;
    color: var(--primary);
    font-size: 0.8rem;
    font-weight: 900;
    box-shadow: 0 7px 17px rgba(15, 23, 42, 0.07);
}

.recovery-process-step strong,
.recovery-process-step small {
    display: block;
}

.recovery-process-step strong {
    margin-bottom: 2px;
    color: #344054;
    font-size: 0.8rem;
}

.recovery-process-step small {
    color: #7b8495;
    font-size: 0.68rem;
    line-height: 1.45;
}

.recovery-process-line {
    width: 1px;
    height: 18px;
    margin: 5px 0 5px 20px;
    background: rgba(99, 102, 241, 0.18);
}


/* Recovery form */

.recovery-form-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 58px;
}

.recovery-form-heading {
    margin-bottom: 28px;
}

.recovery-form-icon {
    background:
        linear-gradient(
            135deg,
            #edf2ff,
            #f3edff
        );
}

.recovery-email-note {
    display: block;
    margin-top: 7px;
    color: #98a2b3;
    font-size: 0.68rem;
    line-height: 1.5;
}

.recovery-security-notice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 22px;
    padding: 14px;
    border: 1px solid #e7ebf2;
    border-radius: 17px;
    background: #fafbfc;
}

.recovery-security-notice > span {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #eaf8f0;
    color: #168451;
}

.recovery-security-notice strong {
    display: block;
    margin-bottom: 2px;
    color: #475467;
    font-size: 0.76rem;
}

.recovery-security-notice p {
    margin-bottom: 0;
    color: #8a94a6;
    font-size: 0.68rem;
    line-height: 1.5;
}

.recovery-login-link > span {
    background: #edf2ff;
    color: #4e6fd8;
}


/* Responsive recovery page */

@media (max-width: 991.98px) {
    .password-recovery-wrapper {
        max-width: 620px;
    }

    .recovery-form-panel {
        padding: 50px;
    }
}

@media (max-width: 575.98px) {
    .recovery-form-panel {
        padding: 34px 21px;
    }

    .recovery-form-heading h2 {
        font-size: 1.7rem;
    }

    .recovery-security-notice {
        padding: 13px;
    }
}



/* =====================================
   PASSWORD RESET PAGE
===================================== */

.password-reset-wrapper {
    max-width: 1100px;
}

.reset-welcome-panel {
    background:
        linear-gradient(
            145deg,
            #eaf2ff 0%,
            #f1edff 48%,
            #fff0e8 100%
        );
}

.reset-welcome-panel .auth-welcome-content {
    min-height: 660px;
}

.reset-welcome-main {
    padding: 48px 0;
}

.reset-welcome-main h1 {
    max-width: 510px;
}

.reset-security-card {
    display: grid;
    gap: 12px;
    max-width: 490px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 15px 36px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(10px);
}

.reset-security-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.6);
}

.reset-security-item > span {
    width: 37px;
    height: 37px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #e8f8ef;
    color: #168451;
    font-size: 0.8rem;
}

.reset-security-item strong,
.reset-security-item small {
    display: block;
}

.reset-security-item strong {
    margin-bottom: 2px;
    color: #344054;
    font-size: 0.78rem;
}

.reset-security-item small {
    color: #7b8495;
    font-size: 0.67rem;
    line-height: 1.45;
}


/* Reset form */

.reset-form-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 55px 58px;
}

.reset-form-heading {
    margin-bottom: 27px;
}

.reset-form-icon {
    background:
        linear-gradient(
            135deg,
            #edf2ff,
            #f1edff
        );
}

.reset-password-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 4px 0 20px;
    padding: 12px 14px;
    border: 1px solid #e5eaf1;
    border-radius: 15px;
    background: #fafbfc;
}

.reset-password-note > span {
    color: var(--primary);
    font-size: 0.85rem;
}

.reset-password-note p {
    margin: 0;
    color: #8a94a6;
    font-size: 0.68rem;
    line-height: 1.55;
}

.reset-success-preview {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 22px;
    padding: 14px;
    border: 1px solid #d9eee2;
    border-radius: 17px;
    background: #f5fcf8;
}

.reset-success-preview > span {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #def6e8;
    color: #168451;
}

.reset-success-preview strong {
    display: block;
    margin-bottom: 2px;
    color: #397052;
    font-size: 0.75rem;
}

.reset-success-preview p {
    margin: 0;
    color: #6f8a7a;
    font-size: 0.67rem;
    line-height: 1.5;
}

.reset-login-link > span {
    background: #edf2ff;
    color: #4e6fd8;
}


/* Responsive reset page */

@media (max-width: 991.98px) {
    .password-reset-wrapper {
        max-width: 620px;
    }

    .reset-form-panel {
        padding: 50px;
    }
}

@media (max-width: 575.98px) {
    .reset-form-panel {
        padding: 34px 21px;
    }

    .reset-form-heading h2 {
        font-size: 1.72rem;
    }

    .reset-success-preview,
    .reset-password-note {
        padding: 12px;
    }
}


/* =====================================
   PREMIUM PROVIDER DASHBOARD
===================================== */

.provider-dashboard {
    --provider-primary: var(--primary, #6366f1);
    --provider-heading: #243047;
    --provider-text: #687386;
    --provider-muted: #98a2b3;
    --provider-border: #e7eaf0;
    --provider-surface: #ffffff;
    --provider-background: #f6f8fc;

    padding: 4px 0 30px;
}


/* Welcome banner */

.provider-welcome-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 27px;
    padding: 38px 40px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 30px;
    background:
        radial-gradient(
            circle at 80% 15%,
            rgba(255, 255, 255, 0.2),
            transparent 22%
        ),
        linear-gradient(
            135deg,
            var(--provider-primary) 0%,
            #7657df 55%,
            #9a65dc 100%
        );
    color: #ffffff;
    box-shadow: 0 24px 55px rgba(79, 70, 229, 0.2);
}

.provider-welcome-decoration {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.welcome-circle-one {
    width: 260px;
    height: 260px;
    top: -150px;
    right: 20%;
}

.welcome-circle-two {
    width: 180px;
    height: 180px;
    right: -50px;
    bottom: -85px;
}

.provider-workspace-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.provider-welcome-content h1 {
    max-width: 750px;
    margin-bottom: 13px;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.provider-welcome-content h1 > span:first-of-type {
    color: #fff0b8;
}

.provider-wave {
    display: inline-block;
    font-size: 0.82em;
    transform-origin: bottom center;
    animation: providerWave 2.5s ease-in-out infinite;
}

@keyframes providerWave {
    0%,
    60%,
    100% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(14deg);
    }

    20% {
        transform: rotate(-8deg);
    }

    30% {
        transform: rotate(14deg);
    }

    40% {
        transform: rotate(-4deg);
    }
}

.provider-welcome-content > p {
    max-width: 720px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
    line-height: 1.75;
}

.provider-welcome-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.provider-welcome-highlights span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.72rem;
    font-weight: 700;
}

.provider-welcome-highlights i {
    color: #fff0b8;
}

.provider-welcome-action {
    position: relative;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 40px rgba(47, 32, 118, 0.16);
    backdrop-filter: blur(14px);
}

.provider-action-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 1.25rem;
}

.provider-welcome-action small,
.provider-welcome-action strong {
    display: block;
}

.provider-welcome-action small {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.69rem;
}

.provider-welcome-action strong {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 0.88rem;
    line-height: 1.5;
}

.provider-add-listing-btn {
    width: 100%;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 14px;
    background: #ffffff;
    color: #5d48c6;
    font-size: 0.78rem;
    font-weight: 850;
    box-shadow: 0 12px 25px rgba(36, 24, 95, 0.17);
}

.provider-add-listing-btn:hover {
    background: #fffaf0;
    color: #4933b5;
    transform: translateY(-2px);
}


/* Statistics */

.provider-statistics {
    margin-bottom: 27px;
}

.provider-stat-card {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 178px;
    padding: 22px;
    border: 1px solid var(--provider-border);
    border-radius: 24px;
    background: var(--provider-surface);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.055);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.provider-stat-card::after {
    position: absolute;
    width: 95px;
    height: 95px;
    right: -38px;
    bottom: -42px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.045;
    content: "";
}

.provider-stat-card:hover {
    border-color: rgba(99, 102, 241, 0.17);
    transform: translateY(-5px);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.09);
}

.provider-stat-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.provider-stat-icon {
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 1.05rem;
}

.provider-stat-label {
    padding: 6px 10px;
    border-radius: 999px;
    background: #f5f7fa;
    color: #8993a5;
    font-size: 0.65rem;
    font-weight: 750;
}

.provider-stat-value {
    margin: 20px 0 8px;
    color: var(--provider-heading);
    font-size: 2.15rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.05em;
}

.provider-stat-footer span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--provider-text);
    font-size: 0.72rem;
    font-weight: 700;
}

.provider-stat-total {
    color: #6366f1;
}

.provider-stat-total .provider-stat-icon {
    background: #eeefff;
    color: #6366f1;
}

.provider-stat-approved {
    color: #16a36a;
}

.provider-stat-approved .provider-stat-icon {
    background: #e8f8f1;
    color: #15945f;
}

.provider-stat-pending {
    color: #e49a17;
}

.provider-stat-pending .provider-stat-icon {
    background: #fff6df;
    color: #ce8610;
}

.provider-stat-rejected {
    color: #e05264;
}

.provider-stat-rejected .provider-stat-icon {
    background: #fff0f2;
    color: #d8485b;
}


/* Main cards */

.provider-dashboard-card {
    overflow: hidden;
    border: 1px solid var(--provider-border);
    border-radius: 26px;
    background: var(--provider-surface);
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.06);
}

.provider-listings-card {
    min-height: 100%;
}

.provider-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 25px 27px;
    border-bottom: 1px solid #edf0f4;
}

.provider-card-eyebrow {
    display: block;
    margin-bottom: 5px;
    color: var(--provider-primary);
    font-size: 0.65rem;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.provider-card-header h2 {
    margin-bottom: 4px;
    color: var(--provider-heading);
    font-size: 1.08rem;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.provider-card-header p {
    margin-bottom: 0;
    color: var(--provider-muted);
    font-size: 0.74rem;
}

.provider-view-all-link {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    border: 1px solid #e2e6ed;
    border-radius: 999px;
    color: #5f6c80;
    font-size: 0.7rem;
    font-weight: 800;
    text-decoration: none;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}

.provider-view-all-link:hover {
    border-color: rgba(99, 102, 241, 0.25);
    background: #f4f3ff;
    color: var(--provider-primary);
}

.provider-card-body {
    padding: 24px 27px;
}


/* Recent listings */

.provider-listing-stack {
    display: grid;
    gap: 13px;
}

.provider-listing-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px;
    border: 1px solid #edf0f4;
    border-radius: 18px;
    background: #fbfcfd;
    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.provider-listing-item:hover {
    border-color: rgba(99, 102, 241, 0.2);
    background: #ffffff;
    transform: translateY(-2px);
}

.provider-listing-main {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 14px;
}

.provider-listing-image {
    width: 72px;
    height: 62px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 15px;
    background: #edf0f4;
}

.provider-listing-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.provider-listing-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a3abb8;
    font-size: 1.15rem;
}

.provider-listing-info {
    min-width: 0;
}

.provider-listing-type {
    display: block;
    margin-bottom: 3px;
    color: #9aa3b2;
    font-size: 0.61rem;
    font-weight: 750;
    text-transform: uppercase;
}

.provider-listing-info h3 {
    overflow: hidden;
    margin-bottom: 5px;
    color: var(--provider-heading);
    font-size: 0.85rem;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.provider-listing-price {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #778195;
    font-size: 0.69rem;
}

.provider-listing-price i {
    color: #16a36a;
}

.provider-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 800;
}

.provider-status-approved {
    background: #e8f8f1;
    color: #168451;
}

.provider-status-pending {
    background: #fff6df;
    color: #aa6e0c;
}

.provider-status-rejected {
    background: #fff0f2;
    color: #c43c4f;
}


/* Empty state */

.provider-empty-state {
    padding: 48px 20px;
    text-align: center;
}

.provider-empty-illustration {
    position: relative;
    width: 96px;
    height: 96px;
    margin: 0 auto 22px;
}

.provider-empty-main-icon {
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 31px;
    background:
        linear-gradient(
            145deg,
            #f1efff,
            #e7e9ff
        );
    color: var(--provider-primary);
    font-size: 2rem;
}

.provider-empty-small-icon {
    position: absolute;
    right: -4px;
    bottom: -4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: var(--provider-primary);
    color: #ffffff;
    font-size: 0.75rem;
}

.provider-empty-state h3 {
    margin-bottom: 8px;
    color: var(--provider-heading);
    font-size: 1.05rem;
    font-weight: 900;
}

.provider-empty-state p {
    max-width: 410px;
    margin: 0 auto 20px;
    color: var(--provider-muted);
    font-size: 0.78rem;
    line-height: 1.65;
}

.provider-primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 17px;
    border: 0;
    border-radius: 999px;
    background:
        linear-gradient(
            135deg,
            var(--provider-primary),
            #7c3aed
        );
    color: #ffffff;
    font-size: 0.73rem;
    font-weight: 850;
    box-shadow: 0 13px 25px rgba(99, 102, 241, 0.19);
}

.provider-primary-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
}


/* Sidebar */

.provider-sidebar-stack {
    display: grid;
    gap: 22px;
}

.provider-small-header {
    padding-bottom: 19px;
}

.provider-header-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #f0edff;
    color: var(--provider-primary);
}

.provider-action-list {
    display: grid;
    gap: 11px;
}

.provider-action-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px;
    border: 1px solid #edf0f4;
    border-radius: 17px;
    background: #fbfcfd;
    color: var(--provider-heading);
    text-decoration: none;
    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.provider-action-link:hover {
    border-color: rgba(99, 102, 241, 0.22);
    background: #ffffff;
    color: var(--provider-heading);
    transform: translateX(3px);
}

.provider-action-link-icon {
    width: 43px;
    height: 43px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
}

.action-icon-primary {
    background: #eeefff;
    color: #6366f1;
}

.action-icon-secondary {
    background: #e9f7f1;
    color: #168451;
}

.provider-action-link-text {
    min-width: 0;
    flex-grow: 1;
}

.provider-action-link-text strong,
.provider-action-link-text small {
    display: block;
}

.provider-action-link-text strong {
    margin-bottom: 2px;
    font-size: 0.77rem;
}

.provider-action-link-text small {
    color: #929baa;
    font-size: 0.65rem;
}

.provider-action-link > i {
    color: #a3abb8;
    font-size: 0.68rem;
}


/* Steps */

.provider-step-list {
    display: grid;
    gap: 19px;
}

.provider-step-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 13px;
}

.provider-step-item:not(:last-child)::after {
    position: absolute;
    top: 31px;
    bottom: -18px;
    left: 14px;
    width: 1px;
    border-left: 1px dashed #d9dee7;
    content: "";
}

.provider-step-number {
    position: relative;
    z-index: 2;
    width: 29px;
    height: 29px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f0edff;
    color: var(--provider-primary);
    font-size: 0.67rem;
    font-weight: 900;
}

.provider-step-item strong {
    display: block;
    margin-bottom: 3px;
    color: var(--provider-heading);
    font-size: 0.75rem;
}

.provider-step-item p {
    margin-bottom: 0;
    color: #929baa;
    font-size: 0.66rem;
    line-height: 1.55;
}


/* Help panel */

.provider-help-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 22px;
    border: 1px solid #f1e7c8;
    border-radius: 24px;
    background:
        linear-gradient(
            145deg,
            #fffdf6,
            #fff8e7
        );
}

.provider-help-icon {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #ffffff;
    color: #cf8a10;
    box-shadow: 0 8px 18px rgba(164, 111, 15, 0.1);
}

.provider-help-card span:not(.provider-help-icon),
.provider-help-card strong {
    display: block;
}

.provider-help-card div > span {
    margin-bottom: 3px;
    color: #b87910;
    font-size: 0.63rem;
    font-weight: 850;
    text-transform: uppercase;
}

.provider-help-card strong {
    margin-bottom: 5px;
    color: #594a31;
    font-size: 0.76rem;
    line-height: 1.45;
}

.provider-help-card p {
    margin-bottom: 0;
    color: #8f816b;
    font-size: 0.65rem;
    line-height: 1.55;
}


/* Responsive */

@media (max-width: 1199.98px) {
    .provider-welcome-action {
        max-width: 500px;
    }
}

@media (max-width: 767.98px) {
    .provider-welcome-card {
        padding: 30px 25px;
        border-radius: 25px;
    }

    .provider-welcome-content h1 {
        font-size: 2rem;
    }

    .provider-card-header {
        align-items: flex-start;
        padding: 22px;
    }

    .provider-card-body {
        padding: 21px;
    }

    .provider-listing-item {
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .provider-welcome-highlights {
        display: grid;
        gap: 9px;
    }

    .provider-stat-card {
        min-height: 165px;
    }

    .provider-card-header {
        flex-direction: column;
    }

    .provider-view-all-link {
        align-self: flex-start;
    }

    .provider-listing-item {
        flex-direction: column;
    }

    .provider-listing-main {
        width: 100%;
    }

    .provider-listing-status {
        padding-left: 86px;
    }

    .provider-listing-info h3 {
        white-space: normal;
    }
}



/* =====================================
   PROVIDER MANAGE DAYCARES
===================================== */

.provider-daycares-page {
    --daycare-primary: var(--primary, #6366f1);
    --daycare-heading: #243047;
    --daycare-text: #687386;
    --daycare-muted: #98a2b3;
    --daycare-border: #e7eaf0;

    padding: 4px 0 30px;
}


/* Hero */

.provider-daycares-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 26px;
    padding: 37px 40px;
    border-radius: 30px;
    background:
        radial-gradient(
            circle at 84% 10%,
            rgba(255, 255, 255, 0.2),
            transparent 23%
        ),
        linear-gradient(
            135deg,
            var(--daycare-primary),
            #7957dd 56%,
            #9b65d9
        );
    color: #ffffff;
    box-shadow: 0 24px 55px rgba(79, 70, 229, 0.19);
}

.provider-daycares-hero-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.provider-daycares-hero .shape-one {
    width: 230px;
    height: 230px;
    top: -135px;
    right: 18%;
}

.provider-daycares-hero .shape-two {
    width: 150px;
    height: 150px;
    right: -45px;
    bottom: -75px;
}

.provider-daycares-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    font-size: 0.69rem;
    font-weight: 850;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.provider-daycares-hero h1 {
    margin-bottom: 10px;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.05em;
}

.provider-daycares-hero p {
    max-width: 700px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88rem;
    line-height: 1.75;
}

.provider-daycares-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.provider-daycares-summary span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.7rem;
    font-weight: 700;
}

.provider-daycares-summary i {
    color: #fff1b9;
}

.provider-daycares-add-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 49px;
    padding: 12px 20px;
    border: 0;
    border-radius: 15px;
    background: #ffffff;
    color: #5941bd;
    font-size: 0.77rem;
    font-weight: 850;
    box-shadow: 0 14px 28px rgba(42, 29, 102, 0.18);
}

.provider-daycares-add-btn:hover {
    background: #fffaf1;
    color: #4933ad;
    transform: translateY(-2px);
}


/* Main card */

.provider-daycares-card {
    overflow: hidden;
    border: 1px solid var(--daycare-border);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.065);
}

.provider-daycares-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 27px 30px;
    border-bottom: 1px solid #edf0f4;
}

.provider-daycares-section-label {
    display: block;
    margin-bottom: 5px;
    color: var(--daycare-primary);
    font-size: 0.65rem;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.provider-daycares-card-header h2 {
    margin-bottom: 4px;
    color: var(--daycare-heading);
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: -0.025em;
}

.provider-daycares-card-header p {
    margin-bottom: 0;
    color: var(--daycare-muted);
    font-size: 0.74rem;
}

.provider-daycares-count {
    flex-shrink: 0;
    padding: 8px 13px;
    border-radius: 999px;
    background: #f1efff;
    color: var(--daycare-primary);
    font-size: 0.68rem;
    font-weight: 850;
}

.provider-daycares-card-body {
    padding: 27px 30px;
}


/* Empty state */

.provider-daycares-empty {
    padding: 58px 20px;
    text-align: center;
}

.provider-daycares-empty-icon {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 22px;
}

.provider-daycares-empty-icon > span {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 31px;
    background: linear-gradient(145deg, #f1efff, #e7e9ff);
    color: var(--daycare-primary);
    font-size: 2rem;
}

.provider-daycares-empty-icon small {
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: var(--daycare-primary);
    color: #ffffff;
}

.provider-daycares-empty-label {
    display: block;
    margin-bottom: 6px;
    color: var(--daycare-primary);
    font-size: 0.67rem;
    font-weight: 850;
    text-transform: uppercase;
}

.provider-daycares-empty h3 {
    margin-bottom: 9px;
    color: var(--daycare-heading);
    font-size: 1.2rem;
    font-weight: 900;
}

.provider-daycares-empty p {
    max-width: 500px;
    margin: 0 auto 21px;
    color: var(--daycare-muted);
    font-size: 0.78rem;
    line-height: 1.7;
}

.provider-daycares-primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 19px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(
        135deg,
        var(--daycare-primary),
        #7c3aed
    );
    color: #ffffff;
    font-size: 0.74rem;
    font-weight: 850;
}

.provider-daycares-primary-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
}


/* Toolbar */

.provider-daycares-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.provider-daycares-search {
    position: relative;
    width: min(100%, 560px);
}

.provider-daycares-search > i {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 17px;
    color: #98a2b3;
    transform: translateY(-50%);
}

.provider-daycares-search .form-control {
    min-height: 50px;
    padding: 11px 75px 11px 47px;
    border: 1px solid #e1e6ed;
    border-radius: 15px;
    background: #fafbfc;
    font-size: 0.75rem;
    box-shadow: none;
}

.provider-daycares-search .form-control:focus {
    border-color: rgba(99, 102, 241, 0.4);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.08);
}

.provider-search-shortcut {
    position: absolute;
    top: 50%;
    right: 11px;
    padding: 5px 8px;
    border: 1px solid #e3e7ed;
    border-radius: 8px;
    background: #ffffff;
    color: #98a2b3;
    font-size: 0.59rem;
    font-weight: 750;
    transform: translateY(-50%);
}

.provider-daycares-toolbar-note {
    max-width: 330px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #8a94a6;
    font-size: 0.66rem;
    line-height: 1.55;
}

.provider-daycares-toolbar-note i {
    color: var(--daycare-primary);
}


/* Table */

.provider-daycares-table-wrapper {
    overflow: hidden;
    border: 1px solid #e8ebf0;
    border-radius: 20px;
}

.provider-daycares-table {
    min-width: 1550px;
}

.provider-daycares-table thead th {
    padding: 15px 14px;
    border-bottom: 1px solid #e7eaf0;
    background: #f8f9fc;
    color: #7c8799;
    font-size: 0.61rem;
    font-weight: 850;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

.provider-daycares-table tbody td {
    padding: 17px 14px;
    border-color: #eef1f4;
    color: #5f6b7e;
    font-size: 0.71rem;
    vertical-align: middle;
}

.provider-daycares-table tbody tr {
    transition: background-color 0.2s ease;
}

.provider-daycares-table tbody tr:hover {
    background: #fcfcff;
}


/* Daycare identity */

.provider-daycare-identity {
    min-width: 230px;
    display: flex;
    align-items: center;
    gap: 13px;
}

.provider-daycare-image {
    width: 70px;
    height: 58px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 14px;
    background: #eef1f5;
}

.provider-daycare-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.provider-daycare-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a3abb8;
    font-size: 1.05rem;
}

.provider-daycare-name span,
.provider-daycare-name strong,
.provider-daycare-name small {
    display: block;
}

.provider-daycare-name span {
    margin-bottom: 3px;
    color: #a0a8b6;
    font-size: 0.56rem;
    text-transform: uppercase;
}

.provider-daycare-name strong {
    max-width: 175px;
    overflow: hidden;
    margin-bottom: 3px;
    color: var(--daycare-heading);
    font-size: 0.77rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.provider-daycare-name small {
    color: #a0a8b6;
    font-size: 0.58rem;
}


/* Table content */

.provider-table-category,
.provider-table-location,
.provider-table-phone,
.provider-table-date {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.provider-table-category i,
.provider-table-phone i,
.provider-table-date i {
    color: var(--daycare-primary);
}

.provider-table-location {
    min-width: 145px;
}

.provider-table-location i {
    color: #e85d75;
}

.provider-table-tags {
    max-width: 230px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.provider-table-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 8px;
    border-radius: 999px;
    font-size: 0.57rem;
    font-weight: 750;
}

.provider-tag-primary {
    background: #f0edff;
    color: #6550c7;
}

.provider-tag-success {
    background: #e9f8f1;
    color: #168451;
}

.provider-table-empty {
    color: #a2aab7;
    font-style: italic;
}

.provider-table-price span,
.provider-table-price strong {
    display: block;
}

.provider-table-price span {
    margin-bottom: 3px;
    color: #a0a8b6;
    font-size: 0.57rem;
}

.provider-table-price strong {
    color: #168451;
    font-size: 0.74rem;
}


/* Status */

.provider-listing-status-box {
    min-width: 230px;
}

.provider-listing-state {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 0.61rem;
    font-weight: 850;
}

.provider-state-published {
    background: #e4f8ed;
    color: #13804d;
}

.provider-state-expired,
.provider-state-pending {
    background: #fff3d8;
    color: #a96c08;
}

.provider-state-approved {
    background: #e9f4ff;
    color: #2874a9;
}

.provider-state-rejected {
    background: #ffebee;
    color: #bf3548;
}

.provider-status-message {
    max-width: 235px;
    margin-top: 8px;
    padding: 10px;
    border-radius: 11px;
}

.provider-status-message strong {
    display: block;
    margin-bottom: 3px;
    font-size: 0.62rem;
}

.provider-status-message p {
    margin-bottom: 0;
    font-size: 0.57rem;
    line-height: 1.5;
}

.provider-message-success {
    background: #f0fbf5;
    color: #28704b;
}

.provider-message-warning {
    background: #fff9e9;
    color: #86631f;
}

.provider-message-info {
    background: #f0f7ff;
    color: #376b94;
}

.provider-message-danger {
    background: #fff1f3;
    color: #954253;
}


/* Actions */

.provider-table-actions {
    min-width: 150px;
    display: grid;
    gap: 7px;
}

.provider-table-action {
    width: 100%;
    min-height: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 7px 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 0.61rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.provider-table-action:hover {
    transform: translateY(-1px);
}

.provider-action-edit {
    border-color: #ddd9fa;
    background: #f5f3ff;
    color: #624ac5;
}

.provider-action-edit:hover {
    background: #ebe8ff;
    color: #5138b6;
}

.provider-action-plan {
    background: #e9f8f1;
    color: #168451;
}

.provider-action-plan:hover {
    background: #ddf4e8;
    color: #126c43;
}

.provider-action-live {
    background: #e5f8ed;
    color: #168451;
}

.provider-action-resubmit {
    border: 0;
    background: #fff1d6;
    color: #98630d;
}

.provider-action-delete {
    border-color: #ffdce1;
    background: #fff6f7;
    color: #c23b4f;
}

.provider-action-delete:hover {
    background: #ffebee;
    color: #a8293b;
}


/* Pagination */

.provider-daycares-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 20px;
}

.provider-daycares-pagination small {
    color: #8f99a9;
    font-size: 0.67rem;
}

.provider-daycares-pagination .page-link {
    min-width: 32px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
    border: 1px solid #e4e8ef;
    border-radius: 9px;
    color: #687386;
    font-size: 0.65rem;
    box-shadow: none;
}

.provider-daycares-pagination .page-item.active .page-link {
    border-color: var(--daycare-primary);
    background: var(--daycare-primary);
    color: #ffffff;
}


/* Responsive */

@media (max-width: 991.98px) {
    .provider-daycares-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .provider-daycares-toolbar-note {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .provider-daycares-hero {
        padding: 30px 24px;
        border-radius: 25px;
    }

    .provider-daycares-add-btn {
        width: 100%;
    }

    .provider-daycares-card-header,
    .provider-daycares-card-body {
        padding-right: 21px;
        padding-left: 21px;
    }

    .provider-daycares-card-header {
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .provider-daycares-summary {
        display: grid;
        gap: 9px;
    }

    .provider-daycares-card-header {
        flex-direction: column;
    }

    .provider-daycares-search .form-control {
        padding-right: 46px;
    }

    .provider-search-shortcut {
        display: none;
    }

    .provider-daycares-pagination {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* =====================================
   PROVIDER CREATE DAYCARE PAGE
===================================== */

.provider-create-page {
    --create-primary: var(--primary, #6366f1);
    --create-heading: #243047;
    --create-text: #697487;
    --create-muted: #98a2b3;
    --create-border: #e7eaf0;

    padding: 4px 0 35px;
}


/* Header */

.provider-create-header {
    position: relative;
    overflow: hidden;
    margin-bottom: 23px;
    padding: 38px 40px;
    border-radius: 30px;
    background:
        radial-gradient(
            circle at 84% 12%,
            rgba(255, 255, 255, 0.2),
            transparent 24%
        ),
        linear-gradient(
            135deg,
            var(--create-primary),
            #7957df 57%,
            #9e67dc
        );
    color: #ffffff;
    box-shadow: 0 24px 55px rgba(79, 70, 229, 0.19);
}

.provider-create-header-decoration {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.provider-create-header .decoration-one {
    width: 245px;
    height: 245px;
    top: -145px;
    right: 21%;
}

.provider-create-header .decoration-two {
    width: 165px;
    height: 165px;
    right: -45px;
    bottom: -82px;
}

.provider-create-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.provider-create-header h1 {
    margin-bottom: 10px;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.05em;
}

.provider-create-header p {
    max-width: 720px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.88rem;
    line-height: 1.75;
}

.provider-create-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.provider-create-highlights span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.69rem;
    font-weight: 700;
}

.provider-create-highlights i {
    color: #fff0b8;
}

.provider-create-back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 47px;
    padding: 11px 18px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 0.74rem;
    font-weight: 850;
    backdrop-filter: blur(10px);
}

.provider-create-back-btn:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: #5b42be;
}


/* Progress */

.provider-create-progress {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    padding: 20px 25px;
    border: 1px solid var(--create-border);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
}

.provider-progress-item {
    display: flex;
    align-items: center;
    gap: 11px;
}

.provider-progress-number {
    width: 37px;
    height: 37px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f0f2f6;
    color: #8f99aa;
    font-size: 0.68rem;
    font-weight: 900;
}

.provider-progress-item.active .provider-progress-number {
    background: #efedff;
    color: var(--create-primary);
}

.provider-progress-item strong,
.provider-progress-item small {
    display: block;
}

.provider-progress-item strong {
    margin-bottom: 2px;
    color: var(--create-heading);
    font-size: 0.7rem;
}

.provider-progress-item small {
    color: #99a2b1;
    font-size: 0.59rem;
}

.provider-progress-line {
    flex: 1;
    height: 1px;
    margin: 0 18px;
    background: #e5e8ee;
}


/* Cards */

.provider-form-card {
    overflow: hidden;
    margin-bottom: 24px;
    border: 1px solid var(--create-border);
    border-radius: 27px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.06);
}

.provider-form-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 25px 27px;
    border-bottom: 1px solid #edf0f4;
}

.provider-form-heading {
    display: flex;
    align-items: center;
    gap: 15px;
}

.provider-form-icon {
    width: 49px;
    height: 49px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 1.1rem;
}

.icon-purple {
    background: #efedff;
    color: #6550c7;
}

.icon-coral {
    background: #fff0ed;
    color: #df6858;
}

.icon-green {
    background: #e8f8f1;
    color: #168451;
}

.icon-blue {
    background: #eaf4ff;
    color: #377fba;
}

.provider-form-step {
    display: block;
    margin-bottom: 3px;
    color: var(--create-primary);
    font-size: 0.6rem;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.provider-form-heading h2 {
    margin-bottom: 3px;
    color: var(--create-heading);
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: -0.025em;
}

.provider-form-heading p {
    margin-bottom: 0;
    color: var(--create-muted);
    font-size: 0.7rem;
}

.provider-required-note {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #fff1f3;
    color: #c14a5b;
    font-size: 0.59rem;
    font-weight: 750;
}

.provider-form-card-body {
    padding: 27px;
}


/* Fields */

.provider-form-label {
    display: block;
    margin-bottom: 8px;
    color: #344054;
    font-size: 0.7rem;
    font-weight: 800;
}

.provider-form-label > span {
    color: #df485d;
}

.provider-input-wrap,
.provider-select-wrap,
.provider-textarea-wrap,
.provider-money-input {
    position: relative;
}

.provider-input-wrap > i,
.provider-select-wrap > i {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 16px;
    color: #98a2b3;
    font-size: 0.8rem;
    transform: translateY(-50%);
    pointer-events: none;
}

.provider-textarea-wrap > i {
    position: absolute;
    z-index: 3;
    top: 17px;
    left: 16px;
    color: #98a2b3;
}

.provider-input-wrap .form-control,
.provider-select-wrap .form-select {
    min-height: 50px;
    padding-left: 45px;
    border: 1px solid #e1e5ec;
    border-radius: 14px;
    background: #fafbfc;
    color: #344054;
    font-size: 0.73rem;
    box-shadow: none;
}

.provider-textarea-wrap .form-control {
    padding: 15px 15px 15px 45px;
}

.provider-create-form .form-control,
.provider-create-form .form-select {
    border-color: #e1e5ec;
    border-radius: 14px;
    background-color: #fafbfc;
    color: #344054;
    font-size: 0.73rem;
    box-shadow: none;
}

.provider-create-form .form-control:focus,
.provider-create-form .form-select:focus {
    border-color: rgba(99, 102, 241, 0.42);
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.08);
}

.provider-description-field {
    padding: 15px;
    line-height: 1.7;
}

.provider-field-help {
    display: block;
    margin-top: 7px;
    color: #98a2b3;
    font-size: 0.6rem;
    line-height: 1.5;
}

.provider-optional-label {
    margin-bottom: 8px;
    padding: 5px 8px;
    border-radius: 999px;
    background: #f2f4f7;
    color: #8b95a5;
    font-size: 0.56rem;
    font-weight: 750;
}

.provider-readonly-wrap .form-control {
    padding-right: 45px;
    background: #f3f5f8;
}

.provider-lock-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    color: #98a2b3;
    transform: translateY(-50%);
}

.provider-money-input > span {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 16px;
    color: #168451;
    font-size: 0.78rem;
    font-weight: 850;
    transform: translateY(-50%);
}

.provider-money-input .form-control {
    min-height: 50px;
    padding-right: 53px;
    padding-left: 35px;
}

.provider-money-input > small {
    position: absolute;
    top: 50%;
    right: 15px;
    color: #98a2b3;
    font-size: 0.57rem;
    font-weight: 750;
    transform: translateY(-50%);
}


/* Facilities */

.provider-facility-card {
    position: relative;
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid #e7eaf0;
    border-radius: 18px;
    background: #fbfcfd;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.provider-facility-card:hover {
    border-color: rgba(99, 102, 241, 0.3);
    background: #ffffff;
    transform: translateY(-2px);
}

.provider-facility-card .form-check-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.provider-facility-icon {
    width: 43px;
    height: 43px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #efedff;
    color: var(--create-primary);
}

.provider-facility-info {
    min-width: 0;
    flex-grow: 1;
}

.provider-facility-info strong,
.provider-facility-info small {
    display: block;
}

.provider-facility-info strong {
    margin-bottom: 2px;
    color: var(--create-heading);
    font-size: 0.7rem;
}

.provider-facility-info small {
    color: #98a2b3;
    font-size: 0.58rem;
}

.provider-facility-check {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dde2e9;
    border-radius: 8px;
    background: #ffffff;
    color: transparent;
    font-size: 0.65rem;
}

.provider-facility-card:has(.form-check-input:checked) {
    border-color: rgba(99, 102, 241, 0.4);
    background: #f7f5ff;
}

.provider-facility-card:has(.form-check-input:checked)
.provider-facility-check {
    border-color: var(--create-primary);
    background: var(--create-primary);
    color: #ffffff;
}

.provider-no-facilities {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 18px;
    border: 1px solid #e5e9ef;
    border-radius: 17px;
    background: #f8fafc;
}

.provider-no-facilities > span {
    color: var(--create-primary);
}

.provider-no-facilities strong {
    display: block;
    margin-bottom: 3px;
    color: var(--create-heading);
    font-size: 0.72rem;
}

.provider-no-facilities p {
    margin-bottom: 0;
    color: #8d97a8;
    font-size: 0.64rem;
}


/* Upload sidebar */

.provider-upload-sidebar {
    position: sticky;
    top: 95px;
    display: grid;
    gap: 20px;
}

.provider-upload-card {
    overflow: hidden;
    border: 1px solid var(--create-border);
    border-radius: 27px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.07);
}

.provider-upload-card-header {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 23px;
    border-bottom: 1px solid #edf0f4;
}

.provider-upload-icon {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #efedff;
    color: var(--create-primary);
}

.provider-upload-card-header div > span {
    display: block;
    margin-bottom: 3px;
    color: var(--create-primary);
    font-size: 0.57rem;
    font-weight: 850;
    text-transform: uppercase;
}

.provider-upload-card-header h2 {
    margin-bottom: 3px;
    color: var(--create-heading);
    font-size: 0.95rem;
    font-weight: 900;
}

.provider-upload-card-header p {
    margin-bottom: 0;
    color: #98a2b3;
    font-size: 0.62rem;
    line-height: 1.5;
}

.provider-upload-card-body {
    padding: 23px;
}

.provider-upload-label {
    display: block;
    margin-bottom: 5px;
    color: var(--create-heading);
    font-size: 0.7rem;
    font-weight: 850;
}

.provider-upload-description {
    margin-bottom: 13px;
    color: #98a2b3;
    font-size: 0.61rem;
    line-height: 1.55;
}

.provider-featured-upload {
    position: relative;
    min-height: 245px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border: 2px dashed #d8dce5;
    border-radius: 20px;
    background: #fafbfc;
    cursor: pointer;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.provider-featured-upload:hover {
    border-color: rgba(99, 102, 241, 0.5);
    background: #f8f6ff;
}

.provider-featured-upload .upload-preview-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.provider-featured-upload .upload-placeholder {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.provider-upload-cloud {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 20px;
    background: #efedff;
    color: var(--create-primary);
    font-size: 1.45rem;
}

.provider-featured-upload strong {
    margin-bottom: 5px;
    color: var(--create-heading);
    font-size: 0.75rem;
}

.provider-featured-upload .upload-placeholder > span:not(
    .provider-upload-cloud
) {
    margin-bottom: 7px;
    color: #98a2b3;
    font-size: 0.62rem;
}

.provider-featured-upload small {
    padding: 5px 8px;
    border-radius: 999px;
    background: #ffffff;
    color: #8c96a6;
    font-size: 0.54rem;
    font-weight: 750;
}

.provider-upload-divider {
    position: relative;
    margin: 22px 0;
    text-align: center;
}

.provider-upload-divider::before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 1px;
    background: #e9ecf1;
    content: "";
}

.provider-upload-divider span {
    position: relative;
    padding: 0 10px;
    background: #ffffff;
    color: #98a2b3;
    font-size: 0.56rem;
    text-transform: uppercase;
}

.provider-gallery-input {
    position: relative;
    display: block;
    cursor: pointer;
}

.provider-gallery-input .form-control {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.provider-gallery-input > span {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #dfe3ea;
    border-radius: 13px;
    background: #fafbfc;
    color: #5f6b7e;
    font-size: 0.66rem;
    font-weight: 800;
}

.provider-gallery-input:hover > span {
    border-color: rgba(99, 102, 241, 0.35);
    background: #f8f6ff;
    color: var(--create-primary);
}

.provider-image-tips {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #eee4c8;
    border-radius: 16px;
    background: #fffaf0;
}

.provider-image-tips strong {
    display: block;
    margin-bottom: 8px;
    color: #805f1d;
    font-size: 0.65rem;
}

.provider-image-tips ul {
    margin: 0;
    padding-left: 17px;
    color: #96805a;
    font-size: 0.59rem;
    line-height: 1.8;
}

.provider-submit-actions {
    display: grid;
    gap: 9px;
    margin-top: 22px;
}

.provider-save-daycare-btn {
    min-height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        var(--create-primary),
        #7c3aed
    );
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 850;
    box-shadow: 0 13px 25px rgba(99, 102, 241, 0.2);
}

.provider-save-daycare-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.provider-cancel-daycare-btn {
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e5ec;
    border-radius: 14px;
    background: #ffffff;
    color: #697487;
    font-size: 0.69rem;
    font-weight: 800;
}

.provider-cancel-daycare-btn:hover {
    border-color: #d5dae3;
    background: #f8f9fb;
}


/* Review notice */

.provider-review-notice {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 19px;
    border: 1px solid #dcece5;
    border-radius: 21px;
    background: #f3fbf7;
}

.provider-review-notice > span {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #ffffff;
    color: #168451;
}

.provider-review-notice strong {
    display: block;
    margin-bottom: 4px;
    color: #315c47;
    font-size: 0.69rem;
}

.provider-review-notice p {
    margin-bottom: 0;
    color: #719080;
    font-size: 0.6rem;
    line-height: 1.6;
}


/* Responsive */

@media (max-width: 1199.98px) {
    .provider-upload-sidebar {
        position: static;
    }
}

@media (max-width: 991.98px) {
    .provider-create-progress {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .provider-progress-line {
        width: 1px;
        height: 18px;
        flex: none;
        margin: -7px 0 -7px 18px;
    }
}

@media (max-width: 767.98px) {
    .provider-create-header {
        padding: 30px 24px;
        border-radius: 25px;
    }

    .provider-create-back-btn {
        width: 100%;
    }

    .provider-form-card-header {
        align-items: flex-start;
        padding: 22px;
    }

    .provider-form-card-body {
        padding: 22px;
    }

    .provider-required-note {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .provider-create-highlights {
        display: grid;
        gap: 9px;
    }

    .provider-form-heading {
        align-items: flex-start;
    }

    .provider-form-icon {
        width: 43px;
        height: 43px;
    }

    .provider-upload-card-header,
    .provider-upload-card-body {
        padding: 20px;
    }
}

/* =====================================
   CREATE DAYCARE TYPOGRAPHY FIX
===================================== */

.provider-create-page {
    font-size: 16px;
}

/* Main headings */
.provider-create-header h1 {
    font-size: clamp(2.3rem, 4vw, 3.3rem);
}

.provider-form-heading h2,
.provider-upload-card-header h2 {
    font-size: 1.25rem;
}

.provider-daycares-empty h3 {
    font-size: 1.35rem;
}

/* Paragraphs and descriptions */
.provider-create-header p {
    font-size: 1rem;
}

.provider-form-heading p,
.provider-upload-card-header p,
.provider-upload-description,
.provider-review-notice p,
.provider-no-facilities p {
    font-size: 0.9rem;
}

/* Labels */
.provider-form-label,
.provider-upload-label {
    font-size: 0.95rem;
}

/* Inputs */
.provider-create-form .form-control,
.provider-create-form .form-select {
    font-size: 0.95rem;
}

.provider-input-wrap .form-control,
.provider-select-wrap .form-select,
.provider-money-input .form-control {
    min-height: 54px;
    font-size: 0.95rem;
}

/* Help text */
.provider-field-help,
.provider-optional-label {
    font-size: 0.8rem;
}

/* Header badge and highlights */
.provider-create-eyebrow {
    font-size: 0.8rem;
}

.provider-create-highlights span {
    font-size: 0.85rem;
}

/* Progress bar text */
.provider-progress-item strong {
    font-size: 0.9rem;
}

.provider-progress-item small {
    font-size: 0.78rem;
}

/* Section numbering */
.provider-form-step,
.provider-upload-card-header div > span {
    font-size: 0.72rem;
}

/* Facility cards */
.provider-facility-info strong {
    font-size: 0.92rem;
}

.provider-facility-info small {
    font-size: 0.78rem;
}

/* Upload area */
.provider-featured-upload strong {
    font-size: 0.95rem;
}

.provider-featured-upload .upload-placeholder > span:not(
    .provider-upload-cloud
) {
    font-size: 0.82rem;
}

.provider-featured-upload small {
    font-size: 0.72rem;
}

.provider-gallery-input > span {
    font-size: 0.88rem;
}

/* Image tips */
.provider-image-tips strong {
    font-size: 0.86rem;
}

.provider-image-tips ul {
    font-size: 0.8rem;
}

/* Buttons */
.provider-create-back-btn,
.provider-save-daycare-btn,
.provider-cancel-daycare-btn {
    font-size: 0.92rem;
}

/* Review message */
.provider-review-notice strong {
    font-size: 0.9rem;
}

/* Required indicator */
.provider-required-note {
    font-size: 0.72rem;
}



.provider-create-form .form-control,
.provider-create-form .form-select {
    font-size: 0.95rem;
}

/* =====================================
   SEARCHABLE CITY SELECT
===================================== */

.provider-select-wrap .select2-container {
    width: 100% !important;
}

.provider-select-wrap .select2-container--default
.select2-selection--single {
    min-height: 54px;
    display: flex;
    align-items: center;
    padding: 0 42px 0 44px;
    border: 1px solid #e1e5ec;
    border-radius: 14px;
    background: #fafbfc;
    box-shadow: none;
}

.provider-select-wrap .select2-container--default
.select2-selection--single
.select2-selection__rendered {
    width: 100%;
    padding: 0;
    color: #344054;
    font-size: 0.95rem;
    line-height: normal;
}

.provider-select-wrap .select2-container--default
.select2-selection--single
.select2-selection__placeholder {
    color: #98a2b3;
}

.provider-select-wrap .select2-container--default
.select2-selection--single
.select2-selection__arrow {
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
}

.provider-select-wrap .select2-container--default.select2-container--focus
.select2-selection--single,
.provider-select-wrap .select2-container--default.select2-container--open
.select2-selection--single {
    border-color: rgba(99, 102, 241, 0.42);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.08);
}

.select2-dropdown {
    overflow: hidden;
    border: 1px solid #e1e5ec;
    border-radius: 14px;
    box-shadow: 0 16px 35px rgba(15, 23, 42, 0.12);
}

.select2-search--dropdown {
    padding: 12px;
}

.select2-search--dropdown .select2-search__field {
    min-height: 44px;
    padding: 9px 13px;
    border: 1px solid #dfe3ea !important;
    border-radius: 10px;
    font-size: 0.92rem;
    outline: none;
}

.select2-results__option {
    padding: 10px 13px;
    font-size: 0.9rem;
}

.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--create-primary, #6366f1);
    color: #ffffff;
}


/* =====================================
   GALLERY IMAGE PREVIEWS
===================================== */

.gallery-preview-list:empty {
    display: none;
}

.gallery-preview-list:not(:empty) {
    display: flex;
}

.provider-gallery-preview-item {
    position: relative;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #e2e6ed;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.provider-gallery-preview-item img {
    width: 100%;
    height: 105px;
    display: block;
    border-radius: 10px;
    object-fit: cover;
}

.provider-gallery-preview-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
}

.provider-gallery-preview-overlay span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 7px;
    border-radius: 999px;
    background: rgba(20, 25, 38, 0.68);
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    backdrop-filter: blur(5px);
}

.provider-gallery-preview-item small {
    display: block;
    overflow: hidden;
    padding: 8px 4px 3px;
    color: #667085;
    font-size: 0.75rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/* =====================================
   EDIT DAYCARE IMAGE SECTIONS
===================================== */

.provider-current-featured-image {
    position: relative;
    overflow: hidden;
    margin-top: 12px;
    border: 1px solid #e2e6ed;
    border-radius: 18px;
    background: #f8fafc;
}

.provider-current-featured-image img {
    width: 100%;
    height: 220px;
    display: block;
    object-fit: cover;
}

.provider-current-featured-image > span {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(18, 25, 38, 0.75);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    backdrop-filter: blur(7px);
}

.provider-current-featured-image > span i {
    color: #72e5a8;
}

.provider-no-current-image,
.provider-empty-gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    min-height: 120px;
    margin-top: 12px;
    padding: 18px;
    border: 1px dashed #d9dee7;
    border-radius: 16px;
    background: #fafbfc;
    color: #98a2b3;
    text-align: center;
}

.provider-no-current-image i,
.provider-empty-gallery i {
    font-size: 1.5rem;
}

.provider-no-current-image span,
.provider-empty-gallery span {
    font-size: 0.85rem;
}

.provider-existing-gallery-item {
    position: relative;
    overflow: hidden;
    border: 1px solid #e2e6ed;
    border-radius: 14px;
    background: #f8fafc;
}

.provider-existing-gallery-item img {
    width: 100%;
    height: 110px;
    display: block;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.provider-existing-gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0);
    transition: background-color 0.25s ease;
}

.provider-existing-gallery-item:hover img {
    transform: scale(1.06);
}

.provider-existing-gallery-item:hover
.provider-existing-gallery-overlay {
    background: rgba(15, 23, 42, 0.22);
}

.provider-gallery-delete-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 10px;
    background: rgba(190, 37, 57, 0.88);
    color: #ffffff;
    font-size: 0.82rem;
    opacity: 0;
    transform: translateY(-5px);
    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        background-color 0.2s ease;
    backdrop-filter: blur(6px);
}

.provider-existing-gallery-item:hover
.provider-gallery-delete-btn {
    opacity: 1;
    transform: translateY(0);
}

.provider-gallery-delete-btn:hover {
    background: #b42318;
    color: #ffffff;
}

@media (hover: none) {
    .provider-gallery-delete-btn {
        opacity: 1;
        transform: none;
    }
}


/* =========================================
   PROVIDER PACKAGES PAGE
========================================= */

.provider-package-page {
    --package-primary: #6c4df6;
    --package-primary-dark: #5138cc;
    --package-text: #162033;
    --package-muted: #667085;
    --package-border: #e6e8ee;
    --package-bg: #f7f8fc;
    --package-success: #159467;
    --package-warning: #f5a524;

    width: 100%;
    color: var(--package-text);
}


/* Hero */

.package-hero {
    position: relative;
    overflow: hidden;
    padding: 42px;
    margin-bottom: 28px;
    border-radius: 28px;
    background:
        linear-gradient(
            135deg,
            #6845f4 0%,
            #7457f8 48%,
            #9b6df5 100%
        );
    color: #ffffff;
    box-shadow: 0 22px 55px rgba(91, 65, 202, 0.2);
}

.package-hero-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.09);
}

.package-shape-one {
    width: 260px;
    height: 260px;
    top: -130px;
    right: 5%;
}

.package-shape-two {
    width: 170px;
    height: 170px;
    right: 28%;
    bottom: -105px;
}

.package-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    font-size: 0.86rem;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.package-hero h1 {
    max-width: 750px;
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.package-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.05rem;
    line-height: 1.75;
}

.package-hero p strong {
    color: #ffffff;
}

.package-hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 25px;
}

.package-hero-features span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.91rem;
    font-weight: 600;
}

.package-hero-features i {
    color: #d9ffdf;
}

.package-back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 11px 20px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.package-back-btn:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: var(--package-primary);
}


/* Introduction */

.package-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 25px 28px;
    margin-bottom: 28px;
    border: 1px solid var(--package-border);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(16, 24, 40, 0.06);
}

.package-intro > div {
    display: flex;
    align-items: center;
    gap: 16px;
}

.package-intro-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #f0ecff;
    color: var(--package-primary);
    font-size: 1.3rem;
}

.package-intro h2 {
    margin: 0 0 5px;
    font-size: 1.2rem;
    font-weight: 800;
}

.package-intro p {
    max-width: 720px;
    margin: 0;
    color: var(--package-muted);
    font-size: 0.94rem;
    line-height: 1.6;
}

.package-secure-note {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border-radius: 999px;
    background: #ecfdf3;
    color: #067647;
    font-size: 0.82rem;
    font-weight: 700;
}


/* Package cards */

.package-grid {
    margin-bottom: 28px;
}

.package-card {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 27px;
    border: 1px solid var(--package-border);
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(16, 24, 40, 0.07);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.package-card:hover {
    transform: translateY(-7px);
    border-color: rgba(108, 77, 246, 0.35);
    box-shadow: 0 22px 50px rgba(16, 24, 40, 0.12);
}

.package-card-featured {
    border: 2px solid var(--package-primary);
    box-shadow: 0 20px 55px rgba(108, 77, 246, 0.16);
}

.package-card-trial {
    border-color: rgba(21, 148, 103, 0.32);
}

.package-popular-ribbon,
.package-trial-ribbon {
    position: absolute;
    top: 18px;
    right: -38px;
    width: 145px;
    padding: 8px 10px;
    transform: rotate(38deg);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.package-popular-ribbon {
    background: var(--package-primary);
}

.package-trial-ribbon {
    background: var(--package-success);
}

.package-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-right: 30px;
    margin-bottom: 24px;
}

.package-card-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 1.35rem;
}

.standard-icon {
    background: #edf4ff;
    color: #2e6acf;
}

.featured-icon {
    background: #f0ecff;
    color: var(--package-primary);
}

.trial-icon {
    background: #eafbf4;
    color: var(--package-success);
}

.package-type-label {
    display: block;
    margin-bottom: 3px;
    color: var(--package-muted);
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.055em;
}

.package-card-header h2 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
}

.package-price {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}

.package-currency {
    margin-top: 8px;
    margin-right: 4px;
    color: var(--package-muted);
    font-size: 1.25rem;
    font-weight: 700;
}

.package-price strong {
    font-size: clamp(2.5rem, 5vw, 3.7rem);
    font-weight: 850;
    line-height: 1;
    letter-spacing: -0.055em;
}

.package-price-description {
    margin-bottom: 22px;
    color: var(--package-muted);
    font-size: 0.85rem;
}

.package-duration {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid #e9ebf0;
    border-radius: 16px;
    background: #fafbfc;
}

.package-duration > span {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #eeeafd;
    color: var(--package-primary);
    font-size: 1.05rem;
}

.package-duration small {
    display: block;
    margin-bottom: 2px;
    color: var(--package-muted);
    font-size: 0.76rem;
}

.package-duration strong {
    font-size: 0.95rem;
}

.package-benefits {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    margin: 0 0 27px;
    list-style: none;
}

.package-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #475467;
    font-size: 0.89rem;
    line-height: 1.45;
}

.package-benefits i {
    flex: 0 0 auto;
    margin-top: 2px;
    color: var(--package-success);
}

.package-premium-benefit {
    color: var(--package-primary) !important;
    font-weight: 700;
}

.package-premium-benefit i {
    color: var(--package-primary);
}

.package-card-action {
    margin-top: auto;
}

.package-trial-btn {
    width: 100%;
    min-height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #159467, #1dad79);
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(21, 148, 103, 0.2);
}

.package-trial-btn:hover {
    background: linear-gradient(135deg, #117e58, #159467);
    color: #ffffff;
    transform: translateY(-1px);
}

.package-payment-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-bottom: 11px;
    color: var(--package-muted);
    font-size: 0.79rem;
    font-weight: 700;
}

.package-payment-label i {
    color: #153ca1;
}

.package-paypal-container {
    min-height: 45px;
}


/* Payment notice */

.package-payment-notice {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 23px 25px;
    border: 1px solid #d7e6ff;
    border-radius: 20px;
    background: #f5f9ff;
}

.package-payment-notice-icon {
    width: 49px;
    height: 49px;
    flex: 0 0 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #e4efff;
    color: #2863c5;
    font-size: 1.25rem;
}

.package-payment-notice h3 {
    margin: 0 0 4px;
    font-size: 1rem;
    font-weight: 800;
}

.package-payment-notice p {
    margin: 0;
    color: var(--package-muted);
    font-size: 0.87rem;
    line-height: 1.55;
}


/* Empty state */

.package-empty-state {
    padding: 65px 25px;
    border: 1px solid var(--package-border);
    border-radius: 26px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 15px 40px rgba(16, 24, 40, 0.07);
}

.package-empty-icon {
    width: 86px;
    height: 86px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 25px;
    background: #f0ecff;
    color: var(--package-primary);
    font-size: 2.1rem;
}

.package-empty-state h2 {
    margin-bottom: 10px;
    font-size: 1.55rem;
    font-weight: 800;
}

.package-empty-state p {
    max-width: 540px;
    margin: 0 auto 22px;
    color: var(--package-muted);
    line-height: 1.7;
}

.package-empty-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    border-radius: 999px;
    background: var(--package-primary);
    color: #ffffff;
    font-weight: 700;
}

.package-empty-btn:hover {
    background: var(--package-primary-dark);
    color: #ffffff;
}


/* Responsive */

@media (max-width: 991.98px) {
    .package-hero {
        padding: 34px;
    }

    .package-intro {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .package-hero {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .package-hero-features {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .package-back-btn {
        width: 100%;
    }

    .package-intro {
        padding: 22px;
    }

    .package-intro > div {
        align-items: flex-start;
    }

    .package-card {
        padding: 23px;
    }

    .package-payment-notice {
        align-items: flex-start;
    }
}

@media (max-width: 430px) {
    .package-intro > div,
    .package-payment-notice {
        flex-direction: column;
    }

    .package-card-header {
        align-items: flex-start;
    }

    .package-price strong {
        font-size: 2.75rem;
    }
}


/* =========================================
   PROVIDER ORDERS
========================================= */

.provider-orders-page {
    --orders-primary: #6941c6;
    --orders-primary-dark: #53389e;
    --orders-text: #182230;
    --orders-muted: #667085;
    --orders-border: #e4e7ec;
    --orders-surface: #ffffff;
    --orders-background: #f8f9fc;

    width: 100%;
    color: var(--orders-text);
}


/* Hero */

.provider-orders-hero {
    position: relative;
    overflow: hidden;
    padding: 42px;
    margin-bottom: 28px;
    border-radius: 28px;
    background:
        linear-gradient(
            135deg,
            #5f3dc4 0%,
            #744fd5 52%,
            #9270df 100%
        );
    color: #ffffff;
    box-shadow: 0 22px 55px rgba(95, 61, 196, 0.21);
}

.provider-orders-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.09);
}

.provider-orders-shape.shape-one {
    width: 260px;
    height: 260px;
    top: -145px;
    right: 5%;
}

.provider-orders-shape.shape-two {
    width: 170px;
    height: 170px;
    right: 30%;
    bottom: -115px;
}

.provider-orders-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
    font-size: 0.87rem;
    font-weight: 750;
    backdrop-filter: blur(8px);
}

.provider-orders-hero h1 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.provider-orders-hero p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.04rem;
    line-height: 1.75;
}

.provider-orders-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 25px;
}

.provider-orders-highlights span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.91rem;
    font-weight: 650;
}

.provider-orders-highlights i {
    color: #d9fbe9;
}

.provider-orders-back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 11px 20px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-weight: 750;
    backdrop-filter: blur(10px);
}

.provider-orders-back-btn:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: var(--orders-primary);
}


/* Summary cards */

.provider-order-stats {
    margin-bottom: 28px;
}

.provider-order-stat-card {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
    padding: 21px;
    border: 1px solid var(--orders-border);
    border-radius: 20px;
    background: var(--orders-surface);
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.055);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.provider-order-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 17px 38px rgba(16, 24, 40, 0.095);
}

.provider-order-stat-icon {
    width: 51px;
    height: 51px;
    flex: 0 0 51px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 1.3rem;
}

.stat-purple {
    background: #f0eaff;
    color: #6941c6;
}

.stat-green {
    background: #eafbf3;
    color: #067647;
}

.stat-amber {
    background: #fff7e6;
    color: #b54708;
}

.stat-blue {
    background: #eaf2ff;
    color: #175cd3;
}

.provider-order-stat-card small {
    display: block;
    margin-bottom: 4px;
    color: var(--orders-muted);
    font-size: 0.82rem;
    font-weight: 650;
}

.provider-order-stat-card strong {
    display: block;
    font-size: 1.45rem;
    font-weight: 850;
    letter-spacing: -0.025em;
}


/* Orders container */

.provider-orders-card {
    overflow: hidden;
    border: 1px solid var(--orders-border);
    border-radius: 25px;
    background: var(--orders-surface);
    box-shadow: 0 15px 42px rgba(16, 24, 40, 0.07);
}

.provider-orders-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 27px 29px;
    border-bottom: 1px solid #eaecf0;
}

.provider-orders-section-label {
    display: block;
    margin-bottom: 5px;
    color: var(--orders-primary);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.065em;
}

.provider-orders-card-header h2 {
    margin: 0 0 6px;
    font-size: 1.35rem;
    font-weight: 850;
}

.provider-orders-card-header p {
    margin: 0;
    color: var(--orders-muted);
    font-size: 0.92rem;
}

.provider-orders-search-wrap {
    position: relative;
    width: min(100%, 310px);
    flex: 0 0 auto;
}

.provider-orders-search-wrap > i {
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 2;
    transform: translateY(-50%);
    color: #98a2b3;
}

.provider-orders-search-wrap .form-control {
    min-height: 46px;
    padding-left: 44px;
    border: 1px solid #d0d5dd;
    border-radius: 13px;
    font-size: 0.9rem;
}

.provider-orders-search-wrap .form-control:focus {
    border-color: #9e77ed;
    box-shadow: 0 0 0 4px rgba(158, 119, 237, 0.13);
}

.provider-orders-card-body {
    padding: 0;
}


/* Table */

.provider-orders-table-wrap {
    width: 100%;
}

.provider-orders-table {
    min-width: 900px;
    margin: 0;
}

.provider-orders-table thead th {
    padding: 15px 20px;
    border-top: 0;
    border-bottom: 1px solid #eaecf0;
    background: #f9fafb;
    color: #475467;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.045em;
    white-space: nowrap;
}

.provider-orders-table tbody td {
    padding: 18px 20px;
    border-bottom: 1px solid #f0f1f3;
    color: #344054;
    vertical-align: middle;
}

.provider-orders-table tbody tr {
    transition: background-color 0.18s ease;
}

.provider-orders-table tbody tr:hover {
    background: #fafbff;
}

.provider-orders-table tbody tr:last-child td {
    border-bottom: 0;
}

.provider-order-package {
    display: flex;
    align-items: center;
    gap: 12px;
}

.provider-order-package-icon {
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #f0eaff;
    color: var(--orders-primary);
    font-size: 1rem;
}

.provider-order-package strong,
.provider-order-amount strong,
.provider-order-date strong {
    display: block;
    color: #182230;
    font-size: 0.9rem;
    font-weight: 800;
}

.provider-order-package small,
.provider-order-amount small,
.provider-order-date small {
    display: block;
    margin-top: 3px;
    color: #98a2b3;
    font-size: 0.76rem;
}


/* Statuses */

.provider-order-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 0.77rem;
    font-weight: 800;
    white-space: nowrap;
}

.status-paid {
    background: #ecfdf3;
    color: #067647;
}

.status-pending {
    background: #fffaeb;
    color: #b54708;
}

.status-failed {
    background: #fef3f2;
    color: #b42318;
}

.status-other {
    background: #f2f4f7;
    color: #475467;
}


/* PayPal ID */

.provider-order-paypal-id {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 230px;
    padding: 7px 10px;
    border: 1px solid #e4e7ec;
    border-radius: 9px;
    background: #f9fafb;
    color: #475467;
    font-family: monospace;
    font-size: 0.77rem;
}

.provider-order-paypal-id i {
    flex: 0 0 auto;
    color: #173ea5;
}

.provider-order-paypal-id span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* Footer and empty states */

.provider-orders-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 17px 21px;
    border-top: 1px solid #eaecf0;
    background: #fcfcfd;
    color: var(--orders-muted);
    font-size: 0.8rem;
}

.provider-orders-footer span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.provider-orders-empty {
    padding: 70px 25px;
    text-align: center;
}

.provider-orders-empty-icon {
    width: 88px;
    height: 88px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 21px;
    border-radius: 26px;
    background: #f0eaff;
    color: var(--orders-primary);
    font-size: 2.1rem;
}

.provider-orders-empty h3 {
    margin-bottom: 9px;
    font-size: 1.5rem;
    font-weight: 850;
}

.provider-orders-empty p {
    max-width: 510px;
    margin: 0 auto 22px;
    color: var(--orders-muted);
    line-height: 1.7;
}

.provider-orders-empty-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    border-radius: 999px;
    background: var(--orders-primary);
    color: #ffffff;
    font-weight: 750;
}

.provider-orders-empty-btn:hover {
    background: var(--orders-primary-dark);
    color: #ffffff;
}

.provider-orders-no-search-result {
    padding: 55px 25px;
    text-align: center;
    color: var(--orders-muted);
}

.provider-orders-no-search-result i {
    display: block;
    margin-bottom: 12px;
    color: #98a2b3;
    font-size: 2rem;
}

.provider-orders-no-search-result strong,
.provider-orders-no-search-result span {
    display: block;
}

.provider-orders-no-search-result strong {
    margin-bottom: 5px;
    color: var(--orders-text);
    font-size: 1rem;
}


/* Responsive */

@media (max-width: 991.98px) {
    .provider-orders-hero {
        padding: 34px;
    }

    .provider-orders-card-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .provider-orders-search-wrap {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .provider-orders-hero {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .provider-orders-highlights {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .provider-orders-back-btn {
        width: 100%;
    }

    .provider-orders-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* =========================================
   COMPACT LISTING PACKAGE CARDS
========================================= */

.package-card {
    padding: 20px;
    border-radius: 20px;
}

.package-card-header {
    gap: 11px;
    margin-bottom: 16px;
    padding-right: 22px;
}

.package-card-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 13px;
    font-size: 1.1rem;
}

.package-type-label {
    font-size: 0.68rem;
}

.package-card-header h2 {
    font-size: 1.15rem;
}

.package-price {
    margin-bottom: 2px;
}

.package-currency {
    margin-top: 5px;
    font-size: 1rem;
}

.package-price strong {
    font-size: 2.4rem;
}

.package-price-description {
    margin-bottom: 15px;
    font-size: 0.78rem;
}

.package-duration {
    gap: 10px;
    padding: 11px;
    margin-bottom: 16px;
    border-radius: 13px;
}

.package-duration > span {
    width: 36px;
    height: 36px;
    border-radius: 11px;
    font-size: 0.9rem;
}

.package-duration small {
    font-size: 0.68rem;
}

.package-duration strong {
    font-size: 0.86rem;
}

.package-benefits {
    gap: 8px;
    margin-bottom: 18px;
}

.package-benefits li {
    gap: 8px;
    font-size: 0.8rem;
    line-height: 1.35;
}

.package-trial-btn {
    min-height: 43px;
    font-size: 0.86rem;
}

.package-payment-label {
    margin-bottom: 8px;
    font-size: 0.72rem;
}

.package-popular-ribbon,
.package-trial-ribbon {
    top: 15px;
    right: -42px;
    padding: 6px 8px;
    font-size: 0.62rem;
}


/* =========================================
   PROVIDER REVIEWS PAGE
========================================= */

.provider-reviews-page {
    --reviews-primary: #6941c6;
    --reviews-primary-dark: #53389e;
    --reviews-text: #182230;
    --reviews-muted: #667085;
    --reviews-border: #e4e7ec;
    --reviews-surface: #ffffff;

    width: 100%;
    color: var(--reviews-text);
}


/* Hero */

.provider-reviews-hero {
    position: relative;
    overflow: hidden;
    padding: 42px;
    margin-bottom: 28px;
    border-radius: 28px;
    background:
        linear-gradient(
            135deg,
            #5f3dc4 0%,
            #7a50d2 53%,
            #9a6ce1 100%
        );
    color: #ffffff;
    box-shadow: 0 22px 55px rgba(95, 61, 196, 0.21);
}

.provider-reviews-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.09);
}

.reviews-shape-one {
    width: 260px;
    height: 260px;
    top: -145px;
    right: 5%;
}

.reviews-shape-two {
    width: 170px;
    height: 170px;
    right: 30%;
    bottom: -115px;
}

.provider-reviews-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
    font-size: 0.87rem;
    font-weight: 750;
    backdrop-filter: blur(8px);
}

.provider-reviews-hero h1 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.provider-reviews-hero p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.83);
    font-size: 1.04rem;
    line-height: 1.75;
}

.provider-reviews-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 25px;
}

.provider-reviews-highlights span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.91rem;
    font-weight: 650;
}

.provider-reviews-highlights i {
    color: #ffe68a;
}

.provider-reviews-back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 11px 20px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-weight: 750;
    backdrop-filter: blur(10px);
}

.provider-reviews-back-btn:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: var(--reviews-primary);
}


/* Statistics */

.provider-review-stats {
    margin-bottom: 28px;
}

.provider-review-stat-card {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
    padding: 21px;
    border: 1px solid var(--reviews-border);
    border-radius: 20px;
    background: var(--reviews-surface);
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.055);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.provider-review-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 17px 38px rgba(16, 24, 40, 0.095);
}

.provider-review-stat-icon {
    width: 51px;
    height: 51px;
    flex: 0 0 51px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 1.3rem;
}

.review-stat-purple {
    background: #f0eaff;
    color: #6941c6;
}

.review-stat-yellow {
    background: #fff8df;
    color: #d89b00;
}

.review-stat-green {
    background: #eafbf3;
    color: #067647;
}

.review-stat-orange {
    background: #fff4e8;
    color: #c65d09;
}

.provider-review-stat-card small {
    display: block;
    margin-bottom: 4px;
    color: var(--reviews-muted);
    font-size: 0.82rem;
    font-weight: 650;
}

.provider-review-stat-card strong {
    display: block;
    color: var(--reviews-text);
    font-size: 1.45rem;
    font-weight: 850;
    letter-spacing: -0.025em;
}

.provider-review-stat-card strong span {
    color: #98a2b3;
    font-size: 0.78rem;
    font-weight: 700;
}


/* Reviews container */

.provider-reviews-card {
    overflow: hidden;
    border: 1px solid var(--reviews-border);
    border-radius: 25px;
    background: var(--reviews-surface);
    box-shadow: 0 15px 42px rgba(16, 24, 40, 0.07);
}

.provider-reviews-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 27px 29px;
    border-bottom: 1px solid #eaecf0;
}

.provider-reviews-section-label {
    display: block;
    margin-bottom: 5px;
    color: var(--reviews-primary);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.065em;
}

.provider-reviews-card-header h2 {
    margin: 0 0 6px;
    font-size: 1.35rem;
    font-weight: 850;
}

.provider-reviews-card-header p {
    margin: 0;
    color: var(--reviews-muted);
    font-size: 0.92rem;
}

.provider-reviews-search {
    position: relative;
    width: min(100%, 340px);
    flex: 0 0 auto;
}

.provider-reviews-search > i {
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 2;
    transform: translateY(-50%);
    color: #98a2b3;
}

.provider-reviews-search .form-control {
    min-height: 46px;
    padding-left: 44px;
    border: 1px solid #d0d5dd;
    border-radius: 13px;
    font-size: 0.9rem;
}

.provider-reviews-search .form-control:focus {
    border-color: #9e77ed;
    box-shadow: 0 0 0 4px rgba(158, 119, 237, 0.13);
}

.provider-reviews-card-body {
    padding: 0;
}


/* Table */

.provider-reviews-table {
    min-width: 1180px;
    margin: 0;
}

.provider-reviews-table thead th {
    padding: 15px 18px;
    border-top: 0;
    border-bottom: 1px solid #eaecf0;
    background: #f9fafb;
    color: #475467;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.045em;
    white-space: nowrap;
}

.provider-reviews-table tbody td {
    padding: 18px;
    border-bottom: 1px solid #f0f1f3;
    color: #344054;
    vertical-align: middle;
}

.provider-reviews-table tbody tr:hover {
    background: #fafbff;
}

.provider-reviews-table tbody tr:last-child td {
    border-bottom: 0;
}

.provider-review-daycare,
.provider-review-parent {
    display: flex;
    align-items: center;
    gap: 11px;
}

.provider-review-daycare-icon,
.provider-review-avatar {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
}

.provider-review-daycare-icon {
    background: #f0eaff;
    color: var(--reviews-primary);
}

.provider-review-avatar {
    background: #eaf2ff;
    color: #175cd3;
    font-weight: 850;
}

.provider-review-daycare strong,
.provider-review-parent strong {
    display: block;
    color: #182230;
    font-size: 0.88rem;
    font-weight: 800;
}

.provider-review-daycare small,
.provider-review-parent small {
    display: block;
    margin-top: 3px;
    color: #98a2b3;
    font-size: 0.74rem;
}

.provider-review-rating {
    min-width: 120px;
}

.provider-review-stars {
    display: block;
    color: #f5b301;
    font-size: 0.82rem;
    white-space: nowrap;
}

.provider-review-rating small {
    display: block;
    margin-top: 4px;
    color: #98a2b3;
    font-size: 0.72rem;
}

.provider-review-comment,
.provider-review-reply-preview {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    max-width: 270px;
    color: #667085;
    font-size: 0.82rem;
    line-height: 1.5;
}

.provider-review-comment > i,
.provider-review-reply-preview > i {
    flex: 0 0 auto;
    margin-top: 2px;
    color: #9e77ed;
}

.provider-review-no-reply,
.provider-review-awaiting {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #98a2b3;
    font-size: 0.78rem;
}


/* Status badges */

.provider-review-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    white-space: nowrap;
}

.review-approved {
    background: #ecfdf3;
    color: #067647;
}

.review-pending {
    background: #fffaeb;
    color: #b54708;
}

.review-rejected {
    background: #fef3f2;
    color: #b42318;
}


/* Reply button */

.provider-review-reply-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
    padding: 7px 13px;
    border: 1px solid #d6c8fa;
    border-radius: 10px;
    background: #f7f4ff;
    color: var(--reviews-primary);
    font-size: 0.78rem;
    font-weight: 800;
    white-space: nowrap;
}

.provider-review-reply-btn:hover {
    border-color: var(--reviews-primary);
    background: var(--reviews-primary);
    color: #ffffff;
}


/* Table footer */

.provider-reviews-table-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 22px;
    border-top: 1px solid #eaecf0;
    background: #fcfcfd;
}

.provider-reviews-showing {
    color: var(--reviews-muted);
    font-size: 0.81rem;
}

.provider-reviews-pagination .page-link {
    min-width: 37px;
    height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
    border: 1px solid #e4e7ec;
    border-radius: 10px !important;
    color: #475467;
    font-size: 0.79rem;
    font-weight: 700;
}

.provider-reviews-pagination .page-item.active .page-link {
    border-color: var(--reviews-primary);
    background: var(--reviews-primary);
    color: #ffffff;
}


/* Empty state */

.provider-reviews-empty {
    padding: 70px 25px;
    text-align: center;
}

.provider-reviews-empty-icon {
    width: 88px;
    height: 88px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 21px;
    border-radius: 26px;
    background: #fff7df;
    color: #e0a100;
    font-size: 2.1rem;
}

.provider-reviews-empty h3 {
    margin-bottom: 9px;
    font-size: 1.5rem;
    font-weight: 850;
}

.provider-reviews-empty p {
    max-width: 510px;
    margin: 0 auto 22px;
    color: var(--reviews-muted);
    line-height: 1.7;
}

.provider-reviews-empty-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    border-radius: 999px;
    background: var(--reviews-primary);
    color: #ffffff;
    font-weight: 750;
}

.provider-reviews-empty-btn:hover {
    background: var(--reviews-primary-dark);
    color: #ffffff;
}


/* Reply modal */

.provider-review-modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 22px;
    box-shadow: 0 25px 70px rgba(16, 24, 40, 0.18);
}

.provider-review-modal .modal-header {
    padding: 22px 24px;
    border-bottom: 1px solid #eaecf0;
}

.provider-review-modal-heading {
    display: flex;
    align-items: center;
    gap: 12px;
}

.provider-review-modal-heading > span {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #f0eaff;
    color: var(--reviews-primary);
    font-size: 1.1rem;
}

.provider-review-modal-heading small {
    display: block;
    margin-bottom: 2px;
    color: #98a2b3;
    font-size: 0.7rem;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 0.055em;
}

.provider-review-modal-heading h5 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 850;
}

.provider-review-modal .modal-body {
    padding: 24px;
}

.provider-review-modal-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 13px;
}

.provider-review-modal-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #f2f4f7;
    color: #475467;
    font-size: 0.76rem;
    font-weight: 700;
}

.provider-review-modal-rating {
    margin-bottom: 13px;
    color: #f5b301;
    font-size: 0.92rem;
}

.provider-review-original-comment {
    position: relative;
    padding: 18px;
    margin-bottom: 21px;
    border: 1px solid #e4e7ec;
    border-radius: 15px;
    background: #f9fafb;
}

.provider-review-original-comment > i {
    position: absolute;
    top: 14px;
    left: 15px;
    color: #c8b7f4;
    font-size: 1.1rem;
}

.provider-review-original-comment p {
    margin: 0;
    padding-left: 23px;
    color: #475467;
    font-size: 0.87rem;
    line-height: 1.7;
}

.provider-review-modal .form-label {
    margin-bottom: 8px;
    color: #344054;
    font-size: 0.87rem;
    font-weight: 800;
}

.provider-review-modal textarea.form-control {
    min-height: 135px;
    padding: 14px;
    border: 1px solid #d0d5dd;
    border-radius: 13px;
    font-size: 0.9rem;
    resize: vertical;
}

.provider-review-modal textarea.form-control:focus {
    border-color: #9e77ed;
    box-shadow: 0 0 0 4px rgba(158, 119, 237, 0.13);
}

.provider-review-reply-tip {
    display: block;
    margin-top: 7px;
    color: #98a2b3;
    font-size: 0.74rem;
}

.provider-review-modal .modal-footer {
    padding: 17px 24px;
    border-top: 1px solid #eaecf0;
    background: #fcfcfd;
}

.provider-review-cancel-btn,
.provider-review-save-btn {
    min-height: 43px;
    padding: 9px 17px;
    border-radius: 11px;
    font-size: 0.84rem;
    font-weight: 800;
}

.provider-review-cancel-btn {
    border: 1px solid #d0d5dd;
    background: #ffffff;
    color: #475467;
}

.provider-review-save-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: var(--reviews-primary);
    color: #ffffff;
}

.provider-review-save-btn:hover {
    background: var(--reviews-primary-dark);
    color: #ffffff;
}


/* Responsive */

@media (max-width: 991.98px) {
    .provider-reviews-hero {
        padding: 34px;
    }

    .provider-reviews-card-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .provider-reviews-search {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .provider-reviews-hero {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .provider-reviews-highlights {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .provider-reviews-back-btn {
        width: 100%;
    }

    .provider-reviews-table-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .provider-review-modal-meta {
        align-items: flex-start;
        flex-direction: column;
    }
}




/* =========================================
   PROVIDER VISIT AVAILABILITY
========================================= */

.provider-availability-page {
    --availability-primary: #6941c6;
    --availability-primary-dark: #53389e;
    --availability-text: #182230;
    --availability-muted: #667085;
    --availability-border: #e4e7ec;
    --availability-surface: #ffffff;

    width: 100%;
    color: var(--availability-text);
}


/* Hero */

.availability-hero {
    position: relative;
    overflow: hidden;
    padding: 42px;
    margin-bottom: 25px;
    border-radius: 28px;
    background:
        linear-gradient(
            135deg,
            #53389e 0%,
            #6941c6 52%,
            #8b5fd3 100%
        );
    color: #ffffff;
    box-shadow: 0 22px 55px rgba(83, 56, 158, 0.22);
}

.availability-hero-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.09);
}

.availability-shape-one {
    width: 260px;
    height: 260px;
    top: -160px;
    right: 3%;
}

.availability-shape-two {
    width: 175px;
    height: 175px;
    right: 34%;
    bottom: -125px;
}

.availability-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    margin-bottom: 17px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 750;
    backdrop-filter: blur(8px);
}

.availability-hero h1 {
    margin: 0 0 13px;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.availability-hero p {
    max-width: 730px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.03rem;
    line-height: 1.75;
}

.availability-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 24px;
}

.availability-hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.93);
    font-size: 0.89rem;
    font-weight: 650;
}

.availability-hero-points i {
    color: #d9f99d;
}


/* Hero summary */

.availability-summary-card {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 285px;
    padding: 20px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
}

.availability-summary-icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 1.35rem;
}

.availability-summary-card small {
    display: block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    font-weight: 650;
}

.availability-summary-card strong {
    display: block;
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: 850;
}

.availability-summary-card em {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 650;
}


/* Information banner */

.availability-info-banner {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 20px;
    margin-bottom: 25px;
    border: 1px solid #c7d7fe;
    border-radius: 16px;
    background: #f5f8ff;
}

.availability-info-icon {
    width: 41px;
    height: 41px;
    flex: 0 0 41px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #e5edff;
    color: #175cd3;
}

.availability-info-banner strong {
    display: block;
    margin-bottom: 4px;
    color: #1849a9;
    font-size: 0.9rem;
    font-weight: 800;
}

.availability-info-banner p {
    margin: 0;
    color: #475467;
    font-size: 0.86rem;
    line-height: 1.65;
}


/* Main schedule */

.availability-schedule-card {
    overflow: hidden;
    border: 1px solid var(--availability-border);
    border-radius: 25px;
    background: var(--availability-surface);
    box-shadow: 0 15px 42px rgba(16, 24, 40, 0.07);
}

.availability-schedule-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 27px 29px;
    border-bottom: 1px solid #eaecf0;
}

.availability-section-label {
    display: block;
    margin-bottom: 5px;
    color: var(--availability-primary);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.065em;
}

.availability-schedule-header h2 {
    margin: 0 0 6px;
    font-size: 1.35rem;
    font-weight: 850;
}

.availability-schedule-header p {
    margin: 0;
    color: var(--availability-muted);
    font-size: 0.91rem;
}

.availability-week-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    border-radius: 999px;
    background: #f2edff;
    color: var(--availability-primary);
    font-size: 0.78rem;
    font-weight: 800;
    white-space: nowrap;
}

.availability-schedule-body {
    padding: 27px;
}


/* Day cards */

.availability-day-card {
    position: relative;
    height: 100%;
    padding: 22px;
    border: 1px solid #e4e7ec;
    border-radius: 19px;
    background: #ffffff;
    transition:
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        transform 0.22s ease;
}

.availability-day-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 34px rgba(16, 24, 40, 0.08);
}

.availability-day-card.day-is-active {
    border-color: #c8b7f4;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fdfcff 100%
        );
}

.availability-day-card.day-is-closed {
    border-color: #eaecf0;
    background: #fcfcfd;
}

.availability-day-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.availability-day-name {
    display: flex;
    align-items: center;
    gap: 12px;
}

.availability-day-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #f0eaff;
    color: var(--availability-primary);
    font-size: 1.1rem;
}

.day-is-closed .availability-day-icon {
    background: #f2f4f7;
    color: #98a2b3;
}

.availability-day-name h3 {
    margin: 0 0 4px;
    color: #182230;
    font-size: 1.03rem;
    font-weight: 850;
}

.availability-day-name small {
    display: block;
    max-width: 265px;
    color: #667085;
    font-size: 0.77rem;
    line-height: 1.45;
}

.availability-switch-wrap {
    display: flex;
    align-items: center;
    gap: 9px;
}

.availability-switch-label {
    color: #067647;
    font-size: 0.74rem;
    font-weight: 800;
}

.day-is-closed .availability-switch-label {
    color: #98a2b3;
}


/* Bootstrap switch override */

.availability-switch-wrap .form-check {
    min-height: auto;
    padding-left: 2.8em;
    margin: 0;
}

.availability-switch-wrap .form-check-input {
    width: 2.65em;
    height: 1.45em;
    margin-top: 0;
    cursor: pointer;
    border-color: #b8c0cc;
    box-shadow: none;
}

.availability-switch-wrap .form-check-input:checked {
    border-color: var(--availability-primary);
    background-color: var(--availability-primary);
}


/* Time fields */

.availability-time-divider {
    height: 1px;
    margin: 19px 0;
    background: #eaecf0;
}

.availability-time-label {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    color: #344054;
    font-size: 0.82rem;
    font-weight: 800;
}

.availability-time-label span {
    color: var(--availability-primary);
}

.availability-time-input {
    position: relative;
}

.availability-time-input > i {
    position: absolute;
    top: 50%;
    left: 14px;
    z-index: 2;
    transform: translateY(-50%);
    color: #98a2b3;
    pointer-events: none;
}

.availability-time-input .form-control {
    min-height: 46px;
    padding-left: 42px;
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    color: #344054;
    font-size: 0.88rem;
    font-weight: 650;
}

.availability-time-input .form-control:focus {
    border-color: #9e77ed;
    box-shadow: 0 0 0 4px rgba(158, 119, 237, 0.13);
}

.availability-time-note {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 15px;
    color: #98a2b3;
    font-size: 0.74rem;
}

.availability-time-note i {
    color: #d89b00;
}


/* Closed day state */

.availability-closed-state {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 15px;
    margin-top: 18px;
    border-radius: 12px;
    background: #f2f4f7;
    color: #667085;
    font-size: 0.79rem;
    font-weight: 650;
}

.availability-closed-state i {
    color: #98a2b3;
}


/* Footer */

.availability-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 27px;
    border-top: 1px solid #eaecf0;
    background: #fcfcfd;
}

.availability-save-note {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #667085;
    font-size: 0.8rem;
}

.availability-save-note i {
    color: #067647;
    font-size: 1rem;
}

.availability-save-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 47px;
    padding: 10px 23px;
    border: 0;
    border-radius: 999px;
    background: var(--availability-primary);
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(105, 65, 198, 0.22);
}

.availability-save-btn:hover {
    background: var(--availability-primary-dark);
    color: #ffffff;
    transform: translateY(-1px);
}


/* Responsive */

@media (max-width: 991.98px) {
    .availability-hero {
        padding: 34px;
    }

    .availability-summary-card {
        margin-right: auto;
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .availability-hero {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .availability-hero-points {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .availability-summary-card {
        max-width: 100%;
    }

    .availability-schedule-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .availability-schedule-body {
        padding: 20px;
    }

    .availability-day-header {
        flex-direction: column;
    }

    .availability-switch-wrap {
        width: 100%;
        justify-content: space-between;
    }

    .availability-form-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .availability-save-btn {
        width: 100%;
    }
}




/* =========================================
   MESSAGE INBOX
========================================= */

.message-inbox-page {
    --message-primary: #6941c6;
    --message-primary-dark: #53389e;
    --message-text: #182230;
    --message-muted: #667085;
    --message-border: #e4e7ec;
    --message-surface: #ffffff;

    width: 100%;
    color: var(--message-text);
}


/* Hero */

.message-inbox-hero {
    position: relative;
    overflow: hidden;
    padding: 42px;
    margin-bottom: 27px;
    border-radius: 28px;
    background:
        linear-gradient(
            135deg,
            #4f3190 0%,
            #6941c6 52%,
            #9265d5 100%
        );
    color: #ffffff;
    box-shadow: 0 22px 55px rgba(83, 56, 158, 0.22);
}

.message-hero-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.message-hero-shape-one {
    width: 270px;
    height: 270px;
    top: -155px;
    right: 3%;
}

.message-hero-shape-two {
    width: 170px;
    height: 170px;
    right: 32%;
    bottom: -120px;
}

.message-inbox-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    margin-bottom: 17px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 750;
    backdrop-filter: blur(8px);
}

.message-inbox-hero h1 {
    margin: 0 0 13px;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.message-inbox-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.02rem;
    line-height: 1.75;
}

.message-hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 24px;
}

.message-hero-highlights span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.93);
    font-size: 0.89rem;
    font-weight: 650;
}

.message-hero-highlights i {
    color: #fde68a;
}


/* Hero summary */

.message-hero-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 350px;
    padding: 20px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(12px);
}

.message-summary-item {
    display: flex;
    align-items: center;
    gap: 11px;
}

.message-summary-icon {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 1.08rem;
}

.message-summary-unread {
    background: rgba(255, 220, 220, 0.16);
    color: #ffd7d7;
}

.message-summary-item small {
    display: block;
    color: rgba(255, 255, 255, 0.67);
    font-size: 0.72rem;
    font-weight: 650;
}

.message-summary-item strong {
    display: block;
    margin-top: 2px;
    color: #ffffff;
    font-size: 1.45rem;
    font-weight: 850;
}

.message-summary-divider {
    width: 1px;
    height: 44px;
    margin: 0 13px;
    background: rgba(255, 255, 255, 0.2);
}


/* Main inbox card */

.message-inbox-card {
    overflow: hidden;
    border: 1px solid var(--message-border);
    border-radius: 25px;
    background: var(--message-surface);
    box-shadow: 0 15px 42px rgba(16, 24, 40, 0.07);
}

.message-inbox-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 27px 29px;
    border-bottom: 1px solid #eaecf0;
}

.message-section-label {
    display: block;
    margin-bottom: 5px;
    color: var(--message-primary);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.065em;
}

.message-inbox-header h2 {
    margin: 0 0 6px;
    font-size: 1.35rem;
    font-weight: 850;
}

.message-inbox-header p {
    margin: 0;
    color: var(--message-muted);
    font-size: 0.91rem;
}

.message-inbox-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 9px;
}

.message-inbox-count-badge,
.message-inbox-unread-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    white-space: nowrap;
}

.message-inbox-count-badge {
    background: #f0eaff;
    color: var(--message-primary);
}

.message-inbox-unread-badge {
    background: #fef3f2;
    color: #b42318;
}

.message-inbox-unread-badge .bi-circle-fill {
    font-size: 0.43rem;
}


/* Toolbar */

.message-inbox-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 24px;
    border-bottom: 1px solid #eaecf0;
    background: #fcfcfd;
}

.message-search-wrap {
    position: relative;
    width: min(100%, 430px);
}

.message-search-wrap > .bi-search {
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 2;
    transform: translateY(-50%);
    color: #98a2b3;
    pointer-events: none;
}

.message-search-wrap .form-control {
    min-height: 47px;
    padding-right: 43px;
    padding-left: 44px;
    border: 1px solid #d0d5dd;
    border-radius: 13px;
    font-size: 0.9rem;
}

.message-search-wrap .form-control:focus {
    border-color: #9e77ed;
    box-shadow: 0 0 0 4px rgba(158, 119, 237, 0.13);
}

.message-search-clear {
    position: absolute;
    top: 50%;
    right: 11px;
    z-index: 3;
    width: 29px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    background: #f2f4f7;
    color: #667085;
}

.message-toolbar-summary span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #b42318;
    font-size: 0.79rem;
    font-weight: 750;
}

.message-toolbar-summary .all-messages-read {
    color: #067647;
}


/* Conversation rows */

.message-conversation-list {
    display: flex;
    flex-direction: column;
}

.message-conversation-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 21px 24px;
    border-bottom: 1px solid #eaecf0;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    transition:
        background 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.message-conversation-item:last-child {
    border-bottom: 0;
}

.message-conversation-item:hover {
    z-index: 2;
    background: #faf9ff;
    color: inherit;
    box-shadow: inset 4px 0 0 var(--message-primary);
}

.message-conversation-item.is-unread {
    background:
        linear-gradient(
            90deg,
            #f8f5ff 0%,
            #ffffff 42%
        );
}

.message-unread-indicator {
    position: absolute;
    top: 26px;
    left: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f04438;
    box-shadow: 0 0 0 4px rgba(240, 68, 56, 0.12);
}


/* Daycare image */

.message-conversation-image {
    position: relative;
    width: 67px;
    height: 67px;
    flex: 0 0 67px;
}

.message-conversation-image img {
    width: 100%;
    height: 100%;
    border: 2px solid #ffffff;
    border-radius: 17px;
    object-fit: cover;
    box-shadow: 0 6px 16px rgba(16, 24, 40, 0.12);
}

.message-user-initial {
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: var(--message-primary);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 850;
}


/* Conversation body */

.message-conversation-content {
    min-width: 0;
    flex: 1;
}

.message-conversation-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.message-conversation-heading {
    min-width: 0;
}

.message-conversation-heading h3 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 0 5px;
    color: #182230;
    font-size: 1rem;
    font-weight: 850;
}

.message-new-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 999px;
    background: #fef3f2;
    color: #b42318;
    font-size: 0.65rem;
    font-weight: 850;
}

.message-daycare-name {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    color: #667085;
    font-size: 0.79rem;
    font-weight: 650;
}

.message-daycare-name i {
    color: var(--message-primary);
}

.message-time {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #98a2b3;
    font-size: 0.73rem;
    white-space: nowrap;
}

.message-route-preview {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 11px 0 6px;
    color: #98a2b3;
    font-size: 0.72rem;
}

.message-route-person {
    font-weight: 650;
}

.message-route-person.current-user {
    color: var(--message-primary);
    font-weight: 800;
}

.message-route-preview i {
    font-size: 0.68rem;
}

.message-preview {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 11px;
    color: #667085;
    font-size: 0.86rem;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.message-preview-unread {
    color: #344054;
    font-weight: 700;
}

.message-conversation-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.message-total-badge,
.message-unread-count,
.message-latest-sender {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 9px;
    border-radius: 999px;
    font-size: 0.69rem;
    font-weight: 750;
}

.message-total-badge {
    border: 1px solid #e4e7ec;
    background: #ffffff;
    color: #667085;
}

.message-unread-count {
    background: #fef3f2;
    color: #b42318;
}

.message-latest-sender {
    background: #f2f4f7;
    color: #667085;
}


/* Open button */

.message-conversation-action {
    flex: 0 0 auto;
}

.message-open-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 40px;
    padding: 8px 14px;
    border: 1px solid #d6c8fa;
    border-radius: 999px;
    background: #f7f4ff;
    color: var(--message-primary);
    font-size: 0.78rem;
    font-weight: 800;
    white-space: nowrap;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}

.message-conversation-item:hover .message-open-button {
    border-color: var(--message-primary);
    background: var(--message-primary);
    color: #ffffff;
}


/* Empty inbox */

.message-inbox-empty,
.message-search-empty {
    padding: 72px 25px;
    text-align: center;
}

.message-empty-icon,
.message-search-empty > span {
    width: 88px;
    height: 88px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 21px;
    border-radius: 26px;
    background: #f0eaff;
    color: var(--message-primary);
    font-size: 2rem;
}

.message-inbox-empty h3,
.message-search-empty h3 {
    margin-bottom: 9px;
    font-size: 1.45rem;
    font-weight: 850;
}

.message-inbox-empty p,
.message-search-empty p {
    max-width: 530px;
    margin: 0 auto 23px;
    color: var(--message-muted);
    line-height: 1.7;
}

.message-empty-button,
.message-reset-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 20px;
    border: 0;
    border-radius: 999px;
    background: var(--message-primary);
    color: #ffffff;
    font-weight: 750;
}

.message-empty-button:hover,
.message-reset-search:hover {
    background: var(--message-primary-dark);
    color: #ffffff;
}


/* Responsive */

@media (max-width: 991.98px) {
    .message-inbox-hero {
        padding: 34px;
    }

    .message-hero-summary {
        margin-right: auto;
        margin-left: 0;
    }

    .message-inbox-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .message-search-wrap {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .message-inbox-hero {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .message-hero-highlights {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .message-hero-summary {
        width: 100%;
        max-width: none;
    }

    .message-inbox-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .message-inbox-badges {
        justify-content: flex-start;
    }

    .message-conversation-item {
        align-items: flex-start;
        padding: 19px;
    }

    .message-conversation-image {
        width: 55px;
        height: 55px;
        flex-basis: 55px;
    }

    .message-conversation-top {
        flex-direction: column;
        gap: 5px;
    }

    .message-time {
        order: -1;
    }

    .message-conversation-action {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .message-hero-summary {
        align-items: stretch;
        flex-direction: column;
    }

    .message-summary-divider {
        width: 100%;
        height: 1px;
        margin: 3px 0;
    }

    .message-conversation-item {
        gap: 12px;
    }

    .message-conversation-meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .message-latest-sender {
        display: none;
    }
}

/* =========================================
   PROVIDER VISITS
========================================= */

.provider-visits-page {
    --visit-primary: #6941c6;
    --visit-primary-dark: #53389e;
    --visit-text: #182230;
    --visit-muted: #667085;
    --visit-border: #e4e7ec;
    --visit-surface: #ffffff;

    width: 100%;
    color: var(--visit-text);
}


/* Hero */

.provider-visits-hero {
    position: relative;
    overflow: hidden;
    padding: 42px;
    margin-bottom: 25px;
    border-radius: 28px;
    background:
        linear-gradient(
            135deg,
            #4f3190 0%,
            #6941c6 52%,
            #9164d4 100%
        );
    color: #ffffff;
    box-shadow: 0 22px 55px rgba(83, 56, 158, 0.22);
}

.provider-visits-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.provider-visits-shape-one {
    width: 260px;
    height: 260px;
    top: -155px;
    right: 3%;
}

.provider-visits-shape-two {
    width: 170px;
    height: 170px;
    right: 32%;
    bottom: -120px;
}

.provider-visits-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    margin-bottom: 17px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 750;
    backdrop-filter: blur(8px);
}

.provider-visits-hero h1 {
    margin: 0 0 13px;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.provider-visits-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.02rem;
    line-height: 1.75;
}

.provider-visits-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 24px;
}

.provider-visits-highlights span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.93);
    font-size: 0.89rem;
    font-weight: 650;
}

.provider-visits-highlights i {
    color: #fde68a;
}

.provider-visits-summary {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 280px;
    padding: 20px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(12px);
}

.provider-visits-summary-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.17);
    color: #ffffff;
    font-size: 1.35rem;
}

.provider-visits-summary small {
    display: block;
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.76rem;
    font-weight: 650;
}

.provider-visits-summary strong {
    display: block;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 850;
}


/* Statistics */

.provider-visit-stat-card {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
    padding: 20px;
    border: 1px solid var(--visit-border);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
}

.provider-visit-stat-icon {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 1.15rem;
}

.provider-visit-stat-icon.pending {
    background: #fff7e6;
    color: #b54708;
}

.provider-visit-stat-icon.accepted {
    background: #ecfdf3;
    color: #067647;
}

.provider-visit-stat-icon.completed {
    background: #eef4ff;
    color: #3538cd;
}

.provider-visit-stat-card small {
    display: block;
    color: var(--visit-muted);
    font-size: 0.78rem;
    font-weight: 650;
}

.provider-visit-stat-card strong {
    display: block;
    margin-top: 2px;
    font-size: 1.55rem;
    font-weight: 850;
}


/* Main card */

.provider-visits-card {
    overflow: hidden;
    border: 1px solid var(--visit-border);
    border-radius: 25px;
    background: var(--visit-surface);
    box-shadow: 0 15px 42px rgba(16, 24, 40, 0.07);
}

.provider-visits-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 27px 29px;
    border-bottom: 1px solid #eaecf0;
}

.provider-visits-section-label {
    display: block;
    margin-bottom: 5px;
    color: var(--visit-primary);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.065em;
}

.provider-visits-card-header h2 {
    margin: 0 0 6px;
    font-size: 1.35rem;
    font-weight: 850;
}

.provider-visits-card-header p {
    margin: 0;
    color: var(--visit-muted);
    font-size: 0.91rem;
}

.provider-visits-count-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    border-radius: 999px;
    background: #f0eaff;
    color: var(--visit-primary);
    font-size: 0.78rem;
    font-weight: 800;
    white-space: nowrap;
}


/* Toolbar */

.provider-visits-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 24px;
    border-bottom: 1px solid #eaecf0;
    background: #fcfcfd;
}

.provider-visits-search {
    position: relative;
    width: min(100%, 430px);
}

.provider-visits-search > .bi-search {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 2;
    transform: translateY(-50%);
    color: #98a2b3;
}

.provider-visits-search .form-control {
    min-height: 46px;
    padding-right: 44px;
    padding-left: 43px;
    border: 1px solid #d0d5dd;
    border-radius: 13px;
}

.provider-visits-search .form-control:focus,
.provider-visits-filter:focus {
    border-color: #9e77ed;
    box-shadow: 0 0 0 4px rgba(158, 119, 237, 0.13);
}

.provider-visits-search-clear {
    position: absolute;
    top: 50%;
    right: 11px;
    z-index: 3;
    width: 29px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    background: #f2f4f7;
    color: #667085;
}

.provider-visits-filter {
    width: 190px;
    min-height: 46px;
    border: 1px solid #d0d5dd;
    border-radius: 13px;
}


/* Grid */

.provider-visits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    padding: 26px;
}

.provider-visit-item {
    display: flex;
    flex-direction: column;
    padding: 22px;
    border: 1px solid #e4e7ec;
    border-radius: 20px;
    background: #ffffff;
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease;
}

.provider-visit-item:hover {
    transform: translateY(-3px);
    border-color: #d6c8fa;
    box-shadow: 0 15px 34px rgba(16, 24, 40, 0.08);
}

.provider-visit-item-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 13px;
    margin-bottom: 20px;
}

.provider-visit-daycare {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.provider-visit-daycare-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #f0eaff;
    color: var(--visit-primary);
}

.provider-visit-daycare h3 {
    overflow: hidden;
    margin: 0 0 3px;
    color: #182230;
    font-size: 1rem;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.provider-visit-daycare span {
    color: #98a2b3;
    font-size: 0.72rem;
    font-weight: 650;
}


/* Status */

.provider-visit-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 800;
    white-space: nowrap;
}

.provider-visit-status.pending {
    background: #fff7e6;
    color: #b54708;
}

.provider-visit-status.accepted {
    background: #ecfdf3;
    color: #067647;
}

.provider-visit-status.declined {
    background: #fef3f2;
    color: #b42318;
}

.provider-visit-status.completed {
    background: #eef4ff;
    color: #3538cd;
}


/* Parent */

.provider-visit-parent {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px;
    margin-bottom: 17px;
    border-radius: 14px;
    background: #f9fafb;
}

.provider-visit-parent-avatar {
    width: 39px;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--visit-primary);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 850;
}

.provider-visit-parent small {
    display: block;
    color: #98a2b3;
    font-size: 0.68rem;
    font-weight: 650;
}

.provider-visit-parent strong {
    display: block;
    color: #344054;
    font-size: 0.85rem;
    font-weight: 800;
}


/* Date and time */

.provider-visit-schedule {
    display: flex;
    align-items: center;
    padding: 16px;
    margin-bottom: 17px;
    border: 1px solid #e4e7ec;
    border-radius: 15px;
}

.provider-visit-schedule-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.provider-visit-schedule-item > span {
    width: 37px;
    height: 37px;
    flex: 0 0 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #f0eaff;
    color: var(--visit-primary);
}

.provider-visit-schedule-item small {
    display: block;
    color: #98a2b3;
    font-size: 0.67rem;
}

.provider-visit-schedule-item strong {
    display: block;
    color: #344054;
    font-size: 0.78rem;
    font-weight: 800;
}

.provider-visit-schedule-divider {
    width: 1px;
    height: 42px;
    margin: 0 16px;
    background: #e4e7ec;
}


/* Notes */

.provider-visit-note,
.provider-visit-no-note {
    margin-bottom: 18px;
    border-radius: 14px;
}

.provider-visit-note {
    padding: 15px;
    background: #fffcf5;
    border: 1px solid #fbe7b2;
}

.provider-visit-note-heading {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 7px;
    color: #b54708;
    font-size: 0.74rem;
    font-weight: 800;
}

.provider-visit-note p {
    margin: 0;
    color: #667085;
    font-size: 0.8rem;
    line-height: 1.65;
}

.provider-visit-no-note {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px;
    background: #f9fafb;
    color: #98a2b3;
    font-size: 0.76rem;
}


/* Actions */

.provider-visit-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
    padding-top: 2px;
}

.provider-visit-accept-btn,
.provider-visit-decline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 9px 15px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
}

.provider-visit-accept-btn {
    border: 1px solid #067647;
    background: #067647;
    color: #ffffff;
}

.provider-visit-accept-btn:hover {
    border-color: #05603a;
    background: #05603a;
    color: #ffffff;
}

.provider-visit-decline-btn {
    border: 1px solid #fda29b;
    background: #ffffff;
    color: #b42318;
}

.provider-visit-decline-btn:hover {
    border-color: #b42318;
    background: #fef3f2;
    color: #b42318;
}

.provider-visit-status-message {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 13px;
    margin-top: auto;
    border-radius: 13px;
    font-size: 0.76rem;
    font-weight: 700;
}

.provider-visit-status-message.accepted {
    background: #ecfdf3;
    color: #067647;
}

.provider-visit-status-message.declined {
    background: #fef3f2;
    color: #b42318;
}

.provider-visit-status-message.completed {
    background: #eef4ff;
    color: #3538cd;
}


/* Empty states */

.provider-visits-empty,
.provider-visits-no-results {
    padding: 72px 25px;
    text-align: center;
}

.provider-visits-empty-icon,
.provider-visits-no-results > span {
    width: 88px;
    height: 88px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 26px;
    background: #f0eaff;
    color: var(--visit-primary);
    font-size: 2rem;
}

.provider-visits-empty h3,
.provider-visits-no-results h3 {
    margin-bottom: 9px;
    font-size: 1.4rem;
    font-weight: 850;
}

.provider-visits-empty p,
.provider-visits-no-results p {
    max-width: 530px;
    margin: 0 auto 22px;
    color: var(--visit-muted);
    line-height: 1.7;
}

.provider-visits-empty-btn,
.provider-visits-reset-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 20px;
    border: 0;
    border-radius: 999px;
    background: var(--visit-primary);
    color: #ffffff;
    font-weight: 750;
}

.provider-visits-empty-btn:hover,
.provider-visits-reset-btn:hover {
    background: var(--visit-primary-dark);
    color: #ffffff;
}


/* Responsive */

@media (max-width: 991.98px) {
    .provider-visits-hero {
        padding: 34px;
    }

    .provider-visits-summary {
        margin-right: auto;
        margin-left: 0;
    }

    .provider-visits-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .provider-visits-hero {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .provider-visits-highlights {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .provider-visits-card-header,
    .provider-visits-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .provider-visits-search,
    .provider-visits-filter {
        width: 100%;
    }

    .provider-visits-grid {
        padding: 20px;
    }
}

@media (max-width: 575.98px) {
    .provider-visit-item-header {
        flex-direction: column;
    }

    .provider-visit-schedule {
        align-items: stretch;
        flex-direction: column;
        gap: 13px;
    }

    .provider-visit-schedule-divider {
        width: 100%;
        height: 1px;
        margin: 0;
    }

    .provider-visit-actions {
        flex-direction: column;
    }

    .provider-visit-accept-btn,
    .provider-visit-decline-btn {
        width: 100%;
    }
}

/* =========================================
   PARENT DASHBOARD
========================================= */

.parent-dashboard-page {
    --parent-primary: #6941c6;
    --parent-primary-dark: #53389e;
    --parent-text: #182230;
    --parent-muted: #667085;
    --parent-border: #e4e7ec;
    --parent-surface: #ffffff;

    width: 100%;
    color: var(--parent-text);
}


/* Hero */

.parent-dashboard-hero {
    position: relative;
    overflow: hidden;
    padding: 44px;
    margin-bottom: 26px;
    border-radius: 29px;
    background:
        linear-gradient(
            135deg,
            #4f3190 0%,
            #6941c6 52%,
            #9265d5 100%
        );
    color: #ffffff;
    box-shadow: 0 22px 55px rgba(83, 56, 158, 0.22);
}

.parent-dashboard-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.parent-dashboard-shape-one {
    width: 280px;
    height: 280px;
    top: -170px;
    right: 2%;
}

.parent-dashboard-shape-two {
    width: 180px;
    height: 180px;
    right: 31%;
    bottom: -125px;
}

.parent-dashboard-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    margin-bottom: 17px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 750;
    backdrop-filter: blur(8px);
}

.parent-dashboard-hero h1 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.parent-dashboard-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.02rem;
    line-height: 1.75;
}

.parent-dashboard-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.parent-dashboard-primary-btn,
.parent-dashboard-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 10px 19px;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 800;
}

.parent-dashboard-primary-btn {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: var(--parent-primary);
}

.parent-dashboard-primary-btn:hover {
    border-color: #f4ebff;
    background: #f4ebff;
    color: var(--parent-primary-dark);
}

.parent-dashboard-secondary-btn {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.parent-dashboard-secondary-btn:hover {
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}


/* Hero summary */

.parent-dashboard-hero-card {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 320px;
    padding: 22px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 21px;
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(12px);
}

.parent-dashboard-hero-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.17);
    color: #ffd5e3;
    font-size: 1.45rem;
}

.parent-dashboard-hero-card small {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.76rem;
    font-weight: 650;
}

.parent-dashboard-hero-card strong {
    display: block;
    margin-top: 1px;
    color: #ffffff;
    font-size: 1.85rem;
    font-weight: 850;
}

.parent-dashboard-hero-card p {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.73);
    font-size: 0.73rem;
    line-height: 1.5;
}


/* Statistics */

.parent-dashboard-stats {
    margin-bottom: 27px;
}

.parent-dashboard-stat-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
    padding: 21px;
    overflow: hidden;
    border: 1px solid var(--parent-border);
    border-radius: 19px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease;
}

.parent-dashboard-stat-card:hover {
    transform: translateY(-3px);
    border-color: #d6c8fa;
    color: inherit;
    box-shadow: 0 16px 36px rgba(16, 24, 40, 0.09);
}

.parent-dashboard-stat-icon {
    width: 53px;
    height: 53px;
    flex: 0 0 53px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 1.23rem;
}

.parent-dashboard-stat-icon.saved {
    background: #fff0f5;
    color: #c11574;
}

.parent-dashboard-stat-icon.inquiries {
    background: #f0eaff;
    color: var(--parent-primary);
}

.parent-dashboard-stat-icon.reviews {
    background: #fff7e6;
    color: #b54708;
}

.parent-dashboard-stat-content {
    min-width: 0;
}

.parent-dashboard-stat-content small {
    display: block;
    color: var(--parent-muted);
    font-size: 0.77rem;
    font-weight: 650;
}

.parent-dashboard-stat-content strong {
    display: block;
    margin: 1px 0;
    color: var(--parent-text);
    font-size: 1.55rem;
    font-weight: 850;
}

.parent-dashboard-stat-content span {
    color: #98a2b3;
    font-size: 0.72rem;
}

.parent-dashboard-stat-arrow {
    margin-left: auto;
    color: #98a2b3;
    font-size: 1rem;
}


/* Sections */

.parent-dashboard-section,
.parent-dashboard-recent-card {
    margin-bottom: 27px;
    border: 1px solid var(--parent-border);
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 0 15px 42px rgba(16, 24, 40, 0.07);
}

.parent-dashboard-section {
    padding: 27px;
}

.parent-dashboard-section-header,
.parent-dashboard-recent-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.parent-dashboard-section-label {
    display: block;
    margin-bottom: 5px;
    color: var(--parent-primary);
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.065em;
}

.parent-dashboard-section-header h2,
.parent-dashboard-recent-header h2 {
    margin: 0 0 6px;
    font-size: 1.35rem;
    font-weight: 850;
}

.parent-dashboard-section-header p,
.parent-dashboard-recent-header p {
    margin: 0;
    color: var(--parent-muted);
    font-size: 0.9rem;
}


/* Quick actions */

.parent-dashboard-action-card {
    display: flex;
    align-items: center;
    gap: 13px;
    height: 100%;
    padding: 17px;
    border: 1px solid #e4e7ec;
    border-radius: 17px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.parent-dashboard-action-card:hover {
    transform: translateY(-2px);
    border-color: #d6c8fa;
    color: inherit;
    box-shadow: 0 12px 26px rgba(16, 24, 40, 0.07);
}

.parent-dashboard-action-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 1rem;
}

.parent-dashboard-action-icon.search {
    background: #eef4ff;
    color: #3538cd;
}

.parent-dashboard-action-icon.favorites {
    background: #fff0f5;
    color: #c11574;
}

.parent-dashboard-action-icon.messages {
    background: #f0eaff;
    color: var(--parent-primary);
}

.parent-dashboard-action-icon.visits {
    background: #ecfdf3;
    color: #067647;
}

.parent-dashboard-action-card div {
    min-width: 0;
}

.parent-dashboard-action-card h3 {
    margin: 0 0 3px;
    color: #182230;
    font-size: 0.86rem;
    font-weight: 800;
}

.parent-dashboard-action-card p {
    margin: 0;
    color: #98a2b3;
    font-size: 0.69rem;
    line-height: 1.45;
}

.parent-dashboard-action-card > .bi-arrow-right {
    margin-left: auto;
    color: #98a2b3;
}


/* Recent favourites */

.parent-dashboard-recent-card {
    padding: 27px;
}

.parent-dashboard-view-all-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 17px;
    border: 1px solid #d6c8fa;
    border-radius: 999px;
    background: #f7f4ff;
    color: var(--parent-primary);
    font-size: 0.8rem;
    font-weight: 800;
}

.parent-dashboard-view-all-btn:hover {
    border-color: var(--parent-primary);
    background: var(--parent-primary);
    color: #ffffff;
}


/* Daycare cards */

.parent-dashboard-daycare-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid #e4e7ec;
    border-radius: 20px;
    background: #ffffff;
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease;
}

.parent-dashboard-daycare-card:hover {
    transform: translateY(-4px);
    border-color: #d6c8fa;
    box-shadow: 0 16px 34px rgba(16, 24, 40, 0.09);
}

.parent-dashboard-daycare-image {
    position: relative;
    display: block;
    height: 180px;
    overflow: hidden;
}

.parent-dashboard-daycare-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.parent-dashboard-daycare-card:hover
.parent-dashboard-daycare-image img {
    transform: scale(1.045);
}

.parent-dashboard-saved-badge {
    position: absolute;
    top: 13px;
    right: 13px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #c11574;
    font-size: 0.7rem;
    font-weight: 800;
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.12);
}

.parent-dashboard-daycare-body {
    padding: 18px;
}

.parent-dashboard-daycare-label {
    display: block;
    margin-bottom: 5px;
    color: var(--parent-primary);
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.055em;
}

.parent-dashboard-daycare-body h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 850;
}

.parent-dashboard-daycare-body h3 a {
    color: #182230;
    text-decoration: none;
}

.parent-dashboard-daycare-body h3 a:hover {
    color: var(--parent-primary);
}

.parent-dashboard-daycare-location {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 17px;
    color: #667085;
    font-size: 0.77rem;
}

.parent-dashboard-daycare-location i {
    color: var(--parent-primary);
}

.parent-dashboard-daycare-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 14px;
    border-top: 1px solid #eaecf0;
}

.parent-dashboard-daycare-footer > span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #98a2b3;
    font-size: 0.67rem;
}

.parent-dashboard-daycare-footer > span i {
    color: #067647;
}

.parent-dashboard-details-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--parent-primary);
    font-size: 0.75rem;
    font-weight: 800;
    text-decoration: none;
}


/* Empty state */

.parent-dashboard-empty {
    padding: 55px 24px;
    text-align: center;
}

.parent-dashboard-empty-icon {
    width: 88px;
    height: 88px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 26px;
    background: #fff0f5;
    color: #c11574;
    font-size: 2rem;
}

.parent-dashboard-empty h3 {
    margin-bottom: 8px;
    font-size: 1.4rem;
    font-weight: 850;
}

.parent-dashboard-empty p {
    max-width: 530px;
    margin: 0 auto 22px;
    color: var(--parent-muted);
    line-height: 1.7;
}

.parent-dashboard-empty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 20px;
    border: 0;
    border-radius: 999px;
    background: var(--parent-primary);
    color: #ffffff;
    font-weight: 750;
}

.parent-dashboard-empty-btn:hover {
    background: var(--parent-primary-dark);
    color: #ffffff;
}


/* Responsive */

@media (max-width: 991.98px) {
    .parent-dashboard-hero {
        padding: 35px;
    }

    .parent-dashboard-hero-card {
        margin-right: auto;
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .parent-dashboard-hero {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .parent-dashboard-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .parent-dashboard-primary-btn,
    .parent-dashboard-secondary-btn {
        width: 100%;
    }

    .parent-dashboard-hero-card {
        width: 100%;
        max-width: none;
    }

    .parent-dashboard-section,
    .parent-dashboard-recent-card {
        padding: 21px;
    }

    .parent-dashboard-section-header,
    .parent-dashboard-recent-header {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .parent-dashboard-daycare-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .parent-dashboard-view-all-btn {
        width: 100%;
    }
}

/* =========================================
   PARENT FAVORITES
========================================= */

.parent-favorites-page {
    --favorite-primary: #6941c6;
    --favorite-primary-dark: #53389e;
    --favorite-pink: #c11574;
    --favorite-text: #182230;
    --favorite-muted: #667085;
    --favorite-border: #e4e7ec;
    --favorite-surface: #ffffff;

    width: 100%;
    color: var(--favorite-text);
}


/* Hero */

.parent-favorites-hero {
    position: relative;
    overflow: hidden;
    padding: 44px;
    margin-bottom: 26px;
    border-radius: 29px;
    background:
        linear-gradient(
            135deg,
            #4f3190 0%,
            #6941c6 52%,
            #9265d5 100%
        );
    color: #ffffff;
    box-shadow: 0 22px 55px rgba(83, 56, 158, 0.22);
}

.parent-favorites-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.parent-favorites-shape-one {
    width: 280px;
    height: 280px;
    top: -170px;
    right: 2%;
}

.parent-favorites-shape-two {
    width: 180px;
    height: 180px;
    right: 31%;
    bottom: -125px;
}

.parent-favorites-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    margin-bottom: 17px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 750;
    backdrop-filter: blur(8px);
}

.parent-favorites-eyebrow i {
    color: #ffd5e3;
}

.parent-favorites-hero h1 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.parent-favorites-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.02rem;
    line-height: 1.75;
}

.parent-favorites-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 26px;
}

.parent-favorites-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 10px 19px;
    border: 1px solid #ffffff;
    border-radius: 999px;
    background: #ffffff;
    color: var(--favorite-primary);
    font-size: 0.88rem;
    font-weight: 800;
}

.parent-favorites-primary-btn:hover {
    border-color: #f4ebff;
    background: #f4ebff;
    color: var(--favorite-primary-dark);
}

.parent-favorites-hero-count {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.84rem;
    font-weight: 700;
}


/* Hero Summary */

.parent-favorites-summary-card {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 320px;
    padding: 22px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 21px;
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(12px);
}

.parent-favorites-summary-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.17);
    color: #ffd5e3;
    font-size: 1.45rem;
}

.parent-favorites-summary-card small {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.76rem;
    font-weight: 650;
}

.parent-favorites-summary-card strong {
    display: block;
    margin-top: 1px;
    color: #ffffff;
    font-size: 1.85rem;
    font-weight: 850;
}

.parent-favorites-summary-card p {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.73);
    font-size: 0.73rem;
    line-height: 1.5;
}


/* Main Card */

.parent-favorites-card {
    overflow: hidden;
    border: 1px solid var(--favorite-border);
    border-radius: 25px;
    background: var(--favorite-surface);
    box-shadow: 0 15px 42px rgba(16, 24, 40, 0.07);
}

.parent-favorites-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 27px 29px;
    border-bottom: 1px solid #eaecf0;
}

.parent-favorites-section-label {
    display: block;
    margin-bottom: 5px;
    color: var(--favorite-primary);
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.065em;
}

.parent-favorites-card-header h2 {
    margin: 0 0 6px;
    font-size: 1.35rem;
    font-weight: 850;
}

.parent-favorites-card-header p {
    margin: 0;
    color: var(--favorite-muted);
    font-size: 0.9rem;
}

.parent-favorites-count-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    border-radius: 999px;
    background: #fff0f5;
    color: var(--favorite-pink);
    font-size: 0.78rem;
    font-weight: 800;
    white-space: nowrap;
}


/* Toolbar */

.parent-favorites-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 24px;
    border-bottom: 1px solid #eaecf0;
    background: #fcfcfd;
}

.parent-favorites-search {
    position: relative;
    width: min(100%, 440px);
}

.parent-favorites-search > .bi-search {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 2;
    transform: translateY(-50%);
    color: #98a2b3;
}

.parent-favorites-search .form-control {
    min-height: 46px;
    padding-right: 44px;
    padding-left: 43px;
    border: 1px solid #d0d5dd;
    border-radius: 13px;
}

.parent-favorites-search .form-control:focus,
.parent-favorites-category-filter:focus {
    border-color: #9e77ed;
    box-shadow: 0 0 0 4px rgba(158, 119, 237, 0.13);
}

.parent-favorites-search-clear {
    position: absolute;
    top: 50%;
    right: 11px;
    z-index: 3;
    width: 29px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    background: #f2f4f7;
    color: #667085;
}

.parent-favorites-category-filter {
    width: 210px;
    min-height: 46px;
    border: 1px solid #d0d5dd;
    border-radius: 13px;
}


/* Grid */

.parent-favorites-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    padding: 26px;
}

.parent-favorite-item {
    height: 100%;
    overflow: hidden;
    border: 1px solid #e4e7ec;
    border-radius: 21px;
    background: #ffffff;
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease;
}

.parent-favorite-item:hover {
    transform: translateY(-4px);
    border-color: #d6c8fa;
    box-shadow: 0 17px 36px rgba(16, 24, 40, 0.09);
}


/* Image */

.parent-favorite-image-wrapper {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #f2f4f7;
}

.parent-favorite-image-link {
    display: block;
    width: 100%;
    height: 100%;
}

.parent-favorite-image-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.38s ease;
}

.parent-favorite-item:hover
.parent-favorite-image-link img {
    transform: scale(1.05);
}

.parent-favorite-image-wrapper::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 42%;
    pointer-events: none;
    content: "";
    background:
        linear-gradient(
            to top,
            rgba(16, 24, 40, 0.34),
            transparent
        );
}

.parent-favorite-saved-badge {
    position: absolute;
    bottom: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--favorite-pink);
    font-size: 0.7rem;
    font-weight: 800;
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.14);
}

.parent-favorite-remove-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: var(--favorite-pink);
    text-decoration: none;
    box-shadow: 0 7px 20px rgba(16, 24, 40, 0.15);
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        color 0.2s ease;
}

.parent-favorite-remove-btn:hover {
    transform: scale(1.07);
    background: var(--favorite-pink);
    color: #ffffff;
}


/* Card Body */

.parent-favorite-body {
    padding: 19px;
}

.parent-favorite-category-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.parent-favorite-category,
.parent-favorite-verified {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.68rem;
    font-weight: 750;
}

.parent-favorite-category {
    padding: 6px 9px;
    border-radius: 999px;
    background: #f0eaff;
    color: var(--favorite-primary);
}

.parent-favorite-verified {
    color: #067647;
}

.parent-favorite-body h3 {
    margin: 0 0 9px;
    font-size: 1.05rem;
    font-weight: 850;
    line-height: 1.4;
}

.parent-favorite-body h3 a {
    color: var(--favorite-text);
    text-decoration: none;
}

.parent-favorite-body h3 a:hover {
    color: var(--favorite-primary);
}

.parent-favorite-location {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    min-height: 38px;
    margin: 0 0 15px;
    color: #667085;
    font-size: 0.77rem;
    line-height: 1.55;
}

.parent-favorite-location i {
    margin-top: 2px;
    color: var(--favorite-primary);
}


/* Tuition */

.parent-favorite-info {
    padding: 14px;
    margin-bottom: 16px;
    border: 1px solid #eaecf0;
    border-radius: 14px;
    background: #f9fafb;
}

.parent-favorite-info > div {
    display: flex;
    align-items: center;
    gap: 11px;
}

.parent-favorite-info-icon {
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #ecfdf3;
    color: #067647;
}

.parent-favorite-info small {
    display: block;
    margin-bottom: 1px;
    color: #98a2b3;
    font-size: 0.68rem;
    font-weight: 650;
}

.parent-favorite-info strong {
    display: block;
    color: #344054;
    font-size: 0.87rem;
    font-weight: 850;
}


/* Card Footer */

.parent-favorite-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 11px;
    padding-top: 15px;
    border-top: 1px solid #eaecf0;
}

.parent-favorite-interest {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #98a2b3;
    font-size: 0.67rem;
}

.parent-favorite-interest i {
    color: var(--favorite-pink);
}

.parent-favorite-details-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--favorite-primary);
    font-size: 0.75rem;
    font-weight: 800;
    text-decoration: none;
}

.parent-favorite-details-btn:hover {
    color: var(--favorite-primary-dark);
}


/* Empty States */

.parent-favorites-empty,
.parent-favorites-no-results {
    padding: 72px 25px;
    text-align: center;
}

.parent-favorites-empty-icon,
.parent-favorites-no-results > span {
    width: 90px;
    height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 19px;
    border-radius: 28px;
    background: #fff0f5;
    color: var(--favorite-pink);
    font-size: 2.05rem;
}

.parent-favorites-empty-label {
    display: block;
    margin-bottom: 7px;
    color: var(--favorite-primary);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.parent-favorites-empty h3,
.parent-favorites-no-results h3 {
    margin-bottom: 9px;
    font-size: 1.4rem;
    font-weight: 850;
}

.parent-favorites-empty p,
.parent-favorites-no-results p {
    max-width: 540px;
    margin: 0 auto 22px;
    color: var(--favorite-muted);
    line-height: 1.7;
}

.parent-favorites-empty-btn,
.parent-favorites-reset-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 20px;
    border: 0;
    border-radius: 999px;
    background: var(--favorite-primary);
    color: #ffffff;
    font-weight: 750;
}

.parent-favorites-empty-btn:hover,
.parent-favorites-reset-btn:hover {
    background: var(--favorite-primary-dark);
    color: #ffffff;
}


/* Responsive */

@media (max-width: 1199.98px) {
    .parent-favorites-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .parent-favorites-hero {
        padding: 35px;
    }

    .parent-favorites-summary-card {
        margin-right: auto;
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .parent-favorites-hero {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .parent-favorites-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .parent-favorites-primary-btn {
        width: 100%;
    }

    .parent-favorites-summary-card {
        width: 100%;
        max-width: none;
    }

    .parent-favorites-card-header,
    .parent-favorites-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .parent-favorites-search,
    .parent-favorites-category-filter {
        width: 100%;
    }

    .parent-favorites-grid {
        grid-template-columns: 1fr;
        padding: 20px;
    }
}

@media (max-width: 575.98px) {
    .parent-favorites-card-header {
        padding: 22px;
    }

    .parent-favorite-image-wrapper {
        height: 205px;
    }

    .parent-favorite-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .parent-favorite-details-btn {
        width: 100%;
        justify-content: center;
        padding: 10px 14px;
        border-radius: 999px;
        background: #f0eaff;
    }
}


/* =========================================
   PARENT REVIEWS
========================================= */

.parent-reviews-page {
    --review-primary: #6941c6;
    --review-primary-dark: #53389e;
    --review-text: #182230;
    --review-muted: #667085;
    --review-border: #e4e7ec;
    --review-surface: #ffffff;
    --review-warning: #f79009;

    width: 100%;
    color: var(--review-text);
}


/* Hero */

.parent-reviews-hero {
    position: relative;
    overflow: hidden;
    padding: 44px;
    margin-bottom: 26px;
    border-radius: 29px;
    background:
        linear-gradient(
            135deg,
            #4f3190 0%,
            #6941c6 52%,
            #9265d5 100%
        );
    color: #ffffff;
    box-shadow: 0 22px 55px rgba(83, 56, 158, 0.22);
}

.parent-reviews-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.parent-reviews-shape-one {
    width: 280px;
    height: 280px;
    top: -170px;
    right: 2%;
}

.parent-reviews-shape-two {
    width: 180px;
    height: 180px;
    right: 31%;
    bottom: -125px;
}

.parent-reviews-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    margin-bottom: 17px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 750;
    backdrop-filter: blur(8px);
}

.parent-reviews-eyebrow i {
    color: #fde68a;
}

.parent-reviews-hero h1 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.parent-reviews-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.02rem;
    line-height: 1.75;
}

.parent-reviews-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 26px;
}

.parent-reviews-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 10px 19px;
    border: 1px solid #ffffff;
    border-radius: 999px;
    background: #ffffff;
    color: var(--review-primary);
    font-size: 0.88rem;
    font-weight: 800;
}

.parent-reviews-primary-btn:hover {
    border-color: #f4ebff;
    background: #f4ebff;
    color: var(--review-primary-dark);
}

.parent-reviews-hero-count {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.84rem;
    font-weight: 700;
}


/* Hero Summary */

.parent-reviews-summary-card {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 320px;
    padding: 22px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 21px;
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(12px);
}

.parent-reviews-summary-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.17);
    color: #fde68a;
    font-size: 1.45rem;
}

.parent-reviews-summary-card small {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.76rem;
    font-weight: 650;
}

.parent-reviews-summary-card strong {
    display: block;
    margin-top: 1px;
    color: #ffffff;
    font-size: 1.85rem;
    font-weight: 850;
}

.parent-reviews-summary-card p {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.73);
    font-size: 0.73rem;
    line-height: 1.5;
}


/* Statistics */

.parent-reviews-stats {
    margin-bottom: 27px;
}

.parent-review-stat-card {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
    padding: 21px;
    border: 1px solid var(--review-border);
    border-radius: 19px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
}

.parent-review-stat-icon {
    width: 53px;
    height: 53px;
    flex: 0 0 53px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 1.2rem;
}

.parent-review-stat-icon.approved {
    background: #ecfdf3;
    color: #067647;
}

.parent-review-stat-icon.pending {
    background: #fff7e6;
    color: #b54708;
}

.parent-review-stat-icon.rejected {
    background: #fef3f2;
    color: #b42318;
}

.parent-review-stat-card small {
    display: block;
    color: var(--review-muted);
    font-size: 0.77rem;
    font-weight: 650;
}

.parent-review-stat-card strong {
    display: block;
    margin: 1px 0;
    color: var(--review-text);
    font-size: 1.55rem;
    font-weight: 850;
}

.parent-review-stat-card span {
    color: #98a2b3;
    font-size: 0.72rem;
}


/* Main Card */

.parent-reviews-card {
    overflow: hidden;
    border: 1px solid var(--review-border);
    border-radius: 25px;
    background: var(--review-surface);
    box-shadow: 0 15px 42px rgba(16, 24, 40, 0.07);
}

.parent-reviews-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 27px 29px;
    border-bottom: 1px solid #eaecf0;
}

.parent-reviews-section-label {
    display: block;
    margin-bottom: 5px;
    color: var(--review-primary);
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.065em;
}

.parent-reviews-card-header h2 {
    margin: 0 0 6px;
    font-size: 1.35rem;
    font-weight: 850;
}

.parent-reviews-card-header p {
    margin: 0;
    color: var(--review-muted);
    font-size: 0.9rem;
}

.parent-reviews-count-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    border-radius: 999px;
    background: #fff7e6;
    color: #b54708;
    font-size: 0.78rem;
    font-weight: 800;
    white-space: nowrap;
}


/* Toolbar */

.parent-reviews-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 24px;
    border-bottom: 1px solid #eaecf0;
    background: #fcfcfd;
}

.parent-reviews-search {
    position: relative;
    width: min(100%, 450px);
}

.parent-reviews-search > .bi-search {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 2;
    transform: translateY(-50%);
    color: #98a2b3;
}

.parent-reviews-search .form-control {
    min-height: 46px;
    padding-right: 44px;
    padding-left: 43px;
    border: 1px solid #d0d5dd;
    border-radius: 13px;
}

.parent-reviews-search .form-control:focus,
.parent-reviews-status-filter:focus {
    border-color: #9e77ed;
    box-shadow: 0 0 0 4px rgba(158, 119, 237, 0.13);
}

.parent-reviews-search-clear {
    position: absolute;
    top: 50%;
    right: 11px;
    z-index: 3;
    width: 29px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    background: #f2f4f7;
    color: #667085;
}

.parent-reviews-status-filter {
    width: 195px;
    min-height: 46px;
    border: 1px solid #d0d5dd;
    border-radius: 13px;
}


/* Grid */

.parent-reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    padding: 26px;
}

.parent-review-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 22px;
    border: 1px solid #e4e7ec;
    border-radius: 20px;
    background: #ffffff;
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease;
}

.parent-review-item:hover {
    transform: translateY(-3px);
    border-color: #d6c8fa;
    box-shadow: 0 15px 34px rgba(16, 24, 40, 0.08);
}


/* Header */

.parent-review-item-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 19px;
}

.parent-review-daycare {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.parent-review-daycare-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #f0eaff;
    color: var(--review-primary);
}

.parent-review-label {
    display: block;
    margin-bottom: 2px;
    color: #98a2b3;
    font-size: 0.67rem;
    font-weight: 650;
}

.parent-review-daycare h3 {
    overflow: hidden;
    margin: 0;
    color: var(--review-text);
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.4;
    text-overflow: ellipsis;
}


/* Status */

.parent-review-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 800;
    white-space: nowrap;
}

.parent-review-status.approved {
    background: #ecfdf3;
    color: #067647;
}

.parent-review-status.pending {
    background: #fff7e6;
    color: #b54708;
}

.parent-review-status.rejected {
    background: #fef3f2;
    color: #b42318;
}


/* Rating and Date */

.parent-review-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px;
    margin-bottom: 17px;
    border: 1px solid #e4e7ec;
    border-radius: 15px;
    background: #f9fafb;
}

.parent-review-rating {
    min-width: 0;
}

.parent-review-stars {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 5px;
    color: var(--review-warning);
    font-size: 0.95rem;
}

.parent-review-rating strong {
    color: #344054;
    font-size: 0.83rem;
    font-weight: 850;
}

.parent-review-rating > span {
    color: #98a2b3;
    font-size: 0.68rem;
}

.parent-review-date {
    display: flex;
    align-items: center;
    gap: 9px;
}

.parent-review-date > span {
    width: 37px;
    height: 37px;
    flex: 0 0 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #eef4ff;
    color: #3538cd;
}

.parent-review-date small {
    display: block;
    color: #98a2b3;
    font-size: 0.65rem;
}

.parent-review-date strong {
    display: block;
    color: #344054;
    font-size: 0.76rem;
    font-weight: 800;
}


/* Comment */

.parent-review-comment {
    padding: 16px;
    margin-bottom: 17px;
    border: 1px solid #fbe7b2;
    border-radius: 15px;
    background: #fffcf5;
}

.parent-review-comment-heading {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    color: #b54708;
    font-size: 0.73rem;
    font-weight: 800;
}

.parent-review-comment p {
    margin: 0;
    color: #667085;
    font-size: 0.81rem;
    line-height: 1.75;
}


/* Status Message */

.parent-review-status-message {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 13px;
    margin-top: auto;
    border-radius: 13px;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.55;
}

.parent-review-status-message.approved {
    background: #ecfdf3;
    color: #067647;
}

.parent-review-status-message.pending {
    background: #fff7e6;
    color: #b54708;
}

.parent-review-status-message.rejected {
    background: #fef3f2;
    color: #b42318;
}


/* Empty States */

.parent-reviews-empty,
.parent-reviews-no-results {
    padding: 72px 25px;
    text-align: center;
}

.parent-reviews-empty-icon,
.parent-reviews-no-results > span {
    width: 90px;
    height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 19px;
    border-radius: 28px;
    background: #fff7e6;
    color: #b54708;
    font-size: 2.05rem;
}

.parent-reviews-empty-label {
    display: block;
    margin-bottom: 7px;
    color: var(--review-primary);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.parent-reviews-empty h3,
.parent-reviews-no-results h3 {
    margin-bottom: 9px;
    font-size: 1.4rem;
    font-weight: 850;
}

.parent-reviews-empty p,
.parent-reviews-no-results p {
    max-width: 540px;
    margin: 0 auto 22px;
    color: var(--review-muted);
    line-height: 1.7;
}

.parent-reviews-empty-btn,
.parent-reviews-reset-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 20px;
    border: 0;
    border-radius: 999px;
    background: var(--review-primary);
    color: #ffffff;
    font-weight: 750;
}

.parent-reviews-empty-btn:hover,
.parent-reviews-reset-btn:hover {
    background: var(--review-primary-dark);
    color: #ffffff;
}


/* Responsive */

@media (max-width: 991.98px) {
    .parent-reviews-hero {
        padding: 35px;
    }

    .parent-reviews-summary-card {
        margin-right: auto;
        margin-left: 0;
    }

    .parent-reviews-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .parent-reviews-hero {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .parent-reviews-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .parent-reviews-primary-btn {
        width: 100%;
    }

    .parent-reviews-summary-card {
        width: 100%;
        max-width: none;
    }

    .parent-reviews-card-header,
    .parent-reviews-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .parent-reviews-search,
    .parent-reviews-status-filter {
        width: 100%;
    }

    .parent-reviews-grid {
        padding: 20px;
    }
}

@media (max-width: 575.98px) {
    .parent-reviews-card-header {
        padding: 22px;
    }

    .parent-review-item-header,
    .parent-review-meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .parent-review-status {
        align-self: flex-start;
    }
}

/* =========================================
   PARENT VISIT REQUESTS
========================================= */

.parent-visits-page {
    --visit-primary: #6941c6;
    --visit-primary-dark: #53389e;
    --visit-text: #182230;
    --visit-muted: #667085;
    --visit-border: #e4e7ec;
    --visit-surface: #ffffff;

    width: 100%;
    color: var(--visit-text);
}


/* Hero */

.parent-visits-hero {
    position: relative;
    overflow: hidden;
    padding: 44px;
    margin-bottom: 26px;
    border-radius: 29px;
    background:
        linear-gradient(
            135deg,
            #4f3190 0%,
            #6941c6 52%,
            #9265d5 100%
        );
    color: #ffffff;
    box-shadow: 0 22px 55px rgba(83, 56, 158, 0.22);
}

.parent-visits-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.parent-visits-shape-one {
    width: 280px;
    height: 280px;
    top: -170px;
    right: 2%;
}

.parent-visits-shape-two {
    width: 180px;
    height: 180px;
    right: 31%;
    bottom: -125px;
}

.parent-visits-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    margin-bottom: 17px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 750;
    backdrop-filter: blur(8px);
}

.parent-visits-eyebrow i {
    color: #c7d7fe;
}

.parent-visits-hero h1 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.parent-visits-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.02rem;
    line-height: 1.75;
}

.parent-visits-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 26px;
}

.parent-visits-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 10px 19px;
    border: 1px solid #ffffff;
    border-radius: 999px;
    background: #ffffff;
    color: var(--visit-primary);
    font-size: 0.88rem;
    font-weight: 800;
}

.parent-visits-primary-btn:hover {
    border-color: #f4ebff;
    background: #f4ebff;
    color: var(--visit-primary-dark);
}

.parent-visits-hero-count {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.84rem;
    font-weight: 700;
}


/* Summary */

.parent-visits-summary-card {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 320px;
    padding: 22px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 21px;
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(12px);
}

.parent-visits-summary-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.17);
    color: #c7d7fe;
    font-size: 1.45rem;
}

.parent-visits-summary-card small {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.76rem;
    font-weight: 650;
}

.parent-visits-summary-card strong {
    display: block;
    color: #ffffff;
    font-size: 1.85rem;
    font-weight: 850;
}

.parent-visits-summary-card p {
    margin: 2px 0 0;
    color: rgba(255, 255, 255, 0.73);
    font-size: 0.73rem;
    line-height: 1.5;
}


/* Stats */

.parent-visits-stats {
    margin-bottom: 27px;
}

.parent-visit-stat-card {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
    padding: 21px;
    border: 1px solid var(--visit-border);
    border-radius: 19px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
}

.parent-visit-stat-icon {
    width: 53px;
    height: 53px;
    flex: 0 0 53px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 1.2rem;
}

.parent-visit-stat-icon.pending {
    background: #fff7e6;
    color: #b54708;
}

.parent-visit-stat-icon.accepted {
    background: #ecfdf3;
    color: #067647;
}

.parent-visit-stat-icon.completed {
    background: #eef4ff;
    color: #3538cd;
}

.parent-visit-stat-icon.declined {
    background: #fef3f2;
    color: #b42318;
}

.parent-visit-stat-card small {
    display: block;
    color: var(--visit-muted);
    font-size: 0.77rem;
    font-weight: 650;
}

.parent-visit-stat-card strong {
    display: block;
    margin: 1px 0;
    font-size: 1.55rem;
    font-weight: 850;
}

.parent-visit-stat-card span {
    color: #98a2b3;
    font-size: 0.72rem;
}


/* Main Card */

.parent-visits-card {
    overflow: hidden;
    border: 1px solid var(--visit-border);
    border-radius: 25px;
    background: var(--visit-surface);
    box-shadow: 0 15px 42px rgba(16, 24, 40, 0.07);
}

.parent-visits-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 27px 29px;
    border-bottom: 1px solid #eaecf0;
}

.parent-visits-section-label {
    display: block;
    margin-bottom: 5px;
    color: var(--visit-primary);
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.065em;
}

.parent-visits-card-header h2 {
    margin: 0 0 6px;
    font-size: 1.35rem;
    font-weight: 850;
}

.parent-visits-card-header p {
    margin: 0;
    color: var(--visit-muted);
    font-size: 0.9rem;
}

.parent-visits-count-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    border-radius: 999px;
    background: #f0eaff;
    color: var(--visit-primary);
    font-size: 0.78rem;
    font-weight: 800;
}


/* Toolbar */

.parent-visits-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 24px;
    border-bottom: 1px solid #eaecf0;
    background: #fcfcfd;
}

.parent-visits-search {
    position: relative;
    width: min(100%, 440px);
}

.parent-visits-search > .bi-search {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 2;
    transform: translateY(-50%);
    color: #98a2b3;
}

.parent-visits-search .form-control {
    min-height: 46px;
    padding-right: 44px;
    padding-left: 43px;
    border: 1px solid #d0d5dd;
    border-radius: 13px;
}

.parent-visits-search .form-control:focus,
.parent-visits-status-filter:focus {
    border-color: #9e77ed;
    box-shadow: 0 0 0 4px rgba(158, 119, 237, 0.13);
}

.parent-visits-search-clear {
    position: absolute;
    top: 50%;
    right: 11px;
    width: 29px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    background: #f2f4f7;
    color: #667085;
}

.parent-visits-status-filter {
    width: 195px;
    min-height: 46px;
    border: 1px solid #d0d5dd;
    border-radius: 13px;
}


/* Visit List */

.parent-visits-list {
    display: grid;
    gap: 18px;
    padding: 26px;
}

.parent-visit-item {
    padding: 22px;
    border: 1px solid #e4e7ec;
    border-radius: 20px;
    background: #ffffff;
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease;
}

.parent-visit-item:hover {
    transform: translateY(-2px);
    border-color: #d6c8fa;
    box-shadow: 0 14px 32px rgba(16, 24, 40, 0.08);
}

.parent-visit-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 19px;
}

.parent-visit-daycare {
    display: flex;
    align-items: center;
    gap: 12px;
}

.parent-visit-daycare-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #f0eaff;
    color: var(--visit-primary);
    font-size: 1.05rem;
}

.parent-visit-label {
    display: block;
    margin-bottom: 2px;
    color: #98a2b3;
    font-size: 0.68rem;
    font-weight: 650;
}

.parent-visit-daycare h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 850;
}


/* Status */

.parent-visit-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 800;
    white-space: nowrap;
}

.parent-visit-status.pending {
    background: #fff7e6;
    color: #b54708;
}

.parent-visit-status.accepted {
    background: #ecfdf3;
    color: #067647;
}

.parent-visit-status.completed {
    background: #eef4ff;
    color: #3538cd;
}

.parent-visit-status.declined {
    background: #fef3f2;
    color: #b42318;
}


/* Date and Time */

.parent-visit-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 17px;
}

.parent-visit-detail {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 14px;
    border: 1px solid #e4e7ec;
    border-radius: 15px;
    background: #f9fafb;
}

.parent-visit-detail-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.parent-visit-detail-icon.date {
    background: #eef4ff;
    color: #3538cd;
}

.parent-visit-detail-icon.time {
    background: #f0eaff;
    color: var(--visit-primary);
}

.parent-visit-detail small {
    display: block;
    color: #98a2b3;
    font-size: 0.67rem;
}

.parent-visit-detail strong {
    display: block;
    color: #344054;
    font-size: 0.82rem;
    font-weight: 800;
}


/* Status Message */

.parent-visit-message {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 13px;
    border-radius: 13px;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.55;
}

.parent-visit-message.pending {
    background: #fff7e6;
    color: #b54708;
}

.parent-visit-message.accepted {
    background: #ecfdf3;
    color: #067647;
}

.parent-visit-message.completed {
    background: #eef4ff;
    color: #3538cd;
}

.parent-visit-message.declined {
    background: #fef3f2;
    color: #b42318;
}


/* Empty States */

.parent-visits-empty,
.parent-visits-no-results {
    padding: 72px 25px;
    text-align: center;
}

.parent-visits-empty-icon,
.parent-visits-no-results > span {
    width: 90px;
    height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 19px;
    border-radius: 28px;
    background: #f0eaff;
    color: var(--visit-primary);
    font-size: 2rem;
}

.parent-visits-empty-label {
    display: block;
    margin-bottom: 7px;
    color: var(--visit-primary);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.parent-visits-empty h3,
.parent-visits-no-results h3 {
    margin-bottom: 9px;
    font-size: 1.4rem;
    font-weight: 850;
}

.parent-visits-empty p,
.parent-visits-no-results p {
    max-width: 540px;
    margin: 0 auto 22px;
    color: var(--visit-muted);
    line-height: 1.7;
}

.parent-visits-empty-btn,
.parent-visits-reset-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 20px;
    border: 0;
    border-radius: 999px;
    background: var(--visit-primary);
    color: #ffffff;
    font-weight: 750;
}

.parent-visits-empty-btn:hover,
.parent-visits-reset-btn:hover {
    background: var(--visit-primary-dark);
    color: #ffffff;
}


/* Responsive */

@media (max-width: 991.98px) {
    .parent-visits-hero {
        padding: 35px;
    }

    .parent-visits-summary-card {
        margin-right: auto;
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .parent-visits-hero {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .parent-visits-hero-actions,
    .parent-visits-card-header,
    .parent-visits-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .parent-visits-primary-btn,
    .parent-visits-search,
    .parent-visits-status-filter {
        width: 100%;
    }

    .parent-visits-summary-card {
        width: 100%;
        max-width: none;
    }

    .parent-visits-list {
        padding: 20px;
    }
}

@media (max-width: 575.98px) {
    .parent-visits-card-header {
        padding: 22px;
    }

    .parent-visit-main {
        align-items: flex-start;
        flex-direction: column;
    }

    .parent-visit-details {
        grid-template-columns: 1fr;
    }

    .parent-visit-status {
        align-self: flex-start;
    }
}


/* =========================================
   PROVIDER EMAIL PARENT
========================================= */

.provider-parent-email-page {
    --email-primary: #6941c6;
    --email-primary-dark: #53389e;
    --email-text: #182230;
    --email-muted: #667085;
    --email-border: #e4e7ec;
}

.parent-email-hero {
    position: relative;
    overflow: hidden;
    padding: 38px;
    margin-bottom: 26px;
    border-radius: 27px;
    background: linear-gradient(135deg, #53389e, #6941c6 55%, #9265d5);
    color: #ffffff;
    box-shadow: 0 20px 50px rgba(83, 56, 158, 0.2);
}

.parent-email-hero-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.parent-email-hero-shape.shape-one {
    width: 240px;
    height: 240px;
    top: -145px;
    right: 3%;
}

.parent-email-hero-shape.shape-two {
    width: 150px;
    height: 150px;
    right: 30%;
    bottom: -105px;
}

.parent-email-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    margin-bottom: 16px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    background: rgba(255,255,255,.13);
    font-size: .84rem;
    font-weight: 750;
}

.parent-email-hero h1 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 850;
    letter-spacing: -.04em;
}

.parent-email-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,.84);
    line-height: 1.7;
}

.parent-email-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 19px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 999px;
    background: rgba(255,255,255,.13);
    color: #ffffff;
    font-weight: 750;
}

.parent-email-back-btn:hover {
    background: #ffffff;
    color: var(--email-primary);
}

.parent-email-form-card,
.parent-email-info-card {
    overflow: hidden;
    height: 100%;
    border: 1px solid var(--email-border);
    border-radius: 23px;
    background: #ffffff;
    box-shadow: 0 14px 40px rgba(16,24,40,.07);
}

.parent-email-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 24px 26px;
    border-bottom: 1px solid #eaecf0;
}

.parent-email-header-icon,
.parent-email-info-icon {
    width: 49px;
    height: 49px;
    flex: 0 0 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #f0eaff;
    color: var(--email-primary);
    font-size: 1.2rem;
}

.parent-email-card-header span {
    color: var(--email-primary);
    font-size: .7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.parent-email-card-header h2 {
    margin: 2px 0 3px;
    font-size: 1.2rem;
    font-weight: 850;
}

.parent-email-card-header p {
    margin: 0;
    color: var(--email-muted);
    font-size: .82rem;
}

.parent-email-card-body {
    padding: 26px;
}

.parent-email-card-body .form-label {
    margin-bottom: 8px;
    color: #344054;
    font-size: .86rem;
    font-weight: 800;
}

.parent-email-card-body .form-control {
    border: 1px solid #d0d5dd;
    border-radius: 13px;
}

.parent-email-card-body input.form-control {
    min-height: 48px;
}

.parent-email-card-body textarea.form-control {
    padding: 14px;
    resize: vertical;
}

.parent-email-card-body .form-control:focus {
    border-color: #9e77ed;
    box-shadow: 0 0 0 4px rgba(158,119,237,.13);
}

.parent-email-recipient {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border: 1px solid #e4e7ec;
    border-radius: 15px;
    background: #f9fafb;
}

.parent-email-avatar {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--email-primary);
    color: #ffffff;
    font-weight: 850;
}

.parent-email-recipient strong,
.parent-email-recipient small {
    display: block;
}

.parent-email-recipient strong {
    color: var(--email-text);
    font-size: .88rem;
}

.parent-email-recipient small {
    margin-top: 2px;
    color: #667085;
    font-size: .74rem;
}

.parent-email-secure-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-left: auto;
    padding: 7px 10px;
    border-radius: 999px;
    background: #ecfdf3;
    color: #067647;
    font-size: .68rem;
    font-weight: 800;
}

.parent-email-field-help,
.parent-email-message-footer {
    color: #98a2b3;
    font-size: .72rem;
}

.parent-email-field-help {
    display: block;
    margin-top: 7px;
}

.parent-email-message-footer {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 7px;
}

.parent-email-form-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 18px 26px;
    border-top: 1px solid #eaecf0;
    background: #fcfcfd;
}

.parent-email-cancel-btn,
.parent-email-send-btn {
    min-height: 44px;
    padding: 9px 18px;
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 800;
}

.parent-email-cancel-btn {
    border: 1px solid #d0d5dd;
    background: #ffffff;
    color: #475467;
}

.parent-email-send-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: var(--email-primary);
    color: #ffffff;
}

.parent-email-send-btn:hover {
    background: var(--email-primary-dark);
    color: #ffffff;
}

.parent-email-info-card {
    padding: 25px;
}

.parent-email-info-card h2 {
    margin: 17px 0 14px;
    font-size: 1.15rem;
    font-weight: 850;
}

.parent-email-info-card ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 19px;
    color: #667085;
    font-size: .82rem;
    line-height: 1.55;
}

.parent-email-daycare-summary {
    padding: 15px;
    margin-top: 22px;
    border-radius: 14px;
    background: #f0eaff;
}

.parent-email-daycare-summary small,
.parent-email-daycare-summary strong {
    display: block;
}

.parent-email-daycare-summary small {
    color: var(--email-primary);
    font-size: .68rem;
    font-weight: 800;
    text-transform: uppercase;
}

.parent-email-daycare-summary strong {
    margin-top: 4px;
    color: var(--email-text);
    font-size: .9rem;
}

@media (max-width: 767.98px) {
    .parent-email-hero {
        padding: 27px 22px;
    }

    .parent-email-back-btn {
        width: 100%;
        justify-content: center;
    }

    .parent-email-recipient {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .parent-email-secure-badge {
        width: 100%;
        margin-left: 0;
    }

    .parent-email-form-footer {
        flex-direction: column-reverse;
    }

    .parent-email-cancel-btn,
    .parent-email-send-btn {
        width: 100%;
        justify-content: center;
    }
}


/* =========================================
   CONVERSATION PAGE
========================================= */

.conversation-page {
    --conversation-primary: #6941c6;
    --conversation-primary-dark: #53389e;
    --conversation-text: #182230;
    --conversation-muted: #667085;
    --conversation-border: #e4e7ec;

    width: 100%;
    color: var(--conversation-text);
}


/* Page Heading */

.conversation-page-header {
    margin-bottom: 20px;
}

.conversation-back-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 12px;
    color: var(--conversation-primary);
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
}

.conversation-back-link:hover {
    color: var(--conversation-primary-dark);
}

.conversation-page-header h1 {
    margin: 0 0 5px;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 850;
    letter-spacing: -0.035em;
}

.conversation-page-header p {
    margin: 0;
    color: var(--conversation-muted);
    font-size: 0.92rem;
}


/* Main Card */

.conversation-card {
    overflow: hidden;
    border: 1px solid var(--conversation-border);
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 0 15px 42px rgba(16, 24, 40, 0.08);
}


/* Contact Header */

.conversation-person-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 22px 25px;
    border-bottom: 1px solid #eaecf0;
    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #faf9ff 100%
        );
}

.conversation-person-details {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.conversation-person-avatar {
    width: 57px;
    height: 57px;
    flex: 0 0 57px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background:
        linear-gradient(
            135deg,
            #6941c6,
            #9265d5
        );
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 850;
    box-shadow: 0 9px 22px rgba(105, 65, 198, 0.23);
}

.conversation-person-label {
    display: block;
    margin-bottom: 2px;
    color: var(--conversation-primary);
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.conversation-person-details h2 {
    margin: 0 0 5px;
    font-size: 1.12rem;
    font-weight: 850;
}

.conversation-person-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px 14px;
}

.conversation-person-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #667085;
    font-size: 0.75rem;
}

.conversation-person-meta i {
    color: var(--conversation-primary);
}

.conversation-header-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.conversation-email-btn,
.conversation-inbox-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 9px 15px;
    border-radius: 999px;
    font-size: 0.79rem;
    font-weight: 800;
}

.conversation-email-btn {
    border: 0;
    background: var(--conversation-primary);
    color: #ffffff;
}

.conversation-email-btn:hover {
    background: var(--conversation-primary-dark);
    color: #ffffff;
}

.conversation-inbox-btn {
    border: 1px solid #d0d5dd;
    background: #ffffff;
    color: #475467;
}

.conversation-inbox-btn:hover {
    border-color: var(--conversation-primary);
    color: var(--conversation-primary);
}


/* Chat Thread */

.conversation-thread {
    height: min(58vh, 610px);
    min-height: 390px;
    overflow-y: auto;
    padding: 26px;
    background:
        radial-gradient(
            circle at top left,
            rgba(105, 65, 198, 0.045),
            transparent 35%
        ),
        #f8f9fc;
    scroll-behavior: smooth;
}

.conversation-thread::-webkit-scrollbar {
    width: 8px;
}

.conversation-thread::-webkit-scrollbar-track {
    background: transparent;
}

.conversation-thread::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #d0d5dd;
}


/* Message Rows */

.conversation-message-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 19px;
}

.conversation-message-row.is-mine {
    flex-direction: row-reverse;
}

.conversation-message-avatar {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e8eaf0;
    color: #475467;
    font-size: 0.7rem;
    font-weight: 850;
}

.conversation-message-row.is-mine
.conversation-message-avatar {
    background: var(--conversation-primary);
    color: #ffffff;
}

.conversation-message-content {
    max-width: min(76%, 680px);
}

.conversation-message-row.is-mine
.conversation-message-content {
    text-align: right;
}

.conversation-message-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.conversation-message-row.is-mine
.conversation-message-heading {
    justify-content: flex-end;
}

.conversation-message-heading strong {
    color: #344054;
    font-size: 0.73rem;
    font-weight: 800;
}

.conversation-message-heading time {
    color: #98a2b3;
    font-size: 0.65rem;
}

.conversation-message-bubble {
    padding: 13px 15px;
    border: 1px solid #e4e7ec;
    border-radius: 6px 17px 17px 17px;
    background: #ffffff;
    color: #344054;
    text-align: left;
    box-shadow: 0 5px 14px rgba(16, 24, 40, 0.045);
}

.conversation-message-row.is-mine
.conversation-message-bubble {
    border-color: var(--conversation-primary);
    border-radius: 17px 6px 17px 17px;
    background:
        linear-gradient(
            135deg,
            #6941c6,
            #7f56d9
        );
    color: #ffffff;
}

.conversation-message-subject {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(152, 162, 179, 0.25);
    font-size: 0.76rem;
    font-weight: 850;
}

.conversation-message-text {
    font-size: 0.84rem;
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.conversation-message-status {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 5px;
    color: #98a2b3;
    font-size: 0.64rem;
}


/* Composer */

.conversation-composer {
    padding: 23px 25px;
    border-top: 1px solid #eaecf0;
    background: #ffffff;
}

.conversation-composer-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 13px;
}

.conversation-composer-heading > div > span {
    display: block;
    color: var(--conversation-primary);
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.conversation-composer-heading h3 {
    margin: 3px 0 0;
    font-size: 1rem;
    font-weight: 850;
}

.conversation-secure-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #ecfdf3;
    color: #067647;
    font-size: 0.68rem;
    font-weight: 800;
}

.conversation-textarea-wrap {
    overflow: hidden;
    border: 1px solid #d0d5dd;
    border-radius: 15px;
    background: #ffffff;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.conversation-textarea-wrap:focus-within {
    border-color: #9e77ed;
    box-shadow: 0 0 0 4px rgba(158, 119, 237, 0.13);
}

.conversation-textarea-wrap textarea {
    min-height: 110px;
    padding: 14px;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    resize: vertical;
    font-size: 0.87rem;
}

.conversation-textarea-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 9px 13px;
    border-top: 1px solid #eaecf0;
    background: #fcfcfd;
    color: #98a2b3;
    font-size: 0.68rem;
}

.conversation-composer-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 11px;
    margin-top: 14px;
}

.conversation-secondary-email-btn,
.conversation-send-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 43px;
    padding: 9px 17px;
    border-radius: 999px;
    font-size: 0.79rem;
    font-weight: 800;
}

.conversation-secondary-email-btn {
    border: 1px solid #d6c8fa;
    background: #f7f4ff;
    color: var(--conversation-primary);
}

.conversation-secondary-email-btn:hover {
    border-color: var(--conversation-primary);
    background: var(--conversation-primary);
    color: #ffffff;
}

.conversation-send-btn {
    margin-left: auto;
    border: 0;
    background: var(--conversation-primary);
    color: #ffffff;
}

.conversation-send-btn:hover {
    background: var(--conversation-primary-dark);
    color: #ffffff;
}


/* Empty State */

.conversation-empty {
    padding: 75px 25px;
    text-align: center;
}

.conversation-empty-icon {
    width: 88px;
    height: 88px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 26px;
    background: #f0eaff;
    color: var(--conversation-primary);
    font-size: 2rem;
}

.conversation-empty h3 {
    margin-bottom: 8px;
    font-size: 1.4rem;
    font-weight: 850;
}

.conversation-empty p {
    margin: 0;
    color: var(--conversation-muted);
}


/* Responsive */

@media (max-width: 767.98px) {
    .conversation-person-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .conversation-header-actions {
        width: 100%;
    }

    .conversation-email-btn,
    .conversation-inbox-btn {
        flex: 1;
    }

    .conversation-thread {
        min-height: 350px;
        padding: 18px;
    }

    .conversation-message-content {
        max-width: 84%;
    }

    .conversation-composer {
        padding: 20px;
    }

    .conversation-composer-heading {
        flex-direction: column;
    }

    .conversation-composer-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .conversation-secondary-email-btn,
    .conversation-send-btn {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 575.98px) {
    .conversation-person-details {
        align-items: flex-start;
    }

    .conversation-person-meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .conversation-header-actions {
        flex-direction: column;
    }

    .conversation-message-avatar {
        width: 31px;
        height: 31px;
        flex-basis: 31px;
    }

    .conversation-message-content {
        max-width: calc(100% - 42px);
    }

    .conversation-message-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .conversation-message-row.is-mine
    .conversation-message-heading {
        align-items: flex-end;
    }

    .conversation-textarea-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }
}