.one-motion-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.one-motion-listing-single-page .one-motion-hero .container {
  margin-top: 80px;
}

/* =====================================================
   Product Single Page - Header Styling
   Match static design: white rounded container, logo with border separator
   ===================================================== */

/* Ensure header has proper styling on product single pages */
.single-product .one-motion-header {
  position: relative;
  z-index: 99;
  padding: 30px;
}

.single-product div.one-motion-header-container {
  padding: 0px 15px 0px 30px;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  max-width: 1730px;
}

.single-product .one-motion-header-logo {
  width: 174px;
  height: 40px;
  object-fit: contain;
  padding-right: 30px;
  border-right: 1px solid var(--one-motion-general-border);
}

/* Responsive adjustments for product single header */
@media (max-width: 1366px) {
  .single-product .one-motion-header-logo {
    padding-right: 20px;
  }
}

@media (max-width: 1200px) {
  .single-product div.one-motion-header-container {
    padding: 0px 15px 0px 15px;
  }
  
  .single-product .one-motion-header-logo {
    padding-right: 10px;
  }
}

@media (max-width: 992px) {
  .single-product div.one-motion-header-container {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .single-product .one-motion-header {
    padding: 15px 15px 0 15px;
  }
  
  .single-product .one-motion-header-logo {
    border-right: 0px solid var(--one-motion-general-border);
    padding-right: 0;
  }
}

/* Slider base */
.one-motion-slider {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}

.one-motion-slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.one-motion-slide.active {
  opacity: 1;
  z-index: 1;
}

/* Slide images */
.one-motion-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay */
.one-motion-hero-overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  background: rgba(0,0,0,0.4);
}

/* Arrows */
.one-motion-prev, .one-motion-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.3);
  border: 1px solid #fff;
  color: #fff;
  font-size: 2rem;
  padding: 0.25rem 0.75rem;
  cursor: pointer;
  z-index: 3;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
}

.one-motion-prev svg, .one-motion-next svg {
  width: 24px;
  height: 24px;
}
.one-motion-prev:hover, .one-motion-next:hover {
  background: rgba(255,255,255,0.6);
  color: #000;
}

.one-motion-prev { left: 20px; }
.one-motion-next { right: 20px; }

/* Dots */
.one-motion-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
}

.one-motion-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: background 0.3s;
}
.one-motion-dot.active {
  background: #fff;
}


.one-motion-single-page-heading.one-motion-hero-title {
    margin: 0 auto;
}

.one-motion-hero-subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-size: 22px;
    font-weight: 600;
}


.one-motion-listing-header {
  padding: 30px 20px;

}


.one-motion-tag {
  display: inline-block;
  background: #ff3c48;
  color: #fff;
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
  font-size: 0.875rem;
  text-decoration: none;
  margin-right: 0.25rem;
  transition: background 0.3s;
}
.one-motion-tag:hover {
  background: #d9303b;
}

.one-motion-listing-header .one-motion-listing-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-family: "Switzer", sans-serif;
}

.one-motion-listing-meta li {
  color: var(--one-motion-gloabl-text);
  margin-bottom: 0.25rem;
}
.one-motion-listing-meta i {
  color: var(--global-color-border-primary);
  margin-right: 6px;
}

.one-motion-listing-header .one-motion-listing-price {
  font-size: 18px;
  font-weight: 700;
  font-family: "Involve", sans-serif;
}

.one-motion-listing-header .one-motion-listing-price .one-motion-price-vat{
  font-size: 14px;
  font-weight: 400;
  font-family: "Swiitzer", sans-serif;
}

.one-motion-listing-actions .one-motion-action {
  color: var(--global-color-primary);
  font-size: 18px;
  transition: color 0.3s;
  gap: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--global-color-border-primary);;
}

.one-motion-listing-actions .one-motion-action:hover {
  background-color: var(--global-color-accent);
  color: #fff;
  border-color: var(--global-color-accent);
}

.one-motion-single-listing {
  padding: 0 20px 100px 20px;
}

.one-motion-divider {
  height: 1px;
  background: var(--one-motion-general-border);
  margin-bottom: 80px;
}

.one-motion-pros-block {
  background-color: #f6f3ec;
  padding: 50px;
  border-radius: 20px;
  font-family: "Switzer", sans-serif;
  margin-bottom: 20px;
}

