.elementor-313 .elementor-element.elementor-element-ef2608a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-ef2608a */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* =========================================
   DIGITECH FINAL PREMIUM FOOTER
========================================= */

.digitech-footer {
    font-family: 'Poppins', sans-serif;
    position: relative;
    background: linear-gradient(135deg,#050f28,#0a1e50,#081736);
    color: #ffffff;
    padding-top: 80px;
    overflow: hidden;
}

/* Top Tech Glow Line */
.digitech-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg,#2563eb,#7c3aed,#06b6d4);
    box-shadow: 0 0 20px rgba(37,99,235,0.8);
}

/* ================= Layout ================= */

.footer-container {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr; /* Balanced columns */
    gap: 50px;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px 60px;
    align-items: start;
}

/* Column */
.footer-col {
    text-align: left;
}

/* ================= Logo ================= */

.footer-logo {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
    background: linear-gradient(90deg,#2563eb,#7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ================= Headings ================= */

.footer-col h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #ffffff;
}

/* ================= Paragraph ================= */

.footer-col p {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.7;
}

/* ================= Lists ================= */

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
}

/* Hover Link Glow */
.footer-col ul li a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(37,99,235,0.8);
    padding-left: 6px;
}

/* ================= Social Icons ================= */

.footer-social {
    margin-top: 15px;
}

.footer-social a {
    margin-right: 12px;
    font-size: 18px;
    text-decoration: none;
    color: #cbd5e1;
    transition: 0.4s ease;
}

.footer-social a:hover {
    color: #ffffff;
    transform: translateY(-5px);
    text-shadow: 0 0 12px rgba(37,99,235,0.9);
}

/* ================= Bottom Bar ================= */

.footer-bottom {
    text-align: center;
    padding: 18px;
    background: rgba(0,0,0,0.4);
    font-size: 13px;
    color: #cbd5e1;
    border-top: 1px solid rgba(255,255,255,0.08);
}

/* ================= Responsive ================= */

@media (max-width: 992px) {
    .footer-container {
        grid-template-columns: repeat(2,1fr);
        gap: 40px;
    }
}

@media (max-width: 600px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-col {
        text-align: center;
    }
}

/* =========================================
   DIGITECH FOOTER — TABLET FIX
========================================= */

@media (max-width: 1024px) {

    .footer-container {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 40px !important;
        padding: 0 30px 60px !important;
    }

    .footer-col h3,
    .footer-col h4 {
        font-size: 16px;
    }

    .footer-col p,
    .footer-col ul li a {
        font-size: 14px;
    }
}


/* =========================================
   DIGITECH FOOTER — MOBILE REBUILD
========================================= */

@media (max-width: 767px) {

    .digitech-footer {
        padding-top: 60px !important;
    }

    .footer-container {
        grid-template-columns: 1fr !important;
        gap: 35px !important;
        text-align: center !important;
        padding: 0 20px 50px !important;
    }

    .footer-col {
        text-align: center !important;
    }

    .footer-logo {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .footer-col h4 {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .footer-col p {
        font-size: 13.5px;
        line-height: 1.8;
    }

    .footer-col ul li {
        margin-bottom: 10px;
    }

    .footer-col ul li a {
        font-size: 13.5px;
    }

    /* Center social icons */
    .footer-social {
        margin-top: 12px;
        display: flex;
        justify-content: center;
        gap: 15px;
    }

    .footer-social a {
        font-size: 17px;
    }

    .footer-bottom {
        font-size: 12px;
        padding: 16px;
    }
}/* End custom CSS */