/* Calendar */

.service-tabs-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    border-bottom: 1px solid #ffffff33;
}

.service-tabs-nav .service-tabs{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0px;
    width: 870px;
    max-width: 100%;
    flex-direction: row;
}

.service-tab-btn {
    padding: 14px 28px;
    border: 1px solid #FF0000;
    background: #080808;
    cursor: pointer;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    transition: 0.3s;
    margin-bottom: -1px;
    border-bottom-color: #ffffff33 !important;
}

.service-tab-btn.active, .service-tab-btn:hover {
    background: #FF0000;
    color: #fff;
    border-color: #FF0000;
}

/*.service-tab-btn:hover{*/
/*    background: #FF0000;*/
/*    color: #fff;*/
/*    border-color: #FF0000;*/
/*}*/

.service-tab-content {
    display: none;
}

.service-tab-content.active {
    display: block;
}

.service-tab-content {
    width: 870px;
    max-width: 100%;
    margin: 0px auto;
}


.date-time-picker {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

#datepicker{
    position: relative;
    border: 1px solid #070707;
    border-radius: 12px;
    padding: 5px;
    width: fit-content;
    display: table;
    margin: 0px auto;
    /*margin-bottom: 25px;*/
    width: 100%;
    background: #070707;
}

#datepicker table{
    border-width: 0px;
    border: none;
}
.ui-datepicker-calendar thead th {
	padding: 0.25rem 0;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #78909C;
	/*border: 1px solid #80808005;*/
	border: none;
}

.ui-datepicker-calendar tbody td {
	width: 3rem;
    height: 3rem;
    text-align: center;
    padding: 15px 18px;
    /* border: 1px solid #80808005; */
    border: none;
}

.ui-datepicker-unselectable.ui-state-disabled{
    font-size: 22px;
    font-weight: 500;
}

.ui-datepicker-calendar tbody td a {
	display: block;
    border-radius: 0.25rem;
    line-height: 3.5rem;
    transition: 0.3s all;
    color: #ffffff;
    /*font-size: 0.875rem;*/
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
}

.ui-datepicker-calendar tbody td a:hover {	
	background-color: #FF0000;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
	background-color: #FF0000;
	color: white;
}

.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
	border-radius: 0.25rem;
	transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
	background-color: #ECEFF1;
}
.ui-datepicker-header a.ui-datepicker-prev {	
	left: 0;	
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 0.5rem;
	background-position: 50%;
	transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%;
}
.ui-datepicker-header a>span {
	display: none;
}
.ui-datepicker-title {
	text-align: center;
	line-height: 2rem;
	margin-bottom: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	padding-bottom: 0.25rem;
	text-align: center;
}
.ui-datepicker-week-col {
	color: #78909C;
	font-weight: 400;
	font-size: 0.75rem;
}


#cob-booking-form {
    width: 100%;
    margin: 0 auto;
    /* padding: 20px; */
    /*border: 1px solid #ddd;*/
    /*border-radius: 8px;*/
    /*background-color: #f9f9f90a;*/
    /*overflow: hidden;*/
    padding-top: 120px;
}

#cob-booking-form h3{
    font-family: "Race sport", Sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 40px;
}

#cob-booking-form span.error {
    padding: 3px 5px;
    font-size: 15px;
    font-weight: 500;
    background: #f91515;
    /* position: absolute; */
    border-radius: 3px;
    color: #ffffff;
    position: absolute;
    top: 0px;
    z-index: 9;
    right: 0px;
}

#cob-booking-form .error-msg {
    margin: 15px 0px;
    padding: 10px 15px;
    /* background: red; */
    background: #f91515;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: none;
}

#cob-booking-form .booking-body{
    /*padding: 20px;*/
}

/*#cob-booking-form label{*/
/*    color: #c2c2c2;*/
/*    font-size: 14px !important;*/
/*    font-weight: 500 !important;*/
/*}*/

#cob-booking-form  #step-4 .booking-body > label{
    text-align: center; 
    display: block;
    color: #ffffff;
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-bottom: 24px;
}

#cob-booking-form  #step-4 .booking-body .time-slot label{
    color: #ffffff;
    font-weight: 500 !important;
    margin-bottom: 24px;
}
 
#cob-booking-form .time-slot-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#cob-booking-form  #step-4 .booking-buttons{
    justify-content: end;
}

