.elementor-8636 .elementor-element.elementor-element-44a56c72{--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;--background-transition:0.3s;}.elementor-8636 .elementor-element.elementor-element-60259ae1 > .elementor-widget-container{background-color:#EEF0F4;}.elementor-8636 .elementor-element.elementor-element-60259ae1{z-index:1;}@media(max-width:767px){.elementor-8636 .elementor-element.elementor-element-60259ae1 > .elementor-widget-container{padding:0px 0px 46px 0px;}}/* Start custom CSS for html, class: .elementor-element-60259ae1 */.s_pro_drawer .machine-container {
    display: flex;
    align-items: flex-start;
    /*gap: 86px;*/
}

.s_pro_drawer .image-container {
    /*margin-right: 20px;*/
    font-size: 0px;
}



.s_pro_drawer .image-container img {
    max-width: 100%;
    height: auto;
}

.s_pro_drawer .button-container {
    display: flex;
    flex-direction: column;
    /*gap: 10px;*/
    width: 50%;
    margin: auto;
}

.s_pro_drawer .button-container .machine-btn-group:not(:last-child){
    border-bottom:1px solid #fff;

}

.s_pro_drawer .machine-btn-group {
    width: 100%;
    padding:20px 60px;
}

.s_pro_drawer .machine-btn {
    position: relative;
    /*padding: 10px;*/
    /*background-color: #007bff;*/
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    /*width: 100%;*/
    text-align: left;
    color: var(--Black, #151932);
font-family: "Cabinet Grotesk Variable";
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
/*text-decoration-line: underline;*/
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
display: flex;
gap: 26px;
line-height: 40px;
}

.s_pro_drawer .machine-btn:hover,
.s_pro_drawer .machine-btn:active,
.s_pro_drawer .machine-btn:focus{
    background-color: transparent;
}

.s_pro_drawer .drawer-content {
    display: flex;
    justify-content: space-between;
    /*max-width: 500px;*/
    display: none;
    /*background-color: #fff;*/
    /*border: 1px solid #ccc;*/
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.2);*/
    padding:0px 10px 30px 0px;
    border-radius: 5px;
    margin-top: 10px;
    padding-left: 85px;
}

.s_pro_drawer .drawer-content p {
    margin: 0 0 10px;
    color: var(--Black, #151932);
font-family: "Cabinet Grotesk Variable";
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 155.556% */
}

.s_pro_drawer .drawer-button {
    display: inline-block;
    padding: 5px 10px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.s_pro_drawer .drawer-button:hover {
    background-color: #0056b3;
}
.s_pro_drawer .image-container{
    width: 50%
}
.s_pro_drawer .machine-btn svg{
    fill:#000 !important;
    width: 40px;
    height: 40px;
}

.s_pro_drawer .ind_btn_LTR{
    overflow: hidden !important;
    display: flex;
       justify-self: flex-start;
       margin-top: 20px;
}
.s_pro_drawer .ind_btn_LTR a{
    
    color: #103674;
    z-index: 10;
    background-color: transparent !important;
    border-bottom: 1px solid #103674;
    display: flex;
}


.s_pro_drawer .active p{
    border-bottom: 2px solid #000;
    box-sizing: border-box;
}
.s_pro_drawer .active svg{
    fill: #EC6319 !important;
}

.s_pro_drawer .active:before,
.s_pro_drawer .machine-btn:hover:before{
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 2px;
    background: #EC6319;
    top: 50%;
    left: -26px;
    transform: translateY(-100%)
}
@media screen and (max-width:768px){
    
    .s_pro_drawer .machine-container{
        flex-direction:column;
        gap:32px
    }
    .s_pro_drawer .image-container{
        width:100%;
    }
    .s_pro_drawer .button-container{
        width:80%;
    }
    .s_pro_drawer .machine-btn{
        font-size:18px;
        gap:14px;
        padding-left:0px;
    }
    .s_pro_drawer .drawer-content{
        padding-left:35px;
    }
    .s_pro_drawer .machine-btn svg{
        width:20px;
        align-self:center;
    }
    .s_pro_drawer .active:before, .s_pro_drawer .machine-btn:hover:before{
        width:10px;
    }
    .s_pro_drawer .machine-btn-group{
        padding:0px;
    }
    .s_pro_drawer .drawer-content p{
        font-size:16px;
        
    }
    .s_pro_drawer .machine-btn p{
        height:32px;
    }
}/* End custom CSS */