﻿/*MAGAZINE nav BAR*/

.sky-magazine-bars {
    background: #f4f7fb;

}

.weather-box {
    width: 100%;
    background: #2B384E;
    padding: 0;
    margin: 0;
    border-radius: 10px 10px 0 0 !important;
}

    .weather-box iframe {
        width: 100% !important;
        border-radius: 10px 10px 0 0 !important;
    }


/* ============================= */
/* 860px TECHNOLOGY CATEGORY BAR */
/* ============================= */

.sky-video-post .entry-thumbnail {
    width: 264px !important;
    height: 165px !important;
}

.sky-video-post  .entry-content {
    min-height:90px;
}

.sky-video-post  .entry-title {
    height:40px !important;
}

.sky-tech-category-bar {
    width: 100%;
    min-height: 92px;
    background: linear-gradient(135deg, #101827 0%, #17243a 52%, #667daa 100%);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 0;
    padding: 12px;
    display: flex;
    align-items: center;
    box-shadow: 0 18px 44px rgba(12, 22, 40, .18);
}

.sky-tech-cat-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    overflow: visible;
}

.sky-tech-cat-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.055);
    color: rgba(255,255,255,.84);
    padding: 7px 10px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 3px;
    letter-spacing: .1px;
    transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

    .sky-tech-cat-link:hover,
    .sky-tech-cat-link:focus {
        background: rgba(255,255,255,.11);
        border-color: rgba(255,255,255,.26);
        color: #ffffff;
        text-decoration: none;
    }

    .sky-tech-cat-link.active {
        background: #9D2D3D;
        border-color: #9D2D3D;
        color: #ffffff;
    }

@media (max-width: 991.98px) {
    .sky-tech-category-bar {
        min-height: auto;
        padding: 10px;
    }

    .sky-tech-cat-link {
        min-height: 30px;
        padding: 7px 9px;
        font-size: 11.5px;
    }
}

@media (max-width: 575.98px) {
    .sky-tech-cat-menu {
        gap: 5px;
    }

    .sky-tech-cat-link {
        flex: 1 1 calc(50% - 5px);
        max-width: calc(50% - 5px);
    }
}
/* ============================= */
/* 416px ADVERTISEMENT BAR */
/* ============================= */

.sky-magazine-ad-bar {
    width: 416px;
    max-width: 100%;
    padding: 0 0 10px 0;
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 48%, #fed7aa 100%);
    border: 1px solid #fdba74;
    border-radius: 18px 18px 0 0;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    box-shadow: 0 14px 34px rgba(194, 65, 12, .13);
}

.sky-ad-bar-content {
    min-width: 0;
}

    .sky-ad-bar-content span {
        display: inline-block;
        background: #9a3412;
        color: #ffffff;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .7px;
        padding: 5px 8px;
        border-radius: 999px;
        margin-bottom: 8px;
    }

    .sky-ad-bar-content strong {
        display: block;
        color: #7c2d12;
        font-size: 17px;
        font-weight: 850;
        line-height: 1.15;
        margin-bottom: 5px;
    }

    .sky-ad-bar-content small {
        display: block;
        color: #9a3412;
        font-size: 12px;
        line-height: 1.35;
    }

.sky-ad-bar-link {
    flex: 0 0 auto;
    background: #7c2d12;
    color: #ffffff;
    text-decoration: none;
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 800;
}

    .sky-ad-bar-link:hover {
        color: #ffffff;
        background: #9a3412;
    }


/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 768px) {
    .sky-tech-category-bar {
        min-height: auto;
        align-items: flex-start;
        flex-direction: column;
    }

    .sky-tech-cat-left {
        width: 100%;
        flex: 0 0 auto;
    }

    .sky-tech-cat-menu {
        width: 100%;
    }

    .sky-tech-cat-dropdown {
        width: 100%;
    }

    .sky-tech-drop-btn {
        width: 100%;
        text-align: left;
    }

    .sky-magazine-ad-bar {
        flex-direction: column;
        align-items: flex-start;
    }
}


