
:root{
  --green:#1a5c38;--green2:#2e8b57;--green-pale:#e8f5ec;
  --gold:#c8a84b;--gold2:#f0d080;
  --dark:#0d1117;--mid:#374151;--grey:#6b7280;--light:#f8fafc;--white:#fff;
  --red:#c0392b;--red2:#8B1a1a;
  --coffee:#3d1f00;--coffee2:#7c4a1a;--coffee-pale:#fdf6ee;
  --jungle:#2d6a2d;--jungle2:#4a9e4a;
  --radius:14px;--shadow:0 6px 32px rgba(0,0,0,.12);
}

/* *,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'Open Sans',sans-serif;color:var(--dark);background:var(--light);}
 */
/* ── SCROLLBAR ── */
/* ::-webkit-scrollbar{width:6px;} ::-webkit-scrollbar-track{background:#111;}
::-webkit-scrollbar-thumb{background:var(--gold);border-radius:3px;}
 */


/***************************************************** ══════ SWITCH SANDWICH ══════ **************************/
#switch{
    /* background:var(--jungle); */
     background: #fadeb1;;
    color:var(--white);
    position:relative;
    overflow:hidden;
}
#switch::before{
  content:'';position:absolute;inset:0;z-index:0;
  background-size:cover;background-position:center;opacity:.08;
}
#switch .sec-inner{
    position:relative;
    z-index:1;
}
#switch .sec-tag{
    background:rgba(255,255,255,.1);
    color:black;

}
#switch .sec-h{
    color:black;
    text-align: justify !important;
}
#switch .sec-lead{
    color:black;
    text-align: justify;
}
.switch-tabs{
    display:flex;gap:0;
    margin-bottom:48px;
    border-bottom:2px solid rgba(255,255,255,.15);
}
.sw-tab{
  padding:14px 28px;
  font-family:'Montserrat',sans-serif;font-weight:700;
  font-size:13px;
  color:rgba(255,255,255,.6);
  cursor:pointer;
  border-bottom:3px solid transparent;
  transition:all .2s;
}
.sw-tab.active,.sw-tab:hover{
    color:var(--black); 
    border-bottom-color:var(--gold);
}
.sw-panel{display:none;}
.sw-panel.active{display:block;}
.switch-kiosque-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;}
.kiosque-photos{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}
.kiosque-photos img{
    width:100%;
    height:150px;
    object-fit:cover;
    border-radius:12px;
}
.kiosque-photos img:first-child{
    grid-column:1/-1;
    height:260px;
}
.menu-columns{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.menu-cat-sw{
  background:rgba(255,255,255,.07);
  border-radius:10px;
  padding:18px 16px;
  border-top:3px solid var(--gold);
}
.menu-cat-sw h5{
    font-family:'Montserrat',sans-serif;
    font-weight:700;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1.5px;
    color:var(--gold2);margin-bottom:10px;
}
.menu-cat-sw ul{
    list-style:none;
}
.menu-cat-sw ul li{
    font-size:12px;
    color:white;
    padding:4px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
}
.menu-cat-sw ul li:last-child{border-bottom:none;}
.truck-layout{
    display:grid;
    grid-template-columns:1.2fr 1fr;
    gap:56px;
    align-items:start;
    margin-top:8px;
}
.truck-gallery{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}
.truck-gallery img{
    width:100%;
    height:200px;
    object-fit:cover
    ;border-radius:12px;
}
.truck-gallery img:first-child{
    grid-column:1/-1;
    height:260px;
}
.truck-badge{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(200,168,75,.2);border:1px solid rgba(200,168,75,.4);
  border-radius:20px;padding:6px 16px;
  font-size:11px;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:1px;
  margin-bottom:20px;
}
.truck-specs{
    display:flex;
    flex-direction:column;
    gap:14px;
}
.truck-spec{
  display:flex;
  align-items:flex-start;
  gap:12px;
  background:white; 
  border-radius:10px;
  padding:14px 16px;
}
.truck-spec .ico{
    font-size:20px;
    flex-shrink:0;
}
.truck-spec p{
    font-size:13px;
    color:black;
    line-height:1.6;
}
.truck-spec strong{
    color:var(--black);

}
.kiosque-specs{display:grid;grid-template-columns:1fr;gap:12px;margin-top:16px;}
.k-spec{display:flex;align-items:center;gap:12px;font-size:13px;color:rgba(255,255,255,.7);padding:10px 14px;background:rgba(255,255,255,.05);border-radius:8px;}
.k-spec .ico{font-size:18px;}





/************************************** ===== switch Responsive ===== ****************************/
#switch img {
    max-width: 100%;
    height: auto;
}

/******************************************** ===== TABLET ===== **************************/

