@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&family=Hind:wght@400;600;700&display=swap');

.ed-top-header-wrap {
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-bottom: 2px solid #003366;
    padding: 15px 0;
    position: relative;
    overflow: hidden;
}

.ed-top-header-wrap::before,
.ed-top-header-wrap::after {
    display: none;
}

.ed-top-header-content {
    position: relative;
    z-index: 1;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 30px;
    width: 100%;
}

.ed-top-search-bar {
    display: flex !important;
    align-items: center !important;
    gap: 20px;
    flex: 1;
    min-width: 0;
}

.brand-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo img {
    height: auto;
    max-width: 80px;
    transition: all 0.3s ease;
    object-fit: contain;
}

.brand-logo:hover img {
    transform: scale(1.05);
}

.ed-hd-custom-text-wrapper {
    color: #ffffff;
    line-height: 1.4;
    flex: 1 1 auto;
    min-width: 0;
    padding: 5px 20px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    overflow: visible;
}

.ed-hd-college-branding {
    margin-bottom: 8px;
}

.ed-hd-title-en {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(14px, 1.4vw, 18px);
    color: #00aaff !important;
    letter-spacing: 0.5px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    transition: all 0.3s ease;
}

.ed-hd-title-en:hover {
    color: #f0c744 !important;
}

.ed-hd-title-hi {
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    font-size: clamp(16px, 2vw, 22px);
    color: #ff5722 !important;
    line-height: 1.2;
    margin: 2px 0 0 0 !important;
    padding: 0 !important;
    display: block !important;
}

.ed-hd-title-hi:hover {
    color: #ff7e54 !important;
    letter-spacing: 0.5px;
    text-shadow: 2px 2px 6px rgba(255, 87, 34, 0.4), 0 0 15px rgba(255, 87, 34, 0.3);
}

.ed-hd-details-bar {
    display: flex !important;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center !important;
}

.ed-hd-detail-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    font-size: 13px;
    color: #94a3b8 !important;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 5px 0;
    white-space: nowrap;
}

.ed-hd-detail-item i {
    color: #00aaff !important;
    font-size: 14px;
    transition: all 0.3s ease;
}

.ed-hd-detail-item:hover {
    color: #00aaff !important;
}

.ed-hd-detail-item span {
    color: inherit !important;
}

.ed-top-action {
    display: flex !important;
    gap: 20px;
    align-items: center !important;
    position: relative;
    z-index: 2;
    flex-wrap: nowrap;
    overflow: visible;
}

.top-act-item.call-us-item {
    min-width: auto;
    white-space: nowrap;
}

.top-act-item.call-us-item .item-text {
    min-width: auto;
}

.top-act-item {
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center !important;
    gap: 12px;
    min-height: 50px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.top-act-item:hover {
    background: #ffffff;
    border-color: #003366;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.item-icon {
    width: 40px;
    height: 40px;
    background: #003366;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
}

.item-icon svg path {
    fill: #ffffff !important;
}

.item-text span {
    font-size: 10px;
    color: #777777 !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.item-text a {
    font-size: 14px;
    font-weight: 700;
    color: #003366 !important;
    text-decoration: none;
}

.item-text a:hover {
    color: #f0c744 !important;
    text-shadow: 0 2px 10px rgba(212, 160, 23, 0.5);
    letter-spacing: 0.5px;
}

.header-cart-btn {
    position: relative;
}

.notification-item {
    position: relative;
    background: #f8f9fa !important;
    overflow: visible !important;
    min-width: 220px;
}

.notification-item .item-text {
    min-width: 140px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.notification-icon-wrapper {
    position: relative;
}

.notification-icon-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
}

.notification-icon-btn svg {
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
}

.notification-icon-btn:hover svg path {
    fill: #d4a017;
}

.notification-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #e63946;
    color: white;
    font-size: 10px;
    font-weight: 800;
    min-width: 18px;
    height: 18px;
    padding: 0 3px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px;
    border: 2px solid #ffffff;
    z-index: 10;
}

.notification-link {
    color: #003366 !important;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    letter-spacing: 0.2px;
    display: inline-block;
}

.notification-link:hover {
    color: #C5A028 !important;
    padding-left: 2px;
}

.notification-item:hover .item-icon {
    border-color: #f0c744;
    background: linear-gradient(135deg, rgba(212, 160, 23, 0.3), rgba(212, 160, 23, 0.2));
}

.notification-icon-btn:hover svg {
    transform: scale(1.1);
}

/* New Action Item Styles - Header Only */
.ed-header-section.header_style_six .ed-action-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px;
    padding: 8px 15px;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
}

.ed-header-section.header_style_six .ed-action-item:hover {
    background: #ffffff;
    border-color: #003366;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.ed-header-section.header_style_six .ed-action-icon {
    position: relative;
    width: 32px;
    height: 32px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #003366;
    border-radius: 50%;
    flex-shrink: 0;
}

