*{ 
margin:0; 
padding:0; 
box-sizing:border-box; 
text-decoration: none; 
border: none; 
outline: none; 
font-family:Playfair Display, Zalando Sans SemiExpanded, sans-serif; 
} 

 h1, h2, h3 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
}
body, p, a, button {
    font-family: "Zalando Sans SemiExpanded", sans-serif;
}

html{ 
overflow-y: scroll; 
} 

body{ 
font-size: 18px;  
background-color:#546F58; 
color:white; 
} 

.designer-bar {
    width: 100%;
    background: #ff6b6b; /* cute soft red */
    padding: 12px 0;
    text-align: center;
}

.designer-bar a {
    color: white;
    font-size: 1.15rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.6px;
    transition: 0.3s ease;
}

.designer-bar a:hover {
    opacity: 0.85;
}


 header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    top: 0;
    z-index: 1000;

} 
 

nav a{ 
font-size: 18px; 
color: white; 
transition: 0.3s ease; 
border-bottom: 3px solid transparent; 
margin-left: 40px; 
border-bottom-left-radius: 1rem; 
font-weight: 500;  

} 

img { 
max-width: 100%; 
} 
nav a:hover, 
nav a :active{ 
color: palevioletred; 
} 
.bloomlogo-img {
     display: flex;
    align-items: center;
    gap: 12px;
}
.logo-wrapper {
    display:flex;
    gap:0.5rem;
    align-items: center;
}
.logo {
    width:100px;
    height:auto;
}

.bloomlogo-img:hover .logo {
    transform: rotate(-5deg) scale(1.05);
    transition: 0.3s ease;
}


.logo-text {
    font-family: "Playfair Display", serif;
    font-size: 1.4rem;
    color: white;
    font-size: clamp(1rem, 2vw, 1.3rem);
}
   .hero-img img {
    width: 100%;
    height: 550px;
       object-fit: cover;
    border-radius: 16px;
       transition: 0.3s ease;
    transition: transform .22s ease, box-shadow .22s ease;
    box-shadow: 0 0 0 12px rgba(255,255,255,0.05),
              0 18px 36px rgba(0,0,0,0.22);
}

span {
    color:lightpink;
    font-style: italic;
}

.HomePage {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 80px; 
    gap: 80px; 
    margin-top: -10px;
}

 
.herotext {
    flex: 0.6; /* smaller text area */
    max-width: 420px;
    padding: 20px;
}

.hero-img {
    flex: 1.4; /* image gets more space */
    padding: 15px;
    display: flex;
    justify-content: center;
}

.herotext h1 {
    font-size: 3.8rem;
    line-height: 1.2;
    max-width: 480px;
}
.herotext button {
    margin-top: 30px;
    padding: 16px 30px;
    background-color: white; /* or your chosen color */
    color: #546F58;
    font-size: 1.1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.5);
}
.herotext button:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.Inseason {
    text-align: center;
    padding: 80px 40px;
    color: darkgrey;
    background-color: #b98b82;
    border-radius: 15px;
    color: white;
}

.Inseason h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
}

/* Tabs */
.carousel-tabs {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 45px;
    color: darkgrey;
}

.carousel-tabs button {
    background: none;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s ease;
}

.carousel-tabs button.active {
    opacity: 1;
    border-bottom: 2px solid white;
}

/* Slides container */
.carousel-images {
    display:flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.carousel-images button{ 
 margin-top: 50px;
    padding: 12px 30px;
    background-color: white; /* or your chosen color */
    color: #546F58;
    font-size: 1.1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.5);
}
.carousel-images button:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}
/* Each slide */
.slide {
    display: none;
    gap: 25px;
    justify-content: center;
    width:100%;
    transition: opacity 0.5s ease;
}

.slide.active {
    display: flex;
    justify-content: center;
    gap:60px;
    opacity: 1;
}

/* Images */
.slide img {
    width: 100%;
    max-width: 330px;
    height: 550px;
    object-fit: cover;
    border-radius: 12px;
    transition: 0.3s ease;
    transition: transform .22s ease, box-shadow .22s ease;
    box-shadow: 0 0 0 12px rgba(255,255,255,0.05),
              0 18px 36px rgba(0,0,0,0.22);
}

