/* Custom font styling */
.card-tittle {
    /* letter-spacing: -0.5px; */
    max-width: 90%; 
 color: aliceblue;

}

/* Hover effect */
.card {
    transition: transform 0.3s ease;
}
.card:hover {
    transform: scale(1.01);
}

/* Video Caddy */

.btn-priimary:hover {
    background-color: #c511cb; 
    transform: translateY(-1px);
    transition: all 0.2s;
}

.card-tiitle {
    color: #333c4e;
    line-height: 1.4;
}
/* Video Caddy end */

/* ========= */

/* Matching the minimalist input style */
.form-control:focus {
    box-shadow: none;
    border-color:#c511cb; 
}

.form-control::placeholder {
    color: #999;
    font-size: 0.9rem;
}

/* Enhancing readability */
/* p {
    font-size: 1.05rem;
    color: #555;
}

h2 {
    letter-spacing: -1px;

    
} */
/* =========/ */