.elementor-22 .elementor-element.elementor-element-6701297{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22 .elementor-element.elementor-element-f2affae{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-f2affae */:root {
    --a1footer-primary: #087f8c;
    --a1footer-dark-teal: #064f59;
    --a1footer-deep: #07363d;
    --a1footer-darker: #052c32;
    --a1footer-accent: #2bc2ce;
    --a1footer-light: #e7f8f9;
    --a1footer-white: #ffffff;
    --a1footer-text: #c5d8db;
    --a1footer-muted: #8fafb4;
    --a1footer-border: rgba(255, 255, 255, 0.12);
}

.a1footer {
    width: 100%;
    padding: 80px 24px 0;
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: var(--a1footer-white);
    background:
        radial-gradient(
            circle at 5% 10%,
            rgba(43, 194, 206, 0.16),
            transparent 28%
        ),
        radial-gradient(
            circle at 95% 80%,
            rgba(8, 127, 140, 0.25),
            transparent 30%
        ),
        var(--a1footer-darker);
}

.a1footer *,
.a1footer *::before,
.a1footer *::after {
    box-sizing: border-box;
}

.a1footer a {
    text-decoration: none;
}

.a1footer-container {
    width: min(1240px, 100%);
    margin: 0 auto;
}

/* Top call-to-action */
.a1footer-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    margin-bottom: 70px;
    padding: 38px 42px;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            var(--a1footer-primary),
            var(--a1footer-dark-teal)
        );
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 28px;
    box-shadow: 0 25px 55px rgba(0, 20, 24, 0.25);
}

.a1footer-cta::before {
    position: absolute;
    top: -80px;
    right: 180px;
    width: 220px;
    height: 220px;
    content: "";
    background: rgba(255, 255, 255, 0.07);
    border-radius: 50%;
}

.a1footer-cta::after {
    position: absolute;
    right: -40px;
    bottom: -100px;
    width: 230px;
    height: 230px;
    content: "";
    background: rgba(43, 194, 206, 0.18);
    border-radius: 50%;
}

.a1footer-cta-content {
    position: relative;
    z-index: 2;
}

.a1footer-cta-label {
    display: inline-flex;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    color: #c7f5f7;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.a1footer-cta h2 {
    max-width: 650px;
    margin: 0 0 10px;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.15;
    color: var(--a1footer-white);
    letter-spacing: -1.2px;
}

.a1footer-cta p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #d6edef;
}

.a1footer-cta-button {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 155px;
    min-height: 54px;
    padding: 0 24px;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--a1footer-dark-teal);
    background: var(--a1footer-white);
    border-radius: 15px;
    box-shadow: 0 12px 28px rgba(0, 30, 34, 0.2);
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.a1footer-cta-button:hover {
    color: var(--a1footer-white);
    background: var(--a1footer-accent);
    transform: translateY(-3px);
}

.a1footer-cta-button svg {
    width: 18px;
    height: 18px;
    transition: transform 0.25s ease;
}

.a1footer-cta-button:hover svg {
    transform: translateX(4px);
}

/* Main grid */
.a1footer-main {
    display: grid;
    grid-template-columns: 1.4fr 0.7fr 0.7fr 1.2fr;
    gap: 55px;
    padding-bottom: 60px;
}

/* Logo */
.a1footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: inherit;
}

.a1footer-logo-icon {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    color: var(--a1footer-white);
    background:
        linear-gradient(
            145deg,
            var(--a1footer-accent),
            var(--a1footer-primary)
        );
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 15, 18, 0.25);
}

.a1footer-logo-icon svg {
    width: 25px;
    height: 25px;
}

.a1footer-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.a1footer-logo-text strong {
    font-size: 19px;
    font-weight: 800;
    color: var(--a1footer-white);
}

