@media (max-width:1400px) {

    .container {
        max-width: 1200px;
    }

    .hero h1 {
        font-size: 52px;
    }

    .cards-grid {
        gap: 20px;
    }

}


@media (max-width:1200px) {

    .logo-text span {
        display: none;
    }

    .navbar ul {
        gap: 24px;
    }

    .hero h1 {
        font-size: 46px;
    }

    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width:992px) {

    .navbar {
        display: none;
    }

    .mobile-toggle {
        display: block;
    }

    .btn-donate {
        display: none;
    }

    .hero {
        padding: 100px 0 50px;
    }

    .hero h1 {
        font-size: 40px;
    }

    .hero p {
        font-size: 17px;
    }

    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width:768px) {

    .logo img {
        width: 42px;
    }

    .logo-text h2 {
        font-size: 22px;
    }

    .hero h1 {
        font-size: 34px;
    }

    .hero p {
        font-size: 16px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn-primary,
    .btn-outline {
        width: 230px;
        justify-content: center;
    }

    .cards-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hero-bottom-wave svg {
        height: 70px;
    }

}

@media (max-width:576px) {

    .container {
        width: 94%;
    }

    .header .container {
        height: 64px;
    }

    .logo img {
        width: 36px;
    }

    .logo-text h2 {
        font-size: 18px;
    }

    .hero {
        padding-top: 90px;
    }

    .hero h1 {
        font-size: 28px;
    }

    .hero p {
        font-size: 15px;
    }

    .card {
        min-height: auto;
        padding: 22px;
    }

    .card .icon {
        width: 55px;
        height: 55px;
        font-size: 22px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid>div {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .stats-grid>div:last-child {
        border-bottom: none;
    }

}

@media (max-width:400px) {

    .hero h1 {
        font-size: 24px;
    }

    .hero p {
        font-size: 14px;
    }

    .btn-primary,
    .btn-outline {
        width: 100%;
    }

    .logo-text h2 {
        font-size: 16px;
    }

}

/*====================================================
    DONATION V2 RESPONSIVE
====================================================*/

/* Large Laptop */

@media (max-width:1200px) {

    .donation-layout {

        grid-template-columns: 1.6fr 1fr;
        gap: 25px;

    }

    .card-header h3 {

        font-size: 30px;

    }

    .option-card {

        padding: 25px;

    }

}

/* Tablet */

@media (max-width:992px) {

    .donation-section {

        padding: 90px 0;

    }

    .donation-layout {

        grid-template-columns: 1fr;
        gap: 30px;

    }

    .donation-main-card,
    .sponsor-card {

        padding: 30px;

    }

    .card-header h3 {

        font-size: 28px;

    }

    .card-desc {

        font-size: 16px;

    }

}

/* Mobile */

@media (max-width:768px) {

    .donation-section {

        padding: 70px 0;

    }

    .section-heading {

        margin-bottom: 40px;

    }

    .section-heading h2 {

        font-size: 32px;

    }

    .section-heading p {

        font-size: 15px;

        line-height: 1.7;

    }

    .card-header {

        flex-direction: column;

        align-items: flex-start;

        gap: 15px;

    }

    .card-header h3 {

        font-size: 24px;

    }

    .donation-options {

        grid-template-columns: 1fr;

        gap: 20px;

    }

    .option-card {

        padding: 22px;

    }

    .option-card h4 {

        font-size: 20px;

    }

    .donation-icon {

        width: 65px;

        height: 65px;

        font-size: 28px;

    }

    .sponsor-card {

        padding: 28px;

    }

    .sponsor-card h3 {

        font-size: 24px;

    }

}

/* Small Mobile */

@media (max-width:480px) {

    .donation-section {

        padding: 60px 0;

    }

    .section-tag {

        font-size: 11px;

        padding: 8px 18px;

    }

    .section-heading h2 {

        font-size: 28px;

    }

    .card-header h3 {

        font-size: 22px;

    }

    .card-desc {

        font-size: 15px;

    }

    .option-card {

        padding: 20px;

    }

    .option-card i {

        font-size: 28px;

    }

    .option-card h4 {

        font-size: 18px;

    }

    .option-card .btn-primary,
    .option-card .btn-outline,
    .sponsor-btn {

        width: 100%;
        height: 48px;
        font-size: 15px;

    }

    .sponsor-card {

        padding: 24px;

    }

}

/* ===============================
PUBLICATIONS
================================ */

@media (max-width: 992px) {

    .publications-section {
        padding: 80px 0;
    }

    .publication-cover {
        width: 200px;
    }

    .publication-info h3 {
        font-size: 22px;
    }

}

@media (max-width: 768px) {

    .publications-section {
        padding: 70px 0;
    }

    .publication-cover {
        width: 180px;
    }

    .publication-info p {
        font-size: 14px;
        line-height: 1.7;
    }

}

@media (max-width: 576px) {

    .publication-cover {
        width: 160px;
    }

    .publication-category {
        font-size: 11px;
        padding: 6px 14px;
    }

    .publication-info h3 {
        font-size: 20px;
    }

}

/* ==========================================================
RESPONSIVE
========================================================== */

@media (max-width:1200px) {

    .section-heading h2 {
        font-size: 42px;
    }

    .modal-container {
        width: 95%;
    }

    .modal-body {
        padding: 40px;
    }

}

@media (max-width:991px) {

    .sponsor-section {
        padding: 90px 0;
    }

    .section-heading {
        margin-bottom: 50px;
    }

    .section-heading h2 {
        font-size: 36px;
    }

    .section-heading p {
        font-size: 16px;
    }

    /* Modal */

    .modal-container {

        grid-template-columns: 1fr;

        max-height: 90vh;

    }

    .modal-image {

        height: 320px;

    }

    .modal-body {

        padding: 35px;

    }

    .modal-body h2 {

        font-size: 32px;

    }

    .modal-features {

        grid-template-columns: repeat(2, 1fr);

    }

}

@media (max-width:767px) {

    .sponsor-section {

        padding: 25px 15px;

    }

    .section-tag {

        font-size: 11px;

        letter-spacing: 1px;

    }

    .section-heading h2 {

        font-size: 30px;

    }

    .section-heading p {

        font-size: 15px;

        line-height: 1.8;

    }

    /* Cards */

    .sponsor-image {

        height: 220px;

    }

    .sponsor-content {

        padding: 24px;

    }

    .sponsor-content h3 {

        font-size: 22px;

    }

    /* Modal */

    .modal-image {

        height: 260px;

    }

    .modal-body {

        padding: 28px;

    }

    .modal-body h2 {

        font-size: 28px;

    }

    .modal-body p {

        font-size: 15px;

    }

    .modal-features {

        grid-template-columns: 1fr;

    }

    .feature-item {

        display: flex;

        align-items: center;

        gap: 15px;

        text-align: left;

        padding: 18px;

    }

    .feature-item i {

        margin: 0;

        font-size: 24px;

        width: 35px;

    }

    .modal-footer {

        flex-direction: column;

        gap: 25px;

        align-items: flex-start;

    }

    #modalSponsorBtn {

        width: 100%;

        justify-content: center;

    }

}

@media (max-width:576px) {

    .section-heading h2 {

        font-size: 36px;

    }

    .section-heading p {

        font-size: 14px;

    }

    .sponsor-content {

        padding: 20px;

    }

    .sponsor-content h3 {

        font-size: 20px;

    }

    .sponsor-content p {

        font-size: 14px;

    }

    .modal-image {

        height: 220px;

    }

    .modal-body {

        padding: 22px;

    }

    .modal-body h2 {

        font-size: 24px;

    }

    .modal-body h4 {

        font-size: 20px;

    }

    .modal-close {

        width: 42px;

        height: 42px;

        right: 15px;

        top: 15px;

    }

    .modal-amount h3 {

        font-size: 28px;

    }

}

@media(max-width:1100px) {

    .future-grid {

        grid-template-columns: repeat(2, 1fr);

    }

}

@media(max-width:768px) {

    .future-grid {

        grid-template-columns: 1fr;

    }

    .future-content {

        padding: 24px;

    }

    .future-image {

        height: 220px;

    }

    .future-content h3 {

        font-size: 22px;

    }

    .future-section {

        padding: 25px 0;

    }

}

@media(max-width:991px) {

    .footer-grid {

        grid-template-columns: 1fr 1fr;

        gap: 40px;

    }

    .footer-bottom {

        flex-direction: column;

        gap: 15px;

        text-align: center;

    }

}

@media(max-width:768px) {

    .footer-grid {

        grid-template-columns: 1fr;

    }

    .footer-cta h2 {

        font-size: 34px;

    }

    .footer-cta {

        padding: 70px 20px 60px;

    }

    .footer-links {

        flex-wrap: wrap;

        justify-content: center;

    }

}

@media(max-width:768px) {

    .donation-wrapper {

        position: relative;

        margin-top: -50px;

        border-radius: 35px;

        padding: 15px;

        /* box-shadow:0 30px 80px rgba(15,40,80,.10); */

        z-index: 30;

    }

    .sponsor-section .section-heading h2 {
        color: #ffffff !important;
        font-size: 36px;
        font-weight: 800;
        line-height: 1.2;
    }

}