@font-face {
    font-family: "Aspekta";
    src: url("/assets/fonts/Aspekta-100.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Aspekta";
    src: url("/assets/fonts/Aspekta-200.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Aspekta";
    src: url("/assets/fonts/Aspekta-300.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Aspekta";
    src: url("/assets/fonts/Aspekta-400.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Aspekta";
    src: url("/assets/fonts/Aspekta-500.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Aspekta";
    src: url("/assets/fonts/Aspekta-600.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Aspekta";
    src: url("/assets/fonts/Aspekta-700.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Aspekta";
    src: url("/assets/fonts/Aspekta-800.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Aspekta";
    src: url("/assets/fonts/Aspekta-900.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: "Aspekta", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.accent-color {
    color: #f7641e !important;
}

.accent-color-2 {
    color: #023aab !important;
}

.accent-color-3 {
    color: #5e6282 !important;
}

.accent-color-background {
    background-color: #f7641e !important;
}

.accent-color-background-2 {
    background-color: #023aab !important;
}

.accent-color-background-2-faded {
    background-color: #fef2eb !important;
}

.primary-color-background-faded {
    background-color: #cce0f7;
}

.success-color-background-faded {
    background-color: #c7e9d3;
}

.accent-color-background-3 {
    background-color: #5e6282 !important;
}

.bg-shadow {
    box-shadow: -2px 9px 60px rgba(214, 41, 36, 0.56) !important;
}

.fw-extrabold {
    font-weight: 800 !important;
}

/* Menghilangkan default button style */
.faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 1rem;
    font-size: 1rem;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Hover di area pertanyaan */
.faq-question:hover {
    background-color: #fafafa;
}

/* Jika pertanyaan sedang terbuka (bukan collapsed), warnai teks menjadi merah */
.faq-question:not(.collapsed) {
    color: #dc3545; /* meniru .text-danger */
}

/* Ikon panah, rotasi saat item dibuka */
.faq-question i {
    transition: transform 0.3s ease;
}

.faq-question:not(.collapsed) i {
    transform: rotate(90deg);
}

/* Jawaban: border kiri merah, sedikit padding */
.faq-answer {
    padding: 1rem;
    border-left: 4px solid #dc3545;
    margin-left: 0.5rem; /* agar sedikit bergeser ke kanan */
}

.faq-item.border-bottom {
    border-color: #eee !important;
}

.nav-logo {
    height: 80px;
}

@media only screen and (max-width: 600px) {
    .nav-logo {
        height: 60px;
    }
}

.banner-header {
    font-size: 5rem;
    letter-spacing: -2px;
    line-height: 1.2 !important;
    font-weight: 800;
}

@media only screen and (max-width: 600px) {
    .banner-header {
        font-size: 3rem;
        letter-spacing: -1px;
    }
}

.banner-subtitle {
    width: 73%;
}

@media only screen and (max-width: 600px) {
    .banner-subtitle {
        width: 100%;
    }
}

.countdown-card {
    background-color: #fff;
    border-radius: 4rem 20rem 4rem 4rem !important;
    overflow: hidden;
}

@media only screen and (max-width: 600px) {
    .countdown-card {
        border-radius: 2rem !important;
    }
}

.news-card {
    border-radius: 1.2rem;
    overflow: hidden;
    min-height: 500px;
    padding: 25px;
}

@media only screen and (max-width: 600px) {
    .news-card {
        min-height: 300px;
        padding: 25px;
    }
}

.galeri-card {
    width: 100%;
    border-radius: 30px;
}

@media only screen and (max-width: 600px) {
    .galeri-card {
        border-radius: 16px;
    }
}

/* List Misi */
.misi-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #b02a37; /* Warna merah KONI */
    margin-bottom: 12px;
}

/* Icon Misi */
.misi-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    background: #d62924;
    color: white;
    font-weight: bold;
    border-radius: 50%;
}

/* Kartu Struktur Organisasi */
.team-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.team-pic {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 150px 40px 16px 16px;
}

.shape-svg {
    width: 100%;
    height: 550px;
    position: absolute;
    object-fit: cover;
}

/* Layer Overlay */
.team-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

/* SVG Shape */
.shape-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    top: -35px;
    z-index: 1;
}

/* Teks di atas SVG */
.team-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    color: white;
}

/* Statistik Card */
.stat-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

.stat-icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.stat-card h3 {
    font-size: 24px;
    font-weight: bold;
    color: #b02a37;
}

.stat-card p {
    margin: 0;
    font-size: 14px;
}

/* Section Atlet Berprestasi */
.athlete-section {
    background: white;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.athlete-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.athlete-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 16px;
}

/* Overlay Atlet */
.athlete-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(176, 42, 55, 0.9);
    color: white;
    padding: 12px;
    text-align: left;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.athlete-overlay h5 {
    font-size: 16px;
    font-weight: bold;
}

.athlete-overlay p {
    font-size: 14px;
    margin: 0;
}

/* Filter Buttons */
.filter-btn {
    background: rgba(214, 41, 36, 0.1);
    color: #b02a37;
    border: none;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

.filter-btn.active {
    background: #d62924;
    color: white;
}

.filter-btn:hover {
    background: #d62924;
    color: white;
}

/* Hide elements by default */
.filter-item {
    display: none;
}

/* Show all elements by default */
.filter-item.show {
    display: block;
}

/* Gallery Cards */
.gallery-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.gallery-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.gallery-card:hover {
    transform: scale(1.05);
}

.gallery-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(176, 42, 55, 0.9);
    color: white;
    padding: 12px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.header-banner {
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner-card {
    position: relative;
    z-index: 2;
    margin: 30px 0;
}

.banner-content {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}

.banner-label {
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 100px;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
}

.pon-logo {
    max-height: 150px;
    margin-top: 25px;
}

.event-details {
    padding: 20px 30px 30px;
}

.event-details h1 {
    color: #12263f;
    font-weight: 800;
    margin-top: 15px;
    margin-bottom: 20px;
}

.event-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #5e6e82;
}

.event-info i {
    color: #2c7be5;
    margin-right: 10px;
}

.mascot-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.pon-mascot {
    max-height: 300px;
    position: relative;
    z-index: 1;
}

.bubble-pattern {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(circle, #fdd1d1 10%, transparent 10%),
        radial-gradient(circle, #fdd1d1 10%, transparent 10%);
    background-size: 30px 30px;
    background-position: 0 0, 15px 15px;
    opacity: 0.3;
    z-index: 0;
}

.sponsors-container {
    padding: 3rem 0;
}

.sponsor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 2rem;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.sponsor-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sponsor-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.sponsor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.sponsor-logo-container {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.sponsor-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.sponsor-logo-2 {
    max-width: 100px;
    object-fit: contain;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .sponsor-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 1.5rem;
    }
}

@media (max-width: 576px) {
    .sponsor-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 1rem;
    }
    .sponsor-logo-container {
        height: 80px;
    }
    .sponsor-card {
        padding: 1rem;
    }
}

/* Homepage */

/* .qasa-content-wrapper {
    display: flex;
    flex-direction: row;
    gap: 4rem;
}

.qasa-left-column {
    flex: 3;
}

.qasa-right-column {
    flex: 2;
}

.qasa-section-label {
    color: #f26d21;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.qasa-main-heading {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
}

.qasa-heading-highlight {
    color: #f26d21;
    display: block;
}

.qasa-logo {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.qasa-wave-symbol {
    color: #f26d21;
    font-size: 42px;
}

.qasa-company-name {
    color: #2d5b9b;
    font-size: 42px;
    font-weight: 700;
    margin-left: 0.5rem;
}

.qasa-description {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.6;
}

.stats-container {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.stats-block {
    padding: 24px;
    width: 25%;
}

.stats-orange {
    background-color: #e86125;
    color: white;
}

.stats-white {
    background-color: white;
}

.stats-title {
    color: #888;
    margin-bottom: 4px;
    font-size: 14px;
}

.stats-text {
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

.stats-text-white {
    font-weight: bold;
    font-size: 24px;
    color: white;
}

.content-wrapper {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
} */

/* Header styling */
/* .approach-label {
    color: #f97316;
    font-weight: 500;
    font-size: 1.125rem;
    margin-bottom: 1rem;
    letter-spacing: 0.025em;
}

.approach-display {
    display: flex;
    gap: 2rem;
    align-items: end;
}

.main-approach-heading {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1e293b;
    padding-right: 200px;
}

@media (min-width: 768px) {
    .main-heading {
        font-size: 3rem;
    }
}

.highlight-text {
    color: #f97316;
}

.description-text {
    color: #4b5563;
    font-size: 1.125rem;
    line-height: 1.6;
}

.approach-carousel {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: start;
}

.approach-image {
    width: 25%;
    height: auto;
    border-radius: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
    margin-bottom: 2rem;
} */

/* .done-display {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.main-done-heading {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1e293b;
    width: 60%;
} */

/* Industries Section */
/* .industry-top-grid {
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-bottom: 5px;
    align-items: stretch;
}

.industry-left {
    width: 50%;
    color: white;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background-image: url("/assets/img/industries_bg.svg");
    background-position: center;
    background-size: cover;
}

.industry-left h2 {
    color: white;
    font-size: 67px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 14px;
    margin-top: 0;
}

.industry-left p {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 31px;
}

.industry-left a {
    padding: 8px 72px;
    background-color: white;
    color: black;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    width: fit-content;
    font-size: 16px;
}

.industry-right {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 5px;
    height: 100%;
}

.industry-bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    height: 100%;
}

.industry-card {
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    transition: opacity 0.3s ease;
    aspect-ratio: 1/1;
    border-radius: 0;
    overflow: hidden;
}

.industry-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.industry-card > * {
    position: relative;
    z-index: 1;
}

.industry-card:hover {
    opacity: 0.85;
}

.industry-card .text-industry {
    width: 100%;
    color: white;
    font-weight: 600;
    font-size: 28px;
    position: absolute;
    z-index: 10;
    box-sizing: border-box;
}

.industry-bottom .industry-card {
    aspect-ratio: 1 / 1;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .industry-bottom {
        aspect-ratio: auto;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
}

.industry-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    line-height: 1;
    padding: 0;
    z-index: 10;
} */

/* .see-all {
    padding: 8px 72px;
    background-color: white;
    color: black;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    width: fit-content;
    font-size: 16px;
    border: 1px solid #000;;
} */

.mega-dropdown {
    border-bottom: 12px solid #f7641e;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: white;
}

.mega-dropdown-header {
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 2.25rem;
}

.mega-dropdown-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.mega-dropdown-column h4 {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1.6rem;
    color: #333;
    transition: color 0.2s ease;
    cursor: pointer;
}

.mega-dropdown-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-dropdown-column li {
    margin-bottom: 0.75rem;
}

.mega-dropdown-column a {
    color: #333;
    font-size: 1.2rem;
    text-decoration: none;
    transition: color 0.2s ease;
    margin-bottom: 1.2rem;
}

.mega-dropdown-column h4:hover,
.mega-dropdown-column a:hover {
    color: #f7641e;
}

.see-all {
    background: #fff;
    color: black;
    border: none;
    padding: 10px 80px;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    transition: box-shadow 0.25s ease, background 0.25s, color 0.25s;
    cursor: pointer;
    display: inline-block;
    width: fit-content;
}

.see-all:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: black;
}

/* Search page */
.search-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #f7641e;
    padding-bottom: 14px;
}

.search-bar {
    display: flex;
    align-items: center;
}

.mgc_close_line.close-icon::before {
    color: #aaa;
    font-size: 28px;
    cursor: pointer;
    margin-right: 15px;
}

.search-label {
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
}

.search-divider {
    color: #ff6b35;
    font-size: 24px;
    margin: 0 5px;
}

.search-input {
    border: none;
    background: transparent;
    outline: none;
    font-size: 32px;
    width: 100%;
    padding: 8px 0;
    font-weight: 500;
}
.search-input:focus {
    outline: none;
    box-shadow: none;
}

.search-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin-left: auto;
}

.mgc_search_line.search-icon::before {
    color: #ff6b35;
    font-size: 28px;
}

.mgc_star_fill::before,
.mgc_arrow_right_line.arrow-color::before,
.mgc_location_fill.location-color::before,
.mgc_search_line.search-color::before {
    color: #f7641e !important;
}

.mgc_menu_fill.menu-dark::before,
.mgc_search_line.search-dark::before,
.mgc_down_line.down-dark::before,
.mgc_arrow_to_up_line.arrow-dark::before {
    color: #000000 !important;
}

.mgc_share_2_line::before,
.mgc_delete_2_line::before {
    color: #8d8d8d !important;
}

/* Only make icon orange when menu is active */
.menu-link.active .ki-duotone::before,
.menu-link.active .ki-duotone .path1::before,
.menu-link.active .ki-duotone .path2::before,
.menu-link.active .ki-duotone .path3::before,
.menu-link.active .ki-duotone .path4::before,
.menu-link.active .ki-duotone .path5::before,
.menu-link.active .menu-title {
    color: #f7641e !important;
}

/* Ensure all badges have white text color */
.badge.bg-primary,
.badge.bg-secondary,
.badge.bg-success,
.badge.bg-danger,
.badge.bg-warning,
.badge.bg-info,
.badge.bg-dark {
    color: #ffffff !important;
}

/* Swal Fire */
.swal2-popup {
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.swal2-confirm.swal2-styled {
    background-color: #d81b48 !important; /* Warna merah seperti di gambar */
    color: white;
    border-radius: 4px;
    font-weight: 600;
    box-shadow: none;
    padding: 10px 24px;
    margin: 0;
}

.swal2-cancel.swal2-styled {
    background-color: transparent !important;
    color: #333;
    border-radius: 4px;
    font-weight: 600;
    box-shadow: none;
    padding: 10px 24px;
    margin: 0;
}

.swal2-actions {
    margin-top: 1.5em;
    gap: 10px;
}

/* WYSIWYG Content Styling - Debug and force approach */
/* Test selector to see if CSS is loading */
.accordion-content ul {
    margin-left: 0 !important;
    margin-bottom: 1rem !important;
    padding-left: 1.5rem !important;
    list-style: disc !important;
}

.accordion-content ol {
    margin-left: 0 !important;
    margin-bottom: 1rem !important;
    padding-left: 1.5rem !important;
    list-style: decimal !important;
    counter-reset: list-counter !important;
    background: none !important;
}

@media (min-width: 768px) {
    .accordion-content {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .accordion-content {
        font-size: 14px !important;
    }
}