.academy-banner .banner-section {
    position: relative;
    overflow: hidden;
    padding: 0 0 110px;
}

.academy-banner {
    position: relative;
}

.academy-banner .header {
    padding: 0 !important;
}

.academy-banner .banner-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(20, 20, 24, 0.72);
    z-index: 1;
}

.academy-banner .banner-backgroundimage,
.academy-banner .banner-backgroundimage img {
    width: 100%;
    height: 100%;
}

.academy-banner .banner-backgroundimage {
    position: absolute;
    inset: 0;
}

.academy-banner .banner-backgroundimage img {
    object-fit: cover;
}

.academy-banner .banner_content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.academy-banner .banner_wrapper,
.academy-banner .sub-bannerimage {
    margin: 0 !important;
}

.academy-banner .banner_content h6 {
    color: #d6a850;
    font-size: 20px;
    letter-spacing: 0.12em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.academy-banner .banner_content h1 {
    color: #ffffff;
    margin-bottom: 24px;
}

.academy-banner .banner_content p,
.academy-banner .banner_content .box span {
    color: #d5d5d8;
}

.academy-banner .banner_content .box {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 24px;
    border: 1px solid rgba(214, 168, 80, 0.3);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    margin-top: 16px;
}

.academy-service-detail {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
}

.academy-service-detail::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.academy-service-detail--stars {
    background: #1d1d21;
}

.academy-service-detail--stars::before {
    background:
        repeating-linear-gradient(
            115deg,
            transparent 0,
            transparent 72px,
            rgba(214, 168, 80, 0.06) 72px,
            rgba(214, 168, 80, 0.06) 74px
        );
    opacity: 1;
}

.academy-service-detail--lines {
    background-color: #17181d;
}

.academy-service-detail--lines::before {
    background:
        linear-gradient(to right, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 150px 100%, 100% 150px;
    opacity: 1;
}

.academy-service-detail .container {
    position: relative;
    z-index: 2;
}

.academy-service-detail .service-visual {
    position: relative;
}

.academy-service-detail .service-visual .main-image {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.academy-service-detail .service-visual .main-image img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
}

.academy-service-detail .service-badge {
    position: absolute;
    left: 32px;
    bottom: -38px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #d6a850;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.3);
}

.academy-service-detail .service-badge img {
    max-width: 44px;
}

.academy-service-detail .service-copy {
    padding-left: 34px;
}

.academy-service-detail .service-copy h6 {
    color: #d6a850;
    margin-bottom: 14px;
}

.academy-service-detail .service-copy h2,
.academy-service-detail .service-copy h5,
.academy-service-detail .service-copy p,
.academy-service-detail .service-copy li {
    color: #ffffff;
}

.academy-service-detail .service-copy p {
    color: #d4d4d6;
    margin-bottom: 18px;
}

.academy-service-detail .service-copy ul {
    list-style: none;
    padding: 0;
    margin: 24px 0 34px;
}

.academy-service-detail .service-copy li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    color: #d4d4d6;
}

.academy-service-detail .service-copy li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d6a850;
}

.academy-service-detail .service-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.academy-service-detail .service-actions .image-button {
    margin-left: 0;
}

.academy-summary {
    background: #1d1d21;
    position: relative;
    overflow: hidden;
    padding: 95px 0 80px;
}

.academy-summary::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        repeating-linear-gradient(
            115deg,
            transparent 0,
            transparent 72px,
            rgba(214, 168, 80, 0.06) 72px,
            rgba(214, 168, 80, 0.06) 74px
        );
    opacity: 1;
}

.academy-summary .container {
    position: relative;
    z-index: 1;
}

.academy-summary .summary-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(214, 168, 80, 0.15);
    border-radius: 24px;
    padding: 38px 32px;
    height: 100%;
}

.academy-summary .summary-card h5,
.academy-summary .summary-card p {
    color: #ffffff;
}

.academy-summary .summary-card p {
    color: #d4d4d6;
    margin-bottom: 0;
}

.academy-banner .social-icons {
    position: absolute;
    left: 34px;
    top: 180px;
    z-index: 3;
}

.academy-banner .social-icons .line {
    margin: 0 0 18px 12px;
}

.academy-banner .social-icons ul {
    position: static !important;
}

.academy-banner .social-icons li {
    margin-bottom: 18px;
}

.academy-banner .social-icons .social-networks {
    color: #ffffff;
    font-size: 22px;
    transition: color 0.3s ease-in-out;
}

.academy-banner .social-icons a:hover .social-networks {
    color: #d6a850;
}

.academy-footer-links .icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.academy-footer-links .icon-link:hover {
    transform: translateY(-3px);
}

@media screen and (max-width: 991px) {
    .academy-banner .banner-section {
        padding: 0 0 90px;
    }

    .academy-service-detail {
        padding: 90px 0;
    }

    .academy-service-detail .service-copy {
        padding-left: 0;
        margin-top: 70px;
    }

    .academy-banner .social-icons {
        left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .academy-banner .banner_content .box {
        gap: 8px;
        padding: 12px 18px;
    }

    .academy-service-detail .service-visual .main-image img {
        min-height: 300px;
    }

    .academy-service-detail .service-badge {
        left: 20px;
        width: 84px;
        height: 84px;
    }

    .academy-banner .social-icons {
        display: none;
    }

    .academy-footer-links {
        max-width: 360px;
        margin: 0 auto;
    }

    .academy-footer-links h4 {
        text-align: center;
    }

    .academy-footer-links .lower-content {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 18px;
        margin-bottom: 22px;
        text-align: left;
    }

    .academy-footer-links .lower-content .icon-link {
        flex: 0 0 72px;
        width: 72px;
        height: 72px;
        padding: 12px;
        background: rgba(214, 168, 80, 0.08);
        border: 1px solid rgba(214, 168, 80, 0.18);
    }

    .academy-footer-links .lower-content .icon {
        width: 100% !important;
        float: none;
        padding-top: 0;
        margin: 0;
    }

    .academy-footer-links .lower-content .icon img {
        width: 100% !important;
        max-width: 42px;
        margin: 0 auto;
        display: block;
    }

    .academy-footer-links .lower-content .content {
        width: auto !important;
        flex: 1 1 auto;
        max-width: 220px;
    }

    .academy-footer-links .lower-content .content a,
    .academy-footer-links .lower-content .content .text {
        display: inline-block;
    }
}
