:root {
    --primary-color: #A71C21;
}

@font-face {
    font-family: IranSansXV;
    src: url("https://localhost/didpress/wp-content/fonts/IRANSansXV.woff");
}

* {
    font-family: "IranSansXV", 'Font Awesome 5 Free' !important;
}
.site.tie-container{
	overflow: hidden !important;
}
.home #content.container{
    width: 100% !important;
    max-width: 100% !important;
}
body {
    direction: rtl;
    margin: 0;
    padding: 0;
}

p {
    font-size: 14px;
    font-weight: 400;
    color: #484848;
}

a {
    text-decoration: none;
    color: black;
}
.text-white{
    color: white;
}
h3.title {
    font-size: 15px;
    font-weight: bold;
	line-height:1.7 !important;
}
.bg-light{
    background-color: #f9f9f9 !important;
}
.bg-dark{
    background-color: #000 !important;
}
.bg-primary{
    background-color: var(--primary-color) !important;
}
.container-wrapper{
    width: 100%;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.container {
    width: 1300px;
    max-width: 1300px;
    margin: auto ;
}

.wrapper {
    display: flex;
    gap: 5rem;
}

.sidebar {
    width: 30%;
    padding-left: 0 !important;
}

.sidebar-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
}
.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 0.5px #d2d2d2;
    margin-bottom: 20px;
}


.section-heading > h2 {
    font-size: 16px;
    position: relative;
    padding-bottom: 7px;
}

.date{
    position: relative;
    padding-right: 15px;
    font-size: 11px;
    color: #6b6b6b;
    margin:6px 0 3px 0;
}

.date::before{
    position: absolute;
    right: 0;
    content: "\f017";
    font-family: "Font Awesome 5 Free" !important;
}

.section-heading>h2:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 6px;
    background-color: var(--primary-color);
}

.section-heading>a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
	transition: all 0.2s ease;
}
.section-heading>a:hover{
	color: black !importanat;
}
.bg-dark .section-heading>a{
	color: white !important;
}
.content {
    width: 70%;
    min-height: 200px;

}

.post-thumbnail {
    border-radius: 7px;
    overflow: hidden;
}

/* Overlay Styles */
.overlay{
    position: relative;
}
.overlay > a > .post-thumbnail{
    background-repeat: no-repeat;
	background-size:cover;
    background-position: center;
}
.overlay > a > .post-thumbnail::after{
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8066001400560224) 0%, rgba(0, 0, 0, 0.9) 100%);
	opacity:0.7;
	transition: all 0.7s ease;
}
.overlay:hover  .post-thumbnail::after{
	opacity:0.5;
}
.overlay > .post-content{
    position: absolute;
    bottom: 25px;
    right: 25px;
    padding-left: 25px;
}
.overlay .post-content> a > .title {
    color: white;
    font-size: 16px;
    margin-bottom: 0;
}


.overlay .post-content>.date {
    color: white;
}

/* Post List With Small Circle Thumbnail */
.post-card-circle {
    display: flex;
    gap: 1rem;

}
.post-card-circle > a > .post-thumbnail {
    height: 70px;
    width: 70px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
	position:relative;
}
.post-card-circle > a > .post-thumbnail:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:black;
	opacity:0;
	transition: all 0.3s ease-in;
}
.post-card-circle > a > .post-thumbnail:hover::after {
	opacity:0.3;
}
.post-card-circle > a > .post-thumbnail>img {
    height: 100%;
	max-width: unset !important;
}
.post-card-circle > .post-content{
    width: 100%;
    border-bottom: 0.5px solid #d2d2d2;
    padding-bottom: 10px;
}

.post-card-circle:nth-child(4) > .post-content{
	border-bottom: none;
	
}


/* Main Slider */

.main-slider {
	border-radius:7px !important;
	overflow:hidden !important;
}

.post-card-main-slider {
    position: relative;
}

