/* Start custom CSS for html, class: .elementor-element-21ca900 *//* =========================================================
   COOLTEXTFONTS — PREMIUM PROFESSIONAL FOOTER
   CLEAN • MODERN • RESPONSIVE • NO CURVE
   ELEMENTOR SAFE
   ========================================================= */


/* =========================================================
   FONT
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');


/* =========================================================
   VARIABLES
   ========================================================= */

:root {

    --ctf-purple: #6C3DF4;
    --ctf-purple-dark: #5530D2;
    --ctf-orange: #F59E0B;

    --ctf-footer-bg: #15121C;
    --ctf-footer-surface: #1C1825;

    --ctf-white: #FFFFFF;
    --ctf-text: #B8B2C5;
    --ctf-muted: #8D879A;

    --ctf-border: rgba(255,255,255,0.09);

}


/* =========================================================
   SAFE BOX SIZING
   ========================================================= */

.ctf-footer,
.ctf-footer *,
.ctf-footer *::before,
.ctf-footer *::after {

    box-sizing: border-box;

}


/* =========================================================
   PAGE OVERFLOW PROTECTION
   ========================================================= */

html,
body {

    overflow-x: hidden !important;

}


/* =========================================================
   MAIN FOOTER
   ========================================================= */

.ctf-footer {

    position: relative !important;

    display: block;

    width: 100vw !important;

    max-width: 100vw !important;

    margin-left: calc(50% - 50vw) !important;

    margin-right: calc(50% - 50vw) !important;

    margin-top: 0 !important;

    margin-bottom: 0 !important;

    padding: 0 !important;

    left: 0 !important;

    right: auto !important;

    background: var(--ctf-footer-bg) !important;

    color: var(--ctf-text);

    font-family: 'Poppins', sans-serif !important;

    overflow-x: clip !important;

    overflow-y: hidden !important;

    isolation: isolate;

    transform: none !important;

}


/* =========================================================
   REMOVE FOOTER CURVE COMPLETELY
   ========================================================= */

.ctf-footer-curve {

    display: none !important;

    width: 0 !important;

    height: 0 !important;

    margin: 0 !important;

    padding: 0 !important;

    background: none !important;

}


.ctf-footer-curve::before,
.ctf-footer-curve::after {

    display: none !important;

    content: none !important;

}


/* =========================================================
   REMOVE ANY POSSIBLE CURVE / TOP SHAPE
   ========================================================= */

.ctf-footer::before,
.ctf-footer::after {

    content: none !important;

    display: none !important;

}


/* =========================================================
   ELEMENTOR FULL WIDTH RESET
   ========================================================= */

.elementor-element:has(.ctf-footer),
.elementor-widget:has(.ctf-footer),
.elementor-widget-container:has(.ctf-footer),
.elementor-column:has(.ctf-footer),
.elementor-container:has(.ctf-footer),
.elementor-section:has(.ctf-footer) {

    width: 100% !important;

    max-width: none !important;

    margin-left: 0 !important;

    margin-right: 0 !important;

    padding-left: 0 !important;

    padding-right: 0 !important;

}


/* =========================================================
   FOOTER INNER CONTAINER
   ========================================================= */

.ctf-footer-container {

    position: relative;

    width: 100% !important;

    max-width: 1320px !important;

    margin-left: auto !important;

    margin-right: auto !important;

    margin-top: 0 !important;

    padding: 58px 24px 0 !important;

    box-sizing: border-box !important;

}


/* =========================================================
   FOOTER COLUMNS
   ========================================================= */

.ctf-footer-columns {

    display: grid;

    grid-template-columns:
        1.35fr
        1fr
        1fr
        1fr
        1fr;

    gap: 34px;

    width: 100%;

    margin: 0 !important;

    padding: 0 !important;

}


/* =========================================================
   BRAND
   ========================================================= */

.ctf-footer-brand {

    min-width: 0;

    margin: 0 !important;

    padding: 0 !important;

}


/* =========================================================
   LOGO
   ========================================================= */

.ctf-footer-logo {

    display: inline-flex !important;

    align-items: baseline;

    margin: 0 0 15px !important;

    padding: 0 !important;

    font-family: 'Poppins', sans-serif !important;

    font-size: 27px !important;

    font-weight: 800 !important;

    line-height: 1 !important;

    letter-spacing: -1.2px;

    text-decoration: none !important;

    white-space: nowrap;

}


.ctf-footer-logo-cool {

    color: var(--ctf-purple) !important;

}


.ctf-footer-logo-text {

    color: var(--ctf-white) !important;

}


