* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none !important;
}

p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
  margin: 0px !important;
}

ul,
ol {
  padding-left: 0px !important;
}

body {
  font-optical-sizing: auto;
  color: #F2F5F9;
  font-size: 14px;
  font-family: "Open Sans", serif !important;
}

p {
  margin: 0px !important;
  padding: 0px !important;
}
	span, p {
		    color:#1f1f1f;
		}
a:hover {
  text-decoration: none !important;
}

ul,
li {
  list-style: none none;
  margin: 0px;
  padding: 0px;
}

header {
  background: #F2F5F9;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

.accommodation-person {
  padding-bottom: 0px !important;
}

.logo img {
  width: 100px;
}

.mt-40 {
  margin-top: 40px;
}

.step1 {
  display: block;
}

.step2,
.step3,
.step4,
.step5 {
  display: none;
}

.step1.active,
.step2.active,
.step3.active,
.step4.active,
.step5.active {
  display: block;
}

.timeline {
  width: 100%;
  max-width: 300px;
}

.progress-bar {
  width: 100%;
  height: 4px;
  background-color: #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
}

.progress {
  height: 100%;
  background-color: #cd3727;
  transition: width 0.3s ease;
  width: 20%;
}

.reservation-button button {
  color: #ffffff;
  background: #CD3727;
  border: 0;
  padding: 20px 30px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
}

.form-section button {
  background: #CD3727;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
}

.reservation-button {}

.reservation-button button:hover {
  background-color: #E94635;
}

.step-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10%;
  flex-direction: column;
}

.title {
  font-size: 40px;
  color: #000;
  font-weight: 800;
}

.form-section {
  margin-top: 40px;
  width: 100%;
}

.form-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f2f5f9;
  margin-top: 6px;
  padding: 20px;
}

.form-title {
  width: 100%;
  background: #e95d4e;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
}