/* ===== MOBILE ===== */
@media (max-width: 600px) {

    #switch .switch-kiosque-layout {
        flex-direction: column;
    }

    #switch .kiosque-photos {
        grid-template-columns: 1fr;
    }

    #switch .menu-columns {
        grid-template-columns: 1fr;
    }

    #switch .sec-h {
        font-size: 20px;
        text-align: center;
    }

    #switch .sec-lead {
        font-size: 14px;
        text-align: justify;
    }

    /* image spacing */
    #switch img {
        border-radius: 10px;
    }
}

/* ================= switch ================= */
@media (max-width: 992px) {

  /* switch layout becomes stacked */
  #switch .switch-kiosque-layout,
  #switch .truck-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  /* photos become 2 columns */
  #switch .kiosque-photos {
    grid-template-columns: 1fr 1fr;
  }

  #switch .kiosque-photos img:first-child {
    grid-column: auto;
    height: 220px;
  }

  /* menu becomes 1 column (cleaner) */
  #switch .menu-columns {
    grid-template-columns: 1fr;
  }

  /* text readability */
  #switch .sec-h {
    font-size: 22px;
    text-align: center;
  }

  #switch .sec-lead {
    font-size: 14px;
    text-align: justify;
  }

  /* tabs wrap nicely */
  #switch .switch-tabs {
    flex-wrap: wrap;
  }
}

/* ================= MOBILE ================= */
@media (max-width: 600px) {

  /* full single column layout */
  #switch .switch-kiosque-layout,
  #switch .truck-layout {
    grid-template-columns: 1fr;
  }

  /* images stack cleanly */
  #switch .kiosque-photos {
    grid-template-columns: 1fr;
  }

  #switch .kiosque-photos img {
    height: 180px;
  }

  /* title fix */
  #switch .sec-h {
    font-size: 18px;
    text-align: center;
  }

  /* paragraph fix (important) */
  #switch .sec-lead {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }

  /* tabs become scrollable instead of breaking */
  #switch .switch-tabs {
    overflow-x: auto;
    white-space: nowrap;
  }

  #switch .sw-tab {
    flex: 0 0 auto;
    font-size: 12px;
    padding: 10px 16px;
  }
}
.switch-kiosque-layout,
.truck-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
}

@media (max-width: 992px) {
    .switch-kiosque-layout,
    .truck-layout {
        grid-template-columns: 1fr;
    }
}

/* cards */

/* ===== MOBILE CARDS FIX ===== */
@media (max-width: 600px) {

  /* GRID becomes 1 column */
  .cards-container {
    grid-template-columns: 1fr !important;
    gap: 15px;
    padding: 10px;
  }

  /* CARD adapts to screen */
  .property-card {
    width: 100%;
    max-width: 100%;
  }

  /* IMAGE ALWAYS SHRINKS */
  .card-image img {
    width: 100% !important;
    height: auto !important;
    max-height: 180px;
    object-fit: cover;
  }

  /* CONTENT SHRINKS */
  .card-content {
    padding: 12px;
  }

  /* TITLE SHRINK */
  .card-content h3 {
    font-size: 16px;
    line-height: 1.3;
  }

  /* PARAGRAPH SHRINK */
  .card-content p {
    font-size: 13px;
    line-height: 1.5;
  }

  /* FORCE NO OVERFLOW */
  .property-card * {
    max-width: 100%;
    word-wrap: break-word;
  }
}


/************************************************************** ══════ BOUTIQUE JUS & GLACES ══════ *************************************/
.sec-felbenin {
  scroll-margin-top: 80px !important;
}
#boutique{
  background:#fadeb1;
}
#boutique .sec-tag{
  background:rgba(240,210,60,.15);
  color:#b8860b;
}
.boutique-layout{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:start;
  margin-top:56px ;
}
.boutique-img-frame{
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
  position:relative;
}
.boutique-img-frame img{
  width:100%;
  height:440px;
  object-fit:cover;
  display:block;
}
.boutique-img-overlay{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  background:linear-gradient(transparent,rgba(0,0,0,.65));
  padding:24px 20px;color:var(--white);
}
.boutique-img-overlay h4{font-family:'Playfair Display',serif;font-size:20px;font-style:italic;margin-bottom:4px;}
.boutique-img-overlay p{font-size:12px;opacity:.8;}
.products-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px;}
.prod-tab{
  padding:7px 16px;border-radius:20px;font-size:12px;font-weight:700;cursor:pointer;
  border:2px solid #ddd;color:var(--grey);transition:all .2s;
}
.prod-tab.active,.prod-tab:hover{background:var(--green);border-color:var(--green);color:var(--white);}
.prod-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.prod-card{
  background:#fadeb1;
  border-radius:10px;
  padding:16px;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.prod-card h5{
    font-family:'Montserrat',sans-serif;
    font-weight:700;
    font-size:18px;
    color:var(--dark);
    margin-bottom:6px;
    text-align: center;
}
/* .prod-card ul{
  list-style:none;
} */
.prod-card ul li{
    font-size:14px;
    color:black;
    margin: 1px;

}

.boutique-stats{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    margin-top:48px;
}
.b-stat{
    background:var(--white);
    border-radius:var(--radius);
    padding:24px;text-align:center;box-shadow:0 2px 12px rgba(0,0,0,.06);}
.b-stat-n{font-family:'Montserrat',sans-serif;font-weight:900;font-size:32px;color:var(--green);}
.b-stat-l{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--grey);margin-top:6px;}



