:root {
    --bysamy-footer-dark: #031722;
    --bysamy-footer-dark-2: #062736;
    --bysamy-footer-blue: #087eb7;
    --bysamy-footer-cyan: #15b8c8;
    --bysamy-footer-light: #a9bdc7;
    --bysamy-footer-white: #ffffff;
    --bysamy-footer-border: rgba(255, 255, 255, 0.10);
}

.bysamy-footer {
    position: relative;
    width: 100%;
    clear: both;
    color: var(--bysamy-footer-white);
    background: var(--bysamy-footer-dark);
}

.bysamy-footer-wave {
    position: absolute;
    top: -78px;
    left: 0;
    width: 100%;
    height: 80px;
    overflow: hidden;
    line-height: 0;
    pointer-events: none;
}

.bysamy-footer-wave svg {
    width: 100%;
    height: 100%;
}

.bysamy-footer-wave path {
    fill: var(--bysamy-footer-dark);
}

.bysamy-footer-main {
    position: relative;
    overflow: hidden;
    padding: 0 0 0;
    background:
        radial-gradient(
            circle at 5% 20%,
            rgba(21, 184, 200, 0.14),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(8, 126, 183, 0.16),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #031722 0%,
            #062736 55%,
            #031722 100%
        );
}

.bysamy-footer-main::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.17;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        );
    background-size: 70px 70px;
}

.bysamy-footer-main .container {
    position: relative;
    z-index: 2;
}

/* CTA */

.bysamy-footer-cta {
    position: relative;
    transform: translateY(-52px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 34px 38px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 26px;
    background:
        linear-gradient(
            135deg,
            rgba(8, 126, 183, 0.97),
            rgba(21, 184, 200, 0.93)
        );
    box-shadow: 0 25px 65px rgba(0, 0, 0, 0.28);
}

.bysamy-footer-cta::after {
    content: "";
    position: absolute;
    top: -100px;
    right: -70px;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    border: 45px solid rgba(255, 255, 255, 0.08);
}

.bysamy-footer-cta-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 22px;
}

.bysamy-footer-cta-icon {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 22px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    font-size: 29px;
}

.bysamy-footer-cta-content span {
    display: block;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2.5px;
}

.bysamy-footer-cta-content h3 {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
}

.bysamy-footer-cta-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}

.bysamy-footer-cta-button {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    min-height: 57px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 23px;
    border-radius: 15px;
    color: #075e54;
    background: #ffffff;
    box-shadow: 0 13px 30px rgba(0, 0, 0, 0.17);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.bysamy-footer-cta-button i:first-child {
    color: #25d366;
    font-size: 22px;
}

.bysamy-footer-cta-button:hover {
    transform: translateY(-4px);
    color: #075e54;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

/* COLUMNS */

.bysamy-footer-columns {
    padding: 10px 0 55px;
}

.bysamy-footer-logo {
    display: inline-block;
    margin-bottom: 22px;
}

.bysamy-footer-logo img {
    width: 190px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.bysamy-footer-description {
    max-width: 405px;
    margin-bottom: 25px;
    color: var(--bysamy-footer-light);
    font-size: 14px;
    line-height: 1.9;
}

.bysamy-footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 25px;
}

.bysamy-footer-badge {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 13px;
    border: 1px solid var(--bysamy-footer-border);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.04);
}

.bysamy-footer-badge i {
    color: var(--bysamy-footer-cyan);
    font-size: 18px;
}

.bysamy-footer-badge span {
    color: #78909c;
    font-size: 10px;
    line-height: 1.4;
}

.bysamy-footer-badge strong {
    display: block;
    color: #ffffff;
    font-size: 11px;
}

.bysamy-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bysamy-footer-social a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid var(--bysamy-footer-border);
    border-radius: 12px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
    text-decoration: none;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        background 0.25s ease;
}

.bysamy-footer-social a:hover {
    transform: translateY(-4px);
    border-color: var(--bysamy-footer-cyan);
    color: #ffffff;
    background: var(--bysamy-footer-blue);
}

.bysamy-footer-widget h5 {
    position: relative;
    margin-bottom: 26px;
    padding-bottom: 15px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
}

.bysamy-footer-widget h5::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 2px;
    border-radius: 20px;
    background: linear-gradient(
        90deg,
        var(--bysamy-footer-blue),
        var(--bysamy-footer-cyan)
    );
}

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

.bysamy-footer-widget > ul:not(.bysamy-footer-contact) li {
    margin-bottom: 14px;
}

.bysamy-footer-widget > ul:not(.bysamy-footer-contact) li a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--bysamy-footer-light);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.bysamy-footer-widget > ul:not(.bysamy-footer-contact) li a i {
    color: var(--bysamy-footer-cyan);
    font-size: 9px;
}

.bysamy-footer-widget > ul:not(.bysamy-footer-contact) li a:hover {
    transform: translateX(6px);
    color: #ffffff;
}

/* CONTACT */

.bysamy-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 18px;
}

.bysamy-contact-icon {
    flex: 0 0 39px;
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(21, 184, 200, 0.20);
    border-radius: 11px;
    color: var(--bysamy-footer-cyan);
    background: rgba(21, 184, 200, 0.08);
}

.bysamy-footer-contact span {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
}

.bysamy-footer-contact p,
.bysamy-footer-contact a {
    margin: 0;
    color: var(--bysamy-footer-light);
    font-size: 12px;
    line-height: 1.65;
    text-decoration: none;
}

.bysamy-footer-contact a:hover {
    color: var(--bysamy-footer-cyan);
}

/* NEWSLETTER */

.bysamy-footer-newsletter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 28px 30px;
    border-top: 1px solid var(--bysamy-footer-border);
    border-bottom: 1px solid var(--bysamy-footer-border);
    background: rgba(255, 255, 255, 0.025);
}

