/*
Theme Name: Laurent
Theme URI: https://laurent.qodeinteractive.com/
Description: Elegant Restaurant Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Text Domain: laurent
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 3.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.zdss p {
    color: #000 !important;
    font-size: 20px !important;
    font-family: emoji !important;
}
div#popmake-6225 {
    border-color: #d42300;
}
button.pum-close.popmake-close {
    background: #d42300 !important;
    color: #fff !important;
}

.ghij textarea
 {
    height: 95px;
}
.eltdf-normal-logo {
    margin-top: -12px;
}


.listitm p {
	font-family: 'Open Sans', sans-serif;
	max-width: 50em;
	text-align: justify;
	margin: 1em auto;
}
.lastword {
	color: green;
	font-weight: bold;
}


.popup_order {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
  .popup__content {
    width: 80%;
    overflow:auto;
    padding: 50px;
    background: white;
    color: black;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}
    .close_order {
      position: absolute;
      right: 20px;
      top: 20px;
      width: 20px;
      display: block;
}
      .close_order span {
        cursor: pointer;
        position: fixed;
        width: 20px;
        height: 3px;
        background: #099ccc;
}
      
   .map-inr-s {
    height: 500px;
    width: 100%;
}
.map-inr-s {
    height: 500px;
    width: 100%;
}


.kp-wrapper {
    display: flex;
    padding: 20px 30px;
    background: #111;
    color: #fff;
    font-family: Arial;
}

/* Sidebar */
.kp-sidebar {
    width: 230px;
    position: sticky;
    top: 20px;
	margin: auto;
   width: fit-content !important;
    text-align: center;
}
.kp-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.kp-sidebar li {
    padding: 12px 15px;
    margin-bottom: 10px;
    background: #1a1a1a;
    border-radius: 14px;
    cursor: pointer;
    color: #ccc;
    transition: 0.3s;
}
.kp-sidebar li.active {
    background: #fff;
    color: #000;
}
.kp-sidebar li:hover {
    background: #333;
}

/* Section Headings */
.kp-heading {
    font-size: 18px;
    margin: 25px 0;
}

/* Grid */
.kp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

/* Card */
.kp-card {
    background: #151515;
    padding: 20px;
    border-radius: 18px;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

/* Left */
.kp-left h3 {
    margin: 0;
    font-size: 18px;
}
.kp-price {
    margin: 5px 0;
    font-weight: bold;
}
.kp-desc {
    color: #bbb;
    font-size: 14px;
}

/* Right (image) */
.kp-right img {
   
    height: 110px;
    border-radius: 12px;
    object-fit: cover;
}
.kp-right {
    position: relative;
}

/* Add Button */
.kp-add {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid #444;
    background: #000;
    color: #fff;
    font-size: 22px;
    position: absolute;
    right: -5px;
    bottom: -5px;
}
.kp-bottom {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.kp-sidebar {
    width: 230px;
    position: sticky;
    top: 80px;
    height: max-content;
}
.kp-content {
    padding-top: 20px;
}

.kp-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.75);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

/* Popup box */


/* Close button */


/* Popup title */
.kp-modal-title {
    margin-bottom: 20px;
    font-size: 22px;
}

/* Pickup/Delivery toggle */
.kp-toggle {
    display: flex;
    background: #222;
    padding: 5px;
    border-radius: 50px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.kp-toggle button {
    flex: 1;
    padding: 10px;
    border-radius: 50px;
    border: none;
    background: transparent;
    color: #ddd;
    cursor: pointer;
}

.kp-toggle button.active {
    background: #444;
    color: #fff;
}

/* Restaurant info */
.kp-restaurant-info {
    margin-bottom: 20px;
    line-height: 1.6;
}

.kp-restaurant-info h3 {
    margin-bottom: 5px;
}

/* Action button */


/* Modal background */
.kp-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.75);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}



/* Close button */
}

/* Popup title */
.kp-modal-title {
    margin-bottom: 20px;
    font-size: 22px;
}

/* Pickup/Delivery toggle */
.kp-toggle {
    display: flex;
    background: #222;
    padding: 5px;
    border-radius: 50px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.kp-toggle button {
    flex: 1;
    padding: 10px;
    border-radius: 50px;
    border: none;
    background: transparent;
    color: #ddd;
    cursor: pointer;
}

.kp-toggle button.active {
    background: #444;
    color: #fff;
}

/* Restaurant info */
.kp-restaurant-info {
    margin-bottom: 20px;
    line-height: 1.6;
}

.kp-restaurant-info h3 {
    margin-bottom: 5px;
}

/* Action button */


.kp-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}





