/* === main-desktop.css === */
/* === main-desktop.css — generated === */
/*=============================
	02. Header
===============================*/
.theme-legacy .custom-container {
    max-width: 1860px;
}
.theme-legacy .transparent-header {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 9;
	height: auto;
}
.theme-legacy #header-fixed-height.active-height {
    display: block;
    height: 95px;
}
/* header-top */
.theme-legacy .header-top-wrap {
    background: var(--tg-secondary-color);
    padding: 6px 35px;
}
.theme-legacy .header-top-menu .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.theme-legacy .header-top-menu .list-wrap li a {
    color: var(--tg-white);
    font-family: var(--tg-heading-font-family);
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.theme-legacy .header-top-menu .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.theme-legacy .header-top-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.theme-legacy .header-top-social .title {
    margin-bottom: 0;
    color: var(--tg-white);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-right: 6px;
    line-height: 1;
}
.theme-legacy .header-top-social .list-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
}
.theme-legacy .header-top-social .list-wrap li a {
    font-size: 14px;
    color: var(--tg-white);
}
.theme-legacy .header-top-social .list-wrap li a:hover {
    color: var(--tg-primary-color);
}

/* menu */
.theme-legacy .menu-area {
    border-bottom: 1px solid var(--tg-gray);
}
.theme-legacy .menu-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.theme-legacy .logo img {
    max-height: 42px;
}
.theme-legacy .header-left-side {
    display: flex;
    height: 100%;
}
.theme-legacy .offcanvas-toggle {
    border-right: 1px solid var(--tg-gray);
    width: 100px;
}
.theme-legacy .offcanvas-toggle a {
    padding: 30px 30px 30px 35px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    height: 100%;
}
.theme-legacy .offcanvas-toggle a span {
    width: 33px;
    height: 2px;
    border-radius: 2px;
    background: var(--tg-primary-color);
    transition: .3s linear;
}
.theme-legacy .navbar-wrap {
	display: flex;
}
.theme-legacy .navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 0 0 0 185px;
}
.theme-legacy .navbar-wrap ul li {
    list-style: none;
	display: block;
	position: relative;
}
.theme-legacy .navbar-wrap ul li a {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    color: white;
    padding: 14px 17px;
    display: flex;
    align-items: center;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-family: var(--tg-heading-font-family);
    gap: 5px;
}
.theme-legacy .navbar-wrap > ul > li.menu-item-has-children > a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    color: var(--tg-icon-color);
    font-size: 14px;
    line-height: 0;
    transition: all 0.3s ease-out 0s;
}
.theme-legacy .navbar-wrap > ul > li.menu-item-has-children.active > a::after,
.theme-legacy .navbar-wrap > ul > li.menu-item-has-children:hover > a::after {
    color: var(--tg-primary-color);
}
    .theme-legacy .navbar-wrap > ul > li.active > a,
    .theme-legacy .navbar-wrap > ul > li:hover > a {
        color: #e0e0e0;
    }
.theme-legacy .main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}
.theme-legacy .header-right-side {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 35px;
}
.theme-legacy .header-search-wrap form {
    position: relative;
    width: 340px;
}
.theme-legacy .header-search-wrap form input {
    width: 100%;
    border: 1px solid var(--tg-gray);
    background: transparent;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    color: var(--tg-secondary-color);
    padding: 12px 45px 12px 20px;
    line-height: 1;
    height: 45px;
}
.theme-legacy .header-search-wrap form input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: var(--tg-body-font-color);
}
.theme-legacy .header-search-wrap form button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    font-size: 20px;
    line-height: 0;
    color: var(--tg-secondary-color);
}
.theme-legacy .header-search-wrap form button:hover {
    color: var(--tg-primary-color);
}
.theme-legacy .header-action > ul {
    display: flex;
    align-items: center;
    margin-left: 25px;
}
.theme-legacy .header-action > ul li {
    position: relative;
    margin-left: 25px;
    line-height: 0;
}
.theme-legacy .header-action ul li:first-child {
	margin-left: 0;
}
.theme-legacy .header-action ul li a {
    color: var(--tg-paragraph-color);
    font-size: 24px;
    line-height: 0;
    position: relative;
    font-weight: 700;
}
.theme-legacy .header-action ul li a:hover {
    color: var(--tg-primary-color);
}
.theme-legacy .header-action ul li a span {
    position: absolute;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    font-size: 11px;
    font-weight: 600;
    border-radius: 50%;
    right: -10px;
    top: -4px;
}
.theme-legacy .header-cart {
    display: flex;
    align-items: center;
    gap: 15px;
}
.theme-legacy .header-cart strong {
    font-size: 14px;
    font-weight: 600;
    color: var(--tg-secondary-color);
}
.theme-legacy .header-action .header-sine-in a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: white;
}
.theme-legacy .header-action .header-sine-in {
    margin-left: 20px;
}
    .theme-legacy .header-action .header-sine-in a i {
        color: white;
        font-size: 24px;
    }
.theme-legacy .header-action .header-sine-in a:hover i {
    color: var(--tg-primary-color);
    transition: all 0.3s ease-out 0s;
}
.theme-legacy .header-action .header-btn .btn {
	color: var(--tg-white);
	font-size: 14px;
	padding: 13px 22px;
}
.theme-legacy .navbar-wrap ul li .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    min-width: 230px;
    border: 1px solid #f5f5f5;
    background: var(--tg-white);
    margin: 0 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    border-radius: 0 0 5px 5px;
    padding: 18px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}
.theme-legacy .navbar-wrap ul li .sub-menu .sub-menu {
	right: auto;
	left: 100%;
	top: 0;
}
.theme-legacy .navbar-wrap ul li .sub-menu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.theme-legacy .navbar-wrap ul li .sub-menu li a {
    padding: 9px 15px 9px 25px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--tg-heading-font-color);
    text-transform: capitalize;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    justify-content: space-between;
}
.theme-legacy .navbar-wrap ul li .sub-menu > li.active > a,
.theme-legacy .navbar-wrap ul li .sub-menu li a:hover {
    color: var(--tg-primary-color);
}
.theme-legacy .navbar-wrap ul li .sub-menu > li > a::before,
.theme-legacy .navbar-wrap ul li .sub-menu li a::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 0px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 15px;
    background: var(--tg-primary-color);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.theme-legacy .navbar-wrap ul li .sub-menu > li.active > a::before,
.theme-legacy .navbar-wrap ul li .sub-menu li a:hover::before {
    height: 11px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.theme-legacy .navbar-wrap ul li .sub-menu > li.menu-item-has-children > a::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    color: var(--tg-icon-color);
    font-size: 14px;
    line-height: 0;
    transition: all 0.3s ease-out 0s;
}
.theme-legacy .navbar-wrap ul li .sub-menu > li.menu-item-has-children.active > a::after,
.theme-legacy .navbar-wrap ul li .sub-menu > li.menu-item-has-children > a:hover::after {
    color: var(--tg-primary-color);
}
.theme-legacy .navbar-wrap ul li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.theme-legacy .sticky-menu {
	position: fixed;
	left: 0;
	margin: auto;
	top: 0;
	width: 100%;
	z-index: 99;
	background: var(--tg-white);
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
}
.theme-legacy .menu-area.sticky-menu {
    border-bottom: none;
}

/* header-two */
.theme-legacy .header-style-two {
    background: #12253E;
}
.theme-legacy .header-logo-area {
    padding: 25px 0;
}
.theme-legacy .hl-left-side {
    display: flex;
    align-items: center;
    gap: 30px;
}
.theme-legacy .hl-left-side .offcanvas-toggle {
    border-right: none;
    width: auto;
}
.theme-legacy .offcanvas-toggle .menu-tigger-two {
    padding: 0;
}
.theme-legacy .offcanvas-toggle .menu-tigger-two span {
    background: var(--tg-white);
}
.theme-legacy .hl-right-side {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.theme-legacy .hl-right-side .header-search-wrap form {
    width: 425px;
}
.theme-legacy .hl-right-side .header-search-wrap form input {
    border: 1px solid #3A506B;
    color: var(--tg-white);
}
.theme-legacy .hl-right-side .header-search-wrap form input::placeholder {
    color: #8199B7;
}
.theme-legacy .hl-right-side .header-search-wrap form button {
    color: var(--tg-white);
}
.theme-legacy .header-social .list-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}
.theme-legacy .header-social .list-wrap li a {
    color: var(--tg-gray-three);
}
.theme-legacy .header-social .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.theme-legacy .menu-area.menu-style-two {
    border-bottom: none;
    background: var(--tg-secondary-color);
}
.theme-legacy .menu-style-two .navbar-wrap ul {
    margin: 0;
}
.theme-legacy .menu-style-two .navbar-wrap > ul > li {
    margin-right: 40px;
}
.theme-legacy .menu-style-two .navbar-wrap ul li:last-child {
    margin-right: 0;
}
.theme-legacy .menu-style-two .navbar-wrap ul li a {
    padding: 23px 0;
    color: var(--tg-white);
}
.theme-legacy .menu-style-two .navbar-wrap ul > li.active > a,
.theme-legacy .menu-style-two .navbar-wrap ul > li > a:hover {
    color: var(--tg-primary-color);
}
.theme-legacy .menu-style-two .header-action > ul {
    justify-content: flex-end;
}
.theme-legacy .menu-style-two .header-action ul li a {
    color: #90A8C5;
}
.theme-legacy .menu-style-two .header-action ul li a:hover {
    color: var(--tg-primary-color);
}
.theme-legacy .menu-style-two .header-action .header-sine-in a {
    color: var(--tg-white);
}
.theme-legacy .menu-style-two .header-action .header-sine-in a i {
    color: #90A8C5;
}
.theme-legacy .menu-style-two .header-action .header-sine-in a:hover i {
    color: var(--tg-primary-color);
}
.theme-legacy .menu-style-two .header-cart strong {
    color: var(--tg-white);
}


/* header-three */
.theme-legacy .menu-area.menu-style-three {
    border-bottom: 1px solid var(--tg-border-color);
    background-color: linear-gradient(20deg, rgb(248, 66, 112) 0%, rgb(254, 128, 59) 100%) !important;
}
.theme-legacy .header-top-wrap-two {
    /*   background: #c50000;*/
    /*    background: #dc131b;*/
    background:#ffffff;
    padding: 16px 0;
}
.theme-legacy .header-top-left .offcanvas-toggle {
    border-right: none;
    width: auto;
}
.theme-legacy .header-top-left {
    display: flex;
    align-items: center;
    gap: 25px;
}

/* fixed: orphan closing brace removed (line 888 in upstream tourismtoday.net/style.css) */
.theme-legacy .header-top-right .header-search-wrap form {
    width: 240px;
    margin-left: auto;
}
.theme-legacy .header-search-wrap-two form input {
    border: none;
    background: transparent;
    border-radius: 0;
    color: var(--tg-white);
    padding: 0 45px 0 0;
    height: auto;
}
.theme-legacy .header-search-wrap-two form input::placeholder {
    color: #8199B7;
}
.theme-legacy .header-search-wrap-two form button {
    right: 0;
    color: var(--tg-white);
}
.theme-legacy .menu-style-three .navbar-wrap ul {
    margin: 0 auto;
}

