@font-face {
    font-family: 'Font Awesome 6 Free';
    src: url('../fontawesome/webfonts/fa-solid-900.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --color-primary: #DF0B14;
}
body {
    font-family: "Montserrat", sans-serif !important;
    margin: 0;
    background: #fff;
    color: #404040;
}
h1, h2, h3, h4, h5, h6{
    color: #1e1e1e;
    font-family: Open Sans, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
.container {
    max-width: 1240px;
    margin: 0 auto;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.post-content li, .single-post-page .post-content p, .terms-page p {
    color: #1e1e1e;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.9;
}
.single-post-page h2,
.single-post-page h3{
    color: #1e1e1e;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}
.single-post-page .featured-excerpt{
    line-height: 1.9;
}
.post-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-height: 500px; /* You can adjust this value like 400px, 450px if you want smaller */
    object-fit: cover;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    flex-grow: 1;
}
*, *::before, *::after {
  box-sizing: border-box;
}

@media only screen and (min-width:992px){
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-5{
        flex: 0 0 auto;
        width: 41.6667%;
    }
    .col-lg-7{
        flex: 0 0 auto;
        width: 58.3333%;
    }
}

.site-header,
.site-footer {
    background: #fff;
    color: #000;
    padding: 50px 0 20px;
    text-align: center;
}
.site-footer h5{
    margin-top: 0px;
}
.logo a {
    color: #4CAFE5;
    display: block;
    line-height: 0;
}

.main-nav ul {
    list-style: none;
    padding: 0;
}

.main-nav li {
    display: inline-block;
    margin-right: 15px;
}

.main-nav a {
    color: #fff;
    text-decoration: none;
}

.post {
    margin-bottom: 40px;
}

.post h2 a {
    text-decoration: none;
    color: #000;
}

/* Top Bar */

.main-header .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  position: relative;
}

.main-header .logo {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Times New Roman', serif;
}

.top-icons {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
}

.top-icons i {
  margin-right: 5px;
}

.top-icons a {
  text-decoration: none;
  color: black;
  font-weight: normal;
}
.menu-icon{
    width: 160px;
    text-align: right;
}

/* Header styling */
.site-header {
    background-color: #fff;
    padding: 0px 0;
    border-bottom: 1px solid #ccc;
}
/* Navigation Menu */

.header-menu .nav-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 20px 0;
  margin: 0;
  border: 1px solid #ccc;
  border-left: 0px;
  border-right: 0px;
}

.header-menu .nav-menu li {
  display: inline-block;
  position: relative
}

.header-menu .nav-menu a {
    text-transform: capitalize;
    font-weight: bold;
    color: #1e1e1e;
    text-decoration: none;
    font-size: 16px;
    font-family: Palatino;
}
.nav-bar__logo-img{
    height: 45px;
}
.main-header {
    background-image: transparent;
    justify-content: center;
    position: relative;
    z-index: 10;
}



/* Sub-menu */
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    list-style: none;
    padding: 10px 0;
    z-index: 999;
    min-width: 180px;
    text-align: left;
    border-radius: 5px;
}

.sub-menu li {
    display: block;
    width: 100%;
    white-space: nowrap;
}

.sub-menu a {
    padding: 10px 20px;
    font-weight: 400 !important;
    display: block;
    text-transform: normal !important;
}

.sub-menu a:hover {
    background-color: #f7f7f7;
    color: var(--color-primary);
}

.nav-menu li:hover > .sub-menu {
    display: block;
}

/* Caret indicator for sub-menu */
.menu-item-has-children > a:after {
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    margin-left: 8px;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    height:auto;
    width:15px;
    line-height: 1;
}

