
/* ================= GLOBAL ================= */
body {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    color: white;
    background: url('assets/main-background.png') center/cover no-repeat fixed;
}

a {
    text-decoration: none;
    color: white;
}

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

.section-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3);
    z-index: 0;
}

.section-content {
	//width: 40%;
    position: relative;
    z-index: 2;
}
section.section-seelist {
    text-align: center;
    padding-bottom: 20px;
}
.container.c-full-list.section-content.pt-3.align-items-center.h-100 {
    padding: 20px;
    border: 1px solid white;
    border-radius: 15px;
}
section.section-seelist{
		display:none;
	}
/* ================= SITE WRAPPER ================= */
.site-wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ================= SIDEBAR ================= */
.sidebar {
	overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #393737 #000000;
    scrollbar-gutter: stable;
    position: sticky;
    top: 0;
    height: 100vh;
    background: linear-gradient(to bottom, rgba(17,17,17,0.45), rgba(26,26,26,0.45));
    padding: 30px 20px;
}

.sidebar-logo {
    font-weight: 700;
    font-size: 28px;
}

.sidebar-logo span {
    color: red;
}

/* FIX 5: Sidebar nav uses Bebas Neue to match design */
.sidebar-nav a {
    display: block;
    font-family: 'Bebas Neue', sans-serif;
    color: #ccc;
    text-decoration: none;
    margin: 15px 0;
    font-size: 16px;
    letter-spacing: 2px;
    transition: 0.3s;
}

.sidebar-nav a:hover {
    color: #fff;
    padding-left: 5px;
}

/* ================= HERO ================= */
img.hero-logo {
    width: 100%;
}

.hero-section {
	    min-height: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
   /* min-height: 40vh;
	top:1%;
    //padding: 40px 10px 40px 10px;
    display: flex;
    justify-content: center;
	*/
}

.start-main-content {
    background: url('assets/behind The Leaderboard background.png') center/cover no-repeat fixed;
}

/* ================= CARD SHARED ================= */
.section-card {
    max-width: 1050px;
    width: 100%;
    background: rgba(0,0,0,0.65);
    padding: 50px;
    border-radius: 20px;
}


/* ================= CATEGORY / CARD ANCHORS ================= */
.category-section,
.power-card {
    scroll-margin-top: 90px;
}

/* FIX 2: Paragraph styles — semicolon fixed, weight/spacing/lineheight corrected */
.section-card p,
.section-card .leader-desc {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1.65;
    color: #d7d7d7;
    margin-top: 12px;
}

/* ================= OVERVIEW ================= */