/******************************************************* ══════ CONDITIONNEMENT ══════ ******************************************/
.sec-conditionnement {
  scroll-margin-top: 80px !important;
}
#conditionnement{
   background:#fadeb1;

}
.cond-layout{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
  margin-top:56px;
}
.cond-img{
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
}
.cond-img img{
  width:100%;
  height:650px;
  object-fit:cover;
  display:block;
}
.cond-activities{
  display:flex;
  flex-direction:column;
  gap:20px;
}
.cond-act{
  display:flex;
  align-items:flex-start;
  gap:18px;
  padding:22px;
  background:var(--light);
  border-radius:var(--radius);
  /* border-left:4px solid var(--gold); */
}
.cond-act-ico{
  font-size:35px;
  flex-shrink:0;
}
.cond-act h4{
  font-family:'Montserrat',sans-serif;
  font-weight:700;
  font-size:16px;
  color:var(--dark);
  margin-bottom:6px;
}
.cond-act p{
  font-size:13px;
  color:var(--grey);
  line-height:1.65;
}

/* ===== White Menu Cards ===== */
.menu-cat-sw {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

/* Hover effect */
.menu-cat-sw:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

/* Titles */
.menu-cat-sw h5 {
    color: #2b2b2b;
    margin-bottom: 12px;
}

/* List reset + styling */
.menu-cat-sw ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Items */
.menu-cat-sw ul li {
    color: #333 !important; /* overrides inline black */
    padding: 6px 0;
    font-size: 14px;
    border-bottom: 1px dashed rgba(0,0,0,0.08);
}

/* Remove last border */
.menu-cat-sw ul li:last-child {
    border-bottom: none;
}

/* Grid spacing (optional but recommended) */
.menu-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

/* Bottom info box */
.menu-columns + div {
    background: #ffffff !important;
    color: #444 !important;
    border: 1px solid rgba(0,0,0,0.08);
}


/* ===== SWITCH MENU CARDS (white style) ===== */
.menu-columns .menu-cat-sw {
    background: #ffffff !important;
    border-radius: 14px;
    padding: 18px 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.menu-columns .menu-cat-sw:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* Titles inside cards */
.menu-columns .menu-cat-sw h5 {
    color: #1a1a1a !important;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 15px;
}

/* ALL list text */
.menu-columns .menu-cat-sw ul li {
    color: #1a1a1a !important;
}

/* ===== TECH SHEET CARD (white style) ===== */
.kiosque-specs {
    color: #1a1a1a;
}

.kiosque-specs .k-spec {
    background: #ffffff !important;
    border: 1px solid rgba(0,0,0,0.08);
    padding: 10px 12px;
    border-radius: 10px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

/* Icon color fix */
.kiosque-specs .ico {
    color: #c8a84b;
}

/* Header of tech box */
.lang-menu-modern {
    border: none;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    padding: 6px;
}

/* hover effect */
.lang-menu-modern .dropdown-item {
    border-radius: 8px;
    padding: 8px 12px;
    transition: 0.2s;
}

/* GREEN HOVER */
.lang-menu-modern .dropdown-item:hover {
    background: rgba(0, 200, 80, 0.12);
    color: #00c850;
    transform: translateX(3px);
}

/* ACTIVE LANGUAGE */
.lang-menu-modern .dropdown-item.active {
    background: #00c850;
    color: #fff;
}

/* remove any pseudo separator like | or ::after content */
.lang-icon-btn::after,
.lang-icon-btn::before {
    content: none !important;
}
/* remove bootstrap default dropdown caret if needed */
.lang-icon-btn.dropdown-toggle::after {
    display: none !important;
}


.kiosque-specs + div {
    background: #ffffff !important;
    color: #1a1a1a !important;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.08);
}

.kiosque-specs,
.kiosque-specs * {
    background: transparent;
}


/************************************** ===== switch Responsive ===== ****************************/
#switch img {
    max-width: 100%;
    height: auto;
}

/* ===== TABLET ===== */
@media (max-width: 992px) {

    #switch .switch-kiosque-layout {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    #switch .kiosque-photos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    #switch .menu-columns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    /* remove fixed width issue */
    #switch img[style*="width:600px"] {
        width: 100% !important;
        height: auto !important;
    }
}

/* ===== MOBILE ===== */
@media (max-width: 600px) {

    #switch .switch-kiosque-layout {
        flex-direction: column;
    }

    #switch .kiosque-photos {
        grid-template-columns: 1fr;
    }

    #switch .menu-columns {
        grid-template-columns: 1fr;
    }

    #switch .sec-h {
        font-size: 20px;
        text-align: center;
    }

    #switch .sec-lead {
        font-size: 14px;
        text-align: justify;
    }

    /* image spacing */
    #switch img {
        border-radius: 10px;
    }
}



