/*  
 .swiper-slide,
.swiper-slide * {
  transition: none !important;
  animation: none !important;
} */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Merriweather:wght@300;400;700&display=swap');

html, body{
    font-family: var(--themeht-body-font-family);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--themeht-body-font-family);
}

#site-header{
      position: fixed;
      background-color: #ffffffb8;
}

  .lafleur-header{
      width: 90%;
      margin: 0 auto;

  }

  .lafleur-logo{
      width: auto;
      height: 100%;
      transform: scale(2);
      margin-left: 2em;
      padding: .2em;
  }

  img.gradient-fade {
    width: 80%;
    -webkit-mask-image: linear-gradient(to top, transparent, black);
    mask-image: linear-gradient(to top, transparent, black, white);
    opacity: .3;
    border-radius: 40% !important;
  }

  .icon{
    font-size: 10px;
    width: 20px;
    color: #fff;
    color: var(--themeht-primary-color); /* icon + text use same color */
  }

  .icon-list li {
    display: flex;
    align-items: center;
    gap: 8px; /* space between icon and text */
    list-style: none; /* optional – removes default bullets */
  }

  .icon-list-footer li {
    display: flex;
    align-items: center;
    gap: 8px; /* space between icon and text */
    list-style: none; /* optional – removes default bullets */
  }

  .icon-list-footer li .icon-white{
    font-size: 30px;
    width: 30px;
    color: #fff;
    margin-left: -50px
  }

  .icon-list li .icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0; /* prevents icon from shrinking */
  }


  .light-text{
    color: var(--themeht-text-light-gray)
  }




.service-item.style-3{
  pointer-events: auto; /* ensure interaction is allowed */
}

.service-item.style-3:hover,
.service-item.style-3:active {
  background: none;
  box-shadow: none;
  transform: none;
  cursor: default;
}


.list-unstyled.list-icon.style-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 1rem;
  padding: 0;
  max-width: 600px; /* optional for centering */
}

/* Each LI */
.list-unstyled.list-icon.style-1 li {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-family: var(--themeht-body-font-family);
  white-space: nowrap;
  flex-shrink: 0;
  width: 100%; /* ensure they fill the grid cells */
}

/* Optional: Adjust icon spacing */
.list-unstyled.list-icon.style-1 svg {
  position: relative;
  left: -8px;
  flex-shrink: 0;
  margin-right: 0.5rem;
}





.news-scroll-horizontal {
  display: flex;
  overflow-x: auto;
  gap: 24px;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
}

.news-scroll-horizontal::-webkit-scrollbar {
  height: 8px;
}
.news-scroll-horizontal::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.post-card {
  flex: 0 0 300px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 15px;
  scroll-snap-align: start;
}

.news-scroll-horizontal .post-card .list-inline-item{
  color: var(--themeht-primary2-color) !important;
  position: absolute; 
  right: 20px
}


.post-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: var(--themeht-primary2-color);
  color: white;
  border-radius: 50%;
  padding: 8px;
  font-size: 1rem;
}

.swiper{
  padding-top: 30px; 
  position: relative;
}

.swiper-button-next, .swiper-button-prev{
  opacity: .5;
}

.swiper-button-prev{
    background: linear-gradient(to right, var(--themeht-primary2-color), transparent) !important;
}

.swiper-button-next{
    background: linear-gradient(to right, transparent, var(--themeht-primary2-color)) !important;
}

.swiper .slide-section{
  padding-top: 80px !important; 
  padding-bottom: 40px !important
}

header .nav.navbar-nav{
  background: var(--themeht-bg-dark-color)
}

.section-with-background{
  padding-top: 80px;
  padding-bottom: 40px
}

.section-with-background .img-fluid{
  width: 300px;
  position: absolute;
  z-index: 1;
  right: 0px;
  bottom: 30px;
  opacity: .6;
}

.bg-effect-custom{
  background-color: var(--themeht-secondary-3-color);
  width: 100%;
  max-width: 100%;
  z-index: 5;
  text-align: center; position: relative; top: -40px
}

.bg-effect-custom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 100%;
  background: linear-gradient(to right,
    #0c0c2c 0%,
    #0c0c2c 20%,
    #ffd200 20%,
    #ffd200 40%,
    #f26522 40%,
    #f26522 60%,
    #b7d630 60%,
    #b7d630 80%,
    #6257a5 80%,
    #6257a5 100%
  );
}

.bg-effect-custom h4{
  color: #fff !important;
}


.bg-effect-custom .theme-title {
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.subsidiaries{
  color: #000
}

.subsidiaries *:hover{
  color: #000
}

.subsidiaries .img-fluid{
  filter: grayscale(100%); opacity: .1;
}

 
.custom-about-content {
  position: relative;
  width: 90%;
  margin: 10px auto;
  padding: 40px 20px;
  font-size: 16px;
  line-height: 1.7;
  background-color: var(--themeht-bg-dark-color);
  border-radius: 20px;
  padding-top: 3em; /* Add space to avoid overlapping text */
  overflow: hidden;
}

.custom-about-content p{
  font-size: 20px;
  color: #000
}

.custom-about-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 100%;
  background: linear-gradient(to right,
    #0c0c2c 0%,
    #0c0c2c 20%,
    #ffd200 20%,
    #ffd200 40%,
    #f26522 40%,
    #f26522 60%,
    #b7d630 60%,
    #b7d630 80%,
    #6257a5 80%,
    #6257a5 100%
  );
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}



.custom-team-images img {
  width: 100%;
  height: 220px; /* Or your preferred consistent height */
  object-fit: cover;
  object-position: top; /* 👈 shows the top of the image */
  border-radius: 20px;
  display: block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}









@media screen and (max-width: 800px) {

.lafleur-logo{
  position: relative;
  left: -40px;
}

.swiper{
  padding-top: 50px; 
  position: relative;
}

.swiper .slide-section{
    padding-top: 20px !important; 
    padding-bottom: 0px !important

}
.swiper-button-next, .swiper-button-prev{
  position: absolute;
  top: 700px
}
.navbar-toggler{
  position: absolute;
  right: -50px;
}

.section-with-background{
  padding-top: 20px;
}

.section-with-background .img-fluid{
  display: none;
}

.bg-effect{
    width: 100%;
}


.custom-team-images img {
  width: 100%;
  height: 420px; /* Or your preferred consistent height */
}

.subsidiaries .img-fluid{
  display: none;
}

.subsidiaries .theme-title{
  text-align: center;
  padding-bottom: 20px;
}

.team-swiper .swiper-slide{
  padding: 20px;
}

}

@media screen and (max-width: 800px) {
  .navbar-brand.logo{
      margin-left: -60px;
  }

  .slider-image-cont{
    margin-top: 20px;
    height: 200px !important;
    overflow: hidden;
  }

  .slider-text-cont{
    position: relative;
    top: -50px;
  }

  .footer-logo{
    position: relative;
    left:  40px
  }

  .list-unstyled.list-icon.style-1 {
    display: block;
    gap: 1rem;
    padding: 0;
    max-width: 600px; /* optional for centering */
  }

  header .nav.navbar-nav{
    background: inherit
  }
}