.services-section{background-color:#f8f9fa;padding:100px 0;min-height:100vh;display:flex;align-items:center}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:30px;gap:30px;max-width:100%}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.services-grid{grid-template-columns:1fr}}.service-card{background:#fff;border-radius:16px;padding:40px 30px;text-align:center;transition:all .3s ease;border:1px solid #e0e0e0;position:relative;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.04);min-height:390px}.service-card:hover{border-color:#007bff;transform:translateY(-8px) scale(1.03);box-shadow:0 12px 32px rgba(0,0,0,.1)}@media(max-width:480px){.service-card{padding:30px 20px;min-height:unset}}.icon-wrapper{width:80px;height:80px;border-radius:20px;margin:0 auto 25px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}@media(max-width:480px){.icon-wrapper{width:70px;height:70px;margin-bottom:20px}}.icon{font-size:2rem;transition:all .3s ease}@media(max-width:480px){.icon{font-size:1.8rem}}.service-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 15px;transition:color .3s ease}@media(max-width:480px){.service-title{font-size:1.3rem}}.service-description{font-size:1rem;color:#666;line-height:1.6;margin:0}@media(max-width:480px){.service-description{font-size:.95rem}}.custom-card1{box-shadow:0 .125rem .25rem rgba(0,0,0,.075);padding:1.5rem;height:100%;display:flex;flex-direction:column;justify-content:space-between;border-radius:12px;background-color:#fafafa;border:2px solid transparent;transition:all .3s ease;min-height:390px}.custom-card1:hover{background-color:#fff;border-color:blue;transform:translateY(-8px) scale(1.03);box-shadow:0 12px 32px rgba(0,0,0,.1)}.custom-card1 .title-text{color:#0b0b45}.custom-card1 .image-wrapper{flex-grow:1;display:flex;justify-content:flex-end;align-items:flex-end}.custom-card1 .image-wrapper img{max-width:180px;height:auto;transition:transform .3s ease}@media(max-width:768px){.custom-card1{min-height:320px}.custom-card1 .image-wrapper img{max-width:140px}}@media(max-width:480px){.custom-card1{min-height:280px}.custom-card1 .image-wrapper img{max-width:120px}}.cards-section{display:flex;justify-content:center;gap:2rem;margin-top:3rem;flex-wrap:wrap}.custom-card{width:30rem;height:35rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);background:#fff;border:2px solid transparent;transition:all .3s ease;margin-bottom:20px}.custom-card:hover{border-color:#007bff;transform:translateY(-8px) scale(1.03);box-shadow:0 12px 32px rgba(0,0,0,.15)}@media(max-width:1024px){.custom-card{width:20rem;height:28rem}}@media(max-width:768px){.custom-card{width:93%;height:auto}}.custom-card .card-img-top{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.custom-card:hover .custom-card .card-img-top{transform:scale(1.1)}@media(max-width:768px){.custom-card .card-img-top{height:auto}}.tools-section{padding:120px 20px;background-color:#fafafa;min-height:400px;display:flex;align-items:center;justify-content:center}.tools-section .tools-container{max-width:1200px;width:100%;text-align:center}.tools-section .tools-title{font-size:3.5rem;font-weight:600;line-height:1.2;color:#1a1a1a;margin-bottom:80px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.tools-section .tools-title .highlight{background:linear-gradient(135deg,gold,#ffed4a);padding:0 20px;border-radius:12px;display:inline-block;position:relative}.tools-section .tools-title .highlight:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,gold,#ffed4a);border-radius:12px;z-index:-1}.tools-section .tools-grid{gap:60px;flex-wrap:wrap}.tools-section .tool-icon,.tools-section .tool-item,.tools-section .tools-grid{display:flex;justify-content:center;align-items:center}.tools-section .tool-icon{width:80px;height:80px;background:#fff;border-radius:50%;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.tools-section .tool-icon:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.15)}.tools-section .tool-icon img{width:40px;height:40px;object-fit:contain}@media(max-width:768px){.tools-section{padding:80px 20px}.tools-section .tools-title{font-size:2.5rem;margin-bottom:60px}.tools-section .tools-title .highlight{padding:0 15px;border-radius:8px}.tools-section .tools-grid{gap:40px}.tools-section .tool-icon{width:70px;height:70px}.tools-section .tool-icon img{width:35px;height:35px}}@media(max-width:480px){.tools-section{padding:60px 15px}.tools-section .tools-title{font-size:2rem;margin-bottom:40px}.tools-section .tools-grid{gap:30px;justify-content:center}.tools-section .tool-icon{width:60px;height:60px}.tools-section .tool-icon img{width:30px;height:30px}}@media(max-width:320px){.tools-section .tools-grid{gap:20px}.tools-section .tools-title{font-size:1.8rem}}.tool-icon .tool-img{width:100px!important;height:100px!important;object-fit:contain}