
.blog-card {  
    background: #fff !important;
    border-radius: 8px;  
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border: 1px solid #f0f0f0;
}
          

.blog-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

    
.blog-img-box {
    position: relative;
    overflow: hidden; 
}

.blog-img-box img {
    max-width: 100% !important;
    height: auto !important;
    transition: transform 0.5s ease !important;
    padding: 10px !important;
    display: block !important; 
    width: 100% !important;    
}
   
.blog-card:hover .blog-img-box img {
    transform: scale(1.1) rotate(1.5deg) !important;
}

.blog-content {
    padding: 25px;
}

.blog-title {  
    font-size: 30px;
    font-weight: 500;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
   
    display: -webkit-box;
    -webkit-line-clamp: 2;                 
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-excerpt {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.6;
}

.btn-read-more {
    display: inline-block; 
    background-color: #e9128b; 
    color: #fff;
    padding: 10px 25px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;                             
    font-weight: 500;
    transition: background 0.3s ease;
}

.btn-read-more:hover {
    background-color: #c40e75;
    color: #fff;
}
     .video-section {
            padding: 40px 15px;
            text-align: center;   
        }

        .video-container {
        padding: 16px;
            max-width: 1200px;
            margin: auto;
        }

        iframe {
            width: 100%;  
            height: 395px;   
            border: none;
        }

        @media (max-width: 768px) {
            iframe {
                height: 250px;
            }  
        }   
        h3 {
    font-size: 22px !important;
}
button.accordion-button{
        font-weight: 600;                     
    font-size: 20px;
}
a {  
    text-decoration: none !important;
}

  .fa-phone {
    color: white;
    border-radius: 50px;
    padding: 10px;
    background: linear-gradient(45deg, #ff0080, #ff4da6);
}
.risk-icon-img {
    height: 50px;
    width: 50px;
}