.slide img:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.footer-content { 
flex-direction: column; 
text-align: center; 
} 
/* HOW IT WORKS SECTION HERE */
/* How It Works section layout */
.HowItWorks {
  padding: 48px 15px;
  text-align: center;
  color: #222;
}

.HowItWorks h2 {
  font-size: 3rem;          /* bigger, more presence */
  font-weight: 700;         /* stronger weight */
  color: #F4F7F2;           /* soft off‑white that looks great on dark green */
  letter-spacing: 1px;      /* subtle spacing for elegance */
  margin-bottom: 36px;
    padding-top: 30px;
}




/* Bigger circular images with centered captions */
.HowItWorks .steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}

.HowItWorks .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 12px;
}

.HowItWorks .step img {
  width: 300px;       /* change this number to make images larger or smaller */
  height: 300px;      /* keep width and height equal for a perfect circle */
  object-fit: cover;
  border-radius: 50%;
  display: block;
  transition: transform .22s ease, box-shadow .22s ease;
    box-shadow: 0 0 0 12px rgba(255,255,255,0.05),
              0 18px 36px rgba(0,0,0,0.22);
    
}

.HowItWorks .step img:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 22px 44px rgba(0,0,0,0.14);
}

.HowItWorks .step h3 {
    letter-spacing: .8px;
    padding-top: 15px;
  margin: 0;
  font-size: 1.8rem;
color: #F4F7F2;  
}

.HowItWorks .step p {
  margin: 0;
  color: #F4F7F2;  
  max-width: 360px;
  line-height: 1.4;
}




.hero-banner {
    height: 40vh;
    background: url("images/bgflower1.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
}

/* Soft overlay so text is readable */
.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.50);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.hero-content h1 {
    font-size: 3rem;
    font-family: "Playfair Display", serif;
}

.hero-content h2 {
    font-size: 1.3rem;
    margin-top: 10px;
}

.hero-content p {
    font-size: 1.4rem;
    margin-top: 10px;
}

.hero-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 15px 25px;
    background: #E8A6B1;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.25rem;
    transition: 0.3s ease;
}
/* END OF INDEX PAGE*/
.hero-btn:hover {
    background: #d98a96;
}





   

.breadcrumb {
    margin: 35px 70px;
    max-width: 1100px;
    font-size: 0.95rem;
    color: white;
}

.breadcrumb a {
    color: #E8A6B1;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb .current {
    color: white;
    pointer-events: none;
}


.choose-first {
    textlign: center;
    padding: 35px;
    color: white;  
}

.choose-first h2 {
    font-size: 3rem;
    padding: 20px 15px;
}

.hero2-banner {
    position: relative;
    width: 100%;
    height: 30vh; /* thinner header */
    overflow: hidden;
    margin-bottom: 10px;
}

.hero2-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(60%);
}

.hero2-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
}

.hero2-text h2 {
    font-size: 3rem;
    font-family: "Playfair Display", serif;
    letter-spacing: 0.5px;
    opacity: 0.95;
}


/* GALLERY GRID */
.mini-gallery {
    padding-top: 35px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* EACH ITEM CARD */
.mini-gallery .item {
    position: relative;
    background: rgba(255, 255, 255, 0.12);
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    transition: 0.3s ease;
}

.mini-gallery .item:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.18);
}

/* IMAGE — BIGGER + CLEANER */
.mini-gallery img {
    width: 100%;
    height: 320px; /* bigger image */
    object-fit: cover;
    border-radius: 5px;
}

/* NAME */
.mini-gallery h3 {
    margin-top: 20px;
    margin: 20px;
    font-size: 1.50rem;
    color: white;
    font-weight: 500;
     font-family: "Zalando Sans SemiExpanded", sans-serif;
}

/* PRICE BOX */
.mini-gallery .price-box {
    background: white;
    color: #48494B;
    display: inline-block;
    padding: 6px 55px;
    border-radius: 3px;
    margin-top: 8px;
    margin-bottom: 10px;
    font-weight:400;
    font-size: 1.25rem;
   font-family: "Zalando Sans SemiExpanded", sans-serif;
    
}

