/* Custom Styles for Windsor Prestige Ltd */

body {
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.navbar-brand img {
    max-height: 95px;
    transform: scale(1.9);
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero {
    min-height: 60vh;
    display: flex;
    align-items: center;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.btn-warning {
    background-color: #D4AF37;
    border-color: #D4AF37;
}

.btn-warning:hover {
    background-color: #b8941f;
    border-color: #b8941f;
}

.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

.footer {
    background-color: #0B1E3D;
}

.text-primary {
    color: #0B1E3D !important;
}

.bg-primary {
    background-color: #0B1E3D !important;
}

.bg-light {
    background-color: #F3F3F3 !important;
}

.accordion-button:not(.collapsed) {
    background-color: #D4AF37;
    color: #0B1E3D;
}

.accordion-button {
    font-weight: 600;
}

.modal-content {
    border-radius: 10px;
}

.form-control:focus {
    border-color: #D4AF37;
    box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.25);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero {
        text-align: center;
    }

    .navbar-nav {
        text-align: center;
    }

    .display-4 {
        font-size: 2rem;
    }

    .lead {
        font-size: 1rem;
    }

    .card-title {
        font-size: 1.1rem;
    }

    .card-text {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .display-4 {
        font-size: 1.8rem;
    }

    .lead {
        font-size: 0.95rem;
    }

    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .btn-lg {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }
}

/* Carousel image sizing */
#galleryCarousel img {
    max-width: 60%;
    max-height: 450px;
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
}
