
.navbar .container-fluid .btn-gradient {
    background: linear-gradient(80deg, #004aad, #67a1ec); /* Adjust colors as needed */
    color: white !important;
    border: none;
    transition: all 0.3s ease;
}
 
.navbar .container-fluid .btn-gradient:hover {
    background: linear-gradient(80deg, #004aad, #67a1ec);
    color: white !important;
}

@media (max-width: 768px) {
    .navbar .container-fluid .search-box{
        width: 100% !important;
    }
}
@media (max-width: 576px) {
    .navbar{
        margin-top: 65px !important;
    }
}

.footer{
    background-color: #0049ac;
}

.footer p a{
    color: white;
}

.about-area2{
    margin-top: 10% !important;
}

.blog-content {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.blog-hero-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.blog-header {
    padding: 2.5rem 2.5rem 1rem;
    border-bottom: 1px solid #e9ecef;
}

.blog-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    color: #6c757d;
    font-size: 0.95rem;
}

.blog-meta-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.blog-body {
    padding: 2rem 2.5rem;
}

.blog-section {
    margin-bottom: 2.5rem;
}

.blog-section:last-child {
    margin-bottom: 0;
}

.section-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #4361ee 0%, #3a0ca3 100%);
    border-radius: 2px;
}

.blog-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 1.5rem;
}

.highlight-text {
    background: linear-gradient(135deg, rgba(67, 97, 238, 0.1) 0%, rgba(58, 12, 163, 0.1) 100%);
    border-left: 4px solid #4361ee;
    padding: 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    margin: 1.5rem 0;
}

.benefits-list {
    list-style: none;
    padding: 0;
}

.benefit-item {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    position: relative;
}

.benefit-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #4361ee;
}

.benefit-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(135deg, #4361ee 0%, #3a0ca3 100%);
    border-radius: 2px 0 0 2px;
}

.benefit-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.75rem;
}

.benefit-content {
    color: #4a5568;
    line-height: 1.6;
}

/* Sidebar Styles */
.sidebar-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    margin-bottom: 2rem;
    border: 1px solid #f1f3f4;
}

.sidebar-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.sidebar-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(135deg, #4361ee 0%, #3a0ca3 100%);
    border-radius: 2px;
}

.social-stats {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.social-stat-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.social-stat-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.social-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.social-info {
    flex: 1;
}

.social-count {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
}

.social-label {
    font-size: 0.9rem;
    color: #6c757d;
}

.news-poster {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.news-poster img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.news-poster:hover img {
    transform: scale(1.05);
}

/* Call to Action */
.cta-section {
    background: linear-gradient(135deg, #4361ee 0%, #3a0ca3 100%);
    color: white;
    padding: 3rem 2.5rem;
    border-radius: 15px;
    text-align: center;
}

.cta-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.cta-button {
    background: white;
    color: #4361ee;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
}

.footer .container-fluid p a {
    line-height: 20px;
    color: white;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .blog-title {
        font-size: 2.2rem;
    }

    .blog-body {
        padding: 1.5rem 2rem;
    }
}

@media (max-width: 992px) {
    .blog-hero-image {
        height: 300px;
    }

    .blog-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .blog-text {
        font-size: 1.05rem;
    }
}

@media (max-width: 768px) {
    .about-area2{
        margin-top: 20% !important;
    }

    .blog-header {
        padding: 2rem 1.5rem 1rem;
    }

    .blog-body {
        padding: 1.5rem;
    }

    .blog-title {
        font-size: 1.8rem;
    }

    .blog-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .section-title {
        font-size: 1.4rem;
    }

    .benefit-item {
        padding: 1.25rem;
    }

    .benefit-title {
        font-size: 1.1rem;
    }

    .cta-section {
        padding: 2rem 1.5rem;
    }

    .cta-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 576px) {
    .about-area2{
        margin-top: 40% !important;
    }

    .blog-hero-image {
        height: 250px;
    }

    .blog-header {
        padding: 1.5rem 1rem 0.75rem;
    }

    .blog-body {
        padding: 1rem;
    }

    .blog-title {
        font-size: 1.6rem;
    }

    .section-title {
        font-size: 1.3rem;
    }

    .blog-text {
        font-size: 1rem;
    }

    .highlight-text {
        padding: 1rem;
    }

    .cta-section {
        padding: 1.5rem 1rem;
    }

    .cta-title {
        font-size: 1.4rem;
    }

    .cta-button {
        width: 100%;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.blog-content {
    animation: fadeInUp 0.6s ease-out;
}

.benefit-item {
    animation: fadeInUp 0.6s ease-out;
}