/* Custom styles for Publiq Sites */

/* Hero section */
.hero-section {
    position: relative;
    overflow: hidden;
}

/* Portfolio items */
.portfolio-item {
    cursor: pointer;
}

/* Transitions */
.btn, .nav-link, .portfolio-item img {
    transition: all 0.3s ease;
}

/* Form controls */
.form-control:focus {
    border-color: #0056b3;
    box-shadow: 0 0 0 0.25rem rgba(0, 86, 179, 0.25);
}

/* Custom button classes if needed */
.btn-primary {
    background-color: #0056b3;
    border-color: #0056b3;
}

.btn-primary:hover {
    background-color: #004494;
    border-color: #004494;
}

/* Sticky header adjustments */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: #fff;
        padding: 1rem;
        border-radius: 8px;
        margin-top: 10px;
    }
}
