/*
Theme Name: tiss-theme
*/

a:hover{
   
    text-decoration: none !important;
}
html {
    scroll-behavior: smooth;
}

/*PAGE SCORLLBAR*/

.container {
    max-width: unset !important;
    padding: 0 6% !important;
}



::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #1D1D1D;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FEDD56;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* =========================
   TOP HEADER
========================= */
.top-header{
    background:#ffffff;
    border-bottom:1px solid #e9ecef;
    position:relative;
    z-index:100;
    font-size:13px;
    padding:6px 0;
}

/* dropdown highest */
.header-search-wrap{
    position:relative;
}

.popular-tags-dropdown{
    position:absolute;
    top:58px;
    left:0;
    width:100%;
    z-index:99999;
}


.top-header .container-fluid{
    padding-left:30px;
    padding-right:30px;
}

/* date */
.top-header .small{
    color:#222;
    font-size:13px;
    letter-spacing:.3px;
}

/* social */
.social-links{
    display:flex;
    align-items:center;
    gap:14px;
}

.social-links a{
    width:24px;
    height:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#f7f7f7;
    color:#222;
    text-decoration:none;
    transition:.3s ease;
    font-size:14px;
}

.social-links a:hover{
    background:#d90429;
    color:#fff;
    transform:translateY(-2px);
}

/* ===========================
   FLOATING SOCIAL SIDEBAR
=========================== */
.floating-social{
    position:fixed;
    right:0;
    top:50%;
    transform:translateY(-50%);
    z-index:1050;
    display:flex;
    flex-direction:column;
    gap:0;
    opacity:0;
    visibility:hidden;
    transition:opacity .35s ease, visibility .35s ease;
}

body.f-nav .floating-social{
    opacity:1;
    visibility:visible;
}

.floating-social a{
    width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:15px;
    text-decoration:none;
    transition:width .25s ease, background .25s ease;
}