.ctf-footer-logo-fonts {

    color: var(--ctf-orange) !important;

    margin-left: 4px !important;

}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.ctf-footer-description {

    max-width: 285px;

    margin: 0 !important;

    padding: 0 !important;

    color: var(--ctf-text) !important;

    font-family: 'Poppins', sans-serif !important;

    font-size: 12px !important;

    font-weight: 400 !important;

    line-height: 1.8 !important;

}


/* =========================================================
   FOOTER COLUMN
   ========================================================= */

.ctf-footer-column {

    min-width: 0;

    margin: 0 !important;

    padding: 0 !important;

}


/* =========================================================
   COLUMN TITLE
   ========================================================= */

.ctf-footer-title {

    position: relative;

    margin: 1px 0 19px !important;

    padding: 0 !important;

    color: var(--ctf-white) !important;

    font-family: 'Poppins', sans-serif !important;

    font-size: 14px !important;

    font-weight: 700 !important;

    line-height: 1.4 !important;

    letter-spacing: -0.1px;

}


/* =========================================================
   TITLE ACCENT
   ========================================================= */

.ctf-footer-title::after {

    content: "";

    display: block;

    width: 30px;

    height: 2px;

    margin-top: 9px;

    background:
        linear-gradient(
            90deg,
            var(--ctf-purple),
            var(--ctf-orange)
        );

    border-radius: 20px;

}


/* =========================================================
   LINKS LIST
   ========================================================= */

.ctf-footer-links {

    list-style: none !important;

    margin: 0 !important;

    padding: 0 !important;

}


.ctf-footer-links li {

    list-style: none !important;

    margin: 0 !important;

    padding: 0 !important;

}


/* =========================================================
   LINKS
   ========================================================= */

.ctf-footer-links a {

    display: inline-block;

    margin: 0 0 10px !important;

    padding: 0 !important;

    color: var(--ctf-text) !important;

    background: transparent !important;

    font-family: 'Poppins', sans-serif !important;

    font-size: 11.5px !important;

    font-weight: 500 !important;

    line-height: 1.6 !important;

    text-decoration: none !important;

    transition:
        color 0.2s ease,
        transform 0.2s ease;

}


.ctf-footer-links a:hover {

    color: var(--ctf-white) !important;

    background: transparent !important;

    text-decoration: none !important;

    transform: translateX(4px);

}


/* =========================================================
   NEWSLETTER
   ========================================================= */

.ctf-footer-newsletter {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 35px;

    width: 100%;

    margin: 42px 0 0 !important;

    padding: 25px 0 !important;

    border-top: 1px solid var(--ctf-border);

    border-bottom: 1px solid var(--ctf-border);

}


/* =========================================================
   NEWSLETTER CONTENT
   ========================================================= */

.ctf-newsletter-content {

    flex: 1;

    min-width: 0;

    margin: 0 !important;

    padding: 0 !important;

}


/* =========================================================
   NEWSLETTER TITLE
   ========================================================= */

.ctf-newsletter-title {

    margin: 0 0 5px !important;

    padding: 0 !important;

    color: var(--ctf-white) !important;

    font-family: 'Poppins', sans-serif !important;

    font-size: 16px !important;

    font-weight: 700 !important;

    line-height: 1.4 !important;

}


/* =========================================================
   NEWSLETTER TEXT
   ========================================================= */

.ctf-newsletter-text {

    margin: 0 !important;

    padding: 0 !important;

    color: var(--ctf-muted) !important;

    font-family: 'Poppins', sans-serif !important;

    font-size: 11px !important;

    font-weight: 400 !important;

    line-height: 1.65 !important;

}


/* =========================================================
   NEWSLETTER FORM
   ========================================================= */

.ctf-newsletter-form {

    display: flex;

    align-items: center;

    width: min(460px, 100%);

    gap: 8px;

    margin: 0 !important;

    padding: 0 !important;

    flex-shrink: 0;

}


/* =========================================================
   SCREEN READER
   ========================================================= */

.ctf-sr-only {

    position: absolute !important;

    width: 1px !important;

    height: 1px !important;

    padding: 0 !important;

    margin: -1px !important;

    overflow: hidden !important;

    clip: rect(0,0,0,0) !important;

    white-space: nowrap !important;

    border: 0 !important;

}


/* =========================================================
   INPUT
   ========================================================= */

.ctf-newsletter-input {

    flex: 1;

    min-width: 0;

    height: 44px;

    margin: 0 !important;

    padding: 0 14px !important;

    border: 1px solid rgba(255,255,255,0.11) !important;

    border-radius: 7px !important;

    outline: none !important;

    background: var(--ctf-footer-surface) !important;

    color: var(--ctf-white) !important;

    font-family: 'Poppins', sans-serif !important;

    font-size: 11.5px !important;

    font-weight: 500 !important;

    box-shadow: none !important;

}


.ctf-newsletter-input::placeholder {

    color: #817A8E !important;

    opacity: 1;

}