.sidebar-nav a.active {
        color: #fff;
        padding-left: 5px;
    }

    .overview-section {
        padding: 80px 20px 70px 20px;
        display: flex;
        justify-content: center;
    }

    .overview-card {
        max-width: 1050px;
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
        background: url('assets/The Leaderboard bg.png') center/cover no-repeat;
        border: 2px solid rgba(255,255,255,0.18);
        box-shadow: 0 28px 80px rgba(0,0,0,0.38);
    }

    .overview-card-inner {
        padding: 58px 58px 52px 58px;
        background: linear-gradient(135deg, rgba(0,0,0,0.78), rgba(0,0,0,0.52));
    }

    .overview-kicker {
        font-family: 'Bebas Neue', sans-serif;
        color: #fe0031;
        font-size: 24px;
        letter-spacing: 3px;
        margin-bottom: 12px;
    }

    .overview-title {
        font-family: 'Bebas Neue', sans-serif;
        font-size: clamp(58px, 8vw, 100px);
        line-height: 0.92;
        letter-spacing: 2px;
        color: #fff;
        margin: 0;
        max-width: 860px;
    }

    .overview-title span {
        color: #fe0031;
    }

    .overview-lead {
        max-width: 900px;
        margin-top: 26px;
        color: #eeeeee;
        font-size: 25px;
        line-height: 1.45;
        font-weight: 300;
    }

    .overview-rule {
        width: 100%;
        height: 3px;
        background: rgba(255,255,255,0.92);
        margin: 34px 0;
    }

    .overview-copy {
        max-width: 880px;
    }

    .overview-copy p {
        font-size: 20px;
        line-height: 1.76;
        font-weight: 300;
        color: #d7d7d7;
        margin: 0 0 22px 0;
    }

    .overview-copy p:first-child::first-letter {
        float: left;
        font-family: 'Bebas Neue', sans-serif;
        font-size: 86px;
        line-height: 0.82;
        padding-right: 10px;
        color: #fe0031;
    }

    .overview-callout {
        margin: 36px 0;
        padding: 28px 32px;
        border-left: 5px solid #fe0031;
        background: rgba(255,255,255,0.07);
        border-radius: 0 18px 18px 0;
    }

    .overview-callout p {
        margin: 0;
        color: #fff;
        font-size: 26px;
        line-height: 1.45;
        font-weight: 300;
    }

    .overview-signoff,
    .methodology-signoff {
        margin-top: 36px;
        font-family: 'Oswald', sans-serif;
        color: #fe0031;
        font-size: 34px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: none;
}

    a.gb-button {
        margin-left: 10px;
    }

    .site-footer {
        background: #141414;
        padding: 20px;
        display: flex;
    }

    .social-col {
        text-align: right;
    }

    @media (max-width: 900px) {
        .overview-section {
            padding: 38px 12px 46px 12px;
        }

        .overview-card-inner {
            padding: 30px 20px 34px 20px;
        }

        .overview-kicker {
            font-size: 19px;
            letter-spacing: 2px;
        }

        .overview-title {
            font-size: 50px;
        }

        .overview-lead {
            font-size: 19px;
            line-height: 1.6;
        }

        .overview-copy p {
            font-size: 17px;
            line-height: 1.7;
        }

        .overview-copy p:first-child::first-letter {
            font-size: 64px;
        }

        .overview-callout {
            padding: 20px 18px;
        }

        .overview-callout p {
            font-size: 20px;
        }

        .social-col,
        .copy-col {
            text-align: center;
        }

        .site-footer {
            display: block;
        }
    }

/* ================= METHODOLOGY PAGE ================= */

.methodology-section {
    padding: 80px 20px 70px 20px;
    display: flex;
    justify-content: center;
}

.methodology-card {
    max-width: 1050px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: url('assets/box bg 4.png') center/cover no-repeat;
    border: 2px solid rgba(255,255,255,0.22);
    box-shadow: 0 28px 80px rgba(0,0,0,0.42);
}

.methodology-card-inner {
    padding: 58px 58px 52px 58px;
    background: linear-gradient(135deg, rgba(0,0,0,0.82), rgba(0,0,0,0.56));
}

.methodology-kicker {
    font-family: 'Bebas Neue', sans-serif;
    color: #fe0031;
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.methodology-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(58px, 8vw, 100px);
    line-height: 0.92;
    letter-spacing: 2px;
    color: #fff;
    margin: 0;
    max-width: 900px;
}

.methodology-title span {
    color: #fe0031;
}

.methodology-lead {
    max-width: 900px;
    margin-top: 26px;
    color: #eeeeee;
    font-size: 25px;
    line-height: 1.45;
    font-weight: 300;
}

.methodology-rule {
    width: 100%;
    height: 3px;
    background: rgba(255,255,255,0.92);
    margin: 34px 0;
}

.methodology-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 42px;
}

.methodology-point {
    padding: 24px 22px;
    border-radius: 18px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.16);
}

.methodology-point span {
    display: block;
    font-family: 'Bebas Neue', sans-serif;
    color: #fe0031;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 8px;
}

.methodology-point h3 {
    font-family: 'Bebas Neue', sans-serif;
    color: #fff;
    font-size: 34px;
    letter-spacing: 2px;
    margin: 0 0 8px 0;
}

.methodology-point p {
    font-size: 17px;
    line-height: 1.55;
    font-weight: 300;
    color: #d7d7d7;
    margin: 0;
}

.methodology-copy {
    max-width: 880px;
}

.methodology-copy p {
    font-size: 20px;
    line-height: 1.76;
    font-weight: 300;
    color: #d7d7d7;
    margin: 0 0 22px 0;
}

