.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}


.services-icon {
	display: block;
	position: relative;
	width: fit-content;
	margin: 15px auto 5px;
	border: 2px solid var(--green);
	border-radius: 50%;
	padding: 8%;
}

.services-icon svg {
	position: relative;
	width: 70px;
	fill: var(--green);
	z-index: 1;
	transition: fill .6s;
}


.services-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background-color: var(--green);
	border-radius: 50%;
	transition: all .6s;
}
.services-card:hover .services-icon svg{
fill: #fff;
}

.services-card:hover .services-icon::after {
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
}

.concrete-icon svg .cls-1, .concrete-icon svg .cls-3 {
	fill: transparent;
}


.services-list {
	gap: 25px;
}

.services-card {
	position: relative;
display: flex;
flex-direction: column;
	width: 47.333%;
	 margin: unset;
	padding: 15px;
	background-color: #fff;
	-webkit-box-shadow: 2px 9px 64px 2px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 2px 9px 64px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 2px 9px 64px 2px rgba(0, 0, 0, 0.08);
	transition: all ease-in 0.3s;
	max-width: 650px;
}

.card-image img {
display: none;
}

.card-image {
flex: 1 350px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
}

.card-text {
flex: 3 300px;
}

#garage-floor-card .card-image{
        background-image: url(/imageserver/UserMedia/3stone/garage-floor004.jpg);
}

#outdoor-surface-card .card-image{
        background-image: url(/imageserver/UserMedia/3stone/outdoor-concrete001.jpg);
}

/* -- Gallery Slideshow -- */
.garage-images-global {
    position: relative;
    z-index: 0;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, .91) 50%, rgba(255, 255, 255, .98) 100%), url(/imageserver/UserMedia/3stone/drivewayBG.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
}

#projects_section {
    padding-left: 20px;
    padding-right: 20px;
}
.projects-swiper::before,
.projects-swiper::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    width: 45px;
    height: 100%;
    z-index: 2;
}
.projects-swiper::before {
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0, transparent 100%);
}
.projects-swiper::after {
    right: 0;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.6) 0, transparent 100%);
}
.swiper {
    max-width: 1900px;
    width: 100%;
    margin: 40px auto;
}
.swiper-slide {
    background: #ddd;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.swiper-slide {
    max-width: 650px;
    width: 100%;
cursor: pointer;
}
.swiper-button-prev,
.swiper-button-next {
    color: #fff !important;
    height: 100% !important;
    top: 22px !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 25px !important;
}


  /* Lightbox */
  .lightbox-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right:0; bottom:0;
    background: rgba(0,0,0,0.85);
    align-items: center;
    justify-content: center;
    z-index: 10000;
  }
  .lightbox-overlay.active { display: flex; }
  .lightbox-img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 4px;
  }
.lightbox-close {
	position: absolute;
	top: 8%;
	right: 30px;
	font-size: 2rem;
	color: #fff;
	cursor: pointer;
}
  .lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    color: #fff;
    cursor: pointer;
    user-select: none;
    padding: 0 20px;
  }
  .lightbox-prev { left: 5%; }
  .lightbox-next { right: 5%; }

.why-us-global {
z-index: -1;
}

/*** Process Section ***/
.process-global .content-wrapper {
	max-width: 1700px;
	width: 100%;
	margin: 0 auto;
}

.process-image {
	float: right;
	padding-left: 12px;
}

.process-image  .main-image img {
	background-color: transparent;
}

@media (max-width: 600px) {
.main-global {
	padding: 40px 15px;
}

.services-card {
	width: 98.333%;
}
}