@charset "utf-8";
/*------------------------------------------------------------------------------
[Master Stylesheet]

Project:        Inews - Modern Responsive Newspaper Template
Version:        3.2
Last change:    Jan 04 2024
Primary use:    Newspaper & blog
Author:         easital_tech
URL:            https://themeforest.net/user/easital_tech
------------------------------------------------------------------------------*/

/*
This file contains the common info of this theme.
*/

/*------------------------------------------------------------------------------
[Table of contents]

    01.  General Styling & Typography
    02.  Top Header
    03.  Navbar
    04.  News Ticker
    05.  Slider
    06.  All Post
    07.  Weather Widget
    08.  Weather Widget (Two)
    09.  Social Icon
    10.  Tabs
    11.  Games News
    12.  Categories Widgets
    13.  Achive Widget (Calender)
    14.  Poll Widget
    15.  Tags Widget
    16.  Featured News
    17.  Youtube
    18.  More News
    19.  Post Card News
    20.  Article
    21.  Pagination
    22.  Footer
    23.  Category page
    24.  Contact Page
    25.  Details page
    26.  Category Style One
    27.  Home Style Two
    28.  About us page
    29.  F.A.Q us page
    30.  Utilities
    31.  Dark skin
    32.  Layout RTL
* --------------------------------------------------------------------------- */

