* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* SEO - Visually hidden but accessible to screen readers and search engines */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

:root {
    --pcbg-cl: #fff;
    --pctext-cl: #313131;
    --pcborder-cl: #dedede;
    --pcheading-cl: #313131;
    --pcmeta-cl: #888888;
    --pcaccent-cl: #6eb48c;
    --pctextlight-cl: #fff;
    --pctemplate-bkgnd: #1ea369;
    --pcbody-font: "Lato", sans-serif;
    --pchead-font: "Rubik", sans-serif;
    --pchead-wei: bold;
    --pcava_bdr: 10px;
    --pcgap: 4px;
    --bgh: 460px;
    --pc-rs-width: 70%;
    --pc-ls-width: 30%;
    --pcborder-clr: #dedede;
}

body {
    font-family: var(--pcbody-font);
    color: var(--pctext-cl);
    background-color: var(--pcbg-cl);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--pchead-font);
    font-weight: 400;
    line-height: 0.8;
    margin-bottom: 0.5rem;
}

.above-category {
    margin-bottom: 10px;
}

.mtb-40 {
    margin-top: 65px;
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

header {
    color: var(--pctextlight-cl);
    font-family: var(--pcbody-font);
    font-weight: 300;
    font-size: 13px;
    padding-bottom: 0px;
}

.header-top {
    background-color: var(--pctemplate-bkgnd);
    height: 30px;
}

.top-header-links {
    display: flex;
    gap: 10px;
}

.top-header-link {
    font-weight: 400;
    margin-left: 10px;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
}

.top-header-link:hover {
    color: #000000 !important;
}

p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

a {
    text-decoration: none !important;
    color: var(--pctext-cl);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--pchead-font);
}

a:hover,
a.active {
    color: #1ea369 !important;
}

a > i {
    color: #fff;
}

.nav {
    display: flex;
}

ul {
    list-style: none;
    display: inline-flex;
    color: black;
}

.light-logo {
    height: 100%;
    width: 170px;
    padding: 12px 0px;
    object-fit: cover;
}
.footer-content.logo {
    padding: 12px 0px;
    object-fit: cover;
}
.dark-logo {
    height: 100%;
    width: 170px;
    padding: 12px 0px;
    object-fit: cover;
}

.fa-moon {
    color: #fff;
    padding: 2px;
}

.fa-sun {
    color: #000;
}

.menu {
    height: 80px;
    padding-top: 0.5rem;
}

.theme {
    border-radius: 57%;
    padding: 2px 5px 2px 5px;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
}

