.steps-section{padding:60px 0;background-color:var(--section-bg);overflow:hidden}.steps-section,.steps-section .steps-container{position:relative}.steps-section .steps-content{position:relative;padding-left:50px}.steps-section .step-item{position:relative;padding-bottom:30px}.steps-section .step-item:last-child{margin-bottom:0;padding-bottom:0}.steps-section .step-item:not(:last-child) .step-content:after{content:"";position:absolute;top:40px;left:-30px;width:2px;height:100%;background:repeating-linear-gradient(180deg,transparent,transparent 5px,#866fed 0,#866fed 8px);z-index:1}.steps-section .step-number{position:absolute;left:-50px;top:0;width:40px;height:40px;border-radius:50%;background-color:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;z-index:2;box-shadow:0 4px 8px rgba(255,122,0,.3)}.steps-section .step-content h3{font-size:1.4rem;font-weight:500;margin-bottom:10px;color:#181a1c}.steps-section .step-content p{font-size:1rem;color:#555;margin-bottom:0;line-height:1.6}.steps-section .steps-img{border-radius:12px;overflow:hidden;height:100%;max-height:600px}.steps-section .steps-img img{width:100%;height:100%;object-fit:cover;border-radius:8px}.steps-section .section-heading{text-align:left;margin-bottom:30px}.steps-section .section-heading h2{margin-bottom:15px}.steps-section .section-heading p{font-size:1.2rem;line-height:1.6}.steps-section .steps-section .shape-1{position:absolute;top:10%;left:5%;width:80px;height:80px;background:rgba(255,122,0,.1);border-radius:50%;z-index:0}.steps-section .steps-section .shape-2{bottom:15%}.steps-section .shape-1,.steps-section .steps-section .shape-2{position:absolute;right:5%;width:120px;height:120px;background:rgba(255,122,0,.1);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;z-index:0}.steps-section .shape-1{top:10%;animation:float 8s ease-in-out infinite}.steps-section .shape-2{position:absolute;bottom:15%;left:5%;width:80px;height:80px;background:rgba(255,122,0,.1);border-radius:50%;z-index:0;animation:float 10s ease-in-out infinite}@media(max-width:991px){.steps-section .steps-content{padding-left:40px}.steps-section .step-number{left:-56px}.steps-section .step-item:not(:last-child) .step-content:after{left:-36px}.steps-section .steps-img{margin-bottom:30px}.steps-section .steps-container{padding-left:15px;padding-right:15px}}@media(max-width:767px){.steps-section .steps-img{height:300px}.steps-section .steps-content{padding-left:33px}.steps-section .step-number{left:-48px;width:36px;height:36px}.steps-section .step-item:not(:last-child) .step-content:after{left:-31px;top:33px}.steps-section .section-heading p{font-size:1.1rem}}@media(max-width:575px){.steps-section .steps-content{padding-left:31px}.steps-section .step-number{left:-46px;width:32px;height:32px;font-size:1rem}.steps-section .step-item:not(:last-child) .step-content:after{left:-31px;top:30px}}