.gradient-background {
    background linear-gradient(300deg, rgb(0, 0, 255), 
    rgb(11, 54, 30),  rgb(37, 17, 126)) ;
    background linear-gradient(300deg, rgb(22, 22, 61), rgb(26, 37, 71), rgb(31, 31, 31)) ;
    background: white;
    background linear-gradient(300deg, rgb(26, 37, 71),  rgb(31, 31, 31)), rgb(51, 255, 0);
    background-size: 100%;
    max-width: auto;
    animation: gradient-animation 18s ease infinite;
    font-family: "Michroma", sans-serif;
}

#about-container {
    display: flex;
    align-items: center;
    text-align: justify;
    max-width: 100%;
    margin: 50px auto;
}

.about-us-container {
    background linear-gradient(300deg, rgb(0, 0, 255),
    rgb(11, 54, 30),  rgb(37, 17, 126));
    color: rgb(255, 255, 255);
    font-weight: normal;
    gap: 50px;
    padding: 100px;
    font-size: 20px;
    align-items: center;
    display: flex;
    flex-direction: column;
    font-weight: normal;
    font-family: "Michroma", sans-serif;
}

.text-title {
    color: #72ff00;
}

#monthly-main {
    padding-top: 100px;
}

.grid-container {
    gap: 30px;
    padding: 40px;
}

.col-md-2 .col-md-4 .col-md-6 .col-md-12 {
    width: 400px;
    height: 50%;
}

.col-md-12 {
    width: 400px;
    height: ;
}

.signup-box {
    gap: 30px;
    padding: 60px;
    width: 100%;
    height: 100%;
}

.signup-container {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    width: 100%;
    max-width: 400px;
}

.user-nickname {
    color: gold;
    font-weight: bold;
    margin-right: 10px;
}

.logout-link {
    color: red;
    text-decoration: none;
    font-weight: bold;
}

.col-item {
    padding-bottom: 10px;
}

.titles {
    font-size: 30px;
    text-align: left;
    line-height: 25px;
    font-weight: normal;
    color: #a07500;
}

.ucl-titles {
    font-size: 30px;
    text-align: left;
    line-height: 25px;
    font-weight: normal;
    color: #ffffff;
}

.title-rows {
    font-size: 30px;
    font-weight: bolder;
    text-align: left;
    line-height: 25px;
    color: #ffffff;
}

.live {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 12px;
    color: white;
    background-color: red;
    width: 65px;
    height: 25px;
    text-align: center;
    align-items: center;
    padding-left: 8px;
}

.flash {
    color: white;
    font-size: 17px;
    margin: 0;
    align-items: center;
    animation: pulseColor 1s infinite alternate;
}

#live-title {
    animation: none;
}

    @keyframes pulseColor {
      from {
        color: white;
      }
      to {
        color: red;
      }
    }

.subtitles {
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
    color: #030022;
}

.headliner {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 3fr;
}

.news-container {
    display: grid;
    gap: 20px;
    width: auto;
    height: 100%;
    text-decoration: none;
    grid-template-rows: auto;
    grid-template-columns: repeat(1fr, 4fr);
    padding-bottom: 100px;
}

.news-container1 {
    display: grid;
    gap: 15px;
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
}

.news-container2, .other-container {
    gap: 30px;
    width: 100%;
    height: auto;
    text-decoration: none;
    padding-bottom: 0px;
}

.other-container {
    background-color: #040033;
}

