  body {
        margin: 0;
        
    }

    .footer {
        background-color: #ffffff;
        color: #000000;
        padding: 50px 20px 20px;
        border-top: 1px solid #ddd;
    }

    .footer-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
        max-width: 1200px;
        margin: auto;
    }

    .footer h3 {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer ul li {
        margin-bottom: 10px;
    }

    .footer ul li a {
        text-decoration: none;
        color: #000;
        transition: 0.3s;
    }

    .footer ul li a:hover {
        color: #007BFF;
        padding-left: 5px;
    }

    .contact p {
        margin: 8px 0;
    }

    .social-icons {
        margin-top: 10px;
        display: flex;
        align-items: center;
    }

    .social-icons a {
        margin-right: 10px;
        text-decoration: none;
        font-size: 18px;
        color: #000;
        transition: 0.3s;
    }

    .social-icons a i {
        color: inherit;
    }

    .social-icons a:hover {
        color: #007BFF;
    }

    .footer-bottom {
        border-top: 1px solid #ddd;
        margin-top: 30px;
        padding-top: 15px;
        text-align: center;
        font-size: 14px;
    }

    .engage-section {
        padding: 70px 20px 40px;
        background: #f8fbff;
    }

    .section-inner {
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

    .eyebrow {
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #2073b1;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .engage-section h2 {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 15px;
        color: #0a2340;
    }

    .section-copy {
        max-width: 860px;
        margin: 0 auto 40px;
        color: #4a5568;
        font-size: 16px;
        line-height: 1.7;
        text-align: justify;
    }

    .about-video-section {
        padding: 20px 20px 60px;
        background: #ffffff;
    }

    .about-grid {
        display: grid;
        grid-template-columns: 1.1fr 0.9fr;
        align-items: center;
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto 40px;
    }

    .video-card {
         position: relative;
        border-radius: 28px;
        overflow: hidden;
        box-shadow: 0 25px 60px rgba(12, 40, 84, 0.12);
        min-height: 360px;
        background: #000;
    }

    .video-card iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: 0;
        display: block;
    }

    .about-text .eyebrow {
        margin-bottom: 18px;
        letter-spacing: 2px;
        color: #2073b1;
        font-weight: 700;
        text-transform: uppercase;
    }

    .about-text h2 {
        color: #0a2340;
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 22px;
    }

    .about-text p {
        color: #4a5568;
        line-height: 1.8;
        font-size: 16px;
        margin-bottom: 18px;
        text-align: justify;
    }

    .cards-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 24px;
    }

    .info-card {
        background: #ffffff;
        border-radius: 22px;
        overflow: hidden;
        box-shadow: 0 20px 45px rgba(11, 41, 84, 0.08);
        display: flex;
        flex-direction: column;
        min-height: 100%;
    }

    .card-image {
        height: 190px;
        background: url('https://gr-journals.com/images/banner.jpeg') center/cover no-repeat;
    }

    .card-content {
        padding: 24px 22px 26px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1;
    }

    .card-content h3 {
        margin: 0 0 12px;
        font-size: 20px;
        color: #0f3b6c;
    }

    .card-content p {
        margin: 0 0 22px;
        color: #556374;
        line-height: 1.7;
        font-size: 15px;
    }

    .card-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .primary-btn,
    .secondary-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 11px 18px;
        border-radius: 999px;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.25s ease;
    }

    .primary-btn {
        background: #2073b1;
        color: #ffffff;
        border: 1px solid transparent;
    }

    .primary-btn:hover {
        background: #145a8d;
    }

    .secondary-btn {
        background: transparent;
        color: #2073b1;
        border: 1px solid #2073b1;
    }

    .secondary-btn:hover {
        background: #2073b1;
        color: #ffffff;
    }

    .news-marquee-section {
        padding: 70px 20px 60px;
        background: #f4f8ff;
    }

    .news-grid {
        display: grid;
        grid-template-columns: 1.7fr 0.9fr;
        gap: 28px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .news-left {
        display: flex;
        flex-direction: column;
        gap: 22px;
    }

    .news-tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 10px;
    }

    .tab {
        border: 1px solid #d7e6f7;
        background: #ffffff;
        color: #1e4d8f;
        padding: 10px 18px;
        border-radius: 999px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.25s ease;
    }

    .tab.active,
    .tab:hover {
        background: #eaf3ff;
        border-color: #2073b1;
        color: #0d3383;
    }

    .article-card {
        border: 1px solid rgba(32, 115, 177, 0.18);
        border-radius: 24px;
        background: #ffffff;
        padding: 24px;
        box-shadow: 0 18px 35px rgba(11, 41, 84, 0.05);
    }

    .article-card h3 {
        font-size: 18px;
        margin-bottom: 14px;
        color: #0b2d54;
    }

    .article-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        color: #5c7a97;
        font-size: 14px;
        margin-bottom: 18px;
    }

    .article-meta span {
        white-space: nowrap;
    }

    .article-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .article-actions a {
        border: 1px solid #296fa8;
        background: #ffffff;
        color: #296fa8;
        padding: 10px 16px;
        border-radius: 8px;
        text-decoration: none;
        font-size: 14px;
        transition: background 0.3s ease, color 0.3s ease;
    }

    .article-actions a:hover {
        background: #296fa8;
        color: #ffffff;
    }

    .news-updates-card {
        background: #ffffff;
        border-radius: 28px;
        padding: 28px;
        box-shadow: 0 25px 45px rgba(11, 41, 84, 0.08);
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .news-updates-card h3 {
        margin: 0;
        color: #0f3b6c;
        font-size: 22px;
    }

    .marquee-viewport {
        height: 320px;
        overflow: hidden;
        position: relative;
    }

    .marquee-content {
        display: flex;
        flex-direction: column;
        gap: 18px;
        animation: scroll-up 18s linear infinite;
        animation-play-state: running;
    }

    .marquee-content:hover {
        animation-play-state: paused;
    }

    .news-item {
        padding: 16px 18px;
        background: #f4f8ff;
        border: 1px solid rgba(32, 115, 177, 0.16);
        border-radius: 18px;
    }

    .news-date {
        display: block;
        color: #2073b1;
        font-size: 13px;
        margin-bottom: 8px;
        font-weight: 700;
    }

    .news-item a {
        color: #0b2d54;
        text-decoration: none;
        font-weight: 600;
        display: block;
        line-height: 1.5;
    }

    .view-all-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px 20px;
        background: #2073b1;
        color: #ffffff;
        border-radius: 999px;
        text-decoration: none;
        font-weight: 600;
        margin-top: auto;
    }

    .testimonials-section {
        padding: 70px 20px 80px;
        background: #eeeeee;
    }

    .testimonials-inner {
        max-width: 1100px;
        margin: 0 auto;
        text-align: center;
    }

    .testimonials-section h2 {
        font-size: 34px;
        line-height: 1.2;
        color: #0a2340;
        margin-bottom: 16px;
    }

    .testimonial-grid {
        overflow: hidden;
        margin-top: 35px;
    }

    .testimonial-track {
        display: flex;
        gap: 24px;
        transition: transform 0.35s ease;
    }

    .testimonial-card {
        flex: 0 0 calc(50% - 12px);
        background: #ffffff;
        background: #ffffff;
        border-radius: 28px;
        border: 1px solid rgba(32, 115, 177, 0.1);
        padding: 32px;
        box-shadow: 0 24px 50px rgba(11, 41, 84, 0.06);
        text-align: left;
        min-height: 260px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .testimonial-role {
        display: inline-block;
        margin-bottom: 18px;
        color: #19717e;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .testimonial-text {
        color: #35435b;
        line-height: 1.9;
        font-size: 16px;
        margin-bottom: 24px;
    }

    .testimonial-author strong {
        display: block;
        color: #154b86;
        margin-bottom: 4px;
    }

    .testimonial-author span {
        color: #6b7d93;
        font-size: 14px;
    }

    .testimonial-actions {
        display: flex;
        justify-content: center;
        gap: 18px;
        margin-top: 30px;
    }

    .testimonial-nav {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: none;
        background: #2073b1;
        color: #ffffff;
        font-size: 20px;
        cursor: pointer;
        transition: background 0.25s ease;
    }

    .testimonial-nav:hover {
        background: #145a8d;
    }

    @keyframes scroll-up {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-50%);
        }
    }

    /* Responsive */
    @media (max-width: 992px) {
        .footer-container {
            grid-template-columns: repeat(2, 1fr);
        }
        .cards-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        .news-grid {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 768px) {
        .cards-grid,
        .testimonial-grid,
        .about-grid {
            grid-template-columns: 1fr;
        }

        .testimonial-card {
            flex: 0 0 100%;
        }
    }

    @media (max-width: 600px) {
        .footer-container {
            grid-template-columns: 1fr;
            text-align: center;
        }

        .social-icons {
            justify-content: center;
        }
    }
    
    /* CTA Section */
.cta-section {
    position: relative;
    padding: 80px 20px;
    text-align: center;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(270deg, #004aad, #007bff, #00c6ff);
    background-size: 600% 600%;
    animation: gradientMove 8s ease infinite;
}

/* Gradient Animation */
@keyframes gradientMove {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}

/* Content */
.cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: auto;
}

.cta-content h1 {
    font-size: 36px;
    margin-bottom: 15px;
}

.cta-content p {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 30px;
}

/* Button */
.cta-btn {
    display: inline-block;
    padding: 14px 32px;
    font-size: 16px;
    color: #004aad;
    background: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.cta-btn:hover {
    background: #ffcc00;
    color: #000;
    transform: translateY(-3px) scale(1.05);
}

/* Floating Shapes */
.shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    animation: float 10s infinite linear;
}

.shape1 {
    width: 100px;
    height: 100px;
    background: #fff;
    top: 10%;
    left: 20%;
}

.shape2 {
    width: 150px;
    height: 150px;
    background: #fff;
    bottom: 10%;
    right: 15%;
    animation-duration: 14s;
}

.shape3 {
    width: 60px;
    height: 60px;
    background: #fff;
    top: 50%;
    left: 80%;
    animation-duration: 8s;
}

@keyframes float {
    0% {transform: translateY(0);}
    50% {transform: translateY(-40px);}
    100% {transform: translateY(0);}
}

/* Responsive */
@media (max-width: 768px) {
    .cta-content h1 {
        font-size: 26px;
    }

    .cta-content p {
        font-size: 16px;
    }

    .cta-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}
    
    