body, html {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #F6F6F1 !important;
}

/********** Template CSS **********/
:root {
    --primary: #F3BD00;
    --secondary: #757575;
    --light: #F3F6F8;
    --dark: #0C2B4B;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 20px;
    bottom: 0px;
    z-index: 99;
}

.yum-brand-logo-with-image {
    background-image: url('../images/logo/my-recipia-logo.jpg');
    background-size: 32px 32px; /* Size of the background image */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    background-position: left center; /* Position the image to the left and center vertically */
    padding-left: 20px;
    color: #092139;
    margin-left: 20px;
    min-height: 32px;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 32px;
    line-height: 1;
    text-align: center;
}

.yum-brand-logo {
    min-height: 32px;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    background: linear-gradient(to right, #092139, #333);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}



.yum-brand-logo:hover {
    color: #f88128;
}

.yum-brand-logo-text {
    display: block;
    text-align: center;
}

.yum-brand-logo-text-big {
    display: block;
    letter-spacing: 1px;
    font-weight: bold;
}

.yum-brand-logo-text-small {
    display: block;
    font-size: 18px;
    color: #f88128;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.nav-compensator {
    height: 100px;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 80px
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    font-size: 1.3rem;
    text-shadow: 1px 1px 2px #092139;
}

.navbar .navbar-nav .nav-link.active {
    color: #000;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active:hover {
    color: #f88128;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .form-control-search {
    width: 100%;
    background: #F6F6F1;
    border: 1px solid #F6F6F1;
    border-radius: 10px 0 0 10px;
    color: #333;
    outline: none;
}

.navbar .form-control-search:focus {
    outline: none;
}

.navbar .btn-primary-search {
    border-radius: 0 10px 10px 0;
    position: relative;
    left: -10px;
    border: 1px solid #F6F6F1;
    background: #F6F6F1;
    color: #092139;
}

.navbar .form-container-search {
    display: flex;
    justify-content: center;
    width: 60%;
}

.nav-compensator {
    position: relative;
    display: block;
    height: 130px;
    padding-top: 94px;
    background: linear-gradient(
        to bottom,
        #FFB169,   /* baza – caramel cald */
        #FFA455,   /* trecere mai caldă */
        #FF7A1A    /* final intens, apetisant */
    );
    box-shadow: 0 -10px 30px 10px rgba(0, 0, 0, 0.18);
    border-bottom: 1px solid #FF8C2F; /* ton mai cald decât #FF9800 */
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.yum-breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    max-height: 25px;
}

.yum-breadcrumbs li.yum-breadcrumb {
    display: inline;
}

.rounded-top-nav {
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.75) !important;
    border-radius: 15px;
    box-shadow: 0 -10px 30px 10px rgba(0, 0, 0, 0.2);
    border: 0;
}

.btn-categories {
    background-color: #092139;
    border-color: #092139;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3rem;
    border-radius: 0 15px 15px 0;
}

.btn-categories:hover {
    background-color: #f88128;
    border-color: #f88128;
    color: #092139;
}

.introbanner {
    padding: 50px 0;
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../images/page-background-meat.png) center center no-repeat;
    background-size: cover;
}

@supports (background-image: url('../images/page-background-meat.png.webp')) {
    .introbanner {
        background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../images/page-background-meat.png.webp) center center no-repeat;
        background-size: cover;
    }
}

.introbanner .container {
    padding-left: 5%;
    padding-right: 5%;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .introbanner .container {
        padding-left: 10%;
        padding-right: 10%;
    }
}

.card-category .card-category-image {
    width: 100%;
    height: 200px;
    position: relative;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-clip: border-box;
}

.card-category .card-body .category-card-link {
    width: 100%;
    height: 48px;
    overflow: hidden;
    display: block;
    line-height: 1.1;
}

.card-recipe .card-image {
    width: 100%;
    height: 300px;
    position: relative;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-clip: border-box;
}

.card-recipe .card-body .recipe-card-link {
    width: 100%;
    height: 45px;
    overflow: hidden;
    line-height: 1.2;
    font-size: 1.2rem;
}

.card-recipe .recipe-card-link-footer {
    background-color: #FFB169;
    border-top: 1px solid #FFB169;
    box-shadow: 0 -5px 15px 0px rgba(0, 0, 0, 0.2);
}

.card-recipe .card-body .recipe-card-description {
    width: 100%;
    height: 36px;
    overflow: hidden;
    line-height: 1.1;
    font-size: 16px;
    font-weight: 400;
}

.card-recipe-detail {
    font-size: 1.2rem;
}

.card-recipe-detail .card-image-detail {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    background-clip: border-box;
}

.card-category:hover .card-body,
.card-recipe:hover .card-body {
    background-color: #FFB169;
}

.float-category {
    position: absolute;
    top: 15px;
    left: 0px;
    background: #092139;
    color: #fff;
    padding: 5px 15px 5px 10px;
    font-size: 14px;
    border-radius: 0 10px 10px 0;
    border-color: #092139;
    border: 0;
}

.recipe-tag {
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa;
    border-radius: 5px;
    color: #495057;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 5px;
    padding: 2px 5px;
}
/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--light);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    background: #092139;
}

.copyright a {
    color: var(--primary);
}

.copyright a:hover {
    color: var(--light);
}

.language-links {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    padding:10px;
}

.language-links a {
    display:flex;
    align-items:center;
    gap:5px;
    text-decoration:none;
    color:#333;
}

.card-image-detail-float-right {
    width:250px!important;
    height:250px!important;
}