.form-left span {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

.form-center select {
  height: 50px;
  width: 200px;
  border: 0;
  font-weight: 600;
  border-radius: 4px;
}

.form-right .next {
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
}

.result {
  padding: 10px;
  border: 1px solid #f2f5f9;
}

.result-inner {
  margin-top: 10px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.result-right .next {
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
}

.price {
  font-size: 20px;
  color: #000;
  font-weight: 800;
}

.form-section {
  flex: 2;
}

.card {
  background: white;
  border: 1px solid #F2F5F9;
  border-radius: 6px;
  margin-bottom: 20px;
  background: #F2F5F9;
  padding: 10px;
}

.card h3 {
  background-color: #cd3727;
  color: white;
  padding: 10px;
  font-size: 16px;
  padding: 14px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.form-group {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 12px 10px;
  font-size: 14px;
  height: 40px !important;
  border: 0px;
  border-radius: 4px;
  font-weight: 600;

}

.reservation {
  flex: 1;
  background: white;
  border-radius: 6px;
  padding: 20px;
  margin-top: 40px;
  border-radius: 10px;
  padding: 10px;
  background: #F2F5F9;
  position: relative;
}

.reservation h3 {
  background-color: #cd3727;
  color: white;
  padding: 10px;
  font-size: 16px;
  padding: 14px;
  border-radius: 4px;
}

.reservation img {
  width: 100%;
  max-width: 250px;
  display: block;
  margin: auto;
}

.reservation-title {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

.payment-box {
  background-color: #f6bd16;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  padding: 15px;
  margin-top: 20px;
  text-align: right;
  border-radius: 4px;
  position: absolute;
  width: 90%;
  left: 10px;
  right: 0;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.submit-btn {
  background-color: #79c46d;
  color: white;
  border: none;
  padding: 15px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 6px;
}

.submit-btn:hover {
  background-color: #67ac5f;
}

.form-container {
  display: grid;
  grid-template-columns: 68% 30%;
  gap: 2%;
}

.result-right .reservation-button button {
  background: green;
  font-size: 14px;
}

.payment-container {
  display: grid;
  gap: 20px;
  padding: 20px;
  grid-template-columns: 65% 35%;
  width: 100%;
}

.payment-left,
.payment-right {
  background: #F2F5F9;
  padding: 20px;
  border-radius: 10px;
  color: #000;
  position: relative;
}

.payment-left h3,
.payment-right h3 {
  background: #d00;
  color: #fff;
  padding: 14px 10px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.input {
  width: 100%;
  padding: 16px 10px;
  margin: 7px 0 15px 0;
  border: 0;
  border-radius: 5px;
  margin-top: 12px;
}

.exp-cvc-row {
  display: flex;
  gap: 10px;
}

.exp,
.cvc {
  flex: 1;
  color: #000;
}

.card-logos img {
  height: 30px;
  margin-right: 10px;
}

.payment-option {
  background: #e7f3fd;
  padding: 16px 10px;
  border-radius: 5px;
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-weight: 600;
  font-size: 18px;
}

.checkout-btn {
  background: #4CAF50;
  color: #fff;
  width: 100%;
  padding: 15px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.payment-right .logo img {
  width: 100%;
  max-width: 250px;
  margin: 10px 0;
}

.event-name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}

.total-amount {
  background: #f1c40f;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 94%;
  left: 50%;
  transform: translateX(-50%);
}

.payment-right .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
	.payment-result-container {
				max-width: 800px;
				margin: 50px auto;
				padding: 30px;
				border-radius: 10px;
				box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
				text-align: center;
				background-color: #fff;
			}

			.payment-result-icon {
				font-size: 80px;
				margin-bottom: 20px;
				display: inline-block;
				border-radius: 50%;
				width: 120px;
				height: 120px;
				line-height: 120px;
				color: white;
			}

			.payment-success .payment-result-icon {
				background-color: #28a745;
			}

			.payment-failed .payment-result-icon {
				background-color: #dc3545;
			}

			.payment-result-title {
				font-size: 32px;
				font-weight: bold;
				margin-bottom: 15px;
				color: #333;
			}

			.payment-result-message {
				font-size: 18px;
				margin-bottom: 25px;
				color: #555;
				line-height: 1.6;
			}

			.payment-details {
				margin: 30px 0;
				padding: 20px;
				background-color: #f8f9fa;
				border-radius: 8px;
				text-align: left;
			}

			.payment-details h3 {
				margin-bottom: 15px;
				font-size: 22px;
				color: #333;
			}

			.payment-detail-item {
				display: flex;
				justify-content: space-between;
				margin-bottom: 10px;
				padding-bottom: 10px;
				border-bottom: 1px solid #eee;
			}

			.payment-detail-item:last-child {
				border-bottom: none;
			}

			.payment-detail-label {
				font-weight: bold;
				color: #555;
			}

			.action-button {
				display: inline-block;
				padding: 12px 30px;
				background-color: #007bff;
				color: white;
				text-decoration: none;
				border-radius: 5px;
				font-weight: bold;
				font-size: 16px;
				transition: background-color 0.3s;
				margin-top: 20px;
			}

			.action-button:hover {
				background-color: #0056b3;
			}

			.payment-failed .action-button {
				background-color: #6c757d;
			}

			.payment-failed .action-button:hover {
				background-color: #5a6268;
			}

			.error {
				border: 1px solid #ff0000 !important;
				background-color: #ffdddd !important;
			}

			input[required]::placeholder,
			select[required]::placeholder {
				color: #666;
			}

			input[required]::placeholder::after,
			select[required]::placeholder::after {
				content: " *";
				color: #ff0000;
			}

			/* Add a red asterisk after the label for required fields */
			label.required:after {
				content: " *";
				color: #ff0000;
				font-weight: bold;
			}
	.accommodation-person {
			margin-bottom: 15px;
			padding-bottom: 15px;
			border-bottom: 1px solid #eee;
		}

		.accommodation-person:last-child {
			border-bottom: none;
		}

		.person-title {
			font-weight: bold;
			margin-bottom: 10px;
			color: #1f1f1f;
		}

		.steps-container .step {
			display: none;
		}

		.steps-container .step.active {
			display: block;
		}

		.language-selector {
			display: flex;
			gap: 10px;
			margin-right: 20px;
		}

		.lang-link {
			text-decoration: none;
			text-transform: uppercase;
			color: #666;
			font-weight: bold;
			padding: 5px 8px;
			border-radius: 3px;
		}

		.lang-link.active {
			background-color: #007bff;
			color: white;
		}

		.lang-link:hover:not(.active) {
			background-color: #f0f0f0;
		}

		.header-inner {
			display: flex;
			align-items: center;
			justify-content: space-between;
		}

		.error {
			border: 1px solid #ff0000 !important;
			background-color: #ffdddd !important;
		}

		input[required]::placeholder,
		select[required]::placeholder {
			color: #666;
		}

		input[required]::placeholder::after,
		select[required]::placeholder::after {
			content: " *";
			color: #ff0000;
		}

		/* Add a red asterisk after the label for required fields */
		label.required:after {
			content: " *";
			color: #ff0000;
			font-weight: bold;
		}
	