.custom_video_container{
    background: linear-gradient(to right, #7c3aed, #a78bfa);
    margin-bottom:6px;
    color: white;
    font-family: Arial, sans-serif;
}
 
.content-section {
    padding: 2rem 2rem;
}
.brand-title {
    font-size: 2rem;
    margin-top:-10px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
    font-family: 'Times New Roman', serif;
}
.description {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 2rem;
    opacity: 0.9;
}
.cta-button {
    display: inline-block;
    padding: 0.7rem 2rem;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.cta-button:hover {
    background-color: white;
    color: #2D1B3D;
}
.arrow-icon {
    margin-left: 1rem;
    font-size: 1.2rem;
}
@media (max-width: 768px) {
    .video-section {
        flex-direction: column;
    }
    .video-container {
        min-height: 300px;
    }
    .content-section {
        padding: 2rem 1rem;
    }
    .iconic-title {
        font-size: 3rem;
    }
}