.mes{
    display: flex;
    flex-wrap: wrap;
    gap: clamp(1.5rem, 4vw, 3rem);
    margin-bottom: 40px;
    padding: clamp(1.25rem, 3vw, 2.5rem);
}

.mass , .mespic{
    flex: 1 1 320px;
}

.p2,
.pp{
    border-radius: 24px;
    height: auto;
    max-height: 420px;
    object-fit: cover;
}
.message{
    padding: clamp(1.5rem, 3vw, 3rem);
    margin-top: 30px;
    background: #f0f6ff;
    border-radius: 28px;
}

.hero{
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    overflow: hidden;
    background: linear-gradient(rgba(7, 10, 18, 0.75), rgba(7, 10, 18, 0.55)), url(medium-shot-woman-training-home.jpg);
    background-position: center;
    background-size: cover;
}

.km{
    /* margin-top: 400px;
     background-color: #007138; 
    background:linear-gradient(180deg, #90caf9, #e3f2fd);
    padding: 20px;
    color: #0d47a1;
    border-radius: 30px; */
}

.footer-bottom{
background:linear-gradient(180deg, #90caf9, #e3f2fd);
color: #0d47a1;
}

.mar{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-radius: 18px;
    background:  linear-gradient(120deg, #0d47a1, #1565c0);
    box-shadow: 0 10px 25px rgba(13, 71, 161, 0.25);
}

.hr3{
   background:linear-gradient(180deg, #90caf9, #e3f2fd);
    color: #0d47a1;
    padding: 10px;
    padding-right: 15px;
    display: inline-block;
    width: 200px;
  
    /* height: 100px; */
}
.mrr{
    padding: clamp(1.5rem, 4vw, 3.5rem);
}

.mmm p{
    text-align: center;
    padding: 8px;
    font-size: 1rem;
    font-weight: 600;
    color: #e3f2fd;
}

.modal1-content1 {
    background-color: white;
    margin: 10% auto;
    padding: 30px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    position: relative;
    animation: modalopen 0.5s;
}

.nav-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-dropdown summary {
    list-style: none;
}

.nav-dropdown summary::-webkit-details-marker {
    display: none;
}

.icon-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid #dbeafe;
    background: #ffffff;
    color: #0d47a1;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.icon-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(13, 71, 161, 0.2);
}

.badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #ef4444;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 999px;
}

.dropdown-panel {
    position: absolute;
    right: 0;
    top: 48px;
    min-width: 240px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.16);
    padding: 10px;
    z-index: 20;
}

.dropdown-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0d47a1;
    margin-bottom: 8px;
}

#notificationPanel {
    width: 320px;
    padding: 12px;
}

#notificationList {
    max-height: 280px;
    overflow-y: auto;
    margin: 6px -4px 0;
    padding: 4px;
    scrollbar-width: thin;
    scrollbar-color: #cbd5f5 transparent;
}

#notificationList::-webkit-scrollbar {
    width: 6px;
}

#notificationList::-webkit-scrollbar-track {
    background: transparent;
}

#notificationList::-webkit-scrollbar-thumb {
    background: #cbd5f5;
    border-radius: 999px;
}

.dropdown-item {
    display: block;
    font-size: 0.85rem;
    color: #475569;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    background: #f8fafc;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.dropdown-item strong {
    display: block;
    font-size: 0.85rem;
    color: #0f172a;
}

.dropdown-item.is-unread {
    font-weight: 600;
    background: #eef2ff;
    border-color: #c7d2fe;
}

.dropdown-item:last-child {
    border-bottom: 0;
}

.dropdown-item:hover {
    background: #e2e8f0;
}

.dropdown-action {
    width: 100%;
    margin-top: 10px;
    padding: 8px 12px;
    border: 0;
    border-radius: 10px;
    background: #0d47a1;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
}

.dropdown-action:hover {
    background: #0b3d8f;
}

.profile-panel {
    min-width: 260px;
    padding: 0;
    overflow: hidden;
    background: linear-gradient(180deg, #162334, #0f172a);
    color: #e2e8f0;
    border: 1px solid rgba(148, 163, 184, 0.35);
}

.profile-card {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(15, 23, 42, 0.6);
}

.profile-avatar {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: linear-gradient(120deg, #38bdf8, #0ea5e9);
    color: #0f172a;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.profile-name {
    font-size: 0.95rem;
    font-weight: 600;
    color: #f8fafc;
    margin: 0;
}

.profile-email {
    font-size: 0.75rem;
    color: #94a3b8;
    margin: 0;
}

.profile-badge {
    align-self: flex-start;
    margin-top: 4px;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.2);
    color: #93c5fd;
}

.profile-links {
    display: flex;
    flex-direction: column;
    padding: 10px 8px;
    gap: 4px;
}

.profile-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 10px;
    color: #e2e8f0;
    font-size: 0.85rem;
}

.profile-link i {
    color: #7dd3fc;
    width: 16px;
}

.profile-link:hover {
    background: rgba(59, 130, 246, 0.18);
    color: #fff;
}

.profile-theme {
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    padding: 10px 12px 12px;
}

.profile-section-title {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #94a3b8;
    margin: 0 0 8px;
}

.profile-theme-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

.profile-theme-btn {
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(15, 23, 42, 0.6);
    color: #e2e8f0;
    border-radius: 8px;
    font-size: 0.75rem;
    padding: 6px 0;
    cursor: pointer;
    transition: all 0.2s ease;
}

.profile-theme-btn.active,
.profile-theme-btn:hover {
    border-color: #38bdf8;
    color: #fff;
    background: rgba(56, 189, 248, 0.2);
}

.profile-logout {
    width: 100%;
    border-radius: 0;
    background: transparent;
    color: #fca5a5;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding: 10px 12px;
}

.profile-logout:hover {
    background: rgba(248, 113, 113, 0.15);
}
