/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 01 2025 | 09:08:06 */
/* ==================== Booking Form CSS ====================== */
.TravelFormField{
	padding: 0px 0px 10px 0px !important;
}
.wpforms-field-label{
	margin: 0px 0px 5px 0px !important;
/* 	color: #ffff !important; */
}
.TravelSubmitBtn{
	width: 100% !important;
}
.TravelForm{
padding:30px 20px !important;
border-radius: 6px;
background: #e0e0e0;
box-shadow:  rgba(6, 30, 98, 0.08) 0px 0px 60px 0px !important;
}

/* ==================== Home Holiday Section CSS ====================== */
.h-holi-card:hover{
border-radius: 14px !important;
background: #e0e0e0 !important;
box-shadow:  rgba(6, 30, 98, 0.08) 0px 0px 60px 0px !important;
overflow: hidden !important;
}

/* ==================== Enquiry Form Section CSS ====================== */
.EnquiryFormContainer{
border-radius: 10px !important;
background: #ffffff !important;
box-shadow:  6px 6px 12px #bebebe,
             -6px -6px 12px #ffffff !important;
}