#cob-booking-form  #step-4 .booking-buttons .prev-step{
    margin-right: 20px;
}

.booking-step img{
    width: 50px;
    height: auto;
}

.booking-step {
    display: none;
}

.booking-step.active, #step-1 {
    display: block;
}

.services .service.selected{
    background: #FF0000!important;
    color: #fff;
}

.quantity-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #ffffff1a;
}

/* Label for quantity */
.quantity-selector label {
    font-size: 14px;
    margin-right: 10px;
}

/* Style for the quantity input */
.quantity-selector .service-quantity {
    width: 70px;
    text-align: center;
    font-weight: 500;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #606060;
    border-radius: 4px;
    background-color: #fff;
    pointer-events: none;
    height: 100%;
    /* font-size: 20px; */
    background: #000000;
    color: #ffffff;
}

/* Style for the increment and decrement buttons */
.quantity-selector button {
    /* width: 0px; */
    padding: 11px 15px;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #ff0000;
    border-radius: 4px;
    background-color: #ff0000;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.quantity-selector .decrease{
    background-color: #070707;
}

/* Hover effect for buttons */
.quantity-selector button:hover {
    background-color: #5a0000;
}

/* Disabled state for the buttons */
.quantity-selector button:disabled {
    cursor: not-allowed;
    background-color: #e0e0e0;
    color: #999;
}

/* Add a border to the quantity selector for better visibility */
.quantity-selector button:focus,
.quantity-selector .service-quantity:focus {
    outline: none;
    border-color: #0073aa; /* Highlight with a blue border when focused */
}

.booking-step {
    display: none;
}

.booking-step.active {
    display: block;
}

.half-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.four-column {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}


.form-group {
    margin-bottom: 15px;
    position: relative;
}

.form-group label {
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 15px;
    color: #fff;
}

.form-group input,
.form-group textarea, .form-group select {
    padding: 12px 16px;
    width: 100%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #999999 !important;
    height: 60px !important;
    background: #080808 !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.form-group.icon{
    height: fit-content;
}

.form-group.icon input, .form-group.icon textarea, .form-group.icon select{
    padding-left: 55px!important;
}

.form-group textarea {
    height: max-content !important;
    padding-left: 16px!important;
}

/*.form-group select {*/
/*    box-sizing: border-box;*/
/*    width: fit-content;*/
/*    padding: 8px 16px;*/
/*    box-sizing: border-box;*/
/*    border-radius: 6px;*/
/*    border: 1px solid #dbdbdb;*/
/*    font-size: 16px;*/
/*}*/

.agreements{
    margin-bottom: 42px;
}

.agreement-item {
    position: relative;
}

#cob-booking-form .agreement-item span.error {
    position: relative;
}

.agreement-item .agreement-label{
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 300 !important;
}

.agreement-item .agreement-label p{
    margin: 0px;
}

.agreement-item .agreement-label:before {
     content: '';
    -webkit-appearance: none;
    background-color: #2b2b2b;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    /* padding: 10px; */
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    flex-grow: 0;
    margin-top: 5px;
    flex-shrink: 0;
    flex-basis: 20px;
}

/*.agreement-item input:checked + label:after {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 7px;*/
/*    left: 7px;*/
/*    width: 6px;*/
/*    height: 12px;*/
/*    border: solid #fff; */
/*    border-width: 0 2px 2px 0;*/
/*    transform: rotate(45deg);*/
/*    transform-origin: center;*/
/*    box-sizing: border-box;*/
/*}*/


/*.agreement-item input:checked + label::after {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 7px;*/
/*    left: 7px;*/
/*    width: 6px;*/
/*    height: 12px;*/
/*    border: solid #fff; */
/*    border-width: 0 2px 2px 0;*/
/*    transform: rotate(45deg);*/
/*    transform-origin: center; */
/*    box-sizing: border-box; */
/*}*/

.agreement-item .agreement-label .checked  {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid #fff; /* Specify border color */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transform-origin: center; /* Ensure consistent rotation origin */
    box-sizing: border-box; /* Consistent box-sizing */
}


.agreement-item input{
    margin-right: 10px;
    opacity: 0;
    position: absolute;
}
/* button {
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 16px;
} */

.price-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.price-table th,
.price-table td {
    text-align: left;
    padding: 10px;
    /* border: 1px solid #ddd; */
    font-size: 16px;
    font-weight: 600;
}

