.phone-container {
	display: flex;
	align-items: center;
}
.phone-icon {
	margin-right: 8px; /* space between icon and text */
}
.card-align {
	padding: 2rem !important;
	/* text-align: justify !important; */
}

.card-colour-gray {
	background-color: #dcdcdc !important;
}

#container {
	position: relative;
	display: flex;
	max-height: 95vh;
	aspect-ratio: 3 / 2;
}

.img-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.img-wrapper:nth-child(2) {
	clip-path: inset(0px 0px 0px 50%);
}

.img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.line {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: .2rem;
	height: 100%;
	background-color: #FAFAFA;
}

.sliderEffect {
	/* reset */
	appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	/* custom */
	position: absolute;
	width: calc(100% + 2.25rem);
	height: 100%;
	left: -1.125rem;
}

.sliderEffect::-webkit-slider-thumb {
	/* reset */
	-webkit-appearance: none;
	appearance: none;
	/* custom */
	height: 2.25rem;
	width: 2.25rem;
	border: .25rem solid #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 height%3D%2224px%22 viewBox%3D%220 -960 960 960%22 width%3D%2224px%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M286.15-293.85 100-479.62l185.77-185.76 42.15 41.76-113 113.62h530.16l-113-113.62 42.15-41.76L860-479.62 674.23-293.85l-42.54-41.77 113.39-114H214.54l113.38 114-41.77 41.77Z%22/%3E%3C/svg%3E');
	background-size: cover;
	cursor: grab;
}

.sliderEffect::-moz-range-thumb {
	height: 2.25rem;
	width: 2.25rem;
	border: .25rem solid #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 height%3D%2224px%22 viewBox%3D%220 -960 960 960%22 width%3D%2224px%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M286.15-293.85 100-479.62l185.77-185.76 42.15 41.76-113 113.62h530.16l-113-113.62 42.15-41.76L860-479.62 674.23-293.85l-42.54-41.77 113.39-114H214.54l113.38 114-41.77 41.77Z%22/%3E%3C/svg%3E');
	background-size: cover;
	cursor: grab;
}

.sliderEffect:active::-webkit-slider-thumb {
	cursor: grabbing;
}

.sliderEffect:active::-moz-slider-thumb {
	cursor: grabbing;
}

#container {
	position: relative;
}

.label {
	position: absolute;
	font-weight: bold;
	color: white;
	/* Change color as needed */
	background: rgba(0, 0, 0, 0.5);
	/* Optional background for better visibility */
	padding: 5px;
	border-radius: 3px;
}

.before-label {
	bottom: 10px;
	left: 10px;
}

.after-label {
	bottom: 10px;
	right: 10px;
}

.text-style-xlarge {
	display: flex;
	align-items: flex-start;
	align-content: space-between;
	flex-direction: column-reverse;
}

.image-icon {
	width: 130px;
	/* Adjust size as needed */
	height: auto;
	/* Maintain aspect ratio */
	margin-left: 8px;
	/* Space between text and image */
}

.testimonial-card:hover {
	transform: scale(1.05);
}

.testimonial-quotes {
	text-align: center;
	/* Center the quote icon */
	margin-bottom: 15px;
	/* Space below the quote icon */
}

.testimonial-text {
	font-style: italic; 
	margin: 30px 0; 
	min-height: 200px; 
	/* max-height: 210px;
	overflow-y: scroll;  */
	padding: 30px 30px 0 30px;
    text-align: justify;
	align-items: center;
    display: flex
;
}

.testimonial-flex {
	display: flex;
	align-items: center;
	margin-top: 15px;
	padding-left: 30px;
	margin-bottom: 15px;
}

.testimonial-card img {
	width: 50px;
	height: auto;
	border-radius: 50%;
	margin-right: 10px;
}

.testimonial-title {
	margin: 0;
}

.testimonial-secondary {
	font-size: 0.9em;
	color: #6c757d;
}

.custom-footer-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px;
}

.custom-footer-inner {
	flex: 1;
	margin: 10px;
	min-width: 250px;
}

.contact-info {
	max-width: 350px;
	flex: 0 0 300px;
}

.custom-footer-nav {
	text-align: left;
	flex: 0 0 150px;
}

.custom-footer-link {
	display: block;
	margin: 5px 0;
	text-decoration: none;
}

.custom-footer-link:hover {
	text-decoration: underline;
}

.map-container {
	display: flex; /* Ensure map container is flex */
	justify-content: center; /* Center map */
	width: 100%; /* Full width on smaller screens */
	flex: 1; /* Allow map container to take remaining space */
}

.map {
	width: 100%; /* Make map take full width */
}

