.elementor-94 .elementor-element.elementor-element-1c5acaa{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2e46862 *//* =========================================
   GODDA DEFENCE ACADEMY
   FOOTER CSS
========================================= */

.gda-footer {
    background: #061525;
    color: #ffffff;
}

.gda-footer *,
.gda-footer *::before,
.gda-footer *::after {
    box-sizing: border-box;
}

.gda-footer a {
    text-decoration: none !important;
}

/* CONTAINER */

.gda-footer-container {
    width: min(1200px, calc(100% - 40px));
    margin: auto;
}


/* =========================================
   CTA
========================================= */

.gda-footer-cta {
    background: #d62828;
    padding: 45px 0;
}

.gda-cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.gda-cta-label {
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 8px;
    opacity: 0.9;
}

.gda-cta-content h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
    font-weight: 800;
}

.gda-cta-content p {
    margin: 0;
    color: rgba(255,255,255,0.9);
    font-size: 15px;
}

.gda-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 15px;

    background: #ffffff;
    color: #111111 !important;

    padding: 15px 22px;
    border-radius: 6px;

    font-size: 14px;
    font-weight: 800;

    white-space: nowrap;

    transition: 0.3s ease;
}

.gda-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.gda-cta-button span {
    font-size: 20px;
}


/* =========================================
   MAIN FOOTER
========================================= */

.gda-footer-main {
    padding: 70px 0 55px;
}

.gda-footer-grid {
    display: grid;

    grid-template-columns:
        2fr
        1fr
        1fr
        1.4fr;

    gap: 55px;
}


/* =========================================
   FOOTER LOGO
========================================= */

.gda-footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 22px;
}

.gda-footer-logo-icon {
    width: 50px;
    height: 50px;

    border-radius: 50%;

    background: #d62828;

    border: 2px solid rgba(255,255,255,0.8);

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 900;
    font-size: 14px;
}

.gda-footer-logo strong,
.gda-footer-logo span {
    display: block;
}

.gda-footer-logo strong {
    font-size: 18px;
}

.gda-footer-logo span {
    color: #e63946;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-top: 3px;
}


/* =========================================
   ABOUT
========================================= */

.gda-footer-about p {
    max-width: 380px;

    color: #aab5c1;

    font-size: 14px;
    line-height: 1.8;

    margin: 0;
}


/* =========================================
   FOOTER HEADINGS
========================================= */

.gda-footer-column h3 {
    margin: 0 0 22px;

    color: #ffffff;

    font-size: 17px;
    font-weight: 800;
}

.gda-footer-column h3::after {
    content: "";

    display: block;

    width: 35px;
    height: 3px;

    background: #d62828;

    margin-top: 9px;
}


/* =========================================
   FOOTER LINKS
========================================= */

.gda-footer-column ul {
    list-style: none;

    margin: 0;
    padding: 0;
}

.gda-footer-column li {
    margin-bottom: 11px;
}

.gda-footer-column li a {
    color: #aab5c1;

    font-size: 14px;

    transition: 0.25s ease;
}

.gda-footer-column li a:hover {
    color: #ffffff;
    padding-left: 5px;
}


/* =========================================
   SOCIAL
========================================= */

.gda-socials {
    display: flex;
    gap: 9px;
    margin-top: 24px;
}

.gda-socials a {
    width: 38px;
    height: 38px;

    border-radius: 50%;

    background: rgba(255,255,255,0.07);

    color: #ffffff !important;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 15px;
    font-weight: 700;

    transition: 0.25s ease;
}

.gda-socials a:hover {
    background: #d62828;
    transform: translateY(-3px);
}


/* =========================================
   CONTACT
========================================= */

.gda-contact-item {
    display: flex;
    align-items: flex-start;

    gap: 12px;

    margin-bottom: 17px;
}

.gda-contact-icon {
    width: 30px;
    height: 30px;

    flex-shrink: 0;

    border-radius: 50%;

    background: rgba(214,40,40,0.15);

    color: #ff4a4a;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
}

.gda-contact-item p {
    margin: 3px 0 0;

    color: #aab5c1;

    font-size: 14px;
    line-height: 1.5;
}

.gda-contact-item a {
    color: #aab5c1 !important;
}

.gda-contact-item a:hover {
    color: #ffffff !important;
}

.gda-contact-button {
    display: inline-block;

    margin-top: 7px;

    color: #ffffff !important;

    border: 1px solid rgba(255,255,255,0.2);

    padding: 10px 15px;

    border-radius: 5px;

    font-size: 13px;
    font-weight: 700;

    transition: 0.25s ease;
}

.gda-contact-button:hover {
    background: #d62828;
    border-color: #d62828;
}


/* =========================================
   BOTTOM
========================================= */

.gda-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);

    padding: 20px 0;
}

.gda-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;
}

.gda-bottom-inner p {
    margin: 0;

    color: #7f8c99;

    font-size: 12px;
}

.gda-bottom-inner div {
    display: flex;
    gap: 20px;
}

.gda-bottom-inner a {
    color: #7f8c99 !important;
    font-size: 12px;
}

.gda-bottom-inner a:hover {
    color: #ffffff !important;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .gda-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 45px 30px;
    }

    .gda-footer-about {
        grid-column: span 2;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .gda-footer-container {
        width: calc(100% - 30px);
    }

    .gda-footer-cta {
        padding: 35px 0;
    }

    .gda-cta-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .gda-cta-button {
        width: 100%;
        justify-content: center;
    }

    .gda-footer-main {
        padding: 50px 0 40px;
    }

    .gda-footer-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .gda-footer-about {
        grid-column: auto;
    }

    .gda-bottom-inner {
        flex-direction: column;
        text-align: center;
    }

    .gda-bottom-inner div {
        justify-content: center;
        flex-wrap: wrap;
    }

}


/* =========================================
   VERY SMALL DEVICES
========================================= */

@media (max-width: 380px) {

    .gda-cta-content h2 {
        font-size: 26px;
    }

    .gda-footer-logo strong {
        font-size: 16px;
    }

}/* End custom CSS */