/*Animations*/
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
}

.fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
}

.fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Italiana&family=Jost:ital,wght@0,100..900;1,100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Miniver&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,400;0,500;0,600;0,700;1,600;1,700&display=swap');
html, body {
  height: 100%;
  margin: 0;
  background-color: #F9F8F7;
  width: 100%;
  overflow-x: hidden;
}

.call-button{
    font-size: 15px;
   color: #2a6e5b;
    background-color: #d8e3d5;
    margin-top: 30px;
    padding: 10px;
    margin-left: 30px;
   font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal; 
    
}

 .about-section {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 60px 80px;
      gap: 40px;
    }

    .text-content {
      flex: 1;
    }

    .text-content h1 {
      font-size: 40px;
      line-height: 1.2;
      margin-bottom: 20px;
    }

    .text-content p {
      font-size: 16px;
      line-height: 1.7;
      color: #32695a;
      margin-bottom: 20px;
    }

    .text-content .owner {
      font-style: italic;
      margin-bottom: 10px;
      display: block;
    }

    .signature {
      font-family: 'Cursive';
      font-size: 36px;
      color: #7aa79e;
    }

    .image-placeholder {
      flex: 1;
      height: 400px;
      background-color: #f2f2f2;
      border: 2px dashed #ccc;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #999;
      font-size: 18px;
    }


    .navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='%230C5B47' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12.5a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11zm0-4a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11zm0-4a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11z'/%3E%3C/svg%3E");
}

    /* Responsive */
    @media (max-width: 768px) {
      .about-section {
        flex-direction: column;
        padding: 40px 20px;
      }

      .contact-bg{
        height: 80vh!important;
      }

      .header-section3{
          height: 80vh!important;
      }
      .text-green{
        margin-top: 40px;
      }

      .header-section1{
        height: 80vh!important;
      }
      .image-placeholder {
        width: 100%;
      }
    }
.follow-h1{
   color: #1B1B1B;
    text-align: center;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 50px;
  font-size: 21px!important;
}

a{
  text-decoration: none;
}

.carousel-p{
     font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
}

.navbar{
    box-shadow: none;
    background-color: transparent!important;
    margin-bottom: -10em;
    position: relative;
    z-index: 15;
    margin-left: 200px;
}
.carousel-h1{
  font-size: 70px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: white;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
}

.btn{
padding-top:15px;
padding-bottom: 15px;
font-size: 15px;
background-color: white;
padding-left: 30px;
padding-right: 30px;
margin-bottom: 100px;
}

.btn1{
padding-top:13px;
padding-bottom: 13px;
font-size: 15px;
background-color: transparent;
border: 1px solid white;
text-transform: uppercase;
margin-left: 10px;
padding-left: 30px;
padding-right: 30px;
margin-bottom: 100px;
}
.carousel-h3{
    font-family: "Mr De Haviland", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: white;
  font-size: 60px!important;
}
.nav-item{
  margin-top: 30px;

}

.nav-link {
      font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  text-transform: uppercase;
    font-size: 15px!important;
    margin-left: 23px;
      color: white!important;
      letter-spacing: 1px;
    
   
}
.nav-link.active{
    color: white!important;
    
}

.nav-link:hover {
    color:rgba(255, 255, 255, 0.779);
    transition: white;
 background-color:rgba(255, 255, 255, 0.329);
}
.nav-link.active:hover{
    color: rgba(255, 255, 255, 0.779)!important;
    transition: white;
     background-color:rgba(255, 255, 255, 0.329);
}

.book-button{
    background-color:#FFE7B4;
    margin-top: 42px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    margin-bottom: 10px;
     color: #2C150B;
   font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
    }

 .book-button:hover{
    background-color:#f5d486bb;
    color: rgba(0, 0, 0, 0.836);
  }   

.carousel-item.bg-slide {
  height: 100vh;            
  width: 100%;
  background-size: cover;    
}

.bg-slide {
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat!important;
  transition: background-image 1s ease-in-out;
}

.slide1 { 
   background: url('../img/carousel1.2.JPG')rgba(0, 0, 0, 0.44);
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
   }



   .slide3 { 
   background: url('../img/flower-icon.png');
     
    background-position:right;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
   }
.slide2 { 
   background: url('../img/carousel1.1.JPG')rgba(0, 0, 0, 0.44); 
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
   }



