@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


* {
    margin: 0; 
    padding: 0; 
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: #f2f2f2; 
}

.flex {
    display: flex;
    align-items: center; 
}

.container {
    max-width: 1200px;
    width: 100%; 
    margin: 0 auto;
    padding: 0 20px; 
}

.containerRipe {
   max-width: 1200px;
   width: 100%;
   margin: 0 auto;
   padding: 0 20px;
   padding-bottom: 40px;
}


.left {
    width: 50%;
    box-sizing: border-box;
    justify-content: center;

}

.right {
    width: 50%;
    display: flex;
    display: flex;
    flex-direction: column;
    
}

.right h3 {
    text-align: right;
    flex-direction: column;

}

.sectionRipe {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 30px; 
}

.containerRipe .section-title {
    padding-bottom: 20px;
}

.sectionRipe p {
    padding-bottom: 00px;
    text-align: center;
}

.sectionRipe .left,
.sectionRipe .right {
    flex: 1;
}

.left img{
    margin-bottom: 20px; 
    width: calc(80%);
    height: auto; 
    justify-content: center;
}
.info {
    padding-top: 120px; 
}

.ripeness {
    padding-top: 40px; 
    background-color: white; 
}

.containerSlider {
    position: relative; 
    max-width: 1200px;
    margin: 0 auto;
    width: 50%; 
    align-items: center;
    padding-bottom: 40px; 
}

.containerSlider2 {
    position: relative; 
    max-width: 1200px;
    margin: 0 auto;
    width: 65%; 
    align-items: center;
    padding-bottom: 40px; 
}

header {
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%; 
    z-index: 100;
    background: #02431b; 
}



/** Code for the image carousel */
.slider-wrapper {
    position: relative;
}

/** nav bar / navigation code */
header .navbar {                                                                                                                                                                                        
    display: flex; 
    align-items: center; 
    margin: 0 auto; 
    justify-content: space-between; 
    max-width: 1200px;
}
header.show-mobile-menu .navbar .menu-links {
    left: 0; 
}
.navbar .logo {
    font-size: 2.1rem; 
    font-weight: 600; 
    color: #fff; 
}
.navbar .logo span {
    color: #C06B3E;
}
.navbar .menu-links {
    display: flex; 
    gap: 40px;
    list-style: none;
}
.navbar a {
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.navbar a:hover {
    color: #C06B3E;
}

/** adds padding to every section to account for the navigation menu */ 
section {
    scroll-margin-top: 80px;
}

/** styling for each of the sections (padding, spacing, etc) */
.figs {
    padding-top: 40px;
    padding-bottom: 40px; 
    background-color: #fff;
}

.instructions h3 {
    padding-top: 20px; 
    text-align: center; 
}

.leaves img {
    width: 100%; 
}


.services {
    padding-top: 40px;
}

.stock {
    padding-top: 40px; 
    text-align: center;
    background-color: #fff;
    margin-top: 40px;
}

.stock p {
    padding-bottom: 40px; 
}

.stock h3 {
    padding-bottom: 20px; 
}

.tea {
    padding-top: 40px; 
    padding-bottom: 40px; 
}
.about {
    padding-top: 40px;
    padding-bottom: 40px;
}
.gallery {
    padding-bottom: 80px; 
    background-color: #fff;

}
.leaves {
    padding-top: 40px;
    background-color: #fff;
    align-items: center; 
}



.leaves p {
    text-align: center;
}
.leaves h2 {
    text-align: center;
}

.prices h3 {
    padding-bottom: 20px;
    padding-top: 40px;
    text-align: center;

}
.prices h2 {
    padding-top: 40px;
    text-align: center;
}


.table-container {
    display: flex;
    justify-content: space-around; /* More space between tables */
    width: 100%;
    gap: 20px;
    padding-bottom: 20px; 
}

table {
    border-collapse: collapse;
    width: 30%; /* Adjust width as needed */
}

th, td {
    border: 1px solid black;
    padding: 8px;
    text-align: center;
    width: 50%; /* Ensure each column takes up half the table's width */
}
/** code for the home screen */
.homescreen-section {
    position: relative; 
    height: 100vh; 
    width: 100%; 
    background: url("images/figs/figInTree3.jpg"); 
    background-position: center 68%;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 80px;
}
.homescreen-section .content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    color: #fff;
    text-align: center;
    height: 60%; 
    margin-top: 70px; 
}
.homescreen-section .content h1 {
    font-size: 3rem; 
    max-width: 100%; 
}
.homescreen-section .content p{
    font-weight: 300; 
    margin-top: 15px; 
    max-width: 100%;
    text-align: center;
    padding-bottom: 0px; 
    font-weight: 400;

}