a:hover{
    text-decoration: underline !important;
}
.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #1e1e1e;
    margin-bottom: 40px;
    margin-top: 0px;
    text-transform: uppercase;
}
.must-reads .must-read-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}
.must-reads .post-thumbnail img {
    width: 120px;
    height: 90px;
    object-fit: cover;
    max-width: none;
    border-radius: 0px;
}
.must-reads .post-category {
    font-size: 12px;
    color: #d84315;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}
.must-reads .post-title {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 5px;
}
.must-reads .post-title a {
    text-decoration: none;
    color: #000;
}
.must-reads .post-author {
    font-size: 14px;
    color: #555;
}
.featured-post .featured-image{
    position: relative;
}
.featured-post .featured-image img {
    width: 100%;
    border-radius: 0px;
    margin-top: 10px;
    max-height: 430px;
    object-fit:cover;
}
.featured-post .featured-category {
    font-size: 12px;
    color: #d84315;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}
.featured-post .featured-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0px;
}
.featured-post .featured-title a {
    text-decoration: none;
    color: #000;
}
.featured-post .featured-excerpt {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
}
.featured-post .featured-author {
    font-size: 15px;
    color: #555;
}
.latest-posts .latest-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 25px;
}
.latest-posts .latest-item:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.latest-posts .post-thumbnail img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    max-width: none;
}
.latest-posts .post-category {
    font-size: 12px;
    color: #d84315;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}
.latest-posts .post-title {
    font-size: 17px;
    font-weight: normal;
    margin: 0 0 5px;
}
.latest-posts .post-title a {
    text-decoration: none;
    color: #000;
}
.latest-posts .post-author {
    font-size: 14px;
    color: #555;
}
.icon-arrow-curved{
    position: absolute;
    bottom: -1px;
    left: 1.875rem;
    width: 5.625rem;
    height: 2.875rem;
    fill: #fff;
}
.see-more-link {
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: inherit; /* inherits current text color */
    cursor: pointer;
}
.see-more-link:hover {
    text-decoration: underline;
}
.bg-main-bot-sec{
    padding: 40px;
    background-color: #d9e1e2;
    margin-top: 80px;
    position: relative;
}
.bg-main-bot-sec .main-title{
    margin:0px 0px 20px;
    font-size: 30px;
    font-weight: 400;
}
.bg-main-bot-sec .featured-post .featured-title{
    font-size: 28px;
    font-weight: 400;
}
.bg-main-bot-sec .featured-post .featured-image img{
    height: 360px;
    object-fit: cover;
}
.fashion-section {
    padding: 0px 0px 80px;
}
.fashion-section .section-title,
.celeb-section .section-title,
.more-news-section .section-title{
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
    position: relative;
}
.fashion-posts {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.fashion-post {
    width: 100%;
}
.fashion-post img {
    width: 100%;
    height: 242px;
    object-fit: cover;
    display: block;
    margin-bottom: 15px;
}
.post-meta .category {
    color: #d33;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}
.post-meta .title {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 5px;
    line-height: 1.3;
}
.post-meta .title a {
    color: #000;
    text-decoration: none;
}
.post-meta .author {
    font-size: 14px;
    color: #444;
}
.see-all {
    text-align: center;
    margin-top: 50px;
    position: relative;
}
.see-all::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #ccc;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
.see-all a {
    display: inline-block;
    background: #fff;
    padding: 0 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    position: relative;
    z-index: 1;
}
.black .section-title{
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
    position: relative;
    color: #fff;
    border-color: #fff;
}
.more-news-section {
    margin: 0 auto;
    padding: 80px 0px;
}
.more-news-item {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}
.more-news-img {
    flex: 0 0 30%;
}
.more-news-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.more-news-content {
    flex: 0 0 70%;
}
.more-news-cat {
    color: #d33;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
}
.more-news-title-text {
    font-size: 25px;
    margin: 0 0 10px;
    font-weight: 400;
}
.more-news-title-text a {
    color: #000;
    text-decoration: none;
}
.more-news-excerpt {
    margin: 0 0 10px;
    color: #444;
    font-size: 15px;
}
.more-news-author {
    font-size: 14px;
    color: #666;
}
.more-news .more-news-item:last-child{
    border: none;
    padding-bottom: 0px;
}
.more-news{
    max-width: 80%;
}





.action{
    cursor: pointer;
}
.custom-posts-layout {
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
}
.left-post {
    flex: 2;
}
.right-posts {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.bottom-right-row {
    display: flex;
    gap: 0px;
    min-height: 50%;
}
.post-box {
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 20px;
    border-radius: 0px;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.post-box:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #00000085 71%);
}
.post-box.large {
    min-height: 450px;
}
.post-box.top-right {
    min-height: 50%;
}
.post-box.small {
    flex: 1;
}
.post-box .badge {
    background-color: var(--color-primary);
    padding: 4px 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 10px;
    width: 80px;
    z-index: 1;
}
.post-box h2, .post-box h3, .post-box h4 {
    margin: 0 0 10px;
    font-weight: bold;
    line-height: 1.3;
    z-index: 1;
}
.post-box h2 { font-size: 24px; }
.post-box h3 { font-size: 18px; }
.post-box h4 { font-size: 15px; }
.post-box .meta {
    font-size: 13px;
    opacity: 0.9;
    display: flex;
    gap: 10px;
    align-items: center;
    z-index: 1;
}
.post-box .meta i {
    margin-right: 5px;
}
.section-3.black{
    background-color: #000;
    padding: 80px 0px;
}
.black .category-title{
    color: #fff;
    margin-top: 0px;
}
.black .category-title span,
.black .category-title:after{
    border-color: #fff;
}
.footer-mail{
    color: var(--color-primary);
    text-decoration: none;
    margin-top: 15px;
    display: block;
}
.footer-mail:hover{
    color: #111;
    text-decoration: none;
}
.header-social i {
    padding: 9px;
    background-color: #fff;
    color: #1e1e1e;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 25px;
    width: 45px;
    height: 45px;
}
.celeb-section {
    padding: 0px 0px 80px;
    margin: 0 auto;
}
.celeb-title {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: bold;
    letter-spacing: 1px;
}
.celeb-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.celeb-card {
    position: relative;
    overflow: hidden;
    height: 330px;
}
.celeb-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.celeb-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    display: flex;
    align-items: flex-end;
    padding: 30px 20px;
    box-sizing: border-box;
}
.celeb-name {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}
.main-sec{
    padding:0px 0px 60px;
}
.home .main-content{
    padding-bottom: 0px !important;
}

/* Hamburger Button */
.hamburger {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
.site-footer{
    background-color: #000;
    color: #fff !important;
}
.site-footer .bottom-footer p{
    text-align:center;
    text-transform: capitalize;
}
.site-footer .bottom-footer p a{
    color: var(--color-primary);
}
.top-footer{
    padding:0px 0px 30px;
}
.top-footer{
    text-align:center;
}
.pl-50{
    padding-left: 50px !important;
}
.site-footer p{
    color: #949392;
    margin-top: 25px;
}
.site-footer ul{
    padding-left:0px;
}
.site-footer ul li{
    list-style: none;
}
.site-footer ul a{
    color: #fff;
    text-decoration: none;
    margin: 0px;
    display: block;
    transition: all 0.3s linear;
}
.site-footer  ul a:hover{
    color: var(--color-primary);
    transition: all 0.3s linear;
}
.site-footer  h5{
    margin-bottom: 25px;
}
/*.site-footer  ul a:before {*/
/*    content: '';*/
/*    background-color: #111;*/
/*    height: 5px;*/
/*    width: 5px;*/
/*    display: inline-block;*/
/*    margin-right: 10px;*/
/*    margin-bottom: 3px;*/
/*    border-radius: 100%;*/
/*    transition: all 0.3s linear;*/
/*}*/
/*.site-footer  ul a:hover:before{*/
/*    background-color: var(--color-primary);*/
/*    transition: all 0.3s linear;*/
/*}*/



.cat-page .post {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  align-items: center;
}

.cat-page .post-thumb {
  position: relative;
  flex: 0 0 40%; 
  max-width: 300px;
}

.cat-page .thumb-category {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--color-primary);
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
  z-index: 2;
}

.cat-page .post-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.cat-page .post-content {
  flex: 1;
}
.cat-page .post-content .excerpt{
    text-transform: capitalize;
    color: #5D6273;
}

.cat-page .post-content h2 {
  margin: 0 0 10px;
  font-size: 22px;
}

.cat-page .post-meta i {
  margin-right: 5px;
}
.cat-page .post-thumb img{
    height: 225px;
    object-fit:cover;
}

.pagination {
  margin-top: 30px;
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 4px;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
}

.pagination .current {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.main-content{
    padding: 70px 0px 80px;
}
.navigation{
    margin-left: auto;
    margin-right: auto;
}
.pagination .current{
    background-color: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}
.breadcrumb {
  font-size: 16px !important;
  margin-bottom: 40px !important;
  display:none;
}
.breadcrumb span{
    color: var(--color-primary);
    margin: 0px 5px;
}
.breadcrumb a {
  color: #5D6273;
  text-decoration: none;
  margin: 0px 5px;
}
.breadcrumb a:first-child{
    margin-left:0px;
}
.breadcrumb a:hover {
  text-decoration: underline;
  color: var(--color-primary);
}
/* .sidebar{
    border: 1px solid #ccc;
    padding: 20px;
} */
.sidebar .container{
    padding:0px;
}
.sidebar .widget h4{
    font-size: 20px;
}
.sidebar .widget{
    margin-bottom: 30px;
}
.sidebar .widget .wp-block-latest-posts__list a,
.sidebar .widget .wp-block-categories-list li a{
    color: #1e1e1e;
    text-decoration: none;
    transition: all 0.3s linear;
    font-size: 17px;
}
.wp-block-latest-posts__featured-image.alignleft{
    margin-bottom: 15px;
}
.sidebar .widget .wp-block-latest-posts__list a:hover,
.sidebar .widget .wp-block-categories-list li a:hover{
    color: #5D6273;
    transition: all 0.3s linear;
}
.sidebar .widget .wp-block-categories-list{
    padding: 0px;
}
.sidebar .widget .wp-block-categories-list li{
    list-style: none;
}

.single-post-page .post-thumb{
    margin: 40px 0px;
}
.single-post-page .post-category .category-name{
    background-color: var(--color-primary);
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 3px;
    z-index: 2;
    margin-bottom:0px;
    display:inline-block;
    transform: skew(-10deg, 0deg);
}
.single-post-page .post-content p,
.terms-page p{
    color: #5D6273;
}
.single-post-page .post-content a{
    color: var(--color-primary);
}
.single-post-page .post-meta span {
    margin-right: 10px;
    margin-left: 10px;
}
.single-post-page .post-meta .post-author{
    margin-left:0px;
}
.single-post-page .post-meta span i{
    color: var(--color-primary);
    margin-right: 3px;
}
.terms-page h2,
.terms-page h3,
.terms-page h4,
.terms-page h5{
    font-size: 16px;
}
.single-post-page .post-thumb img{
    max-width: 100%;
    height: auto;
}
.social-icons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.social-icons a{
    line-height: 1;
    padding: 10px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #181A1D;
    color: var(--color-primary);
    text-decoration: none;
    transition: all 0.3s linear;
}
.social-icons a:hover{
    background-color: var(--color-primary);
    transition: all 0.3s linear;
}
.social-icons a i{
    color: var(--color-primary);
    transition: all 0.3s linear;
}
.social-icons a:hover i{
    color: #fff;
    transition: all 0.3s linear;
}

.bg-image {
    position: relative;
    overflow: hidden;
}

.bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* like background-size: cover */
    display: block;
}

.press-page{
    background-color: #f2f2f2;
}
.press-page .page-title{
    text-align:center;
}
.press-cards__card{
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.press-cards__card a{
    background-color:#fff;
    padding: 50px;
    text-align:center;
    text-decoration: none;
    display:block;
    min-height: 445px;
}
.press-cards__card img{
    display:block;
    margin: 0 auto;
    height: 105px;
    max-width: 100%;
    object-fit: contain;
}
.press-cards__card p.press-cards__card-description{
    font-size: 24px;
    line-height: 1.56;
    text-align: center;
    color: #171717;
}
.press-cards__card button{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: underline;
    color: #171717;
    padding:0px;
    background: none;
    border: none;
    cursor: pointer;
}
.listpress .press-cards__card a{
    background-color: transparent;
    padding: 0px;
    display: flex;
    align-items: center;
    flex-direction: row;
    min-height: auto;
}
.listpress .press-cards__card a img{
    width: 35%;
    padding: 15px;
    max-width: 100%;
    background-color: #fff;
}
.listpress .press-cards__card .right-listpress{
    width: 65%;
    padding-left: 20px;
    text-align: left;
}
.listpress .press-cards__card .press-cards__card-description{
    font-size: 16px;
    text-align: left;
    margin: 0px 0px 10px;
}
.listpress .press-cards__card button{
    font-size: 14px;
}
.more-btn {
    color: #111;
    position: absolute;
    top: 45px;
    right: 50px;
    font-size: 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  font-family: sans-serif;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
table thead tr {
  background-color: #009879;
  color: #ffffff;
  text-align: left;
}
table th,
table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
}
table tbody tr {
  border-bottom: 1px solid #dddddd;
}
table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
table tbody tr:hover {
  background-color: #f1f1f1;
}
.rel-articles{
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 60px;
}
.rel-articles .fashion-posts{
    flex-flow: wrap;
}
.rel-articles .fashion-post{
    width: 48%;
}
.single-post-page{
    padding-bottom: 0px;
}
.rel-articles .post-meta span{
    margin-left: 0px !important;
}
.single-post-page .post-meta .post-date{
    margin-right: 0px;
}
.single-post-page .post-meta .post-time{
    margin-left: 0px;
}
.single-post-page .post-meta .post-date,
.single-post-page .post-meta .post-time{
    color: rgba(0,0,0,.65);
}

.fashion-posts.archive-fashion-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 40px;
}

/* 3-column layout */
.fashion-posts.archive-fashion-posts.three-col .fashion-post {
  width: calc(50% - 20px);
}
.archive-fashion-posts.fashion-posts .title {
    margin-left: 1rem !important;
    width: calc(100% - 1.1rem);
}
.archive-fashion-posts.fashion-posts .title a {
    position: relative;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 2;
    background-color: #2ca8c8;
    box-shadow: .6rem 0 0 .4rem #2ca8c8, -.6rem 0 0 .4rem #2ca8c8;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #fff !important;
    display: inline;
    z-index: 1;
    top: -.2rem;
    font-style: italic;
}
.fashion-posts.archive-fashion-posts.three-col span{
    width: 100%;
    display: block;
}

/* 4-column layout */
.fashion-posts.archive-fashion-posts.four-col .fashion-post {
  width: calc(25% - 22.5px);
}

.archive-fashion-posts.fashion-posts .fashion-post img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 0px;
}
.archive-fashion-posts.fashion-posts.four-col .fashion-post img {
  height: 200px;
}

.archive-fashion-posts.fashion-posts .category {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #d33;
  display: inline-block;
  margin-bottom: 5px;
}

.archive-fashion-posts.fashion-posts .title {
  font-size: 20px;
  margin: 0 0 5px;
}

.archive-fashion-posts.fashion-posts .title a {
  color: #000;
  text-decoration: none;
}

.archive-fashion-posts.fashion-posts .author {
  font-size: 13px;
  color: #666;
}
.archive-fashion-posts.four-col .fashion-post{
    border: 1px solid #ccc;
    padding: 15px;
    padding-top:0px;
}
.archive-fashion-posts.four-col .img-div-for{
    margin-left: -15px;
    margin-right: -15px;
    display:block;
}
.cat-page .main .section-title{
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
    position: relative;
}
.half-divide ul{
    display: flex;
    flex-flow: wrap;
}
.half-divide ul li{
    width: 50%;
}
.cat-list-fot a{
    font-size: 18px;
}
.head-sec {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.category-label {
    text-transform: uppercase;
    color: #666;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.threeposts-sec {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: center;
}
.threeposts-sec.four{
    grid-template-columns: repeat(4, 1fr);
}
.threeposts-sec .single-post {
    width: 100%;
}
.bottom-section .post-title {
    font-size: 23px;
    line-height: 1.4;
    text-decoration: none;
    font-weight: 500;
    color: #1e1e1e;
    margin: 0px 0px 10px;
    display: block;
    font-family: Open Sans, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
.bottom-section a.post-title {
    height: 65px;
    overflow: hidden;
}
.threeposts-sec .single-post img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.threeposts-sec.four .single-post img{
    height: 200px;
}
.bottom-section .threeposts-sec img {
    margin-bottom: 10px;
}
img{
    max-width: 100%;
}
.black-sec {
    padding: 60px 0px;
    background-color: #231f20;
}
.black-sec .section-title,
.black-sec .bottom-section .post-title,
.black-sec .list-post-item .title a{
    color: #fff;
}
.black-sec .category-label,
.black-sec .list-post-item .author{
    color: #ccc;
}
.custom-entertainment-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 0px;
}
.left-featured-post {
    flex: 1 1 50%;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
    display: flex;
    align-items: flex-end;
    border-radius: 0px;
    overflow: hidden;
}
.left-featured-post {
    flex: 1 1 55%;
    position: relative;
    min-height: 400px;
}
.featured-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    border-radius: 0px;
}
.left-featured-post .overlay {
    background: #fff;
    padding: 20px;
    width: 100%;
    height: auto;
    align-content: end;
    position: relative;
    margin: 30px;
    border-radius: 0px;
}
.overlay .category {
    font-size: 13px;
    line-height: 1;
    background: #EEEEEE;
    padding: 8px;
    display: inline-block;
    margin-bottom: 10px;
}
.overlay .title {
    font-size: 28px;
    margin: 0 0 0px;
}
.left-featured-post a {
    text-decoration: none;
    color: #1e1e1e;
    font-weight: 400;
}
.right-list-posts {
    height: 600px;
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: scroll;
}
.right-list-posts::-webkit-scrollbar {
    width: 8px;
}
.right-list-posts::-webkit-scrollbar-track {
    background: #ffffff;   /* white background */
    border-radius: 10px;
}
.right-list-posts::-webkit-scrollbar-thumb {
    background: #444;      /* dark thumb */
    border-radius: 10px;
}
.right-list-posts::-webkit-scrollbar-thumb:hover {
    background: #222;
}
.list-post-item {
    display: flex;
    gap: 15px;
    align-items: center;
}
.list-post-item .thumb img {
    width: 200px;
    height: 150px;
    object-fit: cover;
    border-radius: 0px;
}
.list-post-item .content {
    flex: 1;
}
.list-post-item .category {
    font-size: 13px;
    padding: 7px 10px;
    display: inline-block;
    line-height: 1;
    background: #EEEEEE;
    margin-bottom: 7px;
}
.list-post-item .category a {
    color: #1e1e1e;
    text-decoration: none;
}
.list-post-item .title {
    font-size: 16px;
    margin: 0 0 5px;
}
.list-post-item .title a {
    color: #1e1e1e;
    text-decoration: none;
}
.list-post-item .author {
    font-size: 13px;
    color: #666;
}
.event-content .post-title a {
    font-size: 15px;
    text-decoration: none;
    font-weight: 700;
    color: #1e1e1e;
    margin: 0px 0px 10px;
    display: block;
}
.latest-news-sec {
    padding-top: 30px;
}
.post-list-item {
    padding: 20px 0;
}
.latest-posts-list .post-list-item:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.post-list-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.post-left {
    flex: 1;
}
.latest-news-sec .post-title {
    font-size: 20px;
    font-weight: bold;
    color: #1e1e1e;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}
.post-right img {
    width: 300px;
    height: 170px;
    object-fit: cover;
}
.btn-see-all {
    display: inline-block;
    text-decoration: none;
    padding: 15px 35px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    background-color: #444;
    border-radius: 5px;
    margin-top: 30px;
}
.header-btn{
    display: inline-block;
    text-decoration: none;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    background-color: var(--color-primary);
    border-radius: 5px;
}
.site-footer h4.top-border{
    border-top: 4px solid #000;
}
.site-footer h4{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin: 0px 0px 20px;
    padding: 10px 0px 0px;
}
.latest-news-list {
    list-style: none;
    padding: 0;
}
.latest-news-list li {
    margin-bottom: 10px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ccc;
}
.site-footer .logo-main{
    max-width: 500px;
    margin-bottom: 20px;
}
.seperator-posts{
    padding: 10px 0px;
    border-top: 1px solid #eff1f2;
    display: block;
}
.seperator-posts.dark{
    border-top: 1px solid #303d43;
    padding: 0px;
}
.pl-20{
    padding-left: 20px !important;
}
.pr-20{
    padding-right: 20px !important;
}
.br-1{
    border-right: 1px solid #eff1f2;
}
.mid-sec{
    padding: 40px 0px;
    border-top: 1px solid #303d43;
    border-bottom: 1px solid #303d43;
}
.bg-color-sec{
    padding: 60px 0px;
    background-color: #f1f1f5;
}
.posts-three-sec{
    padding: 60px 0px;
}
.search-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.search-popup-content {
  background: #fff;
  padding: 0px 20px 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  position: relative;
}
.search-popup-content input[type="search"] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}
.search-popup-content button {
  padding: 10px;
  font-size: 16px;
  background: var(--color-primary);
  color: white;
  border: none;
  cursor: pointer;
}
.search-popup-content .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}
.main-sec .featured-post .featured-interal{
    padding: 40px 20px;
    background-color: #1e1e1e;
}
.main-sec .featured-post .featured-title a{
    color: #fff;
}
.main-sec .featured-post .featured-excerpt{
    color: #ccc;
}
.main-sec .featured-post .featured-title{
    margin: 30px 0px;
}
/* .section-title:after{
    content:'';
    display: block;
    background-color: var(--color-primary);
    height: 2px;
    width: 100%;
    margin-left: 10px;
} */
.section-title{
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
}
.site-footer .logo{
    margin-bottom: 15px;
}
.site-footer ul{
    margin: 0px 0px 25px;
}
.site-footer ul{
    display: flex;
    gap: 30px;
    justify-content: center;
}
.site-footer .header-social{
    margin-bottom: 40px;
}
.fashion-post.list-item{
    display: flex;
    gap: 30px;
    flex-direction: row;
    width: 100%;
    margin-bottom: 25px;
    flex-flow: wrap;
}
.fashion-post.list-item .title{
    margin-bottom: 13px;
}
.fashion-post.list-item .post-image{
    width: 30%;
}
.fashion-post.list-item .post-meta{
    width: 65%;
}
.fashion-post.list-item .post-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    max-width: 100%;
    margin-bottom: 0px;
}
/*.cat-page .main .section-title:before{*/
/*    content: '';*/
/*    display: block;*/
/*    background-color: var(--color-primary);*/
/*    height: 2px;*/
/*    width: 100%;*/
/*    margin-right: 10px;*/
/*}*/