.map iframe {
	width: 100%; /* Full width for the map */
	height: 200px; /* Decreased height for smaller screens */
}

@media (min-width: 768px) {
	.map iframe {
		height: 250px; /* Decreased height for larger screens */
	}
}

@media (max-width: 576px) {
	.custom-footer-grid {
		flex-direction: column; /* Stack sections vertically on very small screens */
		align-items: center; /* Center align items */
	}

	.custom-footer-inner {
		text-align: center; /* Center text for smaller screens */
	}

	.map-container {
		width: 100%; /* Ensure map takes full width in column layout */
	}
}
.custom-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap; /* Allow wrapping on smaller screens */
	padding: 10px 20px; /* Add padding */
}

.custom-footer-text {
	display: flex;
	align-items: center;
}

.custom-footer-logo {
	height: 50px;
	margin-right: 10px;
}

.custom-footer-center {
	flex: 1; /* Take up available space */
	text-align: center;
	margin: 10px 0; /* Margin for spacing */
}

.custom-footer-social-icons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.custom-footer-icon {
	margin: 0 10px;
	text-decoration: none; /* Remove underline */
}

.custom-footer-icon:hover {
	color: #0056b3; /* Darker color on hover */
}

/* Responsive Styles */
@media (max-width: 768px) {
	.custom-footer {
		flex-direction: column; /* Stack items vertically on smaller screens */
		align-items: center; /* Center items */
	}

	.custom-footer-text,
	.custom-footer-center,
	.custom-footer-social-icons {
		margin-bottom: 10px; /* Spacing between sections */
	}

	.custom-footer-center {
		text-align: center; /* Center text in the footer center section */
	}
}

.custom-footer-grid {
    display: flex; /* Use flexbox */
    flex-direction: row; /* Align children in a row */
    justify-content: flex-start; /* Align items to the left */
    flex-wrap: wrap; /* Allow items to wrap to the next line */
}

/* Mobile Styles */
@media (max-width: 768px) {
    .custom-footer-grid {
        flex-direction: column; /* Stack items vertically */
        align-items: flex-start; /* Align items to the left */
    }

    .custom-footer-inner {
        margin: 5px 0; /* Adjust margin for mobile */
        width: 100%; /* Full width on mobile */
    }
}


.custom-footer-nav {
    display: flex; /* Use flexbox */
    flex-direction: column; /* Stack items vertically */
    align-items: flex-start; /* Align items to the left */
    margin: 10px 0px; /* Add margin for spacing */
}

.custom-footer-link {
    text-align: left; /* Ensure text is left-aligned */
    margin-bottom: 5px; /* Space between links */
    color: rgb(40, 56, 81); /* Change color as needed */
    text-decoration: none; /* Remove underline */
}

.footer-link-text {
    font-weight: bold; /* Bold for the section title */
    margin-bottom: 5px; /* Space below the title */
}

.subscribe-align{
	padding: 0px 20px 0px 20px;
}

.mt-100{
	margin-top: 100px;
}

.mr-20{
	margin-right: 20px;
}

.mw-120{
	min-width: 120px;
}

.checkbox-wrapper {
	display: flex;
	align-items: center; /* Vertically center the checkbox and label */
}

.styled-checkbox {
	appearance: none; /* Remove default styling */
	width: 20px; /* Custom width */
	height: 20px; /* Custom height */
	border: 2px solid rgb(40, 56, 81); /* Custom border color */
	border-radius: 4px; /* Rounded corners */
	outline: none; /* Remove outline */
	cursor: pointer; /* Change cursor on hover */
	margin-right: 10px; /* Space between checkbox and label */
	position: relative; /* Position for pseudo-elements */
}

.styled-checkbox:checked {
	background: rgb(40, 56, 81); /* Background color when checked */
	border-color: rgb(40, 56, 81); /* Border color when checked */
}

/* Checkmark styling */
.styled-checkbox:checked::before {
	content: ''; /* Empty content for custom checkmark */
	position: absolute; /* Positioning to center it */
	top: 2px; /* Adjust top position */
	left: 5px; /* Adjust left position */
	width: 10px; /* Width of the checkmark */
	height: 10px; /* Height of the checkmark */
	background: white; /* Checkmark color */
	clip-path: polygon(0 50%, 40% 100%, 100% 0, 60% 0, 40% 50%); /* Custom checkmark shape */
}

.working-hours {
	margin-top: 10px;
	display: flex;
	flex-direction: column; /* Stack items vertically */
	align-items: flex-start; /* Align items to the left */
}

.working-hour {
	display: flex;
	justify-content: space-between; /* Space between day and time */
	width: 100%; /* Full width for each row */
	margin: 0; /* Space between rows */
}

