﻿/* if you’re using .page-title for all headings */
.page-title i {
    color: #000 !important; /* force icon to black */
}

.video-container {
    position: relative;
    width: 100%;
    height: 250px; /* adjust to match your gallery image height */
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

    .video-container iframe {
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 12px;
        object-fit: cover;
    }
