body{
font-family: "Montserrat", sans-serif;
}

h1{color:#fff;}
h2 {font-weight: 600;}

/* HERO */
.bg-dark {
  --bs-bg-opacity: 1;
  background-color:#ddd8cc!important;
}


#button {
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 90px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
}
#button::after {
  content: "\F286";
  font-family: "bootstrap-icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 50px;
  color: #000;
}
#button:hover {
  cursor: pointer;
  background-color: #bd1207;
  
}
#button:hover::after {color:#fff;}

#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 500px) {
  #button {
    margin: 30px;
  }
}


#hero {
  padding-top: 66px;
  /*height:90vh;*/
  position:relative;
  overflow-x: hidden;
}
#hero .container {
	display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 576px) {
  section.hero {
    text-align: center;
  }
  section.hero img {
    width: 80%;
    margin: 0.5rem 0;
  }
}
.bannerContent {padding:4% 10% 4% 10%;position: relative;}
.bannerContent h4 {font-size:18px; font-weight:600; color:#fff;margin-bottom:10px;}
.hero h1 {color:#fff;position: relative;}
.hero p{color:#fff;position: relative; font-size:22px;}

.cta {background:#bd1207; position: relative;border-radius:100px; padding:10px 30px; text-align:center; text-transform:capitalize; color:#fff; border:#DA9F5B; font-weight:600;}

.cta:hover {background:#fff; color:#000;}

.feature-section{

}

.feature-box{
text-align:center;
padding:20px 20px;
background:#fff;
border-radius:12px;
box-shadow:0 4px 15px rgba(0,0,0,0.05);
transition:0.3s;
height:100%;
}

.feature-box:hover{
transform:translateY(-5px);
}

.feature-icon{
font-size:40px;
color:#DA9F5B;
margin-bottom:15px;
}

.feature-title{
font-size:18px;
font-weight:600;
}

.signup-card{
position: relative;
background:#FFFBF2;
padding:35px;
/* height: 80vh; */
	margin:20px;
}

.signup-card h4{
text-align:center;
font-weight:600;
margin-bottom:25px;
color:#000;
}

.signup-card .form-control, .signup-card .form-select{
height:45px;
border-color: #ddd;
}
 .form-check input {border-color: #DA9F5B;}
.signup-card .form-check{text-align: left;}
.signup-card p {font-size:12px; color:#000;margin-top:5px;}

.btn-signup{
background:#bd1207;
color:#fff;
font-weight:600;
width:100%;
height:45px;
border:none;
border-radius:100px;
}

.btn-signup:hover{
background:#000;
color:#DA9F5B;
}




.section{
padding:50px 0;
}

.intro img {max-width: 60%;}

.intro h6 {text-transform: uppercase;
  font-size: 18px;
  color: #A24833;
  letter-spacing: 2px;
  font-weight: normal;
 }
.intro h2 {font-size:38px; font-weight:600;}



.feature-card{
text-align:center;
background:white;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
border-radius:10px;
overflow:hidden;
}
.feature-card img { margin-bottom:15px;width: 100%;}
.product img{
height:220px;
object-fit:cover;
}
.cardDetails {padding:0 15px 15px;}

.contact-form{
max-width:500px;
}
.contact-form button {background: #bd1207;
  border-radius: 100px;
  padding: 10px 30px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  border: #DA9F5B;
  font-weight: 600;
}
.contact-form button:hover {background: #000;}
.footer-section{
background:url("../images/coffee-beans-bg.jpg") center/cover no-repeat;
color:#fff;
}

.footer-overlay{
background:rgba(44,26,18,0.85);
padding:80px 0 30px;
}

.footer-title{
letter-spacing:3px;
font-size:18px;
margin-bottom:25px;
}

.footer-text{
color:#ddd;
line-height:1.8;
}

.footer-links{
list-style:none;
padding:0;
}

.footer-links li{
margin-bottom:10px;
}

.footer-links a{
color:#ddd;
text-decoration:none;
transition:0.3s;
}

.footer-links a:hover{
color:#fff;
padding-left:5px;
}

.social-icons{
margin-top:20px;
}

.social-icons a{
color:#fff;
font-size:22px;
margin-right:15px;
transition:0.3s;
}

.social-icons a:hover{
color:#ff6a3d;
}

.footer-divider{
border-color:rgba(255,255,255,0.2);
margin:40px 0 20px;
}

.copyright{
color:#ccc;
font-size:14px;
}

/*====== Clients =====*/
.brands img,
.clients img{
max-height: 150px;
  object-fit: contain;
  transition: 0.3s;
  border: 1px solid #ddd;
  padding: 10px;
  height: 130px;
  width: 100%;
}

.brands img:hover,
.clients img:hover{
filter:grayscale(0);
transform:scale(1.05);
}

.swiper{
padding:20px 0;
}

.office-barista-section{
background:#f7f6f4;
}

.barista-img img{
height:100%;
object-fit:cover;
}

.barista-content{
padding:80px 60px;
}

.barista-content h2{
font-size:42px;
font-weight:600;
margin-bottom:20px;
color:#3d2c1e;
}

.barista-content p{
font-size:18px;
line-height:1.7;
margin-bottom:30px;
color:#555;
}

.barista-btn{
background:#c9a63c;
color:#fff;
padding:12px 28px;
border-radius:40px;
font-weight:600;
}

.barista-btn:hover{
background:#b9962f;
color:#fff;
}


.why-choose-section{
padding:80px 0;
background:#f7f6f4;
}

.section-title{
font-size:42px;
font-weight:600;
color:#3a2b20;
}

.choose-item{
padding:40px 30px;
background: #fff;
border-radius:10px;
}

.choose-item h4{
font-size:22px;
margin-top:20px;
margin-bottom:15px;
color:#3a2b20;
}

.choose-item p{
font-size:16px;
line-height:1.7;
color:#555;
}

.icon img{
width:60px;
margin-bottom:10px;
}

/* vertical dotted line */
.choose-border{
border-left:1px dashed #caa64b;
border-right:1px dashed #caa64b;
}
@media (max-width:991px){

.choose-border{
border:none;
}

.choose-item{
margin-bottom:40px;
}

.section-title{
font-size:32px;
}

}


.coffee-catering-section{
background:url("../images/coffee-event-bg.jpg") center/cover no-repeat;
position:relative;
color:#fff;
}

.overlay{
background:rgba(0,0,0,0.55);
padding:120px 0;
}

.catering-left h2{
font-size:48px;
font-weight:600;
line-height:1.3;
}

.catering-right{
padding-left:40px;
}

.catering-right h5{
font-size:30px;
margin-bottom:15px;
}

.catering-right p{
font-size:17px;
line-height:1.7;
margin-bottom:15px;
color:#eee;
}

.catering-btn{
background:#bd1207;
color:#fff;
padding:12px 28px;
border-radius:40px;
font-weight:600;
margin-top:15px;
}

.catering-btn:hover{
background:#b9972f;
color:#fff;
}

@media (max-width:991px){

.overlay{
padding:80px 0;
}

.catering-left h2{
font-size:34px;
margin-bottom:30px;
}

.catering-right{
padding-left:0;
}

}


.footer-contact {text-align:center; position:relative;}
.footer-contact::before {
  background: rgba(0,0,0,0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.footer-contact .contact-form {max-width:60%;position: relative;}
.footer-contact h3 {color:#fff;position:relative;margin-bottom:20px;}

.contact-form {
background: rgba(255,255,255,0.9);
  padding: 30px;
  border-radius: 20px;
}

.contact-form h2 {font-size:22px; position: relative;}
.service-plan-section{
padding:50px 0;
background:#f7f6f4;
position:relative;
}
.service-plan-section::before {
  background: rgba(0,0,0,0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.priceContent {position:relative; color:#fff;}
.priceContent p {padding-right:10%;}
.priceContent h2 {font-size: 54px;
  text-transform: uppercase;}
.plan-card{
background:#fff;
padding:40px;
text-align:center;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
position:relative;
border-top: 5px solid #DA9F5B;
border-bottom: 5px solid #DA9F5B;
}

.plan-card h3{
font-size:40px;
margin-bottom:20px;
color:#3a2b20;
font-weight: 700;

}

.plan-card span{
font-size:16px;
color:#888;
font-weight: 600;
}

.plan-list{
list-style:none;
padding:0;
margin:25px 0;
}

.plan-list li{
margin-bottom:12px;
font-size:16px;
}

.plan-btn{
background:#bd1207;
color:#fff;
border-radius:30px;
padding:10px 35px;
font-weight:600;
}

.plan-btn:hover{
background:#000;
color:#fff;
}

/*===== Usp ======*/

.usp-section{
padding:50px 0;

}
.usp-card img {max-width:70px;margin-bottom:20px;}
.usp-card{
padding:35px;
border-radius:10px;
border:1px solid #eee;
transition:0.3s;
background:#f7f6f4;
height: 94%;
}

.usp-card h4{
font-size:20px;
margin-bottom:10px;
color:#3a2b20;
min-height: 50px;
}

.usp-card p{
color:#777;
}

.usp-card:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.how-it-works{
background:#fff;
}

.step-card{
background:#fff;
border-radius:12px;
box-shadow:0 5px 20px rgba(0,0,0,0.05);
transition:0.3s;
}

.step-card:hover{
transform:translateY(-6px);
}

.step-number{
width:60px;
height:60px;
line-height:60px;
margin:auto;
background:#DA9F5B;
color:#fff;
font-size:22px;
font-weight:700;
border-radius:50%;
}




@media (max-width:991px){
.signup-card {
  height: auto;
}	
.usp-card {
margin-bottom:10px;
}
.footer-contact .contact-form {
  max-width: 100%;
	}
	
#hero::before {
  background: rgba(0,0,0,0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
}

@media (max-width:575px){
#hero {
  height: auto;
	margin-top: 34px;
    padding-bottom: 30px;
}

.intro h2 {
  font-size: 28px;
}
.barista-content {
  padding: 40px 10px;
}
.barista-content h2 {
  font-size: 28px;
} 
.choose-item {
    margin-bottom: 0;
	padding: 20px 30px;
}
.why-choose-section {
  padding: 40px 0;
}
.brandSwiper, .clientSwiper  {margin:0;padding: 0;}
.usp-card {
  margin: 5px 0;
}
.priceContent p {
  padding-right: 0;
}
.usp-card {
  padding: 20px;
}
.priceContent h2 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 20px;
}
.brands  {padding-top:0;}
.usp-section {
  padding: 30px 0;
}
.usp-card h4 {
  min-height: auto;
}
.usp-card h4 br {display:none;}
.feature-card img {
  height: 500px;
  object-fit: cover;
  object-position: bottom;
}
.footer-section {text-align:center;}
.brands img, .clients img {
  height: 100px;
}
}


@media (max-width:400px){
.cta {padding: 5px 15px;}

}


#fluentform_7 p {
    text-align: left;
}