.price-table th {
    background-color: #f9f9f900;
    font-weight: bold;
}

.price-table td {
    text-align: right;
    font-size: 16px;
    font-weight: 500;
}

.price-table tr:last-child th, .price-table tr:last-child td, #first-deposit-payment2, #deposit-payment2, #price-breakdown-table .total-price {
    color: #ff0000;
    font-size: 18px;
    font-weight: 600;
}

.agreement-label{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.categories{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 35px;
    grid-row-gap: 35px; 
}

.categories .category{
    /*display: flex;*/
    /*align-items: center;*/
    padding: 34px;
    background: #070707;
    border-radius: 34px;
}

.categories .category:hover .category-btn{
    background: #ff0000;
}

.categories .category img{
    width: 60px;
    height: auto;
    margin-right: 10px;
}

.categories .category .heading .title{
    font-family: "Race sport", Sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
    color: #FFFFFF;
    text-align: left;
    margin: 25px 0px;
}

.categories .category .heading .description{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
    float: right;
    color: #ff0000;
    font-family: 'Inter', sans-serif;
}

.booking-buttons{
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0px;
    background: #0000000a;
    border-top: 1px solid #00000008;
}

.services .booking-buttons{
    justify-content: center;
    min-height: 120px;
}

.services .booking-buttons .prev-step{
    margin-right: 20px;
}

.booking-buttons .next-step, .booking-buttons .prev-step{
    color: #fff;
    border-radius: 100px;
    border: 1px solid #ff0000!important;
    border: none;
    font-size: 18px;
    font-weight: 500;
    cursor:pointer;
    padding: 13px 28px;
    line-height: 20px;
    transition: 0.3s;
}

.booking-buttons .next-step{
    background: #ff0000;
    /*border-color:  #ff0000;*/
}

.booking-buttons .prev-step{
    background: #070707;
    /*border-color: #333;*/
}


.booking-buttons .next-step:after{
    content: url('data:image/svg+xml,<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><!-- Uploaded to: SVG Repo, www.svgrepo.com, Transformed by: SVG Repo Mixer Tools --><svg width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"/><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.2929 4.29289C12.6834 3.90237 13.3166 3.90237 13.7071 4.29289L20.7071 11.2929C21.0976 11.6834 21.0976 12.3166 20.7071 12.7071L13.7071 19.7071C13.3166 20.0976 12.6834 20.0976 12.2929 19.7071C11.9024 19.3166 11.9024 18.6834 12.2929 18.2929L17.5858 13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H17.5858L12.2929 5.70711C11.9024 5.31658 11.9024 4.68342 12.2929 4.29289Z" fill="%23fff"/></g></svg>');
    vertical-align: middle;
    margin-left: 10px;
}

.booking-buttons .next-step:first-child:after{
    transform: rotate(320deg);
}

.booking-buttons .prev-step:before{
    content: url('data:image/svg+xml,<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><!-- Uploaded to: SVG Repo, www.svgrepo.com, Transformed by: SVG Repo Mixer Tools --><svg width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"/><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.7071 4.29289C12.0976 4.68342 12.0976 5.31658 11.7071 5.70711L6.41421 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H6.41421L11.7071 18.2929C12.0976 18.6834 12.0976 19.3166 11.7071 19.7071C11.3166 20.0976 10.6834 20.0976 10.2929 19.7071L3.29289 12.7071C3.10536 12.5196 3 12.2652 3 12C3 11.7348 3.10536 11.4804 3.29289 11.2929L10.2929 4.29289C10.6834 3.90237 11.3166 3.90237 11.7071 4.29289Z" fill="%23ffffff"/></g></svg>');
    vertical-align: middle;
    margin-right: 10px;
}

#final-submit{
    color: #fff;
    border-radius: 100px;
    border: 1px solid;
    border: none;
    font-size: 18px;
    font-weight: 500;
    cursor:pointer;
    padding: 17px 22px;
    line-height: 20px;
    background: #ff0000;
    border-color:  #ff0000;
}

.booking-buttons .next-step:disabled,
.booking-buttons .next-step[disabled]{
    background: #070707;
}

.booking-buttons .next-step:first-child{
    /*margin-left: auto;*/
    /*display: table;*/
    background: #070707;
}

