/*================= Variable Declaration ================ */
:root {
    --theme-color: #7118FF;
    --title-color: #070F2B;
    --body-color: #8a8a8a;
    --smoke-color: #E5E9F5;
    --smoke-color2: #F9FAFF;
    --smoke-color3: #F1F3FF;
    --smoke-color4: #F4F4F4;
    --smoke-color5: #F0F2F4;
    --black-color: #00061E;
    --gray-color: #B4B7C6;
    --white-color: #ffffff;
    --light-color: #D9D9D9;
    --yellow-color: #FFB539;
    --purple-color: #7118FF;
    --success-color: #28a745;
    --orange-color: #FF5C38;
    --error-color: #FF5C38;
    --theme-border-color: #E3E3E3;
    --title-font: "Oxygen", sans-serif;
    --body-font: "Work Sans", sans-serif;
    /* --icon-font: "Font Awesome 6 Free"; */
    --icon-font: "Font Awesome 6 Free", sans-serif;

    --main-container: 1170px;
    --container-gutters: 24px;
    --section-space: 60px;
    --section-space-mobile: 30px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
}


.style-white-blue{
    background: #23C4F7 !important;
}
.style-orange{
    background: #FF5C38 !important;
}

.style-blue {
    background: #0035EF !important;
}

.style-pink {
    background: #FD15F4 !important;
}

.style-dark-pink {
    background: #BE063D !important;
}

.style-red {
    background: #F01D1D !important;
}

.style-dark-red {
    background: #960101 !important;
}

.style-purple {
    background: var(--theme-color) !important;
}

.style-dark-green {
    background: #172E0B !important;
}

.style-light-purple {
    background: #8571FF !important;
}

.style-light-blue {
    background: #3278FF !important;
}

.style-pest {
    background: #155458 !important;
}

.style-megenda {
    background: #138DC0 !important;
}


/* Smooth Scroll Behavior */
html {
    scroll-behavior: smooth;
}
html, body {
    overflow-x: hidden;
}
ol, ul {
    padding-left: 0 !important;
}
* {
    box-sizing: border-box;
}

/* Header Styles */
.main-header {
    background-color: #0a1426;
    padding: 15px 0;
}

h2.site-title a{
    color: var(--white-color);
    text-decoration: none;
}

h2.site-title{
    margin: 0;
}

.post-title{
    font-family: var(--body-font);
    font-size: 16px;
    color: var(--title-color);
    font-weight: 600;
}
/* NEW Badge */
.new-badge {
    background-color: #ff0000;
    color: #ffffff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 5px;
    font-weight: 500;
}



/* Header Icons */
.header-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
    justify-content: flex-end;
}

.header-icons a,
.header-icons button {
    color: #ffffff;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
    position: relative;
    top: 0;
}

.cart-icon {
    position: relative;
}

.cart-badge {
    position: absolute;
    top: -3px;
    right: -19px;
    background-color: #ffc107;
    color: #000000;
    font-size: 11px;
    padding: 0 6px;
    border-radius: 10px;
    font-weight: 600;
    height: 16px;
    width: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-icon i,
.cart-icon i {
    font-size: 16px;
}

.header-icons .cart-icon:hover{
    color: var(--theme-color);
}
.ticker-nav.ms-3 {
    display: flex;
    gap: 20px;
}
/* Trending News Section */
.trending-news {
    padding: 50px 0;
    background-color: #fff;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.news-item {
    display: flex;
    gap: 15px;
    align-items: center;
}


.category-number {
    position: absolute;
    top: 5px;
    right: 20px;
    background-color: #ff6b6b;
    color: white;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    border: 2px solid var(--white-color);
}

.news-content {
    flex-grow: 1;
}
.wp-pages .card-body{
    padding-left: 0;
    padding-right: 0;
}
.front-page .category {
    color: var(--body-color);
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 5px;
    padding: 7px 15px;

}
.news-content > span.category > a{
    text-transform: uppercase;
    color: #8a8a8a;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--title-font);
}
.news-content > span.post-date{
    color: #8a8a8a;
    font-size: 13px;
    font-weight: 500;
    font-family: var(--title-font);
}
.news-content .category{
    padding: 0;
    margin: 0;
}
.world-wide-news .card-img-overlay.world-news-overlay{
    padding: 35px;
}
.world-wide-news a.post-category{
    text-transform: uppercase;
    text-decoration: none;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 600;
    color: var(--white-color);
}
.world-wide-news h2.card-title a.post-title.title{
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.world-wide-news .meta-info span.post-author{
    font-weight: 600;
}
.world-wide-news .meta-info span.post-author,
.world-wide-news .meta-info span.post-comments,
.world-wide-news .meta-info span.post-date{
    color: var(--body-color);
    font-family: var(--title-font);
    font-size: 13px;
    font-weight: 500;
}
.world-wide-news .meta-info span.post-author{
    font-weight: 600;
}
.news-title {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin: 0 0 5px 0;
    line-height: 1.4;
    z-index: 9999;
}
h3.news-title.top-news-slider-title a.post-title{
    position: relative;
    z-index: 9999;
}
.trending-news.top-news button.slick-next.slick-arrow{
    bottom: 0;
    position: relative;
}
.news-date {
    color: #888;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.news-date i {
    font-size: 14px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .news-item {
        max-width: 100%;
    }
    .popular-sec-title{
        margin-top: 20px;
    }
    button.btn.btn-light.btn-sm.me-2.popular-prev.position-relative.slick-arrow,
    button.btn.active.btn-sm.popular-next.position-relative.slick-arrow{
        top: 20px;
    }
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (max-width: 991px) {
    .navbar-toggler{
        color: var(--white-color);
    }
    .header-icons button{
        display: none;
    }
}

/* Mobile-First Layout */
@media (max-width: 991px) {
    .header .container {
        flex-wrap: nowrap; /* Force all items in one row */
    }

    .wrapper-custom-logo-link {
        flex: 3; /* Adjust to take less space */
        justify-content: flex-start;
        order: 1;
    }


    .wrapper-menu {
        flex: 1; /* Menu takes more space */
        justify-content: flex-end; /* Align menu to the left */
        order: 3;
        padding: 0;
    }
    .h-icons{
        flex: 2;
        order: 2;
    }
    .header-icons {
        gap: 15px;
        justify-content: flex-end;
    }

    .wrapper-menu .navbar-nav {
        gap: 10px;
        flex-wrap: nowrap;
    }
    a.light-logo>img {
        display: block;
    }

    .side-menu-sidebar{
        width: 70%;
    }
    .wrapper-menu .navbar>.container-fluid{
        justify-content: flex-end;
        padding: 0;
    }
    .wrapper-menu .navbar-collapse {
        justify-content: center;
        width: 100%;
        position: fixed;
        z-index: 999;
        top: 46px;
        left: 0;
        padding: 0px 20px;
        background: var(--black-color);
    }
}


@media (max-width: 575px) {
    .side-menu-sidebar{
        width: 100%;
    }
}

/* News Section Styles */
.news-section .card-img-top {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.news-section span.post-author{
    margin-right: 10px;
}
/* Featured Articles Section */
.featured-articles {
    padding-bottom: 40px;
    background-color: #f8f9fa;
}
.business-corporate.py-5 .featured-articles {
    background-color: transparent;
    padding-top: 0;
}
.featured-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.featured-image {
    position: relative;
    width: 100%;
    height: 400px;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-tag {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.featured-card .featured-content .category-tag {
    color: white;
}



.featured-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 50px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9) 70%);
    color: #fff;
}

.featured-title a.text-decoration-none.hero-content-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #fff;
}
h3.title{
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
}
.article-meta {
    display: flex;
    gap: 20px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.article-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--body-color);
}

.article-meta i {
    font-size: 14px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .featured-image {
        height: 300px;
    }

    .featured-title a.text-decoration-none.hero-content-title{
        font-size: 20px;
    }

    .article-meta {
        flex-wrap: wrap;
        gap: 10px;
    }
}

/* Hover Effects */
.featured-card:hover .featured-image img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.featured-card:hover .featured-title{
    text-decoration: underline;
}


/* What's New Section */
.whats-new .main-article {
    position: relative;
}

.whats-new .position-relative img.what-new-main-img{
    height: 460px;
    width: 100%;
    object-fit: cover;
}
.whats-new  span.badge.what-new-category{
    padding-left: 0;
}
.whats-new .news-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.what-new-slider span.badge.mb-2{
    background-color: transparent;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--title-font);
    padding: 0;
    color: var(--body-color);
}
.what-new-slider .whats-new-meta.post-date{
    color: var(--body-color);
    font-size: 13px;
    font-family: var(--title-font);
    font-weight: 500;
}
.whats-new-article {
    position: relative;
}
.whats-new-article::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    pointer-events: none;
}
.whats-new .what-new-overlay{
    padding: 40px;
}
.whats-new .what-new-overlay span.post-author,
.whats-new .what-new-overlay span.post-date{
    font-family: var(--title-font);
    font-size: 13px;
    font-weight: 500;
    color: var(--body-color);
}
.whats-new-article span.badge.category-tag.whats-new-cat-tag{
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 600;
    color: var(--white-color);
    padding: 8px 12px;
}
/* Stay Connect Section */
.btn-purple {
    background-color: #833AB4;
    color: white;
}

.btn-purple:hover {
    background-color: #6d2e96;
    color: white;
}
button.btn.btn-light.btn-sm.me-2 {
    background: #eaddff !important;
}
.stay-connect .btn {
    padding: 12px 20px;
    color: var(--white-color);
}

.stay-connect .btn i {
    font-size: 1.2rem;
    color: var(--white-color);
}


/* Lifestyle Section */
.lifestyle .card {
    transition: transform 0.3s ease;
}

.lifestyle .card:hover {
    transform: translateY(-5px);
}

.lifestyle .card-img-top {
    height: 250px;
    object-fit: cover;
    border-radius: 0 !important;
}

.lifestyle .badge {
    background: transparent;
    text-transform: uppercase;
    font-size: 0.8rem;
    padding-left:0;
    margin-left: 0;
}