/* header-four */
.theme-legacy .header-top-wrap-three {
    background: var(--tg-secondary-color);
    padding: 11px 0;
}
.theme-legacy .header-top-left-two .list-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}
.theme-legacy .header-top-left-two .list-wrap li a {
    color: var(--tg-white);
    font-weight: 14px;
    font-weight: 600;
}
.theme-legacy .header-top-left-two .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.theme-legacy .header-top-right-two {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
}
.theme-legacy .offcanvas-toggle.offcanvas-toggle-two {
    border-right: none;
    width: auto;
}
.theme-legacy .header-top-right-two .header-top-social .list-wrap li a {
    font-size: 16px;
}
.theme-legacy .header-logo-area-two {
    padding: 35px 0 0;
}
.theme-legacy .header-search-wrap.header-search-wrap-three {
    display: flex;
    align-items: center;
}
.theme-legacy .header-search-wrap.header-search-wrap-three form {
    width: 200px;
}
.theme-legacy .header-search-wrap.header-search-wrap-three form input {
    width: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--tg-secondary-color);
    padding: 0 45px 0 0;
    line-height: 1.6;
    height: auto;
}
.theme-legacy .header-search-wrap.header-search-wrap-three form button {
    right: 0px;
    font-size: 24px;
    color: var(--tg-icon-color);
}
.theme-legacy .header-search-wrap.header-search-wrap-three form button:hover {
    color: var(--tg-secondary-color);
}
.theme-legacy .header-action.header-action-two .list-wrap {
    justify-content: flex-end;
}
.theme-legacy .menu-style-four .menu-nav {
    justify-content: center;
}
.theme-legacy .menu-style-four .navbar-wrap ul {
    margin: 0 auto;
}
.theme-legacy .menu-style-four .navbar-wrap ul li a {
    font-size: 16px;
    padding: 37px 20px;
}
.theme-legacy .menu-area.menu-style-four {
    border-bottom: none;
}

/* header-five */
.theme-legacy .header-logo-area-three {
    background: #12253E;
    padding: 35px 0;
}
.theme-legacy .hl-left-side-three {
    display: flex;
    align-items: center;
    gap: 25px;
}
.theme-legacy .hl-left-side-three .header-search {
    line-height: 0;
}
.theme-legacy .hl-left-side-three .header-search a {
    color: var(--tg-white);
    font-size: 20px;
}
.theme-legacy .hl-left-side-three .header-search a:hover {
    color: var(--tg-primary-color);
}
.theme-legacy .header-logo-area-three .header-top-social .list-wrap {
    gap: 18px;
}
.theme-legacy .header-logo-area-three .header-top-social .list-wrap li a {
    font-size: 16px;
    color: var(--tg-white);
}
.theme-legacy .header-logo-area-three .header-top-social .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.theme-legacy .menu-style-five .navbar-wrap ul li a {
    padding: 28px 0;
}

/* header-six */
.theme-legacy .header-top-wrap-four {
    background: var(--tg-secondary-color);
    padding: 5px 0;
}
.theme-legacy .header-top-left-four {
    display: flex;
    align-items: center;
    gap: 8px;
}
.theme-legacy .trending-box {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 4px 30px 4px 5px;
    position: relative;
    z-index: 1;
}
.theme-legacy .trending-box .shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.theme-legacy .trending-box .shape svg {
    overflow: visible;
    width: 100%;
    height: 100%;
}
.theme-legacy .trending-box .icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--tg-primary-color);
}
.theme-legacy .trending-box span {
    font-size: 13px;
    font-weight: 600;
    color: var(--tg-white);
}
.theme-legacy .ta-trending-slider {
    height: 40px;
    margin: 0;
}
.theme-legacy .ta-trending-slider .swiper-slide {
    display: flex;
    align-items: center;
}
.theme-legacy .trending-content a {
    color: #C7D2E0;
    font-size: 14px;
}
.theme-legacy .trending-content a:hover {
    color: var(--tg-white);
}
.theme-legacy .header-logo-area-four {
    padding: 35px 0;
    border-bottom: 1px solid var(--tg-gray);
}
.theme-legacy .hl-left-side-four .date {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-body-font-color);
    gap: 6px;
    font-family: var(--tg-heading-font-family);
}
.theme-legacy .hl-left-side-four .date i {
    line-height: 0;
    color: #6D757F;
}
.theme-legacy .hl-right-side-four {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.theme-legacy .hl-right-side-four .sign-in a {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-body-font-color);
    gap: 8px;
}
.theme-legacy .hl-right-side-four .sign-in a i {
    line-height: 0;
    font-size: 22px;
}
.theme-legacy .hl-right-side-four .sign-in a:hover {
    color: var(--tg-primary-color);
}
.theme-legacy .subscribe-btn .btn {
    padding: 15px 27px;
    text-transform: uppercase;
}
.theme-legacy .menu-area.menu-style-six {
    border-bottom: none;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
}
.theme-legacy .menu-style-six .navbar-wrap ul li a {
    padding: 28px 20px;
}
.theme-legacy .menu-style-six .navbar-wrap ul {
    margin: 0 auto;
}
.theme-legacy .menu-style-six .offcanvas-toggle {
    border-right: 1px solid var(--tg-gray);
    border-left: 1px solid var(--tg-gray);
    width: 70px;
}
.theme-legacy .menu-style-six .offcanvas-toggle a {
    padding: 15px 5px 15px 5px;
}
.theme-legacy .menu-style-six .offcanvas-toggle a span {
    background: var(--tg-body-font-color);
}
.theme-legacy .menu-style-six .menu-nav {
    align-items: normal;
}

/*=============================
	08. About
===============================*/
.theme-legacy .about-img {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}
.theme-legacy .about-img .left-img {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.theme-legacy .about-img img {
    border-radius: 8px;
}
.theme-legacy .about-img img.shape {
    position: absolute;
    left: -7%;
    bottom: -6%;
    z-index: -1;
    border-radius: 0;
}
.theme-legacy .about-content {
    width: 92%;
}
.theme-legacy .section-title-five .sub-title {
    display: block;
    line-height: 1;
    color: var(--tg-primary-color);
    font-weight: 700;
    font-family: var(--tg-heading-font-family);
    margin-bottom: 15px;
}
.theme-legacy .section-title-five .title {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 800;
}
.theme-legacy .about-content > span {
    font-size: 18px;
    font-weight: 700;
    display: block;
    color: var(--tg-secondary-color);
    font-family: var(--tg-heading-font-family);
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 18px;
}
.theme-legacy .about-content p {
    margin-bottom: 25px;
}
.theme-legacy .about-content .view-all-btn .btn {
    border: none;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    font-weight: 600;
    padding: 16px 20px;
}
.theme-legacy .about-content .view-all-btn .btn::before {
    background: var(--tg-secondary-color);
}
.theme-legacy .about-content .view-all-btn .btn:hover {
    background: var(--tg-primary-color);
}
.theme-legacy .about-content .view-all-btn .link-btn .svg-icon svg {
    color: var(--tg-white);
}


/*=============================
	09. Featured Post
===============================*/
.theme-legacy .featured-post-area {
    position: relative;
}
.theme-legacy .featured-post-wrap .row {
    --bs-gutter-x: 20px;
}
.theme-legacy .featured-post-wrap .row [class*="col-"] {
    padding: 0 10px;
}
.theme-legacy .featured-post-item {
    margin-bottom: 30px;
}
.theme-legacy .featured-post-thumb {
    border-radius: 6px;
    overflow: hidden;
}
.theme-legacy .featured-post-thumb img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}
.theme-legacy .featured-post-item:hover .featured-post-thumb img {
    transform: scale(1.1);
}
.theme-legacy .featured-post-content {
    position: relative;
    text-align: center;
    padding: 25px 0 0;
}
.theme-legacy .featured-post-content .post-tag {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -13px;
}
.theme-legacy .post-tag {
    color: var(--tg-white);
    font-family: var(--tg-heading-font-family);
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    background: var(--tg-primary-color);
    display: inline-block;
    border-radius: 3px;
    padding: 4px 10px;
    margin-bottom: 15px;
}
.theme-legacy .post-tag:hover {
    color: var(--tg-white);
    background: var(--tg-secondary-color);
}
.theme-legacy .featured-post-content .post-title {
    font-size: 24px;
    margin-bottom: 12px;
}
.theme-legacy .post-title a:hover {
    color: var(--tg-secondary-color);
}
.theme-legacy .post-title a {
    color: inherit;
    display: inline;
    padding-bottom: 0;
    -webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
    background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
}
.theme-legacy .featured-post-item:hover .post-title a {
    background-size: 100% 1px;
}
.theme-legacy .blog-post-meta .list-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.theme-legacy .blog-post-meta .list-wrap li {
    display: flex;
    align-items: center;
    color: var(--tg-icon-color);
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.52px;
    text-transform: uppercase;
    gap: 5px;
}
.theme-legacy .blog-post-meta .list-wrap li i {
    line-height: 0;
    font-size: 16px;
}
.theme-legacy .blog-post-meta .list-wrap li a {
    color: var(--tg-icon-color);
}
.theme-legacy .blog-post-meta .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.theme-legacy .featured-post-active .slick-arrow {
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -80px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    line-height: 0;
    color: var(--tg-white);
    font-weight: 700;
    font-size: 20px;
    background: var(--tg-primary-color);
    border: none;
    transform: rotate(180deg);
    z-index: 3;
    opacity: 0;
    transition: .3s linear;
}
.theme-legacy .featured-post-active .slick-arrow:hover {
    background: var(--tg-secondary-color);
}
.theme-legacy .featured-post-active .slick-next.slick-arrow {
    left: auto;
    right: -15px;
    transform: rotate(0);
}
.theme-legacy .featured-post-active:hover .slick-arrow {
    opacity: 1;
}

/*=============================
	10. Team
===============================*/
.theme-legacy .team-area {
    background: var(--tg-gray-three);
    padding: 80px 0 50px;
}
.theme-legacy .section-title-five p {
    margin-bottom: 0;
}
.theme-legacy .team-item {
    margin-bottom: 30px;
}
.theme-legacy .team-thumb {
    position: relative;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.theme-legacy .team-thumb img {
    width: 100%;
}
.theme-legacy .team-thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--tg-secondary-color);
    transition: .3s linear;
    opacity: 0;
}
.theme-legacy .team-item:hover .team-thumb::before {
    opacity: .5;
}
.theme-legacy .team-social .list-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    transition: .4s ease-in-out;
}
.theme-legacy .team-item:hover .team-social .list-wrap {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.theme-legacy .team-social .list-wrap li a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    border-radius: 50%;
    font-size: 22px;
}
.theme-legacy .team-social .list-wrap li a:hover {
    background: var(--tg-secondary-color);
    color: var(--tg-white);
}
.theme-legacy .team-content {
    border-radius: 0 0 8px 8px;
    background: var(--tg-white);
    text-align: center;
    padding: 20px 20px;
}
.theme-legacy .team-content .title {
    margin-bottom: 5px;
    font-size: 22px;
}
.theme-legacy .team-content span {
    font-weight: 500;
}