.methodology-copy p:first-child::first-letter {
    float: left;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 86px;
    line-height: 0.82;
    padding-right: 10px;
    color: #fe0031;
}

.methodology-callout {
    margin: 36px 0;
    padding: 28px 32px;
    border-left: 5px solid #fe0031;
    background: rgba(255,255,255,0.07);
    border-radius: 0 18px 18px 0;
}

.methodology-callout p {
    margin: 0;
    color: #fff;
    font-size: 26px;
    line-height: 1.45;
    font-weight: 300;
}


@media (max-width: 900px) {
    .methodology-section {
        padding: 38px 12px 46px 12px;
    }

    .methodology-card-inner {
        padding: 30px 20px 34px 20px;
    }

    .methodology-kicker {
        font-size: 19px;
        letter-spacing: 2px;
    }

    .methodology-title {
        font-size: 50px;
    }

    .methodology-lead {
        font-size: 19px;
        line-height: 1.6;
    }

    .methodology-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 32px;
    }

    .methodology-point {
        padding: 20px 18px;
    }

    .methodology-point span {
        font-size: 36px;
    }

    .methodology-point h3 {
        font-size: 30px;
    }

    .methodology-point p {
        font-size: 16px;
    }

    .methodology-copy p {
        font-size: 17px;
        line-height: 1.7;
    }

    .methodology-copy p:first-child::first-letter {
        font-size: 64px;
    }

    .methodology-callout {
        padding: 20px 18px;
    }

    .methodology-callout p {
        font-size: 20px;
    }
}   
/* ================= READ MORE LINK ================= */
.leader-desc .read-more {
    color: #fe0031;
    font-weight: 600;
    margin-left: 6px;
    white-space: nowrap;
}

.leader-desc .read-more a {
    color: inherit;
    text-decoration: none;
}

.leader-desc .read-more a:hover {
    text-decoration: underline;
}

/* FIX 2: Paragraph styles — semicolon fixed, weight/spacing/lineheight corrected */
.section-card p,
.section-card .leader-desc {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1.65;
    color: #d7d7d7;
    margin-top: 12px;
}

/* ================= LEADERBOARD TITLE ================= */
.heading-group {
    display: inline-block;
}

/* FIX 1: section-title font size scaled down to match design */
.section-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 70px;
    color: #fe0031;
    letter-spacing: 2px;
    margin: 0 0 0 0;
}

.heading-line {
    width: 100%;
    height: 3px;
    background: #fff;
    margin: 10px 0 40px 0;
}

/* ================= SECTION ROWS ================= */
.section-row {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    margin-top: 20px;
}

/* ================= IMAGES ================= */
.leader-image {
    width: 410px;
    aspect-ratio: 410 / 500;
    background: #3d2fa3;
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0;
}

.leader-image-horizontal {
    width: 100%;
    aspect-ratio: 870 / 310;
    background: #3d2fa3;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.leader-image img,
.leader-image-horizontal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

/* ================= RANK / NAME / TITLE / COMPANY ================= */
.leader-info {
    display: flex;
    flex-direction: column;
}

/* FIX 1: Rank scaled down */
.rank {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 120px;
    line-height: 1;
}

.rank-divider {
    width: 90px;
    height: 4px;
    background: white;
    margin: 10px 0 15px 0;
}

/* FIX 1: Name scaled down */
.leader-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 60px;
    letter-spacing: 2px;
    margin: 0;
    line-height: 1;
}

/* FIX 1: Title scaled down */
.leader-title {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-top: 6px;
}

/* FIX 1: Company pill scaled down */
.company-pill {
    display: inline-block;
    margin-top: 10px;
    border: 2px solid white;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* FIX 3: mbt-20 negative margin reduced */
.number-info {
    padding-left: 15px;
}

.number-info .leader-name {
    margin-bottom: -20px; /* FIX 3: was -40px, too aggressive */
}

.number-info .leader-title {
    margin-top: 10px;
}

/* ================= COLOUR HELPERS ================= */
.c-b { color: black; }
.b-b { background: black; }

/* ================= SECTION WRAPPERS ================= */
.leaderboard-section {
    padding: 0px 20px 40px 20px;
    display: flex;
    justify-content: center;
}

.section-round-border {
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0.01);
}

