/* BEGIN General RAC styles */
h1 {
	margin-top: 5px !important;
}
/* Hide padding above floating menu */
main > .sf_colsIn.mt-5 {
	margin-top: 0 !important;
}
.sf-breadscrumb.breadcrumb li {
	font-size: 0.75rem;
}
.block-quote .attribution-description {
	line-height: 1rem;
}
.circle-image {
	border-radius: 50%;
}
.keyPoints ul, .roomHolder .keyPoints {
list-style: none;
    padding: 0;
    margin: 35px 0 !important;
    column-count: 2;
    column-gap: 2rem;
}
.btn-grey {
	background-color: #586476 !important;
	border-color: #586476 !important;
}
.file-download-btn {
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 30px 40px 15px 15px;
    position: relative;
    width: 100%;
    text-align: left;
}
.file-download-btn::after {
	position: absolute;
	top: 15px;
	right: 15px;
}
.file-download-btn::before {
	content: "";
    position: absolute;
    top: 15px;
	left: 15px;
    height: 3px;
    width: 33px;
    background-color: white;
    display: block;
}
.roomHolder .keyPoints li {
	list-style: none !important;
}
.keyPoints ul li::before, .roomHolder li::before {
    font-family: "Font Awesome 6 Free";
    content: "\f058"; 
    color: #83bf2b;
    margin-right: 8px; 
}
.keyPoints ul li {
    margin: 0 0 10px 0 !important;
    list-style: none;
    break-inside: avoid;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}
.nearbyLocations ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

/* Style the list items */
.nearbyLocations li {
    position: relative; /* Allows the ::before marker to be positioned relative to the list item */
    font-size: 16px; /* Adjust this to suit your design */
}
.nearbyLocations li::marker {
	content: "";
}
.nearbyLocations li::before {
    font-family: "Font Awesome 6 Pro"; /* Ensure you include the Font Awesome font */
    font-weight: 900; /* Font Awesome Solid icons use this weight */
    margin-right: 8px; /* Adds spacing between the icon and the text */
    display: inline-block;
    vertical-align: middle;
	color: #83bf2b;
	width: 20px;
}
li.bus::before {
    content: "\f207";
}
li.train::before {
    content: "\f238";
}
li.doctor::before {
    content: "\f0f0"; 
}
li.shop::before {
    content: "\f54e"; 
}
li.park::before {
    content: "\f400"; 
}
li.beach::before {
    content: "\f5ca"; 
}
li.hospital::before {
    content: "\f481"; 
}
li.golf::before {
    content: "\f451"; 
}
li.wellbeing::before {
    content: "\f21e"; 
}
li.seniors::before {
    content: "\f44b"; 
}
li.library::before {
    content: "\f02d"; 
}
li.pool::before {
    content: "\f5c5";
}

