/*
Theme Name: Coffee Glory
Theme URI: #
Author: OPTIMUM IT
Author URI: https://optimumitbd.com
Description: Coffee Glory is a WordPress theme designed for a company.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coffeeglory
Tags: Company Theme, Responsive Design, Customizable, SEO Friendly, Fast Loading
*/


:root{
    --brand-color: #583615;
    --accent-color: #009348;
    --secondary-color: #eee7d4;
    --light-color: #fff8ef;

    --heading-xl: 2.3rem;
    --heading-lg: 2rem;
    --heading-md: 1.6rem;
    --heading-sm: 1.2rem;
    --heading-xs: 1.1rem;
    --heading-xxs: 0.8rem;
}

body{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}
a{
    text-decoration: none;
}
.card-light-bg{
    background-color: var(--light-color);
}
.brand-border{
    border: 1px solid var(--brand-color);
}
.border-radius-50{
    border-radius: 50px;
}
.border-radius-30{
    border-radius: 30px;
}
.border-radius-20{
    border-radius: 20px;
}
.box-shadow-20{
    box-shadow: 20px 20px 30px var(--light-color);
}
.readmore{
    background-color: var(--accent-color);
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    display: block;
    width: 200px;
    text-align: center;
    margin: 20px 0px;
}
.btn-accent{
    background-color: var(--accent-color);
    color: #fff;
    padding: 4px 8px;
	margin-left: 15px;
	margin-bottom:10px;
	margin-top: 6px;
    font-size: .9rem;
}
.btn-accent-lg{
    background-color: var(--accent-color);
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 15px;
	margin-bottom:20px;
	margin-top: 6px;
    font-size: var(--heading-md);
	transition: all 0.3s;
}

.btn-accent-lg:hover{
    background-color: var(--brand-color);
    color: #fff;
    scale: 1.02;
}


.btn-accent-md{
    background-color: var(--accent-color);
    color: #fff;
    text-align: center;
    padding: 10px 15px;
	margin-bottom:20px;
    font-size: var(--heading-md);
}
.btn-accent-md-rounded{
    background-color: var(--accent-color);
    color: #fff;
    text-align: center;
    padding: 10px 15px;
	margin-bottom:20px;
    font-size: var(--heading-md);
    border-radius: 20px;
}
.btn-accent-rounded{
    background-color: var(--accent-color);
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    border-radius: 14px;
    transition: all 0.3s;
}
.btn-accent-rounded:hover{
    background-color: var(--brand-color);
    color: #fff;
}
.btn-custom-accent{
    background-color: var(--accent-color);
    color: var(--light-color);
    font-size: var(--heading-md);
    font-weight: 500;
    padding: 10px 50px;
    border-radius: 10px;
    transition: all 0.5s;
}
.btn-custom-accent:hover{
    background-color: var(--light-color);
    color: #000;
    border: 1px solid var(--brand-color);
    scale: 1.03;
}
.btn-custom-light{
    background-color: var(--light-color);
    color: var(--accent-color);
    font-size: var(--heading-md);
    font-weight: 500;
    padding: 10px 50px;
    border-radius: 10px;
    transition: all 0.5s;
}
.btn-custom-light:hover{
    background-color: var(--accent-color);
    color: #fff;
    scale: 1.03;
}
section{
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-padding-lg{
    padding-top: 100px;
    padding-bottom: 100px;

}
.op-0{
    opacity: 0;
}

/* Font Start */
.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}
/* Font End */

/* Heading Start */
.heading-xl{
    font-size: var(--heading-xl);
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}
.heading-lg{
    font-size: var(--heading-lg);
    font-weight: 700;
    font-style: normal;
}
.heading-md{
    font-size: var(--heading-md);
    font-weight: 700;
    font-style: normal;
}
.heading-sm{
    font-size: var(--heading-sm);
    font-weight: 300;
    font-style: normal;
}
.heading-xs{
    font-size: var(--heading-xs);
    font-weight: 300;
    font-style: normal;
}
.heading-xxs{
    font-size: var(--heading-xxs);
    font-weight: 300;
    font-style: normal;
}
/* Heading End */

