/* Career Notification Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.career-notification-single {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Header Banner */
.header-banner {
    background: linear-gradient(135deg, #1a5f3f 0%, #1a5f3f 100%);
    color: white;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
}

.header-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.company-logo {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.main-heading {
    font-size: 32px;
    margin-bottom: 10px;
    max-width: 500px;
}

.notification-title {
    background: #2855a3;
    color: white;
    padding: 15px 30px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    display: inline-block;
}

.subtitle {
    font-size: 16px;
    margin-bottom: 20px;
}

/* Navigation */
.nav-section {
    background: white;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
	
}

.profile-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.profile-logo {
    width: 60px;
    height: 60px;
    background: #2855a3;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    border-radius: 8px;
}

.profile-info h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

.profile-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-left: auto;
}

.btn {
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #ff6b35;
    color: white;
}

.btn-primary:hover {
    background: #e55a2b;
    transform: translateY(-2px);
}

.btn-secondary {
    background: #f0f0f0;
    color: #333;
    border: 1px solid #ddd;
}

.btn-secondary:hover {
    background: #e0e0e0;
}

.btn-large {
    padding: 15px 40px;
    font-size: 16px;
    border-radius: 8px;
}

.btn-viewmore {
	min-height: 200px;
    position: absolute;
    top: 50%;
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Center both horizontally and vertically */
    border: 1px solid #dbdbdb;
    font-size: 1rem; /* Adjusted font size to fit text better */
    width: auto; /* Allow width to adjust to content */
    height: auto; /* Allow height to adjust to content */
    padding: 12px 24px; /* Add padding for better appearance */
    border-radius: 25px; /* Rounded rectangle instead of circle */
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s;
    box-shadow: 0 4px 18px rgba(26, 95, 63, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap; /* Prevent text wrapping */
}


.followers {
    font-size: 14px;
    color: #666;
}

/* Main Content */
.main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background: #f9f9f9;
    min-height: 100vh;
}

.content-section {
    background: white;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.content-section:hover {
    transform: translateY(-2px);
}

.content-section h2, .content-section h3 {
    color: #2855a3;
    margin-bottom: 20px;
    border-bottom: 2px solid #ff6b35;
    padding-bottom: 10px;
}

.eligibility-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.deadline {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #2855a3;
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 200px;
}

.deadline span {
    font-size: 24px;
}

.financial-info {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    border-left: 4px solid #28a745;
}

.apply-button {
    text-align: center;
    margin: 30px 0;
}

/* FAQ Section */
.faq-section {
    margin-top: 30px;
}

.faq-section h3 {
    color: #ffa500;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.faq-item {
    background: white;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.faq-question {
    background: #ff6b35;
    color: white;
    padding: 18px 25px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    padding: 25px;
    background: #f9f9f9;
    display: none;
}

/* Contact Section */
.contact-section {
    background: linear-gradient(135deg, #1a5f3f 0%, #1a5f3f 100%);
    color: white;
    padding: 30px;
    border-radius: 8px;
}

/* Shortcode Styles */
.career-notifications-grid {
    display: flex;
	flex-direction:row;
    /*grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));*/
    gap: 25px;
    margin: 20px 0;
	align-items: center;
	justify-content: center;
}

.career-card {
	min-width: 310px;
	max-width: 400px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    overflow: hidden;
}

.career-card:hover {
    transform: translateY(-5px);
}
    
.career-card-header {
    background: linear-gradient(135deg, #1a5f3f 0%, #1a5f3f 100%);
    color: white;
    padding: 20px;
	width: 100%;
    display: block;
    align-items: center;
    gap: 15px;
}

.career-card-header .company-logo {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

.career-card-header h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
}

.career-card-header h3 a {
    color: white;
    text-decoration: none;
}

.career-card-header .company-name {
    margin: 0;
    opacity: 0.9;
    font-size: 14px;
}

.notification-type {
    background: #ff6b35;
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    display: inline-block;
}

.notification-type.scholarship { background: #28a745; }
.notification-type.internship { background: #17a2b8; }
.notification-type.job { background: #6f42c1; }
.notification-type.fellowship { background: #fd7e14; }
.notification-type.grant { background: #20c997; }

.career-card-body {
    padding: 20px;
}

.career-card-body .amount {
    color: #28a745;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.career-card-body .deadline {
    color: #dc3545;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.career-card-body .excerpt {
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.career-card-footer {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    text-align: right;
}

.career-card-footer .btn {
    padding: 8px 16px;
    background: #ff6b35;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}

.career-card-footer .btn:hover {
    background: #e55a2b;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        text-align: center;
    }
    
    .profile-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .eligibility-section {
        flex-direction: column;
    }
    
    .main-content {
        padding: 20px 15px;
    }
    
    .content-section {
        padding: 20px;
    }
    
    .career-notifications-grid {
        grid-template-columns: 1fr;
    }
}