.callButton {
    padding: 6px 0;
    text-decoration: none !important;
    display: inline-block;
    font-weight: 700;
    font-size: 1.15rem;
	margin-right: 15px;
}
.callButton::before {
    font-family: "Font Awesome 6 Free"; 
    content: "\f095"; 
    color: #83bf2b; 
    font-weight: 900; 
    margin-right: 8px; 
}
.bg-branded-img {
    max-height: 430px;
	border-radius: 5px;
	padding: 350px 0 0 0;
}
.card-body .text-sm {
	display: none !important;
}
.download-card {
    min-height: 75px !important;
    max-height: 110px !important;
}
.download-card h4 { 
	font-size: 18px;
}
.card-content.h-100 {
	height: auto !important;
}
.steps-card .card-img-top.height-40 {
	height: 50px;
    width: 50px;
    margin: 20px auto;
    padding: 0 !important;
}
.steps-card .card-body.height-60 {
	padding: 1.25rem 0.2rem 0 0.2rem !important;
}
h2.section:before, h2.miniSection:before {
    content: "";
    position: absolute;
    top: -25px;
    height: 4px;
    width: 33px;
    background-color: #83bf2b;
    display: block;
}
h2.section, h2.miniSection {
	font-size: calc(20px + 10*((100vw - 320px) / 1160)) !important;
}
.sfContentBlock h3 {
	font-size: calc(16px + 10*((100vw - 320px) / 1160)) !important;
}
.loc-address-card.mb-5-sm .d-block.text-sm {
	display: none !important;
}
.container-padding.bg-light-box .location-address {
	display: inline !important;
}
.container-padding.bg-light-box .location-address .font-weight-bold.d-block.text-underline {
	display: inline !important;
}
.lightbox-icon a:after, .lightbox-icon:after {
    font-family: 'Font Awesome 6 Free'; 
    content: "\f24d"; 
    font-weight: 400; 
    font-size: small;
    margin-left: 8px;
}
.block-quote {
    padding: 0 75px 0 150px;
}
.block-quote .theme-border.mb-3 {
	background: #83bf2b;
	border-color: #83bf2b;
}
.block-quote .container {
    padding: 0;
}
.block-quote .quote {
    font-size: 26px !important;
}
.block-quote .img-circle {
    float: left !important;
    margin: 0 20px 0 0 !important;
}
a.anchor-btn:not(.btn-inverse-color,.nav-link):after, #costsButton:after {
    font-family: "Font Awesome 6 Free"; /* Font Awesome font family */
    content: "\f063"; /* Unicode for Font Awesome down arrow */
    font-weight: 900; /* Use 900 for solid icon, 400 for regular */
    margin-left: 8px; /* Add space between the text and the icon */
	color: #4e833d;
	display: inline-block;
    font-size: small;
}
.btn.btn-inverse-color {
  box-shadow: 1px 1px 3px grey;
  margin-bottom: 13px;
}
.btn.btn-inverse-color:hover {
  box-shadow: 1px 1px 6px grey;
}
/* Hide location simple header - using for JSON only */
.loc-simple-header.mb-5 {display: none !important;}
/* Remove lightbox icon from header banner */
.lightbox-icon.container-padding.bg-branded-img:after {display: none !important;}
/* Remove end CTA banner as it's held on higher template */
.container-padding.bg-branded.bg-branded-green-tint {
  display: none;
}
/* END General RAC styles*/

/* BEGIN GalleryBox styles */
.closeGalleryBox-btn {
    position: fixed;
    top: 20px;
    right: 30px;
    opacity: 0;
    z-index: 1050;
    border-radius: 50%;
    padding: 5px;
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #4e833d;
	border: 2px solid white;
	background: white;
    cursor: pointer;
  transition: 0.2s;
}
.closeGalleryBox-btn i {
	font-size: 40px;
}
.shortGallery li:nth-child(n+7) {
    display: none !important;
}
.galleryBox ul {
	max-width: 900px;
  	margin: 0 auto;
}
.galleryBox img {
   width: 400px;
}      
.galleryBox-content {
	position: relative;
	width: 80%;
	max-width: 800px;
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	text-align: center;
}
/*
.close-btn {
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
	color: #000;
}
*/
.close-btn i {
	font-size: 40px;
}
.galleryBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    justify-content: center;
    align-items: center;
    z-index: 1031;
    text-align: center;
    overflow: auto;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.galleryBox-active {
    opacity: 1;
    transform: scale(1);
}
.navigation-card.bg-white {
	border: 0px solid white !important;
}
@media (max-width: 1100px) {
	.nearbyLocations li {margin: 20px 0 !important;}
}
@media (max-width: 522px) {
	.sf-Gallery-thumbs-container .sf-Gallery-thumbs img {width: 350px !important;}
	.keyPoints ul, .roomHolder .keyPoints {column-count: 1;}
}
@media (max-width: 767px) {
	.loc-address-card.mb-5-sm {
		margin-bottom: 0rem !important;
    }	
    .cta-btns.d-flex {
        flex-direction: unset;
        align-items: center;
        position: absolute;
        left: 25px;
        bottom: 10px;
        width: 80%;
    }
	.cta-btns a {
		width: 50%;
	}
	.keyPoints ul, .roomHolder .keyPoints  {
		margin: 10px 0 25px 0 !important;
		/*grid-template-columns: repeat(1, 1fr) !important;*/
	}
	.block-quote {
		padding: 0 20px;
	}
	/*
	.sf-Gallery-thumbs .d-inline-block, .sf-Gallery-thumbs .text-center.image-link, .sf-Gallery-thumbs img{
		width: 100% !important;
	}
	*/
	img.mfp-img {
		max-width: 100% !important;
	}
	.close-btn {
		top: -50px !important;
		right: 0 !important;
	}
	#stickyNavHolder nav a.active {
		font-weight: 900;
		background-color: #83bf2b !important;
		border-radius: 10px;
		border-bottom: 0px solid green !important;
	}
}
/* END GalleryBox styles */

