.write-review-errors{color:red;}
.write-review-success{color:green;}

#featured-slider .owl-stage,
.owl-carousel .owl-stage-outer .owl-stage {
    display: flex;
    gap: 0;
}
#featured-slider .owl-item .item {
    width: 100%;
    min-height: 550px;
    max-height: 550px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    position: relative;
}
#featured-slider .owl-item .item img,
.ts-grid-box .ts-post-thumb a:first-child, .ts-grid-box .ts-post-thumb a:first-child img{
    max-width: 100%;
    max-height: inherit;
    width: auto !important;
    height: auto !important;
}
#featured-slider .owl-stage .owl-item,
.owl-carousel .owl-stage-outer .owl-stage .owl-item {
    margin: 0 -3px 0 3px;
}
.ts-grid-box .ts-post-thumb a.post-cat {
    min-height: auto;
    max-height: fit-content;
    height: auto;
}

.ts-grid-box .ts-post-thumb {
    width: 100%;
    min-height: 300px;
    max-height: 300PX;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    position: relative;
}


.row.post-list-wrapper .list-img{
	width: 100%;
    min-height: 300px;
    max-height: 300PX;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    position: relative;
}
.row.post-list-wrapper .list-img a, .row.post-list-wrapper .list-img a img{
    max-width: 100%;
    max-height: inherit;
    width: auto !important;
    height: auto !important;
    padding: 0;
    border: none;
    border-radius: 0;
}
.row.post-list-wrapper .i-list-news .list-content {
    height: auto;
}

.top-news {
    position: relative;
    padding: 10px 20px 10px 120px;
    background: #f2f3f5;
    border-radius: 10px;
    min-height: 120px;
    overflow: hidden;
    margin: 0 0 20px 0;
}
.top-news .post-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 120px;
    max-height: 120px;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #d0d2d5;
    max-width: 100px;
}
.top-news .post-image img {
    max-width: 100%;
    max-height: inherit;
    width: auto !important;
    height: auto !important;
    margin: 0;
}
.top-news a h3 {
    font-weight: 500;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.top-news a h3:hover {
    text-decoration: underline;
}
.top-news p{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ts-footer .recent-news {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.ts-footer .recent-news .recent-news-image {
    width: 100%;
    min-height: 80px;
    max-height: 80px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    position: relative;
    max-width: 115px;
    border-radius: 6px;
}
.ts-footer .recent-news .recent-news-image a, .ts-footer .recent-news .recent-news-image a img {
    min-height: auto;
    max-width: 100%;
    max-height: inherit;
    width: auto !important;
    height: auto !important;
}
/*.post-list-item .tab-content>.tab-pane {
    padding-left: 0;
}
.post-list-item .tab-content>.tab-pane .post-content.media {
    background: #f2f3f5;
    padding: 15px;
    border: none;
    border-radius: 6px;
}*/
.tab-content.featured-post .item {
    width: 100%;
    min-height: 550px;
    max-height: 550px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    position: relative;
}
.tab-content.featured-post .item img {
    min-height: auto;
    max-width: 100%;
    max-height: inherit;
    width: auto !important;
    height: auto !important;
}
.loc-main form.form {
    display: flex;
    gap: 10px;
    margin: 0 0 0 -5px;
}
.loc-main form.form {
    margin: 0;
    float: none !important;
    flex-wrap: nowrap;
    justify-content: end;
}
.loc-main form.form select,
.location-main select {
    border: solid 1px #ccc;
    height: 34px;
    padding: 0 6px;
    cursor: pointer;
}
.loc-main form.form button.btn.btn-primary {
    min-width: 40px;
    border-radius: 3px;
    background: #215bac;
}
div#plan_plan {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    margin: 30px 0 0 0;
    position: relative;
}
div#plan_plan br {
    display: none;
}
#plan_plan .our_plans {
    padding: 15px;
    background: #f2f3f5;
    border-radius: 10px;
    border: solid 1px #ddd;
}
#plan_plan .our_plans a {
    background: #215bac;
    color: #fff;
    padding: 6px 20px;
    display: inline-block;
    border-radius: 5px;
}
div#plan_plan img.loader-image1 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
}
.loc-main {
    width: 70% !important;
}
.language-main {
    background-color: #fff;
    border: #ccc solid 1px;
    padding: 2px 7px;
    border-radius: 0;
    color: #000;
}
.language-main select {
    border: none;
    background: transparent;
    cursor: pointer;
	max-width:100%;
}
.our_blocks .i-list-news {
    background: #eee;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.our_blocks .i-list-news .list-scontent p {
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.our_blocks .i-list-news .list-scontent p span {
    font-weight: 700;
}

/* ==============================
   YOUTUBE CHANNELS – DESKTOP
   ============================== */
.top-channels-news {
    position: relative;
    background: #f2f3f5;
    border-radius: 10px;
    min-height: 138px;
    overflow: hidden;
}

/* Video box (desktop) */
.top-channels-news .post-image {
    position: absolute;
    left: 20px;
    top: 10px;
    width: 160px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d0d2d5;
    border-radius: 6px;
}

.top-channels-news .post-image iframe {
    width: 100%;
    height: 100%;
}

/* Text */
.top-channels-news p {
    padding-left: 23%;
    margin-bottom: 6px;
}

.top-channels-news a h3 {
    font-weight: 500;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.top-channels-news a h3:hover {
    text-decoration: underline;
}

/* ==============================
   MOBILE VIEW (STACKED)
   ============================== */
@media (max-width: 991px) {

    .top-channels-news {
        min-height: auto;
    }
	
	.top-channels-news p {
		padding-left: 0;
	}

    /* Title ABOVE video */
    .top-channels-news .p-cat {
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: 600;
    }

    /* Reset absolute positioning */
    .top-channels-news .post-image {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: auto;
        max-width: 100%;
        background: transparent;
        margin-bottom: 8px;
    }

    /* Full-width iframe */
    .top-channels-news .post-image iframe {
        width: 100%;
        height: 220px;
        border-radius: 8px;
    }

    /* Hide description on mobile */
    .top-channels-news .p-cat-desc {
        display: none;
    }

    .top-channels-news a h3 {
        -webkit-line-clamp: 3;
        line-height: 22px;
    }
}
	
/* Increase arrow size */
#channel-videos-slider .owl-nav button.owl-prev,
#channel-videos-slider .owl-nav button.owl-next {
	font-size: 40px !important;   /* Arrow size */
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #000 !important;
	color: #fff !important;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
}

/* Position left arrow */
#channel-videos-slider .owl-nav button.owl-prev {
	left: -95px;
}

/* Position right arrow */
#channel-videos-slider .owl-nav button.owl-next {
	right: -25px;
}

/* Hover effect */
#channel-videos-slider .owl-nav button:hover {
	background: #ff6600 !important;
}


/* MOBILE DATE POSITION FIX */
@media (max-width: 768px) {

    .top-bar .col-lg-2 {
        position: absolute;
        right: 10px;
        top: 20px;
        width: auto;
        text-align: right;
    }

    .top-bar .col-lg-2 strong {
        font-size: 14px;
    }

}

/* =========================
   MOBILE TOP BAR DESIGN
 ========================= */
@media (max-width:768px){

.top-bar .row{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}

/* Language box */
.language-main{
    width:54% !important;
}

/* Date */
.mobile-date{
    width:30%;
    text-align:right;
    padding-top:6px;
}

.mobile-date strong{
    font-size:14px;
}

/* Location dropdown row */
.loc-main{
    width:100%;
    margin-top:8px;
}

}

.mobile-date{margin-top: 1.5%; font-size: 18px;}