/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

html,body{
    overflow-x: hidden;
    scroll-behavior: auto !important;
    /* scroll-behavior: smooth !important; */
}

/* Header Section */

.header .menu-item-56{
    display:none !important;
}

/* Header Section */

/* Page */

.book-btn .elementor-button-icon{
    background-color: #fff;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.book-btn .elementor-button-content-wrapper{
    align-items: center;
}
.book-btn .elementor-button svg{
    transition: all 0.3s;
}
.book-btn .elementor-button:hover svg{
    transform: rotate(45deg);
}
.video-sec .elementor-custom-embed-play{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    animation: shadow 3s ease-in-out infinite;
}
@keyframes shadow{
    0%{
       box-shadow: 0 0 0 0#ffffff, 0 0 0 0 #ffffff;
    }
    100%{
        box-shadow: 0 0 0 15px#ffffff00, 0 0 0 30px #ffffff00;
    }
}
/* .video-sec .elementor-wrapper{
    height: 390px;
    width: 100%;
} */
.counter-section .elementor-counter-title{
    text-align: center;
}
.about-sec .elementor-icon-list-icon{
    background-color: #fff;
    box-shadow: 0px 16px 33.29999923706055px rgba(64, 124, 199, 0.2);
    border-radius: 100%;
    width: 57px;
    height: 57px;
    display: flex;
    justify-content: center !important;
    align-items: center;
}
.about-sec .elementor-icon-list-icon svg{
    margin-right: 0 !important;
    width: 30px !important;
    margin-left: 2px !important;
}
.about-sec .elementor-icon-list-text{
    padding-inline-start: 18px !important;
}

/* Page */

/* Responsive */

@media only screen and (min-width: 1025px) and (max-width: 1500px){
     /* .casestudy-sec{
        padding-top: 80px;
     } */
     .case-top-pad{
        padding-top: 5px !important;
     }
     .case-inner-gaps{
        --row-gap: 10px !important;
        --column-gap: 10px !important;
     }
}

/* @media screen and (max-width: 1024px){
    .video-sec .elementor-wrapper{
        height: 400px;
    }
} */

@media screen and (max-width: 767px){
    .header .menu-item-56{
        display:block !important;
    }
    /* .video-sec .elementor-wrapper{
        height: 300px;
    } */
    .book-btn .elementor-button-icon {
        width: 35px;
        height: 35px;
    }
    .about-sec .elementor-icon-list-icon svg {
        width: 20px !important;
    }
    .about-sec .elementor-icon-list-icon {
        width: 45px;
        height: 45px;
    }
    .page-id-2{
        scroll-snap-type: none !important;
    }
}

/* Responsive */
