body {
    font-family: "Helvetica", sans-serif;
    color: #444;
    background: #48494a;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #ffde00;
    text-decoration: none;
}
h1,
h2 {
    color: #ffde00;
}
h3 {
    color: #fff;
}
h4 {
    color: #fff;
    text-decoration: none;
}
h5,
h6 {
    font-family: "Roboto", sans-serif;
}
p {
    color: #fff;
}
h2 {
    color: #ffde00;
}
h3 {
    color: #ffde00;
}
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
#topbar {
    background: #48494a;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
}
#topbar .contact-info i {
    font-style: normal;
    color: #fff;
}
#topbar .contact-info i a,
#topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}
#topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
    transition: 0.3s;
}
#topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: underline;
}
#topbar .social-links a {
    color: rgb(255 255 255 / 0.7);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
}
#topbar .social-links a:hover {
    color: #fff;
}
#header {
    background: #126e51;
    transition: all 0.5s;
    z-index: 997;
    height: 56px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 0.1);
}
#header.fixed-top {
    height: 70px;
}
#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.8px;
    font-family: "Poppins", sans-serif;
}
#header .logo a {
    color: #fff;
}
#header .logo a span {
    color: #ffde00;
}
#header .logo img {
    height: 50px;
    width: 50px;
}
.scrolled-offset {
    margin-top: 70px;
}
.navbar {
    padding: 0;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
}
.navbar > ul > li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
}
.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    transition: all 0.3s ease;
    position: relative;
}
.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #ffde00;
    visibility: hidden;
    width: 0;
    transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
    visibility: visible;
    width: 100%;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #ffde00;
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #48494a;
    box-shadow: 0 0 30px rgb(127 137 161 / 0.25);
    transition: 0.3s;
}
.navbar .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 10px 20px;
    font-weight: 400;
}
.navbar .dropdown ul a i {
    font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: #ffde00;
}
.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}
.mobile-nav-toggle {
    color: #222;
    font-size: 48px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
    color: #fff;
}
@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(9 9 9 / 0.9);
    transition: 0.3s;
    z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #48494a;
    overflow-y: auto;
    transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
}
.navbar-mobile > ul > li {
    padding: 0;
}
.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
    visibility: hidden;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: #ffde00;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #48494a;
    box-shadow: 0 0 30px rgb(127 137 161 / 0.25);
}
.navbar-mobile .dropdown ul li {
    min-width: 200px;
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: #ffde00;
}
.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}
section {
    padding: 60px 0;
    overflow: hidden;
}
.section-bg {
    background-color: #383838;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.section-title h1 {
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 8px 20px;
    margin: 0;
    background: #e7f1fd;
    color: #106eea;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
}
.section-title h3 {
    margin: 15px 0 0 0;
    font-size: 32px;
    font-weight: 700;
}
.section-title h3 span {
    color: #106eea;
}
.section-title p {
    margin: 15px auto 0 auto;
    font-weight: 600;
}
@media (min-width: 1024px) {
    .section-title p {
        width: 50%;
    }
}
.about .content h3 {
    font-weight: 600;
    font-size: 26px;
    color: #fff;
}
.about .content ul {
    list-style: none;
    padding: 0;
}
.about .content ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}
.about .content ul li:first-child {
    margin-top: 35px;
}
.about .content ul i {
    background: #fff;
    box-shadow: 0 6px 15px rgb(16 110 234 / 0.12);
    font-size: 24px;
    padding: 20px;
    margin-right: 15px;
    color: #106eea;
    border-radius: 50px;
}
.about .content ul h5 {
    font-size: 18px;
    color: #555;
}
.about .content ul p {
    font-size: 15px;
}
.about .content p:last-child {
    margin-bottom: 0;
}
#footer {
    background: #fff;
    padding: 0 0 30px 0;
    color: #444;
    font-size: 14px;
    background: #282828;
}
#footer .footer-newsletter {
    padding: 50px 0;
    background: #f1f6fe;
    text-align: center;
    font-size: 15px;
}
#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
}
#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 0.06);
    text-align: left;
}
#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #106eea;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 2px 15px rgb(0 0 0 / 0.1);
}
#footer .footer-newsletter form input[type="submit"]:hover {
    background: #0d58ba;
}
#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #48494a;
}
#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}
#footer .footer-top .footer-contact h3 span {
    color: #fff;
}
#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #fff;
}
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top .footer-links p {
    color: #fff;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #ffde00;
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #65aaba;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
    background: #fff;
    color: #fff;
    text-decoration: none;
}
#footer .copyright {
    text-align: center;
    float: left;
    color: #fff;
}
#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #fff;
}
@media (max-width: 768px) {
    #footer .copyright,
    #footer .credits {
        float: none;
        text-align: center;
        padding: 2px 0;
    }
}
.rotator-container-160 {
    position: relative;
    width: 160px;
    height: 600px;
    overflow: hidden;
}
.rotator-container-300 {
    position: relative;
    width: 350px;
    height: auto;
    overflow: hidden;
}
.rotator-container img {
    width: 100%;
    height: auto;
}
.e-mail:before {
    content: attr(data-website) "\0040" attr(data-user);
    unicode-bidi: bidi-override;
    direction: rtl;
}
#btn-back-to-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    display: none;
}
#search-box {
    margin: 20px;
}
img {
    max-width: 100%;
    max-height: 100%;
}
.logo-small {
    height: 35px;
    width: 35px;
}
/* Default size for Desktop and Tablets */
.logo-big {
    height: 100px;
    width: 100px;
}