#navigation ul.menu > li,
#navigation .menu > ul > li {
    margin-right: 16px;
}
.row {
    --bs-gutter-x: 4px !important;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.hero-section {
    column-gap: 5px;
    margin-top: 5px;
    display: flex;
}

.herosection-column-1 {
    background-image: url(../../assets/images/placeholder-image.jpg);
    height: var(--bgh);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.herosection-col-2-row-1-col-1 {
    background-image: url(../../assets/images/placeholder-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    background-position: bottom;
    height: 256px;
    gap: var(--pcgap);
}

.content {
    position: relative;
    top: 295px;
    padding: 20px;
    z-index: 1;
    display: block;
    width: 100%;
}

.above-category > span {
    background-color: #1ea369;
    color: #fff;
    font-size: 11px;
    font-family: var(--pcbody-font);
    padding: 1px 5px;
}

.main-grid-container {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    gap: 0.5rem;
}
.main-grid-items {
    display: grid;

    &.item-top {
        display: grid;
        grid-template-columns: 1fr 2fr 1fr;
        gap: 0.5rem;
    }

    &.item-bottom {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        gap: 0.5rem;
    }
}

@media screen and (max-width: 768px) {
    .main-grid-items {
        display: grid;

        &.item-top {
            grid-template-columns: 1fr;
        }

        &.item-bottom {
            grid-template-columns: 1fr;
        }
    }
}

.hero-section-right-title a {
    font-size: 18px;
    background-color: #fff !important ;
}

.herosection-col-2-row-1-col-1.col-2-content.hero-section-right-title > h3 > a {
    font-size: 18px !important;
    line-height: 1 !important;
    padding: 20px;
    background-color: #fff !important;
    text-transform: capitalize !important;
}

.col-2-content {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 20px;
}

.hero-section-right-title > h3 {
    line-height: 1;
}

a#hero-section-link {
    background-color: #fff !important;
    font-size: 17px;
    color: #000 !important;
    line-height: 1.4;
}

.latest-news {
    width: var(--pc-rs-width);
}

.sidebar {
    width: var(--pc-ls-width);
}

.section-badge {
    background-color: var(--pctemplate-bkgnd);
    color: var(--pcbg-cl);
    width: 135px;
    padding: 0.5rem 0.25rem;
    position: relative;
}

.live-tv-section-badge {
    background-color: var(--pctemplate-bkgnd);
    color: var(--pcbg-cl);
    width: 85px;
    padding: 0.5rem 0.25rem;
    position: relative;
}

.triangleShape {
    position: absolute;
    width: 10px;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 17px solid #fff;
    top: 0;
    right: -1px;
}

.scrollToTopBtn {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 29px;
    font-size: 13px;
    background-color: #1ea369;
    color: #fff;
    z-index: 99999;
    text-align: center;
    transform: translate3d(0, 60px, 0);
    -webkit-transform: translate3d(0, 60px, 0);
    -moz-transform: translate3d(0, 60px, 0);
    -ms-transform: translate3d(0, 60px, 0);
    -o-transform: translate3d(0, 60px, 0);
    -webkit-transition: transform 0.4s cubic-bezier(0.55, 0, 0.05, 1.1) 0s,
        opacity 0.3s;
    -moz-transition: transform 0.4s cubic-bezier(0.55, 0, 0.05, 1.1) 0s,
        opacity 0.3s;
    -o-transition: transform 0.4s cubic-bezier(0.55, 0, 0.05, 1.1) 0s,
        opacity 0.3s;
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.05, 1.1) 0s, opacity 0.3s;
}

.scrollToTopBtn.show {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    cursor: pointer;
    position: fixed;
    bottom: 34px;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 29px;
    font-size: 13px;
    background-color: #1ea369;
    color: #fff;
    z-index: 99999;
    text-align: center;
}

.date-bg {
    display: inline;
    background-color: #fff;
    text-transform: capitalize;
    padding: 0px 4px;
    font-family: var(--pcbody-font);
    font-size: 11px;
}

.featured-news {
    padding: 0px 20px 0px 0px;
}

.featured-img {
    margin-bottom: 20px;
}

.featured-title h3 a {
    font-family: var(--pchead-font);
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
}

.featured-title {
    margin-bottom: 7px;
}

.featured-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}

h3 {
    line-height: 0.2;
    font-size: 1.2rem;
}

.date {
    font-size: 12px;
    color: #888;
    font-weight: 400;
    line-height: 18px;
    font-family: var(--pcbody-font);
}

.date.mb-5::after {
    content: "";
    border-bottom: 1px solid #1ea369;
    padding-bottom: 16px;
    width: 60px;
    position: absolute;
}

.excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* change number to control lines */
    overflow: hidden;
    text-overflow: ellipsis;
}

.featured-column-1 {
    padding-bottom: 35px;
    border-bottom: 1px solid #dedede;
}

.horizontal-featured-news.featured-title span a {
    font-size: 14px !important;
}

.live-tv img {
    height: auto !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    border: none !important;
    border-radius: 50% !important;
}

.live-tv a {
    display: flex !important;
    height: 100px !important;
    width: 100px !important;
}

.live-tv a:hover img {
    -webkit-transform: scale(1.3) !important;
    transform: scale(1.1) !important;
    -webkit-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
}

.widget-container {
    padding: 1rem;
    border: 1px solid var(--pcborder-cl);
}

.sidebar-title {
    background-color: #1ea369;
    font-family: var(--pchead-font) !important;
    margin-bottom: 30px;
}

.sidebar-title,
.title {
    font-family: var(--pchead-font) !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
}

