/*
 Theme Name:   SawafTech
 Description:  Hello Elementor Child Theme
 Author:       SawafTech
 Author URI:   http://sawaftech.com/
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-elementor-child
*/


.video-play-btn {
    font-size: 24px;
    padding: 2px 0 0 4px;
    height: 56px;
    width: 56px;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    text-align: center;
    align-items: center;
    border-radius: 100%;
    transition: all 0.3s ease;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
	margin-right:5px
}

.video-play-btn:hover {
    background-color: #FFFFFF;
    color: #302F82;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
	box-shadow:0 0 20px rgba(255, 255, 255, 0.7);
}