.floating-social a.fs-fb   { background:#1877f2; }
.floating-social a.fs-tw   { background:#000; }
.floating-social a.fs-ig   { background:#e1306c; }
.floating-social a.fs-yt   { background:#ff0000; }
.floating-social a.fs-li   { background:#0a66c2; }

.floating-social a:hover{
    width:46px;
    filter:brightness(1.15);
}


#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000000;
}


/* middle nav */
.top-news-nav{
    gap:25px;
}

.top-news-nav .nav-link{
    color:#111;
    font-weight:600;
    padding:6px 0;
    position:relative;
    transition:.3s;
}

.top-news-nav .nav-link:hover{
    color:#d90429;
}

.top-news-nav .nav-link::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:2px;
    background:#d90429;
    transition:.3s;
}

.top-news-nav .nav-link:hover::after{
    width:100%;
}

.top-news-wrap .slick-dots {
	display: none !important;
}


/* search */
/* search wrapper */
.header-search-wrap{
    position:relative;
}

/* form */
.header-search-form{
    position:relative;
}

.search-input{
    height:36px;
    border-radius:30px;
    padding-left:18px;
    padding-right:48px;
    border:1px solid #ddd;
    box-shadow:none !important;
    font-size:13px;
}

.search-input:focus{
    border-color:#d90429;
}

/* icon INSIDE input */
.search-btn{
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    border:none;
    background:none;
    padding:0;
    margin:0;
    color:#777;
    font-size:15px;
    transition:.3s;
    z-index:2;
}

.search-btn:hover{
    color:#d90429;
}

/* Search wrapper */
.header-search-wrap{
    position:relative;
    width:100%;
    z-index:9999;
}

/* hidden initially */
.popular-tags-dropdown{
    position:absolute;
    top:58px;
    left:0;
    width:100%;
    background:#fff;
    border-radius:12px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
    padding:18px;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:.25s ease;
    z-index:99999;
}

/* visible */
.popular-tags-dropdown.show{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.popular-tags-dropdown span,
.popular-title{
    display:block;
    margin-bottom:12px;
    color:#111;
    font-weight:600;
    font-size:14px;
}

.popular-tags-dropdown a{
    display:inline-block;
    margin:5px;
    padding:8px 14px;
    border-radius:30px;
    background:#f5f5f5;
    color:#333;
    text-decoration:none;
    font-size:13px;
    transition:.25s;
}

.popular-tags-dropdown a:hover{
    background:#d90429;
    color:#fff;
}

/*top header ends*/

/*header starts*/


/* header */
.news-header {
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 999;
    transition: box-shadow .35s ease, padding .35s ease;
}

/* sticky state */
body.f-nav .news-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:1040;
    transition:box-shadow .35s ease, padding .35s ease;
}

/* top-header sticks below main header when scrolled */
body.f-nav .top-header{
    position:fixed;
    top:var(--header-height, 80px);
    left:0;
    width:100%;
    z-index:1035;
    box-shadow:0 4px 12px rgba(0,0,0,.06);
    border-top:2px solid #d90429;
}

/* branding */
.header-branding{
    padding:28px 0 18px;
    border-bottom:1px solid #eee;
    text-align:center;
    transition:.3s;
    background:#fff;
}
body.f-nav .page-container{
    padding-top:140px;
}
body.f-nav .header-branding{
    padding:12px 0 8px;
}

.site-branding{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.site-logo img{
    max-height:90px;
    width:auto;
    transition:.3s;
}

body.f-nav .site-logo img{
    max-height:55px;
}

.site-tagline{
    margin:12px 0 0;
    color:#666;
    font-size:14px;
    transition:.3s;
}

body.f-nav .site-tagline{
    display:none;
}

/* hide inline social in top-header when sticky — floating panel takes over */
body.f-nav .top-header .social-links{
    display:none;
}

/* nav */
.header-navigation{
    background:#fff;
    padding:10px 0;
}

.main-nav{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    justify-content:center;
    gap:28px;
    white-space:nowrap;
}

.main-nav li{
    list-style:none;
    position:relative;
}

.main-nav li a{
    display:block;
    padding:18px 0;
    color:#111;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    transition:.3s;
}

body.f-nav .main-nav li a{
    padding:14px 0;
    font-size:13px;
}

/* body spacing when fixed */
body.f-nav{
    padding-top:140px;
}

/*header ends*/

/* top-news-wrap start */

.top-news-wrap {
    padding: 60px 0;
}
.top-news-title {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #c51e25;
    margin: 0 10px 0px 0;
    font-family: "Poppins", sans-serif;
}

.top-news-slide {
    margin: 10px;
}

.top-news-slide a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.top-news-img, .top-news-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.top-news-content {
    padding: 20px 0 0;
}

.top-news-content h2 {
    color: #5c5c5c;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    font-family: "Anek Malayalam", sans-serif;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
}

.top-news-slide a:hover .top-news-content h2 {
    color: #121212;
}

.custom-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
	transition: 0.3s ease;
}

.custom-prev {
	left: 15px;
}

.custom-next {
	right: 15px;
}

.custom-arrow i {
	color: #fff;
	font-size: 18px;
}

.custom-arrow:hover {
	background: #fff;
}

.custom-arrow:hover i {
	color: #000;
}

.editors-pick {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    background: #fff;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.editors-pick h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #272727;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e63946;
    flex-shrink: 0;
    font-family: "poppins";
}

.editor-item + .editor-item {
    border-top: 1px solid #f2f2f2;
}

.editor-item a {
    text-decoration: none;
}

.editor-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 8px;
    border-radius: 6px;
    transition: background .2s;
}

.editor-wrap:hover {
    background: #f7f7f7;
}

.editor-img {
    width: 130px;
    height: 90px;
    flex-shrink: 0;
    border-radius: 5px;
    overflow: hidden;
}

.editor-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s;
}

.editor-wrap:hover .editor-img img {
    transform: scale(1.05);
}

.editor-content h6 {
    font-size: 14px;
    font-weight: 600;
    color: #272727;
    line-height: 1.5;
    margin: 0;
    font-family: "Anek Malayalam", sans-serif;
    overflow: hidden;
}

.editor-wrap:hover .editor-content h6 {
    color: #e63946;
}

/* top-news-wrap ends */

/*home page starts*/

.tsc-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
	margin-bottom: 20px;
}
.tsc-section-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #272727;
    margin: 0;
    font-family: "Poppins", sans-serif;
}
.tsc-more-link {
    font-size: 14px;
    font-weight: 500;
    color: #e63946;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    transition: color 0.3s ease;
}
.tsc-more-link:hover {
    color: #121212;
}
.tsc-sub-section-col {
	display: flex;
    flex-direction: column;	
}
.tsc-medium-card .tsc-img, .tsc-medium-card .tsc-img img {
    height: 210px;
}
.tsc-ent-card {
    margin-bottom: 16px;
    display: flex;
    gap: 15px;
}
.tsc-ent-card .tsc-img, .tsc-ent-card .tsc-img img {
    width: 120px;
    height: 120px;
}
.tsc-ent-card .tsc-content h6 {
    font-size: 12px;
}
.tsc-ent-card .tsc-cat {
    font-size: 10px;
}
.tsc-main-section-col, .tsc-sub-section {
	border-right: 1px solid #e9e9e9;	
}
.tsc-sub-section:last-child {
    border-right: none;
}


