:root{--accent:#bf9145}.services-hero{height:55vh;position:relative;background:url(https://pathwayharbor.shop/wp-content/uploads/2025/08/hizmetlerimiz.jpg) 50%/cover no-repeat}.services-hero-overlay{height:100%;justify-content:center;align-items:center;background:rgba(0,0,0,.45);display:flex}.services-hero-content{color:#fff;text-align:center}.services-hero-content h1{font-size:clamp(32px,5vw,54px);font-weight:800;color:#fff}.services-hero-content p{font-size:clamp(16px,2vw,20px);margin-top:10px}.services-section{padding:clamp(50px,7vw,90px) 20px;background:#fff}.services-container{max-width:1150px;margin:0 auto}.services-header{margin-bottom:40px;text-align:center}.services-title{font-size:clamp(26px,4vw,36px);font-weight:800;color:var(--accent)}.services-subtitle{font-size:16px;color:#555;margin:6px 0 12px}.services-divider{height:3px;margin:0 auto;border-radius:2px;background:var(--accent);width:60px}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;display:grid}.service-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.1)}.service-icon img{height:180px;object-fit:cover;width:100%}.service-content{padding:18px;text-align:center}.service-content h3{font-weight:700;margin-bottom:8px;color:var(--accent)}.service-content p{font-size:15px;color:#555;line-height:1.5}.services-cta{padding:40px 20px;text-align:center;background:var(--accent)}.services-cta h3{font-size:22px;margin-bottom:18px;color:#fff}.cta-btn{padding:12px 24px;text-decoration:none;font-weight:600;color:var(--accent);transition:all .3s ease;border-radius:50px;background:#fff}.cta-btn:hover{background:#f1f1f1}@media (max-width:768px){.services-hero{height:40vh}}.service-card{overflow:hidden;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.05);border-radius:10px;background:#fff}.service-card:hover{transform:translateY(-5px)}.detail-btn{text-decoration:none;font-weight:600;color:var(--accent);margin-top:8px;display:inline-block}.detail-btn:hover{text-decoration:underline}.service-modal{height:100%;justify-content:center;position:fixed;top:0;align-items:center;background:rgba(0,0,0,.7);left:0;width:100%;display:none;z-index:1000}.service-modal-content{animation:fadeIn .3s ease;padding:20px;position:relative;max-width:700px;border-radius:10px;background:#fff;width:90%}.modal-close{font-size:28px;right:16px;color:#555;position:absolute;top:12px;cursor:pointer}.modal-inner img{max-width:100%;margin:14px 0;border-radius:8px}.modal-inner h3{margin-bottom:8px;color:var(--accent)}@keyframes fadeIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}