﻿.content-wrapper {
    padding-top: 110px; /* default for desktop */
}

/* For smaller screens */
@media (max-width: 768px) {
    .content-wrapper {
        padding-top: 70px; /* adjust based on your mobile header height */
    }
}

.page-header {
    background: linear-gradient(135deg, #9e4a48, #728a91);
    position: relative;
    overflow: hidden;
    color: white;
    text-align: center;
    padding-top: 3rem !important;
    padding-bottom: 1rem !important;
}
select, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, .form-control {
    height: 46px;
}
.hover-shadow:hover {
    transform: translateY(-5px);
    transition: 0.3s;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}


#cookieConsent {
    border-radius: 0;
}

    #cookieConsent p {
        font-size: 0.9rem;
        line-height: 1.4;
    }

    #cookieConsent button {
        font-size: 0.85rem;
        white-space: nowrap;
    }

@media (max-width: 576px) {
    #cookieConsent .col-auto {
        flex: 0 0 auto;
    }
}