/*
  Theme Name: Zaira - News Magazine HTML Template
  Support: themegenix@gmail.com
  Description: Zaira - News Magazine HTML Template.
  Version: 1.0
*/

/* CSS Index
============================
01. Variable CSS
02. Header
03. Mobile Menu
04. Search
05. OffCanvas
06. Banner Post
07. Breadcrumb
08. About
09. Featured Post
10. Team
11. Newsletter
12. Latest Post
13. Categories
14. Recipe Post
15. Healthy Post
16. Spotlight Post
17. Politics Post
18. Trending Post
19. Recent Post
20. Overlay Post
21. Mining Post
22. Video Post
23. Editor Post
24. Weekly Post
25. Top News Post
26. Coin
27. Author
28. Pagination
29. Instagram
30. Contact
31. Footer
32. Preloader
============================
*/



/*=============================
	1. Google Fonts
===============================*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&amp;family=Manrope:wght@300;400;500;600;700;800&amp;display=swap');

/*=============================
	01. Variable CSS
===============================*/
:root {
    --tg-body-font-family: 'Inter', sans-serif;
    --tg-heading-font-family: 'Inter', sans-serif;
    --tg-primary-color: #0C90C3;
    --tg-secondary-color: #183354;
    --tg-body-font-color: #000000;
    --tg-heading-font-color: #000000;
    --tg-paragraph-color: #183354;
    --tg-icon-color: #6D757F;
    --tg-border-color: #DFDFDF;
    --tg-border-dark: #273341;
    --tg-body-font-size: 16px;
    --tg-body-font-weight: 400;
    --tg-heading-font-weight: 700;
    --tg-body-line-height: 1.75;
    --tg-heading-line-height: 1.2;
    --tg-blue: #0d6efd;
    --tg-indigo: #6610f2;
    --tg-purple: #6f42c1;
    --tg-pink: #d63384;
    --tg-red: #dc3545;
    --tg-orange: #fd7e14;
    --tg-yellow: #ffc107;
    --tg-green: #198754;
    --tg-teal: #E8F1F1;
    --tg-cyan: #0dcaf0;
    --tg-white: #ffffff;
    --tg-black: #0C1622;
    --tg-black-two: #000000;
    --tg-gray: #D9D9D9;
    --tg-gray-two: #BACCE1;
    --tg-gray-three: #F9F9F7;
    --tg-gray-four: #DADADA;
    --facebook: #104E87;
    --twitter: #000000;
    --linkedin: #0C7ED0;
    --instagram: #FF2F7A;
    --youtube: #c4302b;
    --skype: #00aff0;
}
body {
	font-family: var(--tg-body-font-family);
	font-weight: var(--tg-body-font-weight);
	font-size: var(--tg-body-font-size);
	line-height: var(--tg-body-line-height);
	color: var(--tg-body-font-color);
	font-style: normal;
}
img,
.img {
	max-width: 100%;
	-webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-decoration: none;
}
a:focus,
.btn:focus,
button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: var(--tg-primary-color);
	text-decoration: none;
}
a,
button {
	color: var(--tg-primary-color);
	outline: medium none;
	text-decoration: none;
}
.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--tg-heading-font-family);
	color: var(--tg-heading-font-color);
	margin-top: 0px;
	margin-bottom: .7rem;
	font-style: normal;
	line-height: var(--tg-heading-line-height);
	font-weight: var(--tg-heading-font-weight);
	
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.75rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1rem;
}
.list-wrap {
	margin: 0px;
	padding: 0px;
}
.list-wrap li {
    list-style: none;
}
.header-social li {
    list-style: none;
    padding: 2px 6px;
    border: 1px solid #fff;
}
p {
	font-size: var(--tg-body-font-size);
	font-weight: var(--tg-body-font-weight);
	line-height: var(--tg-body-line-height);
	color: var(--tg-paragraph-color);
    text-transform: capitalize;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid var(--tg-primary-color);
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: var(--tg-body-font-color);
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
}
*::-moz-selection {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	text-shadow: none;
}
::-moz-selection {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	text-shadow: none;
}
::selection {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	text-shadow: none;
}
*::-moz-placeholder {
	color: var(--tg-body-font-color);
	font-size: var(--tg-body-font-size);
	opacity: 1;
}
*::placeholder {
	color: var(--tg-body-font-color);
	font-size: var(--tg-body-font-size);
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: var(--tg-primary-color) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid var(--tg-primary-color);
}

/* Bootstrap 5 */
.container {
    padding-left: 15px;
    padding-right: 15px;
	
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}
.row {
    --bs-gutter-x: 30px;
}
.row.g-0 {
	--bs-gutter-x: 0;
}
.gutter-y-30 {
  	--bs-gutter-y: 30px;
}
.gutter-40 {
    --bs-gutter-x: 40px;
}
.gutter-20 {
    --bs-gutter-x: 20px;
}

/*=============================
	1. Button style
===============================*/
.btn {
    user-select: none;
    -moz-user-select: none;
    background: var(--tg-secondary-color) none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: var(--tg-white);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 45px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    font-family: var(--tg-heading-font-family);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.btn::before {
    content: "";
    position: absolute;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: var(--tg-primary-color);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
.btn:hover {
    color: var(--tg-white);
}
.btn:hover::before {
    top: -40%;
}
.btn-two {
    background: linear-gradient(90deg, #0c90c3, #713794);
}
.btn-two::before {
    background: var(--tg-secondary-color);
}
.breadcrumb > .active {
	color: var(--tg-primary-color);
}

/* scrollUp */
.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: -10%;
    right: 30px;
    font-size: var(--tg-body-font-size);
    border-radius: 6px;
    z-index: 99;
    color: var(--tg-white);
    text-align: center;
    cursor: pointer;
    background: var(--tg-primary-color);
    transition: 1s ease;
    border: none;
}
.scroll-top.open {
	bottom: 30px;
}
.scroll-top::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
	background: var(--tg-secondary-color);
}

/* ============================
       SECTION 1 - TOP STRIP
    ============================ */

    .top-header-section {
      background: #070d18;
      color: #aeb4bf;
      min-height: 32px;
      font-size: 12px;
    }

    .top-header-section .container-fluid {
      max-width: 1450px;
    }

    .top-divider {
      width: 1px;
      height: 14px;
      background: #3a4351;
      display: inline-block;
    }

    .live-text {
	color: #ff4d5a;
	font-weight: 700;
	animation: liveBlink 1s infinite;
}

@keyframes liveBlink {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.25;
	}
}

    .top-link {
      color: #aeb4bf;
    }

    .top-link:hover {
      color: #ffffff;
    }


    /* ============================
       SECTION 2 - MAIN HEADER
    ============================ */

    .main-header-section {
      background: #ffffff;
      border-bottom: 1px solid #edf0f3;
    }

    .main-header-section .container-fluid {
      max-width: 1450px;
      min-height: 64px;
    }

    /* LOGO */

    .site-logo {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      white-space: nowrap;
    }

    .logo-text {
      font-family: Georgia, "Times New Roman", serif;
      font-size: 27px;
      font-weight: 700;
      color: #090d15;
    }

    .logo-circle {
      width: 28px;
      height: 28px;

      border-radius: 50%;

      display: inline-flex;
      align-items: center;
      justify-content: center;

      background: linear-gradient(
        135deg,
        #159bde,
        #63237f
      );

      color: #ffffff;
      font-size: 11px;
    }

    /* MENU */

    .main-menu {
      gap: 4px;
    }

    .main-menu .nav-link {
      color: #666d7b;
      font-size: 14px;
      font-weight: 600;

      padding: 11px 14px !important;

      border-radius: 9px;
    }

    .main-menu .nav-link:hover,
    .main-menu .nav-link.active {
      background: #f1f7fa;
      color: #168fbd;
    }

    /* SEARCH */

    .search-btn {
      width: 38px;
      height: 38px;

      display: inline-flex;
      justify-content: center;
      align-items: center;

      border: 0;
      background: transparent;

      color: #7d8591;

      font-size: 19px;
    }

    .search-btn:hover {
      color: #159bde;
    }

    /* SUBSCRIBE */

    .subscribe-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;

      padding: 10px 22px;

      border-radius: 30px;

      background: linear-gradient(
        90deg,
        #159bde,
        #63237f
      );

      color: #ffffff !important;

      font-size: 14px;
      font-weight: 700;
    }


    /* ============================
       SECTION 3 - BREAKING NEWS
    ============================ */

    .breaking-news-section {
      height: 36px;

      background: #ffffff;

      border-bottom: 1px solid #e7eaee;

      overflow: hidden;
    }

    .breaking-wrapper {
      height: 100%;
      display: flex;
      align-items: stretch;
    }

    /* BREAKING LABEL */

    .breaking-title {
      width: 120px;
      min-width: 120px;

      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;

      position: relative;
      z-index: 5;

      background: linear-gradient(
        90deg,
        #138fb9,
        #50218c
      );

      color: #ffffff;

      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.6px;
    }

    .breaking-circle {
      width: 8px;
      height: 8px;

      background: #ffffff;
      border-radius: 50%;
    }

    /* TICKER */

    .ticker-area {
      flex: 1;

      overflow: hidden;

      display: flex;
      align-items: center;

      position: relative;
    }

    .ticker-track {
      display: flex;
      align-items: center;

      width: max-content;

      white-space: nowrap;

      will-change: transform;
    }

    .ticker-group {
      display: flex;
      align-items: center;

      flex-shrink: 0;
    }

    .ticker-item {
      display: inline-flex;
      align-items: center;

      padding: 0 40px;

      font-size: 12px;

      color: #67707d;
    }

    .ticker-item::after {
      content: "";

      width: 4px;
      height: 4px;

      margin-left: 40px;

      background: #dde1e6;

      border-radius: 50%;
    }

    .red-dot {
      color: #df202d;
      margin-right: 5px;
    }

    .warning-icon {
      color: #e5ba00;
      margin-right: 6px;
    }

    .chart-icon {
      color: #14955d;
      margin-right: 6px;
    }

    /* DATE */

    .ticker-date {
      min-width: 115px;
      width: 115px;

      display: flex;
      align-items: center;
      justify-content: center;

      position: relative;
      z-index: 5;

      background: #ffffff;

      border-left: 1px solid #e7e9ed;

      font-size: 11px;

      color: #939ba6;
    }


    /* ============================
       RESPONSIVE
    ============================ */

    @media (max-width: 991.98px) {

      .main-header-section .container-fluid {
        min-height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
      }

      .main-menu {
        margin-top: 15px;
      }

      .main-menu .nav-link {
        display: block;
      }

      .header-actions {
        margin-top: 10px;
        padding-bottom: 5px;
      }
    }


    @media (max-width: 767px) {

      .platform-text,
      .top-right-links {
        display: none !important;
      }

      .breaking-title {
        width: 90px;
        min-width: 90px;
        font-size: 10px;
      }

      .ticker-date {
        display: none;
      }

      .ticker-item {
        padding: 0 25px;
        font-size: 11px;
      }

      .ticker-item::after {
        margin-left: 25px;
      }
    }
.navigation {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation > li {
    position: relative;
    list-style: none;
}

.navigation > li > a {
    display: flex;
    align-items: center;
    gap: 6px;

    padding: 11px 14px;

    color: #666d7b;

    font-size: 14px;
    font-weight: 600;

    border-radius: 9px;

    text-decoration: none;

    transition: all 0.25s ease;
}

.navigation > li > a:hover {
    background: #f1f7fa;
    color: #159bde;
}


/* ACTIVE MENU */

.navigation > li.current-menu-item > a {
    background: #f1f7fa;
    color: #159bde;
}


/* MORE ARROW */

.more-arrow {
    width: 10px;
    height: 10px;

    transition: transform 0.25s ease;
}

.menu-item-has-children:hover .more-arrow {
    transform: rotate(180deg);
}


/* =============================
   SUB MENU
============================= */

.navigation .sub-menu {
    position: absolute;

    top: calc(100% + 8px);
    right: 0;

    min-width: 210px;

    margin: 0;
    padding: 8px;

    list-style: none;

    background: #ffffff;

    border: 1px solid #edf0f3;
    border-radius: 12px;

    box-shadow:
        0 12px 35px rgba(18, 32, 55, 0.12);

    opacity: 0;
    visibility: hidden;

    transform: translateY(8px);

    transition:
        opacity 0.2s ease,
        visibility 0.2s ease,
        transform 0.2s ease;

    z-index: 9999;
}


/* SHOW DROPDOWN */

.navigation .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* SUB MENU ITEMS */

.navigation .sub-menu li {
    width: 100%;
}

.navigation .sub-menu li a {
    display: flex;
    align-items: center;
    gap: 11px;

    width: 100%;

    padding: 11px 12px;

    color: #555d69;

    font-size: 13px;
    font-weight: 500;

    border-radius: 8px;

    text-decoration: none;

    transition: all 0.2s ease;
}

.navigation .sub-menu li a:hover {
    color: #159bde;
    background: #f3f8fb;
}


/* SUBMENU ICON */

.submenu-icon {
    width: 30px;
    height: 30px;

    flex-shrink: 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 7px;

    background: #f1f7fb;

    color: #159bde;
}

.submenu-icon svg {
    width: 14px;
    height: 14px;
}
.main-header-section .navbar-toggler {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
}

.main-header-section .navbar-toggler:focus {
	box-shadow: none;
}

.main-header-section .navbar-toggler-icon {
	width: 28px;
	height: 22px;
	background-image: none;
	position: relative;
	border-top: 2px solid #111827;
	border-bottom: 2px solid #111827;
}

.main-header-section .navbar-toggler-icon::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	background: #111827;
	transform: translateY(-50%);
}
.header-logo-area-four {
    padding: 0 !important;
    box-shadow: none !important;
}
.platform-post-rotator {
	position: relative;
	display: inline-block;
	min-width: 320px;
	height: 20px;
	overflow: hidden;
}

.platform-post-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: inherit;
	text-decoration: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(5px);
	transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
	white-space: nowrap;
}

.platform-post-item.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.platform-post-item:hover {
	color: #ffffff;
}
.breaking-news-section {
	height: 36px;
	background: #fff;
	border-bottom: 1px solid #e7eaee;
	overflow: hidden;
}

.breaking-wrapper {
	height: 100%;
	display: flex;
	align-items: stretch;
}

.breaking-title {
	width: 120px;
	min-width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	position: relative;
	z-index: 5;
	background: linear-gradient(90deg, #159bde, #63237f);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .6px;
}

.breaking-circle {
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	animation: breakingBlink 1s infinite;
}

@keyframes breakingBlink {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: .25;
	}
}

.ticker-area {
	flex: 1;
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
}

.ticker-track {
	display: flex;
	align-items: center;
	width: max-content;
	white-space: nowrap;
	will-change: transform;
}

.ticker-group {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.ticker-item {
	display: inline-flex;
	align-items: center;
	padding: 0 40px;
	font-size: 12px;
	color: #67707d;
}

.ticker-item a {
	color: #67707d;
	text-decoration: none;
}

.ticker-item a:hover {
	color: #159bde;
}

.ticker-item::after {
	content: "";
	width: 4px;
	height: 4px;
	margin-left: 40px;
	background: #d9dde3;
	border-radius: 50%;
}

.red-dot {
	color: #e12632;
	margin-right: 7px;
	font-size: 10px;
}

.ticker-date {
	width: 115px;
	min-width: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 5;
	background: #fff;
	border-left: 1px solid #e7e9ed;
	font-size: 11px;
	color: #939ba6;
}
  
.strategy-slider-section {
	background: #ffffff;
	overflow: hidden;
}

.strategySwiper {
	width: 100%;
	overflow: hidden;
	padding: 2px 2px 8px;
}

.strategySwiper .swiper-wrapper {
	align-items: stretch;
}

.strategySwiper .swiper-slide {
	height: auto;
}

.strategy-card {
	height: 100%;
	background: #ffffff;
	border: 1px solid #dfe3e8;
	border-radius: 14px;
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.strategy-card:hover {
	transform: translateY(-3px);
	border-color: #cfd5dc;
	box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
}

.strategy-image-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 150px;
	overflow: hidden;
	background: #f4f4f4;
}

.strategy-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
	object-position: top;
}

.strategy-card:hover .strategy-image {
	transform: scale(1.04);
}

.strategy-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 13px;
	background: rgba(238, 229, 255, .96);
	color: #63237f;
	border-radius: 20px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .2px;
	text-transform: uppercase;
}

.strategy-card-body {
	padding: 12px 12px 11px;
}

.strategy-title {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	color: #111111;
	min-height: 39px;
}

.strategy-title a {
	color: #111111;
	text-decoration: none;
	transition: color .2s ease;
}

.strategy-title a:hover {
	color: #159bde;
}

.strategy-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
	font-size: 11px;
	line-height: 1.4;
	color: #8a8a8a;
}

.strategy-meta .meta-dot {
	color: #b1b1b1;
}

@media (max-width: 1199.98px) {
	.strategy-image-wrap {
		height: 145px;
	}
}

@media (max-width: 991.98px) {
	.strategy-image-wrap {
		height: 155px;
	}
}

@media (max-width: 767.98px) {
	.strategy-image-wrap {
		height: 170px;
	}

	.strategy-title {
		font-size: 14px;
	}
}

@media (max-width: 575.98px) {
	.strategy-slider-section {
		padding-left: 8px;
		padding-right: 8px;
	}

	.strategy-image-wrap {
		height: 190px;
	}
}
.widget-title-two h2.title {
	position: relative;
	color: #63237f;
	padding-left: 18px;
	border-left: 0;
	font-weight:700;
}

.widget-title-two h2.title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 28px;
	background: #63237f;
	border-radius: 20px;
}
.insights-grid-section {
	background: #fff;
}

/* ================================
   INTERVIEW CARDS
================================ */

.interview-card {
	display: flex;
	align-items: stretch;
	min-height: 132px;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	overflow: hidden;
	transition: all .25s ease;
}

.interview-card:hover {
	box-shadow: 0 8px 24px rgba(0,0,0,.07);
	transform: translateY(-2px);
}

.interview-thumb {
	width: 31%;
	min-width: 31%;
	overflow: hidden;
}

.interview-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s ease;
}

.interview-card:hover .interview-thumb img {
	transform: scale(1.04);
}

.interview-content {
	flex: 1;
	padding: 16px 16px 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.interview-content h3 {
	margin: 0;
	font-size: 15px;
	line-height: 1.32;
	font-weight: 700;
}

.interview-content h3 a {
	color: #111;
	text-decoration: none;
}

.interview-content h3 a:hover {
	color: #159bde;
}


/* ================================
   TAGS
================================ */

.post-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.tag-blue {
	background: #dcf5ff;
	color: #159bde;
}

.tag-purple {
	background: #f2e8f7;
	color: #63237f;
}


/* ================================
   META
================================ */

.post-meta {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
	font-size: 11px;
	color: #9a9a9a;
}


/* ================================
   CASE STUDY PANEL
================================ */

.case-study-panel {
	height: 100%;
	background: #fff;
	border: 1px solid #dfe3e8;
	border-radius: 14px;
	padding: 13px 12px;
}

.case-study-heading {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	color: #63237f;
	font-size: 10px;
	font-weight: 700;
}

.case-heading-bar {
	width: 6px;
	height: 28px;
	background: #63237f;
	border-radius: 20px;
}


/* ================================
   CASE ITEMS
================================ */

.case-study-item {
	display: grid;
	grid-template-columns: 28px 1fr 92px;
	gap: 10px;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #eeeeee;
}

.case-study-item:last-child {
	
}

.case-number {
	align-self: start;
	padding-top: 8px;
	font-size: 15px;
	font-weight: 500;
	color: #9d9d9d;
}

.case-content h3 {
	margin: 8px 0 7px;
	font-size: 15px;
	line-height: 1.32;
	font-weight: 700;
}

.case-content h3 a {
	color: #111;
	text-decoration: none;
}

.case-content h3 a:hover {
	color: #159bde;
}

.case-thumb {
	display: block;
	width: 92px;
	height: 82px;
	border-radius: 8px;
	overflow: hidden;
}

.case-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .3s ease;
}

.case-study-item:hover .case-thumb img {
	transform: scale(1.05);
}


/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1199.98px) {
	.interview-thumb {
		width: 34%;
		min-width: 34%;
	}

	.case-study-item {
		grid-template-columns: 25px 1fr 78px;
	}

	.case-thumb {
		width: 78px;
		height: 72px;
	}
}

@media (max-width: 991.98px) {
	.case-study-panel {
		margin-top: 5px;
	}

	.case-study-item {
		grid-template-columns: 32px 1fr 110px;
	}

	.case-thumb {
		width: 110px;
		height: 90px;
	}
}

@media (max-width: 767.98px) {
	.interview-card {
		min-height: 120px;
	}

	.interview-thumb {
		width: 32%;
		min-width: 32%;
	}

	.interview-content {
		padding: 12px;
	}

	.interview-content h3 {
		font-size: 14px;
	}

	.case-study-item {
		grid-template-columns: 28px 1fr 90px;
	}

	.case-thumb {
		width: 90px;
		height: 78px;
	}
}

@media (max-width: 575.98px) {
	.interview-card {
		min-height: 115px;
	}

	.interview-thumb {
		width: 34%;
		min-width: 34%;
	}

	.interview-content h3 {
		font-size: 13px;
	}

	.case-study-item {
		grid-template-columns: 24px 1fr 76px;
		gap: 8px;
	}

	.case-thumb {
		width: 76px;
		height: 70px;
	}

	.case-content h3 {
		font-size: 12px;
	}
}
/* ==================================
   VERTICAL LATEST NEWS MARQUEE
================================== */

.vertical-marquee {
	overflow: hidden;
}

.stories-post-marquee-wrap {
	position: relative;
	height: 450px;
	overflow: hidden;
}

.stories-post-marquee-track {
	position: relative;
	width: 100%;
	will-change: transform;
}

.stories-post-wrap-two.marquee-group {
	display: block;
	width: 100%;
}

.marquee-item {
	width: 100%;
	flex-shrink: 0;
}

/* optional fade at top/bottom */

.stories-post-marquee-wrap::before,
.stories-post-marquee-wrap::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 35px;
	z-index: 5;
	pointer-events: none;
}

.stories-post-marquee-wrap::before {
	top: 0;
	background: linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0) 100%);
}

.stories-post-marquee-wrap::after {
	bottom: 0;
	background: linear-gradient(to top, #fff 0%, rgba(255,255,255,0) 100%);
}

/* keep your existing card layout */

.stories-post-two {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid #eeeeee;
}

.stories-post-two .number {
	margin: 0;
	min-width: 30px;
	font-size: 20px;
}

.stories-post-content {
	flex: 1;
	min-width: 0;
}

.stories-post-content .post-title {
	margin: 5px 0 0;
	font-size: 14px;
	line-height: 1.35;
}

.stories-post-content .post-title a {
	color: #111;
	text-decoration: none;
}

.stories-post-content .post-title a:hover {
	color: #159bde;
}

.stories-post-thumb {
	width: 75px;
	min-width: 75px;
	height: 60px;
	overflow: hidden;
	border-radius: 7px;
}

.stories-post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (max-width: 991.98px) {
	.stories-post-marquee-wrap {
		height: 380px;
	}
}

@media (max-width: 575.98px) {
	.stories-post-marquee-wrap {
		height: 340px;
	}
}
.case-study-marquee-panel {
	overflow: hidden;
}

.case-study-marquee-wrap {
	position: relative;
	height: 430px;
	overflow: hidden;
}

.case-study-marquee-track {
	width: 100%;
	position: relative;
	will-change: transform;
}

.case-study-marquee-group {
	width: 100%;
	display: block;
}

.case-marquee-item {
	width: 100%;
	flex-shrink: 0;
}

/* optional soft fade at top and bottom */

.case-study-marquee-wrap::before,
.case-study-marquee-wrap::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 10;
	pointer-events: none;
}

.case-study-marquee-wrap::before {
	top: 0;
	background: linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0) 100%);
}

.case-study-marquee-wrap::after {
	bottom: 0;
	background: linear-gradient(to top, #fff 0%, rgba(255,255,255,0) 100%);
}

/* existing card look */

.case-study-item {
	display: grid;
	grid-template-columns: 30px 1fr 90px;
	gap: 10px;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #eee;
}

.case-number {
	font-size: 15px;
	color: #999;
	align-self: start;
	padding-top: 6px;
}

.case-content h3 {
	margin: 7px 0;
	font-size: 13px;
	line-height: 1.35;
	font-weight: 700;
}

.case-content h3 a {
	color: #111;
	text-decoration: none;
}

.case-content h3 a:hover {
	color: #159bde;
}

.case-thumb {
	width: 90px;
	height: 76px;
	display: block;
	border-radius: 8px;
	overflow: hidden;
}

.case-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.post-tag {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 9px;
	font-weight: 700;
	line-height: 1;
}

.tag-blue {
	background: #dcf5ff;
	color: #159bde;
}

.tag-purple {
	background: #f2e8f7;
	color: #63237f;
}

@media (max-width: 991.98px) {
	.case-study-marquee-wrap {
		height: 400px;
	}
}

@media (max-width: 575.98px) {
	.case-study-marquee-wrap {
		height: 360px;
	}

	.case-study-item {
		grid-template-columns: 24px 1fr 75px;
		gap: 8px;
	}

	.case-thumb {
		width: 75px;
		height: 68px;
	}
}
a.post-tag .strategy-badge {
    z-index: 99999;
    position: relative;
    top: 0;
    left: 0;
}
.spotlight-post-area a.post-tag {
	background:none;
}
.spotlight-post-area .weekly-post-thumb img {
	border-radius:none;
}

.case-study-section {
	position: relative;
	overflow: hidden;
	padding: 30px 0;
	background:
		radial-gradient(circle at 8% 20%, rgba(21, 155, 222, .08), transparent 28%),
		radial-gradient(circle at 92% 75%, rgba(99, 35, 127, .08), transparent 28%),
		#f8fafc;
}

.case-study-section .container {
	position: relative;
	z-index: 2;
}

.case-study-glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	pointer-events: none;
}

.case-study-glow-one {
	width: 280px;
	height: 280px;
	background: rgba(21, 155, 222, .12);
	top: -120px;
	left: -100px;
}

.case-study-glow-two {
	width: 320px;
	height: 320px;
	background: rgba(99, 35, 127, .1);
	right: -150px;
	bottom: -160px;
}

.case-study-heading-wrap {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 42px;
}

.case-study-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #159bde;
	margin-bottom: 10px;
}

.case-study-eyebrow::before {
	content: "";
	width: 28px;
	height: 2px;
	background: linear-gradient(90deg, #159bde, #63237f);
}

.case-study-main-title {
	margin: 0;
	font-size: clamp(36px, 4vw, 40px);
	line-height: 1;
	font-weight: 700;
	letter-spacing: -2px;
	color: #111827;
}

.case-study-card {
	position: relative;
	padding: 54px;
	background: rgba(255,255,255,.9);
	border: 1px solid rgba(17,24,39,.07);
	border-radius: 32px;
	box-shadow: 0 28px 80px rgba(23,34,56,.09);
	backdrop-filter: blur(10px);
	overflow: hidden;
}

.case-study-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(21,155,222,.035), transparent 40%, rgba(99,35,127,.03));
	pointer-events: none;
}

.case-study-cover-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 570px;
	text-decoration: none;
	perspective: 1400px;
}

.case-study-cover-bg {
	position: absolute;
	width: 78%;
	height: 88%;
	border-radius: 28px;
	background: linear-gradient(145deg, #159bde, #63237f);
	transform: rotate(-5deg);
	opacity: .16;
	transition: all .6s cubic-bezier(.2,.8,.2,1);
}

.case-study-document {
	position: relative;
	z-index: 2;
	width: min(360px, 80%);
	aspect-ratio: 0.707;
	border-radius: 18px;
	overflow: hidden;
	background: #e9eef5;
	box-shadow:
		0 35px 60px rgba(17,24,39,.23),
		0 10px 20px rgba(17,24,39,.12);
	transform: rotateY(5deg) rotateX(1deg);
	transition: transform .65s cubic-bezier(.2,.8,.2,1), box-shadow .65s ease;
}

.pdf-cover {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #f4f6f8;
}

.pdf-loading {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eef2f7;
	color: #159bde;
}

.document-shadow {
	position: absolute;
	z-index: 0;
	width: 58%;
	height: 35px;
	bottom: 24px;
	border-radius: 50%;
	background: rgba(10,21,40,.25);
	filter: blur(20px);
}

.case-study-cover-wrap:hover .case-study-document {
	transform: translateY(-12px) rotateY(0) rotateX(0) scale(1.015);
	box-shadow: 0 45px 90px rgba(17,24,39,.25);
}

.case-study-cover-wrap:hover .case-study-cover-bg {
	transform: rotate(-1deg) scale(1.03);
	opacity: .22;
}

.view-report-icon {
	position: absolute;
	z-index: 5;
	right: 5%;
	top: 7%;
	width: 54px;
	height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
	color: #111827;
	font-size: 19px;
	box-shadow: 0 14px 35px rgba(17,24,39,.15);
	transition: all .35s ease;
}

.case-study-cover-wrap:hover .view-report-icon {
	color: #fff;
	background: linear-gradient(135deg, #159bde, #63237f);
	transform: rotate(45deg);
}

.document-number {
	position: absolute;
	left: 0;
	bottom: 8%;
	font-size: 78px;
	line-height: 1;
	font-weight: 800;
	color: transparent;
	-webkit-text-stroke: 1px rgba(17,24,39,.1);
}

.case-study-content {
	position: relative;
	z-index: 2;
	max-width: 680px;
}

.case-study-tag {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 8px 15px;
	margin-bottom: 24px;
	border-radius: 50px;
	background: linear-gradient(90deg, rgba(99,35,127,.09), rgba(21,155,222,.11));
	color: #63237f;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .7px;
	text-transform: uppercase;
}

.case-study-tag > span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: linear-gradient(135deg, #63237f, #159bde);
}

.case-study-content h3 {
	margin: 0 0 22px;
	font-size: 26px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: -1.4px;
	color: #111827;
}

.case-study-content > p {
	max-width: 650px;
	margin: 0 0 30px;
	font-size: 16px;
	line-height: 1.8;
	color: #687386;
}

.case-study-meta {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-bottom: 34px;
}

.meta-item {
	display: flex;
	gap: 11px;
	align-items: center;
	padding: 14px;
	border: 1px solid #e8edf3;
	border-radius: 14px;
	background: #fbfcfe;
	transition: .3s ease;
}

.meta-item:hover {
	transform: translateY(-3px);
	border-color: rgba(21,155,222,.25);
	box-shadow: 0 10px 24px rgba(17,24,39,.06);
}

.meta-icon {
	width: 36px;
	height: 36px;
	min-width: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: linear-gradient(135deg, rgba(21,155,222,.12), rgba(99,35,127,.1));
	color: #159bde;
	font-size: 15px;
}

.meta-item small {
	display: block;
	margin-bottom: 2px;
	font-size: 10px;
	letter-spacing: .6px;
	text-transform: uppercase;
	color: #9aa3b1;
}

.meta-item strong {
	display: block;
	font-size: 12px;
	line-height: 1.35;
	color: #263142;
}

.case-study-btn {
	display: inline-flex;
	align-items: center;
	gap: 25px;
	padding: 14px 18px 14px 22px;
	border-radius: 50px;
	background: #111827;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: .35s ease;
}

.case-study-btn i {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
	color: #111827;
	transition: .35s ease;
}

.case-study-btn:hover {
	color: #fff;
	background: linear-gradient(90deg, #63237f, #159bde);
	transform: translateY(-2px);
}

.case-study-btn:hover i {
	transform: translateX(3px);
}

.case-study-navigation {
	display: flex;
	align-items: center;
	gap: 16px;
}

.case-study-prev,
.case-study-next {
	width: 48px;
	height: 48px;
	border: 1px solid #dfe5eb;
	border-radius: 50%;
	background: #fff;
	color: #111827;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	transition: .3s ease;
}

.case-study-prev:hover,
.case-study-next:hover {
	color: #fff;
	border-color: transparent;
	background: linear-gradient(135deg, #63237f, #159bde);
	transform: scale(1.07);
}

.case-study-counter {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 600;
	color: #a0a7b1;
}

.current-slide {
	color: #111827;
}

.counter-line {
	width: 32px;
	height: 1px;
	background: #cdd3db;
}

.case-study-pagination {
	position: static !important;
	margin-top: 26px;
}

.case-study-pagination .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	background: #a9b0ba;
	opacity: .4;
	transition: .3s ease;
}

.case-study-pagination .swiper-pagination-bullet-active {
	width: 28px;
	border-radius: 10px;
	background: linear-gradient(90deg, #63237f, #159bde);
	opacity: 1;
}

/* Swiper animation */

.caseStudySwiper .swiper-slide .case-study-document {
	opacity: 0;
	transform: translateX(-45px) rotateY(10deg);
}

.caseStudySwiper .swiper-slide .case-study-content {
	opacity: 0;
	transform: translateX(35px);
}

.caseStudySwiper .swiper-slide-active .case-study-document {
	opacity: 1;
	transform: translateX(0) rotateY(5deg);
	transition: opacity .7s ease .1s, transform .8s cubic-bezier(.2,.8,.2,1) .1s;
}

.caseStudySwiper .swiper-slide-active .case-study-content {
	opacity: 1;
	transform: translateX(0);
	transition: opacity .7s ease .2s, transform .8s cubic-bezier(.2,.8,.2,1) .2s;
}

@media (max-width: 1199px) {
	.case-study-card {
		padding: 38px;
	}

	.case-study-meta {
		grid-template-columns: 1fr;
	}

	.case-study-cover-wrap {
		min-height: 510px;
	}
}

@media (max-width: 991.98px) {
	.case-study-section {
		padding: 70px 0;
	}

	.case-study-card {
		padding: 28px;
	}

	.case-study-cover-wrap {
		min-height: 490px;
		margin-bottom: 20px;
	}

	.case-study-document {
		width: min(320px, 78%);
	}

	.case-study-content {
		max-width: 100%;
	}

	.case-study-content h3 {
		font-size: 34px;
	}
}

@media (max-width: 575.98px) {
	.case-study-section {
		padding: 55px 0;
	}

	.case-study-heading-wrap {
		margin-bottom: 26px;
	}

	.case-study-card {
		padding: 18px;
		border-radius: 22px;
	}

	.case-study-cover-wrap {
		min-height: 430px;
	}

	.case-study-document {
		width: 76%;
		border-radius: 12px;
	}

	.document-number {
		font-size: 56px;
	}

	.case-study-content h3 {
		font-size: 28px;
	}

	.case-study-content > p {
		font-size: 14px;
		line-height: 1.7;
	}

	.case-study-main-title {
		letter-spacing: -1px;
	}
}

.in-their-words-section {
	width: 100%;
	padding: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
}

.words-card {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	background: #ffffff;
	border: 1px solid #dedfe4;
	border-radius: 16px;
	padding: 20px 18px 18px;
	overflow: hidden;
}

.words-heading {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: 700;
	color: #6e3b93;
	letter-spacing: .2px;
}

.heading-line {
	width: 5px;
	height: 28px;
	border-radius: 10px;
	background: #5c168d;
}

/* ==========================
   VERTICAL MARQUEE AREA
========================== */

.words-marquee {
    position: relative;
    height: 720px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    padding: 50px 15px;
    border-radius: 20px;
}
.words-marquee::before,
.words-marquee::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 75px;
	z-index: 5;
	pointer-events: none;
}

.words-marquee::before {
	top: 0;
	background: linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0) 100%);
}

.words-marquee::after {
	bottom: 0;
	background: linear-gradient(to top, #fff 0%, rgba(255,255,255,0) 100%);
}

.words-track {
	display: flex;
	flex-direction: column;
	will-change: transform;
}

.words-group {
	display: flex;
	flex-direction: column;
}

/* ==========================
   ITEM
========================== */

.words-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 112px;
	gap: 15px;
	align-items: center;
	padding: 18px 0;
	border-bottom: 1px solid #eef0f3;
}

.words-item:last-child {
	border-bottom: none;
}

.words-content {
	min-width: 0;
}

.words-top {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 8px;
}

.words-number {
	font-size: 15px;
	font-weight: 500;
	color: #999da4;
}

.words-category {
	font-size: 10px;
	font-weight: 700;
	color: #118bbf;
	background:#ECFAFF;
	text-decoration: none;
	padding:4px 10px 3px;
	border-radius:15px;
	margin:0;
}

.words-category.purple {
	color: #63237f;
	font-size:10px;
	background:#f5dfff;
	padding:4px 10px 3px;
	border-radius:15px;
	margin:0;
	text-decoration:none;
}

.words-content h3 {
	margin: 0 0 7px;
	font-size: 14px;
	line-height: 1.25;
	font-weight: 600;
	color: #111;
}

.words-content p {
	margin: 0;
	font-size: 11px;
	line-height: 1.45;
	color: #6d737c;
}

/* ==========================
   VIDEO
========================== */

.words-video {
	position: relative;
	display: block;
	width: 112px;
	height: 88px;
	overflow: hidden;
	border-radius: 8px;
	background: #111;
}

.words-video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s ease;
}

.words-video:hover img {
	transform: scale(1.08);
}

.video-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.12);
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 42px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #ff0033;
	color: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,.22);
	transition: transform .25s ease;
}

.play-button svg {
	width: 18px;
	height: 18px;
}

.words-video:hover .play-button {
	transform: translate(-50%, -50%) scale(1.08);
}

/* ==========================
   MOBILE
========================== */

@media (max-width: 575px) {
	.words-card {
		max-width: 100%;
		padding: 16px 14px;
	}

	.words-marquee {
		height: 440px;
	}

	.words-item {
		grid-template-columns: minmax(0, 1fr) 95px;
		gap: 10px;
	}

	.words-video {
		width: 95px;
		height: 75px;
	}

	.words-content h3 {
		font-size: 13px;
	}

	.words-content p {
		font-size: 10px;
	}
}