/* Adjust slide width */
.trending-swiper .swiper-slide {
    width: 260px; /* adjust as needed */
}
.trending-swiper img {
    width: 100%;
    height: auto;
}
.swiper-button-prev,
.swiper-button-next {
    color: #fff; /* arrow color */
}
.swiper-pagination-bullet-active {
    background: var(--color-primary);
}
.swiper-button-next, .swiper-button-prev{
    top: var(--swiper-navigation-top-offset,10%) !important;
    height: 200px;
    font-size: 25px;
    width: 35px;
    padding: 0px 6px;
}
.global-footer__e-logo-svg {
    margin: 0 auto;
    width: 1.3rem;
    height: 4rem;
    color: #1e1e1e;
}
.global-footer__social-link {
    width: 1.7rem;
    height: 1.7rem;
    margin-right: 2rem;
}
.global-footer__social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2.2rem auto;
    width: 100%;
}
.global-footer__social-link-img {
    width: 1.7rem;
    height: 1.7rem;
    color: #1e1e1e;
}
.buttons-row{
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.buttons-row .button{
    text-decoration: none;
    color: var(--color-primary);
    font-size: 17px;
    padding: 10px 30px;
    border: 2px solid var(--color-primary);
    font-weight: 600;
    text-transform: uppercase;
}
.bottom-copy{
    text-align: center;
    font-size: 15px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.dark-sec{
    padding: 70px 0px;
    background-color: #111;
    margin-bottom: 70px;
}
.dark-sec .section-title{
    color: #fff;
}
.dark-sec .list-post-item .title a{
    color: #fff;
}
.dark-sec .overlay .category,
.dark-sec .list-post-item .category{
    background-color: var(--color-primary) !important;
}
.dark-sec .list-post-item .category a,
.dark-sec .overlay .category a{
    color: #fff !important;
}
.news-list{
    display: flex;
    flex-direction: row;
    gap:20px;
    flex-flow: wrap;
    margin-bottom: 25px;
    text-decoration: none;
}
.news-list:hover{
    text-decoration: none;
}
.news-list .news-logo{
    width: 140px;
    background-color: #fff;
    border-radius: 5px;
    height: 130px;
    padding: 10px;
    display: flex;
    align-items: center;
}
.news-list .news-title{
    width: calc(100% - 160px);
}
.news-list .news-title h4{
    margin: 0px;
    color: #fff;
    font-size: 25px;
    text-decoration: none;
}
.news-list:hover .news-title h4{
    text-decoration: none;
}
.trending-swiper{
    padding-bottom: 10px;
}
.swiper-scrollbar.swiper-scrollbar-horizontal{
    bottom: var(--swiper-scrollbar-bottom,0px) !important;
    height: var(--swiper-scrollbar-size,10px) !important;
    left: var(--swiper-scrollbar-sides-offset,0%) !important;
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 0%)*2) !important;
}
.swiper-scrollbar, .swiper-scrollbar-drag{
    border-radius: 0px !important;
}