.show-more-btn, .show-more-btn1 {
    display: block;
    margin: 30px auto;
    padding: 12px 24px;
    background-color: #007bff;
    color: white;
    max-width: 15%;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.show-more-btn:hover, .show-more-btn1:hover {
    background-color: #0056b3;
}

@media (max-width: 768px) {
    .article, .champ {
    grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .article, .champ {
    grid-template-columns: repeat(2, 1fr);
    }
}

.hashtag-1 {
    font-size: 10px;
    font-weight: bold;
    width:fit-content;
    color: #0056b3;
    height: 15px;
    gap: 20px;
    padding-bottom: 20px;
}

.hashtag-2 {
    font-size: 10px;
    font-weight: bold;
    width:fit-content;
    color: #d4ff5f;
    background-color: #14004b;
    height: 15px;
    gap: 20px;
    padding-bottom: 20px;
}

.hashtag-3 {
    font-size: 10px;
    font-weight: bold;
    width:fit-content;
    color: #ff0000;
    background-color: #e5ff00;
    height: 15px;
    gap: 20px;
    padding-bottom: 20px;
}

.hashtag-4 {
    font-size: 10px;
    font-weight: bold;
    width:fit-content;
    color: #e5ff00;
    background-color: #510094;
    height: 15px;
    gap: 20px;
    padding-bottom: 20px;
}

.hashtag-5 {
    font-size: 10px;
    font-weight: bold;
    width:fit-content;
    color: #ffffff;
    background-color: #333333;
    height: 15px;
    gap: 20px;
    padding-bottom: 20px;
}

.butn {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
}

.btns {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;

    .form1 {
        background-color: greenyellow;
        width: 300px;
        color: black;
        font-size: 25px;
    }
}

.grid-item.more-news {
    height: auto;
    align-items: center;
    text-align: justify;
    max-width: fit-content;
}

.grid-item.ucl {
    height: auto;
    padding-top: 60px;
    align-items: center;
    text-align: justify;
    max-width: fit-content;
    background-color: #04002b;
}

.article, .champ {
    background-image url(./dufoot_blackgreen.jpg);
    background-attachment:scroll;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    color: rgb(0, 0, 0);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: fit-content;
    height: auto;
    text-align: justify;
    font-size: 15px;
    font-weight: normal;
    padding: 20px; /* Padding inside each box */
}

.ad-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 30px;
}

.horizontal-news {
    background: #f5f5f5;
    padding: 5px;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: none;

    p {
        font-size: ;
    }
}

.champions-news {
    background-color: #030022;
    color: rgb(170, 170, 0);
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(218, 218, 218, 0.445);
    display:; 
}

.horizontal-news img, .champions-news img {
    display: grid;
    flex-direction column;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    width: 230px;
    height: 130px;
    padding-bottom: 13px;
}

#scrolling-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 1rem;
    scroll-behavior: smooth;
}

#scrolling-wrapper::-webkit-scrollbar {
    height: 8px;
}

#scrolling-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

#scrolling-wrapper .champions-news {
    flex: 0 0 auto;
    width: 300px;
    margin-right: 1rem;
}

.presentation {
    background-color: #cfcfcf;
}

.community-insghts {
    display: grid;
    height: 300px;
    align-items: center;
    text-align: justify;
    max-width: auto;
}

#headlines-container {
    display: flex;
    flex-direction:column;
    text-align: justify;
    max-width:fit-content;
    margin: 50px auto;
}

#login-container {
    display: grid;
    text-align: justify;
    max-width:fit-content;
    margin: 50px auto;
}

.space {
    padding: 115px;
}

.community-container {
    padding: 150px;
    min-height: 100vh;
    justify-content: center;
    width: 100%;
    align-items: center;
    color: whitesmoke;
    text-decoration: none;
    font-weight: normal;
    font-family: "Michroma", sans-serif;
    overflow-y: visible;
}

.welcome-sign {
    display: flex;
    flex-direction:column;

    img {
        width: 25rem;
        justify-content: center;
        align-items: center;
    }

    h1 {
        font-size: 3rem;
        color: white;
    }

    .fanzone {
        color: #72ff00;
        font-size: 50px;
    }

    p {
        font-size: 2rem;
    }
}

.welcome-card {
    background: white;
    color:#040033;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    text-align: center;
}

.headlines-container .text-title {
    text-align: center;
}

#article1 {
    width: auto;
    height: auto;
    color: #474747;
    text-align: left;
    font-size: 20px;
    font-weight: bolder;
    text-decoration: none;

    p {
        font-size: 13px;
        font-weight: normal;
    }
}

#article2 {
    height: auto;
    color: rgb(37, 37, 37);
    text-align: left;
    font-size: 13px;
    text-decoration: none;
    gap: 0;

    p {
        font-size: 13px;
    }

    #article:hover {
        color: green;
    }
}

.main-x {
    font-size: 15px;
    justify-content: center;
    margin-top: 70px;
    background-color: white;
}

.scores-main {
    margin: 30px 0;
    padding: 150px;
    gap: 30px;
    background-color: white;
}

.livescores-container {
    margin-top: 70px;
    margin-bottom: -20px; /* Pull the widget down slightly */
    padding-bottom: 80px; /* Space only for the fixed footer height */
}