/* BEGIN Lightbox styles */
.lightbox {
	display: flex;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	z-index: 50000;
	pointer-events: none;
	transition: 0.5s;
} 
.lightbox-content {
	position: relative;
	width: 80%;
	max-width: 800px;
	text-align: center;
	transition: 0.5s;
}
.lightbox iframe {
	width: 100%;
	height: 450px;
	border: 0;
	border-radius: 10px;
	transition: 0.5s;
}
.close-btn {
	position: absolute;
    top: -30px;
    right: -30px;
    border: 2px solid white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: white;
    cursor: pointer;
    transition: 0.5s;
}
/* END Lightbox styles */

/* BEGIN Stickynav styles */
#stickyNavHolder nav ul {
	display: flex;
	align-items: center;
	height: 60px; 
	justify-content: space-around;
	max-width: 1250px;
    margin: 0 auto;
}
#subNav {
    transition: top 0.3s ease, width 0.3s ease, left 0.3s ease;
	z-index: 100;
}
.sticky {
    position: fixed !important;
    top: 0;
    z-index: 999;
    transition: top 0.3s ease, width 0.3s ease, left 0.3s ease;
}
#stickyNavHolder nav {
    position: relative;
	background-color: #f8f8f8;
    box-shadow: 0px 5px 5px #EBECEB, 0px -5px 5px #f3f3f3;
}
#stickyNavHolder nav li {
  list-style: none !important;
    flex: 1;
    text-align: center;
}
#stickyNavHolder nav ul li:not(:first-child):not(:last-child) a {
	height: 60px;
}
#stickyNavHolder nav a {
    display: block;
    padding: 5px;
    text-decoration: none;
	font-size: 14px;
	background-color: transparent; /* Default background */
    align-content: center;
}
#stickyNavHolder nav a.active {
	font-weight: 900;
    border-bottom: 3px solid var(--theme-color-primary);
}
.back-to-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px; 
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    transition: background-color 0.3s ease, color 0.3s ease;
	margin: 0 !important;
}
.back-to-top a {
    background-color: #4e833d !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
	color: white;
	transition: 0.3s ease;
}
.back-to-top a:hover {
    box-shadow: 0px 0px 5px grey;
}
#subNav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
#subNav ul li {
    flex: 1; 
    text-align: center;
	color: #4e833d;
}
#subNav ul li.back-to-top {
    flex: 0; 
}
#subNav ul li:first-child {
    margin-left: 15px;
}
#subNav ul li:last-child {
    margin-right: 15px;
}
/* Styles for mobile carousel */
@media (max-width: 767px) { 
    #stickyNavHolder #subNav {
        /*top: 120px !important;*/
    }

    #stickyNavHolder nav ul {
        display: flex;
        overflow-x: auto; /* Enables horizontal scrolling */
        overflow-y: hidden; /* Prevents vertical scrolling */
        white-space: nowrap; 
        padding: 0 10px; 
        scroll-behavior: smooth; 
        scrollbar-width: none; /* For Firefox */
    }
	/*
    #stickyNavHolder nav ul::-webkit-scrollbar {
        height: 8px; 
        display: block;
    }

    #stickyNavHolder nav ul::-webkit-scrollbar-thumb {
        background: #4e833d; 
        border-radius: 4px; 
    }

    #stickyNavHolder nav ul::-webkit-scrollbar-track {
        background: #83bf2b;
    }
	*/

    #stickyNavHolder nav li {
        flex: 0 0 auto; 
        text-align: center;
        margin: 0 5px;
    }

    #stickyNavHolder nav a {
        display: inline-block;
        padding: 5px 10px 4px 10px;
        font-size: 14px; 
		color: white;
		height: auto !important;
    }

    .back-to-top {
        flex: 0 0 auto;
        margin-right: 15px;
    }
}
@media (max-width: 1024px) { 
	.attributes {
		display: flex;
		align-items: center;
	}
}
/* END Stickynav styles */