/*=============================
	02. Header
===============================*/
.custom-container {
    max-width: 1860px;
}
.transparent-header {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 9;
	height: auto;
}
#header-fixed-height.active-height {
    display: block;
    height: 95px;
}
/* header-top */
.header-top-wrap {
    background: var(--tg-secondary-color);
    padding: 6px 35px;
}
.header-top-menu .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.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;
}
.header-top-menu .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.header-top-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.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;
}
.header-top-social .list-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}
.header-top-social .list-wrap li a {
    font-size: 14px;
    color: var(--tg-white);
}
.header-top-social .list-wrap li a:hover {
    color: var(--tg-primary-color);
}

/* menu */
.menu-area {
    border-bottom: 1px solid var(--tg-gray);
}
.menu-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.logo img {
    max-height: 48px;
}
.header-left-side {
    display: flex;
    height: 100%;
}
.offcanvas-toggle {
    width: 50px;
}
.offcanvas-toggle a {
    padding: 20px 30px 20px 35px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    height: 100%;
}
.offcanvas-toggle a span {
    width: 33px;
    height: 2px;
    border-radius: 2px;
    background: #222;
    transition: .3s linear;
}
/* Main navigation */
.navbar-wrap {
  display: flex;
  align-items: center;
}

.navbar-wrap > ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  margin: 0 0 0 185px;
  padding: 0;
  list-style: none;
}

.navbar-wrap ul li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Main menu links */
.navbar-wrap > ul > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 40px 17px;
  color: var(--tg-body-font-color);
  font-family: var(--tg-body-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;

  transition: color 0.3s ease;
}

/* Dropdown arrow */
.navbar-wrap > ul > li.menu-item-has-children > a::after {
  content: "\f107";
  position: static;

  display: inline-block;
  flex-shrink: 0;

  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;

  color: var(--tg-icon-color);
  transition:
    color 0.3s ease,
    transform 0.3s ease;
	display:none;
}

.navbar-wrap > ul > li.menu-item-has-children:hover > a::after,
.navbar-wrap > ul > li.menu-item-has-children.active > a::after {
  color: var(--tg-primary-color);
  transform: rotate(180deg);
}

/* Active and hover links */
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
  color: var(--tg-primary-color);
}

/* First-level dropdown */
.navbar-wrap ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;

  display: block;
  min-width: 230px;
  margin: 0;
  padding: 10px 0;

  visibility: hidden;
  opacity: 0;
  pointer-events: none;

  background: #ffffff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);

  transform: translateY(12px);
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease;
}

/* Show dropdown */
.navbar-wrap ul li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Dropdown links */
.navbar-wrap ul li .sub-menu li {
  position: relative;
  display: block;
  width: 100%;
}

.navbar-wrap ul li .sub-menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 100%;
  padding: 11px 20px;

  color: #222222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;

  transition:
    color 0.25s ease,
    background 0.25s ease,
    padding-left 0.25s ease;
}

.navbar-wrap ul li .sub-menu li:hover > a {
  padding-left: 25px;
  color: var(--tg-primary-color);
  background: rgba(113, 55, 148, 0.06);
}

/* Arrow for nested submenu */
.navbar-wrap ul li .sub-menu li.menu-item-has-children > a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

/* Second-level dropdown */
.navbar-wrap ul li .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 2px;
  border-radius: 8px;
}

/* Prevent the menu from breaking into two lines */
.navbar-wrap .navigation {
  flex-wrap: nowrap;
}

/* Responsive adjustment */
@media (max-width: 1300px) {
  .navbar-wrap > ul {
    margin-left: 60px;
  }

  .navbar-wrap > ul > li > a {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 15px;
  }
}

@media (max-width: 1100px) {
  .navbar-wrap > ul {
    margin-left: 20px;
  }

  .navbar-wrap > ul > li > a {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 14px;
  }
}
.dropdown-btn { display:none; }
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}
.header-right-side {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 35px;
}
.header-search-wrap form {
    position: relative;
    width: 280px;
    border: 1px solid #ccc;
    padding: 7px 20px;
    border-radius: 27px;
}
.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;
}
.header-search-wrap form input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: var(--tg-body-font-color);
}
.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);
}
.header-search-wrap form button:hover {
    color: var(--tg-primary-color);
}
.header-action > ul {
    display: flex;
    align-items: center;
    margin-left: 25px;
}
.header-action > ul li {
    position: relative;
    margin-left: 25px;
    line-height: 0;
}
.header-action ul li:first-child {
	margin-left: 0;
}
.header-action ul li a {
    color: var(--tg-paragraph-color);
    font-size: 24px;
    line-height: 0;
    position: relative;
    font-weight: 700;
}
.header-action ul li a:hover {
    color: var(--tg-primary-color);
}
.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;
}
.header-cart {
    display: flex;
    align-items: center;
    gap: 15px;
}
.header-cart strong {
    font-size: 14px;
    font-weight: 600;
    color: var(--tg-secondary-color);
}
.header-action .header-sine-in a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--tg-secondary-color);
}
.header-action .header-sine-in {
    margin-left: 20px;
}
.header-action .header-sine-in a i {
    color: var(--tg-body-font-color);
    font-size: 24px;
}
.header-action .header-sine-in a:hover i {
    color: var(--tg-primary-color);
    transition: all 0.3s ease-out 0s;
}
.header-action .header-btn .btn {
	color: var(--tg-white);
	font-size: 14px;
	padding: 13px 22px;
}
.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;
}
.navbar-wrap ul li .sub-menu .sub-menu {
	right: auto;
	left: 100%;
	top: 0;
}
.navbar-wrap ul li .sub-menu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.navbar-wrap ul li .sub-menu li a {
    padding: 9px 15px 9px 25px;
    line-height: 1.3;
    font-weight: 500;
    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;
}
.navbar-wrap ul li .sub-menu > li.active > a,
.navbar-wrap ul li .sub-menu li a:hover {
    color: var(--tg-primary-color);
}
.navbar-wrap ul li .sub-menu > li > a::before,
.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;
}
.navbar-wrap ul li .sub-menu > li.active > a::before,
.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);
}
.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;
}
.navbar-wrap ul li .sub-menu > li.menu-item-has-children.active > a::after,
.navbar-wrap ul li .sub-menu > li.menu-item-has-children > a:hover::after {
    color: var(--tg-primary-color);
}
.navbar-wrap ul li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.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;
}
.menu-area.sticky-menu {
    border-bottom: none;
}

/* header-two */
.header-style-two {
    background: #12253E;
}
.header-logo-area {
    padding: 25px 0;
}
.hl-left-side {
    display: flex;
    align-items: center;
    gap: 30px;
}
.hl-left-side .offcanvas-toggle {
    border-right: none;
    width: auto;
}
.offcanvas-toggle .menu-tigger-two {
    padding: 0;
}
.offcanvas-toggle .menu-tigger-two span {
    background: var(--tg-white);
}
.hl-right-side {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.hl-right-side .header-search-wrap form {
    width: 425px;
}
.hl-right-side .header-search-wrap form input {
    border: 1px solid #3A506B;
    color: var(--tg-white);
}
.hl-right-side .header-search-wrap form input::placeholder {
    color: #8199B7;
}
.hl-right-side .header-search-wrap form button {
    color: var(--tg-white);
}
.header-social .list-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
}
.header-social .list-wrap li a {
    color: var(--tg-gray-three);
}
.header-social .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.menu-area.menu-style-two {
    border-bottom: none;
    background: var(--tg-secondary-color);
}
.menu-style-two .navbar-wrap ul {
    margin: 0;
}
.menu-style-two .navbar-wrap > ul > li {
    /* margin-right: 20px; */
}
.menu-style-two .navbar-wrap ul li:last-child {
    margin-right: 0;
}
.menu-style-two .navbar-wrap ul li a {
    padding: 23px 10px;
    color: var(--tg-white);
}
.menu-style-two .navbar-wrap ul > li.active > a,
.menu-style-two .navbar-wrap ul > li > a:hover {
    color: #000;
    background: #fff;
}
.menu-style-two .header-action > ul {
    justify-content: flex-end;
}
.menu-style-two .header-action ul li a {
    color: #90A8C5;
}
.menu-style-two .header-action ul li a:hover {
    color: var(--tg-primary-color);
}
.menu-style-two .header-action .header-sine-in a {
    color: var(--tg-white);
}
.menu-style-two .header-action .header-sine-in a i {
    color: #90A8C5;
}
.menu-style-two .header-action .header-sine-in a:hover i {
    color: var(--tg-primary-color);
}
.menu-style-two .header-cart strong {
    color: var(--tg-white);
}


/* header-three */
.menu-area.menu-style-three {
    border-bottom: 1px solid var(--tg-border-color);
}
.header-top-wrap-two {
    background: var(--tg-secondary-color);
    padding: 16px 0;
}
.header-top-left .offcanvas-toggle {
    border-right: none;
    width: auto;
}
.header-top-left {
    display: flex;
    align-items: center;
    gap: 25px;
}
.header-top-right .header-search-wrap form {
    width: 240px;
    margin-left: auto;
}
.header-search-wrap-two form input {
    border: none;
    background: transparent;
    border-radius: 0;
    color: var(--tg-white);
    padding: 0 45px 0 0;
    height: auto;
}
.header-search-wrap-two form input::placeholder {
    color: #8199B7;
}
.header-search-wrap-two form button {
    right: 0;
    color: var(--tg-white);
}
.menu-style-three .navbar-wrap ul {
    margin: 0 auto;
}

/* header-four */
.header-top-wrap-three {
    background: var(--tg-secondary-color);
    padding: 11px 0;
}
.header-top-left-two .list-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-top-left-two .list-wrap li a {
    color: var(--tg-white);
    font-weight: 14px;
    font-weight: 600;
}
.header-top-left-two .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.header-top-right-two {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
}
.offcanvas-toggle.offcanvas-toggle-two {
    border-right: none;
    width: auto;
}
.header-top-right-two .header-top-social .list-wrap li a {
    font-size: 16px;
}
.header-logo-area-two {
    padding: 35px 0 0;
}
.header-search-wrap.header-search-wrap-three {
    display: flex;
    align-items: center;
}

.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;
}
.header-search-wrap.header-search-wrap-three form button {
    right: 14px;
    font-size: 24px;
    color: var(--tg-icon-color);
}
.header-search-wrap.header-search-wrap-three form button:hover {
    color: var(--tg-secondary-color);
}
.header-action.header-action-two .list-wrap {
    justify-content: flex-end;
}
.menu-style-four .menu-nav {
    justify-content: center;
}
.menu-style-four .navbar-wrap ul {
    margin: 0 auto;
}
.menu-style-four .navbar-wrap ul li a {
    font-size: 16px;
    padding: 37px 20px;
}
.menu-area.menu-style-four {
    border-bottom: none;
}

/* header-five */
.header-logo-area-three {
    background: #12253E;
    padding: 35px 0;
}
.hl-left-side-three {
    display: flex;
    align-items: center;
    gap: 25px;
}
.hl-left-side-three .header-search {
    line-height: 0;
}
.hl-left-side-three .header-search a {
    color: var(--tg-white);
    font-size: 20px;
}
.hl-left-side-three .header-search a:hover {
    color: var(--tg-primary-color);
}
.header-logo-area-three .header-top-social .list-wrap {
    gap: 18px;
}
.header-logo-area-three .header-top-social .list-wrap li a {
    font-size: 16px;
    color: var(--tg-white);
}
.header-logo-area-three .header-top-social .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.menu-style-five .navbar-wrap ul li a {
    padding: 28px 0;
}
.logo-sequence a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
}

.logo-sequence .logo-img {
  display: block;
  width: auto;
  max-height: 48px;
  object-fit: contain;
}

/* Middle image rotating continuously */
.logo-sequence .logo-middle {
  width: 48px;
  height: 48px;
  animation: logoRotate360 5s linear infinite;
  transform-origin: center center;
  will-change: transform;
}

@keyframes logoRotate360 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  .logo-sequence a {
    gap: 7px;
  }

  .logo-sequence .logo-img {
    max-height: 38px;
  }

  .logo-sequence .logo-middle {
    width: 38px;
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-sequence .logo-middle {
    animation: none;
  }
}
/* header-six */
.header-top-wrap-four {
    background: #222;
    padding: 5px 0;
}
.header-top-left-four {
    display: flex;
    align-items: center;
    gap: 8px;
}
.trending-box {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 4px 30px 4px 5px;
    position: relative;
    z-index: 1;
}
.trending-box .shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.trending-box .shape svg {
    overflow: visible;
    width: 100%;
    height: 100%;
}
.trending-box .icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--tg-primary-color);
}
.trending-box span {
    font-size: 13px;
    font-weight: 600;
    color: var(--tg-white);
}
.ta-trending-slider {
    height: 0px;
    margin: 0;
}
.ta-trending-slider .swiper-slide {
    display: flex;
    align-items: center;
}
.trending-content {
    width: 100%;
    overflow: hidden;
}
.trending-content a {
    display: block;
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    line-height: 34px;
    font-weight: 500;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.trending-content a:hover {
    color: #009ade;
}
.header-logo-area-four {
    padding: 15px 0;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.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);
}
.hl-left-side-four .date i {
    line-height: 0;
    color: #6D757F;
}
.hl-right-side-four {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.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;
}
.hl-right-side-four .sign-in a i {
    line-height: 0;
    font-size: 22px;
}
.hl-right-side-four .sign-in a:hover {
    color: var(--tg-primary-color);
}
.subscribe-btn .btn {
    padding: 15px 27px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}
.menu-area.menu-style-six {
    border-bottom: none;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
	background: linear-gradient(
    135deg,
    #b9e8fb 0%,
    #8fd5f2 50%,
    #67bfe6 100%
);
}
.menu-style-six .navbar-wrap ul li a {
    padding: 10px 14px 18px 0;
    text-shadow: 0 0 0.1px #000;
}
.menu-style-six .navbar-wrap ul {
    /*margin: 0 auto;*/
}
.menu-style-six .offcanvas-toggle {
    border-right: 1px solid var(--tg-gray);
    border-left: 1px solid var(--tg-gray);
    width: 70px;
}
.menu-style-six .offcanvas-toggle a {
    padding: 15px 5px 15px 5px;
}
.menu-style-six .offcanvas-toggle a span {
    background: var(--tg-body-font-color);
}
.menu-style-six .menu-nav {
    align-items: normal;
}

/*=============================
	03. Mobile Menu
===============================*/
.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	display: none;
	color: var(--tg-white);
	margin-right: 30px;
	top: 15px;
}
.nav-logo img {
	width: 150px;
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	z-index: 99;
	border-radius: 0px;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)e;
	-o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu .navbar-collapse {
	display: block !important;
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
	-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .navigation li.current>a:before {
	height: 100%;
}
.menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.5);
}
.mobile-menu-visible .menu-backdrop {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: var(--tg-white);
	padding: 0px 0px;
	z-index: 5;
	box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #292b37;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}
.mobile-menu .navigation ul {
	padding: 0;
	margin: 0;
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 14px;
    font-weight: 700;
    color: var(--tg-heading-font-color);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    font-family: var(--tg-heading-font-family);
}
.mobile-menu .navigation li ul li > a {
    font-size: 14px;
    margin-left: 20px;
    text-transform: capitalize;
}
.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}
.mobile-menu .navigation li > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
	position: absolute;
	right: 15px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: var(--tg-white);
	background: var(--tg-primary-color);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn i {
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open i {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	color: var(--tg-primary-color);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
	display: none;
}
.mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}
.mobile-menu .social-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: var(--tg-heading-font-color);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 1px solid var(--tg-gray);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.mobile-menu .social-links li a:hover {
	border-color: var(--tg-primary-color);
	background: var(--tg-primary-color);
	color: var(--tg-white);
}
.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: var(--tg-primary-color);
    display: none;
    margin-top: 0;
    margin-left: 25px;
}
.mobile-search {
    padding: 0 20px 25px 25px;
}
.mobile-search form {
    position: relative;
}
.mobile-search input {
    display: block;
    width: 100%;
    border: 1px solid var(--tg-gray);
    padding: 10px 45px 10px 20px;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    background: transparent;
    color: var(--tg-secondary-color);
}
.mobile-search input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #545E69;
}
.mobile-search button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    padding: 0;
    right: 20px;
    line-height: 1;
    background: transparent;
    color: var(--tg-secondary-color);
}


/*=============================
	04. Search
===============================*/
.search__popup {
    padding-top: 70px;
    padding-bottom: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--tg-white);
    backdrop-filter: blur(10px);
    z-index: 99;
    -webkit-transform: translateY(calc(-100% - 80px));
    -moz-transform: translateY(calc(-100% - 80px));
    -ms-transform: translateY(calc(-100% - 80px));
    -o-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition-delay: 0.5s;
}
.search__input {
    position: relative;
    height: 80px;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    transition: all 0.3s ease-in-out;
    transition-delay: 0.5s;
    opacity: 0;
}
.search__input::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: var(--tg-primary-color);
    transition-delay: 0.3s;
    transition: all 0.3s ease-in-out;
}
.search__popup.search-opened .search__input::after {
    width: 100%;
    transition-delay: 0.5s;
}
.search__input input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 24px;
    color: var(--tg-heading-font-color);
    border-bottom: 1px solid transparent;
    padding: 0;
    padding-right: 30px;
}
.search__input input::placeholder {
    font-size: 24px;
}
.search__input .search-input-field~.search-focus-border {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--tg-primary-color);
    transition: all 0.5s;
}
.search__input .search-input-field:focus~.search-focus-border {
    width: 100%;
    left: 0;
    right: auto;
    transition: all .5s;
}
.search__input button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: var(--tg-primary-color);
    border: none;
    padding: 0 0;
    background: transparent;
}
.search__popup.search-opened {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    transition-delay: 0s;
    z-index: 99999999;
}
.search__popup.search-opened .search__input {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.3s;
}
.search__close {
    position: absolute;
    top: 10%;
    right: 2%;
    z-index: 2;
}
.search-close-btn {
    margin: 0;
    padding: 0;
    border: none;
	color: var(--tg-primary-color);
	cursor: pointer;
    background: transparent;
}
.search-popup-overlay {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.5s;
    opacity: 0;
    visibility: hidden;
    background: #000d25;
}
.search-popup-overlay.search-popup-overlay-open {
    opacity: .55;
    visibility: visible;
    transition-delay: 0s;
}

/*=============================
	05. OffCanvas
===============================*/
.offCanvas-wrap {
    position: fixed;
    overflow-y: auto;
    top: 0px;
    left: 0px;
    width: 395px;
    padding: 80px 58px 75px;
    transform: translateX(-100%);
    height: 100%;
    background-color: var(--tg-white);
    z-index: 1020;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.06) 16px 0px 32px 0px;
}
.offCanvas-menu-visible .offCanvas-wrap {
    transform: translateX(0);
}
.offCanvas-wrap::-webkit-scrollbar {
    width: 0px;
}
.offCanvas-body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.offCanvas-logo {
    margin: 0 0 25px;
}
.offCanvas-wrap .logo a.logo-light {
    display: none;
}
.offCanvas-content p {
    margin: 0 0;
}
.offCanvas-instagram {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 0;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 55px;
}
.offCanvas-instagram li {
    width: 33.333%;
    flex: 0 0 33.333%;
    padding-left: 5px;
    padding-right: 5px;
}
.offCanvas-instagram li a img {
    height: 70px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.offCanvas-contact {
    margin: auto 0 0;
}
.offCanvas-contact .title {
    margin: 0 0 28px;
    font-size: 24px;
    letter-spacing: -0.5px;
}
.offCanvas-contact-list {
    margin: 0 0 60px;
}
.offCanvas-contact-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 0 20px;
    color: var(--tg-secondary-color);
    margin: 0 0 8px;
}
.offCanvas-contact-list li i {
    color: var(--tg-icon-color);
    line-height: 1;
    width: 16px;
    flex: 0 0 auto;
}
.offCanvas-contact-list li a {
    color: var(--tg-secondary-color);
}
.offCanvas-contact-list li a:hover {
    color: var(--tg-primary-color);
}
.offCanvas-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 5px;
}
ul.offCanvas-social svg {
    border: 1px solid #444;
}
.offCanvas-social li a {
    display: block;
    font-size: 18px;
    color: var(--tg-secondary-color);
}
.offCanvas-social li a:hover {
    color: var(--tg-primary-color);
}
.offCanvas-toggle {
    position: absolute;
    top: 38px;
    right: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--tg-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: var(--tg-primary-color);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.offCanvas-toggle span {
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.offCanvas-toggle span:nth-child(2) {
    transform: rotate(-90deg);
    left: 25%;
}
.offCanvas-toggle:hover {
    background: var(--tg-secondary-color);
}
.offCanvas-overlay {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: #000;
}
.offCanvas-menu-visible .offCanvas-overlay {
    opacity: 0.6;
    visibility: visible;
}


/*=============================
	06. Banner Post
===============================*/
.banner-post-item {
    position: relative;
}
.banner-post-thumb {
    overflow: hidden;
    position: relative;
}
.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;
}
.banner-post-thumb img {
    /* height: 470px; */
    width: 99.5%;
    object-fit: cover;
}
.banner-post-item:hover .banner-post-thumb img {
    transform: scale(1.1);
}
.banner-post-content {
    text-align: center;
    position: absolute;
    left: 100px;
    right: 100px;
    bottom: 50px;
}
.banner-post-content .post-title {
    color: var(--tg-white);
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 1.28;
    font-weight: 500;
}
.banner-post-content .post-title a {
    background-size: 0 2px;
}
.banner-post-content .post-title a:hover {
    color: var(--tg-white);
}
.banner-post-item:hover .banner-post-content .post-title a {
    background-size: 100% 2px;
}
.blog-post-meta.white-blog-meta .list-wrap li {
    color: var(--tg-gray-four);
}
.blog-post-meta.white-blog-meta .list-wrap li a {
    color: var(--tg-gray-four);
}
.blog-post-meta.white-blog-meta .list-wrap li a:hover {
    color: var(--tg-primary-color);
}

/* banner-post-two */
.banner-post-inner .row {
    --bs-gutter-x: 20px;
}
.banner-post-inner .row .col-70 {
    width: 69.7%;
    flex: 0 0 auto;
}
.banner-post-inner .row .col-30 {
    width: 29.5%;
    flex: 0 0 auto;
	height:100%;
	min-height: 559px;
}
.banner-post-inner .row .col-40 {
    width: 39.7%;
    flex: 0 0 auto;
}
.banner-post-two {
    position: relative;
    margin-bottom: 10px;
}
.banner-post-two.big-post .banner-post-thumb-two img {
    width: 100%;
    height: 559px;
    object-fit: cover;
}
.banner-post-two:hover .banner-post-thumb-two img {
    transform: scale(1.1);
}
.banner-post-thumb-two {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.banner-post-thumb-two::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 72%) 16.31%, rgba(10, 23, 41, 0.00) 108.6%);
    pointer-events: none;
}
.banner-post-content-two {
    position: absolute;
    left: 40px;
    bottom: 20px;
    right: 50px;
}
.banner-post-content-two a.readmore {
    background: #ffffff5c;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
}
.banner-post-content-two .post-title {
    font-size: 19px;
    color: var(--tg-white);
    line-height: 1.3;
    font-weight: 400;
}
.banner-post-content-two p {
	font-size:14px;
	line-height:1.4;
	color:#fff;
}
.banner-post-content-two .post-title a:hover {
    color: var(--tg-white);
}
.banner-post-content-two .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.banner-post-two.big-post:hover .banner-post-content-two .post-title a {
    background-size: 100% 2px;
}
.banner-post-two:hover .banner-post-content-two .post-title a {
    background-size: 100% 1px;
}
.banner-post-two.small-post .banner-post-content-two {
    left: 25px;
    right: 25px;
    bottom: 8px;
}
.banner-post-content-category {
    position: absolute;
    top: 15px;
    left: 20px;
}
.banner-post-two.small-post .banner-post-content-two .post-title {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.3;
}
.banner-post-two.small-post .banner-post-thumb-two img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* banner-post-three */
.banner-post-three {
    position: relative;
}
.banner-post-thumb-three {
    position: relative;
    overflow: hidden;
}
.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;
}
.banner-post-thumb-three img {
    width: 100%;
    height: 530px;
    object-fit: cover;
}
.banner-post-three:hover .banner-post-thumb-three img {
    transform: scale(1.1);
}
.banner-post-content-three {
    text-align: center;
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 60px;
}
.banner-post-content-three .post-title {
    color: var(--tg-white);
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.4;
}
.banner-post-content-three .post-title a:hover {
    color: var(--tg-white);
}
.banner-post-three:hover .banner-post-content-three .post-title a {
    background-size: 100% 2px;
}

/* banner-post-four */
.banner-post-four {
    position: relative;
    margin-bottom: 30px;
}

.banner-post-thumb-four {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.banner-post-thumb-four::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: 6px;
    background: linear-gradient(
        0deg,
        rgba(0, 5, 11, 0.92) 8%,
        rgba(10, 23, 41, 0.18) 100%
    );
    pointer-events: none;
}

.banner-post-thumb-four img {
    display: block;
    width: 100%;
    height: 422px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.banner-post-four:hover .banner-post-thumb-four img {
    transform: scale(1.08);
}

.banner-post-content-four {
    position: absolute;
    right: 30px;
    bottom: 10px;
    left: 30px;
    z-index: 2;
    text-align: left;
}

.banner-post-content-four .post-tag {
    display: inline-block;
    margin-bottom: 5px;
}

.banner-post-content-four .post-title {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.3;
	font-weight:400;
}

.banner-post-content-four .post-title a {
    color: #ffffff;
}

.banner-post-content-four .post-title a:hover {
    color: #ffffff;
}

.banner-post-four:hover .banner-post-content-four .post-title a {
    background-size: 100% 2px;
}

.banner-post-content-four .white-blog-meta ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.banner-post-content-four .white-blog-meta li,
.banner-post-content-four .white-blog-meta a {
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
}

.banner-post-content-four .white-blog-meta i {
    margin-right: 6px;
}

@media (max-width: 1199px) {
    .banner-post-content-four {
        right: 20px;
        bottom: 30px;
        left: 20px;
    }

    .banner-post-content-four .post-title {
        font-size: 23px;
    }
}

@media (max-width: 767px) {
    .banner-post-thumb-four img {
        height: 380px;
    }

    .banner-post-content-four .post-title {
        font-size: 22px;
    }
}

/* banner-post-five */
.news-banner-post-wrap .row .col-33 {
    width: 33.2%;
    flex: 0 0 auto;
}
.news-banner-post-wrap .row .col-67 {
    width: 66.8%;
    flex: 0 0 auto;
}
.news-banner-small-post {
    padding-right: 10px;
    position: relative;
}
/*.news-banner-small-post::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--tg-border-color);
}*/
.banner-post-five {
    margin-bottom: 15px;
    padding-bottom: 15px !important;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.banner-post-content-five {
    padding: 0 11px;
}
.banner-post-five:last-child {
    padding: 0;
    border: none;
	margin-bottom:0;
}
.banner-post-thumb-five {
    overflow: hidden;
    margin-bottom: 12px;
    position: relative;
}
.banner-post-thumb-five img {
    width: 100%;
    height: 180px;
    object-fit: cover;
	object-position: top;
}
.banner-post-five:hover .banner-post-thumb-five img {
    transform: scale(1.1);
}
.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;
}
.banner-post-five a.post-tag-four {
    position: absolute;
    z-index: 99999;
    top: 10px;
    left: 10px;
    border: 1px solid #ccc;
    background: #EDFBFA;
    font-size: 10px;
    padding: 6px 10px 4px;
    border-radius: 10px;
	color: #0B87BA;
	line-height: 0.8;
}
.banner-post-content-two a.post-tag {
    background: #ede6f2;
    color: #470277;
    font-size: 10px;
	border-radius: 10px;
}
.banner-post-content-five .post-title {
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 1.4;
}
.banner-post-content-five p {
	font-size: 12px;
	line-height: 1.2;
	margin-bottom:0;
}
.banner-post-five:hover .banner-post-content-five .post-title a {
    background-size: 100% 1px;
}
.banner-post-content-five .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.banner-post-six {
    margin-bottom: 30px;
}
.banner-post-thumb-six {
    overflow: hidden;
    margin-bottom: 20px;
}
.banner-post-thumb-six img {
    width: 100%;
    height: 428px;
    object-fit: cover;
}
.banner-post-six:hover .banner-post-thumb-six img {
    transform: scale(1.1);
}
.banner-post-content-six {
    text-align: center;
}
.banner-post-content-six .post-title {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 800;
}
.banner-post-six:hover .banner-post-content-six .post-title a {
    background-size: 100% 2px;
}
.banner-post-content-six .blog-post-meta {
    margin-bottom: 15px;
}
.banner-post-content-six p {
    margin-bottom: 0;
}
.banner-post-seven .banner-post-thumb-five img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.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;
}
.banner-post-seven .banner-post-thumb-five .paly-btn:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.banner-post-seven {
    position: relative;
}
.banner-post-seven::before {
    content: "";
    position: absolute;
    top: 0px;
    right: -20px;
    width: 1px;
    height: 100%;
    background: var(--tg-border-color);
}
.today-post-wrap .row [class*="col-"]:last-child .banner-post-seven::before {
    display: none;
}

/* banner-sidebar */
.sidebar-wrap-three {
    padding-left: 10px;
    position: sticky;
    top: 90px;
}/*
.sidebar-wrap-three::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--tg-border-color);
}*/
.sidebar-widget-three {
    margin-bottom: 40px;
}
.sidebar-widget-three:last-child {
    margin-bottom: 0;
}
.widget-title-three .section-title-line {
    bottom: auto;
    top: 0;
}
.widget-title.widget-title-three  {
    padding-bottom: 0;
}
.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);
}
.stories-post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.stories-post-thumb {
    width: 75px;
    flex: 0 0 auto;
    overflow: hidden;
}
.stories-post-thumb img {
    width: 100%;
    height: 75px;
    object-fit: cover;
	border-radius:10px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.stories-post:hover .stories-post-thumb img {
    transform: scale(1.1);
}
.stories-post-content .post-title {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}
.stories-post:hover .stories-post-content .post-title a {
    background-size: 100% 1px;
}
.stories-post-content .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.stories-post-content .post-tag-four {
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px 10px 3px;
    border-radius: 10px;
    background: #F1F6F9;
    border: 1px solid #62c2fb;
    font-size: 10px;
    line-height: 0.8;
	color: #0B87BA;
}
.hero-story-post-alternate .stories-post-two:nth-child(odd) .post-tag-four {
	background: #ede6f2;
    color: #470277;
	border: 1px solid #ede6f2;
}
.hero-story-post-alternate .stories-post-two:nth-child(even) .post-tag-four {
	color: #0B87BA;
	background: #F1F6F9;
	border: 1px solid #F1F6F9;
}
.stories-post-two {
    padding: 5px 5px;
    margin-bottom: 3px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
	border-bottom: 1px solid #f4f4f4;
}
.stories-post-two:last-child {
    margin-bottom: 0;
	border-bottom: 0;
}
.stories-post-two .number {
    margin-bottom: 0;
    font-size: 26px;
    color: #C2C2C2;
    font-weight: 600;
}
.stories-post-two:hover .stories-post-content .post-title a {
    background-size: 100% 1px;
}
.sidebar-img-two {
    text-align: center;
}

/*=============================
	07. Breadcrumb
===============================*/
.breadcrumb-area {
    background: var(--tg-gray-three);
    padding: 37px 0;
}
.breadcrumb-content .breadcrumb {
    margin-bottom: 0;
}
.breadcrumb-content .breadcrumb-item {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-icon-color);
}
.breadcrumb-content .breadcrumb-item a {
    color: var(--tg-icon-color);
}
.breadcrumb-content .breadcrumb-item a:hover {
    color: var(--tg-primary-color);
}
.breadcrumb-content .breadcrumb-item.active {
    color: var(--tg-primary-color);
}
.breadcrumb-content .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 8px;
    color: var(--tg-icon-color);
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}
.breadcrumb-content .breadcrumb-item+.breadcrumb-item {
    padding-left: 8px;
}

/*=============================
	08. About
===============================*/
.about-img {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}
.about-img .left-img {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.about-img img {
    border-radius: 8px;
}
.about-img img.shape {
    position: absolute;
    left: -7%;
    bottom: -6%;
    z-index: -1;
    border-radius: 0;
}
.about-content {
    width: 92%;
}
.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;
}
.section-title-five .title {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 800;
}
.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;
}
.about-content p {
    margin-bottom: 25px;
}
.about-content .view-all-btn .btn {
    border: none;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    font-weight: 600;
    padding: 16px 20px;
}
.about-content .view-all-btn .btn::before {
    background: var(--tg-secondary-color);
}
.about-content .view-all-btn .btn:hover {
    background: var(--tg-primary-color);
}
.about-content .view-all-btn .link-btn .svg-icon svg {
    color: var(--tg-white);
}


/*=============================
	09. Featured Post
===============================*/
.featured-post-area {
    position: relative;
}
.featured-post-wrap .row {
    --bs-gutter-x: 20px;
}
.featured-post-wrap .row [class*="col-"] {
    padding: 0 10px;
}
.featured-post-item {
    margin-bottom: 30px;
}
.featured-post-thumb {
    border-radius: 6px;
    overflow: hidden;
}
.featured-post-thumb img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}
.featured-post-item:hover .featured-post-thumb img {
    transform: scale(1.1);
}
.featured-post-content {
    position: relative;
    text-align: center;
    padding: 25px 0 0;
}
.featured-post-content .post-tag {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -13px;
}
.post-tag {
    position: relative;
    overflow: hidden;
    color: var(--tg-white);
    font-family: var(--tg-heading-font-family);
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 3px;
    padding: 4px 10px;
    margin-bottom: 10px;
    text-decoration: none;

    background: #0C90C3;
    background-size: 300% 100%;
    animation: postTagGradient 4s linear infinite;
}
.post-tag:hover {
    color: var(--tg-white);
    animation-duration: 1.5s;
}
@keyframes postTagGradient {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}
.rotate360 {
    display: inline-block;
    animation: rotateLogo 8s linear infinite;
    transform-origin: center;
}

@keyframes rotateLogo {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.featured-post-content .post-title {
    font-size: 24px;
    margin-bottom: 12px;
}
.post-title a:hover {
    color: var(--tg-secondary-color);
}
.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%;
}
.featured-post-item:hover .post-title a {
    background-size: 100% 1px;
}
.blog-post-meta .list-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.blog-post-meta .list-wrap li {
    display: flex;
    align-items: center;
    color: var(--tg-icon-color);
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.52px;
    text-transform: uppercase;
    gap: 5px;
}
.blog-post-meta .list-wrap li i {
    line-height: 0;
    font-size: 16px;
}
.blog-post-meta .list-wrap li a {
    color: var(--tg-icon-color);
}
.blog-post-meta .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.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;
}
.featured-post-active .slick-arrow:hover {
    background: var(--tg-secondary-color);
}
.featured-post-active .slick-next.slick-arrow {
    left: auto;
    right: -15px;
    transform: rotate(0);
}
.featured-post-active:hover .slick-arrow {
    opacity: 1;
}

/*=============================
	10. Team
===============================*/
.team-area {
    background: var(--tg-gray-three);
    padding: 80px 0 50px;
}
.section-title-five p {
    margin-bottom: 0;
}
.team-item {
    margin-bottom: 30px;
}
.team-thumb {
    position: relative;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.team-thumb img {
    width: 100%;
}
.team-thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--tg-secondary-color);
    transition: .3s linear;
    opacity: 0;
}
.team-item:hover .team-thumb::before {
    opacity: .5;
}
.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;
}
.team-item:hover .team-social .list-wrap {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.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;
}
.team-social .list-wrap li a:hover {
    background: var(--tg-secondary-color);
    color: var(--tg-white);
}
.team-content {
    border-radius: 0 0 8px 8px;
    background: var(--tg-white);
    text-align: center;
    padding: 20px 20px;
}
.team-content .title {
    margin-bottom: 5px;
    font-size: 22px;
}
.team-content span {
    font-weight: 500;
}

/*=============================
	11. Newsletter
===============================*/
.newsletter-wrap {
    background: var(--tg-teal);
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 74px 120px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.newsletter-content .title {
    margin-bottom: 0;
    font-size: 24px;
}
.newsletter-form {
    flex-grow: 1;
}
.newsletter-form form {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: flex-end;
}
.newsletter-form .form-grp {
    width: 300px;
}
.newsletter-form .form-grp input {
    width: 100%;
    border: none;
    background: var(--tg-white);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-heading-font-color);
    padding: 15px 20px;
    line-height: 1;
    height: 50px;
}
.newsletter-form .form-grp input::placeholder {
    color: #6F6F6F;
    font-size: 14px;
    font-weight: 500;
}
.newsletter-shape-wrap img {
    position: absolute;
    z-index: -1;
}
.newsletter-shape-wrap img:nth-child(1) {
    left: 0;
    bottom: 0;
}
.newsletter-shape-wrap img:nth-child(2) {
    top: 0;
    right: 0;
}

/* newsletter-two */
.newsletter-wrap-two .newsletter-content {
    width: 25%;
    flex: 0 0 auto;
    margin-right: 40px;
}
.newsletter-wrap.newsletter-wrap-two {
    padding: 74px 95px;
}
.newsletter-wrap-two .newsletter-content .title {
    font-family: var(--tg-body-font-family);
}

/* newsletter-three */
.newsletter-area-three {
    background: var(--tg-teal);
    padding: 75px 0;
}
.newsletter-wrap-three {
    display: flex;
    align-items: center;
}
.newsletter-wrap-three .newsletter-content {
    width: 14%;
    flex: 0 0 auto;
    margin-right: 35px;
}
.newsletter-wrap-three .newsletter-form .form-grp {
    width: 250px;
}
.newsletter-social {
    display: flex;
    align-items: center;
    margin-left: 60px;
    gap: 10px;
}
.newsletter-social .title {
    margin-bottom: 0;
    font-size: 18px;
}
.newsletter-social .list-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
}
.newsletter-social .list-wrap li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-secondary-color);
    color: var(--tg-white);
    border-radius: 50%;
    font-size: 20px;
}
.newsletter-social .list-wrap li a:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.newsletter-form .btn {
    background: var(--tg-primary-color);
}
.newsletter-form .btn::before {
    background: var(--tg-secondary-color);
}


