/*
Theme Name:   Astra Child — Croatia Outdoor
Theme URI:    https://croatia-outdoor.com
Description:  Croatia Outdoor child theme za Astra
Author:       Croatia Outdoor
Template:     astra
Version:      1.0.0
Text Domain:  astra-child
*/

/* Ovdje možeš dodavati custom CSS u budućnosti */

img {
    border-radius: 12px !important;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
}

#primary {
    margin-bottom: 0;
}

.tura-single {
    margin-bottom: 0px
}

.tura-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
}

.tura-hero-left, .tura-hero-right {
    flex: 1 50%;
}

.tura-hero-right img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.tura-subtitle {
    margin-bottom: 50px;
}

.tura-title {
    margin-bottom: 30px;
}

.tura-main {
    display: flex;
    gap: 80px;
    align-items: flex-start;
    margin-bottom: 80px;
}

.tura-content {
    flex: 1;
}

.tura-content .wp-block-heading {
    margin-bottom: 20px;
}

.tura-sidebar {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tura-card {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e8ddd4;
}

.tura-card h6 {
    margin-bottom: 10px;
}

.tura-card p {
    margin-bottom: 0px;
}

.tura-cta {
    width: 100%;
    color: white;
    margin-top: 50px;
    padding: 80px 0px;
    border-radius: 8px;
    position: relative;
    background-color: #0a332f;
}

.tura-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #0a332f;
    z-index: -1;
}

.tura-cta-text {
    margin-bottom: 50px;
}

.tura-cta h2 {
    margin-bottom: 20px;
    color: #fff
}

.tura-cta-buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.tura-cta-buttons .is-style-outline .wp-block-button__link {
    background-color: transparent !important;
    border: 1px solid white !important;
    color: white !important;
}

.tura-cta-buttons .is-style-outline .wp-block-button__link:hover {
    background-color: #184B45 !important;
    color: white !important;
}




@media (max-width: 1024px) {
    
    .tura-hero, .tura-main {
        flex-direction: column;
    }

    .tura-main {
        gap: 40px;
        margin-bottom: 40px;
    }

    .tura-sidebar {
        flex: auto;
        width: 100%;
    }

    .tura-hero-left, .tura-hero-right {
        width: 100%;
    }

    .tura-cta {
        padding: 60px 0px;
    }
}

@media (max-width: 768px) {
    .tura-cta-buttons {
        flex-direction: column;
        gap: 50px;
    }
    
    .tura-cta-buttons .wp-block-button {
        width: 100%;
    }
    
    .tura-cta-buttons .wp-block-button__link {
        width: 100%;
        text-align: center;
    }
}
