
        h1,h2,h3,h4,h5,h6{
  font-family: "Libre Baskerville", serif !important;
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  overflow-x: hidden;
 
}
.p-0{
    padding:0px;
}
.m-0{
    margin:0px;
}
.my-5{
    margin:30px 0px;
}
.explore_coffee_section .coffee-section .shop-title{
    margin-top: 0px !important;
}
        .header {
          
            color: white;
           
        }
     .header .top-header-wrapper{
        background-color: #222;
        padding: 10px 0px;
     }
        .header .logo {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: #f39c12;
    padding: 10px 0px;
}

        .header .logo img {
            height: 120px;
            vertical-align: middle;
          
        }

        

        .contact-info p {
    margin: 0;
    color: white;
    font-size: 15px;
    text-transform: capitalize;
}
        .contact-info a {
            color: #fff;
            text-decoration: none;
        }

        .nav-bar {
            background-color: #222;
            color: white;
        }

      .nav-bar .navbar-nav li a {
    color: white !important;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Libre Baskerville';
   
}

        .nav-bar .navbar-nav li a:hover {
            background-color: #f39c12;
        }

        .track-btn {
            background-color: #28a745;
            color: white;
            padding: 10px 20px;
            border-radius: 5px;
        }

        .track-btn:hover {
            background-color: #218838;
        }
ul.nav.navbar-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
width:100%;
}
     .navbar {
    align-items: center;
    display: flex;
    margin-bottom:0px !important;
    border-color:transparent !important;
    border-radius: 0px !important;
}
   /* Fade-in + slide-up animation for cards */
@keyframes cardFadeUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
.something-for-everyone-wrapper .coffee-section .coffee-card {
  
    margin: 15px 0px !important;
}
.coffee-card {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    transform: translateY(20px);
    animation: cardFadeUp 1s ease forwards;
    animation-delay: 0.2s;

}
.logo_products{display: none;}
/* Hover Zoom Effect */
.coffee-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.coffee-card:hover img {
    transform: scale(1.12);
}

/* Overlay Glow + Smooth Appearance */
.coffee-card-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    opacity: 1;
    transition: opacity 0.6s ease, text-shadow 0.4s ease;
    white-space: nowrap;
}
 .coffee-card-overlay::before{
     content: '';
    border-bottom: 2px solid #f9dd4e;
    position: absolute;
    width: 50px;
    top: 100%;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    padding-top: 10px;
 }
#coffeeSlider .carousel-inner{
    padding-top: 20px;
    padding-bottom: 20px;
}
.coffee-card:hover .coffee-card-overlay {
    opacity: 1;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.9);
}

/* Stagger animation for each card */
.coffee-section .col-md-3:nth-child(1) .coffee-card { animation-delay: 0.2s; }
.coffee-section .col-md-3:nth-child(2) .coffee-card { animation-delay: 0.4s; }
.coffee-section .col-md-3:nth-child(3) .coffee-card { animation-delay: 0.6s; }
.coffee-section .col-md-3:nth-child(4) .coffee-card { animation-delay: 0.8s; }


        .shop-title {
            text-align: center;
            color: #222;
            font-size: 30px;
            margin: 30px 0 30px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            position: relative;
        }
        .shop-title:before {
    content: '';
    border-bottom:4px solid #f9dd4e;
    position: absolute;
    width: 100px;
    top: 100%;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    padding-top: 10px;
}
.something-for-everyone-wrapper {
    background: #fafafa;
    padding: 0px 0px 20px 0px;
}

     .product-card {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
    transition: transform .4s ease, box-shadow .4s ease;
    margin: 10px 0px;
}
        .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.20);
        }
.product-img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
    height: 300px;
    object-fit: contain;
}

        .product-title {
            font-weight: bold;
            font-size: 18px;
            color:#000 !important;
        }

        .price {
            margin: 10px 0;
            font-size: 16px;
            color: #555;
        }

        .shop-btn {
            background: #000000;
            color: #fff;
            padding: 8px 20px;
            margin-top: 10px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 600;
            width: 100%;
        }

        /* Fade + slide animation */
        .carousel-inner > .item {
            transition: opacity 1s ease-in-out, transform 1s ease;
            opacity: 0;
            transform: translateY(40px);
        }

        .carousel-inner > .active {
            opacity: 1;
            transform: translateY(0px);
        }

        .carousel-control.left, .carousel-control.right {
            background: none;
            color: #333;
            font-size: 40px;
        }
        .carousel-indicators li {
 
    background-color: #ddd;
    border: 1px solid #ddd;
    
}
.sub-text{
    font-style: italic;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    font-size: 15px;
}
.who_we_work_wrapper .coffee-card img {
  
 height: 550px ;
  
}
.explore_coffee_section .coffee-card img {
  
    height: 200px !important;
  
}
.explore_coffee_section .coffee-card {
    border-radius: 30px;
    border: 1px solid #ddd;
    margin: 15px 0px;
}
.explore_coffee_section .coffee-card img{
    margin:0px !important;
}
.navbar-default .navbar-toggle {
    margin-right: 0;
    background: #fff;
    border-radius: 50%;
    background: #de8a56;
    width: 40px;
    height: 40px;
}
.explore_coffee_section .coffee-card  .title {
    font-size: 20px;
    text-transform: capitalize;
    margin: 10px 0px 0;
    font-weight: 400;
    height: 70px;
    text-transform: capitalize;
}
.explore_coffee_section .coffee-card p {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.explore_coffee_section .coffee-card .text{
    padding: 0px 15px;
}
 /* .footer {
        background: #111;
        color: #ccc;
        padding: 40px 0 20px;
        font-size: 13px;
    }
    .footer .logo img {
        max-width: 130px;
        margin-bottom: 10px;
    }
    .footer h4 {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 12px;
    }
    .footer .social a {
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        background: #2b2b2b;
        color: #fff;
        text-align: center;
        border-radius: 4px;
        margin: 0 3px;
        font-size: 14px;
    }
    .footer .social a:hover {
        background: #444;
    } */

    .coffee-footer {
    background: #111;
    color: #ccc;
    padding: 20px 0px 0;
    font-family: Arial, sans-serif;
}

/* Top 3 Columns */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 10px;
}

