/* Recent Updates Section Styles - Newsroom Card Theme */

.recent-updates-section {
    background-color: #111;
}

.updates-title {
    font-family: 'Onest', sans-serif;
    font-size: 70px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2em;
}

.reveal-section {
    opacity: 1;
}

.grad-text {
    background: linear-gradient(90deg, rgba(205,67,255,1) 0%, rgba(253,101,166,1) 39%, rgba(252,137,103,1) 69%, rgba(255,189,114,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

@media (max-width: 767px) {
    .updates-title {
        font-size: 32px !important;
    }
}

/* Newsroom Style Cards (Fox Boxes) */
.blog-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    background-color: #ffffff05;
    border-radius: 12px !important;
    padding: 24px !important;
    padding-bottom: 60px !important;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative !important;
    transition: transform 0.3s ease, border-color 0.3s ease !important;
    font-family: "Onest", sans-serif !important;
    color: #fff !important;
    cursor: pointer;
}

.blog-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.1);
}

.blog-title {
    font-family: "Onest", sans-serif;
    font-size: 40px !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
    line-height: 1.2;
}

.blog-title a {
    background: linear-gradient(90deg, rgba(205,67,255,1) 0%, rgba(253,101,166,1) 39%, rgba(252,137,103,1) 69%, rgba(255,189,114,1) 100%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    transition: opacity 0.3s ease;
    display: inline-block;
}

.blog-excerpt {
    font-family: "Onest", sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #fff !important;
    line-height: 28px !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #333 !important;
    padding-bottom: 15px !important;
}

.blog-category {
    font-family: "Onest", sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    color: #fff;
    position: absolute !important;
    left: 24px;
    bottom: 20px;
}

.blog-date {
    font-family: "Onest", sans-serif;
    font-size: 16px !important;
    font-weight: 300;
    color: #cfd3d7;
    position: absolute !important;
    right: 24px;
    bottom: 20px;
    padding-left: 25px !important;
}

.blog-date::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 18px !important;
    height: 18px !important;
    background-image: url("../images/Vector-3.png") !important; /* Fixed relative path */
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

/* Button Style */
.browse-btn-wrap {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.browse-btn {
    display: inline-block;
    padding: 14px 36px;
    background: linear-gradient(90deg, rgba(205,67,255,1) 0%, rgba(253,101,166,1) 39%, rgba(252,137,103,1) 69%, rgba(255,189,114,1) 100%);
    border-radius: 50px;
    color: #fff;
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-transform: uppercase;
}

.browse-btn:hover {
    transform: scale(0.96);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Animation Visibility */
.reveal {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1024px) {
    .blog-title { font-size: 32px !important; }
    .blog-excerpt { font-size: 14px !important; line-height: 24px !important; }
    .blog-category, .blog-date { font-size: 14px !important; }
}

@media (max-width: 768px) {
    .blog-card { padding: 15px !important; padding-bottom: 50px !important; }
    .blog-title { font-size: 26px !important; }
    .blog-excerpt { font-size: 13px !important; line-height: 22px !important; }
    .blog-category, .blog-date { font-size: 13px !important; }
}