.sky-news-flat-bars {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #2B384E;
}

    .sky-news-flat-bars * {
        box-sizing: border-box;
    }

/* THEME COLORS */
.sky-news-theme-dark {
    --sky-theme-color: #1F293F;
    --sky-theme-rgb: 31, 41, 63;
}

.sky-news-theme-red {
    --sky-theme-color: #9D2D3D;
    --sky-theme-rgb: 157, 45, 61;
}

.sky-news-theme-blue {
    --sky-theme-color: #69B8EA;
    --sky-theme-rgb: 105, 184, 234;
}

.sky-news-theme-orange {
    --sky-theme-color: #DE6E33;
    --sky-theme-rgb: 222, 110, 51;
}

/* ITEM */
.sky-news-flat-item {
    position: relative;
    width: 100%;
    height: 92px;
    overflow: hidden;
    background: var(--sky-theme-color, #2B384E);
    border-bottom: 1px solid rgba(255,255,255,.10);
    transition: height .28s ease;
}

    .sky-news-flat-item:last-child {
        border-bottom: 0;
    }

/* BACKGROUND IMAGE */
.sky-news-flat-bg {
    position: absolute;
    inset: 0;
    background-image: var(--sky-bg);
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    z-index: 1;
}

/* OVERLAY */
.sky-news-flat-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(var(--sky-theme-rgb), .98) 0%, rgba(var(--sky-theme-rgb), .92) 50%, rgba(var(--sky-theme-rgb), .80) 100% );
    z-index: 2;
}

/* LINK */
.sky-news-flat-link {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 48px;
    text-decoration: none !important;
    color: #fff !important;
}

/* TITLE */
.sky-news-flat-title {
    position: relative;
    display: flex !important;
    align-items: center;
    gap: 16px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .2px;
    padding-bottom: 8px;
    color: #fff !important;
}

    /* LOGO */
    .sky-news-flat-title img {
        width: 62px !important;
        height: 46px !important;
        object-fit: contain;
        flex-shrink: 0;
        border-radius: 99px;
    }

    /* UNDERLINE */
    .sky-news-flat-title::after {
        content: "";
        position: absolute;
        left: 78px;
        bottom: 0;
        width: 0;
        height: 2px;
        background: #fff;
        transition: width .28s ease;
    }

/* RED ACCENT LINE DEFAULT */
.sky-news-theme-dark .sky-news-flat-title::after {
    background: #9D2D3D;
}

/* DETAIL */
.sky-news-flat-detail {
    max-height: 0;
    opacity: 0;
    overflow: clip;
    margin-top: 0;
    max-width: 720px;
    font-size: 18px;
    color: rgba(255,255,255,.86);
    line-height: 1.6;
    transition: max-height .28s ease, opacity .22s ease, margin-top .22s ease;
}

/* HOVER / OPEN */
.sky-news-flat-item:hover,
.sky-news-flat-item.is-open {
    height: 250px;
}

    .sky-news-flat-item:hover .sky-news-flat-title::after,
    .sky-news-flat-item.is-open .sky-news-flat-title::after {
        width: calc(100% - 78px);
    }

    .sky-news-flat-item:hover .sky-news-flat-detail,
    .sky-news-flat-item.is-open .sky-news-flat-detail {
        max-height: 70px;
        opacity: 1;
        margin-top: 10px;
    }

/* NO EXPAND MODE */
.sky-news-flat-item.sky-news-no-expand,
.sky-news-flat-item.sky-news-no-expand:hover,
.sky-news-flat-item.sky-news-no-expand.is-open {
    height: 92px;
}

    .sky-news-flat-item.sky-news-no-expand .sky-news-flat-detail,
    .sky-news-flat-item.sky-news-no-expand:hover .sky-news-flat-detail,
    .sky-news-flat-item.sky-news-no-expand.is-open .sky-news-flat-detail {
        max-height: 0;
        opacity: 0;
        margin-top: 0;
    }

    .sky-news-flat-item.sky-news-no-expand:hover .sky-news-flat-title::after,
    .sky-news-flat-item.sky-news-no-expand.is-open .sky-news-flat-title::after {
        width: 0;
    }