/* ================= switch ================= */
@media (max-width: 992px) {

  /* switch layout becomes stacked */
  #switch .switch-kiosque-layout,
  #switch .truck-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  /* photos become 2 columns */
  #switch .kiosque-photos {
    grid-template-columns: 1fr 1fr;
  }

  #switch .kiosque-photos img:first-child {
    grid-column: auto;
    height: 220px;
  }

  /* menu becomes 1 column (cleaner) */
  #switch .menu-columns {
    grid-template-columns: 1fr;
  }

  /* text readability */
  #switch .sec-h {
    font-size: 22px;
    text-align: center;
  }

  #switch .sec-lead {
    font-size: 14px;
    text-align: justify;
  }

  /* tabs wrap nicely */
  #switch .switch-tabs {
    flex-wrap: wrap;
  }
}

/* ================= MOBILE ================= */
@media (max-width: 600px) {

  /* full single column layout */
  #switch .switch-kiosque-layout,
  #switch .truck-layout {
    grid-template-columns: 1fr;
  }

  /* images stack cleanly */
  #switch .kiosque-photos {
    grid-template-columns: 1fr;
  }

  #switch .kiosque-photos img {
    height: 180px;
  }

  /* title fix */
  #switch .sec-h {
    font-size: 18px;
    text-align: center;
  }

  /* paragraph fix (important) */
  #switch .sec-lead {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }

  /* tabs become scrollable instead of breaking */
  #switch .switch-tabs {
    overflow-x: auto;
    white-space: nowrap;
  }

  #switch .sw-tab {
    flex: 0 0 auto;
    font-size: 12px;
    padding: 10px 16px;
  }
}
.switch-kiosque-layout,
.truck-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
}

@media (max-width: 992px) {
    .switch-kiosque-layout,
    .truck-layout {
        grid-template-columns: 1fr;
    }
}

/* cards */

