/* "Explore Related Services" slider (includes/related-services UI), extracted from
   modern-services-layout(.responsive).css so any page can use it. Keep in sync. */
.service-content-wrap p{max-width: 100% !important;}
.darkmode .service-image{min-height: 350px;
    height: 350px;
    mask-image: none !important;}
#serviceSwiper .swiper-wrapper{align-items: stretch;}
#serviceSwiper .swiper-slide{width: 360px;
    height: auto;
    flex-shrink: 0;}
#serviceSwiper .service-card{height: 100%;}
#serviceSwiper .swiper-slide{width: 480px;}
.vocso-related-services{background: var(--color-bg-soft-fixed);
    overflow: hidden;}
.darkmode .vocso-related-services{background: var(--color-black-fixed);}
.service-image{min-height: 350px;
    height: 350px;}
.service-image img{width: 100%;
    max-width: 100%;
    height: 100%;
    margin-top: 0;
    display: block;
    object-fit: cover;}
.service-image img:hover{transform: scale(1.05);
    
    transition: transform 0.3s ease-in-out;}
.vocso-related-services h2{margin-bottom: 2rem;}
.vocso-related-services p{margin-bottom: 5rem;
    color: var(--color-text);
    font-size: 1.8rem;
    line-height: 1.6;
    max-width: 50%;}
.darkmode .service-card{border: 1px solid rgba(255, 255, 255, 0.16);
    background: var(--color-neutral-dark);}
.darkmode .service-icon{background: var(--color-black-fixed);
    border: 2px solid var(--color-white-fixed);}
.darkmode .service-icon img{filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7472%) hue-rotate(295deg) brightness(96%) contrast(104%);}
.service-card{display: flex;
    position: relative;
    min-height: 100%;
    padding: 0;
    border-radius: 18px;
    background: var(--color-white-fixed);
    text-decoration: none;
    color: var(--color-white-fixed);
    overflow: hidden;
    transition: all 0.28s ease;
    gap: 0;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgb(63 63 63 / 16%);}
.service-card:hover{box-shadow: 0 24px 52px rgba(37, 40, 44, 0.14);
    
    background: var(--color-bg-soft-fixed);
    transition: all linear 0.3s;}
.darkmode .service-card:hover{background: var(--color-black-fixed);
    transition: all linear 0.3s;}
.service-icon{position: relative;
    z-index: 2;
    width: 66px;
    height: 66px;
    min-width: 66px;
    border-radius: 1rem;
    display: grid;
    place-items: center;
    border: 2px solid rgb(0 0 0);
    background: var(--color-white-fixed);
    box-shadow: 0 10px 24px rgba(0, 105, 103, 0.08);}
.service-icon img{width: 42px;
    height: 42px;
    object-fit: contain;}
.service-icon img[src=""],
.service-icon img:not([src]){display: none;}
.service-content{position: relative;
    z-index: 2;
    gap: 2rem;
    display: flex;
    flex-direction: column;
    padding: 5rem 5rem;}
.service-card h3{margin: 0 0 18px;
    color: var(--color-text);
    font-size: 2.2rem;
    font-weight: 500;}
.service-card p{margin: 0 0 28px;
    color: var(--color-text);
    font-size: 1.8rem;
    line-height: 1.4;
    min-height: 80px;}
.explore-btn{display: inline-flex;
    align-items: center;
    color: var(--color-secondary-dark);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    transition: gap 0.25s ease;
    background: url(../images/greendark-next-arrow.svg) no-repeat;
    background-position: 89% center;
    padding-right: 4rem;
    transition: all linear 0.3s;}
.darkmode .explore-btn{color: var(--color-secondary-dark);
    background: url(../images/greendark-next-arrow.svg) no-repeat;
    background-position: 89% center;}
.service-card:hover .explore-btn{gap: 5px;
    color: var(--color-primary);
    background: url(../images/orange-next-arrow.svg) no-repeat;
    background-position: 92% center;
    transition: all linear 0.3s;}
@media only screen and (max-width:1024px){
  .vocso-related-services p{max-width: 100%;}
}
@media only screen and (max-width:767px){
  .vocso-related-services{margin-bottom: 5rem;}
  .service-content{padding: 3rem 3rem;}
  .service-icon{width: 40px;
		height: 40px;
		min-width: 40px;}
  .service-icon img{width: 26px;
		height: 26px;}
  .vocso-related-services{padding-top: 70px;
		padding-bottom: 70px;}
  .service-card,
	.service-card-featured{min-height: auto;
		
		grid-template-columns: 1fr;
		gap: 18px;}
  .service-card-small,
	.service-card-wide{grid-template-columns: 1fr;}
  .service-card p{max-width: 100%;}
  #serviceSwiper .swiper-slide{width: 280px;}
}
@media only screen and (max-width:1199px){
  .vocso-related-services h2 br{display: none;}
  .service-card-featured,
	.service-card-small,
	.service-card-wide{grid-column: span 1;}
  .service-card-featured{grid-template-columns: 82px 1fr;}
}
@media only screen and (max-width:767px) and (min-width:320px){
  .service-image{min-height: 200px;
		height: 200px;}
}