/* MOBILE */
@media (max-width: 768px) {
    .sky-news-flat-link {
        padding: 0 20px;
    }

    .sky-news-flat-title {
        font-size: 17px;
        gap: 12px;
    }

        .sky-news-flat-title img {
            width: 48px !important;
            height: 36px !important;
        }

        .sky-news-flat-title::after {
            left: 60px;
        }

    .sky-news-flat-detail {
        margin-left: 60px;
        font-size: 13px;
    }

    .sky-news-flat-item {
        height: 96px;
    }

        .sky-news-flat-item:hover,
        .sky-news-flat-item.is-open {
            height: 150px;
        }

            .sky-news-flat-item:hover .sky-news-flat-title::after,
            .sky-news-flat-item.is-open .sky-news-flat-title::after {
                width: calc(100% - 60px);
            }

        .sky-news-flat-item.sky-news-no-expand,
        .sky-news-flat-item.sky-news-no-expand:hover,
        .sky-news-flat-item.sky-news-no-expand.is-open {
            height: 96px;
        }
}

/*///////MAGAZINE nav BAR*/


.sky-global-news-thumb-overlay-text {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    border-radius: 18px 18px 0 0;
}

    .sky-global-news-thumb-overlay-text .photo-gallery {
        border-radius: 18px 18px 0 0;
    }

