/* General Styles */
html {
    scroll-behavior: smooth;
  }
body {
    font-family: raleway;
    overflow-x: hidden; /* Prevent horizontal overflow */
}

.lemon {
    font-family: "michroma";
    font-weight: bold;
    font-style: normal;
}

h1,h2,h3,h4 {
    font-family: "michroma";
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: transparent;
    transition: background-color 0.3s ease;
    justify-content: end;
    padding: 2.5rem;
    padding-right: 0.5rem;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    margin-right: 1%;
    margin-left: 3%;
}

.navbar-brand {
    color: #ffffff00;
    font-weight: bold;
}

.navbar-nav .nav-link {
    color: #fff;
    font-weight: bold;
}

.navbar-brand:hover,
.navbar-nav .nav-link:hover {
    color: #34c900;
}

/* Hero Section */
.hero-section {
    position: relative;
    height: auto;
    background-color: #00000000;
    color: #fff;
    overflow: hidden;
}

.hero-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section .carousel {
    display: none;
}

.hero-section .hero-content {
    position: absolute;
    top: 50%;
    left: 38%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 1%;
}

.hero-section .btn-order {
    background-color: #3e6000;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    border: none;
    padding: 15px 30px;
    font-size: 1.2rem;
    color: #fff;
    transition: background-color 0.3s ease;
}

.dgreen {
    color: #3e6000;
}

.hero-section .btn-order:hover {
    background-color: #34c900;
    padding: 15px 30px;

}

.hero-section img {
    width: 100%;
}

.hero-content img {
    margin-bottom: 20px;
    z-index: 5;
}

.hero-content h1 {
    margin-bottom: 20px;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(85, 84, 84, 0.65);
}

.social-bar {
    background-color: #3e6000;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    text-align: center;
}

.social-bar a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s;
}

.social-bar p {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

.social-bar a:hover {
    color: #34c900;
}

/* Sections */
.menu-section,
.location-section,
.gallery-section {
    padding: 50px 20px;
    text-align: center;
    overflow: hidden;
}

.about-section {
    padding-left: 0px
    padding-right: 0px;
    text-align: center;
    overflow: hidden;
    justify-content:center;
}

.about-section .container{
    text-align: center;
    overflow: hidden;
    justify-content:center;
    padding: 5%;
}
.season-menu h2,
.menu-section h2,
.about-section h2,
.location-section h2,
.gallery-section h2, 
.benefits-section h2{
    color: #7bbf00;
    margin-bottom: 30px;
    font-family: "michroma";
    font-weight: bold;
}

/* Owl Carousel */
.owl-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 60vw;
}

.owl-carousel .item {
    background: #fff;
    padding: 15px;
    padding-top: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 30vw;
    max-width: 600px;
    height: 35vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 5px;
    object-fit: cover;
    overflow: hidden;    
}

.owl-carousel .item img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: transform 0.6s ease-in-out;
}

.owl-carousel .menu-details h3 {
    font-family: "Michroma";
    font-weight: bold;
    margin-bottom: 10px;
}

.img-container {
    width: 100%;
    max-width: 300px; /* Adjust as needed */
    height: 0;
    padding-bottom: 100%; /* Aspect ratio 1:1 for square images */
    position: relative;
    overflow: hidden;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s ease;
}
.menu-details h5 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: clamp(0.5rem, 2.5vw, 1rem); /* Responsive font size */
    text-align: center;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis; /* Text overflow for long titles */
    max-width: 100%; /* Ensure title doesn't overflow the container */
}

.owl-carousel .menu-details p.price {
    color: #7bbf00;
    font-size: 1.2rem;
    font-weight: bold;
}

.item img:hover {
    transform: scale(2.5) rotate(45deg);
}

/* Marquee */
.marquee {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    animation: scroll 10s linear infinite;

}

.marquee-wrap {
    overflow-x: hidden;
    width: 100%;

}

.marquee-item {
    padding: 0 5px;
    font-size: 1.3em;
    color: #3e6000;
    white-space: nowrap;
}

.marquee-logo {
    height: 20px;
    vertical-align: middle;
    margin: 0 10px;
}