section .card button {
    background: #fff; 
    font-size: 1rem; 
    font-weight: 500;
    padding: 12px 30px; 
    border-radius: 6px;
    cursor: pointer; 
    transition: 0.2s ease;
}

.col2.text button {
    background: #fff; 
    font-size: 1rem; 
    font-weight: 500;
    padding: 12px 30px; 
    border-radius: 6px;
    cursor: pointer; 
    transition: 0.2s ease;
    margin: 0 auto 40px;
    text-decoration: none;
}

.col2 {
    text-decoration: none; /* Remove underline from button text */

}
section .section-title button {
    background: #fff; 
    font-size: 1rem; 
    font-weight: 500;
    padding: 12px 30px; 
    border-radius: 6px;
    cursor: pointer; 
    transition: 0.2s ease;
    margin: 0 auto; 
    text-decoration: none;
}

.col2.text {

    align-items: center; /* Center content horizontally */
    text-align: center; /* Center content vertically */
}

.homescreen-section .content button {
    background: #fff; 
    outline: none; 
    border: none; 
    font-size: 1rem; 
    font-weight: 500;
    margin-top: 38px; 
    margin-bottom: 38px;    
    padding: 12px 30px; 
    border-radius: 6px;
    cursor: pointer; 
    transition: 0.2s ease;
    margin-right: 20px; 
    margin-left: 20px; 
}
.homescreen-section .content button:hover {
    color: #fff; 
    background: #c0c0c0; 
}

/** code for the mobile menu (closing/opening the menu) */
#close-menu-btn {
    display: none; 
    position: absolute;
    right: 20px; 
    top: 20px; 
    cursor: pointer; 
}
#menu-btn {
    color: #fff; 
    cursor: pointer; 
    display: none; 
}

/** text formatting for header text (titles of the sections) */
.section-title {
    text-align: center; 
}
section h2 {
    font-size: 2rem;
}
/** code for the produce cards */
section .cards {
    flex-wrap: wrap;
    justify-content: space-between;
    text-decoration: none;
}
.cards a {
    text-decoration: none;
    color:#000; 
    font-size: 0.9rem; 

}
section .card {
    width: calc(100% / 3 - 30px);
    text-align: center; 
    list-style: none; 
    background-color: #fff; 
    border-radius: 5px; 
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04); 
    margin-bottom: 40px; 
    padding-bottom: 40px; 
}

section .ripe {
    width: calc(100% / 2);
    text-align: center; 
    list-style: none; 
    background-color: #fff; 
    border-radius: 5px; 
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04); 
    margin-bottom: 40px; 
    padding-bottom: 40px; 
}

.containerRipe h3 {
    text-align: center; 
}

.containerRipe h2 {
    padding-bottom: 20px; 
}

.containerRipe img {
    display: flex;
    max-width: 100%; 
}


section .card img {
    margin-bottom: 20px; 
    width: calc(100%);
    height: auto; 
}

section .ripe p {
    margin-top: 5px;
}

section .ripe img {
    margin-bottom: 20px; 
    width: calc(100%);
    height: auto; 
}

section .ripe p {
    margin-top: 5px;
}


/** code for image gallery*/
/* Hide the images by default */
.mySlides {
    display: none;
    background-color: #02431b; 
  }

  .mySlides img {
    display: block; /* Display images as block elements */
    margin: 0 auto; /* Center the images horizontally */
    max-width: 100%; /* Ensure images do not exceed their container width */
  }
  
  .mySlides2 {
    display: none;
    background-color: #02431b; 
  }

  .mySlides2 img {
    display: block;
    margin: 0 auto;
    max-width: 100%; 
  }

  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -50px;
    color: white;
    padding: 10px; 
    font-weight: bold;
    font-size:40px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0px;
    border-radius: 3px 0 0 3px;
  }
  
  .prev {
    left: 0px; 
  }
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .rowSlider:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */
  .columnSlider {
    float: left;
    width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }


/** code for the image carousel */
.slider-wrapper {
    position: relative;
}
.slider-wrapper .slide-button {
    position: absolute;
    top: 50%;
    outline: none;
    border: none;
    height: 50px;
    width: 50px;
    z-index: 5;
    color: #fff;
    display: flex;
    cursor: pointer;
    font-size: 2.2rem;
    background: #000;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateY(-50%);
}
.slider-wrapper .slide-button:hover {
    background: #404040;
}
.slider-wrapper .slide-button#prev-slide {
    left: -25px;
    display: none;
}
.slider-wrapper .slide-button#next-slide {
    right: -25px;
}
.slider-wrapper .image-list {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 18px;
    font-size: 0;
    list-style: none;
    margin-bottom: 30px;
    overflow-x: auto;
    scrollbar-width: none;
}
.slider-wrapper .image-list::-webkit-scrollbar {
    display: none;
}
.slider-wrapper .image-list .image-item {
    width: 350px;
    height: 400px;
    object-fit: cover;
}
.container .slider-scrollbar {
    height: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 40px; 
}
.slider-scrollbar .scrollbar-track {
    background: #ccc;
    width: 100%;
    height: 2px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    position: relative;
}
.slider-scrollbar:hover .scrollbar-track {
    height: 4px;
}
.slider-scrollbar .scrollbar-thumb {
    position: absolute;
    background: #000;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    cursor: grab;
    border-radius: inherit;
}
.slider-wrapper #prev-slide::before {
    content: '<';
}
.slider-wrapper #next-slide::before {
    content: '>';
}
.slider-scrollbar .scrollbar-thumb:active {
    cursor: grabbing;
    height: 8px;
    top: -2px;
}
.slider-scrollbar .scrollbar-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: -10px;
}

/** code for the formatting of regular text and images within the section */ 
/** formatting for */
.col2 {
    flex: 1;
    padding-top: 0px; 
    padding-bottom: 0px; 
}
.col2 .text {
    padding-bottom: 40px; 

}
section p {
    padding-bottom: 40px; 
    text-align: center;
}
.col3 {
    padding-left: 20px; 
    padding-right: 20px; 
    padding-top: 0px; 
}
.text {
    flex-basis: 50%;
    padding-right: 10px;
}
.image img {
    max-width: 100%;
    width: auto; 
    max-height: 400px;
    padding-bottom: 40px;
}
.section-title-left {
    align-items: left; 
}
.section-title-left h2 {
    text-align: center;
    font-size: 2rem;
}

/** code for the drop down menu */
.dropbtn {
    background-color: #02431b;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    padding: 10px 10px; 

}

.dropdown .dropbtn:hover {
    color: #C06B3E;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100%; /* Minimum width matching the button */
    z-index: 1;
    margin-top: 18px; 
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.show-dropdown {
    display:block;
}
.dropdown .dropbtn {
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
    background: transparent;
}
.dropdown-content::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 10px;
    background: transparent;
}

.fa-phone {
    padding-right: 10px; 
}

.fa-envelope {
    padding-right: 10px; 
}

.fa-map-marker-alt {
    padding-right: 10px; 
}
.containerFooter {
    background-color: #02431b;
    width: 100%; 
    margin: 0 auto;
    padding: 40px 200px; 
    color: #fff; 
}
.contentFooter {
    display: flex;
    justify-content: space-between;
}

.links {
    border-top: 1px solid white; 
    background-color: #02431b;
    width: 100%; 
    margin: 0 auto;
    padding: 20px 100px; 
    color: #fff;  
    text-align: center;
}

.links a {
    margin: 0 10px;
}

.contentFooter a {
    color: inherit; 
    text-decoration: none;
}

.contentFooter p {
    padding-top: 20px;
}

.footerContent {
    text-align: left; 
}

.contentImage2 {
    display: flex;
    flex-basis: 50%;
    padding-bottom: 40px;
    justify-content: space-between;
}

.questions li {
    font-size: 1.2rem; 
    margin-bottom: 15px;
}

.questions h2 {
    padding-top: 40px; 
}

/* dropdown for questions */
.faq {
    background-color: inherit;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 1.2rem; 
    border-bottom: 1px solid black; 
    background-color: #ccc; 
    margin-top: 20px; 

}



.faq:after {
    margin-left: 5px;
}

.active, .faq:hover {
    background-color: #ccc;
}

.fa-plus {
    float: right; 
}

.fa-minus {
    float: right; 
}
.questions p {
    padding: 10px 20px; 
}

.questions {
    padding-bottom: 40px; 
    background-color: white;
}

.panel p {
    text-align: left;  
}

.panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* css for photo gallery*/
.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  /* Create four equal columns that sits next to each other */
  .column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }

  .gallery h2 {
    padding-top: 40px; 
    padding-bottom: 20px;
    
  }

  .about h2 {
    padding-top: 80px; 
  }

  .stock-container {
    display: flex;
    justify-content: space-between;
}

.stock-column {
    flex: 1;
    padding: 0 20px;
}




/** scaling code for mobile and tablet devices */