/*=============================
	12. Latest Post
===============================*/
.theme-legacy .section-title-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    position: relative;
    padding-bottom: 20px;
}
.theme-legacy .section-title .title {
    margin-bottom: 0;
    font-size: 28px;
}
.theme-legacy .section-title-line {
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid var(--tg-border-color);
    border-left: none;
    border-right: none;
}
.theme-legacy .section-title-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 40px;
    height: 5px;
    background: var(--tg-primary-color);
}
.theme-legacy .section-title-line::after {
    content: "";
    position: absolute;
    left: 36px;
    top: -1.5px;
    width: 10px;
    height: 6px;
    background: var(--tg-white);
    clip-path: polygon(40% 0, 100% 0%, 60% 100%, 0 100%);
}
.theme-legacy .view-all-btn .link-btn {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    border-radius: 4px;
    border: 1px solid #CFCFCF;
    padding: 10px 17px;
    color: var(--tg-secondary-color);
    gap: 10px;
    --arrow-hover-move-x: 110%;
    --arrow-hover-move-y: 100%;
}
.theme-legacy .view-all-btn .link-btn .svg-icon svg {
    color: var(--tg-primary-color);
    width: 10px;
    transition: all 0.3s ease-out 0s;
    transform: translateY(-2px);
}
.theme-legacy .view-all-btn .link-btn svg path {
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out;
}
.theme-legacy .view-all-btn .link-btn svg path:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s;
}
.theme-legacy .view-all-btn .link-btn svg path:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--arrow-hover-move-x))) translateY(var(--arrow-hover-move-y));
    opacity: .5;
    transition-delay: 0s, 0s;
}
.theme-legacy .view-all-btn .link-btn:hover svg path:nth-of-type(1) {
    transform: translateX(var(--arrow-hover-move-x)) translateY(calc(-1 * var(--arrow-hover-move-y)));
    opacity: 0;
    transition-delay: 0s, 0s;
}
.theme-legacy .view-all-btn .link-btn:hover svg path:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s;
}
.theme-legacy .view-all-btn .link-btn:hover {
    border-color: var(--tg-secondary-color);
    color: var(--tg-white);
    background: var(--tg-secondary-color);
}
.theme-legacy .view-all-btn .link-btn:hover .svg-icon svg {
    color: var(--tg-white);
}
.theme-legacy .latest-post-inner-wrap > .row > .col-70 {
    width: 69.7%;
    flex: 0 0 auto;
}
.theme-legacy .latest-post-inner-wrap > .row > .col-30 {
    width: 30.3%;
    flex: 0 0 auto;
}
.theme-legacy .latest-post-item-wrap > .row > .col-66 {
    width: 66.5%;
}
.theme-legacy .latest-post-item-wrap > .row > .col-34 {
    width: 33.5%;
}
.theme-legacy .latest-post-item.big-post .featured-post-thumb img {
    height: 390px;
    object-fit: cover;
    width: 100%;
}
.theme-legacy .latest-post-item.big-post .featured-post-content {
    padding: 30px 0 0;
}
.theme-legacy .latest-post-item.big-post .featured-post-content p {
    width: 90%;
    margin: 0 auto;
}
.theme-legacy .latest-post-item.big-post .featured-post-content .post-title {
    font-size: 28px;
}
.theme-legacy .latest-post-item.big-post:hover .featured-post-content .post-title a {
    background-size: 100% 2px;
}
.theme-legacy .latest-post-item.big-post .blog-post-meta .list-wrap {
    margin-bottom: 12px;
}
.theme-legacy .latest-post-item.small-post .featured-post-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.theme-legacy .latest-post-item.small-post .featured-post-content .post-title {
    font-size: 20px;
    line-height: 1.4;
}
.theme-legacy .latest-post-item.small-post {
    margin-bottom: 20px;
}
.theme-legacy .sidebar-wrap {
    margin-left: 40px;
    position: sticky;
    top: 100px;
}
.theme-legacy .sidebar-wrap.sidebar-wrap-two {
    top: 70px;
}
.theme-legacy .sidebar-avatar {
    text-align: center;
    position: relative;
    background: var(--tg-gray-three);
    padding: 100px 30px 45px;
    margin-top: 100px;
    z-index: 1;
}
.theme-legacy .sidebar-avatar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background: var(--tg-primary-color);
}
.theme-legacy .sidebar-avatar-thumb {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 180px;
    margin-top: -100px;
}
.theme-legacy .sidebar-avatar-thumb img {
    border-radius: 50%;
}
.theme-legacy .sidebar-avatar-content .title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 12px;
}
.theme-legacy .sidebar-avatar-content p {
    margin-bottom: 20px;
}
.theme-legacy .avatar-social .list-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.theme-legacy .avatar-social .list-wrap li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    border-radius: 50%;
    font-size: 15px;
}
.theme-legacy .avatar-social .list-wrap li a:hover {
    background: var(--tg-secondary-color);
}
.theme-legacy .sidebar-avatar-shape img {
    position: absolute;
    z-index: -1;
}
.theme-legacy .sidebar-avatar-shape img:nth-child(1) {
    right: 0;
    top: 0;
}
.theme-legacy .sidebar-avatar-shape img:nth-child(2) {
    left: 0;
    bottom: 0;
}
.theme-legacy .sidebar-widget {
    margin-bottom: 25px;
}
.theme-legacy .sidebar-widget:last-child {
    margin-bottom: 0;
}
.theme-legacy .widget-title {
    position: relative;
    padding-bottom: 20px;

}
.theme-legacy .widget-title .title {
    margin-bottom: 0;
    font-size: 22px;
    color:black;
}
.theme-legacy .sidebar-social-wrap .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}
.theme-legacy .sidebar-social-wrap .list-wrap li a {
    display: flex;
    align-items: center;
    background: var(--tg-teal);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--tg-secondary-color);
    gap: 10px;
    border-radius: 4px;
    padding: 10px 20px;
    min-width: 162px;
    justify-content: center;
}
.theme-legacy .sidebar-social-wrap .list-wrap li a i {
    font-size: 18px;
}
.theme-legacy .sidebar-social-wrap .list-wrap li a:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}

/* latest-post-two */
.theme-legacy .sidebar-avatar-two {
    background: var(--tg-gray-three);
    border-radius: 6px;
    padding: 25px 40px 40px;
    text-align: center;
}
.theme-legacy .sidebar-avatar-two .sidebar-avatar-thumb {
    position: inherit;
    width: 170px;
    margin-top: 0;
    transform: translateX(0);
    border: 5px solid var(--tg-white);
    border-radius: 50%;
    margin: 0 auto 20px;
    filter: drop-shadow(0px 20px 50px rgba(0, 0, 0, 0.10));
}
.theme-legacy .sidebar-avatar-two .sidebar-avatar-content p {
    margin-bottom: 20px;
    color: #6D757F;
    line-height: 1.5;
}
.theme-legacy .sidebar-avatar-two .avatar-social .list-wrap li a {
    width: 50px;
    height: 50px;
    background: var(--tg-white);
    color: var(--tg-secondary-color);
    border-radius: 50%;
    font-size: 20px;
    border: 1px solid #D0D0D0;
}
.theme-legacy .sidebar-avatar-two .avatar-social .list-wrap li a:hover {
    background: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
    color: var(--tg-white);
}
.theme-legacy .sidebar-social-wrap.sidebar-social-two .list-wrap li a {
    background: #F0F0F0;
}
.theme-legacy .sidebar-social-wrap.sidebar-social-two .list-wrap li a:hover {
    background: var(--tg-primary-color);
}

/*=============================
	13. Categories
===============================*/
.theme-legacy .categories-area {
    background: var(--tg-teal);
    position: relative;
    padding: 70px 0 40px;
    z-index: 1;
}
.theme-legacy .categories-shape-wrap img {
    position: absolute;
    z-index: -1;
}
.theme-legacy .categories-shape-wrap img:nth-child(1) {
    right: 0;
    top: 0;
}
.theme-legacy .categories-shape-wrap img:nth-child(2) {
    left: 0;
    bottom: 0;
}
.theme-legacy .section-title-two.text-center .title {
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 15px;
}
.theme-legacy .section-title-two.text-center .title::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 32px;
    height: 5px;
    background: var(--tg-primary-color);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
.theme-legacy .section-title p {
    width: 90%;
    margin: 0 auto;
}
.theme-legacy .categories-item {
    box-shadow: 0px 0px 30px #738C8C;
    border: 5px solid var(--tg-white);
    border-radius: 50%;
    position: relative;
    width: 190px;
    margin: 0 auto 30px;
}
.theme-legacy .categories-img {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.theme-legacy .categories-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--tg-secondary-color);
    opacity: 0;
    pointer-events: none;
    transition: all ease 0.8s;
    transform: scale(0);
    border-radius: 50%;
}
.theme-legacy .categories-item:hover .categories-img::after {
    opacity: 0.8;
    transform: scale(1);
}
.theme-legacy .categories-item:hover .categories-img img {
    transform: scale(1.08);
}
.theme-legacy .categories-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.theme-legacy .categories-content a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    color: var(--tg-white);
    background: var(--tg-primary-color);
    border-radius: 3px;
    padding: 6px 10px;
    line-height: 1;
}

/* categories-two */
.theme-legacy .section-title-wrap-three {
    display: flex;
    align-items: center;
    position: relative;
    gap: 15px;
}
.theme-legacy .section-title-wrap-three.text-center {
    justify-content: center;
}
.theme-legacy .section-title-three {
    display: flex;
    align-items: center;
    flex: 1;
}
.theme-legacy .section-title-three .title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 0;
    color: var(--tg-white);
    text-transform: capitalize;
    position: relative;
    padding: 8px 28px;
    z-index: 1;
    white-space: nowrap;
}
.theme-legacy .section-title-svg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.theme-legacy .section-title-svg svg {
    width: 100%;
    height: 100%;
    color: var(--tg-primary-color);
}
.theme-legacy .section-title-line-three {
    height: 5px;
    border: 1px solid var(--tg-border-color);
    border-right: none;
    border-left: none;
    flex-grow: 1;
    margin-left: -15px;
}
.theme-legacy .section-title-wrap-three.text-center .section-title-line-three {
    width: 100%;
}
.theme-legacy .categories-item-wrap-two .row {
    --bs-gutter-x: 42px;
}
.theme-legacy .categories-item-two {
    position: relative;
    margin-bottom: 30px;
}
.theme-legacy .categories-img-two {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}
.theme-legacy .categories-img-two img {
    height: 180px;
    object-fit: cover;
    width: 100%;
}
.theme-legacy .categories-item-two:hover .categories-img-two img {
    transform: scale(1.1);
}
.theme-legacy .categories-img-two::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.20) 100%);
    pointer-events: none;
}
.theme-legacy .categories-content-two {
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.theme-legacy .categories-content-two a {
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.30);
}
.theme-legacy .categories-item-two:hover .categories-content-two a {
    background: var(--tg-primary-color);
}

/*=============================
	14. Recipe Post
===============================*/
.theme-legacy .ta-overlay-post {
    position: relative;
    margin-bottom: 30px;
}
.theme-legacy .overlay-post-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}
.theme-legacy .overlay-post-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(24, 51, 84, 0.00) 0%, #183354 84.90%);
    border-radius: 6px;
    pointer-events: none;
}
.theme-legacy .overlay-post-thumb img {
    border-radius: 6px;
    width: 100%;
    height: 540px;
    object-fit: cover;
    object-position: center;
}
.theme-legacy .ta-overlay-post:hover .overlay-post-thumb a img {
    transform: scale(1.1);
}
.theme-legacy .overlay-post-content {
    position: absolute;
    left: 40px;
    bottom: 35px;
    right: 40px;
}
.theme-legacy .overlay-post-content .post-title {
    color: var(--tg-white);
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.28;
}
.theme-legacy .overlay-post-content .post-title a {
    background-size: 0 2px;
}
.theme-legacy .overlay-post-content .post-title a:hover {
    color: var(--tg-white);
}
.theme-legacy .ta-overlay-post:hover .overlay-post-content .post-title a {
    background-size: 100% 2px;
}
.theme-legacy .overlay-post-content .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.theme-legacy .overlay-post-content .blog-post-meta .list-wrap li a,
.theme-legacy .overlay-post-content .blog-post-meta .list-wrap li {
    color: var(--tg-white);
}
.theme-legacy .overlay-post-content .blog-post-meta .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.theme-legacy .ta-horizontal-post {
    display: flex;
    margin-bottom: 30px;
}
.theme-legacy .horizontal-post-thumb {
    overflow: hidden;
    width: 190px;
    flex: 0 0 auto;
    border-radius: 5px;
    margin-right: 30px;
}
.theme-legacy .horizontal-post-thumb img {
    height: 100%;
    object-fit: cover;
}
.theme-legacy .ta-horizontal-post:hover .horizontal-post-thumb img {
    transform: scale(1.08);
}
.theme-legacy .horizontal-post-content {
    display: flex;
    flex-direction: column;
    min-height: 160px;
    justify-content: center;
    align-items: flex-start;
}
.theme-legacy .horizontal-post-content .post-title {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.4;
}
.theme-legacy .ta-horizontal-post:hover .post-title a {
    background-size: 100% 1px;
}
.theme-legacy .horizontal-post-content .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.theme-legacy .ad-banner-img img {
    border-radius: 6px;
}
.theme-legacy .ad-banner-img-two img {
    border-radius: 0;
}