/* OPTIONAL TAG OVERLAY */
.mini-gallery .tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background:#FFC5BD ;
    color: #48494B;
    padding: 6px 12px;
    font-size: 1.10rem;
    font-weight: 400;
    z-index: 5;
    font-family: "Zalando Sans SemiExpanded", sans-serif;
}


.back-arrow {
    display: inline-block;
    margin-bottom: 15px;
    color: #E8A6B1;
    font-size: 1.1rem;
    text-decoration: none;
}

.back-arrow:hover {
    text-decoration: underline;
}

.order-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    padding: 40px;
    color: white;
}
.left-column {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 35px;
}


.product-info img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 12px;
}

.product-details h1 {
    text-align: center;
    margin-top: 20px;
    font-size: 2rem;
}
.product-details p{
    text-align: center;
    padding-top: 15px;
}
.price {
    font-size: 1.4rem;
    color: #E8A6B1;
    margin-top: 1px;
}
.order-info {
    text-align: center;
    margin-top: 30px;
    color: white;
}

.order-info h2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    font-family: "Playfair Display", serif;
}

.accordion-btn {
    width: 100%;
    text-align: left;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.12);
    border: none;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 1.1rem;
    color: white;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: 0.3s ease;
}

.accordion-btn:hover {
    background: rgba(255, 255, 255, 0.18);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 0 18px;
    transition: max-height 0.3s ease;
}

.accordion-content p {
    text-align: center;
    padding: 12px 0;
    font-size: 1rem;
    line-height: 1.5;
    opacity: 0.9;
}
 .order-form {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 22px;
    background: rgba(255, 255, 255, 0.12);
    padding: 40px;
    border-radius: 12px;
    backdrop-filter: blur(4px);
}

.order-form input,
.order-form textarea {
    height:55px;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: none;
    background: rgba(255, 255, 255, 0.85);
}

.order-form button {
    margin-top: 20px;
    padding: 14px;
    background: #E8A6B1;
    border: none;
    border-radius: 8px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: 0.3s ease;
}





.about-split {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 160px;
    max-width: 100%;
    margin: auto; 
    padding: 50px;
    background-color: #b98b82;
    
}

.about-split.reverse {
    flex-direction: row-reverse;
    background-color: #87645e;
 
}
.about-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px; /* gives room for the shadow */
    border-radius: 50%;
   transition: transform .22s ease, box-shadow .22s ease;
 box-shadow: 0 0 0 12px rgba(255,255,255,0.05),
              0 18px 36px rgba(0,0,0,0.22);
}

.about-image {
    max-width: 650px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
     border-radius: 50%;
}

.about-image img {
    width: 100%;
    max-width: 650px;
    height: 100%;
    object-fit: cover;
   
}



.about-text {
    max-width: 500px;
    color: white;

}

.about-text h2 {
    letter-spacing: .6px;
    font-size: 3rem;
    margin-bottom: 20px;
    font-family: "Playfair Display", serif;
}
.about-text h3 {
    font-family: "Zalando Sans SemiExpanded", sans-serif;
}
.about-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 15px;
    opacity: 0.9;
}

.about-image-map {
    width: 400px;
    max-width: 100%; /* prevents shrinking */
    border-radius: 5px; /* optional */
}

.about-image-map iframe {
    width: 500px;
    height: 350px; /* stays large on tablet */
    border-radius: 5px;
}
.service-hours {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.service-hours li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    font-size: .95rem;
    letter-spacing: 0.3px;
    font-family: "Zalando Sans SemiExpanded", sans-serif;
}


/* CONATCT SECTION */
.contact-intro {
    text-align: center;
    max-width: 600px;
    margin: 40px auto 20px;
    color: white;
    opacity: 0.9;
    font-size: 1.2rem;
    line-height: 1.5;
}

.contact-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 50px;
}

.contact-image img {
    width: 500px;
    height: 800px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.25);
}