.sky-global-news-thumb-overlay-text .gallery-slider-nav-magazine {
    background-color: #F1F3F5 !important;
}

    .sky-global-news-thumb-overlay-text,
    .sky-global-news-thumb-overlay-text * {
        box-sizing: border-box;
    }

        .sky-global-news-thumb-overlay-text .photo-gallery {
            width: 100%;
        }

        /* ================= SLIDE ================= */
        .sky-global-news-thumb-overlay-text .sky-news-slide {
            position: relative;
            width: 100%;
            aspect-ratio: 860 / 480;
            overflow: hidden;
            border-radius: 18px 18px 0 0;
            background: #101820;
            box-shadow: 0 18px 45px rgba(0,0,0,.18);
        }

        .sky-global-news-thumb-overlay-text .sky-news-media {
            display: block;
            width: 100%;
            height: 100%;
        }

            .sky-global-news-thumb-overlay-text .sky-news-media img {
                width: 100%;
                height: 100%;
                display: block;
                object-fit: cover;
            }

        /* ================= OVERLAY ================= */
        .sky-global-news-thumb-overlay-text .sky-news-overlay {
            position: absolute;
            inset: 0;
            z-index: 1;
            background: linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.52) 38%, rgba(0,0,0,.10) 100%), linear-gradient(0deg, rgba(0,0,0,.48) 0%, rgba(0,0,0,0) 55%);
            pointer-events: none;
        }

        /* ================= HEADER ================= */
        .sky-global-news-thumb-overlay-text .sky-news-brand-fixed {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 3;
            min-height: 58px;
            padding: 11px 18px;
            display: flex;
            align-items: center;
            gap: 12px;
            color: #fff;
            background: rgba(12, 18, 28, .72);
            border-bottom: 1px solid rgba(255, 255, 255, .13);
            backdrop-filter: blur(8px);
        }

            .sky-global-news-thumb-overlay-text .sky-news-brand-fixed img {
                width: 36px;
                height: 36px;
                object-fit: cover;
                border-radius: 10px;
                border: 1px solid rgba(255,255,255,.28);
                flex: 0 0 auto;
            }

            .sky-global-news-thumb-overlay-text .sky-news-brand-fixed span {
                display: block;
                font-size: 14px;
                font-weight: 700;
                color: rgba(255,255,255,.94);
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        /* ================= CONTENT ================= */
        .sky-global-news-thumb-overlay-text .sky-news-content {
            position: absolute;
            left: 28px;
            bottom: 96px;
            z-index: 2;
            width: min(520px, calc(100% - 56px));
            padding: 20px 22px;
            color: #fff;
            border-radius: 16px;
            background: rgba(12, 18, 28, .58);
            border: 1px solid rgba(255, 255, 255, .14);
            backdrop-filter: blur(8px);
        }

            .sky-global-news-thumb-overlay-text .sky-news-content h2 {
                margin: 0 0 8px;
                font-size: clamp(22px, 3vw, 34px);
                line-height: 1.15;
                font-weight: 700;
                letter-spacing: -.02em;
            }

                .sky-global-news-thumb-overlay-text .sky-news-content h2 a {
                    color: #fff;
                    text-decoration: none;
                }

            .sky-global-news-thumb-overlay-text .sky-news-content p {
                margin: 0 0 14px;
                max-width: 460px;
                color: rgba(255,255,255,.84);
                font-size: clamp(13px, 1.5vw, 15px);
                line-height: 1.55;
            }

        /* ================= TAGS ================= */
        .sky-global-news-thumb-overlay-text .sky-news-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 7px;
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .sky-global-news-thumb-overlay-text .sky-news-tags a {
                display: inline-flex;
                align-items: center;
                min-height: 24px;
                padding: 4px 10px;
                border-radius: 999px;
                color: #fff;
                text-decoration: none;
                font-size: 11px;
                font-weight: 600;
                background: rgba(190, 23, 60, .92);
                border: 1px solid rgba(255,255,255,.14);
            }

        /* ================= THUMB NAV - 56x56 ================= */
        .sky-global-news-thumb-overlay-text .gallery-slider-nav {
            margin-top: 8px;
            padding: 0px;
            overflow: hidden;
            
        }

            .sky-global-news-thumb-overlay-text .gallery-slider-nav .slick-list {
                margin: 0 !important;
                padding: 0 !important;
                overflow: hidden;
            }

            .sky-global-news-thumb-overlay-text .gallery-slider-nav .slick-track {
                display: flex !important;
                align-items: center;
                margin-left: 0 !important;
                margin-right: 0 !important;
            }

            .sky-global-news-thumb-overlay-text .gallery-slider-nav .slick-slide {
                width: auto !important;
                padding: 0 4px;
            }

                .sky-global-news-thumb-overlay-text .gallery-slider-nav .slick-slide > div {
                    width: 56px;
                    height: 56px;
                }

        /* THUMB ITEM */
        .sky-global-news-thumb-overlay-text .sky-thumb {
            width: 56px;
            height: 46px !important;
            cursor: pointer;
            flex: 0 0 auto;
        }

        .sky-global-news-thumb-overlay-text .sky-thumb-inner {
            width: 56px;
            height: 46px;
            overflow: hidden;
            border-radius: 10px;
            background: #eef2f6;
            border: 2px solid transparent;
            opacity: .52;
            transition: opacity .2s ease, border-color .2s ease;
        }

            .sky-global-news-thumb-overlay-text .sky-thumb-inner img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }

        /* ACTIVE */
        .sky-global-news-thumb-overlay-text .slick-current .sky-thumb-inner {
            opacity: 1;
            border-color: #BE173C;
        }

        /* ================= ARROWS ================= */
        .sky-global-news-thumb-overlay-text .slick-prev,
        .sky-global-news-thumb-overlay-text .slick-next {
            z-index: 5;
            width: 38px;
            height: 38px;
        }

        .sky-global-news-thumb-overlay-text .slick-prev {
            left: 14px;
        }

        .sky-global-news-thumb-overlay-text .slick-next {
            right: 14px;
        }

            .sky-global-news-thumb-overlay-text .slick-prev:before,
            .sky-global-news-thumb-overlay-text .slick-next:before {
                font-size: 32px;
            }

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
    .sky-global-news-thumb-overlay-text .sky-news-slide {
        border-radius: 14px;
        aspect-ratio: 4 / 3;
    }

    .sky-global-news-thumb-overlay-text .sky-news-brand-fixed {
        min-height: 52px;
        padding: 9px 14px;
    }

        .sky-global-news-thumb-overlay-text .sky-news-brand-fixed img {
            width: 32px;
            height: 32px;
        }

    .sky-global-news-thumb-overlay-text .sky-news-content {
        left: 14px;
        right: 14px;
        bottom: 14px;
        width: auto;
        padding: 15px;
        border-radius: 14px;
    }

        .sky-global-news-thumb-overlay-text .sky-news-content p {
            display: none;
        }

    .sky-global-news-thumb-overlay-text .gallery-slider-nav .slick-slide {
        width: auto !important;
        padding: 0 4px;
    }
}