.lifestyle .card-title {
    font-weight: 600;
    line-height: 1.4;
}

.lifestyle .text-muted {
    font-size: 0.85rem;
}
.lifestyle .latest-articles span.badge.latest-article-cat{
    padding-left: 0;
}

/* Latest Articles Section */
.latest-articles .d-flex {
    transition: transform 0.3s ease;
}

.latest-articles .d-flex:hover {
    transform: translateY(-3px);
}

.latest-articles img {
    transition: opacity 0.3s ease;
}

.latest-articles .d-flex:hover img {
    opacity: 0.9;
}

.latest-articles h5 {
    font-weight: 600;
    line-height: 1.3;
}

.latest-articles .badge {
    font-size: 0.75rem;
    padding: 0.4em 0.8em;
}


/* Featured News Section */
.featured-news article {
    transition: transform 0.3s ease;
}

.featured-news article:hover {
    transform: translateY(-5px);
}

.featured-news .card-img-top {
    height: 200px;
    object-fit: cover;
}

.featured-news .card-title {
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}

.featured-news .badge {
    font-size: 0.75rem;
    padding: 0.5em 1em;
}

.featured-news .meta-info {
    font-size: 0.85rem;
}

.feature-news h3 a.featured-news-title{
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: var(--white-color);
}


/* News Ticker Styles */
.news-ticker {
    border-bottom: 1px solid #e9ecef;
}

.live-indicator.css{
margin-right: -40px;
position: relative;
box-sizing: border-box;
z-index: 99;
top: -20px;
border: 5px solid var(--white-color);
transform: skewX(-10deg);
background-color: red;
padding: 0.2rem 0.8rem;
border-radius: 5px;

}

.live-indicator .badge {
    background: transparent !important;
    font-weight: 500;
    text-transform: uppercase; /* Capitalized text */
    font-size: 18px;
    position: relative;
    top: 0;
    right: 0;
    padding: 0;
    color: var(--white-color) !important;
}
.live-indicator.css::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Set the width */
    height: 100%; /* Set the height */
    border-radius: 5px; /* Make it a circle */
    background-color: #FF0000; /* Visible background color */
    animation: pulse 1s infinite; /* Add a pulsing effect */
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }
}
.ticker-wrapper {
    overflow: hidden;
    position: relative;
}

.ticker-carousel {
    display: flex;
    align-items: center;
}

.ticker-item {
    font-size: 15px;
    color: #333;
    white-space: nowrap;
    padding: 0 15px;
    text-align: left;
}

.ticker-item a {
    text-decoration: none;
    color: var(--title-color);
    transition: color 0.3s ease;
    background: #FFCA11;
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    transform: skewX(-10deg); /* Angled effect */
    position: relative;
    padding: 0.5rem 0.75rem  0.5rem 30px;
    z-index: 99;
    overflow: hidden;
}

.ticker-item a:hover {
    color: var(--body-color);
}

.ticker-nav button {
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #fff;
    color: #fff;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    background-color: var(--theme-color);
}

.ticker-nav button:hover {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.ticker-nav button i {
    font-size: 12px;
    line-height: 1;
}
.btn.active{
    background-color: var(--theme-color);
    color: #fff;
}

/* World Wide News Section */
.world-wide-news .card {
    transition: transform 0.3s ease;
}
.world-wide-news .world-wide-main-img{
    height: 430px;
    object-fit: cover;
    width: 100%;
    border-radius: 0 !important;
}
.world-wide-news .card:hover {
    transform: translateY(-5px);
}

.world-wide-news .card-title {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.world-wide-news .meta-info {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
}

.world-wide-news .badge {
    font-size: 0.8rem;
    padding: 0.5em 1em;
}
.world-wide-news span.badge.mb-2 {
    color: white;
}
span.online-badge::before {
    content: '';
    background: var(--theme-color);
    height: 5px;
    width: 5px;
    display: inline;
    position: absolute;
    border-radius: 50%;
    left: 16px;
    margin-top: 9px;
}
.trending-news small.text-muted.trending-news-meta span {
    margin-right: 10px;
    text-transform: uppercase;
}

span.badge.mb-2{
    color: #000;
    font-size: 14px;
    position: relative;
    left: 3px;
    top: 0;
}
.bg-purple {
    background-color: #6f42c1;
}

.world-wide-news .card-img-overlay {
    transition: background 0.3s ease;
}

.world-wide-news .card:hover .card-img-overlay {
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.2) 100%);
}
.card-img-overlay.card-l-padding{
    padding-left: 25px;
    padding-right: 25px;
}
@media (max-width: 991.98px) {
    .world-wide-news .card-title.h3 {
        font-size: 1.5rem;
    }
    .card-img-overlay.card-l-padding{
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Must Read News Section */
.must-read-news article {
    transition: transform 0.3s ease;
}

.must-read-news article:hover {
    transform: translateY(-5px);
}

.must-read-news .card-title {
    font-weight: 600;
    line-height: 1.4;
}

.must-read-news img {
    height: 200px;
    object-fit: cover;
}
.card.must-read .card-body{
    padding: 0;
}
.must-read-slider span.online-badge::before{
    margin-top: 12px;
    left: 0;
}
.must-read-news .badge {
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding-left: 0;
    margin-left: 0;
    background-color: transparent;
}
.must-read-news .popular-articles .card-body .must-read-side-cat{
    padding-left: 0 ;
}
/* Popular Section */
.popular-articles .card {
    transition: transform 0.3s ease;
}

.popular-articles .card:hover {
    transform: translateX(5px);
}

.popular-articles img {
    height: 80px;
    object-fit: cover;
}
.popular-articles img.popular-articles-img{
    width: 100px;
    height: 90px;
    object-fit: cover;
    border-radius: 0 !important;
}
.popular-articles .card-title {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.4;
}

.popular-articles .badge {
    font-size: 0.7rem;
    padding: 0.3em 0.6em;
}

.popular-articles .card-body {
    padding: 0.5rem 1rem;
}

@media (max-width: 991.98px) {
    .must-read-news img {
        height: 150px;
    }

    .popular-articles {
        margin-top: 2rem;
    }
}

h2.h4.mb-0 {
    font-family: var(--title-font);
    font-size: 27px;
    color: var(--black-color);
    font-weight: 700;
}

/* Media & Videos Section */
.media-videos .card {
    transition: transform 0.3s ease;
}

.media-videos .card:hover {
    transform: translateY(-5px);
}

.media-videos .card-title {
    font-weight: 600;
    line-height: 1.4;
}
.main-video-slider a.video-title.title{
font-family: var(--body-font);
font-size: 30px;
font-weight: 600;
color: var(--white-color);
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 99;
}

.play-button svg {
    color: #dc3545;
    font-size: 18px;
    margin-left: 4px;
}

.play-button:hover {
    background: #fff;
    transform: translate(-50%, -50%) scale(1.1);
}

.play-button-sm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-button-sm svg {
    color: #dc3545;
    font-size: 12px;
    margin-left: 2px;
}

.play-button-sm:hover {
    background: #fff;
    transform: translate(-50%, -50%) scale(1.1);
}
.card .position-relative img.card-img {
    height: 460px;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
}
.card .position-relative .card-img-overlay {
    padding: 35px;
}
.video-list img.right-side-video {
    width: 150px;
    height: 100px;
}
.video-list .card {
    transition: transform 0.3s ease;
}

.video-list .card:hover {
    transform: translateX(5px);
}

.video-list img {
    height: 80px;
    object-fit: cover;
}

.video-list .card-title {
    font-size: 0.95rem;
    line-height: 1.4;
}

.media-videos .meta-info {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
}
.video-item .card-body .badge{
    background-color: transparent;
    left: 0;
    padding: 0;
}
.video-item .badge a{
    color: #666666;
    text-transform: uppercase;
}
h6.card-title a.video-title{
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 600;
    color: var(--black-color);
}

@media (max-width: 991.98px) {
    .video-list {
        margin-top: 2rem;
    }

    .media-videos .card-title {
        font-size: 1.25rem;
    }
}

/* Featured News Grid Section */
.featured-news-grid article {
    transition: transform 0.3s ease;
}

.featured-news-grid article:hover {
    transform: translateY(-5px);
}

.featured-news-grid .card-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.featured-news article img.card-img-top.feature-full-img{
    width: 100%;
    height: 420px !important;
    object-fit: cover;
}
/* img.card-img-top.feature-full-img */
.featured-news-grid .col-lg-4:first-child .card-img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.featured-news-grid .card-title {
    font-weight: 600;
    line-height: 1.4;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.featured-news-grid .badge {
    font-size: 0.75rem;
    padding: 0.5em 1em;
}

.featured-news-grid .meta-info {
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991.98px) {
    .featured-news-grid .card-img {
        height: 200px;
    }

    .featured-news-grid .col-lg-4:first-child .card-img {
        height: 300px;
    }
}

/* Blog page design one */
/* Business Page Styles */

.card.grid .badge{
    background: transparent;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.card.grid .badge a{
    color: var(--white-color);
    padding: 5px 10px;
}
h2.card-title.blog-title a.blog-post-title{
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
}
h2.card-title.blog-title a:hover,
h2.omega-news-title.post-title a.blog-post-title:hover{
    text-decoration: underline !important;
    color: var(--theme-color);
    transition: 0.3s all ease-in-out;
}


.business-page .breadcrumb-item a {
    color: #6C5DD3;
    text-decoration: none;
}
.business-corporate span.badge.mb-2{
    background: transparent;
    font-family: var(--title-font);
    font-size: 14px;
    text-transform: uppercase;
    color: var(--body-color);
}
.business-page .breadcrumb-item.active {
    color: #666;
}
.card.bussiness-corporation-card .card-body{
    padding-left: 30px;
    padding-right: 30px;
}
.bussiness-corporation-card span.online-badge::before{
    margin-top: 12px;
    left: 30px;
}

.bussiness-corporation-card .post-author,
.bussiness-corporation-card .post-date,
.bottom-business-post .business-post-cat,
.bottom-business-post .post-date{
    color: var(--body-color);
    font-family: var(--body-font);
    font-size: 13px;
    font-weight: 500;
}
.business-corporate .bottom-business-post{
    gap: 30px;
}
.card.bussiness-corporation-card h3.card-title a.post-title.title{
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}
.business-page .card {
    transition: transform 0.3s ease;
}

.business-page .card:hover {
    transform: translateY(-5px);
}
.business-corporate span.badge.mb-2.business-post-cat{
    padding-left: 0;
}

.business-corporate img.card-img.business-corporation-img{
    width: 100%;
    height: 460px;
    object-fit: cover;

}
.business-corporate img.card-img.business-corporation-img2{
    width: 100%;
    height: 225px;
    object-fit: cover;

}

/* Social Stats */
.social-stats a {
    transition: opacity 0.3s ease;
}

.social-stats a:hover {
    opacity: 0.9;
}

.social-stats i {
    width: 20px;
    text-align: center;
}

/* Featured Article */
.featured-article img {
    height: 200px;
    object-fit: cover;
}

/* Newsletter */
.newsletter {
    background-color: #f8f9fa;
}

.newsletter input {
    border-radius: 0;
}

.newsletter button {
    border-radius: 0;
}

/* Custom Colors */
.bg-purple {
    background-color: #6C5DD3;
}

/* Pagination */
.pagination .page-link {
    color: #6C5DD3;
    border-color: #6C5DD3;
}

.pagination .page-item.active .page-link {
    background-color: #6C5DD3;
    border-color: #6C5DD3;
}

/* Responsive Images */
.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .card img {
        height: 150px;
    }
}
.omega-bottm-ads {
    margin: 30px auto;
}
/* Latest News Section Styles */

.latest-news h3.card-title a.post-title.title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    font-family: var(--title-font);
}
.latest-news .card .card-body{
    padding-left: 30px;
}
.latest-news article {
    transition: transform 0.3s ease;
}

.latest-news img {
    height: 150px;
    object-fit: cover;
}

.latest-news .btn-primary {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.post-date img.calendar-icon {
    display: inline-block;
    width: 10px;
    height: 11px;
    margin-right: 7px;
}
.card.latest-news-cards span.post-date {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    font-family: var(--body-font);
}
.card.latest-news-cards span.post-author{
    font-size: 13px;
    font-weight: 500;
    font-family: var(--body-font);
}
.latest-news-cards p.card-text.post-details{
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--body-color);
    margin: 0;
}

@media (max-width: 991.98px) {
    .latest-news article {
        flex-direction: column;
    }

    .latest-news .flex-shrink-0 {
        width: 100% !important;
    }
}
.latest-news.py-5 span.badge.mb-2{
    color: #fff;
    left: 0;
}
.load-btn a.btn.load-more-btn {
    background: var(--theme-color);
    color: #fff;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 144px;
    height: 46px;
    font-size: 14px;
    font-weight: 600;
}
.load-btn a.btn.load-more-btn:focus{
    outline: 2px dotted var(--title-color);
}

.newsletter-card {
    background: var(--theme-color);
    color: white;
    border-radius: 0 !important;
}
.newsletter-card hr {
    background: #fff !important;
    height: 2px;
    margin: 40px auto;
}
.newsletter-card  form input.form-control {
    padding: 8px 15px;
    border-radius: 0;
}
.newsletter-card  form .btn.subscribe-btn{
background-color:  #FF5C38;
color: #fff;
border-radius: 0;
}
/* Blog Grid Page Styles */
.blog-grid-page .card {
    transition: transform 0.3s ease;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.blog-grid-page .card:hover {
    transform: translateY(-10px);
}

.blog-grid-page .card-img-top {
    height: 220px;
    object-fit: cover;
}

.blog-grid-page .breadcrumb {
    background: transparent;
}

.blog-grid-page .breadcrumb-item a {
    color: #6C5DD3;
    text-decoration: none;
}

.blog-grid-page .breadcrumb-item.active {
    color: #666;
}

.blog-grid-page .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(108, 93, 211, 0.3);
}

@media (max-width: 768px) {
    .blog-grid-page .card-img-top {
        height: 180px;
    }
}

/* Blog Single Page Styles */

.blog-single-page .meta.blog-meta-devider{
    border-bottom: 1px solid rgb(231, 231, 234);
    padding-bottom: 70px;
}
.blog-single-page .meta {

    color: rgb(159, 159, 159);
    font-family: var(--body-font);
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    text-align: left;
    text-transform: uppercase;
}
.blog-single-page h2 a.post-title{
    font-family:var(--title-font);
    font-size:45px ;
    font-weight: 700;
    line-height: 53px;
    color: var(--title-color);

}
.blog-single-page .breadcrumb-item a {
    color: var(--title-color);
    text-decoration: none;
    font-size: 16px !important;
    text-transform: uppercase;
    font-family: var(--body-font);
    font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before{
    content: ">" !important;
}

.blog-single-page .breadcrumb-item.active {
    color: #666;
}

.blog-single-page .blog-header .badge {
    font-family: var(--body-font);
    font-size: 14px;
    padding: 5px 10px;
    position: static;
    background-color: var(--orange-color);
}
.share-buttons span {
    font-size: 16px;
    color: rgb(102, 102, 102);
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;
}

.share-buttons span img.img-ml{
    margin-right: 7px;
}
.blog-single-page .share-buttons a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(108, 93, 211, 0.1);
    transition: all 0.3s ease;
    font-size: 14px;
}
.blog-single-page .share-buttons a.facebook-color{
    color: var(--white-color);
    background-color: rgb(64, 128, 255);
}
.blog-single-page .share-buttons a.instagram-color{
    color: var(--white-color);
    background-color: rgb(94, 54, 139);
}
.blog-single-page .share-buttons a.linkedin-color{
    color: var(--white-color);
    background-color: rgb(0, 119, 181);
}

.blog-single-page .share-buttons a.pinterest-color{
    color: var(--white-color);
    background-color: rgb(189, 8, 28);
}
.blog-single-page .share-buttons a:hover {
    transform: translateY(-3px);
    background: rgba(108, 93, 211, 0.2);
}
.related-articles.related-border-bottom h4 a.blog-post-title{
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 16px;
    color: var(--title-color);
}
.related-articles.related-border-bottom span.blog-post-category{
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 14px;
    color: var(--body-color);
    background: transparent;
    padding-left: 0;
}
.related-articles.related-border-bottom span.post-date{
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 13px;
    color: var(--body-color);
}
.blog-single-page .blog-content {
    padding-top: 40px;
    color: rgb(102, 102, 102);
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
}

.blog-single-page .blog-image img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
}
.post-details .post-img{
    position: relative;
}
.post-details .post-img span.post-index {
    background: var(--orange-color);
    color: #fff;
    padding: 5px;
    font-size: 12px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 6px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--white-color);
}

