/*start */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   box-sizing: border-box;
   font-family:sans-serif;
   flex-wrap: wrap;
   box-sizing: border-box;
   transform: capitalize;
   font-weight: normal;
   font-family: 'Rubik', sans-serif;
}  
:root{
    --asas: #c3073f;
 }

h1,H2,H3,H4,H5,H6,P{
    cursor: pointer;;
    margin: 0;
}
body{
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    color: #4a4a4a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #f3f3f3;
    height: 100%;
}
html{
    height: 100%;
    scroll-behavior: smooth;
}
::-webkit-scrollbar{
  scroll-behavior: smooth;
  width: 9px;
  background: rgba(0, 0, 0, .1);
  border-radius: 15px;
}
::-webkit-scrollbar-thumb{
  background:rgba(0, 0, 0, .4);
  border-radius: 15px;
  padding-top: 1rem;
}
::-webkit-scrollbar-thumb:hover{
  background: rgba(0, 0, 0, .3);
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
a{
  text-decoration: none;
  z-index: 10;
}

.container{
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.HeaderNav {
    z-index: 500;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
    position: fixed;
    top: 40px; /* Original position */
    left: 0;
    margin-left: auto;
    margin-right: auto;
    transition: top 0.2s ease; /* Add transition for smooth movement */
}

.NavBarLeft a {
    color: #4a4a4a;
    font-size: 16px;
}

.HeaderNav.sticky {
    top: 0; /* New position when sticky */
}

.HeaderNav.sticky nav.NavBar.Container {
    margin: 0;
    max-width: 100%;
    border-radius: 0;
}

a.button-buy {
    font-size: 14px;
    padding: 0;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid #06543C;
    color: #06543C;
    height: 35px;
    PADDING: 0 10px;
    width: 130px;
    display: flex;
    align-items: center;
    transition: background-color 0.4s ease;
    text-decoration: none;
    justify-content: center;
}
a.button-buy:hover {
    background: #06543C;
    color: white;
    transition: background-color 0.3s ease;
}
.MainLogo {
    height: 100%;
    padding: 5px;
}
.MainLogo img{
    height: 100%;
}

nav.NavBar.Container {
    z-index: 100;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: white;
    border-radius: 4px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    height: 80px;
    padding: 0 15px;
    display: flex;
    position: static;
    top: 40px;
    box-shadow:0 1px 8px rgba(0,0,0,0.1);
}

.NavBarLeft {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 17px;
    grid-gap: 17px;
}
.section {
    width: 100%;
    display: block;
}

.SectionMain {
    z-index: 9;
    background-image: url(/cdn/para_01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 650px;
    overflow: hidden;
    margin: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    position: relative;
}

.sobmreGap{
    position: absolute;
    /* width: 100%; */
    height: 100%;
    left: 0;
    background: #0000000a;
    z-index: 50;
}
.videContainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
}
.Vide {
    width: 42%;
    height: 100%;
}
.hero-section {
    justify-content: center;
    align-items: flex-start;
    z-index: 51;
    text-align: center;
    color: white;
    display: flex;
    width: 50%;
    padding-top: 77px;
    flex-direction: column;
}

.cta-button {
    display: inline-block;
    background-color: #06543C;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #06543cbd;
}
.hero-section h1 {
    color: #06543C;
    text-align: left;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    margin-top: 0;
    margin-bottom: 13px;
    font-family: Roboto, sans-serif;
    font-size: 55px;
    line-height: 120%;
    display: block;
    font-weight: bold;
}
.hero-section p {
    font-size: 18px;
    font-weight: 400;
    color: #54595F;
    text-align: left;
}
.text-center {
    display: flex;
    width: 100%;
}
.text-center h2 {
    margin: 0 auto;
    color: #261800;
    letter-spacing: -2px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter Tight, sans-serif;
    font-size: 55px;
    font-weight: 500;
    line-height: 110%;
}
.SPC-section{
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.SPC-section {
    /* padding: 60px 20px; */
    /* background-color: #E5E5E5; Matches the background */
}

.SPC-section h2 {
    font-size: 2.5rem;
    color: #4a4a4a;
    margin-bottom: 40px;
    text-align: center;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px;
}

.product-card {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
}

.product-card img {
    max-width: 100%;
    height: 270px;
    border-radius: 2px;
    object-fit: contain;
}
.product-card h3 {
    font-size: .8rem;
    text-align: left;
    margin-top: 10px;
    font-weight: 700;
    color: #333;
}
.product-card p {
    font-size: 0.9rem;
    color: #666;
    text-align: left;
    margin-top: 7px;
}
.PriceCss{
    color: #06543C !important;
    font-weight: 600;
}
.container-btn{
    background: #06543C;
    color: white;
    cursor: pointer;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    transition: all .3s;
    user-select: none;
}
.container-btn:hover{
    background: #06543cd9;
    transition: all .3s;
}
.btn-acheter {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #06543C;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
/* Loading Placeholder CSS */
@keyframes loadingShimmer {
    0% {
      background-position: -1000px 0;
    }
    100% {
      background-position: 1000px 0;
    }
  }
  
  .loading-placeholder {
    background: #f0f0f0;
    background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.2) 20%,
      rgba(255, 255, 255, 0.5) 60%,
      rgba(255, 255, 255, 0)
    );
    background-size: 200% 100%;
    animation: loadingShimmer 3.5s infinite;
  }
  
  .loading-image {
    width: 100%;
    height: 300px;
  }
  
  .loading-text {
    height: 20px;
    margin: 10px 0;
  }
  
  .container-icones {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    /* Fallback for older browsers */
    margin-bottom: 10px;
}

.container-icones > *:not(:last-child) {
    margin-bottom: 10px;
}

/* Modern gap support */
@supports (gap: 10px) {
    .container-icones {
        gap: 10px;
    }
}

.container-icones > p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    color: #06543cbd;
    text-transform: uppercase;
}
.container-icones > p > span {
    width: 24px;
    height: 24px;
    display: flex;
    margin-right: 6px;
}
.icone-1{
    background-image: url(/cdn/icon-package.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.icone-2{
    background-image: url(/cdn/icon-reference.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.icone-3{
    background-image: url(/cdn/icon-width.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.bold-text{
    color: black !important;
    font-weight: 600;
}
section.section-2.container.SPC-section {
    background: white;
    border-radius: 52px;
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.ContainerPrice{
    display: flex;
}
.form-contact {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0 3rem;
    /* margin: 0 auto; */
}
form.form-submit {
    width: 50%;
    /* margin: 0 auto; */
}
.cart-container{
    width: 50%;
    padding-right: .7rem;
}

.BarsCont{
    display: none;
}
.TxtMobile{
    display: inline-block;
}
.iconeMobile{
    display: none;
}
.icone-input {
    width: 100%;
    position: relative;
    align-items: center;
    display: flex;
    margin-bottom: 2rem;
}
.InputContainer {
    width: 100%;
}
input.Input-css {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    padding-left: 35px;
    border: 1px solid #53ab50;
}
.IconeContainer {
    position: absolute;
    padding-left: 11px;
}
textarea.textarea-css {
    width: 100%;
    border-radius: 5px;
    padding-left: 35px;
    resize: none;
    padding-top: 20px;
    border: 1px solid #53ab50;
    height: 150px;
}
.IconeContainer.IconeContainerTextarea {
    top: 20px;
}
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    border-width: 5px;
    animation: spin 0.8s linear infinite;
    width: 25px; 
    height: 25px; 
    border-style: solid; 
    border-color: rgb(52, 152, 219) rgb(243, 243, 243) rgb(243, 243, 243); 
    display: none;
    border-image: initial;
}
.BtnSubmit {
    font-size: 14px;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #06543C;
    color: white;
    height: 50px;
    background: #06543C;
    PADDING: 0 10px;
    width: 100%;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) .5s;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    cursor: pointer;
}
.BtnSubmit:hover{
    color: #06543C;
    background: transparent;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) .5s;
} 
span.TextLoad {
    font-size: 16px;
    text-transform: capitalize;
}
.TextLoad i {
    margin-right: 5px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  

footer {
    background-color: #033d2b; /* dark green background */
    color: white;
    padding: 20px 0;
    padding-top: 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
} 

div#product-grid {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: #000000;
    width: 100%;
    background-image: url(/cdn/para_01.jpg);
    border-bottom: 1px solid #666;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #81818133;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 25px 15px 25px 15px;
    color: #777;
}

.footer-top-sobmre{
  width: 100%;
  left: 0;
  z-index: 9;
  top: 0;
  height: 100%;
  position: absolute;
  background-color: #0000004e;
}

.feature {
    text-align: center;
    font-size: 14px;
    z-index: 10;
}
.feature p {
    margin-top: 10px;
    color: white;
}
.feature img {
    width: 50px;
    height: 50px;
}

.reasons-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
}

h2 {
    font-size: 2.5rem !important;
    color: #114639 !important;
    margin-bottom: 10px !important;
    font-weight: 500 !important;
}

.subtitle {
    font-size: 1.2rem;
    color: #7f8c8d;
    margin-bottom: 30px;
}

.content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.left-column, .right-column {
    width: 30%;
    text-align: left;
}

.reason h3 {
    font-size: 18px;
    color: #114639;
    margin-bottom: 10px;
    font-weight: 600;
}

.reason p {
    font-size: 1rem;
    color: #34495e;
    line-height: 1.6;
}

.image-column {
    width: 30%;
    text-align: center;
}

.image-column img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.footer-info, .footer-details, .footer-menu, .footer-products {
    width: 23%;
}

.footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo {
    width: 100px;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px;
    background: white;
}

.social {
    margin: 10px 0;
}

.social-icons a img {
    width: 30px;
    margin: 0 5px;
}

.footer-details, .footer-menu, .footer-products {
    font-size: 14px;
}

.footer-details p, .footer-menu ul, .footer-products ul {
    margin: 10px 0;
}

.footer-menu ul, .footer-products ul {
    list-style-type: none;
    padding: 0;
}

.footer-menu ul li, .footer-products ul li {
    margin: 5px 0;
}

.footer-menu ul li a, .footer-products ul li a {
    color: white;
    text-decoration: none;
}

.footer-menu ul li a:hover, .footer-products ul li a:hover {
    text-decoration: underline;
}
.social-icons a {
    color: white;
    font-size: 25px;
    padding-left: 5px;
}

.coffee-section {
    display: flex;
    align-items: center;
    padding: 40px 0;
    background-color: #f4f4f4;
    max-width: 100%;
    margin: 0;
}

.coffee-image {
    position: relative;
    height: 100%;
    min-height: 500px;
}
.coffee-image1 {
    background: url(/cdn/coffee-parallax-scroll-2.jpg);
    background-size: cover;
    background-position: right;
    width: 59%;
}
.coffee-image2 {
    background: url(/cdn/coffee-parallax-scroll-1.jpg);
    background-size: cover;
    background-position: left;
    width: 55%;
}

.coffee-image img {
    width: 100%;
    border-radius: 0px;
    object-fit: cover;
    height: 100%;
    OBJECT-POSITION: right;
}

.coffee-content {
    width: 34%;
    padding-left: 20px;
}
.coffee-content2 {
    width: 45%;
    padding-left: 20px;
    padding-left: 100px;
}

.coffee-icon img {
    width: 50px;
    margin-bottom: 20px;
}

h2 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 20px;
}

.reason p {
    font-size: 1rem;
    color: #7f8c8d;
    line-height: 1.6;
    margin-bottom: 30px;
}

.buttons {
    display: flex;
    gap: 15px;
    margin-top: 1rem;
}

.btn-green, .btn-white {
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1rem;
}

.btn-green {
    background-color: #06543C;
    color: #fff;
}

.btn-white {
    background-color: #fff;
    color: #06543C;
    border: 1px solid #06543C;
}

/* Responsive Design */
@media (max-width: 768px) {
    .coffee-section {
        flex-direction: column;
        text-align: center;
    }

    .coffee-image, .coffee-content {
        width: 100%;
    }

    .coffee-content {
        padding-left: 0;
        margin-top: 20px;
        padding: 0px 25px;
    }

    h2 {
        font-size: 1.8rem !important;
    }

    p {
        font-size: 0.9rem !important;
    }

    .buttons {
        flex-direction: column;
    }

    .buttons a {
        width: 100%;
        margin-bottom: 10px;
    }
}

.testimonials {
    text-align: center;
    padding: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: max-content;
    background: rgba(0, 0, 0, 0.7);
    background: url(/cdn/coffee-shop-cafe-restaurant-latte-cappuccino-concept-e1674230461310.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.FontEmptyCoffe{
    width: 100%;
    height: 350px;
    background: url(/cdn/coffee-page-title.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.FontEmptyCoffe h1{
    margin-top: 3rem;
    font-size: 2.8rem;
    font-weight: 600;
    color: white;
}
.ContaonerPara{
    margin: 3rem auto;
}
.ContainerGrid2{
    display: flex;
    justify-content: space-between;
    margin: 2rem auto;
}
.ProductContent{
    width: 77%;
}
.SimilarProduct{
    width: 21%;
}
.MainImageSimilarProduct {
    width: 100%;
    height: 174px;
    background: url(/cdn/One-cup-coffee-steam-coffee-beans-cinnamon_3840x2160-scaled.jpg);
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    border-radius: 4px;
}
.div-img-200.loading-placeholder.loading-image {
    width: 100%;
    height: 300px;
}
.MainImageSimilarProduct h1 {
    color: #f8efef;
    line-height: 1;
    padding: 15px;
    font-size: 2.6rem;
    font-weight: 600;
}
/* General loading shimmer effect */
.loading-placeholder {
    background: #f0f0f0;
    background-image: linear-gradient(90deg, rgb(205 197 197 / 18%) 0, rgba(205 197 197 / 18%) 20%, rgba(205 197 197 / 18%) 60%, rgba(255, 255, 255, 0));
    background-size: 200% 100%;
    animation: loadingShimmer 3.5s infinite;
}

/* Keyframe animation for shimmer effect */
@keyframes loadingShimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

/* Placeholder for product image */
.loading-image {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    margin-right: 10px;
}
.product-item-product {
    display: flex;
    align-items: center;
    padding: 10px 0;
    padding: 10px;
    flex-direction: column;
}
.ContainerThankYouMessage {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6rem;
}
.add-to-cart.active-btn .text-btn{
    display:none !important;
}
.add-to-cart.active-btn .loader{
    display:block !important;
}
.BoxThankYouMessage {
    background: white;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 10px #DDD;
    width: 400px;
    text-align: right;
}
.BoxThankYouMessage {
    text-align: right;
}
.thank-you-message {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}
.order-details {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}
.contact-info {
    font-size: 16px;
    color: #777;
}
/* Placeholder for product name */
.product-name-placeholder {
    width: 150px;
    height: 15px;
    margin: 5px 0;
}

/* Placeholder for product price */
.product-price-placeholder {
    width: 100px;
    height: 15px;
    margin: 5px 0;
}

.similar-products {
    background-color: #fff;
    width: 100%;
    border-radius: 4px;
    margin-top: 1rem;
}
.product-item {
    transition: background 0.3s ease; /* You can adjust the duration and easing function */
}

.product-item:hover {
    background: #f6f3f3;
}

.similar-products h3 {
    background-color: #017857;
    color: white;
    text-align: center;
    padding: 10px;
    font-family: Arial, sans-serif;
}

.product-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
}

.product-item:last-child {
    border-bottom: none;
}

.product-item img {
    width: 50px;
    height: auto;
    margin-right: 10px;
}

.product-details {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.product-item .product-details{
    width: auto !important;
}

.product-name {
    font-weight: bold;
    margin: 0;
    font-size: 14px;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    width: 150px;
}
.product-price {
    color: #056839;
    margin: 5px 0 0;
    font-size: 14px;
}

.ContaonerPara p{
    color: #114639;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    display: inline-block;
}
.testimonials-sombre {
    position: absolute;
    width: 100%;
    background: #00000091;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}
.testimonials h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    z-index: 10;
    color: white !important;
}

.testimonial-slider {
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 10;
}

.testimonial {
    /* padding: 20px; */
    text-align: center;
}

.testimonial-content {
    /* background-color: rgba(255, 255, 255, 0.2); */
    border-radius: 15px;
    padding: 30px;
    max-width: 300px;
    margin: 0 15px;
    color: white;
    display: flex;
    justify-content: center;
}

.testimonial-content img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.testimonial-content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}
/* CSS Animation for Product Cards */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-card, .product-item {
    opacity: 0; /* Initially hidden */
    animation: fadeInUp 0.8s ease forwards; /* Animation effect */
}
.products-menu {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #ddd;
    GAP: 20px;
    background-color: #f4f4f4;
    padding-bottom: 10px;
}
  
.ActiveOpacityNONE{
    opacity: 0.7;
    pointer-events: none;
}
  .products-menu h2 {
    margin-right: 20px;
    font-size: 1.2rem;
    color: #000;
  }
  
  .menu-items {
    display: flex;
    gap: 30px;
  }
  
  .menu-item {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
    color: #333;
}
  
  .menu-item i {
    font-size: 1.2rem;
    margin-right: 8px;
    color: #000;
  }
  
  .menu-item span.active {
    color: #006400; /* Dark green */
  }
  .float {
    position: fixed;
    width: 55px;
    height: 55px;
    right: 40px;
    bottom: 24px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    display: flex;
    font-size: 30px;
    z-index: 100;
    align-items: center;
    justify-content: center;
}
  .Bar-top {
    background-color: #06543c;
    text-align: center;
    color: white;
    width: 100%;
    padding: 10px;
    display: none;
}

  .arrows {
    margin-left: auto;
    display: flex;
    gap: 10px;
  }
  
  .arrows i {
    font-size: 1.2rem;
    color: #888;
    cursor: pointer;
  }
  
  .arrows i:hover {
    color: #333;
  }
  

.product-card:hover {
    transform: translateY(-10px); /* Slight hover effect */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.testimonial-content h4 {
    font-size: 1.4rem;
    font-weight: bold;
}


/* Product grid */
.productGridHome {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.productGridHome .product-item {
    text-align: center;
    cursor: pointer;
    width: 100%;
    position: relative;
    padding: 0;
    height: 350px;
    overflow: hidden;
}
.productGridHome .product-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}
.productGridHome .product-item:hover .container-sombre{
    opacity: 1;
    transition: opacity ease-in 0.3s;
}
p.btn {
    padding: 10px 25px;
    background: #06543c;
    border-radius: 50px;
}
.container-sombre{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.497);
    opacity: 0;
    transition: opacity ease-in-out 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.productGridHome .product-item p {
    font-size: 1rem;
    color: #fffefe;
    margin-top: 10px;
}

/* Responsive design */
@media (max-width: 768px) {
    .productGridHome   .product-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}


@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        gap: 17px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
    }

    .footer-info, .footer-details, .footer-menu, .footer-products {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
}
 
/* Responsive adjustments */
@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .left-column, .right-column {
        width: 90%;
        text-align: center;
        margin-bottom: 20px;
    }

    .image-column {
        width: 90%;
        margin-bottom: 20px;
    }

    h1 {
        font-size: 2rem;
    }

    .subtitle {
        font-size: 1rem;
    }

    .reason h3 {
        font-size: 1.2rem;
    }

    .reason p {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 1.8rem;
    }

    .subtitle {
        font-size: 0.9rem;
    }

    .reason h3 {
        font-size: 1rem;
    }

    .reason p {
        font-size: 0.85rem;
    }
}
/* Loading Placeholder CSS */
.loading-placeholder {
    background: #f0f0f0;
    background-image: linear-gradient(90deg, rgb(205 197 197 / 18%) 0, rgba(205 197 197 / 18%) 20%, rgba(205 197 197 / 18%) 60%, rgba(255, 255, 255, 0));
    background-size: 200% 100%;
    animation: loadingShimmer 3.5s infinite;
}

@keyframes loadingShimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

/* Placeholder for the product image */
.img-placeholder {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 4px;
}

/* Placeholder for the product name */
.product-name-placeholder {
    width: 150px;
    height: 15px;
    margin: 5px 0;
}

/* Placeholder for the product price */
.product-price-placeholder {
    width: 100px;
    height: 15px;
}
/* Loading Placeholder CSS */
.shimmer-effect {
    background: #f0f0f0;
    background-image: linear-gradient(90deg, rgba(205, 197, 197, 0.18) 0, rgba(205, 197, 197, 0.18) 20%, rgba(205, 197, 197, 0.18) 60%, rgba(255, 255, 255, 0));
    background-size: 200% 100%;
    animation: shimmerAnimation 3.5s infinite;
}

@keyframes shimmerAnimation {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

/* Placeholder for the product image */
.product-image-skeleton {
    width: 200px;
    height: 250px;
    margin-bottom: 20px;
    border-radius: 8px;
}

/* Placeholder for the product details */
.product-info-skeleton {
    display: flex;
    flex-direction: column;
}

/* Placeholder for the product name */
.product-title-skeleton {
    width: 200px;
    height: 20px;
    margin-bottom: 10px;
    border-radius: 4px;
}

/* Placeholder for the product price */
.product-price-skeleton {
    width: 100px;
    height: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}

/* Placeholder for the button */
.product-btn-skeleton {
    width: 150px;
    height: 40px;
    border-radius: 4px;
}