/* BEGIN Room styles */
.roomHolder p {
	font-size: 1.25em;
	font-weight: 900;
}
.roomHolder .keyPoints {
	grid-template-columns: repeat(3, 1fr);
	margin: 30px 30px 0 30px !important;
	gap: 0;
}
.roomTitleAttrHolder {
	display: flex;
}
.roomTypeTitle, .attributes {
	display: inline-block;
	padding: 20px;
}
#costValue {
	font-size: 1.5rem;
    font-weight: 900;
    color: #83bf2b;
}
#costsButton {
    text-align: center;
    display: inline-block;
    padding: 0;
    font-weight: 700;
    background-color: white;
    font-size: 0.8rem;
}
.attributes {
	width: 45%;
	box-sizing: border-box;
	text-align: center;
	padding: 15px 0 8px 0 !important;
	display: flex;
    align-items: center;
}
.roomTypeTitle {
	font-weight: 900;
	font-size: 1.5em;
	width: 39%;
}
.centered-block {
		background-color:white;
	border-top:10px solid #ebeae8;
	border-bottom:10px solid #ebeae8;
	padding:10px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	text-align:center;
}
.attributes div {
	width: 32%;
	display: inline-block;
}
.roomType::before {
	font-family: 'Font Awesome 6 Free';
	content: "\f236"; 
	margin-right: 10px;
	font-weight: 900;
	font-size: x-large;
	display: block;
}
.bathroom::before {
	font-family: 'Font Awesome 6 Free';
	content: "\f2cd"; 
	margin-right: 10px;
	font-weight: 900; 
	font-size: x-large;
	display: block;
}
.size::before {
	font-family: 'Font Awesome 6 Free';
	content: "\f546"; 
	margin-right: 10px;
	font-weight: 900; 
	font-size: x-large;
	display: block;
}
.size::after {
	content: "m\00B2";
}
#roomTabs {
	display: flex;
	gap: 5px;
}
.roomTitleButton {
	padding: 15px 15px 15px 20px;
	background-color: #586476;
	font-weight: bold;
	border: 0;
	width: 20%;
	text-align: left;
	color: white;
	border-top: 3px solid #586476;
	border-radius: 3px 3px 0 0;
}
.roomTitleButton.active {
	background-color: #ebeae8;
	color: #586476;
	border-top: 3px solid #586476;
}
.roomHolder {
	display: none;
	background-color: #ebeae8;
	padding-bottom: 20px;
	position: relative;
	border-radius: 0 3px 0 0;
}
.roomHolder[data-room-index="0"] {
	display: block;
}
.roomImage {
    width: 100%;
    aspect-ratio: 1220 / 450;
    background-size: cover;
    background-position: center;
}
.roomHolder p {
	margin: 20px !important;
}
/* Mobile carousel styling for roomTabs with always visible horizontal scrollbar */
@media (max-width: 767px) { 
    #roomTabs {
        display: flex;
        overflow-x: scroll; 
        white-space: nowrap; 
        scroll-behavior: smooth; 
        gap: 10px; 
        padding: 10px 0; 
        scrollbar-width: none; 
    }
    #roomTabs::-webkit-scrollbar {
        height: 8px; 
        display: block; 
    }
    #roomTabs::-webkit-scrollbar-thumb {
        background: #d7d7d7; 
        border-radius: 4px; 
    }
    #roomTabs::-webkit-scrollbar-track {
        background: #ebeae8;
    }
    #roomTabs button {
        flex: 0 0 auto; 
        display: inline-block; 
        padding: 10px 15px; 
        font-size: 14px; 
        text-align: center; 
        border-radius: 5px; 
        cursor: pointer; 
        transition: background-color 0.3s ease;
        overflow: hidden; 
        white-space: normal; 
        word-wrap: break-word; 
        min-width: 150px; 
        border: 0;
    }
    #roomTabs button.active {
        background-color: #4caf50; 
        color: #fff;
        border-color: #4caf50;
    }
  #roomDestination{margin-top: 10px;}
  .roomTypeTitle, .attributes {width: 100%;}
  #costsButton {
    position: absolute;
      top: 0;
    right: 5px;
	display: none;
  }
  .option {
	  width: 100% !important;
  }
  .option.first {
	  border: none !important;
  }
  .lumpSumSection, .dailyAmountSection, .costsCta, .costTitle {
	  width: 100% !important;
  }
  .lumpSumSection {
	  border-right: 0 !important;
	  border-bottom: 0 !important;
	  padding: 10px 10px 10px 0 !important;
  }
  .dailyAmountSection {
	  padding: 10px 10px 10px 0 !important;
  }
  .combinationHolder {
	display: block !important;
  }
  #map {
	  height: 250px !important;
  }
  	.roomTitleAttrHolder {
		display: block !important;
	}
	#subNav ul li:not(:first-child):not(:last-child) {
		border-radius: 10px;
        background-color: #4e833d;
	}
}
/* END Rooms styles */
#map {
	border-radius: 5px !important;
}
/* Begin calculator styles */
  .combinationHolder {
	display: flex;
    align-items: center;
  }
