.section-style-104{position:relative;display:flex;padding:60px;gap:40px;height:100vh;background:linear-gradient(71deg, transparent, rgb(245, 245, 245) 70%)}.section-style-104 .content-box{display:flex;align-items:center;width:calc(100% - 600px)}.section-style-104 .content-box h1{line-height:1.2;margin-bottom:20px;color:#000}.section-style-104 .content-box p{font-family:"Playfair Display",serif;font-size:24px;line-height:1.6;margin:0 50px 50px 0;color:#000}.section-style-104 .cta{padding:14px 26px;border:none;background:#000;color:#fff;font-size:16px;border-radius:30px;cursor:pointer;text-decoration:none;font-weight:600;box-shadow:0 4px 14px rgba(0,0,0,.2);transition:all .3s ease}.section-style-104 .cta:hover{background:#222;box-shadow:0 6px 20px rgba(0,0,0,.3)}.section-style-104 .cta-alt{padding:14px 26px;background:#fff;color:#000;font-size:16px;border-radius:30px;cursor:pointer;text-decoration:none;font-weight:600;margin-left:15px;border:1px solid #000;transition:all .3s ease}.section-style-104 .scroll-container{flex:1;height:100%;width:700px;overflow:hidden;position:absolute;top:0;right:-80px}.section-style-104 .scroll-wrapper{position:absolute;width:100%;height:100%}.section-style-104 .card-list{display:flex;flex-direction:column;animation:sectionStyle104ScrollUp 18s linear infinite}.section-style-104 .cards{display:flex;flex-wrap:wrap;justify-content:center;justify-content:space-around}.section-style-104 .card{width:150px;height:180px;background:url(../../../images/landing/flexihire/card-bg-1.webp),#fff;background-size:contain;background-repeat:no-repeat;background-position:top;border-radius:12px;padding:10px 14px;text-align:center;margin:10px;box-shadow:0 4px 14px rgba(0,0,0,.1);transform:rotate(350deg);pointer-events:none}.section-style-104 .card img{width:60px;height:60px;border-radius:50%;margin:0 auto;margin-bottom:35px}.section-style-104 .card h4{font-size:14px;font-weight:600;margin-bottom:0}.section-style-104 .card p{font-size:12px;opacity:.7}@keyframes sectionStyle104ScrollUp{0%{transform:translateY(0)}100%{transform:translateY(-50%)}}