/* newsletter-four */
.newsletter-area-four {
    background: var(--tg-teal);
    padding: 78px 0;
}
.newsletter-wrap-four .newsletter-content {
    width: 100%;
    flex: 0 0 auto;
    margin-right: 0;
    text-align: center;
    margin-bottom: 25px;
}
.newsletter-wrap-four .newsletter-content .title {
    font-size: 28px;
}
.newsletter-wrap-four .newsletter-form form {
    justify-content: center;
}
.newsletter-wrap-four .newsletter-form .form-grp {
    width: 350px;
}


/*=============================
	12. Latest Post
===============================*/
.section-title-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    position: relative;
    padding-bottom: 20px;
}
.section-title .title {
    margin-bottom: 0;
    font-size: 28px;
}
.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;
}/*
.section-title-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 40px;
    height: 5px;
    background: var(--tg-primary-color);
}
.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%);
}*/
.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%;
}
.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);
}
.view-all-btn .link-btn svg path {
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out;
}
.view-all-btn .link-btn svg path:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s;
}
.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;
}
.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;
}
.view-all-btn .link-btn:hover svg path:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s;
}
.view-all-btn .link-btn:hover {
    border-color: var(--tg-secondary-color);
    color: var(--tg-white);
    background: var(--tg-secondary-color);
}
.view-all-btn .link-btn:hover .svg-icon svg {
    color: var(--tg-white);
}
.view-all-btn .link-btn-two {
    border: none;
    padding: 0 0;
    border-radius: 0;
}
.view-all-btn .link-btn-two:hover {
    background: transparent;
    color: var(--tg-primary-color);
}
.view-all-btn .link-btn-two:hover .svg-icon svg {
    color: var(--tg-primary-color);
}
.latest-post-inner-wrap > .row > .col-70 {
    width: 69.7%;
    flex: 0 0 auto;
}
.latest-post-inner-wrap > .row > .col-30 {
    width: 30.3%;
    flex: 0 0 auto;
}
.latest-post-item-wrap > .row > .col-66 {
    width: 66.5%;
}
.latest-post-item-wrap > .row > .col-34 {
    width: 33.5%;
}
.latest-post-item.big-post .featured-post-thumb img {
    height: 390px;
    object-fit: cover;
    width: 100%;
}
.latest-post-item.big-post .featured-post-content {
    padding: 30px 0 0;
}
.latest-post-item.big-post .featured-post-content p {
    width: 90%;
    margin: 0 auto;
}
.latest-post-item.big-post .featured-post-content .post-title {
    font-size: 28px;
}
.latest-post-item.big-post:hover .featured-post-content .post-title a {
    background-size: 100% 2px;
}
.latest-post-item.big-post .blog-post-meta .list-wrap {
    margin-bottom: 12px;
}
.latest-post-item.small-post .featured-post-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.latest-post-item.small-post .featured-post-content .post-title {
    font-size: 20px;
    line-height: 1.4;
}
.latest-post-item.small-post {
    margin-bottom: 20px;
}
.sidebar-wrap {
    margin-left: 0px;
    position: sticky;
    top: 100px;
}
.sidebar-wrap.sidebar-wrap-two {
    top: 70px;
}
.sidebar-avatar {
    text-align: center;
    position: relative;
    background: var(--tg-gray-three);
    padding: 100px 30px 45px;
    margin-top: 100px;
    z-index: 1;
}
.sidebar-avatar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background: var(--tg-primary-color);
}
.sidebar-avatar-thumb {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 180px;
    margin-top: -100px;
}
.sidebar-avatar-thumb img {
    border-radius: 50%;
}
.sidebar-avatar-content .title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 12px;
}
.sidebar-avatar-content p {
    margin-bottom: 20px;
}
.avatar-social .list-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.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;
}
.avatar-social .list-wrap li a:hover {
    background: var(--tg-secondary-color);
}
.sidebar-avatar-shape img {
    position: absolute;
    z-index: -1;
}
.sidebar-avatar-shape img:nth-child(1) {
    right: 0;
    top: 0;
}
.sidebar-avatar-shape img:nth-child(2) {
    left: 0;
    bottom: 0;
}
.sidebar-widget {
    margin-bottom: 25px;
}
.sidebar-widget:last-child {
    margin-bottom: 0;
}
.widget-title {
    position: relative;
    padding-bottom: 20px;
}
.widget-title .title {
    margin-bottom: 0;
    font-size: 22px;
    border-left: 5px solid #470277;
    padding-left: 15px;
}
.latestpostborder {
    border-radius: 10px;
    padding: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.sidebar-social-wrap .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}
.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;
}
.sidebar-social-wrap .list-wrap li a i {
    font-size: 18px;
}
.sidebar-social-wrap .list-wrap li a:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}

/* latest-post-two */
.sidebar-avatar-two {
    background: var(--tg-gray-three);
    border-radius: 6px;
    padding: 25px 40px 40px;
    text-align: center;
}
.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));
}
.sidebar-avatar-two .sidebar-avatar-content p {
    margin-bottom: 20px;
    color: #6D757F;
    line-height: 1.5;
}
.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;
}
.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);
}
.sidebar-social-wrap.sidebar-social-two .list-wrap li a {
    background: #F0F0F0;
}
.sidebar-social-wrap.sidebar-social-two .list-wrap li a:hover {
    background: var(--tg-primary-color);
}

/*=============================
	13. Categories
===============================*/
.categories-area {
    background: var(--tg-teal);
    position: relative;
    padding: 70px 0 40px;
    z-index: 1;
}
.categories-shape-wrap img {
    position: absolute;
    z-index: -1;
}
.categories-shape-wrap img:nth-child(1) {
    right: 0;
    top: 0;
}
.categories-shape-wrap img:nth-child(2) {
    left: 0;
    bottom: 0;
}
.section-title-two.text-center .title {
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 15px;
}
.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%);
}
.section-title p {
    width: 90%;
    margin: 0 auto;
}
.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;
}
.categories-img {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.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%;
}
.categories-item:hover .categories-img::after {
    opacity: 0.8;
    transform: scale(1);
}
.categories-item:hover .categories-img img {
    transform: scale(1.08);
}
.categories-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.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 */
.section-title-wrap-three {
    /*display: flex;*/
    align-items: center;
    position: relative;
    gap: 15px;
}
.section-title-wrap-three.text-center {
    justify-content: center;
}
.section-title-three {
    display: flex;
    align-items: center;
    flex: 1;
	margin-bottom: 20px;
}
.section-title-three .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--tg-white);
    text-transform: capitalize;
    position: relative;
    padding: 8px 28px;
    z-index: 1;
    white-space: nowrap;
}
.section-title-svg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.section-title-svg svg {
    width: 100%;
    height: 100%;
    color: var(--tg-primary-color);
}
.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;
}
.section-title-wrap-three.text-center .section-title-line-three {
    width: 100%;
}
.categories-item-wrap-two .row {
    --bs-gutter-x: 42px;
}
.categories-item-two {
    position: relative;
    margin-bottom: 30px;
}
.categories-img-two {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}
.categories-img-two img {
    height: 180px;
    object-fit: cover;
    width: 100%;
}
.categories-item-two:hover .categories-img-two img {
    transform: scale(1.1);
}
.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;
}
.categories-content-two {
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.categories-content-two a {
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.30);
}
.categories-item-two:hover .categories-content-two a {
    background: var(--tg-primary-color);
}

/*=============================
	14. Recipe Post
===============================*/
.ta-overlay-post {
    position: relative;
    margin-bottom: 30px;
}
.overlay-post-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}
.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;
}
.overlay-post-thumb img {
    border-radius: 6px;
    width: 100%;
    height: 540px;
    object-fit: cover;
    object-position: center;
}
.ta-overlay-post:hover .overlay-post-thumb a img {
    transform: scale(1.1);
}
.overlay-post-content {
    position: absolute;
    left: 40px;
    bottom: 35px;
    right: 40px;
}
.overlay-post-content .post-title {
    color: var(--tg-white);
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.28;
}
.overlay-post-content .post-title a {
    background-size: 0 2px;
}
.overlay-post-content .post-title a:hover {
    color: var(--tg-white);
}
.ta-overlay-post:hover .overlay-post-content .post-title a {
    background-size: 100% 2px;
}
.overlay-post-content .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.overlay-post-content .blog-post-meta .list-wrap li a,
.overlay-post-content .blog-post-meta .list-wrap li {
    color: var(--tg-white);
}
.overlay-post-content .blog-post-meta .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.ta-horizontal-post {
    display: flex;
    margin-bottom: 30px;
}
.horizontal-post-thumb {
    overflow: hidden;
    width: 190px;
    flex: 0 0 auto;
    border-radius: 5px;
    margin-right: 30px;
}
.horizontal-post-thumb img {
    height: 100%;
    object-fit: cover;
}
.ta-horizontal-post:hover .horizontal-post-thumb img {
    transform: scale(1.08);
}
.horizontal-post-content {
    display: flex;
    flex-direction: column;
    min-height: 160px;
    justify-content: center;
    align-items: flex-start;
}
.horizontal-post-content .post-title {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.4;
}
.ta-horizontal-post:hover .post-title a {
    background-size: 100% 1px;
}
.horizontal-post-content .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.ad-banner-img img {
    border-radius: 6px;
}
.ad-banner-img-two img {
    border-radius: 0;
}

/*=============================
	15. Healthy Post
===============================*/
.healthy-inner-wrap .row .col-70 {
    width: 69.7%;
    flex: 0 0 auto;
}
.healthy-inner-wrap .row .col-30 {
    width: 30.3%;
    flex: 0 0 auto;
}
.featured-post-item.healthy-post .featured-post-thumb img {
    height: 200px;
}
.featured-post-item.healthy-post .featured-post-content .post-title {
    font-size: 20px;
    line-height: 1.4;
}
.popular-post {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}
.popular-post:last-child {
    margin-bottom: 0;
}
.popular-post .thumb {
    width: 110px;
	height: 90px;
    flex: 0 0 auto;
    margin-right: 16px;
    border-radius: 5px;
    overflow: hidden;
}
.popular-post:hover .thumb img {
    transform: scale(1.05);
}
.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;
}
.post-tag-two:hover {
    border-color: var(--tg-primary-color);
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.popular-post .content .post-title {
    margin-bottom: 8px;
    font-size: 14.8px;
    line-height: 1.3;
    font-weight: 400;
}
.popular-post:hover .content .post-title a {
    background-size: 100% 1px;
}
.popular-post .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.sidebar-wrap.no-sticky {
    position: inherit;
}

/*=============================
	16. Spotlight Post
===============================*/
.spotlight-post-inner-wrap .row .col-70 {
    width: 69.7%;
    flex: 0 0 auto;
}
.spotlight-post-inner-wrap .row .col-30 {
    width: 30.3%;
    flex: 0 0 auto;
}
.spotlight-post-item-wrap {
    margin-bottom: 30px;
}
.spotlight-post-item-wrap .row .col-57 {
    width: 57.4%;
    flex: 0 0 auto;
}
.spotlight-post-item-wrap .row .col-43 {
    width: 42.6%;
    flex: 0 0 auto;
}
.spotlight-post {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.spotlight-post-thumb {
    border-radius: 6px;
    overflow: hidden;
}
.spotlight-post.big-post .spotlight-post-thumb {
    margin-bottom: 20px;
}
.spotlight-post.big-post .spotlight-post-thumb img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}
.spotlight-post:hover .spotlight-post-thumb img {
    transform: scale(1.1);
}
.spotlight-post.big-post .spotlight-post-content .post-title {
    font-size: 20px;
    margin-bottom: 18px;
    line-height: 1.28;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}
.spotlight-post-content .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.post-title.bold-underline a {
    background-size: 0 2px;
}
.spotlight-post:hover .post-title.bold-underline a {
    background-size: 100% 2px;
}
.spotlight-post.small-post {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}
.spotlight-post.small-post .spotlight-post-thumb {
    width: 140px;
    flex: 0 0 auto;
}
.spotlight-post.small-post .spotlight-post-thumb img {
    width: 140px;
    height: 100%;
    object-fit: cover;
}
.spotlight-post.small-post .spotlight-post-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.spotlight-post-content .post-title {
    margin-bottom: 13px;
    font-size: 20px;
    line-height: 1.3;
}
.spotlight-post:hover .post-title a {
    background-size: 100% 1px;
}
.ta-overlay-post-two {
    position: relative;
    margin-bottom: 10px;
}
.overlay-post-thumb-two {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.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;
}
.overlay-post-thumb-two img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}
.ta-overlay-post-two:hover .overlay-post-thumb-two img {
    transform: scale(1.1);
}
.overlay-post-content-two {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
}
.overlay-post-content-two .post-title {
    margin-bottom: 15px;
    font-size: 20px;
    color: var(--tg-white);
    line-height: 1.3;
	    font-weight: 400;
}
.overlay-post-content-two .post-title a:hover {
    color: var(--tg-white);
}
.ta-overlay-post-two:hover .overlay-post-content-two .post-title a {
    background-size: 100% 1px;
}
.post-tag-three {
    background: rgba(255, 255, 255, 0.30);
}
.post-tag-three:hover {
    background: var(--tg-primary-color);
}
.overlay-post-content-two .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.popular-post-item-wrap .row {
    --bs-gutter-x: 10px;
}
.widget-title-two {
    display: flex;
    align-items: center;
}
.widget-title-two .title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    color: var(--tg-white);
    padding: 8px 28px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}
.sidebar-newsletter {
    background: var(--tg-secondary-color);
    border-radius: 5px;
    text-align: center;
    padding: 50px 35px 30px;
    position: relative;
    z-index: 1;
}
.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;
}
.sidebar-newsletter .title {
    color: var(--tg-white);
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 25px;
}
.sidebar-newsletter p {
    margin-bottom: 30px;
    color: var(--tg-white);
    font-weight: 500;
}
.sidebar-newsletter-form form {
    position: relative;
}
.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;
}
.sidebar-newsletter-form input::placeholder {
    color: var(--tg-white);
    font-size: 14px;
    font-weight: 400;
    opacity: .8;
}
.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;
}
.sidebar-newsletter-form button svg {
    width: 16px;
    height: 16px;
}
.rc-post-wrap .popular-post {
    margin-bottom: 15px;
}
.rc-post-wrap .popular-post:last-child {
    margin-bottom: 0;
}
.sidebar-widget-two {
    margin-bottom: 50px;
}
.sidebar-widget-two:last-child {
    margin-bottom: 0;
}
.sidebar-categories .list-wrap li {
    margin-bottom: 5px;
}
.sidebar-categories .list-wrap li:last-child {
    margin-bottom: 0;
}
.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%;
}
.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;
}
.sidebar-categories .list-wrap li a .post-tag {
    margin-bottom: 0;
    border-radius: 30px;
    transition: all 0.3s ease-out 0s;
}
.sidebar-categories .list-wrap li a:hover .post-tag {
    background: var(--tg-primary-color);
}
.sidebar-categories .right-arrow svg {
    width: 16px;
    color: var(--tg-white);
    transition: all 0.3s ease-out 0s;
}
.sidebar-categories .right-arrow svg path {
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out;
}
.sidebar-categories .right-arrow svg path:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s;
}
.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;
}
.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;
}
.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
===============================*/
.section-title.section-title-four {
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 15px;
    justify-content: space-between;
}
.section-title-four .title {
    font-size: 22px;
    flex: 0 0 auto;
}
.section-title-four .section-title-line {
    position: relative;
    display: block;
}
.politics-post {
    display: flex;
    gap: 28px;
}
.politics-post-thumb {
    width: 330px;
    flex: 0 0 auto;
    overflow: hidden;
}
.politics-post-thumb img {
    height: 295px;
    object-fit: cover;
    width: 100%;
}
.politics-post:hover .politics-post-thumb img {
    transform: scale(1.1);
}
.politics-post-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.politics-post-content .post-title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 800;
}
.politics-post:hover .politics-post-content .post-title a {
    background-size: 100% 1px;
}
.politics-post-content p {
    margin-bottom: 18px;
}
.politics-post-content .blog-post-meta {
    margin-bottom: 15px;
}
.politics-post-wrap .row .col-69 {
    width: 69%;
    flex: 0 0 auto;
}
.politics-post-wrap .row .col-31 {
    width: 31%;
    flex: 0 0 auto;
}
.politics-post-wrap-two {
    position: relative;
    padding-left: 10px;
}
.politics-post-wrap-two::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--tg-border-color);
}
.politics-post-two {
    margin-bottom: 15px;
    border-bottom: 1px solid var(--tg-border-color);
    padding-bottom: 17px;
}
.politics-post-two:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.politics-post-content-two .post-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.4;
}
.politics-post-content-two .post-title:hover a {
    background-size: 100% 1px;
}
.politics-post-two .blog-post-meta .list-wrap {
    justify-content: flex-start;
}


/*=============================
	18. Trending Post
===============================*/
.trending-post-inner .col-70 {
    width: 69.7%;
    flex: 0 0 auto;
}
.trending-post-inner .col-30 {
    width: 30.3%;
    flex: 0 0 auto;
}
.recent-post-wrap {
    margin-bottom: 30px;
}
.recent-post-wrap .row .col-54 {
    width: 53.8%;
    flex: 0 0 auto;
}
.recent-post-wrap .row .col-46 {
    width: 46.2%;
    flex: 0 0 auto;
}
.overlay-post-two {
    position: relative;
    margin-bottom: 20px;
}
.overlay-post-two:hover .overlay-post-thumb img {
    transform: scale(1.1);
}
.overlay-post-two:hover .overlay-post-content .post-title a {
    background-size: 100% 2px;
}
.overlay-post-two .overlay-post-content {
    left: 25px;
    bottom: 30px;
    right: 25px;
}
.overlay-post-two .overlay-post-thumb::after {
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}
.overlay-post-two .overlay-post-thumb img {
    height: 520px;
}
.horizontal-post-two {
    display: flex;
    gap: 18px;
    flex-direction: row-reverse;
    margin-bottom: 20px;
}
.horizontal-post-two .horizontal-post-thumb {
    width: 160px;
    flex: 0 0 auto;
    margin: 0;
}
.horizontal-post-two:hover .horizontal-post-thumb img {
    transform: scale(1.1);
}
.horizontal-post-two .horizontal-post-content .post-title {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.4;
}
.horizontal-post-two:hover .horizontal-post-content .post-title a {
    background-size: 100% 1px;
}
.trending-post-wrap {
    padding: 50px 0 20px;
}
.trending-post {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
}
.trending-post-thumb {
    width: 54%;
    flex: 0 0 auto;
    border-radius: 6px;
    overflow: hidden;
}
.trending-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.trending-post:hover .trending-post-thumb img {
    transform: scale(1.1);
}
.trending-post-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.trending-post-content .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.trending-post-content .post-title {
    font-size: 20px;
    margin-bottom: 18px;
    line-height: 1.28;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}
.trending-post:hover .trending-post-content .post-title a {
    background-size: 100% 2px;
}
.trending-post-content .blog-post-meta {
    margin-bottom: 15px;
}
.trending-post-content p {
    margin-bottom: 15px;
    font-size: 15px;
}
.trending-post-two {
    margin-bottom: 30px;
}
.trending-post-thumb-two {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
}
.trending-post-thumb-two img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.trending-post-two:hover .trending-post-thumb-two img {
    transform: scale(1.1);
}
.trending-post-thumb-two .post-tag {
    position: absolute;
    left: 20px;
    top: 20px;
}
.trending-post-content-two .post-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.4;
}
.trending-post-two:hover .trending-post-content-two .post-title a {
    background-size: 100% 1px;
}
.trending-post-content-two .blog-post-meta .list-wrap {
    justify-content: flex-start;
}

/* trending-post-two */
.trending-post-area-two {
    background: var(--tg-teal);
    position: relative;
    padding: 80px 0;
    z-index: 1;
}
.trending-shape-wrap img {
    position: absolute;
    z-index: -1;
}
.trending-shape-wrap img:nth-child(1) {
    right: 0;
    top: 0;
}
.trending-shape-wrap img:nth-child(2) {
    left: 0;
    bottom: 0;
}
.trending-post-active [class*="col-"] {
    padding: 0 4px;
}
.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;
}
.trending-post-active .slick-prev.slick-arrow i {
    transform: rotate(180deg);
}
.trending-post-active .slick-next.slick-arrow {
    left: auto;
    right: -15px;
}
.trending-post-active .slick-arrow:hover {
    background: var(--tg-secondary-color);
}
.trending-post-active:hover .slick-arrow {
    opacity: 1;
}
.overlay-post-four .overlay-post-content-three {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
}
.overlay-post-four .overlay-post-thumb-three {
    border-radius: 6px;
}
.overlay-post-four .overlay-post-thumb-three::after {
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 74.67%);
}
.overlay-post-four .overlay-post-thumb-three img {
    height: 420px;
}
.overlay-post-four .overlay-post-content-three .post-title {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.4;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.overlay-post-three.overlay-post-four:hover .post-title a {
    background-size: 100% 1px;
}

/* trending-post-three */
.trending-post-area-three {
    background: #0C192A;
    padding: 70px 0 40px;
}
.section-title.white-title .title {
    color: var(--tg-white);
}
.section-title-line.black-line {
    border: 1px solid #253346;
    border-left: none;
    border-right: none;
}
.section-title-line.black-line::after {
    background: #0C192A;
}
.overlay-post-five {
    position: relative;
    margin-bottom: 30px;
}
.overlay-post-thumb-five {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.overlay-post-thumb-five img {
    width: 100%;
    height: 404px;
    object-fit: cover;
}
.overlay-post-five:hover .overlay-post-thumb-five img {
    transform: scale(1.1);
}
.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;
}
.overlay-post-content-five {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 35px;
}
.overlay-post-content-five .post-title {
    margin-bottom: 15px;
    color: var(--tg-white);
    font-size: 28px;
    line-height: 1.3;
}
.overlay-post-content-five .post-title a:hover {
    color: var(--tg-white);
}
.overlay-post-five:hover .overlay-post-content-five .post-title a {
    background-size: 100% 2px;
}
.overlay-post-content-five .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.horizontal-post-three {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
}
.horizontal-post-thumb-three {
    border-radius: 5px;
    width: 180px;
    overflow: hidden;
    flex: 0 0 auto;
}
.horizontal-post-thumb-three img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.horizontal-post-three:hover .horizontal-post-thumb-three img {
    transform: scale(1.1);
}
.horizontal-post-content-three {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.horizontal-post-content-three .post-title {
    color: var(--tg-white);
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.4;
}
.horizontal-post-content-three .post-title a:hover {
    color: var(--tg-white);
}
.horizontal-post-three:hover .horizontal-post-content-three .post-title a {
    background-size: 100% 1px ;
}


/*=============================
	19. Recent Post
===============================*/
.recent-post-inner-wrap .row .col-70 {
    width: 69.7%;
    flex: 0 0 auto;
}
.recent-post-inner-wrap .row .col-30 {
    width: 30.3%;
    flex: 0 0 auto;
}
.sidebar-tab .nav-tabs {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    display: inline-flex;
    margin-bottom: 30px;
}
.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;
}
.sidebar-tab .nav-tabs .nav-link.active {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.popular-post-two {
    border-bottom: 1px solid var(--tg-gray-two);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.popular-post-two:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

/*=============================
	20. Overlay Post
===============================*/
.overlay-post-item-wrap .row {
    --bs-gutter-x: 4px;
}
.overlay-post-item-wrap .row [class*="col-"] {
    padding: 0 2px;
}
.overlay-post-three {
    position: relative;
}
.overlay-post-thumb-three {
    position: relative;
    overflow: hidden;
}
.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;
}
.overlay-post-thumb-three img {
    width: 100%;
    height: 570px;
    object-fit: cover;
}
.overlay-post-three:hover .overlay-post-thumb-three img {
    transform: scale(1.1);
}
.overlay-post-content-three {
    position: absolute;
    left: 40px;
    right: 30px;
    bottom: 35px;
}
.overlay-post-content-three .post-title {
    font-size: 28px;
    color: var(--tg-white);
    margin-bottom: 15px;
    line-height: 1.3;
}
.overlay-post-content-three .post-title a:hover {
    color: var(--tg-white);
}
.overlay-post-content-three .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.overlay-post-three:hover .post-title a {
    background-size: 100% 2px;
}

/*=============================
	21. Mining Post
===============================*/
.mining-post-inner .row .col-70 {
    width: 69.7%;
    flex: 0 0 auto;
}
.mining-post-inner .row .col-30 {
    width: 30.3%;
    flex: 0 0 auto;
}


/*=============================
	22. Video Post
===============================*/
.video-post-bg {
    background-size: cover;
    background-position: center;
    padding: 60px 0 70px;
    background: #ecfaff;
}
.section-title-three.black-title .section-title-line-three {
    border-color: #c4c3c3;
}
.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);
}
.video-post-item.big-post .video-post-thumb {
    margin-bottom: 20px;
}
.video-post-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.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;
}
.video-post-item {
    margin-bottom: 30px;
}
.video-post-thumb .play-btn:hover {
    background: var(--tg-primary-color);
}
.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;
}
.video-post-item.big-post .video-post-thumb img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.video-post-item:hover .video-post-thumb img {
    transform: scale(1.1);
}
.video-post-content .post-title {
    color: var(--tg-white);
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.3;
}
.video-post-content .post-title a:hover {
    color: var(--tg-white);
}
.video-post-item:hover .video-post-content .post-title a {
    background-size: 100% 1px;
}
.video-post-item.big-post:hover .video-post-content .post-title a {
    background-size: 100% 2px;
}
.video-post-content .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.video-post-item.small-post {
    display: flex;
    gap: 30px;
}
.video-post-item.small-post .video-post-thumb {
    width: 190px;
    flex: 0 0 auto;
}
.video-post-item.small-post .video-post-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.video-post-item.small-post .video-post-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.video-post-item.small-post .video-post-thumb .play-btn {
    width: 50px;
    height: 50px;
    font-size: 16px;
}
.video-post-item.small-post .video-post-content .post-title {
    font-size: 22px;
    line-height: 1.4;
}
.video-small-post-wrap {
    position: relative;
    padding-left: 35px;
}
.video-small-post-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #253346;
}

/*=============================
	23. Editor Post
===============================*/
.editor-post-item {
    display: flex;
    gap: 0;
    background: #ECFAFF;
    padding: 10px 20px;
    min-height: 150px;
    border-radius: 10px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    margin-bottom: 20px;
}
.editor-post-thumb {
    border-radius: 6px;
    overflow: hidden;
    width: 160px;
    flex: 0 0 auto;
    margin-right: 15px;
}
.editor-post-thumb img {
    height: 100%;
    object-fit: cover;
}
.editor-post-item:hover .editor-post-thumb img {
    transform: scale(1.1);
}
.editor-post-content .post-title {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.4;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
.editor-post-item:hover .editor-post-content .post-title a {
    background-size: 100% 1px;
}
.editor-post-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.editor-nav {
    display: flex;
    align-items: center;
    gap: 5px;
}
.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;
}
.editor-nav .slick-arrow:hover {
    background: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
    color: var(--tg-white);
}
.editor-post-active [class*="col-"] {
    padding: 0 15px;
}

/* editor-post-two */
.editor-post-item.editor-post-two {
    flex-direction: row-reverse;
    margin-bottom: 30px;
}

/* editor-post-three */
.editor-post-area-three {
    background: #F9F9F9;
    padding: 70px 0;
}
.editor-post-active-two .col-lg-3 {
    padding: 0 20px;
}
.editor-post-three {
    position: relative;
}
.editor-post-three::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--tg-border-color);
}
.editor-post-active-two .slick-active:last-child .editor-post-three::before {
    display: none;
}
.editor-post-thumb-three {
    overflow: hidden;
    position: relative;
    margin-bottom: 18px;
}
.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;
}
.editor-post-thumb-three .paly-btn:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.editor-post-thumb-three img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.editor-post-three:hover .editor-post-thumb-three img {
    transform: scale(1.1);
}
.editor-post-content-three .post-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.3;
}
.editor-post-three:hover .editor-post-content-three .post-title a {
    background-size: 100% 1px;
}
.editor-post-content-three .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.editor-post-content-three .post-tag-four {
    margin-bottom: 10px;
}
.editor-nav-two {
    display: flex;
    align-items: center;
    gap: 5px;
}
.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;
}
.editor-nav-two .slick-arrow:hover {
    background: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
    color: var(--tg-white);
}

/*=============================
	24. Weekly Post
===============================*/
.weekly-post-inner-wrap .row .col-70 {
    width: 69.7%;
    flex: 0 0 auto;
}
.weekly-post-inner-wrap .row .col-30 {
    width: 30.3%;
    flex: 0 0 auto;
}
.weekly-post-item {
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.weekly-post-thumb {
    width: 310px;
    flex: 0 0 auto;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    
}
.weekly-post-thumb img {
    object-fit: cover;
    border-radius: 6px;
}
.weekly-post-item:hover .weekly-post-thumb img {
    transform: scale(1.1);
}
.weekly-post-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 10px;
	min-height: 125px;
}
.weekly-post-content .post-title {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}
.weekly-post-item:hover .weekly-post-content .post-title a {
    background-size: 100% 1px;
}
.weekly-post-content .blog-post-meta {
    margin-bottom: 10px;
}
.weekly-post-content p {
    margin-bottom: 20px;
    font-size: 13px;
}
.weekly-post-content .view-all-btn .link-btn {
    font-weight: 600;
}

.sidebar-img img {
    border-radius: 5px;
}

/* weekly-post-two */
.weekly-post-item.weekly-post-two {
    flex-direction: row-reverse;
    margin-bottom: 30px;
}
.sidebar-overlay-post {
    position: relative;
    margin-bottom: 25px;
}
.so-post-thumb {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.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;
}
.so-post-thumb img {
    width: 100%;
    height: 364px;
    object-fit: cover;
}
.sidebar-overlay-post:hover .so-post-thumb img {
    transform: scale(1.1);
}
.so-post-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 25px;
}
.so-post-content .post-title {
    color: var(--tg-white);
    font-size: 20px;
    line-height: 1.4;
}
.so-post-content .post-title a:hover {
    color: var(--tg-white);
}
.sidebar-overlay-post:hover .so-post-content .post-title a {
    background-size: 100% 1px;
}
.so-post-content .blog-post-meta .list-wrap {
    justify-content: flex-start;
}

/* weekly-post-three */
.weekly-post-three {
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 0 0 15px;
}
.weekly-post-three .weekly-post-thumb {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}
.weekly-post-three .weekly-post-thumb .post-tag {
    position: absolute;
    left: 3px;
    top: 10px;
}
.weekly-post-three .weekly-post-thumb img {
    width: 100%;
    object-fit: cover;
}
.weekly-post-three:hover .weekly-post-thumb img {
    transform: scale(1.1);
}
.weekly-post-three:hover .weekly-post-content .post-title a {
    background-size: 100% 1px;
}
.weekly-post-three .weekly-post-content p {
    margin-bottom: 0;
}
.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;
}
.sidebar-newsletter-form-two .form-grp input::placeholder {
    font-size: 14px;
    color: #6D757F;
}
.sidebar-newsletter-form-two .btn {
    width: 100%;
    background: var(--tg-primary-color);
    justify-content: center;
    text-transform: uppercase;
    margin-top: 15px;
}
.sidebar-newsletter-form-two .btn::before {
    background: var(--tg-white);
}
.sidebar-newsletter-form-two .btn:hover {
    color: var(--tg-primary-color);
}
.form-check {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.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;
}
.form-check .form-check-input:focus {
    outline: 0;
    box-shadow: none;
}
.form-check label {
    text-align: left;
    font-size: 14px;
    color: #7488A1;
    user-select: none;
}

/* weekly-post-four */
.weekly-post-item.weekly-post-four {
    margin-bottom: 40px;
}

/*=============================
	25. Top News Post
===============================*/
.top-news-post {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}
.top-news-post-thumb {
    width: 460px;
    flex: 0 0 auto;
    position: relative;
    overflow: hidden;
}
.top-news-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-news-post:hover .top-news-post-thumb img {
    transform: scale(1.1);
}
.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;
}
.top-news-post-thumb .paly-btn:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.top-news-post-content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.top-news-post-content .post-title {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
}
.top-news-post:hover .top-news-post-content .post-title a {
    background-size: 100% 2px;
}
.top-news-post-content .blog-post-meta {
    margin-bottom: 15px;
}
.top-news-post-content p {
    margin-bottom: 15px;
}
.horizontal-post-four {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 30px;
}
.horizontal-post-thumb-four {
    width: 100px;
    flex: 0 0 auto;
    overflow: hidden;
}
.horizontal-post-thumb-four img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 100px;
}
.horizontal-post-four:hover .horizontal-post-thumb-four img {
    transform: scale(1.1);
}
.horizontal-post-content-four {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.horizontal-post-content-four .post-title {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}
.horizontal-post-four:hover .horizontal-post-content-four .post-title a {
    background-size: 100% 1px;
}
.horizontal-post-content-four .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.horizontal-post-content-four .post-tag-four {
    margin-bottom: 6px;
}
.sports-post-thumb {
    overflow: hidden;
    margin-bottom: 15px;
}
.sports-post-thumb img {
    width: 100%;
    height: 378px;
    object-fit: cover;
}
.sports-post:hover .sports-post-thumb img {
    transform: scale(1.1);
}
.sports-post-content .post-title {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 24px;
}
.sports-post:hover .sports-post-content .post-title a {
    background-size: 100% 2px;
}
.sports-post-content .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.sports-post-content .post-tag-four {
    margin-bottom: 6px;
}
.horizontal-post-four.horizontal-post-five {
    flex-direction: row;
    justify-content: flex-start;
}
.horizontal-post-four.horizontal-post-five:last-child {
    margin-bottom: 0;
}
.sidebar-wrap.sidebar-wrap-four {
    margin-left: 0;
    top: 90px;
}
.hot-post-item-two {
    border-bottom: 1px solid var(--tg-border-color);
    padding-bottom: 20px;
}
.hot-post-item-two:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.hot-post-item-two .hot-post-thumb {
    border-radius: 0;
}
.hot-post-item-two .post-tag-four {
    margin-bottom: 5px;
}
.hot-post-item-two .hot-post-content .post-title {
    font-size: 18px;
    line-height: 1.4;
}
.sidebar-newsletter.sidebar-newsletter-two {
    border-radius: 0;
    padding: 40px 30px 30px;
}
.sidebar-newsletter.sidebar-newsletter-two .title {
    font-size: 20px;
    margin-bottom: 10px;
}
.sidebar-newsletter.sidebar-newsletter-two p {
    margin-bottom: 25px;
}
.sidebar-newsletter.sidebar-newsletter-two .form-check label {
    font-size: 13px;
}

/*=============================
	26. Coin
===============================*/
.coin-area {
    padding: 50px 0 50px;
}
.coin-item-wrap .row {
    --bs-gutter-x: 20px;
}
.coin-item-wrap .row .col {
    padding: 0 10px;
}
.coin-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.coin-item .icon {
    width: 40px;
    flex: 0 0 auto;
    border-radius: 50%;
    overflow: hidden;
}
.coin-item .content .title {
    font-size: 15px;
    margin-bottom: 5px;
    white-space: nowrap;
}
.coin-item .content .title span {
    font-size: 12px;
    font-weight: 600;
}
.coin-item .content > span {
    font-size: 13px;
    font-weight: 600;
    display: block;
    font-family: var(--tg-heading-font-family);
    line-height: 1;
}


/*=============================
	27. Author
===============================*/
.author-inner-wrap .row .col-70 {
    width: 69.7%;
    flex: 0 0 auto;
}
.author-inner-wrap .row .col-30 {
    width: 30.3%;
    flex: 0 0 auto;
}
.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;
}
.author-thumb {
    width: 152px;
    flex: 0 0 auto;
}
.author-thumb img {
    border-radius: 50%;
    box-shadow: 0px 4px 20px 0px #D0D0D0;
    border: 4px solid var(--tg-white);
}
.author-content .name {
    margin-bottom: 10px;
    font-size: 20px;
}
.author-content p {
    margin-bottom: 15px;
}
.author-social .list-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}
.author-social .list-wrap li {
    line-height: 1;
}
.author-social .list-wrap li a {
    color: var(--tg-secondary-color);
}
.author-social .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.sidebar-search form {
    position: relative;
}
.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;
}
.sidebar-search form input::placeholder {
    font-size: 15px;
    font-weight: 500;
}
.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;
}
.sidebar-search form button:hover {
    background: var(--tg-secondary-color);
}
.blog-inner-wrap .sidebar-wrap {
    margin-left: 0;
    margin-right: 40px;
}


