/* =========================================
 * OLD CSS THEMES
 * ========================================= */

/* ===================================== */
/* PORPROV XV JABAR 2026 */
/* ===================================== */

#koni-countdown{

    position:fixed;

    right:25px;
    bottom:25px;

    width:180px;

    background:#fff;

    border-radius:20px;

    padding:20px;

    text-align:center;

    z-index:99999;

    box-shadow:
    0 20px 50px rgba(0,0,0,.15);

}

.koni-icon{
    font-size:30px;
}

.koni-title{

    font-size:16px;
    font-weight:700;

    color:#081c62;
}

.koni-subtitle{

    font-size:13px;

    color:#666;

    margin-bottom:10px;
}

.koni-days{

    font-size:52px;

    font-weight:800;

    color:#081c62;
}

.koni-label{

    letter-spacing:2px;

    color:#999;

    font-size:11px;
}

.koni-time{

    margin-top:12px;

    font-size:22px;

    font-weight:700;

    color:#ef233c;
}

#koni-close{

    position:absolute;

    top:8px;
    right:10px;

    background:none;
    border:none;

    cursor:pointer;

    font-size:18px;
}

.porprov-section{
    position: relative;
    overflow: hidden;
    padding: 100px 7%;
    background:linear-gradient(135deg, #101010 0%, #8c0a0a 100%);
}

/* GLOW */

.porprov-glow{
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
}

.glow-1{
    width: 380px;
    height: 380px;
    background: rgba(255,0,0,0.18);
    top: -120px;
    left: -120px;
}

.glow-2{
    width: 350px;
    height: 350px;
    background: rgba(255,215,0,0.12);
    bottom: -100px;
    right: -100px;
}

/* CONTAINER */

.porprov-container{
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

/* LEFT */

.porprov-left{
    width: 58%;
}

.porprov-badge{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 50px;
    background: rgba(255,255,255,0.08);
    color: #ff4d4d;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 28px;
    backdrop-filter: blur(10px);
}

.porprov-left h2{
    font-size: 68px;
    line-height: 1.1;
    font-weight: 900;
    color: #fff;
    margin-bottom: 28px;
    letter-spacing: -2px;
}

.porprov-left h2 span{
    color: #ff3b3b;
}

.porprov-left p{
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255,255,255,0.75);
    max-width: 750px;
}

/* CABOR */

.porprov-cabor{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.cabor-item{
    padding: 14px 20px;
    border-radius: 16px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s ease;
    backdrop-filter: blur(12px);
}

.cabor-item:hover{
    transform: translateY(-4px);
    background: rgba(255,59,59,0.16);
    border-color: rgba(255,59,59,0.35);
}

/* BUTTON */

.porprov-action{
    margin-top: 42px;
}

.porprov-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 40px;
    border-radius: 18px;
    background: linear-gradient(
        135deg,
        #ff1e1e,
        #ff4747
    );
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: 0.4s ease;
    box-shadow: 0 18px 40px rgba(255,0,0,0.2);
}

.porprov-btn:hover{
    transform: translateY(-4px);
    box-shadow: 0 22px 55px rgba(255,0,0,0.3);
}

/* RIGHT */

.porprov-right{
    width: 42%;
    display: flex;
    justify-content: flex-end;
}

/* CARD */

.porprov-card{
    width: 100%;
    max-width: 430px;
    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.08),
            rgba(255,255,255,0.03)
        );
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 35px;
    padding: 38px;
    backdrop-filter: blur(20px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.28);
}

/* TOP */

.porprov-card-top{
    display: flex;
    align-items: center;
    gap: 22px;
}

.porprov-number{
    min-width: 90px;
    height: 90px;
    border-radius: 28px;
    background: linear-gradient(
        135deg,
        #ff2b2b,
        #ff5858
    );
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    box-shadow: 0 15px 40px rgba(255,0,0,0.25);
}

.porprov-text h3{
    margin: 0 0 8px;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
}

.porprov-text span{
    color: rgba(255,255,255,0.7);
    font-size: 15px;
}

/* STATS */

.porprov-stats{
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}

.stat-box{
    padding: 18px;
    border-radius: 20px;
    background: rgba(255,255,255,0.05);
    text-align: center;
}

.stat-box h4{
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
}

.stat-box span{
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: rgba(255,255,255,0.65);
}

/* BOTTOM */

.porprov-bottom{
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.pulse-dot{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #32ff7e;
    box-shadow: 0 0 0 rgba(50,255,126,0.7);
    animation: pulse 2s infinite;
}

.porprov-bottom p{
    margin: 0;
    color: rgba(255,255,255,0.8);
    font-size: 15px;
}

/* PULSE */

@keyframes pulse{
    0%{
        box-shadow: 0 0 0 0 rgba(50,255,126,0.7);
    }

    70%{
        box-shadow: 0 0 0 15px rgba(50,255,126,0);
    }

    100%{
        box-shadow: 0 0 0 0 rgba(50,255,126,0);
    }
}

.sp-pcp-post .sp-pcp-post-thumb-area img {
    max-width: 100%;
    transition: ease all .3s;
    height: 100%;
    border-radius: 10px;
}

.pcp-wrapper-25497 .sp-pcp-title a {
    color: #111;
    display: inherit;
    font-family: sans-serif;
    font-size: 18px;
}
/* ===================================== */
/* ABOUT HOME - KONI KOTA DEPOK */
/* ===================================== */

.koni-about-home{
    position: relative;
    overflow: hidden;
    padding: 110px 7%;
    background: #f5f7fb;
}

/* SHAPES */

.koni-about-shape{
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 1;
}

.shape-1{
    width: 400px;
    height: 400px;
    background: rgba(255,0,0,0.08);
    top: -180px;
    left: -120px;
}

.shape-2{
    width: 350px;
    height: 350px;
    background: rgba(255,215,0,0.08);
    bottom: -120px;
    right: -100px;
}

/* CONTAINER */

.koni-about-container{
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 70px;
    background: #fff;
    border-radius: 40px;
    padding: 70px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.06);
}

