/*
Theme Name:   ONDA Luxury Charters
Description:  A child theme for Astra
Author:       Danish
Template:     astra
Version:      1.0.0
Text Domain:  onda-luxury-theme
*/


.text-gold,
.primary-text-color,
.package-info-icon{
    color: #EBD2B3;
}

.faq-accordion .eael-accordion-list{
border:1px solid #cfd9e2;
border-radius:10px;
	margin-top:10px
}
.faq-accordion .eael-accordion-content.clearfix p{
	margin-bottom:0;
	padding-bottom:10px;
	
}
.faq-accordion .eael-accordion-content.clearfix{
	border:none;
	border-radius: 0 0 10px 10px;
}
.faq-accordion .elementor-tab-title.eael-accordion-header {
    background-color: #444;
    border-radius: 10px 10px  ;
	border-bottom:none;
}
.checkbox-cards {
    display: grid;
    width: 100%;
    gap: 30px;
    margin-bottom: 24px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	
}

.checkbox-cards .cf7-card p {
    margin: 0;
    display: block !important;
}
.checkbox-cards .cf7-card label {
    border: 2px solid #fff3;
    border-radius: 10px;
    padding: 16px;
    background-color: #ffffff0d;
    display: flex;
    justify-content: space-between;
	height: 100%;
}
.checkbox-cards .cf7-card label:has(input:checked) {
    border-color: #EBD2B3;
    background: #ebd2b31c;
}
.checkbox-cards .cf7-card label .onda-addon-checkbox {
    display: none;
}
.checkbox-cards .cf7-card label br {
    display: none;
}
.checkbox-cards .cf7-card label span.title {
    display: block;
    font-weight: 600;
    font-size: 17px;
    color: #ffffffbf;
    margin-bottom: 10px;
}
.checkbox-cards .cf7-card label span.price {
    font-size: 16px;
    color: #EBD2B3;
}
.col-lg-6 {
    flex: 0 0 auto;
    width: calc(50% - 10px);
}
.row{
	display:flex;
}
.wpcf7 .col-lg-6 p {
    display: block !important;
    margin: 0 !important;
}
.row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.add-extras {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 12px;
    font-weight: 600;
}
.wpcf7 label span.wpcf7-form-control-wrap {
    margin-top: 9px;
}
.contact-form .wpcf7-form-control.wpcf7-submit.has-spinner{
    margin-bottom: 0px;
}
.contact-submit p{
	position:relative;
	width:100%;
}
 .contact-submit span.wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 7px;
}
.contact-submit{
	position:relative;
}
.contact-map {
    border-radius: 12px;
    overflow: hidden;
}
.eael-contact-form-7-button-align-center .eael-contact-form-7 .wpcf7-form p:nth-last-of-type(1) {
    display: block;
}
.checkbox-cards .cf7-card label input.addon-qty-field {
    width: 50px;
    padding: 0 0 0 10px;
    background: transparent;
    height: 40px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    border: 2px solid #00000038;
    border-radius: 8px;
	display: none;
}
.checkbox-cards .cf7-card label:has(input:checked) input.addon-qty-field {
    display: block;
}

.promocode-area {
    max-width: 400px;
    margin: 0 0 20px auto;
    border: 1px solid #ffffff38;
    padding: 20px 20px;
    border-radius: 10px;
}

.promocode-input p,
#onda-booking-form .promocode-input{
    display: flex !important;
    gap: 0;
}
.promocode-input #promo_code {
    border-radius: 4px 0  0 4px !important;
}
.promocode-input .promo-apply {
    padding: 0 13px;
    font-size: 12px;
    background: #EBD2B3;
    border-radius: 0 4px 4px 0;
    color: #04192f;
}

.promocode-area .summary-line {
    border-bottom: 1px solid #cccccc36;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    color: #b9b9b9;
}
.promocode-area .summary-line.final {
    color: #EBD2B3;
    font-weight: 700;
    border: none;
}
.promocode-area .summary-line span:last-child {
    text-align: right;
    display: inline-block;
}
.promocode-input {
    margin-bottom: 10px;
}
button.promo-clear {
    display: block;
    margin: 6px 0 0 auto !important;
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: #EBD2B3;
}

#onda-toast-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* inline form messages */
#onda-form-message {
    margin: 15px 0;
}
.onda-msg-success {
    padding: 12px 16px;
    background-color: #28a745;
    color: #ffffff;
    border-radius: 4px;
}
.onda-msg-error {
    padding: 12px 16px;
    background-color: #f44336;
    color: #ffffff;
    border-radius: 4px;
}

.onda-toast {
    background: #d9534f; /* red for error */
    color: #fff;
    padding: 12px 18px;
    border-radius: 6px;
    font-size: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    opacity: 0;
    transform: translateY(20px);
    transition: all .3s ease;
}

.onda-toast.show {
    opacity: 1;
    transform: translateY(0);
}

.onda-toast.success {
    background: #28a745; /* green */
}

.booking-submit button {
    width: 100%;
    background-color: #EBD2B3;
    color: #04192F;
    border-radius: 10px 10px 10px 10px;
    padding: 13px 16px 13px 16px;
    font-size: 18px;
    font-weight: 600;
}

#onda-booking-form label {
    color: #fff;
}


.pm-radio-group {
    display: grid;
    gap: 12px;
    margin: 8px 0;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.pm-radio-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border: 2px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.25s ease;
    background: #ffffff0d;
}

.pm-radio-card:hover {
    border-color: #0073aa;
}

.pm-radio-card input[type="radio"] {
	display: none;
}

.booking-field .pm-radio-group .pm-radio-content {
    position: relative;
    padding-left: 33px;
    color: #fff;
}

.booking-field .pm-radio-group .pm-radio-content::before {
    content: "";
    left: 0;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    position: absolute;
    border-radius: 20px;
    border: 1px solid #ccc;
}

.booking-field .pm-radio-group .pm-radio-content::after {
    content: "";
    width: 14px;
    height: 14px;
    background: transparent;
    position: absolute;
    left: 3px;
    top: calc(50% - 7px);
    border-radius: 50%;
}

.booking-field .pm-radio-group label.pm-radio-card:has(input:checked) .pm-radio-content::after {
    background: #EBD2B3;
}

.booking-field .pm-radio-group label.pm-radio-card:has(input:checked) .pm-radio-content::before {
	border-color: #EBD2B3;
}

.pm-radio-content strong {
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
}

.booking-field .pm-radio-group label.pm-radio-card:has(input:checked) {
    border-color: #EBD2B3;
}

.booking-section {
    margin-bottom: 20px;
}
.booking-section input, .booking-section select {
    background: #ffffff0d;
    color: #fff;
}
.booking-section select option {
	color: #000;
}
.booking-section .iti.iti--allow-dropdown {
    width: 100%;
}
.booking-field .pm-radio-group .pm-radio-content span.blocked-text {
    color: #ff3a3a;
}
label.pm-radio-card.blocked {
    opacity: 0.5;
    pointer-events: none;
    filter: grayscale(0.2);
}
.disable svg.package-info-icon {
    color: #7b7b7b;
}
.package-card > .elementor-element.elementor-absolute.elementor-widget-icon-box h4.elementor-icon-box-title {
    margin: 0;
}
.package-card .elementor-element.package-card-header {
    padding: 20px 10px 30px;
}
@media(max-width: 767px) {
	.col-lg-6 {
		width: 100%;
	}
}