/*=============================
	blog-details
===============================*/
.blog-details-content .title {
    margin-bottom: 15px;
    font-size: 28px;
}
.bd-content-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.bd-content-inner .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.blog-details-social .list-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
}
.blog-details-social .list-wrap li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: var(--facebook);
    color: var(--tg-white);
}
.blog-details-social .list-wrap li:nth-child(2) a {
    background: var(--twitter);
}
.blog-details-social .list-wrap li:nth-child(3) a {
    background: var(--instagram);
}
.blog-details-social .list-wrap li:nth-child(4) a {
    background: var(--linkedin);
}
.blog-details-thumb {
    margin-bottom: 20px;
}
.blog-details-thumb img {
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.blog-details-content p {
    margin-bottom: 15px;
    text-transform: none;
    font-size: 17px;
    text-shadow: 0 0.1px 0.1px #000;
}
.blog-details-content p.first-info::first-letter {
    font-size: 100px;
    float: left;
    line-height: .8;
    font-weight: 700;
    color: var(--tg-secondary-color);
    font-family: var(--tg-heading-font-family);
    margin-right: 8px;
}
.blog-details-content blockquote {
    background: var(--tg-gray-three);
    margin: 50px 75px 35px;
    padding: 35px 40px 30px;
    border-radius: 8px;
    border: 1px solid #EEE;
    position: relative;
}
.blog-details-content blockquote::before {
    content: "\f10d";
    position: absolute;
    left: 40px;
    top: -20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: var(--tg-primary-color);
}
.blog-details-content blockquote p {
    font-size: 18px;
    font-weight: 700;
    color: var(--tg-secondary-color);
    font-family: var(--tg-heading-font-family);
    line-height: 1.4;
    margin-bottom: 6px;
    text-transform: capitalize;
}
.blog-details-content blockquote cite {
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    font-family: var(--tg-heading-font-family);
    padding-left: 22px;
    line-height: 1;
}
.blog-details-content blockquote cite::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 3px;
    background: var(--tg-secondary-color);
}
.blog-details-inner-img img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-details-inner {
    margin: 40px 0;
}
.blog-details-inner-content .title-two {
    margin-bottom: 10px;
    font-size: 24px;
}
.blog-details-inner-content p {
    margin-bottom: 15px;
}
.blog-details-inner-content .list-wrap li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--tg-heading-font-family);
    font-weight: 700;
    color: var(--tg-secondary-color);
    line-height: 1.4;
    margin-bottom: 15px;
}
.blog-details-inner-content .list-wrap li:last-child {
    margin-bottom: 0;
}
.blog-details-inner-content .list-wrap li i {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    border-radius: 3px;
    font-size: 14px;
}
.blog-details-video {
    position: relative;
    margin: 40px 0 30px;
}
.blog-details-video img {
    border-radius: 5px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.blog-details-video .paly-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-white);
    border-radius: 50%;
    font-size: 22px;
}
.blog-details-video .paly-btn:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.blog-details-bottom {
    border-top: 1px solid #E6E6E6;
    padding-top: 30px;
    margin-top: 45px;
    margin-bottom: 50px;
}
.blog-details-bottom .post-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.blog-details-bottom .post-share .title,
.blog-details-bottom .post-tags .title {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}
.blog-details-bottom .post-tags .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.blog-details-bottom .post-tags .list-wrap li a {
    font-size: 15px;
    font-weight: 500;
    background: #FFF3F2;
    display: block;
    border-radius: 4px;
    padding: 7px 18px;
}
.blog-details-bottom .post-tags .list-wrap li a:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.blog-details-bottom .post-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 15px;
}
.blog-details-bottom .post-share .list-wrap {
    display: flex;
    align-items: center;
    gap: 2px;
}
.blog-details-bottom .post-share .list-wrap li a {
    font-size: 16px;
    color: var(--tg-icon-color);
}
.blog-details-bottom .post-share .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.blog-avatar-wrap {
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    display: flex;
    align-items: flex-start;
    padding: 42px 42px;
    background: var(--tg-gray-three);
}
.blog-avatar-img {
    width: 115px;
    flex: 0 0 auto;
    margin-right: 30px;
}
.blog-avatar-img img {
    border-radius: 50%;
}
.blog-avatar-info .designation {
    display: block;
    font-size: 16px;
    color: var(--tg-primary-color);
    line-height: 1;
    margin-bottom: 10px;
    font-family: var(--tg-heading-font-family);
}
.blog-avatar-info .name {
    margin-bottom: 10px;
    font-size: 18px;
}
.blog-avatar-info p {
    margin-bottom: 0;
    font-size: 14px;
    color: #444;
}
.pev-next-post-wrap {
    margin-bottom: 60px;
}
.pev-next-post-wrap .post-item {
    display: flex;
    align-items: center;
    gap: 0px;
    margin-bottom: 30px;
}
.post-item.next-post {
    flex-direction: row-reverse;
    text-align: right;
}
.pev-next-post-wrap .post-item .thumb {
    width: 100px;
    flex: 0 0 auto;
    border-radius: 6px;
    overflow: hidden;
}
.pev-next-post-wrap .post-item .thumb img {
    width: 100%;
    object-fit: cover;
    height: 100px;
}
.pev-next-post-wrap .post-item .content span {
    display: block;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}
.pev-next-post-wrap .post-item .content .post-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.4;
}
.pev-next-post-wrap .post-item:hover .content .post-title a {
    background-size: 100% 1px;
}
.comments-wrap-title {
    font-size: 24px;
    margin-bottom: 25px;
}
.comments-box {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #D6DCE9;
    padding-bottom: 30px;
    margin-bottom: 35px;
}
.latest-comments .children {
    margin: 0 0 0 45px;
    padding: 0;
}
.comments-avatar {
    width: 115px;
    flex: 0 0 auto;
    margin-right: 25px;
}
.comments-avatar img {
    border-radius: 50%;
}
.comments-text .avatar-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.comments-text .avatar-name .name {
    margin-bottom: 0;
    font-size: 18px;
}
.comments-text .avatar-name span {
    font-weight: 500;
    font-size: 15px;
    display: block;
    color: var(--tg-primary-color);
}
.comments-text p {
    margin-bottom: 15px;
}
.comments-text .reply-btn {
    background: #FFF3F2;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 6px 17px;
    text-transform: uppercase;
    border-radius: 5px;
}
.comments-text .reply-btn:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.comment-respond {
    margin-top: 55px;
}
.comment-reply-title {
    margin-bottom: 12px;
    font-size: 24px;
}
.comment-notes {
    margin-bottom: 30px;
}
.comment-form .row {
    --bs-gutter-x: 20px;
}
.comment-form .form-grp {
    margin-bottom: 20px;
}
.comment-form .form-grp textarea,
.comment-form .form-grp input {
    width: 100%;
    border: 1px solid #EEEEEE;
    background: var(--tg-gray-three);
    color: var(--tg-secondary-color);
    padding: 12px 15px;
    height: 50px;
    display: block;
    border-radius: 4px;
    font-family: var(--tg-heading-font-family);
}
.comment-form .form-grp textarea::placeholder,
.comment-form .form-grp input::placeholder {
    color: var(--tg-paragraph-color);
}
.comment-form .form-grp textarea {
    min-height: 130px;
    max-height: 130px;
}
.comment-form .checkbox-grp {
    display: flex;
    align-items: center;
    margin: 10px 0 25px;
}
.comment-form .checkbox-grp input {
    width: 22px;
    margin-right: 9px;
    height: 22px;
    cursor: pointer;
}
.comment-form .checkbox-grp label {
    font-weight: 400;
    font-size: 14px;
    color: var(--tg-paragraph-color);
    user-select: none;
}


/*=============================
	28. Pagination
===============================*/
.pagination-wrap .pagination {
    gap: 6px;
    justify-content: center;
    flex-wrap: wrap;
}
.pagination-wrap .pagination .page-link {
    margin-left: 0;
    padding: 0 0;
    color: var(--tg-black-two);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    width: 35px;
    height: 35px;
    font-family: var(--tg-heading-font-family);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CFCFCF;
    border-radius: 3px;
    background: var(--tg-gray-three);
    transition: .3s linear;
}
.pagination-wrap .pagination .page-item.active .page-link,
.pagination-wrap .pagination .page-link:hover {
    color: var(--tg-white);
    background-color: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
}
.pagination-wrap .pagination .page-link:focus {
    color: var(--tg-white);
    background-color: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
    outline: 0;
    box-shadow: none;
}

/*=============================
	29. Instagram
===============================*/
.instagram-inner-wrap {
    padding: 0 10px;
}
.instagram-inner-wrap .row {
    --bs-gutter-x: 10px;
}
.instagram-inner-wrap .row .col {
    padding: 0 5px;
}
.instagram-item {
    margin-bottom: 10px;
    overflow: hidden;
}
.instagram-item a {
    position: relative;
}
.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);
}
.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;
}
.instagram-item a:hover::before {
    visibility: visible;
    opacity: 1;
}
.instagram-item:hover a::after {
    opacity: .8;
    transform: scale(1);
}
.instagram-item img {
    height: 200px;
    object-fit: cover;
}
.instagram-item img:hover {
    transform: scale(1.1);
}


/*=============================
	30. Contact
===============================*/
.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;
}
.contact-info-item .content {
    position: relative;
}
.contact-info-item .content::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 50px;
    background: #D7D7D7;
}
.contact-info-item .content .title {
    margin-bottom: 10px;
    font-size: 20px;
}
.contact-info-item .content p {
    margin-bottom: 0;
    font-weight: 500;
    color: var(--tg-secondary-color);
    font-family: var(--tg-heading-font-family);
}
.contact-img {
    margin-bottom: 30px;
}
.contact-img img {
    border-radius: 8px;
}
.contact-form .row {
    --bs-gutter-x: 20px;
}
.contact-form {
    border-radius: 8px;
    padding: 1px 50px 50px;
    margin-bottom: 30px;
}
.contact-form .title {
    margin-bottom: 8px;
    font-size: 24px;
}
.contact-form p {
    margin-bottom: 20px;
    font-weight: 500;
    font-family: var(--tg-heading-font-family);
}
.contact-form .form-grp {
    margin-bottom: 15px;
}
.contact-form .form-grp textarea,
.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;
}
.contact-form .form-grp textarea::placeholder,
.contact-form .form-grp input::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-icon-color);
}
.contact-form .form-grp textarea {
    min-height: 155px;
    max-height: 155px;
}
.contact-form form .btn {
    font-size: 18px;
    padding: 16px 45px;
}
.contact-map {
    width: 100%;
    height: 530px;
}
.contact-map iframe {
    width: 100%;
    height: 100%;
    mix-blend-mode: luminosity;
}
.ajax-response.error,
.ajax-response.success {
  margin: 10px 0 0 !important;
}
.ajax-response.error {
  color: red;
}
.ajax-response.success {
  color: green;
}

/*=============================
	31. Footer
===============================*/
.footer-area {
    background: url(../img/images/88214.jpg);
}
.footer-top {
    padding: 100px 0 60px;
    position: relative;
    z-index: 1;
}
.footer-shape {
    background-size: cover;
    background-position: center;
    height: 61px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.footer-widget {
    margin-bottom: 40px;
}
.fw-logo {
    margin-bottom: 20px;
}
.footer-content p {
    margin-bottom: 0;
    color: var(--tg-gray-two);
    width: 95%;
}
.footer-widget .fw-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: var(--tg-white);
    font-size: 20px;
    font-weight: 800;
}
.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%);
}
.footer-link-wrap .list-wrap li {
    margin-bottom: 8px;
}
.footer-link-wrap .list-wrap li:last-child {
    margin-bottom: 0;
}
.footer-link-wrap .list-wrap li a {
    color: var(--tg-gray-two);
    font-size: 15px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
}
.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);
}
.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);
}
.footer-top .row [class*="col-"]:nth-child(3) .footer-widget {
    margin-left: 55px;
}
.footer-bottom {
    border-top: 1px solid #202E3F;
    padding: 0;
}
.footer-bottom-menu .list-wrap {
    display: flex;
    align-items: center;
    gap: 25px;
}
.footer-bottom-menu .list-wrap li {
    position: relative;
}
.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;
}
.footer-bottom-menu .list-wrap li:last-child::before {
    display: none;
}
.footer-bottom-menu .list-wrap li a {
    color: #7C91AA;
    position: relative;
}
.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);
}
.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);
}
.copyright-text p {
    margin-bottom: 0;
    color: #7C91AA;
    text-align: right;
}

/* footer-two */
.footer-area-two {
    margin-top: -100px;
    padding: 100px 0 0;
}

/* footer-three */
.footer-top-two {
    background: #0C192A;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.footer-shape-two {
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 95px;
    z-index: -1;
}
.footer-content-two {
    text-align: center;
}
.footer-content-two p {
    margin-bottom: 45px;
    color: var(--tg-gray-two);
    text-transform: capitalize;
}
.footer-social .list-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 50px;
}
.footer-social .list-wrap li a {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--tg-white);
    gap: 8px;
}
.footer-social .list-wrap li a i {
    font-size: 20px;
}
.footer-social .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.footer-bottom-two {
    background: #061120;
    padding: 26px 0;
}
.copyright-text-two p {
    margin-bottom: 0;
    text-align: center;
    color: #7C91AA;
}

/* footer-four */
.footer-top-three .footer-content p {
    color: var(--tg-body-font-color);
}
.footer-top-three .footer-widget .fw-title {
    color: var(--tg-secondary-color);
}
.footer-top-three .footer-link-wrap .list-wrap li a {
    color: var(--tg-body-font-color);
}
.footer-top-three .footer-link-wrap .list-wrap li a:hover {
    color: var(--tg-secondary-color);
}
.footer-top-three .footer-link-wrap .list-wrap li a::before {
    background: var(--tg-secondary-color);
}
.footer-bottom-three {
    border-color: var(--tg-border-color);
}
.footer-bottom-three .footer-bottom-menu .list-wrap li a {
    color: var(--tg-body-font-color);
}
.footer-bottom-three .footer-bottom-menu .list-wrap li a:hover {
    color: var(--tg-secondary-color);
}
.footer-bottom-three .footer-bottom-menu .list-wrap li a::before {
    background: var(--tg-secondary-color);
}
.footer-bottom-three .copyright-text p {
    color: var(--tg-body-font-color);
}

/*=============================
	32. Preloader
===============================*/
#preloader {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 9999;
}
#preloader .loader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1001;
    text-align: center;
    transition: all 0s;
    font-size: 0;
}
#preloader .loader-inner #loader {
    position: relative;
    z-index: 1002;
    top: auto;
    left: auto;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    border: none;
    border-radius: 0;
    background: 0 0 !important;
    width: auto;
    height: auto;
    max-width: 90vw;
}
.loader-inner #loader h2 {
    margin: 0 0;
    text-transform: inherit;
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    font-family: var(--tg-body-font-family);
}
#bg-loader {
    color: #7486b189;
}
#fg-loader {
    color: var(--tg-secondary-color);
    position: absolute;
    top: 0px;
    width: 0%;
    overflow: hidden;
    animation-name: leftToRight;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    white-space: nowrap;
}
#fg-loader span {
    color: var(--tg-primary-color);
}
@-webkit-keyframes leftToRight {
    0% {
        width: 1px;
    }
    95% {
        width: 100%;
    }
    100% {
        width: 100%;
    }
}
@keyframes leftToRight {
    0% {
        width: 1px;
    }
    95% {
        width: 100%;
    }
    100% {
        width: 100%;
    }
}

/*=============================
    00. Mode Trigger
===============================*/
.darkmode-trigger {
  position: fixed;
  margin: 16px;
  right: 15px;
  bottom: 66px;
  z-index: 99;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  box-shadow: 0 6px 32px -1px rgba(0, 0, 0, 0.08);
  width: 40px;
  height: 40px;
  background-color: #1B1128;
  color: var(--tg-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.darkmode-trigger .modeSwitch {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tg-white);
  z-index: 1;
}
.darkmode-trigger [type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}
.darkmode-trigger .icon::before {
  content: "\f185";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  line-height: 1;
}
.darkmode-trigger:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}



/*=============================
    New home page CSS 2026
===============================*/
/* page-7-css */
.header-top-wrap-five {
    padding: 11px 35px;
}
.menu-style-seven {
    border-bottom: 1px solid var(--tg-border-color);
}
.menu-style-seven .menu-nav {
    align-items: normal;
    justify-content: normal;
}
.menu-style-seven .logo a {
    height: 100%;
    display: flex;
    align-items: center;
    background: var(--tg-secondary-color);
    padding: 0 24px;
    min-height: 80px;
}
.menu-style-seven .navbar-wrap ul {
    margin: 0 0 0 43px;
}
.menu-style-seven .navbar-wrap ul li a {
    font-size: 16px;
}
.header-action-three {
    margin-left: auto;
}
.header-action-three > ul {
    height: 100%;
}
.header-action-three > ul li.subscribe-btn .btn {
    font-size: 14px;
    color: var(--tg-white);
    line-height: 1;
}
.trending-slider-wrap {
    padding: 20px 0;
}
.trending-box-two svg {
    color: #EFEFEF;
}
.trending-box-two span {
    color: var(--tg-heading-font-color);
}
.ta-trending-slider-two .trending-content a {
    color: var(--tg-heading-font-color);
    text-transform: capitalize;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ta-trending-slider-two .trending-content a:hover {
    color: var(--tg-primary-color);
}
.banner-post-thumb-seven::after {
    background: linear-gradient(225deg, rgba(0, 0, 0, 0) 58.47%, #000 100%);
}
.banner-post-thumb-seven img {
    height: 510px;
    object-fit: cover;
}
.post-tag-five {
    color: var(--tg-white);
    border-color: var(--tg-white);
}
.banner-post-content-seven {
    left: 60px;
    bottom: 50px;
    text-align: left;
    right: auto;
}
.banner-post-content-seven .post-title {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.banner-post-content-seven .blog-post-meta .list-wrap {
    justify-content: left;
}
.banner-post-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.banner-post-nav .slick-arrow {
    font-size: 20px;
    background: transparent;
    border: none;
    padding: 0;
    line-height: 1;
    color: var(--tg-heading-font-color);
}
.banner-post-nav .slick-arrow:hover {
    color: var(--tg-primary-color);
}
.banner-post-wrap .slick-dots {
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 4px;
}
.banner-post-wrap .slick-dots li {
    line-height: 0;
}
.banner-post-wrap .slick-dots li button {
    text-indent: -9999999px;
    border: none;
    background: rgba(255, 255, 255, 0.3);
    width: 20px;
    height: 4px;
    cursor: pointer;
}
.banner-post-wrap .slick-dots li.slick-active button,
.banner-post-wrap .slick-dots li button:hover {
    background: var(--tg-white);
    width: 30px;
}
.horizontal-post-six {
    flex-direction: row;
    justify-content: flex-start;
}
.horizontal-post-six .horizontal-post-content-four .post-title {
    margin-bottom: 0;
    font-size: 16px;
}
.overlay-post-six {
    margin-bottom: 20px;
}
.overlay-post-six .overlay-post-thumb-three {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}
.overlay-post-six .overlay-post-thumb-three img {
    height: 620px;
}
.recent-post-wrap-two .col-60 {
    width: 62.6%;
    flex: 0 0 auto;
}
.recent-post-wrap-two .col-40 {
    width: 37.4%;
    flex: 0 0 auto;
}
.overlay-post-six .overlay-post-thumb-four img {
    height: 300px;
}
.editor-post-four::before {
    display: none;
}
.editor-post-thumb-four {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}
.editor-post-thumb-four img {
    height: 350px;
    width: 100%;
}
.editor-post-content-four .blog-post-meta {
    margin-bottom: 12px;
}
.editor-post-content-four .blog-post-meta .list-wrap li .post-tag {
    color: var(--tg-white);
    margin-bottom: 0;
}
.editor-post-content-four .post-title {
    margin-bottom: 0;
}
.trending-post-wrap-two .title {
    margin-bottom: 20px;
    font-size: 22px;
}
.trending-post-three {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.post-number {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    background: var(--tg-primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: var(--tg-white);
    font-weight: 800;
    font-size: 32px;
    font-family: var(--tg-heading-font-family);
}
.trending-post-three {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}
.trending-post-three:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.trending-post-three .post-title {
    font-weight: 700;
    font-size: 18px;
    text-transform: none;
    margin-bottom: 0;
}
.trending-post-three .post-title:hover a {
    background-size: 100% 1px;
}
.editor-post-five {
    gap: 20px;
    margin-bottom: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid var(--tg-gray-four);
}
.editor-post-five:last-child {
    margin-bottom: 0;
}
.editor-post-thumb-five {
    width: 250px;
    flex: 0 0 auto;
}
.editor-post-content-five .post-tag {
    margin-bottom: 10px;
}
.editor-post-content-five .post-title {
    margin-bottom: 10px;
}
.editor-post-content-five p {
    margin-bottom: 10px;
}
.editor-post-content-five .blog-post-meta-two {
    margin-bottom: 0;
}
.blog-post-meta-two {
    width: 100%;
}
.blog-post-meta-two .list-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
}
.blog-post-meta-two .list-wrap li {
    font-size: 14px;
}
.blog-post-meta-two .list-wrap li a {
    letter-spacing: 0;
    font-weight: 600;
    color: var(--tg-heading-font-color);
}
.editor-post-six {
    border-bottom: 1px solid var(--tg-gray-four);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.editor-post-six:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.editor-post-thumb-six img {
    height: 180px;
}
.editor-post-content-six .blog-post-meta .icon {
    margin-left: auto;
}
.editor-post-content-six .post-title {
    font-size: 18px;
    text-transform: none;
}
.editor-post-wrap-four {
    position: relative;
}
.editor-post-wrap-four::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--tg-gray-four);
}
.sidebar-wrap-six {
    padding-left: 22px;
    border-left: 1px solid var(--tg-gray-four);
}
.sidebar-inner-content {
    text-align: center;
}
.sidebar-inner-content .title {
    font-size: 18px;
    width: 90%;
    margin: 0 auto 20px;
}
.sidebar-inner-content p {
    margin-bottom: 70px;
}
.sidebar-social-wrap-two {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}
.sidebar-social-wrap-two li a {
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--tg-heading-font-color);
    gap: 5px;
    border: 1px solid var(--tg-gray-four);
}
.sidebar-social-wrap-two li a:hover {
    color: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
}
.sidebar-social-wrap-two li a i {
    font-size: 24px;
}
.newsletter__wrap-five {
    background: var(--tg-secondary-color);
    border-radius: 6px;
    padding: 80px 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.newsletter__wrap-five::before {
    content: "";
    position: absolute;
    left: -128px;
    top: 0;
    width: 256px;
    height: 256px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    z-index: -1;
}
.newsletter__content .title {
    margin-bottom: 0;
    font-size: 40px;
    color: var(--tg-white);
    width: 90%;
}
.newsletter__form {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.newsletter__form .btn {
    flex: 0 0 auto;
}
.newsletter__form .btn::before {
    background: var(--tg-white);
}
.newsletter__form .btn:hover {
    color: var(--tg-heading-font-color);
}
.newsletter__form-inner {
    flex-grow: 1;
}
.newsletter__form-inner .form-grp {
    position: relative;
    margin-bottom: 20px;
}
.newsletter__form-inner .form-grp input {
    width: 100%;
    border: none;
    background: var(--tg-white);
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    color: var(--tg-heading-font-color);
    height: 50px;
    padding: 15px 20px 15px 45px;
}
.newsletter__form-inner .form-grp input::placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #6f6f6f;
}
.newsletter__form-inner .form-grp label {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--tg-secondary-color);
    line-height: 1;
}
.checkbox-grp .form-check-input {
    border-radius: 3px;
    border: 1px solid #BACCE1;
    margin: 0 8px 0 0;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    background-color: var(--tg-secondary-color);
    cursor: pointer;
    transform: translateY(3px);
}
.checkbox-grp .form-check-input:focus {
    outline: 0;
    box-shadow: none;
}
.newsletter__form-inner .checkbox-grp {
    display: flex;
    align-items: baseline;
}
.newsletter__form-inner .checkbox-grp label {
    user-select: none;
    color: #BACCE1;
    line-height: 1;
}
.section-py-80 {
    padding: 80px 0;
}
.section-pt-80 {
    padding-top: 80px;
}
.section-pb-80 {
    padding-bottom: 80px;
}
.life__style-post-wrap {
    position: relative;
}
.life__style-post-wrap::before {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #DADADA;
}
.life__style-post-wrap.right-side::before {
    right: auto;
    left: -15px;
}
.life__style-post {
    border-bottom: 1px solid #DADADA;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.life__style-post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.life__style-post p {
    margin-bottom: 12px;
}
.life__style-post .post-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.life__style-post .post-title:hover a {
    background-size: 100% 1px;
}
.overlay-post-seven {
    margin-bottom: 0;
    height: 100%;
}
.overlay-post-thumb-six {
    height: 100%;
}
.overlay-post-thumb-six img {
    min-height: 465px;
    height: 100%;
}
.overlay-post-thumb-six::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.overlay-post-content-six p {
    margin-bottom: 20px;
    color: #CCCCCC;
}
.overlay-post-content-six {
    left: 30px;
    right: 30px;
}
.video__post-area {
    background: #0C192A;
}
.marquee__item {
    margin-right: 50px;
    line-height: .8;
    font-weight: 800;
    font-size: 100px;
    text-transform: uppercase;
    color: var(--tg-white);
    display: inline-flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 0;
}
.blog-post-meta-three {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
}
.blog-post-meta-three .list-wrap li {
    color: #B4B4B4;
}
.blog-post-meta-three .list-wrap li a {
    color: #B4B4B4;
    display: flex;
    gap: 5px;
    align-items: center;
}
.blog-post-meta-three .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.weekly-post-five {
    margin-bottom: 0;
}
.weekly-post-five .weekly-post-thumb-two img {
    height: 250px;
    object-fit: cover;
}
.weekly-post-content-two .post-title {
    font-size: 20px;
    margin-bottom: 10px;
}
.weekly-post-five .weekly-post-thumb-two .post-tag {
    left: 16px;
    top: 16px;
}
.sidebar-wrap-seven {
    margin-left: 0;
}
.sidebar-newsletter-five {
    background: #F6F6F6;
    padding: 35px 35px;
}
.sidebar-newsletter-five .icon {
    position: initial;
    transform: translateX(0);
    color: #CDCDCD;
    opacity: 1;
    margin-bottom: 20px;
}
.sidebar-newsletter-five .sub-title {
    color: var(--tg-body-font-color);
    position: relative;
    display: block;
    line-height: 1;
    padding-bottom: 18px;
    margin-bottom: 20px;
}
.sidebar-newsletter-five .sub-title::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background: #DADADA;
    bottom: 0;
}
.sidebar-newsletter-five .title {
    font-size: 21px;
    color: var(--tg-heading-font-color);
    line-height: 1.25;
    margin-bottom: 10px;
}
.sidebar-newsletter-five p {
    color: var(--tg-body-font-color);
    margin-bottom: 0;
}
.sidebar-newsletter-form-three {
    margin-top: 50px;
}
.sidebar-newsletter-form-three .form-grp input {
    border: 1px solid #E3E3E3;
}
.sidebar-newsletter-form-three .btn {
    border: none;
}
.sidebar-newsletter-form-three .btn::before {
    background: var(--tg-secondary-color);
}
.sidebar-newsletter-form-three .btn:hover {
    color: var(--tg-white);
}
.sidebar-categories .list-wrap li {
    margin-bottom: 10px;
}
.sidebar-categories .list-wrap li:last-child {
    margin-bottom: 0;
}
.sidebar-categories-two .list-wrap li a {
    border-radius: 4px;
    justify-content: space-between;
    padding: 14px 16px;
    min-height: 60px;
    font-weight: 600;
    font-size: 18px;
    color: var(--tg-white);
    text-transform: capitalize;
    font-family: var(--tg-heading-font-family);
}
.sidebar-categories-two .list-wrap li a::after {
    background: rgba(0, 0, 0, 0.5);
}
.sidebar__categories-bg {
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
}
.sidebar-categories-two .list-wrap li a:hover .sidebar__categories-bg {
    background-position: left 50%;
}
.sidebar-wrap-five .sidebar-img img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}
.sidebar-widget-four {
    margin-bottom: 40px;
}
.sidebar-img-three {
    position: relative;
}
.sidebar-img-three .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}
main.fix {
    overflow: clip;
}
.load__more-btn {
    margin-top: 60px;
}
.load__more-btn .btn {
    width: 250px;
    justify-content: center;
}
.video__post-wrap .tab-pane {
    height: 100%;
}
.video__post-img {
    position: relative;
    height: 100%;
}
.video__post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.paly__btn {
    width: 100px;
    height: 100px;
    background: var(--tg-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    color: var(--tg-heading-font-color);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.paly__btn:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.video__post-wrap {
    display: flex;
}
.video__post-wrap .tab-content {
    width: 800px;
    flex: 0 0 auto;
}
.video__post-nav-content {
    padding: 0 0 20px 40px;
}
.video__post-nav-content .title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 800;
    color: var(--tg-white);
}
.video__post-nav-content span {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: var(--tg-white);
}
.video__post-nav .nav-tabs {
    border-bottom: none;
    background: #111F32;
    height: 480px;
    overflow-y: scroll;
}
.video__post-nav .nav-tabs::-webkit-scrollbar-track {
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: var(--tg-secondary-color);
    border-radius: 10px;
}
.video__post-nav .nav-tabs::-webkit-scrollbar {
    width: 8px;
    background-color: var(--tg-secondary-color);
}
.video__post-nav .nav-tabs::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--tg-primary-color);
}
.video__post-nav .nav-tabs
.video__post-nav .nav-tabs .nav-item.show .nav-link,
.video__post-nav .nav-tabs .nav-link.active {
    background-color: transparent;
    border: none;
}
.video__post-nav .nav-link {
    padding: 0;
    border: none;
}
.video__post-item {
    display: flex;
    align-items: flex-start;
    padding: 20px 20px 20px 0;
    gap: 0;
    border-bottom: 1px solid #21344D;
}
.video__post-item .number {
    line-height: 1;
    font-size: 20px;
    font-weight: 500;
    color: var(--tg-white);
    line-height: 1;
    display: block;
    font-family: var(--tg-heading-font-family);
    width: 40px;
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
}
.video__post-right {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.video__post-thumb {
    width: 120px;
    flex: 0 0 auto;
}
.video__post-thumb img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}
.video__post-content {
    text-align: left;
}
.video__post-content .title {
    display: block;
    font-weight: 800;
    font-size: 20px;
    color: var(--tg-white);
    font-family: var(--tg-heading-font-family);
    line-height: 1.4;
    margin-bottom: 8px;
}
.video__post-meta {
    display: flex;
    line-height: 1;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.video__post-meta .meta-item {
    color: #C5C5C5;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.position__sticky {
    position: sticky;
    top: 100px;
}
.footer-area-five {
    background: #0C192A;
}
.footer__social {
    border-bottom: 1px solid #202E3F;
}
.footer__social .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer__social .list-wrap li {
    width: 25%;
    flex: 0 0 auto;
    border-right: 1px solid #202E3F;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
}
.footer__social .list-wrap li:first-child {
    border-left: 1px solid #202E3F;
}
.footer__social .list-wrap li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--tg-white);
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1;
}
.footer__social .list-wrap li a i {
    font-size: 24px;
}
.footer__social .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.footer-top-four {
    padding: 40px 0 40px;
}
.footer__content p {
    margin-bottom: 0;
    color: var(--tg-gray-two);
    text-transform: none;
    font-weight: 400;
}
.fw-title-two {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--tg-white);
    display: flex;
    gap: 10px;
    align-items: center;
}
.fw-title-two span {
    width: 40px;
    height: 1px;
    background: var(--tg-primary-color);
    display: block;
    position: relative;
    margin-top: 5px;
}
.fw-title-two span::after {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    width: 25px;
    height: 1px;
    background: var(--tg-primary-color);
}
.footer-link-wrap-two .list-wrap li a {
    font-weight: 400;
    font-size: 16px;
}
.footer__newsletter {
    position: relative;
    margin-bottom: 20px;
}
.footer__newsletter input {
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid #202E3F;
    font-weight: 400;
    font-size: 16px;
    color: var(--tg-white);
    padding: 0 105px 12px 0;
    height: 36px;
}
.footer__newsletter input::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: var(--tg-gray-two);
}
.footer__newsletter button {
    border: none;
    background: var(--tg-primary-color);
    border-radius: 3px;
    color: var(--tg-white);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 6px 10px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 2px;
}
.footer__newsletter button:hover {
    background: var(--tg-white);
    color: var(--tg-primary-color);
}
.footer__newsletter-wrap p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    color: var(--tg-gray-two);
}
.footer__newsletter-wrap p a {
    font-weight: 600;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--tg-white);
}
.footer__newsletter-wrap p a:hover {
    color: var(--tg-primary-color);
}
.footer-bottom-four {
    border-top: 1px solid #202E3F;
    padding: 23px 0;
}
.copyright-text-three p {
    text-align: center;
    margin-bottom: 0;
    color: var(--tg-gray-two);
}
.footer-top-four .row > *:nth-child(2) .footer-widget {
    margin-left: 40px;
}