/* LEFT */

.koni-about-left{
    width: 48%;
}

.koni-about-badge{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(220,0,0,0.08);
    color: #d40000;
    padding: 12px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 25px;
}

.koni-about-left h2{
    font-size: 68px;
    line-height: 1.1;
    font-weight: 900;
    color: #161616;
    margin-bottom: 25px;
    letter-spacing: -2px;
}

.koni-about-left h2 span{
    color: #d40000;
}

.koni-about-desc{
    font-size: 19px;
    line-height: 1.9;
    color: #50566e;
    margin-bottom: 18px;
}

.koni-about-left p{
    font-size: 17px;
    line-height: 1.9;
    color: #666;
}

/* STATS */

.koni-about-stats{
    margin-top: 40px;
    display: flex;
    gap: 40px;
}

.about-stat-item h3{
    font-size: 56px;
    margin: 0;
    color: #1d2559;
    font-weight: 900;
}

.about-stat-item span{
    display: block;
    margin-top: 5px;
    color: #7a8099;
    font-size: 15px;
}

/* BUTTON */

.koni-about-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
    padding: 18px 40px;
    background: linear-gradient(
        135deg,
        #d40000,
        #ff3131
    );
    border-radius: 18px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: 0.4s ease;
    box-shadow: 0 18px 40px rgba(212,0,0,0.18);
}

.koni-about-btn:hover{
    transform: translateY(-4px);
    box-shadow: 0 22px 50px rgba(212,0,0,0.28);
}

/* RIGHT */

.koni-about-right{
    width: 52%;
}

.koni-about-image{
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

.koni-about-image img{
    width: 100%;
    display: block;
    object-fit: cover;
}

/* TOP FLOATING CARD */

.koni-floating-card{
    position: absolute;
    top: 25px;
    right: 25px;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(12px);
    padding: 18px 22px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

.card-icon{
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(
        135deg,
        #d40000,
        #ff3535
    );
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}

.card-text strong{
    display: block;
    color: #1d2559;
    font-size: 18px;
    font-weight: 800;
}

.card-text span{
    font-size: 14px;
    color: #777;
}

/* BOTTOM FLOATING */

.koni-floating-bottom{
    position: absolute;
    left: 25px;
    bottom: 25px;
    right: 25px;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(12px);
    border-radius: 22px;
    padding: 22px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.bottom-icon{
    min-width: 60px;
    height: 60px;
    border-radius: 18px;
    background: #ffd400;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.bottom-text h4{
    margin: 0 0 6px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

.bottom-text p{
    margin: 0;
    color: rgba(255,255,255,0.8);
    font-size: 15px;
}

header.entry-header {
    text-align: left;
    padding: 40px;
}
/* ===================================== */
/* BREADCRUMB / PAGE TITLE KONI */
/* ===================================== */

/* Background Shape */
.entry-header::before{
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgba(255,0,0,0.05);
    border-radius: 50%;
    top: -220px;
    left: -120px;
    filter: blur(10px);
}

.entry-header::after{
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(255,215,0,0.08);
    border-radius: 50%;
    bottom: -180px;
    right: -100px;
}




/* Highlight kata terakhir */
.entry-title{
    display: inline-block;
}

.entry-title::after{
    content: "";
    position: absolute;
    left: 40px;
    bottom: -12px;
    width: 120px;
    height: 6px;
    border-radius: 20px;
    background: linear-gradient(
        90deg,
        #d50000,
        #ff3b3b
    );
}

/* Optional highlight merah */
.entry-title strong,
.entry-title span{
    color: #d50000;
}

.entry-content p {
    font-size: 20px;
    line-height: 32px;
    font-family: sans-serif;
}

h1.entry-title {
    display: block;
    font-size: 46px !important;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 55px !important;
}

.entry-meta {
    display: none;
}

/* BREADCRUMB jika pakai RankMath / Yoast */
.rank-math-breadcrumb,
.yoast-breadcrumb{
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 18px auto 0;
    padding: 0 40px;
    font-size: 15px;
    color: #777;
}

.rank-math-breadcrumb a,
.yoast-breadcrumb a{
    color: #d50000;
    text-decoration: none;
    font-weight: 600;
}

/* ===================================== */
/* ABOUT KONI KOTA DEPOK */
/* ===================================== */

.about-koni{
    position: relative;
    overflow: hidden;
    padding: 120px 7%;
    background: linear-gradient(
        135deg,
        #f7f8fc 0%,
        #ffffff 100%
    );
}

/* SHAPES */

.about-shape{
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    z-index: 1;
}

.about-shape-1{
    width: 420px;
    height: 420px;
    background: rgba(255,0,0,0.08);
    top: -120px;
    left: -120px;
}

.about-shape-2{
    width: 350px;
    height: 350px;
    background: rgba(255,215,0,0.08);
    bottom: -100px;
    right: -100px;
}

/* CONTAINER */

.about-koni-container{
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 80px;
}

/* LEFT IMAGE */

.about-koni-image{
    width: 45%;
    position: relative;
}

.about-image-box{
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        #ffffff,
        #f5f5f5
    );
    box-shadow: 0 30px 80px rgba(0,0,0,0.12);
}

.about-image-box::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(255,255,255,0),
        rgba(0,0,0,0.08)
    );
    z-index: 2;
}

.about-image-box img{
    width: 100%;
    display: block;
    object-fit: cover;
}

/* FLOATING CARD */

.about-floating-card{
    position: absolute;
    right: -20px;
    bottom: 40px;
    background: linear-gradient(
        135deg,
        #d70000,
        #ff3434
    );
    padding: 25px 35px;
    border-radius: 24px;
    color: #fff;
    box-shadow: 0 20px 50px rgba(215,0,0,0.3);
    animation: floatCard 4s ease-in-out infinite;
}

.about-floating-card h3{
    font-size: 35px;
    margin: 0;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    padding-bottom: 20px;
}

.about-floating-card span{
    font-size: 15px;
    opacity: 0.95;
}

/* RIGHT CONTENT */

.about-koni-content{
    width: 55%;
}

.about-label{
    display: inline-block;
    padding: 10px 22px;
    background: rgba(215,0,0,0.08);
    color: #d70000;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.about-koni-content h2{
    font-size: 68px;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #111;
    font-weight: 900;
    letter-spacing: -2px;
}

.about-desc{
    font-size: 19px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 25px;
}

.about-koni-content p{
    font-size: 17px;
    line-height: 1.9;
    color: #555;
}

/* FEATURES */

.about-features{
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.feature-item{
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 24px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.05);
    transition: 0.4s ease;
}

.feature-item:hover{
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.feature-icon{
    min-width: 65px;
    height: 65px;
    border-radius: 20px;
    background: linear-gradient(135deg, #c67979, #ff3c3c);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
}

.feature-text h4{
    margin: 0 0 8px;
    font-size: 22px;
    color: #111;
    font-weight: 800;
}

.feature-text p{
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
}

/* BUTTON */

.about-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
    padding: 18px 38px;
    border-radius: 60px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(
        135deg,
        #111,
        #2d2d2d
    );
    transition: 0.4s ease;
    box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

.about-btn:hover{
    transform: translateY(-4px);
    background: linear-gradient(
        135deg,
        #d70000,
        #ff3b3b
    );
}

/* FLOAT */

@keyframes floatCard{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-12px);
    }
    100%{
        transform: translateY(0px);
    }
}

.main-header-menu .menu-link, .main-header-menu>a {
    text-decoration: none;
    padding: 0 1em;
    display: inline-block;
    transition: none;
    font-weight: 500;
}

/* ============================= */
/* HERO SLIDER KONI KOTA DEPOK */
/* ============================= */

.koni-hero-slider{
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 720px;
    background: linear-gradient(
        135deg,
        #eaf3f7 0%,
        #f7f7f3 40%,
        #ffffff 100%
    );
    border-radius: 0 0 120px 120px;
    display: flex;
    align-items: center;
    padding: 80px 7%;
}

/* Overlay effect */
.koni-slider-overlay{
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left,
        rgba(255,255,255,0.7),
        transparent 40%);
    z-index: 1;
}