/* ===== MOBILE CARDS FIX ===== */
@media (max-width: 600px) {

  /* GRID becomes 1 column */
  .cards-container {
    grid-template-columns: 1fr !important;
    gap: 15px;
    padding: 10px;
  }

  /* CARD adapts to screen */
  .property-card {
    width: 100%;
    max-width: 100%;
  }

  /* IMAGE ALWAYS SHRINKS */
  .card-image img {
    width: 100% !important;
    height: auto !important;
    max-height: 180px;
    object-fit: cover;
  }

  /* CONTENT SHRINKS */
  .card-content {
    padding: 12px;
  }

  /* TITLE SHRINK */
  .card-content h3 {
    font-size: 16px;
    line-height: 1.3;
  }

  /* PARAGRAPH SHRINK */
  .card-content p {
    font-size: 13px;
    line-height: 1.5;
  }

  /* FORCE NO OVERFLOW */
  .property-card * {
    max-width: 100%;
    word-wrap: break-word;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {

  /* =========================
     MENU GRID → 3 COLUMNS
  ========================= */
  .menu-columns {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    align-items: stretch;
  }

  .menu-cat-sw {
    width: 100% !important;
  }

  /* =========================
     FIX IMAGES GRID (KIOSQUE PHOTOS)
  ========================= */
  .kiosque-photos {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .kiosque-photos img {
    width: 100% !important;
    height: 140px !important;
    object-fit: cover !important;
    border-radius: 10px;
  }

  /* BIG IMAGE BELOW */
  #kiosque img[style*="height: 290px"] {
    height: 220px !important;
    object-fit: cover !important;
  }

  /* =========================
     TEXT BALANCE
  ========================= */
  .sec-h {
    font-size: 22px !important;
    line-height: 1.3;
  }

  .sec-lead {
    font-size: 14px !important;
    line-height: 1.6;
  }
}



@media (min-width: 768px) and (max-width: 1024px) {

  .kiosque-photos {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "img1 img1"
      "img2 img3";
    gap: 10px;
  }

  .kiosque-photos img {
    width: 100% !important;
    object-fit: cover;
    border-radius: 10px;
  }

  /* FIRST IMAGE FULL WIDTH */
  .kiosque-photos img:nth-child(1) {
    grid-area: img1;
    height: 220px !important;
  }

  /* SECOND IMAGE */
  .kiosque-photos img:nth-child(2) {
    grid-area: img2;
    height: 160px !important;
  }

  /* THIRD IMAGE */
  .kiosque-photos img:nth-child(3) {
    grid-area: img3;
    height: 160px !important;
  }
}

/* ================= CONDITIONNEMENT ================= */
/* ================= TABLET ================= */
@media (max-width: 992px) {

  .cond-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .cond-img img {
    height: 320px;
  }

  .cond-act {
    padding: 18px;
  }
}

/* ================= MOBILE ================= */
@media (max-width: 600px) {

  /* STACK EVERYTHING */
  .cond-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  /* IMAGE SHRINK FIX */
  .cond-img img {
    height: 220px;
    width: 100%;
    object-fit: cover;
  }

  /* TEXT TITLE FIX */
  #conditionnement .sec-h {
    font-size: 18px;
    text-align: left;
  }

  #conditionnement .sec-lead {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }

  /* ACTIVITY CARD FIX */
  .cond-act {
    flex-direction: row;
    gap: 12px;
    padding: 14px;
  }

  .cond-act-ico {
    font-size: 25px;
  }

  .cond-act h4 {
    font-size: 13px;
  }

  .cond-act p {
    font-size: 15px;
    line-height: 1.5;
  }
}

/* ================= SMALL MOBILE ================= */
@media (max-width: 400px) {

  .cond-act {
    flex-direction: column;
    align-items: flex-start;
  }

  .cond-act-ico {
    font-size: 20px;
  }
}


/* drinks cards */
.boutique-layout {
    /* display: grid; */
    grid-template-columns: 1.2fr 1fr;
    /* gap: 40px; */
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* MAIN IMAGE */
.boutique-img-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.boutique-img-frame img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
}

/* Overlay like your reference */
.boutique-img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    color: white;
}

/* SMALL IMAGES */
.boutique-layout img {
    border-radius: 16px;
    transition: 0.3s;
}

.boutique-layout img:hover {
    transform: scale(1.05);
}

.prod-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.prod-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px;
    color: white;
    transition: 0.3s;
    border: 1px solid rgba(255,255,255,0.08);
}

/* Hover effect like modern UI */
.prod-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* Title */
.prod-card h5 {
    color: #f5c16c;
    font-weight: 600;
    margin-bottom: 10px;
}

/* List */
.prod-card ul {
    padding: 0;
    margin: 0;
}

.prod-card ul li {
    list-style: none;
    margin-bottom: 6px;
    font-size: 14px;
    color: #ddd;
}

#felbenin {
    padding: 80px 0;
}




.boutique-img-frame img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
}

/* small images row */
.boutique-layout > div:first-child div[style*="grid"] {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.prod-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    .prod-grid {
        grid-template-columns: 1fr;
    }

    .boutique-img-frame img {
        height: 220px;
    }
}

.prod-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 20px;
}

.prod-card {
    background: #0c2a24e6;
    backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 28px 24px;
    min-height: 220px;
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.3s ease;
}

/* hover like modern UI */
.prod-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}
.prod-card h5 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #f7c66a; 
    margin-bottom: 15px;
    text-transform: uppercase;
}

.prod-card ul li {
    list-style: none;
    font-size: 14px;
    color: #d1d5db;
    line-height: 1.6;
    margin-bottom: 6px;
}

@media (max-width: 992px) {
    .prod-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .prod-grid {
        grid-template-columns: 1fr;
    }

    .prod-card {
        padding: 20px;
    }
}

/* drinks images  */
.image-slider {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    margin-bottom: -40px;
    margin-top: -60px;

}

/* CENTER IMAGE */
.img-main {
    width: 420px;
    height: 300px;
    z-index: 2;
}

.img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* SIDE IMAGES */
.img-side {
    position: absolute;
    width: 280px;
    height: 240px;
    opacity: 0.4;
    filter: blur(3px);
}

.img-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* LEFT & RIGHT */
.img-side.left { left: 5%; }
.img-side.right { right: 5%; }

.slider-arrows .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    color: #012e2b;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
}

.slider-arrows .left {
    left: 30%;
}

.slider-arrows .right {
    right: 30%;
}