/* The content section should end exactly where the footer begins */
.livescore-container {
    min-height: calc(100vh - 150px); /* Adjust based on header + footer */
    display: block;
    margin-top: 40px;
    padding:0;
}

/* This forces the very last element of your main content
   to have zero margin at the bottom */
main > *:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.feed-container {
    padding: 1rem;
    margin: 1rem;

    h1 {
        text-align: center;
        color: #38bdf8;
        margin-bottom: 40px;
    }

    .feed {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4, 1fr);
        gap: 30px; /* more space between articles */
    }

    .feed5 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 30px; /* more space between articles */
    }

    .card {
        background: #111827;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 6px 16px rgba(0,0,0,0.45);
        transition: transform 0.2s ease;
    }

    .card:hover {
        transform: translateY(-5px);
    }

    .card img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .content {
        padding: 18px;
    }

    .title {
        font-size: 15px; /* bigger */
        font-weight: 700; /* bold */
        color: #22c55e;
        text-decoration: none;
        display: block;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .date {
        font-size: 11px; /* smaller */
        color: #9ca3af;
        margin-bottom: 12px;
    }

    .desc {
        font-size: 17px;
        padding-top: 150px;
        color: #d1d5db;
        line-height: 1;
    }
}

.goal-container {
    display: grid;
    grid-template-rows: repeat(1fr, 2);
    grid-template-columns: repeat(1fr, 2);
}

.scores-container {
    background-color: #00b7ff;
}

.twitter-feed {
    width: 100%;
}

.twitter-timeline {
  width: 100% !important;
  height: 600px !important;
  border: 1px solid red;
}

#picture {
    margin: 0;
    width: 400px;
    height: 280px;
    background-image: url(./gettyimages-belligoal.jpg);
    background-attachment:;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

#picture:hover {
    transform: scale(1.1);
    transition: transform 0.5s ease-in-out;
}

#picture1 {
    margin: 0;
    width: 270px;
    height: 150px;
    background-image: url(./gettyimages-belligoal.jpg);
    background-attachment:;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

#picture1:hover {
    transform: scale(1.1);
    transition: transform 0.5s ease-in-out;
}

.plan-card {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    transition: transform 0.3s;
}

.plan-card:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.btn-apply {
    background-color: #dc3545;
    color: white;
    font-weight: bold;
}

.btn-apply:hover {
    background-color: #bb2d3b;
}

.section-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-subtitle, .text-text {
    font-size: 1.2rem;
    color: #80ea79;
    margin: 30px;
}

.body {
    font-family: "Michroma", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    background: linear-gradient(300deg, rgb(26, 37, 71),  rgb(31, 31, 31)), rgb(51, 255, 0);
    background-image url(./foot.jpg);
    background-attachment fixed;
    background-size cover;
    background-repeat no-repeat;
    margin: 0;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    height: 100vh;
    gap: 30px;
    overflow-y: auto;
}

.body1 {
    font-family: "Michroma", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    background-image: url(./football.jpg);
    background-attachment:fixed;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    gap: 30px;
    overflow-y: visible;
}

.body2 {
    font-family: "Michroma", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    background-image: url(./football-hub.png);
    background-attachment:fixed;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    gap: 30px;
    overflow-y: visible;
}

.body-feed {
    margin-top: 70px;
    font-family: "Michroma", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    background-color: white;
    background-image url(./foot.jpg);
    background-attachment fixed;
    background-size cover;
    background-repeat no-repeat;
    margin: 0;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    height: 100vh;
    gap: 30px;
    overflow-y: auto;
}

.body-1 {
    font-family: 'Segoe UI', sans-serif;
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

#matches {
    color: rgb(37, 37, 37);
    font-size: 18px;
    font-weight: bold;
}