.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1); /* nëse background është i errët dhe ikonat duhet të jenë të dukshme */
}



.carousel-text{
  text-align: left;
  font-size: 60px;
  margin-top: 30px;
   font-family: "Spectral", serif;
  font-weight: 550;
  font-style: normal;

}

.footer-link{
  color: rgba(255, 255, 255, 0.729);
   font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
}

.language-selector {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin-top: 30px!important;
   

}
.content-p{
  color: #2C150B!important;
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;

}
 .text-green {
           color: #2C150B;
         
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  text-transform: uppercase;
        }
        .plant-card {
            text-align: center;
            margin-bottom: 50px;
        }
        .plant-icon {
            width: 60px;
            height: 60px;
            margin: 0 auto 15px;
        }
        .card-text{
          margin-left: 50px;
        }
        .img-placeholder {
              background: url('../img/buckets3.JPG');
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
            height: 600px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #6c757d;
            border-radius: 8px;

        }

.prices-h2{
    color: #1B1B1B;
    text-align: center;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 15px;
  font-size: 29px;
  text-transform: uppercase;
  margin-top:20px;
}


.types{
  background-color: #fff0e9;
  padding-bottom: 30px;
}
.prices-h6{
    color: #1B1B1B;
  font-family: "Mr De Haviland", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 40px;
  margin-top: 100px;
  font-size: 50px;
  margin-bottom: 17px;
}
.mr-de-haviland-regular {
  font-family: "Mr De Haviland", cursive;
  font-weight: 400;
  font-style: normal;
}


.language-selector li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}

.language-selector {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.language-selector li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}




.primary-btn{
   padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color:white;
    font-size: 15px;
    color: #440000;
    border-radius: 15px;
   font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal; 
  margin-top: 30px;
  border: 3px solid #440000;
}


.primary-btn:hover{
   background-color:#440000c4;
   color: white;
}

.primary-btn1{
   padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color:white;
    font-size: 15px;
    color: #440000;
    border-radius: 15px;
   font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal; 
  margin-top: 30px;
  border: 3px solid #440000;
  margin-bottom: 350px!important;
  margin-top: 30px;
}
.section-tabs {
  display: flex;
  justify-content: center; /* mund ta ndryshosh në left nëse do */
  align-items: center;
  gap: 8px; /* hapësira mes butonave */
  flex-wrap: nowrap; /* ❗ i mban gjithmonë në një rresht */
  overflow-x: auto; /* nëse ekrani është shumë i ngushtë, mund të scroll-ohen horizontalisht */
  padding: 10px 0;
  text-align: center;
}@media (max-width: 768px) {
  .tab-button {
    font-size: 16px;
    padding: 8px 15px;
  }
}

.tab-button {
    padding: 10px 20px;
    border: none;
    background: transparent;
    color: #1B1B1B!important;
    font-size: 19px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 8px;
    margin-bottom: 10px;
    border-bottom: 2px solid transparent;
    
   font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #0C5B47;
  
}

.tab-button:hover {
     color: #1B1B1B!important;
}

.tab-button.active {
    color: #1B1B1B!important;
    border-bottom: 1px solid #1B1B1B;
    font-weight: 400;
}


.primary-btn1:hover{
   background-color:#440000c4;
   color: white;
}
.carousel-button{
   background-color:#ffde95;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    margin-bottom: 60px;
    float: left;
    margin-top: 210px;
    margin-right: 50px;
    color: #2C150B;
   font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal; 
}

  .follow-section {
      text-align: center;
      padding: 40px 20px;
    }

    .follow-section h1 {
      font-size: 32px;
      margin-bottom: 5px;
    }

    .follow-section p {
      font-size: 14px;
      letter-spacing: 2px;
      color: #555;
    }

    .image-grid {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 0;
      margin-top: 30px;
    }

    .image-grid img {
      width: 200px;
      height: 300px;
      object-fit: cover;
    }

    /* Responsive tweaks */
    @media (max-width: 768px) {
      .image-grid img {
        width: 100%;
        height: auto;
      }
    }

.carousel-img {
   background: url('../img/car')rgba(0, 0, 0, 0.44);
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply; 
  background-size: cover;                    
  width: 100%;
  height: 80%!important; 
}