@keyframes scroll {
    0% {
        transform: translateX(1%);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  .fade-in {
    opacity: 0;
    animation: fadeIn 1.5s forwards;
}

.fade-in-1 {
    opacity: 0;
    animation: fadeIn 2s forwards;
    animation-delay: 0.5s;
}

.fade-in-2 {
    opacity: 0;
    animation: fadeIn 2s forwards;
    animation-delay: 1s;
}

.fade-in-3 {
    opacity: 0;
    animation: fadeIn 2s forwards;
    animation-delay: 1.5s;
}

  .parallax {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }

  .c-lead {
    font-family: 'Raleway', sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin: 0;
    color: #fff;
    margin-bottom: 0px;
    line-height: 1.6;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  #seasonal-menu {
    position: relative;
    background-image: url(./assets/img/bgbanner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3rem 1.5rem;
    box-sizing: border-box;
  }

  #seasonal-menu::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}
  
  #seasonal-menu .container {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    z-index: 3;
  }
  
  #seasonal-menu .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  
  #seasonal-menu h2 {
    color: #7bbf00;
    margin-bottom: 1.5rem;
    margin-top: auto;
  }
  #seasonal-menu h3 {
    color: #7bbf00;
    margin-bottom: 1.2rem;
  }
  
  #seasonal-menu p {
        color: #fff;
        font-size: 1.1rem;
        margin-bottom: 2rem;
        line-height: 1.6;
  }
  
  #seasonal-menu img {
    height:  600px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  #seasonal-menu img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

  .menu-title {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  #seasonal-menu h2,
  #seasonal-menu p,
  #seasonal-menu h3 {
    text-align: center;
  }
  
  @media (max-width: 992px) {
    #seasonal-menu {
      padding: 2rem 1rem;
    }
  
    #seasonal-menu .row {
      flex-direction: column-reverse;
    }
  
    #seasonal-menu img {
      margin-top: 1.5rem;
      height: auto;
      width: 100vw;
      padding: 0px;
      margin: 0 auto;
      display: block;
    }
    .menu-price {
        font-size: 0.8em;
    }
  }
  
  @media (max-width: 576px) {
    #seasonal-menu {
      padding: 1.5rem 1rem;
    }
  
    #seasonal-menu img {
        height: auto;
        width: 100vw;
        margin: 0 auto;
        display: block;
    }
    #seasonal-menu h2 {
        font-size: 2rem;
    }

    #seasonal-menu p {
        font-size: 1rem;
    }
  }


/*Juices menu*/

/* Refreshments Section Styling */
.section-heading {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.refreshments-wrapper .accordion-button {
    font-weight: bold;
}
.size-price-note {
    font-style: italic;
    margin-bottom: 0.5rem;
}
.refreshments-list {
    list-style-type: none;
    padding-left: 0;
}
.refreshments-list li {
    margin-bottom: 0.5rem;
}
.extras-section {
    margin-top: 1rem;
    font-style: italic;
}

.category-accordion-section {
    background-color: #f9f9f9; /* Light theme color */
    padding: 20px;
  }
  
  .category-heading {
    color: #4CAF50; /* Your primary theme color */
    text-align: center;
    margin-bottom: 30px;
  }
  
  .accordion-button {
    background-color: #4CAF50; /* Primary color */
    color: #fff;
  }
  
  .accordion-button:hover {
    background-color: #3A9D40; /* Darker shade for hover */
  }
  
  .accordion-body {
    background-color: #ffffff; /* Light background for content */
  }
  
  .size-details {
    font-style: italic;
    color: #555; /* Neutral text color */
  }
  
  .item-list li {
    margin-bottom: 10px;
    font-weight: lighter;

  }
  
  .category-image-container {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .category-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .category-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 20px;
    border-radius: 10px; /* Optional: for rounded edges */
  }
  
  .overlay {
    background-color: rgba(0, 0, 0, 0.5); /* Dark semi-transparent overlay */
    padding: 20px;
    color: #fff; /* Light text for contrast */
    border-radius: 10px; /* Matches the background's shape */
  }
  
  .size-details, .item-list li {
    color: #fff; /* Ensure text is readable over the background */
  }
  
  


.smoothies-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    position: relative;
    width: 100%;
    background-color: #f9f9f9;
}

