#booking_form {
    background-color: #fff; 
}
#booking_form .container table,
#booking_form .container table th,
#booking_form .container table td,
{
	border:none !important;
}

/* css for home page form*/
.bottom-div{
	    margin-left: 100px;
    	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.elementor-15417 .elementor-element.elementor-element-22b9316
{	
	position: relative;
    z-index: 1;
}
.elementor-15417 .elementor-element.elementor-element-a6ac9af
{	
	position: relative;
    z-index: 10;
    margin-top: -45px;
    z-index: 10;
/*     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

.sky-blue{
	text-align: center;
	align-content: center;
	background-color: var(--tu-blue);
	color: #fff;
	font-weight: bold;
	border-radius: 5px 0 0 5px;
	font-size: larger;
}
.sky-blue::after {
    content: '';
    position: absolute;
    margin-left: 20px;
/*     top: 15%; */
    transform: translateY(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent var(--tu-blue);
    /* margin-left: 43px; */
    z-index: 10;
}

/* Set "Book a" in blue */
/* .sky-blue .blue-text {
  color: #007BFF; 
} */

/* Set "Session" in orange */
/* .sky-blue .orange-text {
  color: #FF6F00; 
} */

@media (max-width: 768px) {
    .sky-blue::after {
/*         top: 10%;  */
        margin-left: 15px; 
        border-width: 15px; 
    }
	.bottom-div{
		margin-left:98px;
	}
}

/* Adjust for very small screens like mobile */
@media (max-width: 480px) {
    .sky-blue::after {
        
/*         top: 4%;  */
		transform: translateY(-4px);
        margin-left: 12px;
        border-width: 10px; 
    }
	.bottom-div{
		margin-left:88px
	}
}
	
/* end css for home page form */

.booking_steps {
    display: flex;
/*     flex-wrap: wrap; */
    background-color:var(--tu-beige);
    min-height: 70px;
}
.booking_steps .step {
    width: 33.3%;
    align-content: center;
    text-align: center;
    color: var(--tu-orange);
    position: relative;
	padding: 7px;
}
.step.active{
    background-color: var(--tu-orange);
    color:#fff;
}
.step.active::after {
    content:"";
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--tu-orange);
    position: absolute;
    bottom: -20px;
    right: 50%;
    transform: translateX(50%);
}

.booking_tabs{
/*     margin-top: 20px; */
	padding-top	:20px;
	text-align: left;
	display: flex;
    flex-direction: column;
	align-items: center;
	
}

/* .tab {
    text-align: center;
    display: none;

} */
.tab.active {
/*     display: block; */
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab label{
    position: relative;
/* 	margin:30px; */
    margin:20px;
    cursor: pointer;
    font-size: 14px;
/* 	font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	display:flex;
}
#subject {
	width: 200px;
  height: 50px;
  font-size: 20px;
  background: #fff;
  border: 2px solid #eee;
	

}

.tab label input {
/*     position: absolute; */
    opacity: 0;
    cursor: pointer;
    /* margin-top: 10px; */
    /* margin-right: 20px; */
    /* margin-bottom: 10px; */
    /* margin-left: 10px; */
}
.radio-title {
/*     padding: 30px; */
	    padding-left: 20px;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
	border: 1px solid black;
}

.tab label:hover input ~ .checkmark {
    background-color: #ccc;
}
.tab label input:checked ~ .checkmark {
/*     background-color: var(--tu-orange); */
	background-color:#ffffff;
	
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.tab label input:checked ~ .checkmark:after {
    display: block;
}
.tab label .checkmark:after {
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #FF4F00;
}
/* .tab label .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
} */
.bookBtn {
    background-color: var(--tu-orange) !important;
    font-weight: bold;
    font-size: 15px;
    color: white !important;
    text-align: center;
    cursor: pointer;
    border-radius: 30px !important;
    padding: 10px 30px !important;
    border: 0px !important;
	margin: 20px;
}
.bookBtn:hover{
    background-color: var(--tu-blue) !important;  
	transition:all 0.2s ease-in; 
}

.small-loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #0073aa; /* WordPress blue */
    border-radius: 50%;
    width: 80px !important ;
    height: 80px !important ;
    animation: spin 1s linear infinite;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Button to open popup */
#openPopup {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  margin: 20px;
}

/* Popup overlay */
.popup,.popup1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Hidden class to hide popup */
.hidden {
  display: none;
}

/* Popup content */
.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
}
.popup-content select {
	margin:10px 30px;
	width:200px;
}
#booking_form .bottom-div select {
	
/* 	width: 200px; */
/*   height: 50px;
  font-size: 20px;
  background: #fff;
  border: 2px solid #eee;
	 */
/* 	width: 100%; */
    padding: 10px 15px;
    border: 2px solid var(--tu-orange);
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    outline: none;
    /* appearance: none; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
#booking_form  select {
	
	width: 200px;
  height: 50px;
  font-size: 20px;
  background: #fff;
  border: 2px solid #eee;
}
.popup-content h2 {
	color:var(--tu-orange);
}

/* Close button */
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: color 0.3s ease;
}

.close:hover {
  color: #f00;
}