/*=============================
	15. Healthy Post
===============================*/
.theme-legacy .healthy-inner-wrap .row .col-70 {
    width: 69.7%;
    flex: 0 0 auto;
}
.theme-legacy .healthy-inner-wrap .row .col-30 {
    width: 30.3%;
    flex: 0 0 auto;
}
.theme-legacy .featured-post-item.healthy-post .featured-post-thumb img {
    height: 200px;
}
.theme-legacy .featured-post-item.healthy-post .featured-post-content .post-title {
    font-size: 20px;
    line-height: 1.4;
}
.theme-legacy .popular-post {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}
.theme-legacy .popular-post:last-child {
    margin-bottom: 0;
}
.theme-legacy .popular-post .thumb {
    width: 110px;
    flex: 0 0 auto;
    margin-right: 16px;
    border-radius: 5px;
    overflow: hidden;
}
.theme-legacy .popular-post:hover .thumb img {
    transform: scale(1.05);
}
.theme-legacy .post-tag-two {
    font-size: 13px;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    color: var(--tg-icon-color);
    border-radius: 3px;
    border: 1px solid #B8C1CD;
    padding: 4.5px 8px;
    margin-bottom: 8px;
    display: inline-block;
}
.theme-legacy .post-tag-two:hover {
    border-color: var(--tg-primary-color);
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.theme-legacy .popular-post .content .post-title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.4;
}
.theme-legacy .popular-post:hover .content .post-title a {
    background-size: 100% 1px;
}
.theme-legacy .popular-post .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.theme-legacy .sidebar-wrap.no-sticky {
    position: inherit;
}

/*=============================
	16. Spotlight Post
===============================*/
.theme-legacy .spotlight-post-inner-wrap .row .col-70 {
    width: 69.7%;
    flex: 0 0 auto;
}
.theme-legacy .spotlight-post-inner-wrap .row .col-30 {
    width: 30.3%;
    flex: 0 0 auto;
}
.theme-legacy .spotlight-post-item-wrap {
    margin-bottom: 30px;
}
.theme-legacy .spotlight-post-item-wrap .row .col-57 {
    width: 57.4%;
    flex: 0 0 auto;
}
.theme-legacy .spotlight-post-item-wrap .row .col-43 {
    width: 42.6%;
    flex: 0 0 auto;
}
.theme-legacy .spotlight-post {
    margin-bottom: 20px;
}
.theme-legacy .spotlight-post-thumb {
    border-radius: 6px;
    overflow: hidden;
}
.theme-legacy .spotlight-post.big-post .spotlight-post-thumb {
    margin-bottom: 20px;
}
.theme-legacy .spotlight-post.big-post .spotlight-post-thumb img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}
.theme-legacy .spotlight-post:hover .spotlight-post-thumb img {
    transform: scale(1.1);
}
.theme-legacy .spotlight-post.big-post .spotlight-post-content .post-title {
    font-size: 28px;
    margin-bottom: 18px;
    line-height: 1.28;
}
.theme-legacy .spotlight-post-content .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.theme-legacy .post-title.bold-underline a {
    background-size: 0 2px;
}
.theme-legacy .spotlight-post:hover .post-title.bold-underline a {
    background-size: 100% 2px;
}
.theme-legacy .spotlight-post.small-post {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}
.theme-legacy .spotlight-post.small-post .spotlight-post-thumb {
    width: 140px;
    flex: 0 0 auto;
}
.theme-legacy .spotlight-post.small-post .spotlight-post-thumb img {
    width: 140px;
    height: 100%;
    object-fit: cover;
}
.theme-legacy .spotlight-post.small-post .spotlight-post-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.theme-legacy .spotlight-post-content .post-title {
    margin-bottom: 13px;
    font-size: 20px;
    line-height: 1.3;
}
.theme-legacy .spotlight-post:hover .post-title a {
    background-size: 100% 1px;
}
.theme-legacy .ta-overlay-post-two {
    position: relative;
    margin-bottom: 10px;
}
.theme-legacy .overlay-post-thumb-two {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.theme-legacy .overlay-post-thumb-two::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.20) 100%);
    pointer-events: none;
}
.theme-legacy .overlay-post-thumb-two img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.theme-legacy .ta-overlay-post-two:hover .overlay-post-thumb-two img {
    transform: scale(1.1);
}
.theme-legacy .overlay-post-content-two {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
}
.theme-legacy .overlay-post-content-two .post-title {
    margin-bottom: 15px;
    font-size: 20px;
    color: var(--tg-white);
    line-height: 1.3;
}
.theme-legacy .overlay-post-content-two .post-title a:hover {
    color: var(--tg-white);
}
.theme-legacy .ta-overlay-post-two:hover .overlay-post-content-two .post-title a {
    background-size: 100% 1px;
}
.theme-legacy .post-tag-three {
    background: rgba(255, 255, 255, 0.30);
}
.theme-legacy .post-tag-three:hover {
    background: var(--tg-primary-color);
}
.theme-legacy .overlay-post-content-two .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.theme-legacy .popular-post-item-wrap .row {
    --bs-gutter-x: 10px;
}
.theme-legacy .widget-title-two {
    display: flex;
    align-items: center;
}
.theme-legacy .widget-title-two .title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 800;
    color: var(--tg-white);
    padding: 8px 28px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}
.theme-legacy .sidebar-newsletter {
    background: var(--tg-secondary-color);
    border-radius: 5px;
    text-align: center;
    padding: 50px 35px 30px;
    position: relative;
    z-index: 1;
}
.theme-legacy .sidebar-newsletter .icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #7B96B7;
    opacity: 0.1;
    top: 28px;
    font-size: 75px;
    line-height: 0;
    z-index: -1;
}
.theme-legacy .sidebar-newsletter .title {
    color: var(--tg-white);
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 25px;
}
.theme-legacy .sidebar-newsletter p {
    margin-bottom: 30px;
    color: var(--tg-white);
    font-weight: 500;
}
.theme-legacy .sidebar-newsletter-form form {
    position: relative;
}
.theme-legacy .sidebar-newsletter-form input {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: var(--tg-white);
    border: none;
    background: var(--tg-primary-color);
    border-radius: 5px;
    padding: 13px 45px 13px 20px;
    height: 50px;
}
.theme-legacy .sidebar-newsletter-form input::placeholder {
    color: var(--tg-white);
    font-size: 14px;
    font-weight: 400;
    opacity: .8;
}
.theme-legacy .sidebar-newsletter-form button {
    border: none;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: var(--tg-white);
    padding: 0;
    line-height: 1;
}
.theme-legacy .sidebar-newsletter-form button svg {
    width: 16px;
    height: 16px;
}
.theme-legacy .rc-post-wrap .popular-post {
    margin-bottom: 15px;
}
.theme-legacy .rc-post-wrap .popular-post:last-child {
    margin-bottom: 0;
}
.theme-legacy .sidebar-widget-two {
    margin-bottom: 50px;
}
.theme-legacy .sidebar-widget-two:last-child {
    margin-bottom: 0;
}
.theme-legacy .sidebar-categories .list-wrap li {
    margin-bottom: 5px;
}
.theme-legacy .sidebar-categories .list-wrap li:last-child {
    margin-bottom: 0;
}
.theme-legacy .sidebar-categories .list-wrap li a {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    justify-content: space-between;
    padding: 25px 25px;
    min-height: 80px;
    z-index: 1;
    --arrow-hover-move-x: 110%;
    --arrow-hover-move-y: 100%;
}
.theme-legacy .sidebar-categories .list-wrap li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 34.9%, rgba(0, 0, 0, 0.00) 97.88%);
    pointer-events: none;
    z-index: -1;
}
.theme-legacy .sidebar-categories .list-wrap li a .post-tag {
    margin-bottom: 0;
    border-radius: 30px;
    transition: all 0.3s ease-out 0s;
}
.theme-legacy .sidebar-categories .list-wrap li a:hover .post-tag {
    background: var(--tg-primary-color);
}
.theme-legacy .sidebar-categories .right-arrow svg {
    width: 16px;
    color: var(--tg-white);
    transition: all 0.3s ease-out 0s;
}
.theme-legacy .sidebar-categories .right-arrow svg path {
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out;
}
.theme-legacy .sidebar-categories .right-arrow svg path:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s;
}
.theme-legacy .sidebar-categories .right-arrow svg path:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--arrow-hover-move-x))) translateY(var(--arrow-hover-move-y));
    opacity: .5;
    transition-delay: 0s, 0s;
}
.theme-legacy .sidebar-categories .list-wrap li a:hover .right-arrow svg path:nth-of-type(1) {
    transform: translateX(var(--arrow-hover-move-x)) translateY(calc(-1 * var(--arrow-hover-move-y)));
    opacity: 0;
    transition-delay: 0s, 0s;
}
.theme-legacy .sidebar-categories .list-wrap li a:hover .right-arrow svg path:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s;
}

/*=============================
	17. Politics Post
===============================*/
.theme-legacy .section-title.section-title-four {
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 15px;
    justify-content: space-between;
}
.theme-legacy .section-title-four .title {
    font-size: 22px;
    flex: 0 0 auto;
}
.theme-legacy .section-title-four .section-title-line {
    position: relative;
    display: block;
}
.theme-legacy .politics-post {
    display: flex;
    gap: 28px;
}
.theme-legacy .politics-post-thumb {
    width: 330px;
    flex: 0 0 auto;
    overflow: hidden;
}
.theme-legacy .politics-post-thumb img {
    height: 295px;
    object-fit: cover;
    width: 100%;
}
.theme-legacy .politics-post:hover .politics-post-thumb img {
    transform: scale(1.1);
}
.theme-legacy .politics-post-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.theme-legacy .politics-post-content .post-title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 800;
}
.theme-legacy .politics-post:hover .politics-post-content .post-title a {
    background-size: 100% 1px;
}
.theme-legacy .politics-post-content p {
    margin-bottom: 18px;
}
.theme-legacy .politics-post-content .blog-post-meta {
    margin-bottom: 15px;
}
.theme-legacy .politics-post-wrap .row .col-69 {
    width: 69%;
    flex: 0 0 auto;
}
.theme-legacy .politics-post-wrap .row .col-31 {
    width: 31%;
    flex: 0 0 auto;
}
.theme-legacy .politics-post-wrap-two {
    position: relative;
    padding-left: 10px;
}
.theme-legacy .politics-post-wrap-two::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--tg-border-color);
}
.theme-legacy .politics-post-two {
    margin-bottom: 15px;
    border-bottom: 1px solid var(--tg-border-color);
    padding-bottom: 17px;
}
.theme-legacy .politics-post-two:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.theme-legacy .politics-post-content-two .post-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.4;
}
.theme-legacy .politics-post-content-two .post-title:hover a {
    background-size: 100% 1px;
}
.theme-legacy .politics-post-two .blog-post-meta .list-wrap {
    justify-content: flex-start;
}


