/* ====================== HEADER ======================= */
.navbar-brand img {
    height: 90px;
    width: 100%;
}

@media(max-width:767px) {
    .navbar-brand img {
        height: 38px;
        width: 100%;
    }

    .navbar-brand {
        padding-right: 0px !important;
    }

    .navbar-brand-tow {
        margin-left: 154px;
        padding: 0;
    }

    .navbar-brand-tow img {
        height: 110px;
        width: 100%;
    }
}

.navbar {
    background-color: #ffffff;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: fixed !important;
    width: 100%;
    z-index: 99999;
}

.navbar-nav {
    display: flex;
    gap: 15px;
}

ul .nav-item .nav-link.active {
    color: var(--main-bg-color) !important;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
    font-size: 15px;
    font-weight: bold;
}

ul .nav-item .nav-link {
    color: #424242 !important;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
    font-size: 15px;
}

ul .nav-item .nav-link:hover {
    color: var(--main-bg-color) !important;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
    font-size: 15px;
    font-weight: bold;
}

.img-bascit-search {
    padding-left: 10px;
}

.img-bascit-search img {
    height: 31px;
    width: 31px;
    cursor: pointer;
}

.img-bascit-search .search {
    height: 23px;
    width: 31px;
    cursor: pointer;
}

.search-modal-content {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

.modal-title {
    font-size: 17px;
    color: #333;
}

.close-btn {
    background: none;
    border: none;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    transition: 0.3s;
}

.close-btn:hover {
    color: red;
}

.search-container {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.search-input {
    width: 100%;
    padding: 10px 40px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    transition: 0.3s;
}

.search-input:focus {
    border-color: var(--main-bg-color);
    outline: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.search-icon-input {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #888;
}

.modal-footer {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 2px solid #ddd;
}

.btn {
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 16px;
}

.btn-search-main-form {
    background: var(--main-bg-color);
    padding: 6px 15px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
    font-weight: bold;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.btn-search-main-form:hover {
    background: var(--main-bg-color);
}

.btn-login {
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn-cotch a {
    background-color: var(--main-bg-color);
    color: #fff;
    padding: 6px 12px;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