.overlay.post-card-main-slider > a > .post-thumbnail {
    height: 498px;
	border-radius:0px !important;

}
.post-card-main-slider > .post-content > a > h2.title{
    font-size: 18px ;
}
.post-card-main-slider > .post-content{
    bottom: 54px !important;
}

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 37% !important;
}

.main-slider .owl-carousel .nav-btn {
    top: 50% !important;
}

.owl-nav.disabled,
.owl-dots.disabled{
    display: none !important;
}
 .owl-carousel .owl-prev.disabled,
 .owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

 .owl-carousel .prev-slide {
    background: #ffffff;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

 .owl-carousel .next-slide {
    background: #ffffff;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

 .owl-carousel .prev-slide:hover,
 .owl-carousel .next-slide:hover {
    background: #a71c21 !important
}

.main-slider .owl-dots {
    position: absolute !important;
    bottom: 20px !important;
    right: 25px !important;
}

.main-slider .owl-theme .owl-dots .owl-dot span {
    width: 7px !important;
    height: 7px !important;
    background: white !important;
	border-radius:50%;
}

.main-slider .owl-theme .owl-dots .owl-dot.active span {
    background: var(--primary-color) !important;
}

/* Full Slider Layout */

.post-card-full-slider > a > .post-thumbnail {
    width: 300px;
    height: 202px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.post-card-full-slider > a > .post-thumbnail:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:black;
	opacity:0;
	transition: all 0.3s ease-in;
}
.post-card-full-slider > a > .post-thumbnail:hover::after{
	opacity:0.3;
}
.post-card-full-slider > .post-content{
	margin-top:14px !important;
}
.category{
    position: absolute;
    bottom: 7px;
    right: 7px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
	z-index:3;
}
.category > .category-item{
    background: var(--primary-color);
    color: white;
    padding: 4px 7px;
    border-radius: 3px;
}

/* Exchange Rate Layout */
.rate:last-child{
    margin-top: 10px;
}
.rate-header-wrapper{

}
.rate-header{
    background: #A71C21;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.rate-header > p,
.rate-header > div > p{
    color: white;
}
.rate-header > div {
    
        padding-left: 19px;
        display: flex
    ;
        gap: 1.6rem;
    
}



/* Side Large Image Layout */
.side-large-image > .overlay.side-image > a > .post-thumbnail {
    height: 100%;
    width: 406px;
}

.side-large-image{
    display: flex;
    gap: 2rem;
}
.no-thumb-post-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.no-thumb-post-item > .post-content:not(:last-child){
    border-bottom: 0.5px solid #d2d2d2;
    padding-bottom: 12px;
}


/* First Large Image Layout */

.first-large-image > .overlay.first-image > a > .post-thumbnail{
    width: 100%;
    height: 202px;
}



.no-thumb-post-item-timeline {
    position: relative;
    margin: 20px 0;
    padding-right: 25px; 
    border-right: 0.5px solid #ddd; 
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.no-thumb-post-item-timeline .post-content {
    position: relative;
    padding-left: 10px;
}
.no-thumb-post-item-timeline .post-content:before {
    content: '';
    position: absolute;
    right: -30px;
    top: 0;
    width: 9px;
    height: 9px;
    background-color: #000;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 1;
}
.no-thumb-post-item-timeline > .post-content > .date{
	margin-top:0px !important;
}
/* Hot Topics */
.hot-topics-heading{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    margin-bottom: 25px;
}
.hot-topics-heading > h1{
    margin: 0px;
    font-size: 24px !important;
}
.hot-topics-heading > p{
    color: white;
    margin-top: 15px !important;
}
.hot-topics{
    display:flex;
    justify-content: center;
}
.hot-topics > div#custom-widget-area{
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.hot-topic{
    background: rgba(72, 70, 70, 0.56);
    border-radius: 34px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 15px;
}
.hot-topic > span{
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    font-size: 22px;
    border: 2px solid transparent;
    outline: 2px solid #A71C21;
    outline-offset: 2px;
}
.hot-topic > span > p{
    color: white !important;
    margin-top: 3px !important;
}
.hot-topic > a{
    font-size: 16px;
    font-weight: bold;
    color: white;
}

/* Tab Layout */
.tab-content-holder{
    width: 100%;
}
.main-content{
    width: 70%;
}
.side-list{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tab-content-wrapper{
    display: flex;
    gap: 5rem;
}
.tab-large-content.overlay > a > .post-thumbnail{
    height: 360px;
}
#videos .tab-large-content.overlay > a > .post-thumbnail > span,
#images .tab-large-content.overlay > a > .post-thumbnail > span,
.podcast .tab-large-content.overlay > a > .post-thumbnail > span{
    position: absolute;
    right: 25px;
    bottom: 25px;
	height: 45px;
    width: 45px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 3;
}

#videos .tab-large-content.overlay > a > .post-thumbnail > span > i,
#images .tab-large-content.overlay > a > .post-thumbnail > span > i,
.podcast .tab-large-content.overlay > a > .post-thumbnail > span > i{
    font-size: 20px;
    color: white;
}
#videos .tab-large-content.overlay > .post-content,
#images .tab-large-content.overlay > .post-content,
.podcast .tab-large-content.overlay > .post-content{

    right: 80px !important;
}
.side-item{
    display: flex;
    gap: 1rem;
    position:relative;
}
.side-item .post-small-thumbnail{
    width: 137px;
    height: 96px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    flex-shrink: 0;
	position:relative;
	overflow:hidden;
}
.side-item .post-small-thumbnail:after{
	content:"";
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:black;
	opacity:0;
	transition: all 0.3s ease-in;
}
.side-item .post-small-thumbnail:hover::after{
	opacity: 0.3;
}
.side-item .post-small-thumbnail > span{
    position: absolute;
    bottom: 5px;
    right: 10px;
	    height: 30px;
    width: 30px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
	z-index:3;
}
.side-item .post-small-thumbnail > span > i{
    font-size: 15px;
    color:white;
}
.tab-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.5px solid #d2d2d2;
    margin-bottom: 20px;
    padding: 0;
  }
  
  .tab-buttons {
    display: flex;
    gap: 20px;
  }
  
  .tab-button {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background: none;
    font-size: 16px;
    margin-bottom: 0;
  }
  
  .tab-button.active {
    color: #000;
    font-weight: bold;
    border-bottom: 2px solid var(--primary-color);
  }
  
  .more-button {
    color: var(--primary-color);
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: -1px;
  }
  .tab-panel {
    display: none; /* Hide all tabs by default */
  }
  
  .tab-panel.active {
    display: block; /* Show only the active tab */
  }
  
/* Container Grid Setup */
.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 10px; /* Space between grid items */
    grid-template-areas:
        "item1 item1 item2 item3"
        "item1 item1 item4 item4"
        "item5 item6 item4 item4 "
}
.item1 { grid-area: item1; }
.item2 { grid-area: item2; }
.item3 { grid-area: item3; }
.item4 { grid-area: item4; }
.item5 { grid-area: item5; }
.item6 { grid-area: item6; }

/* Grid Item Defaults */
.grid-item {
	aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
    border-radius: 7px;
	cursor:pointer;
}
.grid-item::after{
	content:"";
	position:absolute;
	height:100%;
	width:100%;
	background:black;
	opacity:0.2;
	transition: all 0.5s ease;
	z-index:3;
	top:0;
	left:0;
}
.grid-item:hover::after{
	opacity:0.5;
}
.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures square, cropped images */
    display: block;
    border-radius: 7px;
}


.tab-panel.podcast{
    display: block;
}
.podcast-side-item > .post-content > a >.title{
    color: white;
}


/* Grid Container */
.file-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr; /* Left, center (large), and right */
    grid-template-rows: auto ; /* Adjust second row height for a rectangle */
    grid-template-areas: 
        "file-small-1 file-main file-small-3"
        "file-small-2 file-main file-small-4";
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.file-grid-item{
    overflow: hidden;
    position: relative;
    border-radius: 7px;
}
.file-grid-item > .post-content{
	width:100% !important;
}
/* Large news item in the center */
.file-main {
    grid-area: file-main;
    position: relative;
}
.file-main.overlay > a > .post-thumbnail::after{
    position: absolute;
    top: 0;
}
.file-main > a > .post-thumbnail,
.file-main > a{
    height: 100% !important;
}
.file-main > .post-content > .file-category{
    top: -31px;
    right: 0;
}
.file-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Smaller news items */
.file-small-1,
.file-small-2,
.file-small-3,
.file-small-4 {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.file-small-1 > a > .post-thumbnail,
.file-small-2 > a > .post-thumbnail,
.file-small-3 > a > .post-thumbnail,
.file-small-4 > a > .post-thumbnail {
	position:relative;
	overflow:hidden;
}
.file-small-1 > a > .post-thumbnail:after,
.file-small-2 > a > .post-thumbnail:after,
.file-small-3 > a > .post-thumbnail:after,
.file-small-4 > a > .post-thumbnail:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:150px;
	width:100%;
	z-index:2;
	transition: all 0.3s ease-in;
	background:black;
	opacity:0;
	border-radius:7px;
}
.file-small-1 > a > .post-thumbnail:hover::after,
.file-small-2 > a > .post-thumbnail:hover::after,
.file-small-3 > a > .post-thumbnail:hover::after,
.file-small-4 > a > .post-thumbnail:hover::after {
	opacity: 0.3;
}
.file-small-1 img, .file-small-2 img, .file-small-3 img, .file-small-4 img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 7px;
}

/* Content Styling */
.file-category {
    position: absolute;
    top: 115px;
    right: 10px;
    background: var(--primary-color);
    border-radius: 3px;
    padding: 3px 7px;
    /* font-size: 12px; */
    /* font-weight: bold; */
    color: white;
    margin-bottom: 5px;
    display: block;
	z-index:3;
}

.file-date {
    font-size: 12px;
    color: #757575;
    margin-bottom: 10px;
}

.file-title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 0;
    line-height: 1.5;
}
/* For Theme Confilicts */
.tab-content, .woocommerce-tabs .panel{
    display: block !important;
}
.weather-wrap{
    overflow: none !important;
}
#tie-weather-kabul{
    padding-top: 36px !important;
    height: 330px !important;

}
.weather-forecast{
    margin-top: 30px !important;
}