.blog-single-page .single-share-post {
    border-top: 1px solid rgb(231, 231, 234);
    border-bottom: 1px solid rgb(231, 231, 234);
    padding: 20px 0;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}


/* <style> */
.blog-single-page .author-profile {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    background-color: var(--white-color);
    margin-left: 0;
    margin-bottom: 40px;
}

.blog-single-page .author-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
}

.blog-single-page .author-info {
    flex: 1;
}

.blog-single-page .author-label {
    font-family: var(--body-font);
    font-size: 12px;
    font-weight: 400;
    color: rgb(102, 102, 102);
    margin: 0;
}

.blog-single-page .author-name {
    font-family: var(--title-font);
    margin: 5px 0;
    font-size: 18px;
    font-weight: 600;
    color: rgb(7, 15, 43);
    letter-spacing: -1px;
}

.blog-single-page .author-bio {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: rgb(102, 102, 102);
    margin: 10px 0;
}

.blog-single-page .social-icons {
    margin-top: 10px;
    justify-content: left;
    padding-left: 0;
    margin-left: 0;
}

.blog-single-page .social-link {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: rgb(102, 102, 102);
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-single-page .social-link:hover {
    color: #007BFF;
}

   /* </style> */
@media (max-width: 768px) {
    .blog-single-page .meta {
        flex-direction: column;
        gap: 1rem;
    }

    .blog-single-page .share-buttons {
        margin-left: 0 !important;
    }
}



/* Testimonial Section Styles */
.testimonial-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.testimonial-card .quote-icon {
    color: #6C5DD3;
}

.testimonial-card blockquote {
    border-left: none;
    padding: 0;
}

.testimonial-card blockquote p {
    line-height: 1.6;
    color: #2d2d2d;
}

.testimonial-author {
    position: relative;
    padding-left: 2rem;
}

.testimonial-author:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.5rem;
    height: 2px;
    background: #6C5DD3;
    transform: translateY(-50%);
}

/* Sustainability Section Styles */
.sustainability-section .team-image img {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .testimonial-card {
        padding: 2rem !important;
    }
}

/* Author and Share Section Styles */
.author-profile .social-link {
    font-size: 14px;
    padding: 10px;
    padding-left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: left;
    border-radius: 50%;
    margin-right: 0.5rem;
    transition: transform 0.3s ease;
}
.author-profile .social-icons a.social-link{
    margin-left: 0;
}
.author-profile .social-link:hover {
    transform: translateY(-3px);
    color: var(--theme-color);
}