.ctf-newsletter-input:focus {

    border-color: rgba(108,61,244,0.75) !important;

    box-shadow:
        0 0 0 3px rgba(108,61,244,0.10) !important;

}


/* =========================================================
   NEWSLETTER BUTTON
   ========================================================= */

.ctf-newsletter-button {

    flex-shrink: 0;

    height: 44px;

    margin: 0 !important;

    padding: 0 20px !important;

    border: 0 !important;

    border-radius: 7px !important;

    background: var(--ctf-purple) !important;

    color: var(--ctf-white) !important;

    font-family: 'Poppins', sans-serif !important;

    font-size: 11.5px !important;

    font-weight: 700 !important;

    line-height: 1 !important;

    cursor: pointer;

    transition:
        background 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;

}


.ctf-newsletter-button:hover {

    background: var(--ctf-purple-dark) !important;

    color: var(--ctf-white) !important;

    transform: translateY(-1px);

    box-shadow:
        0 6px 18px rgba(108,61,244,0.22);

}


/* =========================================================
   FOOTER BOTTOM
   ========================================================= */

.ctf-footer-bottom {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    width: 100%;

    min-height: 68px;

    margin: 0 !important;

    padding: 19px 0 !important;

}


/* =========================================================
   COPYRIGHT
   ========================================================= */

.ctf-footer-copyright {

    margin: 0 !important;

    padding: 0 !important;

    color: var(--ctf-muted) !important;

    font-family: 'Poppins', sans-serif !important;

    font-size: 10.5px !important;

    font-weight: 500 !important;

    line-height: 1.5 !important;

}


.ctf-copyright-brand {

    color: var(--ctf-white) !important;

    font-weight: 700 !important;

    text-decoration: none !important;

}


.ctf-copyright-brand:hover {

    color: var(--ctf-orange) !important;

}


/* =========================================================
   LEGAL NAV
   ========================================================= */

.ctf-footer-legal {

    display: flex;

    align-items: center;

    justify-content: flex-end;

    flex-wrap: wrap;

    gap: 10px;

    margin: 0 !important;

    padding: 0 !important;

}


.ctf-footer-legal a {

    margin: 0 !important;

    padding: 0 !important;

    color: var(--ctf-muted) !important;

    background: transparent !important;

    font-family: 'Poppins', sans-serif !important;

    font-size: 10.5px !important;

    font-weight: 500 !important;

    text-decoration: none !important;

    transition: color 0.2s ease;

}


.ctf-footer-legal a:hover {

    color: var(--ctf-white) !important;

}


.ctf-footer-divider {

    color: rgba(255,255,255,0.20) !important;

    font-size: 10px !important;

}


/* =========================================================
   REMOVE THEME INTERFERENCE
   ========================================================= */

