
: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;}
 */

/***************************************************** ══════ COFFEFEL ══════ ***********************************/
.sec {
  scroll-margin-top: 100px;
}
#coffefel{
    background:rgb(250, 222, 177);
    color:var(--white);
    overflow:hidden;
    position:flex;
    
}
#coffefel {
    padding-top: 100px;
}

#coffefel::before{
  content:'';position:flex;inset:0;z-index:0;
  background:url('https://images.unsplash.com/photo-1447933601403-0c6688de566e?w=1400&q=80') center/cover;
  opacity:.08;
  
}
.sec-inner {
    /* max-width: 1200px; */
    max-width: 1300px;
    margin: 0 auto; /* centers it */
    padding: 0 20px; /* small space on sides */
}
#coffefel .sec-inner{
  position:relative;
  z-index:1;
}
#coffefel .sec-tag{
  background:rgba(200,168,75,.2);
  color:var(--gold);
  margin-top: 20px;
}
#coffefel .sec-h{
  color:var(--white);
}
#coffefel .sec-lead{color:rgba(255,255,255,.65);}
.coffee-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:72px;align-items:start;margin-top:60px;}
.coffee-bag-design{
  background:linear-gradient(145deg,#1a0a00,#3d1f00);
  border-radius:24px;padding:40px;text-align:center;
  border:2px solid rgba(200,168,75,.3);
  box-shadow:0 20px 60px rgba(0,0,0,.5);
  position:relative;overflow:hidden;
}
.coffee-bag-design::before{
  content:'';position:absolute;inset:0;
  background:radial-gradient(ellipse at 50% 0%,rgba(200,168,75,.12),transparent 60%);
}
.coffee-bag-logo{
  display:inline-flex;flex-direction:column;align-items:center;
  background:linear-gradient(145deg,#5c2a00,#8c4a1a);
  border-radius:16px;padding:28px 40px;margin-bottom:24px;
  border:2px solid var(--gold);position:relative;z-index:1;
}
.coffee-brand{font-family:'Playfair Display',serif;font-style:italic;font-size:42px;font-weight:700;color:var(--gold2);line-height:1;text-shadow:0 0 30px rgba(200,168,75,.5);}
.coffee-brand-sub{font-family:'Montserrat',sans-serif;font-weight:900;font-size:28px;color:var(--white);letter-spacing:8px;margin-top:4px;}
.coffee-tag-line{
  font-size:25px;
  color:rgba(255,255,255,.5);
  letter-spacing:3px;
  text-transform:uppercase;
  margin-top:12px;
  position:relative;
  z-index:1;
}
.coffee-jungle-badge{
  margin-top:20px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(45,106,45,.3);
  border:1px solid rgba(74,158,74,.4);
  border-radius:20px;
  padding:6px 16px;
  font-size:14px;
  font-weight:700;color:var(--jungle2);text-transform:uppercase;letter-spacing:1px;
  position:relative;z-index:1;
}
.coffee-flat-bag{
  margin-top:28px;background:linear-gradient(160deg,#2d1500,#5c3000);
  border-radius:16px;padding:28px;border:1px solid rgba(200,168,75,.2);
  position:relative;z-index:1;
}
.bag-label{font-size:10px;text-transform:uppercase;letter-spacing:2px;color:var(--gold);font-weight:700;margin-bottom:8px;}
.bag-name{font-family:'Playfair Display',serif;font-size:22px;font-style:italic;color:var(--white);margin-bottom:4px;}
.bag-detail{font-size:12px;color:rgba(255,255,255,.5);}
.coffee-details{display:flex;flex-direction:column;gap:28px;}
.coffee-detail-block{background:rgba(255,255,255,.04);border-radius:var(--radius);padding:24px;border-left:3px solid var(--gold);}
.cdb-title{
  font-family:'Montserrat',sans-serif;
  font-weight:700;
  font-size:16px;
  color:var(--gold);
  margin-bottom:10px;
  display:flex;
  align-items:center;
  gap:8px;
}
.cdb-text{font-size:13px;color:rgba(255,255,255,.65);line-height:1.7;}
.blend-bar{display:flex;gap:3px;margin-top:14px;}
.blend-seg{height:12px;border-radius:6px;}
.coffee-choc-note{
  background:rgba(200,168,75,.08);border:1px solid rgba(200,168,75,.2);
  border-radius:12px;padding:16px 20px;margin-top:16px;
  font-size:13px;color:rgba(255,255,255,.6);font-style:italic;
}

.coffee-detail-block {
    /* background: linear-gradient(145deg, #2b1605, #4b2e12);  */
    background:var(--coffee) ; 
    border: 1px solid rgba(200, 168, 75, 0.25); /* gold border */
    border-radius: 14px;
    padding: 20px;
    color: #f5e6d3;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
    transition: 0.3s ease;
}
.coffee-detail-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.6);
    border-color: var(--gold2);
}
.cdb-title {
    color: var(--gold2);
    font-weight: 600;
    margin-bottom: 10px;
}

.cdb-text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.7;
}
.coffee-details > div {
    margin-bottom: 25px;
}