/*=============================
	18. Trending Post
===============================*/
.theme-legacy .trending-post-inner .col-70 {
    width: 69.7%;
    flex: 0 0 auto;
}
.theme-legacy .trending-post-inner .col-30 {
    width: 30.3%;
    flex: 0 0 auto;
}
.theme-legacy .recent-post-wrap {
    margin-bottom: 30px;
}
.theme-legacy .recent-post-wrap .row .col-54 {
    width: 53.8%;
    flex: 0 0 auto;
}
.theme-legacy .recent-post-wrap .row .col-46 {
    width: 46.2%;
    flex: 0 0 auto;
}
.theme-legacy .overlay-post-two {
    position: relative;
    margin-bottom: 20px;
}
.theme-legacy .overlay-post-two:hover .overlay-post-thumb img {
    transform: scale(1.1);
}
.theme-legacy .overlay-post-two:hover .overlay-post-content .post-title a {
    background-size: 100% 2px;
}
.theme-legacy .overlay-post-two .overlay-post-content {
    left: 25px;
    bottom: 30px;
    right: 25px;
}
.theme-legacy .overlay-post-two .overlay-post-thumb::after {
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}
.theme-legacy .overlay-post-two .overlay-post-thumb img {
    height: 520px;
}
.theme-legacy .horizontal-post-two {
    display: flex;
    gap: 18px;
    flex-direction: row-reverse;
    margin-bottom: 20px;
}
.theme-legacy .horizontal-post-two .horizontal-post-thumb {
    width: 160px;
    flex: 0 0 auto;
    margin: 0;
}
.theme-legacy .horizontal-post-two:hover .horizontal-post-thumb img {
    transform: scale(1.1);
}
.theme-legacy .horizontal-post-two .horizontal-post-content .post-title {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.4;
}
.theme-legacy .horizontal-post-two:hover .horizontal-post-content .post-title a {
    background-size: 100% 1px;
}
.theme-legacy .trending-post-wrap {
    padding: 50px 0 20px;
}
.theme-legacy .trending-post {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
}
.theme-legacy .trending-post-thumb {
    width: 54%;
    flex: 0 0 auto;
    border-radius: 6px;
    overflow: hidden;
}
.theme-legacy .trending-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.theme-legacy .trending-post:hover .trending-post-thumb img {
    transform: scale(1.1);
}
.theme-legacy .trending-post-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.theme-legacy .trending-post-content .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.theme-legacy .trending-post-content .post-title {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.3;
}
.theme-legacy .trending-post:hover .trending-post-content .post-title a {
    background-size: 100% 2px;
}
.theme-legacy .trending-post-content .blog-post-meta {
    margin-bottom: 15px;
}
.theme-legacy .trending-post-content p {
    margin-bottom: 20px;
}
.theme-legacy .trending-post-two {
    margin-bottom: 30px;
}
.theme-legacy .trending-post-thumb-two {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
}
.theme-legacy .trending-post-thumb-two img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.theme-legacy .trending-post-two:hover .trending-post-thumb-two img {
    transform: scale(1.1);
}
.theme-legacy .trending-post-thumb-two .post-tag {
    position: absolute;
    left: 20px;
    top: 20px;
}
.theme-legacy .trending-post-content-two .post-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.4;
}
.theme-legacy .trending-post-two:hover .trending-post-content-two .post-title a {
    background-size: 100% 1px;
}
.theme-legacy .trending-post-content-two .blog-post-meta .list-wrap {
    justify-content: flex-start;
}

/* trending-post-two */
.theme-legacy .trending-post-area-two {
    background: var(--tg-teal);
    position: relative;
    padding: 80px 0;
    z-index: 1;
}
.theme-legacy .trending-shape-wrap img {
    position: absolute;
    z-index: -1;
}
.theme-legacy .trending-shape-wrap img:nth-child(1) {
    right: 0;
    top: 0;
}
.theme-legacy .trending-shape-wrap img:nth-child(2) {
    left: 0;
    bottom: 0;
}
.theme-legacy .trending-post-active [class*="col-"] {
    padding: 0 4px;
}
.theme-legacy .trending-post-active .slick-arrow {
    position: absolute;
    left: -15px;
    top: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    line-height: 0;
    color: var(--tg-white);
    font-weight: 700;
    font-size: 20px;
    background: var(--tg-primary-color);
    border: none;
    transform: translateY(-50%);
    z-index: 3;
    opacity: 0;
    transition: .3s linear;
}
.theme-legacy .trending-post-active .slick-prev.slick-arrow i {
    transform: rotate(180deg);
}
.theme-legacy .trending-post-active .slick-next.slick-arrow {
    left: auto;
    right: -15px;
}
.theme-legacy .trending-post-active .slick-arrow:hover {
    background: var(--tg-secondary-color);
}
.theme-legacy .trending-post-active:hover .slick-arrow {
    opacity: 1;
}
.theme-legacy .overlay-post-four .overlay-post-content-three {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
}
.theme-legacy .overlay-post-four .overlay-post-thumb-three {
    border-radius: 6px;
}
.theme-legacy .overlay-post-four .overlay-post-thumb-three::after {
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 74.67%);
}
.theme-legacy .overlay-post-four .overlay-post-thumb-three img {
    height: 420px;
}
.theme-legacy .overlay-post-four .overlay-post-content-three .post-title {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.4;
}
.theme-legacy .overlay-post-three.overlay-post-four:hover .post-title a {
    background-size: 100% 1px;
}

/* trending-post-three */
.theme-legacy .trending-post-area-three {
    background: #0C192A;
    padding: 70px 0 40px;
}
.theme-legacy .section-title.white-title .title {
    color: var(--tg-white);
}
.theme-legacy .section-title-line.black-line {
    border: 1px solid #253346;
    border-left: none;
    border-right: none;
}
.theme-legacy .section-title-line.black-line::after {
    background: #0C192A;
}
.theme-legacy .overlay-post-five {
    position: relative;
    margin-bottom: 30px;
}
.theme-legacy .overlay-post-thumb-five {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.theme-legacy .overlay-post-thumb-five img {
    width: 100%;
    height: 404px;
    object-fit: cover;
}
.theme-legacy .overlay-post-five:hover .overlay-post-thumb-five img {
    transform: scale(1.1);
}
.theme-legacy .overlay-post-thumb-five::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.20) 100%);
    pointer-events: none;
    border-radius: 6px;
}
.theme-legacy .overlay-post-content-five {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 35px;
}
.theme-legacy .overlay-post-content-five .post-title {
    margin-bottom: 15px;
    color: var(--tg-white);
    font-size: 28px;
    line-height: 1.3;
}
.theme-legacy .overlay-post-content-five .post-title a:hover {
    color: var(--tg-white);
}
.theme-legacy .overlay-post-five:hover .overlay-post-content-five .post-title a {
    background-size: 100% 2px;
}
.theme-legacy .overlay-post-content-five .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.theme-legacy .horizontal-post-three {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
}
.theme-legacy .horizontal-post-thumb-three {
    border-radius: 5px;
    width: 180px;
    overflow: hidden;
    flex: 0 0 auto;
}
.theme-legacy .horizontal-post-thumb-three img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.theme-legacy .horizontal-post-three:hover .horizontal-post-thumb-three img {
    transform: scale(1.1);
}
.theme-legacy .horizontal-post-content-three {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.theme-legacy .horizontal-post-content-three .post-title {
    color: var(--tg-white);
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.4;
}
.theme-legacy .horizontal-post-content-three .post-title a:hover {
    color: var(--tg-white);
}
.theme-legacy .horizontal-post-three:hover .horizontal-post-content-three .post-title a {
    background-size: 100% 1px ;
}


/*=============================
	19. Recent Post
===============================*/
.theme-legacy .recent-post-inner-wrap .row .col-70 {
    width: 69.7%;
    flex: 0 0 auto;
}
.theme-legacy .recent-post-inner-wrap .row .col-30 {
    width: 30.3%;
    flex: 0 0 auto;
}
.theme-legacy .sidebar-tab .nav-tabs {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    display: inline-flex;
    margin-bottom: 30px;
}
.theme-legacy .sidebar-tab .nav-tabs .nav-link {
    border: none;
    padding: 18px 35px;
    color: var(--tg-secondary-color);
    font-weight: 800;
    font-size: 18px;
    background: var(--tg-gray-three);
    line-height: 1;
    font-family: var(--tg-heading-font-color);
    border-radius: 0;
}
.theme-legacy .sidebar-tab .nav-tabs .nav-link.active {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.theme-legacy .popular-post-two {
    border-bottom: 1px solid var(--tg-gray-two);
    padding-bottom: 28px;
    margin-bottom: 29px;
}
.theme-legacy .popular-post-two:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

/*=============================
	20. Overlay Post
===============================*/
.theme-legacy .overlay-post-item-wrap .row {
    --bs-gutter-x: 4px;
}
.theme-legacy .overlay-post-item-wrap .row [class*="col-"] {
    padding: 0 2px;
}
.theme-legacy .overlay-post-three {
    position: relative;
}
.theme-legacy .overlay-post-thumb-three {
    position: relative;
    overflow: hidden;
}
.theme-legacy .overlay-post-thumb-three::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    pointer-events: none;
}
.theme-legacy .overlay-post-thumb-three img {
    width: 100%;
    height: 570px;
    object-fit: cover;
}
.theme-legacy .overlay-post-three:hover .overlay-post-thumb-three img {
    transform: scale(1.1);
}
.theme-legacy .overlay-post-content-three {
    position: absolute;
    left: 40px;
    right: 30px;
    bottom: 35px;
}
.theme-legacy .overlay-post-content-three .post-title {
    font-size: 28px;
    color: var(--tg-white);
    margin-bottom: 15px;
    line-height: 1.3;
}
.theme-legacy .overlay-post-content-three .post-title a:hover {
    color: var(--tg-white);
}
.theme-legacy .overlay-post-content-three .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.theme-legacy .overlay-post-three:hover .post-title a {
    background-size: 100% 2px;
}

/*=============================
	21. Mining Post
===============================*/
.theme-legacy .mining-post-inner .row .col-70 {
    width: 69.7%;
    flex: 0 0 auto;
}
.theme-legacy .mining-post-inner .row .col-30 {
    width: 30.3%;
    flex: 0 0 auto;
}


/*=============================
	22. Video Post
===============================*/
.theme-legacy .video-post-bg {
    background-size: cover;
    background-position: center;
    padding: 100px 0 70px;
}
.theme-legacy .section-title-three.black-title .section-title-line-three {
    border-color: #253346;
}
.theme-legacy .view-all-btn.view-all-btn-two .link-btn {
    border: none;
    padding: 11px 18px;
    background: rgba(255, 255, 255, 0.20);
    color: var(--tg-white);
}
.theme-legacy .video-post-item.big-post .video-post-thumb {
    margin-bottom: 20px;
}
.theme-legacy .video-post-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.theme-legacy .video-post-thumb .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.50);
    border-radius: 50%;
    color: var(--tg-white);
    font-size: 18px;
    z-index: 1;
}
.theme-legacy .video-post-item {
    margin-bottom: 30px;
}
.theme-legacy .video-post-thumb .play-btn:hover {
    background: var(--tg-primary-color);
}
.theme-legacy .video-post-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.37);
    pointer-events: none;
}
.theme-legacy .video-post-item.big-post .video-post-thumb img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.theme-legacy .video-post-item:hover .video-post-thumb img {
    transform: scale(1.1);
}
.theme-legacy .video-post-content .post-title {
    color: var(--tg-white);
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.3;
}
.theme-legacy .video-post-content .post-title a:hover {
    color: var(--tg-white);
}
.theme-legacy .video-post-item:hover .video-post-content .post-title a {
    background-size: 100% 1px;
}
.theme-legacy .video-post-item.big-post:hover .video-post-content .post-title a {
    background-size: 100% 2px;
}
.theme-legacy .video-post-content .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.theme-legacy .video-post-item.small-post {
    display: flex;
    gap: 30px;
}
.theme-legacy .video-post-item.small-post .video-post-thumb {
    width: 190px;
    flex: 0 0 auto;
}
.theme-legacy .video-post-item.small-post .video-post-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.theme-legacy .video-post-item.small-post .video-post-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.theme-legacy .video-post-item.small-post .video-post-thumb .play-btn {
    width: 50px;
    height: 50px;
    font-size: 16px;
}
.theme-legacy .video-post-item.small-post .video-post-content .post-title {
    font-size: 22px;
    line-height: 1.4;
}
.theme-legacy .video-small-post-wrap {
    position: relative;
    padding-left: 35px;
}
.theme-legacy .video-small-post-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #253346;
}