.a1footer-logo-text small {
    margin-top: 5px;
    font-size: 10px;
    font-weight: 700;
    color: var(--a1footer-accent);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.a1footer-about {
    max-width: 340px;
    margin: 24px 0;
    font-size: 14px;
    line-height: 1.75;
    color: var(--a1footer-text);
}

/* Social links */
.a1footer-socials {
    display: flex;
    align-items: center;
    gap: 9px;
}

.a1footer-socials a {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: var(--a1footer-text);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--a1footer-border);
    border-radius: 12px;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.a1footer-socials a:hover {
    color: var(--a1footer-white);
    background: var(--a1footer-primary);
    border-color: var(--a1footer-primary);
    transform: translateY(-3px);
}

.a1footer-socials svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* Link columns */
.a1footer-column h3 {
    position: relative;
    margin: 8px 0 24px;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
    color: var(--a1footer-white);
}

.a1footer-column h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 34px;
    height: 3px;
    content: "";
    background: var(--a1footer-accent);
    border-radius: 20px;
}

.a1footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.a1footer-column li + li {
    margin-top: 13px;
}

.a1footer-column li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: var(--a1footer-text);
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.a1footer-column li a::before {
    width: 0;
    height: 2px;
    margin-right: 0;
    content: "";
    background: var(--a1footer-accent);
    border-radius: 20px;
    transition:
        width 0.25s ease,
        margin-right 0.25s ease;
}

.a1footer-column li a:hover {
    color: var(--a1footer-white);
    transform: translateX(3px);
}

.a1footer-column li a:hover::before {
    width: 12px;
    margin-right: 7px;
}

/* Contact information */
.a1footer-contact {
    min-width: 0;
}

.a1footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--a1footer-text);
}

.a1footer-contact-item + .a1footer-contact-item {
    margin-top: 18px;
}

.a1footer-contact-item > span {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    color: var(--a1footer-accent);
    background: rgba(43, 194, 206, 0.1);
    border: 1px solid rgba(43, 194, 206, 0.18);
    border-radius: 12px;
}

.a1footer-contact-item svg {
    width: 18px;
    height: 18px;
}

.a1footer-contact-item div {
    min-width: 0;
}

.a1footer-contact-item small {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    color: var(--a1footer-muted);
}

.a1footer-contact-item strong {
    display: block;
    overflow-wrap: anywhere;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--a1footer-text);
    transition: color 0.25s ease;
}

a.a1footer-contact-item:hover strong {
    color: var(--a1footer-white);
}

/* Footer bottom */
.a1footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    min-height: 82px;
    border-top: 1px solid var(--a1footer-border);
}

.a1footer-bottom p {
    margin: 0;
    font-size: 13px;
    color: var(--a1footer-muted);
}

.a1footer-legal {
    display: flex;
    align-items: center;
    gap: 22px;
}

.a1footer-legal a {
    font-size: 13px;
    color: var(--a1footer-muted);
    transition: color 0.25s ease;
}

.a1footer-legal a:hover {
    color: var(--a1footer-white);
}

/* Tablet */
@media (max-width: 1050px) {
    .a1footer-main {
        grid-template-columns: 1.3fr 0.7fr 0.7fr;
    }

    .a1footer-contact {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }

    .a1footer-contact h3 {
        grid-column: 1 / -1;
        margin-bottom: 2px;
    }

    .a1footer-contact-item + .a1footer-contact-item {
        margin-top: 0;
    }
}

/* Mobile */
@media (max-width: 760px) {
    .a1footer {
        padding: 50px 16px 0;
    }

    .a1footer-cta {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 50px;
        padding: 30px 25px;
        border-radius: 22px;
    }

    .a1footer-cta-button {
        width: 100%;
    }

    .a1footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 42px 25px;
    }

    .a1footer-brand {
        grid-column: 1 / -1;
    }

    .a1footer-contact {
        grid-template-columns: 1fr;
    }

    .a1footer-contact h3 {
        grid-column: auto;
    }

    .a1footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 22px 0;
    }

    .a1footer-legal {
        flex-wrap: wrap;
        gap: 12px 18px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .a1footer-main {
        grid-template-columns: 1fr;
    }

    .a1footer-brand {
        grid-column: auto;
    }

    .a1footer-cta h2 {
        font-size: 27px;
    }

    .a1footer-column h3 {
        margin-bottom: 19px;
    }
}/* End custom CSS */