.p-lg{
    font-size: var(--heading-sm);
    font-weight: 300;
    font-style: normal;
}
.after-bg {
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.mt-6{
    margin-top: 4rem;
}

.mt-7{
    margin-top: 5rem;
}

.mt-8{
    margin-top: 7rem;
}

/* Right Side Background Line */
.after-bg::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 80%;
    height: 80%;
    background: var(--light-color);
    margin-left: 15px;
}

.sales-h{
	text-align: center;
	margin-top:80px;
}

.sales-p{
	font-size: var(--heading-xs);
    font-weight: 300;
    font-style: normal;
	padding-left:150px;
	padding-right:150px;
	color: var(--brand-color);
	text-align: center;
}
.sales-p-bold{
	font-size: var(--heading-sm);
    font-weight: 500;
    font-style: normal;
	color: var(--brand-color);
	text-align: center;
}

/* Background Start */
.brand-bg{
    background-color: var(--brand-color);
}
.accent-bg{
    background-color: var(--accent-color);
}
.secondary-bg{
    background-color: var(--secondary-color);
}
.light-bg{
    background-color: var(--light-color);
}
/* Background End */

/* Color Start */
.brand-color{
    color: var(--brand-color);
}
.accent-color{
    color: var(--accent-color);
}
.secondary-color{
    color: var(--secondary-color);
}
.light-color{
    color: var(--light-color);
}
.white-color{
    color: #fff;
}
.gray-color{
    color: #666;
}
/* Color End */




#stickyTopContainer{
    position: sticky;
    top: 0;
    z-index: 100;
    padding-top: 4px;
    transition: all 0.3s;
}
.active#stickyTopContainer{
    background: #583615;
    padding-top: 0px;
	padding:10px
}




/* Product menu font black */
.active#stickyTopContainer .navbar-single-product .navbar-custom .nav-link, .active#stickyTopContainer .navbar-single-product .navbar-custom .navbar-nav .nav-link.active, .active#stickyTopContainer .navbar-single-product .navbar-nav .nav-link.show{
    color: #fff;
}
.active#stickyTopContainer .navbar-single-product .social-icons a{
    color: #fff;
}
.active#stickyTopContainer .navbar-single-product .navbar-custom .dropdown-menu .nav-link{
    color: #000;
}

.dropdown-menu{
	color: var(--brand-color);
	background-color: var(--light-color);
}

/* ===== DESKTOP MENU ===== */

.desktop-menu{
    gap:32px;
}

/* MENU ITEM */

.desktop-menu li{
    position:relative;
    list-style:none;
}

/* MENU LINK */

.desktop-menu li a{
    position:relative;

    color:#583615;
    text-decoration:none;

    font-weight:300;
    font-size:16px;

    padding:10px 0;

    transition:all .3s ease;
}

/* UNDERLINE */

.desktop-menu li a::before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:0%;
    height:2px;
    background: var(--secondary-color);
    transition:width .35s ease;
}

/* HOVER EFFECT */

.desktop-menu li:hover > a{
    font-weight:500;
}

.desktop-menu li:hover > a::before{
    width:100%;
}

/* ACTIVE PAGE */

.desktop-menu li.current-menu-item > a,
.desktop-menu li.current_page_item > a,
.desktop-menu li.current-menu-ancestor > a{
    font-weight:500;
}

/* ACTIVE UNDERLINE */

.desktop-menu li.current-menu-item > a::before,
.desktop-menu li.current_page_item > a::before,
.desktop-menu li.current-menu-ancestor > a::before{
    width:100%;
}