/*=============================
	23. Editor Post
===============================*/
.theme-legacy .editor-post-item {
    display: flex;
    gap: 30px;
}
.theme-legacy .editor-post-thumb {
    border-radius: 6px;
    overflow: hidden;
    width: 160px;
    flex: 0 0 auto;
}
.theme-legacy .editor-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.theme-legacy .editor-post-item:hover .editor-post-thumb img {
    transform: scale(1.1);
}
.theme-legacy .editor-post-content .post-title {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.4;
}
.theme-legacy .editor-post-item:hover .editor-post-content .post-title a {
    background-size: 100% 1px;
}
.theme-legacy .editor-post-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.theme-legacy .editor-nav {
    display: flex;
    align-items: center;
    gap: 5px;
}
.theme-legacy .editor-nav .slick-arrow {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 4px;
    padding: 0;
    border: 1px solid #CFCFCF;
    font-size: 14px;
}
.theme-legacy .editor-nav .slick-arrow:hover {
    background: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
    color: var(--tg-white);
}
.theme-legacy .editor-post-active [class*="col-"] {
    padding: 0 15px;
}

/* editor-post-two */
.theme-legacy .editor-post-item.editor-post-two {
    flex-direction: row-reverse;
    margin-bottom: 30px;
}

/* editor-post-three */
.theme-legacy .editor-post-area-three {
    background: #F9F9F9;
    /* padding: 30px 0;*/
    padding: 13px 0;
}
.theme-legacy .editor-post-active-two .col-lg-3 {
    padding: 0 20px;
}
.theme-legacy .editor-post-three {
    position: relative;
}
.theme-legacy .editor-post-three::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--tg-border-color);
}
.theme-legacy .editor-post-active-two .slick-active:last-child .editor-post-three::before {
    display: none;
}
.theme-legacy .editor-post-thumb-three {
    overflow: hidden;
    position: relative;
    margin-bottom: 18px;
}
.theme-legacy .editor-post-thumb-three .paly-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-white);
    border-radius: 50%;
    font-size: 18px;
}
.theme-legacy .editor-post-thumb-three .paly-btn:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.theme-legacy .editor-post-thumb-three img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.theme-legacy .editor-post-three:hover .editor-post-thumb-three img {
    transform: scale(1.1);
}
.theme-legacy .editor-post-content-three .post-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.3;
}
.theme-legacy .editor-post-three:hover .editor-post-content-three .post-title a {
    background-size: 100% 1px;
}
.theme-legacy .editor-post-content-three .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.theme-legacy .editor-post-content-three .post-tag-four {
    margin-bottom: 10px;
}
.theme-legacy .editor-nav-two {
    display: flex;
    align-items: center;
    gap: 5px;
}
.theme-legacy .editor-nav-two .slick-arrow {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 4px;
    padding: 0;
    border: 1px solid #CFCFCF;
    font-size: 14px;
}
.theme-legacy .editor-nav-two .slick-arrow:hover {
    background: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
    color: var(--tg-white);
}

/*=============================
	24. Weekly Post
===============================*/
.theme-legacy .weekly-post-inner-wrap .row .col-70 {
    width: 69.7%;
    flex: 0 0 auto;
}
.theme-legacy .weekly-post-inner-wrap .row .col-30 {
    width: 30.3%;
    flex: 0 0 auto;
}
.theme-legacy .weekly-post-item {
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
}
.theme-legacy .weekly-post-thumb {
    width: 440px;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 6px;
}
.theme-legacy .weekly-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.theme-legacy .weekly-post-item:hover .weekly-post-thumb img {
    transform: scale(1.1);
}
.theme-legacy .weekly-post-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.theme-legacy .weekly-post-content .post-title {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.4;
}
.theme-legacy .weekly-post-item:hover .weekly-post-content .post-title a {
    background-size: 100% 1px;
}
.theme-legacy .weekly-post-content .blog-post-meta {
    margin-bottom: 15px;
}
.theme-legacy .weekly-post-content p {
    margin-bottom: 20px;
}
.theme-legacy .weekly-post-content .view-all-btn .link-btn {
    font-weight: 600;
}
.theme-legacy .hot-post-item {
    margin-bottom: 20px;
}
.theme-legacy .hot-post-item:last-child {
    margin-bottom: 0;
}
.theme-legacy .hot-post-thumb {
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
}
.theme-legacy .hot-post-thumb img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}
.theme-legacy .hot-post-item:hover .hot-post-thumb img {
    transform: scale(1.1);
}
.theme-legacy .hot-post-content .post-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.3;
}
.theme-legacy .hot-post-item:hover .hot-post-content .post-title a {
    background-size: 100% 1px;
}
.theme-legacy .hot-post-content .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.theme-legacy .sidebar-img img {
    border-radius: 5px;
}

/* weekly-post-two */
.theme-legacy .weekly-post-item.weekly-post-two {
    flex-direction: row-reverse;
    margin-bottom: 30px;
}
.theme-legacy .sidebar-overlay-post {
    position: relative;
    margin-bottom: 25px;
}
.theme-legacy .so-post-thumb {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.theme-legacy .so-post-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    pointer-events: none;
}
.theme-legacy .so-post-thumb img {
    width: 100%;
    height: 364px;
    object-fit: cover;
}
.theme-legacy .sidebar-overlay-post:hover .so-post-thumb img {
    transform: scale(1.1);
}
.theme-legacy .so-post-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 25px;
}
.theme-legacy .so-post-content .post-title {
    color: var(--tg-white);
    font-size: 20px;
    line-height: 1.4;
}
.theme-legacy .so-post-content .post-title a:hover {
    color: var(--tg-white);
}
.theme-legacy .sidebar-overlay-post:hover .so-post-content .post-title a {
    background-size: 100% 1px;
}
.theme-legacy .so-post-content .blog-post-meta .list-wrap {
    justify-content: flex-start;
}

/* weekly-post-three */
.theme-legacy .weekly-post-three {
    margin-bottom: 30px;
}
.theme-legacy .weekly-post-three .weekly-post-thumb {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}
.theme-legacy .weekly-post-three .weekly-post-thumb .post-tag {
    position: absolute;
    left: 30px;
    top: 30px;
}
.theme-legacy .weekly-post-three .weekly-post-thumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.theme-legacy .weekly-post-three:hover .weekly-post-thumb img {
    transform: scale(1.1);
}
.theme-legacy .weekly-post-three:hover .weekly-post-content .post-title a {
    background-size: 100% 1px;
}
.theme-legacy .weekly-post-three .weekly-post-content p {
    margin-bottom: 0;
}
.theme-legacy .sidebar-newsletter-form-two .form-grp input {
    width: 100%;
    border: none;
    border-radius: 5px;
    background: var(--tg-white);
    text-align: center;
    font-size: 14px;
    padding: 13px 20px;
    color: var(--tg-secondary-color);
    height: 50px;
}
.theme-legacy .sidebar-newsletter-form-two .form-grp input::placeholder {
    font-size: 14px;
    color: #6D757F;
}
.theme-legacy .sidebar-newsletter-form-two .btn {
    width: 100%;
    background: var(--tg-primary-color);
    justify-content: center;
    text-transform: uppercase;
    margin-top: 15px;
}
.theme-legacy .sidebar-newsletter-form-two .btn::before {
    background: var(--tg-white);
}
.theme-legacy .sidebar-newsletter-form-two .btn:hover {
    color: var(--tg-primary-color);
}
.theme-legacy .form-check {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.theme-legacy .form-check .form-check-input {
    border-radius: 3px;
    border: 1px solid #436793;
    margin: 0 8px 0 0;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    background-color: var(--tg-secondary-color);
    cursor: pointer;
}
.theme-legacy .form-check .form-check-input:focus {
    outline: 0;
    box-shadow: none;
}
.theme-legacy .form-check label {
    text-align: left;
    font-size: 14px;
    color: #7488A1;
    user-select: none;
}

/* weekly-post-four */
.theme-legacy .weekly-post-item.weekly-post-four {
    margin-bottom: 40px;
}

/*=============================
	25. Top News Post
===============================*/
.theme-legacy .top-news-post {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}
.theme-legacy .top-news-post-thumb {
    width: 460px;
    flex: 0 0 auto;
    position: relative;
    overflow: hidden;
}
.theme-legacy .top-news-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.theme-legacy .top-news-post:hover .top-news-post-thumb img {
    transform: scale(1.1);
}
.theme-legacy .top-news-post-thumb .paly-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-white);
    border-radius: 50%;
    font-size: 18px;
}
.theme-legacy .top-news-post-thumb .paly-btn:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.theme-legacy .top-news-post-content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.theme-legacy .top-news-post-content .post-title {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
}
.theme-legacy .top-news-post:hover .top-news-post-content .post-title a {
    background-size: 100% 2px;
}
.theme-legacy .top-news-post-content .blog-post-meta {
    margin-bottom: 15px;
}
.theme-legacy .top-news-post-content p {
    margin-bottom: 15px;
}
.theme-legacy .horizontal-post-four {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 30px;
}
.theme-legacy .horizontal-post-thumb-four {
    width: 100px;
    flex: 0 0 auto;
    overflow: hidden;
}
.theme-legacy .horizontal-post-thumb-four img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 100px;
}
.theme-legacy .horizontal-post-four:hover .horizontal-post-thumb-four img {
    transform: scale(1.1);
}
.theme-legacy .horizontal-post-content-four {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.theme-legacy .horizontal-post-content-four .post-title {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}
.theme-legacy .horizontal-post-four:hover .horizontal-post-content-four .post-title a {
    background-size: 100% 1px;
}
.theme-legacy .horizontal-post-content-four .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.theme-legacy .horizontal-post-content-four .post-tag-four {
    margin-bottom: 6px;
}
.theme-legacy .sports-post-thumb {
    overflow: hidden;
    margin-bottom: 15px;
}
.theme-legacy .sports-post-thumb img {
    width: 100%;
    height: 378px;
    object-fit: cover;
}
.theme-legacy .sports-post:hover .sports-post-thumb img {
    transform: scale(1.1);
}
.theme-legacy .sports-post-content .post-title {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 24px;
}
.theme-legacy .sports-post:hover .sports-post-content .post-title a {
    background-size: 100% 2px;
}
.theme-legacy .sports-post-content .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.theme-legacy .sports-post-content .post-tag-four {
    margin-bottom: 6px;
}
.theme-legacy .horizontal-post-four.horizontal-post-five {
    flex-direction: row;
    justify-content: flex-start;
}
.theme-legacy .horizontal-post-four.horizontal-post-five:last-child {
    margin-bottom: 0;
}
.theme-legacy .sidebar-wrap.sidebar-wrap-four {
    margin-left: 0;
    top: 90px;
}
.theme-legacy .hot-post-item-two {
    border-bottom: 1px solid var(--tg-border-color);
    padding-bottom: 20px;
}
.theme-legacy .hot-post-item-two:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.theme-legacy .hot-post-item-two .hot-post-thumb {
    border-radius: 0;
}
.theme-legacy .hot-post-item-two .post-tag-four {
    margin-bottom: 5px;
}
.theme-legacy .hot-post-item-two .hot-post-content .post-title {
    font-size: 18px;
    line-height: 1.4;
}
.theme-legacy .sidebar-newsletter.sidebar-newsletter-two {
    border-radius: 0;
    padding: 40px 30px 30px;
}
.theme-legacy .sidebar-newsletter.sidebar-newsletter-two .title {
    font-size: 20px;
    margin-bottom: 10px;
}
.theme-legacy .sidebar-newsletter.sidebar-newsletter-two p {
    margin-bottom: 25px;
}
.theme-legacy .sidebar-newsletter.sidebar-newsletter-two .form-check label {
    font-size: 13px;
}

/*=============================
	26. Coin
===============================*/
.theme-legacy .coin-area {
    padding: 50px 0 50px;
}
.theme-legacy .coin-item-wrap .row {
    --bs-gutter-x: 20px;
}
.theme-legacy .coin-item-wrap .row .col {
    padding: 0 10px;
}
.theme-legacy .coin-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.theme-legacy .coin-item .icon {
    width: 40px;
    flex: 0 0 auto;
    border-radius: 50%;
    overflow: hidden;
}
.theme-legacy .coin-item .content .title {
    font-size: 15px;
    margin-bottom: 5px;
    white-space: nowrap;
}
.theme-legacy .coin-item .content .title span {
    font-size: 12px;
    font-weight: 600;
}
.theme-legacy .coin-item .content > span {
    font-size: 13px;
    font-weight: 600;
    display: block;
    font-family: var(--tg-heading-font-family);
    line-height: 1;
}


/*=============================
	27. Author
===============================*/
.theme-legacy .author-inner-wrap .row .col-70 {
    width: 69.7%;
    flex: 0 0 auto;
}
.theme-legacy .author-inner-wrap .row .col-30 {
    width: 30.3%;
    flex: 0 0 auto;
}
.theme-legacy .author-wrap {
    display: flex;
    align-items: flex-start;
    background: var(--tg-gray-three);
    border-radius: 8px;
    padding: 38px 30px 38px;
    gap: 30px;
    border: 1px solid #EEE;
    margin-bottom: 45px;
}
.theme-legacy .author-thumb {
    width: 152px;
    flex: 0 0 auto;
}
.theme-legacy .author-thumb img {
    border-radius: 50%;
    box-shadow: 0px 4px 20px 0px #D0D0D0;
    border: 4px solid var(--tg-white);
}
.theme-legacy .author-content .name {
    margin-bottom: 10px;
    font-size: 20px;
}
.theme-legacy .author-content p {
    margin-bottom: 15px;
}
.theme-legacy .author-social .list-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}
.theme-legacy .author-social .list-wrap li {
    line-height: 1;
}
.theme-legacy .author-social .list-wrap li a {
    color: var(--tg-secondary-color);
}
.theme-legacy .author-social .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.theme-legacy .sidebar-search form {
    position: relative;
}
.theme-legacy .sidebar-search form input {
    width: 100%;
    border: 1px solid var(--tg-gray);
    border-radius: 6px;
    font-size: 15px;
    color: var(--tg-secondary-color);
    padding: 14px 60px 14px 20px;
    height: 55px;
    font-weight: 500;
    background: transparent;
}
.theme-legacy .sidebar-search form input::placeholder {
    font-size: 15px;
    font-weight: 500;
}
.theme-legacy .sidebar-search form button {
    border: none;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    border-radius: 4px;
    color: var(--tg-white);
    line-height: 0;
    font-size: 20px;
}
.theme-legacy .sidebar-search form button:hover {
    background: var(--tg-secondary-color);
}
.theme-legacy .blog-inner-wrap .sidebar-wrap {
    margin-left: 0;
    margin-right: 40px;
}


