.elementor-390 .elementor-element.elementor-element-354613e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3eb717c *//* =========================================
   GODDA DEFENCE ACADEMY
   NOTIFICATION PAGE
========================================= */

.gda-notification-page {
    width: 100%;
    font-family: inherit;
}


/* =========================================
   HERO
========================================= */

.gda-notice-hero {

    position: relative;

    padding: 85px 20px;

    background:
        linear-gradient(
            135deg,
            #071a2f 0%,
            #0d2947 100%
        );

    overflow: hidden;

    text-align: center;
}


/* Decorative circle */

.gda-notice-hero::before {

    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    top: -160px;
    right: -80px;

    border-radius: 50%;

    background:
        rgba(214, 40, 40, 0.15);
}


/* Decorative circle */

.gda-notice-hero::after {

    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    bottom: -130px;
    left: -70px;

    border-radius: 50%;

    background:
        rgba(255, 255, 255, 0.05);
}


.gda-notice-hero-content {

    position: relative;

    z-index: 2;

    max-width: 750px;

    margin: 0 auto;
}


.gda-notice-tag {

    display: inline-block;

    margin-bottom: 12px;

    color: #ff4a4a;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 2px;
}


.gda-notice-hero h1 {

    margin: 0 0 15px;

    color: #ffffff;

    font-size: 42px;

    line-height: 1.2;

    font-weight: 800;
}


.gda-notice-hero p {

    max-width: 680px;

    margin: 0 auto;

    color: rgba(255,255,255,0.78);

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================
   MAIN SECTION
========================================= */

.gda-notification-section {

    padding: 70px 20px;

    background: #f6f8fa;
}


.gda-notification-container {

    max-width: 1050px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.gda-notification-heading {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 20px;

    margin-bottom: 30px;
}


.gda-notification-heading span {

    color: #d62828;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.8px;
}


.gda-notification-heading h2 {

    margin: 6px 0 0;

    color: #071a2f;

    font-size: 30px;

    font-weight: 800;
}


/* Admission link */

.gda-notification-admission {

    display: inline-flex;

    align-items: center;

    padding: 11px 18px;

    border-radius: 6px;

    background: #071a2f;

    color: #ffffff !important;

    text-decoration: none;

    font-size: 13px;

    font-weight: 700;

    transition:
        background .25s ease,
        transform .25s ease;
}


.gda-notification-admission:hover {

    background: #d62828;

    transform: translateY(-2px);
}


/* =========================================
   NOTIFICATION LIST
========================================= */

.gda-notification-list {

    display: flex;

    flex-direction: column;

    gap: 16px;
}


/* =========================================
   NOTIFICATION CARD
========================================= */

.gda-notification-card {

    display: flex;

    gap: 22px;

    padding: 24px;

    background: #ffffff;

    border: 1px solid #e7ebef;

    border-radius: 10px;

    box-shadow:
        0 5px 20px rgba(7,26,47,0.05);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


.gda-notification-card:hover {

    transform: translateY(-3px);

    border-color: #dce1e6;

    box-shadow:
        0 12px 30px rgba(7,26,47,0.10);
}


/* Important notice */

.gda-notification-card.gda-important {

    border-left: 4px solid #d62828;
}


/* =========================================
   DATE
========================================= */

.gda-notice-date {

    width: 72px;
    height: 72px;

    flex-shrink: 0;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    border-radius: 8px;

    background: #071a2f;

    color: #ffffff;
}


.gda-notice-date strong {

    font-size: 27px;

    line-height: 1;

    font-weight: 800;
}


.gda-notice-date span {

    margin-top: 4px;

    color: #ff4a4a;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1px;
}


/* =========================================
   CONTENT
========================================= */

.gda-notification-content {

    flex: 1;

    min-width: 0;
}


.gda-notification-meta {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 8px;

    color: #929aa3;

    font-size: 11px;

    font-weight: 600;
}


/* Badge */

.gda-notice-badge {

    display: inline-block;

    padding: 4px 8px;

    border-radius: 4px;

    background: #d62828;

    color: #ffffff;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: .6px;
}


.gda-notice-badge.normal {

    background: #e9eef3;

    color: #071a2f;
}


/* Title */

.gda-notification-content h3 {

    margin: 0 0 8px;

    color: #071a2f;

    font-size: 18px;

    line-height: 1.4;

    font-weight: 750;
}


/* Description */

.gda-notification-content p {

    margin: 0 0 12px;

    color: #6f7882;

    font-size: 13px;

    line-height: 1.7;
}


/* Read more */

.gda-read-more {

    display: inline-block;

    color: #d62828;

    text-decoration: none;

    font-size: 12px;

    font-weight: 800;

    transition:
        color .2s ease,
        padding-left .2s ease;
}


.gda-read-more:hover {

    color: #071a2f;

    padding-left: 4px;
}


/* =========================================
   WHATSAPP CTA
========================================= */

.gda-notification-cta {

    display: flex;

    align-items: center;

    gap: 18px;

    margin-top: 35px;

    padding: 25px 28px;

    border-radius: 10px;

    background:
        linear-gradient(
            135deg,
            #071a2f,
            #0d2947
        );
}


.gda-cta-icon {

    width: 50px;
    height: 50px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255,255,255,0.1);

    font-size: 22px;
}


.gda-cta-content {

    flex: 1;
}


.gda-cta-content h3 {

    margin: 0 0 5px;

    color: #ffffff;

    font-size: 17px;
}


.gda-cta-content p {

    margin: 0;

    color: rgba(255,255,255,0.65);

    font-size: 12px;
}


/* WhatsApp button */

.gda-whatsapp-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 12px 20px;

    flex-shrink: 0;

    border-radius: 6px;

    background: #25D366;

    color: #ffffff !important;

    text-decoration: none;

    font-size: 13px;

    font-weight: 800;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.gda-whatsapp-btn:hover {

    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow:
        0 7px 18px rgba(37,211,102,.25);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 700px) {

    .gda-notice-hero {

        padding: 65px 18px;
    }


    .gda-notice-hero h1 {

        font-size: 32px;
    }


    .gda-notification-section {

        padding: 50px 15px;
    }


    .gda-notification-heading {

        align-items: flex-start;

        flex-direction: column;
    }


    .gda-notification-heading h2 {

        font-size: 26px;
    }


    .gda-notification-admission {

        width: 100%;

        justify-content: center;

        box-sizing: border-box;
    }


    .gda-notification-card {

        gap: 15px;

        padding: 18px;
    }


    .gda-notice-date {

        width: 58px;
        height: 58px;
    }


    .gda-notice-date strong {

        font-size: 22px;
    }


    .gda-notification-content h3 {

        font-size: 16px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .gda-notice-hero {

        padding: 55px 15px;
    }


    .gda-notice-hero h1 {

        font-size: 28px;
    }


    .gda-notice-hero p {

        font-size: 13px;
    }


    .gda-notification-card {

        gap: 12px;

        padding: 15px;
    }


    .gda-notice-date {

        width: 52px;
        height: 52px;
    }


    .gda-notice-date strong {

        font-size: 20px;
    }


    .gda-notice-date span {

        font-size: 9px;
    }


    .gda-notification-content h3 {

        font-size: 15px;
    }


    .gda-notification-content p {

        font-size: 12px;
    }


    .gda-notification-cta {

        flex-direction: column;

        align-items: flex-start;

        padding: 22px;
    }


    .gda-whatsapp-btn {

        width: 100%;

        box-sizing: border-box;
    }

}/* End custom CSS */