/*** 01. General Styling & Typography
------------------------------------------------------------------------------*/
:root,
[data-bs-theme="light"] {
    --bs-body-color: #777;
    --bs-primary: #d32f2f;
    --bs-primary-rgb: 235, 2, 84;
    --bs-body-bg: #edeff4;
    --bs-body-font-size: 15px;
    --bs-border-radius: 0;
    --bs-emphasis-color-rgb: 235, 2, 84;
    --swiper-navigation-sides-offset: 0px;
    --bs-font-sans-serif: "Source Sans Pro", system-ui, -apple-system, "Segoe UI",
    Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

::-webkit-selection {
    background-color: #d32f2f;
    color: #ffffff;
}

::-moz-selection {
    background-color: #d32f2f;
    color: #ffffff;
}

::selection {
    background-color: #d32f2f;
    color: #ffffff;
}

/*
Flaticon icon font: Flaticon
Creation date: 08/11/2016 18:15
*/

@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Flaticon.woff") format("woff"),
    url("../fonts/Flaticon.ttf") format("truetype"),
    url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-cloud:before {
    content: "\f100";
}

.flaticon-cloudy:before {
    content: "\f101";
}

.flaticon-rain:before {
    content: "\f102";
}

.flaticon-snowing:before {
    content: "\f103";
}

.flaticon-sun:before {
    content: "\f104";
}

/*--- common style ----*/

body.home-six,
body.home-seven,
body.home-nine {
    background: #fff;
}

html,
body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body.boxed-layout {
    background-position: center 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
}

body.boxed-layout .wrapper {
    background: #fff;
    max-width: 1140px;
    margin: 30px auto;
    /* overflow-x: hidden; */
    -webkit-box-shadow: 0 7px 13px rgba(0, 0, 0, 0.15);
    box-shadow: 0 7px 13px rgba(0, 0, 0, 0.15);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.m_0 {
    margin: 0 !important;
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    .home-nine .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .home-nine .container {
        max-width: 1320px;
    }
}

.page_main_wrapper {
    padding-bottom: 60px;
}

.row-m {
    margin-right: -5px;
    margin-left: -5px;
}

@media (min-width: 0px) and (max-width: 1199px) {
    body.boxed-layout .wrapper {
        margin: 10px;
    }
}

.col-p {
    padding-right: 5px;
    padding-left: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    color: #212121;
}

a {
    text-decoration: none;
}

.featured-inner,
.post-body,
.youtube-wrapper,
.add-inner,
.archive-wrapper {
    position: relative;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
}

.post-body {
    border-radius: 0;
}

.home-nine .youtube-wrapper {
    background-color: #d32f2f;
}

.home-seven .featured-inner,
.home-seven .youtube-wrapper,
.home-seven .add-inner,
.home-seven .archive-wrapper,
.home-nine .featured-inner,
.home-nine .youtube-wrapper,
.home-nine .add-inner,
.home-nine .archive-wrapper {
    padding: 0;
}

.home-seven .post-body,
.home-nine .post-body {
    padding: 30px 0;
}

.home-seven .panel_body,
.home-nine .panel_body {
    padding: 30px 0 0;
}

@media (max-width: 767px) {
    .featured-inner,
    .post-body,
    .youtube-wrapper,
    .add-inner,
    .archive-wrapper {
        padding: 10px;
    }
}

.featured-inner,
.post-inner,
.add-inner,
.weather-wrapper,
.tabs-wrapper,
.youtube-wrapper,
.posts,
.panel_inner,
.archive-wrapper,
.weather-wrapper-2,
.social-media-inner {
    margin-bottom: 10px;
}

.home-seven .featured-inner,
.home-seven .post-inner,
.home-seven .add-inner,
.home-seven .weather-wrapper,
.home-seven .tabs-wrapper,
.home-seven .youtube-wrapper,
.home-seven .posts,
.home-seven .panel_inner,
.home-seven .archive-wrapper,
.home-seven .weather-wrapper-2,
.home-seven .social-media-inner,
.home-nine .featured-inner,
.home-nine .post-inner,
.home-nine .add-inner,
.home-nine .weather-wrapper,
.home-nine .tabs-wrapper,
.home-nine .youtube-wrapper,
.home-nine .posts,
.home-nine .panel_inner,
.home-nine .archive-wrapper,
.home-nine .weather-wrapper-2,
.home-nine .social-media-inner {
    margin-bottom: 30px;
}

.home-six .featured-inner,
.home-six .post-inner,
.home-six .add-inner,
.home-six .weather-wrapper,
.home-six .tabs-wrapper,
.home-six .posts,
.home-six .panel_inner,
.home-six .archive-wrapper,
.home-six .weather-wrapper-2 {
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.home-six .youtube-wrapper {
    padding: 0;
}

.header-right-menu ul,
.most-viewed ul,
.social-media,
.posts ul,
.twitter-inner ul,
.header-social > ul,
.top-left-menu > ul,
.headser-right-menu > ul,
ul.category-list,
.poll-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* Paste this css to your style sheet file or under head tag */

/* This only works with JavaScript,
if it's not present, don't show loader */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

/*
Color
=========================== */

nav.navbar.custom-navbar
ul.dropdown-menu.megamenu-content
.content
ul.menu-col
li
a:hover,
.side .widget ul.link li a:hover,
.side .widget ul.link li a:focus,
.check-list li:before,
ul.cart-list > li > h6 > a,
.attr-nav > ul > li > a:hover,
.attr-nav > ul > li > a:focus,
nav.navbar-sidebar ul.nav li.dropdown.on > a,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar.navbar-inverse ul.nav li.dropdown.on > a,
nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a,
nav.navbar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar ul.nav > li > a:hover,
nav.navbar ul.nav > li.active > a:hover,
nav.navbar ul.nav li.active > a {
    color: #d32f2f !important;
}

nav.navbar.navbar-transparent ul.nav > li > a:hover,
nav.navbar.no-background ul.nav > li > a:hover,
nav.navbar ul.nav li.scroll.active > a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu > li > a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar-dark ul.nav li.dropdown.on > a {
    color: #d32f2f !important;
}

@media (max-width: 920px) {
    nav.navbar .dropdown .megamenu-content .col-menu ul > li > a:hover,
    nav.navbar.navbar-dark .dropdown .megamenu-content .col-menu .title:hover {
        color: #d32f2f !important;
    }
}

/* Border ------*/

ul.cart-list > li.total > .btn {
    border-color: #d32f2f;
}

/* Background ------*/

ul.cart-list > li.total > .btn,
.attr-nav > ul > li > a span.badge,
nav.navbar .share ul > li > a:hover,
nav.navbar .share ul > li > a:focus {
    background-color: #d32f2f;
}

ul.cart-list > li.total > .btn:hover,
ul.cart-list > li.total > .btn:focus {
    background-color: #dc3236 !important;
}

/* Back to top ------*/

#toTop {
    position: fixed;
    bottom: 10px;
    right: 15px;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.back-top {
    height: 34px;
    width: 34px;
    border-radius: 50% !important;
    color: #fff;
    padding: 0;
    line-height: 34px;
    text-align: center;
    background-color: #d32f2f;
    border: 1px solid #d32f2f;
}

.back-top:hover {
    color: #fff;
    background-color: #1b1c26;
    border: 1px solid #1b1c26;
}

@media (min-width: 768px) {
    #toTop {
        right: 30px;
    }
}

/* Image hover ------*/

.news-image:before,
figure a::before,
.thumb::before,
.grid-item-img:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    pointer-events: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.post-height-3 .news-image:before {
    background-color: #000;
}

.slider-post:hover .news-image:before,
article:hover figure a:before,
.news-list-item:hover .thumb::before,
.grid-item:hover .grid-item-img:before {
    opacity: 1;
}

.thm-margin {
    margin: 0 !important;
}

.thm-padding {
    padding: 2px !important;
}

/* Sideber scrol ------*/

.main-content,
.rightSidebar {
    position: relative;
}

@media (min-width: 768px) {
    .home-seven .rightSidebar {
        padding-left: 35px;
    }

    .home-seven .leftSidebar {
        padding-right: 35px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .home-seven .rightSidebar {
        padding-left: 20px;
    }

    .home-seven .leftSidebar {
        padding-right: 20px;
    }
}

/*** 02. Top header
------------------------------------------------------------------------------*/

.header-top {
    background: #24252f;
    padding: 10px 0;
}

.header-social > ul > li > a {
    color: #fff;
    font-size: 0.844rem;
}

.header-social > ul > li > a:hover {
    opacity: 0.3;
}

.header-right-menu {
    text-align: right;
}

.header-right-menu > ul > li,
.top-left-menu > ul > li {
    color: #fff;
    font-size: 0.781rem;
    padding: 0 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .header-right-menu > ul > li {
        padding: 0;
        border: 0 !important;
    }
}

.header-right-menu > ul > li + li,
.top-left-menu > ul > li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.header-right-menu > ul > li:first-child,
.top-left-menu > ul > li:first-child {
    padding-left: 0;
}

.header-right-menu > ul > li:last-child,
.top-left-menu > ul > li:last-child {
    padding-right: 0;
}

.header-right-menu > ul > li > a,
.top-left-menu > ul > li > a {
    color: #fff;
}

.header-right-menu > ul > li > a:hover {
    border-bottom: 1px dotted #fecc17;
}

.header-right-menu > ul > li > a > i {
    margin-right: 5px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .header-right-menu > ul > li:nth-child(1),
    .header-right-menu > ul > li:nth-child(2) {
        display: none;
    }
}

/* Header-middle ------*/

.header-mid {
    background-color: #fff;
    padding: 20px 0;
}

.header-logo img {
    height: 56px;
}

/*** Currency Information Section
------------------------------------------------------------------------------*/
.currency-info-section {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    font-size: 0.875rem;
}

.currency-ticker {
    overflow-x: auto;
}

.currency-item {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.currency-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.currency-label {
    font-weight: 600;
    color: #495057;
    font-size: 0.8rem;
}

.currency-value {
    font-weight: 700;
    color: #212529;
    font-size: 0.9rem;
}

.currency-change {
    font-weight: 600;
    font-size: 0.75rem;
    padding: 2px 6px;
    border-radius: 3px;
}

.currency-change.positive {
    color: #198754;
    background-color: rgba(25, 135, 84, 0.1);
}

.currency-change.negative {
    color: #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
}

.currency-update-info {
    font-size: 0.75rem;
}

/* Animation for currency changes */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.currency-change {
    transition: all 0.3s ease;
}

.currency-tooltip {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

@media (max-width: 767px) {
    .currency-ticker .d-flex {
        gap: 2px !important;
    }

    .currency-item {
        padding: 2px 4px;
        gap: 4px;
    }

    .currency-label {
        font-size: 0.7rem;
    }

    .currency-value {
        font-size: 0.8rem;
    }

    .currency-change {
        font-size: 0.65rem;
        padding: 1px 4px;
    }
}

/*** 03. Navbar
------------------------------------------------------------------------------*/
.navbar {
    z-index: 9;
    /* padding: 0; */
    --bs-navbar-color: #2f2e41;
    --bs-navbar-nav-link-padding-x: 0.7rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;

    --bs-navbar-toggler-icon-bg: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path stroke="%23212529" stroke-linecap="round" stroke-miterlimit="10" stroke-width="3" d="M4 7h22M4 15h22M4 23h22"/></svg>');
}

.home-seven .navbar {
    border-top: 0;
}

.custom-navbar.navbar-light {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f5f5f5;
    border-bottom-color: rgba(47, 46, 65, 0.1);
}

.custom-navbar.fixed-top.navbar-light.navbar-bg {
    --bs-navbar-color: #fff;
}

.navbar.navbar-transfarent {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

@media (max-width: 991px) {
    header {
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    }

    .custom-navbar {
        border: 0;
    }
}

@media (min-width: 992px) {
    .navbar {
        padding: 0;
    }

    .navbar.navbar-transfarent {
        --bs-navbar-color: #fff;
    }

    .custom-navbar.navbar-light {
        --bs-navbar-color: #2f2e41;
    }

    .home-seven .navbar-expand-lg .navbar-nav .nav-item {
        border: 0;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 15px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border-radius: 0;
    }
}

.custom-navbar.fixed-top.navbar-bg {
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.navbar-nav {
    --bs-nav-link-padding-y: 0.625rem;
}

/*Navbar Brand ------*/
.navbar-brand img {
    height: 45px;
}

@media (min-width: 576px) {
    .navbar-brand img {
        height: 40px;
    }
}

@media (min-width: 992px) {
    .topbar + .custom-navbar .navbar-brand,
    .topbar + .sticky-top .custom-navbar .navbar-brand {
        display: none;
    }

    .topbar + .custom-navbar.has-logo .navbar-brand {
        display: block;
    }
}

.custom-navbar.navbar-light .logo-dark,
.custom-navbar.navbar-transfarent .logo-white {
    display: block;
}

.custom-navbar .logo-white,
.custom-navbar.navbar-transfarent .logo-dark,
.custom-navbar.navbar-light .logo-white {
    display: none;
}

.navbar.navbar-transfarent .nav-link,
.navbar.navbar-bg .nav-link {
    margin-left: 4px;
    border: 1px solid transparent;
}

@media (min-width: 992px) {
    .navbar.navbar-transfarent .navbar-nav .nav-link.active,
    .navbar.navbar-transfarent .navbar-nav .show > .nav-link {
        color: #fff;
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.2);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
}

/* Dropdown Menu ------- */

.dropdown-menu {
    --bs-dropdown-item-padding-y: 0.35rem;
    --bs-dropdown-link-color: #2f2e41;
    --bs-dropdown-link-hover-color: var(--bs-primary);
    --bs-dropdown-link-hover-bg: #f1f1f1;
    --bs-dropdown-link-active-color: var(--bs-primary);
    --bs-dropdown-link-active-bg: #f1f1f1;
    -webkit-box-shadow: 0 5px 9px rgba(55, 125, 255, 0.075),
    0 5px 9px rgba(103, 119, 136, 0.075);
    box-shadow: 0 5px 9px rgba(55, 125, 255, 0.075),
    0 5px 9px rgba(103, 119, 136, 0.075);
    --bs-dropdown-bg: var(--bs-white);
}

@media (max-width: 991px) {
    /*Navbar collaps*/
    .navbar-collapse {
        position: fixed;
        top: 1rem;
        right: 1rem;
        left: 1rem;
        z-index: 1050;
        padding: 1.5rem;
        height: auto !important;
        max-height: calc(100vh - 2rem);
        background-color: #fff;
        border-radius: 0.375rem;
        -webkit-box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.15);
        box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.15);
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        -o-transition-property: opacity, transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform;
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
    }

    .navbar-collapse.show {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .navbar-collapse.collapsing {
        opacity: 0;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    .navbar-collapse .collapse-brand img {
        height: 40px;
    }

    /*navbar collapse toggler icon*/
    .navbar-collapse .collapse-close {
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .navbar-collapse .collapse-close span {
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        opacity: 1;
        border-radius: 2px;
        background: #283448;
    }

    .navbar-collapse .collapse-close :nth-child(1) {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .navbar-collapse .collapse-close :nth-child(2) {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    /*navbar link*/
    .navbar-nav .nav-link {
        padding: 0.5rem 0;
        font-weight: 600;
    }

    /*navbar collapsible sub-arrow*/
    .navbar-nav.sm-collapsible .sub-arrow {
        margin: -0.7em 0 0 0;
        border-radius: 0.375rem;
        width: 1.5em;
        height: 1.5em;
        border-color: #d3d3d3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    /*Navbar dropdown menu*/
    .navbar-nav .dropdown-menu {
        border: 0;
        margin: 0;
        padding: 0;
        border-radius: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .dropdown-menu {
        --bs-dropdown-link-active-bg: transparent;
    }
}

@media (min-width: 992px) {
    /*Navbar dropdown menu*/
    .dropdown-menu {
        border: 0;
        padding: 0;
        border-radius: 0;
        font-size: 14px;
        margin-top: 10px;
        margin: 0;
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
        -webkit-animation-name: slideIn;
        animation-name: slideIn;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 200px;
    }

    @keyframes slideIn {
        0% {
            -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
            opacity: 0;
        }

        100% {
            -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
            opacity: 1;
        }

        0% {
            -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
            opacity: 0;
        }
    }

    @-webkit-keyframes slideIn {
        0% {
            -webkit-transform: transform;
            -webkit-opacity: 0;
        }

        100% {
            -webkit-transform: translateY(0);
            -webkit-opacity: 1;
        }

        0% {
            -webkit-transform: translateY(1rem);
            -webkit-opacity: 0;
        }
    }

    .dropdown-item {
        padding: 10px 15px;
        border-bottom: solid 1px #eee;
    }

    .navbar-nav .dropdown-menu li:last-child .dropdown-item {
        margin-bottom: 0;
    }
}

/*Menu badge ----- */
.menu-badge {
    font-size: 10px;
    background-color: #f8e6ec;
    color: #d32f2f;
    border-radius: 10px;
    padding: 3px 10px;
    margin-left: 6px;
    line-height: 1;
    position: relative;
}

/*navbar toggle ----- */
.navbar-toggler,
.btn-search,
.btn-search_two {
    height: 38px;
    font-size: 21px;
    font-weight: 600;
    width: 38px;
    padding: 0;
    border: 0;
    color: #24252f;
}

@media (min-width: 992px) {
    .navbar-toggler,
    .btn-search,
    .btn-search_two {
        font-size: 17px;
    }
}

.navbar-toggler:hover {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

/* Top Search ------- */
.top-search {
    background-color: #222327;
    padding: 10px 0;
    display: none;
}

.top-search .input-group-text {
    background-color: transparent;
    border: none;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}

.top-search input.form-control {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: 0 0 0;
    -o-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    color: #fff;
    height: 40px;
    padding: 0 15px;
}

.top-search input.form-control::-moz-placeholder {
    color: #fff;
}

.top-search input.form-control::-webkit-input-placeholder {
    color: #fff;
}

.top-search input.form-control:-ms-input-placeholder {
    color: #fff;
}

.top-search input.form-control::-ms-input-placeholder {
    color: #fff;
}

.top-search input.form-control::placeholder {
    color: #fff;
}

.top-search .input-group-text {
    background-color: transparent;
    border: none;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}

.top-search .input-group-text.close-search {
    cursor: pointer;
}

@media all and (min-width: 992px) {
    .mega-menu-content {
        position: static;
    }

    .mega-menu {
        left: 12px !important;
        width: calc(100% - 24px) !important;
        max-width: 100% !important;
        margin-left: 0 !important;
    }
}

/* Full Screen Search ------- */
.fullscreen-search-overlay
#fullscreen-search-wrapper
#fullscreen-searchform
input[type="submit"] {
    position: absolute;
    width: 40px;
    height: 100%;
    background-color: transparent;
    border: 0;
    right: 0;
    top: 0;
}

.fullscreen-search-overlay
#fullscreen-search-wrapper
#fullscreen-searchform
.fullscreen-search-icon {
    font-size: 18px;
    position: absolute;
    right: 20px;
    width: 25px;
    top: 50%;
    color: #d32f2f;
    /* color: rgba(255, 255, 255, .2); */
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (min-width: 576px) {
    .fullscreen-search-overlay
    #fullscreen-search-wrapper
    #fullscreen-searchform
    .fullscreen-search-icon {
        font-size: 25px;
    }
}

.fullscreen-search-icon:hover,
.fullscreen-search-icon:focus {
    border: none;
    outline: none;
    color: #fff !important;
    -webkit-transition: transform ease-out 0.2s;
    -o-transition: transform ease-out 0.2s;
    -webkit-transition: -webkit-transform ease-out 0.2s;
    transition: -webkit-transform ease-out 0.2s;
    transition: transform ease-out 0.2s;
    transition: transform ease-out 0.2s, -webkit-transform ease-out 0.2s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#fullscreen-searchform {
    position: relative;
    verticle-align: middle;
    max-width: 800px;
    margin: auto;
}

.fullscreen-search-overlay
#fullscreen-search-wrapper
#fullscreen-searchform
#fullscreen-search-input {
    /* width: 800px; */
    width: 100%;
    background-color: transparent;
    /*	-webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
            -moz-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
            box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);*/
    border: 0;
    font-size: 35px;
    padding: 20px;
    color: #173872;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-bottom: 2px solid #d32f2f;
}

.fullscreen-search-overlay
#fullscreen-search-wrapper
#fullscreen-searchform
#fullscreen-search-input:focus {
    boder: none;
    outline: none;
}

.fullscreen-search-overlay.fullscreen-search-overlay-show {
    visibility: visible;
    opacity: 1;
}

.fullscreen-search-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    /*background-color: rgba(0, 0, 0, .94);*/
    background-color: rgba(255, 255, 255, 0.95);
    text-align: center;
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    padding: 20px;
}

.animate-element,
.effect-bg-layer,
.fullscreen-search-overlay {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.fullscreen-search-overlay {
    z-index: 1000000;
}

.fullscreen-search-overlay .fullscreen-close:link,
.fullscreen-search-overlay .fullscreen-close:visited {
    color: #24252f;
}

.fullscreen-search-overlay .fullscreen-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    z-index: 1;
    -webkit-transition: transform ease-out 0.2s;
    -o-transition: transform ease-out 0.2s;
    -webkit-transition: -webkit-transform ease-out 0.2s;
    transition: -webkit-transform ease-out 0.2s;
    transition: transform ease-out 0.2s;
    transition: transform ease-out 0.2s, -webkit-transform ease-out 0.2s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media (min-width: 576px) {
    .fullscreen-search-overlay .fullscreen-close {
        font-size: 26px;
    }
}

@media (min-width: 1200px) {
    .fullscreen-search-overlay .fullscreen-close {
        right: 50px;
        top: 50px;
    }
}

.fullscreen-search-overlay.fullscreen-search-overlay-show
#fullscreen-search-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    ms-transform: scale(1);
}

.fullscreen-search-overlay #fullscreen-search-wrapper {
    /* display: inline-block; */
    max-width: 1000px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    ms-transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
    margin: auto;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

#search-button:hover,
.fullscreen-close:hover {
    /*    opacity: 0.6;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 400ms;
        -moz-transition: all 400ms;
        -ms-transition: all 400ms;
        -o-transition: all 400ms;*/
}

#fullscreen-search-input:focus {
    -webkit-box-shadow: 0px 3px 0px 0px rgba(235, 2, 84, 0.54) !important;
    box-shadow: 0px 3px 0px 0px rgba(235, 2, 84, 0.54) !important;
}

@media (max-width: 575px) {
    .fullscreen-search-overlay
    #fullscreen-search-wrapper
    #fullscreen-searchform
    #fullscreen-search-input {
        width: 100%;
        font-size: 21px;
        padding: 15px;
    }
}

/* Navbar Video ------*/
.video-nav-item {
    border-bottom: none;
    padding: 0;
    height: auto;
    line-height: 1.2;
    -o-text-overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
}

.video-nav-item .img-wrapper {
    position: relative;
}

.video-nav-item .img-wrapper img {
    position: static;
    margin-top: 0;
    height: auto;
    width: 100%;
}

.video-nav-item .img-wrapper .link-icon {
    height: 36px;
    width: 40px;
    font-size: 20px;
    line-height: 35px;
}

.video-nav-item h4 {
    font-size: 15px;
    margin: 0.5rem 0 0;
}

.video-nav-item:hover h4 {
    color: #d32f2f;
}

nav.custom-navbar .megamenu-content .title {
    font-size: 15px;
    color: #d32f2f;
    font-weight: 600;
}

nav.navbar.custom-navbar .dropdown-menu.megamenu-content .col-menu-video {
    width: 20%;
}

nav.navbar.custom-navbar
.dropdown-menu.megamenu-content
.col-menu-video:first-child {
    border-left: none;
}

/*** 04. News Ticker
------------------------------------------------------------------------------*/

.newstricker_inner {
    position: relative;
    line-height: 30px;
    margin: 10px 0;
    padding: 0 0 0 125px;
}

.trending {
    background-color: #1b1c26;
    color: #fff;
    position: absolute;
    left: 0;
    font-size: 11px;
    padding: 0 12px 0 11px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.trending::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 8px solid #1b1c26;
    border-bottom: 15px solid transparent;
    position: absolute;
    right: -8px;
}

.news-ticker a {
    font-size: 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.news-ticker-wrp {
    padding-right: 64px;
}

.layout-rtl .news-ticker-wrp {
    padding-right: 0;
    padding-left: 64px;
}

@media (max-width: 767px) {
    .news-ticker a {
        font-size: 14px;
    }
}

/*** 05. Slider
------------------------------------------------------------------------------*/

.slider-inner {
    position: relative;
    margin-bottom: 20px;
}

.masonry-slider img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sub-post {
    position: relative;
    padding: 7px;
}

figure img {
    width: 100%;
}

/* Slider control ------*/

.masonry-pagination {
    display: flex;
    gap: 0px;
    justify-content: center;
    align-items: center;
}

.masonry-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    border-radius: 6px;
    background: #f1f3f5;
    color: #212529;
    opacity: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
}

.masonry-pagination .swiper-pagination-bullet:hover {
    background: #e3f2fd;
    color: var(--bs-primary);
    transform: scale(1.1);
}

.masonry-pagination .swiper-pagination-bullet-active {
    background: var(--bs-primary);
    color: #fff;
}

.masonry-pagination .swiper-pagination-bullet-active:hover {
    background: var(--bs-primary);
    transform: scale(1.05);
    color: #fff;
}

.masonry-slider .swiper-button-next,
.masonry-slider .swiper-button-prev {
    width: 35px;
    height: 50px;
    color: var(--bs-white);
    background-color: rgba(0, 0, 0, 0.5);
}

.masonry-slider .swiper-button-next:hover,
.masonry-slider .swiper-button-prev:hover {
    background-color: var(--bs-primary);
    color: white;
}

.masonry-slider .swiper-button-next:after,
.masonry-slider .swiper-button-prev:after {
    font-size: 18px;
}

.masonry-slider .swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #fff);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.5);
}

.masonry-slider .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--bs-primary));
}

.slider-post {
    position: relative;
}

.post-height-1 {
    height: 460px;
}

.home-nine .post-height-1,
.home-nine .post-height-1 .news-image img {
    height: 390px;
}

.post-height-1 .news-image img {
    width: 100%;
    height: 460px;
}

@media (min-width: 768px) {
    .home-nine .post-height-1,
    .home-nine .post-height-1 .news-image img {
        height: 482px;
    }
}

@media (min-width: 992px) {
    .home-nine .post-height-1,
    .home-nine .post-height-1 .news-image img {
        height: 642px;
    }
}

.post-height-2 {
    height: 229px;
    margin-bottom: 2px;
    margin-left: 2px;
}

.post-height-3 {
    height: 400px;
    margin-left: 2px;
    line-height: 0;
    overflow: hidden;
    border-radius: 16px;
}

.post-height-4 {
    height: 229px;
    margin-bottom: 2px;
    margin-right: 2px;
}

.post-height-5 {
    height: 289px;
    margin-bottom: 2px;
    margin-right: 2px;
    border-radius: 10px;
}

.slider-right-post .post-height-5 .news-image img {
    margin: 0 auto;
    opacity: 0.9;
    position: absolute;
    border-radius: 10px;
    height: 289px;
}

.news-image {
    z-index: 1;
    display: block;
}

.slider-right-post .post-height-3 .news-image img {
    margin: 0 auto;
    opacity: 0.9;
    position: absolute;
    left: -10030px;
    right: -9999px;
    width: auto;
    height: 460px;
    border-radius: 10px;
}

.slider-right-post .news-image img {
    width: 100%;
    height: 229px;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-nine .post-height-2,
.home-nine .post-height-4,
.home-nine .slider-right-post .news-image img {
    height: 150px;
}

@media (min-width: 768px) {
    .home-nine .post-height-2,
    .home-nine .post-height-4,
    .home-nine .slider-right-post .news-image img {
        height: 240px;
    }
}

@media (min-width: 992px) {
    .home-nine .post-height-2,
    .home-nine .post-height-4,
    .home-nine .slider-right-post .news-image img {
        height: 320px;
    }
}

.news-content {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px 20px;
}

.post-text {
    padding: 17px 17px;
    min-height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    pointer-events: none;
    background-image: -o-linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0.4) 50%,
            rgba(0, 0, 0, 0.7) 100%
    );
    background-image: -o-linear-gradient(
            top,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0.4) 50%,
            rgba(0, 0, 0, 0.7) 100%
    );
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, rgba(0, 0, 0, 0)),
            color-stop(50%, rgba(0, 0, 0, 0.4)),
            to(rgba(0, 0, 0, 0.7))
    );
    background-image: linear-gradient(
            to bottom,
            rgb(0 0 0 / 0%) 0,
            rgb(0 0 0 / 70%) 50%,
            rgb(0 0 0 / 100%) 100%
    );
}

.post-category {
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 7px;
    padding: 0px 8px;
    background-color: #d32f2f;
    letter-spacing: 0.5px;
    line-height: 18px;
    text-transform: uppercase;
    border-radius: 20px;
}

.post-text h2,
.post-text h4 {
    color: #fff;
    margin: 0 0 10px;
    font-weight: 500;
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    width: 100%;
    /* font-size: 18px; */
    font-size: 21px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.post-text h2 a,
.post-text h4 a {
    color: #fff;
}

.post-text .authar-info {
    margin: 0;
}

.post-text .authar-info li,
.post-text .authar-info li a {
    color: #fff;
}

.slider-right-post .post-text {
    padding: 15px;
}

@media (max-width: 767px) {
    .slider-inner .container {
        padding: 0 !important;
    }

    .post-height-1 {
        height: auto;
    }

    .post-height-1 .news-image img {
        height: auto;
    }

    .post-text {
        padding: 10px 10px 40px;
    }

    .post-text h2,
    .post-text h4 {
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
    }

    .post-height-2,
    .slider-right-post .news-image img,
    .post-height-4 {
        height: 190px;
    }

    .post-height-3 {
        height: 135px;
    }

    .slider-right-post .post-height-3 .news-image img {
        min-width: 0;
        position: relative;
        left: auto;
        right: auto;
        width: 100%;
        height: 166px;
    }

    .post-height-2,
    .post-height-3,
    .post-height-4 {
        margin: 0;
    }

    .slider-right-post .post-text {
        padding: 10px;
    }

    .post-category {
        font-size: 12px;
        font-weight: 500;
        padding: 0px 7px;
    }
}

@media (max-width: 575px) {
    .post-height-2,
    .slider-right-post .news-image img,
    .post-height-4 {
        height: 120px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .post-height-1,
    .post-height-1 .news-image img,
    .post-height-3,
    .slider-right-post .post-height-3 .news-image img {
        height: 320px;
    }

    .post-text {
        padding: 40px 15px;
    }

    .post-text h2 {
        font-size: 18px;
        line-height: 23px;
    }

    .post-text h4 {
        font-size: 16px;
        line-height: 21px;
    }

    .post-height-2,
    .post-height-4,
    .slider-right-post .news-image img {
        height: 159px;
    }

    .slider-right-post .post-text {
        padding: 15px;
    }
}

.slider-post .authar-info li .editor-name {
    font-weight: 700;
    color: #fff;
}

/*** 06. All Post
------------------------------------------------------------------------------*/

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

.post-head {
    background: #fff;
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.home-seven .post-head,
.home-seven .panel_header,
.home-nine .post-head,
.home-nine .panel_header {
    padding: 0 0 10px;
    border-bottom: 2px solid #d32f2f;
}

.home-seven .post-inner-2 .post-head,
.home-nine .post-inner-2 .post-head {
    border-color: #008900;
}

.post-head .title,
.panel_header h4 {
    color: #424242;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
}

.filter-nav {
    color: #929292;
    float: right;
    /* margin-right: 63px; */
    /* margin-top: 3px; */
}

.filter-nav ul {
    font-size: 13px;
}

/* .filter-nav ul li {
    display: inline-block;
    text-align: center;
} */

.filter-nav ul a {
    color: inherit;
    padding: 0 10px;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.filter-nav ul a:hover,
.filter-nav ul a.active {
    color: #d32f2f;
}

.filter-nav ul a.active {
    font-weight: 600;
}

@media (min-width: 0px) and (max-width: 1199px) {
    .filter-nav {
        display: none;
    }
}

/*post*/

.bord-righ {
    border-right: 1px solid #d2d2d2;
}

.news-ticker-next,
.news-ticker-prev,
.post-button-next,
.post-button-prev,
.post-button-two-next,
.post-button-two-prev,
.post-button-three-next,
.post-button-three-prev,
.popular-post-button-next,
.popular-post-button-prev,
.related-button-prev,
.related-button-next {
    height: 30px;
    width: 30px;
    border: 1px solid #d2d2d2;
    color: #777;
    z-index: 1;
}

.news-ticker-next:hover,
.news-ticker-prev:hover,
.post-button-next:hover,
.post-button-prev:hover,
.post-button-two-next:hover,
.post-button-two-prev:hover,
.post-button-three-next:hover,
.post-button-three-prev:hover,
.popular-post-button-next:hover,
.popular-post-button-prev:hover,
.related-button-prev:hover,
.related-button-next:hover {
    color: #fff;
    background: #d32f2f;
    border: 1px solid #d32f2f;
}

.news-ticker-next:after,
.news-ticker-prev:after,
.post-button-next::after,
.post-button-prev::after,
.post-button-two-next::after,
.post-button-two-prev::after,
.post-button-three-next::after,
.post-button-three-prev::after,
.popular-post-button-next::after,
.popular-post-button-prev::after,
.related-button-prev::after,
.related-button-next::after {
    font-size: 12px;
}

article {
    margin-bottom: 20px;
}

figure {
    position: relative;
}

article figure .post-category {
    position: absolute;
    left: 15px;
    top: 15px;
}

.post-info h3 {
    font-size: 19px;
}

.post-info .authar-info {
    margin-bottom: 15px;
}

.news-list-item {
    display: table;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
}

.news-list-item:first-child {
    padding-top: 0;
}

.news-list-item:last-child {
    padding-bottom: 0;
}

.home-seven .news-list-item,
.home-nine .news-list-item,
.home-seven .post-grid,
.home-nine .post-grid {
    border: 0;
}

.news-list-item:last-child,
.footer-news-grid .news-list-item:last-child {
    border-bottom: 0px;
}

.news-list-item .img-wrapper {
    position: relative;
    width: 100px;
    max-width: 100px;
}

.link-icon {
    bottom: 0;
    right: 0;
    color: #fff;
    height: 24px;
    width: 28px;
    position: absolute;
    padding: 4px 8px;
    background-color: #d32f2f;
    font-size: 12px;
    text-align: center;
}

.post-info-2 {
    position: relative;
    display: table-cell;
    width: auto;
    vertical-align: middle;
    padding: 0 0 0 15px;
}

.post-info-2 h5 {
    margin-top: 0;
    line-height: 20px;
    font-size: 15px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.authar-info {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: capitalize;
}

.featured-pagination {
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
}

.featured-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: #f1f3f5;
    color: #212529;
    opacity: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
}

.featured-pagination .swiper-pagination-bullet-active {
    background: #d32f2f;
    color: #fff;
}

.reviews-reatting,
.reatting-2 {
    font-size: 12px;
    color: #ffc00e;
}

.news-list-item .post-info-2 .authar-info {
    line-height: 1;
}

.news-grid-2 .row-margin {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.news-grid-2 .col-padding {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

@media (min-width: 768px) {
    .bord-right {
        border-right: 1px solid #e0e0e0;
    }

    .home-seven .bord-right,
    .home-nine .bord-right {
        border-right: 0;
    }
}

@media (max-width: 767px) {
    .news-grid-2 .row-margin {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }

    .news-grid-2 .col-padding {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .home-seven .posts-inner,
    .home-nine .posts-inner {
        padding: 15px 0;
    }
}

.grid-item {
    margin-bottom: 15px;
}

.grid-item h5 {
    font-size: 15px;
    line-height: 18px;
    margin-top: 0.5rem;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.grid-item .grid-item-img {
    position: relative;
}

.grid-item .grid-item-img img {
    width: 100%;
}

.grid-item .title {
    margin: 5px 0;
}

.authar-info li {
    position: relative;
    padding: 0 6px;
    font-size: 13px;
    color: #8a8a8a;
}

.authar-info li:first-child {
    padding-left: 0;
}

.authar-info li .editor-name {
    color: #111;
}

.authar-info li a {
    color: #9a9a9a;
}

.authar-info i {
    margin-right: 2px;
    font-size: 12px;
    font-weight: 600;
}

.authar-info li + li::before {
    font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    left: -6px;
    content: "--";
    color: #9a9a9a;
    top: -1px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .authar-info li {
        font-size: 13px;
        line-height: 18px;
    }

    .reviews-reatting {
        font-size: 12px;
    }
}

/* Post footer ------*/

.post-footer {
    background: #fff;
    border-top: 1px solid #e0e0e0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.home-seven .post-footer,
.home-nine .post-footer {
    border: 1px solid #e0e0e0;
}

.post-footer .more-btn {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-footer .more-btn:hover {
    color: #d32f2f;
}

.post-footer .social {
    padding: 10px 20px 10px;
    border-left: 1px solid #e0e0e0;
}

.post-footer .social ul {
    text-align: center;
    margin: 0;
}

.post-footer .social ul li {
    list-style: none outside none;
    display: inline-block;
    position: relative;
}

.post-footer .social ul li a {
    color: rgba(35, 35, 35, 0.6);
}

.post-footer .social i {
    font-size: 18px;
    text-align: center;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    margin-right: 7px;
    cursor: pointer;
}

.post-footer .social i:hover {
    color: #d32f2f;
    text-decoration: none;
}

/* Share Buttons ------*/

.transition,
.transition img,
.transition a,
.transition i,
.transition li,
.transition span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.share {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 150px;
    height: 24px;
    overflow: hidden;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
}

.share .ico {
    font-size: 18px;
    position: absolute;
    top: -1px;
    right: -35px;
    display: inline-block;
    z-index: 2;
}

.share:hover .fb {
    color: #78a4dd;
    right: 25px;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.share:hover .tw {
    color: #53b9fd;
    right: 50px;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.share:hover .rs {
    color: #ff680d;
    right: 80px;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.share:hover .pin {
    color: #f35359;
    right: 120px;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .home-seven .news-list-item,
    .home-nine .news-list-item {
        padding: 0 0 20px;
    }

    .news-list-item .img-wrapper {
        width: 90px;
    }

    .post-info-2 h5,
    .grid-item h5 {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .news-list-item .post-info-2 .authar-info {
        margin-bottom: 0;
    }
}

/* Post-slider-1 color ------*/

article:hover .post-info h3 a,
.news-list-item:hover .post-info-2 h5 a,
.news-list-item:hover .post-info-2 h4 a {
    color: #d32f2f !important;
}

/* Post-slider-2 color ------*/

.post-inner-2 .post-category,
.grid-item-img .link-icon {
    background-color: #008900;
}

.post-inner-2 .filter-nav ul a:hover,
.post-inner-2 .filter-nav ul a.active,
.post-inner-2 article:hover h3 a,
.grid-item:hover h5 a,
.post-inner-2 .post-footer .more-btn:hover,
.post-inner-2 .post-footer .social i:hover {
    color: #008900 !important;
}

/*** 07. Weather Widget
------------------------------------------------------------------------------*/

.weather-week .list-group {
    margin-bottom: 0;
}

.weather-week .list-group-item {
    color: #333333;
    text-align: center;
    font-size: 15px;
    padding: 12px;
    border-radius: 0 !important;
    border-color: #e0e0e0;
    border-width: 1px 1px 0px 0px;
    background-color: #fff;
}

.weather-week .list-group a:first-child {
    border-top: 0;
}

.weather-week .list-group a:last-child {
    border-bottom: 0;
}

.list-group-item i {
    font-size: 26px;
    line-height: 25px;
}

.weather-week .list-group > a.active,
.weather-week .list-group > a.active .glyphicon,
.weather-week .list-group > a.active .fa {
    background-color: transparent;
    color: #d32f2f;
    border-color: #e0e0e0;
    border-radius: 0;
}

div.bhoechie-tab .weather-temp-wrap:not(.active) {
    display: none;
}

.weather-wrapper {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}

.weather-temp-wrap {
    color: #000 !important;
    text-align: left;
    position: relative;
    padding: 30px 20px;
}

.city-day .city {
    font-size: 21px;
    font-weight: bold;
}

.weather-icon {
    padding: 12% 20px;
    position: relative;
    display: table;
}

.weather-icon i {
    font-size: 80px;
    line-height: 80px;
    position: relative;
    display: table-cell;
    padding: 0 15px 0 0;
}

.main-temp {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.break .wind-condition,
.break .humidity {
    font-size: 14px;
    margin-top: 2px;
}

@media (max-width: 767px) {
    .weather-week .list-group-item {
        font-size: 11px;
        height: 75px;
    }

    .weather-icon {
        padding: 9% 20px;
    }

    .weather-icon i {
        font-size: 60px;
    }

    .main-temp {
        font-size: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .weather-week .list-group-item {
        font-size: 12px;
        padding: 8px;
    }

    .weather-temp-wrap {
        padding: 10px;
    }

    .weather-icon i {
        font-size: 50px;
    }

    .main-temp {
        font-size: 20px;
    }
}

/*** 08. Weather Widget (Two)
------------------------------------------------------------------------------*/

.weather-wrapper-2 {
    position: relative;
    text-align: center;
    color: #fff;
    background: 50% 50% no-repeat;
    background-size: cover;
    background-color: #fa424a;
    background-image: url(../images/statistic-box-red.png);
}

.weather-wrapper-2.weather-bg-2 {
    background-image: url(../images/wethear-bg.jpg);
}

.weather-temperature {
    width: 100%;
    padding: 50px 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.weather-now {
    text-align: right;
    line-height: 1;
    font-weight: 300;
    width: 50%;
}

.weather-now .big-degrees {
    font-size: 70px;
    font-weight: 500;
}

.weather-now .circle {
    font-size: 70px;
    position: relative;
    top: -6px;
    line-height: 1;
    vertical-align: top;
}

.weather-now .weather-unit {
    font-size: 16px;
    position: relative;
    top: -4px;
    font-weight: 400;
    opacity: 0.6;
    left: -2px;
    line-height: 1;
    vertical-align: top;
}

.weather-icon-2 {
    text-align: left;
    position: relative;
    width: 50%;
}

.weather-icon-2 i {
    font-size: 70px;
}

.weather-info {
    padding: 20px 10px;
}

.weather-info .weather-name,
.weather-footer .weather-date {
    font-size: 21px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

.weather-week-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Roboto", sans-serif;
    padding: 15px 20px;
    width: 100%;
    line-height: 1;
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
}

.weather-days {
    width: 14.28%;
    text-align: center;
    text-transform: uppercase;
}

.weather-days .day-0,
.weather-days .day-1,
.weather-days .day-2,
.weather-days .day-3,
.weather-days .day-4,
.weather-days .day-5,
.weather-days .day-6 {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
}

.day-icon {
    margin-bottom: 10px;
}

.day-icon i {
    font-size: 21px;
}

.weather-days .day-degrees {
    font-size: 15px;
    position: relative;
    left: 4px;
    line-height: 14px;
    opacity: 0.7;
}

.weather-days .circle {
    position: relative;
    right: 5px;
}

.weather-footer {
    padding: 15px 10px 30px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .weather-temperature {
        padding: 30px 10px 0px;
    }

    .weather-now .big-degrees,
    .weather-now .circle,
    .weather-icon-2 i {
        font-size: 45px;
    }

    .weather-week-2 {
        padding: 15px 10px;
    }

    .weather-info .weather-name,
    .weather-footer .weather-date {
        font-size: 17px;
    }
}

/*** 09. Social Icon
------------------------------------------------------------------------------*/

.social-counter-total {
    color: #111;
}

.social-media li a {
    padding: 20px 10px;
    text-align: center;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

@media (min-width: 1200px) {
    .home-seven .social-media li a,
    .home-nine .social-media li a {
        padding: 15px 10px;
    }
}

.social-media li a i {
    font-size: 24px;
}

.social-media li .rss,
.home-six .social-media li .rss:hover,
.home-seven .social-media li .rss:hover,
.home-nine .social-media li .rss:hover {
    color: #ff680d;
}

.social-media li .rss:hover {
    color: #fff;
    background-color: #ff680d;
}

.home-six .social-media li .rss,
.home-seven .social-media li .rss,
.home-nine .social-media li .rss {
    color: #fff;
    background-color: #ff680d;
}

.home-six .social-media li .rss:hover,
.home-six .social-media li .fb:hover,
.home-six .social-media li .insta:hover,
.home-six .social-media li .you_tube:hover,
.home-six .social-media li .twitter:hover,
.home-six .social-media li .pint:hover,
.home-seven .social-media li .rss:hover,
.home-seven .social-media li .fb:hover,
.home-seven .social-media li .insta:hover,
.home-seven .social-media li .you_tube:hover,
.home-seven .social-media li .twitter:hover,
.home-seven .social-media li .pint:hover,
.home-nine .social-media li .rss:hover,
.home-nine .social-media li .fb:hover,
.home-nine .social-media li .insta:hover,
.home-nine .social-media li .you_tube:hover,
.home-nine .social-media li .twitter:hover,
.home-nine .social-media li .pint:hover {
    background-color: #ebeef4;
}

.social-media li .fb,
.home-six .social-media li .fb:hover,
.home-seven .social-media li .fb:hover,
.home-nine .social-media li .fb:hover {
    color: #5d82d1;
}

.social-media li .fb:hover {
    color: #fff;
    background-color: #4c66a3;
}

.home-six .social-media li .fb,
.home-seven .social-media li .fb,
.home-nine .social-media li .fb {
    color: #fff;
    background-color: #5d82d1;
}

.social-media li .insta {
    color: #e4405f;
}

.social-media li .insta:hover {
    color: #fff;
    background-color: #e4405f;
}

.home-six .social-media li .insta,
.home-seven .social-media li .insta,
.home-nine .social-media li .insta {
    color: #fff;
    background-color: #e4405f;
    background: -o-radial-gradient(
            20% 130%,
            circle,
            #fdf497 0%,
            #fdf497 5%,
            #fd5949 45%,
            #d6249f 60%,
            #285aeb 90%
    );
    background: radial-gradient(
            circle at 20% 130%,
            #fdf497 0%,
            #fdf497 5%,
            #fd5949 45%,
            #d6249f 60%,
            #285aeb 90%
    );
    background-size: 120% 120%;
    background-position: right bottom;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home-six .social-media li .insta:hover,
.home-seven .social-media li .insta:hover,
.home-nine .social-media li .insta:hover {
    color: #fff;
    background: -o-radial-gradient(
            20% 130%,
            circle,
            #fdf497 0%,
            #fdf497 5%,
            #fd5949 45%,
            #d6249f 60%,
            #285aeb 90%
    );
    background: radial-gradient(
            circle at 20% 130%,
            #fdf497 0%,
            #fdf497 5%,
            #fd5949 45%,
            #d6249f 60%,
            #285aeb 90%
    );
    background-size: 100% 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-position: left bottom;
}

.social-media li .you_tube,
.home-six .social-media li .you_tube:hover,
.home-seven .social-media li .you_tube:hover,
.home-nine .social-media li .you_tube:hover {
    color: #e42c27;
}

.social-media li .you_tube:hover {
    background-color: #e42c27;
    color: #fff;
}

.home-six .social-media li .you_tube,
.home-seven .social-media li .you_tube,
.home-nine .social-media li .you_tube {
    background-color: #e42c27;
    color: #fff;
}

.social-media li .twitter,
.home-six .social-media li .twitter:hover,
.home-seven .social-media li .twitter:hover,
.home-nine .social-media li .twitter:hover {
    color: #2fc2ee;
}

.social-media li .twitter:hover {
    background-color: #1d9bf0;
    color: #fff;
}

.home-six .social-media li .twitter,
.home-seven .social-media li .twitter,
.home-nine .social-media li .twitter {
    background-color: #1d9bf0;
    color: #fff;
}

.social-media li .pint,
.home-six .social-media li .pint:hover,
.home-seven .social-media li .pint:hover,
.home-nine .social-media li .pint:hover {
    color: #cb2028;
}

.social-media li .pint:hover {
    background-color: #cb2028;
    color: #fff;
}

.home-six .social-media li .pint,
.home-seven .social-media li .pint,
.home-nine .social-media li .pint {
    background-color: #cb2028;
    color: #fff;
}

.social-media li a div {
    font-weight: bold;
    font-family: "Cormorant Garamond", serif;
    font-size: 26px;
}

.social-media li p {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

@media (min-width: 0px) and (max-width: 1199px) {
    .social-media-inner {
        margin-bottom: 5px;
    }

    .social-media {
        width: 101.9%;
        margin-left: -5px;
    }

    .social-media li a {
        min-width: auto;
        width: 100%;
    }

    .social-media li a div {
        font-size: 21px;
    }

    .home-seven .social-media li a div,
    .home-nine .social-media li a div {
        font-size: 19px;
    }

    .social-media li p {
        font-size: 10px;
    }

    .home-seven .social-media li p,
    .home-nine .social-media li p {
        font-size: 9px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .social-media li a {
        padding: 15px 5px;
    }
}

/*** 10. Tabs
------------------------------------------------------------------------------*/

.tabs-wrapper {
    position: relative;
    border-radius: 10px;
}

.tab-content {
    /*background-color: #fff;*/
    border-radius: 10px;
}

.nav-tabs {
    border-bottom: 0;
    width: 100%;
    padding: 0;
    border-radius: 10px;
    margin-bottom: 10px;
}

.nav-tabs > li {
    width: 50%;
}

.tabs-wrapper .nav-tabs > li > a,
.tabs-wrapper .nav-tabs > li > button {
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 15px;
    border-radius: 0;
    display: block;
    width: 100%;
    color: #111;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #16224d;
    border: 1px solid #fff;
    border-radius: 10px;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #fff;
}

.tabs-wrapper .nav-tabs > li > a:hover,
.tabs-wrapper .nav-tabs > li > button:hover {
    border-color: #fff;
}

.most-viewed,
.popular-news {
    padding: 15px;
}

.home-seven .most-viewed,
.home-nine .most-viewed {
    padding: 0;
}

.most-viewed .content li {
    display: block;
    border-bottom: 1px solid #e0e0e0;
    line-height: 20px;
    padding: 20px 0;
}

.most-viewed .content li .count {
    width: 20%;
    float: left;
    color: #888;
    font-size: 40px;
    padding-right: 20px;
    line-height: 24px;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-weight: 600;
}

.most-viewed .content li .text {
    width: 80%;
    float: left;
    font-size: 1.07692em;
    padding-left: 20px;
    border-left: 1px solid #aaa;
    font-weight: 600;
}

.most-viewed .content li:after {
    content: "";
    display: table;
    clear: both;
}

.most-viewed .content li:last-child,
.p-post:last-child {
    border: 0;
    padding-bottom: 10px;
}

.popular-news {
    text-align: center;
}

.p-post {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
}

.p-post h4,
.authar-info {
    margin: 0 0 10px;
    font-size: 18px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .tabs-wrapper .nav-tabs > li > a,
    .tabs-wrapper .nav-tabs > li > button {
        font-weight: 500;
        padding: 15px 10px;
        font-size: 13px;
    }

    .most-viewed .content li {
        padding: 10px 0;
    }

    .most-viewed .content li .count {
        width: 16%;
        font-size: 30px;
        padding-right: 10px;
    }

    .most-viewed .content li .text {
        width: 84%;
        font-size: 13px;
        padding-left: 10px;
    }

    .p-post {
        padding: 15px 0;
    }

    .p-post h4,
    .authar-info {
        font-size: 13px;
    }
}

/*** 11. Games News
------------------------------------------------------------------------------*/

.panel_inner {
    position: relative;
    background: #fff;
    border-radius: 10px;
}

.panel_header {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.panel_body {
    padding: 15px;
}

.home-seven .games-news,
.home-nine .games-news {
    background-color: #f3f3f3;
    padding: 15px;
}

.games-result-header {
    text-align: center;
    margin-bottom: 15px;
}

.games-result-title {
    margin-bottom: 0.25em;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0px;
}

.games-result-date {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #9a9da2;
    letter-spacing: 0.2px;
}

.games-result-main {
    margin-bottom: 6px;
    width: 100%;
    display: table;
}

.games-result-team {
    text-align: center;
    width: 30%;
    float: left;
}

.games-result-team-logo {
    height: 70px;
    display: block;
    position: relative;
}

.games-result-team-logo img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
}

.games-result-team-info {
    padding: 6px 0 0 0;
}

.games-result-team-name {
    font-size: 13px;
    max-width: 85px;
    display: block;
    line-height: 1.2em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto 0.1em auto;
    text-transform: uppercase;
    font-weight: 600;
}

.games-result-team-desc {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 0.3px;
}

.games-result-score-inner {
    text-align: center;
    vertical-align: middle;
    width: 40%;
    float: left;
}

.games-result-score {
    font-size: 23px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
    color: #31404b;
    margin-top: 15px;
}

.games-result-score-result {
    position: relative;
}

.games-result-score-result.winner::before {
    content: "";
    display: block;
    position: absolute;
    left: -14px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 8px solid #ffdc11;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.games-result-score-result.loser {
    color: #9a9da2;
}

.games-result-score-label {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #31404b;
    line-height: 1.2em;
}

.table {
    margin-bottom: 0;
    --bs-table-bg: var(--bs-white);
}

.home-seven .games-news .table {
    --bs-table-bg: #f3f3f3;
}

.skin-dark.home-seven .games-news .table {
    --bs-table-bg: transparent;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #e4e7ed;
    font-weight: 700;
    color: #31404b;
    text-transform: uppercase;
    background-color: transparent;
    text-align: center;
}

.table > thead > tr > th:first-child,
.table > tbody > tr > td:first-child,
.table > tbody > tr > th:first-child {
    padding-left: 30px;
    text-align: left;
}

.home-seven .table > thead > tr > th:first-child,
.home-seven .table > tbody > tr > td:first-child,
.home-seven .table > tbody > tr > th:first-child,
.home-nine .table > thead > tr > th:first-child,
.home-nine .table > tbody > tr > td:first-child,
.home-nine .table > tbody > tr > th:first-child {
    padding-left: 0;
}

.table > tbody > tr > th:first-child {
    font-weight: 600;
}

.table > thead > tr > th:last-child,
.table > tbody > tr > td:last-child,
.table > tbody > tr > th:last-child {
    padding-right: 30px;
    vertical-align: middle;
}

.home-seven .table > thead > tr > th:last-child,
.home-seven .table > tbody > tr > td:last-child,
.home-seven .table > tbody > tr > th:last-child,
.home-nine .table > thead > tr > th:last-child,
.home-nine .table > tbody > tr > td:last-child,
.home-nine .table > tbody > tr > th:last-child {
    padding-right: 0;
}

@media screen and (max-width: 767px) {
    .games-news .table-responsive {
        border: 0;
    }
}

/*** 12. Categories Widget
------------------------------------------------------------------------------*/

ul.category-list {
    overflow: hidden;
}

ul.category-list li {
    list-style: none;
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

ul.category-list li:nth-child(2n) {
    padding-left: 15px;
}

ul.category-list li a {
    text-decoration: none;
    display: block;
    padding-bottom: 5px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.category-list li a:hover {
    color: #d32f2f;
}

ul.category-list li a span {
    display: inline-block;
    float: right;
    width: 30px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.category-list li a:hover span {
    color: #fff;
    background-color: #d32f2f;
    border: 1px solid #d32f2f;
}

@media (min-width: 768px) and (max-width: 1199px) {
    ul.category-list li {
        margin-bottom: 10px;
        width: 100%;
    }

    ul.category-list li:nth-child(2n + 1) {
        display: none;
    }

    ul.category-list li:nth-child(2n) {
        padding-left: 0;
    }
}

/*** 13. Archive Widget (Calender)
------------------------------------------------------------------------------*/

.ui-datepicker {
    width: 100%;
}

.ui-widget.ui-widget-content {
    padding: 0;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    font-family: "Cormorant Garamond", serif;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.8em 0;
    border-radius: 0;
    background: transparent;
    border-width: 0 0 1px 0;
    font-weight: normal;
    border-color: #e0e0e0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 50%;
    border: 1px solid #e0e0e0;
    height: 32px;
    width: 32px;
    border-radius: 30px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ui-datepicker .ui-datepicker-prev {
    left: 20px;
}

.ui-datepicker .ui-datepicker-next {
    right: 20px;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 24px;
    letter-spacing: 0.5px;
    color: #000;
}

.ui-datepicker th {
    font-size: 19px;
}

.ui-datepicker-month {
    font-weight: 600;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    padding: 6px 5px;
    text-align: center;
    font-weight: 700;
    font-size: 19px;
    border: 0;
    background: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    color: #fff !important;
    background: #d32f2f !important;
    border-radius: 30px;
}

.ui-icon-circle-triangle-w {
    background-position: -96px 0px;
}

.ui-icon-circle-triangle-e {
    background-position: -32px 0px;
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png);
}

@media (min-width: 768px) and (max-width: 991px) {
    .ui-datepicker .ui-datepicker-header {
        padding: 0.5em 0;
    }

    .ui-datepicker .ui-datepicker-title {
        font-size: 18px;
    }

    .ui-datepicker th {
        font-size: 15px;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default {
        padding: 4px;
        font-size: 16px;
    }
}

/*** 14. Poll Widget
------------------------------------------------------------------------------*/

.poll-content h6 {
    line-height: 24px;
    margin: 0;
    color: #111;
    font-size: 21px;
}

.poll-content ul {
    padding: 20px 0 0;
}

.poll-content ul li {
    display: table;
    border: 0;
    padding: 5px 0;
}

.poll-content ul li:first-child {
    padding-top: 0;
}

.poll-content ul li input,
.poll-content ul li label {
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

.poll-content ul li label {
    padding-left: 13px;
    color: #888;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.poll-content .btn-news {
    margin-top: 20px;
}

.btn-news {
    color: #fff;
    background-color: #d32f2f;
    border-color: #d32f2f;
    padding: 6px 15px;
}

.btn-news:hover {
    color: #fff;
    background-color: #1b1c26;
    border-color: #1b1c26;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .poll-content h6 {
        font-size: 19px;
    }
}

/*** 15. Tags Widget
------------------------------------------------------------------------------*/

/*.tags-inner{padding: 30px;}*/

.ui.tag {
    padding: 0.4rem 1.5em;
    letter-spacing: 0.5px;
    font-size: 13px;
}

.ui.tag:hover {
    color: #fff;
    border-color: var(--bs-primary) !important;
    background-color: var(--bs-primary);
}

/*** 16. Featured News
------------------------------------------------------------------------------*/

.featured-post {
    position: relative;
}

.reatting {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #ffc00e;
}

.featured-post .post-text {
    padding: 12px;
}

/*** 17. Youtube
------------------------------------------------------------------------------*/

.playlist-title {
    background-color: #1b1c26;
    padding: 15px;
}

.playlist-title h4 {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

/*** 18. More News
------------------------------------------------------------------------------*/

.more-post {
    position: relative;
}

.more-post .post-text {
    padding: 15px;
}

.more-post:last-child {
    margin-bottom: 0;
}

/* Progress ber ------*/

.progressber {
    position: absolute;
    top: 10px;
    right: 10px;
}

.progressber canvas {
    display: inline-block;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.progressber span {
    border-radius: 50%;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    width: 40px;
    color: #d32f2f;
    font-weight: 700;
    font-family: "Cormorant Garamond", serif;
}

@media (min-width: 0px) and (max-width: 1199px) {
    .more-post .post-text {
        padding: 10px;
    }

    .more-post .post-text h4 {
        font-size: 15px;
        font-weight: 400;
    }
}

/*** 19. Post Cards News
------------------------------------------------------------------------------*/

.posts {
    background-color: #fff;
    border-radius: 10px;
}

.posts-thumb {
    float: none;
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.posts-thumb .post-category {
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
    z-index: 1;
}

.posts-thumb2 {
    float: none;
    height: 150px;
    margin: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.posts-thumb3 {
    float: none;
    height: 100%;
    margin: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.posts-thumb2 .post-category {
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
    z-index: 1;
}

.posts-thumb3 .post-category {
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
    z-index: 1;
}

.posts ul {
    margin-bottom: 10px;
}

.post-grid .post-category {
    background-color: #4c66a3;
}

.post-grid-item .posts-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.posts-thumb {
    float: none;
    margin: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.posts-thumb:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.post-grid-item .posts-thumb2 img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.post-grid-item .posts-thumb3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.posts-thumb2 {
    float: none;
    margin: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.posts-thumb3 {
    float: none;
    margin: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.posts-thumb2:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.posts-thumb3:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.posts-inner {
    position: relative;
    padding: 14px 15px;
}

.card-post .posts-inner {
    padding: 10px 15px;
}

.home-seven .card-post .posts-inner,
.home-nine .card-post .posts-inner {
    padding: 30px 0;
}

.posts-inner .post-category {
    margin: 3px;
}

.posts-link {
    display: block;
    position: absolute;
    top: 0;
    right: 23px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #4c66a3;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.posts-link::before,
.posts-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.posts-link::before {
    width: 17px;
    height: 2px;
}

.posts-link::after {
    width: 2px;
    height: 17px;
}

.posts-link:hover::before,
.posts-link:hover::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.posts-title {
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
}

.posts-news-title {
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-grid:hover .posts-title a,
.meta-item a:hover {
    color: #4c66a3;
}

.posts-inner p {
    margin: 0;
}

.card-post .posts-inner .authar-info {
    margin-bottom: 19px;
}

.posts__footer {
    padding: 15px;
    border-top: 1px solid #e4e7ed;
    display: table;
    width: 100%;
    height: 100%;
}

.home-seven .posts__footer,
.home-nine .posts__footer {
    padding: 5px 10px;
    border: 1px solid #e4e7ed;
}

.post-author {
    display: table-cell;
    width: 45%;
    text-align: left;
}

.post-author-avatar {
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 14px 0 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.post-author-info {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.post-author-name {
    font-size: 12px;
    text-transform: uppercase;
    color: #9a9a9a;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 0;
}

.post-meta {
    display: table-cell;
    width: 55%;
    text-align: right;
}

.meta-item {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.2em;
    display: inline-block;
    vertical-align: middle;
    color: #9a9a9a;
}

.meta-item a {
    color: #9a9a9a;
}

.meta-item i {
    margin-right: 5px;
}

.meta-item + .meta-item {
    margin-left: 15px;
}

.post-grid {
    border-bottom: 1px solid #e0e0e0;
}

.post-grid:last-child {
    border-bottom: none;
}

@media (max-width: 767px) {
    .post-author {
        width: 40%;
    }

    .post-meta {
        width: 60%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .posts-inner {
        padding: 18px 15px;
    }

    .card-post .posts-inner {
        padding: 10px 15px;
    }

    .post-author {
        width: 100%;
    }

    .post-meta {
        display: none;
    }
}

/*** 20. Articles
------------------------------------------------------------------------------*/

.news-list-item.articles-list .img-wrapper {
    width: 228px;
    max-width: 228px;
}

.trending-post {
    height: 30px;
    width: 30px;
    top: -15px;
    left: 20px;
    font-size: 13px;
}

.articles-list .post-info-2 {
    padding: 0 0 0 20px;
}

.articles-list .post-info-2 h4 {
    margin-top: 0px;
    line-height: 27px;
    font-size: 18px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (max-width: 767px) {
    .articles-list.news-list-item .img-wrapper {
        width: 120px;
    }

    .articles-list .post-info-2 h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .articles-list .post-info-2 p {
        display: none;
    }
}

@media (min-width: 768px) {
    .articles-list .post-info-2 p {
        margin: 0;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .articles-list .post-info-2 h4 {
        font-size: 17px;
        line-height: 22px;
        font-weight: 400;
    }
}

/*** 21. Pagination
------------------------------------------------------------------------------*/

.pagination {
    margin: 0;
    padding: 6px 15px;
}

.pagination > li {
    float: left;
}

.pagination > li > a,
.pagination > li > span {
    height: 32px;
    width: 32px;
    color: #777777;
    margin: 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #d32f2f;
    border-color: #d32f2f;
    color: #fff;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #fff;
    background-color: #1b1c26;
    border-color: #1b1c26;
}

.pagination > .disabled > span.extend {
    border: none;
}

@media (max-width: 767px) {
    .pagination > .disabled > span.extend {
        display: none;
    }
}

/*** 22. Footer
------------------------------------------------------------------------------*/

.main-footer {
    position: relative;
    padding: 90px 0;
    background-color: #1b1c26;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-footer:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.about-inner img {
    margin-bottom: 15px;
}

.about-inner p,
.twitter-inner ul li {
    color: #fff;
}

.wiget-title {
    color: #fff;
    margin: 0 0 20px 0;
}

.twitter-inner li {
    line-height: 1.8em;
}

.twitter-inner li + li {
    margin-top: 20px;
}

.twitter-inner li a {
    color: #d32f2f;
}

.twitter-inner li span {
    display: block;
    margin-top: 10px;
}

.twitter-inner li span i {
    color: #d32f2f;
    margin-right: 7px;
}

.menu-services li + li {
    margin-top: 6px;
}

.menu-services li::before {
    content: "-";
    margin-right: 6px;
    color: #fff;
}

.menu-services li a {
    color: #fff;
}

.menu-services li a:hover {
    color: #d32f2f;
}

.footer-news-grid .title {
    color: #fff;
}

.footer-news-grid .news-list-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hot-topics li a {
    color: #fff;
}

.hot-topics li a:hover {
    color: #d32f2f;
}

/* Sub footer ------*/

.sub-footer {
    background-color: #222327;
    padding: 15px 0;
    color: #fff;
}

.footer-nav li a {
    color: #fff;
}

/*** 23. Category Page
------------------------------------------------------------------------------*/

.page-title {
    margin: 20px 0;
}

.page-title h1 {
    color: #000;
    font-size: 26px;
    font-weight: 400;
    line-height: 25px;
    padding: 0;
    margin: 6px 0;
}

.breadcrumb {
    background: #fff;
    font-size: 13px;
    border-radius: 0;
    border: 1px solid #e7e7e7;
    padding: 8px 15px;
    list-style: none;
    margin: 0;
    border-radius: 10px;
}

.breadcrumb > li {
    display: inline-block;
}

.header-title .breadcrumb > li > a {
    color: #374767;
    text-decoration: none;
    display: inline-block;
}

.breadcrumb > .active {
    color: #37a000;
    font-weight: 700;
}

@media (max-width: 767px) {
    .page-title h1 {
        margin: 0 0 10px;
    }

    .breadcrumb {
        float: left;
    }
}

/*** 24. Contact Page
------------------------------------------------------------------------------*/

#map {
    width: 100%;
    height: 300px;
}

.contact_form_inner .comment-form .form-control {
    padding: 15px;
    border-width: 1px;
}

.contact_form_inner .comment-form {
    background-color: #fff;
    padding: 0;
    margin: 15px 0;
}

/*** 25. Details Page
------------------------------------------------------------------------------*/

.post_details_inner {
    margin-bottom: 10px;
}

.post_details_block {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.post_details_block h2 {
    color: #111;
    font-weight: 400;
    margin-bottom: 10px;
}

.post_details_block .authar-info {
    margin: 0 0 25px;
}

.post_details_block h1,
.post_details_block h2,
.post_details_block h3,
.post_details_block h4,
.post_details_block h5,
.post_details_block h6,
.post_details_block p {
    margin-top: 0;
    margin-bottom: 25px;
}

.post_details_block p {
    font-size: 16px;
}

figure.social-icon {
    overflow: hidden;
    text-align: center;
    margin: -15px -15px 25px;
    position: relative;
}

.details_block3 figure.social-icon {
    margin: 0 -15px 35px;
}

figure.social-icon img {
    max-width: 100%;
    position: relative;
}

figure.social-icon > div {
    height: 100%;
    right: -70px;
    width: 50px;
    position: absolute;
    top: 0;
    padding: 5px;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

figure.social-icon > div a i {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    width: 40px;
    position: relative;
    right: -60px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #000;
    margin-bottom: 5px;
    height: 40px;
    line-height: 43px;
    text-align: center;
}

figure.social-icon > div a i.fa-facebook-f {
    background-color: #4c66a3;
}

figure.social-icon > div a i.fa-twitter {
    background-color: #2fc2ee;
}

figure.social-icon > div a i.fa-instagram {
    background-color: #e4405f;
}

figure.social-icon > div a i.fa-linkedin-in {
    background-color: #0077b5;
}

figure.social-icon > div a i.fa-pinterest-p {
    background-color: #cb2028;
}

figure.social-icon > div a i:hover {
    opacity: 0.8;
}

figure.social-icon:hover > div {
    right: 0;
}

figure.social-icon:hover > div a i {
    right: 0;
}

figure.social-icon:hover a:first-child i {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.social-icon:hover a:nth-child(2) i {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.social-icon:hover a:nth-child(3) i {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

figure.social-icon:hover a:nth-child(4) i {
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

figure.social-icon:hover a:nth-child(5) i {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.article_comment {
    position: relative;
    padding-left: 55px;
    padding-right: 50px;
    margin: 25px 0;
    background-color: #f9f9f9;
    padding-top: 15px;
    padding-bottom: 15px;
}

.article_comment::before {
    content: "\f10e";
    position: absolute;
    top: 15px;
    left: 15px;
    color: #d32f2f;
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    font-weight: 900;
}

.article_comment p {
    font-size: 15px;
    margin-bottom: 10px;
}

.customers {
    font-size: 14px;
    line-height: 25px;
    color: rgb(34, 34, 34);
    text-transform: uppercase;
}

.customers span {
    font-size: 13px;
    line-height: 25px;
    text-transform: none;
    font-weight: 400;
}

/* Arrow ------*/

.arrow_list {
    list-style: none;
    margin-left: 15px;
    margin-bottom: 26px;
    padding: 0;
}

.arrow_list li {
    font-size: 17px;
    line-height: 26px;
    margin-left: 21px;
}

.arrow_list li::before,
.triangle-list li::before {
    font: normal normal normal 14px/1 "Font Awesome 5 Free";
    content: "\f0a4";
    float: left;
    margin-left: -25px;
    line-height: 26px;
    font-size: 14px;
    color: #000;
    font-weight: 900;
}

.align-left {
    float: left;
    margin: 6px 20px 15px 0;
}

/*details 2*/

.details_block2 figure.social-icon {
    margin: 0 0 35px;
}

.post-header h2 {
    margin-bottom: 10px;
}

.td-category {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.td-category li {
    display: inline-block;
    margin: 0 5px 5px 0;
    line-height: 1;
}

.adaptive {
    margin-bottom: 25px;
    position: relative;
}

.caption-text {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px;
    color: #fff;
    width: 100%;
    bottom: 0;
    left: 0;
}

.post_details_block .dot-list {
    list-style-type: inherit;
    margin-bottom: 25px;
    margin-left: 15px;
}

.post_details_block .dot-list li {
    font-size: 15px;
    line-height: 26px;
}

.post_details_block blockquote {
    margin: 0 0 25px;
    border-left: 0;
}

.post_details_block blockquote p {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    color: #d32f2f;
    word-wrap: break-word;
}

@media (max-width: 767px) {
    .post-header h2 {
        font-size: 21px;
    }
}

/*details 3*/

.triangle-list {
    list-style: none;
    margin-bottom: 25px;
}

.triangle-list li {
    padding-left: 22px;
    font-size: 15px;
    /*color: #808080;*/
}

.triangle-list li + li {
    margin-top: 10px;
}

blockquote {
    border: none;
    padding: 10px;
    margin-bottom: 10px;
}

blockquote.no-sign {
    padding: 0 20px 0 20px;
}

blockquote.no-sign p {
    background: -webkit-linear-gradient(330deg, #d32f2f 0%, #34d9da 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #d32f2f;
    font-size: 24px;
    line-height: 33px;
    font-style: inherit;
    font-weight: 600;
}

/* comment ------*/

.comments-container {
    padding: 15px;
    margin: 0 0 10px;
    background-color: #fff;
    border-radius: 10px;
}

.comments-container h3,
.comment-form h3 {
    margin: 0 0 30px;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}

.comments-list {
    padding: 0;
    position: relative;
}

.reply-list:before,
.reply-list:after {
    display: none;
}

.comments-list li {
    margin-bottom: 30px;
    display: block;
    position: relative;
}

.comments-list li:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    width: 0;
}

.reply-list {
    padding-left: 50px;
    clear: both;
    margin-top: 30px;
}

.layout-rtl .reply-list {
    padding-left: 0;
    padding-right: 50px;
}

.comments-list .comment-avatar {
    width: 70px;
    height: 70px;
    position: relative;
    float: left;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.comments-list .comment-avatar img {
    width: 100%;
    height: 100%;
}

.reply-list .comment-avatar {
    width: 55px;
    height: 55px;
}

.comment-main-level:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    clear: both;
}

.comments-list .comment-box {
    width: 87%;
    float: right;
    position: relative;
    margin-left: 15px;
}

.comments-list .comment-box::before {
    border-width: 10px 13px 11px 0;
    border-color: transparent rgba(0, 0, 0, 0.08);
    left: -12px;
}

.reply-list .comment-box {
    width: 87%;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .comments-list .comment-box {
        width: 80%;
    }

    .reply-list {
        margin-top: 30px;
    }

    .reply-list .comment-box {
        width: 82%;
    }
}

.comment-box .comment-content h5 {
    line-height: 25px;
    color: rgb(34, 34, 34);
    text-transform: uppercase;
    margin-top: 0;
}

.comment-header {
    margin-bottom: 15px;
    letter-spacing: 0.1em;
}

.comment-author {
    color: rgb(34, 34, 34);
    text-transform: uppercase;
    margin-top: 0;
    font-style: normal;
    letter-spacing: 0;
}

.comment-datetime {
    margin-left: 15px;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #ababab;
}

.comment-content p {
    margin: 0 0 18px;
}

.comment-content .btn-news {
    padding: 2px 15px;
    text-transform: capitalize;
}

.article {
    position: relative;
    padding-left: 36px;
    padding-right: 50px;
    padding-top: 0px;
    margin: 50px 0;
}

.article::before {
    content: "\f10e";
    position: absolute;
    top: 2px;
    left: 0px;
    color: rgb(34, 34, 34);
    font-family: FontAwesome;
    font-size: 25px;
}

.article p {
    font-size: 15px;
    line-height: 27px;
}

.customers {
    font-size: 14px;
    line-height: 25px;
    color: rgb(34, 34, 34);
    text-transform: uppercase;
}

.customers span {
    font-size: 13px;
    line-height: 25px;
    text-transform: none;
    font-weight: 400;
}

/*comment form*/

.comment-form {
    background-color: #fff;
    padding: 15px;
    margin: 0 0 10px;
    border-radius: 10px;
}

.comment-form label {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #d32f2f;
}

.comment-form .form-group {
    margin-bottom: 20px;
}

.comment-form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: 50px;
    font-size: 13px;
    border-width: 0 0 1px 0;
    padding: 10px;
    border-color: #e0e0e0;
    border-style: dotted;
}

.comment-form .form-control:focus {
    border-color: #d32f2f;
}

.comment-form textarea.form-control {
    height: auto;
}

/*** 26. Category Style One
------------------------------------------------------------------------------*/

.categoty-style-1 .row-m {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.categoty-style-1 .col-p {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

/*** 27. Home Style Two
------------------------------------------------------------------------------*/

.home-two .post-head {
    border: 1px solid #e0e0e0;
    margin-bottom: 5px;
}

.home-two .post-head::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid #d32f2f;
    border-right: 12px solid transparent;
    position: absolute;
    left: 0px;
    top: 0px;
}

.home-two .post-inner-2 .post-head::before {
    border-top: 12px solid #008900;
}

.home-two .featured-inner,
.home-two .post-body,
.home-two .youtube-wrapper,
.home-two .add-inner,
.home-two .archive-wrapper,
.home-two .tabs-wrapper,
.home-two .panel_inner,
.home-two .weather-wrapper,
.home-two .social-media li a,
.home-two .posts {
    border: 1px solid #e0e0e0;
}

.home-two .post-footer {
    border: 1px solid #e0e0e0;
    margin-top: 5px;
}

.home-two .card-post .posts-inner,
.home-six .card-post .posts-inner {
    padding: 30px 15px;
}

.home-two .posts-inner,
.home-six .posts-inner {
    padding: 12px 15px;
}

/*** 28. About us page
------------------------------------------------------------------------------*/

.inner-head {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    color: white;
    padding: 70px 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}

.inner-head::before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}

.inner-head h1.entry-title {
    margin-bottom: 17px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    font-weight: 700;
}

.inner-head .entry-title {
    color: #fff;
}

.inner-head .description {
    color: #fff;
    max-width: 770px;
    margin: auto;
    font-size: 15px;
}

.inner-head .breadcrumb {
    margin-top: 20px;
    background-color: transparent;
    border: 0;
    float: none;
}

.inner-head .breadcrumb ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.inner-head .breadcrumb li {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
    font-size: 15px;
    color: #cecfd2;
}

.inner-head .breadcrumb li a {
    display: block;
    color: #fecc17;
}

.inner-head .breadcrumb li::after {
    content: "\f105";
    font: normal normal normal 13px/1 "Font Awesome 5 Free";
    display: block;
    position: absolute;
    left: 100%;
    top: 4px;
    color: #cecfd2;
    font-weight: 900;
}

.inner-head .breadcrumb li:last-of-type:after {
    display: none;
}

.team .member,
.about-title {
    margin-bottom: 40px;
}

.team .member figcaption {
    width: 100%;
    border-top: 1px solid #eee;
    padding: 15px 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
}

.team .member figcaption h4 {
    font-weight: 600;
    margin: 0 0 5px;
    font-size: 19px;
}

.team .member figcaption small {
    display: block;
    margin-bottom: 10px;
}

.team .member figcaption ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.team .member figcaption ul li {
    float: left;
    margin: 0;
    margin-right: 0px;
    margin-right: 4px;
    padding: 0;
    list-style: none;
}

.team .member figcaption ul li:last-child {
    margin-right: 0;
}

.team .member figcaption ul li a {
    float: left;
    color: #fff;
    font-size: 13px;
    height: 30px;
    width: 30px;
    background-color: #d32f2f;
    padding: 5px;
}

.team .member figcaption ul li a:hover {
    color: #fff;
    background-color: #1b1c26;
}

.about-content h1 {
    font-weight: 700;
    margin-top: 0;
}

.about-content h2 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}

.about-content h3 {
    font-size: 26px;
    color: rgb(121, 121, 121);
    margin-top: 0;
    font-weight: 300;
}

.about-content p {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 24px;
}

/*** 29. F.A.Q us page
------------------------------------------------------------------------------*/

.faq-inner .title {
    color: #fff;
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
}

.panel:last-child {
    border-bottom: none;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-heading {
    border-radius: 0;
    border: none;
    padding: 0;
}

.panel-title a {
    display: block;
    padding: 25px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
}

.panel-body {
    background: #fff;
    padding: 25px;
}

.panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
}

.panel-body P {
    color: #999;
    line-height: 23px;
    font-size: 16px;
}

.panel:last-child .panel-heading.active {
    border-radius: 0;
    -webkit-transition: border-radius linear 0s;
    -o-transition: border-radius linear 0s;
    transition: border-radius linear 0s;
}

/* #bs-collapse icon scale option */

.panel-heading a::before {
    content: "\e61a";
    position: absolute;
    font-family: "themify";
    right: 25px;
    top: 20px;
    font-size: 21px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.panel-heading.active a:before {
    content: " ";
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

#accordion .panel-heading a:after {
    content: " ";
    font-size: 24px;
    position: absolute;
    font-family: "themify";
    right: 25px;
    top: 20px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#accordion .panel-heading.active a:after {
    content: "\e622";
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*** 30. Utilities
------------------------------------------------------------------------------*/
@media (min-width: 992px) {
    .w-lg-auto {
        width: auto !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }
}

/* Header ====================================================== */

/* Icon 1 */

#nav-icon {
    width: 24px;
    height: 14px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #24252f;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2) {
    top: 6px;
}

#nav-icon span:nth-child(3) {
    top: 12px;
}

#nav-icon.open span:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon.open span:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.weather-text,
.menu-text,
.date-text {
    color: #2f2e41;
}

.header-logo_white {
    display: none;
}

/* Language dropdown ------------- */
.language-dropdown .btn {
    border: 0;
}

.language-dropdown .dropdown-menu {
    inset: auto !important;
    width: auto;
    min-width: 80px;
    border: 1px solid #e7e7e7;
}

.language-dropdown .dropdown-toggle::after {
    margin: 0;
}

.language-dropdown .dropdown-item {
    padding: 6px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

.language-dropdown li:last-child .dropdown-item {
    border-bottom: 0;
}

.language-dropdown .language-text {
    line-height: 18px;
    font-size: 15px;
}

.sl-flag {
    display: inline-block;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    width: 15px;
    height: 15px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
}

.flag-de {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAAAPUlEQVQ4T+3HMQ0AIBTE0NOHM8x9B7hgh71bIWGieUvze1m7kHGBr/AVvsJX+EpmP5dV5/gKX+ErfIUvVDYcX2NMxQC8PAAAAABJRU5ErkJggg==");
    background-size: cover;
    background-position: center center;
}

.flag-usa {
    background-size: cover;
    background-position: center center;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=");
}

/* Trending topics ---------------- */
.bg-dark-overlay:before {
    content: " ";
    background: black;
    opacity: 0.4;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.card-bg-scale {
    z-index: 99;
    background-position: left center;
    background-size: cover;
}

.card-bg-scale::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    -webkit-transition: all 1s !important;
    -o-transition: all 1s !important;
    transition: all 1s !important;
    z-index: -2;
}

.card-bg-scale:hover::after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s !important;
    -o-transition: all 1s !important;
    transition: all 1s !important;
}

.btn-link {
    background: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(currentColor),
            to(currentColor)
    );
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 6%;
    background-repeat: no-repeat;
    background-position: left 100%;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.btn-link:hover {
    background-size: 100% 6%;
}

/* feature section ---------------- */
.feature-section {
    background-color: #f8f9fa;
}

/* Sidebar ----------------------- */
#sidebar {
    width: 350px;
    position: fixed;
    top: 0;
    left: -350px;
    height: 100vh;
    z-index: 999;
    background: #222327;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: auto;
}

#sidebar.active {
    left: 0;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    top: 0;
    left: 0;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #d32f2f;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav.flex-column:not(.nav-pills) .nav-link {
    padding-left: 0;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    color: #fff;
}

.nav.flex-column:not(.nav-pills) .nav-link {
    background-color: transparent;
}

/* Instagrams ---------------- */

.insta_effect::before {
    content: "";
    left: 0;
    position: absolute;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.4s EASE ALL;
    -o-transition: 0.4s EASE ALL;
    transition: 0.4s EASE ALL;
}

.insta_effect:hover:before {
    content: "";
    background: #fff;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.9;
    text-align: center;
    color: #fff;
    font-size: 25px;
    margin-top: 0;
    background-image: url(../images/instagram-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    /* cursor: pointer; */
}

/*** 31. Dark skin
------------------------------------------------------------------------------*/
/*common style*/
:root body.skin-dark,
[data-bs-theme="light"] {
    --bs-body-color: #aaa;
    --bs-body-bg: #141414;
}

.skin-dark.home-seven,
.skin-dark.home-seven .header-mid,
.skin-dark.home-seven nav.navbar.custom-navbar,
.skin-dark.home-nine,
.skin-dark.home-nine .header-mid,
.skin-dark.home-nine nav.navbar.custom-navbar,
.skin-dark.boxed-layout,
.skin-dark.boxed-layout .header-mid,
.skin-dark.boxed-layout nav.navbar.custom-navbar,
.skin-dark.boxed-layout .wrapper {
    background-color: #222327;
}

.skin-dark.home-six {
    background-color: #141414;
}

/*color*/

.skin-dark a,
.skin-dark .title,
.skin-dark .page-title h1,
.skin-dark .filter-nav ul a,
.skin-dark .post-footer .more-btn,
.skin-dark .post-head .title,
.skin-dark .panel_header h4,
.skin-dark .games-result-title,
.skin-dark .table > thead > tr > th,
.skin-dark .weather-week .list-group-item,
.skin-dark .social-media li .rss,
.skin-dark .nav-tabs > li.active > a,
.skin-dark .nav-tabs > li.active > a:focus,
.skin-dark .nav-tabs > li.active > a:hover,
.skin-dark .nav-tabs > li.active > button,
.skin-dark .nav-tabs > li.active > button:focus,
.skin-dark .nav-tabs > li.active > button:hover,
.skin-dark .social-media li .fb,
.skin-dark .social-media li .insta,
.skin-dark .social-media li .you_tube,
.skin-dark .social-media li .twitter,
.skin-dark .social-media li .pint,
.skin-dark .games-result-score,
.skin-dark .games-result-team-name,
.skin-dark .games-result-score-label,
.skin-dark .ui-widget-content,
.skin-dark .ui-datepicker .ui-datepicker-title,
.skin-dark .ui-datepicker .ui-datepicker-title,
.skin-dark .ui.tag,
.skin-dark .ui.tag:hover,
.skin-dark .pagination > li > a:focus,
.skin-dark .pagination > li > a:hover,
.skin-dark .pagination > li > span:focus,
.skin-dark .pagination > li > span:hover,
.skin-dark .pagination > .disabled > a,
.skin-dark .pagination > .disabled > a:focus,
.skin-dark .pagination > .disabled > a:hover,
.skin-dark .pagination > .disabled > span,
.skin-dark .pagination > .disabled > span:focus,
.skin-dark .pagination > .disabled > span:hover,
.skin-dark .poll-content h6,
.skin-dark .header-right-menu > ul > li > a,
.skin-dark .post_details_block h2,
.skin-dark .customers,
.skin-dark .comments-container h3,
.skin-dark .comment-form h3,
.skin-dark h1,
.skin-dark h2,
.skin-dark h3,
.skin-dark h4,
.skin-dark h5,
.skin-dark h6,
.skin-dark a {
    color: #fff;
}

.skin-dark .featured-inner,
.skin-dark .post-body,
    /* .skin-dark .youtube-wrapper, */
.skin-dark .add-inner,
.skin-dark .archive-wrapper,
.skin-dark .post-head,
.skin-dark .post-footer,
.skin-dark .panel_inner,
.skin-dark .posts,
.skin-dark .tabs-wrapper,
.skin-dark .weather-wrapper,
.skin-dark .post_details_block,
.skin-dark .comments-container,
.skin-dark .comment-form,
.skin-dark footer,
.skin-dark .panel,
.skin-dark .panel-body,
.skin-dark .youtube-wrapper,
.skin-dark .team .member figcaption {
    background-color: #222327;
}

.skin-dark.home-two .featured-inner,
.skin-dark.home-two .post-body,
.skin-dark.home-two .post-head,
.skin-dark.home-two .youtube-wrapper,
.skin-dark.home-two .add-inner,
.skin-dark.home-two .archive-wrapper,
.skin-dark.home-two .tabs-wrapper,
.skin-dark.home-two .panel_inner,
.skin-dark.home-two .weather-wrapper,
.skin-dark.home-two .social-media li a,
.skin-dark.home-two .posts,
.skin-dark.home-two .post-footer {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.skin-dark .post-head,
.skin-dark .panel_header,
.skin-dark .post-grid,
.skin-dark .cd-main-header,
.skin-dark .ui-datepicker .ui-datepicker-header,
.skin-dark .table > thead > tr > th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.skin-dark.home-seven .post-head,
.skin-dark.home-seven .panel_header,
.skin-dark.home-nine .post-head,
.skin-dark.home-nine .panel_header {
    padding: 0 0 10px;
    border-bottom: 2px solid #d32f2f;
}

.skin-dark.home-nine .youtube-wrapper {
    background-color: #d32f2f;
}

.skin-dark .post-grid:last-child {
    border-bottom: 0;
}

.skin-dark .post-footer,
.skin-dark .cd-main-header,
.skin-dark .posts__footer,
.skin-dark .table > tbody > tr > td,
.skin-dark .table > tbody > tr > th,
.skin-dark .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.skin-dark .table-bordered,
.skin-dark .table-bordered > tbody > tr > td,
.skin-dark .table-bordered > tbody > tr > th,
.skin-dark .table-bordered > tfoot > tr > td,
.skin-dark .table-bordered > tfoot > tr > th,
.skin-dark .table-bordered > thead > tr > td,
.skin-dark .table-bordered > thead > tr > th {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.skin-dark.home-seven .post-footer,
.skin-dark.home-seven .posts__footer,
.skin-dark.home-nine .post-footer,
.skin-dark.home-nine .posts__footer {
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.skin-dark .post-footer .social,
.skin-dark .most-viewed .content li .text {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.skin-dark.home-six .featured-inner,
.skin-dark.home-six .post-inner,
.skin-dark.home-six .add-inner,
.skin-dark.home-six .weather-wrapper,
.skin-dark.home-six .tabs-wrapper,
.skin-dark.home-six .posts,
.skin-dark.home-six .panel_inner,
.skin-dark.home-six .archive-wrapper,
.skin-dark.home-six .weather-wrapper-2 {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

:root .skin-dark,
[data-bs-theme="light"] {
    --bs-border-color: rgba(255, 255, 255, 0.1);
}

.card-post .post-grid {
    border: 0;
}

/*top ber*/

.skin-dark .header-top {
    background: #d32f2f;
}

.skin-dark .header-social > ul > li > a {
    opacity: 1;
}

.skin-dark .article_comment,
.skin-dark .header-mid {
    background-color: #141414;
}

/* header */
.skin-dark .header-logo_dark {
    display: none;
}

.skin-dark .header-logo_white {
    display: block;
}

.skin-dark #nav-icon span {
    background: #fff;
}

.skin-dark .weather-text,
.skin-dark .menu-text,
.skin-dark .date-text {
    color: #fff;
}

/*navber*/

.skin-dark nav.navbar.custom-navbar {
    border-top: 0;
    background-color: #141414;
    border-color: rgba(255, 255, 255, 0.1);
}

.skin-dark.home-nine nav.navbar.custom-navbar {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.skin-dark .attr-nav > ul > li > a {
    color: #fff;
}

.skin-dark .navbar-nav .nav-link:hover,
.skin-dark .navbar-nav .nav-link.active,
.skin-dark .navbar-nav .nav-link.show {
    color: #d32f2f;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #d32f2f;
}

.skin-dark .navbar-toggler,
.skin-dark .btn-search,
.skin-dark .btn-search_two {
    color: #fff;
}

.skin-dark .navbar {
    --bs-navbar-toggler-icon-bg: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path stroke="%23fff" stroke-linecap="round" stroke-miterlimit="10" stroke-width="3" d="M4 7h22M4 15h22M4 23h22"/></svg>');
}

.skin-dark .dropdown-menu {
    --bs-dropdown-link-hover-color: var(--bs-primary);
    --bs-dropdown-link-hover-bg: var(--bs-primary);
}

@media (max-width: 991px) {
    .skin-dark .navbar-collapse {
        background-color: #222327;
    }

    .skin-dark nav.navbar.custom-navbar ul.nav > li > a {
        color: #111;
    }

    .skin-dark nav.navbar.custom-navbar .navbar-toggle {
        color: #fff;
        background-color: transparent;
    }

    .skin-dark .navbar-collapse .collapse-close span {
        background: #fff;
    }

    .skin-dark .custom-navbar .dropdown-item.bg-light {
        background-color: transparent !important;
    }

    .skin-dark .navbar-nav.sm-collapsible .sub-arrow {
        border-color: #484848;
    }
}

@media (min-width: 993px) {
    .skin-dark .navbar-expand-lg .navbar-nav .nav-item {
        border: 0;
    }

    .skin-dark.home-nine .navbar-expand-lg .navbar-nav .nav-item {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }

    .skin-dark.home-nine .navbar-expand-lg .navbar-nav .nav-item:last-child {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .skin-dark nav.navbar.custom-navbar ul.nav > li > a {
        color: #fff;
    }

    .skin-dark nav.navbar.custom-navbar li.dropdown ul.dropdown-menu {
        background-color: #222327;
    }

    .skin-dark .video-nav-item h4,
    .skin-dark nav.navbar.custom-navbar li.dropdown ul.dropdown-menu > li > a,
    .skin-dark
    nav.navbar.custom-navbar
    ul.dropdown-menu.megamenu-content
    .content
    ul.menu-col
    li
    a {
        color: #fff;
    }

    .skin-dark .custom-navbar .dropdown-menu {
        --bs-dropdown-link-active-bg: #333235;
    }

    .skin-dark .custom-navbar .dropdown-item {
        border-bottom: solid 1px #383838;
    }

    .skin-dark
    nav.navbar.custom-navbar
    ul.dropdown-menu.megamenu-content
    .col-menu {
        border-left: solid 1px #383838;
        border-right: solid 1px #383838;
    }
}

/* Fullscreen search */
.skin-dark .fullscreen-search-overlay {
    background-color: rgba(0, 0, 0, 0.95);
}

.skin-dark .fullscreen-search-overlay .fullscreen-close:link,
.skin-dark .fullscreen-search-overlay .fullscreen-close:visited {
    color: #fff;
}

/* Table */
.skin-dark .table {
    --bs-table-color: #fff;
    --bs-table-border-color: rgba(255, 255, 255, 0.1);
    --bs-table-bg: transparent;
}

/*breadcrumb*/
.skin-dark .breadcrumb {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.skin-dark .inner-head .breadcrumb {
    border: 0;
}

/*newstricker*/

.skin-dark .trending {
    background-color: #d32f2f;
}

.skin-dark .trending:after {
    border-left: 8px solid #d32f2f;
}

/* Feature section */
.skin-dark .feature-section {
    background-color: #1e1e1e;
    background-image: url(../images/bg-shape-dark.png) !important;
}

/*post*/

.skin-dark .filter-nav ul a:hover,
.skin-dark .filter-nav ul a.active {
    color: #d32f2f;
}

.skin-dark .news-list-item {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.skin-dark .post-footer .more-btn:hover {
    color: #d32f2f;
}

.skin-dark .bord-right {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.skin-dark .post-footer .social ul li a {
    color: rgba(215, 215, 215, 0.4);
}

.skin-dark .authar-info li .editor-name {
    color: #fff;
}

/*Weather*/

.skin-dark .weather-week .list-group-item {
    background-color: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.skin-dark .weather-week .list-group a:first-child,
.skin-dark .weather-week .list-group a:last-child {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.skin-dark .weather-temp-wrap {
    color: #fff !important;
}

.skin-dark .weather-week .list-group > a.active,
.skin-dark .weather-week .list-group > a.active .glyphicon,
.skin-dark .weather-week .list-group > a.active .fa {
    background-color: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 0;
}

/*tab*/

.skin-dark .tabs-wrapper .nav-tabs > li > a,
.skin-dark .tabs-wrapper .nav-tabs > li > button {
    color: #fff;
}

.skin-dark .tabs-wrapper .nav-tabs > li > a:hover,
.skin-dark .tabs-wrapper .nav-tabs > li > button:hover {
    background-color: #00a800;
}

.skin-dark .tabs-wrapper .nav-tabs > li.active > a,
.skin-dark .tabs-wrapper .nav-tabs > li.active > a:focus,
.skin-dark .tabs-wrapper .nav-tabs > li.active > a:hover,
.skin-dark .tabs-wrapper .nav-tabs > li > button.active,
.skin-dark .tabs-wrapper .nav-tabs > li > button.active:focus,
.skin-dark .tabs-wrapper .nav-tabs > li > button.active:hover {
    background-color: #008900;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.skin-dark .most-viewed .content li,
.skin-dark .p-post {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.skin-dark .most-viewed .content li:last-child,
.skin-dark .p-post:last-child {
    border: 0;
}

.skin-dark .most-viewed .content li .text a:hover {
    color: #008900;
}

.skin-dark .reatting-2 i {
    color: #008900;
}

/*social icon*/

.skin-dark .social-counter-total {
    color: #fff;
}

.skin-dark .social-media li .rss {
    background-color: #ff680d;
}

.skin-dark .social-media li .fb {
    background-color: #4c66a3;
}

.skin-dark .social-media li .insta {
    background-color: #e4405f;
}

.skin-dark .social-media li .you_tube {
    background-color: #e42c27;
}

.skin-dark .social-media li .twitter {
    background-color: #2fc2ee;
}

.skin-dark .social-media li .pint {
    background-color: #cb2028;
}

/*Last Game Results*/

.skin-dark .table > thead > tr > th {
    background-color: transparent;
}

/*archive*/

.skin-dark .ui-widget.ui-widget-content {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.skin-dark .ui-state-default,
.ui-widget-content .ui-state-default {
    background: transparent;
    color: #aaa;
}

/*tags*/
.skin-dark .ui.tag {
    background-color: #4c66a3;
}

.skin-dark .ui.tag:hover {
    background-color: #d32f2f;
}

/*pagination*/
.skin-dark .pagination > li > a,
.skin-dark .pagination > li > span {
    background-color: transparent;
}

.skin-dark .pagination > li > a:focus,
.skin-dark .pagination > li > a:hover,
.skin-dark .pagination > li > span:focus,
.skin-dark .pagination > li > span:hover {
    background-color: #d32f2f;
    border-color: #d32f2f;
}

.skin-dark .pagination > .active > a,
.skin-dark .pagination > .active > a:focus,
.skin-dark .pagination > .active > a:hover,
.skin-dark .pagination > .active > span,
.skin-dark .pagination > .active > span:focus,
.skin-dark .pagination > .active > span:hover {
    background-color: #d32f2f;
    border-color: #d32f2f;
}

.skin-dark .pagination > .disabled > a,
.skin-dark .pagination > .disabled > a:focus,
.skin-dark .pagination > .disabled > a:hover,
.skin-dark .pagination > .disabled > span,
.skin-dark .pagination > .disabled > span:focus,
.skin-dark .pagination > .disabled > span:hover {
    cursor: not-allowed;
    background-color: transparent;
    border-color: transparent;
}

/*Hot Categories*/
.skin-dark ul.category-list li a span {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/*form*/
.skin-dark .comment-form .form-control {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: transparent;
}

.skin-dark .comment-form .form-control:focus {
    border-color: #d32f2f;
}

/*Games result post*/
.skin-dark.home-seven .games-news,
.skin-dark.home-nine .games-news {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/*footer*/

.skin-dark .form-control {
    background-color: #fff;
}

.skin-dark .comment-author {
    color: #fff;
}

.skin-dark .arrow_list li::before,
.skin-dark .triangle-list li::before {
    color: #d32f2f;
}

/*** 32. Layout RTL
------------------------------------------------------------------------------*/
/*Top bar*/
.layout-rtl .header-social,
.layout-rtl .top-left-menu {
    text-align: right;
    float: right;
}

.layout-rtl .header-right-menu {
    text-align: left;
}

/*Navbar*/
.layout-rtl .attr-nav {
    float: left;
    margin-left: -15px;
    margin-right: 15px;
}

.layout-rtl nav.navbar.custom-navbar ul.nav .dropdown-menu .dropdown-menu {
    left: auto;
    right: 100%;
}

.layout-rtl
nav.navbar.custom-navbar
ul.dropdown-menu.megamenu-content
.content
ul.menu-col
li
a {
    text-align: right;
}

.layout-rtl .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
    margin-left: 0;
    margin-right: 0.255em;
}

@media (max-width: 992px) {
    .layout-rtl nav.navbar.custom-navbar li.dropdown a.dropdown-toggle:before {
        content: "\f104";
        float: left;
        margin: 0 10px 0 0;
    }

    .layout-rtl nav.navbar.custom-navbar ul.nav li.dropdown ul.dropdown-menu {
        padding: 0 15px 0 0 !important;
    }

    .layout-rtl
    nav.navbar.custom-navbar
    .dropdown
    .megamenu-content
    .col-menu
    .title:before {
        content: "\f104";
        float: left;
        font-size: 16px;
        margin: 0 10px 0 0;
        left: -15px;
        right: auto;
    }

    .layout-rtl
    nav.navbar.custom-navbar
    .dropdown
    .megamenu-content
    .col-menu
    .content {
        padding: 0 15px 0 0;
    }

    .layout-rtl
    nav.navbar.custom-navbar
    ul.nav
    ul.dropdown-menu
    ul.dropdown-menu {
        left: auto;
        right: 0;
    }

    .layout-rtl .navbar-nav.sm-collapsible .has-submenu {
        padding-right: 0;
        padding-left: 3em;
    }

    .layout-rtl .navbar-nav.sm-collapsible .sub-arrow {
        left: 0;
        right: auto;
    }
}

@media (min-width: 992px) {
    .layout-rtl .navbar-expand-lg .navbar-nav .dropdown-menu {
        /* left: auto !important; */
        right: 0px !important;
        width: 200px !important;
    }

    .layout-rtl .navbar-expand-lg .navbar-nav .dropdown-menu li .dropdown-menu {
        left: -100% !important;
        right: auto !important;
        margin-left: 0 !important;
    }

    .layout-rtl .navbar-expand-lg .navbar-nav .nav-item:first-child {
        border-right: 1px solid #e7e7e7;
    }

    .layout-rtl.home-seven .navbar-expand-lg .navbar-nav .nav-item:first-child {
        border-right: 0;
    }

    .layout-rtl.skin-dark .navbar-expand-lg .navbar-nav .nav-item:first-child {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .layout-rtl .navbar-expand-lg .navbar-nav .nav-item:last-child {
        border-right: 0 !important;
    }

    .layout-rtl.home-seven nav.navbar.custom-navbar ul.nav > li:first-child,
    .layout-rtl.home-nine nav.navbar.custom-navbar ul.nav > li:first-child {
        border-right: 0;
    }

    .layout-rtl nav.navbar.custom-navbar ul.nav > li:last-child {
        border-right: 0;
    }

    .layout-rtl.home-seven nav.navbar.custom-navbar ul.nav > li > a,
    .layout-rtl.home-nine nav.navbar.custom-navbar ul.nav > li > a {
        padding: 15px 0 15px 20px;
    }

    .layout-rtl
    nav.navbar.custom-navbar
    ul.nav
    > li.dropdown
    > a.dropdown-toggle::after {
        margin-left: 0;
        float: left;
        margin-right: 10px;
    }

    .layout-rtl
    nav.navbar.custom-navbar
    li.dropdown
    ul.dropdown-menu
    li.dropdown
    > a.dropdown-toggle:before {
        float: left;
        content: "\f104";
    }

    .layout-rtl
    nav.navbar.custom-navbar
    li.dropdown
    ul.dropdown-menu.megamenu-content {
        width: 100% !important;
    }
}

/*Fullscreen search*/
.layout-rtl
.fullscreen-search-overlay
#fullscreen-search-wrapper
#fullscreen-searchform
.fullscreen-search-icon {
    right: auto;
    left: 20px;
}

/*Sidebar*/
.layout-rtl #sidebar {
    left: auto;
    right: -350px;
}

.layout-rtl #sidebar.active {
    left: auto;
    right: 0;
}

.layout-rtl #dismiss {
    right: auto;
    left: 10px;
}

/* Sideber scrol ------*/

@media (min-width: 768px) {
    .layout-rtl.home-seven .rightSidebar {
        padding-left: 5px;
        padding-right: 35px;
    }

    .layout-rtl.home-seven .leftSidebar {
        padding-right: 5px;
        padding-left: 35px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .layout-rtl.home-seven .rightSidebar,
    .layout-rtl.home-nine .rightSidebar {
        padding-left: 5px;
        padding-right: 20px;
    }

    .layout-rtl.home-seven .leftSidebar {
        padding-right: 5px;
        padding-left: 20px;
    }
}

/*News masonry*/

.layout-rtl .post-height-2 {
    margin-left: 0;
    margin-right: 2px;
}

/*newstricker*/

.layout-rtl .newstricker_inner {
    padding: 0 125px 0 0;
}

.layout-rtl .trending {
    right: 0;
    left: auto;
    padding: 0px 11px 0 12px;
}

.layout-rtl .trending::after {
    border-left: 0;
    border-right: 8px solid #1b1c26;
    right: auto;
    left: -8px;
}

.layout-rtl .news-ticker a {
    font-size: 15px;
}

@media (max-width: 767px) {
    .layout-rtl .news-ticker {
        padding-left: 0;
    }

    .layout-rtl .news-ticker a {
        font-size: 14px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }
}

/*Post*/
.layout-rtl .filter-nav {
    float: left;
    margin: 3px 0 0 63px;
}

.layout-rtl .post-info-2 {
    padding: 0 15px 0 0;
    text-align: right;
}

.layout-rtl .post-height-3 {
    margin-left: 0;
    margin-right: 2px;
}

.layout-rtl .post-height-4 {
    margin-right: 0;
    margin-left: 2px;
}

@media (max-width: 767px) {
    .layout-rtl .post-height-2,
    .layout-rtl .post-height-3,
    .layout-rtl .post-height-4 {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .layout-rtl .bord-right {
        border-left: 1px solid #e0e0e0;
        border-right: 0;
    }
}

/*Post style*/

.layout-rtl .articles-list .post-info-2 {
    padding: 0 20px 0 0;
}

.layout-rtl .post-footer .social {
    border-left: 0;
    border-right: 1px solid #e0e0e0;
}

.layout-rtl .share {
    text-align: left;
    left: 0;
    right: auto;
}

.layout-rtl .share .ico {
    left: -35px;
    right: auto;
}

.layout-rtl .share:hover .fb {
    right: auto;
    left: 25px;
}

.layout-rtl .share:hover .tw {
    right: auto;
    left: 50px;
}

.layout-rtl .share:hover .gp {
    right: auto;
    left: 80px;
}

.layout-rtl .share:hover .pin {
    right: auto;
    left: 120px;
}

.layout-rtl .post-author-avatar {
    margin: 0 0 0 15px;
}

.layout-rtl .post-meta {
    text-align: left;
}

/*pagination*/

.layout-rtl .pagination {
    float: right;
}

/*Tab*/

.layout-rtl .most-viewed .content li .count,
.layout-rtl .most-viewed .content li .text {
    float: right;
}

.layout-rtl .most-viewed .content li .count {
    padding-right: 0;
    padding-left: 20px;
}

.layout-rtl .most-viewed .content li .text {
    border-left: 0;
    padding-right: 20px;
    padding-left: 0;
    border-right: 1px solid #aaa;
}

.layout-rtl .article_comment::before {
    left: auto;
    right: 15px;
}

.layout-rtl .comments-list .comment-avatar {
    float: right;
}

.layout-rtl .comments-list .comment-box {
    float: left;
    margin-left: 0;
    margin-right: 15px;
}

/*Weather*/

.layout-rtl .weather-week .list-group-item {
    border-width: 1px 0px 0px 1px;
}

.layout-rtl .weather-icon i {
    padding: 0 0 0 15px;
}

.layout-rtl .weather-now {
    text-align: left;
}

.layout-rtl .weather-icon-2 {
    text-align: right;
}

/* Poll */

.layout-rtl .poll-content ul li label {
    padding-left: 0;
    padding-right: 13px;
}

/*Category*/

.layout-rtl ul.category-list li a span {
    float: left;
}

/*Youtube Video*/
.video-section {
    background-color: #222327;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.layout-rtl .RYPP {
    padding-right: 0;
    padding-left: 350px;
}

.layout-rtl .RYPP .RYPP-video {
    float: right;
}

.layout-rtl .RYPP .RYPP-playlist {
    left: 0;
    right: auto;
}

.layout-rtl .RYPP .RYPP-playlist ol li {
    padding: 9px 8px 8px 0;
}

.layout-rtl .RYPP .RYPP-playlist ol li > p {
    padding: 0 0 0 16px;
    float: left;
    text-align: right;
}

@media only screen and (max-width: 639px) {
    .layout-rtl .RYPP {
        padding-left: 0;
    }
}

/*Footer*/

@media (min-width: 768px) {
    .layout-rtl .footer-nav {
        text-align: left;
    }

    .RYPP.r16-9 .RYPP-video {
        padding-top: 56%;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    .RYPP {
        padding-right: 250px;
    }

    .RYPP .RYPP-playlist {
        width: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .RYPP {
        padding-right: 290px;
    }

    .RYPP .RYPP-playlist {
        width: 290px;
    }
}

/*Page title*/

.layout-rtl .breadcrumb {
    float: left;
}

.layout-rtl .inner-head .breadcrumb li {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}

.layout-rtl .inner-head .breadcrumb li::after {
    content: "\f104";
    right: 100%;
    left: auto;
}

/*Details page*/
.layout-rtl .arrow_list {
    margin: 0 15px 26px 0;
}

.layout-rtl .arrow_list li {
    margin: 0 21px 0 0;
}

.layout-rtl .arrow_list li::before {
    content: "\f0a5";
    float: right;
    margin: 0 -25px 0 0;
}

/*Table*/
.layout-rtl .table > thead > tr > th:first-child,
.layout-rtl .table > tbody > tr > td:first-child,
.layout-rtl .table > tbody > tr > th:first-child {
    text-align: right;
}

/*F.A.Q*/
.layout-rtl .panel-heading a::before {
    right: auto;
    left: 25px;
}

/* Hava Durumu Şehir Dropdown */
.city-dropdown {
    position: relative;
    display: inline-block;
}

.city {
    cursor: pointer;
    user-select: none;
    transition: color 0.3s ease;
}

.city:hover {
    color: #d32f2f;
}

.city i {
    font-size: 12px;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.city-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    min-width: 150px;
    max-height: 300px;
    overflow-y: auto;
}

.city-dropdown-menu.show {
    display: block;
}

.city-option {
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
}

.city-option:last-child {
    border-bottom: none;
}

.city-option:hover {
    background-color: #f8f9fa;
    color: #d32f2f;
}

.city-option:active {
    background-color: #e9ecef;
}

.extra-info {
    font-size: 0.9rem;
}

.rating .score {
    background: #4caf50;
    color: #fff;
    padding: 2px 6px;
    border-radius: 5px;
    font-weight: 600;
    margin-right: 5px;
}

.rating .votes {
    color: #000;
}

.price {
    font-weight: 800;
    color: #000;
    font-size: 1.1rem;
}

.meta i,
.capacity-row i {
    margin-right: 4px;
}

.capacity-row {
    font-size: 0.88rem;
    color: #fff;
}

.home-weeding-card .card-post {
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(18, 38, 63, 0.08);
    background: #fff;
}

.home-weeding-card.posts-title {
    margin: 0 0 8px 0;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.25;
}

.home-weeding-card .posts-title a {
    color: #222;
    text-decoration: none;
}

.home-weeding-card .posts-title .verified {
    color: #1e90ff;
    margin-left: 6px;
    font-size: 1rem;
    vertical-align: middle;
}

.home-weeding-card .price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.home-weeding-card .rating-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.home-weeding-card .rating-chip .score {
    background: #4caf50;
    color: #fff;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 0.9rem;
}

.home-weeding-card .rating-chip .votes {
    color: #6c757d;
    font-size: 0.9rem;
}

.home-weeding-card .price {
    color: #6c757d;
    font-weight: 800;
    font-size: 1.1rem;
}

/* Konum & Telefon satırı */
.home-weeding-card .meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #495057;
    font-size: 0.95rem;
    margin-bottom: 10px;
}

.home-weeding-card .meta-row .bi {
    margin-right: 6px;
}

/* Alt kategori & kapasite satırı (gri şerit) */
.home-weeding-card .footer-strip {
    border-top: 1px solid #eef1f4;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #fff;
    font-size: 0.95rem;
}

.home-weeding-card .footer-strip a {
    text-decoration: none;
    color: #d32f2f;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.home-weeding-card .footer-strip .capacity {
    color: #d32f2f;
    font-weight: 700;
}

.home-weeding-card .footer-strip .label {
    color: #6c757d;
    font-weight: 500;
    margin-right: 6px;
}

.home-weeding-card .listing-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffbc0030;
    color: #ffbc00;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
    font-size: 0.875rem;
    z-index: 10;
}

.home-weeding-card .media-toolbar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 12px;
    color: #fff;
    font-weight: 600;
    z-index: 10;
}

.home-weeding-card .media-toolbar .tool {
    display: flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(2px);
}

.home-weeding-card .media-toolbar .tool .btn-like {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    text-decoration: none;
}

.home-weeding-card .post-grid-item figure.posts-thumb {
    position: relative;
    height: 220px;
    margin: 0;
    overflow: hidden;
}

.home-weeding-card .post-grid-item figure.posts-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Sidebar Kategori Widget */
.sidebar-widget {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eef2f7;
    box-shadow: 0 8px 24px rgba(18, 38, 63, 0.06);
    padding: 14px;
}

.sidebar-widget .widget-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 6px 12px 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid #edf1f5;
}

.sidebar-widget .widget-head .head-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(
            120% 120% at 30% 30%,
            #e8f1ff 0%,
            #f1f6ff 50%,
            #ffffff 100%
    );
    border: 1px solid #dce7ff;
}

.sidebar-widget .widget-head h5 {
    margin: 0;
    font-weight: 800;
    font-size: 1.05rem;
    color: #1d2939;
}

/* Kategori ızgarası: 2 sütun, 10 satır */
.category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 10px;
    padding-top: 10px;
}

.places-widget .category-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

/* Tek kategori kapsülü */
.cat-pill {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 16px;
    padding: 10px 12px;
    transition: all 0.18s ease;
}

.cat-pill:hover {
    transform: translateY(-2px);
    border-color: #ffe4e4;
    box-shadow: 0 10px 18px #fbefef54;
    background: linear-gradient(180deg, #fbefefa6 0%, #ffffff00 100%);
}

.cat-pill .ico {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff6f6;
    border: 1px solid #e6eef7;
    flex: 0 0 34px;
}

.cat-pill .ico i {
    font-size: 16px;
    color: #d32f2f;
}

.cat-pill .ttl {
    color: #101828;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: lowercase; /* görseldeki gibi küçük harf */
    line-height: 1;
}

/* Küçük ekranlarda tek sütun */
@media (max-width: 575.98px) {
    .category-grid {
        grid-template-columns: 1fr;
    }
}

.events-cats {
    overflow-y: auto;
}

.events-cats::-webkit-scrollbar {
    height: 8px;
    margin-top: 10px;
}

/* Track */
.events-cats::-webkit-scrollbar-track {
    background: #dfdfdfe6;
    border-radius: 10px;
}

/* Handle */
.events-cats::-webkit-scrollbar-thumb {
    background: #d32f2f;
    border-radius: 10px;
}

/* Handle on hover */
.events-cats::-webkit-scrollbar-thumb:hover {
    background: #d32f2f;
}

.events-cats .cat-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    padding: 8px 12px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 0.9rem;
    background: #fff;
    border: 1px solid #e6edf5;
    color: #d32f2f;
    text-decoration: none;
    transition: 0.18s;
}

.events-cats .cat-pill:hover {
    border-color: #d32f2f19;
    box-shadow: 0 8px 18px rgba(80, 120, 200, 0.12);
}

.events-cats .cat-pill.active {
    background: #ffe5e5;
    border-color: #f9b6b6;
    color: #d32f2f;
}

.events-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 991.98px) {
    .events-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .events-grid {
        grid-template-columns: 1fr;
    }
}

.event-card {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    /*box-shadow: 0 10px 24px rgba(18, 38, 63, 0.08);*/
    display: flex;
    flex-direction: column;
}

.event-media {
    position: relative;
    display: block;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.event-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.event-media::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    z-index: 1;
    pointer-events: none;
}

.badge-cat {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #d32f2f;
    font-weight: 700;
    font-size: 0.85rem;
    backdrop-filter: blur(2px);
}

.event-body {
    padding: 12px 14px 6px;
}

.event-title {
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0 0 6px;
    line-height: 1.25;
}

.event-title a {
    color: #1f2937;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-title a:hover {
    text-decoration: underline;
}

.event-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #5b6471;
    font-size: 0.92rem;
}

.event-info i {
    margin-right: 6px;
}

.event-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px 14px;
    border-top: 1px solid #eef1f4;
}

.event-footer .price {
    font-weight: 800;
    color: #5b6471;
    font-size: 1.05rem;
}

.btn-buy {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    gap: 8px;
    border-radius: 20px;
    background: #ffe5e5;
    color: #d32f2f;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.92rem;
    transition: 0.18s;
    border: 1px solid #f9b6b6;
}

.btn-buy:hover {
    transform: translateY(-1px);
}

.event-card:hover .event-media img {
    transform: scale(1.03);
    transition: transform 0.45s ease;
}

.promo-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.promo-card {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(18, 38, 63, 0.08);
}

.promo-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}

.promo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
}

.promo-caption {
    position: absolute;
    left: 12px;
    bottom: 10px;
    z-index: 2;
    color: #fff;
    font-weight: 800;
}

.calendar-list {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 8px 22px rgba(18, 38, 63, 0.06);
}

.cal-title {
    font-weight: 800;
    font-size: 1rem;
    margin: 2px 0 10px;
}

.cal-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 12px;
    text-decoration: none;
    border: 1px solid #eef1f5;
    transition: 0.18s;
    margin-bottom: 10px;
    background: #fff;
}

.cal-item:hover {
    border-color: #d9e6ff;
    box-shadow: 0 10px 18px rgba(80, 120, 200, 0.12);
    transform: translateY(-1px);
}

.date-badge {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #f3f6ff;
    border: 1px solid #e1e8ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.date-badge em {
    font-style: normal;
    font-weight: 900;
    font-size: 1.1rem;
    color: #d32f2f;
}

.date-badge small {
    font-weight: 800;
    color: #446;
    text-transform: uppercase;
}

.cal-item .meta h6 {
    margin: 0 0 2px;
    color: #1f2937;
    font-weight: 800;
    font-size: 0.95rem;
}

.cal-item .meta p {
    margin: 0;
    color: #637082;
    font-size: 0.86rem;
}

.cal-item .meta i {
    margin-right: 6px;
}

/* Küçük ekran düzeltmeleri */
@media (max-width: 991.98px) {
    .promo-card img {
        height: 200px;
    }
}

@media (max-width: 575.98px) {
    .promo-card img {
        height: 180px;
    }
}

.now-playing {
    padding: 12px;
    border-radius: 16px;
    background: radial-gradient(
            120% 120% at 20% 0%,
            #3a3a42 0%,
            #24242a 45%,
            #1b1b20 100%
    );
    color: #fff;
}

.now-playing .np-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 4px 6px 14px;
}

.now-playing h3 {
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: 0.2px;
}

.now-playing h3 span {
    opacity: 0.85;
}

.np-more {
    color: #dfe6ff;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.9rem;
}

.np-more i {
    margin-left: 6px;
}

/* ray + track */
.np-rail {
    position: relative;
    padding: 0px 40px;
}

.np-track {
    display: flex;
    gap: 28px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 2px 4px 10px;
}

.np-track::-webkit-scrollbar {
    display: none;
}

/* item */
.np-item {
    flex: 0 0 auto;
    width: 210px;
}

.np-item img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
    /*box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);*/
}

.np-item h4 {
    text-align: center;
    margin: 8px 2px 0;
    font-size: 0.95rem;
    font-weight: 800;
    color: #e9ecf5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* oklar */
.np-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #fff;
    color: #111;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    z-index: 3;
}

.np-prev {
    left: 6px;
}

.np-next {
    right: 6px;
}

/* üstte parlama */
.np-vignette {
    pointer-events: none;
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background: radial-gradient(
            60% 80% at 50% 0%,
            rgba(255, 255, 255, 0.06),
            transparent 60%
    );
    mix-blend-mode: screen;
    opacity: 0.45;
}

/* ===== ALT BLOK: VİZYONA GELECEKLER ===== */
.upcoming {
    background: #fff;
    padding: 14px 12px 16px;
    border-radius: 16px;
    margin-top: 10px;
}

.up-head h3 {
    margin: 0 4px 12px;
    font-weight: 800;
    font-size: 1.05rem;
    color: #1b1e27;
}

.up-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.up-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-decoration: none;
    background: #f8f9fb;
    border: 1px solid #eef1f4;
    border-radius: 14px;
    padding: 8px;
    transition: 0.18s ease;
}

.up-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(18, 38, 63, 0.08);
}

.up-card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 6px;
}

.up-rating i {
    color: #ffc00e;
    font-size: 12px;
}

.up-title {
    font-weight: 800;
    color: #222;
    font-size: 0.92rem;
    line-height: 1.2;
}

.up-date {
    color: #6c7382;
    font-size: 0.82rem;
}

/* responsive */
@media (max-width: 991.98px) {
    .np-item {
        width: 180px;
    }

    .np-item img {
        height: 270px;
    }

    .up-grid {
        display: grid;
        gap: 12px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .up-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.slider-post-img {
    margin: 0 auto;
    opacity: 0.9;
    position: absolute;
    left: -10030px;
    right: -9999px;
    width: auto;
    height: 460px;
    border-radius: 10px;
}

.now-playing .swiper-button-prev::after,
.now-playing .swiper-button-next::after {
    font-size: 16px; /* ikon boyutu */
    color: #fff;
}

/* Disabled durumunu belirgin yap */
.now-playing .swiper-button-disabled {
    opacity: 0.35 !important;
    pointer-events: none;
}

/* Swiper container taşmaları yönetimi */
.now-playing .swiper {
    overflow: hidden;
}

/* Kart genişliği (responsive) */
.now-playing .swiper-slide {
    width: clamp(150px, 20vw, 210px);
}

/*Custom CSS/*







/* === Now Playing: Hover Overlay & Trailer Button === */
.np-item {
    position: relative;
    overflow: hidden;
}

.np-item .np-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 10px;
    background: radial-gradient(
            60% 80% at 50% 40%,
            rgba(0, 0, 0, 0.28),
            rgba(0, 0, 0, 0.55)
    );
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    opacity: 0;
    transform: translateY(8px) scale(1.01);
    transition: opacity 0.28s ease, transform 0.28s ease;
    border-radius: 6px; /* img radius ile uyum */
}

.np-item:hover .np-overlay {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* İnce parıltı katmanı */
.np-item .np-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
            50% 40% at 50% 0%,
            rgba(255, 255, 255, 0.08),
            transparent 60%
    );
    mix-blend-mode: screen;
    pointer-events: none;
}

/* Modern fragman butonu */
.np-item .np-trailer-btn {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.2px;
    transform: translateY(6px);
    transition: transform 0.25s ease, background 0.25s ease,
    border-color 0.25s ease;
}

.np-item:hover .np-trailer-btn {
    transform: translateY(0);
}

.np-item .np-trailer-btn:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.4);
}

.np-item .np-trailer-btn i {
    font-size: 14px;
    line-height: 0;
}

@media (hover: none) and (pointer: coarse) {
    /* Dokunmatiklerde overlay her zaman görünür olsun (isteğe bağlı) */
    .np-item .np-overlay {
        opacity: 1;
        transform: none;
    }
}

#swiper-wrapper-8fe4657257ba8961 .post-text h2 {
    margin-bottom: 25px;
}

/* ===== SEARCH MODAL STYLES ===== */
/* Prevent body scroll when modal is open */
body.modal-open {
    overflow: hidden;
}

.search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.search-modal.active {
    opacity: 1;
    visibility: visible;
}

.search-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.search-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 90%;
    max-width: 600px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.search-modal.active .search-modal-content {
    transform: translate(-50%, -50%) scale(1);
}

.search-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    border-bottom: 1px solid #f0f0f0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.search-modal-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    font-family: "Source Sans Pro", sans-serif;
}

.search-modal-close {
    width: 40px;
    height: 40px;
    border: none;
    background: #f8f9fa;
    border-radius: 50%;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-modal-close:hover {
    background: #e9ecef;
    color: #333;
    transform: rotate(90deg);
}

.search-modal-body {
    padding: 30px;
}

.search-input-wrapper {
    margin-bottom: 30px;
}

.search-input-group {
    position: relative;
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border-radius: 15px;
    padding: 5px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.search-input-group:focus-within {
    border-color: #d32f2f;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(217, 26, 26, 0.1);
}

.search-icon {
    position: absolute;
    left: 20px;
    color: #999;
    font-size: 18px;
    z-index: 2;
}

.search-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 18px 20px 18px 50px;
    font-size: 16px;
    color: #333;
    outline: none;
    font-family: "Source Sans Pro", sans-serif;
    transition: all 0.2s ease;
}

.search-input:focus {
    color: #000;
}

.search-input::placeholder {
    color: #999;
    font-weight: 400;
}

.search-button {
    width: 50px;
    height: 50px;
    border: none;
    background: #d32f2f;
    border-radius: 12px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-button:hover {
    background: #b71c1c;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(217, 26, 26, 0.3);
}

.search-results {
    margin-bottom: 30px;
    min-height: 100px;
}

.search-suggestions h6 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    font-family: "Source Sans Pro", sans-serif;
}

.suggestion-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.suggestion-tag {
    padding: 8px 16px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 20px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: "Source Sans Pro", sans-serif;
}

.suggestion-tag:hover {
    background: #d32f2f;
    color: #fff;
    border-color: #d32f2f;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .search-modal-content {
        width: 95%;
        margin: 20px;
    }

    .search-modal-header {
        padding: 20px 25px;
    }

    .search-modal-body {
        padding: 25px;
    }

    .search-modal-title {
        font-size: 20px;
    }

    .search-input {
        padding: 15px 20px 15px 45px;
        font-size: 15px;
    }

    .search-icon {
        left: 18px;
        font-size: 16px;
    }

    .search-button {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
}

/* Animation for search results */
.search-result-item {
    padding: 15px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #fff;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.search-result-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(217, 26, 26, 0.1),
            transparent
    );
    transition: left 0.5s ease;
}

.search-result-item:hover::before {
    left: 100%;
}

.search-result-item:hover {
    border-color: #d32f2f;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.search-result-item h5 {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.search-result-item p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.search-result-item .result-meta {
    margin-top: 8px;
    font-size: 12px;
    color: #999;
}

/* Loading animation */
.search-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

/* === Venue Hero Search === */
.venue-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 480px;
    display: grid;
    place-items: center;
}

.venue-hero__overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(
            60% 80% at 50% 40%,
            rgba(0, 0, 0, 0.25),
            rgba(0, 0, 0, 0.55)
    );
}

.venue-hero__inner {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.venue-hero__inner input:focus-visible {
    outline: none !important;
}

.venue-hero__title {
    font-weight: 800;
    font-size: clamp(22px, 3vw, 34px);
    margin-bottom: 8px;
    color: #fff;
}

.venue-hero__subtitle {
    opacity: 0.9;
    margin-bottom: 18px;
}

.venue-search {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 14px;
    padding: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(6px) saturate(120%);
    width: fit-content;
}

.venue-search__group {
    display: inline-flex;
    align-items: center;
    padding: 6px 8px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
}

.venue-icon {
    color: #000;
    opacity: 0.9;
    font-size: 16px;
    line-height: 0;
}

.venue-input,
.venue-select {
    height: 46px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.9);
    color: #222;
    padding: 0 12px;
    min-width: 200px;
}

.venue-input::placeholder {
    color: #777;
}

.venue-btn {
    height: 46px;
    padding: 0 16px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--bs-primary), #ff6b6b);
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.venue-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(217, 26, 26, 0.35);
}

@media (max-width: 575.98px) {
    .venue-input,
    .venue-select {
        min-width: 160px;
    }
}

.venue-quick {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.venue-chip {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    padding: 8px 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.venue-chip:hover {
    background: rgba(255, 255, 255, 0.28);
}

.search-loading .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #d32f2f;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Sadece içerik alanı ölçeklensin */
#post-content {
    --scale: 1; /* başlangıç */
    font-size: calc(1rem * var(--scale));
    line-height: 1.7;
}

/* İçerik içindeki tipografi em ile miras alsın */
#post-content p,
#post-content li {
    font-size: 1em;
}

#post-content h3 {
    font-size: 1.25em;
    font-weight: 700;
}

.post-tools button {
    background: #f1f1f1;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.post-tools button:hover {
    background: #e6e6e6;
}

.search-results-page .search-results-page {
    padding: 24px 0 60px;
}

.search-results-page .filters-card {
    position: sticky;
    top: 20px;
    border-radius: 12px;
    border: 1px solid #eef0f4;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    padding: 16px;
}

.search-results-page .filters-card .section-title {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 12px;
}

.search-results-page .filter-group {
    margin-bottom: 16px;
}

.search-results-page .filter-group .group-title {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 15px;
}

.search-results-page .filter-inline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.search-results-page .filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid #e6e8ef;
    background: #f8fafc;
    font-size: 13px;
    cursor: pointer;
}

.search-results-page .filter-actions {
    display: flex;
    gap: 8px;
}

.search-results-page .results-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.search-results-page .results-head .count {
    font-weight: 500;
    font-size: 16px;
}

.search-results-page .sort-select {
    min-width: 220px;
}

.search-results-page .result-card {
    display: flex;
    gap: 16px;
    padding: 12px;
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: box-shadow 0.15s ease, transform 0.1s ease;
}

.search-results-page .result-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

.search-results-page .result-media {
    flex: 0 0 260px;
    height: 165px;
    border-radius: 10px;
    overflow: hidden;
    background: #f3f4f6;
}

.search-results-page .result-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.search-results-page .result-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.search-results-page .result-title {
    font-weight: 800;
    margin: 0;
    font-size: 20px;
}

.search-results-page .result-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    color: #6b7280;
    font-size: 14px;
}

.search-results-page .result-meta .dot {
    width: 4px;
    height: 4px;
    background: #c7ccd4;
    border-radius: 50%;
    align-self: center;
}

.search-results-page .result-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.search-results-page .tag {
    background: #f5f7fb;
    border: 1px solid #eef0f4;
    color: #374151;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
}

.search-results-page .result-bottom {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.search-results-page .price {
    font-weight: 800;
    font-size: 18px;
    color: #111827;
}

.search-results-page .actions {
    display: flex;
    gap: 8px;
}

.search-results-page .btn-primary-venue {
    background: #d32f2f;
    color: #fff;
    border: 0;
    border-radius: 8px;
    padding: 8px 12px;
    font-weight: 700;
}

.search-results-page .btn-outline-venue {
    background: transparent;
    color: #d32f2f;
    border: 1px solid #d32f2f;
    border-radius: 8px;
    padding: 5px 11px;
    font-weight: 700;
}

.search-results-page .rating {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #111827;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .search-results-page .result-media {
        flex-basis: 220px;
        height: 140px;
    }
}

@media (max-width: 767.98px) {
    .search-results-page .result-card {
        flex-direction: column;
    }

    .search-results-page .result-media {
        width: 100%;
        height: 200px;
    }

    .search-results-page .result-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

.search-results-page article {
    margin-bottom: 12px;
}

.activity-cards .posts-thumb {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.activity-cards h6 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0px;
}

.activity-cards .price {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0px;
    color: #d32f2f;
}

.activity-cards .posts-inner {
    padding: 10px 10px;
}

.adverd-space {
    height: 220px;
    background-size: contain;
    background-repeat: no-repeat;
}

.adverd-three-space .col-lg-6 {
    max-width: 100%;
    height: 200px;
    border-radius: 16px;
}

.adverd-three-space .col-lg-3 {
    max-width: 100%;
    height: 200px;
    border-radius: 16px;
}

.blog-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.places-area {
    padding: 12px;
    border-radius: 16px;
    background: radial-gradient(
            120% 120% at 20% 0%,
            #3a3a42 0%,
            #24242a 45%,
            #1b1b20 100%
    );
    color: #fff;
}

.places-area .np-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 4px 6px 14px;
}

.places-area h3 {
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: 0.2px;
}

.places-area h3 span {
    opacity: 0.85;
}


/* === Category Box === */
.catbox {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
    border: 1px solid rgba(0, 0, 0, .06);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Başlık şeridi */
.catbox__head {
    padding: 10px 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    background: linear-gradient(0deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .02));
}

.catbox__tag {
    font-weight: 700;
    font-size: .85rem;
    letter-spacing: .5px;
    text-decoration: none;
    color: #111;
}

/* İçerik alanı */
.catbox__body {
    padding: 12px 14px 14px;
}

/* Hero (görselli) öğe */
.catbox__hero {
    display: block;
    text-decoration: none;
    color: inherit;
    margin-bottom: 10px;
}

.catbox__figure {
    margin: 0 0 10px 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden; /* radius korunur */
    background: #f2f2f2;
    aspect-ratio: 392 / 231; /* tarayıcı destekliyse */
}

.catbox__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Başlık (hero + link satırları için ortak) */
.catbox__title {
    display: block;
    font-weight: 700;
    line-height: 1.25;
    color: #111;
}

/* Hero başlığı 2 satırda kırp */
.catbox__hero .catbox__title {
    font-size: 1rem;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Metin linkleri */
.catbox__link {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    border-top: 1px dashed rgba(0, 0, 0, .08);
}

.catbox__link:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, .06);
}

/* Link başlıklarını 1 satırda kırp */
.catbox__link .catbox__title {
    font-size: .95rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Hover durumları */
.catbox__hero:hover .catbox__title,
.catbox__link:hover .catbox__title {
    color: #0d6efd; /* Bootstrap primary */
}

/* ========== VENUE DETAIL PAGE STYLES ========== */

/* Venue Info Banner */
.venue-info-banner {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border-bottom: 1px solid #e9ecef;
    padding: 15px 0;
    margin-bottom: 20px;
}

.venue-banner-content {
    padding: 0 10px;
}

.venue-info-left .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 14px;
    border: 0;
}

.venue-info-left .breadcrumb-item a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s ease;
}

.venue-info-left .breadcrumb-item a:hover {
    color: #D32F2F;
}

.venue-info-left .breadcrumb-item.active {
    color: #D32F2F;
    font-weight: 500;
}

.venue-name {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin: 10px 0 15px 0;
    line-height: 1.2;
}

.venue-details {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.venue-location {
    color: #6c757d;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.venue-location i {
    color: #D32F2F;
}

.venue-rating {
    color: #6c757d;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.venue-rating i {
    color: #ffc107;
}

.venue-phone {
    color: #6c757d;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.venue-phone i {
    color: #28a745;
}

/* Venue Navigation */
.venue-navigation {
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
}

.venue-navigation.show {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.venue-navigation.scrolled {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.nav-wrapper {
    padding: 0;
}

.venue-nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.venue-nav-links::-webkit-scrollbar {
    display: none;
}

.venue-nav-links li {
    flex-shrink: 0;
}

.venue-nav-links .nav-link {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #6c757d;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.venue-nav-links .nav-link:hover {
    color: #D32F2F;
    background: rgba(211, 47, 47, 0.05);
}

.venue-nav-links .nav-link.active {
    color: #D32F2F;
    border-bottom-color: #D32F2F;
    background: rgba(211, 47, 47, 0.05);
}

.venue-nav-links .nav-link i {
    font-size: 16px;
}

/* Gallery Modal */
.gallery-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.gallery-modal.active {
    display: flex;
}

.gallery-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.gallery-modal-content {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.gallery-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.gallery-title {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.gallery-close {
    background: none;
    border: none;
    color: #666;
    font-size: 24px;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-close:hover {
    background: #f8f9fa;
    color: #D32F2F;
    transform: rotate(90deg);
}

.gallery-body {
    flex: 1;
    display: flex;
    background: #fff;
    overflow: hidden;
    flex-direction: column;
}

.gallery-body .tab-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.gallery-body .tab-pane {
    display: flex;
    flex: 1;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.gallery-body .tab-pane:not(.active) {
    display: none !important;
}

.gallery-body .tab-pane.active {
    display: flex !important;
}

.gallery-left {
    flex: 2;
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.gallery-main-image {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 16px;
    margin-bottom: 20px;
    overflow: hidden;
}

.gallery-main-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    cursor: zoom-in;
    transition: transform 0.3s ease;
}

.gallery-main-image img.zoomed {
    cursor: zoom-out;
    transform: scale(2);
    transform-origin: center;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.gallery-nav:hover {
    background: #fff;
    color: #D32F2F;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.gallery-prev {
    left: 20px;
}

.gallery-next {
    right: 20px;
}

.gallery-thumbnails {
    background: #fff;
    padding: 0;
}

.thumbnail-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    overflow-x: auto;
    padding: 10px 0;
}

.gallery-thumbnail {
    width: 100px;
    height: 75px;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.gallery-thumbnail:hover {
    border-color: #D32F2F;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.gallery-thumbnail.active {
    border-color: #D32F2F;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(211, 47, 47, 0.3);
}

.gallery-right {
    flex: 1;
    background: #f8f9fa;
    padding: 30px;
    border-left: 1px solid #e9ecef;
    overflow-y: auto;
}

.gallery-venue-info {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.venue-info-header {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
}

.venue-info-header h4 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.venue-rating-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.rating-stars {
    color: #ffc107;
    font-size: 16px;
}

.rating-text {
    color: #666;
    font-size: 14px;
}

.venue-location-info {
    color: #666;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.venue-location-info i {
    color: #D32F2F;
}

.venue-quick-info {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
}

.quick-info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.quick-info-item:last-child {
    margin-bottom: 0;
}

.quick-info-item i {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D32F2F;
    font-size: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.info-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.info-label {
    font-size: 12px;
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.gallery-comments {
    flex: 1;
    margin-bottom: 25px;
}

.gallery-comments h5 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.gallery-comment-list {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
}

.gallery-comment {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.gallery-comment .comment-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.gallery-comment .comment-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.gallery-comment .comment-author {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.gallery-comment .comment-rating {
    color: #ffc107;
    font-size: 12px;
    margin-top: 2px;
}

.gallery-comment .comment-text {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 8px;
}

.gallery-comment .comment-date {
    font-size: 12px;
    color: #999;
}

.gallery-actions {
    margin-top: auto;
}

.btn-outline-primary {
    border: 2px solid #D32F2F;
    color: #D32F2F;
    background: transparent;
    font-weight: 600;
}

.btn-outline-primary:hover {
    background: #D32F2F;
    color: white;
}

/* Gallery Trigger Cursor */
.gallery-trigger {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-trigger:hover {
    transform: scale(1.02);
}

/* Gallery Tabs */
.gallery-tabs {
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 0px;
}

.gallery-tabs .nav-tabs {
    border-bottom: none;
    margin-bottom: 0;
    width: max-content;
}

.gallery-tabs .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    padding: 15px 25px;
    font-weight: 500;
    color: #6c757d;
    background: transparent;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.gallery-tabs .nav-tabs .nav-link:hover {
    color: #D32F2F;
    background: transparent;
    border-color: transparent;
    border-bottom-color: #D32F2F;
}

.gallery-tabs .nav-tabs .nav-link.active {
    color: #D32F2F;
    background: transparent;
    border-color: transparent;
    border-bottom-color: #D32F2F;
}

.gallery-tabs .nav-tabs .nav-link i {
    font-size: 16px;
}

/* Video Gallery Styles */
.gallery-main-video {
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.video-thumbnail {
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 3px solid transparent;
}

.video-thumbnail:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.video-thumbnail.active {
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.video-thumbnail img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.video-thumbnail:hover img {
    transform: scale(1.05);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: rgba(0, 123, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    transition: all 0.3s ease;
}

.video-thumbnail:hover .play-button {
    background: rgba(0, 123, 255, 1);
    transform: translate(-50%, -50%) scale(1.1);
}

/* Tab Content Animation */
.gallery-body .tab-pane {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Video Gallery */
@media (max-width: 768px) {
    .gallery-main-video {
        height: 250px;
    }

    .gallery-tabs .nav-tabs .nav-link {
        padding: 12px 15px;
        font-size: 14px;
    }

    .video-thumbnail img {
        height: 60px;
    }

    .play-button {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}

/* Venue Slider */
.venue-slider-container {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.venue-slider {
    height: 400px;
}

.venue-slider .swiper-slide img {
    width: 100%;
    object-fit: cover;
}

.venue-slider-container .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.venue-slider-next,
.venue-slider-prev {
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 13px;
}

.venue-slider-next:hover,
.venue-slider-prev:hover {
    background: #fff;
    color: #D32F2F;
}

.venue-slider-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.7;
}

.venue-slider-pagination .swiper-pagination-bullet-active {
    background: #d32f2f2b;
    opacity: 1;
}

/* Favorite Button */
.venue-favorite-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #666;
    transition: all 0.3s ease;
    z-index: 10;
}

.venue-favorite-btn:hover {
    background: #fff;
    transform: scale(1.1);
}

.venue-favorite-btn.active {
    color: #D32F2F;
}

/* Venue Basic Info */
.info-card {
    transition: transform 0.3s ease;
}

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

/* Section Titles */
.section-title {
    color: #333;
    position: relative;
    padding-bottom: 15px;
    font-size: 20px;
    border-bottom: 1px solid #ebe9e9;
    padding: 20px;
}

/* Campaign Modal Styles */
.campaign-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.campaign-modal.active {
    display: flex;
}

.campaign-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.campaign-modal-content {
    position: relative;
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 800px;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.campaign-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fa;
}

.campaign-modal-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.campaign-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #6c757d;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.campaign-modal-close:hover {
    background: #e9ecef;
    color: #333;
}

.campaign-modal-body {
    padding: 30px;
    max-height: calc(90vh - 100px);
    overflow-y: auto;
}

.campaign-info {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    background: linear-gradient(135deg, #b71c1c99, #8e0000f0);
    border-radius: 12px;
    color: white;
}

.campaign-badge-large {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    backdrop-filter: blur(10px);
}

.campaign-info h4 {
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: 700;
}

.campaign-info p {
    margin: 0;
    font-size: 16px;
    opacity: 0.9;
}

.products-section h5 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.products-container {
    margin-bottom: 20px;
}

.products-scroll {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 10px 0;
    scrollbar-width: thin;
    scrollbar-color: #cd2b2b38 #f1f1f1;
}

.products-scroll::-webkit-scrollbar {
    height: 6px;
}

.products-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.products-scroll::-webkit-scrollbar-thumb {
    background: #007bff;
    border-radius: 3px;
}

.products-scroll::-webkit-scrollbar-thumb:hover {
    background: #0056b3;
}

.product-card {
    flex: 0 0 250px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.product-image {
    position: relative;
    height: 150px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #dc3545;
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.product-info {
    padding: 15px;
}

.product-info h6 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.product-price {
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.old-price {
    text-decoration: line-through;
    color: #6c757d;
    font-size: 14px;
}

.new-price {
    color: #28a745;
    font-weight: 700;
    font-size: 16px;
}

.product-desc {
    margin: 0;
    font-size: 13px;
    color: #6c757d;
    line-height: 1.4;
}

.show-all-products {
    margin-top: 20px;
}

.show-all-products .btn {
    padding: 12px 20px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-primary {
    background: linear-gradient(135deg, #D32F2F, #b71c1c);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 12px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #b71c1c, #8e0000);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(211, 47, 47, 0.3);
    color: white;
}

.btn:active {
    background-color: #d32f2f !important;
    border-color: #d32f2f;
}

.btn:focus-visible {
    background-color: #d32f2f !important;
    border-color: #d32f2f;
}

.btn-outline-primary:hover {
    border: 2px solid #D32F2F;
}

/* Responsive Campaign Modal */
@media (max-width: 768px) {
    .campaign-modal-content {
        margin: 10px;
        max-height: 95vh;
    }

    .campaign-modal-header {
        padding: 15px 20px;
    }

    .campaign-modal-title {
        font-size: 20px;
    }

    .campaign-modal-body {
        padding: 20px;
    }

    .campaign-info h4 {
        font-size: 24px;
    }

    .product-card {
        flex: 0 0 200px;
    }

    .product-image {
        height: 120px;
    }
}

/* Feature Lists */
.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    padding: 8px 0;
    font-size: 16px;
}

.feature-list li i {
    color: #d32f2f;
}

/* Pricing Cards */
.pricing-card {
    padding: 25px;
    height: 100%;
    transition: transform 0.3s ease;
}

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

.pricing-header {
    margin-bottom: 20px;
}

.price-info {
    margin: 15px 0;
}

.price {
    font-size: 32px;
    font-weight: bold;
    color: #D32F2F;
}

.period {
    font-size: 16px;
    color: #666;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.pricing-features li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.pricing-features li:last-child {
    border-bottom: none;
}

/* Campaigns */
.campaign-item {
    padding: 25px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.campaign-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #D32F2F;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}

/* Capacity Cards */
.capacity-card {
    padding: 25px;
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease;
}

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

.capacity-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #fae8e8, #ebd3d3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 30px;
}

.capacity-icon i {
    color: #cc2b2b;
}

.capacity-number {
    font-size: 24px;
    font-weight: bold;
    color: #D32F2F;
    margin: 10px 0;
}

.capacity-desc {
    color: #666;
    font-size: 14px;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    padding: 20px;
}

.feature-item {
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: transform 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-3px);
}

.feature-item i {
    font-size: 20px;
    color: #D32F2F;
}

/* Comment Cards */
.comment-card {
    border-radius: 16px;
    padding: 25px;
    height: 100%;
}

.comment-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.comment-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.comment-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-rating {
    margin-top: 5px;
}

.comment-text {
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.comment-date {
    color: #999;
    font-size: 14px;
}

/* Rating Input */
.rating-input {
    display: flex;
    gap: 5px;
}

.rating-input i {
    font-size: 24px;
    color: #ddd;
    cursor: pointer;
    transition: color 0.3s ease;
}

.rating-input i:hover,
.rating-input i.active {
    color: #ffc107;
}

/* Contact Form Panel */
.contact-form-panel {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 17px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: margin-top 0.3s ease;
}

.contact-form-panel.nav-visible {
    margin-top: 100px;
}

.panel_header {
    padding: 16px;
    text-align: center;
}

.panel_header h4 {
    margin: 0;
    font-size: 20px;
}

.panel_header p {
    margin: 10px 0 0 0;
    opacity: 0.9;
}

.panel_body {
    padding: 16px;
}

.venue-contact-form .form-control,
.venue-contact-form .form-select {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 10px 15px;
    transition: border-color 0.3s ease;
}

.venue-contact-form .form-control:focus,
.venue-contact-form .form-select:focus {
    box-shadow: none;
}

.venue-contact-form .input-group-text {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-right: none;
    color: #6c757d;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
    width: 40px;
}

.venue-contact-form .input-group .form-control {
    border-left: none;
    border-radius: 16px;
}

.btn-primary-venue {
    background: linear-gradient(135deg, #D32F2F, #b71c1c);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 12px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary-venue:hover {
    background: linear-gradient(135deg, #b71c1c, #8e0000);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(211, 47, 47, 0.3);
    color: white;
}

.slider-area {
    background: white;
    border-radius: 16px;
    box-shadow: 0 5px 17px rgba(0, 0, 0, 0.06);
}

.slider-area .venue-basic-info {
    margin-top: 0 !important;
    padding: 20px;
}

.venue-section {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 17px rgba(0, 0, 0, 0.06);
}

.accordion {
    padding: 20px;
}

.accordion-button {
    background: #fff;
}

.accordion-item:first-of-type {
    background: #fff;
}

.accordion-body {
    background: #fff;
}

.venue-about {
    padding: 20px;
}

.accordion-button:not(.collapsed) {
    color: #d32f2f;
    background-color: #d32f2f1c;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item:first-of-type {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.accordion-item:last-of-type {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.accordion-item:last-of-type .accordion-button:not(.collapsed) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.accordion-item:last-of-type .accordion-body {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

/* Responsive Venue Detail */
@media (max-width: 768px) {
    .venue-info-banner {
        padding: 10px 0;
        margin-bottom: 20px;
    }

    .venue-banner-content {
        padding: 0 6px;
    }

    .venue-name {
        font-size: 24px;
    }

    .venue-details {
        align-items: flex-start;
        gap: 5px;
    }

    .venue-contact-info {
        margin-top: 20px;
    }

    .contact-buttons {
        flex-direction: column;
    }

    .venue-nav-links .nav-link {
        padding: 12px 15px;
        font-size: 13px;
    }

    .venue-nav-links .nav-link i {
        font-size: 14px;
    }

    .venue-slider {
        height: 300px;
    }

    .venue-favorite-btn {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .pricing-cards .row > div {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .venue-name {
        font-size: 20px;
    }

    .contact-item {
        padding: 10px;
    }

    .contact-item i {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .contact-value {
        font-size: 14px;
    }

    .venue-nav-links .nav-link {
        padding: 10px 12px;
        font-size: 12px;
    }

    .venue-nav-links .nav-link i {
        display: none;
    }

    .venue-slider {
        height: 250px;
    }

    .venue-favorite-btn {
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .section-title {
        font-size: 18px;
    }
}


/* Event Search Styles */
.event-search-section {
    background: linear-gradient(135deg, #d32f2f 0%, #7a2baa 100%);
    margin: 0;
    padding: 25px;
    border-radius: 16px;

}

.event-search-title {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.event-search-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin-bottom: 0;
}

.event-search--unified {
    margin: 0 auto 14px;
    max-width: 980px;
}

.event-unified {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #e6e8ef;
    border-radius: 14px;
    padding: 7px 11px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.event-unified .unified-icon {
    color: #9aa0a6;
    font-size: 18px;
    margin: 0 6px;
}

.event-unified .unified-divider {
    width: 1px;
    height: 50px;
    background: #e6e8ef;
    display: inline-block;
}

.event-unified .unified-input {
    flex: 1 1 25%;
    border: none;
    outline: none;
    padding: 12px 8px;
    font-size: 14px;
    color: #333;
    background: transparent;
}

.event-unified .unified-input::placeholder {
    color: #9aa0a6;
}

.event-unified .unified-select {
    flex: 1 1 20%;
    border: none;
    outline: none;
    padding: 12px 8px;
    font-size: 14px;
    color: #333;
    background: transparent;
    cursor: pointer;
}

.event-unified .unified-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 10px;
    padding: 12px 20px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.event-unified .unified-btn:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.event-unified .unified-btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(102, 126, 234, 0.25);
}

/* Responsive Event Search */
@media (max-width: 768px) {
    .event-search-title {
        font-size: 2rem;
    }

    .event-search-subtitle {
        font-size: 1rem;
    }

    .event-unified {
        flex-direction: column;
        gap: 12px;
        padding: 15px;
    }

    .event-unified .unified-divider {
        display: none;
    }

    .event-unified .unified-input,
    .event-unified .unified-select {
        flex: 1 1 100%;
        width: 100%;
        margin-bottom: 8px;
    }

    .event-unified .unified-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .event-search-title {
        font-size: 1.8rem;
    }

    .event-unified {
        padding: 12px;
    }
}

/* Restaurant Detail Styles */
.restaurant-about {
    padding: 20px;
}

.restaurant-about p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #666;
}

.menu-categories {
    padding: 20px;
}


.category-title {
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}


.item-info h6 {
    margin: 0 0 5px 0;
    color: #333;
    font-weight: 600;
}

.item-info p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.item-price {
    color: #D91A1A;
    font-weight: 600;
    font-size: 16px;
}

.opening-hours {
    padding: 20px;
}

.hours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #D91A1A;
}

.hours-item .day {
    font-weight: 600;
    color: #333;
}

.hours-item .hours {
    color: #666;
    font-weight: 500;
}

.hours-note {
    background: #e3f2fd;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #2196f3;
}

.hours-note p {
    margin: 0;
    color: #1976d2;
    font-size: 14px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    padding: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #cb2a2a;
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: #e9ecef;
    transform: translateY(-2px);
}


.feature-item span {
    color: #333;
    font-weight: 500;
}

.location-info {
    padding: 20px;
}

.location-details {
    padding-right: 20px;
}

.location-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.location-item i {
    color: #D91A1A;
    font-size: 18px;
    margin-right: 15px;
    margin-top: 5px;
    width: 20px;
}

.location-text h6 {
    margin: 0 0 5px 0;
    color: #333;
    font-weight: 600;
}

.location-text p {
    margin: 0;
    color: #666;
    line-height: 1.5;
}

.map-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
    width: 100%;
    height: 250px;
    border: none;
}

@media (max-width: 768px) {
    .menu-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .item-price {
        margin-top: 8px;
    }

    .hours-grid {
        grid-template-columns: 1fr;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .location-details {
        padding-right: 0;
        margin-bottom: 20px;
    }
}


/* Car Slider Styles */
.car-slider-area {
    background: transparent;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: none;
    margin-bottom: 30px;
}

.car-slider-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.car-slider {
    border-radius: 15px;
    overflow: hidden;
}

.car-slider .swiper-slide {
    border-radius: 15px;
    overflow: hidden;
}

.car-slider .swiper-slide img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.car-slider .swiper-slide:hover img {
    transform: scale(1.05);
}

/* Car Slider Navigation */
.car-slider-next,
.car-slider-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.car-slider-next:hover,
.car-slider-prev:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

.car-slider-next:after,
.car-slider-prev:after {
    font-size: 18px;
    font-weight: bold;
}

/* Car Slider Pagination */
.car-slider-pagination {
    bottom: 20px;
}

.car-slider-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.car-slider-pagination .swiper-pagination-bullet-active {
    background: #fff;
    transform: scale(1.2);
}

/* Car Slider Responsive */
@media (max-width: 768px) {
    .car-slider .swiper-slide img {
        height: 250px;
    }

    .car-slider-next,
    .car-slider-prev {
        width: 40px;
        height: 40px;
    }

    .car-slider-next:after,
    .car-slider-prev:after {
        font-size: 14px;
    }
}


.experience-content {
    padding: 20px;
}

.experience-card {
    display: flex;
}

.experience-icon i {
    font-size: 30px;
    color: #ce2b2b;
    margin-right: 19px;
}


@media (max-width: 768px) {
    .venue-info-left nav {
        height: 24px;
    }

    .venue-name {
        margin: 10px 0 6px 0;
    }

    .venue-details {
        margin-bottom: 10px;
    }

    .venue-location {
        font-size: 13px;
    }

    .venue-rating {
        font-size: 13px;
    }

    .venue-phone {
        font-size: 13px;
    }
}

/* Menu Section Styles */
.menu-tabs {
    margin-bottom: 30px;
}

.menu-tabs .nav-tabs {
    border: none;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 8px;
    gap: 5px;
}

.menu-tabs .nav-tabs .nav-item {
    margin: 0;
}

.menu-tabs .nav-tabs .nav-link {
    border: none;
    background: transparent;
    color: #666;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.menu-tabs .nav-tabs .nav-link:hover {
    background: rgba(211, 47, 47, 0.1);
    color: #d32f2f;
}

.menu-tabs .nav-tabs .nav-link.active {
    background: #d32f2f;
    color: #fff;
    box-shadow: 0 4px 12px rgba(211, 47, 47, 0.3);
}

.menu-tabs .nav-tabs .nav-link i {
    margin-right: 8px;
}

.menu-items-container {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-top: 5px;
}

.menu-items-container::-webkit-scrollbar {
    width: 6px;
}

.menu-items-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.menu-items-container::-webkit-scrollbar-thumb {
    background: #d32f2f;
    border-radius: 3px;
}

.menu-items-container::-webkit-scrollbar-thumb:hover {
    background: #b71c1c;
}

.menu-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    width: 45%;
}

.menu-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: #d32f2f;
}

.menu-item-image {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.menu-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.menu-item:hover .menu-item-image img {
    transform: scale(1.1);
}

.menu-item-content {
    flex: 1;
    min-width: 0;
}

.menu-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
    gap: 15px;
}

.menu-item-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.3;
}

.menu-item-price {
    font-size: 20px;
    font-weight: 700;
    color: #d32f2f;
    white-space: nowrap;
}

.menu-item-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 12px;
    font-size: 14px;
}

.menu-item-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    background: rgba(211, 47, 47, 0.1);
    color: #d32f2f;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid rgba(211, 47, 47, 0.2);
}

/* Menu Responsive Styles */
@media (max-width: 991px) {
    .menu-tabs .nav-tabs {
        flex-wrap: wrap;
        gap: 8px;
    }

    .menu-tabs .nav-tabs .nav-link {
        padding: 10px 16px;
        font-size: 14px;
    }

    .menu-item {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }

    .menu-item-image {
        width: 100%;
        height: 200px;
    }

    .menu-item-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .menu-item-price {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .menu-tabs .nav-tabs {
        padding: 6px;
        gap: 4px;
    }

    .menu-tabs .nav-tabs .nav-link {
        padding: 8px 12px;
        font-size: 13px;
    }

    .menu-tabs .nav-tabs .nav-link i {
        margin-right: 4px;
    }

    .menu-item {
        padding: 12px;
        margin-bottom: 15px;
    }

    .menu-item-image {
        height: 150px;
    }

    .menu-item-title {
        font-size: 16px;
    }

    .menu-item-description {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .menu-tabs .nav-tabs {
        flex-direction: column;
        gap: 5px;
    }

    .menu-tabs .nav-tabs .nav-link {
        text-align: center;
        padding: 10px;
    }

    .menu-item-image {
        height: 120px;
    }

    .menu-item-title {
        font-size: 15px;
    }

    .menu-item-price {
        font-size: 16px;
    }

    .tag {
        font-size: 11px;
        padding: 3px 8px;
    }
}

/* Pricing Slider Styles */
.pricing-slider-container {
    position: relative;
    padding: 0 20px;
    padding-bottom: 15px;
}

.pricing-slider {
    overflow: hidden;
}

.pricing-slider .swiper-slide {
    height: auto;
}

.pricing-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
    height: auto;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 10px;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: #d32f2f;
}

.pricing-header {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.pricing-header h5 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.price-info {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
}

.price {
    font-size: 32px;
    font-weight: 700;
    color: #d32f2f;
}

.period {
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

.pricing-details {
    text-align: center;
}

.pricing-details p {
    margin-bottom: 8px;
    color: #555;
    font-size: 14px;
}

.pricing-details p strong {
    color: #333;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.pricing-features li {
    padding: 8px 0;
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features li:before {
    content: "✓";
    color: #d32f2f;
    font-weight: bold;
    margin-right: 10px;
}

/* Pricing Navigation Buttons */
.pricing-navigation {
    display: flex;
    gap: 10px;
    align-items: center;
}

.pricing-nav-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #d2d2d2;
    background: #fff;
    color: #777;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.pricing-nav-btn:hover {
    border-color: #d32f2f;
    color: #d32f2f;
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(211, 47, 47, 0.2);
}

.pricing-nav-btn:active {
    transform: scale(0.95);
}

/* Pricing Slider Navigation */
.pricing-slider-next,
.pricing-slider-prev {
    height: 30px;
    width: 30px;
    border: 1px solid #d2d2d2;
    color: #777;
    z-index: 1;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-slider-next:hover,
.pricing-slider-prev:hover {
    color: #fff;
    background: #d32f2f;
    border: 1px solid #d32f2f;
}

.pricing-slider-next::after,
.pricing-slider-prev::after {
    font-size: 12px;
}

/* Pricing Slider Pagination */
.pricing-slider-pagination {
    bottom: -30px;
}

.pricing-slider-pagination .swiper-pagination-bullet {
    background: rgba(211, 47, 47, 0.3);
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.pricing-slider-pagination .swiper-pagination-bullet-active {
    background: #d32f2f;
    transform: scale(1.2);
}

/* Pricing Slider Responsive */
@media (max-width: 767px) {
    .pricing-slider-container {
        padding: 0 10px;
    }

    .pricing-card {
        padding: 20px;
    }

    .pricing-header h5 {
        font-size: 18px;
    }

    .price {
        font-size: 28px;
    }

    .pricing-nav-btn {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }

    .pricing-slider-next,
    .pricing-slider-prev {
        width: 28px;
        height: 28px;
    }

    .pricing-slider-next::after,
    .pricing-slider-prev::after {
        font-size: 10px;
    }
}

@media (max-width: 575px) {
    .pricing-card {
        padding: 15px;
    }

    .pricing-header h5 {
        font-size: 16px;
    }

    .price {
        font-size: 24px;
    }

    .period {
        font-size: 14px;
    }

    .pricing-nav-btn {
        width: 32px;
        height: 32px;
        font-size: 11px;
    }

    .pricing-navigation {
        gap: 8px;
    }

    .pricing-features li {
        font-size: 13px;
        padding: 6px 0;
    }
}

.advert-item {
    background: white;
    border-radius: 16px;
}

.advert-item img {
    border-radius: 16px;
}


.other-products-section {
    background: #fff;
    margin: 40px 0;
    border-radius: 15px;
}

.other-products-section h2 {
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
}

.other-products-section p {
    color: #666;
    font-size: 16px;
}

.products-swiper {
    padding: 20px 0 60px 0;
    margin: 0px 20px;
}

.product-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.other-products-section .product-image {
    position: relative;
    overflow: hidden;
    height: auto;
}

.other-products-section .product-image img {
    width: 100%;

    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.product-content {
    padding: 20px;
}

.product-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.3;
    min-height: 47px;
}

.product-description {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.product-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.feature-tag {
    background: #d32f2f1c;
    color: #d32f2f;
    border: 1px solid #d32f2f26;
    padding: 4px 9px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 500;
}

/* Swiper Navigation Buttons */
.products-swiper .swiper-button-next,
.products-swiper .swiper-button-prev {
    color: #d32f2f;
    background: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.products-swiper .swiper-button-next:hover,
.products-swiper .swiper-button-prev:hover {
    background: #d32f2f;
    color: #fff;
    transform: scale(1.1);
}

.products-swiper .swiper-button-next:after,
.products-swiper .swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}

/* Swiper Pagination */
.products-swiper .swiper-pagination-bullet {
    background: #d32f2f;
    opacity: 0.3;
    width: 12px;
    height: 12px;
}

.products-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .other-products-section {
        margin: 20px 0;
        padding: 20px 10px;
    }

    .other-products-section h2 {
        font-size: 24px;
    }

    .product-content {
        padding: 15px;
    }

    .product-title {
        font-size: 16px;
    }

    .product-description {
        font-size: 13px;
    }
}
.menu-tabs ul li{
    width: fit-content;
}