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

/* Add custom styles below this line */



/* 17-02-2025 */

/* .elementor-element.elementor-element-4f95e8a.first-screen.elementor-widget.elementor-widget-image.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside {
    margin-left: -3px;
  } */


    .banner-text {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    
    .menu-open {
        position: relative;
    }
    
    .menu-open:before {
        backdrop-filter: blur(20px);
        content: '';
        background-color: transparent;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        z-index: 99;
    }
    
    .menu-open .banner-text {
        display: none;
    }
    
    .main-cf-forms input.form-controls,
    .main-cf-forms textarea {
        background-color: transparent;
        border: none;
        outline: none;
        box-shadow: none;
        border-bottom: 1px solid #0000004D;
    margin-top:38px;
    width: 100%;
    }
    
    .main-cf-forms input.name-field {
        margin-top: 0;
    }
    .wpcf7-form-control::placeholder {
        font-size: 20px;
    }
    
    .main-cf-forms textarea {
        width: 100%;
        /*max-width: 80%;*/
    }
    
    /* .main-cf-forms span {
        display: block;
    } */
    
    .main-cf-forms br {
        display: none;
    }
    
    .main-cf-forms .submit-btn {
        background-color: #3E7FC6;
        width: 100%;
        max-width: 392px;
        text-align: center;
        color: #fff;
        padding: 16px;
        outline: none;
        box-shadow: none;
        border:none;
        cursor: pointer;
        font-size: 20px;
    }
    
    .main-cf-forms .submit-btn:focus,
    .main-cf-forms .submit-btn:hover {
        background-color: #3E7FC6 !important;
    }
    
    /* .no-scroll {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100vh;
        touch-action: none;
    } */
    .main-cf-forms .wpcf7-form-control-wrap {
        display: block;
    }
    
    .e-con.elementor-sticky {
/*         z-index: var(--z-index, 99); */
		z-index:99999;
    }
    /* Default: Transparent Header */
    .header-sticky.elementor-sticky--effects {
        background: transparent !important;
        transition: background 0.3s ease-in-out;
        width: 100% !important;
    }
    
    /* When Scrolling: White Background and Full Width */
    .header-sticky.elementor-sticky--effects.elementor-sticky {
        /* background: transparent !important; */
        backdrop-filter: blur(20px);
        /* width: 100% !important; */
        left: 0 !important;
/*         padding-top: 20px; */
    } 
    
    .menu-item.active a {
        color: #3E7FC6 !important; /* Set active color */
        font-weight: bold;          /* Optional: makes the text bold */
        border-bottom: 1px solid #3E7FC6; /* Optional: underline effect */
    }
    
    .auto-expand {
        overflow: hidden;
        min-height: 50px; /* Set an initial height */
        resize: none; /* Disable manual resizing */
    }
    
    
    /* menu */
    
    /* .menu-open nav {
        animation: slideIn 0.3s ease-in-out forwards !important;
    }
    
    nav {
        animation: closeNav 0.3s ease-in-out forwards !important;
    }
    
    @keyframes slideIn {
        from {
            transform: translatex(100%);
        }
        to {
            transform: translatex(0);
        }
    }
    
    
    @keyframes closeNav {
        from {
            transform: translatex(0);
        }
        to {
            transform: translatex(100%);
        }
    } */
    
    @media (min-width: 1024px) and (max-width: 1366px) {
        .elementor-element.elementor-element-54d62b0.middle-screen.elementor-widget.elementor-widget-image.elementor-sticky img {
            width: 562px !important;
        }
    
        .elementor-element.elementor-element-28b182d.third-screen.elementor-widget.elementor-widget-image.elementor-sticky img {
            margin-left: -4px;
            width: 560px;
        }
    }
    
    /* media */
    @media screen and (min-width: 1600px) { 
        .elementor-18 .elementor-element.elementor-element-54d62b0 img {
            width: 564px !important;
        }
        .banner-text.elementor-widget.elementor-widget-text-editor {
            margin: 85px !important;
        }
        .third-screen.elementor-widget.elementor-widget-image.elementor-sticky--active.elementor-sticky img {
              margin-left: -5px;
        	  width: 564px;
        }
        .elementor-element.elementor-element-0fec020.last-screen.elementor-widget.elementor-widget-image.elementor-sticky img {
            margin-left: -3px;
        }
    }
    
    @media only screen and (min-width: 991px) {
        .toggle-menu-main  nav {
            text-align: center;
            margin: 0 auto;
            width: 1220px !important;
            right: 0;
            left: -24% !important;
        }
    }
    
    
    @media only screen and (min-width: 1025px) {
        .first-screen {
            opacity: 1;
            transition: opacity .025s ease-out;
            -moz-transition: opacity .025s ease-out;
            -webkit-transition: opacity .025s ease-out;
        }
        .middle-screen img{
            width:82%;
        }
        .middle-screen,
        .third-screen,
        .last-screen {
            opacity: 0;
            transition: opacity .025s ease-out;
            -moz-transition: opacity .025s ease-out;
            -webkit-transition: opacity .025s ease-out;
        }
    
       
    
        .elementor-sticky--effects.first-screen,
        .elementor-sticky--effects.middle-screen,
        .elementor-sticky--effects.third-screen {
            opacity: 0;
        }
        
         .elementor-sticky--active.middle-screen,
        .elementor-sticky--active.third-screen,
        .elementor-sticky--active.last-screen {
            opacity: 1;
        }
    
        
        
    }
    
    @media (max-width: 1024px) {
        .no-scroll {
            overflow-y: hidden;
        }
    }
    
    @media (max-width: 767px) {
        .main-cf-forms textarea {
            max-width: 100%;
        }
    }
    
    