/* Modern footer matching the navy glass header. */
.footer-style-1 {
    position: relative;
    padding: 70px 0 54px;
    overflow: hidden;
    border-top: 1px solid rgba(50, 198, 220, 0.22);
    background:
        radial-gradient(circle at 8% 20%, rgba(50, 198, 220, 0.13), transparent 28%),
        radial-gradient(circle at 92% 85%, rgba(20, 112, 157, 0.22), transparent 34%),
        linear-gradient(145deg, #041d33 0%, #082f4d 55%, #063a57 100%) !important;
}

.footer-style-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(92%, 1180px);
    height: 3px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(90deg, transparent, #32c6dc 35%, #38a9df 65%, transparent);
    transform: translateX(-50%);
}

.footer-style-1 .container {
    position: relative;
    z-index: 1;
}

.footer-style-1 .row {
    margin: 0;
    padding: 34px 26px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 0 24px 60px rgba(0, 12, 25, 0.22);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.footer-style-1 .footer-box,
.footer-style-1 .footer-info {
    height: 100%;
}

.footer-style-1 .footer-box .logo {
    width: 150px;
    height: 72px;
    margin: -8px 0 12px;
}

.footer-style-1 .footer-box .logo img {
    object-fit: contain;
    filter: brightness(0) invert(1) drop-shadow(0 6px 18px rgba(0, 0, 0, 0.18));
}

.footer-style-1 h5 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 12px;
    color: #fff !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 17px;
    font-weight: 700 !important;
}

.footer-style-1 h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 3px;
    border-radius: 10px;
    background: #32c6dc;
}

.footer-style-1 p,
.footer-style-1 p span,
.footer-style-1 p a {
    color: rgba(232, 244, 250, 0.78) !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    line-height: 1.75;
}

.footer-style-1 p a {
    transition: color 0.25s ease;
}

.footer-style-1 p a:hover {
    color: #45d5e7 !important;
}

.footer-style-1 .footer-info h4 {
    margin-bottom: 8px;
    color: #45d5e7 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: clamp(19px, 1.65vw, 24px);
    word-break: break-word;
}

.copyright-style-1 {
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #031827;
}

.copyright-style-1 p {
    margin: 0;
    color: rgba(232, 244, 250, 0.72) !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 14px;
}

.copyright-style-1 .social-media ul {
    gap: 8px;
}

.copyright-style-1 .social-media ul li {
    margin: 0;
}

.copyright-style-1 .social-media ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.065);
    color: rgba(255, 255, 255, 0.82) !important;
    transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.copyright-style-1 .social-media ul li a:hover {
    border-color: rgba(50, 198, 220, 0.7);
    background: #21aeca;
    color: #fff !important;
    transform: translateY(-2px);
}

/* Floating contact shortcuts and back-to-top control. */
.contactIcons {
    right: 20px;
    bottom: 20px;
    z-index: 99;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    width: auto;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 17px;
    background: rgba(4, 29, 51, 0.84);
    box-shadow: 0 14px 34px rgba(0, 15, 28, 0.2);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.contactIcons a,
.contactIcons a[href*="facebook.com"],
.contactIcons a[href*="fb.com"],
.contactIcons a[href*="instagram.com"],
.contactIcons .whatsappMessage {
    width: 42px;
    height: 42px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    box-shadow: none;
    font-size: 18px;
    transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.contactIcons a[href*="facebook.com"],
.contactIcons a[href*="fb.com"] {
    background: rgba(24, 119, 242, 0.13);
    color: #72aaff !important;
}

.contactIcons a[href*="instagram.com"] {
    background: rgba(225, 48, 108, 0.13);
    color: #f27ba6 !important;
}

.contactIcons .whatsappMessage {
    background: rgba(37, 211, 102, 0.13);
    color: #59df8b !important;
}

.contactIcons a i {
    font-size: 18px;
}

.contactIcons a:hover,
.contactIcons a[href*="facebook.com"]:hover,
.contactIcons a[href*="fb.com"]:hover,
.contactIcons a[href*="instagram.com"]:hover,
.contactIcons .whatsappMessage:hover {
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff !important;
    transform: translateY(-2px);
}

.contactIcons a[href*="facebook.com"]:hover,
.contactIcons a[href*="fb.com"]:hover {
    background: #1877f2;
}

.contactIcons a[href*="instagram.com"]:hover {
    background: #d83a83;
}

.contactIcons .whatsappMessage:hover {
    background: #20b95a;
}

.contactIcons #back-top {
    margin: 0;
    text-align: center;
}

.contactIcons #back-top a {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(69, 213, 231, 0.28);
    border-radius: 12px;
    background: rgba(50, 198, 220, 0.12);
    box-shadow: none;
    color: #55d7e8;
    line-height: 1;
    transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.contactIcons #back-top a:hover {
    border-color: #32c6dc;
    background: #21aeca;
    color: #fff;
    transform: translateY(-2px);
}

.contactIcons #back-top a i {
    font-size: 17px;
    line-height: 1;
}

@media (max-width: 991px) {
    .footer-style-1 {
        padding: 54px 0 42px;
    }

    .footer-style-1 .row {
        padding: 28px 20px;
    }
}

@media (max-width: 767px) {
    .footer-style-1 {
        padding: 42px 0 32px;
    }

    .footer-style-1 .row {
        padding: 24px 10px;
        border-radius: 18px;
    }

    .footer-style-1 .footer-box,
    .footer-style-1 .footer-info {
        margin-bottom: 30px;
    }

    .copyright-style-1 {
        padding: 20px 0;
    }

    .copyright-style-1 p {
        margin-bottom: 14px;
        text-align: center;
    }

    .copyright-style-1 .social-media ul {
        justify-content: center;
    }

    .contactIcons {
        right: 12px;
        bottom: 12px;
        gap: 5px;
        padding: 5px;
        border-radius: 15px;
    }

    .contactIcons a,
    .contactIcons a[href*="facebook.com"],
    .contactIcons a[href*="fb.com"],
    .contactIcons a[href*="instagram.com"],
    .contactIcons .whatsappMessage {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    .contactIcons a i {
        font-size: 16px;
    }

    .contactIcons #back-top a {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }
}
