/*Custom Css*/

.font-11 {
    font-size: 11px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-24 {
    font-size: 24px;
}

.line-height-36 {
    line-height: 36px;
}

.border-radius-5 {
    border-radius: 5px;
}

.header-area.header-style-two {
    background-color: #fff !important;
}

.header-area.header-style-three {
    background-color: #37ade3 !important;
}

.list-style-none {
    list-style: none;
}

.overflow-hidden {
    overflow: hidden !important;
    height: 100vh;
}

.padding-top-header {
    margin-top: 6rem;
}

/* NAVBAR MOBILE */

.header-area .sidemenu_btn {
    color: white;
}

/* NAVBAR MOBILE END */

.site-navbar .site-navigation {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
}

.flex-column-row {
    flex-direction: row;
}

.navbar .nav-item .nav-link.active:before,
.navbar .nav-item .nav-link:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.navbar .nav-item .nav-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #e39b00;
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: transform 2s cubic-bezier(0.2, 1, 0.3, 1);
    -moz-transition: transform 2s cubic-bezier(0.2, 1, 0.3, 1);
    -ms-transition: transform 2s cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition: transform 2s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 2s cubic-bezier(0.2, 1, 0.3, 1);
    /* border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px; */
}

.bg-white {
    background-color: #fff !important;
}

.bg-blue {
    background-color: #1b3e7d !important;
}

.bg-yellow {
    background-color: #e39b00 !important;
}

.bg-yellow-2 {
    background-color: #e39b00 !important;
}

.color-white {
    color: #fff !important;
}

.color-blue {
    color: #1b3e7d !important;
}

.color-blue-dark {
    color: #045fa3 !important;
}

.color-black {
    color: #101828 !important;
}

.color-yellow {
    color: #ddaf50 !important;
}

.color-green {
    color: #028435 !important;
}

.color-grey {
    color: #878987 !important;
}

.color-grey-light {
    color: #d8d8d8 !important;
}

.btn.btn-blue {
    background-color: #1b3e7d;
    border-color: #1b3e7d !important;
    color: #fff;
    border-radius: 4px;
    padding: 16px 24px;
}

.btn.btn-blue:focus,
.btn.btn-blue:hover {
    background-color: #032462;
    border-color: #1b3e7d !important;
    color: #fff;
}

.btn.btn-card {
    background-color: #e39b00;
    border-color: #e39b00 !important;
    color: #fff;
    border-radius: 4px;
    padding: 4px 10px;
}

.btn.btn-card:focus,
.btn.btn-card:hover {
    background-color: #e39b00;
    border-color: #e39b00 !important;
    color: #fff;
}

.btn.btn-share {
    background-color: transparent;
    border-color: #1b3e7d !important;
    color: #1b3e7d;
    border-radius: 4px;
    padding: 4px 10px;
}

.btn.btn-share:focus,
.btn.btn-share:hover {
    background-color: #1b3e7d;
    border-color: #1b3e7d !important;
    color: #fff;
}

.btn.btn-whatsapp {
    background-color: #4fce5d;
    border-color: #4fce5d !important;
    color: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: fixed;
    z-index: 111;
    bottom: 60px;
    right: 20px;
    animation: 1s slideInRight ease;
    box-shadow: -15px 12px 16px rgba(0, 0, 0, 0.04), 8px 8px 16px rgba(0, 0, 0, 0.12);
}

.btn.btn-whatsapp:focus,
.btn.btn-whatsapp:hover {
    background-color: #4fce5d;
    border-color: #4fce5d !important;
    color: #fff;
}

.btn.btn-whatsapp i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
}

.btn {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
}

/* BANNER */

.banner-content h1 {
    font-family: "Frank Ruhl Libre", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 4rem;
    line-height: 65px;
}

.banner-content p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
}

/* POP UP VIDEO */

.btn__video.popup-video {
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.popup-video {
    text-align: center;
    display: inline-block;
    position: relative;
}

.btn__video.popup-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
}

.btn__video.popup-video i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: #000;
}

/* POINT */

.point-content-info h6 {
    font-family: "Frank Ruhl Libre", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}

.point-content-info p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
    line-height: 18px;
}

.point-img {
    position: absolute;
    bottom: -72px;
    width: 250px;
    height: 250px;
    background: linear-gradient(0deg, rgba(138, 94, 0, 0.4), rgba(138, 94, 0, 0.4)), url(image.png);
    object-fit: cover;
    border-radius: 4px;
}

.point-img-info {
    padding: 15px;
}