/* =========================================
   PREMIUM DESKTOP DROPDOWN ANIMATION
========================================= */


    /* IMPORTANT */
    .navbar-nav .dropdown{
        position: relative;
    }

    /* DROPDOWN BASE */
    .navbar-nav .dropdown-menu{
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px) scaleY(0.92);
		transform-origin: top center;
        pointer-events: none;
        border: var(--brand-color);
        border-radius: 12px;
        background: var(--light-color) !important;
        padding: 12px 0;
        min-width: 260px;
        box-shadow: 0 18px 40px rgba(0,0,0,0.08);
        transition: opacity 0.7s cubic-bezier(0.51, -0.32, 0.06, 2.01), transform 0.65s cubic-bezier(0, 0, 0.14, 1.31), visibility 2s cubic-bezier(0.65, -0.01, 0.18, 2.13);
    }

    /* SHOW DROPDOWN */
    .navbar-nav .dropdown:hover > .dropdown-menu{
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scaleY(1);
        pointer-events: auto;
    }

    /* DROPDOWN LINKS */
    .navbar-nav .dropdown-menu .nav-link{
        color: var(--brand-color) !important;
        padding: 13px 24px;
        background: transparent !important;
        transition:
            padding-left 0.35s ease,
            background 0.3s ease;
    }

    /* HOVER EFFECT */
    .navbar-nav .dropdown-menu .nav-link:hover{
        background: rgba(88,54,21,0.05) !important;
        padding-left: 34px;
    }






/* Header */
.bg-op{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	margin-top:0px;
      background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.2)
    );
    z-index: 1;
}
.header-home{
    background-image: url(images/Coffee-Glory-Home-Main-Cover.webp);
}
.header{
    background-color: var(--secondary-color);
    background-size: cover;
    background-position: center center;
    color: var(--light-color);
    padding-top: 160px;
    padding-bottom: 60px;
    margin-top: -158px;
    margin-bottom: 80px;
    position: relative;
}
.hero-heading{
    text-align: center;
    margin-top: 160px;
    z-index: 2;
    position: relative;
}
.hero-paragraph{
    font-size: var(--heading-sm);
    font-weight: 200;
    font-style: normal;;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 150px;
    padding-left: 100px;
    padding-right: 100px;
    z-index: 2;
    position: relative;
}

/* Social Start */
.social-icons, .footer-social{
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2rem;
    border-bottom: 1px solid var(--secondary-color);
}
.footer-social{
    justify-content: flex-start;
    border-bottom: none;
}
.social-icons a{
    color: #fff;
}
.navbar-single-product .social-icons a{
    color: #000;
}
.footer-social a{
    color: var(--brand-color);
}
/* Social End */

/* Navbar Primary */
.lg-hide{
    display: none;
}
.menu-container{
    width: 100%;
    position: relative;
    z-index: 3;
	align-content:right;
}
.navbar-custom .nav-link, .navbar-custom .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #fff;
}
.navbar-custom .nav-link.active{
    color: #fff;
    font-weight: bold;
}
/* Single Product Page Menu Start */
.navbar-single-product .navbar-custom .nav-link, .navbar-single-product .navbar-custom .navbar-nav .nav-link.active, .navbar-single-product .navbar-nav .nav-link.show{
    color: #000;
}
.navbar-single-product .navbar-custom .nav-link.active{
    color: #000;
    font-weight: bold;
}
/* Single Product Page Menu End */
.navbar-custom .dropdown-menu{
    --bs-dropdown-padding-x: 0.5rem;
}
.navbar-custom .dropdown-menu .nav-link{
    color: #000;
}
.navbar-custom .navbar-toggler{
    border: none;
}
.navbar-custom .navbar-toggler:focus{
    box-shadow: none;
}


/* Navbar Footer */
.footer-nav{
    color: var(--brand-color);
    font-size: var(--heading-xs);
    padding: 0px;
    list-style: none;
	font-weight: 300;
	margin-bottom:30px;
}

.footer-container{
	padding-bottom:80px;
	padding-top:100px;
}

/* Category Section Start */
.image-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 1.2rem;
}

