/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.3.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: none;
  width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
}

/* Custom Checkout Styles */

.custom-checkout-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Arial", sans-serif;
  background-color: #fff;
}

/* Progress Steps */
.checkout-progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 150px;
  border-radius: 4px;
  position: relative;
  background: #fff5fa;
}

.checkout-progress::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 150px;
  right: 150px;
  height: 2px;
  z-index: 0;
  transform: translateY(-50%);
  border-bottom: 2px dotted #6666669e;
}
.progress-step {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  background: #fff5fa;
  padding: 0 20px;
}
.progress-step:first-child {
  padding-left: 0;
}

.progress-step:last-child {
  padding-right: 0;
}
.step-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #f60c76;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #f60c76;
}
.step-icon.step-checked {
  font-size: 35px;
}
.progress-step.completed .step-icon,
.progress-step.active .step-icon {
  background-color: #f60c76;
  color: white;
}

.step-label {
  color: #f60c76;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.progress-step.completed .step-label,
.progress-step.active .step-label {
  color: #000;
  font-weight: 500;
}

/* Styles migrated from test.css */

/* Main Container */
.checkout-container {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 40px;
  margin-top: 30px;
}

/* Left Column */
.checkout-left {
  padding-right: 20px;
}

.form-section {
  margin-bottom: 30px;
  padding: 25px;
  border: 2px solid rgba(84, 84, 84, 0.3);
  border-radius: 15px;
  background-color: #fff;
}
.form-section.traveler-info-section {
  margin-top: 15px;
}
.form-section.billing-info-section {
  margin-top: 25px !important;
}
.section-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  text-align: left;
}

.section-description {
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
}
.form-row {
  float: none !important;
}
.form-section.traveler-info-section .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.form-section.traveler-info-section .form-row::after,
.form-section.traveler-info-section .form-row::before {
  display: none !important;
}
.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  margin-bottom: 8px;
}

.required {
  color: #f60c76;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="date"],
.woocommerce-billing-fields__field-wrapper input {
  padding: 12px 15px !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  background-color: rgba(226, 226, 226, 0.3) !important;
  transition: all 0.3s !important;
}

.form-group input:focus {
  outline: none;
  border-color: #f60c76;
  background-color: #fff;
}

.phone-input {
  position: relative;
}
span.phone-input-country {
  position: absolute;
  left: 15px;
  top: 6px;
}
.country-flag {
  font-size: 20px;
}

.country-code {
  font-size: 14px;
  color: #000;
}

.phone-input input {
  padding-left: 70px !important;
}

/* Traveler Section */
.traveler-block {
  margin-top: 15px;
}

.traveler-title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.traveler-info {
  margin-bottom: 25px;
}
.traveler-info h4 {
  font-size: 20px;
}
.document-input {
  display: flex;
  gap: 15px;
}

.doc-type-select {
  padding: 12px 15px !important;
  border: none !important;
  background-color: rgba(226, 226, 226, 0.3) !important;
  font-size: 14px !important;
  cursor: pointer !important;
  min-width: 90px !important;
  width: 90px !important;
}
.doc-type-select:focus {
  outline: none;
}

.document-input input {
  flex: 1;
  padding: 12px 15px;
  border: none;
  background-color: #f9f9f9;
  font-size: 14px;
}

.document-input input:focus {
  outline: none;
  background-color: #fff;
}

/* Info Box */
.info-box {
  border: 2px solid rgba(84, 84, 84, 0.3);
}

.info-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.info-text {
  font-size: 13px;
  color: #000;
  line-height: 1.6;
}

/* Privacy Notice */
.privacy-notice {
  margin: 25px 0;
  color: ;
}
.privacy-notice p {
  margin-bottom: 0 !important;
  font-size: 13px;
}

.privacy-link {
  color: #000 !important;
  font-weight: 500;
  text-decoration: underline !important;
}

.privacy-link:hover {
  text-decoration: underline;
}

/* Submit Button */
.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 30px;
}
.form-actions.mobile {
  display: none;
}
.btn-next,
#place_order {
  padding: 15px 40px !important;
  background: #24ad78 !important;
  color: white !important;
  border: none !important;
  border-radius: 25px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s !important;
  text-transform: uppercase;
}
.btn-next {
  display: flex;
  justify-content: space-between;
  align-content: center;
  gap: 20px;
}
.btn-next span {
  display: flex;
  align-items: center;
}
.btn-next svg {
  width: 8px;
}
.btn-next svg path {
  fill: #fff;
}
.btn-back {
  padding: 14px 40px;
  background: #f0f0f0;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-back:hover {
  background: #e0e0e0;
  transform: translateY(-2px);
}

