body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
}

/*html,
body {
    height: 100%;
    line-height: 1.8;
    margin: 0;
}*/

/* Navbar */
.w3-bar .w3-button {
    padding: 16px;
}

.hero-photo {
    display: block;
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: center;    
}

.content-section-narrow{
    max-width: 900px;
    margin:0 auto;
    padding: 32px 16px;
}

.content-section-wide {
    width:100%;
    padding: 32px 16px;
}

.content-section-medium {
    max-width: 1400px;
    margin:0 auto;
    padding: 32px 16px;
}

.back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1000;
    text-decoration: none;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition:
        opacity 0.3s,
        transform 0.3s,
        visibility 0.3s;
}

.back-to-top.back-to-top-visible {
    opacity: 0.65;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.back-to-top.back-to-top-visible:hover {
    opacity: 0.65;
}



/* Full height image header */
.bgimg-1 {
    background-position: center top;
    background-size: cover;
    background-image: url("https://hel1.your-objectstorage.com/images-media/lu-koshka/lu-koshka-hero.jpg");
    min-height: 100vh;
}

.contact-bg {
    background-image: url("https://hel1.your-objectstorage.com/images-media/lu-koshka/lu-koshka-hero.jpg");
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

.cat-bg-section {
    background-image: url("https://hel1.your-objectstorage.com/images-media/lu-koshka/lu-koshka-hero.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 700px;
}

.split-contact-section {
    display: flex;
    min-height: 70vh;
}

.split-left-bg {
    width: 60%;
    background-image: url("https://hel1.your-objectstorage.com/images-media/lu-koshka/lu-koshka-horizontal-example-20260411_100037_1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.split-right-content {
    width: 40%;
    background: #f1f1f1;
    padding: 80px 48px;
}

.faq-bg {
    background-image: url("https://hel1.your-objectstorage.com/images-media/lu-koshka/lu-koshka-horizontal-example-20260411_100037_1.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    min-height: 500px;
    padding: 96px 16px;
}

.faq-content {
    background: rgba(255, 255, 255, 0.92);
    padding: 32px;
}

.content-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.content-card:hover {
    transform: translateY(2px);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.content-card:active {
    transform: translateY(4px);
    box-shadow: none;
}

@media (max-width: 768px) {
    .split-contact-section {
        flex-direction: column;
        min-height: auto;
    }

    .split-left-bg {
        width: 100%;
        height: 300px;
        background-attachment: scroll;
    }

    .split-right-content {
        width: 100%;
        padding: 48px 24px;
    }

    

    /* .faq-bg {
        background-attachment: scroll;
    }

    .faq-content {
        padding: 16px;
    } */

    .xxlarge-adaptive-text {
        font-size: 24px !important;
    }

    
}

@media (min-width:768px) {
    .animal-details-info {
        padding-left: 16px;
    }
}


html {
    scroll-behavior: smooth;
}

/*.gallery-photo {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}*/

.gallery-photo {
    max-width: 100%;        
    object-fit: cover;
    display: block;
}

.gallery-photo.landscape {
    aspect-ratio: 4 / 3;
}

.gallery-photo.portrait {
    aspect-ratio: 3 / 4;
}

.blog-photo {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.blog-details-photo {
    max-width: 100%;
    height: auto;
    display: block;
}

.gallery-admin-photo {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.gallery-admin-comment {
    min-height: 48px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
}

.blog-summary {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-list-photo {
    width: 90px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.blog-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.blog-list-title,
.blog-list-summary {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-details-photo {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.blog-details-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}