/* Fullscreen Overlay */
#search-popup.search-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.95);
    z-index: 9999;
    display: none;
}

/* CONTENT SHOULD BE FULL WIDTH & HEIGHT */
.search-popup-content {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;

    display: flex;
    flex-direction: column;
    overflow: hidden; /* Prevent double scrolling */
}

/* FIXED TOP AREA (Search Bar Section) */
.popup-search-form {
    display: flex;
    gap: 10px;
    padding: 60px 20px 20px 20px; /* space for cross button */
    background: rgba(0,0,0,0.4);
    position: sticky;
    top: 0;
    z-index: 50;
}

.popup-search-form input[type="search"] {
    padding: 14px;
    font-size: 18px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 4px;
}

.popup-search-form input::placeholder {
    color: #999;
}

.popup-search-form button {
    padding: 14px 20px;
    background: #e60023;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
}

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

/* SCROLLABLE CONTENT AREA */
.latest-stories {
    overflow-y: auto;
    padding: 20px;
    flex: 1; /* Fill remaining height */
    color: #fff;
}

.latest-stories .latest-title {
    font-size: 26px;
    margin-bottom: 20px;
    border-bottom: 1px solid #444;
    padding-bottom: 8px;
}

/* Your existing story items will style normally */


.post-excert{
    margin: 0px;
    line-height: 1.5;
}


