Logo_Carousel.css

.logo-carousel{position:relative;width:100%;height:100px}.logo-carousel-track{display:flex;align-items:center;flex-wrap:nowrap;animation:scroll 30s linear infinite}.logo-item{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.carousel-logo{max-height:80px;margin-right:40px;object-fit:contain}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.logo-carousel:after,.logo-carousel:before{content:"";position:absolute;top:0;width:100px;height:100%;z-index:1;pointer-events:none}.logo-carousel:before{left:0;background:linear-gradient(90deg,white,transparent)}.logo-carousel:after{right:0;background:linear-gradient(270deg,white,transparent)}.th-section{padding:40px 0;text-align:center;width:100%}.th-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0 0 8px;font-family:var(--page-title)}.th-subtitle{font-size:1rem;color:#6b7280;margin:0 0 2.5rem;font-family:var(--page-sub-title)}.th-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;width:100%;max-width:1100px;margin:0 auto;padding:0 1rem}.th-cardm:nth-child(4){grid-column:2}.th-cardm{perspective:1000px;height:340px}.th-card{height:100%;border-radius:25px;background:whitesmoke;transition:all .5s ease-in-out;transform-style:preserve-3d;box-shadow:40px 50px 25px -40px rgba(0,0,0,0),0 25px 25px -5px rgba(0,0,0,.12);position:relative;display:block;text-decoration:none;color:black}.th-cardm:hover .th-card{transform:rotate3d(1,1,0,30deg);box-shadow:30px 50px 25px -40px rgba(0,0,0,.2),0 25px 30px 0 rgba(0,0,0,.1)}.th-glass{transform-style:preserve-3d;position:absolute;inset:8px;border-radius:22px;border-top-right-radius:100%;background:linear-gradient(0deg,rgba(255,255,255,.35),rgba(255,255,255,.82));transform:translateZ(25px);border-left:1px solid white;border-bottom:1px solid white;transition:all .5s ease-in-out}.th-logo{transform-style:preserve-3d}.th-circle,.th-logo{position:absolute;right:0;top:0}.th-circle{display:block;aspect-ratio:1;border-radius:50%;box-shadow:-10px 10px 20px 0 rgba(100,100,111,.2);backdrop-filter:blur(5px);background:rgba(252,87,54,.1);transition:all .5s ease-in-out}.th-circle1{width:120px;transform:translateZ(20px);top:8px;right:8px}.th-circle2{width:95px;transform:translateZ(40px);top:10px;right:10px;backdrop-filter:blur(1px);transition-delay:.4s}.th-circle3{width:70px;transform:translateZ(60px);top:14px;right:14px;transition-delay:.8s}.th-circle4{width:48px;transform:translateZ(80px);top:20px;right:20px;transition-delay:1.2s}.th-circle5{width:30px;transform:translateZ(100px);top:28px;right:28px;transition-delay:1.6s}.th-cardm:hover .th-circle2{transform:translateZ(60px)}.th-cardm:hover .th-circle3{transform:translateZ(80px)}.th-cardm:hover .th-circle4{transform:translateZ(100px)}.th-cardm:hover .th-circle5{transform:translateZ(120px)}.th-content{padding:24px 70px 0 24px;transform:translateZ(26px);transform-style:preserve-3d}.th-icon{margin-bottom:8px;line-height:0}.th-graphic{width:62px;height:50px}.th-card-name{display:block;color:#1f2937;font-weight:900;font-size:1.25rem;font-family:var(--page-title);line-height:1.2}.th-card-tagline{display:block;color:#6b7280;font-size:.88rem;margin-top:4px;font-family:var(--page-sub-title)}.th-features{margin-top:12px;display:flex;flex-direction:column;gap:4px}.th-feature{display:flex;align-items:center;gap:5px;font-size:.82rem;color:#374151;text-align:left;font-family:var(--body-text)}.th-check{width:13px;height:13px;flex-shrink:0;color:#10b981}.th-bottom{padding:10px 16px;transform-style:preserve-3d;position:absolute;bottom:16px;left:16px;right:16px;display:flex;align-items:center;justify-content:space-between;transform:translateZ(26px)}.th-stats-row{display:flex;gap:10px;transform-style:preserve-3d}.th-stat{padding:6px;background:white;border-radius:50%;width:52px;aspect-ratio:1;display:grid;place-content:center;box-shadow:0 7px 5px -5px rgba(0,0,0,.15)}.th-stat:first-child{transition:transform .2s ease-in-out .4s,box-shadow .2s ease-in-out .4s}.th-stat:nth-child(2){transition:transform .2s ease-in-out .6s,box-shadow .2s ease-in-out .6s}.th-cardm:hover .th-stat{transform:translateZ(50px);box-shadow:-5px 20px 10px 0 rgba(0,0,0,.1)}.th-stat-value{font-size:.72rem;font-weight:700;color:#fc5736;font-family:var(--page-title);line-height:1;text-align:center}.th-stat-label{font-size:.48rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;text-align:center;line-height:1.2}.th-cta,.th-stat-label{font-family:var(--page-sub-title)}.th-cta{display:flex;align-items:center;gap:4px;color:#fc5736;font-weight:700;font-size:.85rem;transition:all .2s ease-in-out}.th-cta:hover{transform:translateZ(10px)}.th-cta-svg{fill:none;stroke:#fc5736;stroke-width:3px;max-height:15px}.th-view-all{display:inline-block;margin-top:2rem;color:#fc5736;font-weight:600;font-size:1rem;text-decoration:none;font-family:var(--page-sub-title);transition:color .2s}.th-view-all:hover{color:#e04d30}@media (max-width:640px){.th-grid{grid-template-columns:1fr;max-width:340px}.th-cardm:nth-child(4){grid-column:auto}.th-section{padding:30px 0}.th-subtitle{margin-bottom:1.5rem}.th-cardm:hover .th-card{transform:rotate3d(1,1,0,15deg)}}@media (min-width:641px) and (max-width:900px){.th-grid{grid-template-columns:repeat(2,1fr);max-width:660px}.th-cardm:nth-child(4){grid-column:auto}}