/* ABOUT US */

.small-header-title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

.header-title {
    font-family: "Frank Ruhl Libre", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 52px;
}

.about-quote {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.text-quote {
    font-family: "Frank Ruhl Libre";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}

.banner-img img {
    object-fit: cover;
    height: 450px;
    width: 100%;
    border-radius: 12px;
}

.value-list h6 {
    font-family: "Frank Ruhl Libre", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #1b3e7d;
    margin-bottom: 10px;
}

.value-list p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #878987;
}

.card-visi svg {
    fill: #fff;
    margin-bottom: 15px;
}

.card-visi:hover svg #path0 {
    fill: #fff;
}

.card-visi {
    background: #ffffff;
    box-shadow: -4px -2px 16px rgba(0, 0, 0, 0.04), 8px 8px 16px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    border: none;
}

.card-visi:hover {
    background-color: #e39b00;
}

.card-visi:hover .value-list h6,
.card-visi:hover .value-list p {
    color: #fff;
}

.card-visi .visi-content {
    padding: 25px;
}

/* HOME PRODUCT */

.card-product {
    border-radius: 8px;
}

.product-content,
.brand-product-list,
.category-product-list {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.product-img {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.product-img-detail,
.brand-info {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-desc {
    width: 100%;
    height: 100%;
}

.img-gluten {
    position: absolute;
    width: 50px;
    right: 15px;
    top: 10px;
}

.img-product {
    width: 80%;
}

.product-cat {
    position: absolute;
    bottom: 10px;
    left: 15px;
    background: #e72a26;
    border-radius: 2px;
    color: #fff;
    padding: 4px 10px;
    font-size: 14px;
}

.product-title {
    font-family: "Frank Ruhl Libre", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 39px;
}

.product-info {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #878987;
}

.brand-product-list {
    background-color: #f3f3f3;
}

.brand-info-detail h6,
.category-info-detail h6 {
    font-family: "Frank Ruhl Libre", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 52px;
}

.brand-info-detail p,
.category-info-detail p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.product-detail-title h1,
.product-detail-title h2,
.product-detail-title h3,
.product-detail-title h4,
.product-detail-title h5,
.product-detail-title h6 {
    font-family: "Frank Ruhl Libre", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 41px;
    color: #000;
    margin-bottom: 10px;
}

.product-detail-desc h1,
.product-detail-desc h2,
.product-detail-desc h3,
.product-detail-desc h4,
.product-detail-desc h5,
.product-detail-desc h6 {
    font-family: "Frank Ruhl Libre", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
    color: #000;
    margin-bottom: 5px;
}

.product-detail-title p,
.product-detail-desc p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #878987;
}

.product-detail-desc ul {
    padding-left: 23px;
}

.product-detail-desc ul li {
    list-style-image: url("../images/default/ceklis.svg");
    color: #878987;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.product-detail-desc .application{
	text-align:justify;
}

/* HOME RECIPES */

.card-recipes {
    border-radius: 8px;
    width: 100%;
}

.card-recipes .card-img-top {
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card-recipes .card-body {
    border: 1px solid #e39b00;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.card-recipes .card-body .card-title {
    font-family: "Frank Ruhl Libre", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.card-recipes .card-body .card-text {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.card-recipes .card-body .card-link {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.recipes-first {
    display: flex;
    flex-direction: row;
    height: 100%;
    border-radius: 8px;
}

.recipes-first .card-img-top {
    /*width: 50%;
    height: 100%;*/
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.recipes-first-img .first-link {
    width: 50%;
    /*    height: 350px;*/
}

.recipes-first-img .first-link img {
    height: 355px !important;
    object-fit: cover !important;
}

.recipes-first .card-body {
    display: flex;
    align-items: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.recipes-first .card-body .card-title {
    font-family: "Frank Ruhl Libre", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
}

.recipes-breadcrumb-title h4,
.recipes-detail-info h4 {
    font-family: "Frank Ruhl Libre", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 52px;
    color: #1b3e7d;
}

.recipes-detail-img {
    width: 100%;
    object-fit: cover;
}

.recipes-detail-img img {
    border-radius: 12px;
    object-fit: cover;
    height: 450px;
    width: 100%;
}

.recipes-detail-info p,
.articles-info p,
.articles-detail-info p {
    font-family: "Robot", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #878987;
    margin-bottom: 10px;
}

.steps ol,
.steps ul {
    list-style: linear-gradient;
}

.recipes-share h6 {
    font-family: "Frank Ruhl Libre", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 10px;
}

.swal2-styled.swal2-confirm {
    background-color: #1b3e7d;
}

.articles-info h1,
.articles-info h2,
.articles-info h3,
.articles-info h4,
.articles-info h5,
.articles-info h6 {
    font-family: "Frank Ruhl Libre", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 41px;
    color: #1e1e1f;
}

.articles-detail-info h1,
.articles-detail-info h2,
.articles-detail-info h3,
.articles-detail-info h4,
.articles-detail-info h5,
.articles-detail-info h6 {
    font-family: "Frank Ruhl Libre", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #1e1e1f;
}

.articles-detail-info img {
    text-align: center;
    width: 80%;
}

.articles-quote-content {
    display: flex;
    flex-direction: row;
    /* justify-content: baseline; */
    align-items: flex-start;
}

/* HOME TESTIMONIAL */

.testi-content {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: stretch;
}

.testi-img {
    width: 50%;
    height: 100%;
}

.testi-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.testi-desc {
    width: 50%;
    padding: 20px;
    color: white;
    display: flex;
    align-items: center;
}

.testi-desc .name {
    font-family: "Frank Ruhl Libre", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}

.testi-desc p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.testi-desc p,
.testi-desc img {
    margin-bottom: 15px !important;
}

/* FOOTER */

.footer .title {
    font-family: "Frank Ruhl Libre", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.footer .links {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

/* CONTACT */

.card-contact {
    background: #ffffff;
    border: 1px solid #e39b00;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 2rem;
}

.card-contact:hover {
    background-color: #e39b00;
    box-shadow: -4px -2px 16px rgba(0, 0, 0, 0.04), 8px 8px 16px rgba(0, 0, 0, 0.12);
}

.card-contact:hover svg #path0,
.card-contact:hover svg #path1,
.card-contact:hover svg #path2,
.card-contact:hover svg #path3,
.card-contact:hover svg #path4 {
    fill: #fff;
}

.card-contact svg {
    margin-bottom: 1rem;
}

.card-contact h6 {
    font-family: "Frank Ruhl Libre", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #1e1e1f;
}

.card-contact p {
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #878987;
    text-align: center;
}

.card-contact:hover h6,
.card-contact:hover p {
    color: #fff;
}

.contact-form-img {
    width: 100%;
    object-fit: cover;
}

.contact-form-img img {
    border-radius: 8px;
    object-fit: cover;
    height: 650px;
    width: 100%;
}

.contact-form label {
    font-family: "Frank Ruhl Libre", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #1e1e1f;
}

.contact-form input {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    height: calc(1.5em + 0.75rem + 15px);
    color: #1e1e1f;
    padding: 16px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #9f9f9f;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border: 1px solid #1b3e7d;
    color: #1e1e1f;
}

.contact-form textarea:focus {
    padding: 16px;
}

.contact-form textarea {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    padding: 16px;
}

/* MANAGE LANG */

.manage-lang ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.manage-lang ul li {
    padding-right: 5px;
}

.manage-lang ul li i {
    color: #fff;
}

.manage-lang ul li select {
    margin: 0;
    background-color: transparent;
    border: none;
    color: #fff;
}

.select2-container {
    width: 85px !important;
}

.select2-container--default .select2-selection--single {
    height: 100%;
    background: transparent;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.lang-mobile {
    display: flex !important;
    align-items: center;
}

.lang-mobile img {
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.25));
    transform: matrix(-1, 0, 0, 1, 0, 0);
    border-radius: 2px;
}

.articles-info h1,
.articles-info h2,
.articles-info h3,
.articles-info h4,
.articles-info h5,
.articles-info h6,
.articles-detail-info h1,
.articles-detail-info h2,
.articles-detail-info h3,
.articles-detail-info h4,
.articles-detail-info h5,
.articles-detail-info h6 {
    margin-bottom: .5rem !important;
}

.product-card-image {
  width: 150px; /* Adjust this width as needed for your design */
  /* Optionally add a max-width */
  /* max-width: 30%; */
}

/* Ensure the image fills its container nicely */
.product-card-image img {
   display: block; /* Removes potential bottom space */
   /* object-fit: cover; /* uncomment if you added it inline or prefer it here */
}

/* Optional: Ensure text doesn't get too squished on very small screens */
@media (max-width: 575.98px) {
  .category-product-list {
     flex-direction: column; /* Stack vertically on extra-small screens */
  }
  .product-card-image {
    width: 100%; /* Full width when stacked */
    height: 200px; /* Example fixed height when stacked */
  }
}