a:hover {
    text-decoration: none !important;
    
}
#breadcrumbs a {
    color: #338337;
}
.btn-success {
    color: #fff;
    border-color: #28a745;
    background: linear-gradient(135deg, #2e7d32 0%, #66bb6a 100%);
}

.btn-success:hover {
    color: #fff;
    border-color: #28a745;
    background: linear-gradient(135deg, #2e7d32 0%, #66bb6a 100%);
}

.blog-card {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-5px);
    text-decoration: none;
}

.blog-img {
    height: auto;
    width: 100%;
    object-fit: contain;
    background: linear-gradient(135deg, #2e7d32 0%, #66bb6a 100%);
}

.blog-body {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-meta {
    font-size: 0.8rem;
    color: #6c757d;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.blog-title {
    font-weight: 700;
    font-size: 1rem;
    color: #212529;
    flex-grow: 1;
}

.blog-date {
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 0.75rem;
}

.sarelo svg {
    width: 40px;
    height: auto;

}


/* Contact Form 7 Input Styles */
.cf7-input, .cf7-textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    transition: border-color 0.3s ease;
}

.cf7-input:focus, .cf7-textarea:focus {
    border-color: #4CAF50;
    outline: none;
}

.cf7-textarea {
    min-height: 120px;
    resize: vertical;
}

.cf7-button {
    background-color: #4CAF50;
    color: #fff;
    padding: 12px 18px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cf7-button:hover {
    background-color: #45a049;
}
/* Recent Blog */
.recent-posts-slider .slick-dots {
    bottom: -30px; 
}


.recent-posts-slider .slick-dots li button:before {
    font-size: 12px;       
    color: #28a745;        
    opacity: 0.5;        
}


.recent-posts-slider .slick-dots li.slick-active button:before {
    color: #28a745;         
    opacity: 1;             
}


.recent-posts-slider .slick-dots li button:before {
    content: '';           
    width: 16px;
    height: 16px;
    border-radius: 50%;     
    background: #ccc;       
    display: block;
}

.recent-posts-slider .slick-dots li.slick-active button:before {
    background: #28a745; 
}

@media (max-width:991.88px){
   .blog-banner h1 {
    font-size: 2rem !important;
} 
    
}
/* Recent Blog */