.social-link.facebook { background-color: #3b5998; }
.social-link.instagram { background-color: #e1306c; }
.social-link.linkedin { background-color: #0077b5; }
.social-link.pinterest { background-color: #bd081c; }
.social-link.spotify { background-color: #1db954; }
.social-link.telegram { background-color: #0088cc; }

.author-profile .author-info img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.author-profile .author-social a {
    color: #666;
    transition: color 0.3s ease;
}

.author-profile .author-social a:hover {
    color: #6C5DD3;
}


.related-articles img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 15px;
}
.related-articles.related-border-bottom{
    border-bottom: 1px solid rgb(231, 231, 234);
    padding: 20px 0;
}
.comment-form .form-control {
    border-radius: 0;
    padding: 0.8rem;
}

.comment-form textarea {
    resize: none;
    padding: 15px;
    margin: 10px 5px;
}

.comment-form .btn-primary {
    border-radius: 0;
    padding: 0.8rem 2rem;
}
.comments-area p.logged-in-as a {
    color: var(--theme-color);
    text-decoration: none;
    font-family: var(--body-font);
    font-weight: 500;
}


/* General Comments Area Styling */
.comments-area {
    margin-top: 40px;
    background-color: #f9f9f9;
}

.comments-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

/* Comment List Styling */
.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list li {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
}

.comment-list li .comment-avatar {
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
}

.comment-list li .comment-content {
    overflow: hidden;
}

.comment-list li .comment-author {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--title-color);
}

.comment-list li .comment-metadata {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.comment-list li .comment-text {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

/* Depth and Nested Replies */
.comment-list .children {
    margin-left: 30px;
    padding-left: 20px;
}

.comment-list .children .comment {
    margin-top: 15px;
    margin-left: 30px;
}
.comment-list {
    list-style-type: none; /* Remove numbers from parent list */
    margin: 0;
    padding: 0;
}

.comment-list .children {
    list-style-type: none; /* Remove numbers from nested comments */
    margin: 0;
    padding: 0;
}
.comment-list li .comment-author img{
    border-radius: 50%;
}
/* Reply Link Styling */
.comment-list .reply {
    margin-top: 10px;
}
.comment-list li .comment-author .fn a{
    font-family: var(--title-font);
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
    color: var(--title-color);
}
.comment-body .comment-content p{
    font-family: var(--title-font);
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
}
.comment-meta .comment-metadata a{
    text-decoration: none;
}
.comment-meta .comment-metadata a time{
    font-family: var(--title-font);
    font-size: 14px;
    color: var(--body-color);
}
.comment-list .reply a {
    font-size: 14px;
    color: var(--theme-color);
    text-decoration: none;
    font-weight: bold;
}

.comment-list .reply a:hover {
    color: var(--orange-color);
}

/* Comment Form Styling */
.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.comment-form-comment textarea {
    resize: vertical;
}

.comment-form .btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--theme-color);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.comment-form .btn:hover {
    background-color: var(--orange-color);
}

/* Additional Notes Styling */
.comment-notes {
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
}


@media (max-width: 768px) {
    .author-info {
        flex-direction: column;
        text-align: center;
    }

    .author-info img {
        margin-bottom: 1rem;
        margin-right: 0 !important;
    }

    .author-social {
        justify-content: center;
    }
}

/* Related News Section Styles */

.related-news h2.related-heading{
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 27px;
    color: var(--title-color);
}
.related-news .card {
    transition: transform 0.3s ease;
}

.related-news .card:hover {
    transform: translateY(-10px);
}

.related-news .card-img-top {
    height: 200px;
    object-fit: cover;
}

.related-news button.btn.active.btn-sm.related-next.position-relative.slick-arrow, button.btn.btn-light.btn-sm.me-2.related-prev.position-relative.slick-arrow {
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
}

.related-post-slider {
    overflow: hidden; /* Prevent overflow beyond the parent container */
}

.related-post-slider .slick-slide {
    margin: 0 15px; /* Add spacing between slides (adjust as needed) */
    box-sizing: border-box;
}

.related-post-slider .slick-list {
    margin: 0 auto; /* Center the slider */
    overflow: hidden; /* Prevent overflow of hidden items */
}

.related-post-slider .slick-track {
    display: flex; /* Ensure proper alignment of slides */
}


.related-news .meta {
    font-size: 0.875rem;
}
.related-news.py-5 span.online-badge.related::before{
    left: 0;
    margin-top: 11px;
}
.related-news.py-5 span.badge.categorty {
    background: transparent;
    text-transform: uppercase;
    padding: 0;
}
@media (max-width: 768px) {
    .related-news .card-img-top {
        height: 180px;
    }

    .related-news .meta {
        flex-direction: column;
        gap: 0.5rem;
    }
}



/* Shop single */

/* Product Details Page Styles */
.cursor-pointer {
    cursor: pointer;
}

.thumbnail-images img {
    transition: opacity 0.3s ease;
}

.thumbnail-images img:hover {
    opacity: 0.7;
}

.product-info .rating {
    font-size: 0.9rem;
}

.product-info .input-group {
    max-width: 130px;
}

.product-info .input-group input {
    border-left: 0;
    border-right: 0;
}

.product-info .input-group button {
    z-index: 0;
}

.shipping-info i {
    font-size: 1.2rem;
}

.product-meta {
    font-size: 0.9rem;
}
/* Product Tabs Styles */
#productTabs .nav-link {
    color: #6c757d;
    font-weight: 500;
    padding: 1rem 1.5rem;
    position: relative;
}

#productTabs .nav-link.active {
    color: #0d6efd;
    background: transparent;
}

#productTabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0d6efd;
}

.tab-content {
    background-color: #f8f9fa;
    border-radius: 0.5rem;
}

.features i {
    width: 20px;
}

/* Trending News Badge */
.trending-news-badge {
    display: inline-block;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 500;
    color: var(--theme-color);
    border-radius: 4px;
    text-decoration: none;
    margin-right: 8px;
    pointer-events: none;
}

/* <=========== Page Navigation Style =================> */
.pagination .page-numbers {
    display: flex;
    margin: 0 5px;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
	
}
.pagination .page-numbers .page-numbers{
	background: #eaddfe;
	color: var(--theme-color);
    padding: 10px 15px;
}
.pagination .page-numbers.current {
    background-color: var(--theme-color);
    color: var(--white-color);
}

nav.navigation.pagination .nav-links ul.page-numbers {
    display: flex;
    gap: 7px;
}
nav.navigation.pagination .nav-links ul.page-numbers li a{
    text-decoration: none;
}

nav.pagination .nav-links ul.page-numbers li {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color);
}

nav.pagination .nav-links ul.page-numbers li a:hover {
background-color: var(--orange-color);
color: var(--white-color);
}
nav.pagination .nav-links ul.page-numbers li .page-numbers.current{
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;

}
a.next.page-numbers, a.prev.page-numbers{
    padding: 15.5px !important;
}


.navigation.posts-navigation .nav-links .nav-previous a ,
.navigation.posts-navigation .nav-links .nav-next a {
    text-decoration: none !important;
    color: white !important;
    background: var(--orange-color) !important;
    padding: 7px 15px;
    border: 1px solid var(--orange-color);
    border-radius: 7px;
}


.navigation.posts-navigation .nav-links .nav-previous a:hover,
.navigation.posts-navigation .nav-links .nav-next a:hover {
    background: var(--white-color) !important;
    color: var(--orange-color) !important;
    border: 1px solid var(--orange-color);
}

/* =========== Search Widget Css =============== */

.widget.widget_block.widget_search .wp-block-search .wp-block-search__label{
    font-size: 2em;
}
.wp-block-search .wp-block-search__label {
    font-weight: 500;
}
.widget.widget_block.widget_search .wp-block-search__inside-wrapper{
    align-items: center;
}
.widget.widget_block.widget_search .wp-block-search__inside-wrapper input.wp-block-search__input{
   padding: 12px;
}
.widget.widget_block.widget_search .wp-block-search .wp-block-search__label,
.widget h2.wp-block-heading{
    margin-bottom: 20px;
}
.widget.widget_block.widget_search .wp-block-search__inside-wrapper button.wp-block-search__button.wp-element-button {
    padding: 11px 20px;
    background-color: var(--title-color);
    color:var(--white-color);
    border: 1px solid var(--title-color);
}

.widget.widget_block.widget_search .wp-block-search__inside-wrapper button.wp-block-search__button.wp-element-button {
    padding: 10px 40px !important;
}
.widget.widget_block.widget_search .wp-block-search__inside-wrapper input#wp-block-search__input-1{
    padding: 10px;
}
.wp-block-search__inside-wrapper{
    align-items: center;
}
.widget.widget_block.widget_search .wp-block-search__inside-wrapper button.wp-block-search__button.wp-element-button:hover {
background: transparent;
color: var(--title-color);
}
.wp-block-search__inside-wrapper button.wp-block-search__button.wp-element-button {
    padding: 10px 40px !important;
    height: 50px;
}
.wp-block-search__inside-wrapper input#wp-block-search__input-1,
.wp-block-search__inside-wrapper input#wp-block-search__input-3,
.wp-block-search__inside-wrapper input#wp-block-search__input-4{
    padding: 10px;
}
.wp-block-search__inside-wrapper input#wp-block-search__input-5,
.wp-block-search__inside-wrapper input#wp-block-search__input-2 {
    border: none;
    padding: 5px 10px;
}
/* <============ Newsletter Widgets Style ==============> */
.widget_newsletter_widget .newsletter-card input[type="email"] {
width: 100%;
margin:10px auto;
padding: 8px 15px;
color:#000;
}
.widget_newsletter_widget .newsletter-card input[type="submit"] {
width: 100%;
margin:10px auto;
background-color:#FF5C38;
color:#fff;
text-transform:uppercase;
padding: 8px 15px;
height:45px;
border:none;
}

/* <=============== WordPress Default Widget css =================> */
.widget {
    margin: 0 0 1.5em;
    padding: 30px;
    margin: 20px ;
}
.widget.widget_block ul.wp-block-latest-posts__list.wp-block-latest-posts li,
.widget.widget_block ul.wp-block-archives-list.wp-block-archives li,
.widget.widget_block .wp-block-categories-list.wp-block-categories li{
    position: relative;
    padding-left: 30px;
}
.widget.widget_block ul.wp-block-latest-posts__list.wp-block-latest-posts li a,
.widget.widget_block ul.wp-block-archives-list.wp-block-archives li a,
.widget.widget_block .wp-block-categories-list.wp-block-categories li a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
}
.widget.widget_block ul.wp-block-latest-posts__list.wp-block-latest-posts li:before,
.widget.widget_block ul.wp-block-archives-list.wp-block-archives li:before,
.widget.widget_block .wp-block-categories-list.wp-block-categories li::before{
content: "\f101";
position: absolute;
left: 0;
top: 1px;
color: var(--title-color);
font-family: 'FontAwesome';
}