/* page-8-css */
.menu-style-eight .logo a {
    height: auto;
    background: transparent;
    padding: 0;
    min-height: auto;
}
.menu-style-eight .logo img {
    max-height: 38px;
}
.menu-style-eight .menu-nav {
    align-items: center;
    justify-content: space-between;
}
.header-action-four {
    margin-left: 0;
}
.menu-style-eight {
    border-bottom: none;
}
.menu-style-eight .navbar-wrap ul li a {
    padding: 23px 17px;
}
.header-action-four .subscribe-btn .btn {
    padding: 13px 25px;
}
.meta__left .list-wrap {
    justify-content: left;
}
.slider__post-area {
    position: relative;
    z-index: 1;
}
.slider__post {
    position: relative;
    z-index: 1;
    min-height: 800px;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider__post-bg {
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 30s cubic-bezier(0, 0, 0.2, 1);
    transform: scale(1.2);
}
.slider__post-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    z-index: -1;
}
.post__tag-wrap {
    display: flex;
    align-content: center;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.post__tag-wrap .post-tag {
    margin-bottom: 0;
}
.slider__post-content .post-title {
    font-weight: 800;
    font-size: 28px;
    line-height: 1.3;
    color: var(--tg-white);
    margin-bottom: 15px;
}
.slider__post-content .post-title a {
    color: var(--tg-white);
}
.slider__post-content .post-title a:hover {
    background-size: 100% 2px;
}
.blog-post-meta.white-blog-meta-two .list-wrap li {
    color: #BCBCBC;
}
.blog-post-meta.white-blog-meta-two .list-wrap li a {
    color: #BCBCBC;
}
.blog-post-meta.white-blog-meta-two .list-wrap li a:hover {
    color: var(--tg-white);
}
.slider__post-content p {
    margin-bottom: 0;
    color: #BCBCBC;
}
.slider__post-content .blog-post-meta {
    margin-bottom: 15px;
}
.slider__nav {
    position: absolute;
    right: 14%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.slider__nav .swiper-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    flex-direction: column;
}
.slider__nav .swiper-wrapper .swiper-slide {
    width: auto !important;
}
.slider__nav .swiper-wrapper button {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 1px solid rgba(255 255 255 / 50%);
    opacity: .6;
    transition: .3s ease-in-out;
}
.slider__nav .swiper-wrapper button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider__nav .swiper-wrapper .swiper-slide-thumb-active button {
    border-color: transparent;
    opacity: 1;
}
.swiper-slide-active .slider__post-bg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.recent__post-nav-wrap .nav-tabs {
    border-bottom: none;
    align-items: center;
    gap: 10px 30px;
}
.recent__post-nav-wrap .nav-link {
    border: none;
    padding: 0;
    font-weight: 700;
    color: #666666;
    font-size: 16px;
    background: transparent;
}
.recent__post-nav-wrap .nav-link.active {
    color: var(--tg-primary-color);
    background: transparent;
}
.recent__post-thumb {
    margin-bottom: 40px;
    overflow: hidden;
}
.recent__post-thumb img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.recent__post-item:hover .recent__post-thumb img {
    transform: scale(1.1);
}
.recent__post-content .post-title {
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 18px;
    line-height: 1.3;
}
.recent__post-content .post-title a:hover {
    background-size: 100% 2px;
}
.blog-post-meta-four .list-wrap {
    display: flex;
    align-items: center;
    gap: 6px 15px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.blog-post-meta-four .list-wrap li {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #666;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    font-family: var(--tg-heading-font-family);
}
.blog-post-meta-four .list-wrap li:first-child::after {
    content: "";
    width: 10px;
    height: 1px;
    background: #bcbcbc;
    display: block;
    margin-right: -5px;
    margin-left: 5px;
}
.blog-post-meta-four .list-wrap li a {
    color: var(--tg-heading-font-color);
    display: flex;
    align-items: center;
    gap: 5px;
}
.blog-post-meta-four .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.blog-post-meta-four .list-wrap li.comment a {
    color: #666;
}
.blog-post-meta-four .list-wrap li.comment a:hover {
    color: var(--tg-primary-color);
}
.recent__post-content p {
    margin-bottom: 0;
}
.recent__post-item-wrap {
    position: relative;
    z-index: 1;
}
.recent__post-item-wrap::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #bcbcbc;
}
.recent__post-item-two {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bcbcbc;
}
.recent__post-item-two:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.recent__post-thumb-two {
    width: 200px;
    flex: 0 0 auto;
    overflow: hidden;
}
.recent__post-thumb-two img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recent__post-item-two:hover .recent__post-thumb-two img {
    transform: scale(1.1);
}
.recent__post-content-two {
    min-height: 126px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.recent__post-content-two .post-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.recent__post-content-two .date {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #666;
    font-family: var(--tg-heading-font-family);
}
.post-title-hover a:hover {
    background-size: 100% 1px;
}
.post-title-hover.bold-underline a:hover {
    background-size: 100% 2px;
}
.gutter-4 {
    --bs-gutter-x: 4px;
}
.gutter-y-4 {
    --bs-gutter-y: 4px;
}
.hand__picked-post {
    position: relative;
}
.hand__picked-post-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.hand__picked-post-thumb::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: .6;
    pointer-events: none;
}
.hand__picked-post-thumb img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.hand__picked-post:hover .hand__picked-post-thumb img {
    transform: scale(1.1);
}
.hand__picked-post-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 1;
}
.post-tag-six {
    border-radius: 0;
}
.hand__picked-post-content .post-title {
    font-weight: 800;
    font-size: 20px;
    color: var(--tg-white);
    line-height: 1.4;
    margin-bottom: 8px;
}
.hand__picked-post-content .post-title a:hover {
    color: var(--tg-white);
}
.blog-post-meta-four.mb-0 .list-wrap {
    margin-bottom: 0;
}
.blog-post-meta-four.white-meta .list-wrap li {
    color: #bcbcbc;
}
.blog-post-meta-four.white-meta .list-wrap li a {
    color: var(--tg-white);
}
.hand__picked-post-thumb-two {
    margin-bottom: 20px;
}
.hand__picked-post-thumb-two::after {
    display: none;
}
.hand__picked-post-thumb-two img {
    height: 230px;
}
.hand__picked-post-two:hover .hand__picked-post-thumb-two img {
    transform: scale(1.1);
}
.hand__picked-post-content-two .post-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 6px;
}
.editor__choice-post-content {
    margin-bottom: 20px;
}
.editor__choice-post-content .post-title {
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 5px;
    line-height: 1.4;
}
.editor__choice-post-thumb img {
    width: 100%;
    height: 496px;
    object-fit: cover;
}
.editor__choice-post-thumb-two {
    overflow: hidden;
    margin-bottom: 15px;
}
.editor__choice-post-thumb-two img {
    width: 100%;
    height: 214px;
    object-fit: cover;
}
.editor__choice-post-two:hover .editor__choice-post-thumb-two img {
    transform: scale(1.1);
}
.editor__choice-post-content-two p {
    margin-bottom: 0;
    color: #666;
    margin-top: 5px;
}
.editor__choice-post-two {
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 18px;
    padding-bottom: 19px;
}
.editor__choice-post-two:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.editor__choice-item-wrap {
    position: relative;
}
.editor__choice-item-wrap::after,
.editor__choice-item-wrap::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: -15px;
    top: 0;
    background: #bcbcbc;
}
.editor__choice-item-wrap::after {
    left: auto;
    right: -15px;
}
.horizontal-post-seven {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bcbcbc;
}
.horizontal-post-seven:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.horizontal-post-seven .horizontal-post-thumb {
    width: 80px;
    flex: 0 0 auto;
    border-radius: 0;
}
.horizontal-post-seven .horizontal-post-content {
    min-height: 80px;
}
.horizontal-post-seven .horizontal-post-content .post-title {
    margin-bottom: 0;
    font-size: 18px;
}
.editor__choice-item-wrap-two .title {
    margin-bottom: 13px;
    font-weight: 700;
    font-size: 24px;
    border-top: 2px solid var(--tg-primary-color);
    padding-top: 10px;
}
.line-clamp-3,
.line-clamp-2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-3 {
    -webkit-line-clamp: 3;
}
.trending__post-thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.trending__post-thumb img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.trending__post:hover .trending__post-thumb img {
    transform: scale(1.1);
}
.trending__post-thumb .post-tag {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
}
.trending__post-content .post-title {
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.35;
}
.blog-post-meta-four.mb-6 .list-wrap {
    margin-bottom: 6px;
}
.trending__post-content p {
    margin-bottom: 0;
}
.sidebar-newsletter-six {
    background-size: cover;
    background-position: center;
    border-radius: 0;
    position: relative;
    z-index: 1;
    padding: 50px 42px;
    display: flex;
    min-height: 526px;
    flex-direction: column;
    justify-content: space-between;
}
.sidebar-newsletter-six::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.6;
    pointer-events: none;
    z-index: -1;
}
.sidebar-newsletter-six .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.25;
}
.sidebar-newsletter-six .sub-title {
    margin-bottom: 0;
    color: var(--tg-white);
    opacity: .7;
    display: block;
}
.sidebar__social li {
    margin-bottom: 10px;
}
.sidebar__social li:last-child {
    margin-bottom: 0;
}
.sidebar__social li a {
    border: 1px solid #bcbcbc;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    padding: 14px 20px;
    border-radius: 6px;
}
.sidebar__social li a .left-side {
    display: flex;
    align-items: center;
    gap: 20px;
}
.sidebar__social li a i {
    font-size: 24px;
    line-height: 1;
    color: var(--tg-heading-font-color);
}
.sidebar__social li:nth-child(even) a i {
    color: var(--tg-primary-color);
}
.sidebar__social li a .text {
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--tg-heading-font-color);
    transition: .3s linear;
    display: block;
    line-height: 1;
}
.sidebar__social li a:hover .count,
.sidebar__social li a:hover .text {
    color: var(--tg-primary-color);
}
.sidebar__social li a .count {
    font-weight: 500;
    font-size: 14px;
    transition: .3s linear;
    color: var(--tg-heading-font-color);
    display: block;
    line-height: 1;
}
.technology__area {
    background: #0C192A;
}
.view-all-btn-three .link-btn {
    border-color: var(--tg-border-dark);
    color: var(--tg-white);
}
.technology__post {
    position: relative;
}
.technology__post-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.technology__post-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(225deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    opacity: 0.8;
    pointer-events: none;
}
.technology__post-thumb img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
}
.technology__post:hover .technology__post-thumb img {
    transform: scale(1.1);
}
.technology__post-content {
    position: absolute;
    left: 40px;
    bottom: 35px;
    right: 40px;
    z-index: 1;
    width: 70%;
}
.technology__post-content .post-title {
    font-weight: 700;
    font-size: 25px;
    color: var(--tg-white);
    line-height: 1.3;
    margin-bottom: 14px;
}
.technology__post-content .post-title:hover a {
    color: var(--tg-white);
}
.technology__post-content p {
    margin-bottom: 0;
    color: #bcbcbc;
    margin-top: 12px;
}
.technology__post-wrap {
    padding-left: 42px;
}
.technology__post-content-two .post-title {
    font-weight: 800;
    font-size: 20px;
    color: var(--tg-white);
    line-height: 1.4;
    margin-bottom: 8px;
}
.technology__post-content-two .post-title:hover a {
    color: var(--tg-white);
}
.technology__post-two {
    border-bottom: 1px solid #202e3f;
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.technology__post-two:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.technology__post-content-three .post-title {
    color: var(--tg-heading-font-color);
}
.technology__post-content-three .post-title:hover a {
    color: var(--tg-heading-font-color);
}
.technology__post-wrap-two {
    padding-left: 0;
    padding-right: 42px;
}
.technology__post-three {
    border-color: #bcbcbc;
    padding-bottom: 27px;
    margin-bottom: 27px;
}
.technology__post-wrap-two .technology__post-three:last-child {
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 25px;
    margin-bottom: 0;
}
.weekly__post {
    background: var(--tg-heading-font-color);
}
.weekly__post-thumb {
    overflow: hidden;
}
.weekly__post-thumb img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.weekly__post:hover .weekly__post-thumb img {
    transform: scale(1.1);
}
.weekly__post-content {
    padding: 38px 30px;
}
.post-tag-seven {
    padding: 0;
    background: transparent;
    color: #bcbcbc;
    margin-bottom: 10px;
}
.weekly__post-content .post-title {
    margin-bottom: 16px;
    color: var(--tg-white);
    font-size: 18px;
    line-height: 1.3;
}
.weekly__post-content .post-title:hover a {
    color: var(--tg-white);
}
.trending__post-thumb-two img {
    height: 350px;
}
.top-news-post-thumb-two {
    width: 410px;
    height: 227px;
}
.top-news-post-two {
    margin-bottom: 0;
    gap: 30px;
}
.top-news-post-content-two {
    min-height: 227px;
}
.top-news-post-content-two p {
    margin-bottom: 0;
}
.top-news-post-content-two .post-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 8px;
}
.sidebar-wrap-eight {
    background: #f6f6f6;
    padding: 30px 30px 40px;
    top: 70px;
}
.sidebar-wrap-eight .title {
    margin-bottom: 25px;
    font-weight: 800;
    font-size: 28px;
}
.sidebar-wrap-eight p {
    margin-bottom: 10px;
}
.sidebar-wrap-eight .btn {
    margin-top: 20px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 43px;
}
.hand__picked-post-content-three {
    left: 20px;
    bottom: 25px;
    right: 20px;
}
.hand__picked-post-thumb-three img {
    height: 380px;
}
.hand__picked-post-thumb-three::after {
    opacity: 1;
}
.sidebar-categories-three .list-wrap li a {
    border-radius: 0;
    justify-content: center;
    min-height: 70px;
    font-weight: 700;
    font-size: 18px;
}
.sidebar-categories-three .list-wrap li a:hover .sidebar__categories-bg {
    background-position: center;
    transform: scale(1.1);
}
.sidebar-categories-three .list-wrap li a::after {
    background: rgba(0, 0, 0, 0.5);
}
.gutter-y-40 {
    --bs-gutter-y: 40px;
}
.overlay__post-inner .overlay__post-thumb-inner img {
    height: 450px;
}

/* shop */
.shop__top-wrap {
    background: #f5f6f7;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 10px 25px;
    margin-bottom: 50px;
}
.shop__top-left p {
    margin-bottom: 0;
    font-size: 16px;
}
.shop__top-right {
    width: 160px;
    margin-left: auto;
    position: relative;
}
.shop__top-right select {
    background-color: transparent;
    border: none;
    color: var(--tg-paragraph-color);
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 4px;
    outline: none;
    padding: 5px 20px 5px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    line-height: 1.2;
    height: 40px;
    cursor: pointer;
}
.shop__top-right::after {
    content: "\f078";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    right: 0;
    font-size: 14px;
    color: #596580;
}
.shop__item {
    background: var(--tg-color-white-default);
    border: 1px solid var(--tg-gray);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}
.shop__thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 210px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop__thumb img {
    transition: all 0.3s ease-in-out;
    height: 190px;
}
.shop__content {
    padding: 20px 24px 22px;
}
.flash-sale {
    font-size: 12px;
    font-weight: 600;
    background: #DC0000;
    display: block;
    color: var(--tg-white);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 8px;
    position: absolute;
    left: 30px;
    top: 24px;
    line-height: 1;
}
.shop__action {
    position: absolute;
    right: 17px;
    top: 19px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
}
.shop__action li {
    transition: visibility 0.3s ease-out 0.1s, opacity 0.3s ease-out 0.15s, transform 0.3s ease-out 0.1s;
}
.shop__action li a {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--tg-body-font-color);
    font-size: 15px;
}
.shop__action li a:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.shop__content .tag {
    display: block;
    font-size: 14px;
    color: #A5A5AC;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 8px;
}
.shop__content .tag:hover {
    color: var(--tg-primary-color);
}
.shop__content .title {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.rating__wrap {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #FFBA25;
    gap: 2px;
}
.shop__content .price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--tg-heading-font-color);
}
.shop__content .price del {
    font-size: 16px;
    font-weight: 600;
    color: #A5A5AC;
}
.shop__action li:not(:first-child) {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}
.shop__action li:nth-child(2) {
    transition-delay: 0.15s;
}
.shop__action li:nth-child(3) {
    transition-delay: 0.2s;
}
.shop__action li:nth-child(4) {
    transition-delay: 0.25s;
}
.shop__item:hover .shop__action li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.flash-sale.new {
    background: #1ABC00;
}
.shop__details-images-wrap .tab-content .tab-pane img {
    width: 100%;
}
.shop__details-images-wrap .tab-content .tab-pane {
    position: relative;
    background: var(--tg-white);
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid var(--tg-gray);
}
.shop__details-images-wrap .tab-content .tab-pane .expand-img {
    position: absolute;
    right: 24px;
    top: 22px;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid var(--tg-gray);
    color: #8D95A8;
}
.shop__details-images-wrap .tab-content .tab-pane .expand-img svg {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.shop__details-images-wrap .tab-content .tab-pane .expand-img:hover svg {
    transform: scale(1.08);
}
.shop__details-images-wrap {
    margin-right: 30px;
}
.shop__details-images-wrap .nav-tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    border-bottom: none;
    gap: 30px;
    margin-top: 30px;
}
.shop__details-images-wrap .nav-item {
    width: 120px;
    flex: 0 0 auto;
}
.shop__details-images-wrap .nav-link {
    margin-bottom: 0;
    padding: 0;
    border: 1px solid var(--tg-gray);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: none;
    background: var(--tg-white);
}
.shop__details-images-wrap .nav-link:hover {
    border-color: var(--tg-gray);
}
.shop__details-images-wrap .nav-link.active {
    border-color: var(--tg-primary-color);
}
.shop__details-images-wrap .nav-link img {
    opacity: 0.5;
}
.shop__details-images-wrap .nav-link.active img {
    opacity: 1;
}
.shop__details-content > .title {
    margin-bottom: 20px;
    font-size: 30px;
}
.shop__details-review-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #394767;
    margin-bottom: 22px;
    flex-wrap: wrap;
}
.shop__details-review-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}
.shop__details-review-wrap li::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 11px;
    background: var(--tg-body-font-color);
}
.shop__details-review-wrap li:last-child::before {
    display: none;
}
.shop__details-review-wrap .product-review {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
}
.shop__details-review-wrap .product-review span {
    font-size: 15px;
}
.shop__details-review-wrap li.product-availability span {
    color: #27AE60;
}
.shop__details-content .price {
    margin-bottom: 0;
    font-size: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--tg-primary-color);
    margin-bottom: 20px;
}
.shop__details-content .price del {
    font-size: 16px;
    font-weight: 700;
    color: var(--tg-body-font-color);
}
.shop__details-content-inner {
    border-top: 1px solid #E6E8EC;
    padding-top: 17px;
    border-bottom: 1px solid #E6E8EC;
    padding-bottom: 22px;
    margin-bottom: 15px;
}
.shop__details-content-inner p {
    margin-bottom: 12px;
}
.shop__details-content-inner .list-wrap li {
    font-size: 15px;
    color: var(--tg-heading-font-color);
    position: relative;
    padding-left: 15px;
}
.shop__details-content-inner .list-wrap li::after {
    content: "";
    width: 5px;
    height: 5px;
    background: var(--tg-heading-font-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cart-plus-minus input {
    width: 100%;
    border: 1px solid #D7D7D7;
    border-radius: 5px;
    height: 50px;
    text-align: center;
    padding: 0 30px;
    font-weight: 500;
    font-size: 16px;
    color: var(--tg-heading-font-color);
    background: transparent;
}
.cart-plus-minus .qtybutton {
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #838383;
    cursor: pointer;
    border-right: 1px solid #D7D7D7;
    user-select: none;
    -moz-user-select: none;
    line-height: 0;
}
.cart-plus-minus input {
    width: 100%;
    border: 1px solid #D7D7D7;
    border-radius: 5px;
    height: 50px;
    text-align: center;
    padding: 0 30px;
    font-weight: 500;
    font-size: 16px;
    color: var(--tg-heading-font-color);
    background: transparent;
}
.cart-plus-minus {
    position: relative;
    width: 130px;
    flex: 0 0 auto;
}
.cart-plus-minus .qtybutton.inc {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #D7D7D7;
}
.shop__details-qty .cart-btn {
    gap: 5px;
    padding: 13px 45px;
}
.shop__details-qty {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 25px;
}
.shop__details-wishlist-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 26px;
    flex-wrap: wrap;
}
.shop__details-wishlist-wrap a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #E6E8EC;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 16px 20px;
    line-height: 1;
    color: var(--tg-body-font-color);
}
.shop__details-wishlist-wrap a:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
    border-color: var(--tg-primary-color);
}
.shop__details-bottom .list-wrap .sd-social,
.shop__details-bottom .list-wrap .sd-tag,
.shop__details-bottom .list-wrap .sd-category {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 7px;
}
.shop__details-bottom .list-wrap .sd-social .title,
.shop__details-bottom .list-wrap .sd-tag .title,
.shop__details-bottom .list-wrap .sd-category .title {
    font-size: 16px;
    font-weight: 700;
    color: var(--tg-heading-font-color);
}
.shop__details-bottom .list-wrap .sd-social>a,
.shop__details-bottom .list-wrap .sd-tag>a,
.shop__details-bottom .list-wrap .sd-category>a {
    color: var(--tg-body-font-color);
}
.shop__details-bottom .list-wrap .sd-social .list-wrap,
.shop__details-bottom .list-wrap .sd-tag .list-wrap,
.shop__details-bottom .list-wrap .sd-category .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 5px;
}
.shop__details-bottom .list-wrap .sd-social .list-wrap li a {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    border: 1px solid #E6E8EC;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
    justify-content: center;
    color: var(--tg-heading-font-color);
}
.shop__details-bottom .list-wrap .sd-social .list-wrap li a:hover {
    border-color: var(--tg-primary-color);
    color: var(--tg-white);
    background: var(--tg-primary-color);
}
.product-desc-wrap {
    margin-top: 80px;
}
.product-desc-wrap .nav-tabs {
    border-bottom: 2px solid #E6E8EC;
    gap: 30px;
    margin-bottom: 25px;
}
.product-desc-wrap .nav-tabs .nav-link {
    margin-bottom: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0 5px 10px;
    font-weight: 500;
    font-size: 22px;
    color: var(--tg-body-font-color);
    position: relative;
}
.product-desc-wrap .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 5px;
    background: var(--tg-primary-color);
    transition: 0.3s linear;
    opacity: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.product-desc-wrap .nav-tabs .nav-link.active {
    color: var(--tg-heading-font-color);
    font-weight: 600;
}
.product-desc-wrap .nav-tabs .nav-link.active::before {
    opacity: 1;
}
.product-desc-wrap .tab-content p {
    margin-bottom: 0;
}
.product-desc-description > p {
    margin-bottom: 25px !important;
}
.product-desc-description .title {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 800;
}
.product-desc-review {
    padding: 25px 30px;
    border: 1px solid #E6E8EC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.product-desc-review .left-rc {
    margin-bottom: 10px;
}
.product-desc-review-title .title {
    font-size: 20px;
}
.cart__table thead th {
    padding: 12px 12px;
    font-size: 15px;
    font-weight: 600;
}
.cart__table tbody td {
    padding: 12px 17px;
    text-align: left;
    line-height: 1.1;
    border: none;
    border-top: 1px solid #ebebeb;
    vertical-align: middle;
    color: var(--tg-body-font-color);
}
.cart__table tbody td:first-child {
    padding-left: 0;
}
.cart__table tbody td.product__name {
    font-weight: 500;
}
.cart__table tbody td a {
    color: var(--tg-primary-color);
}
.cart__table .product__thumb img {
    max-height: 62px;
    max-width: 50px;
}
.cart__table tbody td.product__remove a {
    font-size: 25px;
}
.cart__actions-form {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.cart__actions-form input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    background: #f5f5f5;
    color: var(--tg-heading-font-color);
    padding: 0 20px;
    border: 0;
    border-radius: 4px;
    padding-right: 0;
}
.cart__table tbody tr {
    position: relative;
}
.cart__table .product__remove {
    padding: 0 !important;
    width: 0 !important;
}
.cart__table tbody td.product__remove {
    padding-right: 5px;
    text-align: right;
}
.cart__actions {
    padding-top: 25px !important;
    padding-bottom: 10px !important;
    padding-right: 0 !important;
}
.cart__collaterals-wrap {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 1.25rem;
    height: 100%;
    margin-left: 50px;
}
.cart__collaterals-wrap .title {
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 0.9375rem;
    border-bottom: 0.9375rem;
    border-bottom: 1px solid #ebebeb;
}
.cart__collaterals-wrap .list-wrap {
    padding-bottom: 0.9375rem;
}
.cart__collaterals-wrap .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    color: var(--tg-heading-font-color);
    font-size: 15px;
    font-weight: 700;
    padding: 12px 5px;
}
.cart__collaterals-wrap .list-wrap li span {
    color: var(--tg-body-font-color);
    font-weight: 600;
}
.cart__collaterals-wrap .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
}
.cart__table tbody td.product__quantity {
    text-align: right;
    padding-right: 0;
}
.coupon__code-info {
    background: #f5f5f5;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 25px;
    border-radius: 5px;
}
.coupon__code-info a:hover {
    text-decoration: underline;
    color: var(--tg-primary-color);
}
.customer__form-wrap {
    border: 1px solid #ebebeb;
    padding: 30px;
    border-radius: 5px;
}
.customer__form-wrap .title {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: capitalize;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #ebebeb;
    color: var(--tg-heading-font-color);
    font-family: var(--tg-heading-font-family);
    line-height: 1;
}
.customer__form-wrap .form-grp {
    margin-bottom: 15px;
}
.customer__form-wrap .form-grp label {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    color: var(--tg-body-font-color);
}
.customer__form-wrap .form-grp textarea,
.customer__form-wrap .form-grp input {
    width: 100%;
    color: var(--tg-heading-font-color);
    height: 53px;
    padding: 0 20px;
    background: #f5f5f5;
    border: none;
    border-radius: 4px;
}
.coupon__code-form input {
    width: 100%;
    background: #f5f5f5;
    height: 55px;
    border: none;
    color: var(--tg-heading-font-color);
    padding: 0 20px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.coupon__code-form p {
    margin-bottom: 15px;
}
.customer__form-wrap .form-grp select {
    background-color: #f5f5f5;
    border: none;
    color: var(--tg-heading-font-color);
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 0;
    outline: none;
    padding: 12px 37px 9px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    line-height: 1.2;
    height: 53px;
    cursor: pointer;
}
.customer__form-wrap .form-grp.select-grp {
    position: relative;
}
.customer__form-wrap .form-grp.select-grp::after {
    content: "\f078";
    position: absolute;
    bottom: 17px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    right: 20px;
    font-size: 16px;
    color: var(--tg-primary-color);
    line-height: 1;
}
.customer__form-wrap .title.title-two {
    margin-top: 20px;
}
.customer__form-wrap .form-grp textarea {
    padding: 10px 20px 0;
    min-height: 120px;
    max-height: 120px;
}
.order__info-wrap {
    border: 2px solid var(--tg-primary-color);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 30px;
    border-radius: 5px;
}
.order__info-wrap > .title {
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: capitalize;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #ebebeb;
}
.order__info-wrap .list-wrap {
    margin-bottom: 20px;
}
.order__info-wrap .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    color: var(--tg-body-font-color);
    font-weight: 600;
    font-size: 15px;
    gap: 8px;
    padding: 12px 0;
}
.order__info-wrap .list-wrap li span {
    color: var(--tg-heading-font-color);
    display: block;
    line-height: 1;
    font-weight: 700;
}
.order__info-wrap .list-wrap li.title span {
    color: var(--tg-body-font-color);
}
.order__info-wrap p {
    margin-bottom: 15px;
}
.order__info-wrap p a {
    text-decoration: underline;
}
.order__info-wrap .btn {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    justify-content: center;
}
.coupon__code-form {
    margin-bottom: 35px;
    display: none;
}
.login__left-side {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    padding: 64px 48px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.login__left-side::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.43) 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.login__left-content p {
    font-size: 20px;
    color: var(--tg-white);
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}
.login__left-content .title {
    font-size: 1.125rem;
    color: var(--tg-white);
    margin-bottom: 8px;
    font-weight: 600;
}
.login__left-content span {
    display: block;
    line-height: 1;
    color: var(--tg-white);
    opacity: 0.8;
}
.login__form-wrap {
    text-align: center;
    padding: 30px 15px;
    width: 400px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.login__form-wrap .title {
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.login__form-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.login__form-social a {
    font-size: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 48px;
    flex: 1 1 0%;
    align-items: center;
    justify-content: center;
    color: var(--tg-white);
    background: #212529;
    border-radius: 8px;
}
.login__form-social a:nth-child(2) {
    background: #066ec2;
}
.login__form-wrap .divider {
    display: block;
    padding: 30px 0;
    text-transform: uppercase;
}
.login__form .form__grp {
    margin-bottom: 15px;
}
.login__form input[type=email],
.login__form input[type=password] {
    width: 100%;
    background: transparent;
    border: 1px solid var(--tg-border-color);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    font-size: 15px;
    color: var(--tg-heading-font-color);
    padding: 11px 18px 12px 18px;
    height: 50px;
    display: block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.login__form input[type=email]::placeholder,
.login__form input[type=password]::placeholder {
    font-size: 15px;
    color: var(--tg-body-font-color);
}
.account__check {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.account__check-remember {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 5px;
}
.account__check-remember input {
    width: 20px;
    height: 20px;
    margin-inline-end: 3px;
    padding: 0;
}
.account__check-remember label {
    user-select: none;
}
.account__check-forgot a {
    color: var(--tg-primary-color);
    font-size: 16px;
    text-decoration: underline;
    font-weight: 600;
}
.login__form .btn {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
}
.account__switch {
    margin-top: 30px;
}
.account__switch p {
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.account__switch a {
    color: var(--tg-primary-color);
    text-decoration: underline;
    font-weight: 600;
}
.account__check-remember label a {
    font-weight: 600;
    text-decoration: underline;
    margin-left: 5px;
}
.row.gx-0 {
    --bs-gutter-x: 0;
}

/*=============================
    00. Dark CSS
===============================*/
[tg-theme=dark] {
    --tg-heading-font-color: var(--tg-white);
    --tg-gray: var(--tg-border-dark);
    --tg-teal: #182330;
}
[tg-theme=dark] body {
    background: var(--tg-black);
}
[tg-theme=dark] p {
    color: var(--tg-gray-three);
}
[tg-theme=dark] .header-top-wrap {
    background: #182330;
}
[tg-theme=dark] *::placeholder {
    color: var(--tg-white);
}
[tg-theme=dark] .darkmode-trigger {
  background-color: var(--tg-white);
  color: var(--tg-primary-color);
}
[tg-theme=dark] .darkmode-trigger .modeSwitch {
  color: var(--tg-primary-color);
}
[tg-theme=dark] .darkmode-trigger .icon::before {
  content: "\f186";
}
[tg-theme=dark] .header-search-wrap form input {
    color: var(--tg-white);
}
[tg-theme=dark] .header-search-wrap form input::placeholder {
    color: var(--tg-gray-three);
    opacity: .5;
}
[tg-theme=dark] .header-search-wrap form button {
    color: var(--tg-white);
}
[tg-theme=dark] .header-cart strong {
    color: var(--tg-white);
}
[tg-theme=dark] .header-action .header-sine-in a {
    color: var(--tg-white);
}
[tg-theme=dark] .header-action .header-sine-in a:hover {
    color: var(--tg-primary-color);
}
[tg-theme=dark] .post-title a:hover {
    color: var(--tg-white);
}
[tg-theme=dark] .newsletter-shape-wrap {
    opacity: .2;
}
[tg-theme=dark] .newsletter-form .form-grp input {
    color: var(--tg-white);
    background: #273341;
}
[tg-theme=dark] .section-title-line {
    border-color: var(--tg-border-dark);
}
[tg-theme=dark] .section-title-line::after {
    background: var(--tg-black);
}
[tg-theme=dark] .view-all-btn .link-btn {
    border-color: var(--tg-border-dark);
    color: var(--tg-white);
}
[tg-theme=dark] .view-all-btn .link-btn:hover {
    border-color: var(--tg-secondary-color);
}
[tg-theme=dark] .categories-item {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 5px solid #E8F1F1;
}
[tg-theme=dark] .sidebar-avatar {
    background: var(--tg-teal);
}
[tg-theme=dark] .sidebar-avatar-shape img {
    opacity: .2;
}
[tg-theme=dark] .sidebar-social-wrap .list-wrap li a {
    background: var(--tg-border-dark);
    color: var(--tg-white);
}
[tg-theme=dark] .sidebar-social-wrap .list-wrap li a:hover {
    background: var(--tg-primary-color);
}
[tg-theme=dark] .categories-shape-wrap img {
    opacity: .2;
}
[tg-theme=dark] .overlay-post-thumb::after {
    background: linear-gradient(180deg, rgba(24, 51, 84, 0.00) 0%, #000 83.34%);
}
[tg-theme=dark] .footer-area {
    background: #0C192A;
}
[tg-theme=dark] .footer-top {
    background: #0C192A;
}
[tg-theme=dark] .copyright-text p {
    color: #7C91AA;
}
[tg-theme=dark] .sticky-menu {
    background: var(--tg-teal);
}
[tg-theme=dark] .navbar-wrap ul li .sub-menu {
    border: 1px solid var(--tg-gray);
    background: var(--tg-border-dark);
    box-shadow: 0px 30px 70px 0px rgb(43 47 53 / 15%);
}
[tg-theme=dark] .offCanvas-wrap {
    background-color: #0C192A;
}
[tg-theme=dark] .offCanvas-contact-list li {
    color: var(--tg-gray-three);
}
[tg-theme=dark] .offCanvas-contact-list li a {
    color: var(--tg-gray-three);
}
[tg-theme=dark] .offCanvas-contact-list li a:hover {
    color: var(--tg-primary-color);
}
[tg-theme=dark] .offCanvas-social li a {
    color: var(--tg-gray-three);
}
[tg-theme=dark] .offCanvas-social li a:hover {
    color: var(--tg-primary-color);
}
[tg-theme=dark] .mobile-menu .menu-box {
    background: var(--tg-teal);
}
[tg-theme=dark] .mobile-search input {
    border: 1px solid var(--tg-border-dark);
    color: var(--tg-white);
}
[tg-theme=dark] .mobile-search button {
    color: var(--tg-white);
}
[tg-theme=dark] .mobile-menu .close-btn {
    color: var(--tg-primary-color);
}
[tg-theme=dark] .mobile-menu .navigation li {
    border-top: 1px solid var(--tg-gray);
}
[tg-theme=dark] .mobile-menu .navigation:last-child {
    border-bottom: 1px solid var(--tg-gray);
}
[tg-theme=dark] .newsletter-form .form-grp input::placeholder {
    color: var(--tg-white);
    opacity: .5;
}
[tg-theme=dark] .menu-area.menu-style-two {
    background: var(--tg-teal);
}
[tg-theme=dark] .header-style-two {
    background: #0f161e;
}
[tg-theme=dark] .section-title-line-three {
    border-color: var(--tg-gray);
}
[tg-theme=dark] .post-tag-two {
    border-color: var(--tg-teal);
}
[tg-theme=dark] .post-tag-two:hover {
    background: var(--tg-primary-color);
}
[tg-theme=dark] .sidebar-newsletter {
    background: var(--tg-teal);
}
[tg-theme=dark] .header-top-wrap-two {
    background: var(--tg-teal);
}
[tg-theme=dark] .menu-area.menu-style-three {
    border-color: var(--tg-gray);
}
[tg-theme=dark] .editor-nav .slick-arrow {
    border-color: var(--tg-gray);
}
[tg-theme=dark] .editor-nav .slick-arrow:hover {
    border-color: var(--tg-primary-color);
}
[tg-theme=dark] .header-top-wrap-three {
    background: var(--tg-teal);
}
[tg-theme=dark] .sidebar-avatar-two {
    background: var(--tg-teal);
}
[tg-theme=dark] .sidebar-avatar-two .sidebar-avatar-thumb {
    border: 5px solid var(--tg-gray);
}
[tg-theme=dark] .trending-shape-wrap img {
    opacity: .2;
}
[tg-theme=dark] .header-logo-area-three {
    background: #0f161e;
}
[tg-theme=dark] .coin-item .content > span {
    color: var(--tg-gray-three);
}
[tg-theme=dark] .menu-area.menu-style-six {
    box-shadow: 0px 2px 10px 0px rgb(78 78 78 / 10%);
}
[tg-theme=dark] .hl-left-side-four .date {
    color: var(--tg-white);
}
[tg-theme=dark] .hl-left-side-four .date i {
    color: var(--tg-white);
}
[tg-theme=dark] .hl-right-side-four .sign-in a {
    color: var(--tg-white);
}
[tg-theme=dark] .hl-right-side-four .sign-in a:hover {
    color: var(--tg-primary-color);
}
[tg-theme=dark] .news-banner-small-post::before {
    background: var(--tg-gray);
}
[tg-theme=dark] .banner-post-five {
    border-color: var(--tg-gray);
}
[tg-theme=dark] .header-top-wrap-four {
    background: var(--tg-teal);
}
[tg-theme=dark] .sidebar-wrap-three::before {
    background: var(--tg-gray);
}
[tg-theme=dark] .stories-post {
    border-color: var(--tg-gray);
}
[tg-theme=dark] .politics-post-wrap-two::before {
    background: var(--tg-gray);
}
[tg-theme=dark] .politics-post-two {
    border-color: var(--tg-gray);
}
[tg-theme=dark] .editor-post-area-three {
    background: var(--tg-teal);
}
[tg-theme=dark] .editor-nav-two .slick-arrow {
    border-color: var(--tg-border-dark);
}
[tg-theme=dark] .editor-nav-two .slick-arrow:hover {
    border-color: var(--tg-primary-color);
}
[tg-theme=dark] .editor-post-area-three .section-title-line::after {
    background: var(--tg-teal);
}
[tg-theme=dark] .editor-post-three::before {
    background: var(--tg-gray);
}
[tg-theme=dark] .hot-post-item-two {
    border-color: var(--tg-gray);
}
[tg-theme=dark] .footer-bottom-three {
    border-color: var(--tg-gray);
}
[tg-theme=dark] .footer-top-three .footer-content p {
    color: var(--tg-gray-three);
}
[tg-theme=dark] .footer-top-three .footer-widget .fw-title {
    color: var(--tg-white);
}
[tg-theme=dark] .footer-link-wrap .list-wrap li a {
    color: var(--tg-gray-two);
}
[tg-theme=dark] .footer-link-wrap .list-wrap li a:hover {
    color: var(--tg-white);
}
[tg-theme=dark] .footer-bottom-menu .list-wrap li a::before,
[tg-theme=dark] .footer-top-three .footer-link-wrap .list-wrap li a::before {
    background: var(--tg-white);
}
[tg-theme=dark] .footer-bottom-menu .list-wrap li a {
    color: var(--tg-gray-two);
}
[tg-theme=dark] .footer-bottom-menu .list-wrap li a:hover {
    color: var(--tg-white);
}
[tg-theme=dark] .stories-post-two {
    background: var(--tg-teal);
}
[tg-theme=dark] .search__popup {
    background: var(--tg-teal);
}
[tg-theme=dark] .header-search-wrap form button:hover {
    color: var(--tg-primary-color);
}
[tg-theme=dark] .banner-post-seven::before {
    background: var(--tg-gray);
}
[tg-theme=dark] .breadcrumb-area {
    background: var(--tg-teal);
}
[tg-theme=dark] .breadcrumb-content .breadcrumb-item a {
    color: var(--tg-white);
}
[tg-theme=dark] .breadcrumb-content .breadcrumb-item a:hover {
    color: var(--tg-primary-color);
}
[tg-theme=dark] .breadcrumb-content .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tg-white);
}
[tg-theme=dark] .about-content > span {
    color: var(--tg-gray-three);
}
[tg-theme=dark] .team-area {
    background: var(--tg-border-dark);
}
[tg-theme=dark] .team-content {
    background: var(--tg-black);
}
[tg-theme=dark] .author-wrap {
    background: var(--tg-teal);
    border-color: var(--tg-gray);
}
[tg-theme=dark] .author-thumb img {
    box-shadow: 0px 4px 20px 0px #000000;
    border-color: var(--tg-gray);
}
[tg-theme=dark] .author-social .list-wrap li a {
    color: var(--tg-white);
}
[tg-theme=dark] .author-social .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
[tg-theme=dark] .sidebar-search form input {
    color: var(--tg-white);
}
[tg-theme=dark] .sidebar-search form input::placeholder {
    color: var(--tg-white);
    opacity: .4;
}
[tg-theme=dark] .pagination-wrap .pagination .page-link {
    color: var(--tg-white);
    border-color: var(--tg-gray);
    background: var(--tg-teal);
}
[tg-theme=dark] .pagination-wrap .pagination .page-link:hover {
    color: var(--tg-white);
    border-color: var(--tg-primary-color);
    background: var(--tg-primary-color);
}
[tg-theme=dark] .blog-details-content blockquote {
    background: var(--tg-teal);
    border-color: var(--tg-gray);
}
[tg-theme=dark] .blog-details-content blockquote p {
    color: var(--tg-white);
}
[tg-theme=dark] .blog-details-content blockquote cite {
    color: var(--tg-gray-two);
}
[tg-theme=dark] .blog-details-content blockquote cite::before {
    background: var(--tg-border-dark);
}
[tg-theme=dark] .blog-details-bottom {
    border-color: var(--tg-gray);
}
[tg-theme=dark] .blog-details-bottom .post-tags .list-wrap li a {
    background: var(--tg-teal);
}
[tg-theme=dark] .blog-details-bottom .post-tags .list-wrap li a:hover {
    background: var(--tg-primary-color);
}
[tg-theme=dark] .blog-details-bottom .post-share .list-wrap li a {
    color: var(--tg-white);
}
[tg-theme=dark] .blog-details-bottom .post-share .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
[tg-theme=dark] .blog-avatar-wrap {
    border-color: var(--tg-gray);
    background: var(--tg-teal);
}
[tg-theme=dark] .pev-next-post-wrap .post-item .content span {
    color: var(--tg-white);
}
[tg-theme=dark] .comments-text .reply-btn {
    background: var(--tg-teal);
}
[tg-theme=dark] .comments-text .reply-btn:hover {
    background: var(--tg-primary-color);
}
[tg-theme=dark] .comments-box {
    border-color: var(--tg-gray);
}
[tg-theme=dark] .comment-form .form-grp textarea,
[tg-theme=dark] .comment-form .form-grp input {
    border-color: var(--tg-gray);
    background: var(--tg-teal);
    color: var(--tg-white);
}
[tg-theme=dark] .comment-form .form-grp textarea::placeholder,
[tg-theme=dark] .comment-form .form-grp input::placeholder {
    color: var(--tg-white);
    opacity: .5;
}
[tg-theme=dark] .comment-form .checkbox-grp input {
    background-color: var(--tg-teal);
}
[tg-theme=dark] .comment-form .checkbox-grp label {
    color: var(--tg-gray-three);
}
[tg-theme=dark] .blog-details-content p.first-info::first-letter {
    color: var(--tg-white);
}
[tg-theme=dark] .blog-details-inner-content .list-wrap li {
    color: var(--tg-white);
}
[tg-theme=dark] .contact-info-item {
    background: var(--tg-teal);
    border-color: var(--tg-gray);
}
[tg-theme=dark] .contact-info-item .content::before {
    background: var(--tg-gray);
}
[tg-theme=dark] .contact-info-item .content p {
    color: var(--tg-white);
}
[tg-theme=dark] .contact-form {
    background: var(--tg-teal);
}
[tg-theme=dark] .contact-form .form-grp textarea,
[tg-theme=dark] .contact-form .form-grp input {
    border-color: var(--tg-gray);
    background: var(--tg-gray);
    color: var(--tg-white);
}
[tg-theme=dark] .contact-form .form-grp textarea::placeholder,
[tg-theme=dark] .contact-form .form-grp input::placeholder {
    color: var(--tg-white);
    opacity: .5;
}
[tg-theme=dark] .menu-area .logo {
    display: none !important;
}
[tg-theme=dark] .menu-area .logo.d-none {
    display: block !important;
}
[tg-theme=dark] .menu-area.menu-style-two .logo.d-none {
    display: none !important;
}
[tg-theme=dark] .header-logo-area-two .logo {
    display: none !important;
}
[tg-theme=dark] .header-logo-area-two .logo.d-none {
    display: block !important;
}
[tg-theme=dark] .menu-area.menu-style-four .logo {
    display: none !important;
}
[tg-theme=dark] .header-logo-area-four .logo {
    display: none;
}
[tg-theme=dark] .header-logo-area-four .logo.d-none {
    display: block !important;
}
[tg-theme=dark] .menu-area.menu-style-six .logo.d-none {
    display: none !important;
}
[tg-theme=dark] .mobile-menu .nav-logo {
    display: none;
}
[tg-theme=dark] .mobile-menu .nav-logo.d-none {
    display: block !important;
}
[tg-theme=dark] .footer-area-four .fw-logo.d-none {
    display: block !important;
}
[tg-theme=dark] .footer-area-four .fw-logo {
    display: none !important;
}
[tg-theme=dark] .offCanvas-wrap .logo a.logo-light {
    display: block;
}
[tg-theme=dark] .offCanvas-wrap .logo a.logo-dark {
    display: none;
}
[tg-theme=dark] #preloader {
    background: var(--tg-black);
}
[tg-theme=dark] #fg-loader {
    color: var(--tg-white);
}


/* new-css */
[tg-theme=dark] .menu-area.menu-style-seven .logo {
    display: block !important;
}
[tg-theme=dark] .menu-style-seven .logo a {
    background: #182330;
}
[tg-theme=dark] .trending-box-two svg {
    color: #182330;
}
[tg-theme=dark] .menu-style-seven {
    border-color: var(--tg-border-dark);
}
[tg-theme=dark] .post-tag-five {
    border-color: var(--tg-white);
}
[tg-theme=dark] .post-tag-five:hover {
    border-color: var(--tg-primary-color);
}
[tg-theme=dark] .trending-post-three {
    border-color: var(--tg-border-dark);
}
[tg-theme=dark] .editor-post-five {
    border-color: var(--tg-border-dark);
}
[tg-theme=dark] .editor-post-wrap-four::before {
    background: var(--tg-border-dark);
}
[tg-theme=dark] .editor-post-six {
    border-color: var(--tg-border-dark);
}
[tg-theme=dark] .sidebar-wrap-six {
    border-color: var(--tg-border-dark);
}
[tg-theme=dark] .sidebar-social-wrap-two li a {
    border-color: var(--tg-border-dark);
}
[tg-theme=dark] .newsletter__wrap-five {
    background: #0C192A;
}
[tg-theme=dark] .life__style-post-wrap::before {
    background: var(--tg-border-dark);
}
[tg-theme=dark] .life__style-post {
    border-color: var(--tg-border-dark);
}
[tg-theme=dark] .sidebar-newsletter-five .sub-title {
    color: #B4B4B4;
}
[tg-theme=dark] .paly__btn {
    color: var(--tg-primary-color);
}
[tg-theme=dark] .paly__btn:hover {
    color: var(--tg-white);
}

/* home-eight */
[tg-theme=dark] .menu-area.menu-style-eight .logo {
    display: none !important;
}
[tg-theme=dark] .menu-area.menu-style-eight .logo.d-none {
    display: block !important;
}
[tg-theme=dark] .menu-style-eight .logo a {
    background: transparent;
}
[tg-theme=dark] .recent__post-nav-wrap .nav-link {
    color: var(--tg-icon-color);
}
[tg-theme=dark] .recent__post-nav-wrap .nav-link.active {
    color: var(--tg-primary-color);
}
[tg-theme=dark] .recent__post-item-wrap::before {
    background: var(--tg-border-dark);
}
[tg-theme=dark] .recent__post-item-two {
    border-color: var(--tg-border-dark);
}
[tg-theme=dark] .blog-post-meta-four .list-wrap li {
    color: var(--tg-icon-color);
}
[tg-theme=dark] .blog-post-meta-four .list-wrap li.comment a {
    color: var(--tg-icon-color);
}
[tg-theme=dark] .blog-post-meta-four .list-wrap li.comment a:hover {
    color: var(--tg-primary-color);
}
[tg-theme=dark] .recent__post-content-two .date {
    color: var(--tg-icon-color);
}
[tg-theme=dark] .editor__choice-item-wrap::after,
[tg-theme=dark] .editor__choice-item-wrap::before {
    background: var(--tg-gray);
}
[tg-theme=dark] .editor__choice-post-two {
    border-color:var(--tg-gray);
}
[tg-theme=dark] .horizontal-post-seven {
    border-color: var(--tg-gray);
}
[tg-theme=dark] .sidebar__social li a {
    border-color: var(--tg-gray);
}
[tg-theme=dark] .technology__post-three {
    border-color: var(--tg-gray);
}
[tg-theme=dark] .weekly__post {
    background: #0C192A;
}
[tg-theme=dark] .technology__post-wrap-two .technology__post-three:last-child {
    border-color: var(--tg-gray);
}
[tg-theme=dark] .sidebar-wrap-eight {
    background: #0C192A;
}
[tg-theme=dark] .shop__top-wrap {
    background: var(--tg-teal);
}
[tg-theme=dark] .shop__top-right select {
    background: var(--tg-teal);
    color: var(--tg-white);
}
[tg-theme=dark] .shop__top-right::after {
    color: var(--tg-white);
}
[tg-theme=dark] .shop__action li a {
    background: var(--tg-teal);
    color: var(--tg-white);
}
[tg-theme=dark] .shop__action li a:hover {
    background: var(--tg-primary-color);
}
[tg-theme=dark] .cart__table thead th {
    color: var(--tg-white);
}
[tg-theme=dark] .cart__table tbody td {
    border-color: var(--tg-teal);
    color: var(--tg-white);
}
[tg-theme=dark] .cart-plus-minus input,
[tg-theme=dark] .cart-plus-minus .qtybutton {
    border-color: var(--tg-gray);
}
[tg-theme=dark] .cart-plus-minus .qtybutton.inc {
    border-color: var(--tg-gray);
}
[tg-theme=dark] .cart__collaterals-wrap .list-wrap li,
[tg-theme=dark] .cart__collaterals-wrap .title,
[tg-theme=dark] .cart__collaterals-wrap {
    border-color: var(--tg-teal);
}
[tg-theme=dark] .cart__collaterals-wrap .list-wrap li span {
    color: var(--tg-white);
}
[tg-theme=dark] .cart__actions-form input {
    background: var(--tg-teal);
}
[tg-theme=dark] .login__form input[type=email],
[tg-theme=dark] .login__form input[type=password] {
    border-color: var(--tg-gray);
}
[tg-theme=dark] .login__form input[type=email]::placeholder,
[tg-theme=dark] .login__form input[type=password]::placeholder {
    color: var(--tg-gray-four);
}
[tg-theme=dark] .login__form-wrap .divider {
    color: var(--tg-gray-four);
}
[tg-theme=dark] .account__check-remember label {
    color: var(--tg-gray-four);
}
[tg-theme=dark] .coupon__code-info {
    background: var(--tg-teal);
}
[tg-theme=dark] .coupon__code-info span {
    color: var(--tg-white);
}
[tg-theme=dark] .coupon__code-form input {
    background: var(--tg-teal);
}
[tg-theme=dark] .customer__form-wrap .title,
[tg-theme=dark] .customer__form-wrap {
    border-color: var(--tg-teal);
}
[tg-theme=dark] .customer__form-wrap .form-grp textarea,
[tg-theme=dark] .customer__form-wrap .form-grp input {
    background: var(--tg-teal);
}
[tg-theme=dark] .customer__form-wrap .form-grp label {
    color: var(--tg-white);
}
[tg-theme=dark] .customer__form-wrap .form-grp select {
    background-color: var(--tg-teal);
}
[tg-theme=dark] .order__info-wrap .list-wrap li,
[tg-theme=dark] .order__info-wrap > .title {
    border-color: var(--tg-teal);
}
[tg-theme=dark] .order__info-wrap .list-wrap li {
    color: var(--tg-white);
}
[tg-theme=dark] .shop__details-images-wrap .tab-content .tab-pane {
    background: var(--tg-teal);
}
[tg-theme=dark] .shop__details-images-wrap .nav-link {
    background: var(--tg-teal);
}
[tg-theme=dark] .shop__details-review-wrap li {
    color: var(--tg-white);
}
[tg-theme=dark] .shop__details-content-inner {
    border-color: var(--tg-teal);
}
[tg-theme=dark] .shop__details-wishlist-wrap a {
    border-color: var(--tg-gray);
    color: var(--tg-white);
}
[tg-theme=dark] .shop__details-wishlist-wrap a:hover {
    border-color: var(--tg-primary-color);
}
[tg-theme=dark] .shop__details-bottom .list-wrap .sd-social>a,
[tg-theme=dark] .shop__details-bottom .list-wrap .sd-tag>a,
[tg-theme=dark] .shop__details-bottom .list-wrap .sd-category>a {
    color: var(--tg-white);
}
[tg-theme=dark] .shop__details-bottom .list-wrap .sd-social .list-wrap li a {
    border-color: var(--tg-gray);
}
[tg-theme=dark] .shop__details-bottom .list-wrap .sd-social .list-wrap li a:hover {
    border-color: var(--tg-primary-color);
}
[tg-theme=dark] .product-desc-review,
[tg-theme=dark] .product-desc-wrap .nav-tabs {
    border-color: var(--tg-teal);
}
.video-card-swiper {
    position: relative;
    width: 100%;
    padding: 10px 5px 45px;
    overflow: hidden;
}

.video-card-swiper .swiper-wrapper {
    align-items: stretch;
}

.video-card-swiper .swiper-slide {
    height: auto;
}

.activity-card {
    position: relative;
    height: 534px;
    overflow: hidden;
    border-radius: 30px;
    background: #111111;
}

.activity-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.9),
        rgba(0, 0, 0, 0.3),
        rgba(0, 0, 0, 0.08)
    );
    pointer-events: none;
}