/* Adjustments for Mobile (screens smaller than 600px) */
@media screen and (max-width: 600px) {
    .logo-big {
        height: 50px;
        width: 50px;
    }
}
@media (max-width: 575.98px) {
    .away-goals {
        display: none !important;
    }
}
@media (max-width: 575.98px) {
    .home-goals {
        display: none !important;
    }
}
.share-buttons {
    position: fixed;
    bottom: 580px;
    right: 120px;
    display: none;
}
.posts-wrapper {
    width: 50%;
    margin: 20px auto;
    border: 1px solid #eee;
}
.post {
    width: 90%;
    margin: 20px auto;
    padding: 10px 5px 0 5px;
    border: 1px solid green;
}
.post-info {
    margin: 10px auto 0;
    padding: 5px;
}
.fa {
    font-size: 1.2em;
}
.fa-thumbs-down,
.fa-thumbs-o-down {
    transform: rotateY(180deg);
}
.logged_in_user {
    padding: 10px 30px 0;
}
i {
    color: blue;
}
.fragment {
    font-size: 12px;
    font-family: tahoma;
    height: 140px;
    border: 1px solid #ccc;
    color: #555;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    text-decoration: none;
}
.fragment:hover {
    box-shadow: 2px 2px 5px rgb(0 0 0 / 0.2);
}
.fragment img {
    float: left;
    margin-right: 10px;
}
.fragment h3 {
    padding: 0;
    margin: 0;
    color: #369;
}
.fragment h4 {
    padding: 0;
    margin: 0;
    color: #000;
}
#close {
    float: right;
    display: inline-block;
    padding: 2px 5px;
    background: #ccc;
}
#close:hover {
    float: right;
    display: inline-block;
    padding: 2px 5px;
    background: #ccc;
    color: #fff;
}
.league-header {
    background: #1e7e34;
    color: #fff;
    padding: 6px 10px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}
