/* Custom styles for Voppa Sea Experience */

/* Force footer to have black background */
footer,
footer .tg-footer-area,
.tg-footer-area {
    background-color: #010e14 !important;
    background-image: none !important;
}

/* Fix listing card heights - make all boxes same height */
.tg-listing-card-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tg-listing-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tg-listing-card-title {
    min-height: 60px;
    display: flex;
    align-items: center;
}

.tg-listing-card-duration-tour {
    margin-top: auto;
}

/* Fix listing card image heights - uniform aspect ratio */
.tg-listing-card-thumb {
    position: relative;
    overflow: hidden;
    padding-bottom: 75%; /* 4:3 aspect ratio */
}

.tg-listing-card-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Add spacing between rows of listing cards */
.tg-listing-area .row {
    row-gap: 30px;
}

/* Fix Stay Connected section layout and centering */
.tg-cta-wrap {
    min-height: 400px;
    display: flex;
    align-items: center;
    padding: 60px 40px !important;
}

.tg-cta-wrap .row {
    width: 100%;
}

.tg-cta-content {
    padding: 20px 0;
}

.tg-cta-apps {
    padding: 20px 0;
}

@media (max-width: 991px) {
    .tg-cta-wrap {
        min-height: 350px;
        padding: 40px 20px !important;
    }

    .tg-cta-content,
    .tg-cta-apps {
        text-align: center !important;
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    .tg-cta-wrap {
        min-height: 300px;
        padding: 30px 15px !important;
    }
}

/* Enhance Get in Touch button - stunning but template-appropriate */
/* Default state: solid white background */
.tg-banner-2-content .tg-btn-transparent {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 1);
    color: #010e14;
    padding: 18px 45px;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover state: glass morphism effect */
.tg-banner-2-content .tg-btn-transparent:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-color: rgba(255, 255, 255, 0.9);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.tg-banner-2-content .tg-btn-transparent .btn-text {
    position: relative;
    z-index: 1;
}

/* Logo sizing - make logos MUCH bigger and professional */
/* Header logo - white for dark background */
.logo .logo-1 img {
    height: 75px !important;
    width: auto !important;
    max-width: none !important;
}

/* Sticky header logo - dark version for white background */
.logo .logo-2 img {
    height: 75px !important;
    width: auto !important;
    max-width: none !important;
}

/* Hide white logo on sticky, show dark logo */
.header-sticky .logo-1 {
    display: none !important;
}

.header-sticky .logo-2 {
    display: block !important;
}

/* Footer logo - larger white version */
.tg-footer-logo img {
    height: 85px !important;
    width: auto !important;
}

/* About section logo (What to Expect section) - much larger with darker yellow */
.tg-about-chose-thumb img[src*="logo.png"],
.tg-about-logo img {
    max-width: 420px !important;
    height: auto !important;
    width: 100% !important;
}

@media (max-width: 1200px) {
    .logo .logo-1 img,
    .logo .logo-2 img {
        height: 65px !important;
    }

    .tg-footer-logo img {
        height: 75px !important;
    }

    .tg-about-chose-thumb img[src*="logo.png"],
    .tg-about-logo img {
        max-width: 360px !important;
    }
}

@media (max-width: 991px) {
    .logo .logo-1 img,
    .logo .logo-2 img {
        height: 55px !important;
    }

    .tg-footer-logo img {
        height: 65px !important;
    }

    .tg-about-chose-thumb img[src*="logo.png"],
    .tg-about-logo img {
        max-width: 300px !important;
    }
}

@media (max-width: 767px) {
    .logo .logo-1 img,
    .logo .logo-2 img {
        height: 48px !important;
    }

    .tg-footer-logo img {
        height: 58px !important;
    }

    .tg-about-chose-thumb img[src*="logo.png"],
    .tg-about-logo img {
        max-width: 240px !important;
    }
}
