.services-section{width:100%;margin:120px auto;padding:0}.services-section-inner{max-width:1280px;margin:0 auto;padding:0 max(60px,calc((100vw - 1200px) / 2))}.services-header{display:flex;justify-content:space-between;align-items:flex-start;gap:60px;margin-bottom:60px}.services-title-box{max-width:466px;text-align:left}.services-title{font-family:Poppins,sans-serif;font-weight:600;font-size:37px;line-height:50px;color:#1D1D1C;margin:0}.services-description-box{max-width:456px;text-align:right}.services-description{font-family:Poppins,sans-serif;font-weight:300;font-size:16px;line-height:23px;letter-spacing:.13em;color:#1D1D1C;margin:0}.services-cards-wrapper-outer{position:relative;width:100%}.services-cards-wrapper{width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:20px 0}.services-cards-wrapper::-webkit-scrollbar{display:none}.services-cards{display:flex;gap:20px;padding-left:max(60px,calc((100vw - 1200px) / 2));padding-right:max(60px,calc((100vw - 1200px) / 2));min-width:min-content;--scroll-speed:1;animation:autoScrollInteractive 30s ease-in-out infinite;animation-play-state:running}.services-cards:hover{animation-play-state:paused}@keyframes autoScrollInteractive{0%,to{transform:translateX(0)}50%{transform:translateX(calc(-100px * var(--scroll-speed, 1)))}}.service-card{position:relative;width:204px;height:296px;flex-shrink:0;border-radius:27px;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.1);text-decoration:none;display:block}.service-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.service-card-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.service-card-image img{width:100%;height:100%;object-fit:cover}.service-card-arrow{position:absolute;top:16px;right:16px;width:32px;height:32px;background:rgba(245,245,245,.95);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease}.service-card:hover .service-card-arrow{background:#FFFFFF;transform:translate(2px,-2px)}.service-card-arrow svg{width:16px;height:16px;color:#1D1D1C}.service-card-gradient{position:absolute;top:0;left:0;width:100%;height:50%;background:linear-gradient(180deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.4) 50%,rgba(0,0,0,0));z-index:2}.service-card-content{position:absolute;bottom:0;left:0;right:0;padding:16px;background:linear-gradient(0deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.7) 50%,transparent);z-index:2;max-height:120px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}.service-card-title{font-weight:500;font-size:16px;color:#FFFFFF;margin:0 0 8px;line-height:1.4;-webkit-line-clamp:2;-webkit-hyphens:auto;hyphens:auto}.service-card-description,.service-card-title{font-family:Helvetica Neue,-apple-system,BlinkMacSystemFont,sans-serif;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;overflow-wrap:break-word}.service-card-description{font-weight:300;font-size:12px;color:rgba(255,255,255,.9);margin:0;line-height:1.5;-webkit-line-clamp:3}@media (max-width:1024px){.services-section{margin-top:60px}.services-cards,.services-section-inner{padding:0 30px}.services-fade-left,.services-fade-right{width:50px}.services-header{gap:40px;margin-bottom:40px}.services-title{font-size:28px}.services-description{font-size:15px}}@media (max-width:768px){.services-section{margin-top:40px}.services-cards,.services-section-inner{padding:0 20px}.services-fade-left,.services-fade-right{display:none}.services-header{flex-direction:column;gap:16px;margin-bottom:30px}.services-description-box,.services-title-box{max-width:100%;text-align:left}.services-title{font-size:24px;line-height:32px}.services-description{font-size:14px;line-height:20px;text-align:left}.services-cards{gap:16px}}.why-us{width:100%;padding:80px 0;background:linear-gradient(180deg,#FFFFFF 0,#FFFFFF 25px,#FFF9E6 0,#FFF9E6)}.why-us-container{max-width:1280px;margin:0 auto;padding:0 max(60px,calc((100vw - 1200px) / 2));display:flex;gap:60px;align-items:start;justify-content:space-between}.why-us-title-box{flex-shrink:0;width:300px;padding-top:60px}.why-us-title{font-family:Poppins,sans-serif;font-weight:600;font-size:37px;line-height:50px;color:#1D1D1C;margin:0}.why-us-grid{display:grid;grid-template-columns:repeat(4,169px);grid-auto-rows:190px;grid-gap:5px;gap:5px;margin-left:auto}.why-us-card{background:#2D2D2D;border-radius:12px;padding:16px;display:flex;flex-direction:column;justify-content:space-between;transition:background-color .3s ease;cursor:pointer;box-sizing:border-box}.why-us-card:hover{background:#3D3D3D}.why-us-card-icon{width:31px;height:31px;flex-shrink:0;color:#FFFFFF}.why-us-card-icon svg{width:100%;height:100%}.why-us-card-title{font-family:Poppins,sans-serif;font-weight:500;font-size:14px;color:#FFFFFF;margin:20px 0 0;line-height:1.3}.why-us-card-description{font-family:Poppins,sans-serif;font-weight:400;font-size:12px;color:#B0B0B0;margin:0;line-height:1.4}.why-us-card-serkan{background:#E5E5E5;position:relative;overflow:hidden;padding:0}.why-us-card-serkan:hover{background:#FFC400}.why-us-serkan-img{position:absolute;bottom:0;right:0;height:75%;width:auto;object-fit:contain}@media (max-width:1024px){.why-us-container{grid-template-columns:1fr;gap:40px}.why-us-title-box{position:static}.why-us-grid{grid-template-columns:repeat(3,1fr);gap:8px;justify-items:center}.why-us-card{width:169px;height:190px}}@media (max-width:768px){.why-us{padding:60px 0}.why-us-container{padding:0 20px;gap:30px;flex-direction:column;align-items:center;justify-content:center}.why-us-title-box{width:100%;text-align:center;padding-top:0}.why-us-title{font-size:24px;line-height:32px}.why-us-grid{grid-template-columns:repeat(2,1fr);gap:12px;width:100%;max-width:400px;margin:0 auto;justify-items:stretch}.why-us-card{width:100%;height:190px;padding:14px}.why-us-card-icon{width:28px;height:28px}.why-us-card-title{font-size:13px;margin-top:16px}.why-us-card-description{font-size:11px}.why-us-serkan-img{height:70%}}@media (max-width:480px){.why-us-grid{gap:10px}.why-us-card-title{font-size:12px}.why-us-card-description{font-size:10px}}