.widget.widget_block ol.wp-block-latest-comments li.wp-block-latest-comments__comment{
    position: relative;
    padding-left: 30px;
}
.widget.widget_block ol.wp-block-latest-comments li.wp-block-latest-comments__comment::before{
    content: "\f086";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--title-color);
    font-family: var(--icon-font);
}


/* <=================== Blog Page Style List ===============> */

.omega-news-card {
    display: flex;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    margin: 8px;
}
.omega-news-card .omega-news-image a.post-img img {
width: 300px;
height: 235px;
object-fit: cover;
border-radius:0 !important;
}
.omega-news-content {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.omega-news-category a{
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    background-color: #ff5722;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-decoration: none;
}
h2.omega-news-title.post-title a.blog-post-title {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
    color: #000;
}

.omega-news-excerpt {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    margin-bottom: 10px;
}

.omega-news-meta {
    font-size: 12px;
    color: #888;
}
.omega-news-content .omega-news-title h2.post-title a.blog-post-title {
color: black;
text-decoration: none;
font-size: 24px;
font-weight: 600;
}

.omega-news-content .omega-news-meta span.post-by {
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
}

.omega-news-content .omega-news-meta time.post-date{
    font-size: 14px;
    font-weight: 500;
}



/*============ error-wrap ============= */
.error-404.not-found {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.error-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3; /* Semi-transparent background image */
}

.page-content {
    position: relative;
    z-index: 2; /* Ensure content is above the background */
    text-align: center;
    color: #fff; /* Make text clear and readable */
}



.error-404 .page-header h1.page-title{
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 36px;
    font-weight: 600;
}
.error-404 h2.error-title{
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 32px;
    font-weight: 600;
}
.error-404 h3.error-subtitle{
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 32px;
    font-weight: 600;
}
.error-search-forms form.search-form input.search-submit {
    padding: 10px 20px;
    background: var(--orange-color);
    color: white;
    border: 1px solid var(--orange-color);
}
.error-search-forms form.search-form input.search-submit:hover {
    background: transparent;
    color: var(--orange-color);
}
.error-search-forms form.search-form input.search-field {
    padding: 6px 20px;
    outline: 1px solid var(--body-color);
}
.error-back-to-home a.btn {
    background: var(--orange-color);
    color: white;
    margin-top: 50px;
    border: 1px solid var(--orange-color);
}
.error-back-to-home a.btn:hover {
    background: transparent;
    color: var(--orange-color);

}

@media (max-width: 991px) {
    .error-404 .page-header h1.page-title{
        font-size: 24px;
    }
    .error-404 h2.error-title{
        font-size: 20px;
    }
    .error-404 h3.error-subtitle{
        font-size: 20px;
    }
}


.related-news .navigation-buttons{
    display: flex;
}

ol.wp-block-latest-comments .wp-block-latest-comments__comment-meta a.wp-block-latest-comments__comment-author,
ol.wp-block-latest-comments .wp-block-latest-comments__comment-meta a.wp-block-latest-comments__comment-link{
    text-decoration:none;
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-color);
}
ol.wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover{
    color: var(--title-color);
    text-decoration: underline !important;
}
.what-new-prev .what-new-icon , .what-new-next .what-new-icon{
    rotate: 270deg;
}

#monster-widget-placeholder-13.widget.widget_tag_cloud a{
    text-decoration: none;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
    margin: 5px;

}
#monster-widget-placeholder-13.widget.widget_tag_cloud a:hover{
    color: var(--theme-color);
}


/* Shadow Effect */
.bussiness-corporation-card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.0), 0 1px 10px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.bussiness-corporation-card:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}
.latest-news-cards{
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.0), 0 1px 10px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.latest-news-cards span.badge.post-category{
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 600;
}

a img.ads-image{
    min-width: 100%;
    height: 200px;
    object-fit:contain;
}


footer .recent-news-widget .post-title,
footer .wp-block-page-list li a{
    color: var(--white-color);
    text-decoration: none;
}

footer .widget{
    box-shadow: none;
    padding: 5px;
}
footer h3.widget_title{
    padding-bottom: 30px;
}
.trending-news-card .card-body span.badge.trending-news-cat{
    background-color: transparent;
    color: var(--body-color);
    font-size:14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    padding-left: 6px;
}
.card.trending-news-card .card-body.trending-body{
    padding: 0;
    padding-top: 20px;

}

.trending-news-card span.online-badge::before{
    margin-top: 12px;
    left: 0;
}
span.online-badge::before {
    
    animation: blink 1s infinite;
}


@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    25% {
        opacity: .5;
    }
    50% {
        opacity: 0;
    }
}
.small.text-muted.trending-news-meta span{
    font-family: var(--title-font);
    font-size: 13px;
    font-weight: 500;
}
.whats-new .widget{
    box-shadow: none;
}

a.post-title h5.card-title.trending-news-title{
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 600;
}

