
/*==================================================
                FOOTER PREMIUM
==================================================*/

.footer-premium {
    position: relative;
    margin-top: 10px;
    background: linear-gradient(135deg, #08142d 0%, #0b234f 60%, #123b84 100%);
    color: #fff;
    overflow: hidden;
    padding-top: 170px;
}

/*==================================================
                Wave
==================================================*/

.footer-premium::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: #fff;
    border-radius: 0 0 50% 50%;
    transform: translateY(-60px);
}

/*==================================================
                Shapes
==================================================*/

.footer-premium::after {
    content: "";
    position: absolute;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    top: -260px;
    left: -180px;
}

/*==================================================
                Container
==================================================*/

.footer-premium .container {
    position: relative;
    z-index: 5;
}

/*==================================================
                Top Footer
==================================================*/

.footer-top {
    padding-bottom: 5px;
}

/*==================================================
                Brand
==================================================*/

.footer-brand {
    padding-left: 30px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 18px;
    text-decoration: none;
    color: #fff;
    margin-bottom: 28px;
}

.logo-circle {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 38px;
    color: #fff;
    background: linear-gradient(135deg, #0d6efd, #3fb7ff);
    box-shadow: 0 0 25px rgba(13, 110, 253, 0.45), 0 0 60px rgba(13, 110, 253, 0.18);
    transition: 0.45s;
}

.footer-logo:hover .logo-circle {
    transform: rotate(-12deg) scale(1.08);
}

.footer-logo h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
}

.footer-logo span {
    display: block;
    margin-top: 5px;
    color: #b9c7ea;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.footer-brand p {
    margin-top: 25px;
    color: #d4ddf2;
    line-height: 2.2;
    font-size: 15px;
    max-width: 420px;
}

/*==================================================
            Social
==================================================*/

.footer-social {
    display: flex;
    gap: 18px;
    margin-top: 35px;
}

.footer-social a {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
}

/* Instagram */

.footer-social .instagram {
    background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
    box-shadow: 0 10px 25px rgba(221, 42, 123, 0.35);
}

/* Telegram */

.footer-social .telegram {
    background: linear-gradient(135deg, #27A7E7, #4FC3F7);
    box-shadow: 0 10px 25px rgba(39, 167, 231, 0.35);
}

/* Github */

.footer-social .github {
    background: linear-gradient(135deg, #222, #555);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

/* Linkedin */

.footer-social .linkedin {
    background: linear-gradient(135deg, #0077b5, #0A66C2);
    box-shadow: 0 10px 25px rgba(10, 102, 194, 0.35);
}

/* Shine Effect */

.footer-social a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.35);
    transform: skewX(-25deg);
    transition: 0.7s;
}

.footer-social a:hover::before {
    left: 170%;
}

.footer-social a:hover {
    transform: translateY(-8px) rotate(10deg);
}

/*==================================================
            Widget Title
==================================================*/

.footer-widget h4 {
    position: relative;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #fff;
}

.footer-widget h4::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 55px;
    height: 4px;
    border-radius: 50px;
    background: linear-gradient(90deg, #ffc107, #ff9800);
}

/*==================================================
                FOOTER LINKS
==================================================*/

.footer-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget ul li {
    margin-bottom: 18px;
}

.footer-widget ul li:last-child {
    margin-bottom: 0;
}

.footer-widget ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #d5def5;
    font-size: 15px;
    transition: 0.35s;
    position: relative;
}

/* Bullet */

.footer-widget ul li a::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffc107, #ff9800);
    box-shadow: 0 0 12px rgba(255, 193, 7, 0.5);
    transition: 0.35s;
}

.footer-widget ul li a:hover {
    color: #fff;
    transform: translateX(-8px);
}

.footer-widget ul li a:hover::before {
    transform: scale(1.5);
}

/*==================================================
            CONTACT INFO
==================================================*/

.footer-widget address {
    font-style: normal;
    margin: 0;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-item .icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
    transition: 0.35s;
}

.contact-item:hover .icon {
    transform: rotate(-10deg) scale(1.1);
}

/* Colors */

.phone {
    background: linear-gradient(135deg, #0d6efd, #46b6ff);
}

.email {
    background: linear-gradient(135deg, #00b894, #55efc4);
}

.location {
    background: linear-gradient(135deg, #ff9800, #ffc107);
}

.contact-item a,
.contact-item span {
    color: #d5def5;
    text-decoration: none;
    line-height: 1.9;
    transition: 0.35s;
}

.contact-item:hover a,
.contact-item:hover span {
    color: #fff;
}

/*==================================================
                FOOTER BOTTOM
==================================================*/

.footer-bottom {
    margin-top: 10px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-bottom .copyright {
    color: #cdd7ef;
    font-size: 15px;
}

.footer-bottom .developer {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #dce5f8;
    font-size: 15px;
}

.footer-bottom .developer strong {
    color: #fff;
    font-weight: 700;
}

.footer-bottom .developer i {
    color: #ff4d6d;
    font-size: 18px;
    animation: heartBeat 1.8s infinite;
}

/*==================================================
            Glow Line
==================================================*/

.footer-bottom::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 3px;
    border-radius: 50px;
    background: linear-gradient(90deg, #0d6efd, #7b61ff, #ffc107);
    top: -2px;
}

/*==================================================
                Hover Effects
==================================================*/

.footer-widget ul li a,
.contact-item,
.footer-social a {
    transition: all 0.35s ease;
}

.footer-widget {
    transition: 0.35s;
}

.footer-widget:hover {
    transform: translateY(-4px);
}

.logo-circle {
    animation: floatLogo 5s ease-in-out infinite;
}

/*==================================================
                Animations
==================================================*/

@keyframes floatLogo {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes heartBeat {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.25);
    }
    60% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

/*==================================================
            Responsive
==================================================*/

@media (max-width: 1200px) {
    .footer-brand {
        padding-left: 0;
    }
}

@media (max-width: 992px) {
    .footer-premium {
        padding-top: 140px;
    }
    .footer-top {
        text-align: center;
    }
    .footer-logo {
        justify-content: center;
    }
    .footer-brand p {
        margin: 25px auto;
    }
    .footer-social {
        justify-content: center;
    }
    .footer-widget h4::after {
        right: 50%;
        transform: translateX(50%);
    }
    .contact-item {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .footer-premium {
        padding-top: 110px;
    }
    .logo-circle {
        width: 70px;
        height: 70px;
        font-size: 32px;
    }
    .footer-logo h3 {
        font-size: 26px;
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .footer-premium {
        padding-top: 90px;
    }
    .footer-top {
        padding-bottom: 20px;
    }
    .footer-widget {
        margin-bottom: 30px;
    }
    .footer-social {
        gap: 12px;
    }
    .footer-social a {
        width: 48px;
        height: 48px;
        font-size: 19px;
    }
    .footer-widget h4 {
        font-size: 20px;
    }
    .footer-brand p {
        font-size: 14px;
    }
    .footer-bottom {
        margin-top: 10px;
        padding: 18px 0;
    }
}

/*==================================================
            Selection
==================================================*/

.footer-premium ::selection {
    background: #ffc107;
    color: #222;
}