.latest-posts-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.latest-posts-wrapper .post-heading{
    font-size: 18px;
}
.featured-post img,
.secondary-post img {
  width: 100%;
  height: auto;
  border-radius: 0px;
}

.featured-content,
.secondary-content {
  margin-top: 10px;
}

.post-heading a {
  color: #000;
  text-decoration: none;
}
.secondary-posts.two-column{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}

.secondary-posts.three-column{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

@media(max-width:991px){
  .secondary-posts.two-column,
  .secondary-posts.three-column{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:575px){
  .secondary-posts.two-column,
  .secondary-posts.three-column{
    grid-template-columns:1fr;
  }
}
.secondary-posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.latest-posts-wrapper .post-heading{
    margin: 0px;
}
.latest-posts-wrapper .post-category{
    color: var(--color-primary);
    margin: 0px 0px 10px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
}
.main-sec-logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.main-sec .section-title{
    margin-bottom: 20px;
}
.main-sec .left-col{
    padding: 10px;
    border: 2px solid var(--color-primary);
    border-radius: 15px;
}
.main-sec .right-col .section-title {
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: var(--color-primary);
    line-height: 1.1;
    max-width: 60%;
    white-space: unset;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;
}
.main-sec .right-body{
    font-size: 17px;
    line-height: 1.6;
    padding: 0px 30px;
}
.main-sec .left-col .button-link {
    color: var(--color-primary);
    background-color: transparent;
    line-height: 1;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    padding: 0px;
    font-weight: bold;
    border-radius: 30px;
    display: block;
    margin: 15px 0px 0px auto;
    width: max-content;
}

.main-sec .right-col img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 450px;
}
.button-link{
    color: #1e1e1e;
    background-color: #FFE1E1;
    line-height: 1;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 100px;
    font-weight: bold;
    border-radius: 0px;
    display: block;
    margin: 30px auto 0px;
    width: max-content;
}
.button-link:hover{
    text-decoration: none !important;
    color: #fff;
    background-color: #1e1e1e !important;
}
.main-sec .left-col .button-link:hover{
    background-color: transparent !important;
}
.threeposts-sec.two{
    grid-template-columns: repeat(2, 1fr);
}
.threeposts-sec.two .single-post img{
    height: 300px;
}
.threeposts-sec.two .post-title{
    font-size: 30px;
    height: 83px;
}
.bottom-section{
    border-bottom: 1px solid #999;
    margin-bottom: 50px;
}
.bottom-section.last{
    border: 0px;
    margin-bottom: 0px;
}
.bottom-section .post-category {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 10px;
    background-color: var(--color-primary);
    color: #fff;
}
.single-post{
    position: relative;
}
.threeposts-sec.one{
    grid-template-columns: repeat(1, 1fr);
}
.threeposts-sec.one .single-post img{
    height: 450px;
}
.bottom-section .threeposts-sec.one a.post-title {
    height: auto;
    overflow: hidden;
}
.bottom-section .threeposts-sec.one .post-body{
    max-width: 80%;
    display: block;
    background-color: rgba(255,255,255,0.8);
    border-top: 5px solid var(--color-primary);
    padding: 30px;
    margin: -80px auto 0px;
    text-align: center;
    z-index: 9;
    position: relative;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.08);
}
.bottom-section .threeposts-sec.one .post-title{
    font-size: 40px;
}
.site-footer .logo{
    margin-bottom: 40px;
}
.no-image .single-post{
    padding-top: 40px;
}
.news-logo-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0px 10px;
}
.news-list {
    width: auto;
    background-color: #fff;
    border-radius: 10px;
    height: auto;
    padding: 2px;
    display: flex;
    align-items: center;
}
.news-logo {
    width: 100% !important;
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    padding: 0 !important;
    object-fit: contain;
}
.video-title{
    margin-bottom: -45px;
    padding-left: 10px;
    z-index: 1;
}
.video-title h3.section-title {
    margin-bottom: 0px;
    text-align: left;
    justify-content: start;
    color: #fff;
    font-size: 30px;
}
.video-playlist-wrapper {
  display: flex;
  background: #000;
  padding: 10px;
  gap: 15px;
  border-radius: 0px;
  max-width: 100%;
  margin: auto;
  color: #fff;
  padding-top: 55px;
}
/* MAIN VIDEO */
.main-video {
  flex: 3;
}
.main-video iframe {
  width: 100%;
  height: 450px;
  border-radius: 6px;
}
.main-video h2 {
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
}
/* PLAYLIST */
.playlist {
  flex: 1.4;
  background: #111;
  overflow-y: auto;
  max-height: 520px;
  border-left: 1px solid #222;
}
.playlist-item {
  display: flex;
  gap: 10px;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #222;
  position: relative;
}
.playlist-item:hover {
  background: #1c1c1c;
}
.playlist-item.active {
  background: #1f1f1f;
}
/* NOW PLAYING */
.now-playing {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #00bcd4;
    color: #fff;
    font-size: 15px;
    padding: 3px 6px;
    font-weight: bold;
    width: 120px;
    height: 71px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    opacity: 0.9;
    text-align: center;
}
.header-date {
    color: #fff;
}
/* THUMB */
.playlist-item img {
  width: 120px;
  height: 70px;
  object-fit: cover;
}
/* TEXT */
.meta p {
    font-size: 13px;
    margin: 0 0 5px;
    font-weight: 600;
}
.meta .duration {
    font-size: 12px;
    color: #000;
    background-color: #fff;
    position: absolute;
    left: 100px;
    padding: 3px;
    bottom: 10px;
}
.bottom-text .post-content{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: left;
}
.single-post-page .post{
    text-align: center;
}

