.services-section{padding:4rem 2rem;background-color:#1c1c1c;color:white;text-align:center}.services-section h2{font-size:2.5rem;margin-bottom:2rem;color:#e63946}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:1200px;margin:auto}.service-card{background:#2b2b2b;padding:1.5rem;border-radius:12px;display:flex;align-items:flex-start;gap:1rem;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.4)}.service-icon{color:#e63946;font-size:1.5rem;flex-shrink:0}.service-card p{margin:0;font-size:1rem;line-height:1.4;text-align:left}@media (max-width:768px){.services-section h2{font-size:2rem}}.show-more-container{text-align:center;margin-top:2rem}.show-more-btn{padding:.8rem 2rem;border-radius:8px;background-color:#e63946;color:white;font-weight:700;border:none;cursor:pointer;transition:background .3s ease}.show-more-btn:hover{background-color:#c72c3b}.about-section{padding:4rem 2rem;background-color:#f1f5f9;color:#1c1c1c;text-align:center}.about-section h2{font-size:2.5rem;margin-bottom:2rem;color:#e63946}.about-content{max-width:900px;margin:auto;display:flex;flex-direction:column;gap:2rem}.about-content p{font-size:1.2rem;line-height:1.8;text-align:justify}.about-image{display:flex;justify-content:center;margin:1rem 0}.rounded-image{border-radius:12px;object-fit:cover}@media (max-width:768px){.about-section h2{font-size:2rem}.about-content p{font-size:1rem}.rounded-image{width:90%;height:auto}}