@import url(../fonts/stylesheet.css);
*,ul{
    margin:0;
    padding:0
}
.contact__text-left h3,.footer__content h3,.hero-title,.section__title h3{
    text-transform:uppercase
}
.overlay.show,.requires-no-scroll{
    overflow-y:hidden
}
.overlay a,a,a:hover{
    text-decoration:none
}
.header__logo,.header__logo img{
    width:auto;
    height:auto
}
.hero__content,.main__menu{
    transform:translateX(-50%)
}
.fog,.hero_bg{
    overflow:hidden
}
.slider-item.active .step-bg-active{
    visibility:visible;
    opacity:1
}
*{
    box-sizing:border-box
}
body,html{
    overflow-x:hidden
}
.header__logo img{
    max-height:33%;
    max-width:33%;
    margin-top:10px;
    margin-bottom:10px;
    object-fit:contain
}
a:focus{
    outline:solid 0
}
img{
    max-width:100%;
    height:auto;
    image-rendering:optimizeQuality
}
h1,h2,h3,h4,h5,h6{
    margin:0 0 15px;
    color:#07171d
}
body{
    color:#07171d;
    font-weight:400;
    font-family:Inter,sans-serif;
    background:#f7f9ff;
    opacity:0;
    animation:.3s forwards fadeInPage
}
@keyframes fadeInPage{
    from{
        opacity:0;
        background-color:#fff
    }
    to{
        opacity:1;
        background-color:transparent
    }
}
li{
    list-style:none
}
a,button,input,textarea{
    outline:0!important
}
.header__area,.main__menu ul li a{
    font-family:Montserrat,sans-serif
}
.hero-text-blurred,.hero-title{
    font-family:'Arial Black',sans-serif;
    line-height:1.4;
    white-space:nowrap;
    text-align:center
}
.main__menu ul li a{
    line-height:normal;
    font-size:18px;
    font-style:normal;
    color:#000;
    font-weight:500;
    display:inline-block;
    transition:.3s;
    margin-left: 15px;
     margin-right: 15px;
}
.main__menu ul li{
    display:inline-block;
    margin-left:16px;
    position:relative
}
.main__menu{
    position:absolute;
    left:50%
}
.header__area .container{
    max-width:1330px
}
.header__inner__blk{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    position:relative
}
.header__right__blk{
    display:flex;
    align-items:center
}
.footer__priacy__link a:hover,.header__right__blk ul li:hover>a{
    color:#6172f3
}
.header__area{
    position:fixed;
    width:100%;
    top:0;
    z-index:1000;
    padding:15px 0;
    background:#eef4ff;
    box-shadow:0 10px 14px -7px rgba(17,25,78,.14)
}
.fog,.hero__content,.hero_bg{
    position:absolute
}
.fog{
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:2;
    pointer-events:none
}
.fog-scrolling{
    background:url("https://schtelbe.com/assets/img/fog.png") repeat-x;
    height:820px;
    background-blend-mode:screen;
    opacity:0;
    animation:4s ease-in-out 1s forwards fadeInOut,10s linear 1s infinite slide
}
.hero_bg,.hero_bg_svg,.overlay,.swiper-slide{
    width:100%;
    height:100%
}
@keyframes slide{
    0%{
        transform:translate3d(0,0,0)
    }
    100%{
        transform:translate3d(0,-180px,0)
    }
}
@keyframes fadeInOut{
    0%,100%{
        opacity:0
    }
    25%{
        opacity:.9
    }
    75%{
        opacity:1
    }
}
.hero_bg{
    top:0;
    left:0;
    z-index:-1
}
.hero__content{
    bottom:0;
    left:50%;
    padding-bottom:90px;
    text-align:center
}
.hero-title{
    font-weight:900;
    color:#fdfdfd;
    margin:20px 0;
    font-size:64px
}
.hero-title .to-solution{
    opacity:0;
    animation:7s 2.5s forwards fadeInSolution
}
@keyframes fadeInSolution{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
.hero-text-blurred{
    font-size:38px;
    display:inline-block;
    background:linear-gradient(to right,#757f9a,#d7dde8);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    filter:blur(7.7px);
    opacity:0;
    animation:4s 1.5s forwards reduceBlur,2s 1.5s forwards fadeInVision
}
@keyframes reduceBlur{
    0%{
        filter:blur(7.7px)
    }
    100%{
        filter:blur(3.3px)
    }
}
@keyframes fadeInVision{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
.hero_arrow_ico{
    margin-top:20px
}
.hero_arrow_ico a{
    display:inline-block;
    animation:1.5s infinite upDown
}
.hero_arrow_ico a:hover{
    animation-play-state:paused
}
@keyframes upDown{
    0%,100%{
        transform:translateY(0)
    }
    50%{
        transform:translateY(15px)
    }
}
.hero__area{
    position:relative;
    height:639px;
    z-index:2
}
.hero__bottom__content p{
    text-align:center;
    max-width:898px;
    margin:0 auto 15px;
    font-size:24px;
    font-weight:400;
    line-height:33.6px
}
.contact-contact_btn a,.contact_btn a{
    font-family:Inter;
    font-size:16px;
    font-weight:400;
    line-height:22.4px;
    color:#fff;
    padding:15px 40px;
    background:#6172f3;
    width:343px;
    display:block;
    margin:0 auto;
    transition:.3s;
    border-radius:4px;
    border:1px solid #6172f3
}
.contact_btn{
    margin-top:60px
}
.contact-contact_btn a span,.contact_btn a span{
    transform:rotate(45deg);
    display:inline-block;
    margin-left:13px
}
.contact-contact_btn a:hover,.contact_btn a:hover{
    background:#fff;
    color:#6172f3
}
.biggest__area,.experties__area,.hero__bottom__area{
    padding-top:140px
}
.experties__blk{
    background:#eef4ff;
    padding:16px;
    border-radius:5px;
    height:200px
}
.accordion-button h3 span,.experties__blk h3 span{
    display:flex;
    justify-content:center;
    align-items:center;
    height:28px;
    width:28px;
    border-radius:4px;
    background:#fff;
    box-shadow:0 4px 4px 0 #00000008
}
.experties__blk h3{
    font-family:'Arial Hebrew';
    font-size:16px;
    font-weight:700;
    line-height:17.04px;
    display:flex;
    align-items:center;
    margin:0;
    gap:16px
}
.experties_list ul li{
    font-size:12px;
    font-weight:400;
    line-height:14.52px;
    display:block;
    margin-top:5px
}
.experties_list{
    padding-top:10px
}
.experties__blk h3 span svg{
    width:77%;
    height:77%;
    display:block
}
.brand__area .col-2{
    width:16.66%
}
.single__brand__logo{
    height:51px
}
.contact__content .contact_btn a{
    width:200px;
    justify-content:center;
    text-align:center;
    margin:unset;
    border-radius:4px 4px 0 0;
    border:0
}
.contact__area .container{
    display:flex;
    flex-direction:column;
    align-items:flex-start
}
.contact-contact_btn{
    display:flex;
    justify-content:flex-end;
    width:200px;
    justify-content:center;
    text-align:center;
    margin:unset;
    border-radius:4px 4px 0 0;
    border:0;
    margin-top:70px;
    margin-left:inherit
}
.contact__area{
    padding-top:50px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    background-image:url('../img/contact-bg.png')
}
.contact__content{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    color:#fff
}
 .contact__text-left h3{
    font-weight:900;
    color:#fdfdfd;
    font-size:40px;
    line-height:56px;
    margin-bottom:40px;
    text-align:left;
    font-weight: 900;
    font-family: 'Arial Black';
}
.contact__content p{
    line-height:22.4px;
    color:#fff
}
.brand__area{
    padding-bottom:140px
}
.biggest__card{
    box-shadow:5px 4px 4px -1px #0000000D;
    background:#eef4ff;
    padding:16px 12px;
    border-radius:7px;
    display:flex;
    flex-direction:column;
    height:100%
}
.biggest_top_blk h5{
    font-family:Arial;
    font-size:14px;
    font-weight:700;
    line-height:19.6px;
    margin:0;
    color:#4b4949
}
.biggest__order__list h6,.biggest__order__list p,.biggest_top_content p{
    font-family:Inter;
    font-size:14px;
    font-weight:400;
    line-height:16.8px
}
.biggest_top_blk{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:40px
}
.biggest_top_content p{
    margin:0;
    text-align:left;
    color:#000;
    padding-right:5px
}
.biggest_top_content{
    padding:24px 0
}
.biggest__order__list h6{
    color:#000;
    display:flex;
    justify-content:space-between
}
.biggest__order__list h6 span{
    display:flex;
    align-items:center;
    gap:7px
}
.biggest__order__list p{
    color:#000;
    display:flex;
    justify-content:space-between;
    margin-bottom:8px
}
.biggest__order__list p span{
    width:82px;
    font-size:12px;
    color:#4b4949
}
.biggest__order__list{
    padding-bottom:24px
}
.biggest_bottom_btn a{
    font-family:Arial Hebrew;
    font-size:12px;
    font-weight:400;
    line-height:12.78px;
    text-align:left;
    color:#000;
    padding:4px 8px;
    box-shadow:0 4px 5px 0 #0000000D;
    background:#f4f8ff;
    border-radius:4px;
    display:inline-flex;
    align-items:center;
    gap:8px
}
.biggest_bottom_btn{
    margin-top:auto
}
.footer__priacy__link a,.footer_copyright p{
    font-family:Arial;
    font-size:16px;
    font-weight:400
}
.appline-image{
    width:40%;
    height:40%;
    max-width:200px;
    display:block;
    box-shadow:0 4px 10px rgba(0,0,0,.2);
    border-radius:8px
}
.footer__content .contact_btn a{
    margin:unset;
    width:245px;
    border-radius:4px
}
.footer__content .contact_btn{
    margin-top:24px
}
.footer__area{
    background:#1f235b;
    padding-bottom:50px
}
.footer__bottom__blk{
    background:#13174a;
    padding:16px 0
}
.footer_copyright p{
    margin:0;
    color:#fff;
    text-align:center
}
.footer__priacy__link{
    max-width:370px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
    padding-bottom:32px;
    gap:10px
}
.footer__link__column,.reference_profile_name{
    display:flex;
    flex-direction:column
}
.footer__link__column{
    gap:8px
}
.footer__priacy__link a{
    color:#fff;
    transition:.3s
}
.footer__content h3{
    font-family:Arial Black;
    font-size:18px;
    font-weight:900;
    line-height:25.38px;
    color:#fff
}
.accordion-button h3{
    font-family:Arial;
    line-height:18.4px;
    font-size:16px;
    font-weight:700;
    text-align:left;
    margin:0;
    display:flex;
    align-items:center;
    gap:9px
}
.footer__identity{
    padding-bottom:30px
}
.footer__identity img{
    width:auto;
    max-width:200px;
    height:auto;
    max-height:70px;
    object-fit:contain;
    transition:transform .3s
}
.map__area{
    background:#1f235b;
    padding:50px 0
}
.map__area .section__title h3{
    margin-bottom:68px
}
.slider-item.active.step-nav h6,.slider-item.active.step-nav span,.white_title h3{
    color:#fff
}
.reference__area{
    padding:140px 0;
    background:#f7f9ff
}
.reference__content p,.reference_profile_name h5,.reference_profile_name p{
    font-family:Inter,sans-serif;
    line-height:1.2em
}
.accordion-item{
    background:#eef4ff;
    border-radius:8px;
    margin-bottom:3px;
    border:0!important;
    outline:0
}
.accordion-button{
    padding:16px 16px 16px 8px;
    background:0 0!important;
    box-shadow:none!important;
    transition:.3s
}
.accordion-button[aria-expanded=true]{
    padding-left:16px;
    padding-bottom:0
}
.accordion-button[aria-expanded=true] h3{
    gap:16px
}
.accordion-item .accordion-body{
    padding:0 16px 16px
}
.refefence__inner__blk{
    background:#fff;
    padding:16px;
    border-radius:8px
}
.reference_logo{
    margin-bottom:20px;
    text-align:left
}
.reference__content p{
    font-size:14px;
    font-weight:400;
    color:#000;
    margin-bottom:24px
}
.reference_profile{
    display:flex;
    align-items:center;
    gap:10px
}
.reference_profile_picture{
    width:48px;
    height:48px;
    overflow:hidden;
    border-radius:50%
}
.reference_profile_picture img{
    width:100%;
    height:100%;
    object-fit:cover
}
.reference_profile_name h5{
    font-size:14px;
    font-weight:500;
    margin-bottom:2px
}
.reference_profile_name p{
    margin:0;
    font-size:12px;
    font-weight:400;
    text-align:left;
    color:#666
}
.section__title h3,.step-btns a{
    font-weight:900;
    font-family:'Arial Black'
}
.reference_profile_link{
    text-decoration:none;
    color:inherit
}
.mobile__menu .header__right__blk{
    flex-direction:column;
    align-items:flex-start
}
.mobile__menu .header__right__blk .main__menu ul li{
    margin:0;
    display:block;
    padding:6px 0
}
.mobile__menu .header__right__blk .main__menu ul li a{
    display:inline-flex;
    padding:10px 15px;
    border-bottom:1px solid #000;
    width:100%;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
    font-size:20px
}
.mobile__menu .header__right__blk .main__menu{
    width:100%
}
.mobile__menu{
    display:block;
    position:fixed;
    top:0;
    height:100%;
    z-index:999;
    background:#fff;
    width:220px;
    padding:120px 15px 15px;
    transition:.3s;
    left:-100%
}
.close__menu{
    position:absolute;
    top:20px;
    right:20px;
    color:#1f235b;
    line-height:1;
    cursor:pointer;
    font-size:30px
}
.single-step,.step-thumb{
    border-radius:10px
}
.hidden,.none__desk{
    display:none
}
.model-slider-wrapper,.slider-onchange-content-wrapper{
    display:flex;
    gap:16px;
    overflow-x:auto;
    scroll-behavior:smooth;
    scrollbar-gutter:auto
}
.open__menu{
    cursor:pointer;
    width:54px;
    height:54px;
    position:relative
}
.burger-icon,.overlay{
    height:100%;
    width:100%
}
.burger-icon{
    transform:scale(1.3);
    transform-origin:center
}
.overlay{
    background:#000;
    opacity:.7
}
svg{
    shape-rendering:geometricPrecision;
    text-rendering:optimizeLegibility;
    width:100%;
    height:auto
}
.step-nav{
    padding:8px 26px;
    margin-left:-8px;
    cursor:pointer;
    transition:background-color .3s,color .3s
}
.step-nav:first-child{
    margin-left:0
}
.step-nav h6{
    font-size:11.77px;
    line-height:16.81px;
    color:#3d4eac
}
.step-nav span{
    color:#3d4eac;
    font-size:10px;
    line-height:13.45px
}
.step-bg{
    transition:.3s;
    z-index:-1
}
.step-bg.step-bg-active{
    opacity:0;
    visibility:hidden
}
.single-step{
    width:200px;
    height:240px;
    padding:10px 6px 6px;
    background-color:#fff;
    box-shadow:1px 1px 8.3px 0 rgba(45,50,130,.08);
    transition:.3s
}
.step-wrapper{
    height:100%
}
.step-thumb img{
    border-radius:inherit
}
.step-content h6{
    font-size:10px;
    max-width:140px
}
.step-btns a{
    font-size:8px;
    color:#000;
    background:#f5f8ff;
    display:inline-flex;
    align-items:center;
    padding:2px 4px;
    border-radius:4px;
    gap:3px
}
.step-btns a img{
    width:10px
}
.step-btns a.you-btn{
    color:#4f60d7
}
.step-btns a.expert-btn{
    color:#900db8
}
.model-slider-wrapper{
    align-items:center;
    padding:0 16px 10px;
    margin-bottom:30px
}
.model-slider-wrapper::-webkit-scrollbar{
    width:0;
    height:0
}
.model-slider-wrapper .slider-item{
    width:200px;
    flex-shrink:0;
    position:relative;
    z-index:1;
    transition:.1s cubic-bezier(.4, 0, .2, 1)
}
.model-slider-wrapper .slider-item.active{
    opacity:1;
    width:200px
}
.slider-onchange-content-wrapper{
    align-items:center;
    padding:0 16px
}
.slider-onchange-content-wrapper::-webkit-scrollbar{
    width:0;
    height:0
}
.slider-content-wrap{
    flex-shrink:0;
    width:200px;
    flex:0 0 auto
}
.slider-content-wrap.active{
    padding:24px 12px 16px;
    width:324px;
    height:415px
}
.slider-content-wrap.active .step-content h6{
    font-size:16px;
    max-width:200px;
    line-height:22.4px
}
.slider-content-wrap.active .step-btns a{
    line-height:15.52px;
    font-size:11.08px;
    padding:5px 11px;
    border-radius:8px;
    gap:5px
}
.slider-content-wrap.active .step-btns a img{
    width:25px
}
.approach__area{
    margin-top:100px;
    margin-bottom:100px;
    padding:0;
    width:100vw
}
.approach__area .container{
    width:100%;
    max-width:100%;
    padding:0
}
.section__title h3{
    font-size:40px;
    line-height:56px;
    text-align:center;
    margin-bottom:40px;
    color:white;
}
:root{
    --s:3px
}
.burger-wrapper{
    cursor:pointer;
    width:calc(var(--s) * 10);
    height:calc(var(--s) * 8)
}
.hamburger,.hamburger::after,.hamburger::before{
    background:#000;
    width:calc(var(--s) * 10);
    height:var(--s)
}
.hamburger{
    position:relative;
    transition:background 10ms .3s;
    transform:translateY(calc(var(--s) * 4))
}
.hamburger::after,.hamburger::before{
    transition:top .3s 350ms,transform .3s 50ms;
    position:absolute;
    content:''
}
.hamburger::before{
    top:calc(var(--s) * -3)
}
.hamburger::after{
    top:calc(var(--s) * 3)
}
.menu-trigger:checked~.burger-wrapper .hamburger{
    background:0 0
}
.menu-trigger:checked~.burger-wrapper .hamburger::after,.menu-trigger:checked~.burger-wrapper .hamburger::before{
    transition:top .3s 50ms,transform .3s 350ms;
    top:0
}
.menu-trigger:checked~.burger-wrapper .hamburger::before{
    transform:rotate(45deg)
}
.menu-trigger:checked~.burger-wrapper .hamburger::after{
    transform:rotate(-45deg)
}
.overlay{
    display:none;
    position:fixed;
    z-index:3;
    top:0;
    left:0;
    background-color:#4e5bc2;
    transition:opacity .1s;
    opacity:0;
    overflow:hidden
}
.overlay.show{
    display:block;
    opacity:1
}
.overlay-content{
    position:relative;
    top:25%;
    width:100%;
    text-align:center;
    margin-top:30px
}
.overlay a{
    padding:8px 8px 8px 20px;
    font-family:Montserrat;
    font-size:24px;
    color:#fff;
    display:block;
    transition:color .3s;
    text-align:left
}
.overlay a:focus,.overlay a:hover{
    color:grey
}
.swiper-slide{
    flex-shrink:0;
    position:relative;
    transition-property:transform;
    display:block;
    max-width:400px;
    justify-content:flex-start
}

/* Rebuilding Visualisation Styles */
.rebuilding__area {
    padding: 180px 0 100px;
    background: linear-gradient(135deg, #2D3282 0%, #5764C3 100%);
    min-height: 80vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.rebuilding__content {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
}

.rebuilding-subtitle {
    font-size: 24px;
    margin-bottom: 60px;
    color: #f7f9ff;
    font-weight: 300;
}

.visualisation-container {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.loading-animation {
    margin-bottom: 60px;
}

.loading-bar {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}

.loading-progress {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #6172f3, #f7f9ff);
    border-radius: 4px;
    animation: loading 3s ease-in-out infinite;
}

.loading-text {
    font-size: 18px;
    color: #f7f9ff;
    font-weight: 300;
}

.animation-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.grid-item {
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    animation: pulse 2s ease-in-out infinite;
}

.grid-item:nth-child(2) { animation-delay: 0.2s; }
.grid-item:nth-child(3) { animation-delay: 0.4s; }
.grid-item:nth-child(4) { animation-delay: 0.6s; }
.grid-item:nth-child(5) { animation-delay: 0.8s; }
.grid-item:nth-child(6) { animation-delay: 1.0s; }
.grid-item:nth-child(7) { animation-delay: 1.2s; }
.grid-item:nth-child(8) { animation-delay: 1.4s; }
.grid-item:nth-child(9) { animation-delay: 1.6s; }

@keyframes loading {
    0% { width: 0%; }
    50% { width: 80%; }
    100% { width: 100%; }
}

@keyframes pulse {
    0%, 100% { 
        transform: scale(1);
        opacity: 0.7;
    }
    50% { 
        transform: scale(1.1);
        opacity: 1;
    }
}

/* Simple Contact Section */
.contact-simple {
    padding: 80px 0;
    background: #f7f9ff;
    text-align: center;
}

.contact-simple__content h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: white;
}

.contact-simple__content p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #666;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* Header adjustments for rebuilding page */
.header__area {
    background: rgba(238, 244, 255, 0.95);
    backdrop-filter: blur(10px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .rebuilding__area {
        padding: 140px 0 60px;
        min-height: 70vh;
    }
    
    .rebuilding-subtitle {
        font-size: 20px;
    }
    
    .animation-grid {
        gap: 10px;
    }
    
    .loading-text {
        font-size: 16px;
    }
    
    .contact-simple__content h3 {
        font-size: 28px;
    }
}