/*
Theme Name: Travivu Child
Theme URI: https://gaviaspreview.com/wp/travivu/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: Child theme for the Travivu theme.
Template: travivu
*/

.wings-premium-destination-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    gap: 30px;
}

.wings-destination-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    height: 230px;
}

.wings-destination-card a {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Background Image */
.wings-bg {
    position: absolute;
    inset: 0 0 0 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.7);
    transition: 0.3s;
}

/* Overlay */
.wings-overlay {
    position: absolute;
    inset: 0 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}

.wings-btn {
    padding: 5px 22px;
    border: 2px solid #fff;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
}
.wings-btn:hover{
    background-color: #60c8f8;
    border-color: #60c8f8;
}

/* Bottom info */
.wings-bottom {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
}

.wings-count {
    background: #60c8f8;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
}

.wings-title {
    margin-top: 8px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

/* Hover Effects */
.wings-destination-card:hover .wings-bg {
    filter: brightness(0.4);
}

.wings-destination-card:hover .wings-overlay {
    opacity: 1;
}
/* Base styling */
.wings-bg {
    position: absolute;
    inset: 0 0 0 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease, filter 0.3s ease;
    transform: scale(1);
}

/* Hover zoom effect */
.wings-destination-card:hover .wings-bg {
    transform: scale(1.15);
    filter: brightness(0.4);
}

.gv-sticky-wrapper .gv-sticky-menu{
        background-color: #16243d96;
}

.is-fixed .gv-sticky-menu.sticky-theme{
     background-color: #16243d;
}
.wpte-elementor-widget .wpte-card img {
    transition-timing-function: linear;
    transition-duration: 0.3s;
}