/* Custom colors for animate content section - Bihelia brand colors */

.animate__content {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    border-top: 2px solid #C9A961;
    border-bottom: 2px solid #C9A961;
}

.animate__content__single span {
    color: #283519 !important;
    font-weight: 600;
}

.animate__content__single--2 span {
    color: #C9A961 !important;
    font-weight: 600;
}

.animate__content__single span:before {
    background: #C9A961 !important;
}

.animate__content__single--2 span:before {
    background: #283519 !important;
}

/* Hover effect */
.animate__content__single:hover span {
    color: #C9A961 !important;
}

.animate__content__single--2:hover span {
    color: #283519 !important;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .animate__content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    .animate__content__single span {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .animate__content__single span {
        font-size: 16px;
    }
}
