body {
font-family: Arial, sans-serif;
font-display: swap;
margin: 0;
padding: 0;
}


.rankings-section {
background-color: #000000;
color: #ffffff;
text-align: center;
padding: 60px 20px;
}


.rankings-section h2 {
font-size: 2.5em;
margin-bottom: 40px;
color: #ffffff;
}


.rankings-container {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
max-width: 1200px;
margin: 0 auto;
}


.ranking-item {
flex: 1;
min-width: 250px;
margin: 20px;
text-align: center;
}


.ranking-item h3 {
font-size: 3em;
margin: 0;
color: #ffffff;
}


.ranking-item p {


font-size: 1.2em;


margin: 10px 0 5px;


color: #ffffff;


}


.ranking-item small {


display: block;


font-size: 0.9em;


color: #ffffff;


}


@media (max-width: 768px) {


.ranking-item {


width: calc(50% - 40px);


}


}


@media (max-width: 480px) {


.ranking-item {


width: calc(100% - 40px);


}


}


.highlight-section {


margin: 0; /* Remove default margin */


padding: 20px 0; /* Padding for top and bottom */


text-align: center;


background-color: #f5f5f5; /* Light grey background color */


}


.highlight-section h2 {


margin-bottom: 30px;


}


.highlight-card {


background-color: white;


border: 1px solid #ddd;


border-radius: 8px;


padding: 20px;


margin: 15px;


display: inline-block;


width: calc(30% - 30px); /* Reduced width to ensure three cards per line */


box-sizing: border-box;


vertical-align: top;


height: 300px; /* Set a fixed height for all cards */


overflow: hidden; /* Ensure content does not overflow */


transition: transform 0.2s, box-shadow 0.2s;


}


.highlight-card:hover {


transform: translateY(-5px);


box-shadow: 0 8px 16px rgba(0,0,0,0.2);


}


.highlight-icon {


font-size: 48px;


color: #8e6f3e;


margin-bottom: 15px;


}


.highlight-title {


font-size: 1.5em;


font-weight: bold;


margin-bottom: 10px;


}


.highlight-text {


font-size: 1em;


line-height: 1.6;


color: #333;


}


@media (max-width: 768px) {


.highlight-card {


width: calc(50% - 30px);


height: auto; /* Reset height on smaller screens */


}


}


@media (max-width: 480px) {


.highlight-card {


width: calc(100% - 30px);


height: auto; /* Reset height on smaller screens */


}


}





    .full-width-section {
        width: 100%;
        background-color: #ffffff; /* Ensure the background color of the section is white */
        display: flex;
        justify-content: center;
    }

     .highlight-section {
       /* display: grid;  Grid layout for program highlights
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px; */
        padding: 20px;
    }

   
  
    .highlight-card {
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 20px;
        text-align: center;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .highlight-icon {
        font-size: 2em;
        color: #8e6f3e;
        margin-bottom: 15px;
    }

    .highlight-title {
        font-size: 1.25em;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .highlight-text {
        font-size: 1em;
        color: #333;
        line-height: 1.6;
    }

    @media (max-width: 768px) {
        .highlight-section {
            grid-template-columns: 1fr;
        }
    }

    .content-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 60px 20px;
        max-width: 1200px;
        width: 100%;
    }

    .image-container {
        flex: 1;
        min-width: 300px;
        margin: 20px;
    }

    .image-container img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

    .text-container {
        flex: 1;
        min-width: 300px;
        margin: 20px;
    }

    .text-container h2 {
        font-size: 2em;
        margin-bottom: 20px;
        color: #000000;
    }

    .text-container p {
        font-size: 1.1em;
        line-height: 1.6;
        margin-bottom: 20px;
        color: #333333;
    }

    .text-container a {
        display: inline-block;
        background-color: #000000;
        color: #ffffff;
        padding: 10px 20px;
        text-decoration: none;
        border-radius: 4px;
        transition: background-color 0.3s;
    }

    .text-container a:hover {
        background-color: #8e6f3e;
    }

    @media (max-width: 768px) {
        .content-section {
            flex-direction: column;
        }

        .image-container,
        .text-container {
            max-width: 100%;
        }
    }

    .next-section {
        background-color: #ffffff; /* Ensure the background color of the next sections is white */
        padding: 60px 20px;
    }

    .accordion-block .panel-body li {
        font-size: 1rem;
    }

    .accordion-block {
        margin: 35px 0;
    }

    .accordion-block .panel {
        margin-bottom: 10px;
    }

    .accordion-block .panel-heading {
        background-color: #6F727B;
        text-transform: uppercase;
        padding: 30px;
        border-bottom: 5px solid #8E6F3E;
        background-repeat: no-repeat;
        background-position: 100% 35%;
    }

    .accordion-block h4 {
        color: #fff !important;
        margin: 0 !important;
        font-weight: bold;
        position: relative;
    }

    .accordion-block a {
        text-decoration: none !important;
    }

    .accordion-block .panel-group .panel+.panel {
        margin-top: 0;
    }

    .accordion-block a .panel-title svg {
        margin-left: 20px;
    }

    .panel-title-words {
        max-width: 80%;
        font-family: "United Sans", Impact, "Arial Black", "sans serif";
    }

    .accordion-block a .panel-title .fa-plus,
    .accordion-block a.collapsed .panel-title .fa-minus {
        display: none;
    }

    .accordion-block a .panel-title .fa-minus,
    .accordion-block a.collapsed .panel-title .fa-plus {
        display: inline;
    }

    @media (max-width: 576px) {
        .accordion-block .panel-heading {
            background-size: 100%;
            padding: 0px;
        }

        .accordion-block h4 {
            padding: 30px;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
        }
    }

    @media (max-width: 766px) {
        .accordion-block {
            margin: 0px !important;
        }

        .accordion-block h2,
        .accordion-block p {
            margin-left: 20px;
            margin-right: 20px;
        }
    }

    .story-box {
        margin-top: 30px;
    }

    .story-box a {
        color: #000;
    }

    .story-box a:hover {
        text-decoration: none !important;
    }

    .story {
        background-color: #C4BFC0;
        display: block;
        height: 100%;
        padding: 0;
        text-decoration: none;
    }

    .story:hover {
        background-color: #EBD99F;
    }

    .story .title {
        font-size: 1.1rem;
        margin: 15px;
    }

    .story .intro {
        font-size: 1.0rem;
        margin-left: 10%;
        margin-right: 10%;
    }

    .story img {
        background-size: cover;
        background-position-y: 20%;
        background-position-x: 50%;
        height: auto;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .story iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .ONE-SIZE {
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
    }    