/* ---- BEGIN Navbar Styles ---- */
.navbar-top-line {
    height: 4px;
    background-color: #000;
}
.navbar-main {
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    z-index: 1000;
}
.navbar-brand img {
    height: 70px;
    width: auto;
    object-fit: contain;
}
.navbar-banner {
    background: #f9f1fa;
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    font-size: 2.1rem;
}
.search-bar {
    width: 100%;
    max-width: 700px;
    position: relative;
}
.search-bar input {
    width: 100%;
    border: 2px solid #000;
    border-radius: 25px;
    padding: 8px 42px 8px 16px;
    background: #f8f8f8;
    font-size: 0.95rem;
    transition: all .2s;
}
.search-bar button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    font-size: 1.15rem;
    color: #777;
    cursor: pointer;
}
.search-bar input:focus {
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255, 102, 255, 0.12);
    outline: none;
}
.nav-icons i {
    font-size: 1.3rem;
    color: #333;
    margin-left: 18px;
    cursor: pointer;
}
.nav-icons i:hover {
    color: #ff33ff;
}
.navbar .container-fluid {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.brand-col {
    flex: 0 0 auto;
}
.search-col {
    flex: 1 1 60%;
    display: flex;
    justify-content: center;
}
.icons-col {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.toggler-col {
    flex: 0 0 auto;
}
@media (max-width: 991.98px) {
    .navbar-brand img {
        height: 60px;
    }
    .search-col {
        display: none !important;
    }
    .nav-icons i {
        margin-left: 10px;
    }
    .navbar-banner {
        font-size: 1.6rem;
    }
}
.modal-search-input {
    width: 100%;
    font-size: 1.05rem;
    padding: 12px 48px 12px 14px;
    border-radius: 8px;
    border: 2px solid #ddd;
}
.modal .btn-search {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    font-size: 1.2rem;
    color: #777;
}
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
.playfair-display-font {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
}
/* ---- END Navbar Styles ---- */