/* VPSMakers - Footer
   Clean semantic footer styles
   Replaces the old 20-footer.css
*/

/* =========================================
   FOOTER ROOT
========================================= */

.vps-footer {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 58px 0 30px !important;
    background: #020316 !important;
    color: #ffffff !important;
    overflow: hidden !important;
}

.vps-footer,
.vps-footer * {
    box-sizing: border-box !important;
}

.vps-footer-inner {
    width: calc(100% - 64px) !important;
    max-width: 1309px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
}


/* =========================================
   TOP AREA
========================================= */

.vps-footer-top {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 58px !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================
   BRAND
========================================= */

.vps-footer-brand {
    flex: 0 0 315px !important;
    width: 315px !important;
    max-width: 315px !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
}

.vps-footer-logo {
    width: auto !important;
    margin: 0 0 22px !important;
    padding: 0 !important;
}

.vps-footer-logo .elementor-widget-container,
.vps-footer-logo a {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.vps-footer-logo img {
    display: block !important;
    width: 170px !important;
    max-width: 170px !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: left center !important;
}

.vps-footer-about {
    width: 100% !important;
    margin: 0 0 28px !important;
    padding: 0 !important;
}

.vps-footer-about,
.vps-footer-about .elementor-widget-container,
.vps-footer-about p {
    font-family: "Roboto", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 21px !important;
    color: rgba(255, 255, 255, 0.68) !important;
}

.vps-footer-about .elementor-widget-container,
.vps-footer-about p {
    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================
   CONTACT
========================================= */

.vps-footer-contact {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.vps-footer-address-istanbul,
.vps-footer-address-florida,
.vps-footer-email {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.vps-footer-address-istanbul .elementor-widget-container,
.vps-footer-address-florida .elementor-widget-container,
.vps-footer-email .elementor-widget-container,
.vps-footer-address-istanbul p,
.vps-footer-address-florida p,
.vps-footer-email p {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-family: "Roboto", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    line-height: 20px !important;
    color: rgba(255, 255, 255, 0.78) !important;
    white-space: normal !important;
}

.vps-footer-email a {
    color: inherit !important;
    text-decoration: none !important;
}


/* =========================================
   LINK COLUMNS
========================================= */

.vps-footer-links {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 820px !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.vps-footer-column {
    width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.vps-footer-column > .elementor-element {
    width: 100% !important;
    margin: 0 !important;
}

.vps-footer-column .elementor-heading-title {
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Roboto", Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    color: #ffffff !important;
}

.vps-footer-column .elementor-icon-list-items {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.vps-footer-column .elementor-icon-list-item {
    margin: 0 !important;
    padding: 0 !important;
}

.vps-footer-column .elementor-icon-list-icon {
    display: none !important;
}

.vps-footer-column .elementor-icon-list-text {
    font-family: "Roboto", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    line-height: 29px !important;
    color: rgba(255, 255, 255, 0.62) !important;
    transition: color 0.2s ease !important;
}

.vps-footer-column a {
    text-decoration: none !important;
}

.vps-footer-column a:hover .elementor-icon-list-text,
.vps-footer-column a:focus-visible .elementor-icon-list-text {
    color: #6972ff !important;
}


/* =========================================
   SOCIALS
========================================= */

.vps-footer-social-row {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 28px 0 0 !important;
    padding: 0 !important;
}

.vps-footer-socials {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.vps-footer-socials .elementor-social-icons-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.vps-footer-socials .elementor-social-icon {
    width: 34px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.72) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 50% !important;
    transition:
        color 0.2s ease,
        transform 0.2s ease !important;
}

.vps-footer-socials .elementor-social-icon svg {
    width: 16px !important;
    height: 16px !important;
    fill: currentColor !important;
}

.vps-footer-socials .elementor-social-icon:hover,
.vps-footer-socials .elementor-social-icon:focus-visible {
    color: #6972ff !important;
    transform: translateY(-2px) !important;
}


/* =========================================
   DIVIDER
========================================= */

.vps-footer-divider {
    display: block !important;
    width: 100% !important;
    height: 1px !important;
    margin: 28px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: rgba(255, 255, 255, 0.18) !important;
}


/* =========================================
   BOTTOM AREA
========================================= */

.vps-footer-bottom {
    width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
    margin: 16px 0 0 !important;
    padding: 0 !important;
}

.vps-footer-bottom-left {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 6px 18px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.vps-footer-bottom-left > .elementor-widget-text-editor,
.vps-footer-bottom-left > .elementor-widget-text-editor .elementor-widget-container,
.vps-footer-bottom-left > .elementor-widget-text-editor p {
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Roboto", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    color: rgba(255, 255, 255, 0.86) !important;
}

.vps-footer-bottom-links {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.vps-footer-bottom-links .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

.vps-footer-legal-links {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 6px 12px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.vps-footer-legal-links a,
.vps-footer-legal-links a:visited {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Roboto", Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 300 !important;
    line-height: 20px !important;
    color: rgba(255, 255, 255, 0.42) !important;
    background: transparent !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.vps-footer-legal-links a:hover,
.vps-footer-legal-links a:focus-visible {
    color: #6972ff !important;
}


/* =========================================
   PAYMENTS
========================================= */

.vps-footer-payments {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0.62 !important;
}

.vps-footer-payments > img,
.vps-footer-payments > a {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.vps-footer-payments img {
    display: block !important;
    object-fit: contain !important;
}

.vps-footer-payments .payment-visa {
    width: 42px !important;
    max-width: 42px !important;
    height: 22px !important;
}

.vps-footer-payments .payment-mastercard {
    width: 36px !important;
    max-width: 36px !important;
    height: 24px !important;
}

.vps-footer-payments .payment-paypal {
    width: 28px !important;
    max-width: 28px !important;
    height: 24px !important;
}

.vps-footer-payments .payment-bitcoin {
    width: 28px !important;
    max-width: 28px !important;
    height: 28px !important;
}


/* =========================================
   TABLET
========================================= */

@media (min-width: 768px) and (max-width: 1024px) {
    .vps-footer {
        padding: 50px 0 30px !important;
    }

    .vps-footer-inner {
        width: calc(100% - 48px) !important;
    }

    .vps-footer-top {
        flex-direction: column !important;
        gap: 42px !important;
    }

    .vps-footer-brand {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 420px !important;
    }

    .vps-footer-links {
        width: 100% !important;
        max-width: 100% !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 30px !important;
    }

    .vps-footer-social-row {
        justify-content: flex-start !important;
        margin-top: 32px !important;
    }

    .vps-footer-socials .elementor-social-icons-wrapper {
        justify-content: flex-start !important;
    }

    .vps-footer-bottom {
        align-items: flex-end !important;
    }

    .vps-footer-bottom-left {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 6px !important;
    }

    .vps-footer-payments {
        justify-content: flex-end !important;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
    .vps-footer {
        padding: 44px 0 28px !important;
    }

    .vps-footer-inner {
        width: calc(100% - 32px) !important;
        max-width: 100% !important;
    }

    .vps-footer-top {
        flex-direction: column !important;
        gap: 36px !important;
    }

    .vps-footer-brand {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .vps-footer-logo img {
        width: 155px !important;
        max-width: 155px !important;
    }

    .vps-footer-about {
        max-width: 330px !important;
    }

    .vps-footer-links {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 28px !important;
    }

    .vps-footer-column {
        width: 100% !important;
        max-width: 100% !important;
    }

    .vps-footer-social-row {
        justify-content: flex-start !important;
        margin-top: 28px !important;
    }

    .vps-footer-socials .elementor-social-icons-wrapper {
        justify-content: flex-start !important;
        flex-wrap: wrap !important;
    }

    .vps-footer-divider {
        margin-top: 28px !important;
    }

    .vps-footer-bottom {
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        gap: 18px !important;
        margin-top: 16px !important;
    }

    .vps-footer-bottom-left {
        width: 100% !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }

    .vps-footer-bottom-left > .elementor-widget-text-editor,
    .vps-footer-bottom-left > .elementor-widget-text-editor .elementor-widget-container,
    .vps-footer-bottom-left > .elementor-widget-text-editor p {
        white-space: normal !important;
    }

    .vps-footer-legal-links {
        justify-content: flex-start !important;
    }

    .vps-footer-payments {
        justify-content: flex-start !important;
        gap: 10px !important;
    }

    .vps-footer-payments .payment-visa {
        width: 38px !important;
        max-width: 38px !important;
        height: 20px !important;
    }

    .vps-footer-payments .payment-mastercard {
        width: 32px !important;
        max-width: 32px !important;
        height: 22px !important;
    }

    .vps-footer-payments .payment-paypal {
        width: 26px !important;
        max-width: 26px !important;
        height: 22px !important;
    }

    .vps-footer-payments .payment-bitcoin {
        width: 26px !important;
        max-width: 26px !important;
        height: 26px !important;
    }
}


/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {
    .vps-footer-column .elementor-icon-list-text,
    .vps-footer-socials .elementor-social-icon,
    .vps-footer-legal-links a {
        transition: none !important;
    }

    .vps-footer-socials .elementor-social-icon:hover {
        transform: none !important;
    }
}