.working-hour .day {
	margin-right: 20px; /* Space between day and time */
}
.margintb{
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}
.flex-start{
	justify-content: flex-start;
}

.ui-timepicker-wrapper {
	width: 20% !important; /* Set input to full width */
	border-radius: 5px;
}

.text-field-form{
    color: #ffffff;
}

.mobileView{
	display: none;
}

.our-partner{
	padding-bottom: 0; 
	margin-top: 5px;
}
/* Optional: Media queries */
@media (max-width: 768px) {
    .preloader {
        display: flex; /* Ensure it's displayed on mobile */
	}
	
	.mt-380{
		margin-top: 380px;
	}

	.service-height{
		height: auto;
	}

	.mt-310{
		margin-top: 310px;
	}
}

@media (min-width: 600px) {
	.working-hours {
		flex-direction: column; /* Keep stacking in larger screens */
	}	
}
	
@media screen and (max-width: 767px) {
    /* .home-insights-grid {
        max-height: fit-content !important; 
    } */
	.slider-image-inner{
		height: auto;
	}
	.image-effect-grid{
		min-height: auto;
	}
	.testimonial-flex{
		padding-left: 0px;
	}
	.align-center{
		align-items: center;
	}
	.ui-timepicker-wrapper{
		width: 75% !important;
	}
	.cfontsize {
        font-size: 2.5rem;
    }
	.addonheading{
		display: none;
	}

	.simage_height{
		/* height: auto !important; */
		height: 120vh !important;
	}

	.logo-wrapper-link{
		width: 140px !important;
	}
	
	.text-justify{
		text-align: justify;
	}
		
	.overflow-visible{
		overflow: visible;
	}
	.partner-width {
		width: auto !important;
		height: 70px;
	}

	.service-grid-content-left{
		grid-template-rows: 40vh 1fr;
		grid-template-columns: 1fr;
	}
	.service-padding{
		padding-top: 0;
	}

	.our-numbers{
		padding-top: 15px;
	}
	.our-partner{
		display: none;
	}

	.autoheight{
		height: auto;
	}
	.slider-about{
		padding-top: 10px;
	}
	.font1-2 {
        font-size: 1.2rem;
    }
	.contact-details-grid{
		grid-template-columns: 1fr;
	}

	.mobileView{
		display: block;
	}
	.partner-slider{
		height: 216px;
	}
}

/* Initially hide the submenu */
.submenu {
	display: none;
	padding-left: 20px;
}

/* Show submenu on hover */
.menu-wrapper-inner:hover .submenu {
	display: block;
}

/* Style submenu links */
.submenu-link {
	display: block;
	padding: 8px 0;
	text-decoration: none;
	color: var(--white-700-body-text);;
}

.maxwidth{
	max-width: 60rem;
}

.uppercase{
	text-transform: uppercase;
	font-size: 22px;
}

.service-card {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
}

.service-image-content {
	width: 100%;
	height: 100%;
}

.simage_height{
	height: 100vh;
}

.margin-top{
	margin-top: -60px;
}

.opacity-70{
	opacity: .7;
}
.mt-28{
	margin-top: 28px;
}
.font-size-14{
	font-size: 14px;
}

.padding-left0{
	padding-left: 0;
}
@media (min-width: 1024px) {
    .mtn-22 {
        margin-top: -22px;
    }
	.mtn-60 {
        margin-top: -60px;
    }
	.w-dyn-3items{
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.aboutus-card img {
	width: 70px;
	height: 70px;
}

.collection-list-2{
	grid-template-columns: 1fr;
}

.card-square-aspect-ratio{
	aspect-ratio: auto;
}

.partner-width{
	width: 250px;
}

@media screen and (max-width: 991px) {
    .collection-list-2 {
        grid-template-rows: 1fr;
        grid-template-columns: 100%;
    }
}

.text-colour-white{
	color: var(--white-700-body-text) !important;
}

li.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list .ui-timepicker-selected:hover {
    background: #3d455a !important;
}

.text-justify{
	text-align: justify;
}
/* .zd-sticky-button{
	background-color: var(--black300) !important;
	color: var(--white-700-body-text) !important;
    border-radius: 10rem !important;
    padding: .7rem !important;
    font-size: .9rem !important;
    font-weight: 400 !important;
	left: 600px !important;
	width: 250px !important;
	font-family: Libre Franklin, sans-serif !important;
	text-align: center !important;
	text-transform: uppercase !important;
} */

/* Optional: Media queries */
@media (max-width: 768px) {
	/* .zd-sticky-button{
		left:30px !important;
	} */
}