body {

	font-family: "Josefin Sans", sans-serif !important;

	background-color: #f8f9fa;

}



.section-title {

	font-size: 1.5rem;

	font-weight: bold;

	margin-bottom: 1rem;

	color: #343a40;

}



.card {

	border: none;

	border-radius: 10px;

	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}



.btn-select {

	background-color: white;

	padding: 10px 35px !important;

	border-radius: 10px !important;

	font-weight: bold !important;

	color: #c90004;

	border-color: #c90004;

}



.btn-remove {

	background: linear-gradient(135deg, #c90004 0%, #ff474c 100%);

	color: #fff;

	padding: 10px 35px !important;

	border-radius: 10px !important;

	font-weight: bold !important;

}



.btn-next:hover {
background: #E4B600 !important;
}

.btn-next {

	/*background: linear-gradient(135deg, #c90004 0%, #ff474c 100%);*/
	background: #E4B600;

	color: #fff !important;

	padding: 10px 25px !important;

	border-radius: 10px !important;

	font-weight: bold !important;

	width: 500px;

}



.card-title {

	color: #343a40;

	font-weight: bold;

	padding-top: 8px;

	padding-bottom: 8px;

}



.card-text {

	color: #656565;

	font-size: 14px;

	font-weight: 400;

}



.booking-details {

	background-color: #ffffff;

	padding: 1.5rem;

	border-radius: 10px;

	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}



hr {

	border-top: 1px solid #dee2e6;

}



.decore_in {

	padding-top: 72px;

	padding-left: 100px;

	background-color: #EDEDED;

	padding-bottom: 72px;

	padding-right: 473px;

}



.ox-hair {
    display: flex
;
    }



button.btn.btn-sm.btn-outline-danger {

	background-color: #E4B600;

	color: white;

	padding-top: 0px;

	padding-bottom: 0px;

	width: 32px;

	margin-top: 6px;

}



.oxy-content {

	padding-left: 10px;

	padding-right: 11px;

}

.ox-hair img{
	width: 150px;
	height: 150px;
	min-width: 150px;
	object-fit: cover;
	border-radius: 15px;
}



.row.g-3 {

	padding-right: 60px;

}



.text-secondary {

	--bs-text-opacity: 1;

	color: #242424 !important;

	font-weight: 600;

	font-size: 32px;

}



h2.mb-3 {

	font-size: 64px;

	font-weight: 600;

}



p.text-secondary1 {

	color: #242424;

	font-size: 24px;

	font-weight: 400;

}



h4.card-title1 {

	color: #242424;

	font-size: 24px;

	font-weight: 500;

}



.container.py-5.container-content {

	padding-top: 10px !important;

}



p.m-0.font-name {

	font-weight: 700;

	font-size: 14px;

	color: #242424;

}



span.number_in {

	padding: 6px;

}



.name_card {

	padding-right: 57px;

	padding-left: 15px;

	padding-top: 8px;

}





.modal-map {

	position: relative;

	height: 400px;

}



#map {

	width: 100%;

	height: 100%;

	border-radius: 10px;

}



#searchInput {

	width: 100%;

	padding: 10px;

	border: 1px solid #ccc;

	border-radius: 5px;

	margin-bottom: 10px;

}



#locationField {

	cursor: pointer;

	width: 200%;

}



a.text-decoration-none.text-secondary {

	color: #242424 !important;

}





form {

	display: grid;

	grid-template-columns: 1fr;

	/* One column by default */



}



.two-column {

	grid-template-columns: 1fr 1fr;

	/* Two equal columns for CVV and Expiry Date */

	display: grid;

	gap: 10px;

	/* Space between the two fields */

}



input[type="text"] {

	width: 100%;

	padding: 10px;

	box-sizing: border-box;

	border-radius: 10px;

	/* Curved borders */

	border: 1px solid #ccc;

	/* Optional border color */

}



.full-width {

	grid-column: span 1;

	/* Span full width of the grid (1 column) */

}





.col-md-6.sec_payment {

	padding-left: 100px;

}





p.card-texts {

	margin-bottom: 6px;

}



.row.g-3.row_services {

	padding-right: 0px;

}





.ox-hair.oxy-salon {

	background-color: #F5F5F5;

	border-radius: 10px;

	padding: 20px;

}



button.btn.btn-sm.btn-outline-danger.add_sect {



	width: 130% !important;

	padding-top: 6px;

	padding-bottom: 6px;

}



/*salonpage */



.image-section {

	display: grid;

	grid-template-columns: repeat(4, 1fr);

	gap: 20px;

	/* This adds the space between columns */

	padding: 20px;

}



.image-item {

	position: relative;

}



.image-container {

	position: relative;

	overflow: hidden;

	height: 250px;

	/* Adjust height as needed */

	border-radius: 10px;

	/* This applies rounded corners to the container */

}



.image-container img {

	width: 100%;

	height: 100%;

	object-fit: contain;

	transition: transform 0.3s ease;

	border-radius: 10px;

	/* Adds rounded corners to the image */

}



.image-container h3 {

	position: absolute;

	bottom: 10px;

	left: 10px;

	background-color: rgba(0, 0, 0, 0.5);

	color: white;

	padding: 5px 10px;

	font-size: 1.2rem;

	margin: 0;

	border-radius: 5px;

	/* Optional: Rounded corners for the heading background */

}



.image-container:hover img {

	transform: scale(1.1);

	/* Adds hover effect on the image */

}





.col-md-6.time_containerselect {

	padding-left: 104px;

}



.grid.grid-cols-7.text-center.text-sm.text-black-800 {

	font-weight: 600;

}



.rounded-full {

	border-radius: 9999px;

	padding-top: 13px;

	padding-bottom: 13px;

}



select#timeSlots {

	padding: 10px;

}

.col-md-6.summary_sect {

    padding-left: 75px;

}

@media (max-width: 768px) {

	.image-section {

		grid-template-columns: repeat(2, 1fr);

	}

}



@media (max-width: 480px) {

	.image-section {

		grid-template-columns: 1fr;

	}



	button.btn.btn-sm.btn-outline-danger.add_sect {

		width: 100% !important;



	}

}





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

	.btn-next {
		width: 100%;
		position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    border-radius: 0;

	}



	.decore_in {

		padding-top: 60px;

		padding-left: 20px;

		padding-bottom: 60px;

		padding-right: 0px;

	}





	.py-5 {

		padding-top: 0rem !important;

	}



	.col-md-6 {

		margin-top: 25px;

	}



	.ox-hair {

		display: block;

	}



	.oxy-content {

		padding-top: 15px;

		padding-left: 0px;

		padding-right: 0px;

	}



	.d-flex {

		display: block !important;



	}



	.row.g-3 {

		padding-right: 0px;

	}



	.name_card {

		padding-right: 0px;

		padding-left: 0px;

		padding-top: 10px;

	}



	#locationField {

		cursor: pointer;

		width: 100%;

	}



	.col-md-6.sec_payment {

		padding-left: 15px;

	}



	button.btn.btn-sm.btn-outline-danger.add_sect {

		width: 100% !important;



	}



	.col-md-6.time_containerselect {

		padding-left: 10px;

	}

    .col-md-6.summary_sect {

        padding-left: 20px;

    }
	

}



@media (max-width: 767px) {
  button.btn.btn-next {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    border-radius: 0;
  }
}