.smoothies {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.smoothies img {
    width: 100%;
    display: block;
    height: auto;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: visible;
}

.smoothie-video {
    position: absolute;
    left: 5%;
    height: 90%;
    width: auto;
    border-radius: 8px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.smoothie-text {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translateY(-50%);
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    padding: 5%;
    border-radius: 8px;
    text-align: center;
    font-size: 2em;
    display: flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;

}

.smoothie-text h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 4rem;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin: 0;
}

.btn-order {
    background-color: #3e6000;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    border: none;
    padding: 15px 30px;
    font-size: 1.2rem;
    color: #fff;
    transition: background-color 0.3s ease;
    margin-top: 10px; /* Optional: Add space below the text */
}

.btn-order:hover {
    background-color: #34c900;
}

.icon-green {
    font-size: 2.5rem;
    color: #34c900;
}

.dgreen {
    color: #3e6000;
}

.lemon {
    font-family: 'Lemon', sans-serif;
}
.about-section {
    padding-left: 0px;
    padding-right: 0px;
}
.bowl {
    height: 25vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

/* Image gallery */
.gallery-section {
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.image-item {
    align-items: center;
    display: grid;
    align-content: space-between;
    padding: 5%;
}

.image-item img {
    width: 100%;
    max-width: 600px; /* Ensure consistent size */
    height: auto;
    max-height: 400px;
    border-radius: 8px;
    object-fit: scale-down;
}

.gallery-text {
    margin: 10px 0;
    text-align: center;
    font-size: 1.25rem;
    color: #333;
    font-family: raleway;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(100%); /* Makes controls visible on light backgrounds */
}

.carousel-indicators button {
    background-color: #7bbf00; /* Custom indicator color */
}
.location-section .responsive-item {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
}

.location-section .col-lg-6 {
    flex-basis: 50%;
    height: 450px;
}
.order-now-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    transition: transform 0.3s ease, outline 0.3s ease;
    z-index: 3;
    overflow: hidden;
    animation: pulse 2s infinite;
}

.order-now-button img {
    width: 100%;
    height: 100%;
    display: block;
}

.order-now-button:hover {
    transform: scale(1.5);
}

.modal-body {
    max-height: 75vh;
    overflow-y: auto;
}
.modal-body p, .modal-body ul {
    text-align: justify;
    color: #000;
    padding: 10px;
    font-size: 0.8rem;
}
.modal-body h2, .modal-body h3{
    color: #34c900;
    font-size: 1rem;
}
.modal-footer {
    display: flex;
    justify-content: center;
}
.footer {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-size: 0.6rem;
}

.footer .list-inline {
    padding-left: 0;
    display: inline-block;
    text-align: left;
    width: 100%;
}

.footer .list-inline-item {
    margin-right: 10px;
    display: grid;
}

.footer img, .footer p {
    margin-top: 10px;
}

.footer .col-md-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer a{
    color: white;
    text-decoration: none;
}

.footer a:hover{
    color: #34c900;
    text-decoration: none;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@media (min-width: 769px) and (max-width: 991px) {

    .navbar {
        position: relative;
        z-index: 100;
        background-color: #fff;
        color: #3e6000;
        justify-content: start;
        padding: 1rem;
    }

    .navbar-brand {
        color: #3e6000;
        font-weight: bold;
    }

    .navbar-nav .nav-link {
        color: #3e6000;
        font-weight: bold;
    }
}

@media (max-width: 768px) {

    .hero-section video {
        display: none;
    }

    .hero-section .carousel {
        display: block;
    }

    .navbar {
        position: relative;
        z-index: 100;
        background-color: #fff;
        color: #3e6000;
        justify-content: start;
        padding: 1rem;
    }

    .navbar-brand {
        color: #3e6000;
        font-weight: bold;
    }

    .navbar-nav .nav-link {
        color: #3e6000;
        font-weight: bold;
    }

    .hero-section {
        height: auto;
        text-align: center;
    }

    .hero-content {
        position: relative;
        margin: 0 auto;
        width: 90%;
        padding: 20px;
    }

    .hero-content img {
        margin: 1%;
        width: 40vw;
        height: auto;
        max-width: 80%;
    }

    .hero-content h1 {
        font-size: 0.9rem;
        margin: 1%;
    }

    .hero-section {
        font-size: 1rem;
    }

    .social-bar{
        gap: 20px;
        padding:1em;
    }

    .social-bar p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .btn-order {
        padding: 0.6em 0.8em !important;
        border-radius: 0.5em;
        transition: transform 0.3s;
        margin: 1%;
    }

    .owl-carousel .item {
        height: 60vw;
        width: 45vw;
    }
    .img-container {
        max-width: 100%;
    }

    .menu-details h5 {
        font-size: clamp(0.5rem, 4vw, 0.8rem); /* Smaller font for smaller screens */
        white-space: normal;
        margin-top: 0.5rem;
    }

    .marquee-item {
        font-size: 1em;
    }

    .marquee-logo {
        height: 12px;
        margin-bottom: 1px;
    }

    .hide-on-sm-md {
        display: none;
    }
    .smoothie-video {
        width: 100%;
        height: auto;
        position: static;
        z-index: -1;
        border-radius: 0px;

    }

    .smoothie-text {
        position: absolute;
        transform: translateY(50%);
        text-align: center;
        padding: 2%;
        font-size: 1rem;
        top: 0px;
        left: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;


    }
    .location-section .col-lg-6 {
        flex-basis: 100%;
        height: auto;
    }
    .location-section .responsive-item {
        height: auto;
        min-height: 300px;
    }
    .order-now-button .div{
        width: 15px;
        height: 15px;
        bottom: 10px;
        right: 10px;
        transition: transform 0.3s ease;
        position: sticky;
    }

    .order-now-button:hover {
        transform: scale(1.2);
    }
    .about-section h2 {
        font-size: 28px;
    }

    .about-section p {
        font-size: 16px;
    }
    .image-gallery {
        grid-template-columns: 1fr;
    }
    .modal-lg {
        max-width: 80%; /* Slightly larger for tablet-sized devices */
    }
}

@media (max-width: 575px) {

    .social-bar {
        padding: 5px;
        gap: 10px;
    }

    .social-bar a {
        font-size: 16px;
        margin: 0 5px;
    }

    .social-bar p {
        font-size: 0.8rem;
        padding: 5px;
    }
   
    
    .modal-lg {
        max-width: 90%;
    }

    .smoothie-text {
    position: absolute;
        transform: translateY(25%);
        text-align: center;
        padding: 2%;
        font-size: 0.9rem;
        top: 0px;
        left: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: nowrap;
    }
    .btn-order {
        font-size: 0.9rem !important;
    }

    .navbar {
        padding: 0.8rem;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 70%;
    }
    .img-container {
        max-width: 400px; 
    }
}


