

.image-layer::after {
    content: "";
    position: absolute;
    inset: 0;

    background: radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}


.main-slider__title {
    font-weight: 800;
    letter-spacing: -0.03em; 
    line-height: 1.1;
    color: #fff;
 
    text-shadow: 0 10px 30px rgba(0,0,0,0.15); 
}

.main-slider__sub-title {
    text-transform: uppercase;
    letter-spacing: 0.2em; 
    font-weight: 600;
    font-size: 14px;
    color: #FFD700; 
    margin-bottom: 15px;
}


.main-slider__btn {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.main-slider__btn:hover {
    background: #4CAF50 !important; 
    border-color: transparent;
    transform: translateY(-3px);
}
       
        .timepicker_wrap, .timepicker-container { display: none !important; }
        
        .main-slider__title { font-size: 50px !important; line-height: 1.2; }
        @media (max-width: 768px) { .main-slider__title { font-size: 28px !important; } }
        
        .blog-one__img img { width: 100%; height: 260px; object-fit: cover; }
        

        .brand-one__img img { max-height: 80px; width: auto; margin: 0 auto; object-fit: contain; }
        

        .main-slider__btn-box { margin-top: 30px; }

        .cta-one__icon i {
    font-size: 40px; 
    color: #ffffff;
}

.cta-one__btn i {
    font-size: 20px; 
}


.brand-one__carousel .owl-stage {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
}


.brand-one__img img {
    max-width: 180px !important;
    width: auto !important;
    margin: 0 auto;
}




.services-one__icon i {
    font-size: 35px;     
    color: #4CAF50;      
    display: inline-block;
    transition: all 0.4s ease;
}


.ph-duotone {
    --ph-fill-opacity: 0.15; 
}


.services-one__single:hover .services-one__icon i {
    transform: scale(1.1) rotate(5deg);
    color: #FFB800; 
}


.services-one__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;  
    height: 70px; 
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}


.healthy-food-one__icon i {
    font-size: 28px;     
    color: #4CAF50;    
    line-height: 1;
    display: inline-block;
}


.ph-duotone {
    --ph-fill-opacity: 0.2; 
}


.healthy-food-one__content {
    display: flex;
    flex-direction: column; 
    gap: 8px;
    margin-bottom: 25px;
}


.healthy-food-one__single:hover i {
    color: #FFB800; 
    transform: translateY(-2px);
    transition: all 0.3s ease;
}


@media only screen and (max-width: 767px) {
  .healthy-food-one__list {
    display: flex;
    flex-direction: column;
    align-items: center;   
    justify-content: center;
    padding: 0;             
  }

  .healthy-food-one__single {
    width: 100%;           
    max-width: 350px;       
    margin: 0 auto 20px auto; 
    text-align: center;     
  }

  .healthy-food-one__content {
    display: flex;
    flex-direction: column;
    align-items: center;    
  }
}


.brand-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
    transition: all 0.4s ease;
    text-decoration: none !important;
}

.brand-item__image {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(100%); 
    opacity: 0.6;
    transition: all 0.4s ease;
}

.brand-item__image img {
    max-height: 90px;
    width: auto;
    object-fit: contain;
}


.brand-item__btn {
    margin-top: 15px;
    opacity: 0; 
    transform: translateY(10px); 
    transition: all 0.3s ease;
}

.brand-item__btn span {
    background: #1a9f5c; 
    color: white;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 30px;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(26, 159, 92, 0.2);
}


.brand-item:hover .brand-item__image {
    filter: grayscale(0%); 
    opacity: 1;
    transform: scale(1.1);
}

.brand-item:hover .brand-item__btn {
    opacity: 1;
    transform: translateY(0);
}


.brand-item::before {
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    background: rgba(0,0,0,0.02);
    border-radius: 50%;
    z-index: -1;
    transform: scale(0);
    transition: transform 0.4s ease;
}

.brand-item:hover::before {
    transform: scale(1);
}