.section-beige,
.section-blue-light {
    padding: 40px 20px;
    display: flex;
    justify-content: center;
}
/* ================= FULL LIST PAGES ================= */

.full-list-section,
.full-list-org-section {
    padding: 80px 20px 70px 20px;
    display: flex;
    justify-content: center;
}

.full-list-card,
.full-list-org-card {
    max-width: 1050px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: url('assets/The Leaderboard bg.png') center/cover no-repeat;
    border: 2px solid rgba(255,255,255,0.18);
    box-shadow: 0 28px 80px rgba(0,0,0,0.38);
}

.full-list-card-inner,
.full-list-org-card-inner {
    padding: 58px 58px 52px 58px;
    background: linear-gradient(135deg, rgba(0,0,0,0.82), rgba(0,0,0,0.56));
}

.full-list-kicker,
.full-list-org-kicker {
    font-family: 'Bebas Neue', sans-serif;
    color: #fe0031;
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.full-list-title,
.full-list-org-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(58px, 8vw, 100px);
    line-height: 0.92;
    letter-spacing: 2px;
    color: #fff;
    margin: 0;
    max-width: 900px;
}

.full-list-title span,
.full-list-org-title span {
    color: #fe0031;
}

.full-list-lead,
.full-list-org-lead {
    max-width: 900px;
    margin-top: 26px;
    color: #eeeeee;
    font-size: 25px;
    line-height: 1.45;
    font-weight: 300;
}

.full-list-rule,
.full-list-org-rule {
    width: 100%;
    height: 3px;
    background: rgba(255,255,255,0.92);
    margin: 34px 0;
}

.alphabet-list,
.organisation-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 34px;
}

.alphabet-group,
.organisation-group {
    padding: 24px 24px 18px 24px;
    border-radius: 18px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.14);
}

.alphabet-group h2,
.organisation-group h2 {
    font-family: 'Bebas Neue', sans-serif;
    color: #fe0031;
    font-size: 54px;
    line-height: 1;
    letter-spacing: 2px;
    margin: 0 0 18px 0;
    border-bottom: 2px solid rgba(255,255,255,0.85);
    padding-bottom: 10px;
}

.alphabet-item,
.organisation-item {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,0.13);
}

.alphabet-item:last-child,
.organisation-item:last-child {
    border-bottom: none;
}

.alphabet-name,
.organisation-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 34px;
    line-height: 1;
    color: #fff;
    letter-spacing: 1.5px;
    margin-bottom: 7px;
}

.alphabet-role,
.organisation-role {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 300;
    color: #d7d7d7;
    margin-bottom:4px
}

@media (max-width: 900px) {
    .full-list-section,
    .full-list-org-section {
        padding: 38px 12px 46px 12px;
    }

    .full-list-card-inner,
    .full-list-org-card-inner {
        padding: 30px 20px 34px 20px;
    }

    .full-list-kicker,
    .full-list-org-kicker {
        font-size: 19px;
        letter-spacing: 2px;
    }

    .full-list-title,
    .full-list-org-title {
        font-size: 50px;
    }

    .full-list-lead,
    .full-list-org-lead {
        font-size: 19px;
        line-height: 1.6;
    }

    .alphabet-list,
    .organisation-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .alphabet-group,
    .organisation-group {
        padding: 20px 18px 14px 18px;
    }

    .alphabet-group h2,
    .organisation-group h2 {
        font-size: 44px;
    }

    .alphabet-name,
    .organisation-name {
        font-size: 30px;
    }

    .alphabet-role,
    .organisation-role {
        font-size: 16px;
    }
    
}

/* ================= FULL LIST NAME HOVER ================= */

.alphabet-name a,
.organisation-name a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

.alphabet-name a:hover,
.organisation-name a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}
/* ================= CARD BACKGROUNDS ================= */
.card-leaderboard {
    background: url('assets/The Leaderboard bg.png') center/cover no-repeat;
}