/*=============================
	29. Instagram
===============================*/
.theme-legacy .instagram-inner-wrap {
    padding: 0 10px;
}
.theme-legacy .instagram-inner-wrap .row {
    --bs-gutter-x: 10px;
}
.theme-legacy .instagram-inner-wrap .row .col {
    padding: 0 5px;
}
.theme-legacy .instagram-item {
    margin-bottom: 10px;
    overflow: hidden;
}
.theme-legacy .instagram-item a {
    position: relative;
}
.theme-legacy .instagram-item a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--tg-secondary-color);
    opacity: 0;
    pointer-events: none;
    transition: all ease 0.8s;
    transform: scale(0);
}
.theme-legacy .instagram-item a::before {
    content: "\f16d";
    position: absolute;
    z-index: 2;
    font-family: "Font Awesome 5 Brands";
    font-weight: 500;
    font-size: 30px;
    color: var(--tg-white);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.theme-legacy .instagram-item a:hover::before {
    visibility: visible;
    opacity: 1;
}
.theme-legacy .instagram-item:hover a::after {
    opacity: .8;
    transform: scale(1);
}
.theme-legacy .instagram-item img {
    height: 200px;
    object-fit: cover;
}
.theme-legacy .instagram-item img:hover {
    transform: scale(1.1);
}


/*=============================
	30. Contact
===============================*/
.theme-legacy .contact-info-item {
    display: flex;
    align-items: center;
    background: var(--tg-gray-three);
    border-radius: 6px;
    border: 1px solid #E0E0E0;
    padding: 30px 30px 30px;
    gap: 50px;
    margin-bottom: 35px;
}
.theme-legacy .contact-info-item .content {
    position: relative;
}
.theme-legacy .contact-info-item .content::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 50px;
    background: #D7D7D7;
}
.theme-legacy .contact-info-item .content .title {
    margin-bottom: 10px;
    font-size: 20px;
}
.theme-legacy .contact-info-item .content p {
    margin-bottom: 0;
    font-weight: 500;
    color: var(--tg-secondary-color);
    font-family: var(--tg-heading-font-family);
}
.theme-legacy .contact-img {
    margin-bottom: 30px;
}
.theme-legacy .contact-img img {
    border-radius: 8px;
}
.theme-legacy .contact-form .row {
    --bs-gutter-x: 20px;
}
.theme-legacy .contact-form {
    border-radius: 8px;
    background: var(--tg-gray-three);
    padding: 45px 50px 50px;
    margin-bottom: 30px;
}
.theme-legacy .contact-form .title {
    margin-bottom: 8px;
    font-size: 24px;
}
.theme-legacy .contact-form p {
    margin-bottom: 20px;
    font-weight: 500;
    font-family: var(--tg-heading-font-family);
}
.theme-legacy .contact-form .form-grp {
    margin-bottom: 15px;
}
.theme-legacy .contact-form .form-grp textarea,
.theme-legacy .contact-form .form-grp input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #D6D6D6;
    background: var(--tg-white);
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-secondary-color);
    padding: 12px 15px;
    height: 50px;
    display: block;
}
.theme-legacy .contact-form .form-grp textarea::placeholder,
.theme-legacy .contact-form .form-grp input::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-icon-color);
}
.theme-legacy .contact-form .form-grp textarea {
    min-height: 155px;
    max-height: 155px;
}
.theme-legacy .contact-form form .btn {
    font-size: 18px;
    padding: 16px 45px;
}
.theme-legacy .contact-map {
    width: 100%;
    height: 530px;
}
.theme-legacy .contact-map iframe {
    width: 100%;
    height: 100%;
    mix-blend-mode: luminosity;
}
.theme-legacy .ajax-response.error,
.theme-legacy .ajax-response.success {
  margin: 10px 0 0 !important;
}
.theme-legacy .ajax-response.error {
  color: red;
}
.theme-legacy .ajax-response.success {
  color: green;
}

/*=============================
	31. Footer
===============================*/
.theme-legacy .footer-area {
    background: var(--tg-black);
}
.theme-legacy .footer-top {
    padding: 100px 0 60px;
    position: relative;
    z-index: 1;
}
.theme-legacy .footer-shape {
    background-size: cover;
    background-position: center;
    height: 61px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.theme-legacy .footer-widget {
    margin-bottom: 40px;
}
.theme-legacy .fw-logo {
    margin-bottom: 20px;
}
.theme-legacy .footer-content p {
    margin-bottom: 0;
    color: var(--tg-gray-two);
    width: 95%;
}
.theme-legacy .footer-widget .fw-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: var(--tg-white);
    font-size: 20px;
    font-weight: 800;
}
.theme-legacy .footer-widget .fw-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 5px;
    background: var(--tg-primary-color);
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
.theme-legacy .footer-link-wrap .list-wrap li {
    margin-bottom: 8px;
}
.theme-legacy .footer-link-wrap .list-wrap li:last-child {
    margin-bottom: 0;
}
.theme-legacy .footer-link-wrap .list-wrap li a {
    color: var(--tg-gray-two);
    font-size: 15px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
}
.theme-legacy .footer-link-wrap .list-wrap li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--tg-gray-two);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}
.theme-legacy .footer-link-wrap .list-wrap li a:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.theme-legacy .footer-top .row [class*="col-"]:nth-child(3) .footer-widget {
    margin-left: 55px;
}
.theme-legacy .footer-bottom {
    border-top: 1px solid #202E3F;
    padding: 35px 0;
}
.theme-legacy .footer-bottom-menu .list-wrap {
    display: flex;
    align-items: center;
    gap: 25px;
}
.theme-legacy .footer-bottom-menu .list-wrap li {
    position: relative;
}
.theme-legacy .footer-bottom-menu .list-wrap li::before {
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #7C91AA;
}
.theme-legacy .footer-bottom-menu .list-wrap li:last-child::before {
    display: none;
}
.theme-legacy .footer-bottom-menu .list-wrap li a {
    color: #7C91AA;
    position: relative;
}
.theme-legacy .footer-bottom-menu .list-wrap li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #7C91AA;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}
.theme-legacy .footer-bottom-menu .list-wrap li a:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.theme-legacy .copyright-text p {
    margin-bottom: 0;
    color: #7C91AA;
    text-align: right;
}

/* footer-two */
.theme-legacy .footer-area-two {
    margin-top: -100px;
    padding: 100px 0 0;
}

/* footer-three */
.theme-legacy .footer-top-two {
    background: #0C192A;
    padding: 35px 0;
    position: relative;
    z-index: 1;
}
.theme-legacy .footer-shape-two {
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 95px;
    z-index: -1;
}
.theme-legacy .footer-content-two {
    text-align: center;
}
.theme-legacy .footer-content-two p {
    margin-bottom: 45px;
    color: var(--tg-gray-two);
    text-transform: capitalize;
}
.theme-legacy .footer-social .list-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 50px;
}
.theme-legacy .footer-social .list-wrap li a {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--tg-white);
    gap: 8px;
}
.theme-legacy .footer-social .list-wrap li a i {
    font-size: 20px;
}
.theme-legacy .footer-social .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.theme-legacy .footer-bottom-two {
    background: #061120;
    padding: 26px 0;
}
.theme-legacy .copyright-text-two p {
    margin-bottom: 0;
    text-align: left;
    color: white;
    font-size:12px;
}