/* Right Column - Summary */

.trip-summary {
  background-color: #fff5fa;
  border-radius: 21px;
  overflow: hidden;
}
.trip-summary.price-breakdown {
  margin-top: 40px;
  border: none;
}
.summary-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding: 20px;
  border-bottom: 2px solid rgba(84, 84, 84, 0.3);
  margin: 0;
}
.trip-summary-content {
  padding: 25px;
  font-size: 13px;
}
.trip-summary-content.dates {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 2px solid rgba(84, 84, 84, 0.3);
  border-top: 2px solid rgba(84, 84, 84, 0.3);
}
.trip-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.trip-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trip-name {
  font-size: 18px;
  font-weight: 700;
  color: #f60c76;
  margin-bottom: 10px;
  margin-top: 15px;
}

.trip-origin,
.trip-travelers {
  font-size: 13px;
  color: #000;
  margin-bottom: 5px;
}
.trip-dates {
  padding: 15px 0;
}

.trip-dates p {
  font-size: 13px;
  color: #000;
  margin-bottom: 5px;
}
.trip-dates p:last-child {
  margin-bottom: 0;
}

.services-included h4,
.additional-services h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.services-list {
  list-style: none;
  padding: 0;
}
.services-list ul {
  padding: 0;
}
.services-list li {
  font-size: 13px;
  color: #000;
  line-height: 1.5;
}

.price-breakdown:not(:last-child) {
  margin-top: 10px;
}
.price-breakdown h4 {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 13px;
  color: #000;
}
.price-row:last-child {
  margin-bottom: 0;
}
.booking-detail-section {
  padding: 10px 0;
  border-top: 1px dotted rgba(84, 84, 84, 0.3);
}
.booking-detail-section:first-child {
  border-top: none;
  padding-top: 0;
}
.booking-detail-section .price-breakdown:not(:last-child) {
  margin-bottom: 10px;
}
.price-row.price-breakdown-row {
  display: block;
}
.price-row.extras {
  font-weight: 600;
  margin-top: 15px;
}

.price-row.extra-item {
  padding-left: 15px;
  font-size: 12px;
}

.price-row.total {
  padding-top: 5px;
  border-top: 1px dotted rgba(84, 84, 84, 0.3);
  font-size: 15px;
}

.price {
  color: #f60c76;
  font-weight: 700;
}

.total-price {
  font-size: 20px;
}

.payment-info {
  margin-top: 20px;
}

.installment-text {
  font-size: 12px;
  color: #000;
  margin-bottom: 8px;
}

.interest-free {
  font-size: 11px;
  color: #000;
  margin-bottom: 5px;
}

.interest-free a {
  color: #f60c76;
  text-decoration: none;
}

.small-text {
  font-size: 10px;
  color: #999;
}

.checkout-right-mobile {
  display: none;
}

/* Responsive */
@media (max-width: 1180px) {
  .checkout-progress {
    padding: 15px 15px;
  }
}