/*home page ends*/
/* recommeded news section start */

.recommended-wrap {
    padding: 60px 0;
}

.recommended-wrap h4 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #272727;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e63946;
    font-family: "Poppins", sans-serif;
}

.recommended-col {
    border-right: 1px solid #e9e9e9;
}

.recommended-col:last-child {
    border-right: none;
}

.recommended-item a {
    display: block;
    text-decoration: none;
}

.recommended-img,
.recommended-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.recommended-item:hover .recommended-img img {
    transform: scale(1.03);
}

.recommended-content {
    padding: 12px 0 0;
}

.recommended-content h6 {
    font-size: 14px;
    font-weight: 600;
    color: #12121299;
    line-height: 1.5;
    margin: 0;
    font-family: "Anek Malayalam", sans-serif;
    transition: color 0.3s ease-in-out;
}

.recommended-item a:hover .recommended-content h6 {
    color: #121212;
}

/* recommeded news section ends */

/* local news section start */

.local-news-wrap {
    padding: 60px 0;
}

.local-news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e63946;
}

.local-news-title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #272727;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.more-link {
    font-size: 20px;
    font-weight: 600;
    color: #e63946;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    transition: color 0.3s ease;
}

.more-link i {
    margin-left: 4px;
}

.more-link:hover {
    color: #121212;
}

.news-featured a {
    display: block;
    text-decoration: none;
}

.news-featured .news-img,
.news-featured .news-img img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.news-featured a:hover .news-img img {
    transform: scale(1.03);
}

.news-featured .news-content {
    padding: 14px 0 0;
}

.news-featured .news-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #12121299;
    line-height: 1.4;
    margin: 0;
    font-family: "Anek Malayalam", sans-serif;
    transition: color 0.3s ease-in-out;
}

.news-featured a:hover .news-content h3 {
    color: #121212;
}

.news-small {
    margin-bottom: 20px;
}

.news-small a {
    display: block;
    text-decoration: none;
}

.news-small .news-img, .news-small .news-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.news-small a:hover .news-img img {
    transform: scale(1.03);
}

.news-small .news-content {
    padding: 10px 0 0;
}

.news-small .news-content h6 {
    font-size: 14px;
    font-weight: 600;
    color: #12121299;
    line-height: 1.5;
    margin: 0;
    font-family: "Anek Malayalam", sans-serif;
    transition: color 0.3s ease-in-out;
}

.news-small a:hover .news-content h6 {
    color: #121212;
}

/* local news section ends */

/* category slider section start */

.category-slider-wrap {
    padding: 60px 0;
}

.category-slider-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e63946;
}

.category-slider-head .category-slider-title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #272727;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.category-slider-head .more-link {
    font-size: 20px;
    font-weight: 600;
    color: #e63946;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    transition: color 0.3s ease;
}