.videobarcard video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.7s ease;
}

.activity-card:hover video {
    transform: scale(1.05);
}

.card-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    border-radius: 0 0 30px 0;
    background: #63237f;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    backdrop-filter: blur(8px);
}

.card-badge i {
    color: #00b5c9;
}

.card-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 24px 26px;
    color: #ffffff;
}

.card-meta p {
    margin-bottom: 8px;
}

.card-content p {
    margin-top: 0;
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
}

.card-content h3 {
    margin: 14px 0 10px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 500;
}

.videop1 {
    display: flex;
    align-items: center;
    gap: 7px;
}

.videop1 i {
    color: #2db9e5;
}

span.videop2 {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 3px;
    background: #ffffff;
    color: #000000;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Pagination */

.video-swiper-pagination {
    position: absolute;
    bottom: 5px !important;
    left: 0;
    width: 100%;
    text-align: center;
}

.video-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px !important;
    background: #a8b4c0;
    opacity: 1;
    transition: all 0.3s ease;
}

.video-swiper-pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 20px;
    background: linear-gradient(90deg, #0c90c3, #713794);
}

/* Tablet */

@media (max-width: 1199px) {
    .activity-card {
        height: 500px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .video-card-swiper {
        margin: 0 auto;
        overflow: hidden;
        width: 90%;
    }

    .activity-card {
        height: 480px;
        border-radius: 22px;
    }

    .card-badge {
        padding: 12px 17px;
        border-radius: 0 0 22px 0;
        font-size: 11px;
    }

    .card-content {
        padding: 22px 20px;
    }

    .card-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 430px) {
    .activity-card {
        height: 450px;
    }
}
.sidebar-interviews-widget {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border: 1px solid rgba(21, 155, 222, 0.14);
    border-radius: 18px;
    background:
        radial-gradient(
            circle at top right,
            rgba(21, 155, 222, 0.12),
            transparent 35%
        ),
        #ffffff;
    box-shadow: 0 18px 45px rgba(37, 82, 109, 0.12);
    font-family: "Inter", sans-serif;
}

.sidebar-interviews-heading {
    margin-bottom: 22px;
    padding-bottom: 17px;
    border-bottom: 1px solid #e5edf2;
}

.sidebar-interviews-heading span {
    display: block;
    margin-bottom: 5px;
    color: #159bde;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sidebar-interviews-heading h3 {
    margin: 0;
    color: #17243a;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
}

.sidebar-interview-content-slider {
    margin-bottom: 20px;
}

.sidebar-interview-content-slider .swiper-slide {
    height: auto;
}

.sidebar-interview-content {
    position: relative;
}

.sidebar-interview-count {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 11px;
    background: linear-gradient(135deg, #159bde, #713794);
    box-shadow: 0 9px 20px rgba(67, 78, 161, 0.2);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
}

.sidebar-interview-category {
    display: block;
    margin-bottom: 8px;
    color: #159bde;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.sidebar-interview-content h4 {
    margin: 0 0 11px;
    color: #17243a;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
}

.sidebar-interview-content p {
    margin: 0;
    color: #687587;
    font-size: 13px;
    line-height: 1.7;
}

.sidebar-interview-video-slider {
    margin-top: 20px;
    overflow: hidden;
    border-radius: 15px;
    background: #07111e;
}

.sidebar-interview-video {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    background: #07111e;
    aspect-ratio: 16 / 9;
}

.sidebar-interview-video iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.sidebar-interview-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.sidebar-interview-nav {
    display: inline-flex;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(21, 155, 222, 0.2);
    border-radius: 50%;
    background: #ffffff;
    color: #159bde;
    cursor: pointer;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.sidebar-interview-nav:hover {
    transform: translateY(-2px);
    border-color: transparent;
    background: linear-gradient(135deg, #159bde, #713794);
    color: #ffffff;
}

.sidebar-interview-pagination {
    position: static !important;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.sidebar-interview-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 4px !important;
    background: #abd6e4;
    opacity: 1;
    transition:
        width 0.3s ease,
        border-radius 0.3s ease,
        background 0.3s ease;
}

.sidebar-interview-pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 20px;
    background: linear-gradient(90deg, #159bde, #713794);
}

@media (max-width: 1199px) {
    .sidebar-interviews-widget {
        padding: 20px;
    }

    .sidebar-interviews-heading h3 {
        font-size: 21px;
    }

    .sidebar-interview-content h4 {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .sidebar-interviews-widget {
        padding: 18px;
    }

    .sidebar-interviews-heading h3 {
        font-size: 20px;
    }
}
.hot-post-marquee {
  --post-height: 150px;
  --post-gap: 0px;

  position: relative;
  width: 100%;
  height: calc(
    (var(--post-height) * 2.2) +
    (var(--post-gap) * 2)
  );
  overflow: hidden;
}

.hot-post-track {
  display: flex;
  flex-direction: column;
  gap: var(--post-gap);
  transition: transform 0.7s ease-in-out;
  will-change: transform;
}

.hot-post-item {
  margin: 0 0 20px;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  background: #ffffff;
  box-sizing: border-box;
}

.hot-post-content {
  width: 100%;
}

.hot-post-content .post-tag-two {
  display: inline-block;
  margin-bottom: 8px;
  color: #159bde;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.hot-post-content .post-title {
  margin: 0 0 15px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

.hot-post-content .post-title a {
  color: #172235;
  text-decoration: none;
  transition: color 0.3s ease;
}

.hot-post-item:hover .post-title a {
  color: #159bde;
}

.hot-post-content .blog-post-meta .list-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hot-post-content .blog-post-meta li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #6b7584;
  font-size: 13px;
  line-height: 20px;
}

.hot-post-content .blog-post-meta i {
  color: #159bde;
}

@media (max-width: 767px) {
  .hot-post-marquee {
    --post-height: 180px;
    --post-gap: 15px;
  }

  .hot-post-item {
    padding: 16px;
  }

  .hot-post-content .post-title {
    font-size: 17px;
  }

  .hot-post-content .blog-post-meta .list-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
.upcoming-conferences-section {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  font-family: "Inter", sans-serif;
}

.section-heading {
  max-width: 860px;
  margin: 0 auto 45px;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #713794;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.section-heading h2 {
    margin: 0px 0px 12px;
    color: rgb(23, 34, 53);
    font-size: clamp(34px, 4vw, 36px);
    line-height: 1.12;
    font-weight: 600;
}

.section-heading p {
  margin: 0 auto;
  max-width: 760px;
  color: #667487;
  font-size: 16px;
  line-height: 1.75;
}

.conference-card {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border-radius: 20px;
}

.conference-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  transform: scale(1.05);
  animation: bgZoomMove 18s ease-in-out infinite alternate;
}

.conference-bg-left {
  background-image: url("../../images/3661.jpg");
}

.conference-bg-right {
  background-image: url("../../images/3601292.jpg");
}

.conference-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.conference-overlay-left {
  background:
    linear-gradient(90deg, rgba(56, 24, 97, 0.92) 0%, rgba(75, 43, 133, 0.78) 42%, rgba(9, 31, 65, 0.18) 100%);
}

.conference-overlay-right {
  background:
    linear-gradient(90deg, rgba(33, 18, 61, 0.88) 0%, rgba(73, 34, 130, 0.78) 35%, rgba(14, 53, 109, 0.24) 100%);
}

.conference-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(12px);
  z-index: 1;
  animation: floatGlow 7s ease-in-out infinite;
}

.conference-glow-one {
  width: 240px;
  height: 240px;
  top: -60px;
  left: -60px;
  background: rgba(194, 110, 255, 0.18);
}

.conference-glow-two {
  width: 280px;
  height: 280px;
  right: -90px;
  bottom: -90px;
  background: rgba(0, 173, 255, 0.16);
  animation-delay: 1.8s;
}

.conference-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  padding: 55px 58px 70px;
}

.conference-inner {
  width: 100%;
  max-width: 760px;
  margin-top: auto;
}

.conference-brand {
  margin-bottom: 22px;
}

.on-logo {
  max-width: 90px;
  width: 100%;
  height: auto;
  opacity: 0.98;
}

.conference-logo-wrap {
  margin-bottom: 28px;
}

.event-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,0.18));
}

.cio-logo {
  max-width: 400px;
}

.ciso-logo {
  max-width: 390px;
}

.conference-title {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(28px, 1.5vw, 52px);
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.5px;
  max-width: 780px;
}

.conference-title span {
  display: block;
  color: #172E4B;
}

.conference-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.conference-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px;
  background: rgb(255 255 255 / 29%);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.conference-meta-item i {
  color: #7ad8ff;
  font-size: 16px;
}

.conference-cta {
  margin-top: 8px;
}

.conference-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 26px;
  border-radius: 999px;
  background: linear-gradient(90deg, #18b3f1 0%, #b760ef 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 15px 30px rgba(79, 44, 133, 0.26);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.conference-btn:hover {
  transform: translateY(-4px);
  color: #ffffff;
  box-shadow: 0 20px 38px rgba(79, 44, 133, 0.34);
}

.conference-btn i {
  transition: transform 0.3s ease;
}

.conference-btn:hover i {
  transform: translateX(4px);
}

/* Text Animation */
.animate-up {
  opacity: 0;
  transform: translateY(28px);
  animation: fadeUp 0.9s ease forwards;
}

.delay-1 { animation-delay: 0.15s; }
.delay-2 { animation-delay: 0.35s; }
.delay-3 { animation-delay: 0.55s; }
.delay-4 { animation-delay: 0.75s; }
.delay-5 { animation-delay: 0.95s; }

/* Keyframes */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bgZoomMove {
  0% {
    transform: scale(1.05) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.1) translate3d(-10px, -8px, 0);
  }
  100% {
    transform: scale(1.06) translate3d(10px, 8px, 0);
  }
}

@keyframes floatGlow {
  0%,
  100% {
    transform: translateY(0px) translateX(0px);
  }
  50% {
    transform: translateY(14px) translateX(10px);
  }
}

/* Hover Effects */
.conference-card:hover .conference-bg {
  transform: scale(1.12);
  transition: transform 1s ease;
}

.conference-card:hover .conference-title span {
  
}

/* Responsive */
@media (max-width: 1399px) {
  .conference-card {
    min-height: 630px;
  }

  .conference-content {
    padding: 38px;
  }

  .cio-logo {
    max-width: 460px;
  }

  .ciso-logo {
    max-width: 340px;
  }
}

@media (max-width: 991px) {
  .upcoming-conferences-section {
    padding: 70px 0;
  }

  .conference-card {
    min-height: 600px;
    border-radius: 24px;
  }

  .conference-content {
    padding: 30px;
  }

  .conference-title {
    font-size: 30px;
  }

  .conference-meta-item {
    width: 100%;
  }

  .cio-logo {
    max-width: 390px;
  }

  .ciso-logo {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .section-heading {
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .conference-card {
    min-height: 520px;
  }

  .conference-content {
    padding: 22px;
  }

  .on-logo {
    max-width: 110px;
  }

  .conference-logo-wrap {
    margin-bottom: 22px;
  }

  .conference-title {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 1.2;
  }

  .conference-title span {
    margin-top: 8px;
  }

  .conference-meta {
    gap: 10px;
    margin-bottom: 20px;
  }

  .conference-meta-item {
    padding: 12px 14px;
    font-size: 14px;
  }

  .conference-btn {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
  }

  .cio-logo {
    max-width: 300px;
  }

  .ciso-logo {
    max-width: 250px;
  }
}
.conference-ribbon-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 26px;
  font-family: "Inter", sans-serif;
}

.conference-ribbon {
  position: relative;
  display: inline-block;
  padding: 13px 34px;
  transform: skewX(-14deg);
  box-shadow: 0 10px 24px rgba(24, 10, 38, 0.16);
}

.conference-ribbon-text {
  display: inline-block;
  transform: skewX(14deg);
  white-space: nowrap;
}

/* First strip */
.conference-ribbon-light {
  z-index: 1;
  background: rgba(255, 255, 255, 0.96);
  color: #713794;
  font-size: 1.4vw;
  line-height: 1.2;
  font-weight: 700;
}

/* Second strip */
.conference-ribbon-purple {
  z-index: 2;
  align-self: flex-end;
  margin-top: -10px;
  margin-right: 12px;
  padding: 15px 28px;
  background: #0EB4E7;
  color: #ffffff;
  font-size: 1.4vw;
  line-height: 1.2;
  font-weight: 700;
  right: 165px;
}

/* Decorative angled ends */
.conference-ribbon::before,
.conference-ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 18px;
  height: 100%;
  background: inherit;
}

.conference-ribbon::before {
  left: -8px;
}

.conference-ribbon::after {
  right: -8px;
}

@media (max-width: 767px) {
  .conference-ribbon-title {
    width: 100%;
  }

  .conference-ribbon {
    max-width: 100%;
    padding: 10px 20px;
  }

  .conference-ribbon-text {
    white-space: normal;
  }

  .conference-ribbon-light {
    font-size: 22px;
  }

  .conference-ribbon-purple {
    align-self: flex-start;
    margin-top: 5px;
    margin-right: 0;
    margin-left: 32px;
    font-size: 17px;
  }
}
.observenow-footer {
  position: relative;
  overflow: hidden;
  padding-top: 64px;
  background: #0b294d;
  color: #ffffff;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

/* Decorative wave layers */

.footer-wave {
  position: absolute;
  left: -5%;
  width: 110%;
  height: 260px;
  border-radius: 50%;
  pointer-events: none;
}

.footer-wave-one {
  top: -155px;
  background: #082b54;
  transform: rotate(4deg);
}

.footer-wave-two {
  top: -120px;
  background: #245289;
  opacity: 0.9;
  transform: rotate(-3deg);
}

.footer-wave-three {
  top: -75px;
  background: #1b3b64;
  opacity: 0.78;
  transform: rotate(5deg);
}

.footer-container {
  position: relative;
  z-index: 2;
}

/* Top area */

.footer-top {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 0 55px;
}

.footer-logo {
  flex: 0 0 auto;
}

.footer-logo img {
  display: block;
  width: auto;
  max-width: 150px;
  max-height: 90px;
  object-fit: contain;
}

.footer-top-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(
    90deg,
    #159bde 0%,
    #713794 100%
  );
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 9px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease;
}

.footer-social a:hover {
  transform: translateY(-4px);
  border-color: #159bde;
  background: #159bde;
  color: #ffffff;
}

/* Main content */

.footer-main {
  position: relative;
  z-index: 2;
  padding-bottom: 65px;
}

.footer-widget {
  height: 100%;
}

.footer-title {
  margin: 0;
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 700;
}

.footer-title-line {
  width: 50px;
  height: 2px;
  margin: 10px 0 22px;
  background: #159bde;
}

.footer-contact {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-style: normal;
}

.footer-contact p {
  margin: 0 0 26px;
  font-size: 15px;
  line-height: 1.7;
}

.footer-contact strong {
  color: #ffffff;
  font-weight: 700;
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.25s ease;
  text-transform: none;
}

.footer-contact a:hover {
  color: #159bde;
}

/* Links */

.footer-link-wrap .list-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-link-wrap .list-wrap li {
  margin-bottom: 10px;
}

.footer-link-wrap .list-wrap li:last-child {
  margin-bottom: 0;
}

.footer-link-wrap .list-wrap a {
  position: relative;
  display: inline-block;
  padding-left: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  text-decoration: none;
  transition:
    color 0.25s ease,
    padding-left 0.25s ease;
}

.footer-link-wrap .list-wrap a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 2px;
  background: #159bde;
  transform: translateY(-50%);
  transition: width 0.25s ease;
}

.footer-link-wrap .list-wrap a:hover {
  padding-left: 17px;
  color: #159bde;
}

.footer-link-wrap .list-wrap a:hover::before {
  width: 10px;
}

/* Newsletter */

.footer-newsletter p {
  max-width: 420px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.7;
}

.newsletter-input-wrap {
  display: flex;
  width: 100%;
  max-width: 470px;
  overflow: hidden;
  border-radius: 40px;
  background: #ffffff;
}

.newsletter-input-wrap input {
  flex: 1;
  min-width: 0;
  height: 56px;
  padding: 0 20px;
  border: 0;
  outline: none;
  background: #ffffff;
  color: #171c2b;
  font-size: 14px;
}

.newsletter-input-wrap input::placeholder {
  color: #596174;
}

.newsletter-input-wrap button {
  flex: 0 0 auto;
  min-width: 125px;
  padding: 0 20px;
  border: 0;
  background: linear-gradient(
    90deg,
    #159bde,
    #2875c5
  );
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
}

.newsletter-input-wrap button:hover {
  background: linear-gradient(
    90deg,
    #713794,
    #9b55bf
  );
}

.newsletter-policy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  cursor: pointer;
}

.newsletter-policy input {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  margin-top: 1px;
  accent-color: #159bde;
}

.newsletter-policy span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  line-height: 1.55;
}

.newsletter-policy a {
  color: #159bde;
  text-decoration: none;
}

/* Bottom bar */

.footer-bottom {
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(21, 155, 222, 0.35);
  background: #16172f;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  min-height: 76px;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 20px;
}

.footer-policy-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 26px;
}

.footer-policy-links a {
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-policy-links a:hover {
  color: #159bde;
}

/* Back to top */

.footer-back-to-top {
  position: absolute;
  right: 16px;
  bottom: 12px;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  background: #159bde;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.footer-back-to-top:hover {
  transform: translateY(-4px);
  background: #713794;
}

/* Responsive */

@media (max-width: 1199px) {
  .footer-top {
    padding-bottom: 45px;
  }

  .footer-title {
    font-size: 22px;
  }

  .footer-policy-links {
    gap: 18px;
  }
}

@media (max-width: 991px) {
  .observenow-footer {
    padding-top: 55px;
  }

  .footer-top {
    flex-wrap: wrap;
  }

  .footer-top-line {
    min-width: 200px;
  }

  .footer-main {
    padding-bottom: 50px;
  }

  .footer-bottom-inner {
    flex-direction: column;
    justify-content: center;
    padding: 20px 55px 20px 0;
    text-align: center;
  }

  .footer-policy-links {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 38px;
  }

  .footer-top-line {
    width: 100%;
    min-width: 0;
  }

  .footer-social {
    flex-wrap: wrap;
  }

  .footer-widget {
    padding-bottom: 12px;
  }

  .newsletter-input-wrap {
    flex-direction: column;
    overflow: visible;
    border-radius: 0;
    background: transparent;
  }

  .newsletter-input-wrap input {
    width: 100%;
    border-radius: 30px;
	padding:14px 20px;
  }

  .newsletter-input-wrap button {
    width: 100%;
    height: 52px;
    margin-top: 10px;
    border-radius: 30px;
  }

  .footer-policy-links {
    flex-direction: column;
    gap: 9px;
  }

  .footer-back-to-top {
    right: 10px;
    bottom: 12px;
    width: 44px;
    height: 44px;
  }
}
.about-vertical-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  overflow: hidden;
}

.about-vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);

  color: transparent;
  background: linear-gradient(
    180deg,
    rgba(12, 144, 195, 0.12) 0%,
    rgba(12, 144, 195, 0.42) 50%,
    rgba(12, 144, 195, 0.78) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;

  font-family: "Inter", sans-serif;
  font-size: clamp(90px, 11vw, 180px);
  line-height: 0.8;
  font-weight: 900;
  letter-spacing: 10px;
  text-transform: uppercase;
}
.bigfonts {
  float: left;
  margin: 0 12px 2px 0;
  color: #0c90c3;
  font-family: "Inter", sans-serif;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: -2px;
}

.about-content p {
  color: #4f5967;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}
.about-area p {
    color:#000;
    text-align: justify;
}

.about-content p::after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 767px) {
  .bigfonts {
    float: none;
    display: block;
    margin: 0 0 14px;
    font-size: 44px;
    line-height: 1;
  }

  .about-content p {
    text-align: left;
  }
}
.contact-office-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background:
    radial-gradient(
      circle at 8% 15%,
      rgba(12, 144, 195, 0.08),
      transparent 30%
    ),
    radial-gradient(
      circle at 92% 85%,
      rgba(113, 55, 148, 0.07),
      transparent 28%
    ),
    #ffffff;
  font-family: "Inter", sans-serif;
}

.contact-office-section::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(12, 144, 195, 0.04);
}

.contact-office-section::after {
  content: "";
  position: absolute;
  bottom: -170px;
  left: -130px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(113, 55, 148, 0.04);
}

.contact-office-section .container {
  position: relative;
  z-index: 2;
}

.contact-office-card,
.contact-connect-card {
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(12, 144, 195, 0.12);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(25, 58, 78, 0.10);
}

.contact-section-heading {
  margin-bottom: 22px;
}

.contact-small-title {
  display: inline-block;
  margin-bottom: 7px;
  color: #0c90c3;
  font-size: 30px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.contact-section-heading h2 {
  margin: 0;
  color: #172235;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.2;
  font-weight: 700;
}

/* Map */

.contact-map-wrap {
  position: relative;
  overflow: hidden;
  height: 375px;
  border-radius: 20px;
  background: #eaf8fd;
}

.contact-map-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.9) contrast(1.02);
}

/* Address */

.office-address {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  margin-top: 22px;
  padding: 22px;
  border-radius: 18px;
  background: #eaf8fd;
}

.contact-info-icon,
.contact-detail-icon {
  display: inline-flex;
  flex: 0 0 50px;
  align-items: center;
  justify-content: center;
  
}

.contact-info-content h3 {
  margin: 0 0 7px;
  color: #182337;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;


}

.contact-info-content p {
  margin: 0;
  color: #647083;
  font-size: 14px;
  line-height: 1.75;
}

/* Right image */

.contact-image-wrap {
  position: relative;
  height: 375px;
  overflow: hidden;
  border-radius: 20px;
}

.contact-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.contact-connect-card:hover .contact-image-wrap img {
  transform: scale(1.06);
}

.contact-image-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(12, 144, 195, 0.42),
      rgba(113, 55, 148, 0.20)
    );
}

.contact-image-title {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
}

.contact-image-title span,
.contact-image-title strong {
  font-size: clamp(36px, 5vw, 68px);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: 3px;
}

.contact-image-title strong {
  margin-top: 7px;
}

/* Contact details */

.contact-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.contact-detail-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 100px;
  padding: 18px;
  border: 1px solid rgba(12, 144, 195, 0.13);
  border-radius: 18px;
  background: #f8fcfe;
  color: inherit;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.contact-detail-item:hover {
  transform: translateY(-5px);
  border-color: rgba(113, 55, 148, 0.28);
  box-shadow: 0 14px 30px rgba(26, 67, 91, 0.11);
}

.contact-detail-item span {
  display: block;
  margin-bottom: 5px;
  color: #788396;
  font-size: 11px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.contact-detail-item strong {
  display: block;
  color: #172235;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  word-break: break-word;
}

.contact-detail-full {
  grid-column: 1 / -1;
}

/* Responsive */

@media (max-width: 991px) {
  .contact-office-section {
    padding: 70px 0;
  }

  .contact-office-card,
  .contact-connect-card {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .contact-office-section {
    padding: 55px 0;
  }

  .contact-office-card,
  .contact-connect-card {
    padding: 18px;
    border-radius: 20px;
  }

  .contact-map-wrap,
  .contact-image-wrap {
    height: 300px;
    border-radius: 16px;
  }

  .office-address {
    padding: 17px;
  }

  .contact-details-grid {
    grid-template-columns: 1fr;
  }

  .contact-detail-full {
    grid-column: auto;
  }

  .contact-detail-item {
    min-height: 92px;
  }
}

@media (max-width: 420px) {
  .contact-map-wrap,
  .contact-image-wrap {
    height: 255px;
  }

  .office-address,
  .contact-detail-item {
    align-items: flex-start;
  }

  .contact-image-title span,
  .contact-image-title strong {
    font-size: 34px;
  }
}
.partner-with-us-section {
  position: relative;
  overflow: hidden;
  padding: 95px 0;
  background: #ffffff;
  font-family: "Inter", sans-serif;
}

.partner-with-us-section::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -120px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(12, 144, 195, 0.05);
}

.partner-with-us-section::after {
  content: "";
  position: absolute;
  left: -150px;
  bottom: -180px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: rgba(113, 55, 148, 0.045);
}

.partner-with-us-section .container {
  position: relative;
  z-index: 2;
}

/* Left section */

.partner-intro {
  padding-right: 25px;
}

.partner-kicker {
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
  color: #0c90c3;
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.partner-kicker::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 8px;
  border-radius: 5px;
  background: linear-gradient(90deg, #0c90c3, #713794);
}

.partner-intro h2 {
    margin: 0px 0px 26px;
    color: rgb(23, 34, 53);
    font-family: 'Inter', sans-serif;
    font-size: clamp(42px, 5vw, 45px);
    line-height: 1.1;
    font-weight: 500;
}

.partner-intro h2 span {
  color: #0c90c3;
}

.partner-intro p {
  margin: 0 0 17px;
  color: #5f6877;
  font-size: 15px;
  line-height: 1.8;
}

.partner-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 13px;
  padding: 14px 25px;
  border-radius: 5px;
  background: linear-gradient(90deg, #0c90c3, #713794);
  box-shadow: 0 13px 28px rgba(42, 93, 147, 0.20);
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.partner-contact-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(42, 93, 147, 0.28);
  color: #ffffff;
}

.partner-contact-btn i {
  transition: transform 0.3s ease;
}

.partner-contact-btn:hover i {
  transform: translateX(5px);
}

/* Offerings */

.partner-offerings {
  position: relative;
  padding-left: 20px;
}

.partner-offering-column {
  height: 100%;
}

.partner-offering-left {
  padding-right: 30px;
  border-right: 1px solid #d9e4e9;
}

.partner-offering-right {
  padding-left: 30px;
}

.partner-offering-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 17px;
  align-items: flex-start;
  min-height: 145px;
  padding: 24px 0;
  border-bottom: 1px solid #d9e4e9;
}

.partner-offering-item:first-child {
  padding-top: 0;
}

.partner-offering-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.partner-offering-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(12, 144, 195, 0.26);
  border-radius: 50%;
  background: #ffffff;
  color: #0c90c3;
  font-size: 20px;
  transition:
    transform 0.3s ease,
    color 0.3s ease,
    background 0.3s ease;
}

.partner-offering-item:hover .partner-offering-icon {
  transform: translateY(-5px);
  background: #0c90c3;
  color: #ffffff;
}

.partner-offering-content h3 {
  margin: 0 0 8px;
  color: #202a37;
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 500;
}

.partner-offering-content p {
  margin: 0;
  color: #657080;
  font-size: 13px;
  line-height: 1.65;
}

/* Bottom note */

.partner-bottom-note {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 55px;
  padding: 24px 28px;
  border-left: 4px solid #0c90c3;
  border-radius: 0 14px 14px 0;
  background: #ecfaff;
}

.partner-bottom-icon {
  display: inline-flex;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0c90c3, #713794);
  color: #ffffff;
  font-size: 20px;
}

.partner-bottom-note p {
  margin: 0;
  color: #536071;
  font-size: 14px;
  line-height: 1.7;
}

.partner-bottom-note strong {
  color: #172235;
}

/* Responsive */

