



.page-id-19771 input.wpcf7-form-control.has-spinner.wpcf7-submit {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0;
	width: auto !important;
}
.page-id-19771 .popup-content input.wpcf7-form-control.has-spinner.wpcf7-submit {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0;
	width: 90% !important;
}
.popup-content p {
	margin-bottom: 5px !important;
}
img.dscf7_captcha_icon {
	width: 15px;
}
/* Popup Overlay */
.download-popup-overlay,
.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

/* Popup Content */
.download-popup-content,
.popup-content {
	background-color: white;
	max-width: 500px;
	width: 90%;
	padding: 20px 30px;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	position: relative;
}
.download-popup-content .pop-title,
.popup-content h1 {
	font-size: 28px;
	margin-bottom: 5px;
	color: #333;
}
.download-popup-content p,
.popup-content p {
	font-size: 16px;
	margin-bottom: 20px;
	color: #555;
}

/* Close Button */
.close-btn {
	position: absolute;
	top: 2px;
	right: 2px;
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
	color: #000;
}
.pop-wrap {
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	color: initial;
}
.pop-wrap .download-popup-close {
    padding: 1rem;
    line-height: 0.4;
    position: absolute;
    right: 0.6em;
    top: 0.6em;
}
.pop-wrap input.wpcf7-form-control.has-spinner.wpcf7-submit {
	margin-left: 0;
	width: 100% !important
}

/* Form Inputs */
.popup-content input[type="text"],
.popup-content input[type="email"],
.popup-content textarea,
.popup-content input[type="number"] {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 15px;
}

.popup-content textarea {
	resize: none;
	height: 80px;
}

/* Submit Button */
.popup-content input[type="submit"] {
	background-color: #c5b49b;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 18px;
	cursor: pointer;
}

.popup-content input[type="submit"]:hover {
	background-color: #b29d88;
}

/* Captcha */
.captcha {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.captcha input[type="text"] {
	width: 100px;
}

/* Trigger Button */
.popup-trigger {
	background-color: #5bbfde;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
}

.popup-trigger:hover {
	background-color: #4aa6c5;
}

/* Mobile Styling */
@media (max-width: 600px) {
	.popup-content {
		max-width: 90%;
		padding: 15px 20px;
	}

	.popup-content h1 {
		font-size: 24px;
	}

	.popup-content p {
		font-size: 14px;
	}

	.popup-content input[type="submit"] {
		font-size: 16px;
		padding: 8px 15px;
	}

	.popup-trigger {
		font-size: 14px;
		padding: 8px 15px;
	}
}





/** ITINERARY Tabs **/
.itineraryTabs .elementkit-tab-wraper .tab-content .tab-pane {
    height: 100%;
}
.tabsItinerary .elementor-tabs .elementor-tabs-wrapper {
    margin-bottom: 1rem;
    display: flex;
    gap: 1rem;
}
.tabsItinerary .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title, 
.tabsItinerary .elementor-tabs .elementor-tabs-content-wrapper {
    border-radius: 10px;
}
.tabsItinerary .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
    flex: 1 0 auto;
    border: 1px solid #DD9F42;
    text-align: center;
    padding: 1em 20px;
}


.wte-trip-options .offer-price,
.wte-booking-summary .wte-booking-trip-info label span:not(.qty),
.wte-booking-summary .wte-booking-trip-info .amount-figure,
.wte-booking-summary .total-amount {
    display: none;
}
.wte-booking-summary .wte-booking-trip-info label span.qty {
    mask-image: linear-gradient(90deg, black 85%, transparent 50%);
}



.travel-monster-container-wrap:has(.wpte-bf-checkout) article > header.entry-header,
.checkout-container:has(:not(.wpte-bf-checkout)) .wp-block-heading {
    display: none;
}
.checkout-container {
    padding: 32px;
}
.checkout-container .wpte-bf-checkout .wpte-bf-step-wrap {
    display: none;
}
.checkout-container .wpte-bf-checkout .wpte-bf-step-content-wrap .wpte-bf-checkout-form {
    padding-left: 0 !important;
}
.checkout-container .wpte-bf-checkout .wpte-bf-step-content-wrap .wpte-bf-checkout-form .wpte-bf-title {
    display: none;
}
.checkout-container .wpte-bf-summary-total,
.checkout-container .wpte-bf-summary-table :is(tfoot) {
    display: none;
}