@media (max-width: 768px) {
    .img-side {
        display: none;
    }

    .img-main {
        width: 100%;
        height: 220px;
    }
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: white;
    color: #012e2b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* LEFT */
.arrow-left {
    left: 20%;
}

/* RIGHT */
.arrow-right {
    right: 20%;
}

/* new style */

.image-slider{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* center wrapper becomes reference point */
.img-main-wrapper{
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
}

/* main image */
.img-main img{
  width: 100%;
  border-radius: 12px;
  display: block;
}

/* side images */
.img-side{
  flex: 0.7;
}

.img-side img{
  width: 100%;
  border-radius: 12px;
}

/* arrows now attached ONLY to center image */
.arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(0,0,0,0.5);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.arrow-left{
  left: -20px;   /* outside left of center image */
}

.arrow-right{
  right: -20px;  /* outside right of center image */
}


/* newwwwwwwww  */
.image-slider {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-track {
  position: relative;
  width: 100%;
  height: 100%;
}

/* ALL slides stacked */
.slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 420px;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.6s ease;
  opacity: 0;
  filter: blur(6px);
  z-index: 1;
}

.slide img {
  width: 100%;
  border-radius: 20px;
}

/* CENTER */
.slide.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  filter: blur(0);
  z-index: 3;
}

/* LEFT */
.slide.left {
  transform: translate(-140%, -50%) scale(0.85);
  opacity: 0.4;
  filter: blur(4px);
  z-index: 2;
}

/* RIGHT */
.slide.right {
  transform: translate(40%, -50%) scale(0.85);
  opacity: 0.4;
  filter: blur(4px);
  z-index: 2;
}

/* arrows */


/* ARROWS */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  color: black;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  display: flex;              
  align-items: center;       
  justify-content: center;   
  cursor: pointer;
  z-index: 999;               
}

/* positions */
.arrow-left {
  left: 20px;
}

.arrow-right {
  right: 20px;
}

/* keep slider centered */
.image-slider {
  position: relative;
  height: 420px;
}

/* arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  color: black;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
}

.arrow-left {
  left: calc(50% - 260px);  
}

.arrow-right {
  left: calc(50% + 210px);  
}


/* floating-contact  */


.floating-contact {
    position: fixed;
    right: 20px;
    top: 40%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 999;
}