@media (max-width: 991px) {
  .partner-with-us-section {
    padding: 70px 0;
  }

  .partner-intro {
    padding-right: 0;
  }

  .partner-offerings {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .partner-with-us-section {
    padding: 55px 0;
  }

  .partner-intro h2 {
    font-size: 44px;
  }

  .partner-offering-left {
    padding-right: 0;
    border-right: 0;
  }

  .partner-offering-right {
    padding-left: 0;
  }

  .partner-offering-right .partner-offering-item:first-child {
    padding-top: 24px;
    border-top: 1px solid #d9e4e9;
  }

  .partner-offering-item {
    grid-template-columns: 52px minmax(0, 1fr);
    min-height: auto;
    padding: 21px 0;
  }

  .partner-offering-icon {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }

  .partner-offering-content h3 {
    font-size: 19px;
  }

  .partner-bottom-note {
    align-items: flex-start;
    margin-top: 38px;
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .partner-offering-item {
    grid-template-columns: 1fr;
  }

  .partner-bottom-note {
    flex-direction: column;
  }
}
.header-top-social-two h2 img {
    height:32px;
}
.header-top-social-two ul img {
    height:21px;
}
.posttagweekly {
    position: absolute;
    top:10px;
    left:20px;
}
.header-top-social-two {
    display: flex;
    align-items: center;
    gap: 12px;
    overflow: visible;
}

/* Main trigger icon */
.header-top-social-two .title {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.header-top-social-two .title img {
    display: block;
    width: 26px;
    height: 26px;
    object-fit: contain;
    animation: socialTriggerAnimation 6s ease-in-out infinite;
}

/* Social icon list */
.header-top-social-two .list-wrap {
    display: flex;
    align-items: center;
    gap: 0px;
    margin: 0;
    padding: 0;
    list-style: none;
    /*overflow: hidden;
    max-width: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-15px);
    filter: blur(7px);
    animation: socialListToggle 6s ease-in-out infinite;*/
}

.header-top-social-two .list-wrap li {
    /*flex: 0 0 auto;
    opacity: 0;
    transform: translateX(-12px) scale(0.8);
    animation: socialIconToggle 6s ease-in-out infinite;*/
}

.header-top-social-two .list-wrap li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 30px;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.header-top-social-two .list-wrap li a:hover {
    transform: translateY(-3px) scale(1.08);
}

.header-top-social-two .list-wrap li img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* Small stagger effect */
/*.header-top-social-two .list-wrap li:nth-child(1) {
    animation-delay: 0s;
}

.header-top-social-two .list-wrap li:nth-child(2) {
    animation-delay: 0.08s;
}

.header-top-social-two .list-wrap li:nth-child(3) {
    animation-delay: 0.16s;
}

.header-top-social-two .list-wrap li:nth-child(4) {
    animation-delay: 0.24s;
}

.header-top-social-two .list-wrap li:nth-child(5) {
    animation-delay: 0.32s;
}*/

/* Main image animation */
@keyframes socialTriggerAnimation {
    0%,
    8% {
        opacity: 1;
        filter: blur(0);
        transform: scale(1) rotate(0deg);
    }

    16% {
        opacity: 0.4;
        filter: blur(5px);
        transform: scale(0.82) rotate(-12deg);
    }

    24%,
    52% {
        opacity: 1;
        filter: blur(0);
        transform: scale(1.08) rotate(0deg);
    }

    60% {
        opacity: 0.45;
        filter: blur(5px);
        transform: scale(0.82) rotate(12deg);
    }

    70%,
    100% {
        opacity: 1;
        filter: blur(0);
        transform: scale(1) rotate(0deg);
    }
}

/* Open and close full list */
@keyframes socialListToggle {
    0%,
    12% {
        max-width: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-15px);
        filter: blur(7px);
    }

    22%,
    52% {
        max-width: 260px;
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        filter: blur(0);
    }

    62%,
    100% {
        max-width: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-15px);
        filter: blur(7px);
    }
}

/* Individual social icons */
@keyframes socialIconToggle {
    0%,
    15% {
        opacity: 0;
        transform: translateX(-12px) scale(0.8);
    }

    25%,
    52% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }

    62%,
    100% {
        opacity: 0;
        transform: translateX(-12px) scale(0.8);
    }
}

@media (prefers-reduced-motion: reduce) {
    .header-top-social-two .title img,
    .header-top-social-two .list-wrap,
    .header-top-social-two .list-wrap li {
        animation: none;
    }

    .header-top-social-two .list-wrap {
        max-width: 260px;
        opacity: 1;
        visibility: visible;
        transform: none;
        filter: none;
    }

    .header-top-social-two .list-wrap li {
        opacity: 1;
        transform: none;
    }
}
.header-top-social-two:hover .title img,
.header-top-social-two:hover .list-wrap,
.header-top-social-two:hover .list-wrap li {
    animation-play-state: paused;
}

.header-top-social-two:hover .list-wrap {
    max-width: 260px;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    filter: blur(0);
}

.header-top-social-two:hover .list-wrap li {
    opacity: 1;
    transform: translateX(0) scale(1);
}
@media (max-width: 767px) {
.mobile-menu .nav-logo img {
    height:27px;
    width: auto;
}
.social-links img {
    height:17px;
}

}
.jeet-profile-section {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: #f5f8fb;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.jeet-profile-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.jeet-profile-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.05) 35%,
      rgba(255, 255, 255, 0.72) 52%,
      rgba(255, 255, 255, 0.96) 72%,
      rgba(255, 255, 255, 1) 100%
    );
}

.jeet-profile-section .container {
  position: relative;
  z-index: 3;
  height: 100%;
}

.jeet-profile-layout {
  display: grid;
  grid-template-columns: 46% 54%;
  align-items: center;
  min-height: 720px;
}

.jeet-profile-content {
  position: relative;
  max-width: 720px;
  margin-left: auto;
  padding: 60px 45px 60px 70px;
}

.jeet-profile-content::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 35px;
  width: 110px;
  height: 110px;
  border-top: 2px solid rgba(0, 154, 222, 0.3);
  border-left: 2px solid rgba(99, 43, 127, 0.3);
  pointer-events: none;
}

.jeet-profile-kicker {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 14px;
  border: 1px solid rgba(0, 154, 222, 0.2);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.65);
  color: #009ade;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  backdrop-filter: blur(8px);

  opacity: 0;
  transform: translateY(22px);
  animation: profileReveal 0.7s ease forwards;
  animation-delay: 0.15s;
}

.jeet-profile-name {
  margin: 0 0 18px;
  font-size: clamp(68px, 7vw, 108px);
  line-height: 0.82;
  font-weight: 900;
  letter-spacing: -6px;
}

.jeet-profile-name span {
  display: block;
}

.jeet-first-name {
  color: #17213a;

  opacity: 0;
  transform: translateX(35px);
  animation: nameReveal 0.85s ease forwards;
  animation-delay: 0.28s;
}

.jeet-last-name {
  margin-left: 45px;
  background: linear-gradient(
    90deg,
    #009ade 0%,
    #632b7f 58%,
    #009ade 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation:
    nameReveal 0.85s ease forwards 0.4s,
    nameGradient 5s linear infinite;
  opacity: 0;
  transform: translateX(35px);
}

.jeet-profile-role {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 25px;
  color: #632b7f;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;

  opacity: 0;
  transform: translateY(22px);
  animation: profileReveal 0.7s ease forwards;
  animation-delay: 0.55s;
}

.jeet-profile-role span {
  width: 58px;
  height: 3px;
  border-radius: 10px;
  background: linear-gradient(90deg, #009ade, #632b7f);
}

.jeet-profile-content p {
  position: relative;
  z-index: 2;
  max-width: 650px;
  margin: 0 0 17px;
  color: #536071;
  font-size: 15px;
  line-height: 1.85;

  opacity: 0;
  transform: translateY(22px);
  animation: profileReveal 0.7s ease forwards;
}

.jeet-profile-content .jeet-profile-lead {
  color: #263448;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 650;
  animation-delay: 0.68s;
}

.jeet-profile-content p:nth-of-type(2) {
  animation-delay: 0.8s;
}

.jeet-profile-content p:nth-of-type(3) {
  animation-delay: 0.92s;
}

.jeet-profile-signature {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 27px;

  opacity: 0;
  transform: translateY(22px);
  animation: profileReveal 0.7s ease forwards;
  animation-delay: 1.04s;
}

.signature-line {
  width: 65px;
  height: 3px;
  border-radius: 10px;
  background: linear-gradient(90deg, #009ade, #632b7f);
}

.signature-text {
  color: #263448;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.jeet-profile-watermark {
    position: absolute;
    right: 3px;
    bottom: -3px;
    z-index: 2;
    color: rgb(0 154 222 / 10%);
    font-size: clamp(85px, 9vw, 175px);
    line-height: 0.8;
    font-weight: 900;
    letter-spacing: -7px;
    pointer-events: none;
}

/* Animations */

@keyframes profileReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes nameReveal {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes nameGradient {
  from {
    background-position: 0% center;
  }

  to {
    background-position: 200% center;
  }
}

/* Tablet */

@media (max-width: 1199px) {
  .jeet-profile-layout {
    grid-template-columns: 42% 58%;
  }

  .jeet-profile-content {
    padding-right: 25px;
    padding-left: 45px;
  }

  .jeet-profile-name {
    letter-spacing: -4px;
  }

  .jeet-last-name {
    margin-left: 25px;
  }
}

/* Mobile and tablet portrait */

@media (max-width: 991px) {
  .jeet-profile-section {
    min-height: auto;
    padding-top: 480px;
    background: #ffffff;
  }

  .jeet-profile-bg {
    height: 480px;
    object-position: 28% top;
  }

  .jeet-profile-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 55%,
        rgba(255, 255, 255, 0.75) 82%,
        #ffffff 100%
      );
  }

  .jeet-profile-layout {
    display: block;
    min-height: auto;
  }

  .jeet-profile-spacer {
    display: none;
  }

  .jeet-profile-content {
    max-width: 100%;
    padding: 45px 35px 65px;
  }

  .jeet-profile-content::before {
    top: 22px;
    left: 18px;
    width: 75px;
    height: 75px;
  }

  .jeet-profile-name {
    font-size: 76px;
  }

  .jeet-last-name {
    margin-left: 0;
  }
}

/* Mobile */

@media (max-width: 576px) {
  .jeet-profile-section {
    padding-top: 390px;
  }

  .jeet-profile-bg {
    height: 390px;
    object-position: 26% top;
  }

  .jeet-profile-content {
    padding: 35px 20px 50px;
  }

  .jeet-profile-name {
    font-size: 58px;
    line-height: 0.9;
    letter-spacing: -3px;
  }

  .jeet-profile-content .jeet-profile-lead {
    font-size: 18px;
  }

  .jeet-profile-content p {
    font-size: 14px;
    line-height: 1.75;
  }

  .jeet-profile-role {
    font-size: 12px;
  }

  .jeet-profile-watermark {
    display: none;
  }
}

/* Accessibility */

@media (prefers-reduced-motion: reduce) {
  .jeet-profile-kicker,
  .jeet-first-name,
  .jeet-last-name,
  .jeet-profile-role,
  .jeet-profile-content p,
  .jeet-profile-signature {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
.taniya-profile-section {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: #f7f9fc;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.taniya-profile-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.taniya-profile-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.98) 27%,
      rgba(255, 255, 255, 0.88) 44%,
      rgba(255, 255, 255, 0.28) 61%,
      rgba(255, 255, 255, 0) 78%
    );
}

.taniya-profile-section .container {
  position: relative;
  z-index: 3;
  height: 100%;
}

.taniya-profile-layout {
  display: grid;
  grid-template-columns: 56% 44%;
  align-items: center;
  min-height: 720px;
}

.taniya-profile-content {
  position: relative;
  max-width: 720px;
  padding: 60px 70px 60px 35px;
}

.taniya-profile-content::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 8px;
  width: 110px;
  height: 110px;
  border-top: 2px solid rgba(0, 154, 222, 0.30);
  border-left: 2px solid rgba(99, 43, 127, 0.30);
  pointer-events: none;
}

.taniya-profile-kicker {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 14px;
  border: 1px solid rgba(0, 154, 222, 0.20);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.72);
  color: #009ade;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  backdrop-filter: blur(8px);

  opacity: 0;
  transform: translateY(22px);
  animation: taniyaReveal 0.7s ease forwards;
  animation-delay: 0.15s;
}

.taniya-profile-name {
  margin: 0 0 20px;
  font-size: clamp(68px, 7vw, 108px);
  line-height: 0.82;
  font-weight: 900;
  letter-spacing: -6px;
}

.taniya-profile-name span {
  display: block;
}

.taniya-first-name {
  color: #17213a;

  opacity: 0;
  transform: translateX(-35px);
  animation: taniyaNameReveal 0.85s ease forwards;
  animation-delay: 0.28s;
}

.taniya-last-name {
  margin-left: 48px;
  background: linear-gradient(
    90deg,
    #009ade 0%,
    #632b7f 55%,
    #009ade 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;

  opacity: 0;
  transform: translateX(-35px);
  animation:
    taniyaNameReveal 0.85s ease forwards 0.4s,
    taniyaGradientMove 5s linear infinite;
}

.taniya-profile-role {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 25px;
  color: #632b7f;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;

  opacity: 0;
  transform: translateY(22px);
  animation: taniyaReveal 0.7s ease forwards;
  animation-delay: 0.55s;
}

.taniya-profile-role span {
  width: 58px;
  height: 3px;
  border-radius: 10px;
  background: linear-gradient(90deg, #009ade, #632b7f);
}

.taniya-profile-content p {
  position: relative;
  z-index: 2;
  max-width: 650px;
  margin: 0 0 17px;
  color: #536071;
  font-size: 15px;
  line-height: 1.85;

  opacity: 0;
  transform: translateY(22px);
  animation: taniyaReveal 0.7s ease forwards;
}

.taniya-profile-content .taniya-profile-lead {
  color: #263448;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 650;
  animation-delay: 0.68s;
}

.taniya-profile-content p:nth-of-type(2) {
  animation-delay: 0.80s;
}

.taniya-profile-content p:nth-of-type(3) {
  animation-delay: 0.92s;
}

.taniya-profile-signature {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 27px;

  opacity: 0;
  transform: translateY(22px);
  animation: taniyaReveal 0.7s ease forwards;
  animation-delay: 1.04s;
}

.signature-text {
  color: #263448;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.signature-line {
  width: 65px;
  height: 3px;
  border-radius: 10px;
  background: linear-gradient(90deg, #009ade, #632b7f);
}

.taniya-profile-watermark {
  position: absolute;
  left: -28px;
  bottom: -20px;
  z-index: 2;
  color: rgba(99, 43, 127, 0.045);
  font-size: clamp(85px, 10vw, 170px);
  line-height: 0.8;
  font-weight: 900;
  letter-spacing: -7px;
  pointer-events: none;
}

/* Animations */

@keyframes taniyaReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes taniyaNameReveal {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes taniyaGradientMove {
  from {
    background-position: 0% center;
  }

  to {
    background-position: 200% center;
  }
}

/* Laptop */

@media (max-width: 1199px) {
  .taniya-profile-layout {
    grid-template-columns: 58% 42%;
  }

  .taniya-profile-content {
    padding-right: 45px;
  }

  .taniya-profile-name {
    letter-spacing: -4px;
  }

  .taniya-last-name {
    margin-left: 28px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .taniya-profile-section {
    min-height: auto;
    padding-top: 480px;
    background: #ffffff;
  }

  .taniya-profile-bg {
    height: 480px;
    object-position: 73% top;
  }

  .taniya-profile-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 52%,
        rgba(255, 255, 255, 0.72) 80%,
        #ffffff 100%
      );
  }

  .taniya-profile-layout {
    display: block;
    min-height: auto;
  }

  .taniya-profile-spacer {
    display: none;
  }

  .taniya-profile-content {
    max-width: 100%;
    padding: 45px 35px 65px;
  }

  .taniya-profile-content::before {
    top: 22px;
    left: 18px;
    width: 75px;
    height: 75px;
  }

  .taniya-profile-name {
    font-size: 76px;
  }

  .taniya-last-name {
    margin-left: 0;
  }
}

/* Mobile */

@media (max-width: 576px) {
  .taniya-profile-section {
    padding-top: 390px;
  }

  .taniya-profile-bg {
    height: 390px;
    object-position: 72% top;
  }

  .taniya-profile-content {
    padding: 35px 20px 50px;
  }

  .taniya-profile-name {
    font-size: 58px;
    line-height: 0.9;
    letter-spacing: -3px;
  }

  .taniya-profile-content .taniya-profile-lead {
    font-size: 18px;
  }

  .taniya-profile-content p {
    font-size: 14px;
    line-height: 1.75;
  }

  .taniya-profile-role {
    font-size: 11px;
    letter-spacing: 1px;
  }

  .taniya-profile-watermark {
    display: none;
  }
}

/* Reduced motion */

@media (prefers-reduced-motion: reduce) {
  .taniya-profile-kicker,
  .taniya-first-name,
  .taniya-last-name,
  .taniya-profile-role,
  .taniya-profile-content p,
  .taniya-profile-signature {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
.fighter-post-swiper {
    width: 100%;
    padding: 15px 8px 42px;
    overflow: hidden;
}

.fighter-post-swiper .swiper-slide {
    height: auto;
}

.fighter-post-card {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    height: 100%;
    min-height: 170px;
    padding: 10px 20px 10px 20px;
    border-radius: 14px;
    background: #eaf9ff;
    box-shadow: 0 4px 16px rgba(26, 58, 80, 0.11);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.fighter-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(26, 58, 80, 0.17);
}

.fighter-post-image {
    height: 130px;
    overflow: hidden;
    border-radius: 7px;
    background: #111111;
    width: 100%;
}

.fighter-post-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.fighter-post-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.fighter-post-card:hover .fighter-post-image img {
    transform: scale(1.05);
}

.fighter-post-content {
    min-width: 0;
}

.fighter-post-tag {
    display: inline-block;
    margin-bottom: 12px;
    padding: 4px 11px;
    border: 1px solid #9eb5c2;
    border-radius: 3px;
    color: #60788a;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.fighter-post-content h3 {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.fighter-post-content h3 a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.fighter-post-content h3 a:hover {
    color: #009ade;
}

/* Pagination */

.fighter-swiper-pagination {
    position: absolute;
    bottom: 5px !important;
    left: 0;
    width: 100%;
    text-align: center;
}

.fighter-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px !important;
    background: #a9b9c3;
    opacity: 1;
    transition: all 0.3s ease;
}

.fighter-swiper-pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 20px;
    background: linear-gradient(90deg, #009ade, #632b7f);
}

/* Laptop */

@media (max-width: 1199px) {
    .fighter-post-card {
        grid-template-columns: 160px minmax(0, 1fr);
    }

    .fighter-post-image {
        height: 150px;
    }

    .fighter-post-content h3 {
        font-size: 18px;
    }
}

/* Tablet */

@media (max-width: 767px) {
    .fighter-post-card {
        grid-template-columns: 150px minmax(0, 1fr);
        min-height: 170px;
        padding: 12px;
    }

    .fighter-post-image {
        height: 145px;
    }
}

/* Mobile */

@media (max-width: 480px) {
    .fighter-post-card {
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 14px;
        min-height: 145px;
        padding: 10px;
    }

    .fighter-post-image {
        height: 125px;
    }

    .fighter-post-tag {
        margin-bottom: 8px;
        padding: 3px 8px;
        font-size: 10px;
    }

    .fighter-post-content h3 {
        font-size: 15px;
        line-height: 1.35;
    }
}
.ta-trending-slider {
    position: relative;
    width: 100%;
    height: 34px;
    overflow: hidden;
}

.ta-trending-slider .swiper-wrapper {
    position: relative;
    display: block !important;
    width: 100%;
    height: 34px;
    transform: none !important;
}

.ta-trending-slider .swiper-slide {
    position: absolute !important;
    inset: 0;
    display: none !important;
    width: 100% !important;
    height: 34px !important;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none !important;
}

.ta-trending-slider .swiper-slide.ticker-active {
    display: flex !important;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    animation: tickerFade 0.6s ease;
}

.ta-trending-slider .trending-content {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.ta-trending-slider .trending-content a {
    display: block;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    line-height: 34px;
    font-weight: 500;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ta-trending-slider .trending-content a:hover {
    color: #009ade;
}

@keyframes tickerFade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .ta-trending-slider,
    .ta-trending-slider .swiper-wrapper,
    .ta-trending-slider .swiper-slide {
        height: 30px !important;
    }

    .ta-trending-slider .trending-content a {
        font-size: 12px;
        line-height: 30px;
    }
}
.list-wrap svg {
    border: 1px solid #fff;
    padding: 4px;
    margin-right: 3px;
    border-radius: 3px;
}
.list-wrap svg:hover {
	color:#fff;
}
.blog-post-meta .list-wrap svg:hover {
	color:#444;
}
.cionow-whatsapp-float {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 99999;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    text-decoration: none;
    animation: cionowWhatsappFloat 2.4s ease-in-out infinite;
}

.cionow-whatsapp-icon {
    position: relative;
    display: inline-flex;
    flex: 0 0 60px;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 3px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: linear-gradient(135deg, #25d366, #128c7e);
    box-shadow:
        0 12px 30px rgba(18, 140, 126, 0.35),
        0 0 0 0 rgba(37, 211, 102, 0.45);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    animation: cionowWhatsappPulse 2.2s ease-out infinite;
}

.cionow-whatsapp-icon svg {
    width: 32px;
    height: 32px;
}

.cionow-whatsapp-tooltip {
    position: absolute;
    left: 72px;
    bottom: 8px;
    width: max-content;
    padding: 10px 15px;
    border: 1px solid rgba(0, 154, 222, 0.14);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(20, 35, 55, 0.16);
    color: #17213a;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-8px);
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s ease;
}

.cionow-whatsapp-tooltip::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -7px;
    width: 13px;
    height: 13px;
    background: #ffffff;
    transform: translateY(-50%) rotate(45deg);
}

.cionow-whatsapp-float:hover {
    color: #ffffff;
    animation-play-state: paused;
}

.cionow-whatsapp-float:hover .cionow-whatsapp-icon {
    transform: scale(1.08);
    box-shadow:
        0 16px 36px rgba(18, 140, 126, 0.42),
        0 0 0 7px rgba(37, 211, 102, 0.12);
}

.cionow-whatsapp-float:hover .cionow-whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

@keyframes cionowWhatsappFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes cionowWhatsappPulse {
    0% {
        box-shadow:
            0 12px 30px rgba(18, 140, 126, 0.35),
            0 0 0 0 rgba(37, 211, 102, 0.45);
    }

    70% {
        box-shadow:
            0 12px 30px rgba(18, 140, 126, 0.35),
            0 0 0 16px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow:
            0 12px 30px rgba(18, 140, 126, 0.35),
            0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@media (max-width: 767px) {
    .cionow-whatsapp-float {
        left: 16px;
        bottom: 18px;
    }

    .cionow-whatsapp-icon {
        flex-basis: 52px;
        width: 52px;
        height: 52px;
    }

    .cionow-whatsapp-icon svg {
        width: 28px;
        height: 28px;
    }

    .cionow-whatsapp-tooltip {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cionow-whatsapp-float,
    .cionow-whatsapp-icon {
        animation: none;
    }
}
.pagination-wrap .pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination-wrap .page-item {
    margin: 0;
}

.pagination-wrap .page-link {
    display: inline-flex;
    min-width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 14px;
    border: 1px solid #dce5eb;
    border-radius: 6px;
    background: #ffffff;
    color: #17213a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}

.pagination-wrap .page-link:hover,
.pagination-wrap .page-item.active .page-link {
    border-color: transparent;
    background: linear-gradient(90deg, #009ade, #632b7f);
    color: #ffffff;
}

.pagination-wrap .page-item.active .page-link {
    pointer-events: none;
}

.pagination-wrap .dots {
    border-color: transparent;
    background: transparent;
}

@media (max-width: 576px) {
    .pagination-wrap .pagination {
        gap: 6px;
    }

    .pagination-wrap .page-link {
        min-width: 36px;
        height: 36px;
        padding: 0 10px;
        font-size: 12px;
    }

    .pagination-wrap .first-page-item,
    .pagination-wrap .last-page-item {
        width: auto;
    }
}
.blog-details-content .title {
    margin-bottom: 15px;
    font-size: 28px;
	font-weight: 500;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;

    color:#000;
}
.single-post-content h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;

    color:#000;
}

@keyframes headingTextShine {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: -150% 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .single-post-content h2 {
        animation: none;
        background-position: 50% 0;
    }
}
.blog-details-social ul li svg {
    border: 0;
}
.post-byline {
    background: #f2f3ff;
    padding: 10px 20px;
    margin: 10px 0 20px;
}
.contact-info-item .icon img {
    height: 35px;
}
.search-result-heading h1 {
    margin: 0;
    color: #151515;
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
}

.search-result-heading h1 span {
    background: linear-gradient(90deg, #0c90c3, #713794);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.no-search-results {
    padding: 45px 30px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    background: #ffffff;
    text-align: center;
}

.no-search-results h2 {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
}

.no-search-results p {
    margin-bottom: 25px;
    color: #666666;
}
.search-pagination-wrap {
	text-align:center;
}
.search-pagination-wrap .navigation {
	display:block;
}
.search-pagination-wrap .navigation .page-numbers {
    border: 1px solid #ccc;
    padding: 3px 10px;
    border-radius: 5px;
}
.search-pagination-wrap .navigation .page-numbers.current {
	color: var(--tg-white);
    background-color: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
}
.search-pagination-wrap .navigation .page-numbers {
    color: var(--tg-white);
    background-color: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
}
.author-profile-card {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 30px;
    border: 1px solid #e8edf1;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(20, 35, 55, 0.08);
}

.author-profile-image {
    flex: 0 0 145px;
    width: 145px;
    height: 145px;
    overflow: hidden;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: linear-gradient(135deg, #0c90c3, #713794);
    box-shadow:
        0 8px 25px rgba(12, 144, 195, 0.2),
        0 0 0 4px rgba(113, 55, 148, 0.1);
}

.author-profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-profile-content {
    flex: 1;
}

.author-label {
    display: inline-block;
    margin-bottom: 8px;
    background: linear-gradient(90deg, #0c90c3, #713794);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.author-name {
    margin: 0 0 12px;
    color: #161616;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
}

.author-profile-content p {
    margin: 0 0 15px;
    color: #666666;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.7;
}

.author-post-count {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 30px;
    background: linear-gradient(
        90deg,
        rgba(12, 144, 195, 0.1),
        rgba(113, 55, 148, 0.1)
    );
    color: #333333;
    font-size: 13px;
    font-weight: 700;
}

.author-post-heading h2 {
    margin: 0;
    color: #171717;
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: 750;
}

.author-post-heading h2 span {
    background: linear-gradient(90deg, #0c90c3, #713794);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.no-author-posts {
    padding: 40px 25px;
    border: 1px solid #e8edf1;
    border-radius: 12px;
    background: #ffffff;
    text-align: center;
}

@media (max-width: 767px) {
    .author-profile-card {
        flex-direction: column;
        padding: 24px 20px;
        text-align: center;
    }

    .author-profile-image {
        flex-basis: 120px;
        width: 120px;
        height: 120px;
    }

    .author-name {
        font-size: 26px;
    }

    .author-post-heading h2 {
        font-size: 22px;
    }
}
.pagination-wrap {
    margin-top: 35px;
}

.pagination-wrap .nav-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.pagination-wrap .page-numbers {
    display: inline-flex;
    min-width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid #e2e7eb;
    border-radius: 8px;
    background: #ffffff;
    color: #1c1c1c;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 5px 16px rgba(20, 35, 55, 0.06);
    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.pagination-wrap a.page-numbers:hover {
    border-color: transparent;
    background: linear-gradient(135deg, #0c90c3, #713794);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(12, 144, 195, 0.22);
}

.pagination-wrap .page-numbers.current {
    border-color: transparent;
    background: linear-gradient(135deg, #0c90c3, #713794);
    color: #ffffff;
    box-shadow: 0 8px 22px rgba(113, 55, 148, 0.22);
    pointer-events: none;
}

.pagination-wrap .page-numbers.dots {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    color: #777777;
}

.pagination-wrap .prev,
.pagination-wrap .next {
    min-width: auto;
    padding: 0 18px;
}

@media (max-width: 576px) {
    .pagination-wrap .nav-links {
        gap: 6px;
    }

    .pagination-wrap .page-numbers {
        min-width: 36px;
        height: 36px;
        padding: 0 10px;
        border-radius: 6px;
        font-size: 12px;
    }

    .pagination-wrap .prev,
    .pagination-wrap .next {
        padding: 0 12px;
    }
}
.post-share ul.list-wrap svg {
    border: 1px solid #ccc;
    padding: 7px 8px;
}
.post-share ul.list-wrap svg:hover {
    color: #fff;
    background: linear-gradient(135deg, #0c90c3, #713794);
}
/* ==========================================
   OBSERVENOW 3D FEATURED POST SLIDER
========================================== */

.on-featured-slider {
    --slider-height: 600px;
    --active-width: 68%;
    --side-width: 46%;
    --brand-blue: #159bde;
    --brand-purple: #63237f;

    position: relative;
    width: 100%;
    height: var(--slider-height);
    overflow: hidden;
    background:
        radial-gradient(
            circle at center,
            rgba(21, 155, 222, 0.12),
            transparent 45%
        ),
        #06151d;
}

.on-slider-stage {
    position: relative;
    width: 100%;
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
    perspective: 1400px;
}

.on-featured-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--side-width);
    height: 68%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    border-radius: 4px;
    box-shadow:
        0 20px 70px rgba(0, 0, 0, 0.55),
        0 5px 20px rgba(0, 0, 0, 0.35);
    transform:
        translate(-50%, -50%)
        scale(0.72);
    transition:
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.6s ease,
        filter 0.6s ease,
        visibility 0.6s ease;
    will-change: transform, opacity;
}

/* Active centre slide */

.on-featured-slide.is-active {
    z-index: 5;
    width: var(--active-width);
    height: 82%;
    opacity: 1;
    visibility: visible;
    filter: brightness(1);
    transform:
        translate(-50%, -50%)
        translateZ(100px)
        scale(1);
}

/* Previous slide */

.on-featured-slide.is-previous {
    z-index: 3;
    opacity: 0.55;
    visibility: visible;
    filter: brightness(0.45);
    transform:
        translate(-105%, -50%)
        rotateY(18deg)
        scale(0.78);
}

/* Next slide */

.on-featured-slide.is-next {
    z-index: 3;
    opacity: 0.55;
    visibility: visible;
    filter: brightness(0.45);
    transform:
        translate(5%, -50%)
        rotateY(-18deg)
        scale(0.78);
}

.on-slide-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
}

.on-slide-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.04);
    transition: transform 6s ease;
}

.on-featured-slide.is-active .on-slide-image {
    transform: scale(1.12);
}

.on-slide-no-image {
    background:
        linear-gradient(
            135deg,
            var(--brand-purple),
            var(--brand-blue)
        );
}

/* Dark overlay over featured image */

.on-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(3, 9, 18, 0.92) 0%,
            rgba(3, 9, 18, 0.72) 42%,
            rgba(3, 9, 18, 0.22) 75%,
            rgba(3, 9, 18, 0.14) 100%
        ),
        linear-gradient(
            0deg,
            rgba(3, 9, 18, 0.88) 0%,
            rgba(3, 9, 18, 0.15) 58%
        );
}

.on-slide-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 25% 55%,
            rgba(99, 35, 127, 0.22),
            transparent 38%
        );
}

/* Content over featured image */

.on-slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: min(700px, 75%);
    padding: 54px 58px;
    color: #ffffff;
    transition:
        opacity 0.5s ease,
        transform 0.6s ease;
}

.on-featured-slide:not(.is-active) .on-slide-content {
    opacity: 0.5;
    transform: scale(0.9);
    transform-origin: left bottom;
}

.on-slide-category {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-bottom: 16px;
    padding: 7px 15px;
    border-radius: 3px;
    background: linear-gradient(
        135deg,
        var(--brand-blue),
        var(--brand-purple)
    );
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.on-slide-title {
    max-width: 680px;
    margin: 0 0 20px;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 64px);
    font-weight: 750;
    line-height: 1.08;
    letter-spacing: -1.5px;
    text-shadow: 0 5px 20px rgba(0, 0, 0, 0.55);
}

.on-slide-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 500;
}

.on-meta-divider {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--brand-blue);
}

/* Navigation arrows */

.on-slider-navigation {
    position: absolute;
    top: 50%;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    background: rgba(3, 9, 18, 0.58);
    backdrop-filter: blur(12px);
    color: #ffffff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.on-slider-navigation:hover {
    border-color: var(--brand-blue);
    background: var(--brand-blue);
    transform: translateY(-50%) scale(1.08);
}

.on-slider-previous {
    left: 38px;
}

.on-slider-next {
    right: 38px;
}

/* Slider dots */

.on-slider-dots {
    position: absolute;
    bottom: 32px;
    left: 50%;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 10px;
    transform: translateX(-50%);
}

.on-slider-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.38);
    cursor: pointer;
    transition:
        width 0.35s ease,
        background 0.35s ease;
}

.on-slider-dot.is-active {
    width: 34px;
    background: var(--brand-blue);
}

/* Three-second progress line */

.on-slider-progress {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    height: 4px;
    background: rgba(255, 255, 255, 0.12);
}

.on-slider-progress-bar {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(
        90deg,
        var(--brand-blue),
        var(--brand-purple)
    );
}

.on-slider-progress-bar.is-running {
    animation: onSliderProgress 3s linear forwards;
}

@keyframes onSliderProgress {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

/* Tablet */

@media (max-width: 1100px) {
    .on-featured-slider {
        --slider-height: 560px;
        --active-width: 76%;
        --side-width: 52%;
    }

    .on-slide-content {
        width: 78%;
        padding: 44px;
    }

    .on-slide-title {
        font-size: clamp(32px, 5vw, 54px);
    }

    .on-slider-previous {
        left: 18px;
    }

    .on-slider-next {
        right: 18px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .on-featured-slider {
        --slider-height: 580px;
    }

    .on-featured-slide,
    .on-featured-slide.is-active {
        width: calc(100% - 32px);
        height: calc(100% - 70px);
    }

    .on-featured-slide.is-previous {
        opacity: 0;
        visibility: hidden;
        transform:
            translate(-110%, -50%)
            scale(0.85);
    }

    .on-featured-slide.is-next {
        opacity: 0;
        visibility: hidden;
        transform:
            translate(10%, -50%)
            scale(0.85);
    }

    .on-slide-overlay {
        background:
            linear-gradient(
                0deg,
                rgba(3, 9, 18, 0.96) 0%,
                rgba(3, 9, 18, 0.68) 58%,
                rgba(3, 9, 18, 0.15) 100%
            );
    }

    .on-slide-content {
        width: 100%;
        padding: 32px 26px 48px;
    }

    .on-slide-title {
        margin-bottom: 15px;
        font-size: clamp(30px, 9vw, 44px);
        line-height: 1.1;
        letter-spacing: -0.8px;
    }

    .on-slider-navigation {
        width: 42px;
        height: 42px;
        font-size: 28px;
    }

    .on-slider-previous {
        left: 22px;
    }

    .on-slider-next {
        right: 22px;
    }

    .on-slider-dots {
        bottom: 18px;
    }
}

/* =========================================
   Expandable Post Carousel
========================================= */

.on-expand-carousel {
    --brand-blue: #159bde;
    --brand-purple: #63237f;
    --card-height: 500px;
	overflow: hidden;
}

.on-expand-track {
    display: flex;
    width: 100%;
    height: var(--card-height);
    gap: 5px;
}

.on-expand-card {
    position: relative;
    flex: 0.75;
    min-width: 0;
    height: 100%;
	max-height:500px;
    overflow: hidden;
    border-radius: 15px;
    background: #09121d;
    cursor: pointer;
    isolation: isolate;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
    transition:
        flex 0.75s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.4s ease,
        box-shadow 0.4s ease;
}

.on-expand-card.is-active {
    flex: 3.2;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.on-expand-card:hover {
    transform: translateY(-5px);
}

.on-expand-card:focus-visible {
    outline: 3px solid var(--brand-blue);
    outline-offset: 4px;
}

.on-expand-image {
    position: absolute;
    inset: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.04);
    transition: transform 5s ease;
}

.on-expand-card.is-active .on-expand-image {
    transform: scale(1.1);
}

.on-expand-no-image {
    background:
        linear-gradient(
            135deg,
            var(--brand-purple),
            var(--brand-blue)
        );
}

.on-expand-overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(
            0deg,
            rgba(3, 8, 16, 0.96) 0%,
            rgba(3, 8, 16, 0.68) 42%,
            rgba(3, 8, 16, 0.2) 78%
        );
    transition: background 0.5s ease;
}

.on-expand-card:not(.is-active) .on-expand-overlay {
    background:
        linear-gradient(
            0deg,
            rgba(3, 8, 16, 0.9) 0%,
            rgba(3, 8, 16, 0.32) 70%
        );
}

.on-expand-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 42px;
    color: #ffffff;
}

.on-expand-category {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-bottom: 16px;
    padding: 7px 14px;
    border-radius: 30px;
    background: linear-gradient(
        135deg,
        var(--brand-blue),
        var(--brand-purple)
    );
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.7px;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.on-expand-title {
    max-width: 760px;
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0px;
}

.on-expand-title a {
    color: inherit;
    text-decoration: none;
}

.on-expand-details {
    max-width: 670px;
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition:
        max-height 0.65s ease,
        margin-top 0.65s ease,
        opacity 0.45s ease,
        transform 0.55s ease;
}

.on-expand-card.is-active .on-expand-details {
    max-height: 260px;
    margin-top: 18px;
    opacity: 1;
    transform: translateY(0);
}

.on-expand-excerpt {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.65;
}

.on-expand-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

.on-expand-separator {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--brand-blue);
}

.on-expand-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 11px 20px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: #ffffff;
    font-size: 13px;
    font-weight: 650;
    text-decoration: none;
    transition:
        background 0.3s ease,
        border-color 0.3s ease;
}

.on-expand-button:hover {
    border-color: var(--brand-blue);
    background: var(--brand-blue);
    color: #ffffff;
}

.on-expand-number {
    position: absolute;
    right: 26px;
    top: 25px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

/* Closed-card layout */

.on-expand-card:not(.is-active) .on-expand-content {
    right: auto;
    width: 100%;
    padding: 28px 18px;
    text-align: center;
}

.on-expand-card:not(.is-active) .on-expand-category {
    display: none;
}

.on-expand-card:not(.is-active) .on-expand-title {
    overflow: hidden;
    font-size: 18px;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.on-expand-card:not(.is-active) .on-expand-number {
    top: auto;
    right: 50%;
    bottom: 120px;
    transform: translateX(50%);
}

/* Dots */

.on-expand-dots {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 9px;
    margin-top: 22px;
}

.on-expand-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 20px;
    background: #c4c4c4;
    cursor: pointer;
    transition:
        width 0.35s ease,
        background 0.35s ease;
}

.on-expand-dot.is-active {
    width: 34px;
    background: var(--brand-blue);
}

/* Tablet */

@media (max-width: 1024px) {
    .on-expand-carousel {
        --card-height: 520px;
        padding: 24px;
    }

    .on-expand-card {
        flex: 0.65;
        border-radius: 28px;
    }

    .on-expand-card.is-active {
        flex: 2.8;
    }

    .on-expand-content {
        padding: 34px;
    }

    .on-expand-title {
        font-size: clamp(28px, 5vw, 48px);
    }
}

/* Mobile */

@media (max-width: 767px) {
    .on-expand-carousel {
        --card-height: auto;
        padding: 16px;
    }

    .on-expand-track {
        display: flex;
        flex-direction: column;
        height: 670px;
        gap: 12px;
    }

    .on-expand-card,
    .on-expand-card.is-active {
        width: 100%;
        min-height: 92px;
        border-radius: 22px;
    }

    .on-expand-card {
        flex: 0.55;
    }

    .on-expand-card.is-active {
        flex: 4;
    }

    .on-expand-content {
        padding: 26px 22px;
    }

    .on-expand-title {
        font-size: clamp(26px, 8vw, 40px);
        letter-spacing: -0.6px;
    }

    .on-expand-card:not(.is-active) .on-expand-content {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 100%;
        padding: 18px 70px 18px 20px;
        text-align: left;
    }

    .on-expand-card:not(.is-active) .on-expand-title {
        font-size: 17px;
        -webkit-line-clamp: 2;
    }

    .on-expand-card:not(.is-active) .on-expand-number {
        top: 50%;
        right: 18px;
        bottom: auto;
        transform: translateY(-50%);
    }

    .on-expand-excerpt {
        display: none;
    }

    .on-expand-card.is-active .on-expand-details {
        max-height: 170px;
    }
}


/* =========================================
   LIGHT NEWSLETTER CARD
========================================= */

.light-newsletter {
    --newsletter-blue: #159bde;
    --newsletter-purple: #63237f;
    --newsletter-text: #192334;
    --newsletter-muted: #6f7888;

    position: relative;
    overflow: hidden;
    padding: 44px 32px;
    border: 1px solid rgba(21, 155, 222, 0.14);
    border-radius: 28px;
    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(21, 155, 222, 0.17),
            transparent 34%
        ),
        radial-gradient(
            circle at 90% 90%,
            rgba(99, 35, 127, 0.13),
            transparent 36%
        ),
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f4faff 48%,
            #faf6ff 100%
        );
    box-shadow:
        0 24px 60px rgba(34, 65, 96, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    isolation: isolate;
}

/* Soft grid texture */

.light-newsletter::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: 0.45;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(21, 155, 222, 0.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(99, 35, 127, 0.035) 1px,
            transparent 1px
        );
    background-size: 30px 30px;
    mask-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.95),
        transparent
    );
}

