@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: #ff184e;
}
body {
    font-family: "Roboto Serif", serif !important;
    margin: 0;
    background: #fff;
    color: #555;
}
p{
	font-family: "Montserrat", 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: #323950;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
}
.post-content img {
    max-width: 100%;
    height: auto;
    display: none;
    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: 20px 0;
    text-align: center;
}
.site-footer h5{
    margin-top: 0px;
}
.logo a {
    color: #fff;
    text-decoration: none;
    font-size: 2em;
}

.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: center;
  align-items: center;
  padding: 10px 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;
}

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

.header-menu{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #1e1e1e;
    margin-top: 10px;
}
.header-menu .nav-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 15px 0;
  margin: 0;
}

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

.header-menu .nav-menu a {
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  text-decoration: none;
  font-size: 14px;
}


/* 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: 25px;
    font-weight: 800;
	font-family: "Montserrat", sans-serif;
    color: #005e61;
    margin-bottom: 20px;
    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;
    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: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}
.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: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}
.latest-posts .latest-item:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.latest-posts .post-thumbnail img {
    width: 175px;
    height: 120px;
    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: 16px;
	line-height: 1.4;
    font-weight: 600;
    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: 24px;
    font-weight: 600;
}
.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: 20px;
    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: 7px;
    background-color: #fff;
    color: #1e1e1e;
    border-radius: 3px;
    margin-right: 3px;
    font-size: 18px;
}
.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 40px;
}
.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: #0C1215;
    color: #fff !important;
}
.site-footer .bottom-footer p{
    text-align:center;
    text-transform: capitalize;
    font-family: 'Jost', sans-serif;
}
.site-footer .bottom-footer p a{
    color: var(--color-primary);
}
.top-footer{
    padding:30px 0px 50px;
}
.top-footer{
    text-align:left;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
}
.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: 15px 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: var(--color-primary);
    text-decoration: none;
    transition: all 0.3s linear;
}
.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: #f2f2f2;
    padding-top: 60px;
    padding-bottom: 60px;
}
.rel-articles .fashion-posts{
    flex-flow: wrap;
}
.rel-articles .fashion-post{
    width: 23%;
}
.single-post-page{
    padding-bottom: 0px;
    border-bottom: 2px solid #999;
}
.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(33.333% - 20px);
}

/* 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: 256px;
  object-fit: cover;
}
.archive-fashion-posts.fashion-posts.four-col .fashion-post img {
  height: 200px;
}

.archive-fashion-posts.fashion-posts .post-meta {
  margin-top: 10px;
}

.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 .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; /* Optional: can be removed if full width is used */
}
.threeposts-sec.four{
    grid-template-columns: repeat(4, 1fr);
}
.threeposts-sec.six{
	grid-template-columns: repeat(6, 1fr);
}
.threeposts-sec .single-post {
    width: 100%;
}
.bottom-section .post-title {
    font-size: 18px;
	line-height: 1.4;
    text-decoration: none;
    font-weight: 600;
    color: #1e1e1e;
    margin: 0px 0px 10px;
    display: block;
}
.bottom-section a.post-title {
    height: 50px;
    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 {
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.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;
	margin-right: 20px;
}
.site-footer h4.top-border{
    border-top: 4px solid #000;
}
.site-footer h4{
    font-size: 18px;
    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 #ccc;
}
.mid-sec{
    padding: 40px 0px;
    border-top: 1px solid #303d43;
    border-bottom: 1px solid #303d43;
}
.bg-color-sec{
    padding: 60px 0px;
    background-color: rgb(255, 247, 242);
}
.posts-three-sec{
    padding: 60px 0px;
}
.direction-column{
	flex-direction: column;
}
.two-col-posts{
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
	grid-gap: 20px;
}
.latest-posts .two-col-posts .post-title{
	font-size: 16px;
}
.latest-posts .two-col-posts .latest-item{
	align-items: unset;
	justify-content: unset;
	margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
.latest-posts .two-col-posts .post-thumbnail img{
	width: 100%;
	height: 110px;
}
.wo-img.latest-posts .post-title{
	font-size: 18px;
}
.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: 50px 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 {
  margin-top: 10px;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background: #0073aa;
  color: white;
  border: none;
  cursor: pointer;
}
.search-popup-content .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}
.main-top-bar{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-top-bar ul a{
	color: #333;
	text-decoration: none;
}
.main-top-bar ul li{
	list-style: none;
}
div#search-icon img {
    height: 35px;
    width: 35px;
}
.main-top-bar{
	border-bottom: 1px solid #ccc;
	padding: 8px 0px;
}
.site-footer{
	font-family: "Montserrat", sans-serif !important;
}
.featured-interal{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.featured-interal .content-featured{
    width: 55%;
}
.dotted-border{
    border-bottom: 1px dashed #ccc;
    margin: 20px 0px;
}
.threepost-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
/* .threepost-main-interal {
    width: 100%;
} */
.threepost-main-interal .threepost-image img{
    height: 185px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}
.threepost-main-interal .post-title{
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;
    margin: 10px 0 5px;
}
.threepost-main-interal .post-title a{
    text-decoration: none;
    color: #000;
}
.threepost-main-interal .post-excerpt{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0px;
}
.threepost-main-interal .post-category{
    font-size: 12px;
    color: #d84315;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
} 
.threepost-main.four-grid{
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 15px;
}
.threepost-main.two-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.latest-posts.horizontal{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.latest-posts.horizontal .latest-item{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    align-items: flex-start;
}
.four-grid .threepost-main-interal .post-title{
    font-size: 15px;
}
.two-grid .threepost-main-interal .threepost-image img{
    height: 280px;
}
.four-grid .threepost-main-interal .threepost-image img{
    height: 135px;
}





@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: 20px 20px;
    }
    .rel-articles .fashion-post{
        width: 100%;
    }
    header.main-header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .threepost-main{
        grid-template-columns: repeat(1, 1fr);
    }
    .featured-interal{
        flex-direction: column;
    }
    .featured-interal .content-featured{
        width: 100%;
    }
    .threeposts-sec.four {
        grid-template-columns: repeat(1, 1fr);
    }
    .latest-posts.horizontal {
        grid-template-columns: repeat(1, 1fr);
    }
    .threepost-main.two-grid{
        grid-template-columns: repeat(1, 1fr);
    }
}
