@import url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602087/html/includes/css/mainstyle.css');

* {
    font-family: var(--primefont);
}

a {
    color: inherit;
    text-decoration: none;
}

[data-florvielle-theme="dark"] [data-logo="dark"],
[data-florvielle-theme="light"] [data-logo="light"] {
    display: block;
}

[data-florvielle-theme="dark"] [data-logo="light"],
[data-florvielle-theme="light"] [data-logo="dark"] {
    display: none;
}

/* icon BG */
.icon-bg {
    min-width: 30px;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--icon-text);
}

.icon-bg-lg {
    min-width: 50px;
    min-height: 50px;
}
header{
    transition: 0.2s ease;
    z-index: 999;
}
header.fix{
    background-color: var(--body-bg) !important;
    position: fixed !important;
}
@media(min-width:992px){
    header.fix .nav-link{
        color: var(--head-text);
    }
}
/* header CSS */
.nav-link {
    color: var(--nav-text);
    font-weight: 500; 
}
.nav-item.active .nav-link,
.nav-item:hover .nav-link, .nav-item .nav-link:focus, .social-icon a:hover {
    color: var(--prime-text) !important;
}


@media(max-width:991px){
    .offcanvas-body{
        background-color: var(--alt-bg) !important;
    }
    .nav-link {
    color: var(--head-text);
}
}
/* Banner CSS */
::placeholder {
    color: var(--input-text) !important;
    opacity: 0.5 !important;
}
/* Banner container height */

#banner-slider {
    min-height: 900px;
}

/* Slide backgrounds */
.slide-1 {
    background: linear-gradient(170deg, rgb(10 10 10), rgba(106, 129, 75, 0.2)),
        url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602087/html/assets/images/slide-1.webp') no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 900px;
}

.slide-2 {
    background: linear-gradient(170deg, rgb(10 10 10), rgb(106, 129, 75, 0.2)),
        url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602087/html/assets/images/slide-2.webp') no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 900px;
}

.slide-3 {
    background: linear-gradient(170deg, rgb(10 10 10), rgba(106, 129, 75, 0.2)),
        url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602087/html/assets/images/slide-3.webp') no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 900px;
}

@media(max-width: 768px) {
    #banner-slider,.testimonial-container {
        min-height: 550px;
    }

    .slide-1,
    .slide-2,
    .slide-3,.testimonial-slide-1,.testimonial-slide-2,.testimonial-slide-3 {
        min-height: 550px;
    }
    .fs-10{
        font-size: 30px !important;
    }
    .about-banner-section{
      min-height: 650px !important;
  }
    .about-banner-section,.service-banner-section,.flower-banner-section,.contact-banner-section{
        min-height: 520px !important;
    }
    .splide__arrow {
   display: none;
}
.theme-btn{
    width: 52px;
    height: 42px;
}
@media(max-width:420px){
    .navbar-brand img{
        height: 22px !important;
    }
}

/* Content container */
.splide-container {
    max-width: 720px;
}

/* Navigation Arrows */
.splide__arrow {
    background: transparent;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 0.95;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}
.splide__arrow svg {
    font-size: 28px;
    fill: #fff;
}

}
/* card effect */
.card-img-box {
    position: relative;
    overflow: hidden;
}

.card-img-box img {
    display: block;
    transition: all 0.4s ease;
}

.card-img-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.card-img-box:hover .overlay {
    opacity: 1;
}


.cart-btn:hover {
    background: #000;
    color: #fff;
}

.head-content {
    margin: auto;
    text-align: center;
    max-width: 1000px;
    width: 100%;
}
.counter-bg {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602087/html/assets/images/counter-bg.webp') no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 318px;
    display: flex;
    align-items: center;
}
.spot-content{
    position: relative;
}
.flower-img{
    position: absolute;
    right: 0 !important;
    top: 0;
}
.flower-img img{
    opacity: 0.1;
}

.testimonial-container {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602087/html/assets/images/testimonial-bg.webp') no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 700px;
    margin: 2%;
} 
.testimonial-img{
    width: 75px;
    height: 75px;
    border-radius: 50%; 
    outline: 2px solid var(--prime-border);
    outline-offset: 2px;
    overflow: hidden;
}
.testimonial-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* rating */
.star-rating {
  display: inline-block;
  font-size: 1.5rem;
  cursor: pointer;
}

.star {
  position: relative;
  display: inline-block;
  color: #ccc;
}

.star:before {
  content: '★';
  position: absolute;
  left: 0;
  width: 0;
  overflow: hidden;
  color: gold;
}

.star.filled:before {
  width: 100%;
}

.star.half:before {
  width: 50%;
}
.gallery-img{
    overflow: hidden;
}
.gallery-img img {
    transition: transform 0.6s ease, filter 0.4s ease;
    height: 150px;
}
.gallery-img:hover img {
    transform: scale(1.1); 
}
@media(min-width:768px) {
    .search-btn{
        padding: 20px 32px 20px 33px;
    }
    .gallery-img img { 
        height: 300px;
    }
}
.form-control:focus{
    box-shadow: none;
    border:1px solid var(--light-border);
}
.input-text::placeholder {
  font-weight: 500; /* fw-medium */
}
.insta-post{
    width: 250px;
    height: 250px;
}
.shopping-btn {
    position: fixed;
    right: 0;
    top: 60%;
    font-size: 15px;
    padding: 16px 19px;
    border-radius: 0 !important;
}
#backtotop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 0; 
    visibility: hidden;
    z-index: 1000;
    width: 50px !important;
    min-width: unset;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
#backtotop.show {
    z-index: 1;
    visibility: visible;
}
.offcanvas .btn-close{
    background: unset !important;
}

/* about page */
  .about-banner-section{
      background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.788)),  url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602087/html/assets/images/about-banner.webp')no-repeat;
      background-size: cover;
      background-position: center; 
      min-height: 550px;
  }
 
  .banner-content{
    max-width: 720px;
  }

  .story-card .image-container img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
  }
 
/*  service page  */
  .service-banner-section{
      background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.788)),  url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602087/html/assets/images/service-banner.webp')no-repeat;
      background-size: cover;
      background-position: center; 
      min-height: 550px;
  }
  @media(max-width: 991px){
      .service-d-row div:nth-child(1) {
        order: 2;
      }
      .service-d-row div:nth-child(2) {
        order: 1;
      }
      .service-d-row div:nth-child(3) {
        order: 3;
      }
      .service-d-row div:nth-child(4) {
        order: 4;
      }
      .service-d-row div:nth-child(5) {
        order: 6;
      }
      .service-d-row div:nth-child(6) {
        order: 5;
      }

  }
  /* flower page */
    .flower-banner-section{
      background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.788)),  url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602087/html/assets/images/flower-banner.webp')no-repeat;
      background-size: cover;
      background-position: center; 
      min-height: 550px;
  }

  /* contact */
.contact-banner-section{
          background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.788)),  url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602087/html/assets/images/flower-banner.webp')no-repeat;
      background-size: cover;
      background-position: center; 
      min-height: 550px;
}  
.add-map {
    filter: grayscale(100%);
}
#btnSwitch{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.error{
    color: red;
}
#newsletter{
    position: relative;
}
#newsletter div.error{
    position: absolute;
    bottom: -20px;
}
.alertmsg{
    z-index: 99999;
}
.modal-header .btn-close{
    background: unset;
    width: unset;
    height: unset;
    
}