/* Main Content */
.koni-slider-content{
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* LEFT */
.koni-left{
    width: 42%;
    position: relative;
}

.koni-logo{
    width: 140px;
    margin-bottom: 25px;
}

.koni-olympic{
    color: rgba(255,255,255,0.85);
    font-size: 45px;
    line-height: 0.9;
    margin-bottom: 25px;
    font-weight: 300;
}

.koni-left h1{
    font-size: 68px;
    line-height: 1.05;
    font-weight: 900;
    color: #111;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: -2px;
}

.koni-left h1 span{
    color: #d40000;
    display: inline-block;
}

.koni-left p{
    font-size: 18px;
    line-height: 1.8;
    color: #4d4d4d;
    max-width: 550px;
    margin-bottom: 35px;
}

/* BUTTON */
.koni-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 34px;
    background: linear-gradient(
        135deg,
        #d40000,
        #ff2b2b
    );
    color: #fff;
    border-radius: 60px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: 0.4s ease;
    box-shadow: 0 15px 35px rgba(212,0,0,0.2);
}

.koni-btn:hover{
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(212,0,0,0.3);
}

/* RIGHT IMAGE */
.koni-right{
    width: 58%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.koni-right::before{
    content: "";
    position: absolute;
    width: 900px;
    height: 900px;
    border-radius: 50%;
    background:
        linear-gradient(135deg, rgb(255 242 0 / 8%), rgba(255, 215, 0, 0.12));
    right: -200px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.koni-right img{
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 850px;
    object-fit: contain;
    animation: athleteFloat 5s ease-in-out infinite;
	 border-radius: 50px;
}

/* YEAR */
.koni-year{
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 3;
    text-align: right;
}

.koni-year h2{
    font-size: 120px;
    line-height: 1;
    margin: 0;
    font-weight: 900;
    background: linear-gradient(
        180deg,
        #ffd86b,
        #b8860b
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.koni-year span{
    font-size: 24px;
    font-weight: 800;
    color: #111;
    letter-spacing: 2px;
}

/* FLOAT EFFECT */
@keyframes athleteFloat{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-12px);
    }
    100%{
        transform: translateY(0px);
    }
}

/* =========================================
 * KONI GALERY ATLET
 * ========================================= */

.koni-atlet-wrapper{
    padding:40px 0;
}

/* =========================================
HEADER
========================================= */

.koni-atlet-header{
    text-align:center;
    margin-bottom:50px;
}

.koni-atlet-header h2{
    font-size:54px;
    font-weight:800;
    color:#111;
    margin-bottom:15px;
}

.koni-title-line{
    width:80px;
    height:5px;
    border-radius:50px;
    background:#e31e24;
    margin:auto;
}

/* =========================================
FILTER
========================================= */

.koni-filter-wrapper{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
    margin-bottom:50px;
}

.koni-filter-wrapper input,
.koni-filter-wrapper select{
    height:58px;
    border:none;
    background:#fff;
    padding:0 24px;
    border-radius:18px;
    min-width:260px;
    font-size:15px;
    box-shadow:0 8px 30px rgba(0,0,0,.06);
}

.koni-filter-wrapper input:focus,
.koni-filter-wrapper select:focus{
    outline:none;
}

/* =========================================
GRID
========================================= */

.koni-atlet-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

/* =========================================
CARD
========================================= */

.koni-atlet-card{
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    transition:.4s ease;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
}

.koni-atlet-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.koni-atlet-card a{
    text-decoration:none;
}

/* IMAGE */

.koni-atlet-image{
    height:360px;
    overflow:hidden;
    background:#f5f5f5;
}



.koni-atlet-card:hover img{
    transform:scale(1.05);
}

/* CONTENT */

.koni-atlet-content{
    padding:28px 24px;
    text-align:center;
}

.koni-atlet-content h3{
    font-size:24px;
    line-height:1.4;
    font-weight:800;
    color:#111;
    margin-bottom:12px;
    text-transform:uppercase;
}

.koni-atlet-content span{
    display:inline-block;
    padding:10px 18px;
    background:#f5f5f5;
    border-radius:50px;
    font-size:13px;
    color:#666;
}

/* =========================================
 * SINGLE ATLET
 * ========================================= */

.koni-single-atlet{
    padding:100px 7%;
    background:#f7f8fc;
}

.koni-single-container{
    max-width:1400px;
    margin:auto;
    display:flex;
    gap:60px;
    align-items:flex-start;
}

/* =========================================
LEFT
========================================= */

.koni-single-left{
    width:45%;
}

.koni-featured-image{
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.koni-featured-image img{
    width:100%;
    display:block;
    object-fit:cover;
}

/* GALLERY */

.koni-gallery-grid{
    margin-top:25px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}

.koni-gallery-item{
    border-radius:18px;
    overflow:hidden;
    display:block;
}

.koni-gallery-item img{
    width:100%;
    height:120px;
    object-fit:cover;
    transition:.4s ease;
}

.koni-gallery-item:hover img{
    transform:scale(1.08);
}

/* =========================================
RIGHT
========================================= */

.koni-single-right{
    width:55%;
}

.koni-single-category{
    display:inline-flex;
    padding:10px 20px;
    background:#e31e24;
    color:#fff;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:20px;
}

.koni-single-right h1{
    font-size:30px;
    line-height:1.1;
    font-weight:900;
    color:#111;
    margin-bottom:30px;
    font-family: sans-serif;
}

.koni-single-content{
    font-size:18px;
    line-height:1.9;
    color:#555;
}

/* STATS */

.koni-single-stats{
    margin-top:40px;
    display:flex;
    gap:20px;
}

.single-stat{
    flex:1;
    background:#fff;
    padding:30px;
    border-radius:24px;
    text-align:center;
    box-shadow:0 10px 35px rgba(0,0,0,.05);
}

.single-stat h3{
    font-size:36px;
    font-weight:900;
    color:#111;
    margin-bottom:10px;
}

.single-stat span{
    font-size:14px;
    color:#777;
}

/* =========================================
 * AJAX LOADING
 * ========================================= */

.koni-atlet-grid.loading{
    opacity:.5;
    pointer-events:none;
    transition:.3s ease;
}

.koni-no-data{
    grid-column:1/-1;
    text-align:center;
    padding:80px 20px;
    font-size:22px;
    font-weight:700;
    color:#999;
}

/* =========================================
CABANG OLAHRAGA
========================================= */

.koni-cabang-wrapper{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:24px;
    margin-top:40px;
}

.koni-cabang-card{
    background:#fff;
    border-radius:24px;
    padding:30px 20px;
    text-align:center;
    text-decoration:none;
    transition:0.3s ease;
    border:1px solid #eee;
    box-shadow:0 10px 30px rgba(0,0,0,0.04);
}

.koni-cabang-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

.koni-cabang-logo{
    width:90px;
    height:90px;
    margin:auto;
    margin-bottom:20px;
}

.koni-cabang-logo img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.koni-cabang-card h3{
    font-size: 20px;
    margin-bottom: 10px;
    color: #111;
    font-family: sans-serif;
    text-transform: uppercase;
}

.koni-cabang-card span{
    font-size:14px;
    color:#777;
}

/* =====================================
FILTER
===================================== */

.koni-cabang-filter{
    display:flex;
    gap:20px;
    margin-bottom:40px;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
}

.koni-cabang-section{
    width:100%;
}

.koni-cabang-filter{
    width:100%;
    max-width:700px;
    margin:0 auto 50px auto;
    padding-top: 50px;
}

.koni-cabang-filter input,
.koni-cabang-filter select{
    height:55px;
    padding:0 20px;
    border:none;
    border-radius:14px;
    background:#fff;
    min-width:260px;
    font-size:16px;
    outline:none;
}

/* =====================================
GRID
===================================== */

.koni-cabang-wrapper{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:30px;
}

.koni-cabang-card{
    background:#fff;
    border-radius:24px;
    padding:40px 20px;
    text-align:center;
    text-decoration:none;
    transition:.3s;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.koni-cabang-card:hover{
    transform:translateY(-8px);
}

.koni-cabang-logo img{
    width:90px;
    margin-bottom:20px;
}

.koni-cabang-card span{
    color:#777;
}


/* =====================================
HALAMAN CABANG
===================================== */

.koni-cabang-page{
    padding:80px 0;
    background:#eef2f5;
}

.koni-container{
    width:90%;
    max-width:1400px;
    margin:auto;
}

/* =====================================
HEADER
===================================== */

.koni-page-header{
    text-align:center;
    margin-bottom:60px;
}

.koni-page-header h1{
    font-size:52px;
    font-weight:700;
    margin-bottom:10px;
    color:#111;
}

.koni-page-header p{
    font-size:18px;
    color:#666;
}

/* =====================================
GRID
===================================== */

.koni-atlet-grid{
    display:grid;
    gap:35px;
}

/* =====================================
CARD
===================================== */

.koni-atlet-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    transition:.3s;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.koni-atlet-card:hover{
    transform:translateY(-8px);
}

/* =====================================
LINK
===================================== */

.koni-atlet-card a{
    text-decoration:none;
    color:inherit;
    display:block;
}

/* =====================================
IMAGE
===================================== */

.koni-atlet-image{
    width:100%;
    height:380px;
    overflow:hidden;
    background:#f5f5f5;
}

.koni-atlet-card:hover img{
    transform:scale(1.05);
}

/* =====================================
CONTENT
===================================== */

.koni-atlet-content{
    padding:25px;
    text-align:center;
}

.koni-atlet-content h3{
    font-size: 14px;
    margin: 0;
    color: #111;
    line-height: 1.4;
    font-family: sans-serif;
}

/* =====================================
EMPTY
===================================== */

.koni-empty{
    grid-column:1/-1;
    text-align:center;
    padding:60px;
    background:#fff;
    border-radius:20px;
    font-size:18px;
    color:#777;
}

/* =========================================
TABLE PRESTASI ATLET
========================================= */

.koni-prestasi-table{
    width:100%;
    border-collapse:collapse;
    margin-top:40px;
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:
        0 10px 30px rgba(0,0,0,.05);
}

/* HEADER */

.koni-prestasi-table thead{
    background:#111827;
}

.koni-prestasi-table thead td{
    padding:20px;
    color:#fff;
    font-size:15px;
    font-weight:700;
    border:none;
    text-align:left;
}

/* BODY */

.koni-prestasi-table tbody td{
    padding:22px 20px;
    border-bottom:1px solid #f1f1f1;
    font-size:15px;
    color:#555;
    line-height:1.7;
}

/* ROW HOVER */

.koni-prestasi-table tbody tr:hover{
    background:#fafafa;
    transition:.3s;
}

/* PRESTASI */

.koni-prestasi-table tbody td:nth-child(4){
    font-weight:700;
    color:#ef233c;
}

/* YEAR */

.koni-prestasi-table tbody td:first-child{
    font-weight:700;
    color:#111;
    width:90px;
}

/* =========================================
MINI ATLET SLIDER
========================================= */

.koni-highlight-section{
    padding:70px 0;
}

.koni-highlight-header{
    text-align:center;
    margin-bottom:40px;
}

.koni-highlight-header h2{
    font-size:42px;
    margin-bottom:10px;
    color:#111827;
    font-family: sans-serif;
}

.koni-highlight-header p{
    color:#666;
}

/* =========================================
BUTTON
========================================= */

.koni-highlight-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:25px;
    padding:14px 34px;
    background:#ff2d3d;
    color:#fff;
    border-radius:999px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
    box-shadow:
        0 10px 30px rgba(255,45,61,.18);
}

.koni-highlight-button:hover{
    background:#e11d2e;
    transform:translateY(-3px);
    color:#fff;
}

/* CENTER */

.koni-highlight-header{
    text-align:center;
}

.koni-highlight-header .koni-highlight-button{
    margin-left:auto;
    margin-right:auto;
}

.koni-highlight-section{
    text-align:center;
}

.koni-highlight-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin:35px auto 0;
}

/* ITEM */

.koni-mini-atlet{
    display:block;
    width:120px;
    height:120px;
    border-radius:24px;
    overflow:hidden;
    border:5px solid #fff;
    box-shadow:
        0 10px 25px rgba(0,0,0,.08);
    transition:.4s;
    margin:auto;
    background:#fff;
}

.koni-mini-atlet:hover{
    transform:translateY(-8px) scale(1.04);
    box-shadow:
        0 20px 40px rgba(239,35,60,.18);
}

/* IMAGE */

.koni-mini-atlet img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* SWIPER */

.koni-highlight-slider{
    padding:20px 10px;
}

/* =========================================
REGISTRASI
========================================= */

.koni-registrasi-section{
    padding:90px 20px;
}

.koni-registrasi-container{
    max-width:800px;
    margin:auto;
    background:#fff;
    padding:50px;
    border-radius:30px;
    box-shadow:
        0 15px 50px rgba(0,0,0,.06);
}

.koni-registrasi-header{
    text-align:center;
    margin-bottom:40px;
}

.koni-registrasi-header h2{
    font-size:58px;
    line-height:1.1;
    margin-bottom:10px;
}

.koni-registrasi-header p{
    color:#666;
    font-size:18px;
}

.koni-registrasi-form{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
}

.koni-form-group{
    display:flex;
    flex-direction:column;
}

.koni-form-group label{
    margin-bottom:10px;
    font-weight:600;
    color:#222;
}

.koni-form-group input,
.koni-form-group select{
    width:100%;
    height:58px;
    border:none;
    background:#f4f6f9;
    border-radius:16px;
    padding:0 20px;
    font-size:16px;
}

.koni-submit-button{
    grid-column:1/-1;
    height:60px;
    border:none;
    border-radius:18px;
    background:#ff2d3d;
    color:#fff;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

.koni-submit-button:hover{
    transform:translateY(-3px);
    background:#e11d2e;
}

.koni-success-message{
    background:#e7fff1;
    color:#008a4e;
    padding:18px 24px;
    border-radius:16px;
    margin-bottom:30px;
    font-weight:600;
}

/* =========================================
EVENT SECTION
========================================= */

.koni-event-section{
    padding:90px 0;
}

.koni-event-header{
    text-align:center;
    margin-bottom:60px;
}

.koni-event-header h2{
    font-size:52px;
    margin-bottom:15px;
    color:#111827;
}

.koni-event-header p{
    color:#666;
    font-size:18px;
}


/* =========================================
LAYOUT
========================================= */

.koni-event-layout{
    display:grid;
    grid-template-columns:340px 1fr;
    gap:40px;
    align-items:start;
    margin-top:50px;
}

/* =========================================
LEFT CALENDAR
========================================= */

.koni-calendar-side{
    background:#fff;
    padding:30px;
    border-radius:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.koni-calendar-title{
    font-size:26px;
    font-weight:700;
    text-align:center;
    margin-bottom:25px;
    color:#0f172a;
}

/* =========================================
MINI CALENDAR
========================================= */

.koni-mini-calendar{
    display:grid;
    grid-template-columns:repeat(7,1fr);
    gap:10px;
}

.calendar-day{
    height:50px;
    border-radius:14px;
    background:#f3f4f6;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    transition:.3s;
}

.calendar-day.active{
    background:#ff223d;
    color:#fff;
}

/* =========================================
RIGHT EVENT
========================================= */

.koni-event-grid{
    display:flex;
    flex-direction:column;
    gap:20px;
}

/* =========================================
EVENT CARD
========================================= */

.koni-mini-event-card{
    display:flex;
    gap:25px;
    align-items:center;
    background:#fff;
    padding:25px;
    border-radius:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.koni-mini-date{
    min-width:90px;
    height:90px;
    background:#ff223d;
    border-radius:22px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#fff;
}

.koni-mini-date .day{
    font-size:34px;
    font-weight:700;
    line-height:1;
}

.koni-mini-date .month{
    font-size:14px;
    text-transform:uppercase;
}

.koni-mini-cabang{
    display:inline-block;
    background:#0f172a;
    color:#fff;
    padding:8px 16px;
    border-radius:999px;
    font-size:13px;
    margin-bottom:10px;
}

.koni-mini-content h3{
    font-size:30px;
    line-height:1.4;
    margin-bottom:10px;
}

.koni-mini-content p{
    margin:0;
    color:#666;
}

/* =========================================
GALERI KONI
========================================= */

/* Container spacing */

.elementor-image-carousel-wrapper{
    padding:20px 10px;
}

/* Space antar gambar */

.elementor-image-carousel .swiper-slide{
    padding:0 12px;
    box-sizing:border-box;
}

/* Image styling */

.elementor-image-carousel img{
    width:100%;
    height:320px;
    object-fit:cover;

    border-radius:20px;

    transition:.4s ease;

    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/* Hover effect */

.elementor-image-carousel img:hover{
    transform:translateY(-6px);
}

/* Rapihkan overflow */

.elementor-image-carousel-wrapper .swiper{
    overflow:visible;
}

/* =========================================
FOOTER KONI PREMIUM
========================================= */

.koni-footer{
    position:relative;
    overflow:hidden;

    padding:70px 50px;

    background:
    linear-gradient(
        135deg,
        #071a52 0%,
        #0b2c78 100%
    );

    border-top:4px solid #ff223d;
}

/* =========================================
CONTAINER
========================================= */

.koni-footer-container{
    max-width:1300px;
    margin:auto;

    display:grid;
    grid-template-columns:1fr 1fr 1fr;

    gap:60px;
    align-items:center;
}

/* =========================================
LEFT & RIGHT
========================================= */

.koni-footer-col{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.koni-footer-col.right{
    align-items:flex-end;
}

/* =========================================
TITLE
========================================= */

.koni-footer h2{
    font-size:54px;
    font-weight:800;
    letter-spacing:3px;
    line-height:1;
     font-family: sans-serif;
    color:#fff;

    margin:15px 0 20px;
}

.koni-footer h3{
    font-size:40px;
    font-weight:700;

    color:#fff;
    font-family: sans-serif;
    margin-bottom:10px;
}

/* =========================================
TEXT
========================================= */

.koni-footer p{
    margin:0;
     font-family: sans-serif;
    color:rgba(255,255,255,.78);

    font-size:17px;
    line-height:1.8;
    font-weight:400;
}

/* =========================================
CENTER
========================================= */

.koni-footer-center{
    text-align:center;
    position:relative;
}

.koni-footer-logo img{
    width:90px;
    height:auto;

    margin-bottom:10px;
}

/* =========================================
SOCIAL
========================================= */

.koni-footer-social{
    display:flex;
    justify-content:center;
    gap:16px;

    margin-top:10px;
}

.koni-footer-social a{
    width:50px;
    height:50px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    color:#fff;

    font-size:22px;

    transition:.3s ease;
}

.koni-footer-social a:hover{
    background:#ff223d;

    transform:
    translateY(-5px)
    scale(1.05);
}

/* =========================================
DIVIDER
========================================= */

.koni-footer-center:before,
.koni-footer-center:after{
    content:'';

    position:absolute;

    top:50%;
    transform:translateY(-50%);

    width:1px;
    height:140px;

    background:rgba(255,255,255,.12);
}

.koni-footer-center:before{
    left:-30px;
}

.koni-footer-center:after{
    right:-30px;
}

.ast-related-tag-style--none {
    display: none;
}


/* =========================================
RESPONSIVE
========================================= */

@media(max-width:1200px){

    .koni-atlet-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:1100px){

		.porprov-container{
        flex-direction: column;
    }

    .porprov-left,
    .porprov-right{
        width: 100%;
    }

    .porprov-left{
        text-align: center;
    }

    .porprov-cabor{
        justify-content: center;
    }

    .porprov-right{
        justify-content: center;
    }
	
    .about-koni-container{
        flex-direction: column;
    }

    .about-koni-image,
    .about-koni-content{
        width: 100%;
    }

    .about-koni-content{
        text-align: center;
    }

    .about-koni-content h2{
        font-size: 52px;
    }

    .feature-item{
        text-align: left;
    }

    .about-floating-card{
        right: 20px;
    }
	
		.koni-about-container{
        flex-direction: column;
        padding: 50px;
    }

    .koni-about-left,
    .koni-about-right{
        width: 100%;
    }

    .koni-about-left{
        text-align: center;
    }

    .koni-about-stats{
        justify-content: center;
    }
	
}

/* RESPONSIVE */
@media(max-width:1024px){

    .koni-event-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .koni-atlet-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .koni-cabang-wrapper{
        grid-template-columns:repeat(3,1fr);
    }

    .koni-hero-slider{
        padding: 70px 40px;
        min-height: auto;
    }

    .koni-slider-content{
        flex-direction: column;
        text-align: center;
    }

    .koni-left,
    .koni-right{
        width: 100%;
    }

    .koni-left h1{
        font-size: 52px;
    }

    .koni-left p{
        margin: auto auto 30px;
    }

    .koni-right{
        justify-content: center;
    }

    .koni-year{
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 20px;
        text-align: center;
    }

    .koni-year h2{
        font-size: 82px;
    }
	
		.entry-header{
        padding: 70px 0 55px !important;
    }

    .entry-title{
        font-size: 52px !important;
    }
	
}

@media(max-width:992px){

    .koni-footer{
        padding:50px 25px;
    }

    .koni-footer-container{
        grid-template-columns:1fr;
        text-align:center;
        gap:50px;
    }

    .koni-footer-col.right{
        align-items:center;
    }

    .koni-footer h2{
        font-size:42px;
    }

    .koni-footer h3{
        font-size:30px;
    }

    .koni-footer-center:before,
    .koni-footer-center:after{
        display:none;
    }

    .koni-event-layout{
        grid-template-columns:1fr;
    }

    .koni-atlet-grid{
        grid-template-columns:repeat(2,1fr);
    }

    koni-single-container{
        flex-direction:column;
    }

    .koni-single-left,
    .koni-single-right{
        width:100%;
    }

    .koni-single-right h1{
        font-size:46px;
    }
}

@media(max-width:767px){
    
    /* =========================
MOBILE FIX
========================= */
    /* Hero Section */

    .hero-content,
    .koni-hero-content{
        text-align:center;
        align-items:center;
        justify-content:center;
    }

    .hero-content h1,
    .koni-hero-content h1{
        text-align:center;
        width:100%;
    }

    .hero-content p,
    .koni-hero-content p{
        text-align:center;
        width:100%;
        max-width:100%;
        margin:0 auto 25px;
    }

    /* Tombol */

    .hero-content .btn,
    .hero-content .elementor-button,
    .koni-hero-content .elementor-button{
        display:flex;
        justify-content:center;
        align-items:center;
        margin:0 auto;
    }

    /* Gambar Atlet */

    .hero-image,
    .koni-hero-image{
        display:flex;
        justify-content:center;
        align-items:center;
        margin-top:25px;
    }

    .hero-image img,
    .koni-hero-image img{
        display:block;
        margin:auto;
        max-width:80%;
    }
#koni-countdown{

        position:fixed;

        right:10px;

        bottom:15px;

        width:130px;

        padding:12px;

        border-radius:20px;

        z-index:99999;

        box-shadow:

        0 10px 30px rgba(0,0,0,.15);

    }

    /* CLOSE BUTTON */

    #koni-close{

        width:24px;

        height:24px;

        top:8px;

        right:8px;

        font-size:12px;

        border-radius:50%;

        display:flex;

        align-items:center;

        justify-content:center;

    }

    /* ICON */

    .koni-icon{

        font-size:24px;

        margin-bottom:5px;

    }

    /* TITLE */

    .koni-title{

        font-size:12px;

        line-height:1.3;

        font-weight:700;

        margin-bottom:3px;

    }

    /* SUBTITLE */

    .koni-subtitle{

        font-size:10px;

        line-height:1.3;

        margin-bottom:8px;

    }

    /* DAYS */

    #koni-days{

        font-size:52px;

        line-height:1;

        margin-bottom:2px;

    }

    /* LABEL */

    .koni-label{

        font-size:10px;

        letter-spacing:2px;

        margin-bottom:8px;

    }

    /* TIME */

    .koni-time {
        margin-top: 12px;
        font-size: 15px;
        font-weight: 700;
        color: #ef233c;
    }
    
    

    /* Statistik */

    .koni-statistik,
    .koni-counter-grid{
        grid-template-columns:1fr;
        text-align:center;
        gap:20px;
    }

    .elementor-image-carousel img{
        height:220px;
        border-radius:16px;
    }

    .koni-event-grid{
        grid-template-columns:1fr;
    }

    .koni-event-header h2{
        font-size:38px;
    }

    .koni-single-content{
        overflow-x:auto;
    }

    .koni-prestasi-table{
        min-width:700px;
    }

    .koni-cabang-wrapper{
        grid-template-columns:repeat(2,1fr);
        gap:16px;
    }

    .koni-cabang-card{
        padding:20px 14px;
    }

    .koni-cabang-logo{
        width:70px;
        height:70px;
    }

    .koni-cabang-card h3{
        font-size:15px;
    }

    .koni-atlet-header h2{
        font-size:38px;
    }

    .koni-atlet-grid{
        grid-template-columns:1fr;
    }

    .koni-filter-wrapper{
        flex-direction:column;
    }

    .koni-filter-wrapper input,
    .koni-filter-wrapper select{
        width:100%;
        min-width:100%;
    }

    .koni-single-atlet{
        padding:70px 20px;
    }

    .koni-single-right h1{
        font-size:36px;
    }

    .koni-gallery-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .koni-single-stats{
        flex-direction:column;
    }

    .koni-single-content{
        font-size:16px;
    }

    .porprov-section{
        padding: 80px 20px;
    }

    .porprov-left h2{
        font-size: 42px;
    }

    .porprov-left p{
        font-size: 15px;
    }

    .porprov-card{
        padding: 28px 22px;
        border-radius: 28px;
    }

    .porprov-card-top{
        flex-direction: column;
        text-align: center;
    }

    .porprov-stats{
        grid-template-columns: 1fr;
    }

    .cabor-item{
        width: 100%;
        text-align: center;
    }
	
    .koni-hero-slider{
        border-radius: 0 0 60px 60px;
        padding: 60px 25px;
    }

    .koni-logo{
        width: 100px;
    }

    .koni-left h1{
        font-size: 40px;
    }

    .koni-left p{
        font-size: 15px;
    }

    .koni-btn{
        width: 100%;
    }

    .koni-year h2{
        font-size: 62px;
    }

    .koni-year span{
        font-size: 18px;
    }
	
		.about-koni{
        padding: 80px 25px;
    }

    .about-koni-content h2{
        font-size: 40px;
    }

    .about-desc{
        font-size: 16px;
    }

    .about-koni-content p{
        font-size: 15px;
    }

    .feature-item{
        flex-direction: column;
        align-items: flex-start;
    }

    .about-floating-card{
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 20px;
        width: fit-content;
    }
	
	.entry-header{
        padding: 55px 0 45px !important;
    }

    .entry-header .entry-title,
    .rank-math-breadcrumb,
    .yoast-breadcrumb{
        padding: 0 24px;
    }

    .entry-title{
        font-size: 38px !important;
        line-height: 1.2 !important;
    }

    .entry-title::after{
        left: 24px;
        width: 90px;
        height: 5px;
    }

    .rank-math-breadcrumb,
    .yoast-breadcrumb{
        font-size: 13px;
    }
	
		.koni-about-home{
        padding: 80px 20px;
    }

    .koni-about-container{
        padding: 35px 25px;
        border-radius: 28px;
    }

    .koni-about-left h2{
        font-size: 42px;
    }

    .koni-about-desc{
        font-size: 16px;
    }

    .koni-about-left p{
        font-size: 15px;
    }

    .koni-about-stats{
        flex-direction: column;
        gap: 25px;
    }

    .about-stat-item h3{
        font-size: 42px;
    }

    .koni-floating-card{
        top: 15px;
        right: 15px;
        padding: 14px 16px;
    }

    .koni-floating-bottom{
        left: 15px;
        right: 15px;
        bottom: 15px;
        padding: 16px;
    }

    .bottom-text h4{
        font-size: 18px;
    }

    .bottom-text p{
        font-size: 13px;
    }

    .koni-page-header h1{
        font-size:36px;
    }

    .koni-atlet-image{
        height:320px;
    }

    .koni-atlet-grid{
        grid-template-columns:1fr;
    }

    .koni-mini-atlet{
        width:90px;
        height:90px;
        border-radius:18px;
    }

    .koni-registrasi-form{
        grid-template-columns:1fr;
    }

    .koni-registrasi-header h2{
        font-size:40px;
    }

    .koni-registrasi-container{
        padding:30px;
    }

    .koni-mini-event-card{
        flex-direction:column;
        align-items:flex-start;
    }

    .ast-header-break-point #ast-mobile-header {
        display: block;
        border-top: 20px solid #ffe66f;
    }

    .koni-cabang-page{

        padding:50px 0;

    }

    .koni-container{

        width:92%;

    }
}