/* Image */
.image-box img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    transition: 0.4s ease;
}

/* Overlay */
.image-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.4s ease;
    z-index: 1;
}

/* Content Center */
/* Image container */
.image-box {
    position: relative;
    overflow: hidden;
    isolation: isolate; /* 🔥 FIX: prevents overlay leaking */
}

/* Ensure image behaves properly */
.image-box img {
    width: 100%;
    display: block;
}

/* Content centered perfectly */
.image-box .image-box-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* perfect center */
    text-align: center;
    color: #fff;
    width: 80%;
    z-index: 2;
}

/* Title */
.image-box h2 {
    margin: 0;
    transition: transform 0.4s ease;
	font-size: var(--heading-lg);
	font-weight: 700;
}

/* Description (start hidden BELOW) */
.image-box p {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 30px); /* start below center */
    opacity: 0;
    width: 100%;
    transition: all 0.5s ease;
}

/* Hover effect */
.image-box:hover h2 {
    transform: translateY(-30px); /* lift title */
}

.image-box:hover p {
    opacity: 1;
    transform: translate(-50%, -15px); /* move to center */
}

/* Default overlay (visible) */
.image-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3); /* default darkness */
    transition: background 0.4s ease;
    z-index: 1;
	pointer-events: none; /* 🔥 prevents blocking */
}

/* Darker on hover */
.image-box:hover::before {
    background: rgba(0, 0, 0, 0.5); /* stronger on hover */
}
/* Category Section End */


/* Our Partner */
.img-partner-col, .img-client-col{
    background: var(--light-color);
    border-radius: 15px;
    margin-bottom: 2rem;
    padding: 30px;
}
.img-client-col{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.img-client-col img{
    max-height: 60px;
    width: auto;
}


/* Commitment Section */
.commitment-icon-container{
    width: 50px;
}
.commitment-icon{
    width: 50px;
    height: auto;
}

.commitment-thumbnail img{
    border-radius: 25px;
    box-shadow: 20px 20px 30px var(--light-color);
}


/* Experience Section */
.experience-container{
    background: var(--light-color);
    color:var(--brand-color);
    border-radius: 15px;
    font-weight: 200;
    border: 1px solid var(--brand-color);
    padding: 35px;
    box-shadow: 20px 20px 30px var(--light-color);
}
.experience-container li{
	padding-top:4px;
}
.experience-container ul{
	margin-bottom:0px;
}
.experience-container a{
    color: var(--brand-color);
}
.experience-img img{
    border-radius: 20px;
    box-shadow: 20px 20px 30px var(--light-color);
}


/* Professional Container */
.professional-container{
    background: var(--light-color);
    border-radius: 30px;
    height: 100%;
}
.professional-container a{
    color: #000;
}
.barista-cer-img{
    border-radius: 20px;
}
.barista-certificate-img{
	margin-bottom:-20px;
}

/* Product Category */
.cat-product{
    background: #fff8ef;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
	height:350px;
	
}
.cat-product img{
 width: 100% !important;
    max-height: 320px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto 30px;
}
.cat-product a{
    color: #1A2436;
}


/* Single Product Start */
/* Breadcrumb Start */
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 20px;
}
.breadcrumb a {
    text-decoration: none;
    color: #666;
}
.breadcrumb .current {
    color: #000;
    font-weight: 600;
}
.breadcrumb span {
    color: #999;
}
/* Breadcrumb End */
.product-meta{
    background: var(--light-color);
    color: var(--brand-color);
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.product-description{
	margin-top:120px;
	margin-bottom:80px;
}

.product-h-weight{
	font-weight: 500;
	margin-top:50px;
}

.product-description h2{
	margin-bottom:30px;
}
/* Single Product End */



/* Single Product Galler Start */
.product-gallery {
    max-width: 600px;
}

.main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Keeps full image visible */
    display: block;
    cursor: zoom-in;
}