.contact-form {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: rgba(255, 255, 255, 0.12);
    padding: 30px;
    border-radius: 12px;
    backdrop-filter: blur(4px);
}

.contact-form h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: none;
    background: rgba(255, 255, 255, 0.85);
}

.contact-form textarea {
    height: 140px;
    resize: none;
}

.contact-form button {
    margin-top: 20px;
    padding: 14px;
    background: #E8A6B1;
    border: none;
    border-radius: 8px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: 0.3s ease;
}

.contact-form button:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.feedback-container {
    text-align: center;
    max-width: 600px;
    margin: 120px auto;
    padding: 40px 30px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(4px);
    border-radius: 12px;
    color: white;
}

.feedback-container h1 {
    font-size: 2.4rem;
    margin-bottom: 15px;
}

.feedback-container p {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 30px;
    line-height: 1.5;
}

.back-btn {
    padding: 14px 24px;
    background: #E8A6B1;
    border: none;
    border-radius: 8px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: 0.3s ease;
}

.back-btn:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}




/* FOOTER */
.site-footer {
    margin-top: 10px;
    padding: 50px 20px;
    background: rgba(0, 0, 0, 0.2);
    color: white;
    text-align: center;
}


.footer-inner {
    max-width: 900px;
    margin: 0 auto;
}

.footer-brand {
    font-size: 2rem;
    font-family: "Playfair Display", serif;
    margin-bottom: 10px;
}

.footer-tagline {
    font-size: clamp(0.75rem, 2vw, 1rem);
    opacity: 0.8;
    margin-bottom: 25px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 25px;
}

.footer-links a {
    color: white;
    font-size: 1rem;
    transition: 0.3s ease;
    border-bottom: 1px solid transparent;
}

.footer-links a:hover {
    color: #E8A6B1;
    border-bottom: 1px solid #E8A6B1;
}

.footer-copy {
    font-size: 0.85rem;
    opacity: 0.7;
    margin-top: 20px;
}

@media (min-width: 1500px) {
    .product-info img {
        height: 600px !important;
    }
}



    
/* iPad Landscape — 1024px */
@media (max-width: 1024px) {

    /* HEADER */
    header {
        padding: 12px 30px;
    }

    nav a {
        margin-left: 25px;
        font-size: 17px;
    }

    .logo {
        width: 75px;
    }

    /* HERO SECTION */
    .HomePage {
        padding: 40px 50px;
        gap: 50px;
    }

    .herotext h1 {
        font-size: 3.2rem;
    }

    .hero-img img {
        height: 480px;
    }

    /* IN SEASON CAROUSEL */
    .slide img {
        max-width: 290px;
        height: 400px;
    }

    .carousel-tabs button {
        font-size: 1.4rem;
    }

    /* HOW IT WORKS — keep 3 columns but tighten */
    .HowItWorks .steps {
        gap: 15px;
    }

    .HowItWorks .step img {
        width: 250px;
        height: 250px;
    }
    
    .HowItWorks .step h3 {
        font-size: 1.7rem;
    }

    .hero-content h1 {
        font-size: 2.7rem;
    }

    .hero-content p {
        padding-top: 20px;
        font-size: 1.8rem;
    }
    
    .about-split {
        gap:90px;
    }
    .about-text h2 {
        font-size:2.7rem;
    }
      .about-image-map iframe {
        height: 380px; /* stays tall and elegant */
        width: 100%;
    }

    .about-image-map {
        max-width: 100%;
        margin: 0 auto;
    }

    .about-text {
        max-width: 520px; /* keeps text readable and pulled in */
        margin: 0 auto;
    }
     .contact-section {
        gap: 40px;
        padding: 40px;
    }

    .contact-image img {
        width: 420px;
        height: 650px;
    }

    .contact-form {
        width: 55%;
        padding: 25px;
    }

    .contact-form h1 {
        font-size: 1.8rem;
    }
   .order-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}
    .left-column {
    width: 60% !important;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
    .product-info {
    width: 100% !important;
}

.product-info img {
    width: 10%;
    object-fit: cover;
}

.order-info {
    width: 100% !important;
}

.order-form {
    width: 40% !important;
    padding: 30px;
}


    .order-form h2 {
        font-size: 1.6rem;
    }
}