.container-fluid {
  width: 90%;
  margin: 0 auto;
}

.card-h1 {
  color: #1B1B1B;
  margin-top: 60px;
  font-size: 30px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-left: 20px;
  margin-left: 60px;
}
.card-p {
  color: grey;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 15px !important;
  padding-bottom: 30px !important;
  font-size: 16px;
  padding-left: 20px;
  margin-left: 60px;
}

.button1 {
  color: #1B1B1B;
  background-color: white;
  padding: 12px 22px;
  margin-left: 80px;
  border: 1px solid #1B1B1B;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.3s ease;
}

.button1:hover {
  background-color: #1B1B1B;
  color: white;
}

.button{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #d0dfcf;
    color: #2a6e5b;
    font-size: 16px;
    margin-top: 100px!important;
    margin-left: 20px!important;
     font-family: "Poppins", sans-serif;
  font-weight: 450;
  font-style: normal;

}
@media (max-width: 992px) {
  .slide3 {
    text-align: center;
    margin: 0 auto;
  }

  .card-h1 {
    font-size: 26px;
    margin: 30px auto 20px;
    padding-left: 0;
    margin-left: 0;
  }

  .card-p {
    font-size: 15px;
    margin: 0 auto 20px;
    padding-left: 0;
    margin-left: 0;
    width: 90%;
  }

  .button1 {
    margin-left: 0;
    margin-top: 10px;
  }

  .col-md-6 img {
    display: block;
    margin: 40px auto 0;
    width: 90%;
    height: auto;
  }

  .details,
  section .row {
    margin: 0 auto;
    text-align: center;
  }

  .image-section{
    margin-right: 30px!important;
    margin-left: 0px!important;
    width: 500px;
  }
}

/* 📱 Për ekrane shumë të vegjël (max 576px) */
@media (max-width: 576px) {
  .card-h1 {
    font-size: 22px;
  }

  .card-p {
    font-size: 14px;
    text-align: left!important;
  margin-left: 10px;
  }

  .button1 {
    font-size: 11px;
    padding: 13px 20px;
    margin-right: 250px;
    font-size: 13px;
  }
}


.header-room{
  font-size: 50px;
  text-transform: uppercase;
    font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  margin-top: 40px;
}


 .header-section1 {
     background: url('../img/carousel10.JPG')rgba(0, 0, 0, 0.35);
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
     display: flex;
     align-items: center;
    justify-content: center;
     position: relative;
     color: white;
     text-align: center;
     background-blend-mode: multiply;
          }


          .flowers-price1{
            margin-top: 50px;
          
          }
          
 .header-section3 {
     background: url('../img/carousel8.JPG')rgba(0, 0, 0, 0.35);
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
     display: flex;
     align-items: center;
    justify-content: center;
     position: relative;
     color: white;
     text-align: center;
     background-blend-mode: multiply;
          }


           .contact-bg {
     background: url('../img/carousel1.9.JPG')rgba(0, 0, 0, 0.35);
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
     display: flex;
     align-items: center;
    justify-content: center;
     position: relative;
     color: white;
     text-align: center;
     background-blend-mode: multiply;
          }
.span{
   font-family: "Mr De Haviland", cursive;
  font-weight: 400;
  font-style: normal;
  color: 
#1B1B1B;
font-size: 50px;
}


   .banner { 
   background: url('../img/image-banner.jpg');
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 18vh;
   }

   .sales{
    color: white;
    font-size: 35px;
    margin-top: 10px;
    margin-left: 25px;
   }

.info{
    font-size: 18px;
 font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: italic;
  color: #2a6e5b;
 
}

 .section-background {
background-color: #fff0e9;      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
     padding-bottom: 60px;
    margin-top: 130px;
    padding-bottom: 110px;
    }

    .flowers-h2{
   color: #1B1B1B;
    text-align: center;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  margin-top: 20px;
  font-size: 27px;
  text-transform: uppercase;
  
    }