.match-row {
    min-height: 52px;
    display: flex;
    align-items: center;
    padding: 8px 6px;
    border-bottom: 1px solid #2c2c2c;
    background: #212529;
    color: #fff;
}
.match-time {
    width: 42px;
    font-size: 12px;
    color: #aaa;
    text-align: center;
}
.match-teams {
    flex: 1;
}
.team {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 1.2;
}
.team-logo {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}
.match-info {
    text-align: right;
}
.probability {
    font-size: 12px;
    color: #ffc107;
}
.tip-btn {
    display: inline-block;
    margin-top: 4px;
    padding: 2px 8px;
    font-size: 11px;
    border-radius: 10px;
    background: #ffc107;
    color: #000;
    text-decoration: none;
}
.match-date {
    padding: 6px 10px;
    font-size: 12px;
    color: #fff;
    background: #212529;
    border-top: 1px solid #2c2c2c;
}
.match-row.finished {
    background: #212529;
}
.match-score {
    font-weight: 700;
    font-size: 15px;
    min-width: 48px;
    text-align: right;
}
.prediction-result {
    padding: 4px 10px 8px;
    background: #212529;
    border-bottom: 1px solid #2c2c2c;
}
.prediction-result .badge {
    font-size: 11px;
    margin-right: 6px;
}
.ls-match-header {
    background: #212529;
    padding: 12px;
    border-bottom: 1px solid #343a40;
}
.ls-league {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #adb5bd;
}
.ls-league img {
    height: 18px;
}
.ls-teams {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.ls-team img {
    width: 36px;
}
.ls-team span {
    display: block;
    font-size: 13px;
    margin-top: 4px;
    color: #fff;
    font-weight: 600;
}
.ls-center {
    text-align: center;
    font-weight: 700;
    color: #fff;
}
.ls-time {
    font-size: 18px;
}
.ls-date {
    font-size: 12px;
    color: #adb5bd;
}
.ls-status {
    font-size: 11px;
    margin-top: 2px;
    color: #009e08;
}
.ls-tabs .nav-link {
    background: #212529;
    color: #adb5bd;
    border: none;
    font-weight: 600;
}
.ls-tabs .nav-link.active {
    color: #fff;
    border-bottom: 3px solid #d9aa00;
}
.ls-tab-content {
    background: #212529;
    padding: 12px;
    color: #fff;
}
.ls-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #343a40;
}
.ls-form span {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-right: 4px;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
}
.f-w {
    background: #009e08;
}
.f-d {
    background: #d9aa00;
}
.f-l {
    background: red;
}
.ls-h2h-card {
    padding: 10px 0;
    border-bottom: 1px solid #343a40;
}
.ls-h2h-top {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #adb5bd;
}
.ls-h2h-mid {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 4px;
    color: #fff;
}
.ls-h2h-ht {
    font-size: 12px;
    color: #adb5bd;
}
.ls-tabs {
    display: flex !important;
    flex-direction: row !important;
    white-space: nowrap;
}

.ls-tabs .nav-item {
    flex: 1 1 0;
    text-align: center;
}
.nav-tabs .nav-link.active {
    background-color: #fff;
    color: #495057;
}
.ls-tabs.nav-tabs .nav-link.active {
    background-color: #212529 !important;
    color: #ffffff !important;
    border-color: transparent transparent #d9aa00 transparent;
}
.table-like {
    background-color: #212529; /* Bootstrap dark */
    color: #fff;
}

.table-like .table-row:hover {
    background-color: rgba(255, 255, 255, 0.075); /* table-hover effect */
}

.table-like .table-cell {
    border-color: #373b3e;
}
/* Livescore like match center */
/* Main Container */
    .ls-match-center {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; /* Better for varying name lengths */
        padding: 20px 10px;
        color: #fff;
        font-family: sans-serif;
        gap: 10px;
    }

    .ls-team-column {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        min-width: 0; /* Prevents text from pushing box wide */
    }

    .ls-logo {
        width: 60px; /* Scaled down for mobile safety */
        height: 60px;
        object-fit: contain;
        margin-bottom: 8px;
    }

    .ls-team-name {
        font-size: 1rem; /* Base size */
        font-weight: 700;
        margin-bottom: 5px;
        text-transform: uppercase;
        word-wrap: break-word; /* Prevents long names from breaking layout */
        width: 100%;
    }

    .ls-score-container {
        flex: 0 0 80px; /* Narrower for mobile */
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 10px;
    }

    .ls-main-score {
        font-size: 1.8rem; /* Adjusted for mobile */
        font-weight: 800;
        white-space: nowrap;
    }

    .ls-status-label {
        font-size: 0.65rem;
        margin-bottom: 2px;
        color: #aaa;
    }

    /* Form Circles */
    .ls-form-row {
        display: flex;
        gap: 2px;
        justify-content: center;
    }

    .ls-form-box {
        width: 18px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%; /* LiveScore style circles */
        font-size: 10px;
        font-weight: bold;
    }

    /* RESPONSIVE TWEAKS FOR IPHONE / MOBILE */
    @media (max-width: 480px) {
        .ls-logo {
            width: 45px; 
            height: 45px;
        }
        .ls-team-name {
            font-size: 0.85rem;
        }
        .ls-main-score {
            font-size: 1.5rem;
        }
        .ls-match-center {
            padding: 15px 5px;
        }
    }