.kp-toggle {
    display: flex;
    background: #1c1c1c;
    padding: 6px;
    border-radius: 40px;
    margin: 20px 0;
}

.kp-toggle button {
    flex: 1;
    padding: 10px;
    background: transparent;
    border: none;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    font-size: 15px;
}

.kp-toggle button.active {
    background: #333;
}

.kp-section { display: none; }
.kp-section.active { display: block; }


.kp-input {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border: none;
    margin-top: 12px;
}





/* Make full wrapper vertical */
.kp-wrapper {
    display: flex;
    flex-direction: column;
}

/* Convert sidebar to top horizontal bar */
.kp-sidebar {
    width: 100%;
    /*background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;*/
}

.kp-sidebar ul {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 15px;
}

.kp-sidebar ul li {
    list-style: none;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: 500;
    border-radius: 6px;
   
    transition: 0.3s;
}

.kp-sidebar ul li:hover {
    background: #f5f5f5;
}

.kp-sidebar ul li.active {
    background: #e76f51;
    color: #fff;
}

/* Main content full width now */
.kp-content {
    width: 100%;
    padding: 20px;
}
aside.kp-sidebar li {
    font-size: 17px;
}
.btcol .eltdf-btn.eltdf-btn-medium {
    background: #990000;
}
.btcol  .eltdf-btn.eltdf-btn-medium
 {
    background: #990000;
}

.btcol2
 {
    background: #990000 !important;
}

.faq-section {
    
    max-width: 1000px;
    margin: 50px auto;
}

.faq-title {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 600;
}

/* FAQ item */
.faq-item {
    border-bottom: 1px solid #333;
    padding: 15px 0;
}

/* Question button */
.faq-question {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    text-align: left;
    padding: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Arrow */
.faq-question .arrow {
    font-size: 16px;
    transition: transform 0.3s;
}

/* Answer box */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    color: #aaa;
}

/* Rotate arrow when open */
.faq-item.active .arrow {
    transform: rotate(180deg);
}

.faq-item.active .faq-answer {
    margin-top: 10px;
}
section.faq-section {
   
    margin-right: 64px;
}
.odonline .item_outer {
    background: #990000 !important;
       padding: 11px 8px;
    border: 1px solid #d1bbbb;
}

/*.login-item i.fa.fa-user {
    background: #fbe9e9 !important;
    padding: 5px;
    border-radius: 71px;
    text-align: center;
    line-height: inherit;
    padding-left: 11px;
    margin: 0 0px 0 0 !important;
    /* background: #fffc82; */
    /* border: 1px solid #990000; */
    color: #990000;
    font-size: 15px;
}*/


.login-item .eltdf-main-menu ul li a i:before {
    margin: 0 0 0 0 !important;
}
.eltdf-page-footer .eltdf-footer-top-holder .eltdf-footer-top-inner.eltdf-grid{
	padding: 130px 0 0px !important;
	
}
.login-item span.item_text {
    border: 1px solid #998c8c;
    padding: 5px;
}

.login-item span.item_text {
    border: 1px solid #998c8c;
    padding: 12px;
}

/*#menu-footer-menu .eltdf-page-footer .eltdf-footer-top-holder .widget_nav_menu ul li {
    display: block;
    margin: 18px 56px !important;
}
h5.eltdf-widget-title {
    text-align: center;
} 
div#nav_menu-11 li {
    margin-left: 59px !important;
}
#nav_menu-9 .eltdf-widget-title {
    margin-right: 10px;
}*/

.msidiun {
    text-align: center;
    font-size: 22px;
}
span.groupe {
    font-weight: 500;
}
a.ahbnjs {
    background: #990000;
    padding: 13px;
  
    /* border-radius: 21px; */
    margin-left: 10px;
    /* font-family: 'dashicons'; */
    /* padding-top: 5px; */
    padding-bottom: 14px;
    /* font-family: "Josefin Sans", sans-serif !important; */
	color: #fff;
   
    border: 1px solid #fff;
}
.msidiun {
    color: #000;
}
a.ahbnjs:hover {
    background: #000;
}
.eltdf-footer-top-alignment-left .eltdf-column-content.eltdf-grid-col-3 {
    text-align: center;
}