.ed-header-section.header_style_six .ed-action-icon svg {
    width: 16px;
    height: 16px;
    color: #ffffff !important;
}

.ed-header-section.header_style_six .ed-action-icon svg path {
    fill: #ffffff !important;
}

.ed-header-section.header_style_six .ed-action-label {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #777777;
}

.ed-header-section.header_style_six .ed-action-value {
    font-size: 13px;
    font-weight: 700;
    color: #003366 !important;
    text-decoration: none;
}

.ed-header-section.header_style_six .call-us-action .ed-action-icon {
    background: #27ae60;
}

.ed-header-section.header_style_six .ed-notification-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 18px;
    height: 18px;
    background: #e63946;
    color: white;
    font-size: 10px;
    font-weight: 800;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50%;
    border: 2px solid #ffffff;
    z-index: 10;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #003366;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    width: 22px;
    height: 22px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.mobile_menu_button {
    background: #003366;
    border: 1px solid #003366;
    color: white;
    padding: 10px 14px;
    border-radius: 6px;
    cursor: pointer;
    display: none;
    transition: all 0.3s ease;
    font-size: 18px;
}

.mobile_menu_button:hover {
    background: #004080;
    border-color: #004080;
    transform: scale(1.05);
}

@media (max-width: 1200px) {
    .ed-hd-custom-text-wrapper {
        padding: 6px 15px;
    }
    
    .ed-hd-title-en {
        font-size: 15px;
    }
    
    .ed-hd-title-hi {
        font-size: 13px;
    }
    
    .ed-hd-detail-item {
        font-size: 12px;
        gap: 8px;
    }
    
    .ed-top-search-bar {
        gap: 15px;
    }
}

@media (max-width: 992px) {
    .ed-top-header-wrap {
        padding: 16px 0;
    }
    
    .ed-top-header-content {
        gap: 20px;
    }
    
    .ed-top-search-bar {
        gap: 12px;
    }
    
    .brand-logo img {
        max-width: 65px;
    }
    
    .ed-hd-custom-text-wrapper {
        padding: 6px 12px;
        border-left: 2px solid #e0e0e0;
    }
    
    .ed-hd-title-en {
        font-size: 16px;
    }
    
    .ed-hd-title-hi {
        font-size: 13px;
    }
    
    .ed-hd-detail-item {
        font-size: 11px;
        padding: 6px 10px;
    }
    
    .ed-hd-details-bar {
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .ed-header-section.header_style_six .mobile_menu_button {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .ed-header-section.header_style_six .ed-top-header-wrap {
        padding: 14px 0;
    }
    
    .ed-header-section.header_style_six .ed-top-header-content {
        gap: 12px;
        flex-wrap: wrap;
    }
    
    .ed-header-section.header_style_six .ed-top-action {
        gap: 8px;
        flex-wrap: wrap;
    }
    
    .ed-header-section.header_style_six .ed-action-item {
        padding: 8px 12px;
        gap: 10px;
    }
    
    .ed-header-section.header_style_six .ed-action-icon {
        width: 32px;
        height: 32px;
    }
    
    .ed-header-section.header_style_six .ed-action-icon svg {
        width: 16px;
        height: 16px;
    }
    
    .ed-header-section.header_style_six .ed-action-content {
        gap: 1px;
    }
    
    .ed-header-section.header_style_six .ed-action-label {
        font-size: 10px;
    }
    
    .ed-header-section.header_style_six .ed-action-value {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .ed-header-section.header_style_six .ed-top-header-wrap {
        padding: 12px 0;
    }
    
    .ed-header-section.header_style_six .ed-top-search-bar {
        gap: 8px;
    }
    
    .ed-header-section.header_style_six .brand-logo img {
        max-width: 50px;
    }
    
    .ed-header-section.header_style_six .ed-hd-custom-text-wrapper {
        padding: 4px 8px;
    }
    
    .ed-header-section.header_style_six .ed-hd-title-en {
        font-size: 14px;
    }
    
    .ed-header-section.header_style_six .ed-hd-title-hi {
        font-size: 11px;
    }
    
    .ed-header-section.header_style_six .ed-top-action {
        gap: 6px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    
    .ed-header-section.header_style_six .ed-action-item {
        padding: 6px 10px;
        gap: 8px;
        flex: 1 1 auto;
        min-width: 140px;
    }
    
    .ed-header-section.header_style_six .ed-action-icon {
        width: 28px;
        height: 28px;
    }
    
    .ed-header-section.header_style_six .ed-action-icon svg {
        width: 14px;
        height: 14px;
    }
    
    .ed-header-section.header_style_six .ed-action-label {
        font-size: 9px;
    }
    
    .ed-header-section.header_style_six .ed-action-value {
        font-size: 11px;
    }
    
    .ed-header-section.header_style_six .ed-notification-badge {
        width: 16px;
        height: 16px;
        font-size: 9px;
    }
}