@media (max-width: 1024px) {
  .checkout-container.thankyou {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .checkout-container.form-checkout {
    display: flex;
    flex-direction: column;
  }

  .confirmation-section {
    padding: 0 !important;
  }

  .checkout-left {
    padding: 0 !important;
  }

  .checkout-right {
    position: static;
  }
  .form-actions.desktop {
    display: none;
  }
  .form-actions.mobile {
    display: flex;
  }
  .checkout-right-mobile {
    display: block;
  }
  .checkout-right.desktop {
    display: none;
  }
  section.form-section.info-box {
    margin-top: 30px;
  }
  .trip-summary.price-breakdown {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .form-section.traveler-info-section .form-row {
    grid-template-columns: 1fr;
  }
  .form-row {
    grid-template-columns: 1fr;
  }

  .checkout-progress {
    flex-wrap: wrap;
    gap: 20px;
  }

  .step-label {
    font-size: 11px;
  }
  .confirmation-title {
    font-size: 26px;
  }
  .confirmation-subtitle {
    font-size: 18px;
  }
  .confirmation-message p {
    font-size: 13px;
    line-height: 1.5;
  }
  .btn-next,
  #place_order {
    padding: 12px 35px !important;
    font-size: 13px !important;
  }
  .services-included h4,
  .additional-services h4 {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .summary-title {
    font-size: 14px;
  }
  .section-title {
    font-size: 18px;
  }

  .step-icon {
    width: 25px;
    height: 25px;
    font-size: 20px !important;
  }
}

/* Payment Method Styles */
.payment-section {
  width: 100%;
}

.contact-info-display {
  margin-bottom: 30px;
  padding: 25px;
  border-radius: 15px;
  border: 2px solid rgba(84, 84, 84, 0.3);
}

.info-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.change-link {
  color: #f60c76 !important;
  text-decoration: underline !important;
  font-size: 16px;
  font-weight: 600;
}

.change-link:hover {
  text-decoration: underline;
}
.info-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.info-content p {
  margin: 8px 0;
  color: #000;
  font-size: 14px;
  width: calc(50% - 10px);
}

.payment-methods {
  margin: 20px 0;
}

.payment-method {
  margin-bottom: 15px;
  padding: 20px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.3s;
}

.payment-method:hover {
  border-color: #f60c76;
}

.payment-method.selected {
  border-color: #f60c76;
  background-color: #fff8fc;
}

.payment-method-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
}

.payment-method-label input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  accent-color: #f60c76;
  cursor: pointer;
}

.payment-method-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.payment-icons {
  display: inline-flex;
  gap: 5px;
}

.payment-icons img {
  height: 24px;
  width: auto;
}

.payment-box {
  margin-top: 20px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
}

.payment-box p {
  margin: 10px 0;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
}

.payment-box .form-row {
  margin-top: 15px;
}

.payment-box input[type="text"],
.payment-box input[type="tel"],
.payment-box input[type="email"],
.payment-box select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  background-color: #fff;
}

.payment-box label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #000;
}

/* Credit Card Fields */
.wc-credit-card-form-card-number,
.wc-credit-card-form-card-expiry,
.wc-credit-card-form-card-cvc {
  margin-bottom: 15px;
}

/* Confirmation Page */
.confirmation-section {
  text-align: center;
  padding: 40px 20px;
}

.confirmation-icon {
  margin-bottom: 30px;
}