.video-container {
    align-self: center;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.highlighted-video {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.highlighted-video h2 {
    margin-top: 0;
    text-align: center;
}

.chatbox {
    font-size: medium;
    gap: 20px;
    color: #0056b3;
}

.chat-area {
    max-height: auto;
    overflow-y: auto;
    margin: 16px 0;
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
    border-radius: 4px;
    background-color: #f9f9f9;
}

textarea {
    width: 100%;
    height: 50px;
    margin-bottom: 8px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: none;
}

button {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: rgb(37, 37, 37);
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

.header-grid {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    display: grid;
    background: linear-gradient(300deg, rgb(22, 22, 61), rgb(26, 37, 71), rgb(31, 31, 31));
    background-size: 180% 180%;
    animation: gradient-animation 18s ease infinite;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    justify-items: center;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 2px 6px rgba(39, 39, 39, 0.4);
}

.logo img {
    flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    height: 80px;
    width: 80px;
    border-radius:8px;
    border-style inset;
}

.search-container {
    display: flex;
    background: rgb(26, 30, 44);
    border-radius: 23px;
    align-items: center;
    border: none;
    width: fit-content;
}

.search-box {
    display: block;
    font-family: "Michroma", sans-serif;
    opacity: 1;
    color: rgb(255, 255, 255);
    width: 100px;
    padding: 13px;
    transition: width 0.3s ease-in-out;
    background: rgb(26, 30, 44);
    border-radius: 23px;
    border: none;
    outline: none;
    font-size: 13px;
}

.search-icon {
    margin-right: 8px;
    font-size: 18px;
}

.hamburger {
    flex: 0;
    position:fixed;
    gap: 0;
    padding: 0;
}

.search-container.expanded .search-box {
    display: block;
    padding: 8px;
    opacity: 1;
}

nav {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-items: space-between;
    padding: 10px;
    color: rgb(37, 37, 37);
    position: relative;
}

.nav-list {
    list-style: none;
    display: flex;
    gap: 40px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    white-space: nowrap;
}

.nav-list li {
    margin: 0 10px;
}

.nav-list .nav-item {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.nav-list .nav-community {
    text-decoration: none;
    color: #72ff00;
    font-weight: bold;
}

.nav-1 {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-items: space-between;
    padding: 10px;
    color: rgb(37, 37, 37);
    position: relative;
}

.title-logo {
    font-size: 60px;
    color: white;
    text-decoration: none;
}

.nav-list-1 {
    list-style: none;
    display: flex;
    gap: 40px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    white-space: nowrap;
}

.nav-list-1 li {
    margin: 0 10px;
}

.nav-list-1 .nav-item {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.nav-list-1 .nav-community {
    text-decoration: none;
    color: rgb(51, 255, 0);
    font-weight: bold;
}

.nav-item li #nav-ghost {
    display: none;
    padding: 0;
    margin: 0;
}

.menu-toggle {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

.menu-toggle .nav-item {
    width: 25px;
    height: 3px;
    background-color: white;
    text-decoration: none;
    color: white;
    font-weight: 600;
    transition: color 0.3s;
}

.suggestions {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 999;
}

.suggestions li {
    padding: 8px;
    cursor: pointer;
}

.suggestions li:hover {
    background-color: #f0f0f0;
}

.newsletter-container {
    background-color: white;
    max-width: 700px;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#subscribe {
    font-size: 24px;
    margin-bottom: 20px;
}

input[type="email"] {
    padding: 10px;
    width: 80%;
    margin-bottom: 10px;
    border-radius: 4px;
}

button {
    padding: 10px 20px;
    background-color: #007BFF;
    color: rgb(37, 37, 37);
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

#form-response {
    margin-top: 20px;
    font-size: 14px;
    color: green;
}

header h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

header p {
    font-size: 16px;
    margin-bottom: 30px;
}

header h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    font-size: 14px;
    margin-top: 10px;
}

input[type="text"],
input[type="email"],
textarea {
    padding: 10px;
    margin-top: 5px;
    font-size: 14px;
    border-radius: 4px;
}

textarea {
    height: 150px;
    resize: none;
}

button {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
}

button:hover {
    background-color: #0056b3;
}

.consent-banner {
    background-color: #333;
    color: white;
    padding: 15px;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
}

button:hover {
    background-color: #0056b3;
}

form {
    padding-top: 20px;
    max-width: 500px;
    border-radius: 8px;
}

input[type="text"], input[type="email"], textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
}

textarea {
    height: 150px;
    resize: none;
}

#form-response {
    margin-top: 20px;
    font-size: 14px;
    color: green;
}

#form-response {
    margin-top: 20px;
    font-size: 14px;
    color: green;
}

.form-container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.form-container h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    font-size: 14px;
    margin-top: 10px;
}

input[type="text"], input[type="email"], textarea {
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
}

textarea {
    height: 150px;
    resize: none;
}

button {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
}

button:hover {
    background-color: #0056b3;
}

#form-response {
    margin-top: 20px;
    font-size: 14px;
    color: green;
}

.privacy-policy {
    text-align: justify;
    font-size: 14px;
    font-weight: lighter;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
}