/* Livescore like match center */	
/* Prediction Card */
.prediction-card {
        background-color: #1a1a1a;
        border-radius: 12px;
        padding: 20px;
        color: #fff;
        font-family: sans-serif;
        margin: 20px 0;
    }

    .prediction-header {
        font-size: 0.9rem;
        font-weight: bold;
        color: #aaa;
        text-transform: uppercase;
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .prediction-body {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .prediction-tile {
        background: #262626;
        padding: 15px;
        border-radius: 8px;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 8px;
        border: 1px solid #333;
    }

    .tile-label {
        font-size: 0.75rem;
        color: #888;
        font-weight: 600;
    }

    .tile-value {
        font-size: 1.1rem;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    /* Result Badges */
    .status-badge {
        font-size: 0.7rem;
        padding: 4px 10px;
        border-radius: 4px;
        text-transform: uppercase;
        font-weight: 800;
        margin-top: 5px;
        display: inline-block;
        align-self: center;
    }

    .bg-success { background-color: #009e08 !important; color: #fff; }
    .bg-danger { background-color: #ff0000 !important; color: #fff; }
    .bg-secondary { background-color: #444 !important; color: #aaa; }

    @media (max-width: 480px) {
        .prediction-body { grid-template-columns: 1fr; }
    }
/* Prediction Card */
/* H2H Table */
    .h2h-container {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 20px;
        font-family: 'Roboto', sans-serif;
    }

    .h2h-match-item {
        background-color: #1a1a1a;
        border-radius: 8px;
        overflow: hidden;
        border-left: 4px solid #333; /* Left accent bar */
        transition: background 0.2s;
    }

    .h2h-match-item:hover {
        background-color: #222;
    }

    /* Top bar with League and Date */
    .h2h-meta {
        display: flex;
        justify-content: space-between;
        padding: 6px 12px;
        background-color: #262626;
        font-size: 0.7rem;
        color: #aaa;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border-bottom: 1px solid #333;
    }

    .h2h-meta u {
        text-decoration: none; /* Removing underlines for a cleaner look */
    }

    /* Main Match Row */
    .h2h-main {
        display: flex;
        align-items: center;
        padding: 12px;
        justify-content: space-between;
        color: #fff;
    }

    .h2h-team {
        flex: 1;
        font-size: 0.95rem;
        font-weight: 500;
    }

    .h2h-team.home { text-align: left; }
    .h2h-team.away { text-align: right; }

    .h2h-score-box {
        flex: 0 0 120px;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .h2h-ft-score {
        font-size: 1.1rem;
        font-weight: 800;
        color: #fff;
    }

    .h2h-ht-score {
        font-size: 0.7rem;
        color: #888;
    }

    /* Mobile Tweaks */
    @media (max-width: 480px) {
        .h2h-team { font-size: 0.85rem; }
        .h2h-score-box { flex: 0 0 90px; }
        .h2h-ft-score { font-size: 1rem; }
    }
/* H2H table */
/* Text ads between matches */
.custom-info-row {
    padding: 10px;
    border-left: 4px solid #ff9800; /* Adds a colored accent */
    font-weight: bold;
    color: #333;
}
/* Text ads between matches */
/* This ensures the results stay aligned with the input field */
.search-container {
    position: relative; 
    /* Use 100% to fill the parent, or a specific width like 90% */
    width: 100%; 
    max-width: 600px; /* Optional: keeps it from getting too wide on desktop */
    margin: 0 auto;  /* Centers it on the page */
}

/* Make the input itself fill the container */
.search-container input {
    width: 100%;
    box-sizing: border-box; /* Crucial: ensures padding doesn't break the width */
    padding: 12px;
}

#livesearch {
    position: absolute;
    top: 100%; 
    left: 0;
    width: 100%; /* Matches the exact width of the input above it */
    background: white;
    z-index: 9999 !important;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    box-sizing: border-box; 
    max-height: 70vh; /* Only takes up 70% of the screen height if many results */
    overflow-y: auto;
}

/* Optional: Make the items look clickable */
.search-item {
    padding: 12px;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.search-item:hover {
    background: #f0f4f8;
    cursor: pointer;
}
/* Floating Button */
.search-btn {
    position: fixed;
    left: 20px;
    top: 50%;
	transform: translateY(-50%);
    z-index: 9999;
    padding: 15px;
    border-radius: 50%;
    background: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

/* The Overlay */
.search-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(255,255,255,0.95);
    z-index: 10000;
    padding: 50px;
}

.search-overlay.active {
    display: block; /* Shown when class 'active' is added */
}