.light-newsletter::after {
    content: "";
    position: absolute;
    top: -65px;
    right: -65px;
    z-index: -2;
    width: 175px;
    height: 175px;
    border: 1px solid rgba(99, 35, 127, 0.1);
    border-radius: 50%;
    animation: lightNewsletterRotate 14s linear infinite;
}

.newsletter-content {
    position: relative;
    z-index: 5;
    text-align: center;
}

/* Background circles */

.newsletter-decoration {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}

.newsletter-decoration-one {
    top: 65px;
    left: -35px;
    width: 110px;
    height: 110px;
    background: rgba(21, 155, 222, 0.11);
    animation: lightNewsletterFloat 6s ease-in-out infinite;
}

.newsletter-decoration-two {
    right: -40px;
    bottom: 55px;
    width: 130px;
    height: 130px;
    background: rgba(99, 35, 127, 0.09);
    animation: lightNewsletterFloat 7s ease-in-out infinite reverse;
}

/* Floating decorative icons */

.newsletter-floating-icon {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(21, 155, 222, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    color: var(--newsletter-blue);
    box-shadow: 0 10px 24px rgba(36, 68, 98, 0.1);
}

.newsletter-float-one {
    top: 28px;
    left: 28px;
    transform: rotate(-12deg);
    animation: lightNewsletterIconOne 4.8s ease-in-out infinite;
}

.newsletter-float-two {
    right: 28px;
    bottom: 32px;
    color: var(--newsletter-purple);
    transform: rotate(10deg);
    animation: lightNewsletterIconTwo 5.5s ease-in-out infinite;
}

/* Main icon */

.newsletter-main-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.newsletter-icon-box {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 25px;
    background: linear-gradient(135deg, var(--newsletter-blue), var(--newsletter-purple));
    color: #ffffff;
    font-size: 35px;
    box-shadow: 0 18px 36px rgba(21, 155, 222, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.32);
    animation: lightNewsletterMainIcon 3.4s ease-in-out infinite;
}
.newsletter-icon-box svg {
	width: 27px;
}
.newsletter-icon-glow {
    position: absolute;
    z-index: 1;
    width: 112px;
    height: 112px;
    border-radius: 32px;
    background:
        linear-gradient(
            135deg,
            rgba(21, 155, 222, 0.14),
            rgba(99, 35, 127, 0.13)
        );
    animation: lightNewsletterGlow 3s ease-out infinite;
}

.newsletter-badge {
    position: absolute;
    top: -6px;
    right: -9px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: #ffffff;
    color: var(--newsletter-purple);
    font-size: 12px;
    box-shadow: 0 8px 20px rgba(46, 58, 78, 0.16);
    animation: lightNewsletterBell 2.8s ease-in-out infinite;
}

/* Label */

.newsletter-small-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 13px;
    padding: 7px 14px;
    border: 1px solid rgba(21, 155, 222, 0.12);
    border-radius: 30px;
    background:
        linear-gradient(
            135deg,
            rgba(21, 155, 222, 0.08),
            rgba(99, 35, 127, 0.07)
        );
    color: var(--newsletter-purple);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.newsletter-small-label i {
    color: var(--newsletter-blue);
}

/* Heading and paragraph */

.light-newsletter .title {
    margin: 0 0 13px;
    color: var(--newsletter-text);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.9px;
}

.light-newsletter p {
    max-width: 350px;
    margin: 0 auto 10px;
    color: var(--newsletter-muted);
    font-size: 13px;
    line-height: 1.5;
}

/* Points */

.newsletter-points {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 10px;
}

.newsletter-points span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #596477;
    font-size: 12px;
    font-weight: 650;
}

.newsletter-points i {
    color: #29b77c;
    font-size: 13px;
}

/* Form */

.sidebar-newsletter-form {
    margin-top: 4px;
}

.newsletter-form-box {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 64px;
    padding: 7px;
    border: 1px solid rgba(21, 155, 222, 0.14);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow:
        0 13px 32px rgba(31, 74, 111, 0.11),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.newsletter-form-box:focus-within {
    border-color: var(--newsletter-blue);
    box-shadow:
        0 16px 35px rgba(21, 155, 222, 0.16),
        0 0 0 4px rgba(21, 155, 222, 0.09);
    transform: translateY(-2px);
}

.newsletter-email-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    flex: 0 0 42px;
    color: var(--newsletter-blue);
    font-size: 17px;
}

.newsletter-form-box input {
    width: 100%;
    min-width: 0;
    height: 48px;
    padding: 0 10px 0 2px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #1f2b3b;
    font-size: 13px;
    font-weight: 500;
}

.newsletter-form-box input::placeholder {
    color: #949cab;
}

/* Button */

.newsletter-form-box button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 112px;
    height: 38px;
    padding: 0 17px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--newsletter-blue), var(--newsletter-purple));
    color: #ffffff;
    font-size: 12px;
    font-weight: 750;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(21, 155, 222, 0.22);
    transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
    margin-top: 24px;
    margin-right: -36px;
}

.newsletter-form-box button svg {
    width: 12px;
    height: 12px;
    transition: transform 0.3s ease;
}

.newsletter-form-box button:hover {
    transform: translateY(-2px);
    filter: brightness(1.07);
    box-shadow: 0 14px 28px rgba(21, 155, 222, 0.3);
}

.newsletter-form-box button:hover svg {
    transform: translate(3px, -3px);
}

/* Note */

.newsletter-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 16px;
    color: #9199a6;
    font-size: 11px;
}

.newsletter-note i {
    color: var(--newsletter-purple);
}

/* Animations */

@keyframes lightNewsletterMainIcon {
    0%,
    100% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-8px) rotate(-2deg);
    }
}

@keyframes lightNewsletterGlow {
    0% {
        opacity: 0.75;
        transform: scale(0.8);
    }

    100% {
        opacity: 0;
        transform: scale(1.35);
    }
}

@keyframes lightNewsletterBell {
    0%,
    100% {
        transform: rotate(0);
    }

    20% {
        transform: rotate(13deg);
    }

    40% {
        transform: rotate(-13deg);
    }

    60% {
        transform: rotate(8deg);
    }

    80% {
        transform: rotate(-8deg);
    }
}

@keyframes lightNewsletterFloat {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(9px, -15px);
    }
}

@keyframes lightNewsletterIconOne {
    0%,
    100% {
        transform: translateY(0) rotate(-12deg);
    }

    50% {
        transform: translateY(-10px) rotate(-4deg);
    }
}

@keyframes lightNewsletterIconTwo {
    0%,
    100% {
        transform: translateY(0) rotate(10deg);
    }

    50% {
        transform: translateY(-12px) rotate(2deg);
    }
}

@keyframes lightNewsletterRotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Mobile */

@media (max-width: 575px) {
    .light-newsletter {
        padding: 38px 22px;
        border-radius: 22px;
    }

    .newsletter-floating-icon {
        width: 34px;
        height: 34px;
    }

    .newsletter-float-one {
        top: 18px;
        left: 18px;
    }

    .newsletter-float-two {
        right: 18px;
        bottom: 20px;
    }

    .newsletter-form-box {
        display: grid;
        grid-template-columns: 38px 1fr;
    }

    .newsletter-form-box button {
        grid-column: 1 / -1;
        width: 35%;
        margin-top: 6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .light-newsletter *,
    .light-newsletter *::before,
    .light-newsletter *::after {
        animation: none !important;
        transition-duration: 0.01ms !important;
    }
}

/* =========================================
   PREMIUM HEADER NAVIGATION
========================================= */

.menu-wrap {
    --menu-blue: #159bde;
    --menu-purple: #63237f;
    --menu-dark: #172033;
    --menu-muted: #697386;

    position: relative;
    z-index: 999;
    width: 100%;
    padding: 0px 18px;
    
}

.menu-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    margin-top: 6px;
}

/* Logo */

.menu-nav .logo {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-right: 32px;
}

.site-logo-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.logo-part {
    display: block;
    width: auto;
    max-height: 38px;
    object-fit: contain;
}

.logo-o {
    max-height: 35px;
    margin: 0 2px;
}

.rotate360 {
    animation: menuLogoRotate 10s linear infinite;
}

@keyframes menuLogoRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Main navigation */

.navbar-wrap {
    flex: 1;
    justify-content: flex-start;
}

.main-menu .navigation {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu .navigation > li {
    position: relative;
    margin: 0;
    padding: 0;
}

.main-menu .navigation > li > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 44px;
    padding: 0 12px;
    border-radius: 12px;
    color: var(--menu-dark);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.main-menu .navigation > li > a::after {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 7px;
    left: 6px;
    height: 2px;
    border-radius: 10px;
    background: linear-gradient(90deg, var(--menu-blue), var(--menu-purple));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.active > a {
    color: var(--menu-purple);
    transform: translateY(-1px);
}

.main-menu .navigation > li:hover > a::after,
.main-menu .navigation > li.active > a::after {
    transform: scaleX(1);
}

.main-menu .navigation > li.active > a {
    
}

/* More menu arrow */

.more-menu-link i {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.menu-item-has-children:hover .more-menu-link i {
    transform: rotate(180deg);
}

/* Dropdown */

.main-menu .navigation .sub-menu {
    position: absolute;
    top: calc(100% + 13px);
    right: 0;
    z-index: 1000;
    width: 235px;
    margin: 0;
    padding: 10px;
    border: 1px solid rgba(21, 155, 222, 0.11);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow:
        0 22px 55px rgba(25, 46, 74, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s ease;
}

.main-menu .navigation .sub-menu::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 28px;
    width: 14px;
    height: 14px;
    border-top: 1px solid rgba(21, 155, 222, 0.11);
    border-left: 1px solid rgba(21, 155, 222, 0.11);
    background: #ffffff;
    transform: rotate(45deg);
}

.main-menu .navigation .sub-menu::after {
    content: "";
    position: absolute;
    top: -14px;
    right: 0;
    left: 0;
    height: 16px;
}

.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-menu .navigation .sub-menu li {
    width: 100%;
    margin: 0;
}

.main-menu .navigation .sub-menu li + li {
    margin-top: 3px;
}

.main-menu .navigation .sub-menu a {
    display: flex;
    align-items: center;
	justify-content: flex-start;
    gap: 11px;
    width: 100%;
    padding: 11px 12px;
    border-radius: 11px;
    color: var(--menu-dark);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.main-menu .navigation .sub-menu a:hover {
    color: var(--menu-purple);
    background: linear-gradient(
        135deg,
        rgba(21, 155, 222, 0.09),
        rgba(99, 35, 127, 0.07)
    );
    transform: translateX(4px);
}

.submenu-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    border-radius: 9px;
    background: linear-gradient(
        135deg,
        rgba(21, 155, 222, 0.12),
        rgba(99, 35, 127, 0.1)
    );
    color: var(--menu-blue);
    font-size: 12px;
}

/* Mobile navigation button */

.mobile-nav-toggler {
    display: none;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border: 1px solid rgba(21, 155, 222, 0.15);
    border-radius: 13px;
    background: linear-gradient(
        135deg,
        rgba(21, 155, 222, 0.1),
        rgba(99, 35, 127, 0.08)
    );
    color: var(--menu-purple);
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(36, 60, 90, 0.08);
    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.mobile-nav-toggler:hover {
    color: #ffffff;
    background: linear-gradient(
        135deg,
        var(--menu-blue),
        var(--menu-purple)
    );
    transform: translateY(-2px);
}

/* Sticky header support */

.sticky-menu .menu-wrap {
    border-radius: 0 0 18px 18px;
    box-shadow: 0 14px 40px rgba(24, 45, 72, 0.13);
}

/* Laptop adjustment */

@media (max-width: 1199px) and (min-width: 992px) {
    .menu-wrap {
        padding-right: 10px;
        padding-left: 10px;
    }

    .menu-nav .logo {
        margin-right: 18px;
    }

    .main-menu .navigation > li > a {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 13px;
    }
}

/* Mobile */

@media (max-width: 991px) {
    .menu-wrap {
        padding: 9px 14px;
        border-radius: 15px;
    }

    .menu-nav {
        min-height: 60px;
    }

    .menu-nav .logo {
        display: flex !important;
        margin-right: 15px;
    }

    .logo-part {
        max-height: 33px;
    }

    .logo-o {
        max-height: 30px;
    }

    .mobile-nav-toggler {
        display: inline-flex;
    }
}

/* Reduced motion */

@media (prefers-reduced-motion: reduce) {
    .menu-wrap *,
    .menu-wrap *::before,
    .menu-wrap *::after {
        animation: none !important;
        transition-duration: 0.01ms !important;
    }
}
.header-search-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 999;
}

.header-search-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 12px;
    background: none;
    color: #444;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.header-search-toggle:hover,
.header-search-dropdown.is-open .header-search-toggle {
    color: #ffffff;
    background: linear-gradient(
        135deg,
        #159bde,
        #63237f
    );
    box-shadow: 0 10px 24px rgba(21, 155, 222, 0.22);
    transform: translateY(-2px);
}

.header-search-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 320px;
    padding: 10px;
    border: 1px solid rgba(21, 155, 222, 0.14);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow:
        0 20px 50px rgba(28, 50, 76, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease,
        transform 0.25s ease;
}

.header-search-panel::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 15px;
    width: 14px;
    height: 14px;
    border-top: 1px solid rgba(21, 155, 222, 0.14);
    border-left: 1px solid rgba(21, 155, 222, 0.14);
    background: #ffffff;
    transform: rotate(45deg);
}

.header-search-dropdown.is-open .header-search-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.header-search-form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.header-search-form input {
    width: 100%;
    height: 48px;
    padding: 0 54px 0 16px;
    border: 1px solid rgba(21, 155, 222, 0.16);
    border-radius: 11px;
    outline: none;
    background: #f7fbff;
    color: #172033;
    font-size: 13px;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.header-search-form input:focus {
    border-color: #159bde;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(21, 155, 222, 0.1);
}

.header-search-form input::placeholder {
    color: #8a94a3;
}

.header-search-submit {
    position: absolute;
    top: 50%;
    right: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    padding: 0;
    border: 0;
    border-radius: 9px;
    background: linear-gradient(
        135deg,
        #159bde,
        #63237f
    );
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    transform: translateY(-50%);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.header-search-submit:hover {
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 8px 18px rgba(21, 155, 222, 0.24);
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 575px) {
    .header-search-panel {
        right: -10px;
        width: 280px;
    }
}

/* =========================================
   FEATURED CATEGORY POST SLIDER
========================================= */

.on-featured-post-section {
    width: 100%;
    padding: 15px 0;
}

.on-featured-post-slider {
    --on-slider-height: 520px;
    --on-blue: #159bde;
    --on-dark: #07111d;

    position: relative;
    width: 100%;
    height: var(--on-slider-height);
    overflow: hidden;
    border-radius: 0;
    background: var(--on-dark);
}

.on-featured-slider-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.on-featured-slider-item {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.03);
    transition:
        opacity 0.7s ease,
        visibility 0.7s ease,
        transform 5s ease;
}

.on-featured-slider-item.is-active {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.on-featured-slider-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.02);
    transition: transform 6s ease;
}

.on-featured-slider-item.is-active .on-featured-slider-image {
    transform: scale(1.08);
}

.on-no-featured-image {
    background: linear-gradient(
        135deg,
        #159bde 0%,
        #0d6f9f 100%
    );
}

/* Dark overlay is stronger on the left for readability */

.on-featured-slider-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:linear-gradient(45deg, rgba(3,9,18,0.94) 0%,rgba(3,9,18,0.78) 24%,rgba(3,9,18,0) 44%,rgba(3,9,18,0) 100%);
}

.on-featured-slider-content-wrap {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: end;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 55px 70px 85px;
}

.on-featured-slider-content {
    width: min(560px, 52%);
    color: #ffffff;
    text-align: left;
}

/* Category tag */

.on-featured-category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    margin-bottom: 16px;
    padding: 8px 15px;
    border-radius: 0;
    background: #159bde;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
}

.on-featured-category:hover {
    background: #1187c2;
    color: #ffffff;
}

/* Title */

.on-featured-title {
    max-width: 560px;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.3px;
}

.on-featured-title a {
    color: #ffffff;
    text-decoration: none;
}

.on-featured-title a:hover {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

/* Meta */

.on-featured-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    line-height: 1.5;
}

.on-featured-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.on-featured-meta i {
    color: #159bde;
    font-size: 12px;
}

.on-featured-meta a {
    color: inherit;
    text-decoration: none;
}

.on-featured-meta a:hover {
    color: #ffffff;
}

/* Read more button */

.on-featured-read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    padding: 11px 20px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    backdrop-filter: blur(8px);
    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.on-featured-read-more i {
    font-size: 11px;
    transition: transform 0.3s ease;
}

.on-featured-read-more:hover {
    border-color: #159bde;
    background: #159bde;
    color: #ffffff;
    transform: translateY(-2px);
}

.on-featured-read-more:hover i {
    transform: translateX(4px);
}

/* Bottom-right arrow controls */

.on-featured-slider-controls {
    position: absolute;
    right: 30px;
    bottom: 28px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 8px;
}

.on-featured-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    background: rgba(5, 12, 22, 0.62);
    color: #ffffff;
    font-size: 13px;
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.on-featured-arrow:hover {
    border-color: #159bde;
    background: #159bde;
    transform: translateY(-2px);
}

/* Bottom-left pagination */

.on-featured-pagination {
    position: absolute;
    left: 70px;
    bottom: 37px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 8px;
}

.on-featured-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    transition:
        width 0.3s ease,
        background 0.3s ease;
}

.on-featured-dot.is-active {
    width: 28px;
    background: #159bde;
}

/* Progress bar */

.on-featured-progress {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    height: 3px;
    background: rgba(255, 255, 255, 0.15);
}

.on-featured-progress-bar {
    display: block;
    width: 0;
    height: 100%;
    background: #159bde;
}

.on-featured-progress-bar.is-running {
    animation: onFeaturedSliderProgress 3s linear forwards;
}

@keyframes onFeaturedSliderProgress {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

/* Tablet */

@media (max-width: 991px) {
    .on-featured-post-slider {
        --on-slider-height: 500px;
    }

    .on-featured-slider-content-wrap {
        padding: 45px 50px 85px;
    }

    .on-featured-slider-content {
        width: 65%;
    }

    .on-featured-pagination {
        left: 50px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .on-featured-post-section {
        padding: 20px 0;
    }

    .on-featured-post-section .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .on-featured-post-slider {
        --on-slider-height: 520px;
    }

    .on-featured-slider-overlay {
        background:
            linear-gradient(
                0deg,
                rgba(3, 9, 18, 0.97) 0%,
                rgba(3, 9, 18, 0.77) 55%,
                rgba(3, 9, 18, 0.18) 100%
            );
    }

    .on-featured-slider-content-wrap {
        align-items: flex-end;
        padding: 35px 24px 30px;
    }

    .on-featured-slider-content {
        width: 100%;
    }

    .on-featured-title {
        font-size: 12px;
        line-height: 1.3;
        letter-spacing: 0.3px;
    }

    .on-featured-meta {
        gap: 8px 13px;
        margin-bottom: 20px;
    }

    .on-featured-pagination {
        left: 24px;
        bottom: 15px;
    }

    .on-featured-slider-controls {
        right: 24px;
        bottom: 10px;
    }

    .on-featured-arrow {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 480px) {
    .on-featured-post-slider {
        --on-slider-height: 270px;
    }

    .on-featured-meta span:last-child {
        display: none;
    }

    .on-featured-slider-controls {
        gap: 6px;
    }
	.on-featured-read-more {
		display:none;
	}
	.menu-area {
        padding: 0 !important;
        display: block !important;
    }
	.menu-area.menu-style-six {
		background:#fff;
	}
	.mobile-nav-toggler .svg-inline--fa {
		margin-top: 7px;
		margin-left: 4px;
	}
	.mobile-menu {
		z-index: 99999;
	}
	.overlay-post-thumb-two img {
		height: 300px;
	}
	.conference-ribbon-purple {
		right: -88px;
	}
	.conference-title span {
        right: 14px !important;
    }
	.logo img {
		max-height: 35px !important;
	}
	.menu-area .mobile-nav-toggler {
		margin-left:0;
	}
}
.m-a-box {
	display:none;
}

.event-case-studies-section,
    .event-case-studies-section * {
        box-sizing: border-box;
    }

    .event-case-studies-section {
        --event-blue: #159bde;
        --event-dark-blue: #0878b0;
        --event-purple: #63237f;
        --event-text: #142334;
        --event-muted: #647587;
        --event-background: #eaf8fd;
        --event-white: #ffffff;

        position: relative;
        overflow: hidden;
        padding: 90px 20px;
        background:
            radial-gradient(
                circle at 12% 15%,
                rgba(21, 155, 222, 0.13),
                transparent 28%
            ),
            radial-gradient(
                circle at 92% 80%,
                rgba(99, 35, 127, 0.08),
                transparent 28%
            ),
            var(--event-background);
        font-family: "Inter", sans-serif;
    }

    .event-case-studies-container {
        position: relative;
        z-index: 2;
        width: min(1380px, 100%);
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
        gap: 55px;
        align-items: center;
    }

    /* Decorative Shapes */

    .case-study-shape {
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
        filter: blur(2px);
    }

    .case-study-shape-one {
        width: 280px;
        height: 280px;
        top: -130px;
        right: 8%;
        border: 1px solid rgba(21, 155, 222, 0.15);
        animation: eventShapeFloat 8s ease-in-out infinite;
    }

    .case-study-shape-two {
        width: 180px;
        height: 180px;
        left: -70px;
        bottom: -70px;
        background: rgba(21, 155, 222, 0.05);
        animation: eventShapeFloat 10s ease-in-out infinite reverse;
    }

    /* Left Content */

    .event-case-studies-content {
        position: relative;
        padding: 15px 10px 15px 0;
        animation: eventContentReveal 0.9s ease both;
    }

    .event-case-studies-label {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        margin-bottom: 18px;
        color: var(--event-blue);
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1.7px;
        text-transform: uppercase;
    }

    .event-case-studies-label::before {
        content: "";
        width: 30px;
        height: 2px;
        border-radius: 10px;
        background: linear-gradient(
            90deg,
            var(--event-blue),
            var(--event-purple)
        );
    }

    .event-case-studies-title {
        margin: 0 0 22px;
        color: var(--event-text);
        font-size: clamp(38px, 4vw, 45px);
        line-height: 1.08;
        letter-spacing: -2.2px;
        font-weight: 500;
    }

    .event-case-studies-title span {
        display: block;
        background: linear-gradient(
            90deg,
            var(--event-blue),
            var(--event-purple)
        );
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .event-case-studies-description {
        max-width: 440px;
        margin: 0 0 30px;
        color: var(--event-muted);
        font-size: 15px;
        line-height: 1.8;
        font-weight: 400;
    }

    /* Navigation */

    .event-case-studies-navigation {
        display: flex;
        align-items: center;
        gap: 11px;
        margin-bottom: 30px;
    }

    .event-slider-button {
        width: 46px;
        height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 1px solid rgba(21, 155, 222, 0.17);
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.82);
        color: var(--event-text);
        cursor: pointer;
        box-shadow: 0 10px 25px rgba(23, 84, 113, 0.08);
        transition:
            color 0.3s ease,
            border-color 0.3s ease,
            background 0.3s ease,
            transform 0.3s ease,
            box-shadow 0.3s ease;
    }

    .event-slider-button svg {
        width: 20px;
        height: 20px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .event-slider-button:hover {
        color: var(--event-white);
        border-color: transparent;
        background: linear-gradient(
            135deg,
            var(--event-blue),
            var(--event-purple)
        );
        transform: translateY(-3px);
        box-shadow: 0 13px 28px rgba(21, 155, 222, 0.22);
    }

    /* View All Button */

    .event-case-studies-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        min-height: 52px;
        padding: 13px 23px;
        border: 1px solid transparent;
        border-radius: 9px;
        background: linear-gradient(
            135deg,
            var(--event-blue),
            var(--event-purple)
        );
        color: var(--event-white);
        font-family: "Inter", sans-serif;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        box-shadow: 0 14px 30px rgba(21, 155, 222, 0.2);
        transition:
            transform 0.3s ease,
            box-shadow 0.3s ease;
    }

    .event-case-studies-button svg {
        width: 19px;
        height: 19px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
        transition: transform 0.3s ease;
    }

    .event-case-studies-button:hover {
        color: var(--event-white);
        transform: translateY(-3px);
        box-shadow: 0 17px 36px rgba(99, 35, 127, 0.22);
    }

    .event-case-studies-button:hover svg {
        transform: translateX(5px);
    }

    /* Carousel */

    .event-case-studies-carousel-wrapper {
        min-width: 0;
        position: relative;
        animation: eventCarouselReveal 1s ease 0.15s both;
    }

    .event-case-studies-carousel {
        width: 100%;
        overflow: hidden;
        padding: 14px 6px 28px;
    }

    .event-case-studies-track {
        display: flex;
        align-items: stretch;
        gap: 22px;
        will-change: transform;
        transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .event-case-study-card {
        flex: 0 0 calc((100% - 44px) / 3);
        min-width: 0;
        overflow: hidden;
        border: 1px solid rgba(21, 155, 222, 0.12);
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 17px 38px rgba(19, 73, 101, 0.1);
        transform: translateY(0);
        transition:
            transform 0.4s ease,
            box-shadow 0.4s ease,
            border-color 0.4s ease;
    }

    .event-case-study-card:hover {
        transform: translateY(-9px);
        border-color: rgba(21, 155, 222, 0.27);
        box-shadow: 0 25px 48px rgba(19, 73, 101, 0.16);
    }

    .event-case-study-image {
        position: relative;
        display: block;
        height: 225px;
        overflow: hidden;
        background: #dceff6;
        text-decoration: none;
    }

    .event-case-study-image::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
            180deg,
            rgba(6, 26, 38, 0.03) 30%,
            rgba(6, 31, 48, 0.58) 100%
        );
        z-index: 1;
    }

    .event-case-study-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .event-case-study-card:hover .event-case-study-image img {
        transform: scale(1.08);
    }

    .event-case-study-year {
        position: absolute;
        z-index: 2;
        top: 16px;
        left: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 30px;
        padding: 6px 12px;
        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 50px;
        background: rgba(255, 255, 255, 0.9);
        color: var(--event-purple);
        font-size: 12px;
        font-weight: 800;
        backdrop-filter: blur(10px);
    }

    .event-case-study-view-icon {
        position: absolute;
        z-index: 2;
        right: 16px;
        bottom: 16px;
        width: 42px;
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.93);
        color: var(--event-blue);
        box-shadow: 0 9px 23px rgba(0, 0, 0, 0.14);
        transition:
            background 0.3s ease,
            color 0.3s ease,
            transform 0.3s ease;
    }

    .event-case-study-view-icon svg {
        width: 19px;
        height: 19px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .event-case-study-card:hover .event-case-study-view-icon {
        color: var(--event-white);
        background: var(--event-blue);
        transform: rotate(8deg);
    }

    .event-case-study-content {
        padding: 22px 21px 23px;
    }

    .event-case-study-category {
        display: block;
        margin-bottom: 10px;
        color: var(--event-blue);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1.1px;
        text-transform: uppercase;
    }

    .event-case-study-content h3 {
        min-height: 56px;
        margin: 0 0 18px;
        color: var(--event-text);
        font-size: 18px;
        line-height: 1.45;
        font-weight: 700;
    }

    .event-case-study-content h3 a {
        color: inherit;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .event-case-study-content h3 a:hover {
        color: var(--event-blue);
    }

    .event-case-study-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: var(--event-purple);
        font-size: 13px;
        font-weight: 700;
        text-decoration: none;
    }

    .event-case-study-link svg {
        width: 17px;
        height: 17px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
        transition: transform 0.3s ease;
    }

    .event-case-study-link:hover {
        color: var(--event-blue);
    }

    .event-case-study-link:hover svg {
        transform: translateX(5px);
    }

    /* Progress */

    .event-case-studies-progress {
        position: relative;
        width: 100%;
        height: 3px;
        overflow: hidden;
        border-radius: 50px;
        background: rgba(21, 155, 222, 0.13);
    }

    .event-case-studies-progress-bar {
        position: absolute;
        top: 0;
        left: 0;
        width: 20%;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(
            90deg,
            var(--event-blue),
            var(--event-purple)
        );
        transition:
            width 0.6s ease,
            transform 0.6s ease;
    }

    /* Animations */

    @keyframes eventContentReveal {
        from {
            opacity: 0;
            transform: translateX(-35px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes eventCarouselReveal {
        from {
            opacity: 0;
            transform: translateX(45px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes eventShapeFloat {
        0%,
        100% {
            transform: translateY(0) rotate(0deg);
        }

        50% {
            transform: translateY(18px) rotate(8deg);
        }
    }

    /* Tablet */

    @media (max-width: 1199px) {
        .event-case-studies-container {
            grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
            gap: 35px;
        }

        .event-case-study-card {
            flex-basis: calc((100% - 22px) / 2);
        }

        .event-case-study-image {
            height: 235px;
        }
    }

    /* Small Tablet */

    @media (max-width: 991px) {
        .event-case-studies-section {
            padding: 75px 20px;
        }

        .event-case-studies-container {
            grid-template-columns: 1fr;
            gap: 45px;
        }

        .event-case-studies-content {
            max-width: 680px;
            padding-right: 0;
        }

        .event-case-studies-description {
            max-width: 620px;
        }

        .event-case-studies-title span {
            display: inline;
        }

        .event-case-studies-navigation {
            display: inline-flex;
            margin-right: 15px;
            margin-bottom: 0;
            vertical-align: middle;
        }

        .event-case-studies-button {
            vertical-align: middle;
        }
    }

    /* Mobile */

    @media (max-width: 767px) {
        .event-case-studies-section {
            padding: 60px 15px;
        }

        .event-case-studies-container {
            gap: 35px;
        }

        .event-case-studies-title {
            margin-bottom: 18px;
            font-size: 38px;
            letter-spacing: -1.5px;
        }

        .event-case-studies-description {
            font-size: 14px;
            line-height: 1.75;
        }

        .event-case-studies-navigation {
            display: flex;
            margin: 0 0 22px;
        }

        .event-case-study-card {
            flex-basis: 100%;
        }

        .event-case-study-image {
            height: 260px;
        }

        .event-case-studies-carousel {
            padding-left: 3px;
            padding-right: 3px;
        }
    }

    @media (max-width: 480px) {
        .event-case-studies-title {
            font-size: 34px;
        }

        .event-case-studies-button {
            width: 100%;
        }

        .event-case-study-image {
            height: 225px;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .event-case-studies-section *,
        .event-case-studies-section *::before,
        .event-case-studies-section *::after {
            animation-duration: 0.01ms !important;
            animation-iteration-count: 1 !important;
            scroll-behavior: auto !important;
        }
    }
	
figure.alignleft {
    float: left;
    margin-right: 20px;
}
figure.alignright {
    float: right;
    margin-left: 20px;
}
.youtube-popup {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 400px;
	background: #ffffff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 18px 50px rgba(0,0,0,.22);
	z-index: 99999;

	opacity: 0;
	visibility: hidden;
	transform: translateY(100px);

	transition:
		transform .45s ease,
		opacity .45s ease,
		visibility .45s ease;
}

.youtube-popup.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.youtube-popup-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 11px 14px;
	background: #ffffff;
	border-bottom: 1px solid #eeeeee;
}

.youtube-popup-header h4 {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	color: #111;
}

.youtube-popup-close {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: #222;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}

.youtube-popup-body {
	padding: 0;
	margin: 0;
	background: #000;
	line-height: 0;
}

.youtube-popup-body iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
	margin: 0;
	padding: 0;
}

@media (max-width: 767px) {
	.youtube-popup {
		width: 70%;
		right: 15px;
		bottom: 15px;
	}

	.youtube-popup-header h4 {
		font-size: 13px;
	}
	.top-header-section { display: none !important; }
	.banner-post-inner .row .col-40 { width: 100%; }
	.banner-post-content-two p { display: none; }
	.ticker-date { display: none; }
}
.partners-section {
	position: relative;
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 10% 20%, rgba(21,155,222,.08), transparent 30%),
		radial-gradient(circle at 90% 80%, rgba(99,35,127,.08), transparent 30%),
		#ffffff;
}

.partners-container {
	width: 100%;
}

.partners-heading {
	max-width: 900px;
	margin: 0 auto 42px;
	padding: 0 20px;
	text-align: center;
}

.partners-kicker {
	display: inline-block;
	margin-bottom: 9px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	background: linear-gradient(90deg, #159bde, #63237f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.partners-heading h2 {
	margin: 0 0 10px;
	font-size: clamp(34px, 4vw, 50px);
	line-height: 1;
	font-weight: 700;
	letter-spacing: -2px;
	color: #111827;
}

.partners-heading p {
	margin: 0;
	font-size: 15px;
	color: #6b7280;
}

.partners-marquee {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.partners-marquee:last-child {
	margin-bottom: 0;
}

.partners-marquee::before,
.partners-marquee::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100px;
	z-index: 5;
	pointer-events: none;
}

.partners-marquee::before {
	left: 0;
	background: linear-gradient(to right, #ffffff, transparent);
}

.partners-marquee::after {
	right: 0;
	background: linear-gradient(to left, #ffffff, transparent);
}

.partners-track {
	display: flex;
	width: max-content;
	will-change: transform;
}

.partners-group {
	display: flex;
	align-items: center;
	gap: 18px;
	padding-right: 18px;
	flex-shrink: 0;
}

.partner-card {
	width: 180px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	padding: 18px;
	border: 1px solid #e8edf3;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 8px 25px rgba(15,23,42,.06);
	transition: .3s ease;
}

.partner-card:hover {
	transform: translateY(-5px);
	border-color: rgba(21,155,222,.25);
	box-shadow: 0 14px 35px rgba(15,23,42,.12);
}

.partner-card img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 145px;
	max-height: 68px;
	object-fit: contain;
	filter: saturate(.9);
	transition: .3s ease;
}

.partner-card:hover img {
	filter: saturate(1);
	transform: scale(1.05);
}

/* ROW 1 - RIGHT TO LEFT */

.partners-marquee-left .partners-track {
	animation: partnersMoveLeft 45s linear infinite;
}

@keyframes partnersMoveLeft {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

/* ROW 2 - LEFT TO RIGHT */

.partners-marquee-right .partners-track {
	transform: translateX(-50%);
	animation: partnersMoveRight 45s linear infinite;
}

@keyframes partnersMoveRight {
	from {
		transform: translateX(-50%);
	}

	to {
		transform: translateX(0);
	}
}

/* PAUSE ON HOVER */

.partners-marquee:hover .partners-track {
	animation-play-state: paused;
}

/* TABLET */

@media (max-width: 991.98px) {
	.partners-section {
		padding: 55px 0;
	}

	.partner-card {
		width: 155px;
		height: 90px;
		padding: 15px;
	}

	.partner-card img {
		max-width: 125px;
		max-height: 60px;
	}

	.partners-marquee-left .partners-track,
	.partners-marquee-right .partners-track {
		animation-duration: 38s;
	}
}

/* MOBILE */

@media (max-width: 575.98px) {
	.partners-section {
		padding: 45px 0;
	}

	.partners-heading {
		margin-bottom: 30px;
	}

	.partners-heading h2 {
		font-size: 34px;
		letter-spacing: -1px;
	}

	.partners-heading p {
		font-size: 13px;
	}

	.partners-group {
		gap: 10px;
		padding-right: 10px;
	}

	.partner-card {
		width: 130px;
		height: 78px;
		padding: 12px;
		border-radius: 12px;
	}

	.partner-card img {
		max-width: 105px;
		max-height: 52px;
	}

	.partners-marquee {
		margin-bottom: 12px;
	}

	.partners-marquee::before,
	.partners-marquee::after {
		width: 40px;
	}

	.partners-marquee-left .partners-track,
	.partners-marquee-right .partners-track {
		animation-duration: 30s;
	}
}