.serviceBrochure-container{background-color:#fff;border-radius:20px;width:100%;height:300px;overflow:hidden;box-shadow:0 0 10px gray}.serviceBrochure-content>img{object-fit:cover;width:100%;height:100%}.serviceBrochure-content:first-child{width:100%;height:200px}.serviceBrochure-content:nth-child(2){background-color:#fff;justify-content:center;align-items:center;width:100%;height:100px;padding:10px;display:flex}.serviceBrochure-content>a{color:var(--customColor1);justify-content:center;align-items:center;width:100%;height:100%;text-decoration:none;display:flex}.serviceBrochure-item{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.serviceBrochure-item>p{text-align:center;font-size:20px;font-weight:700}.serviceBrochure-icon{color:var(--customColor1);font-size:40px}
.serviceNav-container{width:100%;padding:20px}.serviceNav-content{background-color:#fff;border-radius:20px;box-shadow:0 0 15px #d8d8d8}.serviceNav-content>ul{justify-content:space-evenly;align-items:center;margin:0;padding:0;display:flex}.serviceNav-content>ul>li{height:100%;padding:10px;font-size:25px;font-weight:500;list-style:none}.serviceNav-content>ul>li:first-child{color:var(--customColor2)}.serviceNav-content>ul>li>a{height:100%;color:var(--customColor1);border-radius:10px;padding:10px;font-size:18px;font-weight:500;text-decoration:none;list-style:none}.serviceNav-content>ul>li>a:hover{background-color:var(--customColor3)}@media screen and (max-width:768px){.serviceNav-content>ul{flex-direction:column;justify-content:space-evenly;align-items:flex-start;margin:0;padding:0;display:flex}}
.serviceSideBarLinks{background-color:#fff;border-radius:20px;margin-top:20px;padding:20px}.serviceSideBarLinks>li{background-color:var(--customColor3);border-radius:10px;margin-top:20px;padding:10px;list-style:none;transition:all .3s}.serviceSideBarLinks>li:hover{background-color:#fff}.serviceSideBarLinks>li>a{color:var(--customColor1);font-weight:500;text-decoration:none}.serviceSideBarLinks>li:has(a.active){border:1px solid var(--customColor1);background-color:#fff}
