﻿.search-bar 
{
    border-radius: 8px;
    margin: 0 1rem;
}

.search-container-styled
{
    background-color: #ffffff;
    border: 2px solid #198754;
    border-radius: 50px;
    padding: 10px 20px;
    box-shadow: 0 4px 15px rgba(25, 135, 84, 0.15);
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1050;
}

.search-label 
{
    color: #198754;
    font-weight: bold;
    font-size: 0.75rem;
    margin-left: 10px;
    display: block;
}

.input-icon 
{
    position: absolute;
    left: 30px;
    color: #198754;
    font-size: 1.2rem;
    pointer-events: none;
    z-index: 10;
    margin-top: 12px;
}

.form-control-custom 
{
    border: none;
    background: transparent;
    box-shadow: none;
    width: 100%;
    padding: 12px 10px 12px 45px;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}

.form-control-custom:focus 
{
    outline: none;
    box-shadow: none;
}

.search-label-small 
{
    font-size: 0.9rem;
    color: #198754;
    font-weight: bold;
    margin-left: 20px;
    margin-bottom: -5px;
    display: block;
}

.dropdown-item-custom
{
    padding: 12px 20px;
    cursor: pointer;
    border-bottom: 1px solid #f8f9fa;
    display: flex;
    align-items: center;
    color: #333;
    transition: background 0.2s;
}

.dropdown-header-custom 
{
    padding: 8px 15px;
    font-size: 0.8rem;
    color: #198754;
    background-color: #f8f9fa;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #eee;
}

.dropdown:hover .dropdown-menu 
{
    display: block;
    margin-top: 0;
}

.dropdown-item-custom:hover 
{
    background-color: #e9f7ef;
    color: #198754;
}

.dropdown-item-custom i 
{
    width: 15px;
    text-align: center;
    margin-right: 12px;
    color: #adb5bd;
}

.dropdown-item-custom:hover i 
{
    color: #198754;
}

.divider-end 
{
    border-right: 1px solid #e0e0e0;
}

.custom-dropdown-list 
{
    position: absolute;
    top: 100%;
    left: 25px;
    width: 95%;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    max-height: 290px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    margin-top: 5px;
}
.custom-dropdown-list::-webkit-scrollbar 
{
    width: 10px;
}

.custom-dropdown-list::-webkit-scrollbar-thumb 
{
    background: #ccc;
    border-radius: 100px;
}

.section-partner-dark 
{
    background-color: #1f2937;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.step-circle 
{
    width: 50px;
    height: 50px;
    background: #22c55e;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0 auto;
}

.partner-cta-btn:hover 
{
    transform: scale(1.05);
    background-color: #22c55e !important;
    color: white !important;
    border-color: #22c55e !important;
}

main[role="main"] 
{
    animation: none !important;
    transform: none !important;
    filter: none !important;
}

.sports-category-grid 
{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
    padding: 10px 0;
}

.sport-card 
{
    display: flex;
    align-items: center;
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    text-decoration: none !important;
    color: #333 !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 1px solid #eee;
}

.sport-card:hover
{
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.sport-card-icon 
{
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: white;
    font-size: 1.2rem;
}

.football .sport-card-icon 
{
    background-color: #2ecc71;
}

.basketball .sport-card-icon 
{
    background-color: #e67e22;
}

.tennis .sport-card-icon 
{
    background-color: #d4d41e;
}

.volleyball .sport-card-icon 
{
    background-color: #3498db;
}

.fitness .sport-card-icon 
{
    background-color: #c0392b;
}

.swimming .sport-card-icon 
{
    background-color: #1abc9c;
}

.sport-card-info 
{
    display: flex;
    flex-direction: column;
}

.sport-card-info .name 
{
    font-weight: 700;
    font-size: 1rem;
}

.sport-card-info .count 
{
    font-size: 0.75rem;
    color: #888;
}

.image-placeholder 
{
    transition: transform 0.3s ease;
}

.image-placeholder:hover 
{
    transform: translateY(-10px);
}

.icon-box-small 
{
    background: #f8f9fa;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    flex: 1;
    transition: background 0.3s;
}

.icon-box-small:hover 
{
    background: #e9f7ef;
}

.problem-card 
{
    transition: all 0.2s ease;
}

.problem-card:hover
{
    transform: scale(1.02);
    border-color: #157347 !important;
}

p.lead 
{
    line-height: 1.8;
}

h2.fw-bold
{
    letter-spacing: -1px;
}

.card-title-limited 
{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}

.top-place-card .card-img-top 
{
    height: 200px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.reveal 
{
    opacity: 0;
    transition: all 0.8s ease-out;
}

.reveal-up
{
    transform: translateY(40px);
}

.reveal-left 
{
    transform: translateX(-50px);
}

.reveal-right 
{
    transform: translateX(50px);
}

.reveal.active 
{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

.delay-1 
{
    transition-delay: 0.2s;
}

.delay-2 
{
    transition-delay: 0.4s;
}

.delay-3 
{
    transition-delay: 0.6s;
}

@media (max-width: 576px) 
{
    .sports-category-grid 
    {
        grid-template-columns: repeat(2, 1fr);
    }

    .sport-card 
    {
        padding: 10px;
    }

    .sport-card-icon
    {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}