/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


/* Open Button */
.open-popup-btn-content {
    display: inline-block;
    padding: 12px 24px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s ease;
}

.open-popup-btn-content:hover {
    transform: translateY(-2px);
}

h2.team-mem-full-name {
    margin-bottom: 20px;
}

p.team-mem-full-content-01 {
    margin-bottom: 15px;
    line-height: 25px;
}

p.team-mem-full-content-02 {
    line-height: 25px;
}

/* Popup Overlay */
.custom-popup-content {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease;
    z-index: 99999;
}

/* Show Popup */
.custom-popup-content.show {
    opacity: 1;
    visibility: visible;
}

/* Popup Box */
.popup-box-content {
    background: #fff;
    width: 90%;
    max-width: 650px;
    padding: 35px;
    border-radius: 18px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0,0,0,.2);

    /* Animation */
    transform: scale(.8) translateY(30px);
    opacity: 0;
    transition: all .4s ease;
}

/* Animate when popup opens */
.custom-popup-content.show .popup-box-content {
    transform: scale(1) translateY(0);
    opacity: 1;
}

/* Close Button */
.popup-close {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 30px;
    cursor: pointer;
    transition: .3s;
    line-height: 1;
}

.popup-close:hover {
    transform: rotate(90deg);
}

/* Heading Animation */
.popup-box-content h2 {
    margin-top: 0;
    animation: slideIn .7s ease;
}

/* Text Animation */
.popup-box-content p {
    animation: fadeIn .9s ease;
}
	
.description p:nth-child(2) {
    margin-top: 25px;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.ut-field.ut-message-field textarea.wpcf7-form-control.wpcf7-textarea.ut-input {
    height: 150px;
    resize: none;
    padding: 20px;
}

.ut-field.ut-message-field {
    min-width: 100%;
}

.ut-button-field {
    display: contents;
}

.elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-fb1f7af {
    margin-right: 10px;
}

/*.custom-class-for-form-customize .ut-button-field {*/
/*    display: flex;*/
/*}*/



.mf-input-wrapper span.mf-error-message{
    padding-left: 15px;
    font-size: 15px;
}


.equal-cards .owl-item .item > div > section > div > div > div {
    flex-direction: column;
}
 
.equal-cards .owl-item .item > div > section > div > div > div > section:nth-child(2) {
    flex: 1;
}
 
.equal-cards .owl-item .item > div > section > div > div > div > section:nth-child(2) > div {
    height: 100%;
}
 
.equal-cards .owl-item .item > div > section > div > div > div > section:nth-child(2) > div > div > div {
    flex-direction: column;
}
 
.equal-cards .owl-item .item > div > section > div > div > div > section:nth-child(2) > div > div > div > div:last-child {
    margin-top: auto;
}

.custom-class-for-common-button-fixing > div {
    flex-direction: column;
}

.custom-class-for-common-button-fixing > div section:last-child {
    flex: 1;
}

.custom-class-for-common-button-fixing > div section:last-child > div {
    height: 100%;
}

.custom-class-for-common-button-fixing > div section:last-child > div > div > div {
    flex-direction: column;
}

.custom-class-for-common-button-fixing > div section:last-child > div > div > div > div:last-child {
    margin-top: auto;
}

.custom-class-for-spacingin-cont > div {
    gap: 24px;
}

.custom-class-for-spacingin-cont > div > div {
    width: 32% !important;
}

.equal-cards .elementor-swiper-button.elementor-swiper-button-prev, 
.equal-cards .elementor-swiper-button.elementor-swiper-button-next {
    display: none !important;
}

.page-id-778 .equal-cards .elementor-swiper-button.elementor-swiper-button-prev, 
.page-id-778 .equal-cards .elementor-swiper-button.elementor-swiper-button-next {
    display: none !important;
}


.elementor-291 .elementor-element.elementor-element-1cbd119 .tf-nav-menu .mainnav-mobi .menu-container ul li a:hover {
    color: #fff !important;
}

.elementor-291 .elementor-element.elementor-element-1cbd119 .tf-nav-menu .btn-menu-mobile:hover, .elementor-291 .elementor-element.elementor-element-1cbd119 .tf-nav-menu .btn-menu-only:hover {
    color: #000 !important;
}

.kc_captcha {
    margin-bottom: 20px;
    flex-direction: column;
    width: 100%;
}
.kc_captcha > span, .kc_captcha > span > span {
    display: block;
    text-align: left;
}
.custom-class-for-icon-adj figure.elementor-image-box-img img {
    margin-top: 15px;
}

.hd-form-enfo h3 {
    font-size: 22px !important;
    text-align: center !important;
    color: #000 !important;
    margin-top: 0 !important;
    margin-bottom: 22px !important;
}


.custom-class-for-height-slider-sort {
    height: 695px !important;
}

.custom-class-for-height-slider-sort{
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.tf-custom-header .elementor-widget-wrap.elementor-element-populated {
    padding-left: 0 !important;
}

.tf-custom-header .elementor-widget-wrap.elementor-element-populated .elementor-element-722ac3df {
    display: flex !important;
}

.tf-custom-header .elementor-widget-wrap.elementor-element-populated .elementor-element-722ac3df .elementor-element-4ad2e907 img.attachment-large.size-large.wp-image-2487 {
    width: 50px !important;
    height: 50px !important;
}

.tf-custom-header .elementor-widget-wrap.elementor-element-populated .elementor-element-722ac3df > div {
    margin: 0;
    margin-left: auto !important;
}

.top-header-unique {
    padding: 14px !important;
}

.custom-class-menu-sort-ut ul#menu-main-menu-1 li a {
    font-size: 18px;
    padding-bottom: 13px;
}



/****************************** Large Screens ******************************/

@media only screen and (max-width: 1920px) and (min-width: 1601px) {
}

@media only screen and (max-width: 1600px) and (min-width: 1441px) {
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
    
}

@media only screen and (max-width: 1366px) and (min-width: 1281px) {
}

/****************************** Small Laptop ******************************/
@media only screen and (max-width: 1280px) and (min-width: 1101px) {
}

/****************************** Media 1024 ******************************/
@media only screen and (max-width: 1100px) {
    
    .custom-class-for-swipe-button-adj > div > div > div section {
        width: 80% !important;
    }
    
    .custom-class-for-height-slider-sort {
        height: 600px !important;
    }
}

/****************************** Media 768 ******************************/
@media only screen and (max-width: 999px) {

}

@media only screen and (max-width: 991px) {
    
    .popup-box-content {
        height: 100% !important;
        overflow: auto !important;
    }
    
    h2.team-mem-full-name {
        font-size: 25px !important;
        margin-bottom: 30px !important;
        color: #000 !important;
    }
    
    .ut-booking-form {
        gap: 20px !important;
    }
    
    .ut-input {
        height: 40px !important;
        font-size: 15px;
    }
    
    .ut-booking-form textarea#ut_message {
        height: 100px !important;
    }
    
    .ut-hid-field input#unique_id_for_popup {
        height: 40px !important;
        font-size: 15px !important;
    }
    
}