.coffee-details > div:last-child {
    margin-bottom: 0;
}

/*************************************************** ChocoFel *************************************/

/* chocofel section */
.sec-chocofel {
  scroll-margin-top: 80px !important;
}
.chocofel-section {
  background: #FADEB1;
  padding: 60px 0;
}

#chocofel .sec-h,
#chocofel .sec-lead {
  text-align: left;
  margin-left: 30px;
  
}


/* chocofel-section */
   
.cards-container {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  justify-content: center !important;
   grid-template-columns: repeat(3, 1fr);
    background: #FADEB1; 
    max-width: 1100px;   
    margin: 0 auto;      
    padding: 0 20px;   
}

.property-card {
    background: #f3f1ec;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease;
}

.property-card:hover {
    transform: translateY(-5px);
}

/* IMAGE */
.card-image {
    position: relative;
}

.card-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* CONTENT */
.card-content {
    padding: 20px;
}

.card-content h3 {
    margin: 10px 0 5px;
    font-size: 22;
}

.card-content p {
    text-align: justify;
    /* text-justify: inter-word; */
    hyphens: auto;
    line-height: 1.6;
    /* padding-left: 0;   */
}

@media (max-width: 992px) {
    #chocofel .card-content p {
        font-size: 15px;
        line-height: 1.5;
    }
}

/* =========================
   MOBILE FIX FOR COFFEEFEL
========================= */
@media (max-width: 768px) {

  /* STACK MAIN LAYOUT */
  .coffee-layout {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  /* FULL WIDTH BLOCKS */
  .coffee-bag-design,
  .coffee-details {
    width: 100%;
  }

  /* FIX TEXT */
  .sec-h {
    font-size: 20px !important;
    line-height: 1.3;
  }

  .sec-lead {
    font-size: 14px !important;
    line-height: 1.6;
  }

  /* DETAIL BLOCK SPACING */
  .coffee-detail-block {
    padding: 15px;
  }

  .cdb-title {
    font-size: 14px;
  }

  .cdb-text {
    font-size: 13px;
  }

  /* FIX 3-COLUMN GRID (VERY IMPORTANT) */
  .coffee-detail-block div[style*="grid"] {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  /* FIX FLEX ROWS THAT BREAK */
  .coffee-detail-block div[style*="display:flex"] {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 5px;
  }

  /* BAG DESIGN SCALE */
  .coffee-flat-bag {
    padding: 15px;
  }

  .bag-name {
    font-size: 16px;
  }

  .bag-detail {
    font-size: 12px;
  }

  /* PREVENT OVERFLOW */
  * {
    box-sizing: border-box;
  }

  .coffee-layout,
  .coffee-details,
  .coffee-bag-design {
    overflow: hidden;
  }
}

/* ========================= CHOCOFEL RESPONSIVE FIX ========================= */

/* Desktop (safe structure) */
/* .cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
} */

.property-card {
  width: 30%;
  min-width: 280px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

/* Image fix */
.card-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* ========================= TABLET ========================= */
/* @media (max-width: 992px) {
  .property-card {
    width: 45%;
  }
} */

/* ========================= MOBILE ========================= */
@media (max-width: 768px) {

  .cards-container {
    flex-direction: column;
    align-items: center;
  }

  .property-card {
    width: 100%;
    max-width: 400px; /* keeps it clean */
  }

  .card-content {
    padding: 15px;
  }

  .card-content h3 {
    font-size: 16px;
  }

  .card-content p {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* =========================
   SMALL MOBILE
========================= */
@media (max-width: 480px) {
  .card-image img {
    height: 180px;
  }

  .card-content h3 {
    font-size: 15px;
  }

  .card-content p {
    font-size: 13px;
  }
}

/*****chocofel****/
/* =========================
   FORCE CHOCOFEL RESPONSIVE FIX
========================= */
/* 
.cards-container {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  justify-content: center !important;
}
 */
/* DESKTOP */
.property-card {
  width: 30% !important;
  min-width: 280px;
}

/* IMAGE FIX */
.card-image img {
  width: 100% !important;
  height: 220px;
  object-fit: cover;
}

/* TABLET */
/* @media (max-width: 992px) {
  .property-card {
    width: 45% !important;
  }
} */

/* MOBILE (FORCED STACK) */
@media (max-width: 768px) {

  .cards-container {
    flex-direction: column !important;
    align-items: center !important;
  }

  .property-card {
    width: 100% !important;
    max-width: 420px !important;
  }

  .card-content {
    padding: 15px !important;
  }

  .card-content h3 {
    font-size: 16px !important;
  }

  .card-content p {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
}


/* ========================= GLOBAL MOBILE FIX (COFFEE + CHOCO) ========================= */
@media (max-width: 768px) {

  /* ================= COFFEEFEL ================= */

  .coffee-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 25px;
  }

  /* make both columns full width */
  .coffee-bag-design,
  .coffee-details {
    width: 100% !important;
  }

  /* fix 3-column grid inside coffee section */
  .coffee-detail-block div[style*="grid"] {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  /* fix inline flex rows */
  .coffee-detail-block div[style*="display:flex"] {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 5px;
  }
}

  /* ================= CHCOFEL Tablet Responsive ================= */
  
@media (min-width: 768px) and (max-width: 1024px) {

  .cards-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    max-width: 1100px;
    margin: 0 auto;
  }

  .property-card {
    width: 100% !important;
  }

  .card-image img {
    height: 200px;
    object-fit: cover;
  }
}


/********************************************** drinks ********************************/
@media (max-width: 768px) {
  .sec-h
   {
    text-align: left !important;
  }  
  .sec-lead {
    text-align: justify !important;

  }  

  /* FORCE GRID TO SHRINK */
  .boutique-layout,
  .prod-grid,
  .boutique-stats {
    grid-template-columns: 1fr !important;
  }

  /* FORCE IMAGES TO SHRINK */
  .boutique-img-frame img {
    width: 100% !important;
    height: auto !important;
    max-height: 220px !important;
    object-fit: cover;
  }

  /* REMOVE ANY OVERFLOW ISSUES */
  .boutique-img-frame,
  .prod-card {
    width: 100% !important;
  }

  /* TEXT SHRINK */
  .prod-card h5 {
    font-size: 16px !important;
  }

  .prod-card ul li {
    font-size: 14px !important;
  }
}

/* SMALL MOBILE EXTRA FIX */
@media (max-width: 480px) {

  .boutique-img-frame img {
    max-height: 180px !important;
  }

  .prod-card {
    padding: 12px !important;
  }

  .b-stat-n {
    font-size: 22px !important;
  }
}
/********************************************** Drinks Tablet Responsive ********************************/

@media (min-width: 768px) and (max-width: 1024px) {

  .prod-grid {
    display: flex !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px;
    align-items: stretch;
  }

  .prod-card {
    width: 100% !important;
  }

  .prod-card h5 {
    font-size: 14px;
  }

  .prod-card ul {
    font-size: 13px;
    line-height: 1.5;
  }
}


/* ================= 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: center;
  }

  #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: #10b981; */
    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;
}
.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; 

}
/* .option a{
    color: #ffffff; 

} */
.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;
    }
}

/************************************** 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;
  }
}






/* FIX ID + layout */
#coffeefel {
    background: rgb(250, 222, 177);
    color: var(--white);
    position: relative;   /*  */
    overflow: visible;    /* important */
    padding-top: 100px;
}

