.elementor-2649 .elementor-element.elementor-element-f7f0c2b{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2649 .elementor-element.elementor-element-071e8d0{--display:flex;--position:fixed;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;top:0px;}body:not(.rtl) .elementor-2649 .elementor-element.elementor-element-071e8d0{left:0px;}body.rtl .elementor-2649 .elementor-element.elementor-element-071e8d0{right:0px;}.elementor-2649 .elementor-element.elementor-element-ebdde16{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;}@media(min-width:768px){.elementor-2649 .elementor-element.elementor-element-071e8d0{--width:50%;}.elementor-2649 .elementor-element.elementor-element-ebdde16{--width:50%;}}/* Start custom CSS for container, class: .elementor-element-f7f0c2b *//* ===========================
   HERO SECTION
=========================== */

.hero-section{
    min-height:100vh;
    display:flex;
    align-items:center;
    background-size:cover;
    background-position:center;
    position:relative;
    overflow:hidden;
}

.hero-section::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,
    rgba(0,0,0,.80) 0%,
    rgba(0,0,0,.65) 45%,
    rgba(0,0,0,.35) 100%);
}

.hero-section .elementor-container{
    position:relative;
    z-index:2;
}

/* Left Content */

.hero-title{
    font-size:62px;
    font-weight:700;
    line-height:1.15;
    color:#fff;
    margin-bottom:25px;
}

.hero-title span{
    color:#18c4ff;
}

.hero-text{
    font-size:20px;
    line-height:1.9;
    color:#ddd;
    max-width:700px;
}

/* Button */

.hero-btn a{
    display:inline-block;
    margin-top:35px;
    padding:18px 42px;
    background:#18c4ff;
    color:#fff;
    border-radius:8px;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
    transition:.3s;
}

.hero-btn a:hover{
    background:#fff;
    color:#111;
    transform:translateY(-4px);
}

/* ===========================
   FORM
=========================== */

.hero-form{
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(18px);
    padding:45px;
    border-radius:20px;
    box-shadow:0 20px 60px rgba(0,0,0,.25);
}

.hero-form h2{
    color:#fff;
    font-size:42px;
    margin-bottom:30px;
    text-align:center;
}

.hero-form input,
.hero-form select,
.hero-form textarea{
    width:100%;
    height:56px;
    border-radius:8px;
    border:none;
    padding:15px;
    margin-bottom:18px;
    font-size:16px;
}

.hero-form textarea{
    height:140px;
    resize:none;
}

.hero-form button{
    width:100%;
    height:58px;
    background:#18c4ff;
    border:none;
    border-radius:8px;
    color:#fff;
    font-size:18px;
    font-weight:700;
    transition:.3s;
    cursor:pointer;
}

.hero-form button:hover{
    background:#111;
}

/* ===========================
   MOBILE
=========================== */

@media(max-width:992px){

.hero-title{
    font-size:42px;
}

.hero-text{
    font-size:17px;
}

.hero-form{
    margin-top:40px;
}

}

@media(max-width:768px){

.hero-title{
    font-size:34px;
}

.hero-text{
    font-size:16px;
}

.hero-btn a{
    width:100%;
    text-align:center;
}

.hero-form{
    padding:25px;
}

}/* End custom CSS */