.ctf-footer a,
.ctf-footer a:hover,
.ctf-footer a:focus,
.ctf-footer a:active {

    text-decoration: none !important;

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

    .ctf-footer-container {

        padding-left: 24px !important;

        padding-right: 24px !important;

    }


    .ctf-footer-columns {

        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 36px 25px;

    }


    .ctf-footer-brand {

        grid-column: 1 / -1;

    }


    .ctf-footer-description {

        max-width: 480px;

    }


    .ctf-footer-newsletter {

        gap: 25px;

    }


    .ctf-newsletter-form {

        width: min(420px, 100%);

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 800px) {

    .ctf-footer {

        width: 100vw !important;

        max-width: 100vw !important;

        margin-left: calc(50% - 50vw) !important;

        margin-right: calc(50% - 50vw) !important;

    }


    .ctf-footer-container {

        width: 100% !important;

        max-width: 100% !important;

        padding: 42px 18px 0 !important;

    }


    .ctf-footer-columns {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        column-gap: 28px;

        row-gap: 34px;

    }


    .ctf-footer-brand {

        grid-column: 1 / -1;

    }


    .ctf-footer-logo {

        font-size: 26px !important;

    }


    .ctf-footer-description {

        max-width: 100%;

        font-size: 11.5px !important;

        line-height: 1.75 !important;

    }


    .ctf-footer-title {

        font-size: 13px !important;

        margin-bottom: 17px !important;

    }


    .ctf-footer-links a {

        font-size: 11px !important;

        margin-bottom: 9px !important;

    }


    /* =====================================================
       MOBILE NEWSLETTER
       ===================================================== */

    .ctf-footer-newsletter {

        width: 100% !important;

        margin-top: 38px !important;

        padding: 28px 0 !important;

        display: flex !important;

        flex-direction: column !important;

        align-items: stretch !important;

        gap: 20px !important;

    }


    .ctf-newsletter-content {

        width: 100% !important;

        max-width: 100% !important;

    }


    .ctf-newsletter-title {

        font-size: 18px !important;

        line-height: 1.4 !important;

        margin-bottom: 7px !important;

    }


    .ctf-newsletter-text {

        max-width: 100% !important;

        font-size: 12px !important;

        line-height: 1.7 !important;

    }


    .ctf-newsletter-form {

        width: 100% !important;

        max-width: 100% !important;

        display: flex !important;

        flex-direction: row !important;

        align-items: stretch !important;

        gap: 10px !important;

    }


    .ctf-newsletter-input {

        flex: 1 1 auto !important;

        width: auto !important;

        min-width: 0 !important;

        height: 50px !important;

        padding: 0 16px !important;

        border-radius: 9px !important;

        font-size: 12px !important;

    }


    .ctf-newsletter-button {

        flex: 0 0 auto !important;

        width: auto !important;

        min-width: 105px !important;

        height: 50px !important;

        padding: 0 18px !important;

        border-radius: 9px !important;

        font-size: 12px !important;

    }


    /* =====================================================
       MOBILE BOTTOM
       ===================================================== */

    .ctf-footer-bottom {

        min-height: auto;

        padding: 20px 0 23px !important;

        flex-direction: column;

        align-items: flex-start;

        gap: 12px;

    }


    .ctf-footer-legal {

        justify-content: flex-start;

    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 520px) {

    .ctf-footer {

        width: 100vw !important;

        max-width: 100vw !important;

        margin-left: calc(50% - 50vw) !important;

        margin-right: calc(50% - 50vw) !important;

    }


    .ctf-footer-container {

        width: 100% !important;

        max-width: 100% !important;

        padding: 38px 15px 0 !important;

    }


    .ctf-footer-columns {

        column-gap: 20px;

        row-gap: 30px;

    }


    .ctf-footer-logo {

        font-size: 24px !important;

    }


    .ctf-footer-description {

        font-size: 11px !important;

    }


    .ctf-footer-title {

        font-size: 12.5px !important;

    }


    .ctf-footer-links a {

        font-size: 10.5px !important;

    }


    /* =====================================================
       NEWSLETTER
       ===================================================== */

    .ctf-footer-newsletter {

        margin-top: 34px !important;

        padding: 26px 0 !important;

        gap: 18px !important;

    }


    .ctf-newsletter-title {

        font-size: 17px !important;

    }


    .ctf-newsletter-text {

        font-size: 11.5px !important;

        line-height: 1.7 !important;

    }


    .ctf-newsletter-form {

        width: 100% !important;

        flex-direction: column !important;

        gap: 10px !important;

    }


    .ctf-newsletter-input {

        width: 100% !important;

        height: 50px !important;

        padding: 0 15px !important;

        font-size: 12px !important;

    }


    .ctf-newsletter-button {

        width: 100% !important;

        height: 50px !important;

        font-size: 12px !important;

    }


    .ctf-footer-copyright {

        font-size: 10px !important;

    }


    .ctf-footer-legal {

        gap: 7px;

    }


    .ctf-footer-legal a {

        font-size: 10px !important;

    }

}


/* =========================================================
   VERY SMALL DEVICES
   ========================================================= */

@media (max-width: 360px) {

    .ctf-footer-container {

        padding: 34px 14px 0 !important;

    }


    .ctf-footer-columns {

        column-gap: 15px;

    }


    .ctf-footer-logo {

        font-size: 22px !important;

    }


    .ctf-footer-title {

        font-size: 12px !important;

    }


    .ctf-footer-links a {

        font-size: 10px !important;

    }


    .ctf-footer-newsletter {

        padding: 24px 0 !important;

    }


    .ctf-newsletter-title {

        font-size: 16px !important;

    }


    .ctf-newsletter-text {

        font-size: 11px !important;

    }


    .ctf-newsletter-input,
    .ctf-newsletter-button {

        height: 49px !important;

    }

}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.ctf-footer a:focus-visible,
.ctf-footer button:focus-visible,
.ctf-footer input:focus-visible {

    outline: 2px solid var(--ctf-orange) !important;

    outline-offset: 3px;

}


/* =========================================================
   FINAL OVERFLOW PROTECTION
   ========================================================= */

.ctf-footer img,
.ctf-footer svg {

    max-width: 100%;

}


.ctf-footer {

    overflow-x: clip !important;

    overflow-y: hidden !important;

}


/* =========================================================
   FINAL CURVE KILL SWITCH
   ========================================================= */

.ctf-footer-curve,
.ctf-footer-curve::before,
.ctf-footer-curve::after {

    display: none !important;

    visibility: hidden !important;

    opacity: 0 !important;

    height: 0 !important;

    width: 0 !important;

    content: none !important;

}/* End custom CSS */