#grid.container {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr); /* Create 3 equal columns */
    gap: 30px; /* Space between boxes */
    padding: 40px; /* Padding around the container */
}

.grid-item {
    margin: 30px 0;
    padding: 10px;
    gap: 30px;
    width: 100%;
    height: auto;
    background-color: white;
}

.article-container {
    display: flex;
    gap: 20px; /* Space between boxes */
    padding: 20px; /* Padding around the container */
}

.col-1 {
    flex: 1 / 2;
    width: 20%;
}

.col-2 {
    flex: 2 / 3;
    width: 60%;
}

.col-3 {
    flex: 3 / 4;
    width: 20%;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr); /* Two columns on smaller screens */
    }
    #clock-container {
        transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out;
        text-align: center;
        padding-top: 5rem;
    }
}

@media (max-width: 480px) {
    .grid-container {
        grid-template-columns: 1fr; /* Single column on very small screens */
    }
}

#clock-container {
    grid-row: 1;
    grid-column: 3;
    text-align: right;
    padding-left: 85%;
    padding-top: 9rem;
}

#center-circle {
    position: absolute;
    width: auto;
    height: auto;
    background: #cad800;
    border: 2px #ffffff inset;
    border-radius: 50%;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#clock-face {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    width: 100px;
    height: 100px;
    background-color: #383838;
    border: 5px outset rgb(255, 255, 255);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

#clock-face::before {
    content: "12";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    font-weight: light;
    color: #ffffff;
}

#clock-face::after {
    content: "6";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    font-weight: light;
    color: #ffffff;
}

#three {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: light;
    color: #ffffff;
}

#nine {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: light;
    color: #ffffff;
}

.hand {
    position: absolute;
    width: 2px;
    bottom: 50%;
    transform-origin: 50% 100%;
    transform: rotate(90deg);
    transition: transform 0s;
}

.hour {
    height: 30px;
    background: rgb(255, 30, 0);
    border-radius: 10px;
    transition: transform 0s;
    box-shadow: 0 2px 6px rgba(24, 0, 158, 0.4);
}

.minute {
    height: 40px;
    background: rgb(255, 30, 0);
    border-radius: 8px;
    transition: transform 0s;
}

.second {
    height: 47px;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    transition: transform 0s;
}

#date-display {
    margin-top: 20px;
    font-size: 16px;
    color: blue;
}

#man {
    width: 30px;
    height: auto;
    border-radius: 40%;
    align-items: center;
}

.loading {
    font-size: 18px;
    color: gray;
}

.match {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    background-color: #f9f9f9;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.team {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 5px;
}

.score {
    font-size: 20px;
    margin: 0 15px;
    font-weight: bold;
}

#matches {
    color: rgb(0, 0, 0);
    box-sizing:border-box;
    font-size: 14px;
    font-weight: normal;
    padding: 20px; /* Padding inside each box */
    text-align: center; /* Center text */
}

.fixtures-container h2 {
   margin-bottom: 20px;
    text-align: center;
  }

#matches-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
  }

.match-card {
    padding: 15px;
    background: #e7eff6;
    border-radius: 8px;
    text-align: center;
  }

.match-card .teams {
    font-size: 1.2em;
    font-weight: bold;
  }

.match-card .time {
    font-size: 0.9em;
    color: #666;
  }

#news-container {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    text-align: justify;
}

.news {
    grid-row: 2;
    grid-column: 1;
    height: auto;
}

.rss-feed {
    font-size: 18px;
    font-weight: normal;
}

.fixtures-container {
    grid-row: 2;
    grid-column: 2;
    height: auto;
}

.datetime {
    grid-row: 2;
    grid-column: 3;
    height: auto;
}

#datetime {
    font-size: 17px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
}

#wg-api-football-fixtures {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Target the specific container for the livescores */
.main-x {
    padding-bottom: 0 !important; /* Remove bottom padding */
    margin-bottom: 0 !important;
}

.livescores-container {
    margin-bottom: -10px; /* Pull the widget down slightly */
    padding-bottom: 80px; /* Space only for the fixed footer height */
}

/* Ensure the body doesn't have extra height */
html, body {
    height: 100%;
    margin: 0;
}

/* Find the League ID or Name in the widget's HTML class/attribute */
/* Note: You must inspect the widget in your browser to find the exact class name */
.fixture-row[data-league="39"] { 
    order: -1; /* Negative order moves items to the TOP */
}