.bysamy-newsletter-content {
    display: flex;
    align-items: center;
    gap: 17px;
}

.bysamy-newsletter-icon {
    flex: 0 0 53px;
    width: 53px;
    height: 53px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        var(--bysamy-footer-blue),
        var(--bysamy-footer-cyan)
    );
    font-size: 20px;
}

.bysamy-newsletter-content span {
    display: block;
    margin-bottom: 6px;
    color: var(--bysamy-footer-cyan);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
}

.bysamy-newsletter-content h4 {
    margin: 0;
    color: #ffffff;
    font-size: 19px;
    font-weight: 800;
}

.bysamy-newsletter-form {
    width: 100%;
    max-width: 510px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bysamy-newsletter-input {
    position: relative;
    flex: 1;
}

.bysamy-newsletter-input i {
    position: absolute;
    top: 50%;
    left: 17px;
    transform: translateY(-50%);
    color: #7f99a5;
}

.bysamy-newsletter-input input {
    width: 100%;
    height: 53px;
    padding: 0 18px 0 45px;
    border: 1px solid var(--bysamy-footer-border);
    border-radius: 13px;
    outline: none;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    font-size: 13px;
}

.bysamy-newsletter-input input::placeholder {
    color: #80949e;
}

.bysamy-newsletter-input input:focus {
    border-color: var(--bysamy-footer-cyan);
    box-shadow: 0 0 0 4px rgba(21, 184, 200, 0.08);
}

.bysamy-newsletter-form button {
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 21px;
    border: 0;
    border-radius: 13px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        var(--bysamy-footer-blue),
        var(--bysamy-footer-cyan)
    );
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.25s ease;
}

.bysamy-newsletter-form button:hover {
    transform: translateY(-3px);
}

/* BOTTOM */

.bysamy-footer-bottom {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    color: #78909c;
    font-size: 11px;
}

.bysamy-footer-bottom p {
    margin: 0;
}

.bysamy-footer-bottom strong {
    color: #ffffff;
}

.bysamy-footer-bottom-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 19px;
}

.bysamy-footer-bottom-links a,
.bysamy-footer-credit a {
    color: #a8bec8;
    text-decoration: none;
    transition: color 0.25s ease;
}

.bysamy-footer-bottom-links a:hover,
.bysamy-footer-credit a:hover {
    color: var(--bysamy-footer-cyan);
}

.bysamy-footer-credit a {
    color: #ffffff;
    font-weight: 700;
}

/* FLOATING WHATSAPP */

.bysamy-floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 999;
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 8px 17px 8px 11px;
    border-radius: 18px;
    color: #ffffff;
    background: #25d366;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.26);
    text-decoration: none;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.bysamy-floating-whatsapp:hover {
    transform: translateY(-5px);
    color: #ffffff;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.32);
}

.bysamy-floating-whatsapp > i {
    position: relative;
    z-index: 2;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    font-size: 23px;
}

.bysamy-floating-whatsapp small,
.bysamy-floating-whatsapp strong {
    display: block;
    line-height: 1.25;
}

.bysamy-floating-whatsapp small {
    color: rgba(255, 255, 255, 0.78);
    font-size: 9px;
}

.bysamy-floating-whatsapp strong {
    font-size: 11px;
}

.bysamy-whatsapp-pulse {
    position: absolute;
    left: 21px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.26);
    animation: bysamyWhatsappPulse 2s infinite;
}

@keyframes bysamyWhatsappPulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    70% {
        transform: scale(1.7);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* RESPONSIVE */

@media (max-width: 991.98px) {
    .bysamy-footer-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .bysamy-footer-cta-button {
        margin-left: 94px;
    }

    .bysamy-footer-newsletter {
        align-items: flex-start;
        flex-direction: column;
    }

    .bysamy-newsletter-form {
        max-width: 100%;
    }

    .bysamy-footer-bottom {
        flex-direction: column;
        justify-content: center;
        padding: 27px 0;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .bysamy-footer-wave {
        top: -48px;
        height: 50px;
    }

    .bysamy-footer-cta {
        transform: translateY(-30px);
        padding: 27px 23px;
        border-radius: 21px;
    }

    .bysamy-footer-cta-content {
        align-items: flex-start;
    }

    .bysamy-footer-cta-icon {
        flex-basis: 57px;
        width: 57px;
        height: 57px;
        border-radius: 17px;
        font-size: 22px;
    }

    .bysamy-footer-cta-content h3 {
        font-size: 23px;
    }

    .bysamy-footer-cta-button {
        width: 100%;
        margin-left: 0;
    }

    .bysamy-footer-columns {
        padding-top: 0;
    }

    .bysamy-footer-newsletter {
        padding: 25px 20px;
    }

    .bysamy-newsletter-form {
        align-items: stretch;
        flex-direction: column;
    }

    .bysamy-newsletter-form button {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .bysamy-footer-cta-content {
        flex-direction: column;
    }

    .bysamy-footer-cta-content h3 {
        font-size: 21px;
    }

    .bysamy-footer-badges {
        flex-direction: column;
        align-items: flex-start;
    }

    .bysamy-newsletter-content {
        align-items: flex-start;
    }

    .bysamy-newsletter-content h4 {
        font-size: 16px;
    }

    .bysamy-floating-whatsapp {
        right: 14px;
        bottom: 14px;
        width: 58px;
        height: 58px;
        min-height: 58px;
        justify-content: center;
        padding: 8px;
        border-radius: 50%;
    }

    .bysamy-floating-whatsapp div {
        display: none;
    }

    .bysamy-floating-whatsapp > i {
        width: 42px;
        height: 42px;
    }
}