.footer-left,
.footer-center,
.footer-right {
    flex: 1;
}

/* Alignments */
.footer-left {
    text-align: left;
    align-self: end;
}
.footer-center { text-align: center; }
.footer-right {
    text-align: right;
    align-self: end;
}

.footer-logo {
    width: 130px;
    margin-bottom: 10px;
}

.copy-bg{
        background: #2e2d2d;
    padding-top: 8px;
    text-align: center;
}

/* Social icons */
.footer-social a {
    display: inline-block;
    margin: 0 5px;
    color: #ccc;
    font-size: 18px;
}

/* Bottom Bar */
/* .footer-bottom {
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
    border-top: 1px solid #333;
    margin-top: 0;
} */
 footer h4 {
    color: #FFF;
    padding-bottom: 15px;
}

.footer-bottom a {
    color: #2aa2ff;
    text-decoration: none;
}

/* Responsive */
@media(max-width: 768px){
    .footer-top {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .footer-center{align-self:center !important;}

    .footer-left,
    .footer-center,
    .footer-right {
        text-align: center;
    }
}

   

    /* Back to Top Button */
    .back-to-top {
        position: fixed;
        right: 15px;
        bottom: 20px;
        background: #0b79d0;
        color: #fff;
        padding: 10px 12px;
        border-radius: 4px;
        font-size: 18px;
        cursor: pointer;
        z-index: 999;
    }
    .coffee-slick .slick-slide {
    margin: 0 12px;   /* left + right spacing */
}

.coffee-slick .slick-list {
    margin: 0 -12px;  /* compensate outer spacing */
}

.equal-row {
    display: flex;
    flex-wrap: nowrap;
}

.equal-box {
    height: 450px; /* fixed equal height */
    width: 100%;
    display: flex;
    overflow: hidden;
    border-radius: 0; /* optional */
}

/* image fill */
.equal-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* video fill */
.equal-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* mobile */
@media(max-width: 768px){
    .equal-row {
        flex-direction: column;
        gap: 20px;
    }

    .equal-box {
        height: auto;
    }

    .equal-img,
    .equal-video {
        height: auto;
    }
}



/* Basic styles for offcanvas menu */
.offcanvas-menu {
    position: fixed;
    top: 0;
    z-index: 9;
    left: -250px; /* Hidden off-screen by default */
    width: 250px;
    height: 100%;
    background-color: #111;
    color: white;
    transition: left 0.3s ease;
    padding-top: 60px;
}

.offcanvas-menu ul {
    list-style-type: none;
    padding: 0;
}

.offcanvas-menu li {
    padding: 10px 20px;
    border-bottom: 1px solid #444;
}

.offcanvas-menu a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    display: block;
    font-weight: 400;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 30px;
    background: none;
    border: none;
}

/* Open the menu */
.offcanvas-menu.open {
    left: 0;
}

/* Hamburger icon styles (if needed) */
.navbar-toggle {
    background-color: transparent;
    border: none;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}
.orange_image_wrapper .coffee-card img {
    height: 400px !important;
    object-fit: unset !important;
}
.custom-container{
    max-width:1600px;
    width:100%;
    margin: auto;
    padding: 30px;
}
@media (max-width: 800px){
    .mobile-nav{
        border-top: 10px solid #000;
        border-bottom: 10px solid #000;
    }
}
.home-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;   
    margin: 6px 0;
    padding-top: 10px;
    border-top: 1px solid #e7e7e7;
  }
  
  .home-rating .fa-star {
    font-size: 12px;
    color: #ccc;
  }
  
  .home-rating .fa-star.filled {
    color: #f5a623;
  }
  
  .home-rating .rating-text {
    font-size: 11px;
    color: #555;
  }