/* Main image wrapper */
.main-image{
    width: 100%;
    height: 500px; /* Set fixed height */
    
    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}




.thumbnail-images {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.thumbnail-images img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
}

.thumbnail-images img.active {
    border-color: var(--brand-color);
}
/* Single Product Galler End */


/* Contact Page Template */
.contact-heading{
    border-bottom: 1px solid var(--brand-color);
	margin-bottom:70px;
}
.contact-icon{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--brand-color);
    color: #fff;
    margin-right: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	font-size: 13px;
}


.contact-notice{
	margin-top:5rem;
	margin-bottom:2rem;
	text-shadow: 0 4px 20px rgba(0,0,0,0.06);
}


/* Map Card */
.map-card{
    background: #ffffff;
    border-radius: 25px;
    padding: 15px;
    box-shadow: 4px 4px 20px rgba(0,0,0,0.09);
    border: 1px solid #f1f1f1;
}

/* Header */
.map-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.map-header span{
    font-size: 18px;
    font-weight: 700;
    color: #222;
}



/* Map */
.contact-map{
    overflow: hidden;
    border-radius: 18px;
}

.contact-map iframe{
    width: 100%;
    height: 350px;
    border: 0;
    display: block;
}








/* About Page */
.about-img img{
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 30px;
}
.about-qute{
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 100px 40px;
}
.team-card{
    background: var(--light-color);
    color: var(--brand-color);
    text-align: center;
}
.team-card img{
    width: 100%;
    height: auto;
}
.team-card .card-body{
    padding: 10px;
}
.team-card .card-title{
    font-size: var(--heading-xs);
    font-weight: 500;
}
.team-card .card-text{
    font-size: var(--heading-xxs);
    font-weight: 200;
}


/* Service Page */
.service-card{
    background: var(--light-color);
    color: var(--brand-color);
    border-radius: 50px;
	margin:50px 20px 50px 20px;
	padding: 50px;
}
.service-card-text{
    padding: 50px;
}
.service-card-image img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 30px;
}
.service-nav li{
    margin-bottom: 15px;
}

.service-video{
	margin-top: 30px;
}

/* Hide mobile heading on desktop */
.mobile-heading{
    display: none;
}

/* FAQ */
.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
}

.accordion {
  background-color: #ffffff;
  color: var(--brand-color);
  cursor: pointer;
  padding: 15px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-radius: 2vh;
  font-size: var(--heading-sm);
  font-weight: 500;
}
.faq2{
    border-bottom: 1px solid var(--secondary-color);
    padding-top: 10px;
    padding-bottom: 5px;
}
.faq-border{
    background-color: var(--light-color);
    border: 1px solid var(--brand-color);
    margin-bottom: 30px;
    border-radius: 2vh;
}
.faq-border .accordion{
    background-color: var(--light-color);
    padding: 30px;
	padding-bottom:30px;
}

.accordion:hover {
  background-color: var(--light-color);
}

.ques {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.ans1{
    margin-top: 10px;
	padding-bottom:20px;
}
.faq-bold{
	font-weight:600;

}
.accordion:after {
  content: "+";
  font-size: 15px;
  color: var(--brand-color);
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "-";
}



/* Turn Key */
.timeline-section {
    width: 100%;
    max-width: 500px;
    margin: 50px auto;
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
}
.timeline-item {
    position: relative;
    padding-bottom: 60px;
}
.timeline-item:last-child {
    padding-bottom: 0;
}
.timeline-item h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #222;
    line-height: 1.3;
}
/* Vertical Line */
.arrow {
    position: relative;
    width: 2px;
    height: 80px;
    background: #000;
    margin: 0 auto;
}
/* Arrow Head */
.arrow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 14px;
    height: 14px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateX(-50%) rotate(45deg);
}

.turn-key-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: flex-start;
}
.Turn-Key-Solution{
	padding:30px;
}


