
        body { background-color: #f0f2f5; margin: 0;}

        body, button, input, select, textarea {
            font-family: 'Mandali', sans-serif;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }


        /* For the navigation menu style seen in the image */
        .navbar {
            font-weight: 400; /* Mandali is naturally a medium weight */
            font-size: 16px;
            line-height: 1.5;
        }


       /* --- RICH LOOKING MINIMAL HEADER --- */
        .ipl-premium-header {
            background: #ffffff;
            border-radius: 20px;
            padding: 30px;
            margin-bottom: 35px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(41, 157, 235, 0.08);
            border: 1px solid rgba(41, 157, 235, 0.1);
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .header-left-content { border-left: 6px solid #299deb; padding-left: 20px; z-index: 2; }
        .header-title-main { font-size: 2.2rem; font-weight: 800; color: #1a233a; line-height: 1.1; margin: 0; }
        .header-title-main span { color: #299deb; }
        .header-right-stats { display: flex; gap: 15px; z-index: 2; }
        .stat-badge { background: #f8f9fa; padding: 10px 18px; border-radius: 12px; text-align: center; border: 1px solid #eee; min-width: 120px; }
        .stat-badge .s-label { display: block; font-size: 10px; font-weight: 700; color: #99abb4; text-transform: uppercase; margin-bottom: 2px; }
        .stat-badge .s-value { display: block; font-size: 14px; font-weight: 800; color: #1a233a; }

         /* --- HERO CAROUSEL STYLES --- */
.hero-carousel-container {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.hero-slide {
    position: relative;
    height: 450px; /* Nee requirement batti height marchuko mama */
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Gradient Overlay for Text */
.hero-text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 60px 30px 30px;
    background: linear-gradient(transparent, rgba(0,0,0,0.9));
    color: white;
}

.season-badge {
    background: #fdb913;
    color: #000;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 4px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}

.hero-title {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

/* Indicators Styling */
.hero-carousel-container .carousel-indicators [button] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
}

@media (max-width: 768px) {
    .hero-slide { height: 300px; }
    .hero-title { font-size: 1.5rem; }
}


        /* --- HEADER STYLES --- */
        /*.header-container { max-width: 1200px; margin: 0 auto; padding: 10px 15px; }*/


         .header-container, .main-wrapper {
            max-width: 1200px; /* Ee value desktop lo standard mama */
            width: 100%;
            margin-right: auto;
            margin-left: auto;
            padding: 10px 15px;
            }

            /* Player Grid Fix - Cards size control chestundi */
            @media (min-width: 992px) {
                .col-ipl-tall {
                    flex: 0 0 25%;
                    max-width: 25%; /* 4 Cards per row in desktop */
                }
            }

            @media (max-width: 1200px) {
                /* Small desktops/Tablets lo cards size thagginchadaniki */
                .ipl-player-name { font-size: 1.1rem; }
                .ipl-photo-section { height: 200px; }
            }
        .search-box { position: relative; width: 100%; max-width: 450px; }
        .search-box input { border: 1px solid #ccc; border-radius: 2px; padding: 6px 10px 6px 35px; width: 100%; }
        .search-box i { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); color: #666; }
        
        .epaper-link { color: #3b5998; font-weight: bold; text-decoration: none; font-size: 14px; }
        .live-badge { background: #008000; color: #fff; padding: 2px 6px; border-radius: 3px; font-weight: bold; font-size: 11px; }
        .login-btn { background-color: #299deb; color: #fff; border: none; padding: 6px 18px; border-radius: 2px; font-weight: bold; }

        /* Navigation Bar Color #299deb */
        .nav-brand-blue { background-color: #299deb; position: sticky; top: 0; z-index: 1000; }
        .nav-link-custom { color: white !important; padding: 12px 10px; font-size: 18px; font-weight: 600; text-decoration: none; display: inline-block; }
        
        .nav-scroll { 
            overflow-x: auto; 
            white-space: nowrap; 
            display: block !important; 
            -webkit-overflow-scrolling: touch;
        }
        .nav-scroll::-webkit-scrollbar { display: none; }

        .social-circle {
            width: 30px; height: 30px; background: white; border-radius: 50%;
            display: flex; align-items: center; justify-content: center;
            font-size: 14px; text-decoration: none;
        }

        /* --- TEAM ICON FILTER BAR --- */
        .team-icon-scroller {
            background-color: #fff;
            border-bottom: 1px solid #ddd;
            overflow-x: auto;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch;
        }
        .team-icon-scroller::-webkit-scrollbar { display: none; }
        .team-icon-item {
            display: inline-flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            padding: 10px 15px;
            transition: 0.2s;
        }
        .team-icon-item img { width: 50px; height: 50px; object-fit: contain; margin-bottom: 4px; }
        .team-icon-item span { font-size: 11px; font-weight: 700; color: #3b5998; text-transform: uppercase; }
        .team-icon-item:hover { background-color: #f8f9fa; }


        /* --- TEAM CARDS (3-COLUMN STRUCTURE) --- */
        .team-card {
            background-color: #fff; 
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.3s ease;
            border: 1px solid #eee;
            display: flex;
            flex-direction: column;
            height: 100%; 
        }
        .team-card:hover { transform: translateY(-8px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }

        .team-card-header {
            height: 115px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            flex-shrink: 0;
        }

        .team-logo-container {
            width: 80px; height: 80px;
            border-radius: 50%;
            background: white;
            padding: 8px;
            display: flex;
            align-items: center; justify-content: center;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
            z-index: 2;
        }
        .team-logo { max-width: 100%; max-height: 100%; object-fit: contain; }

        .team-info-body { padding: 15px; text-align: center; flex-grow: 1; }

        .details-box { 
            text-align: left; background: #f8f9fa; padding: 10px; 
            border-radius: 6px; font-size: 0.8rem; border-left: 4px solid #299deb; 
        }
        .details-box p { margin: 0; color: #444; line-height: 1.6; }
        .details-box strong { color: #000; font-size: 0.7rem; text-transform: uppercase; display: block; opacity: 0.7; margin-bottom: -2px;}

        /* --- 2026 TEAM COLORS --- */
        .bg-rcb { background: linear-gradient(135deg, #1a1a1b, #d4af37); } /* Champs Gold */
        .bg-lsg { background: linear-gradient(135deg, #ff3c3c, #b22222); } /* New Red */
        .bg-csk { background: linear-gradient(135deg, #fdb913, #f7df78); }
        .bg-mi  { background: linear-gradient(135deg, #004ba0, #002d5e); }
        .bg-kkr { background: linear-gradient(135deg, #3a225d, #765b9a); }
        .bg-srh { background: linear-gradient(135deg, #ff822a, #ff5e00); }

        .defending-tag { position: absolute; top: 8px; right: 8px; background: #ffd700; color: #000; font-size: 9px; font-weight: bold; padding: 2px 6px; border-radius: 4px; z-index: 3; }
        
        /* Sidebar Widgets */
        .widget-box { background: #fff; border-radius: 8px; border-left: 5px solid #299deb; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
        .ticker-bg { background: #fff; border-bottom: 1px solid #ddd; padding: 8px 0; }
        .hero-card { position: relative; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
        .hero-overlay {
            position: absolute; bottom: 0; left: 0; width: 100%;
            padding: 30px 20px 15px;
            background: linear-gradient(transparent, rgba(0,0,0,0.9));
            color: white;
        }

        /* --- Premium Modern Card Design --- */
.premium-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    position: relative;
}

.premium-card:hover {
    transform: translateY(-12px);
}

.card-banner {
    height: 140px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.banner-accent {
    position: absolute;
    bottom: -30px;
    left: -10%;
    width: 120%;
    height: 80px;
    background: #fff;
    transform: rotate(-5deg);
    z-index: 1;
}

.floating-logo {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.premium-card:hover .floating-logo {
    transform: scale(1.1) rotate(5deg);
}

.floating-logo img {
    max-width: 85%;
    object-fit: contain;
}

.card-content-ipl {
    padding: 25px 20px;
    text-align: center;
}

.team-title-modern {
    font-weight: 800;
    font-size: 1.2rem;
    color: #1a233a;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.info-pill-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-pill {
    background: #f4f7fa;
    border-radius: 12px;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.pill-label {
    font-size: 0.65rem;
    font-weight: 800;
    color: #99abb4;
    text-transform: uppercase;
}

.pill-value {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1a233a;
}

/* Specific Team Gradients */
.bg-rcb-premium { background: linear-gradient(45deg, #1a1a1b, #d4af37); }
.bg-csk-premium { background: linear-gradient(45deg, #fdb913, #f7df78); }
.bg-mi-premium  { background: linear-gradient(45deg, #004ba0, #002d5e); }
.bg-lsg-premium { background: linear-gradient(45deg, #ff3c3c, #b22222); }

/* Champion Elements */
.champs-badge-gold {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 215, 0, 0.9);
    color: #000;
    font-size: 0.65rem;
    font-weight: 900;
    padding: 5px 12px;
    border-radius: 30px;
    z-index: 3;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.highlight-gold {
    background: #fff9e6 !important;
    border: 1px solid #ffd700;
}



 /* --- PREMIUM DARK GRADIENT CARDS DESIGN --- */
        .team-card {
            border-radius: 20px;
            padding: 20px;
            color: white;
            text-align: center;
            position: relative;
            overflow: hidden;
            transition: .35s;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
            border: none;
            /* Nuuvu pampina last image gradient style */
            background: linear-gradient(145deg, #7b263f, #3e245a); 
            height: 100%;
        }

        .badge-champs {
            position: absolute;
            top: 10px;
            right: 10px;
            background: #ffea00;
            color: #000;
            font-weight: 800;
            font-size: 9px;
            padding: 4px 8px;
            border-radius: 5px;
            z-index: 5;
        }

        .team-logo {
            width: 80px;
            height: 80px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px auto;
            /*padding: 10px;*/
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }
        .team-logo img { width: 100%; height: auto; }

        .team-name {
            font-size: 19px;
            font-weight: 800;
            margin-bottom: 20px;
            line-height: 1.2;
            height: 45px;
        }

        /* Stats Box - Unified Background from your last image */
        .team-info {
            background-color: rgba(255, 255, 255, 0.08);
            border-radius: 15px;
            padding: 15px;
            text-align: left;
            position: relative;
            border-left: 4px solid rgba(255, 255, 255, 0.3);
        }

        .team-info::before {
            content: "";
            position: absolute;
            top: 0;
            left: -4px;
            width: 20px;
            height: 20px;
            border-top: 4px solid rgba(255, 255, 255, 0.3);
            border-top-left-radius: 15px;
        }

        .label {
            font-size: 10px;
            font-weight: 700;
            color: rgba(255,255,255,0.6);
            text-transform: uppercase;
        }
        .value {
            font-weight: 700;
            color: #fff;
            font-size: 14px;
            margin-bottom: 8px;
        }

        .section-title {
            border-left: 5px solid #2b82d9;
            padding-left: 15px;
            font-weight: 800;
            margin: 40px 0 25px;
            text-transform: uppercase;
        }

         /* Teams card */
        .CSK-profile-card{background:linear-gradient(to right,#fce00c,#72706a);}
        .DC-profile-card{background:linear-gradient(to right,#112160,#72706a);}
        .PBKS-profile-card{background:linear-gradient(to right,#DD1F2D,#72706a);}
        .KKR-profile-card{background:linear-gradient(to right,#3A225D,#72706a);}
        .MI-profile-card{background:linear-gradient(to right,#004B8D,#72706a);}
        .RR-profile-card{background:linear-gradient(to right,#EA1B85,#979094a8);}
        .RCB-profile-card{background:linear-gradient(to right,#d71a10,#72706a);}
        .SRH-profile-card{background:linear-gradient(to right,#FF822A,#817f7fc2);}
        .GT-profile-card{background:linear-gradient(to right,#1B2133,#72706a);}
        .LSG-profile-card{background:linear-gradient(to right,#d3182a,#72706a);}

        .CSK{ background: linear-gradient(135deg, #fce00c 0%, #C47D00 100%); }
        .DC{ background: linear-gradient(135deg, #112160 0%, #1A2E6E 100%); }
        .GT{ background: linear-gradient(135deg, #0e1c34 0%, #0e1c34 100%); }
        .KKR{ background: linear-gradient(135deg, #3d205d 0%, #3d205d 100%); }
        .LSG{ background: linear-gradient(135deg, #ab093a 0%, #ab093a 100%); }
        .KXIP{ background: linear-gradient(135deg, #ee2722 0%, #ee2722 100%); }
        .MI{ background: linear-gradient(135deg, #00A3E0 0%, #005FA3 100%); }
        .RR{ background: linear-gradient(135deg, #e70692 0%, #e70692 100%); }
        .RCB{ background: linear-gradient(135deg, #d41a11 0%, #d41a11 100%); }
        .SRH{ background: linear-gradient(135deg, #FF4F1D 0%, #FF4F1D 100%); }
        

         /* --- SCHEDULE & RESULT CARD STYLES --- */
        .match-card {
            background: #fff;
            border-radius: 10px;
            border: 1px solid #eee;
            margin-bottom: 15px;
            display: flex;
            transition: 0.3s;
        }
        .match-card:hover { border-left: 5px solid #299deb; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }

        .date-section {
            background: #f8f9fa;
            border-right: 1px solid #eee;
            padding: 15px;
            text-align: center;
            min-width: 100px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .date-section .day { font-size: 1.4rem; font-weight: 800; color: #333; }
        .date-section .month { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; color: #666; }

        .info-section { padding: 15px 20px; flex-grow: 1; }
        .team-line { font-size: 1.1rem; font-weight: 800; color: #1a233a; }
        .venue-line { font-size: 0.8rem; color: #777; margin-top: 4px; }
        .team-mini-logo { width: 25px; height: 25px; object-fit: contain; margin: 0 8px; }

        .status-section {
            padding: 15px;
            text-align: center;
            min-width: 160px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background-color: #fafafa;
        }

        /* Result Styles */
        .result-score { font-weight: 800; color: #333; font-size: 0.95rem; margin-bottom: 2px; }
        .result-winner { font-size: 0.75rem; color: #008000; font-weight: 700; margin-bottom: 5px; }
        .btn-result { background: #299deb; color: white; font-size: 11px; padding: 3px 10px; border-radius: 4px; text-decoration: none; font-weight: bold; }

        /* Upcoming Styles */
        .upcoming-time { font-weight: 800; color: #299deb; font-size: 1.1rem; }
        .upcoming-tag { font-size: 10px; color: #999; font-weight: bold; text-transform: uppercase; }

        @media (max-width: 768px) {
            .match-card { flex-direction: column; }
            .date-section { border-right: none; border-bottom: 1px solid #eee; width: 100%; }
            .status-section { border-top: 1px solid #eee; width: 100%; }
        }

        .widget-box { background: #fff; border-radius: 8px; border-left: 5px solid #299deb; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }



         /* --- TEAM FILTER BAR --- */
        .filter-bar {
            background: white;
            padding: 20px 0;
            border-bottom: 1px solid #ddd;
            overflow-x: auto;
            white-space: nowrap;
            margin-bottom: 30px;
        }
        .filter-item {
            display: inline-block;
            text-align: center;
            margin: 0 15px;
            cursor: pointer;
            transition: 0.3s;
            opacity: 0.6; /* Unselected teams are slightly faded */
        }
        .filter-item img {
            width: 55px;
            height: 55px;
            border-radius: 50%;
            border: 2px solid transparent;
            padding: 5px;
            background: #fff;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            transition: 0.3s;
        }
        .filter-item p {
            margin-top: 8px;
            font-size: 12px;
            font-weight: 700;
            color: #2b82d9;
        }


        /* HIGHLIGHT STYLE - When Selected */
        .filter-item.active {
            opacity: 1;
            transform: scale(1.1);
        }
        .filter-item.active img {
            border-color: #2b82d9;
            box-shadow: 0 0 15px rgba(43, 130, 217, 0.4);
        }

        /* --- POINTS TABLE STYLES --- */
        .points-table-card {
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
            border: 1px solid #eee;
        }

        .table thead { background-color: #299deb; color: white; }
        .table th { font-weight: 600; text-transform: uppercase; font-size: 0.8rem; padding: 15px 10px; border: none; }
        .table td { vertical-align: middle; padding: 12px 10px; font-size: 0.9rem; border-bottom: 1px solid #f1f1f1; }

        /* Playoff Zone Highlight */
        .playoff-zone { background-color: #f0f7ff; }
        .rank-number { font-weight: 800; color: #299deb; width: 30px; }
        
        .team-info { display: flex; align-items: center; gap: 10px; }
        .team-logo-small { width: 30px; height: 30px; object-fit: contain; }
        .team-name-full { font-weight: 700; color: #1a233a; }

        .nrr-positive { color: #008000; font-weight: 600; }
        .nrr-negative { color: #d9534f; font-weight: 600; }

        .form-dots { display: flex; gap: 4px; }
        .dot { width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: bold; color: white; }
        .dot-w { background-color: #28a745; } /* Win */
        .dot-l { background-color: #dc3545; } /* Loss */

        /* --- TEAM CARD SPECIFIC STYLES --- */
/* Ee styles kevalam team-card lopala unna team-info ki matrame apply avthayi */

.team-card .team-info {
    background-color: rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(8px);
    border-radius: 15px !important;
    padding: 15px !important;
    text-align: left !important;
    position: relative;
    border-left: 4px solid rgba(255, 255, 255, 0.4) !important;
    margin-top: 10px;
    display: block !important;
    width: 100%;
}

/* Curve only for Team Card */
.team-card .team-info::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -4px !important;
    width: 20px !important;
    height: 20px !important;
    border-top: 4px solid rgba(255, 255, 255, 0.4) !important;
    border-top-left-radius: 15px !important;
    display: block !important;
}

/* Kevalam Team-card lopala unna labels ki */
.team-card .label {
    font-size: 10px !important;
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 2px !important;
    display: block !important;
}

/* Kevalam Team-card lopala unna values ki */
.team-card .value {
    font-weight: 700 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
    display: block !important;
    line-height: 1.2 !important;
}


 /* --- PLAYERS TEAM PROFILE --- */
        .team-profile-header {
         
            border-radius: 20px; color: white; padding: 30px 20px;
            margin-bottom: 30px; text-align: center;
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }
        .team-profile-logo-box {
            width: 100px; height: 100px;  border-radius: 50%;
            display: flex; align-items: center; justify-content: center;
            margin: 0 auto 15px auto; padding: 1px; box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }
        .team-profile-logo-box img { width: 85%; }
        .squad-status-badge { background: #ffc107; color: #000; font-size: 11px; font-weight: 800; padding: 4px 12px; border-radius: 8px; display: inline-block; margin-top: 5px; }

        /* --- PLAYER CARDS SYSTEM --- */
        .player-card {
            background: white; border-radius: 25px;
            overflow: hidden; border: none;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            transition: 0.3s; height: 100%; display: flex; flex-direction: column;
        }
        .player-card:hover { transform: translateY(-8px); }

        .player-img-container { background: #f8f9fa; position: relative; padding-top: 15px; display: flex; justify-content: center; overflow: hidden; height: 160px; }
        .player-img-container img { height: 100%; width: auto; object-fit: contain; }

        /* Dynamic Role Icons in top right */
        .role-icon-badge {
            position: absolute; top: 10px; right: 10px;
            width: 30px; height: 30px; background: white;
            border-radius: 50%; display: flex; align-items: center; justify-content: center;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1); color: #299deb; font-size: 14px;
        }

        .player-body { padding: 15px; text-align: center; flex-grow: 1; }
        .player-name { font-weight: 800; color: #1a233a; font-size: 1.1rem; margin-bottom: 15px; width: 100%; }

        /* --- PREMIUM INFO BOX --- */
        .player-info-box {
            background-color: #f8f9fc !important;
            border-radius: 18px !important;
            padding: 15px !important;
            text-align: left !important;
            position: relative;
            border-left: 5px solid #299deb !important;
        }
        .player-info-box::before {
            content: "" !important; position: absolute !important;
            top: 0 !important; left: -5px !important;
            width: 20px !important; height: 20px !important;
            border-top: 5px solid #299deb !important;
            border-top-left-radius: 18px !important;
        }
        .label-text { font-size: 11px; font-weight: 700; color: #7d8597; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; display: block; }
        .value-text { font-size: 14px; font-weight: 700; color: #334155; margin-bottom: 10px; display: block; }
        


        /* Sidebar Story Item Hover */
/* --- PREVIEW SIDEBAR STORIES (Dynamic Bigger Image) --- */
.sidebar-stories-section {
    background: #ffffff;
    border-radius: 12px;
    border-left: 5px solid #299deb; /* Sakshi Blue */
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-top: 25px; /* Points table ki kinda */
    overflow: hidden;
    width: 100%;
}

.stories-section-header {
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stories-section-header h6 {
    font-weight: 800;
    color: #1a233a;
    text-transform: uppercase;
    margin: 0;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.story-list-block {
    padding: 15px;
}

/* BIGGER IMAGE LIST ITEM */
.sidebar-story-list-item {
    display: flex;
    align-items: center; /* Vertically center content */
    padding: 12px 0;
    border-bottom: 1px solid #f5f6f7;
    text-decoration: none !important;
    transition: 0.3s ease-in-out;
}

.sidebar-story-list-item:last-child {
    border-bottom: none;
}

.sidebar-story-list-item:hover {
    background-color: #f0f7ff; /* Subtle Blue Tint */
    transform: translateX(5px);
}

.sidebar-story-list-item:hover .story-headline-text {
    color: #299deb;
}

/* DYNAMIC BIGGER IMAGE THUMB */
.story-thumb-dynamic-bigger {
    width: 100px; /* Fixed width, bigger size */
    height: 63px;  /* Aspect ratio adjusted */
    background: #fff;
    /*border: 1px solid #eee;*/
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    padding: 1px;
    box-shadow: 2px 3px 5px #585757;
}

.story-thumb-dynamic-bigger img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 5px;
}

/* Label on top of image (Optional) */
.story-tag-dynamic {
    position: absolute;
    top: 5px;
    left: 5px;
    background: rgba(41, 157, 235, 0.85);
    color: white;
    font-size: 8px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
    text-transform: uppercase;
}

.story-headline-text {
    font-size: 16px;
    font-weight: 600;
    color: #444;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Max 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Yellow View All Button */
.view-all-stories-btn {
    display: block;
    text-align: center;
    padding: 15px;
    background: #fff;
    border-top: 1px solid #eee;
    color: #fdb913; /* Yellow Color */
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    transition: 0.3s;
}

.view-all-stories-btn:hover {
    background: #fff9e6;
    color: #e6a700;
}


  /* --- RESULTS CARDS --- */
        .result-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid #eee;
            margin-bottom: 20px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }
        .result-header {
            background-color: #f8f9fa;
            padding: 10px 20px;
            font-size: 0.8rem;
            color: #666;
            border-bottom: 1px solid #eee;
            display: flex;
            justify-content: space-between;
        }
        .result-body { padding: 20px; }
        
        .team-score-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
        .team-meta { display: flex; align-items: center; gap: 12px; }
        .team-logo-result { width: 40px; height: 40px; object-fit: contain; box-shadow:4px 1px 8px 2px #00000040;border-radius:50% }
        .team-name-text { font-weight: 700; font-size: 1.1rem; color: #1a233a;}
        .score-text { font-weight: 800; font-size: 1.2rem; color: #333; }
        .score-text span { font-size: 0.85rem; font-weight: 500; color: #777; margin-left: 5px; }

        .winner-status { 
            color: #008000; 
            font-weight: 700; 
            font-size: 0.9rem; 
            padding-top: 10px; 
            border-top: 1px dashed #eee;
            margin-top: 10px;
        }
        
    
/* ================= Champions NEW CARD DESIGN ================= */
.new-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: 0.4s;
}

.new-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.25);
}

/* IMAGE */
.card-img-section {
    position: relative;
    height: 190px;
    overflow: hidden;
}

.card-img-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.new-card:hover img {
    transform: scale(1.1);
}

/* YEAR BADGE */
.year-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(45deg,#ffcc00,#ff6b00);
    color: #000;
    font-weight: bold;
    padding: 5px 14px;
    border-radius: 30px;
    font-size: 12px;
}

/* CONTENT */
.card-info {
    padding: 15px;
}

/* HEADER ROW */
.top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-row h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.top-row i {
    color: #ffb400;
    font-size: 16px;
}

/* GRID */
.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 12px;
}

.info-grid div span {
    font-size: 11px;
    color: #6b7280;
}

.info-grid div p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #111;
}

/* TITLE */
.page-title {
    font-weight: 800;
    border-left: 5px solid #299deb;
    padding-left: 10px;
}

/* FOOTER */
footer {
    background-color: #0c4471;
    color: #fff;
}


.glass-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 340px;
}

.glass-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.glass-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    backdrop-filter: blur(12px);
    background: rgba(0,0,0,0.4);
}

.glass-overlay .year {
    background: gold;
    color: #000;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
}

.glass-overlay h3 {
    margin-top: 8px;
    font-weight: 700;
}