span.material-symbols-outlined {
    font-size: 17px;
    font-weight: 300;
    margin-top: 2px;
}

#market-rates li,
#market-rates a {
    font-family: var(--pcbody-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-bottom: 1px solid var(--pcborder-clr);
    margin-bottom: 11px;
}

#market-rates li:hover {
    color: #1ea369;
}

#market-rates li:last-child,
#market-rates a:last-child {
    border-bottom: none;
}

table#currency-table {
    width: 100%;
}

#currency-table tr {
    color: #000;
    border-bottom: 1px solid #dedede;
}

#currency-table tbody > tr:last-child {
    border: none !important;
    width: 100%;
}

#currency-table thead > tr:last-child {
    border-bottom: 1px solid #dedede !important;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    padding: 8px;
}

.facebook {
    width: 30px;
    height: 30px;
    background-color: #0d47a1;
    border-radius: 1px;
    color: #fff;
    padding: 6px;
}

.twitter {
    width: 30px;
    height: 30px;
    background-color: #0084ff;
    border-radius: 1px;
    color: #fff;
    padding: 6px;
}

#email {
    width: 30px;
    height: 30px;
    background-color: #0084ff;
    border-radius: 1px;
    color: #fff;
    padding: 6px;
    font-size: 18px;
}

.instagram {
    width: 30px;
    height: 30px;
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
    border-radius: 1px;
    color: #fff;
    padding: 6px;
}

.youtube {
    width: 30px;
    height: 30px;
    background: #ff0000;
    border-radius: 1px;
    color: #fff;
    padding: 6px;
}

span.text-uppercase.social-title {
    font-family: var(--pchead-font);
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
    line-height: 2;
    color: #000;

    &:hover {
        color: #1ea369;
    }
}

.footer {
    border-top: 1px solid #191919;
}
.footer-link-section {
    padding: 60px 0px 0px 0px;
}
.columns {
    width: 31%;
    margin-right: 4%;
    margin-bottom: 30px;
}

.footer-title-bottoms {
    border-bottom: 2px solid #333333;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.footer-title {
    font-family: var(--pchead-font);
    font-size: 16px;
    font-weight: 500;
}

.footer-desc {
    font-family: var(--pcbody-font);
    font-size: 14px;
    line-height: 28px;
}

.footer-bottom {
    border-bottom: 1px solid #252525 !important;
}

#footer-copyright * {
    font-style: italic;
    color: #888;
    font-size: 14px;
    font-family: var(--pcbody-font);
}

#footer-copyright a {
    font-style: italic;
    color: #1ea369 !important;
}

.footer-social-border {
    border-bottom: 1px solid #000;
}
@media screen and (max-width: 1920px) and (min-width: 1080px) {
    .mobile-complete-menu {
        display: none !important;
    }

    p {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

    a#big-hero-section {
        font-size: 25px !important;
    }
}

