/* DS-SC-Process Styles */
.ds-sc-process {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 900px;
    overflow: hidden !important;
}

.ds-sc-process .left-panel {
    width: 40%;
    flex-shrink: 0;
    flex-grow: 0;
    background-color: #3D3E3B;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    padding: 40px;
    height: 100%;
}

.ds-sc-process .left-panel .title {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    text-align: left;
    z-index: 2;
}

.ds-sc-process .left-panel .process-image {
    opacity: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease-in-out;
}

.ds-sc-process .left-panel .process-image.active {
    opacity: 1;
    z-index: 1;
}

.ds-sc-process .right-panel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: white;
    flex-grow: 1;
    position: relative;
    background-color: #ffffff;
    overflow: hidden !important;
    height: 100%;
}

.ds-sc-process .right-panel .circle {
    position: absolute;
    z-index: 1;
    width: 600px;
    height: 600px;
    box-sizing: border-box;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px dashed #E5E4E4;
    border-radius: 100%;
}

.ds-sc-process .right-panel .circle .circle-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
}

.ds-sc-process .right-panel .circle .circle-wrapper .arrow-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ds-sc-process .arrow-container .ds-arrow {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.ds-sc-process .arrow-container .ds-arrow svg {
    width: 100% !important;
    height: 100% !important;
}

.ds-sc-process .arrow-container .ds-arrow svg path {
    fill: #653205;
}

.ds-sc-process .right-panel .circle .circle-wrapper .circle-dot {
    z-index: 1;
    transform: translateX(50%);
    width: 30px;
    height: 30px;
    background-color: #61310C;
    border-radius: 100%;
}

.ds-sc-process .right-panel .content-cont {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 0;
}

.ds-sc-process .content-cont .text-cont {
    padding: 10px 20px;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 70px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    left: 340px;
}

.ds-sc-process .content-cont .text-cont.slot-4 {
    height: 170px !important;
}

.ds-sc-process .text-cont .text-wrapper {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.ds-sc-process .text-cont .text-wrapper .ds-num {
    font-size: 14px;
    color: #B5B5B5;
    font-weight: bold;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ds-sc-process .text-cont .text-wrapper .ds-title {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.text-cont.slot-4 .ds-title {
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 100%;
    transition: all 0.3s ease-in-out !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ds-sc-process .text-cont .text-wrapper .ds-desc {
    display: none;
    margin-top: 10px;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    transition: all 0.3s ease-in-out !important;
    font-family: "Poppins", sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ds-sc-process .text-cont .text-wrapper .ds-desc ul {
    margin: 0 !important;
    padding-left: 15px !important;
}

.ds-sc-process .text-cont.slot-4 .text-wrapper .ds-desc {
    display: block;
}

.text-cont.slot-0 {
    left: 150px !important;
    top: 77px !important;
    display: flex !important;
}

.text-cont.slot-1 {
    left: 230px !important;
    top: 165px !important;
    display: flex !important;
}

.text-cont.slot-2 {
    left: 295px !important;
    top: 240px !important;
    display: flex !important;
}

.text-cont.slot-3 {
    left: 320px !important;
    top: 317px !important;
    display: flex !important;
}

.text-cont.slot-4 {
    left: 340px !important;
    top: 370px !important;
    display: flex !important;
}

.text-cont.desktop-mode.slot-4 {
    width: 400px !important;
}

.text-cont.tablet-mode.slot-4 {
    width: 250px !important;
}

.text-cont.slot-5 {
    left: 320px !important;
    top: 534px !important;
    display: flex !important;
}

.text-cont.slot-6 {
    left: 295px !important;
    top: 604px !important;
    display: flex !important;
}

.text-cont.slot-7 {
    left: 230px !important;
    top: 674px !important;
    display: flex !important;
}

.text-cont.slot-8 {
    left: 150px !important;
    top: 744px !important;
    display: flex !important;
}

/* Mobile content overlay */
.mobile-content-overlay {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: white;
    padding: 40px 20px 20px;
    z-index: 3;
}

.mobile-content-overlay .mobile-num {
    font-size: 16px;
    color: #B5B5B5;
    font-weight: bold;
    margin-bottom: 5px;
}

.mobile-content-overlay .mobile-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}

.mobile-content-overlay .mobile-desc {
    font-size: 14px;
    line-height: 1.4;
}

.mobile-content-overlay .mobile-desc ul {
    margin: 0;
    padding-left: 15px;
}

/* Mobile navigation dots */
.mobile-nav-dots {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: white;
}

.mobile-nav-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E5E4E4;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-nav-dots .dot.active {
    background: #61310C;
    transform: scale(1.2);
}

/* Responsive styles */
@media (max-width: 768px) {
    .ds-sc-process {
        flex-direction: column;
        height: auto;
    }
    
    .ds-sc-process .left-panel {
        width: 100%;
        height: 400px;
        padding: 0;
        position: relative;
        overflow: hidden;
    }
    
    .ds-sc-process .left-panel .title {
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 20px;
        font-weight: 600;
        z-index: 2;
    }
    
    .ds-sc-process .right-panel {
        display: none !important;
    }
    
    .mobile-content-overlay {
        display: block;
    }
    
    .mobile-nav-dots {
        display: flex;
    }
    
    /* Hide all text containers on mobile */
    .ds-sc-process .content-cont .text-cont {
        display: none !important;
    }
}

/* Elementor specific styles */
.elementor-widget-ds-process-swiper .ds-process-swiper-widget {
    width: 100%;
}

/* Editor preview styles */
.elementor-editor .ds-process-swiper-widget .mobile-nav-dots {
    display: none !important;
}

.elementor-editor .ds-process-swiper-widget .mobile-content-overlay {
    display: none !important;
}
