/* Swiper base */
.weather-carousel {
    width: 100%;
    overflow: hidden;
}

/* Slide */
.weather-carousel .swiper-slide {
    display: flex;
    width: 100% !important;   /* KEY FIX */
    height: auto !important; /* KEY FIX */
}

/* Card */
.weather-card {
    width: 100%;
    min-height: 520px;        /* Desktop default */
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    border-radius: 10px;
    overflow: hidden;
}

/* Overlay */
.weather-card .overlay {
    background: rgba(0, 0, 0, 0.55);
    padding: 14px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* Category tag */
.weather-card .location-tag {
    background: #0758b4;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    width: fit-content;
    margin-bottom: 8px;
}

/* Title */
.weather-card h3 {
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    margin: 0;
}

/* Excerpt */
.weather-card p {
    font-size: 13px;
    color: #eaeaea;
    margin: 6px 0;
}

/* Meta */
.weather-card .meta {
    font-size: 11px;
    color: #ccc;
}

/* 📱 Sidebar + Tablet */
@media (max-width: 600px) {
    .weather-card {
        min-height: 220px;
    }

    .weather-card h3 {
        font-size: 14px;
    }

    .weather-card p {
        font-size: 12px;
    }
}

/* Auto-detect sidebar */
.sidebar .weather-card,
.widget-area .weather-card {
    min-height: 200px;
}

/* 📱 FORCE MOBILE NEWS SLIDER VIEW */
@media (max-width: 768px) {

    .weather-carousel {
        max-width: 370px !important;
        height: 800px !important;
        margin: 0 auto !important;
        overflow: hidden !important;
    }

    .weather-carousel .swiper-wrapper {
        height: 100% !important;
    }

    .weather-carousel .swiper-slide {
        height: 100% !important;
        display: flex !important;
    }

    .weather-card {
        height: 800px !important;
        min-height: 800px !important;
        background-size: cover !important;
        background-position: center !important;
        border-radius: 10px !important;
    }

}


@media (max-width: 768px) {
    .weather-card {
        border-radius: 6px;
    }
}


.elementor-366 .elementor-element.elementor-element-b58f56f .rivax-header-v-nav > li.menu-item > a:hover, .elementor-366 .elementor-element.elementor-element-b58f56f .rivax-header-v-nav > li.current-menu-item > a {
    color: #ffffff !important;
}
.elementor-1657 .elementor-element.elementor-element-ed7d10a .offcanvas-closer::before, .elementor-1657 .elementor-element.elementor-element-ed7d10a .offcanvas-closer::after {
    background-color: #0080EE !important;
}


.elementor-1554 .elementor-element.elementor-element-87d0b3b .offcanvas-closer::before, .elementor-1554 .elementor-element.elementor-element-87d0b3b .offcanvas-closer::after {
    background-color: #0052cc !important;
}