@media (max-width: 900px) {
    header {
        padding: 25px 25px;
    }

    nav a {
        margin-left: 25px;
        font-size: 19px;
    }

    .logo {
        width: 70px;
    }

    


  .bloomlogo-img {
      align-items: center;
    gap: 6px;
    transform: scale(0.85);
    transform-origin: left center;
  }
    .HomePage {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }

    .herotext {
        max-width: 100%;
        padding: 0;
        order: 2;
        text-align: center;
    }

    .herotext h1 {
        font-size: 3rem;
    }

    .hero-img img {
        height: 400px;
    }

     .slide {
        gap: 30px;
        flex-direction: column;
    }

    .slide img {
        max-width: 300px;
        height: 300px;
    }
   

 .HowItWorks .steps {
        grid-template-columns: 1fr;   /* force single column */
        gap: 30px;
    }

    .HowItWorks .step img {
        width: 300px;                 /* keep perfect circle */
        height: 300px;
        border-radius: 50%;
    }

    .HowItWorks .step h3 {
        font-size: 2.5rem;            /* bigger text */
    }

    .HowItWorks .step p {
        font-size: 1.50rem;           /* more readable */
        max-width: 420px;
    }

    .HowItWorks h2 {
        font-size: 3rem;            /* keep the section title strong */
    }
  
  .hero-banner {
    height: 30vh;
  }
      .hero2-banner {
        height: 220px;
    }
  .hero-content h1 {
    font-size: 2.5rem;
  }
    .hero-content p 
    {
    padding-top: 20px;
      font-size: 1.2rem;  
    }
     .mini-gallery {
        grid-template-columns: repeat(2,1fr);
    }
    
       .about-split,
    .about-split.reverse {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 24px; /* removes the huge gap */
        padding: 40px 20px;
    }


      .about-split.reverse {
        flex-direction: column; /* override the reverse */
    }

    .about-text {
         max-width: 550px;
    }

     .about-text h2 {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .about-text p {
        font-size: 1.1rem;
        line-height: 1.65;
    }
      .about-image {
        max-width: 370px;

    }
    .contact-intro {
        padding: 10px 40px;
    }
      .contact-section {
        flex-direction: column;
        padding: 40px 20px;
        gap: 30px;
    }

    .contact-image img {
     
     display: none;
    }

    .contact-form {
        width: 100%;
        max-width: 520px;
        padding: 25px;
    }

    .contact-form h1 {
        text-align: center;
        font-size: 1.9rem;
    }
 .order-section {
        flex-direction: column !important;
        align-items: center;
        gap: 40px;
        padding: 30px 20px;
    }

     .left-column {
        width: 100% !important;
        max-width: 520px;
        display: flex;
        flex-direction: column;
        gap: 30px;
        order: 1;
    }
      .product-info {
        width: 100% !important;
    }

    .product-info img {
        width: 100%;
        height: 380px;
        object-fit: cover;
    }

     .order-form {
        width: 100% !important;
        max-width: 520px;
        padding: 28px;
        order: 2 !important;
    }
 .order-info {
        width: 100% !important;
        max-width: 520px;
        order: 3 !important;
    }

    /* PRODUCT DETAILS */
    .product-details h1 {
        font-size: 1.7rem;
    }

    .product-details p {
        font-size: 1rem;
    }
    
    /* ACCORDION */
    .order-info h2 {
        font-size: 1.4rem;
    }

    .accordion-btn {
        font-size: 1rem;
        padding: 12px 16px;
    }

    .accordion-content p {
        font-size: 0.95rem;
    }

    /* FORM FIELDS */
    .order-form input,
    .order-form textarea {
        height: 50px;
        font-size: 1rem;
    }

    .order-form textarea {
        height: 110px;
    }

    .order-form button {
        font-size: 1.1rem;
        padding: 12px;
    }
}

    @media (max-width: 635px) {
    .feedback-container {
        margin: 60px 20px;
        padding: 28px 20px;
    }

    .feedback-container h1 {
        font-size: 1.8rem;
    }

    .feedback-container p {
        font-size: 1rem;
        line-height: 1.45;
    }

    .back-btn {
        font-size: 1.05rem;
        padding: 12px 20px;
    }
}

@media (max-width: 560px) {
    .breadcrumb {
        margin: 35px 50px;
        }
   
     header {
        padding: 25px 20px;
        gap: 8px;
        flex-direction: column;
    }
     nav a {
        font-size: 20px;
        margin: 0 10px;
    }

    .logo {
        width:65px;
    }

    
    .hero-img img {
        height: 300px;
    }
     .mini-gallery {
        grid-template-columns: repeat(1,1fr);
    }
   .about-image iframe {
        height: 220px;
    
}
     .about-image-map iframe {
        height: 300px;
    }
}
@media (max-width: 430px) {

    /* HEADER */
    header {
        padding: 45px 20px;
        gap: 8px;
        flex-direction: column;
    }

    nav a {
        font-size: clamp(0.85rem, 2vw, 1.05rem);
        margin: 0 10px;
        letter-spacing: 0.5px;
        
    }

    .logo {
        width: 50px;
    }

    

    /* HERO SECTION */
    .herotext h1 {
        font-size: 1.97rem;
        line-height: 1.25;
    }

    .hero-img img {
        height: 240px;
    }

    .herotext button {
        padding: 12px 22px;
        font-size: 1rem;
    }

    /* IN SEASON CAROUSEL */
    
    .Inseason h2 {
        font-size:2.3rem;
    }
    .slide img {
        height: 280px;
        max-width: 90%;
    }
    .carousel-tabs button {
        font-size: 1.2rem;
    }

    /* HOW IT WORKS */
    .HowItWorks h2 {
        font-size: 2.3rem;
    }

    .HowItWorks .step img {
        width: 280px;
        height: 280px;
    }

    .HowItWorks .step h3 {
        font-size: 1.7rem;
    }

    .HowItWorks .step p {
        font-size: 1rem;
    }

    /* HERO BANNER */
    .hero-banner {
        height: 32vh;
    }
    .hero-content {
         padding: 10px 18px;
    }
    .hero-content h1 {
        font-size: 1.6rem;
    }
.hero-content p {
        font-size: 1.1rem;
    }
    .hero-btn {
        padding: 10px 18px;
        font-size: 0.95rem;
    }
     .about-text p {
        font-size: .9rem;
        line-height: 1.65;
    }
     .about-image-map iframe {
        height: 260px;
    }
    .contact-intro {
        font-size: .9rem;
        padding: 10px;
    }
    
    .contact-section {
        padding: 15px 20px;
    }
        .contact-form h1 {
        font-size: 1.6rem;
    }

    .contact-form {
        padding: 18px;
    }

    .contact-form input,
    .contact-form textarea,
    .contact-form select {
        font-size: 0.95rem;
        padding: 10px;
    }

    .contact-form button {
        font-size: 1rem;
        padding: 12px;
    }
  
.mini-gallery {
    padding-top: 10px;
}
    .hero2-text h2 {
        font-size: 1.9rem;
    }

    /* PRODUCT IMAGE */
    .product-info img {
        height: 350px;
    }

    /* PRODUCT DETAILS */
    .product-details h1 {
        font-size: 1.4rem;
    }

    .product-details p {
        font-size: 0.95rem;
    }

    /* ORDER FORM */
    .order-form {
        padding: 18px;
        gap: 16px;
    }

    .order-form input,
    .order-form textarea {
        font-size: 0.95rem;
        padding: 10px;
        height: 48px;
    }

    .order-form textarea {
        height: 100px;
    }

    .order-form button {
        font-size: 1rem;
        padding: 12px;
    }

    /* ACCORDION */
    .order-info h2 {
        font-size: 1.2rem;
    }

    .accordion-btn {
        font-size: 0.95rem;
        padding: 10px 12px;
    }

    .accordion-content p {
        font-size: 0.9rem;
    }

}
