.cards-container{flex-wrap:wrap;justify-content:center;gap:35px;padding:30px 20px;display:flex;overflow:hidden}.cards-container .card{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:18px;width:378px;height:338px;position:relative;overflow:visible}.cards-container .card .card-img-wrapper{border-radius:18px;width:100%;height:100%;overflow:hidden}.cards-container .card .card-img-wrapper .card-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.cards-container .card .card-img-wrapper:hover .card-img{transform:scale(1.08)}.cards-container .card .card-content{-webkit-line-clamp:3;z-index:2;scrollbar-width:none;background:#fff;border-radius:12px;-webkit-box-orient:vertical;width:288px;height:172px;padding:18px 16px;display:-webkit-box;position:absolute;top:150px;left:110px;right:16px;overflow:auto;box-shadow:5px 0 #000}.cards-container .card .card-content h3{color:#010e1e;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0 0 8px;font-size:18px;font-weight:700;display:-webkit-box;overflow:hidden}.cards-container .card .card-content p{-webkit-line-clamp:5;color:#010e1e;scrollbar-width:none;-webkit-box-orient:vertical;margin:0;font-size:13.5px;line-height:1.5;display:-webkit-box;overflow:auto}@media (max-width:575px){.cards-container{gap:25px;padding:20px}.cards-container .card{width:100%;max-width:340px;height:300px}.cards-container .card .card-content{width:90%;height:auto;margin-bottom:20px;padding:14px;top:130px;left:50%;transform:translate(-50%);box-shadow:0 4px #000}.cards-container .card .card-content h3{font-size:16px}.cards-container .card .card-content p{font-size:13px}}@media (min-width:576px) and (max-width:767px){.cards-container{justify-content:center;gap:20px;padding:0 20px}.cards-container .card{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px);height:320px}.cards-container .card .card-content{width:85%;box-shadow:none;top:120px;left:50%;overflow:hidden;transform:translate(-50%)}.cards-container .card .card-content h3{margin-bottom:0}}@media (min-width:768px) and (max-width:991px){.cards-container{padding:30px}.cards-container .card{width:340px}.cards-container .card .card-content{left:60px}}@media (min-width:992px) and (max-width:1199px){.cards-container{padding:4px 0}.cards-container .card{width:360px}.cards-container .card .card-content{left:90px}}@media (min-width:1200px) and (max-width:1399px){.cards-container{gap:28px;padding:0 60px}.cards-container .card{width:345px}.cards-container .card .card-content{left:65px}}@media (min-width:1400px){.cards-container{padding:0 60px}.cards-container .card{width:375px}}
.steps-section{background:#fff;padding:80px 0}.steps-section .steps-heading{text-align:center;margin-bottom:40px;font-family:Raleway;font-size:28px;font-weight:600}.steps-section .steps-heading span{color:#3c9734}.steps-section .steps-grid{grid-template-columns:repeat(3,1fr);gap:10px;max-width:1200px;margin:auto;display:grid;position:relative}.steps-section .steps-grid:before,.steps-section .steps-grid:after{content:"";background-color:#f35f37;width:1px;height:50%;position:absolute;top:50%;transform:translateY(-50%)}.steps-section .steps-grid:before{left:33.33%}.steps-section .steps-grid:after{left:66.66%}.steps-section .step-card{padding:10px 20px;position:relative}.steps-section .step-card .step-number{color:#f35f37;margin-bottom:8px;font-family:Raleway;font-size:24px;font-weight:600;display:inline-block}.steps-section .step-card h3{color:#010e1e;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:10px;font-family:Raleway;font-size:22px;display:-webkit-box;overflow:hidden}.steps-section .step-card p{color:#010e1e;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:16px;line-height:1.6;display:-webkit-box;overflow:hidden}.steps-section .step-card h3,.steps-section .step-card p{word-break:break-word}@media (max-width:992px){.steps-section .steps-grid{grid-template-columns:repeat(2,1fr);gap:0}.steps-section .steps-grid:before,.steps-section .steps-grid:after{display:none}.steps-section .steps-heading{margin-top:40px;margin-bottom:10px;font-size:25px}.steps-section .step-card .step-number{margin-bottom:2px;font-size:20px}.steps-section .step-card h3{margin-bottom:3px;font-size:18px}.steps-section .step-card p{font-size:14px;line-height:18px}}@media (min-width:0) and (max-width:576px){.steps-section{padding:0}.steps-section .steps-grid{grid-template-columns:1fr;gap:0}.steps-section .steps-heading{margin-bottom:10px;font-size:23px}.steps-section .step-card{border:1px solid #999292;border-radius:10px;margin-bottom:10px;padding:3px 10px}.steps-section .step-card .step-number{margin-bottom:2px;font-size:19px}.steps-section .step-card h3{margin-bottom:1px;font-size:16px}.steps-section .step-card p{font-size:13px;line-height:17px;margin-bottom:8px!important}}