article.card.must-read span.badge.post-category{
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    color: var(--body-color);
}
article.card.must-read h3.card-title a.post-title.title{
    font-family: var(--title-font);
    color: var(--title-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

article.card.must-read span.post-author,
article.card.must-read span.post-date{
    color: var(--body-color);
    font-family: var(--body-font);
    font-size: 13px;
    font-weight: 400;
}
.card.popular-post span.badge.must-read-side-cat{
    font-family: var(--title-font);
    color: var(--body-color);
    font-size: 14px;
    font-weight: 500;
}
.card.popular-post span.post-date{
    font-family: var(--title-font);
    color: var(--body-color);
    font-size: 13px;
    font-weight: 500;
}

.lifestyle-top span.online-badge::before{
    margin-top: 12px;
}

/*video*/
.video-card-col>img{
    width: 150px;
    height: 100px;
}
.video-feature-section-card-img{
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 100%);
    top: 62%;
}
.video-feature-section-card-img>span{
    min-width: 66px;
}
.card-img-overlay.video-feature-section-card-img span{
    left: 0;
}
.media-videos a.play-btn.popup-video.play-button svg{
    color: var(--orange-color);
}
.media-videos  .play-button-sm svg{
    color: var(--orange-color);
}
.media-videos .badge.category{
    padding: 0;
}
.main-video-slider h3.card-title{
    margin-top: 15px;
}
.feature-news .badge.post-category{
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 600;
}
.media-videos .main-video-slider .card .position-relative .card-img-overlay{
    padding-left: 50px;
    padding-right: 50px;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.em 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
.card{
	border-radius: 0 !important;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	overflow: hidden;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* =========== Sticky Menu code ========== */

.sticky-wrapper {
    transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--title-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    animation: stickyAnimation 0.4s ease-in-out;
	z-index: 9999;
}
.logged-in .sticky-wrapper.sticky {
    top: 30px;
}

.logged-in.customize-partial-edit-shortcuts-shown .sticky-wrapper.sticky {
    top: 0px;
}
@keyframes stickyAnimation {
    0% {
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }
    100% {
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}

/*  ==================== main menu ========================= */

.wrapper-menu .navbar-nav {
	justify-content: center;
}

.wrapper-menu .navbar-nav>ul {
	margin: 0;
	flex-wrap: wrap;
	justify-content: center;
	display: flex;
}

.wrapper-menu .navbar-nav>ul>li {
	margin: 0 5px;
	position: relative;
}

.wrapper-menu .navbar-nav>ul li.current-menu-item>a,
.wrapper-menu .navbar-nav>ul li.current-menu-parent>a,
.wrapper-menu .navbar-nav>ul li.current-menu-ancestor>a {
	color: #dd3333;
}

.wrapper-menu .navbar-nav>ul>li a {
	padding: 5px 15px;
	display: flex;
	position: relative;
	align-items: center;
	word-break: break-all;
    color: var(--white-color);
    text-decoration: none;
}

.wrapper-menu .navbar-nav>ul>li a:hover {
	color: #dd3333;
}

.wrapper-menu .navbar-nav>ul>li.menu-item-has-children>a>i,
.wrapper-menu .navbar-nav>ul>li.menu-item-has-children>.children>li.menu-item-has-children a>i {
	position: absolute;
	right: 2px;
}

.wrapper-menu .navbar-nav>ul>li.menu-item-has-children>.children>li.menu-item-has-children a>i {
	transform: rotate(-90deg);
}

.wrapper-menu .navbar-nav>ul>li .children li {
	width: 100%;
}

.wrapper-menu .navbar-nav>ul>li .children,
.wrapper-menu .navbar-nav>ul>li>.children>li .children {
	display: block;
	position: absolute;
	z-index: -1;
	opacity: 0;
	left: 0;
	top: 100%;
	background: #fff;
	min-width: 250px;
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 22%);
	transform: rotateX(90deg);
	transform-origin: top center;
	transition: .5s;
	padding: 0;
}

.wrapper-menu .navbar-nav>ul>li.menu-item-has-children .children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>a .wrapper-menu .navbar-nav>ul>li.menu-item-has-children .children>li.menu-item-has-children>.children>li.menu-item-has-children>a>i,
.wrapper-menu .navbar-nav>ul>li.menu-item-has-children .children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>a>i,
.wrapper-menu .navbar-nav>ul>li.menu-item-has-children .children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>a>i,
.wrapper-menu .navbar-nav>ul>li.menu-item-has-children .children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>a>i {
	transform: rotate(90deg);
}

.wrapper-menu .navbar-nav>ul>li.menu-item-has-children .children>li.menu-item-has-children>.children>li.menu-item-has-children>.children,
.wrapper-menu .navbar-nav>ul>li.menu-item-has-children .children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children,
.wrapper-menu .navbar-nav>ul>li.menu-item-has-children .children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children,
.wrapper-menu .navbar-nav>ul>li.menu-item-has-children .children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children {
	left: -100%;
}

.wrapper-menu .navbar-nav>ul>li.menu-item-has-children .children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>a>i,
.wrapper-menu .navbar-nav>ul>li.menu-item-has-children .children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>a>i,
.wrapper-menu .navbar-nav>ul>li.menu-item-has-children .children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>a>i,
.wrapper-menu .navbar-nav>ul>li.menu-item-has-children .children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>a>i {
	transform: rotate(-90deg);
}

.wrapper-menu .navbar-nav>ul>li.menu-item-has-children .children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children,
.wrapper-menu .navbar-nav>ul>li.menu-item-has-children .children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children,
.wrapper-menu .navbar-nav>ul>li.menu-item-has-children .children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children,
.wrapper-menu .navbar-nav>ul>li.menu-item-has-children .children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children>li.menu-item-has-children>.children {
	left: 100%;
	background: #fff;
}

.wrapper-menu .navbar-nav>ul>li>.children>li .children {
	left: 100%;
	top: 0;
	border-top: 1px solid #000;
}

.wrapper-menu .navbar-nav>ul>li.menu-item-has-children .children>li.menu-item-has-children>.children>li.menu-item-has-children>.children {
	top: 5px;
}

.wrapper-menu .navbar-nav>ul li:hover>.children,
.wrapper-menu .navbar-nav>ul li .children li:hover>.children,
.wrapper-menu .navbar-nav>ul li.focus .children,
.wrapper-menu .navbar-nav>ul li .children li.focus>.children {
	visibility: visible;
	opacity: 1;
	transform: rotateX(0);
	z-index: 999;
	transition: .5s;
}

.wrapper-menu .mega-menu-wrap #mega-menu-primary>li:hover>.mega-sub-menu,
.wrapper-menu .mega-menu-wrap #mega-menu-primary>li>.mega-sub-menu>li:hover>.mega-sub-menu,
.wrapper-menu .mega-menu-wrap #mega-menu-primary>li.focus>.mega-sub-menu,
.wrapper-menu .mega-menu-wrap #mega-menu-primary>li>.mega-sub-menu>li.focus>.mega-sub-menu {
	opacity: 1 !important;
	transform: translate(0, 0) !important;
	visibility: visible !important;
}

.wrapper-menu .navbar-nav>ul li.menu-item-has-children>.children>li {
	border-bottom: 1px solid #000;
}

.widget_block {
	margin: 10px 0;
}

.wp-block-search__inside-wrapper input {
	margin: 5px 0;
}

.wp-block-latest-comments {
	padding-left: 0;
}

.wp-block-latest-comments__comment {
	margin-bottom: 0;
}

@media (max-width: 991px) {
    .wrapper-menu .navbar-collapse {
        justify-content: center;
        width: 100%;
        position: fixed;
        z-index: 999;
        left: 0;
        top: 46px;
        padding: 0 20px;
        background: var(--black-color);
    }

    .wrapper-menu .navbar-nav > ul > li > .children,
    .wrapper-menu .navbar-nav > ul > li > .children > li .children {
        background: transparent !important;
        padding: 0 !important;
        position: relative;
        z-index: 1;
        opacity: 1;
        left: 0 !important;
        top: 0 !important;
        box-shadow: none;
        transform: none;
        display: none; /* Initially hide submenus */
    }

    .wrapper-menu .navbar-nav > ul > li:hover > .children,
    .wrapper-menu .navbar-nav > ul > li > .children > li:hover > .children {
        display: block; /* Show submenu on hover */
    }

    .wrapper-menu .navbar-nav > ul > li > .children > li > a {
        padding-left: 30px;
    }

    .wrapper-menu .navbar-nav > ul > li > .children > li .children > li > a {
        padding-left: 45px;
    }

    .wrapper-menu .navbar-nav > ul > li.menu-item-has-children > .children > li.menu-item-has-children > a {
        padding-left: calc(30px + 10px * var(--level, 1));
    }

    /* Submenu accessibility improvements */
    .wrapper-menu .navbar-nav > ul > li.menu-item-has-children > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #000;
    }

    .wrapper-menu .navbar-nav > ul > li.menu-item-has-children > a > i {
        transform: rotate(0deg);
        transition: transform 0.3s ease;
    }

    .wrapper-menu .navbar-nav > ul > li.menu-item-has-children:hover > a > i {
        transform: rotate(90deg);
    }

    .wrapper-menu .navbar-nav > ul li.menu-item-has-children > .children > li {
        border: none;
    }

    /* Focus styles for accessibility */
    .wrapper-menu .navbar-nav > ul > li a:focus {
        outline: 2px solid var(--primary-color);
        outline-offset: 2px;
    }

    .wrapper-menu .navbar-nav > ul > li > .children a {
        display: block;
        width: 100%;
    }

    /* Ensure nested submenus are positioned correctly */
    .wrapper-menu .navbar-nav > ul > li > .children > li > .children {
        position: absolute;
        left: 100%;
        top: 0;
        display: none; /* Hide nested submenus initially */
    }

    .wrapper-menu .navbar-nav > ul > li > .children > li:hover > .children {
        display: block; /* Show nested submenu on hover */
    }
    .wrapper-menu .navbar-collapse {
        top: 78px;
    }
}

@media (max-width: 867px) {
    .wrapper-menu .navbar-collapse {
        top: 79px;
    }
}

@media (max-width: 767px) {
.wrapper-menu .navbar-collapse {
    top: 90px;
    }
}
     
.wrapper-custom-logo-link a.light-logo:focus{
    outline: 1px dotted var(--white-color);
}

/*header----------------------------------------------------------------------------------------*/


a.logo_link {
	display: block;
	margin: 0px 0 0;
}

p {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 23px 0;
	color: #7c7c7c;
}

.home #main {
	padding-bottom: 0;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: transparent;
}

.navbar-fixed-top {
	border-width: 0;
}

.navbar {
	min-height: 1px;
	margin-bottom: 0;
	border: 0;
}

.wrapper-menu .navbar-collapse {
	justify-content: center;
}

.wrapper-menu .navbar-collapse .navbar-nav {
	display: flex;
	margin: 0;
	flex-wrap: wrap;
	justify-content: left;
}

.wrapper-menu .navbar-collapse .navbar-nav>li {
	margin: 0 5px;
	position: relative;
}

.wrapper-menu .navbar-collapse .navbar-nav li.current-menu-item>a,
.wrapper-menu .navbar-collapse .navbar-nav li.current-menu-parent>a,
.wrapper-menu .navbar-collapse .navbar-nav li.current-menu-ancestor>a {
	color: var(--orange-color);
}

.wrapper-menu .navbar-collapse .navbar-nav>li a {
	padding: 5px 10px;
	display: flex;
	position: relative;
	align-items: center;
	word-break: break-all;
	justify-content: space-between;
	text-decoration: none;
	color: var(--white-color);
}
.wrapper-menu .navbar-collapse .navbar-nav>li a:hover{
    color: var(--theme-color);
    background: transparent;
}
div#navbarSupportedContent .sub-menu li.menu-item a {
	padding: 7px 20px;
}

.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children>a>i,
.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children>.sub-menu>li.menu-item-has-children a>i {
	margin-left: 2px;
}

.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children>.sub-menu>li.menu-item-has-children a>i {
	transform: rotate(-90deg);
}

.wrapper-menu .navbar-collapse .navbar-nav>li .sub-menu,
.wrapper-menu .navbar-collapse .navbar-nav>li>.sub-menu>li .sub-menu {
	display: block;
	position: absolute;
	z-index: -1;
	opacity: 0;
	left: 0;
	top: 100%;
	background: #0e0d0d;
	min-width: 220px;
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 22%);
	transform: rotateX(90deg);
	transform-origin: top center;
	transition: .5s;
	padding: 0;
	border-radius: 12px;
}

ul.sub-menu {
	margin-left: 0;
}

.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a .wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a>i,
.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a>i,
.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a>i,
.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a>i {
	transform: rotate(90deg);
}

.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu,
.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu,
.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu,
.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu {
	left: -100%;
}

.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a>i,
.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a>i,
.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a>i,
.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a>i {
	transform: rotate(-90deg);
}

.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu,
.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu,
.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu,
.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu {
	left: 100%;
	background: #fff;
}

.wrapper-menu .navbar-collapse .navbar-nav>li>.sub-menu>li .sub-menu {
	left: 100%;
	top: 0;
	border-top: 1px solid #000;
}

.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu {
	top: 5px;
}

.wrapper-menu .navbar-collapse .navbar-nav li:hover>.sub-menu,
.wrapper-menu .navbar-collapse .navbar-nav li .sub-menu li:hover>.sub-menu,
.wrapper-menu .navbar-collapse .navbar-nav li.focus .sub-menu,
.wrapper-menu .navbar-collapse .navbar-nav li .sub-menu li.focus>.sub-menu {
	visibility: visible;
	opacity: 1;
	transform: rotateX(0);
	z-index: 999;
	transition: .5s;
	margin-top: 8px;
	padding-top: 8px;
}

.wrapper-menu .mega-menu-wrap #mega-menu-primary>li:hover>.mega-sub-menu,
.wrapper-menu .mega-menu-wrap #mega-menu-primary>li>.mega-sub-menu>li:hover>.mega-sub-menu,
.wrapper-menu .mega-menu-wrap #mega-menu-primary>li.focus>.mega-sub-menu,
.wrapper-menu .mega-menu-wrap #mega-menu-primary>li>.mega-sub-menu>li.focus>.mega-sub-menu {
	opacity: 1 !important;
	transform: translate(0, 0) !important;
	visibility: visible !important;
}