/* footer-four */
.theme-legacy .footer-top-three .footer-content p {
    color: var(--tg-body-font-color);
}
.theme-legacy .footer-top-three .footer-widget .fw-title {
    color: var(--tg-secondary-color);
}
.theme-legacy .footer-top-three .footer-link-wrap .list-wrap li a {
    color: var(--tg-body-font-color);
}
.theme-legacy .footer-top-three .footer-link-wrap .list-wrap li a:hover {
    color: var(--tg-secondary-color);
}
.theme-legacy .footer-top-three .footer-link-wrap .list-wrap li a::before {
    background: var(--tg-secondary-color);
}
.theme-legacy .footer-bottom-three {
    border-color: var(--tg-border-color);
}
.theme-legacy .footer-bottom-three .footer-bottom-menu .list-wrap li a {
    color: var(--tg-body-font-color);
}
.theme-legacy .footer-bottom-three .footer-bottom-menu .list-wrap li a:hover {
    color: var(--tg-secondary-color);
}
.theme-legacy .footer-bottom-three .footer-bottom-menu .list-wrap li a::before {
    background: var(--tg-secondary-color);
}
.theme-legacy .footer-bottom-three .copyright-text p {
    color: var(--tg-body-font-color);
}

/* =========================================================
   CategorySectionLegacy — CSS Grid port (F3 revert)
   Bootstrap .row + .col-lg-3 col-md-6 replaced with native
   CSS Grid. No negative margin bleed, no section padding.
   Title + first card + grid-right all flush with parent zone.
   ========================================================= */
.theme-legacy .legacy-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}
@media (max-width: 991px) {
    .theme-legacy .legacy-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 575px) {
    .theme-legacy .legacy-category-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}
/* === 06. Banner Post (cekildi: source/main-core.css 336-806) === */

/*=============================
	06. Banner Post
===============================*/
.theme-legacy .banner-post-item {
    position: relative;
}
.theme-legacy .banner-post-thumb {
    overflow: hidden;
    position: relative;
}
.theme-legacy .banner-post-thumb::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(360deg, rgba(0, 5, 11, 0.89) 0%, rgba(10, 23, 41, 0.00) 100%);
    pointer-events: none;
}
.theme-legacy .banner-post-thumb img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}
.theme-legacy .banner-post-item:hover .banner-post-thumb img {
    transform: scale(1.1);
}
.theme-legacy .banner-post-content {
    text-align: center;
    position: absolute;
    left: 100px;
    right: 100px;
    bottom: 50px;
}
.theme-legacy .banner-post-content .post-title {
    color: var(--tg-white);
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.28;
}
.theme-legacy .banner-post-content .post-title a {
    background-size: 0 2px;
}
.theme-legacy .banner-post-content .post-title a:hover {
    color: var(--tg-white);
}
.theme-legacy .banner-post-item:hover .banner-post-content .post-title a {
    background-size: 100% 2px;
}
.theme-legacy .blog-post-meta.white-blog-meta .list-wrap li {
    color: var(--tg-gray-two);
}
.theme-legacy .blog-post-meta.white-blog-meta .list-wrap li a {
    color: var(--tg-gray-two);
}
.theme-legacy .blog-post-meta.white-blog-meta .list-wrap li a:hover {
    color: var(--tg-primary-color);
}

/* banner-post-two */
.theme-legacy .banner-post-inner .row {
    --bs-gutter-x: 20px;
}
.theme-legacy .banner-post-inner .row .col-70 {
    width: 69.7%;
    flex: 0 0 auto;
}
.theme-legacy .banner-post-inner .row .col-30 {
    width: 30.3%;
    flex: 0 0 auto;
}
.theme-legacy .banner-post-two {
    position: relative;
    margin-bottom: 20px;
}
.theme-legacy .banner-post-two.big-post .banner-post-thumb-two img {
    width: 100%;
    height: 615px;
    object-fit: cover;
}
.theme-legacy .banner-post-two:hover .banner-post-thumb-two img {
    transform: scale(1.1);
}
.theme-legacy .banner-post-thumb-two {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.theme-legacy .banner-post-thumb-two::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.89) 16.31%, rgba(10, 23, 41, 0.00) 108.6%);
    pointer-events: none;
}
.theme-legacy .banner-post-content-two {
    position: absolute;
    left: 40px;
    bottom: 40px;
    right: 50px;
}
.theme-legacy .banner-post-content-two .post-title {
    font-size: 28px;
    color: var(--tg-white);
    margin-bottom: 15px;
    line-height: 1.4;
}
.theme-legacy .banner-post-content-two .post-title a:hover {
    color: var(--tg-white);
}
.theme-legacy .banner-post-content-two .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.theme-legacy .banner-post-two.big-post:hover .banner-post-content-two .post-title a {
    background-size: 100% 2px;
}
.theme-legacy .banner-post-two:hover .banner-post-content-two .post-title a {
    background-size: 100% 1px;
}
.theme-legacy .banner-post-two.small-post .banner-post-content-two {
    left: 25px;
    right: 25px;
    bottom: 20px;
}
.theme-legacy .banner-post-two.small-post .banner-post-content-two .post-title {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.3;
}
.theme-legacy .banner-post-two.small-post .banner-post-thumb-two img {
    width: 100%;
    height: 192px;
    object-fit: cover;
}

/* banner-post-three */
.theme-legacy .banner-post-three {
    position: relative;
}
.theme-legacy .banner-post-thumb-three {
    position: relative;
    overflow: hidden;
}
.theme-legacy .banner-post-thumb-three::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.89) 0%, rgba(0, 0, 0, 0.55) 0.01%,
    rgba(10, 23, 41, 0.00) 53.96%);
    pointer-events: none;
}
.theme-legacy .banner-post-thumb-three img {
    width: 100%;
    height: 530px;
    object-fit: cover;
}
.theme-legacy .banner-post-three:hover .banner-post-thumb-three img {
    transform: scale(1.1);
}
.theme-legacy .banner-post-content-three {
    text-align: center;
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 60px;
}
.theme-legacy .banner-post-content-three .post-title {
    color: var(--tg-white);
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.4;
}
.theme-legacy .banner-post-content-three .post-title a:hover {
    color: var(--tg-white);
}
.theme-legacy .banner-post-three:hover .banner-post-content-three .post-title a {
    background-size: 100% 2px;
}

/* banner-post-four */
.theme-legacy .banner-post-four {
    position: relative;
    margin-bottom: 30px;
}
.theme-legacy .banner-post-thumb-four {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.theme-legacy .banner-post-thumb-four::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 5, 11, 0.89) 9.22%, rgba(10, 23, 41, 0.18) 100%);
    pointer-events: none;
    border-radius: 6px;
}
.theme-legacy .banner-post-thumb-four img {
    width: 100%;
    height: 422px;
    object-fit: cover;
}
.theme-legacy .banner-post-four:hover .banner-post-thumb-four img {
    transform: scale(1.1);
}
.theme-legacy .banner-post-content-four {
    text-align: center;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 55px;
}
.theme-legacy .banner-post-content-four .post-title {
    color: var(--tg-white);
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.3;
}
.theme-legacy .banner-post-content-four .post-title a:hover {
    color: var(--tg-white);
}
.theme-legacy .banner-post-four:hover .banner-post-content-four .post-title a {
    background-size: 100% 2px;
}

/* banner-post-five */
.theme-legacy .news-banner-post-wrap .row .col-33 {
    /*  width: 33.2%;*/
    width: 45%;
    flex: 0 0 auto;
}
.theme-legacy .news-banner-post-wrap .row .col-67 {
    /*width: 66.8%;*/
    width: 55%; flex: 0 0 auto;
}
.theme-legacy .news-banner-small-post {
    padding-right: 10px;
    position: relative;
}
.theme-legacy .news-banner-small-post::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--tg-border-color);
}
.theme-legacy .banner-post-five {
    margin-bottom: 25px;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 25px;
}
.theme-legacy .banner-post-five:last-child {
    padding: 0;
    border: none;
}
.theme-legacy .banner-post-thumb-five {
    overflow: hidden;
    margin-bottom: 12px;
    position: relative;
}
.theme-legacy .banner-post-thumb-five img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.theme-legacy .banner-post-five:hover .banner-post-thumb-five img {
    transform: scale(1.1);
}
.theme-legacy .post-tag-four {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    line-height: 1.4;
    color: var(--tg-icon-color);
    margin-bottom: 12px;
}
.theme-legacy .banner-post-content-five .post-title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
}
.theme-legacy .banner-post-five:hover .banner-post-content-five .post-title a {
    background-size: 100% 1px;
}
.theme-legacy .banner-post-content-five .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.theme-legacy .banner-post-six {
    margin-bottom: 30px;
}
.theme-legacy .banner-post-thumb-six {
    overflow: hidden;
    margin-bottom: 20px;
}
.theme-legacy .banner-post-thumb-six img {
    width: 100%;
    height: 428px;
    object-fit: cover;
}
.theme-legacy .banner-post-six:hover .banner-post-thumb-six img {
    transform: scale(1.1);
}
.theme-legacy .banner-post-content-six {
    text-align: center;
}
.theme-legacy .banner-post-content-six .post-title {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 800;
}
.theme-legacy .banner-post-six:hover .banner-post-content-six .post-title a {
    background-size: 100% 2px;
}
.theme-legacy .banner-post-content-six .blog-post-meta {
    margin-bottom: 15px;
}
.theme-legacy .banner-post-content-six p {
    margin-bottom: 0;
}
.theme-legacy .banner-post-seven .banner-post-thumb-five img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.theme-legacy .banner-post-seven .banner-post-thumb-five .paly-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-white);
    border-radius: 50%;
    font-size: 18px;
}
.theme-legacy .banner-post-seven .banner-post-thumb-five .paly-btn:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.theme-legacy .banner-post-seven {
    position: relative;
}
.theme-legacy .banner-post-seven::before {
    content: "";
    position: absolute;
    top: 0px;
    right: -20px;
    width: 1px;
    height: 100%;
    background: var(--tg-border-color);
}
.theme-legacy .today-post-wrap .row [class*="col-"]:last-child .banner-post-seven::before {
    display: none;
}

/* banner-sidebar */
.theme-legacy .sidebar-wrap-three {
    padding-left: 10px;
    position: sticky;
  /*  top: 90px;*/
}
.theme-legacy .sidebar-wrap-three::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--tg-border-color);
}
.theme-legacy .sidebar-widget-three {
    margin-bottom: 40px;
}


.theme-legacy .sidebar-widget-three:last-child {
    margin-bottom: 0;
}
.theme-legacy .widget-title-three .section-title-line {
    bottom: auto;
    top: 0;
}
.theme-legacy .widget-title.widget-title-three  {
    padding-bottom: 0;
    padding-top: 20px;
}
.theme-legacy .stories-post {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 15px;
    justify-content: space-between;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--tg-border-color);
}
.theme-legacy .stories-post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.theme-legacy .stories-post-thumb {
    width: 90px;
    flex: 0 0 auto;
  /*  border-radius: 50%;*/
    overflow: hidden;
}
.theme-legacy .stories-post-thumb img {
    width: 100%;
    height: 90px;
    object-fit: cover;
}
.theme-legacy .stories-post:hover .stories-post-thumb img {
    transform: scale(1.1);
}
.theme-legacy .stories-post-content .post-title {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}
.theme-legacy .stories-post:hover .stories-post-content .post-title a {
    background-size: 100% 1px;
}
.theme-legacy .stories-post-content .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.theme-legacy .stories-post-content .post-tag-four {
    margin-bottom: 5px;
}
.theme-legacy .stories-post-two {
    background: var(--tg-gray-three);
    padding: 15px 20px 20px;
    margin-bottom: 3px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.theme-legacy .stories-post-two:last-child {
    margin-bottom: 0;
}
.theme-legacy .stories-post-two .number {
    margin-bottom: 0;
    font-size: 26px;
    color: #C2C2C2;
    font-weight: 600;
}
.theme-legacy .stories-post-two:hover .stories-post-content .post-title a {
    background-size: 100% 1px;
}
.theme-legacy .sidebar-img-two {
    text-align: center;
}