/* Blog */
.blog-card{
    background: var(--light-color);
    color: var(--brand-color);
    border-radius: 8px;
    box-shadow: 10px 10px 20px var(--light-color);
}
.blog-card .blog-heading a{
    color: var(--brand-color);
}
.blog-card .blog-content{
    padding: 20px;
}
.blog-card .blog-thumbnail{
    border-radius: 8px 8px 0px 0px;
}


.booking-section{
	background-color: var(--brand-color);
	margin-top:130px;
}

/* WhatsApp Icon */
.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    z-index: 10000;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.whatsapp-icon:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

/* Footer Start */
.footer-widget-title{
    font-size: var(--heading-sm);
    color: var(--brand-color);
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.copyright{
    margin: 0px;
    padding: 20px 0px;
}
/* Footer End */





/* Fade Up Animation (Premium + Lightweight) */
.fade-section {
    opacity: 0;
   transform: translateY(70px);
    transition: all 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

/* When visible */
.fade-section.show {
    opacity: 1;
    transform: translateY(0);
}


.event-box{
	padding:100px;
	margin-bottom:50px;
	margin-top:30px;
}
.custom-card{
	padding:40px;
}

.cafe-support-card{
	margin-top:70px;
	margin-bottom:70px;
}


/* Media query CSS */

@media (min-width: 992px) {
    .row-cols-md-7 > * {
        flex: 0 0 auto;
        width: 14.285714%; /* 100 / 7 */
    }
	
	 .menu-close{
        display:none;
    }
}


@media screen and (max-width: 768px) {
	
	:root{
        --heading-xl: 2.1rem;
        --heading-lg: 1.8rem;
        --heading-md: 1.4rem;
        --heading-sm: 1.15rem;
        --heading-xs: 1.05rem;
        --heading-xxs: 0.8rem;
    }

    .header-home{
        background-image: url(images/mobile-hero-bg.webp);
    }

    section{
        margin-bottom: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section-padding-lg{
        padding-top: 60px;
        padding-bottom: 60px;

    }

    .timeline-section {
        padding: 0 15px;
    }
    .timeline-item h2 {
        font-size: 22px;
    }
    .arrow {
        height: 80px;
    }
	
    .footer-logo{
        text-align: center;
    }
    .footer-social{
        justify-content: center;
        margin-bottom: 3rem;
    }
    .lg-hide{
        display: inline-block;
    }
    .sm-hide{
        display: none;
    }
    .header{
        padding-top: 160px;
        padding-bottom: 20px;
        margin-top: -60px;

    }
	
    .hero-heading{
        margin-top: 30px;
    }
    .hero-paragraph{
        margin-top: 30px;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

	
	
    #stickyTopContainer{
        position: static;
        transition: all 0.3s;
        z-index: 3;
		opacity:0px;
    }
	.active#stickyTopContainer{
		background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.01)
    );
    padding-top: 10px;
}

	
/* ===== MENU CONTAINER ===== */

.menu-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    position:relative;
}
	.menu-padding{
		padding-left:1px;
	}
/* ===== FULLSCREEN MOBILE MENU ===== */

#navbarSupportedContent{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background:#fff8ef;
    z-index:99999;
    display:flex;
    flex-direction:column;
    justify-content:flex-start !important;
    padding-top:90px;
	overflow-y: auto;
-webkit-overflow-scrolling: touch;
    transform:translateY(-100%);
    opacity:0;
    visibility:hidden;

    transition:
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.3s ease;
}

/* ===== SHOW MENU ===== */

#navbarSupportedContent.show{
    transform:translateY(0);
    opacity:1;
    visibility:visible;
}

/* ===== MENU LIST ===== */

#navbarSupportedContent ul{
    width:100%;
    padding:0 30px;
    margin:0;
}

/* ===== MENU ITEMS ===== */

#navbarSupportedContent ul li{
    list-style:none;
    border-bottom:1px solid #d8c2ab;

    opacity:0;
    transform:translateY(20px);

    transition:
        opacity 0.4s ease,
        transform 0.4s ease;
}

