/* ==============================================================
   WEBINSHOT NEWS - CORE STYLESHEET
   Version: 0.1 | Font: Mukta (Google Fonts)
   Developer: Webinshot Professional Team
   ============================================================== */

/* [2] GLOBAL VARIABLES & THEME SETTINGS */
:root {
    --ws-red: #e60000;
    --ws-dark: #111111;
    --ws-text: #333333;
    --ws-gray: #f5f5f5;
    --ws-border: #e2e2e2;
    --ws-white: #ffffff;
    --ws-font: 'Mukta', sans-serif;
    --ws-container: 1240px;
    --ws-radius: 12px;
}

/* [3] RESET & BASE STYLES */
*, *::before, *::after { box-sizing: border-box; }

html, body {
    margin: 0; padding: 0;
    font-family: var(--ws-font);
    background-color: var(--ws-white);
    color: var(--ws-text);
    -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; transition: 0.2s; }
ul { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, h5, h6 { color: var(--ws-dark); margin: 0 0 15px 0; font-weight: 700; line-height: 1.3; }

/* [4] LAYOUT UTILITIES */
.ws-container { max-width: var(--ws-container); margin: 0 auto; padding: 0 15px; width: 100%; }
.d-flex { display: flex; }
.align-center { align-items: center; }
.justify-between { justify-content: space-between; }


/* [5] DESKTOP HEADER SECTIONS */

/* Row 1: Black Strip */
.ws-top-strip { background-color: #000000; color: #ffffff; font-size: 13px; font-weight: 600; padding: 10px 0; border-bottom: 1px solid #222; }
.ws-top-links a { color: #fff; margin-right: 15px; opacity: 0.9; }
.ws-top-links .sep { color: #666; margin-right: 15px; }
.ws-top-social { gap: 20px; display: flex; align-items: center; }
.ws-top-social img { width: 20px; height: 20px; object-fit: contain; filter: brightness(0) invert(1); }

/* Row 2: Mid Header (Logo + Icons) */
.ws-mid-header { background-color: #ffffff; padding: 15px 0; border-bottom: 1px solid #f0f0f0; }
.ws-logo img { height: 60px; width: auto; object-fit: contain; }
.ws-icon-nav { display: flex; gap: 35px; }
.icon-box { display: flex; flex-direction: column; align-items: center; color: #000; font-size: 16px; font-weight: 700; cursor: pointer; }
.icon-box img { width: 28px; height: 28px; margin-bottom: 5px; transition: 0.2s; }
.icon-box:hover img { transform: translateY(-3px); }
.icon-box:hover span, .icon-box.active span { color: var(--ws-red); }

/* Row 3: Main Red Navigation (Sticky) */
.ws-main-nav { background-color: var(--ws-red); box-shadow: 0 4px 10px rgba(0,0,0,0.15); position: sticky; top: 0; z-index: 1000; }
.ws-menu-items { display: flex; flex-wrap: wrap; }
.ws-menu-items li a { display: block; color: #ffffff; font-size: 19px; font-weight: 800; padding: 6px 10px; border-right: 0px solid rgba(255,255,255,0.15); }
.ws-menu-items li a:hover { background-color: rgba(0,0,0,0.2); }
.ws-all-menu-btn { background: none; border: none; cursor: pointer; padding: 0 10px; }


/* [6] HOME PAGE CONTENT UI (ROUNDED CORNERS) */
.ws-big-card { border-radius: 16px; overflow: hidden; }
.ws-card-img { border-radius: 16px; }
.ws-cat-badge { border-radius: 6px; }
.ws-small-img img { border-radius: 10px; }
.ws-hero-side { background: #fff; border-radius: 12px; }


/* [7] SEARCH OVERLAY SYSTEM */
.ws-search-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.95); z-index: 9999; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; }
.ws-search-overlay.active { opacity: 1; visibility: visible; }
.ws-search-box input { border-radius: 8px; }


/* [9] Space for Bottom Nav */
.ws-mobile-tools,.ws-mobile-bottom-bar,.ws-drawer-overlay{display:none!important}
@media (max-width:768px){
body{padding-bottom:60px!important}
.ws-top-strip,.ws-icon-nav,.d-none-mobile{display:none!important}
.ws-mid-header .ws-container{justify-content:space-between!important;align-items:center}
.ws-logo img{height:45px;max-height:45px;width:auto;display:block;transform:translateX(4px)}
.ws-mobile-tools{display:flex!important;gap:10px}
.mob-icon-box img{width:30px;height:30px}
.ws-main-nav{width:100%!important;background-color:var(--ws-red)!important;position:sticky!important;top:0;z-index:1000;overflow:hidden}
.ws-main-nav .ws-container{padding:0!important;display:block!important;max-width:100%!important}
.ws-navbar{width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch;display:block!important}
.ws-menu-items{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;margin:0!important;padding:0 15px 2px 5px!important;list-style:none!important}
.ws-menu-items li{flex:0 0 auto!important}
.ws-menu-items li a{display:block!important;white-space:nowrap!important;padding:2px 7px!important;font-size:16px!important;font-weight:700!important;color:#fff!important;border-right:1px solid rgba(255,255,255,.1)}
.ws-all-menu-btn{display:none!important}
.ws-navbar::-webkit-scrollbar{height:4px!important;display:block!important}
.ws-navbar::-webkit-scrollbar-thumb{background:#fff!important;border-radius:4px}
.ws-navbar::-webkit-scrollbar-track{background:rgba(0,0,0,.05)}
.ws-mobile-bottom-bar{display:block!important;position:fixed;bottom:0;left:0;right:0;width:100%;background:#fff;box-shadow:0 -2px 10px rgba(0,0,0,.1);border-top:1px solid #f0f0f0;z-index:99999;height:calc(55px + env(safe-area-inset-bottom));padding:0!important;margin:0!important;box-sizing:border-box;overflow:hidden}
.ws-bottom-container{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:100%;height:56px}
.ws-b-item{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;padding:0;background:transparent!important;border:none!important;box-shadow:none!important;outline:none!important}
.ws-b-icon img{width:22px;height:22px;margin-bottom:5px;object-fit:contain}
.ws-b-label{font-size:12px;font-weight:700;color:#333;line-height:1;white-space:nowrap}
.ws-b-item.active .ws-b-label{color:var(--ws-red)}
.ws-b-item.active img{filter:invert(16%) sepia(96%) saturate(6864%) hue-rotate(358deg) brightness(96%) contrast(114%)}
.ws-footer-grid{grid-template-columns:1fr;text-align:center}
.ws-footer-title::after{left:50%;transform:translateX(-50%)}
.ws-footer-bottom{flex-direction:column;gap:10px}
html,body,#page,.site,.site-header{overflow-x:visible!important;overflow-y:visible!important;height:auto!important}
.ws-site-header{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:99999!important;width:100%!important;background:#fff;box-shadow:0 3px 5px rgba(0,0,0,.1);-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translate3d(0,0,0)}
.ws-mid-header{position:relative!important;background:#fff!important;padding:5px 0!important;border-bottom:1px solid #f0f0f0}
.ws-main-nav{position:relative!important;background-color:var(--ws-red)!important;margin:0!important;padding:0!important}
#content,.site-content,main{padding-top:0!important}
}



/* [10] MOBILE DRAWER SYSTEM */
.ws-mobile-drawer { position: fixed; top: 0; right: -300px; width: 300px; height: 100%; background: #fff; z-index: 100000; transition: right 0.3s ease; box-shadow: -5px 0 15px rgba(0,0,0,0.1); }
.ws-mobile-drawer.open { right: 0; }
.drawer-header { background: var(--ws-red); color: #fff; padding: 15px; display: flex; justify-content: space-between; align-items: center; font-weight: 800; font-size: 18px; }
#ws-close-drawer { background: none; border: none; color: #fff; font-size: 30px; cursor: pointer; }
.ws-drawer-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 99999; }
.ws-drawer-overlay.active { display: block; }


/* --- [10] HAMBURGER BUTTON --- */
.ws-side-panel{position:fixed;top:0;right:0;width:320px;height:100vh;background:#b30000;z-index:100000;box-shadow: 2px 0 0px rgba(0,0,0,.4);transform:translateX(100%);transition:transform .4s cubic-bezier(.165,.84,.44,1);overflow-y:auto;scrollbar-width:thin}
.ws-side-panel.ws-side-panel--is-active{transform:translateX(0)}
.ws-side-panel__header{padding:25px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.15)}
.ws-side-panel__logo-box{background:#fff;padding:8px 12px;border-radius:10px;display:inline-block;max-width:160px;box-shadow:0 4px 15px rgba(0,0,0,.2)}
.ws-side-panel__logo-box img{width:100%;max-height:50px;object-fit:contain}
.ws-side-panel__close-trigger{background:#ffd500;border:none;border-radius:50px;cursor:pointer;display:flex;padding:8px;transition:.3s;box-shadow:0 2px 8px rgba(0,0,0,.2)}
.ws-side-panel__close-trigger:hover{background:#fff;transform:rotate(90deg)}
.ws-side-panel__close-trigger svg{stroke:#b30000}
.ws-side-panel__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:10px;margin:0;list-style:none}
.ws-side-panel__grid li{margin:0;padding:0;border:none!important}
.ws-side-panel__grid li a{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #000;border-radius:50px;color:#000!important;text-align:center;padding:5px;font-size:20px;font-weight:800;text-decoration:none;transition:.2s cubic-bezier(.4,0,.2,1);font-family:Mukta,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ws-side-panel__grid li a:hover{background:#fdfdfd;border-color:#fff;color:var(--ws-red)!important;transform:translateY(-3px);box-shadow:0 6px 12px rgba(0,0,0,.2)}
.ws-side-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.75);z-index:99999;opacity:0;visibility:hidden;transition:opacity .4s}
.ws-side-overlay.ws-side-overlay--is-visible{opacity:1;visibility:visible}

/* ============================================================== [27] SCROLL TO TOP BUTTON STYLING ============================================================== */
.ws-scroll-top{position:fixed;bottom:30px;right:30px;width:48px;height:48px;background:var(--ws-red);color:#fff;border:none;border-radius:50%;cursor:pointer;z-index:9999;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(0,0,0,.2);opacity:0;visibility:hidden;transform:translateY(20px);transition:all .4s cubic-bezier(.165,.84,.44,1)}
.ws-scroll-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
.ws-scroll-top:hover{background:#000;transform:scale(1.1)}
.ws-scroll-top svg{width:20px;height:20px}
@media (max-width:768px){
.ws-scroll-top{bottom:80px;right:20px;width:42px;height:42px}
}

/* ============================================================== [41.2] AUTO-SCROLLING SLIDER STYLING============================================================== */
.ws-auto-slider{background:#fff;padding:10px 0;border-bottom:1px solid #f0f0f0;position:relative;overflow:hidden}
.ws-slider-view{display:flex;gap:8px;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.ws-slider-view::-webkit-scrollbar{display:none}
.ws-slider-item{flex:0 0 300px;gap:8px;display:flex;align-items:center;background:#fff;text-decoration:none;transition:transform .2s}
.ws-item-thumb img,.ws-item-placeholder{width:90px;height:40px;object-fit:cover;border-radius:6px;margin-right:12px}
.ws-item-placeholder{background:#eee}
.ws-item-title{font-size:16px;font-weight:700;line-height:1.2;color:#1a1a1a;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.ws-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;background:rgba(255,255,255,.9);border:1px solid #eee;border-radius:50%;cursor:pointer;z-index:5;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.1);color:#333}
.ws-prev{left:0}
.ws-next{right:0}
@media (max-width:768px){
.ws-slider-item{flex:0 0 85%}
.ws-nav-btn{display:none}
.ws-item-thumb img{width:80px;height:55px}
.ws-item-title{font-size:14px}
}


/* ==============================================================
   [61] EXACT MAGAZINE REPLICA STYLING
   ============================================================== */
.ws-magazine-section {
    padding: 10px 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.ws-mag-grid-wrapper {
    display: grid;
    grid-template-columns: 2.6fr 1fr; /* Left Content (Col 1+2) vs Sidebar (Col 3) */
    gap: 5px;
}



/* --- LEFT CONTENT AREA (Col 1 & 2) --- */
.ws-main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 15px;
}

.ws-main-title {
    font-size: 22px;
    font-weight: 800;
    color: #e60000; /* Red Title */
    margin: 0;
}
.ws-main-arrow {
    color: #e60000;
    font-weight: bold;
}

.ws-content-grid {
    display: grid;
    grid-template-columns: 1.10fr 1fr; /* Col 1 vs Col 2 */
    gap: 10px;
}

/* Col 1: Big Feature */
.ws-feature-img img {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.ws-feature-title {
   font-size: 1.5rem; 
    font-weight: 700;
    line-height: 1.20;
    margin: 0 0 5px 0;
    color: #000;
}
.ws-feature-desc { 
    font-size: 1.2rem; 
    color: #444; 
    line-height: 1.; 
}

/* Col 2: Small List */
.ws-small-thumb:hover img {
    transform: scale(1.2); 
}
.ws-col-2-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ws-small-item {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 1px solid #f0f0f0;
}
.ws-small-item:last-child { 
    border-bottom: none; 
}

.ws-small-thumb {
    width: 120px; 
    height: 55px; 
    border-radius: 4px;
    overflow: hidden; 
    border: 1px solid #ccc; 
    flex-shrink: 0; 
}
.ws-small-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: transform 0.5s ease; 
    display: block;
}

.ws-small-thumb:hover img {
    transform: scale(1.2); 
}
.ws-small-title {
    font-size: 1.1rem; 
    font-weight: 500;
    line-height: 1.35;
    margin: 0 0 8px 0;
    color: #000;
}

.ws-small-item:hover .ws-small-title { 
    color: #e60000; 
}

/* Meta Data Styling */
.ws-meta-line { 
    font-size: 0.9rem; 
    color: #666; 
}
.author-red { 
    color: #000; 
    font-weight: 700; 
}


/* Scroll Area */
.ws-sidebar-scroll {
    height: 480px; /* Fixed Height */
    overflow-y: auto;
    padding-right: 5px;
}

/* Custom Scrollbar (Red Thumb) */
.ws-sidebar-scroll::-webkit-scrollbar { 
    width: 4px; 
}
.ws-sidebar-scroll::-webkit-scrollbar-track { 
    background: #f1f1f1; 
}
.ws-sidebar-scroll::-webkit-scrollbar-thumb { 
    background: #e60000; 
    border-radius: 10px; 
}

/* Timeline Items */
.ws-timeline-wrap {
    border-left: 1px solid #ddd; /* Vertical Grey Line */
    margin-left: 6px;
    padding-left: 15px;
}

.ws-timeline-item {
    position: relative;
    margin-bottom: 20px;
}

/* Hollow Red Circle Bullet */
.ws-timeline-item::before {
    content: '';
    position: absolute;
    left: -20px; /* Position on the grey line */
    top: 5px;
    width: 9px;
    height: 9px;
    background: #fff; /* Hollow center */
    border: 2px solid #e60000; /* Red Border */
    border-radius: 50%;
    z-index: 2;
}

.ws-timeline-title {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 5px 0;
    color: #000;
}
.ws-timeline-item:hover .ws-timeline-title { 
    color: #e60000; 
}


/* --- MOBILE RESPONSIVE --- */

/* For Tablets (max-width: 768px) */
@media (max-width: 768px) {
    .ws-mag-grid-wrapper { 
        grid-template-columns: 1fr; 
        gap: 20px; 
    }
    .ws-content-grid { 
        grid-template-columns: 1fr; 
        gap: 20px; 
    }

    .ws-feature-img img {
        height: 250px;  
    }

    .ws-mag-sidebar { 
        border-left: none; 
        padding-left: 0; 
        order: 3; /* Move to bottom */
    }
}

/* For Small Screens (max-width: 400px) */
@media (max-width: 400px) {
    .ws-feature-img img {
        height: 180px; 
    }

    .ws-mag-sidebar { 
        border-left: none; 
        padding-left: 0; 
        order: 3; /* Move to bottom */
    }
}
/* --- LEFT CONTENT AREA (Col 1 & 2) --- */
.ws-main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 15px;
}

.ws-main-title {
    font-size: 22px;
    font-weight: 800;
    color: #e60000; /* Red Title */
    margin: 0;
}
.ws-main-arrow {
    color: #e60000;
    font-weight: bold;
}

.ws-content-grid {
    display: grid;
    grid-template-columns: 1.10fr 1fr; /* Col 1 vs Col 2 */
    gap: 10px;
}

/* Col 1: Big Feature */
.ws-feature-img img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    margin-bottom: 12px;
}
.ws-feature-title {
   font-size: 1.5rem; 
    font-weight: 700;
    line-height: 1.20;
    margin: 0 0 5px 0;
    color: #000;
}
.ws-feature-desc { 
    font-size: 18px; 
    color: #444; 
    line-height: 1.4; 
}

/* Col 2: Small List */
.ws-small-thumb:hover img {
    transform: scale(1.2); 
}
.ws-col-2-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ws-small-item {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid #f0f0f0;
}
.ws-small-item:last-child { 
    border-bottom: none; 
}

.ws-small-thumb {
    width: 120px; 
    height: 55px; 
    border-radius: 4px;
    overflow: hidden; 
    border: 1px solid #ccc; 
    flex-shrink: 0; 
}
.ws-small-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: transform 0.5s ease; 
    display: block;
}

.ws-small-thumb:hover img {
    transform: scale(1.2); 
}
.ws-small-title {
    font-size: 1.2rem; 
    font-weight: 500;
    line-height: 1.30;
    margin: 0 0 5px 0;
    color: #000;
}

.ws-small-item:hover .ws-small-title { 
    color: #e60000; 
}

/* Meta Data Styling */
.ws-meta-line { 
    font-size: 0.9rem; 
    color: #666; 
}
.author-red { 
    color: #e60000; 
    font-weight: 700; 
}

/* --- RIGHT SIDEBAR: COLUMN 3 (TRENDING) --- */
.ws-mag-sidebar {
    border-left: 1px solid #eee; /* Separator line */
    padding-left: 20px;
}

/* Red Header Box */
.ws-sidebar-header {
    background-color: #e60000;
    padding: 8px 15px;
    margin-bottom: 15px;
}
.ws-sidebar-header h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

/* Scroll Area */
.ws-sidebar-scroll {
    height: 480px; /* Fixed Height */
    overflow-y: auto;
    padding-right: 5px;
}

/* Custom Scrollbar (Red Thumb) */
.ws-sidebar-scroll::-webkit-scrollbar { 
    width: 4px; 
}
.ws-sidebar-scroll::-webkit-scrollbar-track { 
    background: #f1f1f1; 
}
.ws-sidebar-scroll::-webkit-scrollbar-thumb { 
    background: #e60000; 
    border-radius: 10px; 
}

/* Timeline Items */
.ws-timeline-wrap {
    border-left: 1px solid #ddd; /* Vertical Grey Line */
    margin-left: 6px;
    padding-left: 15px;
}

.ws-timeline-item {
    position: relative;
    margin-bottom: 20px;
}

/* Hollow Red Circle Bullet */
.ws-timeline-item::before {
    content: '';
    position: absolute;
    left: -20px; /* Position on the grey line */
    top: 5px;
    width: 9px;
    height: 9px;
    background: #fff; /* Hollow center */
    border: 2px solid #e60000; /* Red Border */
    border-radius: 50%;
    z-index: 2;
}

.ws-timeline-title {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 5px 0;
    color: #000;
}
.ws-timeline-item:hover .ws-timeline-title { 
    color: #e60000; 
}


/* --- MOBILE RESPONSIVE --- */

/* For Tablets (max-width: 768px) */
@media (max-width: 768px) {
    .ws-mag-grid-wrapper { 
        grid-template-columns: 1fr; 
        gap: 10px; 
    }
    .ws-content-grid { 
        grid-template-columns: 1fr; 
        gap: 10px; 
    }

    .ws-feature-img img {
        height: 250px;  
    }

    .ws-mag-sidebar { 
        border-left: none; 
        padding-left: 0; 
        order: 3; /* Move to bottom */
    }
}

/* For Small Screens (max-width: 400px) */
@media (max-width: 400px) {
    .ws-feature-img img {
        height: 180px; 
    }

    .ws-mag-sidebar { 
        border-left: none; 
        padding-left: 0; 
        order: 3; /* Move to bottom */
    }
}

/* Mobile Devices */
@media (max-width: 767px) {
    .ws-small-thumb {
        width: 90px;       
        height: 50px;
        border-radius: 3px;
    }
}

/* Small Mobile (Very small screens) */
@media (max-width: 480px) {
    .ws-small-thumb {
        width: 100px;
        height: 70px;
    }
}



/* ============================================================== [65] HERO STYLE TWO (WEBINSHOT BOX LAYOUT) ============================================================== */
.ws-section-spacing{padding:20px 0;background:#fff}
.ws-hero-two-box{background:#f2f2f2;padding:20px;border:1px solid #e0e0e0}
.ws-h2-top{display:grid;grid-template-columns:2fr 1.7fr;gap:10px;align-items:center;margin-bottom:20px}
.ws-h2-label{color:var(--ws-red);font-weight:800;font-size:30px;margin-bottom:10px;display:block}
.ws-h2-title{font-size:2.2rem;font-weight:700;line-height:1.2;margin:0 0 7px;color:#000}
.ws-h2-title a:hover{color:var(--ws-red)}
.ws-h2-excerpt{font-size:1.1rem;color:#555;line-height:1.3;margin-bottom:10px}
.ws-h2-meta{font-size:.8rem;color:#777;font-weight:500}
.ws-h2-meta span{color:var(--ws-red);font-weight:700}
.ws-h2-media img{width:100%;height:300px;border-radius:10px;margin-bottom:12px}
.ws-h2-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;border-top:2px solid #dcdcdc;padding-top:20px}
.ws-h2-item{display:flex;justify-content:space-between;gap:15px;align-items:flex-start}
.ws-h2-item-info{flex:1}
.ws-h2-item-title{font-size:1.2rem;font-weight:700;line-height:1.4;margin-bottom:8px;color:#000}
.ws-h2-item-title a:hover{color:var(--ws-red)}
.ws-h2-item-thumb{width:110px;height:70px;border-radius:4px;overflow:hidden;border:1px solid #ccc}
.ws-h2-item-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}
.ws-h2-item-thumb:hover img{transform:scale(1.25)}

@media(max-width:768px){
.ws-section-spacing{padding:10px 0}
	 .ws-section-spacing .ws-container {
        padding-left: 8px !important;
        padding-right: 10px !important;
    }
.ws-hero-two-box{padding:5px;border-radius:0;border-left:none;border-right:none}
.ws-h2-top{display:flex;flex-direction:column-reverse;gap:10px;margin-bottom:20px}
.ws-h2-media{width:100%;aspect-ratio:15/9;background:#f4f4f4;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.ws-h2-media img{width:1280px;height:100%;object-fit:contain;border-radius:6px}
.ws-h2-title{font-size:1.7rem;line-height:1.2}
.ws-h2-excerpt{font-size:15px;line-height:1.5;display:block}
.ws-h2-label{font-size:12px;margin-bottom:5px}
.ws-h2-grid{grid-template-columns:1fr;gap:12px;padding-top:10px;border-top:1px solid #e0e0e0}
.ws-h2-item{padding-bottom:1px;border-bottom:2px dashed #dcdcdc;align-items:center}
.ws-h2-item:last-child{border-bottom:none;padding-bottom:0}
.ws-h2-item-thumb{width:100px;height:60px}
.ws-h2-item-title{font-size:1.1rem;font-weight:700;line-height:1.2;margin-bottom:5px}
}

/* ============================================================== [71] MIXED GRID SECTION (WEBINSHOT LAYOUT) ============================================================== */
.ws-mixed-section{padding:10px 5;background:#fff}
.ws-sec-header{border-bottom:2px solid #ddd;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}
.ws-sec-title{font-size:1.5rem;font-weight:800;color:var(--ws-red);border-bottom:2px solid var(--ws-red);padding-bottom:5px;margin-bottom:-2px;display:inline-block}
.ws-sec-arrow{color:var(--ws-red);font-weight:700}
.ws-mixed-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.ws-mix-col{display:flex;flex-direction:column;gap:17px}
.ws-mix-card{position:relative}
.ws-mix-thumb{display:block;overflow:hidden;border-radius:8px;position:relative}
.ws-mix-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}
.ws-mix-card:hover .ws-mix-thumb img{transform:scale(1.1)}
.ws-mix-title{font-weight:700;line-height:1.2;margin-top:8px;color:#000}
.ws-mix-title a:hover{color:var(--ws-red)}
.ws-mix-cat{color:var(--ws-red);font-size:1rem;font-weight:700;margin-top:4px;display:block}
.ws-mix-meta{font-size:.9rem;color:#888;margin-top:5px}
.ws-mix-meta span{color:var(--ws-red);font-weight:600}
.ws-mix-card.big .ws-mix-thumb{height:200px}
.ws-mix-card.big .ws-mix-title{font-size:1.2rem}
.ws-mix-card.small{display:flex;gap:12px;align-items:flex-start}
.ws-mix-card.small .ws-mix-thumb{width:100px;height:60px;flex-shrink:0}
.ws-mix-card.small .ws-mix-title{font-size:1.2rem;margin-top:0}

@media(max-width:768px){
.ws-mixed-section{padding:10px 0}
.ws-mixed-section .ws-container{padding:0 10px!important}
.ws-mixed-grid{display:flex;flex-direction:column;gap:0}
.ws-mix-col{display:flex;flex-direction:column;gap:15px;border-bottom:1px solid #e0e0e0;padding-bottom:15px;margin-bottom:15px}
.ws-mix-col:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.ws-mix-card.big{margin-bottom:5px}
.ws-mix-card.big .ws-mix-thumb{width:100%;height:210px;border-radius:6px;overflow:hidden}
.ws-mix-card.big .ws-mix-title{font-size:1.2rem;line-height:1.3;margin-top:8px}
.ws-mix-card.small{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start;gap:12px}
.ws-mix-card.small .ws-mix-thumb{width:110px;height:75px;flex-shrink:0;border-radius:6px}
.ws-mix-card.small .ws-mix-body{flex:1}
.ws-mix-card.small .ws-mix-title{font-size:1.2rem;line-height:1.4;margin-top:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.ws-mix-meta{font-size:.9rem;margin-top:4px}
.ws-mix-cat{display:none}
}

/* ============================================================== [75] HYBRID 4-COLUMN GRID (DESKTOP) & LIST (MOBILE) ============================================================== */
.ws-grid4-section{padding:20px 0;background:#fff}
.ws-grid4-wrapper{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}
.ws-grid4-card{display:flex;flex-direction:column}
.ws-grid4-thumb{width:100%;height:140px;border-radius:7px;overflow:hidden;position:relative;display:block;margin-bottom:10px}
.ws-grid4-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}
.ws-grid4-card:hover .ws-grid4-thumb img{transform:scale(1.1)}
.ws-grid4-cat{color:var(--ws-red);font-size:.9rem;font-weight:700;margin-bottom:2px;display:block}
.ws-grid4-title{font-size:1.2rem;font-weight:700;line-height:1.22;margin:0 0 2px;color:#000}
.ws-grid4-title a:hover{color:var(--ws-red)}
.ws-grid4-meta{font-size:12px;color:#888}
.ws-grid4-meta span{color:var(--ws-red);font-weight:600}
.ws-grid4-excerpt{display:none}
.d-none-desktop{display:none}

@media(max-width:768px){
.ws-grid4-section .ws-container{padding-left:10px!important;padding-right:10px!important}
.ws-grid4-wrapper{display:flex;flex-direction:column;gap:10px}
.d-none-desktop{display:flex}
.ws-grid4-card.ws-mob-big{border-bottom:1px solid #eee;padding-bottom:20px}
.ws-grid4-card.ws-mob-big .ws-grid4-thumb{height:220px;margin-bottom:10px}
.ws-grid4-card.ws-mob-big .ws-grid4-title{font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:5px}
.ws-grid4-card.ws-mob-big .ws-grid4-excerpt{display:block;font-size:1.1rem;color:#555;line-height:1.4;margin-bottom:5px}
.ws-grid4-card.ws-mob-small{flex-direction:row;gap:15px;align-items:flex-start;padding-bottom:10px;border-bottom:1px dashed #eee}
.ws-grid4-card.ws-mob-small:last-child{border:none}
.ws-grid4-card.ws-mob-small .ws-grid4-thumb{width:120px;height:80px;flex-shrink:0;margin-bottom:0}
.ws-grid4-card.ws-mob-small .ws-grid4-body{flex:1}
.ws-grid4-card.ws-mob-small .ws-grid4-title{font-size:1.2rem;line-height:1.3;margin-bottom:5px;font-weight:700;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.ws-grid4-card.ws-mob-small .ws-grid4-cat,
.ws-grid4-card.ws-mob-small .ws-grid4-excerpt{display:none}
}

/* ============================================================== [87] SPORTS SECTION LAYOUT (WEBINSHOT STYLE) ============================================================== */

.ws-sports-section{padding:20;background:#fff9ed}
.ws-sec-title{font-size:1.6rem;font-weight:800;color:#c00;border-bottom:2px solid #c00;padding-bottom:2px;margin-bottom:8px;display:inline-block}
.ws-sports-top{display:grid;grid-template-columns:1.3fr 1.2fr 1fr;gap:10px;margin-bottom:8px;border-bottom:1px solid #eee;padding-bottom:30px}
.ws-overlay-card{height:100%;position:relative;border-radius:8px;overflow:hidden;background:#000}
.ws-overlay-link{display:block;height:100%;position:relative}
.ws-overlay-img{width:100%;height:100%;background-size:cover;background-position:center;transition:transform .5s ease;opacity:.9}
.ws-overlay-card:hover .ws-overlay-img{transform:scale(1.05);opacity:.6}
.ws-overlay-link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:80%;background:linear-gradient(to top,rgba(0,0,0,.95),transparent);pointer-events:none}
.ws-overlay-content{position:absolute;bottom:20px;left:15px;right:15px;z-index:2}
.ws-overlay-title{color:#fff;font-size:1.3rem;font-weight:700;line-height:1.35;margin-bottom:10px}
.ws-meta-white{color:#ddd;font-size:13px}
.ws-meta-white span{color:#fff;font-weight:700}
.ws-sports-center{display:flex;flex-direction:column;gap:20px;border-right:1px solid #eee;padding-right:25px}
.ws-text-item{border-bottom:1px solid #f0f0f0;padding-bottom:10px}
.ws-text-item:last-child{border:none;padding:0}
.ws-text-title{font-size:1.1rem;font-weight:500;line-height:1.4;margin-bottom:5px;color:#000}
.ws-text-title a:hover{color:#c00}
.ws-std-card{display:flex;flex-direction:column}
.ws-std-thumb img{width:100%;height:160px;object-fit:cover;border-radius:4px;margin-bottom:10px}
.ws-std-title{font-size:1.2rem;font-weight:700;line-height:1.3;margin-bottom:4px;color:#000}
.ws-std-title a:hover{color:#c00}
.ws-sports-bottom{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.ws-std-thumb-small img{width:100%;height:130px;object-fit:cover;border-radius:4px;margin-bottom:10px}
.ws-std-title-small{font-size:1.1rem;font-weight:500;line-height:1.3;margin-bottom:5px;color:#000}
.ws-std-title-small a:hover{color:#c00}

@media(max-width:768px){
.ws-sports-section .ws-container{padding-left:10px!important;padding-right:10px!important}
.ws-sports-top{display:flex;flex-direction:column;gap:20px;padding-bottom:20px;border-bottom:1px solid #f0f0f0;margin-bottom:20px}
.ws-sports-col-1{width:100%}
.ws-overlay-card{min-height:220px;height:auto}
.ws-overlay-title{font-size:1.4rem;line-height:1.3}
.ws-sports-col-2{border-right:none;padding-right:0;padding-bottom:0;border-bottom:none}
.ws-text-item{padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid #f0f0f0}
.ws-text-title{font-size:1.2rem}
.ws-sports-col-3{display:none}
.ws-sports-bottom{display:grid;grid-template-columns:repeat(2,1fr)!important;gap:10px}
.ws-std-card{display:flex;flex-direction:column}
.ws-std-thumb-small img{height:100px;width:100%;object-fit:cover;border-radius:6px;margin-bottom:8px}
.ws-std-title-small{font-size:1.1rem;line-height:1.3;font-weight:700;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.ws-meta-gray{font-size:10px;color:#888}
}

/* ============================================================== [96] FOOTER FIX - CENTERED LAYOUT (SCREENSHOT STYLE) ============================================================== */


.ws-black-footer{background-color:#000!important;color:#ccc!important;padding:20px 0 30px;text-align:center!important;font-family:Mukta,sans-serif;border-top:none;margin-top:0}
.ws-footer-grid{display:flex!important;flex-direction:column!important;align-items:center!important;gap:15px!important;margin-bottom:20px}
.ws-footer-col{width:100%!important;max-width:1000px;margin:0 auto}
.ws-footer-heading,.ws-footer-title{color:#fff!important;font-size:16px!important;font-weight:700;text-transform:uppercase;margin-bottom:10px;display:inline-block;border:none!important;padding:0!important}
.ws-footer-heading:after,.ws-footer-title:after{display:none!important}
.ws-trending-grid,.ws-footer-links,.ws-inline-list{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:2px 15px!important;padding:0!important;margin:0!important;list-style:none!important}
.ws-trending-grid li,.ws-footer-links li{display:inline-block!important;width:auto!important}
.ws-trending-grid li a,.ws-footer-links li a{color:#999!important;font-size:12px!important;text-decoration:none;white-space:normal!important}
.ws-trending-grid li a:hover,.ws-footer-links li a:hover{color:#fff!important;text-decoration:underline}
.ws-trending-grid li:after{content:"|";margin-left:10px;color:#444}
.ws-trending-grid li:last-child:after{content:""}

.follow-section{display:flex;justify-content:center;align-items:center;gap:15px;margin:30px 0}
.follow-label{color:#fff;font-weight:700;font-size:15px;margin-right:5px}
.ws-footer-socials{display:flex;gap:12px;align-items:center}
.ws-footer-socials a{background:transparent;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid #fff;transition:.3s;text-decoration:none}
.ws-footer-socials a:hover{background:#e60000;border-color:#e60000;transform:translateY(-3px)}
.ws-footer-socials img{width:20px;height:20px;object-fit:contain;display:block;filter:brightness(0) invert(1)!important;opacity:1!important}
.ws-footer-socials a[aria-label="WhatsApp"] img{filter:none!important}

@media(max-width:768px){
.follow-section{flex-direction:column;gap:10px}
.ws-footer-socials a{width:42px;height:42px}
.ws-black-footer{padding-bottom:120px!important}
.ws-trending-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px 16px!important;padding:6px 10px}
.ws-trending-grid li{background:transparent!important;padding:3px 0!important;border-radius:0!important;font-size:13px;line-height:1.35;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ws-trending-grid li:after{display:none!important;content:none;margin:0}
}



/* ============================================================== [126] MASTER ARCHIVE LAYOUT ============================================================== */

.ws-master-grid-wrapper{display:flex!important;justify-content:space-between;gap:40px;align-items:flex-start;padding:0}
.ws-main-col-left{flex:0 0 85%;max-width:71%}
.ws-main-col-right{flex:0 0 30%;max-width:26%}
.ws-premium-header{border-bottom:2px solid #ddd;padding-bottom:5px;margin:12px 0 30px}
.ws-premium-title{font-size:1.4rem;font-weight:800;color:#111;display:inline-block;position:relative;padding-bottom:7px;margin-bottom:-11px;border-bottom:3px solid #111}
.ws-arch-mag-top{display:grid!important;grid-template-columns:1.4fr 1fr;gap:30px;margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid #f0f0f0}
.ws-round-12{border-radius:12px;width:100%;height:auto;display:block}
.ws-round-6{border-radius:6px;width:110px;height:75px;object-fit:cover}
.ws-title-lg-pro{font-size:1.5rem;font-weight:800;line-height:1.3;margin:15px 0 10px;color:#111}
.ws-excerpt-lg-pro{font-size:15px;color:#555;line-height:1.5;margin-bottom:15px}
.ws-arch-mag-list{display:flex;flex-direction:column;gap:10px}
.ws-list-item-pro{display:flex;gap:15px;align-items:flex-start;text-decoration:none;padding-bottom:15px;border-bottom:1px solid #f2f2f2}
.ws-list-item-pro:last-child{border-bottom:none}
.ws-title-sm-pro{font-size:1.1rem;font-weight:700;line-height:1.35;color:#000;margin-bottom:5px}
.ws-arch-mag-bottom{display:grid!important;grid-template-columns:repeat(3,1fr);gap:25px}
.ws-grid-img-box{display:block;overflow:hidden;border-radius:12px;margin-bottom:12px}
.ws-title-grid-pro{font-size:17px;font-weight:700;line-height:1.4;margin-bottom:8px}
.ws-meta-pro{font-size:12px;color:#888;font-weight:500}
.author-red{color:var(--ws-red);font-weight:700}
.ws-sidebar-sticky-box{position:sticky;top:100px;z-index:10}

@media(max-width:1024px){
.ws-container{padding-left:10px!important;padding-right:10px!important}
.ws-master-grid-wrapper{flex-direction:column}
.ws-main-col-left,.ws-main-col-right{flex:0 0 100%;max-width:100%}
.ws-arch-mag-top{grid-template-columns:1fr;border-bottom:none}
.ws-arch-mag-bottom{grid-template-columns:1fr;gap:30px}
.ws-sidebar-sticky-box{position:static;margin-top:40px}
.ws-title-lg-pro{font-size:22px}
}

.category_pagination{width:100%;margin:40px 0;display:flex;justify-content:center}
.loader{animation:rotate 1s infinite;height:50px;width:50px}
.loader:after,.loader:before{border-radius:50%;content:"";display:block;height:20px;width:20px}
.loader:before{animation:ball1 1s infinite;background:#cb2025;box-shadow:30px 0 0 #f8b334;margin-bottom:10px}
.loader:after{animation:ball2 1s infinite;background:#00a096;box-shadow:30px 0 0 #97bf0d}

@keyframes rotate{0%{transform:rotate(0) scale(.8)}50%{transform:rotate(360deg) scale(1.2)}100%{transform:rotate(720deg) scale(.8)}}
@keyframes ball1{0%{box-shadow:30px 0 0 #f8b334}50%{box-shadow:0 0 0 #f8b334;transform:translate(15px,15px);margin-bottom:0}100%{box-shadow:30px 0 0 #f8b334;margin-bottom:10px}}
@keyframes ball2{0%{box-shadow:30px 0 0 #97bf0d}50%{box-shadow:0 0 0 #97bf0d;transform:translate(15px,15px);margin-top:-20px}100%{box-shadow:30px 0 0 #97bf0d;margin-top:0}}
/* ==============================================================
   [155] BREADCRUMBS 
   ============================================================== */
.ws-breadcrumb-container{position:relative;padding:10px 0;margin-left:-15px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}
.ws-breadcrumb-container::-webkit-scrollbar{display:none}
.ws-breadcrumb-container::after{content:"";position:absolute;left:0;right:0;bottom:7px;height:4px;background:#e5e7eb;border-radius:10px;opacity:0;pointer-events:none;transition:opacity .25s ease}
.ws-breadcrumb-container:hover::after{opacity:1}
.ws-breadcrumb-list{display:flex;align-items:center;gap:5px;list-style:none;margin:0;padding:0}
.ws-bc-link{font-size:15px;font-weight:500;color:#2c3e50;text-decoration:none;white-space:nowrap}
.ws-bc-link:hover span{border-bottom:2px solid #cbd5e1}
.ws-bc-sep{color:#94a3b8;font-size:14px;flex-shrink:0}
.ws-bc-current{font-size:15px;font-style:italic;color:#64748b}
@media(max-width:768px){.ws-bc-link,.ws-bc-current{font-size:17px}}



/* [163] SIDEBAR STICKY LOGIC */
.ws-main-col-right,.main-sidebar-area{position:-webkit-sticky!important;position:sticky!important;top:40px!important;height:fit-content!important;align-self:flex-start!important;z-index:9}html,body,.ws-single-main-container,.ws-master-grid-wrapper{overflow:visible!important}@media(max-width:1024px){.ws-main-col-right,.main-sidebar-area{position:static!important;width:100%!important}}

/* [151] MASTER SINGLE POST PAGE & [161] SHARE BAR */
.ws-post-title-main{font-size:2.1rem;font-weight:800;line-height:1.1;color:#000;margin-bottom:4px}.ws-post-meta-pro{font-size:.9rem;color:#777;margin-bottom:10px}.author-red{color:var(--ws-red);font-weight:800}
.ws-post-featured-box{margin-bottom:3px;width:100%;height:auto;display:inline-block;overflow:hidden;border-radius:6px}.ws-post-featured-box img{width:100%;transition:transform .5s cubic-bezier(0,0,.42,1.21)}.ws-post-featured-box img:hover{transform:scale(1.1)}
.ws-img-caption{background:#f8f9fa;padding:10px 15px;font-size:1rem;color:#000;border-radius:0 0 12px 12px;border:1px solid #eee;border-top:none;text-align:center;line-height:1.1}
.ws-lead-highlight-box{background:#fffafa;padding:15px 10px;margin-bottom:15px;color:#000;font-size:1rem;line-height:1.2;font-weight:500;border-radius:4px}
.ws-internal-read-also{margin:20px 0 30px;font-size:1.3rem;line-height:1.5;border-bottom:1px solid #eee}.ws-read-prefix{color:#000;font-weight:800;margin-right:5px}.ws-read-link{color:var(--ws-red)!important;font-weight:700;text-decoration:none}

.ws-post-content-entry{font-size:1.4rem;line-height:1.6;color:#333}.ws-post-content-entry p{text-align:justify;text-justify:inter-word;hyphens:auto;word-spacing:.01px;margin-bottom:10px}.ws-post-content-entry h2,.ws-post-content-entry h3{color:var(--ws-red);font-size:1.5rem;font-weight:800;margin-top:20px}
.ws-related-posts-area{margin-top:20px;border-top:2px solid #111;padding-top:15px}.ws-related-main-title{font-size:1.4rem;font-weight:800;margin-bottom:10px}
.ws-related-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.ws-related-card{background:#fff}
.ws-related-thumb-link{position:relative;display:block;overflow:hidden;border-radius:10px;margin-bottom:10px}.ws-related-thumb-link img{width:100%;height:150px;object-fit:cover;transition:transform .4s ease}.ws-related-card:hover img{transform:scale(1.08)}
.ws-related-post-title{font-size:1rem;font-weight:700;line-height:1.4;color:#000;margin-bottom:6px}.ws-related-meta{font-size:.85rem;line-height:1.6;color:#555}
.ws-post-tags-box a{display:inline-block;padding:5px 15px;border:1px solid var(--ws-red);border-radius:4px;color:var(--ws-red);font-size:13px;font-weight:700;margin-right:8px;margin-bottom:8px}



.ws-ad-container{background-color:#f9f9f9;border:1px solid #eeeeee;padding:20px;margin:1px 0;bottom:2px;text-align:center;position:relative;min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center}.ws-ad-label{position:absolute;top:2px;left:50%;transform:translateX(-50%);font-size:12px;color: #000000;text-transform:uppercase;letter-spacing:1px}.ws-ad-content{width:100%;max-width:100%;display:flex;justify-content:center;overflow:hidden}.ws-ad-content img{max-width:100%;height:auto}



/* ==============================================================
   [165] READ MORE BUTTON & FADE EFFECT (SCREENSHOT REPLICA)
   ============================================================== */
.ws-content-wrapper{position:relative;overflow:hidden;transition:max-height .5s ease}
.ws-content-wrapper.ws-collapsed{max-height:500px}
.ws-content-wrapper.ws-expanded{max-height:none}
.ws-read-more-overlay{position:absolute;bottom:0;left:0;width:100%;height:150px;z-index:5;display:flex;justify-content:center;align-items:flex-end;pointer-events:none}
.ws-gradient-fade{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,1) 85%)}
.ws-read-more-btn{position:relative;pointer-events:auto;background:#d32f2f;color:#fff;border:1px solid #b71c1c;border-radius:100px;padding:2px 30px;font:700 17px 'Mukta',sans-serif;margin-bottom:8px;cursor:pointer;transition:.3s ease;box-shadow:0 4px 6px rgba(0,0,0,.1)}
.ws-read-more-btn:hover{background:#000;border-color:#000;transform:translateY(-2px)}


/* [174] SINGLE INFINITE SCROLL STYLING */
.ws-infinite-divider{text-align:center;margin:20px 0 10px;position:relative;z-index:1}.ws-infinite-divider span{background:#e60000;color:#fff;padding:2px 8px;border-radius:50px;font-size:14px;font-weight:700;text-transform:uppercase}.ws-infinite-divider::after{content:'';position:absolute;top:50%;left:0;width:100%;height:1px;background:#ddd;z-index:-1}.ws-single-loader{margin:40px 0;width:100%;display:flex;justify-content:center}

/* ============================================= [190] PHOTO STORIES DARK SECTION (FINAL VERSION) ============================================= */

.ws-photo-dark-section{background-color:#1f2227;padding:20px 0 40px;margin-top:30px}.ws-photo-header{border-bottom:1px solid rgba(255,255,255,.2);margin-bottom:15px;padding-bottom:10px}.ws-photo-title-main{font-size:24px;font-weight:800;color:#fff;margin:0}.ws-photo-grid-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.ws-photo-card-dark{text-decoration:none;display:flex;flex-direction:column}.ws-photo-thumb-box{position:relative;width:100%;aspect-ratio:16/9;border-radius:8px;overflow:hidden;margin-bottom:10px}.ws-photo-thumb-box img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.ws-photo-card-dark:hover img{transform:scale(1.05)}.ws-cam-icon{position:absolute;bottom:50px;left:110px;background:rgba(0,0,0,.6);color:#fff;width:50px;height:50px;border-radius:4px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.5)}.ws-photo-cat-blue{color:#ffbb00;font-size:16px;font-weight:700;display:block;margin-bottom:5px}.ws-photo-card-title{color:#fff;font-size:17px;font-weight:500;line-height:1.4;margin:0}.ws-photo-card-dark:hover .ws-photo-card-title{text-decoration:none;opacity:.9}
@media(max-width:768px){.ws-photo-grid-wrapper{display:flex;overflow-x:auto;gap:15px;padding-bottom:15px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.ws-photo-grid-wrapper::-webkit-scrollbar{display:block;height:3px}.ws-photo-grid-wrapper::-webkit-scrollbar-track{background:rgba(255,255,255,.1);border-radius:10px}.ws-photo-grid-wrapper::-webkit-scrollbar-thumb{background:#fff;border-radius:10px}.ws-photo-card-dark{flex:0 0 280px;scroll-snap-align:start}}

.ws-photo-stories-grid-page{padding-bottom:50px}.ws-stories-grid-layout{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.ws-story-card-archive{display:block;text-decoration:none;transition:transform .3s ease}.ws-story-card-archive:hover{transform:translateY(-5px)}.ws-story-thumb-archive{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:9/16;background:#f0f0f0;margin-bottom:10px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.ws-story-thumb-archive img{width:100%;height:100%;object-fit:cover}.ws-story-icon-overlay{position:absolute;top:10px;right:10px;background:rgba(0,0,0,.6);color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center}.ws-story-title-archive{font-size:16px;font-weight:700;line-height:1.4;color:#111;margin:0 0 5px}.ws-story-card-archive:hover .ws-story-title-archive{color:var(--ws-red)}.ws-story-date{font-size:12px;color:#888}
@media(max-width:1024px){.ws-stories-grid-layout{grid-template-columns:repeat(3,1fr);gap:15px}}
@media(max-width:600px){.ws-stories-grid-layout{grid-template-columns:repeat(2,1fr);gap:12px}.ws-story-title-archive{font-size:14px}}

.ws-story-list-container{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}
.ws-story-card-item{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.05);border:1px solid #eee;border-bottom:4px solid var(--ws-red)}
.ws-story-img-wrap{position:relative;width:100%}
.ws-story-main-img{width:100%;height:auto;display:block;min-height:300px;object-fit:cover}
.ws-story-badge{position:absolute;bottom:10px;left:0;background:rgba(0,0,0,.85);color:#fff;padding:6px 15px 6px 12px;font-weight:800;font-size:14px;border-radius:0 20px 20px 0;z-index:5}
.ws-vertical-share{position:absolute;top:20px;display:flex;flex-direction:column;gap:10px;z-index:10;background:rgba(255,255,255,.8);padding:8px 5px;border-radius:30px;backdrop-filter:blur(2px)}
.ws-vertical-share.pos-left{left:15px}
.ws-vertical-share.pos-right{right:15px}
.ws-vs-btn{width:34px;height:34px;background:#fff;border:1px solid #000;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.2s}
.ws-vs-btn img{width:18px;height:18px;object-fit:contain;filter:none!important}
.ws-vs-btn:hover{background:#000;border-color:#000}
.ws-vs-btn:hover img{filter:invert(1)!important}
.ws-story-text-wrap{padding:20px 8px;background:linear-gradient(to bottom,#fff 0%,#f9f9f9 100%)}
.ws-story-desc{font-size:18px;line-height:1.6;color:#222;font-weight:500}
@media(max-width:768px){
.ws-story-card-item{border-radius:0;border-left:none;border-right:none;margin-bottom:20px}
.ws-story-img-wrap{height:auto!important;background-color:#f4f4f4;display:flex;justify-content:center;align-items:center}
.ws-story-main-img{width:100%;height:auto!important;min-height:auto!important;object-fit:contain!important;max-height:550px}
.ws-story-desc{font-size:19px;padding:0 5px}
.ws-vertical-share{top:10px;gap:8px;padding:5px}
.ws-vertical-share.pos-left{left:10px}
.ws-vertical-share.pos-right{right:10px}
.ws-vs-btn{width:30px;height:30px}
.ws-vs-btn img{width:30px;height:17px}
}


.webinshot-internal-links-footer{margin:30px 0 20px;padding:12px 15px;border-left:4px solid #d92429;background:#fff;font-size:16px;color:#000;line-height:1.6}.webinshot-internal-links-footer a{color:#00f;text-decoration:none;font-weight:500;transition:color .2s ease-in-out}.webinshot-internal-links-footer a:hover{text-decoration:underline;color:#d92429}@media (max-width:768px){.webinshot-internal-links-footer{font-size:14px;margin-top:10px;padding:1px 10px}}


.ws-post-content-entry figure,.wp-caption{margin:25px 0;width:100%!important;max-width:100%!important;display:block}.ws-post-content-entry img,.wp-caption img{width:100%;height:auto;display:block;border-radius:4px 4px 0 0;box-shadow:0 2px 8px rgba(0,0,0,.05)}.ws-post-content-entry figcaption,.wp-caption-text{background-color:#f2f2f2;color:#555;font-size:13px;font-family:'Mukta',sans-serif;padding:8px 15px;text-align:center;border-bottom:1px solid #e0e0e0;border-radius:0 0 4px 4px;margin:0;line-height:1.4;display:block}.ws-post-content-entry .aligncenter,.ws-post-content-entry .alignleft,.ws-post-content-entry .alignright{margin-bottom:25px;clear:both;display:block;margin-left:auto;margin-right:auto}
@media(max-width:768px){.ws-post-content-entry figure,.wp-caption,.ws-post-content-entry img{width:100%!important;max-width:100%!important;float:none!important;margin-left:0!important;margin-right:0!important}.ws-post-content-entry figcaption,.wp-caption-text{font-size:12px;padding:6px 10px;text-align:center}}

.ws-post-content-entry iframe,.ws-post-content-entry object,.ws-post-content-entry embed,.ws-post-content-entry video{max-width:100%;width:100%;height:auto;aspect-ratio:16/9;border-radius:8px;margin:20px 0;display:block;box-shadow:0 4px 10px rgba(0,0,0,.05)}.wp-block-embed-youtube .wp-block-embed__wrapper{position:relative;width:100%;height:0;padding-bottom:56.25%}.wp-block-embed-youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%;aspect-ratio:unset!important}.twitter-tweet,.instagram-media,.tiktok-embed{margin:20px auto!important;width:100%!important;max-width:550px!important;border-radius:8px!important;box-shadow:0 2px 8px rgba(0,0,0,.05)}.fb-video,.fb-post{width:100%!important;margin:20px auto;display:flex;justify-content:center}.ws-post-content-entry span[style]{width:100%!important;display:block!important}
@media(max-width:768px){.ws-post-content-entry iframe{border-radius:6px}.twitter-tweet,.instagram-media{min-width:auto!important;width:100%!important}}


.ws-fb-wrapper{width:100%;display:flex;justify-content:center;margin:30px 0;background:#fff;border:1px solid #eee;border-radius:8px;padding:10px;overflow:hidden}.fb-post,.fb-video{width:100%!important;max-width:500px!important;display:block!important}@media(max-width:768px){.ws-fb-wrapper{margin:20px 0;padding:5px}}


.ws-author-profile-box{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:30px;display:flex;gap:30px;align-items:flex-start;margin:20px 0 40px}
.ws-auth-avatar{flex-shrink:0}
.auth-img-circle{width:110px;height:110px;border-radius:50%;border:4px solid #fff;box-shadow:0 4px 10px rgba(0,0,0,.08)}
.ws-auth-info{flex:1}
.ws-auth-name{font-size:26px;font-weight:800;color:#111;margin:0 0 10px;line-height:1.2}
.ws-auth-bio{font-size:15px;color:#555;line-height:1.6;margin-bottom:15px}
.ws-auth-socials{display:flex;gap:10px}
.ws-auth-socials .ws-sh-sq{width:32px;height:32px;border-radius:4px;background:#fff;border:1px solid #ddd}
.ws-auth-socials img{width:16px;height:16px;filter:none!important}
.ws-auth-section-title{border-bottom:2px solid #000;margin-bottom:30px;padding-bottom:10px}
.ws-auth-section-title h3{font-size:20px;font-weight:800;color:#000;margin:0;text-transform:uppercase}
@media(max-width:768px){
.ws-author-profile-box{flex-direction:column;align-items:center;text-align:center;padding:20px}
.auth-img-circle{width:90px;height:90px}
.ws-auth-socials{justify-content:center}
}


/* ==============================================================
   [TEAM PAGE] CUSTOM DESIGN (SCREENSHOT REPLICA)
   ============================================================== */

.ws-team-page-wrapper {
    padding: 10px 0 80px 0;
    background-color: #fff;
    font-family: 'Mukta', sans-serif;
}

/* 1. DECORATIVE HEADER (Orange Lines) */
.ws-team-main-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 100px; /* Space for the big image to pop up */
}
.ws-team-main-header .title {
    font-size: 32px;
    font-weight: 800;
    color: #ff8c00; /* Orange */
    margin: 0;
    text-transform: uppercase;
}
.ws-team-main-header .line {
    flex: 1;
    height: 5px;
    background-color: #ff8c00;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    max-width: 300px;
    display: block;
}


/* 2. CHIEF EDITOR CARD (BIG) */
.ws-team-chief-card {
    background-color: #fff5ea; /* Light Peach Background */
    border: 1px solid #eecfa1;
    border-radius: 8px;
    position: relative;
    padding: 90px 40px 40px 40px; /* Top padding for image space */
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* Big Avatar Pop-out */
.ws-team-avatar-lg {
    position: absolute;
    top: -75px; /* Pull image up */
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid #eecfa1; /* Matching border color */
    overflow: hidden;
    background: #fff;
}
.ws-team-avatar-lg img { width: 100%; height: 100%; object-fit: cover; }

.ws-member-name { font-size: 24px; font-weight: 800; margin-bottom: 5px; color: #000; }
.ws-member-handle { color: #ff8c00; font-weight: 600; font-size: 15px; margin-bottom: 20px; }
.ws-member-role { font-size: 20px; font-weight: 800; text-decoration: underline; margin-bottom: 15px; color: #000; }
.ws-member-bio { font-size: 16px; color: #333; line-height: 1.6; text-align: justify; }


/* 3. SUB HEADER */
.ws-team-sub-header {
    text-align: center;
    margin-bottom: 60px;
}
.ws-team-sub-header h3 {
    font-size: 22px;
    font-weight: 800;
    color: #000;
    display: inline-block;
    position: relative;
}


/* 4. TEAM GRID (SMALL CARDS) */
.ws-team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 Columns on Desktop */
    gap: 50px 40px; /* Vertical Gap increased for pop-out images */
    max-width: 800px;
    margin: 0 auto;
}

.ws-team-card {
    background-color: #fff5ea; /* Same Peach Background */
    border: 1px solid #eecfa1;
    border-radius: 10px;
    position: relative;
    padding: 60px 20px 20px 20px;
    text-align: center;
    margin-top: 30px; /* Space for top image */
    transition: transform 0.3s;
}
.ws-team-card:hover { transform: translateY(-5px); }

/* Small Avatar Pop-out */
.ws-team-avatar-sm {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #ff8c00; /* Orange Border */
    overflow: hidden;
    background: #fff;
}
.ws-team-avatar-sm img { width: 100%; height: 100%; object-fit: cover; }

.ws-team-card-body .name { font-size: 20px; font-weight: 700; margin-bottom: 5px; color: #000; }
.ws-team-card-body .handle { color: #ff8c00; font-weight: 600; font-size: 14px; margin: 0; }


/* --- MOBILE RESPONSIVE --- */
@media (max-width: 768px) {
    .ws-team-grid {
        grid-template-columns: 1fr; /* 1 Column on Mobile */
        gap: 80px;
    }
    .ws-team-main-header .line { display: none; } /* Hide lines on mobile */
    .ws-team-chief-card { padding: 80px 20px 30px 20px; }
}



/* ==============================================================
   [WIDGET] LATEST NEWS SIDEBAR (15 POSTS)
   ============================================================== */

.ws-latest-widget {
    background: #fff;
    margin-bottom: 30px;
    padding: 10px; /* Optional: Box padding */
}

/* 1. Double Line Header (Orange) */
.ws-latest-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.ws-latest-header .ws-title {
    font-size: 24px;
    font-weight: 800;
    color: #ff8c00; /* Dark Orange */
    margin: 0;
    white-space: nowrap;
}

.ws-latest-header .ws-line {
    flex: 1;
    height: 4px;
    border-top: 1px solid #ff8c00;
    border-bottom: 1px solid #ff8c00;
}

/* 2. List Items */
.ws-latest-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ws-latest-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.ws-latest-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* Title */
.ws-latest-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin: 0 0 8px 0;
    transition: color 0.2s;
}
.ws-latest-title:hover {
    color: #e60000; /* Hover Red */
}

/* Meta Data (Date Left - Cat Right) */
.ws-latest-meta {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
}

.ws-date {
    color: #211d1d;
}

.ws-cat {
    color: #ff8c00; /* Orange Category */
    text-decoration: none;
    font-weight: 700;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .ws-latest-widget {
        padding: 0; /* Remove padding on mobile to fit screen */
    }
    .ws-latest-title {
        font-size: 16px;
    }
}

.mob-icon-box{
    display:flex;
    align-items:center;
    border:2.0px solid #25D366;
    border-radius:100%;
    text-decoration:none;
    color:#25D366;
}



/* ==============================================================
   [163] SINGLE POST AUTHOR META (IMAGE & BLUE TICK)
   ============================================================== */

.ws-author-meta-box {
    display: flex;
    align-items: center;
    gap: 8px; /* Gap between Image, Name, and Tick */
}

/* Small Author Image */
.ws-auth-mini-thumb img {
    width: 28px;
    height: 28px;
    border-radius: 50%; /* Perfect Circle */
    border: 1px solid #eee;
    display: block;
}

/* Author Name Styling */
.author-red {
    color: var(--ws-red);
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
}




/* Mobile Tweaks */
@media (max-width: 768px) {
    .ws-post-meta-pro {
        flex-wrap: wrap;
        gap: 0px;
    }
    .author-red { font-size: 14px; }
}


@media (max-width: 768px) {
    .ws-main-nav {
        min-height: 35px !important; 
    }

    .ws-menu-items li a {
        font-size: 18px !important;
        padding: 5px 8px !important; 
        white-space: nowrap !important;
        line-height: 1.2;
        font-weight: 800 !important;
    }
}

body.single .ws-hybrid-share-bar{background-color:#fff;padding:5px 0;width:100%;z-index:999999;box-sizing:border-box;border:2px solid #e5e5e5;border-radius:8px}body.single .ws-share-container{display:flex;justify-content:space-between;align-items:center;max-width:100%;padding:0 2px;margin:0 auto;padding-bottom:2px}body.single .ws-share-group-left{display:flex;gap:8px;align-items:center}body.single .ws-share-icon{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:8px;cursor:pointer;transition:opacity .2s;padding:0}body.single .ws-share-icon img{width:24px;height:24px;display:block}.ws-bg-wa{background-color:#56b95a}.ws-bg-fb{background-color:#d5ccfc}.ws-bg-x{background-color:#dcdcdc}.ws-bg-tel{background-color:#31a4df}.ws-bg-more{background-color:#bfbfbf}body.single .ws-next-btn-pro{background-color:#c00;color:#fff!important;font-family:sans-serif;font-weight:800;font-size:16px;padding:0 20px;height:35px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;box-shadow:0 2px 2px rgba(0,0,0,.2)}@media (max-width:768px){body.single .ws-hybrid-share-bar{position:fixed!important;bottom:0!important;left:0!important;right:0!important;width:100%!important;background:#fff!important;border-top:1px solid #e0e0e0;box-shadow:0 -4px 10px rgba(0,0,0,.15);margin:0!important;padding-bottom:env(safe-area-inset-bottom,8px)!important}body.single .ws-share-icon{width:30px;height:30px}body.single .ws-next-btn-pro{height:30px}}

/* ============================================================== FOOTER COPYRIGHT============================================================== */
.ws-footer-copyright{padding:8px 0!important;text-align:center!important;border-top:1px solid rgba(255,255,255,.1);background:transparent!important;margin-top:8px!important}
.ws-footer-inner-flex{display:flex;justify-content:center;align-items:center;gap:2px;flex-wrap:wrap;max-width:100%}
.ws-copyright-text{margin:0!important;font-size:14px;color:#bbb;font-family:sans-serif;line-height:1.4;text-align:center}
.ws-copyright-text strong{color:#fff;font-weight:600}
.ws-divider{color:#fff;opacity:.4}
.ws-dev-label{font-size:16px;color:#888;white-space:nowrap}
.ws-footer-credit-link{text-decoration:none!important;display:inline-flex}
.ws-badge-pill{background:#fff!important;padding:1px 6px 2px 3px!important;border-radius:100px!important;display:inline-flex!important;align-items:center;gap:6px;text-decoration:none!important}
.ws-badge-icon{background:#000!important;color:#fff!important;width:20px;height:20px;border-radius:50%!important;display:flex!important;align-items:center;justify-content:center;font-family:"Times New Roman",serif;font-style:italic;font-weight:bold;font-size:22px;line-height:1}
.ws-badge-text{color:#000!important;font-weight:700!important;font-size:12px!important;font-family:Arial,sans-serif;letter-spacing:.2px;line-height:1}
@media(max-width:768px){
.ws-footer-copyright{padding:4px 10px!important;margin-top:-6px!important}
.ws-footer-inner-flex{flex-direction:column;gap:4px}
.ws-divider{display:none}
.ws-copyright-text{font-size:13px}
.ws-dev-label{font-size:12px}
.ws-badge-icon{width:20px;height:20px;font-size:20px}
.ws-badge-text{font-size:11px!important}
}
@media(max-width:360px){
.ws-footer-inner-flex{gap:3px}
.ws-copyright-text{font-size:12px}
.ws-badge-text{font-size:10.5px!important}
}