.services{
    /*display: grid;*/
    /*grid-template-columns: repeat(2, 1fr);*/
    /*grid-template-rows: 1fr;*/
    /*grid-column-gap: 20px;*/
    /*grid-row-gap: 20px; */
}

.services > div:last-child:nth-child(odd) {
    grid-column: span 2;
}

.services .service{
    display: flex;
    cursor: pointer;
    padding: 16px;
    /*border: 1px solid #ddd;*/
    margin-bottom: 20px;
    border-radius: 22px;
    text-align: center;
    background: #070707;
}

.services .service:last-child{
    margin-bottom: 0px;
}

.services .service .img-container{
    width: 120px;
    height: 120px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    /* margin-right: 15px; */
    display: table-cell;
    overflow: hidden;
    border-radius: 12px;
    margin-right: 24px;
}

.services .service .heading{
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}

.services .service .heading .info{
    margin-right: 15px;
}

.services .service .heading .info .title{
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    line-height: 22px;
    color: #ffffff;
}

.services .service .heading .info .description{
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    line-height: 18px;
}

.services .service .heading .price{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
    color: #ff0000;
    text-align: left;
}

.services  .service.selected .heading .price{
    color: #ffffff;
}

.service-type{
    cursor: normal;
}

.service-type p{
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}

#time_slots {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-bottom: 25px;
    height: fit-content;
}

.time-slot-msg {
    width: 100%;
    border: 1px solid #FF0000;
    padding: 10px 0px;
    border-radius: 5px;
    grid-column: span 3;
}

.time-slot-msg p {
    text-align: center;
    margin-bottom: 0px;
    font-weight: 500;
    color: #ffffff;
}

.time-slot {
    /* margin-bottom: 10px; */
    position: relative;
}

.time-slot input[type="checkbox"] {
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.time-slot label {
    font-size: 16px!important;
    font-weight: normal;
    text-align: center;
    font-weight: 500;
    padding: 15px 10px;
    border-radius: 4px;
    background-color: #070707;
    color: #fff;
    width: 100%;
    /* width: -webkit-fill-available; */
    display: inline-grid;
    cursor: pointer;
    margin-bottom: 0px !important;
}

.time-slot label span {
    font-weight: 400;
    font-size: 12px;
}

.time-slot.disabled label {
    background: #9b9b9b !important;
    color: #000 !important;
    cursor: auto;
}

.time-slot input[type="checkbox"].time-checkbox:checked + label{
    border-color: #ff0000;
    background-color: #ff0000;
}

.time-slot input[disabled] {
    opacity: 0;
}

.coupon-inputs {
    display: flex;
    gap: 15px;
}

.coupon-inputs button#apply-coupon {
    width: 180px;
    border-radius: 100px;
    border: 1px solid #21a521;
    background: #21a521;
    color: #ffffff;
    cursor: pointer;
    padding: 2px;
    font-size: 14px;
}

#coupon-feedback {
    padding: 5px 10px;
    border: 2px solid #006e00;
    border-radius: 5px;
    background: #1ea81e;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}


#cob-booking-form .categories .category .img-container{
  flex: 0 0 60px;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  /*margin-right: 15px;*/
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

#cob-booking-form #step-3 {
    width: 750px;
    display: table;
    margin-right: auto;
    margin-left: auto;
    padding: 35px 45px;
    background: #070707;
    border-radius: 20px;
}

#cob-booking-form #step-3 .booking-buttons{
    justify-content: center;
}

#cob-booking-form #step-3 .booking-buttons .prev-step{
    margin-right: 20px;
}

#cob-booking-form #step-3 h3{
    margin-bottom: 10px;
}

#cob-booking-form #customer-info-form .form-group{
    /*display: flex;*/
    /*align-items: center;*/
    /*gap: 10px;*/
}

#cob-booking-form #customer-info-form .form-group input{
    position: relative;
}

#cob-booking-form #customer-info-form .col-user::after {
    content: url(/wp-content/uploads/2024/07/fi_user.png.webp);
    position: absolute;
    bottom: 13px;
    left: 25px;
    z-index: 2;
}

#cob-booking-form #customer-info-form .col-email::after {
    content: url(/wp-content/uploads/2024/07/fi_mail.png.webp);
    position: absolute;
    bottom: 13px;
    left: 25px;
    z-index: 2;
}