.category-slider-head .more-link i {
    margin-left: 4px;
}

.category-slider-head .more-link:hover {
    color: #121212;
}

.category-slider {
    position: relative;
}

.category-slide {
    padding: 0 10px;
}

.category-slide a {
    display: block;
    text-decoration: none;
}

.cat-img,
.cat-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.category-slide a:hover .cat-img img {
    transform: scale(1.03);
}

.cat-content {
    padding: 12px 0 0;
}

.cat-content h6 {
    font-size: 14px;
    font-weight: 600;
    color: #12121299;
    line-height: 1.5;
    margin: 0 0 6px;
    font-family: "Anek Malayalam", sans-serif;
    transition: color 0.3s ease-in-out;
}

.category-slide a:hover .cat-content h6 {
    color: #121212;
}

.cat-name {
    font-size: 12px;
    font-weight: 600;
    color: #e63946;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cat-arrow {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: background 0.3s ease;
}

.cat-prev {
    left: -15px;
}

.cat-next {
    right: -15px;
}

.cat-arrow i {
    color: #fff;
    font-size: 16px;
}

.cat-arrow:hover {
    background: #e63946;
}

.cat-arrow:hover i {
    color: #ffffff;
}

/* category slider section ends */

/* three category section start */

.tsc-section {
    padding: 60px 0;
}

.tsc-big-card a,
.tsc-small-card a,
.tsc-medium-card a,
.tsc-ent-card a {
    display: block;
    text-decoration: none;
}

.tsc-img,
.tsc-img img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.tsc-big-card a:hover .tsc-img img,
.tsc-small-card a:hover .tsc-img img,
.tsc-medium-card a:hover .tsc-img img,
.tsc-ent-card a:hover .tsc-img img {
    transform: scale(1.03);
}

.tsc-content {
    padding: 8px 0 0;
}

.tsc-content h3,
.tsc-content h6 {
    font-family: "Anek Malayalam", sans-serif;
    font-weight: 600;
    color: #12121299;
    line-height: 1.5;
    margin: 0 0 4px;
    transition: color 0.3s ease-in-out;
}

.tsc-big-card a:hover .tsc-content h3,
.tsc-small-card a:hover .tsc-content h6,
.tsc-medium-card a:hover .tsc-content h6,
.tsc-ent-card a:hover .tsc-content h6 {
    color: #121212;
}

.tsc-content h3 {
    font-size: 18px;
}

.tsc-content h6 {
    font-size: 14px;
}

.tsc-cat {
    font-size: 11px;
    font-weight: 600;
    color: #e63946;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tsc-cat:hover {
    color: #212529;
    text-decoration: underline;
}

.tsc-big-card {
    margin-bottom: 16px;
}

.tsc-big-card .tsc-img,
.tsc-big-card .tsc-img img {
    height: 260px;
}

.tsc-small-card {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f2f2f2;
}

.tsc-small-card:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.tsc-small-card .tsc-img,
.tsc-small-card .tsc-img img {
    height: 120px;
}

.tsc-medium-card {
    margin-bottom: 16px;
}

.tsc-medium-card .tsc-img, .tsc-medium-card .tsc-img img {
    height: 200px;
}

.tsc-ent-card {
    margin-bottom: 16px;
}

.tsc-ent-card .tsc-img,
.tsc-ent-card .tsc-img img {
    height: 120px;
}

/* three category section ends */

/* gulf news section start */

.gulf-news-wrap {
    padding: 60px 0;
}

.gulf-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e63946;
}

.gulf-head h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #272727;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.gulf-head .more-link {
    font-size: 14px;
    font-weight: 500;
    color: #e63946;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    transition: color 0.3s ease;
}

.gulf-head .more-link:hover {
    color: #121212;
}

.gulf-col-big {
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    max-width: 40% !important;
}

.gulf-col-small {
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    max-width: 30% !important;
}