/****************************** Media Tab******************************/
@media only screen and (max-width: 767px) {
    .custom-class-for-styling div#gallery-1 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    
    .page-id-778 .equal-cards .elementor-swiper-button.elementor-swiper-button-prev, 
    .page-id-778 .equal-cards .elementor-swiper-button.elementor-swiper-button-next {
        display: none !important;
    }
    
    .page-id-737 .equal-cards .elementor-swiper-button.elementor-swiper-button-prev, 
    .page-id-737 .equal-cards .elementor-swiper-button.elementor-swiper-button-next {
        display: none !important;
    }
    
    .page-id-1471 .equal-cards .elementor-swiper-button.elementor-swiper-button-prev, 
    .page-id-1471 .equal-cards .elementor-swiper-button.elementor-swiper-button-next {
        display: none !important;
    }
    
    .equal-cards .elementor-swiper-button.elementor-swiper-button-prev, 
    .equal-cards .elementor-swiper-button.elementor-swiper-button-next {
        display: block !important;
    }
    
    .custom-class-for-spacingin-cont > div > div {
        width: 100% !important;
    }
    
    .custom-class-for-spacingin-cont > div{
        flex-direction: column;
    }
    
    .custom-class-for-spacingin-cont {
        padding: 30px 15px !important;
    }
    
    .custom-class-for-swipe-button-adj > div > div > div section {
        width: 70% !important;
    }
    
    .custom-class-for-counter-section-sort > div > div {
        width: 33% !important;
    }
    
    .custom-class-for-counter-section-sort > div > div > div {
        margin: 0 !important;
    }
}

/****************************** Media Mobile Screen ******************************/
@media only screen and (max-width: 576px) {
    
    h2.team-mem-full-name {
        font-size: 22px !important;
        margin-bottom: 15px !important;
    }
    
    .custom-class-for-swipe-button-adj > div > div > div section {
        width: 70% !important;
    }
    
    .custom-class-for-counter-section-sort > div > div {
        width: 100% !important;
    }
    
     .custom-class-for-counter-section-sort > div > div > div {
        margin-top: 20px !important;
    }
    
    body:not(.rtl) .elementor-358 .elementor-element.elementor-element-36d1c896 {
        right: 27% !important;
    }
    
    body:not(.rtl) .elementor-358 .elementor-element.elementor-element-16f60196 {
        right: 27% !important;
    }
    
    body:not(.rtl) .elementor-358 .elementor-element.elementor-element-c53d8ba {
        right: 27% !important;
    }
    
}

/****************************** Media Mobile Screen ******************************/
@media only screen and (max-width: 479px) {
}

@media only screen and (max-width: 390px) {
    section.elementor-section.elementor-top-section.elementor-element.elementor-element-6c73b2c6.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
        overflow: hidden;
    }
    
    .custom-class-for-swipe-button-adj > div > div > div section {
        width: 50% !important;
    }
}

/****************************** Media Small Screen ******************************/
@media only screen and (max-width: 320px) {
}