.costSection {
	padding: 0 20px 20px 20px;
	background-color: #ebeae8;
	border-top: 1px solid #586476;
	margin-bottom: 20px;
	border-radius: 0 0 3px 0;
}

.costSectionTitle {
	font-size: 1.25em;
	font-weight: 700;
	margin-top: 20px;
}
.extraInfo {
	font-size: 0.9em;
	margin: 0;
	line-height: 120%;
}
.option {
	width: 50%;
	display: inline-block;
	padding: 20px;
	background-color: white;
	margin: 20px 0 0 0;
	border-radius: 3px;
}
.option.first {
	border-right:20px solid #ebeae8;
}
.optionTitle {
	font-weight: 700;
	font-size: 1.25em;
}
.costDetail {
	border-top: 1px solid #83bf2b;
	border-bottom: 1px solid #83bf2b;
	padding: 10px 0;
}
.costTitle {
    display: inline-block;
    margin: 0 5px 0 0;
    font-weight: 700;
    font-size: 0.9em;
    line-height: 125%;
}
.roomCostLabel {
    width: 25%;
    display: inline-block;
    font-weight: 700;
    font-size: 1.2em;
    color: #83bf2b;
    margin-bottom: 0;
}
.lumpSumSection, .dailyAmountSection {
	width: 50%;
	display: inline-block;
	border-top: 1px solid #83bf2b;
	border-bottom: 1px solid #83bf2b;
	padding: 10px;
	float: left;
    margin-bottom: 20px;
} 
.lumpSumSection {
	border-right: 1px solid #83bf2b;
}
.dailyAmountSection {
	padding-left: 20px;
}
.slider-container {
	margin: 20px 0 0 0;
}
.slider {
	width: 100%;
}
.slider-labels {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #333;
	margin-top: 5px;
}
/* Style for the entire slider */
input[type="range"] {
    -webkit-appearance: none; /* Removes default styling */
    width: 100%; /* Full width */
    height: 8px; /* Thickness of the track */
    background: #ddd; /* Track background color */
    border-radius: 4px; /* Rounded edges */
    outline: none; /* Remove focus outline */
    transition: background 0.3s ease;
}

/* Track color change on hover */
input[type="range"]:hover {
    background: #ccc; /* Slightly darker for hover effect */
}

/* Style for the thumb (the draggable part) */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Removes default styling */
    width: 16px; /* Thumb width */
    height: 16px; /* Thumb height */
    background: #4e833d; /* Thumb color */
    border-radius: 50%; /* Make it round */
    cursor: pointer; /* Change cursor on hover */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Optional shadow for depth */
    transition: background 0.3s ease;
}

/* Thumb hover effect */
input[type="range"]::-webkit-slider-thumb:hover {
    background: #406d32; /* Slightly darker blue */
}

/* For Firefox (track style) */
input[type="range"]::-moz-range-track {
    background: #ddd;
    height: 8px;
    border-radius: 4px;
}

/* For Firefox (thumb style) */
input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #4e833d;
    border-radius: 50%;
    cursor: pointer;
}

/* For IE (track style) */
input[type="range"]::-ms-track {
    background: transparent; /* Hides default track */
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
    height: 8px;
}