/* FIX overlay */
#coffeefel::before {
  content: '';
  position: absolute;     /*   */
  inset: 0;
  z-index: 0;
  opacity: .08;
  pointer-events: none;   
}

/* keep content above overlay */
#coffeefel .sec-inner {
  position: relative;
  z-index: 1;
}

/* FIX title visibility */
#coffeefel .sec-h {
  color: black;
}

.tm-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999; 
}

/* cards responsive */
.boutique-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.prod-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.prod-card {
  width: 100%;
}
@media (max-width: 991px) {
  .boutique-layout {
    grid-template-columns: 1fr;
  }

  .prod-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .image-slider {
    height: 320px;
  }
}
@media (max-width: 576px) {

  .prod-grid {
    grid-template-columns: 1fr;
  }

  .image-slider {
    height: 250px;
  }

  .slide {
    width: 280px;
  }

  .sec-h,
  .sec-lead {
    text-align: center;
  }
}
.arrow-left {
  left: 15px;
}

.arrow-right {
  right: 15px;
}
.prod-card {
  min-width: 0;
  word-wrap: break-word;
}

.arrow-left {
  left: calc(50% - 260px);
}

.arrow-right {
  left: calc(50% + 210px);
}
.image-slider {
  overflow: visible;
}


.slide { position: absolute; }
/* FORCE RESPONSIVE RESET */
@media (max-width: 991px) {

  .boutique-layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 25px !important;
  }

  .prod-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .image-slider {
    height: 300px !important;
  }

  .slide {
    width: 300px !important;
  }
}
@media (max-width: 576px) {

  .prod-grid {
    grid-template-columns: 1fr !important;
  }

  .image-slider {
    height: 240px !important;
  }

  .slide {
    width: 260px !important;
  }

  .sec-h,
  .sec-lead {
    text-align: center;
  }

  .arrow {
    width: 40px;
    height: 40px;
  }

  
}
@media (max-width: 576px) {
  .arrow-left {
    left: 8px !important;
  }

  .arrow-right {
    right: 8px !important;
  }
}

@media (max-width: 768px) {

  /* keep arrows visible */
  .arrow {
    z-index: 9999;
  }

  /* reposition for mobile only */
  .arrow-left {
    left: 10px !important;
    right: auto !important;
  }

  .arrow-right {
    right: 10px !important;
    left: auto !important;
  }
}


/* ══════ 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;}
}

/* ══════ 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;}
}