/* Fullscreen Overlay */
#search-popup.search-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.95);
    z-index: 9999;
    display: none;
}

/* CONTENT SHOULD BE FULL WIDTH & HEIGHT */
.search-popup-content {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden; /* Prevent double scrolling */
}

/* Close button */
#close-search.close-btn {
    position: absolute;
    top: 17px;
    right: 20px;
    font-size: 45px;
    color: #fff;
    cursor: pointer;
    z-index: 100;
}

/* FIXED TOP AREA (Search Bar Section) */
.popup-search-form {
    display: flex;
    gap: 10px;
    padding: 20px 80px 20px 20px;
    background: #1e1e1e;
    position: sticky;
    top: 0;
    z-index: 50;
    margin: 0px -20px;
}

.popup-search-form input[type="search"] {
    padding: 14px;
    font-size: 18px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 4px;
}

.popup-search-form input::placeholder {
    color: #999;
}

.popup-search-form button {
    padding: 14px 20px;
    background: #e60023;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
}

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

/* SCROLLABLE CONTENT AREA */
.latest-stories {
    overflow-y: auto;
    padding: 20px;
    flex: 1; /* Fill remaining height */
    color: #fff;
}

.latest-stories .latest-title {
    font-size: 26px;
    margin-bottom: 20px;
    border-bottom: 1px solid #444;
    padding-bottom: 8px;
}