/* For IE (thumb style) */
input[type="range"]::-ms-thumb {
    width: 16px;
    height: 16px;
    background: #4e833d;
    border-radius: 50%;
    cursor: pointer;
}
.number {
	font-size: 1.2rem;
	color: #83bf2b;
	margin-left: 5px;
}	
.costsCta {
	text-align: center;
	display: inline-block;
	background-color: white;
	padding: 35px;
	margin: 20px auto 0 auto;
	border-radius: 5px;
}
.costsCtaLink {
	font-weight: 700;
	color: #4e833d;
	text-align: left;
}
.costsCtaLink a {
	color: grey;
	font-size: 1.5em;
	display: block
}
.tempHolder{
	display: flex;
	margin-bottom: 20px;
}
.tempHolder::before {
	font-family: "Font Awesome 6 Free";
	content: "\f095";
	color: #4CAF50;
	font-weight: 900;
	margin-right: 15px;
	font-size: 35px;
	line-height: 135%;
}
/* END calculator styles */

/* BEGIN Steps carousel styles */
@media (min-width: 1280px) {
    .row.mobileCarousel > div {
        flex: 1 1 auto; /* Make all columns take equal space */
        width: 100% !important; /* Reset any specific width set by other classes */
        max-width: none; /* Remove max-width restrictions if any */
        min-width: 0; /* Avoid unexpected shrinking due to content */
    }
}
.row.mobileCarousel {
    display: flex;
    flex-wrap: nowrap; 
    overflow-x: auto; 
    scroll-snap-type: x mandatory; 
    gap: 15px;
    padding: 10px;
    scrollbar-width: none;
}
.row.mobileCarousel::-webkit-scrollbar {
    display: none;
}

.row.mobileCarousel > div {
    flex: 0 0 auto;
    scroll-snap-align: start; 
    width: calc(100% - 30px);
}

@media (min-width: 767px) {
    .row.mobileCarousel > div {
        flex: 1 1 auto; 
        width: auto;
    }
	.carousel-controls {
		display: none !important;
	}
	.steps-card.not-end:after {
		content: "\f061" !important;
		transform: none !important;
	}
}
.card.bg-white {
	border: 0px solid white !important;
}
.steps-card p:last-of-type {
	margin-bottom: 0 !important;
}
.steps-card {
	border: 1px solid #ebeae8;
    border-radius: 3px;
    padding: 15px 25px 0 25px;
	height: 100%;
}	
.steps-card h4 {
	text-align:center;
}
.steps-card a {
	text-decoration: underline;	
}
.steps-card .card-text {
	-webkit-line-clamp: 50;
}
.steps-card .card-title {
	text-decoration: none;
}
.steps-card .card-body {
    padding: 1.25rem 0.2rem 1rem 0.2rem;
}
.steps-card .card-img-top {
	padding: 20px;
}

.steps-card.not-end:before {
	content: "";
    display: none;
    width: 160px;
    height: 1px;
    background: repeating-linear-gradient(to right, #83bf2b 0, #83bf2b 5px, /* Dash length */ transparent 5px, transparent 7px /* Space between dashes */);
    position: absolute;
    right: -90px;
    top: 50%;
    transform: translateY(-50%);
	z-index: 1;
}

.steps-card.not-end:after {
    content: "\f0dc";
    position: absolute;
    right: -25px;
    top: 50%;
    width: 35px;
    height: 35px;
    background-color: #4e833d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    font-family: "Font Awesome 6 Free";
    transform: rotate(90deg);
}
.no-padding{
	padding: 0 !important;
}
.carousel-controls {
    position: relative;
    display: flex;
    margin: 10px auto;
    text-align: center;
    gap: 15px;
    justify-content: center;
}
.carousel-button {
	cursor: pointer;
    background-color: white;
    color: white;
    border: 2px solid #4e833d;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold; 
    user-select: none;
    width: 50px;
    height: 50px; 
	position: relative;
}
#carousel-left:after {
	content: "\f060";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    color: #4e833d;
    font-size: 20px;
    top: 12px;
    left: 15px;
}
#carousel-right:after {
	content: "\f061";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    color: #4e833d;
    font-size: 20px;
    top: 12px;
    left: 15px;
}
/* END Steps carousel styles */
.green-bullet-tick li::before {
    font-family: "Font Awesome 6 Free";
    content: "\f058";
    color: #83bf2b;
    margin-right: 8px;
}

.green-bullet-tick li {
    list-style: none !important;
}

.green-bullet-tick ul {
margin: 0;
}