/*
 Theme Name: Hello Elementor Child
 Template: hello-elementor
 Version: 1.0.0
*/

/* পপআপ মডাল স্টাইল */

.tutor-modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 800px; /* সর্বোচ্চ প্রস্থ */
    max-height: 650px; /* সর্বোচ্চ উচ্চতা */
    width: 90%; /* রেসপন্সিভের জন্য */
    height: auto; /* উচ্চতা অটো অ্যাডজাস্ট */
    position: relative;
    overflow: hidden; /* ভিডিও ফ্রেমের সাথে সামঞ্জস্য */
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.tutor-modal-close:hover {
    color: #007cba;
}

/* ভিডিও ফ্রেম স্টাইল */
#tutor-video-frame {
    width: 100%;
    height: 100%;
    border: none;
}