/** scaling (make responsive) for mobile or tablet users
includes scaling for: menu/navbar, homescreen, images, text and footer
mainly: first change with mobile version (main view)
*/
@media screen and (max-width: 1000px) {
    section .cards .card {
        width: calc(100% / 2 - 15px);
    }
    
    .contentFooter {
        flex-wrap: wrap;
        
    }
    .containerFooter {
        padding: 40px 60px; 
    }

    
    .smallAbout, .products, .aboutFooter, .information, .shopping {
        width: 50%; /* Two columns per row */
        padding: 0 35px; /* Adjust spacing between columns */
        padding-bottom: 40px; 
    }
}
@media screen and (max-width: 800px) {
    section .cards .card {
        width: 100%;

      }
}

@media (max-width: 768px) {
    .sectionRipe {
        flex-direction: column;
        align-items: center;
    }

    .sectionRipe .left {
        order: 2;
        width: 100%;
        padding: 10px; 
    }

    .sectionRipe .right {
        order: 1;
        width: 100%;
        text-align: center; /* Optional: Center text for smaller screens */
        padding: 10px; 

    }

    .containerRipe img {
        max-width: 100%;
        width: 100%; 
        height: auto; /* Maintain aspect ratio */
    }
}

@media screen and (max-width: 1200px) {
    header {
        padding: 10px; 
    }
    .leaves p {
        text-align: center;
    }
    /** nav bar scaling */
    .navbar .menu-links {
        position: fixed;
        left: -260px;
        top: 0;
        width: 260px;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        padding: 70px 40px 0;
        transition: left 0.3s ease;
        text-align: center;
    }
    .navbar a, .navbar .dropdown .dropbtn {
        text-align: center;
        padding: 10px;
    }
    
    .navbar .dropdown-content {
        position: relative;
        background-color: #fff;
    }

    .navbar a {
        color: #000; 
    }
    .navbar .logo {
        font-size: 1.7rem;
    }
   
    /** mobile/tablet menu */
    #close-menu-btn, #menu-btn {
        display: block; 
    }

    /** homescreen sclaing */
    .homescreen-section {
        background-attachment: scroll;
        background-size: cover;
    }
    .homescreen-section .content {
        text-align: center;
        margin: 0 auto; 
        padding-left: 20px; 
        padding-right: 20px; 

    }
    .homescreen-section .content :is(h1, p) {
        max-width: 100%;
    }
    .homescreen-section .content h1 {
        font-size: 2.3rem;
        line-height: 60px;
    }
    .homescreen-section .content button {
        padding: 9px 18px; 
        margin-bottom: 38px;   
        margin-top: 0px;    
        margin-right: 0px; 
        margin-left: 0px; 
    }

    .homescreen-section .content h1 {
        padding-bottom: 38px; 
    }

    /** section formatting */
    .col3 img {
        flex: 1;
    }

    /** footer */
    footer {
        position: relative;
        bottom: 0px;
    }
    .main-content{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .main-content .box{
        margin: 5px 0;
    }

    /** dropdown menu text color*/
    .dropdown .dropbtn {
        color: #000; 
    }

    .contentImage {
        flex-direction: column;
        align-items: center;
    }
}                                                                                

/** scaling (make responsive) for mobile or tablet users
includes scaling for: text, section's content (images and text), cards, navbar
*/@media screen and (max-width: 860px) {
    /** individual section formatting */

    
    .column {
        flex: 50%;
        max-width: 50%;
    }
      
    .leaves .col3.image {
        order: 1; 
    }
    .leaves .col2.text {
        order: 2; 
    }
    section > p {
      text-align: center;
    }
    
    .content a {
      font-size: 17px;
      padding: 9px 20px;
    }
    .table-container {
        flex-direction: column;
    }

    table {
        width: 100%;
    }

    .contentImage2 {
        flex-direction: column;
    }
    
}

/** scales the cards for users */
  @media screen and (max-width: 560px) {
   
    .column {
        flex: 100%;
        max-width: 100%;
      }

      .smallAbout, .products, .aboutFooter, .information, .shopping {
        width: 100%; /* Two columns per row */
        padding: 0 10px; /* Adjust spacing between columns */
        padding-bottom: 40px; 
    }

    .containerSlider, .containerSlider2 {
        width: 100%; 
    }

    .col2 img {
        width: 100%; 
        padding: 0; 
    }
    
}
  
/* image carousel scaling for mobile/tablet users */
  @media only screen and (max-width: 1023px) {
    .slider-wrapper .slide-button {
      display: none !important;
    }
    .slider-wrapper .image-list {
      gap: 10px;
      margin-bottom: 15px;
      scroll-snap-type: x mandatory;
    }
    .slider-wrapper .image-list .image-item {
      width: 280px;
      height: 380px;
    }
    .slider-scrollbar .scrollbar-thumb {
      width: 20%;
    }
}