.party-sun {
    overflow: hidden;
    padding: 0;
    background: #fff !important;
    border: 0 !important;
}

.party-sun img,
.footer-brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 26px;
    text-decoration: none;
}

.footer-brand:hover {
    text-decoration: none;
}

.footer-brand-mark {
    display: inline-flex;
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    overflow: hidden;
    background: #fff;
    border: 0;
    border-radius: 50%;
}

.footer-brand-copy {
    display: flex;
    flex-direction: column;
    text-align: left;
    line-height: 1;
}

.footer-brand-copy strong {
    color: #0b1f4d;
    font-family: 'Maven Pro', sans-serif;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: .02em;
}

.footer-brand-copy small {
    margin-top: 7px;
    color: #00a9ce;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
}

.form-con::before,
.feedback-section::after,
.footer-main-section::before {
    display: none !important;
}

.party-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 116px;
    height: 116px;
    transform: translate(-50%, -50%);
}

.party-loader img {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 82px;
    height: 82px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: partySunPulse 1.4s ease-in-out infinite;
}

.party-loader-wave {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 74px;
    height: 74px;
    border: 3px solid rgba(11, 31, 77, .55);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: partyWave 1.8s ease-out infinite;
}

.party-loader .wave-two { animation-delay: .9s; }

@keyframes partyWave {
    0% { opacity: .8; transform: translate(-50%, -50%) scale(.8); }
    100% { opacity: 0; transform: translate(-50%, -50%) scale(1.7); }
}

@keyframes partySunPulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    50% { transform: translate(-50%, -50%) scale(1.06); }
}

.video-section iframe {
    max-width: 100%;
    border: 0;
}

.feedback-section .feedback-testimonial,
.feedback-section .sponsors-images {
    display: none !important;
}

.feedback-section {
    padding-bottom: 0;
}

.social-media-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 48px 0 80px;
}

.social-media-card {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 136px;
    padding: 28px;
    overflow: hidden;
    color: #fff;
    background: #0b1f4d;
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 18px 40px rgba(11, 31, 77, .16);
    transition: transform .25s ease, box-shadow .25s ease;
}

.social-media-card::after {
    position: absolute;
    right: -42px;
    bottom: -72px;
    width: 160px;
    height: 160px;
    content: "";
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.social-media-card:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(11, 31, 77, .24);
}

.social-facebook { background: linear-gradient(135deg, #123878, #1877f2); }
.social-x { background: linear-gradient(135deg, #07142f, #173b72); }
.social-instagram { background: linear-gradient(135deg, #6b248f, #d62976 55%, #ee7b28); }

.social-media-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    margin-right: 20px;
    font-size: 30px;
    color: #fff;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
}

.social-media-copy {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.social-media-copy strong {
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: .02em;
}

.social-media-copy small {
    margin-top: 6px;
    overflow: hidden;
    font-size: 14px;
    color: rgba(255, 255, 255, .82);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.social-media-arrow {
    position: relative;
    z-index: 1;
    margin-left: auto;
    padding-left: 12px;
    font-size: 16px;
}

@media (max-width: 991px) {
    .social-media-grid {
        gap: 14px;
        margin: 35px 0 55px;
    }

    .social-media-card {
        min-height: 112px;
        padding: 20px 16px;
    }

    .social-media-icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
        margin-right: 12px;
        font-size: 22px;
    }

    .social-media-copy strong { font-size: 17px; }
}

@media (max-width: 768px) {
    .header-main-con .navbar-collapse .navbar-nav .nav-link {
        display: block;
        width: 100%;
        padding: 12px 14px !important;
        color: #0b1f4d !important;
        background: #fff !important;
        opacity: 1 !important;
    }

    .header-main-con .navbar-collapse .navbar-nav .nav-link.active,
    .header-main-con .navbar-collapse .navbar-nav .nav-link:hover,
    .header-main-con .navbar-collapse .navbar-nav .nav-link:focus {
        color: #fff !important;
        background: #00a9ce !important;
    }

    .footer-brand {
        justify-content: center;
        gap: 12px;
        margin-bottom: 18px;
    }

    .footer-brand-mark {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
    }

    .footer-brand-copy strong { font-size: 18px; }
    .footer-brand-copy small { font-size: 9px; }

    .about-main-section .about-inner-con {
        width: 100%;
        max-width: 100%;
        grid-template-columns: minmax(0, 1fr) !important;
        overflow: hidden;
    }

    .about-main-section .about-left-con,
    .about-main-section .biography-content,
    .about-main-section .biography-content p {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        white-space: normal !important;
    }

    .about-main-section .biography-content p {
        overflow-wrap: break-word;
        word-break: normal;
    }

    .copyright-inner-con {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 72px;
        padding: 16px 28px !important;
        text-align: center;
    }

    .copyright-inner-con p {
        width: 100%;
        max-width: 310px;
        margin: 0 auto !important;
        font-size: 12px;
        line-height: 18px;
        overflow-wrap: anywhere;
    }

    .feedback-section {
        padding-top: 62px !important;
    }

    .feedback-section .generic-title h2 {
        font-size: 28px;
        line-height: 1.15;
    }

    .social-media-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin: 30px 0 45px;
    }

    .social-media-card {
        min-height: 96px;
        padding: 16px 18px;
    }

    .social-media-copy strong { font-size: 18px; }
}