#block-10 .eltdf-side-menu .widget ul:not(.eltdf-shortcode-list):not(.eltdf-instagram-feed):not(.product_list_widget) li
 {
    margin: 0 0 0px !important;
}
.user-registration-form-row.user-registration-form-row--wide.form-row.form-row-wide label {
    color: #000 !important;
    font-size: 18px;
}
span.user-registration-login-title {
    color: #0b1315;
}
button.user-registration-Button.button.ur-submit-button {
    background: #990000 !important;
}
.user-registration-register.register a {
    color: #000 !important;
}
li#menu-item-5493 {
    padding-bottom: 10px;
}


.kp-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}
.kp-modal-content {
    width: 90%;
    max-width: 600px;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    color: #fff;
}



.kp-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    backdrop-filter: blur(4px);
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

/* Main Popup Box */
.kp-popup-box {
    width: 420px;
    max-width: 95%;
    background: #000;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

/* Close Button */
.kp-close {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 24px;
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 1000;
    background: #990000;
    border-radius: 50px;
}

/* Image Section */
.kp-modal-image img {
    width: 100%;
    height: 200;
    display: block;
}

/* Details Section */
.kp-modal-details {
    padding: 25px;
    text-align: left;
    background: #000;
    color: #fff;
}

/* Title like your screenshot */
.kp-modal-details h2 {
    font-size: 26px;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 600;
    color: #d4b083;
    margin-bottom: 12px;
}

/* Description text */
.kp-modal-details p {
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    margin-top: 5px;
}

/* Button style */
.kp-action-btn {
    width: 100%;
    background: #990000;
    color: #fff;
    padding: 14px 0;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}

.kp-action-btn:hover {
    opacity: 0.9;
}
.kp-popup-box {
    max-height: 90vh;  /* previously auto */
    height: auto;
}


.pcp_promo_popup {
    max-width: 800px;        /* Increase popup width */
    height: auto;            /* Allow height to grow */
    padding: 20px 20px 30px; /* Reduce extra spacing */
}

.pcp_promo_image_container img {
    width: 100%;             /* Full-width image */
    height: auto;
    display: block;
    border-radius: 10px;
}

.pcp_promo_buttons {
    margin-top: 10px !important; /* Reduce gap between image and buttons */
    display: flex;
    justify-content: center;
    gap: 10px !important;        /* Reduce spacing between buttons */
}

.pcp_promo_buttons a {
    padding: 8px 16px;      /* Smaller button padding */
    font-size: 15px;
}

.elementor .kp-grid img {
     height: 200px;
	width: 500px;
}

img#kpItemImage {
    height: 266px;
    width: 100%;
}

/* ---------- Force horizontal scroll for dynamic category list ---------- */

/* Make sure the outer wrapper can overflow horizontally */
.kp-wrapper, .kp-sidebar {
  width: 100% !important;
  box-sizing: border-box !important;
}

/* The aside must allow horizontal scroll */
.kp-sidebar {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  white-space: nowrap !important;     /* keep items on one line */
  padding: 8px 12px !important;
  margin: 0 !important;
}

/* Make UL a single row that can't wrap and becomes wider than container */
.kp-sidebar > ul {
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 6px !important;
  width: max-content !important;      /* force overflow when items exceed width */
  align-items: center !important;
}

/* Ensure each LI stays inline and does not shrink */
.kp-sidebar > ul > li {
  list-style: none !important;
  display: inline-block !important;
  white-space: nowrap !important;
  padding: 8px 18px !important;
  border-radius: 8px !important;
  background: #111 !important;
  color: #fff !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

/* Active state */
.kp-sidebar > ul > li.active {
  background: #e67656 !important;
  color: #fff !important;
}

/* Pretty small scrollbar for desktop (optional) */
.kp-sidebar::-webkit-scrollbar { height: 6px; }
.kp-sidebar::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.12); border-radius: 6px; }
.kp-sidebar::-webkit-scrollbar-track { background: transparent; }



.kp-wrapper {
    display: flex;
    gap: 30px;
}

.kp-sidebar {
    width: 220px;
}

.kp-content {
    flex: 1;
}

.kp-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.kp-card {
    display: flex;
    gap: 20px;
}

/* Image Side */
.kp-right img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
}

/* =============================== */
/* TABLET RESPONSIVE (max-width: 991px) */
/* =============================== */
@media (max-width: 991px) {

    .kp-wrapper {
        flex-direction: column;
    }

    .kp-sidebar {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        margin-bottom: 20px;
    }

    .kp-sidebar ul {
        display: flex;
        gap: 20px;
    }

    .kp-sidebar li {
        padding: 8px 14px;
        border-radius: 6px;
        cursor: pointer;
        white-space: nowrap;
        font-size: 15px;
    }

    .kp-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .kp-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .kp-right img {
        width: 100%;
        height: 200px;
    }
}