@media (max-width: 991px) {

	.wrapper-menu .navbar-collapse .navbar-nav>li>.sub-menu,
	.wrapper-menu .navbar-collapse .navbar-nav>li>.sub-menu>li .sub-menu {
		background: transparent !important;
		border-radius: unset !important;
		padding: unset !important;
		z-index: 1;
		opacity: 1;
		left: 0 !important;
		top: 0 !important;
		position: relative;
		box-shadow: unset;
	}

.wrapper-menu .navbar-collapse .navbar-nav>li>.sub-menu{
    position: absolute;
}

/* Hide submenu by default */
.menu-item.menu-item-has-children ul.sub-menu {
    display: none;
    position: absolute;
}
.wrapper-menu .navbar-collapse .navbar-nav li .sub-menu{
    position: absolute !important;
}
.wrapper-menu .navbar-collapse .navbar-nav li.focus .sub-menu{
    position: relative !important;
}
/* Show submenu on hover */
.menu-item.menu-item-has-children:hover ul.sub-menu {
    display: block;
    position: relative; /* Adjust position when shown */
    background-color: #000;
    z-index: 9999;
}

	.wrapper-menu .navbar-collapse .navbar-nav>li .sub-menu>li>a {
		padding-left: 30px;
	}

	.wrapper-menu .navbar-collapse .navbar-nav>li>.sub-menu>li .sub-menu>li>a {
		padding-left: 45px;
	}

	.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a {
		padding-left: 40px;
	}

	.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a {
		padding-left: 50px;
	}

	.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a {
		padding-left: 60px;
	}

	.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a {
		padding-left: 70px;
	}

	.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a {
		padding-left: 80px;
	}

	.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a {
		padding-left: 90px;
	}

	.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a {
		padding-left: 100px;
	}

	.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a {
		padding-left: 110px;
	}

	.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li>a {
		padding-left: 120px;
	}

	.wrapper-menu .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu>li.menu-item-has-children>a>i {
		transform: rotate(0deg) !important;
	}

	.wrapper-menu .navbar-collapse .navbar-nav>li a {
		border-bottom: 1px solid #000;
	}

	.wrapper-menu .navbar-collapse .navbar-nav li.menu-item-has-children>.sub-menu>li {
		border: unset;
	}
}


 /* Search Icon */
 #search_btns_icon i {
    transition: color 0.3s ease;
  }

  #search_btns_icon i:hover {
    color: #555;
  }
#search_btns_icon.search-icon{
	cursor: pointer;
	font-size: 18px;
	color: #fff;
}
  /* search_btn_overlay effect */
  .search_btn_overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
  }

  /* Content */
  .search_btn_overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin: auto;
  }

  /* Close button */
  .search_btn_overlay .closebtn {
    position: absolute;
    top: 10%;
    right: 45px;
    font-size: 24px;
    cursor: pointer;
    color: white;
  }
  #search_btns.search_btn_overlay input.search-submit {
    width: 111px;
    height: 55px;
    background: var(--orange-color);
    border: 1px solid var(--orange-color);
    color: var(--white-color);
}
#search_btns.search_btn_overlay input.search-submit:hover {
	background: transparent;
	color: var(--orange-color);
}
#search_btns.search_btn_overlay form.search-form {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
  .search_btn_overlay .closebtn:hover {
    color: #ccc;
  }

  /* Search field */
  .search-form input[type="search"] {
    padding: 14px;
    font-size: 17px;
    border: none;
	outline: none;
    width: 95%;
    background: white;
  }

  .search-form input[type="search"]:hover {
    background: #f1f1f1;
  }

  /* Submit button */
  .search-form button {
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }

  .search-form button:hover {
    background: #bbb;
  }

.wrapper-menu .navbar-collapse .navbar-nav>li a:hover{
    color: var(--body-color)!important;
}

ul.sub-menu li a:hover{
    color: var(--white-color)!important;
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: var(--title-color);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header .logo {
	font-size: 24px;
	font-weight: 700;
	color: #1a1a1a;
}

.header .logo span {
	color: #ff5722;
}

a.light-logo>img {
	height: 43px;
}

.side-menu-toggle {
	font-size: 24px;
	background: none;
	border: none;
	cursor: pointer;
    color: var(--white-color);
    position: relative;
    top: 0;
}
.side-menu-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 500px; /* Adjust width as needed */
    height: 100%;
    background: var(--white-color);
    color: #fff;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
    transform: translateX(100%); /* Start off-screen (hidden) */
    transition: transform 0.3s ease-in-out; /* Smooth transition */
    z-index: 9999;
    overflow-y: auto;
  }

/* Overlay background */
.side-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); /* Start transparent */
    visibility: hidden; /* Hidden by default */
    transition: background-color 0.3s ease, visibility 0.3s ease; /* Smooth fade */
    z-index: 999; /* Ensure it's below the menu but above other elements */
  }

  /* Visible overlay when active */
  .side-menu-overlay.active {
    background-color: rgba(0, 0, 0, 0.4);
    visibility: visible;
  }


  .side-menu-sidebar.active {
    transform: translateX(0); /* Move into view */
  }

  .side-menu-sidebar.closing {
    transform: translateX(100%); /* Exit off-screen to the left */
  }
  .side-menu-sidebar .side-menu-sidebar-item{
    padding: 10px 40px 10px 40px;
  }
  .side-menu-sidebar.active .header{
	box-shadow: none;
	padding: 28px 0;
    margin-bottom: 20px;
    justify-content: space-between;
}
.side-menu-sidebar a.light-logo img{
	height: 42px;
	width: 100%;
	object-fit: cover;
    padding-left: 55px;
}

.side-menu-sidebar.active .site-title{
    margin-top: 31px;
}

.side-menu-sidebar.active .site-title > a{
    margin-left: 40px;
}

.side-menu-sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.side-menu-sidebar ul li {
	margin-bottom: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);;
    padding: 12px 0;
    transition: 0.3s all ease-in-out;
    padding-left: 15px;
    cursor: pointer;
}
.side-menu-sidebar ul.children{
display: none;
}
.side-menu-sidebar ul li:hover{
    color: var(--orange-color);
    transition: 0.3s all ease-in-out;
}
.side-menu-sidebar ul li:hover a{
    color: var(--orange-color);
}
.side-menu-sidebar ul li a {
	text-decoration: none;
    font-family: var(--title-font);
	font-size: 18px;
	color: var(--black-color);
	font-weight: 600;
}
.header-side-bar .widget .recent-news-widget span.category-name{
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 500;
}
.header-side-bar .widget .recent-news-widget span.post-date {
    color: var(--body-color);
    font-family: var(--title-font);
    font-size: 13px;
    font-weight: 500;
}

.header .side-menu-sidebar .widget{
    margin-top: 20px;
}
.side-menu-sidebar .widget.widget_recent_news_widget h2.widget-title{
    color: var(--black-color);
}
.latest-news {
	padding: 20px;
}

.latest-news h2 {
	font-size: 22px;
	margin-bottom: 15px;
}
.widget.widget_newsletter_widget .newsletter-card h2.widget-title{
    font-size: 27px;
    font-family:var(--body-font) ;
    font-weight: 700;
    color: var(--white-color);
    text-align: center;
}
.news-item {
	display: flex;
}

.sub-menu li:last-child:hover {
	margin-bottom: 12px;
}

.sub-menu li:last-child {
	margin-bottom: 12px;
}

.news-item img {
	width: 100px;
	height: 80px;
	object-fit: cover;
	margin-right: 15px;
	border-radius: 4px;
}

.news-item .news-content {
	flex: 1;
}

.news-item .news-content p {
	font-size: 14px;
	color: #888;
	margin: 5px 0;
}

.newsletter {
	background: #f4f4f4;
	padding: 20px;
	text-align: center;
	border-radius: 8px;
	margin: 20px;
}

.newsletter h3 {
	margin-bottom: 15px;
}

.newsletter input {
	padding: 10px;
	width: 80%;
	margin: 10px 0;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.newsletter button {
	background-color: #ff5722;
	color: #fff;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.newsletter button:hover {
	background-color: #e64a19;
}

.social-icons {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.social-icons a {
	margin: 0 10px;
	color: #888;
	font-size: 20px;
	text-decoration: none;
}

.social-icons a:hover {
	color: #ff5722;
}
a.top_up i.fas.fa-angle-double-up {
    padding: 15px;
    border: 1px solid black;
    border-radius: 50%;
    background: blue;
    color: white;
}

.navigation-buttons.position-relative button.btn.btn-light.slick-prev {
    left: -70px;
}

.slick-next:before, .slick-prev:before{
    content: '' !important;
}

/* post index counter css trending news ======= */

.news-item .news-image span.post-index {
    background: var(--orange-color);
    color: #fff;
    padding: 5px;
    font-size: 12px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 0px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-item .news-image {
	position: relative;
}

.slick-arrow.slick-hidden {
    display: unset !important;
}



h3.title.whats-new-title a.post-title{
	font-size: 24px;
	font-family: var(--body-font);
	font-weight: 600;
    line-height: 32px;
    color: var(--white-color);
}

section.world-wide-news h2.card-title a.post-title.title{
	font-size: 24px;
	font-family: var(--title-font);
	font-weight: 600;
	color: var(--white-color);
}

.omega-news-card.search-page .omega-news-category a{
	padding: 0 5px !important;
	background-color: var(--theme-color);
}

.omega-news-card.search-page .omega-news-tags a{
	display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    background-color: var(--theme-color);
    padding: 0px 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-decoration: none;
}

.header-side-bar .widget{
    margin-top: 30px;
    margin-bottom: 30px;
}

.header-side-bar .widget.widget_recent_news_widget {
    padding: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-shadow: none;
}
.header-side-bar .widget.widget_recent_news_widget img{
   border-radius: 0 !important;
   width: 150px !important;
   height: 100px !important;
   object-fit: cover;
}


.header-side-bar .widget.widget_newsletter_widget{
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 0;
}
.header-side-bar .widget.widget_newsletter_widget .newsletter-card{
	background-color: #F8F7EF;
}

.header-side-bar .widget.widget_newsletter_widget .newsletter-card h3.text-center.mb-4{
	color: var(--title-color);
}
.header-side-bar .widget.widget_newsletter_widget h2.widget-title{
	color: var(--theme-color);
}
.header-side-bar .widget.widget_newsletter_widget .newsletter-card p{
    color: var(--orange-color);
}
.header-side-bar .widget.widget_newsletter_widget .newsletter-card p label{
    color: var(--orange-color);
}
/* Monstar Widget Css */

#monster-widget-placeholder-1.widget.widget_archive ul li,
#monster-widget-placeholder-4.widget.widget_categories ul li,
#monster-widget-placeholder-6.widget.widget_pages ul li,
#monster-widget-placeholder-7.widget.widget_meta ul li,
#monster-widget-placeholder-9.widget.widget_recent_entries ul li,
#monster-widget-placeholder-14.widget.widget_nav_menu ul li {
	position: relative;
	left: 30px;
}
#monster-widget-placeholder-1.widget.widget_archive ul li::before,
#monster-widget-placeholder-4.widget.widget_categories ul li::before ,
#monster-widget-placeholder-6.widget.widget_pages ul li::before,
#monster-widget-placeholder-7.widget.widget_meta ul li::before ,
#monster-widget-placeholder-9.widget.widget_recent_entries ul li::before,
#monster-widget-placeholder-14.widget.widget_nav_menu ul li::before{
    content: "\f101";
    position: absolute;
    left: -30px;
    top: 1px;
    color: var(--title-color);
    font-family: 'FontAwesome';
}
#monster-widget-placeholder-1.widget.widget_archive ul li a,
#monster-widget-placeholder-4.widget.widget_categories ul li a,
#monster-widget-placeholder-6.widget.widget_pages ul li a,
#monster-widget-placeholder-7.widget.widget_meta ul li a,
#monster-widget-placeholder-9.widget.widget_recent_entries ul li a,
#monster-widget-placeholder-14.widget.widget_nav_menu ul li a{
	color: var(--title-color);
	font-family: var(--body-font);
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

#monster-widget-placeholder-14.widget.widget_nav_menu ul li > ul, li > ol {
	margin-left: -10px !important;
}

