.blog-services-section{background-color:#f9f9f9!important;border-radius:15px;border:1px solid #ebebeb;padding:1.5rem!important}.blog-services-wrapper{display:flex;flex-direction:column;gap:1rem}.blog-services-header{font-size:1.3rem;font-weight:500;color:var(--warning-color)}.blog-services-grid{display:flex;flex-direction:column;gap:1rem}.service-card{display:block;background:#fff;border-radius:10px;padding:1rem;text-decoration:none;color:var(--text-color);border:1px solid #eee;transition:transform .15s ease,box-shadow .15s ease}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-medium)}.service-title{font-weight:600}@media screen and (max-width:992px){.blog-services-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.blog-services-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.blog-services-grid{grid-template-columns:1fr}}.explore-header h2{font-size:1.6rem;margin-bottom:1rem;color:var(--dark-gray)}.explore-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.explore-card{display:block;background:#fff;border-radius:8px;overflow:hidden;text-decoration:none;color:var(--text-color);box-shadow:var(--shadow-light);transition:transform .15s ease,box-shadow .15s ease}.explore-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-medium)}.explore-image{height:15rem;overflow:hidden}.explore-img{width:100%;height:100%;object-fit:cover}.explore-body{padding:1rem}.explore-title{font-size:1rem;color:var(--dark-gray)}@media screen and (max-width:992px){.explore-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:576px){.explore-grid{grid-template-columns:1fr}}