/* ===== ITEM ANIMATION ===== */

#navbarSupportedContent.show ul li{
    opacity:1;
    transform:translateY(0);
}

/* ===== STAGGER EFFECT ===== */

#navbarSupportedContent.show ul li:nth-child(1){transition-delay:.15s;}
#navbarSupportedContent.show ul li:nth-child(2){transition-delay:.25s;}
#navbarSupportedContent.show ul li:nth-child(3){transition-delay:.35s;}
#navbarSupportedContent.show ul li:nth-child(4){transition-delay:.45s;}
#navbarSupportedContent.show ul li:nth-child(5){transition-delay:.55s;}
#navbarSupportedContent.show ul li:nth-child(6){transition-delay:.65s;}
#navbarSupportedContent.show ul li:nth-child(7){transition-delay:.75s;}

/* ===== LINKS ===== */

#navbarSupportedContent ul li a{
    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:18px 0;

    color:#583615;
    font-size:20px;
    text-decoration:none;

    outline:none !important;
    box-shadow:none !important;

    -webkit-tap-highlight-color:transparent;
}

/* ===== ARROW ===== */

#navbarSupportedContent ul li a::after{
    content:"→";
    font-size:18px;
}

/* ===== SUBMENU ===== */

#navbarSupportedContent ul li ul{
    max-height:0;
    overflow:hidden;

    opacity:0;
    transform:translateY(-10px);

    padding-left:18px;

    transition:
        max-height .4s ease,
        opacity .3s ease,
        transform .3s ease;
}

/* ===== OPEN SUBMENU ===== */

#navbarSupportedContent ul li.menu-item-has-children.active > ul{
    max-height:700px;

    opacity:1;
    transform:translateY(0);

    padding-top:10px;
    padding-bottom:10px;
}

/* ===== SUBMENU ITEMS ===== */

#navbarSupportedContent ul li ul li{
    border-bottom:1px solid #e7d6c5;
}

/* ===== SUBMENU LINKS ===== */

#navbarSupportedContent ul li ul li a{
    font-size:17px;
    padding:12px 0;
}

/* ===== CLOSE BUTTON ===== */

.menu-close{
    position:absolute;
    top:25px;
    right:25px;
    font-size:42px;
    line-height:1;
    color:#583615;
    cursor:pointer;
    z-index:100010;
	display:block;
}

/* ===== REMOVE BOOTSTRAP DROPDOWN SHADOW ===== */

.navbar-nav .dropdown-menu{
    box-shadow:none;
}
	
	
.header{
    background-color: var(--secondary-color);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--light-color);
    padding-top: 160px;
    padding-bottom: 60px;
    margin-top: -158px;
    margin-bottom: 80px;
    position: relative;
}
    .image-box h2 {
        transform: none !important;
        transition: none;
    }
	
	.image-box:hover h2 {
        transform: none;
    }
	
	.commitment-thumbnail{
    padding-left:25px;
	padding-right:25px;
}
	
	.sales-p{
	font-size: var(--heading-xs);
    font-weight: 300;
    font-style: normal;
	padding-left:10px;
	padding-right:10px;
	color: var(--brand-color);
	text-align: center;
}
	
	.barista-certificate-img{
		margin-top:50px;
	}
	.event-box{
		padding:40px
	}
	
	.custom-card{
	padding:40px;
}
	
	
	   .service-card{
        margin: 20px;
        border-radius: 25px;
        padding: 30px;
    }

    /* Show mobile heading */
    .mobile-heading{
        display: block;
        margin-bottom: 20px;
    }

    /* Hide desktop heading */
    .desktop-heading{
        display: none;
    }

    .service-card-text{
        padding: 0;
        margin-top: 20px;
    }

    .service-card-image img{
        width: 100%;
        max-height: 300px;
        object-fit: cover;

        /* 4 corner round */
        border-radius: 20px;
    }

   


}