#cob-booking-form #customer-info-form .col-phone::after {
    content: url(/wp-content/uploads/2024/07/fi_phone-2.png.webp);
    position: absolute;
    bottom: 13px;
    left: 25px;
    z-index: 2;
}

#cob-booking-form #customer-info-form .booking-buttons{
    justify-content: center;
}

#cob-booking-form #customer-info-form .booking-buttons .prev-step{
    margin-right: 20px;
}

#cob-booking-form #step-6 .form-group {
    margin-bottom: 45px;
}

#cob-booking-form #step-6 .booking-buttons{
    justify-content: center;
}

#cob-booking-form #step-6 .booking-buttons .prev-step{
    margin-right: 20px;
}

#cob-booking-form #step-7 .booking-buttons{
    justify-content: center;
}

#cob-booking-form #step-7 .booking-buttons .prev-step{
    margin-right: 20px;
}

/*.booking-buttons.booking-desktop{*/
/*    display: none;*/
/*}*/

.booking-buttons.booking-mobile{
    display: none;
}

.half-column.expiration-date-selection{
    grid-column: span 2;
}

.deposit-option .agreements {
    margin: 0 auto;
    display: table;
    margin-bottom: 45px;
}

.deposit-option h3{
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 34px;
}

.deposit-payment, .deposit-payment{
    background: #0c0b0b;
    color: #fff;
}

@media  only screen and (max-width:768px) {
    .service-tabs-nav .service-tabs{
        flex-direction: column;
        gap: 12px;
        margin-bottom: 12px;
    }
    .service-tab-btn{
        border-color: #FF0000!important;
        border-radius: 14px!important;
    }
    .categories {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
    
    .categories .category {
        padding: 24px;
    }
    
    .categories .category .heading .title {
        font-size: 22px;
        line-height: 32px;
    }
    
    #cob-booking-form .categories .category .img-container {
        height: 250px;
    }
    
    .services {
        /*grid-template-columns: repeat(1, 1fr);*/
        /*grid-template-rows: 1fr;*/
        /*grid-column-gap: 15px;*/
        /*grid-row-gap: 15px;*/
        display: block;
    }
    
    .services .service{
        margin-bottom: 15px;
        display: block;
    }
    
    #cob-booking-form #step-3 {
        width: 100%;
    }
    
    #cob-booking-form h3 {
        font-size: 25px;
        line-height: 35px;
    }
    
    .date-time-picker {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
    
    .ui-datepicker-calendar tbody td {
        height: 3rem;
        padding: 5px;
    }

    .ui-datepicker-calendar tbody td a {
        line-height: 2.5rem;
    }
    
    .ui-datepicker-calendar tbody td a {
        font-size: 16px;
    }
    
    .ui-datepicker-unselectable.ui-state-disabled {
        font-size: 16px;
    }

    #time_slots {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
    
    .four-column {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    
    .half-column {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    
    .half-column.expiration-date-selection{
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        grid-column: span 1;
    }
    
    #cob-booking-form #step-3 {
        padding: 25px 15px;
    }
    
    .services .service .img-container {
        width: 100px;
        height: 100px;
        display: block;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    
    .services .booking-buttons {
        justify-content: center;
    }
    
    #cob-booking-form #step-4 .booking-buttons {
        justify-content: center;
    }
    
    #cob-booking-form .form-group {
        margin-bottom: 25px!important;
    }
    
    .coupon-section{
        background: #070707;
        padding: 18px;
        border-radius: 8px;
    }
    
    .coupon-section .coupon-inputs {
        display: block!important;
    }
    
    .coupon-inputs button#apply-coupon {
        padding: 20px 25px;
        font-size: 16px;
        margin-top: 25px;
    }
    
    #cob-booking-form {
        padding-top: 40px;
    }
    
    .booking-buttons.booking-desktop{
        display: none!important;
    }
    
    .booking-buttons.booking-mobile{
        display: flex;
        justify-content: center;
        margin-top: 24px;
    }
    
    
    
    .booking-step:not(:first-child):not(:nth-child(3))  .booking-buttons{
        position: sticky;
        bottom: 0px;
        background: #030303;
        padding: 15px 0px;
        z-index: 50;
        border-radius: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border: 1px solid #8080801c;
        justify-content: center;
        margin-bottom: 5px;
    }
    
    .booking-step:not(:first-child) .booking-buttons .prev-step{
        margin-right: 20px;
    }

}