.container:not(:first-child):not(:last-child), .container-wrapper:not(.widget) {
    margin-bottom: 30px !important;
}

.dark-skin .bg-light{
    background-color: #000 !important;
}
.dark-skin h3.title,
.dark-skin p.excerpt,
.dark-skin .tab-button.active{
    color:white !important;
}
.mobile-more-btn{
		display:none !important ;
	align-items:center;
	justify-content:center;
}
.mobile-more-btn > .mobile-btn {
	background: var(--primary-color);
	color: white;
    padding: 5px 20px;
    border-radius: 3px;
	transition: all 0.3s ease-in;
	margin-top:15px;
}
.mobile-more-btn > .more-btn:hover{
	background: black;
}
/* Laptops */
@media screen and (max-width: 1024px) {
    .content{
        width: 60%;
    }
    .sidebar{
        width: 40%;
    }
    .overlay.post-card-main-slider>.post-thumbnail{
        height: 415px;
    }
    .wrapper, .tab-content-wrapper{
        gap: 2rem;
    }
    .post-card-circle:last-child{
        display: none;
    }
    .container-wrapper.bg-light .wrapper{
        flex-direction: column;
    }
    .container-wrapper.bg-light .wrapper > .content,
    .container-wrapper.bg-light .wrapper > .sidebar{
        width: 100%;
    }
    .container-wrapper.bg-light .wrapper > .sidebar{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 20px;
        max-width: 100%;
        margin: 0 auto;
        align-items: center;
        justify-items: center;
    }
    .container-wrapper.bg-light .wrapper > .sidebar > .section-heading{
        grid-column: 1/-1;
        justify-self: stretch;
    }
    .container-wrapper.bg-light .wrapper > .sidebar > .rate{
        width: 357px;
    }
    .container-wrapper.bg-light .wrapper > .sidebar > .rate:last-child{
        margin-top: 0px;
    }
    .item-9 {
        transform-origin: bottom left;
        grid-area: item8;
        margin-top: -83px;
        scale: 0.710;
        margin-left: -36px;
    }
    .item-5 {
        grid-area: item10;
        margin-left: 0;
        margin-top: -53px;
        transform-origin: top right;
        scale: 1.25;
    }
    .no-thumb-post-item-timeline{
        min-height: 180px;
    }
    .no-thumb-post-item-timeline > .content:nth-last-child(-n+2){
        display: none;
    }

}