@media only screen and (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1240px !important;
    }
}


/* Responsive Styles */
@media (max-width: 768px) {
  .hamburger {
    display: block;
    background-color: var(--color-primary);
    color: #fff;
    line-height: 1;
    height: 35px;
    width: 35px;
    border-radius: 5px;
}
.top-icons > *{
    display: none !important;
}
.top-icons > button{
    display: block !important;
}
  .header-menu {
    display: none;
    position: absolute;
    top: 85px;
    left: auto;
    right: 0vw;
    width:100vw;
    background: white;
    padding: 10px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    z-index: 99;
  }

  .header-menu.active {
    display: flex;
  }
  .header-logo{
      width:55%;
      flex: none !important;
  }

  .nav-menu {
    flex-direction: column;
    gap: 10px;
  }
  
  .header-grid {
        flex-direction: row;
    }
    .nav-container, .header-contact{
        flex:none !important;
    }
    .top-featured-post{
        height: 250px;
    }
    .top-featured-post .overlay {
        padding: 25px;
        width: 100%;
    }
    .top-featured-post .top-post-title a{
        font-size: 18px;
    }
    .latest-post-sec {
        padding-right: 0px;
    }
    .three-tab .tabs-wrapper {
        padding-left: 0px;
    }
    .latest-post-sec .list-post-content h4{
        font-size:17px;
    }
    .cat-page .post-thumb,
    .cat-page .post-content{
        flex: auto;
    }
    .cat-page .post-thumb{
        max-width:100%;
    }
    .cat-page .post{
        flex-direction: column;
    }
    .sidebar{
        margin-top:30px;
    }
    .top-footer .pl-50{
        padding-left: 15px !important;
    }
    .top-footer h5{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .brand img{
        max-width: 120px;
    }
    .top-featured-post .top-post-category,
    .top-post-meta{
        font-size: 13px;
    }
    .top-post-meta span img,
    .post-meta span img{
        width: 20px;
        height:20px;
    }
    .fashion-posts.archive-fashion-posts.three-col .fashion-post,
    .fashion-posts.archive-fashion-posts.four-col .fashion-post{
        width: 100%;
    }
    .fashion-posts{
        flex-flow: wrap;
    }
    .celeb-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .fashion-section .section-title, .celeb-section .section-title, .more-news-section .section-title{
        font-size: 26px;
    }
    .more-news{
        max-width: 100%;
    }
    .more-news-item{
        flex-flow: wrap;
    }
    .more-news-img,
    .more-news-content{
        width: 100%;
        flex: auto;
    }
    .site-header, .site-footer {
        padding: 50px 10px 20px;
    }
    .rel-articles .fashion-post{
        width: 100%;
    }
    header.main-header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .main-header .top-bar{
        width: 100%;
    }
    .main-sec .featured-post .featured-interal{
        margin: 30px 0px;
    }
    .threeposts-sec.four {
        grid-template-columns: repeat(1, 1fr);
    }
    .header-date{
        display: none;
    }
    .main-sec .right-col img{
        max-width: 100%;
    }
    .threeposts-sec,
    .threeposts-sec.two{
        grid-template-columns: repeat(1, 1fr);
    }
    .main-sec{
        padding: 0px 10px 70px;
    }
    .section-title{
        font-size: 30px;
    }
    .threeposts-sec.two .post-title {
        font-size: 23px;
        height: 62px;
    }
    .bottom-section .threeposts-sec.one .post-title{
        font-size: 25px;
    }
    .bottom-section .threeposts-sec.one .post-body{
        max-width: 90%;
    }
    .main-sec .right-col .section-title{
        max-width: 100%;
        font-size: 40px;
        margin-top: 30px;
    }
    .main-sec .right-body{
        padding: 0px;
    }
    .latest-posts-wrapper .post-heading{
        font-size: 18px;
    }
    .menu-icon {
        width: auto;
        margin-right: 15px;
    }
    .main-header .logo img{
        height: 50px !important;
    }
    .main-header{
        padding: 10px 0px;
    }
    .bottom-copy{
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
    }
    .site-footer ul{
        gap: 20px;
    }
    .site-footer ul a{
        font-size: 14px;
    }
    .bottom-section .post-title{
        font-size: 20px;
    }
    .bottom-section a.post-title {
        height: 55px;
    }
    .custom-entertainment-posts{
        flex-direction: column;
    }
    .custom-entertainment-posts .left-featured-post{
        min-height: auto;
    }
    .news-logo-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}
