/* Trip or Fly Banner */
.ct-trip-or-fly-banner{
	width: 100%;
	background: url(https://www.edenshrooms.com/app/uploads/2025/06/edenshrooms-trip-or-fly-banner.webp);
	background-size: cover;
	background-position: center right;
	border-radius: 10px;
}
.ct-trip-or-fly-banner-content{
	max-width: 600px;
	width: 100%;
	margin-left: auto;
	padding-right: 50px;
	padding-top: 30px;
	padding-bottom: 70px;
	margin-bottom: 60px;
	margin-top: 20px;

}
.ct-trip-or-fly-banner-content .ct-logo{
	max-width: 190px;
	width: 100%;
	margin-left: auto;
}
.ct-trip-or-fly-banner-content .ct-logo svg{
	width: 100%;
}
.ct-trip-or-fly-banner-content p{
	color: #FFF;
	text-shadow: 4px 4px 0px #7F4C85;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #7F4C85;
	font-family: quasimoda, sans-serif;
	font-size: 39.626px;
	font-style: normal;
	font-weight: 800;
	line-height: 42.136px;
	max-width: 350px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.ct-trip-or-fly-banner-content h2{
    color: #FFF;
    text-shadow: 5px 5px 0px #7F4C85;
    -webkit-text-stroke-width: 1.18px;
    -webkit-text-stroke-color: #7F4C85;
    font-family: quasimoda, sans-serif;
    font-size: 52.74px;
    font-style: normal;
    font-weight: 800;
    line-height: 51.242px; /* 97.16% */
    text-transform: uppercase;
}
.ct-trip-or-fly-banner-content a{
	border-radius: 8.474px;
    border: 3.178px solid #7F4C85;
    background: #FFF;
    box-shadow: 6.356px 6.356px 0px 0px #7F4C85;
	color: #7F4C85;
    text-align: center;
    font-family: quasimoda, sans-serif;
    font-size: 20.126px;
    font-style: normal;
    font-weight: 850;
    line-height: normal;
    text-transform: uppercase;
	padding:9px 24.5px;
	display: block;
	width: fit-content;
}
@media(max-width: 1024px) {
	.ct-trip-or-fly-banner{
		background: url(https://www.edenshrooms.com/app/uploads/2025/06/ct-edenshrooms-trip-or-fly-mobile-banner.webp);
		min-height: 500px;
		background-position: center bottom;
		background-size: cover;
		margin-bottom: 50px;
		margin-top: 40px;
	}
	.ct-trip-or-fly-banner-main-wrapper{
		padding-left: 20px;
		padding-right: 20px;
	}
	.ct-trip-or-fly-banner-content .ct-logo{
		margin: auto;
		margin-bottom: 20px;
	}
	.ct-trip-or-fly-banner-content {
		text-align: center;
		max-width: 100%;
        padding-right: 20px;
        padding-left: 20px;
	}
	.ct-trip-or-fly-banner-content p{
		max-width: 100%;
		text-shadow: 2.575px 2.575px 0px #7F4C85;
		-webkit-text-stroke-width: 1.05px;
		font-size: 20.513px;
		line-height: 27.129px; /* 106.333% */
        text-transform: uppercase;
	}
	.ct-trip-or-fly-banner-content h2{
    	text-shadow: 2.94px 2.94px 0px #7F4C85;
    	-webkit-text-stroke-width: 1.5px;
    	-webkit-text-stroke-color: #7F4C85;
    	font-size: 34.768px;
    	font-style: normal;
    	font-weight: 800;
    	line-height: 37.666px; /* 97.16% */
    	text-transform: uppercase;
	}
	.ct-trip-or-fly-banner-content a{
		margin: auto;
	}
}