.gulf-card {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.gulf-card a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.gulf-img img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.gulf-card-big .gulf-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.gulf-content {
    padding: 10px 0 0;
}

.gulf-content h6 {
    font-size: 12px;
    font-weight: 600;
    color: #12121299;
    line-height: 1.5;
    margin: 0 0 4px;
    font-family: "Anek Malayalam", sans-serif;
    transition: color 0.3s ease-in-out;
}

.gulf-card-big .gulf-content h6 {
    font-size: 16px;
    font-weight: 600;
    color: #12121299;
    line-height: 1.5;
    margin: 0 0 4px;
    font-family: "Anek Malayalam", sans-serif;
    transition: color 0.3s ease-in-out;
}

.gulf-card a:hover .gulf-content h6 {
    color: #121212;
}

span.post-tag {
    display: block;
    font-size: 11px;
    line-height: 1;
    font-weight: 600;
    color: #e63946;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.breaking-news-col {
    border-left: 1px solid #eee;
    padding-left: 24px;
}

.breaking-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e63946;
}

.gulf-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e63946;
}

.breaking-head h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #272727;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.breaking-head a {
    font-size: 14px;
    text-decoration: none;
    color: #e63946;
}

.breaking-head a:hover {
    text-decoration: underline;
}

.breaking-card {
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #eee;
}

.breaking-card:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.breaking-card a {
    display: flex;
    gap: 12px;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.breaking-img img {
    width: 90px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.breaking-content h6 {
    font-size: 12px;
    font-weight: 600;
    color: #12121299;
    line-height: 1.5;
    margin: 0 0 4px;
    font-family: "Anek Malayalam", sans-serif;
    transition: color 0.3s ease-in-out;
}

.breaking-card a:hover .breaking-content h6 {
    color: #121212;
}

/* gulf news section ends */

/* politics crime section start */

.politics-crime-wrap{
    padding:60px 0;
}

.politics-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e63946;
}

.politics-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #272727;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

/* Featured (big) card */
.politics-featured-card {
    margin-bottom: 16px;
}

.politics-featured-card a {
    display: block;
    text-decoration: none;
}

.politics-featured-img, .politics-featured-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.politics-featured-card a:hover .politics-featured-img img {
    transform: scale(1.03);
}

.politics-featured-content {
    padding: 12px 0 0;
}

.politics-featured-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #12121299;
    line-height: 1.5;
    margin: 0;
    font-family: "Anek Malayalam", sans-serif;
    transition: color 0.3s ease-in-out;
}

.politics-featured-card a:hover .politics-featured-content h3 {
    color: #121212;
}

.politics-small-card {
    margin-bottom: 16px;
}

.politics-small-card a {
    display: block;
    text-decoration: none;
}

.politics-small-img, .politics-small-img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.politics-small-card a:hover .politics-small-img img {
    transform: scale(1.03);
}

.politics-small-content {
    padding: 8px 0 0;
}

.politics-small-content h6 {
    font-size: 13px;
    font-weight: 600;
    color: #12121299;
    line-height: 1.5;
    margin: 0;
    font-family: "Anek Malayalam", sans-serif;
    transition: color 0.3s ease-in-out;
}

.politics-small-card a:hover .politics-small-content h6 {
    color: #121212;
}

/* politics crime section ends */

/*footer starts*/
footer {
  background: #111;
}

footer a:hover {
  color: #00bcd4 !important;
}

footer .btn-outline-light {
  border-radius: 6px;
}
.footerlogo img{
    width:145px;
    height:auto;
    object-fit:cover;
}
.footer-social a{
    margin:0 5px !important;
}
.footer-abt a{
    color:#fff;
}
.footer-abt a:hover{
    color:#f49b0d !important;
}
/*footer ends*/

/*reusable sidebar and more news starts*/


.section-title{
    font-size:34px;
    font-weight:700;
    margin-bottom:30px;
    position:relative;
    padding-bottom:15px;
      font-family: "Poppins", sans-serif;
}

.section-title:after{
    content:"";
    width:80px;
    height:3px;
    background:#d90429;
    position:absolute;
    left:0;
    bottom:0;
}

.sidebar-widget{
    background:#fff;
    border-radius:16px;
    padding:25px;
    box-shadow:0 10px 35px rgba(0,0,0,.07);
}