.one-motion-pros-list {
  gap: 20px;
}

.one-motion-pros-list li svg {
  width: 20px;
}


.one-motion-pros-list .pros-list-item {
  display: flex;
  gap: 8px;
  align-items: center;;
}

.one-motion-sidebar-box {
  background-color: #f6f3ec;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 25px;
}

.one-motion-sidebar-box .one-motion-btn {
  width: 100%;
}

.one-motion-btn-content {
  justify-content: space-between;
}

.one-motion-btn-grp {
  display: flex;
  gap: 10px;
  flex-direction: column;
}


.one-motion-widget-title:before,
.advanced-search-title:before {
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    z-index: 1;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: var(--one-motion-general-border);
}

.one-motion-widget-title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

/* Add spacing between the title icon and text (e.g. "Deel dit uitje") */
.one-motion-widget-title i {
  margin-right: 8px;
}

.one-motion-widget-title:after,
.advanced-search-title:after {
    width: 45px;
    height: 2px;
    background-color: var(--global-color-primary);
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    z-index: 1;
    display: inline-block;
}

.one-motion-related-posts-section {
  padding: 100px 20px;
  background-color: #f6f3ec;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

/* Related Products Grid Styling - Equal Height Cards */
.one-motion-related-posts-section .row {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
}

.one-motion-related-posts-section .col-md-4 {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

@media (min-width: 768px) {
  .one-motion-related-posts-section .col-md-4 {
    flex: 1 0 auto;
    width: 30%;
  }
}

/* Ensure cards stretch to full height */
.one-motion-related-posts-section .one-motion-listing-item {
  display: flex;
  width: 100%;
}

/* Product Box Styles for Related Products */
.one-motion-related-posts-section .one-motion-product-box {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  border: 1px solid var(--one-motion-general-border);
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Image Hover Effect */
.one-motion-related-posts-section .one-motion-product-box:hover a.one-motion-listing-media img {
  transform: translateY(10px) scale(1.1);
}

/* Listing Media Image */
.one-motion-related-posts-section a.one-motion-listing-media img {
  width: 100%;
  height: 268px;
  transition: 0.2s ease;
  object-fit: cover;
}

/* Listing Media Overlay */
.one-motion-related-posts-section a.one-motion-listing-media:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  background: linear-gradient(transparent, #111);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

/* Thumbnail Wrapper */
.one-motion-related-posts-section .one-motion-listing-thumb {
  overflow: hidden;
  position: relative;
}

/* Category Styles */
.one-motion-related-posts-section .one-motion-categories {
  top: 20px;
  left: 20px;
  position: absolute;
  z-index: 2;
  font-family: "Switzer", sans-serif;
}

.one-motion-related-posts-section .one-motion-categories a.one-motion-category-list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  padding: 0 15px;
  font-size: 12px;
  line-height: 2em;
  color: var(--color-heading);
  border-radius: 6px;
  background-color: #fff;
}

/* Item Content - Flex container for header and meta */
.one-motion-related-posts-section .one-motion-item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Item Header - Flex to push content down */
.one-motion-related-posts-section .one-motion-item-header {
  padding: 20px 30px;
  border-bottom: 1px solid var(--one-motion-general-border);
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

/* Meta Item */
.one-motion-related-posts-section .one-motion-meta-item {
  font-family: "Involve", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 12px 30px;
  margin: 0;
  flex-shrink: 0;
}

.one-motion-related-posts-section .one-motion-meta-item .one-motion-meta-price {
  font-weight: 700;
  color: var(--global-color-primary);
}

.one-motion-related-posts-section .one-motion-meta-item .one-motion-meta-price .one-motion-price-vat {
  font-size: 12px;
  font-weight: 400;
}

/* Listing Title */
.one-motion-related-posts-section .one-motion-listing-title {
  font-family: Involve, sans-serif;
  color: var(--global-color-heading);
}

.one-motion-related-posts-section .one-motion-listing-title a {
  color: var(--global-color-primary);
}

/* Booking Info */
.one-motion-related-posts-section .one-motion-item-content .one-motion-booking-info {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: switzer, sans-serif;
}

.one-motion-related-posts-section .one-motion-item-content .one-motion-booking-info li {
  margin: 5px 0;
}

.one-motion-related-posts-section .one-motion-item-content .one-motion-booking-info .one-motion-item-meta {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}

.one-motion-related-posts-section .one-motion-item-content .one-motion-booking-info .one-motion-item-meta svg {
  width: 20px;
}

/* Info Button */
.one-motion-related-posts-section .one-motion-info-btn {
  padding: 8px 12px;
  border-radius: 6px;
  background-color: var(--global-color-accent);
  display: flex;
  gap: 5px;
  color: #fff;
  font-size: 14px;
  transition: 0.3s ease;
  text-align: center;
  line-height: 1.2em;
  text-decoration: none;
}

.one-motion-related-posts-section .one-motion-info-btn:hover {
  background-color: var(--global-color-primary);
  color: #fff;
}

.one-motion-related-posts-section .one-motion-info-btn svg {
  width: 18px;
}

/* Meta Item Links */
.one-motion-related-posts-section .one-motion-item-meta a {
  color: var(--global-color-primary);
  text-decoration: underline;
  text-underline-offset: 0.25em;
  transition: 0.2s ease;
}

.one-motion-related-posts-section .one-motion-item-meta a:hover {
  color: var(--global-color-accent);
}

.one-motion-featuers-single-page {
  font-family: "Switzer", sans-serif;
}

.one-motion-featuers-single-page i{
  font-size: 20px;
}

#one-motion-carousel .carousel-control-next, #one-motion-carousel .carousel-control-prev {
  width: fit-content;
  opacity: 1;
}

#one-motion-carousel .carousel-indicators {
  margin-bottom: 0;
}

#one-motion-carousel .carousel-inner {
  position: relative;
}

.one-motion-price-tag {
  position: absolute;
  padding: 15px;
  top: 24px;
  left: 24px;
  z-index: 2;
  background-color: var(--global-color-primary);
  border-radius: 12px;
  font-weight: 600;
  line-height: 1.2em;
  font-size: 18px;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.one-motion-price-tag .one-motion-price-vat {
  font-size: 12px;
}

.one-motion-sidebar-box .one-motion-price-vat {
  font-size: 12px;
  color: var(--global-color-primary);
}

/* =====================================================
   SEO Content Section - Match static design
   ===================================================== */

.one-motion-partners-section {
  padding: 100px 20px;
  background-color: #fff;
}

.one-motion-partners-section .row {
  margin-bottom: 40px;
}

.one-motion-partners-section .row:last-child {
  margin-bottom: 0;
}

/* =====================================================
   FAQ Section - Match static design
   ===================================================== */

.one-motion-faq-section {
  padding: 100px 20px;
  background-color: #f6f6f6;
}

.one-motion-faq-section h2.one-motion-title-lg {
  max-width: 700px;
  margin: 0 auto;
}

.one-motion-single-content .one-motion-title-lg {
  max-width: 700px;
  margin: 0 auto;
}

/* Product Detail Page - Title Orange Color */
.one-motion-single-listing .one-motion-title-lg {
  color: #f79420;
}

/* Pop-up */
.modal-body.one-motion-modal-body {
  padding: 30px;
}

/* Mobile Responsiveness  */

@media(max-width: 767px) {

  /* .one-motion-hero {
    height: 450px;
  } */

  .one-motion-prev, .one-motion-next {
    bottom: 0px;
    top: unset;
    width: 30px;
    height: 30px;
    padding: 10px;
  }

  .one-motion-hero-subtitle {
    font-size: 18px;
  }

  .one-motion-listing-header {
    padding: 30px 5px;
  }

  .one-motion-divider {
    margin-bottom: 50px;  
  }

  .one-motion-single-listing {
    padding: 0 5px 50px 5px;
  }

  .one-motion-pros-block {
    padding: 24px;
    /* border-radius: 6px; */
  }

  .one-motion-related-posts-section {
    padding: 50px 15px 80px 15px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .one-motion-partners-section {
    padding: 50px 5px;
  }

  .one-motion-partners-section .row {
    margin-bottom: 30px;
  }

  .one-motion-faq-section {
    padding: 50px 5px;
  }

}

/* Form Buttons */
/* .modal-body .btn-primary,
.modal-body button[type="submit"] {
  background-color: #f79420;
  border-color: #f79420;
  color: #fff;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.modal-body .btn-primary:hover,
.modal-body button[type="submit"]:hover {
  background-color: #e68419;
  border-color: #e68419;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(247, 148, 32, 0.3);
}

.modal-body .btn-primary:active,
.modal-body button[type="submit"]:active {
  background-color: #d67516;
  border-color: #d67516;
  transform: translateY(0);
}

.modal-body .btn-primary:disabled,
.modal-body button[type="submit"]:disabled {
  background-color: #f79420;
  border-color: #f79420;
  opacity: 0.6;
  cursor: not-allowed;
} */

/* Green Submit Button for Inquiry Form - Override all button styles */
/* .one-motion-inquiry-form button[type="submit"],
.one-motion-inquiry-form .one-motion-submit-btn,
button.one-motion-submit-btn.btn-success,
.btn.one-motion-submit-btn.btn-success {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  color: #fff !important;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.one-motion-inquiry-form button[type="submit"]:hover,
.one-motion-inquiry-form .one-motion-submit-btn:hover,
button.one-motion-submit-btn.btn-success:hover,
.btn.one-motion-submit-btn.btn-success:hover {
  background-color: #218838 !important;
  border-color: #1e7e34 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.one-motion-inquiry-form button[type="submit"]:active,
.one-motion-inquiry-form .one-motion-submit-btn:active,
button.one-motion-submit-btn.btn-success:active,
.btn.one-motion-submit-btn.btn-success:active {
  background-color: #1e7e34 !important;
  border-color: #1c7430 !important;
  transform: translateY(0);
}

.one-motion-inquiry-form button[type="submit"]:disabled,
.one-motion-inquiry-form .one-motion-submit-btn:disabled,
button.one-motion-submit-btn.btn-success:disabled,
.btn.one-motion-submit-btn.btn-success:disabled {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  opacity: 0.6;
  cursor: not-allowed;
} */

/* Custom Checkbox Styling */
.one-motion-form-check {
  margin-bottom: 10px;
}

/* .one-motion-form-check .form-check-input {
  width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin-top: 0.15em;
  border: 2px solid #dee2e6;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
} */

/* .one-motion-form-check .form-check-input:checked {
  background-color: var(--global-color-accent);
  border-color: var(--global-color-accent);
}

.one-motion-form-check .form-check-input:focus {
  border-color: var(--global-color-accent);
  box-shadow: 0 0 0 0.2rem hsla(82, 52%, 49%, 0.251);
} */

.one-motion-form-check .form-check-label {
  /* margin-left: 0.5rem; */
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
}

/* .one-motion-form-check .form-check-label a {
  color: #28a745;
  text-decoration: underline;
  transition: color 0.2s ease;
} */

.one-motion-form-check .form-check-label a:hover {
  color: #218838;
}

/* Availability Checking Animation */
.availability-checking {
  background-color: #f6f3ec;
  border-radius: 12px;

/* Availability alert icon + heading inline */
.availability-alert__title {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.35rem;
}

.availability-alert__title i {
  font-size: 1.05em;
  line-height: 1;
}
  padding: 2rem;
  margin-top: 1rem;
}

.availability-checking .spinner-border {
  width: 3rem;
  height: 3rem;
  border-width: 0.3rem;
  color: #f79420 !important;
}

.availability-checking .checking-text {
  font-size: 1.1rem;
  font-weight: 500;
  color: #333;
  font-family: "Switzer", sans-serif;
}

/* =====================================================
   Product Single Page - Navigation Menu Styling
   Match static design: proper nav link padding and styling
   ===================================================== */

.single-product nav.navbar {
  position: unset;
  padding: 0;
}

.single-product nav.navbar-expand-lg .navbar-nav .nav-link {
  padding: 30px 20px;
}

.single-product a.nav-link {
  font-family: "Switzer", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--global-color-heading);
}

@media (max-width: 1366px) {
  .single-product nav.navbar-expand-lg .navbar-nav .nav-link {
    padding: 30px 10px;
  }
}

/* =====================================================
   Product Single Page - Hero Section Adjustments
   ===================================================== */

.single-product .one-motion-hero {
  margin-top: -160px;
}

.single-product .one-motion-breadcrumbs-banner {
  min-height: 300px;
  position: relative;
  background: url("../img/beach.jpg") center center / cover no-repeat;
  z-index: 0;
}

.single-product .one-motion-breadcrumbs-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.single-product .one-motion-breadcrumbs-banner .container {
  position: relative;
  z-index: 1;
}

.single-product .one-motion-page-title-area {
  padding-top: 160px;
  padding-bottom: 40px;
}

.single-product .one-motion-heading-title {
  font-size: 48px;
  margin-bottom: 20px;
  font-family: "Involve", sans-serif;
  font-weight: 700;
}

@media (max-width: 768px) {
  .single-product .one-motion-hero {
    margin-top: -85px;
  }
  
  .single-product .one-motion-page-title-area {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  
  .single-product .one-motion-heading-title {
    font-size: 32px;
  }
}


/* =====================================================
   Heading Styles - h3 for smaller headings
   ===================================================== */

.one-motion-h3 {
  font-size: 36px;
  font-weight: 700;
  font-family: "Involve", sans-serif;
  color: var(--global-color-heading);
  display: flex;
  align-items: center;
  gap: 12px;
}

.one-motion-h3 img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .one-motion-h3 {
    font-size: 24px;
  }
}

/* =====================================================
   Alternatives Section Styling
   ===================================================== */

.one-motion-alternatives-section {
  margin-top: 2rem;
}

.one-motion-alternatives-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
  font-family: "Involve", sans-serif;
}

.one-motion-alternatives-subtitle {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.one-motion-alternative-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}

.one-motion-alternative-label {
  display: block;
  cursor: pointer;
  margin: 0;
  height: 100%;
}

.one-motion-alternative-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.one-motion-alternative-content {
  position: relative;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.one-motion-alternative-card:hover .one-motion-alternative-content {
  border-color: var(--global-color-accent);
  box-shadow: 0 4px 12px rgba(143, 190, 60, 0.2);
  transform: translateY(-2px);
}

.one-motion-alternative-card.selected .one-motion-alternative-content {
  border-color: var(--global-color-accent);
  border-width: 3px;
  background-color: #f0f9f4;
  box-shadow: 0 6px 16px rgba(143, 190, 60, 0.2);
}

.one-motion-alternative-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.one-motion-alternative-body {
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.one-motion-alternative-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  font-family: "Involve", sans-serif;
}

.one-motion-alternative-price {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 0;
  margin-top: auto;
}

.one-motion-alternative-checkmark {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 32px;
  height: 32px;
  background: var(--global-color-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}

.one-motion-alternative-card.selected .one-motion-alternative-checkmark {
  opacity: 1;
  transform: scale(1);
}

.one-motion-alternative-checkmark i {
  color: #fff;
  font-size: 1.2rem;
}

/* .one-motion-book-alternatives-btn {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  color: #fff !important;
  font-weight: 600;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
} */

/* .one-motion-book-alternatives-btn:hover {
  background-color: #218838 !important;
  border-color: #1e7e34 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(40, 167, 69, 0.4);
} */

/* .one-motion-book-alternatives-btn:active {
  background-color: #1e7e34 !important;
  border-color: #1c7430 !important;
  transform: translateY(0);
} */

/* .one-motion-book-alternatives-btn:disabled {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
} */

.one-motion-close-modal-btn {
  color: #333 !important;
  font-size: 0.875rem;
  text-decoration: none;
  padding: 0.5rem 1rem;
  transition: color 0.2s ease;
}

.one-motion-close-modal-btn:hover {
  color: #000 !important;
  text-decoration: underline;
}

/* Responsive adjustments for alternatives */
@media (max-width: 768px) {
  .one-motion-alternatives-title {
    font-size: 1.25rem;
  }
  
  .one-motion-alternatives-subtitle {
    font-size: 0.9rem;
  }
  
  .one-motion-alternative-img {
    height: 150px;
  }
  
  .one-motion-book-alternatives-btn {
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

/* =====================================================
   Validation Message Styling
   ===================================================== */

.one-motion-validation-message {
  background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
  border: 2px solid #ffc107;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(255, 193, 7, 0.2);
  animation: slideInDown 0.3s ease-out;
}

.one-motion-validation-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.one-motion-validation-content i {
  color: #f79420;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.one-motion-validation-content span {
  color: #856404;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Switzer", sans-serif;
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive adjustments for validation message */
@media (max-width: 768px) {
  .one-motion-validation-message {
    padding: 0.875rem 1rem;
  }
  
  .one-motion-validation-content i {
    font-size: 1.25rem;
  }
  
  .one-motion-validation-content span {
    font-size: 0.9rem;
  }
}
