body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #FAF7F0;
}

link{
  position: relative !important;
}

/* Navbar */
.navbar {
  background-color: #6C7A4C;
  padding: 0.5rem 1rem;
  z-index: 20;
  top: 0;
  position: sticky;
}
.logo-container {
  display: flex;
  align-items: center;
}

.logo-container svg {
  width: 120px;
  height: 100px;
  display: block;
}

/* Hamburger menu button */
.navbar-toggler {
  border: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.6rem;
  height: 1.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(0,0,0,0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

/* Menu list on smaller screens */
.navbar-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}
/* Menu links */
.nav-link {
  color: #ffffff;
  font-weight: 300;
  text-decoration: none;
  padding: 1.25rem 0.5rem;
  font-style: normal;
  font-size: 14px;

}

.nav-link:hover {
  color: #E5A100;
  text-decoration: none;
}

.navbar .nav-link.active {
  color: #E5A100 !important;
  text-decoration: none;
}

/* End of Navbar */

/* headings & paragraph fonts and text elements */

h1, h2, h4, h5, h6 {
  text-align: center;
  color: #000;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
}

h3 {
  text-align: left;
  color: #000;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
}
p {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.p1 {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #fff;
  }
  
  .p2 {
    font-family: 'Cormorant Garamond',serif;
    color: #fff;
  }
  
  
  .quote{
    font-size: 20px;
    font-family: 'Cormorant Garamond',serif;
    color: #fff;
  }
  

  cite {
    font-size: 18px;
    font-family: 'Cormorant Garamond',serif;
    font-style: italic;
    color: #fff;
  }

  /* end of text elements */
img{
  display: block;
  background-size: cover;
  object-fit: cover;
}
/* SVG text & bee colours */
.cls-1 { font-family: 'Poppins', sans-serif; font-size: 100px; fill:#ffffff; }
.cls-200 { fill:#d4cfcf; }
.cls-300 { fill:#E5A100; }

/* Rotation animation */
#circle-text { transform-origin: 50% 50%; animation: spin 20s linear infinite; }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* Responsive: collapse menu */
@media (max-width: 991.98px) {
  .navbar-nav {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem 0;
  }
  .logo-container svg { width: 90px; }
}
/* End of SVG */

/* Home page Layout Style */
.reviews {
  justify-items: center;
  font-weight: 400;
  background-color: #6C7A4C;
  padding: 2rem;
  }

.hero {
  position: relative;
  text-align: center;
}

video {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 70vh;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem 2rem;
  z-index: 2;
  
}

.video-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #FAF7F0;
}


.our-story {
  text-align: center;
  padding: 2rem 1rem;
}

.garden-cta{
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}
.garden-cta img {
  width: 100%; 
  height: 100%;
  display: block;
}
.home-banner{
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  color: #FAF7F0;
}
p .home-banner {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  color: #FAF7F0;
}
.btn-banner {
  background-color: #E5A100;
  color: #fff;
  border: none;
  padding: 8px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 10px;
}
button a{
  color: #ffffff;
  padding: 8px;
  font-size: 1rem;
  text-decoration: none;
}

/* End of Home page */



    /* carousel */
.carousel-indicators button {
  width:8px !important;
  height: 8px !important;
  border-radius:50%;
  z-index: 3 !important;
}
.carousel-inner{
  z-index: 1 !important; 
}
.carousel-item blockquote {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
  height: 50vh;
}
.carousel-item img {
  width: 100%;
  height: 70vh;
  object-fit: cover;      
  object-position: center; 
}

/* End of Carousel */



/* Honey page */

.main-honey h2{
margin: 1rem;
}
.cards{
  margin-top: 36px;
}
.card {
  border: none;
  max-width: 18rem;
  width: 100%;
  justify-items: center;
  text-align: center;
  background-color: #FAF7F0;
}
.card img {
border-radius: 2%;
}

.card-text{
font-size: 12px;
}


.honey-section-2{
  background-color: #6C7A4C;
  justify-items: space-evenly;
}

/* End of Honey page */


/* Cafe page */

.cafe-banner{
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}
.cafe-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;     
  object-position: center; 
}
.opening-hours{
  color: #000000;
  text-align: center;
  padding: 1rem;
  margin: 1rem 0;
}

.opening-hours ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.opening-hours li {
  font-size: 16px;
  margin: 0.2rem 0;
}


.text-center{
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 400;
  color: #FAF7F0;
}
.menu-section {
  background-color: #FAF7F0;
  color: #FAF7F0;
  margin: 0;
  padding: 2rem;
}
.menu-flex{
  display: flex;
  width: 70%;
  justify-self: center;
}
 .menuintro{
  margin-bottom: 2rem;
 }

.accordion-span{
  justify-content: center;
  margin: 0 auto;
  flex:1;
  text-align: center;
}
.accordion-button {
  background-image: url("img/Assets/Accordion-drinks\ OVLAY.png");
  background-size: cover;        
  background-position: center;   
  background-repeat: no-repeat;                 
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  height: 150px;
  color:#FAF7F0 !important;
  border-radius: 15px !important;
}
.breakfast2 {
  background-image: url("img/Assets/Accordion-breakfast\ OVLAY.png");
  background-size: cover;        
  background-position: center;   
  background-repeat: no-repeat; 
  color: #fff;                 
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
}

.lunch3 {
  background-image: url("img/Assets/Accordion-lunch\ OVLAY.png");
  background-size: cover;         
  background-position: center;    
  background-repeat: no-repeat;
  color: #fff;                  
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
}

.accordion-button::after {
-webkit-filter: grayscale(1) invert(1);
filter: grayscale(1) invert(1);
display: none;

}

.accordion-button:not(.collapsed) {
  background-color: #FAF7F0;
  color: #FAF7F0 !important;
}
.accordion-body {
  background-color: #FAF7F0;
  color: #000;
}
.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-list li {
  text-align: center;
  margin: 0.5rem 0;
  font-family: 'Poppins', sans-serif;
}
.accordion-item {
  border-radius: 15px;
  background-color: #FAF7F0;
  border-color: #FAF7F0;
}
/* Media query for accordion-button */
@media (max-width: 700px) { 
  .accordion-button 
  {
    height: 70px;
    padding: 0.5rem;
    font-size: 1rem; 
    width: 100%;
  }

  .menu-flex
  { 
    display: flex;
    width: 100%;
   margin: 0;
  }
  }


/* End of Cafe page*/


/* Product page */
.main-product h2{
  margin: 1rem;
}
/* End of Product page*/


/* Gardening page */
.course-banner {
  text-align: center;
 padding-top: 4rem;
}

.garden-banner {
  color: #FAF7F0;
  position: relative;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.left-image-box img {
  object-fit: center;
  width: 100%;
  height: 70vh;
}

.form-label {
  font-family: 'cormorant garamond', serif;
  font-weight: 600;
  font-style: light;
}
.card-text-ul {
  text-align: left;
  font-size: 12px;
}

ol{
  justify-content: center;
  text-align: center;
  padding: 0%;
  padding-bottom: 8px;
  margin: 0;
}

/* Contact layout and styles  */
iframe {
  width: 100%;
}

.btn {
  background-color: #E5A100;
  color: #FAF7F0;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 10px;
}

.form {
  padding-top: 2rem;
}

.address-info {
  text-align: center;
  border-radius: 8px;
  padding: 1rem;
  height: 100%;
}



/* Footer Style */
.endPage {
  background-color: #E5A100;
  padding: 1rem 0;
  position: relative;
  top: 0%;
  bottom: 0;
  width: 100%;
  margin: 0%;
}
.footer-column {
  margin-top: 1rem;
}
.footer-p{
  text-align: center;
}
.footer-links {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.footer-link{
  color: #000000;
text-decoration: none;

}
.footer-link:hover {
  color: #6C7A4C !important; /* green hover */
  text-decoration: underline;
}

.footer-item {
  list-style-type: none;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #000000;
  text-decoration: none;
}
.newsletter-form {

  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  text-align: center;
  font-size: 12px;

}
.form-control-footer {
  width: 60%;
  padding: 5px 5px;
  font-size: 12px;
  border: 1px solid #E5A100;
  margin-top: 0.5rem;
  box-sizing: border-box;
  background-color: #E5A100;
  border: .1rem solid transparent;
  border-bottom-color: rgb(var(--color-border));
  transition-property: border;
}

.btn-footer { 
  background-color: #6C7A4C;
  color: #000000;
  border: none;
  padding: 8px;
  font-size: 12px;
  border-radius: 10px;
  margin: 1rem;
}
.footer-contact {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  text-decoration: none;

}

.social-media {
  display: flex;
  text-decoration: none;
  justify-content: center;
  margin: 0.5rem;
  
}

.fa-brands, .fa-classic.fa-brands, .fab {
  padding: 0;
  margin: 0;
  gap: 0.5rem;
  color: #000000 !important;
  justify-content: center!important;
  display: flex;
  flex-direction: row;
}