.widget-title{
    font-size:24px;
    font-weight:700;
    margin-bottom:25px;
      font-family: "Poppins", sans-serif;
}

.recent-news-item{
    display:flex;
    gap:15px;
    margin-bottom:18px;
    padding-bottom:18px;
    border-bottom:1px solid #eee;
}

.recent-news-item img{
    width:90px;
    height:70px;
    object-fit:cover;
    border-radius:10px;
}

.recent-news-item h6{
    margin:0;
    font-size:15px;
    line-height:1.5;
    
}

.recent-news-item a{
    text-decoration:none;
    color:#111;
    font-size: 15px !important;
    font-family: "Anek Malayalam", sans-serif;
}

.recent-news-item a:hover{
    color:#d90429;
}

.recent-news-item small{
    color:#888;
}
.more-news-card{
    border:1px solid #eee;
    transition:.3s ease;
}

.more-news-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.08)!important;
}

.more-news-thumb{
    width:100%;
    height:220px;
    object-fit:cover;
}
.more-news-box .col-12{
    margin-bottom:25px;
}
.more-news-title{
    font-size:13px;
    font-weight:700;
    line-height:1.5;
    min-height:80px;
}

.more-news-title a:hover{
    color:#0d6efd !important;
}

.more-news .btn {
    font-weight: 600;
    background: none;
    border: 1px solid #676666;
    color: #676666;
}
.more-news .btn:hover {
  border: 1px solid #f49b0d;
    color: #f49b0d;
    background: none;
}

/*reusable sidebar and more news ends*/


/*category single page starts*/

.inner-category-title {
    text-transform: uppercase;
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #494848;
    margin-top: 20px;
}
.inner-cat-news-head a {
    font-size: 17px;
    font-family: "Anek Malayalam", sans-serif;
    font-weight: 700;
    line-height: inherit;
}
.inner-cat-image{
    min-height:150px;
    object-fit:cover;
}
.inner-category-box{
    box-shadow:3px 4px 11px 0 #00000030;
    border-radius:10px;
    
}
.tsc-ent-card .tsc-img, .tsc-ent-card .tsc-img img {
    width: 120px;
    height: 100px;
}

/*category page ends*/


/*latest news starts*/

.inner-latest-box {
    box-shadow: 4px 4px 10px #00000042;
    margin-bottom: 24px;
    border-radius: 8px;
}

/*trending page starts*/

.trending-title {
    font-size: 17px;
    font-family: "Anek Malayalam", sans-serif;
    font-weight: 700;
    line-height: inherit;
}
.trending-card {
    box-shadow: 4px 4px 10px #00000042;
    margin-bottom: 24px;
    border-radius: 8px;
}

.trending-thumb {
    min-height: 150px;
    object-fit: cover;
}


/*single page starts*/


.post-inner{
    margin:80px 0;
}





@media only screen and (min-width: 300px) and (max-width: 575.5px) {

body.f-nav .page-container {
    padding-top: 60px;
}
.site-logo img {
    max-height: 30px;
}
body.f-nav .site-logo img {
    max-height: 25px;
}
.site-tagline {
    font-size: 10px;
}
body.f-nav .site-tagline {
    margin-top: 6px;
    font-size: 10px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    width: 35px;
    height: 3px;
    background-color: #272727;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.col-d-none {
	display: none !important;
}
.header-search-wrap {
    display: none !important;
}
	
.top-news-title {
    font-size: 22px;
    font-weight: 600;
}
.top-news-img, .top-news-img img {
    width: 100%;
    height: 300px;
}
	

/* top header  */
	
.social-links {
    gap: 8px;
}
	

/* header section  */
	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 34px;
    height: 34px;
}
	
	

.top-news-title {
    font-size: 20px;
}
	
.top-news-content h2 {
    font-size: 18px;
    margin-bottom: 30px;
}
		
.top-news-wrap .slick-dots {
	display: block !important;
}
	
.custom-arrow {
	display: none !important;
}
	

.editors-pick {
    margin-top: 20px;
}
	