.success-checkmark {
  width: 250px;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-icon {
  color: white;
  font-size: 50px;
  font-weight: bold;
}

@keyframes scaleIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.confirmation-title {
  font-size: 32px;
  font-weight: 700;
  color: #1abc9c;
  margin-bottom: 15px;
}

.confirmation-subtitle {
  font-size: 26px;
  color: #000;
  margin-bottom: 30px;
  font-weight: 600;
}

.confirmation-message {
  margin: 30px auto;
  text-align: center;
  max-width: 850px;
}

.confirmation-message p {
  font-size: 15px;
  color: #000;
  line-height: 1.8;
}

.confirmation-info {
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.info-row {
  padding: 12px 0;
  width: calc(50% - 10px);
}

.info-label {
  font-weight: 500;
  color: #000;
}

.info-value {
  color: #000;
}

/* Loading State */
.btn-next:disabled,
.btn-back:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-next.loading::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  border: 2px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.form-field.ovatb-deposit {
  display: none;
}

.form-row.place-order {
  text-align: right;
}

#payment {
  margin-bottom: 30px;
}

p#billing_last_name_field,
p#billing_first_name_field {
  display: none;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.woocommerce-billing-fields__field-wrapper > p {
  width: calc(50% - 10px);
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

/* search bar */

.travel-search-wrapper {
  display: flex;
  align-items: stretch;
}

.travel-search-input-wrapper {
  flex: 1;
  position: relative;
  padding: 10px 13px;
  border-top-left-radius: 12px !important;
  background: #fff;
  border-bottom-left-radius: 12px;
}

.travel-search-label {
  font-size: 10px;
  font-weight: 600;
  color: #f60c76;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  position: absolute;
  top: 8px;
  left: 25px;
  text-transform: capitalize;
}

.travel-search-input-container {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.travel-location-icon {
  flex-shrink: 0;
  position: absolute;
  left: 22px;
  top: 23px;
}

.travel-search-input {
  flex: 1;
  border: 2px solid #f0e8e8 !important;
  outline: none;
  font-size: 14px;
  color: #000;
  background: transparent;
  padding-left: 40px !important;
  padding-top: 20px !important;
  border-radius: 6px !important;
}

.travel-search-input::placeholder {
  color: #999;
}

.travel-search-button {
  background: #f60c76;
  color: white;
  border: none;
  padding: 15px 46px;
  font-size: 21px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  white-space: nowrap;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.travel-search-button:hover {
  background: #e6005f;
}
span.travel-search-button-icon {
  display: none;
}
svg.travel-search-icon {
  width: 20px;
}

svg.travel-search-icon path {
  fill: #fff;
}

.travel-search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
  max-height: 500px;
  overflow-y: auto;
  z-index: 1000;
}

.travel-search-dropdown-item {
  padding: 15px 25px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s ease;
}

.travel-search-dropdown-item:hover {
  background: #f8f8f8;
}

.travel-search-dropdown-item:last-child {
  border-bottom: none;
}

.city-name {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 4px;
}

.city-name svg {
  flex-shrink: 0;
}

.city-continent {
  font-size: 12px;
  color: #999;
  padding-left: 30px;
}

.travel-results {
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  margin-top: ;
  overflow: hidden;
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  z-index: 999;
  top: calc(100% + 5px);
  padding: 20px;
}
.travel-results-close {
  text-align: right;
  color: red;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.travel-results-close-icon {
  font-size: 25px;
  line-height: 23px;
  cursor: pointer;
}
.travel-results-inner {
  max-height: 200px;
  overflow: auto;
  padding-right: 10px;
}

.travel-results-city {
  padding: 20px 25px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background 0.2s ease;
}

.travel-results-city:hover {
  background: #f8f8f8;
}

.travel-results-city-name {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.travel-results-city-label {
  font-size: 14px;
  color: #999;
  margin-right: 15px;
}

.travel-offers-section {
  padding: 25px 0;
}

.travel-offers-title {
  font-size: 13px;
  font-weight: 600;
  color: #292a69;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.travel-offer-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.travel-offer-item:hover {
  background: #f8f8f8;
}

.travel-offer-item:last-child {
  border-bottom: none;
}

.travel-offer-title {
  font-size: 13px;
  color: #000;
  font-weight: 600;
}

.travel-offer-from {
  font-size: 12px;
  color: #000;
  margin-right: 10px;
}

.travel-offer-price {
  font-size: 16px;
  color: #f60c76;
  font-weight: 700;
}

.travel-no-results {
  padding: 20px;
  text-align: center;
  color: #999;
}

/* Scrollbar styling */
.travel-search-dropdown::-webkit-scrollbar {
  width: 8px;
}

.travel-search-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.travel-search-dropdown::-webkit-scrollbar-thumb {
  background: #f60c76;
  border-radius: 10px;
}

.travel-search-dropdown::-webkit-scrollbar-thumb:hover {
  background: #e6005f;
}

/* Custom Document Type Select Styles */
.custom-select-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100px;
}

.doc-type-select {
  display: none !important;
}

.custom-select-trigger {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 0 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #333;
  position: relative;
  height: 45px;
  border: 1px solid #ddd;
}

.custom-select-trigger .arrow {
  border: solid #666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 2px;
}

/* Popup Container */
.custom-select-popup {
  display: none;
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  width: 280px;
  background: #fff;
  border-radius: 20px;
  z-index: 1000;
  border: none;
  box-shadow: 8px 8px 0px -3px rgba(84, 84, 84, 0.34);
  -webkit-box-shadow: 8px 8px 0px -3px rgba(84, 84, 84, 0.34);
  -moz-box-shadow: 8px 8px 0px -3px rgba(84, 84, 84, 0.34);
}
.custom-select-popup.active {
  display: block;
}

/* Triangle arrow for popup */
.custom-select-popup::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f60c76;
}
/* Header */
.popup-header {
  background-color: #f60c76;
  color: white;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.popup-close {
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

/* Options */
.popup-options {
  padding: 20px;
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.custom-option {
  display: flex !important;
  align-items: center;
  margin-bottom: 11px !important;
  cursor: pointer;
  font-size: 16px;
  color: #000 !important;
  font-weight: 500 !important;
}

.custom-option:last-child {
  margin-bottom: 0;
}

.custom-option input[type="radio"] {
  display: none;
}

.radio-mark {
  width: 18px;
  height: 18px;
  outline: 2px solid #f60c76;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}

/* Inner dot for checked state */
.custom-option input[type="radio"]:checked + .radio-mark {
  border: 2px solid #fff;
  background-color: #f60c76;
}

.custom-select-wrapper label {
  margin-bottom: 0; /* Reset global label margin */
}

/* Responsive */
@media (max-width: 768px) {
  .travel-search-input-wrapper {
    width: 100%;
    border-radius: 50px !important;
    padding: 0;
    background: #ffffff00;
  }

  label.travel-search-label {
    display: none;
  }

  svg.travel-location-icon {
    display: none;
  }

  input#travel-search-input {
    padding: 10px 44px 10px 15px !important;
    border: 2px solid #f60c76 !important;
    border-radius: 50px !important;
    background: #fff !important;
    color: #000 !important;
  }
  input#travel-search-input::placeholder {
    color: #000000 !important;
  }
  .travel-search-button {
    padding: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 6px;
    top: 5px;
  }
  span.travel-search-button-text {
    display: none;
  }

  span.travel-search-button-icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .travel-results-city {
    padding: 0;
    border-bottom: 0;
  }

  .travel-results-city-name svg {
    display: none;
  }

  .travel-offer-item {
    padding: 5px 0;
    border: none;
  }

  .travel-offer-price-wrapper {
    display: none;
  }

  .travel-offer-title {
    font-weight: 400;
    font-size: 11px;
  }

  .travel-offers-section {
    padding: 15px 0 0 0;
  }
  .travel-results {
    padding: 10px 15px;
  }
  .travel-results-close {
    display: block;
  }
  .travel-results-close-icon {
    display: flex;
    justify-content: end;
    align-items: center;
    cursor: pointer;
    font-size: 19px;
    color: red;
  }
  .form-section.billing-info-section label {
    color: #000000;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .checkout-left input {
    height: 45px !important;
  }

  .woocommerce-error {
    border-top-color: #f60c76 !important;
  }

  .woocommerce-error::before {
    color: #f60c76 !important;
  }

  /* checkout */

  ul.wc_payment_methods.payment_methods.methods {
    padding: 0 !important;
    border: none !important;
  }
  body .woocommerce-checkout div#payment {
    margin-bottom: 30px;
    padding: 25px;
    border-radius: 15px !important;
    border: 2px solid rgba(84, 84, 84, 0.3);
    background: #fff !important;
    margin-top: 20px !important;
  }

  .payment_box {
    background: #fff !important;
    border: none !important;
    padding: 0 !important;
  }

  .wcpay-upe-form fieldset {
    border: none !important;
    padding: 0 !important;
  }
  .wcpay-upe-form fieldset > div {
    padding: 0 !important;
  }

  .payment_box:before {
    display: none !important;
  }

  ul.wc_payment_methods.payment_methods.methods li input[type="radio"] {
    display: none;
  }
  ul.wc_payment_methods.payment_methods.methods li label {
    position: relative;
  }
  ul.wc_payment_methods.payment_methods.methods li > label:before {
    content: "";
    width: 15px;
    height: 15px;
    outline: 2px solid #f60c76;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute !important;
    left: 0;
    top: 0px;
    display: block !important;
  }

  ul.wc_payment_methods.payment_methods.methods li {
    position: relative;
  }

  ul.wc_payment_methods.payment_methods.methods li > label {
    padding-left: 25px;
  }

  ul.wc_payment_methods.payment_methods
    li
    input[name="payment_method"]:checked
    + label:before {
    background: #f60c76 !important;
  }

  .woocommerce-input-wrapper {
    width: 100%;
    display: block;
  }
  .woocommerce-input-wrapper > div {
    width: 100%;
  }

  @media (max-width: 768px) {
    .woocommerce-billing-fields__field-wrapper > p {
      width: 100%;
    }
    .form-section {
      margin-bottom: 20px;
      padding: 15px;
    }
    .checkout-progress {
      padding: 0px;
      justify-content: center;
      background-color: transparent;
    }
    .checkout-progress::before {
      left: 0;
      right: 0;
    }
    .progress-step {
      background-color: #fff;
    }
    .progress-step:not(.current) {
      display: none;
    }
    .woocommerce form .form-row {
      padding: 3px;
      margin: 0 0 6px;
    }
    .info-content {
      flex-direction: column;
    }
    .info-content p {
      width: 100%;
    }
    .progress-step {
      padding: 0 10px;
    }
    .confirmation-info {
      flex-direction: column;
      gap: 0;
    }
    .info-row {
      width: 100%;
    }
    /* .info-row br {
      display: none;
    } */
  }
}
