#SliderWrapper {
	margin-top: 0px !important;

}


.Slider1Text {
	color: white !important;
	font-size: 40px !important;
	line-height: 40px !important;
	font-family: "Raleway" !important;
	font-weight: 800 !important;
	font-size: 12px !important;
	font-style: italic !important;
	border: 2px solid rgba(255,255,255,0.5) !important;
	background: rgba(0,0,0,0.3) !important;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	padding: 5px 0px 10px 0px;
}

.Slider1Text * {
	line-height: 1 !important;
}

.CircleWrapper {
	margin: 20px 10px 0px 0px;
	position: relative;
}
/* Circle Styling */
.circle {
	display: block;
	width: 320px; /* Adjust size as needed */
	height: 320px;
	border-radius: 50%;
	background: url('/CoastalGraphics/images/BuildingBefore.jpg') center/cover no-repeat; /* Hardcoded background */
	position: relative;
	overflow: hidden; /* Ensures overlay stays within the circle */
	border: 2px solid white;
	position: relative;
	cursor: pointer;
}

/* Overlay for Second Image */
.overlay {
	display: block;
	position: absolute;
	z-index: 190 !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/CoastalGraphics/images/BuildingAfter.jpg') center/cover no-repeat; /* Second image */
	border-radius: 50%;
	opacity: 1; /* Start hidden */
	border: 2px solid white;
	cursor: pointer;
}

#LearnMoreArrowWrapper {
	width: 180px;
	height: auto;
	display: block;
	position: absolute;
	top: 210px;
	left: 70px;
	z-index: 200 !important;
	cursor: pointer;
}

#LearnMoreArrowConcept {
	width: 100%;
	height: auto
}

.ImpossiblePossible {
	display: inline-block;
	vertical-align: middle;
	max-width: 30vw;
	margin-top: auto;
}

@media screen and (max-width: 1180px) {

	.ImpossiblePossible {
		margin-top: 40px;
	}
}

@media screen and (max-width: 1024px) {

	.ImpossiblePossible {
		margin-top: 70px;
	}

	.circle {
		width: 270px;
		height: 270px;
	}


	#LearnMoreArrowWrapper {
		width: 155px;
		top: 190px;
		left: 60px;
	}

}

@media screen and (max-width: 880px) {

	.Slider1Text {
		font-size: 1.2vw !important;
	}

	.circle {
		width: 230px;
		height: 230px;
	}


	#LearnMoreArrowWrapper {
		width: 140px;
		top: 160px;
		left: 50px;
	}

}

@media screen and (max-width: 800px) {

	.circle {
		width: 80vw;
		height: 80vw;
		max-width: 400px;
		max-height: 400px;
	}

	#LearnMoreArrowWrapper {
		width: 210px;
		top: 290px;
		left: 100px;
	}

	.ImpossiblePossible {
		margin-top: auto;
		display: block;
		text-align: center !important;
		margin: 0 auto !important;
		max-width: 70vw !important;
		margin-right: 10px
	}
}



@media screen and (max-width: 490px) {

	.Slider1Text {
		font-size: 1.3vw !important;
		padding: 5px 0px 5px 0px;
	}

	#LearnMoreArrowWrapper {
		width: 50%;
		top: 60vw;
		left: 20vw;
	}

}