/* Tablet */
@media screen and (max-width: 768px) {
    .container,.wrapper,.sidebar,.content,.main-content,.side-list,.hot-topics > div#custom-widget-area,.post-card-full-slider > a > .post-thumbnail{
        width: 100% !important;
    }
    .wrapper{
        flex-direction: column;
    }

    /* Files */
    .file-grid {
        grid-template-columns: 1fr 1fr; /* One column */
        grid-template-rows: auto;
        grid-template-areas:
            "file-small-1 file-small-2"
            "file-main file-main"
            "file-small-3 file-small-4";
        gap: 20px; /* Reduce gap for smaller screens */
    }
    /* ---- */
    .tab-content-wrapper{
        flex-direction: column;
        gap: 2rem;
    }
    .side-list{
        display: flex;
        flex-direction: row;
        gap: 1rem;
        justify-content: space-between;
    }
    .side-list > .side-item{
        margin-bottom: 15px;
        width: 100%;
        flex-direction: column;
    }
    .side-list > .side-item > a > .post-small-thumbnail{
        width: 100%;
        height: 120px;
        position: relative;
    }
    .tab-large-content.overlay > a > .post-thumbnail,
    .first-large-image > .overlay.first-image > a > .post-thumbnail,
    .side-large-image > .overlay.side-image > a > .post-thumbnail,
    .overlay.post-card-main-slider > a > .post-thumbnail{
        height: 350px !important;
    }
    
    /* Image Grid */
    .image-grid{
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas:
        "item1 item2 item3 "
        "item4 item5 item6 ";
    }

    /* ----- */
    .side-large-image{
        flex-direction: column;
    }
    .side-large-image > .overlay.side-image > a > .post-thumbnail{
        width: 100%;
        height: 240px;

    }
    .no-thumb-post-item{
        gap: 1rem;
    }
    /* ---- */
    .overlay.post-card-main-slider>.post-thumbnail{
        height: 240px;
    }
	 .no-thumb-post-item-timeline {
        height: unset !important;
    }
    .container > .wrapper{
        gap: 1rem !important;
    }
    iframe{
        top: -194px !important;
    }
    .rate-header > div{
        padding-left: 43px;
        gap: 3.5rem;
    }
    #custom-floating-widget-area .social-icons-widget .social-icons-item .social-link{
        border-radius: 0px !important;
    }

    .footer-widget-area > div > .tie-col-sm-6.normal-side{
        margin-top: 20px;
    }
    .hot-topics > div#custom-widget-area{
        gap: 1.1px;
    }
    .no-thumb-post-item-timeline > .content:nth-last-child(-n+2)
    .post-card-circle:last-child {
        display: block !important;
    }
}