#monster-widget-placeholder-8.widget.widget_recent_comments ul li{
	position: relative;
	padding-left: 30px;
}

#monster-widget-placeholder-8.widget.widget_recent_comments ul li::before {
    content: "\f086";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--title-color);
    font-family: var(--icon-font);
}
#monster-widget-placeholder-8.widget.widget_recent_comments ul li a{
	color: var(--title-color);
	font-family: var(--body-font);
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}
#monster-widget-placeholder-8.widget.widget_recent_comments ul li a:hover{
	color: var(--theme-color);
}
#monster-widget-placeholder-1.widget,
#monster-widget-placeholder-2.widget,
#monster-widget-placeholder-3.widget,
#monster-widget-placeholder-4.widget,
#monster-widget-placeholder-5.widget,
#monster-widget-placeholder-6.widget,
#monster-widget-placeholder-7.widget,
#monster-widget-placeholder-8.widget,
#monster-widget-placeholder-9.widget,
#monster-widget-placeholder-10.widget,
#monster-widget-placeholder-11.widget,
#monster-widget-placeholder-12.widget,
#monster-widget-placeholder-13.widget,
#monster-widget-placeholder-14.widget{
    margin-left: 0;
    margin-right: 0;
}
.widget.widget_rss a.rsswidget.rss-widget-title{
    font-family: var(--body-font);
    color: var(--title-color);
    font-size: 36px;
    font-weight: 600;
    text-decoration: none;
}
.widget.widget_rss ul li a.rsswidget{
    color: var(--title-color);
    font-weight: 600;
    text-decoration: none;
}
.widget.widget_rss ul li a.rsswidget:hover{
    color: var(--theme-color);
    text-decoration: underline;
}
.widget.widget_search form.search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.widget.widget_search form input.search-field{
    outline: 1px solid var(--title-color);
}
.widget.widget_search form input.search-submit {
    padding: 17px 10px;
    background: var(--title-color);
    color: var(--white-color);
    border: 1px solid var(--title-color);
}
.widget.widget_search form input.search-submit:hover {
    background: transparent;
    color: var(--title-color);
}
.widget ul.sub-menu li:hover{
    background: transparent;
}

.widget.widget_categories form select#cat{
    margin: 15px 0;
    padding: 10px;
}

.omega-news-tags-widget {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.omega-news-tags-widget a {
    text-decoration: none;
    padding: 3px 10px;
    border: 1px solid #ccc;
    border-radius: 0;
    color: var(--white-color);
    background-color: var(--title-color);
    font-size: 12px;
    transition: all 0.3s ease;
}
.omega-news-tags-widget a:hover {
    background-color: var(--orange-color);
    border-color: #777;
}
button.scroll-top-btn{
background-color: var(--orange-color);
color: var(--white-color);
border: 1px solid var(--orange-color);
position: absolute;
right: 49%;
}
button.scroll-top-btn:focus{
    outline: 2px dotted var(--white-color);
}
button.scroll-top-btn:hover{
background-color: var(--white-color);
color: var(--theme-color);
border: 1px solid var(--theme-color);

}
.collapse.navbar-collapse li.focus a svg{
	rotate: 180deg;
	transition: 0.3s all ease-in-out;
}
li ul.sub-menu.focus li a svg{
	rotate: -90deg !important;
	transition: 0.3s all ease-in-out;
}

a img.main-ads-img{
	width: 100%;
	height: 200px;
	object-fit:contain;
}
a img.middle-ads-img{
	width: 100%;
	height: 200px;
	object-fit:contain;
}
a img.bottom-ads-img{
	width: 100%;
	height: 200px;
	object-fit:contain;
}

.widget .vertical-bar {
    width: 2px;
    background-color: var(--white-color);
    height: 25px;
    margin: 0 10px;
    display: inline-block;
}

.business-corporate .widget,
.latest-news .widget,
.whats-new .widget{
	box-shadow: none;
}

.widget.widget_social_media_widget h2.widget-title{
	color: var(--black-color);
	font-family: var(--body-font);
	font-size: 27px;
	font-weight: 700;
}

.widget.widget_social_media_widget img.local-svg.me-2 {
    width: 24px;
}

.card-img-overlay.video-feature-section-card-img span.badge.category{
    background: transparent;
}
.card-img-overlay.video-feature-section-card-img span.badge.category a.video-category{
    padding: 7px 15px;
    border-radius: 5px;
}

footer.footer.footer-bg1{
    background: #070F2B;
} 

footer p.copyright-text{
    color: var(--body-color);
}
footer p.copyright-text a.copyright-link{
    color: var(--white-color);
}
footer p.copyright-text a.copyright-site-link {
    color: var(--white-color);
    text-decoration: none;
    font-weight: 700;
}
footer p.copyright-text a.copyright-site-link:hover {
    color: var(--orange-color);
}
footer p.copyright-text span.theme-name{
    color: var(--orange-color);
}
footer p.copyright-text a.copyright-link:hover{
    color: var(--orange-color);
}
footer .copyright-menu a{
    font-family: var(--title-font);
    color: var(--body-color);
    font-size: 16px;
    font-weight: 400;
}
footer .copyright-menu a:hover{
    color: var(--orange-color);
    text-decoration: underline !important;
}

.single-post #respond.comment-respond{
    box-shadow: none;
    background: transparent;
}


/* =================== Comment Design Css =============== */
.comment-respond form.comment-form p.form-submit input#submit {
    background: var(--theme-color);
    color: var(--white-color);
    padding: 7px 15px;
    border-radius: 0;
    border: 1px solid var(--theme-color);
}
.comment-respond form.comment-form p.form-submit input#submit:hover{
color: var(--theme-color);
background: transparent;
}

.comment-section-page #respond.comment-respond{
    box-shadow: none;
    background: transparent;
}


/* General Styles for the Comment Form */
#comments {
    margin: 0 auto;
    font-family: var(--body-font);
    color: var(--title-color);
}

#comments h2.comments-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}

#comments .comment-notes {
    font-size: 14px;
    margin-bottom: 20px;
    color: #555;
}

#comments .comment-notes .required {
    color: #e63946;
}

/* Input and Textarea Styles */
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.comment-form-comment textarea {
    width: 100%;
    height: 150px;
    resize: none;
    margin: 0;
}
#comments  p.comment-form-comment{
    margin-bottom: 5px;
}

.comment-form-author input:last-child,
.comment-form-email input:last-child,
.comment-form-url input:last-child {
    margin-right: 0;
}

/* Button Styles */
.comment-form .btn-primary {
    background-color: #6c38ff;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.comment-form .btn-primary:hover {
    background-color: #522bbd;
}

/* Placeholder Styling */
input::placeholder,
textarea::placeholder {
    color: #aaa;
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 768px) {
    .comment-form-author input,
    .comment-form-email input,
    .comment-form-url input {
        width: 100%;
        margin-right: 0;
    }
}

.blog-content .wp-block-cover .has-large-font-size{
    color: var(--white-color);
}
.blog-content .wp-block-cover{
    margin-bottom: 10px;
}
.blog-content .wp-block-media-text{
    margin-bottom: 30px;
}
.wp-block-image {
    overflow: hidden;
}
.blog-content .wp-block-button__link{
    text-decoration: underline;
}
.wp-block-button {
    margin-bottom: 10px;
}
.blog-content .wp-block-button__link:hover{
    color: var(--theme-color);
}
.blog-content .content ul.wp-block-list ,
.blog-content .content ul{
    list-style: disc;
}
.blog-single-page .blog-content .content p {
    overflow: hidden;
}
.blog-single-page .share-buttons a:focus,
.widget.widget_block.widget_search .wp-block-search__inside-wrapper button.wp-block-search__button.wp-element-button:focus{
    outline: 2px dotted var(--title-color);
}
.blog-single-page h2 a.post-title{
    word-break: break-word;
}
article.type-page .entry-content ul{
    list-style: disc;
}
article.type-page .entry-content ul li{
    margin-left: 30px;
}
article.type-page .entry-content ol{
    list-style: decimal;
}
article.type-page .entry-content ol li{
    margin-left: 30px;
}
@media (max-width: 991px) {
    .omega-news-card {
        flex-direction:column;
    }
    .omega-news-card .omega-news-image a.post-img img{
        width: 100%;
        height: 280px;
    }
}

.ads-section img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.footer .widget.footer-widget.widget_block h3.wp-block-heading {
    padding-top: 10px;
}
.newsletter-card p{
    color: var(--white-color);
}


.widget-post-img-size1{
    position: relative; 
    width: 100%; 
    max-width: 400px; 
    height: 400px;
    object-fit: cover;
}
.widget-post-img-size2{
    position: relative; 
    width: 100%; 
    max-width: 400px; 
    height: 200px;
    object-fit: cover;
}

.header-side-bar h3.wp-block-heading{
    color: var(--theme-color);
}