/* FIX 6: card-dark-round border restored */
.card-dark-round {
    background: url('assets/box bg 4.png') center/cover no-repeat;
    border: 2px solid #737373;
}

.card-beige {
    background: url('assets/box bg.png') center/cover no-repeat;
}

.card-blue-light {
    background: url('assets/box-bg-2.png') center/cover no-repeat;
}

.card-beige-grad {
    background: url('assets/box bg 5.png') center/cover no-repeat;
}

.card-blue-grad {
    background: url('assets/box bg 3.png') center/cover no-repeat;
}
/*	================= NEW TOP MENU BAR Desktop ================= */
		.top-menubar {
			position: sticky;
			top: 0;
			z-index: 1000;
			width: 100%;
			display: flex;
			align-items: center;
			justify-content: flex-end;
		   // justify-content: space-between;
			padding: 14px 24px;
			background: rgba(10,10,10,0.92);
			backdrop-filter: blur(8px);
			border-bottom: 1px solid rgba(82,80,80,0.8);
		}

		.top-menubar .top-logo img {
			height: 34px;
			display: block;
			float:right;
		}

/* ================= MOBILE ================= */
@media (max-width: 900px) {

/* Offset anchor scroll to account for sticky navbar height */
#leaders, #governors, #franchise-club-heads, #operators, #advocates, #voices,
.power-card {
    scroll-margin-top: 70px; /* adjust to your navbar height */
}

	section.section-seelist{
		display:block;
	}
    .hero-logo-smobile { width: 100px; }
    .hero-logo-mnav    { width: 100px; }
	.top-menubar {
		display:none;
	}
    .navbar {
        position: sticky;
        top: 0;
        z-index: 999;
        border-bottom: 1px solid white;
    }

    .hero-section { min-height: auto; }

    .section-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    /* .leader-image,
    .leader-image-horizontal{
        width: 100%;
        max-width: 870;
    } */

    @media (max-width: 900px) {
    .leader-image,
    .leader-image-horizontal {
        width: 100%;
        max-width: 100%;
    }

    .leader-image-horizontal {
        aspect-ratio: 870 / 310;
        margin-bottom: 18px;
    }

    .leader-image-horizontal img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        display: block;
    }
}

    

    /* Mobile font scale-down */
    .rank        { font-size: 80px; }
    .leader-name { font-size: 42px; }
    .leader-title { font-size: 18px; margin-top: 2px; }
    .company-pill { font-size: 12px; }
    .section-title { font-size: 44px; }

    .number-info .leader-name { margin-bottom: -14px; }

    .leaderboard-section,
    .section-round-border,
    .section-beige,
    .section-blue-light {
     //   padding: 16px 8px;
    }

    .section-card { padding: 24px 18px; }
}

@media (max-width: 991px) {
    .sidebar { display: none; }
}

/* ================= READ MORE COLOR PER CARD ================= */
/* ================= READ MORE COLOR PER CARD - FINAL FIX ================= */

/* Base read-more style */
.section-card .leader-desc .read-more,
.section-card .leader-desc .read-more a {
    color: var(--read-more-color, #fe0031) !important;
    font-weight: 700;
    text-decoration: none;
}

/* Hover */
.section-card .leader-desc .read-more a:hover {
    opacity: 0.85;
    text-decoration: underline;
}

/* 01 Nita Ambani - red/pink card */
.card-leaderboard {
    --read-more-color: #fe0031;
}

/* 02 Clare Connor - blue/pink card */
.card-dark-round {
    --read-more-color: #ff5fa8;
}

/* 03 Juhi Chawla - gold card */
.card-beige {
    --read-more-color: #9051f6d5;;
}

/* 04 Preity Zinta - purple/red card */
.card-blue-light {
    --read-more-color: #ff4f8b;
}

/* 05 Kavya Maran - dark red card */
.card-beige-grad {
    --read-more-color: #6c4a06;
}

/* 06 Blue/Purple gradient card */
.card-blue-grad {
    --read-more-color: #b88cff;
}

/* Sarah-style cards: desktop image right, mobile image top/text below */
@media (max-width: 900px) {
    .image-right-mobile-fix {
        flex-direction: column-reverse;
    }
}