/* Mobile */
@media screen and (max-width: 480px) {
	
	
    .container,.wrapper,.sidebar,.content,.main-content,.side-list,.hot-topics > div#custom-widget-area,.post-card-full-slider > a > .post-thumbnail{
        width: 100%;
    }
    .wrapper{
        flex-direction: column;
    }
    /* Footer */
    #media_image-2{
        width: auto !important;
    }
    .footer-widget-area > .tie-row > .tie-col-sm-6:first-child > #text-html-widget-4 > div{
        font-size: 20px !important;
    }
    /* Files */
    .file-grid {
        grid-template-columns: 1fr 1fr; /* One column */
        grid-template-rows: auto;
        grid-template-areas:
            "file-small-1 file-small-2"
            "file-main file-main"
            "file-small-3 file-small-4";
        gap: 20px; /* Reduce gap for smaller screens */
    }
    /* ---- */
    .tab-content-wrapper{
        flex-direction: column;
        gap: 2rem;
    }
    .side-list > .side-item{
        margin-bottom: 15px;
    }
    .side-list{
        flex-direction: column;
    }
    .side-list > .side-item{
        flex-direction: row;
    }
    .tab-large-content.overlay > a > .post-thumbnail,
    .first-large-image > .overlay.first-image > a > .post-thumbnail{
        height: 240px !important;
    }
    .side-list > .side-item > a > .post-small-thumbnail{
        width: 137px;
        height: 96px;
    }
    /* Image Grid */
    .image-grid{
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas:
        "item1 item2 "
        "item3 item4 "
        "item5 item6"

    }
    .image-grid .item-1{
        grid-area: item1;
        scale: unset !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .image-grid .item-2{
        grid-area: item2;
        scale: unset !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .image-grid .item-3{
        grid-area: item3;
        scale: unset !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .image-grid .item-4{
        grid-area: item4;
        scale: unset !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .image-grid .item-5{
        grid-area: item5;
        scale: unset !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .image-grid .item-6{
        grid-area: item6;
        scale: unset !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .image-grid .item-7{
        grid-area: item7;
        scale: unset !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .image-grid .item-8{
        grid-area: item8;
        scale: unset !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .image-grid .item-9{
        grid-area: item9;
        scale: unset !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    /* ----- */
    .side-large-image{
        flex-direction: column;
    }
    .side-large-image > .overlay.side-image > a > .post-thumbnail{
        width: 100% !important;
        height: 240px !important;

    }
    .no-thumb-post-item{
        gap: 1rem;
    }
    /* ---- */
    .overlay.post-card-main-slider > a > .post-thumbnail{
        height: 240px !important;
    }
    .container > .wrapper{
        gap: 50px !important;
    }

    iframe{
        top: -194px !important;
    }
    .rate-header > div{
        padding-left: 43px;
        gap: 3.5rem;
    }
    #custom-floating-widget-area .social-icons-widget .social-icons-item .social-link{
        border-radius: 0px !important;
    }
    #footer-widgets-container > div.container{
        padding-top: 40px !important;
    }
    #media_image-2 > a > img{
        width: 80px;
    }
	.footer-widget-area > .tie-row > .tie-col-sm-6:first-child{
		height:95px ;
	}
    .footer-widget-area > div > .tie-col-sm-6.normal-side{
        margin-top: 20px;
    }
    .hot-topics > div#custom-widget-area{
        gap: 10px;
    }
    .no-thumb-post-item-timeline > .content:nth-last-child(-n+2){
        display: block !important;
    }
    .post-card-circle:last-child{
        display: flex;
    }
    .container-wrapper.bg-light .sidebar{
        display: flex !important;
        flex-direction: column !important;
    }
    .container-wrapper.bg-light .sidebar .section-heading{
        width: 100% !important;
    }
	.section-heading > a {
		display:none !important;
	}
	.mobile-more-btn{
		display:flex !important;
	}
}


.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
    animation: zoomIn 0.3s;
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}
.owl-nav{
	margin-top:0px !important;
	height:0px !important;
}

.h-slide-wrapper{
	gap:0 !important;
}
.h-slide-content{
	padding-left:2.5rem;
}
.h-slide-sidebar{
	padding-right:2.5rem
}
@media screen and (max-width: 768px) {
	.h-slide-content{
		padding-left:0 !important;
	}
	.h-slide-sidebar{
		padding-right: 0 !important;
	}
}