.h5{
    text-align: left;
    color:#0c5b47;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}

.left-section {
      background: url('../img/image-round.jpg');
      background-color: #fceee4;
      text-align: center;
      padding: 60px 20px;
    }

    .left-section img {
      width: 180px;
      height: 180px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 20px;
    }

    .signature {
      font-family: 'Pacifico', cursive;
      font-size: 28px;
      color: #7a9b85;
    }

    .role {
      font-style: italic;
      font-size: 16px;
      margin-top: -10px;
      color: 
#1B1B1B;
    }

    .right-section {
      padding: 60px 40px;
    }

    .form-control {
      border: none;
      border-bottom: 1px solid white;
      border-radius: 0;
      padding-left: 0;
      background-color: transparent;
      border: 0.5px solid rgba(0, 0, 0, 0.178);
    }

    .form-control:focus {
      box-shadow: none;
      border-color: white;
    }

    .btn-send {
      background-color: #fceee4;
      color: 
#1B1B1B;
      border: none;
      padding: 18px 40px;
      margin-top: 20px;
        font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  border: 0.5px solid 
#1b1b1b44;
  

    }


     .btn-send:hover {
          background-color: #1b1b1bb7;
      color: 
whitesmoke;
     }
    .form-label{
      color: 
#1B1B1B;
 font-family: "Mr De Haviland", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
    }

.contact-p{
  color: 
#1B1B1B;
   font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.p-color{
  color: 
#1B1B1B;
   font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.contact-h2{
  color:
#1B1B1B;
    font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

}
    .contact-h1{
      color: 
#1B1B1B;
 font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 450;
  text-transform: uppercase;
  font-size: 25px;

    }


    .section-h1{
      font-size:30px;
    align-items: center;   }


    .gallery-bg{
          background: url('../img/buckets2.JPG') rgba(0, 0, 0, 0.209);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 80vh;
    position: relative;
    }



.small{
text-align: left;
 color:
#1B1B1B!important;
    font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;

}
    .overlay-card {
      position: relative;
      overflow: hidden;
      cursor: pointer;
    }
    .overlay-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(255, 255, 255, 0.274);
      opacity: 0;
      transition: opacity 0.3s;
    }
    .overlay-card:hover::after {
      opacity: 1;
    }
    .overlay-content {
      position: absolute;
      bottom: 20px;
      left: 50%;
      color: #004700;
      transform: translateX(-50%);
      background: white;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 12px;
        width: 70%;
  box-sizing: border-box; 
  border-radius: 15px;
  
    }

    .sale{
        color: #004700;
      font-family: "Shadows Into Light", cursive;
  font-weight: 450;
  font-style: normal;
  text-align: center;
  font-size: 20px;
  margin-left: 55px;
    }

    .services-h5{
     color: 
#1B1B1B;
       font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-size: 23px;
  border-radius: 15px;
    }

.object-fit-cover {
  object-fit: cover;
  height: 100%;
}
.image12{
     background-color: #fff0e9;
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 70vh;
}


.flowers-h1{
    font-size: 14px;
    color: #338873;
    text-align: center;
    margin-top: 15px;
    font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.flowers-h12{
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #004700;
  margin-top: 20px;
}
.flowers-company{
  font-family: "Mr De Haviland", cursive;
  font-weight: 400;
  font-style: normal;
  margin-top: 30px;
  font-size: 45px;
}
.flowers-p{
     font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.flowers-price{
    text-align: center;
    color:
#1B1B1B;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  margin-top: 17px;
  text-transform: uppercase;
  font-size: 18px;
margin-right: 70px;

}.details {
  margin-left: 200px !important;
  margin-top: 120px;
  margin-bottom: 120px;
}

.flower-h6 {
  font-family: "Lora", serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 15px;
}
.center {
  background-image: url("../img/img3.PNG");
  background-size: cover;
  background-position: center;
  color: white;
  min-height: 400px; /* që të shihet më bukur imazhi */
}

        .store-section {
            min-height: 100vh;
            background-color: var(--cream-bg);
        }

        .olive-frame {
            background-color: var(--olive-green);
            position: relative;
            height: 100vh;
        }

        .store-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 20px;
            margin: 30px;
            width: calc(100% - 60px);
            height: calc(100% - 60px);
        }

        .vertical-text {
            position: absolute;
            left: -20px;
            top: 50%;
            transform: translateY(-50%) rotate(-90deg);
            color: white;
            font-size: 0.9rem;
            font-weight: 300;
            letter-spacing: 3px;
            text-transform: uppercase;
        }

        .content-area {
            padding: 80px 60px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100vh;
        }

        .store-title {
            font-family: 'Playfair Display', serif;
            font-size: 4rem;
            font-weight: 400;
            margin-bottom: 60px;
            color: var(--dark-text);
        }

        .address-block {
            margin-bottom: 40px;
        }

        .address-text {
            font-size: 1rem;
            line-height: 1.6;
            color: #666;
            margin-bottom: 10px;
        }

        .contact-info {
         
            justify-content: space-between;
            margin-bottom: 60px;
            border-bottom: 1px solid white;
            padding-bottom: 40px;
        
        }

        .phone {
            font-size: 0.95rem;
            color:#004700;
            font-weight: 500;
        }

        .email {
            font-size: 0.95rem;
            color: #666;
        }

        .hours-info {
            display: flex;
            justify-content: space-between;
            margin-bottom: 60px;
        }

        .hours-block h4 {
            font-size: 0.95rem;
            font-weight: 500;
            margin-bottom: 8px;
            color: var(--dark-text);
        }

        .hours-block p {
            font-size: 0.9rem;
            color: #666;
            margin: 0;
        }

        .map-button {
            background: transparent;
            border: 2px solid var(--dark-text);
            color: var(--dark-text);
            padding: 15px 40px;
            font-size: 0.85rem;
            font-weight: 500;
            letter-spacing: 1px;
            text-transform: uppercase;
            border-radius: 30px;
            transition: all 0.3s ease;
            display: inline-block;
            text-decoration: none;
        }

        .map-button:hover {
            background-color: var(--dark-text);
            color: white;
        }

        @media (max-width: 768px) {
            .store-section {
                min-height: auto;
            }
            
            .olive-frame {
                height: 60vh;
                margin-bottom: 30px;
            }
            
            .content-area {
                padding: 40px 30px;
                height: auto;
            }
            
            .store-title {
                font-size: 2.5rem;
                margin-bottom: 40px;
            }
            
            .contact-info,
            .hours-info {
                flex-direction: column;
                gap: 20px;
            }
            
            .vertical-text {
                display: none;
            }
        }

       .gallery-section {
            display: none; /* Hide all sections by default */
            transition: all 0.3s ease-in-out;
        }

        .gallery-section.active {
            display: block; /* Show only the active section */
        }


        .gallery-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .gallery-title {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            font-weight: 400;
            margin-bottom: 15px;
            color: var(--dark-text);
        }

        .gallery-subtitle {
            font-size: 1rem;
            color: #666;
            font-weight: 400;
        }

        .gallery-grid {
            display: flex;
            overflow: hidden;
            gap: 0;
        }

        .gallery-item {
            flex: 1;
            height: 300px;
            overflow: hidden;
            position: relative;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .gallery-item:hover {
            transform: scale(1.05);
            z-index: 2;
        }

        .gallery-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.3s ease;
        }

        .gallery-item:hover .gallery-image {
            filter: brightness(1.1);
        }

        .gallery-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.3);
            opacity: 0;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .gallery-item:hover .gallery-overlay {
            opacity: 1;
        }

        .overlay-icon {
            color: white;
            font-size: 2rem;
        }

        @media (max-width: 768px) {
            .gallery-grid {
                flex-wrap: wrap;
            }
            
            .gallery-item {
                flex: 0 0 50%;
                height: 200px;
            }
            
            .gallery-title {
                font-size: 2rem;
            }
            
            .gallery-section {
                padding: 60px 0;
            }
        }

        @media (max-width: 576px) {
            .gallery-item {
                flex: 0 0 100%;
                height: 250px;
            }
        }


/* Footer Section Styles */
.footer-section {
    background-color: #1b1b1b;
    padding: 60px 0 10px 0;
    border-top: 1px solid #e0e0e0;
    margin-top: 20px;
}

.brand-title {
  font-family: "Mr De Haviland", cursive;
  font-weight: 400;
  font-style: normal;
  color: white;
    font-weight: 450;
    font-style: normal;
    font-size: 3.5rem;
    margin-bottom: 15px;
}

.brand-info {
   color: rgba(255, 255, 255, 0.626);
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 25px;
}

.contact-info {
    margin-top: 20px;
}

.contact-phone {
    color: rgba(255, 255, 255, 0.626)!important;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-email {
    color: rgba(255, 255, 255, 0.626);
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    word-break: break-all;
}

.footer-menu-title {
    color:white;
     font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
 
    font-style: normal;
    font-size:27px;
    margin-bottom: 20px;
    margin-top: 12px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu .footer-link {
    margin-bottom: 12px;
}

.footer-menu .footer-link a {
    color: rgba(255, 255, 255, 0.625);
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}


.social-section {
    text-align: left;
}

.social-title {
    color:rgba(255, 255, 255, 0.844);
   font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
    font-size: 1.6rem;
    margin-bottom: 20px;
    margin-top: 12px;
}

.social-icons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

  .sale-banner {
    background: #ffccd5d5;
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    padding: 15px 0;
    font-size: 2rem;
    position: relative;
    font-family: "Lora", serif;
  font-weight: 500;
  font-style: normal;

  }

  .scroll-text {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 20s linear infinite;
  }

  .sale-banner span {
    background: #fff;
    color: #ff416c;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: bold;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #d8e3d5;
    color: #1B1B1B;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.social-icon:hover {
    background-color: #2a6e5b;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(42, 110, 91, 0.3);
    border-color: #2a6e5b;
}

.social-icon svg {
    width: 18px;
    height: 18px;
    transition: all 0.3s ease;
}

.social-icon:hover svg {
    transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-section {
        padding: 40px 0 30px 0;
    }
    
    .brand-title {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .brand-info {
        text-align: center;
    }
    
    .contact-info {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .footer-menu-title {
        text-align: center;
        margin-top: 30px;
    }
    
    .footer-menu {
        text-align: center;
    }
    
    .social-section {
        text-align: center;
        margin-top: 30px;
    }
    
    .social-icons {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .brand-title {
        font-size: 1.6rem;
    }
    
    .footer-menu .footer-link a {
        font-size: 16px;
    }
    
    .contact-phone,
    .contact-email {
        font-size: 14px;
         text-decoration: none;
    }
}





/* 📱 --- Për ekranet mobile (≤ 768px) --- */
@media (max-width: 768px) {
  .carousel-caption {
    padding: 0 20px;
  }

  .carousel-h3 {
    font-size: 32px !important;
    padding-top: 30px!important;
  }

  .carousel-h1 {
    font-size: 20px!important;
    margin-bottom: 10px;
  }

  .carousel-p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .btn, .btn1 {
    font-size: 14px;
    padding: 8px 16px;
    margin: 5px;
  }
}
/* 📲 --- Për ekrane shumë të vegjël (≤ 480px) --- */
@media (max-width: 480px) {
  .carousel-h3 {
    font-size: 50px !important;
    margin-bottom: 20px;
  
  }

  .nav-link{
    color: black!important;
  }
  /* Rregullimi i navbar toggler */
  .navbar-toggler {
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 8px 12px;
    margin-right: 0;
  }

  .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
  }

  .navbar-toggler-icon {
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  /* Navbar collapse menu */
  .navbar-collapse {
    background-color: #fff0e9;
    padding: 15px;
    margin-top: 10px;
    border-radius: 5px;
  }

  .navbar-nav {
    text-align: center;
  }

  .nav-item {
    padding: 10px 0;
  }

  .carousel-p {
    font-size: 15px;
    margin-bottom: 40px;
  }

  .carousel-caption {
    bottom: 10px!important;
  }

  .btn, .btn1 {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 10px auto;
    margin-bottom: 25px;
  }
}

/* Për ekrane deri në 768px */
@media (max-width: 768px) {
  .navbar-toggler {
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 8px 12px;
    margin-left: 100px!important;
  }

  
  .navbar-toggler-icon {
    width: 22px;
    height: 22px;
  }

 .carousel-caption {
    bottom: 10px!important;
  }


  .navbar-collapse {
    background-color: #fff0e9;
    padding: 15px;
    margin-top: 10px;
  }

  .details {
    margin-left: 0 !important;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
  }

  .details img {
    margin-left: 0 !important;
  }

  .flower-h6 {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .details {
    margin-left: 100px !important;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media (max-width: 576px) {
  .details {
    margin-left: 0 !important;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .flower-h6 {
    font-size: 14px;
  }

  .details p {
    font-size: 14px;
  }

  .flowers-p {
    text-align: left !important;
  }

  .flowers-h12 {
    text-align: left !important;
  }

  .flowers-company {
    display: none;
  }
}