.fixture-row[data-league="140"] {
    order: -2;
}

/* Video container */
.video-container {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    margin: 5px;
    padding: 100px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

/* Highlight effect */
.highlighted-video {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(66, 66, 66, 0.7); /* Soft glow effect */
}

/* Optional: On hover effect */
.video-container:hover .highlighted-video {
    transform: scale(1.05); /* Slight zoom-in effect */
    transition: transform 0.3s ease-in-out;
}

#mc_embed_signup {
    background:0 2px 6px rgba(39, 39, 39, 0.4);
    clear:left;
    font-size:14px;
    font:Helvetica,Arial,sans-serif;
    width: 600px;
}

.main-footer-container {
    max-width: 100%;
    background: linear-gradient(300deg, rgb(22, 22, 61), rgb(26, 37, 71), rgb(31, 31, 31)) ;
    background-size: 180% 180%;
    animation: gradient-animation 18s ease infinite;
    z-index: 1000;
}

#same {

}

.footer-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    color: white;
    font-size: 14px;
    bottom: 0;
    max-width: 100%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    padding-top: 10px;
}

#mc_embed_signup #mc_embed_signup_scroll {
    h2 {
        font-size: 18px;
        font-weight: lighter;
        text-align: left;
    }
}

.footer-square {
    text-align: left;
    padding: 40px;

    .list-social {
        padding: 0;
    }
}

.chimp-button {
    padding-top: 90px;
    gap: 70px;
    display: flex;
    justify-content: left;
    grid-template-columns: auto;
}

#mc_embed_signup_scroll {
    text-align: left;
}

.copyright {
    display: flex;
    font-size: 10px;
    gap: 30px;
    padding-left: 40px;
    align-items: justify;
    list-style: none;
}

.footer-links {
    font-size: 10px;
    padding-left: 0px;
    text-align: left;

    a {
        padding-right: 30px;
        text-decoration: none;
        color: white;
    }

    a:hover {
        color: #00b7ff;
    }
}

.list-social {
    display: flex;
    gap: 40px;
    font-weight: lighter;
    font-size: 14px;
    align-items: justify;
    text-decoration: none;
    color: white;
}

.list {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    padding-left: 0;
    list-style: none;
    gap: 20px;
}

.list-item {
    font-size: 17px;
    text-decoration: none;
    text-decoration-color: white;
    color: white;
    font-weight: lighter;
    transition: color 0.3s;
}

.carousel-container {
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
    border: 1px solid none;
}

.carousel {
    display: flex;
    flex-direction: column;
    animation: slideUp 50s linear infinite;
}

.slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 100%;
    margin: 20px 0;
}

.slide img {
    width: 20%;
    max-width: auto;
    height: auto;
    object-fit: fill;
}

@keyframes slideUp {
    0% {
        transform: translateY(50);
    }
    100% {
        transform: translateY(-100%)
    }
}

.ad {
    color: #000000;
    padding-left: 345px;
    font-size: 10px;
    text-align: left;
    font-weight:normal;
}

.ad-section {
    width: 50%;
    height: 200px;
    border: 2px dashed #ffffff;
    display: flex;
    margin: 0 auto;
    background-color: rgb(180, 180, 180);
    color: #000000;
    font-size: 7px;
    font-weight:normal;
}

.ad-section1 {
    width: auto;
    height: 200px;
    border: 2px dashed #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(180, 180, 180);
    color: #000000;
    font-size: 12px;
    font-weight:normal;
}

.ad-section-news {
    width: auto;
    height: 100px;
    border: 2px dashed #ccc;
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    color: #414141;
    padding: 50px;
    font-size: 13px;
    text-align: center;
}

.social {
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    list-style: none;
    text-decoration: none;
    gap: 32px;
    filte:grayscale(100%);
}

.logo-item {
    width: 27px;
    height: auto;
    border-radius: 50%;
    padding-top: 0px;
}

.yt-logo {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    gap: 30px;
}

.footer-logo {
    width: 60px;
    height: 60px;
    gap: 30px;
    border-radius: 8%;
    border-style: inset;
}

.footer-square .tagline {
    font-size: 18px;
    font-weight: lighter;
    text-align: justify;
    padding-top: 12px;
}

.text {
    text-align: justify;
    font-size: 14px;
    font-weight: lighter;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
}