.contact-item {
    display: flex;
    align-items: center;
    background: linear-gradient(145deg, #5f6d6d, #3e4a4a);
    color: white;
    padding: 15px;
    border-radius: 20px;
    text-decoration: none;
    overflow: hidden;
    width: 55px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* ICON */
.contact-item i {
    font-size: 18px;
    min-width: 25px;
    text-align: center;
}

/* TEXT (hidden by default) */
.contact-item span {
    margin-left: 10px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* HOVER EFFECT */
.contact-item:hover {
    width: 220px;
    border-radius: 15px;
}

.contact-item:hover span {
    opacity: 1;
}

/* Optional colors */
.phone {
    background: linear-gradient(145deg, #4caf50, #2e7d32);
}

.email {
    background: linear-gradient(145deg, #2196f3, #1565c0);
}


/* floating-contact */
.floating-contact {
    position: fixed;
    right: -15px;
    top: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 999;
}

.floating-contact::before {
    content: "";
    position: absolute;
    right: 4px;
    width: 5px;
    height: 100%;
    border-radius: 10px;

    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 15px rgba(255,255,255,0.8);
}

.contact-btn {
    width: 56px;
    height: 56px;
    margin: 12px 0;
    border-radius: 14px; 

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    color: #ffffff;
    text-decoration: none;

    /* darker, flatter color */
    /* background: rgba(55, 75, 75, 0.75); */
     background: #0c2a24e6;


    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

    box-shadow:
        0 6px 12px rgba(0,0,0,0.3),
        inset 0 1px 1px rgba(255,255,255,0.15);

    /* closer to the line */
    transform: translateX(-10px);

    transition: 0.2s ease;
}


.contact-btn:hover {
    transform: translateX(-12px);
}

.contact-btn.active {
    background: #f2d15c;
    color: #333;
    box-shadow:
        0 6px 12px rgba(0,0,0,0.25),
        inset 0 1px 1px rgba(255,255,255,0.3);
}


.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
}

.modal-content {
    background: white;
    padding: 20px;
    width: 300px;
    margin: 100px auto;
    border-radius: 10px;
}



/* alert */

.toast-success {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #1A5c38;
    color: white;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    z-index: 9999;

    opacity: 0;
    transform: translateY(-20px);

    animation: slideDown 0.5s forwards;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

@keyframes slideDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/************************* Phone Icon *************************/

/* Wrapper to control position */
.phone-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

/* Label (hidden) */
.phone-label {
    position: absolute;
    right: 65px;

    background: #f2d15c;
    color: #333;

    padding: 12px 18px;
    border-radius: 10px;

    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;

    display: flex;
    align-items: center;
    gap: 8px;

    opacity: 0;
    transform: translateX(20px);
    pointer-events: none;

    transition: 0.3s ease;
}

/* SHOW animation */
.phone-label.show {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}



/* ACTIVE PHONE BUTTON (yellow when clicked) */
.contact-btn.active {
    background: #f2d15c;
    color: #333;

    box-shadow:
        0 6px 12px rgba(0,0,0,0.25),
        inset 0 1px 1px rgba(255,255,255,0.3);
}

/* ICON color when active */
.contact-btn.active i {
    color: #333;
}


.phone-label {
    position: absolute;
    right: 65px;
/* 
    background: #f2d15c;
    color: #333; */
    background: #0c2a24e6; 
    color: #ffffff; 

    padding: 12px 18px;
    border-radius: 10px;

    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;

    display: flex;
    align-items: center;
    gap: 8px;

    opacity: 0;
    transform: translateX(20px);
    pointer-events: none;

    transition: 0.3s ease;
}

/* SHOW */
.phone-label.show {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

/* HOVER EFFECT (stronger yellow like your image) */
/* .phone-label:hover {
    background: #ffd84d;
}
 */
.phone-label:hover {
    color: #f2d15c;
}

.phone-wrapper .contact-btn i {
    color: #ffffff !important;
}

/* Show label when hovering the whole phone area */
.phone-wrapper:hover .phone-label {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.contact-btn {
    cursor: pointer; 
}
.phone-label .fa-phone {
    color: #f2d15c;
}

/********************* email whatsapp icons ************************/
/* ONE LABEL  */
.multi-label {
    position: absolute;
    right: 65px;

    top: 40%;                 
    transform: translate(20px, -50%);  


    background: #0c2a24e6;
    border-radius: 10px;
    padding: 8px 10px;

    display: flex;
    flex-direction: row; 
    align-items: center;
    gap: 10px;

    opacity: 0;
    transform: translateX(20px);
    pointer-events: none;

    transition: 0.3s ease;
}

/* SHOW */
.multi-label.show {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.option {
    color: white;
    text-decoration: none;
    font-size: 13px;

    padding: 6px 10px;
    /* border-radius: 6px; */

    display: flex;
    align-items: center;
    gap: 6px;

    transition: 0.2s;
    color: #ffffff; 

}

.option.whatsapp {
    color: white;
    text-decoration: none;
    font-size: 13px;

    padding: 6px 10px;
    /* border-radius: 6px; */

    display: flex;
    align-items: center;
    gap: 6px;

    transition: 0.2s;
    color: #ffffff; 

}

/* Hover */
.option:hover {
    /* background: #f2d15c; */
    color: #f2d15c;
}
.option.whatsapp:hover {
    color: #25D366; 

}

.option:first-child {
    border-right: 1px solid rgba(255,255,255,0.3);
    padding-right: 12px;
}

.option.whatsapp i {
    color: #25D366;
}

.option .fa-envelope {
    color: #f2d15c;
}


.contact-btn i {
    color: white !important;
}
/* container */
.multi-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
}

/* hidden by default */
.multi-label {
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translate(20px, -50%);

    background: #0c2a24e6;
    border-radius: 10px;
    padding: 8px 10px;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;

    opacity: 0;
    pointer-events: none;

    transition: 0.3s ease;
}

/* SHOW ON HOVER ICON AREA */
.multi-wrapper:hover .multi-label {
    opacity: 1;
    transform: translate(0, -50%);
    pointer-events: auto;
}

/*********************************** calendar ***********************/

.calendar-wrapper {
    position: relative;
}

/* hidden label */
.calendar-label {
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translate(20px, -50%);

    background: #0c2a24e6;
    border-radius: 10px;
    padding: 8px 10px;

    opacity: 0;
    pointer-events: none;

    transition: 0.3s ease;

    display: flex;
    align-items: center;
}

/* show */
.calendar-label.show {
    opacity: 1;
    transform: translate(0, -50%);
    pointer-events: auto;
}

/* option style reuse */

.calendar-label .option {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;   
    white-space: nowrap; 
    gap: 6px;
    color: white;
    text-decoration: none;
    font-size: 13px;

}

.calendar-label .fa-calendar-check {
    color: #f2d15c;
}

.contact-btn  .fa-calendar {
  background: #0c2a24ec;
  color: #ffffff;
  
}
.calendar-wrapper .contact-btn {
    background: #0c2a24e6;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* make icon white */
.calendar-wrapper .contact-btn i {
    color: white;
}


.calendar-wrapper {
    position: relative;
}

/* hidden by default */
.calendar-label {
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translate(20px, -50%);

    background: #0c2a24e6;
    border-radius: 10px;
    padding: 8px 10px;

    display: flex;
    align-items: center;
    white-space: nowrap;

    opacity: 0;
    pointer-events: none;

    transition: 0.3s ease;
}

/* SHOW ON HOVER */
.calendar-wrapper:hover .calendar-label {
    opacity: 1;
    transform: translate(0, -50%);
    pointer-events: auto;
}

/* label content */
.calendar-label .option {
    display: flex;
    align-items: center;
    gap: 6px;
    color: white;
    text-decoration: none;
    white-space: nowrap;
}
.option:hover {
    color: #f2d15c; 

}

.contact-btn {
    background: #0c2a24e6; 
    transition: 0.3s ease;
}

/* icons hover */

.contact-btn:hover {
    background: #f2d15c;
}


.contact-btn:hover i {
    color: #222;
}


@media (max-width: 768px) {

    .floating-contact {
        right: 8px;
        top: 30%;
        gap: 10px;
    }

    .contact-btn {
        width: 45px;
        height: 45px;
        font-size: 16px;
        border-radius: 12px;
    }

    /* Hide labels by default on mobile */
    .phone-label,
    .multi-label,
    .calendar-label {
        display: none;
    }

    /* Show labels ONLY on click (if you use JS .show) */
    .phone-label.show,
    .multi-label.show,
    .calendar-label.show {
        display: flex;
        right: 55px;
        font-size: 12px;
    }
}

@media (max-width: 992px) {

    .floating-contact {
        right: 10px;
        top: 35%;
    }

    .contact-btn {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .phone-label,
    .multi-label,
    .calendar-label {
        right: 60px;
        font-size: 13px;
        padding: 8px 12px;
    }
}
.contact-btn {
  width: 52px !important;
  height: 52px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.contact-btn i {
  font-size: 18px !important;
}
@media (max-width: 768px) {

  .floating-contact {
    right: 10px !important;
    bottom: 10px !important;
    gap: 10px !important;
  }

  .contact-btn {
    width: 42px !important;
    height: 42px !important;
  }

  .contact-btn i {
    font-size: 16px !important;
  }

  /* FORCE labels to shrink */
  .phone-label,
  .multi-label .option,
  .calendar-label .option {
    font-size: 12px !important;
    padding: 6px 10px !important;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {

  .contact-btn {
    width: 38px !important;
    height: 38px !important;
  }

  .contact-btn i {
    font-size: 14px !important;
  }

  .phone-label,
  .multi-label .option,
  .calendar-label .option {
    font-size: 11px !important;
  }
}

@media (max-width: 480px) {
  .phone-label {
    right: 50px;
    font-size: 11px;
    padding: 8px 12px;
  }
}


@media (max-width: 768px) {
  .phone-label {
    opacity: 1 !important;
    transform: translateX(0) !important;
    pointer-events: auto !important;
  }
}
@media (min-width: 769px) {
  .phone-wrapper:hover .phone-label {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }
}

/* cards switch */
@media (max-width: 992px) {
  .menu-columns {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .menu-columns {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .menu-cat-sw {
    text-align: center; /* centers text on mobile */
  }

  .menu-cat-sw ul {
    padding-left: 0;
    list-style-position: inside;
  }
}




@media (max-width: 768px) {

  /* PHONE LABEL */
  .phone-label {
    right: 60px;
    font-size: 13px;
    padding: 10px 14px;
  }

  /* FORCE SHOW WHEN ACTIVE */
  .phone-label.show {
    opacity: 1 !important;
    transform: translateX(0) !important;
    pointer-events: auto !important;
  }

  /* MULTI LABEL */
  .multi-label {
    right: 60px;
  }

  /* CALENDAR LABEL */
  .calendar-label {
    right: 60px;
  }

}

@media (min-width: 769px) {
  .phone-wrapper:hover .phone-label {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }
}

/* ══════ RESPONSIVE ══════ */
@media(max-width:1024px){
  .vending-hero,.coffee-layout,.starfel-layout,.switch-kiosque-layout,.truck-layout,.boutique-layout,.cond-layout,.contact-layout,.footer-grid{grid-template-columns:1fr;}
  .divisions-overview{grid-template-columns:1fr 1fr;}
}
@media(max-width:768px){
  #main-nav{padding:0 20px;}
  .nav-links{display:none;}
  .sec{padding:60px 20px;}
  .kpi-bar{grid-template-columns:repeat(3,1fr);}
  .services-grid{grid-template-columns:1fr 1fr;}
  .menu-columns{grid-template-columns:1fr;}
  .divisions-overview{grid-template-columns:1fr;}
  .form-row{grid-template-columns:1fr;}
  footer{padding:40px 20px 24px;}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px;}
}