/* =============================== */
/* MOBILE RESPONSIVE (max-width: 600px) */
/* =============================== */
@media (max-width: 600px) {

    .kp-wrapper {
        flex-direction: column;
    }

    .kp-sidebar ul {
        gap: 12px;
    }

    .kp-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 18px;
    }

    .kp-card {
        flex-direction: column;
    }

    .kp-right img {
        width: 100%;
        height: 190px;
    }

    .kp-left h3 {
        font-size: 17px;
    }

    .kp-desc {
        font-size: 14px;
        line-height: 1.5;
    }
}


@media (max-width: 1024px) {

    /* Reduce slider height */
    .rev_slider_wrapper, 
    .rev_slider, 
    .rev_slider ul li {
        height: 480px !important;
    }

    /* Large heading */
    .tp-caption, .rev-btn, .tp-resizeme:not(.small-text) {
        font-size: 42px !important;
        line-height: 1.2 !important;
    }

    /* Subheading text */
    .tp-resizeme.small-text {
        font-size: 20px !important;
    }

    /* Button */
    .tp-revslider-slidesli .rev-btn {
        padding: 12px 30px !important;
        font-size: 16px !important;
    }
}

/* ----------------------------------------------
   HERO SLIDER — Mobile (max-width: 768px)
---------------------------------------------- */
@media (max-width: 768px) {

    .rev_slider_wrapper, 
    .rev_slider, 
    .rev_slider ul li {
        height: 380px !important;
    }

    /* main big title */
    .tp-caption, .rev-btn, .tp-resizeme:not(.small-text) {
        font-size: 28px !important;
        line-height: 1.1 !important;
        letter-spacing: 1px !important;
    }

    /* sub text */
    .tp-resizeme.small-text {
        font-size: 16px !important;
    }

    /* button */
    .tp-revslider-slidesli .rev-btn {
        padding: 10px 25px !important;
        font-size: 14px !important;
    }
}

/* ----------------------------------------------
   HERO SLIDER — Small Mobile (max-width: 480px)
---------------------------------------------- */
@media (max-width: 480px) {

    .rev_slider_wrapper, 
    .rev_slider, 
    .rev_slider ul li {
        height: 320px !important;
    }

    .tp-caption, .rev-btn, .tp-resizeme:not(.small-text) {
        font-size: 22px !important;
        letter-spacing: 0px !important;
    }

    .tp-resizeme.small-text {
        font-size: 14px !important;
    }

    /* Center-align everything on mobile */
    .tp-caption, .tp-resizeme {
        text-align: center !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }




@media (max-width: 768px) {
.msidiun {
    text-align: center;
    font-size: 18px;
}
	
	a.ahbnjs {
    background: #990000;
   
    color: #fff;
    border: 1px solid #fff;
    padding: 4px !important;
	font-size: 16px !important;
}
	
	
	.formlist .elementor-element.elementor-element-d8ba4b4.elementor-widget.elementor-widget-eltdf_pricing_list {
    text-align: center;
		
}
.formlist .elementor-element.elementor-element-b757f34.elementor-widget.elementor-widget-eltdf_pricing_list {
    text-align: center;
}	
	section.faq-section {
    text-align: center;
    margin-left: 50px;
}
	div#media_image-2 {
    margin: auto;
    display: block;
    width: 50%;
}
	.eltdf-footer-top-inner.eltdf-grid {
    margin-top: -110px;
}
	
 .elementor-element.elementor-element-ebc3208.elementor-widget.elementor-widget-eltdf_pricing_list  {
    text-align: center;
}
	
	
.elementor-element.elementor-element-066d6d6.formlist.elementor-widget.elementor-widget-eltdf_pricing_list {
    text-align: center;
}
	
.elementor-element.elementor-element-066d6d6.elementor-widget.elementor-widget-eltdf_pricing_list {
    text-align: center;
}
	
.elementor-element.elementor-element-4921fbf.elementor-widget.elementor-widget-eltdf_pricing_list {
    text-align: center;
}
	
	.elementor-element.elementor-element-42faba8.elementor-widget.elementor-widget-eltdf_pricing_list
 {
    text-align: center;
}
	
	.eltdf-title-holder.eltdf-centered-type .eltdf-page-title {
    margin: 0;
     padding: 0px !important; 
}
	.eltdf-page-footer .eltdf-footer-top-holder .widget_nav_menu ul li {
    display: block;
    margin: 18px 43px !important;
}
	
}


	
	a#eltdf-back-to-top {
    display: none !important;
}

	
	
	