/*
Theme Name: Hello Elementor Child
Theme URI: http://yourwebsite.com/hello-elementor-child/
Description: Child theme for Hello Elementor
Author: Your Name
Author URI: http://yourwebsite.com/
Template: hello-elementor
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");




/* Add your custom styles below this line */

.my-vid iframe {
    width: 280px !important;
    height: 595px !important;
    border-radius: 37px;
}

.my-vid:before {
    content: "";
    width: 300px;
    height: 600px;
    background: url(/wp-content/uploads/2025/04/Group-269.png);
    position: absolute;
    left: -10px;
    top: -7px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/* my button CSS here */

.my-btn.elementor-button-text {
    align-content: center;
}

#view-btn.elementor-button-text {
    align-content: center;
}

.my-btn a:hover rect {
    fill: #fff !important;
    transition: 0.8s ease-out;
}

#view-btn a:hover rect {
    fill: #fff !important;
    transition: 0.8s ease-out;
}
a#view-btn::before {
    content: '';
    background-image: url(http://wayne.staging-server.me/wp-content/uploads/2025/04/B-icon.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 8px;
    right: 0px;
}

@media only screen and (max-width: 767px) {
 .my-btn.elementor-button-icon svg {
    height: auto;
    width: 2em;
}
	
 #view-btn.elementor-button-icon svg {
    height: auto;
    width: 2em;
}
	
}

