/* 
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
*/

.icon-btn .elementor-button-icon svg{
	width: 48px;
	height: 48px;
}
.elementor-widget-n-menu .e-n-menu-title:hover .e-n-menu-dropdown-icon{
	transform: rotate(45deg);
}
.main_header .elementor-grid .e-loop-item:last-child .menu_item_box{
    border-color: transparent;
}
.serv_info_box .inner_box{
    margin-bottom: calc(-27.5% - 0px);
    transition: margin 0.5s ease;
}
.serv_info_box:hover .inner_box{
    margin-bottom: 0;
}
.round-btn .elementor-button .elementor-button-icon svg{
	width: 16px;
	height: 16px;
}

.round-btn .elementor-button {
    position: relative;
    padding-right: 40px;
    border-radius: 100px;
    overflow: visible;
}

/* rotating wrapper */
.round-btn .elementor-button .orbit-circle {
    position: absolute;
    inset: -3px; /* keeps circle slightly under border */
    pointer-events: none;
    animation: orbitRotate 10s linear infinite; /* slower rotation */
}

/* small circle */
.round-btn .elementor-button .orbit-circle::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: background 0.5s ease;
    z-index: -1; /* under border */
}

.round-btn .elementor-button:hover .orbit-circle::after{
    background: #00122D;
}

/* smooth rotation */
@keyframes orbitRotate {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

.video-loop{
    position: relative;
    overflow: hidden;
}

.video-loop::after{
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6)
        );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.video-loop .elementor-custom-embed-play{
	border:2px solid #fff;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    animation: shadow 3s ease-in-out infinite;
    z-index: 999;
}
@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;
    }
}

/*---Gallery page----*/
.gpg-gallery-widget .gpg-gallery-header{
    position: absolute;
    top: -85px;
    right: 0;
    z-index: 99;
}
.galler_sec .gpg-gallery-widget .gpg-gallery-header select.gpg-filter-select{
    box-shadow: unset;
    padding: 18px 24px 18px 24px;
}
.cntct-frm #gfield_consent_description_1_8 {
    border-color: #D2D2D2 !important;
}
/*---Gallery page----*/










/*------Responsive------*/

@media only screen and (max-width: 1024px){
    .serv_info_box .inner_box {
        margin-bottom: calc(0% - 0px);
    }
    .icon-btn .elementor-button-icon svg {
        width: 40px;
        height: 40px;
    }
    .galler_sec .gpg-gallery-widget .gpg-gallery-header select.gpg-filter-select {
        padding: 14px 24px 14px 24px;
    }
    .cntct-frm .gform_wrapper form .gform-footer input[type="submit"]{
        padding: 11px 55px !important;
    }
}

@media only screen and (max-width: 767px){
    .icon-btn .elementor-button-icon svg {
        width: 30px;
        height: 30px;
    }
    .gpg-gallery-widget .gpg-gallery-header{
        position: unset;
    }
    .galler_sec .gpg-gallery-widget .gpg-gallery-header select.gpg-filter-select {
        padding: 12px 22px 12px 22px;
    }
    .main_header .elementor-image-box-wrapper{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .main_header .elementor-image-box-wrapper h3{
        margin-top: 0;
    }
}


@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .serv_info_box .inner_box {
        margin-bottom: calc(-28% - 0px);
    }
}