@media (max-width: 480px) {
    .sky-global-news-thumb-overlay-text .sky-news-slide {
        aspect-ratio: 1 / 1;
    }

    .sky-global-news-thumb-overlay-text .sky-news-tags {
        display: none;
    }

    .sky-global-news-thumb-overlay-text .sky-news-content h2 {
        font-size: 20px;
    }
}

.sky-news-flow-label-border {
    border-top: 7px solid #9D2D3D;
}

/*SKY BROADCAST*/
.sky-news-flow {
    width: 100%;
    height: 46px;
    background: #37517c;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

.sky-news-flow-inner {
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;

}

.sky-news-flow-label span {
   margin-top:5px;
   font-size:14px;
}

.sky-news-flow-label {
    height: 42px;
    padding-left:5px;
    padding-right:20px;
    background: #9D2D3D;
    color: #ffffff;
    display: flex;
    align-items: flex-start;
    gap: 0px;
    font-weight: 600;
    white-space: nowrap;
    flex: 0 0 auto;
}


    .sky-news-flow-label img {
        width: 42px;
      
    }



    .sky-news-flow-ticker {
        flex: 1;
        height: 46px;
        overflow: hidden;
        position: relative;
        
    }

.sky-news-flow-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

    .sky-news-flow-list li {
        height: 46px;
        display: flex;
        align-items: center;
        padding: 0 18px;
    }

        .sky-news-flow-list li a {
            width: 100%;
            height: 46px;
            color: #ffffff;
            text-decoration: none;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 10px;
            white-space: nowrap;
            overflow: hidden;
        }

            .sky-news-flow-list li a img {
                width: auto !important;
                height: 18px;
                object-fit: cover;
                flex: 0 0 14px;
                display: block;
            }

            .sky-news-flow-list li a span {
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .sky-news-flow-list li a:hover span {
                text-decoration: underline;
                text-decoration-color: #9D2D3D;
                text-underline-offset: 5px;
            }

.sky-news-flow-icon {
    width: 46px;
    height: 46px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(255,255,255,0.12);
    flex: 0 0 46px;
  
}

@media (max-width: 576px) {
    .sky-news-flow-label {
        padding: 0 12px;
        font-size: 13px;
    }

        .sky-news-flow-label span {
            display: none;
        }

    .sky-news-flow-list li {
        padding: 0 12px;
    }

        .sky-news-flow-list li a {
            font-size: 13px;
            gap: 8px;
        }

            .sky-news-flow-list li a img {
                width: auto !important;
                height: 18px;
                flex-basis: 24px;
            }
}


 /*SKY WEATHER WIDGET*/

.sky-weather-section {
    width: 100%;
}

.weather-box {
    width: 100%;
    background: #2B384E;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}

#weatherWidgetArea iframe {
    width: 100% !important;
    display: block;
    border: 0 !important;
}

.weather-dropdown-area {
    width: 100%;
    background: #2B384E;
    padding: 8px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.weather-select {
    width: 170px;
    height: 30px;
    background-color: #2B384E;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 8px;
    text-align: left;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

    .weather-select:focus {
        border-color: #9D2D3D;
        box-shadow: none;
    }

    .weather-select option {
        background-color: #2B384E;
        color: #ffffff;
    }

.weather-clock-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.weather-clock-label {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.weather-clock {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
}