.editor-img {
    width: 130px;
    height: auto;
}
	
	
.recommended-wrap h4 {
    font-size: 18px;
}
	
.recommended-content h6 {
    font-size: 14px;
    margin-bottom: 20px;
}
	
	
.local-news-title {
    font-size: 18px;
    margin: 0;
}
	
.more-link {
    font-size: 14px;
}
	
.news-featured .news-content h3 {
    font-size: 16px;
    margin: 0 0 15px 0;
}
	
	
.category-slider-head .category-slider-title {
    font-size: 18px;
    margin: 0;
}
	
.category-slider-head .more-link {
    font-size: 14px;
}
	
	
.tsc-content h3 {
    font-size: 16px;
}
	
.tsc-big-card {
    margin-bottom: 20px;
}
	
.tsc-small-card {
    margin-bottom: 20px !important;
}
	
.tsc-sub-section-col {
    margin-top: 20px;
}
	
.tsc-main-section-col, .tsc-sub-section {
    margin-top: 20px;
}
	
	
.gulf-col-small {
    -ms-flex: 0 0 30% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
	
.gulf-col-big {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

	
	
.breaking-head h4 {
    font-size: 18px;
}
	
.breaking-news-col {
	margin-top: 20px;
}
	
.politics-featured-content h3 {
    font-size: 16px;
}
	
	
/* america page  */
	
.inner-cat-news-head a {
    font-size: 14px;
}	
	
.inner-category-box, .small {
    font-size: 14px;
}
	
.inner-category-title {
    text-transform: uppercase;
    font-size: 25px;
}
	
.recent-news-item.slick-slide {
    height: 120px !important;
}
	
.more-news .section-title {
    font-size: 22px;
}
	
	


}



@media only screen and (min-width: 576px) and (max-width: 767.5px) {
	
.site-logo img {
    max-height: 55px !important;
}

.mega-toggle-blocks-center, .mega-toggle-blocks-left {
	display: none !important;
}
	
.top-header .container-fluid{
	padding-left:15px;
	padding-right:15px;
}

.top-news-nav{
	flex-direction:column;
	align-items:flex-start !important;
	gap:0;
}

.top-news-nav .nav-link{
	padding:8px 0;
}

.popular-tags{
	display:none;
}

.social-links{
	gap:10px;
	flex-wrap:wrap;
}

.social-links a{
	width:30px;
	height:30px;
	font-size:13px;
}

	
 /* --- Top Header: date+social first, then search full width --- */
.top-header {
	padding: 10px 0;
}

    /* hide breaking news / nav links on mobile */
.top-news-nav {
	display: none !important;
}

/* date + social row */
.top-header-row-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

/* search bar full width row */
.top-header-row-search {
	width: 100%;
}

.top-header-row-search .header-search-wrap {
	width: 100%;
}

/* hide top-header completely when scrolled on mobile */
body.f-nav .top-header {
	display: none !important;
	position: static;
}
	
/* sticky mobile header — no top-header underneath */
body.f-nav .news-header {
	top: 0;
}

body.f-nav .header-branding {
	padding: 10px 0;
}

body.f-nav .site-logo img {
	max-height: 42px;
}

body.f-nav .page-container {
	padding-top: 74px;
}

body.f-nav {
	padding-top: 0;
}

/* --- Main Header: logo left, toggle right, hide tagline --- */
.news-header .col-8 {
	display: flex;
	align-items: center;
}

.header-branding {
	padding: 12px 0;
	border-bottom: none;
	text-align: left;
}

.site-branding {
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.site-tagline {
	display: none !important;
}

.site-logo img {
	max-height: 50px;
}

/* nav toggle sits right */
.news-header .col-4 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
	
.more-news-thumb{
	height:220px;
}

.more-news-title{
	min-height:auto;
}

	
}





@media only screen and (min-width: 991px) and (max-width: 1200.5px) { 

	.editor-content h6 {
    font-size: 12px;
}
	
.gis-spost-title a {
    font-size: 12px;
    word-break: break-word;
}
	
	
}


