@charset "UTF-8";
/* CSS Document */

.ks-offcanvas-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    opacity: 0;
    visibility: hidden;
    transition: .35s ease;
    z-index: 9998;
}

.ks-offcanvas-area {
    position: fixed;
    top: 0;
    right: -680px;
    width: 680px;
    max-width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    transition: right .4s ease;
}

.ks-offcanvas-wrapper {
    height: 100%;
    overflow-y: auto;
}

.ks-offcanvas-header {
    display: flex;
    justify-content: flex-end;
    padding: 24px;
}

.ks-offcanvas-close {
    border: 0;
    background: none;
    font-size: 32px;
    cursor: pointer;
}

body.ks-offcanvas-open .ks-offcanvas-area {
    right: 0;
}

body.ks-offcanvas-open .ks-offcanvas-overlay {
    opacity: 1;
    visibility: visible;
}
.ks-engage{
    padding:90px 56px 80px;
}

.ks-engage h2{
    font-size:56px;
    line-height:.95;
    font-weight:700;
    margin-bottom:24px;
}

.ks-engage p{
    font-size:22px;
    line-height:1.6;
    max-width:520px;
}
.ks-engage-video{
    margin:72px 0 96px;
}

.ks-video-card{
    overflow:hidden;
    border-radius:24px;
}

.ks-video-card video{
    width:100%;
    display:block;
}
.ks-engage-video{
    margin:80px 0;
}

.ks-video-card{
    position:relative;
    overflow:hidden;
    border-radius:24px;
    height:420px;
    background:#f5f5f5;
}

.ks-video-card video{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}

.ks-engage-process{
    margin:90px 0;
}

.ks-engage-process .container-fluid{
    padding:0;
}

.ks-engage-process .row{
    margin:0;
}

.ks-engage-process [class*="col-"]{
    padding:0;
}

.ks-engage-process .mr-60{
    margin-right:0;
}
.ks-engage-process .offset-xxl-8,
.ks-engage-process .offset-xl-7{
    margin-left:0;
}
.ks-engage-process .px-step-title{
    font-size:34px;
    line-height:1.05;
}

.ks-engage-process .px-step-card-content p{
    font-size:16px;
    line-height:1.7;
}

.ks-engage-process .px-step-card-content span{
    font-size:48px;
}
/*==================================================
  STUDIO KALE - ENGAGEMENT PROCESS
==================================================*/

.ks-engage-process{
    margin:100px 0;
}

/* Reset Bootstrap layout */
.ks-engage-process .container-fluid{
    padding:0;
}

.ks-engage-process .row{
    margin:0;
}

.ks-engage-process [class*="col-"]{
    width:100%;
    max-width:100%;
    flex:0 0 100%;
    padding:0;
}

.ks-engage-process .offset-xxl-8,
.ks-engage-process .offset-xl-7{
    margin-left:0;
}

.ks-engage-process .mr-60{
    margin-right:0;
}

/*--------------------------------------------------
  Process Header
--------------------------------------------------*/

.ks-engage-process .px-step-item{
    min-height:auto;
    padding:0;
    margin-bottom:70px;
    background:none !important;
}

.ks-engage-process .px-step-video{
    display:none;
}

.ks-engage-process .px-step-num-box{
    margin-bottom:24px;
}

.ks-engage-process .px-step-num span{
    font-size:13px;
    font-weight:600;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:#777;
}

.ks-engage-process .px-step-bottom{
    padding:0;
    background:none !important;
    border:none;
}

.ks-engage-process .px-step-bottom .row{
    display:block;
}

.ks-engage-process .px-step-bottom-text{
    margin:0;
}

.ks-engage-process .px-step-bottom-text span{
    display:block;
}

.ks-engage-process .px-step-bottom-text span:first-child{
    font-size:34px;
    font-weight:600;
    line-height:1.15;
    color:#111;
}

.ks-engage-process .px-step-bottom-text .text-2{
    margin-top:12px;
    font-size:18px;
    line-height:1.7;
    text-transform:none;
    letter-spacing:0;
    color:#666;
}

/*--------------------------------------------------
  Cards
--------------------------------------------------*/

.ks-engage-process .px-step-card-wrap{
    display:flex;
    flex-direction:column;
    gap:40px;
}

.ks-engage-process .px-step-card{
    position:relative;
    width:100%;
    border-radius:24px;
    padding:42px;
    margin:0;
    min-height:auto;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

/* Step badge */

.ks-engage-process .px-step-card-badge{
    margin-bottom:28px;
}

.ks-engage-process .px-step-card-badge span{
    font-size:12px;
    letter-spacing:.18em;
    text-transform:uppercase;
}

/* Step Number */

.ks-engage-process .px-step-card-content{
    text-align:left;
}

.ks-engage-process .px-step-card-content span{
    display:block;
    font-size:52px;
    font-weight:700;
    line-height:1;
    margin-bottom:24px;
}

/* Body */

.ks-engage-process .px-step-card-content p{
    font-size:17px;
    line-height:1.75;
    color:#333;
    margin:0;
}

/* Title */

.ks-engage-process .px-step-title{
    margin-top:40px;
    font-size:34px;
    line-height:1.05;
    font-weight:700;
    text-transform:none;
}

/*--------------------------------------------------
  Mobile Polish
--------------------------------------------------*/

@media (max-width:767px){

    .ks-engage-process{
        margin:80px 0;
    }

    .ks-engage-process .px-step-card{
        padding:32px;
        border-radius:20px;
    }

    .ks-engage-process .px-step-title{
        font-size:28px;
    }

    .ks-engage-process .px-step-card-content span{
        font-size:42px;
    }

    .ks-engage-process .px-step-card-content p{
        font-size:16px;
    }

}
/*=========================================
  Offcanvas Layout
=========================================*/

.ks-offcanvas-area{
    position:fixed;
    top:0;
    right:-680px;

    width:680px;
    max-width:100%;
    height:100vh;

    background:#fff;

    overflow:hidden;

    transition:right .4s ease;
    z-index:9999;
}

.ks-offcanvas-wrapper{
    position:relative;
    height:100%;
    overflow-y:auto;

    padding:90px 56px 80px;
}

/*----------------------------------------
  KS Offcanvas Close Button
----------------------------------------*/

.ks-offcanvas-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:90px;
}

.ks-offcanvas-close{
    display:flex;
    align-items:center;
    justify-content:center;
}

.ks-offcanvas-close-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    padding:0;
    border:none;
    background:transparent;
    color:#000;
    cursor:pointer;
    transition:transform .3s ease, opacity .3s ease;
}

.ks-offcanvas-close-btn:hover{
    opacity:1;
    transform:rotate(90deg);
}

.ks-offcanvas-close-btn:focus{
    outline:none;
}

.ks-offcanvas-close-btn svg{
    width:37px;
    height:38px;
}

.ks-offcanvas-close-btn svg path{
    stroke:currentColor;
}