@media screen and (max-width: 1024px) {
    a#hero-section-title {
        font-size: 25px !important;
    }

    .featured-title.me-3 {
        font-size: 14px;
    }

    p {
        padding-bottom: 0px;
        margin-bottom: 0px !important;
    }

    i.fa-solid.fa-sun {
        font-size: 15px;
    }

    .theme {
        border-radius: 50%;
        box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.1);
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
    }

    .content {
        position: relative;
        top: 296px;
        padding: 20px;
        width: 100%;
    }

    .featured-title h3 a {
        font-family: var(--pchead-font);
        font-size: 18px;
        line-height: normal;
        text-transform: capitalize;
    }

    .featured-title {
        margin-bottom: 7px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .table > :not(caption) > * > * {
        padding: 0.1rem 0.1rem !important;
    }

    .columns {
        width: 31%;
        margin-right: 4%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    i.fa-solid.fa-bars {
        color: #000;
        font-size: 25px;
    }

    .header-top {
        height: 90px;
    }

    .d-flex.d-lg-none.d-block.active {
        margin-top: -91px;
        position: fixed;
        height: 100%;
        width: 100%;
    }

    .sidebar-nav-logo > img {
        width: 100%;
    }

    .mobile-logo {
        display: flex;
        justify-content: center;
    }

    .social-icons {
        display: flex;
        justify-content: center;
    }

    .mobile-logo > img {
        width: 70% !important;
        margin-bottom: 10px;
    }

    li:last-child {
        border: none;
    }

    li {
        border-bottom: 1px solid #dedede;
        padding: 13px 0px 13px 0px;
    }

    ul.list-group {
        margin-left: 0px;
    }

    .social-icons > a {
        margin-right: 13px;
    }

    .mobile-menu {
        position: absolute;
        top: 0px;
    }

    .mobile-complete-menu {
        position: absolute;
        top: 0px;
        height: 100%;
        max-width: 100%;
    }

    .sidebar-nav {
        transform: translateX(-283px);
        visibility: hidden;
    }

    .sidebar-nav.active {
        width: 250px;
        background-color: #fff;
        padding: 20px;
        transform: translateX(0px);
        transition: all 0.5s;
        visibility: visible;
        z-index: 2;
        position: relative;
    }

    .right-sidebar.active {
        width: 518px;
        background-color: #313131fc;
        transform: translateX(167%);
        transition: all ease-in-out 0.5s;
        transform: translateX(0);
        visibility: visible;
        z-index: 2;
        max-width: 70%;
        position: relative;
    }

    .hero-section {
        gap: var(--pcgap);
        margin-top: 5px;
        display: flex;
        flex-wrap: wrap;
        z-index: 1;
        align-items: flex-end;
        flex-direction: column;
    }

    .container {
        max-width: 100% !important;
    }

    .herosection-col-2-row-1-col-1 {
        background-repeat: no-repeat;
        object-fit: cover;
        margin-bottom: var(--pcgap);
        display: flex;
        align-items: flex-end;
        background-position: bottom;
    }

    .herosection-column-1 {
        height: var(--bgh);
        background-repeat: no-repeat;
        object-fit: cover;
        margin-right: 0 !important;
    }

    .content {
        position: relative;
        top: 272px;
        padding: 20px;
        z-index: 1;
        display: block;
        width: 100%;
    }

    .latest-news {
        width: 100%;
    }

    .featured-title h3 a {
        font-family: var(--pchead-font);
        font-size: 18px;
        line-height: normal;
        text-transform: capitalize;
    }

    .featured-title {
        margin-bottom: 7px;
    }

    .columns {
        width: 100%;
        margin-right: 4%;
        margin-bottom: 30px;
    }

    .mobile-menu i.fa-brands.fa-facebook-f {
        color: #000;
    }

    .mobile-menu i.fa-brands.fa-instagram {
        color: #000;
    }

    .mobile-menu i.fa-brands.fa-youtube {
        color: #000;
    }

    .mobile-menu i.fa-solid.fa-envelope {
        color: #000;
    }
}

@media screen and (max-width: 576px) {
    .mobile-menu i.fa-solid.fa-envelope {
        color: #000;
    }

    .mobile-menu i.fa-brands.fa-facebook-f {
        color: #000;
    }

    .mobile-menu i.fa-solid.fa-bars {
        color: #000;
        font-size: 25px;
    }

    .mobile-menu {
        position: absolute;
        top: 0px;
    }

    .container.container-md {
        padding: 0px;
    }

    .mtb-65 {
        margin-top: 59px;
        margin-bottom: 59px;
    }

    .columns {
        width: 100%;
        margin-right: 4%;
        margin-bottom: 30px;
    }

    .right-sidebar.active {
        background-color: #313131fc;
        transform: translateX(167%);
        transition: all ease-in-out 0.5s;
        transform: translateX(0);
        visibility: visible;
        z-index: 2;
        max-width: 60%;
    }

    .sidebar-nav.active {
        background-color: #fff;
        padding-top: 20px;
        transform: translateX(0px);
        transition: all linear 0.5s;
        visibility: visible;
        z-index: 2;
        position: relative;
    }
}

.footer-menu-items {
    padding-bottom: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    border-bottom: 1px solid #252525 !important;
}

.footer-menu-items:last-child {
    border-bottom: none !important;
}
