@charset "UTF-8";
/*
Theme Name: Patop
Theme URI: http://intside.com/themes/patop/
Author: Intside
Author URI: http://intside.com/
Description: patop is a startup theme for Advanced user who want to build professional WordPress theme based on Bootstrap
Version: 0.1
Tags: blue, black, white, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: patop
*/
/**
 * Table of Contents:
 *
 * 1.0 - Basic Structure
 * 2.0 - Media Queries
 * ----------------------------------------------------------------------------
 */
.bg-tertiary-light {
  background-color: #DDF6F9;
}

.bg-highlight-light {
  background-color: #E6F8FA;
}

.bg-light-color {
  background-color: #EAF1FF;
}

.border-bottom {
  border-bottom: 1px solid #E5E8EB;
}

/*
Theme Name: Patop
Theme URI: http://intside.com/themes/patop/
Author: Intside
Author URI: http://intside.com/
Description: patop is a startup theme for Advanced user who want to build professional WordPress theme based on Bootstrap
Version: 0.1
Tags: blue, black, white, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: patop
*/
/**
 * Table of Contents:
 *
 * 1.0 - Basic Structure
 * 2.0 - Media Queries
 * ----------------------------------------------------------------------------
 */
h1,
h2,
.h5 .h6 {
  font-family: "DM Sans", sans-serif;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.875rem;
}

h4,
.h4 {
  font-size: 1.375rem;
}

h5 {
  font-size: 1.125rem;
}

.h5 {
  font-size: 1.25rem;
}

h6,
h6 {
  font-size: 1rem;
}

h1,
.h1,
.h6 {
  font-weight: 900;
}

h2,
.h2 {
  font-weight: 800;
}

h3,
h4,
h5,
.h5,
.h6 {
  font-weight: 700;
}

.h4 {
  font-weight: 600;
}

h2,
h4,
h5 h6,
.h6 {
  color: #151515;
}

/*
Theme Name: Patop
Theme URI: http://intside.com/themes/patop/
Author: Intside
Author URI: http://intside.com/
Description: patop is a startup theme for Advanced user who want to build professional WordPress theme based on Bootstrap
Version: 0.1
Tags: blue, black, white, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: patop
*/
/**
 * Table of Contents:
 *
 * 1.0 - Basic Structure
 * 2.0 - Media Queries
 * ----------------------------------------------------------------------------
 */
.btn,
#custom-form form input[type=submit] {
  font-weight: 600;
  padding: 0.75rem 1rem;
  border: 1px solid;
  border-radius: 12px;
  line-height: 18px;
}

#custom-form form input[type=submit],
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
:not(.btn-check) + .btn:active.btn-primary,
.btn:first-child:active.btn-primary,
.btn:focus-visible.btn-primary {
  background-color: #0859CA;
  border-color: #0859CA;
  box-shadow: none;
  color: #FFF;
}

.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
:not(.btn-check) + .btn:active.btn-outline-primary,
.btn:first-child:active.btn-outline-primary,
.btn:focus-visible.btn-outline-primary {
  background-color: transparent;
  border-color: #0859CA;
  box-shadow: none;
  color: #0859CA;
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  background-color: #f3f4f6;
  border-color: #d1d5db;
  color: #9ca3af;
  cursor: not-allowed;
  opacity: 0.6;
}
.btn-outline-primary:disabled:hover, .btn-outline-primary:disabled:focus,
.btn-outline-primary.disabled:hover,
.btn-outline-primary.disabled:focus {
  background-color: #f3f4f6;
  border-color: #d1d5db;
  color: #9ca3af;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
:not(.btn-check) + .btn:active.btn-secondary,
.btn:first-child:active.btn-secondary,
.btn:focus-visible.btn-secondary {
  background-color: #FFF;
  border-color: #FFF;
  box-shadow: none;
  color: var(--primary-color);
}

.btn-outline-secondary,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
:not(.btn-check) + .btn:active.btn-outline-secondary,
.btn:first-child:active.btn-outline-secondary,
.btn:focus-visible.btn-outline-secondary {
  background-color: transparent;
  border-color: var(--text-primary);
  box-shadow: none;
  color: #FFF;
}

.btn-third,
.btn-third:hover,
.btn-third:focus,
:not(.btn-check) + .btn:active.btn-third,
.btn:first-child:active.btn-third,
.btn:focus-visible.btn-third {
  background-color: #FFCA18;
  border-color: #FFCA18;
  box-shadow: none;
  color: #FFF;
}

/*
Theme Name: Patop
Theme URI: http://intside.com/themes/patop/
Author: Intside
Author URI: http://intside.com/
Description: patop is a startup theme for Advanced user who want to build professional WordPress theme based on Bootstrap
Version: 0.1
Tags: blue, black, white, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: patop
*/
/**
 * Table of Contents:
 *
 * 1.0 - Basic Structure
 * 2.0 - Media Queries
 * ----------------------------------------------------------------------------
 */
.form-row {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.form-row.two-cols {
  grid-template-columns: repeat(2, 1fr);
}

#custom-form .contact-form {
  background-color: #FFF;
  box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.04);
  border-radius: 24px;
}
#custom-form .contact-form .h3 {
  font-size: 2.375rem;
  color: #151515;
}

#custom-form form {
  position: relative;
}

.content-none #custom-form form input[type=search] {
  height: 3.25rem;
}

#custom-form form label,
label {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #151515;
}

#custom-form form input:not([type=submit]):not([type=checkbox]),
.form-group input,
select {
  background: #F6F6F6;
  font-family: inherit;
  font-size: 14px;
  height: 3rem;
  padding: 0.875rem;
  border: 1px solid #F6F6F6;
  border-radius: 8px;
  transition: all 0.2s ease;
  color: #151515;
}

#custom-form form input:not([type=submit]):not([type=checkbox])::placeholder,
.form-group input::placeholder,
select::placeholder {
  font-size: 1rem;
  color: #151515;
}
#custom-form form input:not([type=submit]):not([type=checkbox]):focus,
.form-group input:focus,
select:focus {
  outline: none;
  border-color: #0859CA;
  box-shadow: 0 0 0 0.25rem rgba(8, 89, 202, 0.25);
}
#custom-form form input:not([type=submit]):not([type=checkbox]).error,
.form-group input.error,
select.error {
  border-color: #ef4444;
}

.content-none #custom-form form .btn-primary {
  border-radius: 8px;
}

#custom-form form textarea,
textarea {
  resize: none;
  overflow-y: auto;
  background: #F6F6F6;
  font-size: 14px;
  width: 100%;
  min-height: 110px;
  padding: 0.875rem;
  border: 1px solid #F6F6F6;
  border-radius: 8px;
  color: #151515;
  transition: all 0.2s ease;
}
#custom-form form textarea::placeholder,
textarea::placeholder {
  color: #6F6F6F;
}
#custom-form form textarea:focus,
textarea:focus {
  outline: none;
  border-color: #0859CA;
  box-shadow: 0 0 0 0.25rem rgba(8, 89, 202, 0.25);
}

.form-group {
  display: flex;
  flex-direction: column;
}
.form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("./assets/images/down-icon.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 2.5rem;
}
.form-group .field-hint {
  font-size: 0.75rem;
  margin-top: 6px;
  color: #151515;
}
.form-group .input-with-icon {
  position: relative;
}
.form-group .input-with-icon input {
  width: 100%;
  padding-right: 44px;
}
.form-group .input-with-icon svg {
  pointer-events: none;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  color: #9ca3af;
}

.phone-input {
  position: relative;
  background: #F6F6F6;
  display: flex;
  gap: 0;
  height: 3rem;
  border: 1px solid #F6F6F6;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.phone-input .iti {
  width: 100%;
  height: 100%;
}
.phone-input .iti--allow-dropdown {
  z-index: 9999;
  max-height: 200px;
  border-radius: 6px;
}
.phone-input:focus-within {
  border-color: #0066ff;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.08);
}
.phone-input .country-select {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  background: #f9fafb;
  border-right: 1px solid #dde4ed;
  cursor: pointer;
  user-select: none;
  min-width: 100px;
}
.phone-input .country-select .flag {
  font-size: 18px;
  line-height: 1;
}
.phone-input .country-select .code {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 500;
}
.phone-input .country-select i {
  font-size: 10px;
  color: #9ca3af;
  margin-left: auto;
}
.phone-input .country-select:hover {
  background: #f3f4f6;
}
.phone-input input {
  flex: 1;
  border: none;
  padding: 0 14px;
  height: 100%;
  background: transparent;
}
.phone-input input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.content-search form button {
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  padding: 0;
}

/*
Theme Name: Patop
Theme URI: http://intside.com/themes/patop/
Author: Intside
Author URI: http://intside.com/
Description: patop is a startup theme for Advanced user who want to build professional WordPress theme based on Bootstrap
Version: 0.1
Tags: blue, black, white, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: patop
*/
/**
 * Table of Contents:
 *
 * 1.0 - Basic Structure
 * 2.0 - Media Queries
 * ----------------------------------------------------------------------------
 */
.custom-breadcrumb a {
  position: relative;
  padding-right: 1.5rem;
  color: #FFF;
}

.custom-breadcrumb a::after {
  content: "";
  position: absolute;
  top: 50%;
  resize: 1.5rem;
  transform: translateY(-50%);
  background-image: url(assets/images/breadcrumb.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.5rem;
  height: 1.5rem;
}

/*------------------------------------
  Sticky Menu Animation
------------------------------------*/
.navbar {
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.navbar.sticky-nav {
  /* Ajouter les styles du menu sticky ici si nécessaire */
  /* Exemple: background-color, box-shadow, etc. */
}

.navbar.sticky-animate {
  animation: slideInDown 0.3s ease-in-out;
}

@keyframes slideInDown {
  from {
    transform: translateY(0);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/*
Theme Name: Patop
Theme URI: http://intside.com/themes/patop/
Author: Intside
Author URI: http://intside.com/
Description: patop is a startup theme for Advanced user who want to build professional WordPress theme based on Bootstrap
Version: 0.1
Tags: blue, black, white, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: patop
*/
/**
 * Table of Contents:
 *
 * 1.0 - Basic Structure
 * 2.0 - Media Queries
 * ----------------------------------------------------------------------------
 */
.flight-search-block {
  position: static;
  overflow: visible;
  margin-top: -6.25rem;
  padding-bottom: 3.125rem;
}
.flight-search-block .flight-search__card {
  background: white;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(8, 89, 202, 0.1);
  position: relative;
  overflow: visible;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  z-index: 1;
}
@media (max-width: 768px) {
  .flight-search-block .flight-search__card {
    padding: 24px;
    border-radius: 16px;
  }
}
.flight-search-block .flight-search__main-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 24px;
  border-bottom: 2px solid #E5E7EB;
}
.flight-search-block .flight-search__main-tabs .main-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  color: #6B7280;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.flight-search-block .flight-search__main-tabs .main-tab i {
  width: 20px;
  height: 20px;
}
.flight-search-block .flight-search__main-tabs .main-tab:hover:not(.active) {
  color: #0859CA;
}
.flight-search-block .flight-search__main-tabs .main-tab.active {
  color: #0859CA;
  border-bottom-color: #0859CA;
  font-weight: 600;
}
@media (max-width: 576px) {
  .flight-search-block .flight-search__main-tabs .main-tab {
    padding: 10px 16px;
    font-size: 0.9rem;
  }
}
.flight-search-block .flight-search__trip-types {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.flight-search-block .flight-search__trip-types .trip-type-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 0.95rem;
  color: #263A7A;
}
.flight-search-block .flight-search__trip-types .trip-type-radio input[type=radio] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #0859CA;
}
.flight-search-block .flight-search__trip-types .trip-type-radio i {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.flight-search-block .flight-search__trip-types .trip-type-radio .radio-label {
  font-weight: 400;
}
.flight-search-block .flight-search__trip-types .trip-type-radio:hover {
  color: #0859CA;
}
@media (max-width: 576px) {
  .flight-search-block .flight-search__trip-types .trip-type-radio {
    font-size: 0.85rem;
  }
}
.flight-search-block .flight-search__request-form {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
}
.flight-search-block .flight-search__request-form .request-tracking-field {
  flex: 1;
  max-width: 400px;
}
.flight-search-block .flight-search__request-form .request-tracking-field .form-control {
  height: 44px;
  padding: 8px;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #374151;
  background: white;
  transition: all 0.3s ease;
  width: 100%;
}
.flight-search-block .flight-search__request-form .request-tracking-field .form-control::placeholder {
  color: #9CA3AF;
}
.flight-search-block .flight-search__request-form .request-tracking-field .form-control:focus {
  outline: none;
  border-color: #0859CA;
  box-shadow: 0 0 0 3px rgba(8, 89, 202, 0.1);
}
.flight-search-block .flight-search__request-form .btn-search-request {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 24px;
  background: #0859CA;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.flight-search-block .flight-search__request-form .btn-search-request i {
  width: 18px;
  height: 18px;
}
.flight-search-block .flight-search__request-form .btn-search-request:hover {
  background: #0859CA;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(8, 89, 202, 0.3);
}
.flight-search-block .flight-search__request-form .btn-search-request:active {
  transform: translateY(0);
}
.flight-search-block .flight-search__request-form .btn-search-request:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}
@media (max-width: 576px) {
  .flight-search-block .flight-search__request-form {
    flex-direction: column;
    align-items: stretch;
  }
  .flight-search-block .flight-search__request-form .request-tracking-field {
    max-width: 100%;
  }
  .flight-search-block .flight-search__request-form .btn-search-request {
    width: 100%;
  }
}
.flight-search-block .form-field {
  background: #FFF;
  position: relative;
  height: 58px;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.flight-search-block .form-field:hover {
  border-color: #E5E8EB;
}
.flight-search-block .form-field[data-animate=slide-up] {
  animation: slideUpFade 0.6s ease-out forwards;
  opacity: 0;
  transform: translateY(30px);
}
.flight-search-block .form-field[data-animate=slide-up][data-delay="100"] {
  animation-delay: 0.1s;
}
.flight-search-block .form-field[data-animate=slide-up][data-delay="200"] {
  animation-delay: 0.2s;
}
.flight-search-block .form-field[data-animate=slide-up][data-delay="300"] {
  animation-delay: 0.3s;
}
.flight-search-block .form-field[data-animate=slide-up][data-delay="400"] {
  animation-delay: 0.4s;
}
.flight-search-block .form-field[data-animate=slide-up][data-delay="500"] {
  animation-delay: 0.5s;
}
.flight-search-block .form-field[data-animate=slide-up][data-delay="600"] {
  animation-delay: 0.6s;
}
.flight-search-block .form-field[data-animate=slide-up][data-delay="700"] {
  animation-delay: 0.7s;
}
.flight-search-block .form-field[data-animate=slide-up][data-delay="800"] {
  animation-delay: 0.8s;
}
.flight-search-block .form-field[data-animate=slide-up][data-delay="900"] {
  animation-delay: 0.9s;
}
.flight-search-block .form-field[data-animate=slide-up][data-delay="1000"] {
  animation-delay: 1s;
}
.flight-search-block .form-field.floating-label .form-control {
  background: transparent;
  font-size: 1rem;
  font-weight: 500;
  height: 58px;
  padding: 16px 48px;
  border: none;
  transition: all 0.3s ease;
  color: #0859CA;
}
.flight-search-block .form-field.floating-label .form-control:focus {
  outline: none;
  box-shadow: none;
}
.flight-search-block .form-field.floating-label .form-control::placeholder {
  color: transparent;
}
.flight-search-block .form-field.floating-label label {
  position: absolute;
  top: 0;
  left: 48px;
  font-size: 1rem;
  color: #263A7A;
  pointer-events: none;
  font-weight: 600;
}
.flight-search-block .form-field.floating-label .field-sublabel {
  position: absolute;
  bottom: 10px;
  left: 48px;
  font-size: 0.75rem;
  color: #9CA3AF;
  pointer-events: none;
}
.flight-search-block .form-field.floating-label .field-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  color: #151515;
  z-index: 1;
  transition: all 0.3s ease;
}
.flight-search-block .form-field.floating-label:hover .field-icon {
  transform: translateY(-50%) scale(1.1);
  color: #151515;
}
.flight-search-block .form-field.floating-label .form-control.has-value ~ .field-sublabel {
  opacity: 0;
}
.flight-search-block .form-field.floating-label:has(.form-control.has-value) .field-sublabel {
  opacity: 0;
}
.flight-search-block .dropdown-suggestions {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: white;
  border: 2px solid #E5E8EB;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(8, 89, 202, 0.15);
  z-index: 100;
  width: 300px;
  max-height: 400px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.flight-search-block .dropdown-suggestions.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.flight-search-block .dropdown-suggestions .suggestion-item {
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #151515;
  background: #FEFEFE;
}
.flight-search-block .dropdown-suggestions .suggestion-item:hover:not(.loading):not(.error):not(.no-results) {
  background: #EAECF0;
}
.flight-search-block .dropdown-suggestions .suggestion-item.loading, .flight-search-block .dropdown-suggestions .suggestion-item.error, .flight-search-block .dropdown-suggestions .suggestion-item.no-results {
  justify-content: center;
  color: #263A7A;
  font-size: 0.9rem;
  cursor: default;
}
.flight-search-block .dropdown-suggestions .suggestion-item.error {
  color: #DC2626;
}
.flight-search-block .dropdown-suggestions .suggestion-item .suggestion-city {
  flex: 1;
  font-size: 1rem;
  font-weight: 500;
}
.flight-search-block .dropdown-suggestions .suggestion-item .suggestion-code {
  font-weight: 500;
  font-size: 1rem;
}
.flight-search-block .dropdown-suggestions .suggestion-airport-name {
  display: block;
  font-size: 0.85rem;
  padding: 5px 20px;
}
.flight-search-block .dropdown-suggestions::-webkit-scrollbar {
  width: 6px;
}
.flight-search-block .dropdown-suggestions::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.flight-search-block .dropdown-suggestions::-webkit-scrollbar-thumb {
  background: #0859CA;
  border-radius: 10px;
}
.flight-search-block .dropdown-suggestions::-webkit-scrollbar-thumb:hover {
  background: #151515;
}
.flight-search-block .feature-icon-box {
  text-align: center;
  padding: 32px 24px;
  background: white;
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border: 2px solid transparent;
}
.flight-search-block .feature-icon-box .feature-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  background: #0859CA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s ease;
}
.flight-search-block .feature-icon-box .feature-icon i {
  width: 36px;
  height: 36px;
  color: white;
  position: relative;
  z-index: 2;
}
.flight-search-block .feature-icon-box .feature-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #FEFEFE;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0.3;
  transition: transform 0.4s ease;
}
.flight-search-block .feature-icon-box h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0859CA;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}
.flight-search-block .feature-icon-box p {
  font-size: 0.95rem;
  color: #263A7A;
  margin: 0;
  transition: color 0.3s ease;
}
.flight-search-block .feature-icon-box:hover {
  transform: translateY(-8px);
  border-color: #E5E8EB;
  box-shadow: 0 12px 40px rgba(229, 232, 235, 0.15);
}
.flight-search-block .feature-icon-box:hover .feature-icon {
  transform: scale(1.1) rotate(5deg);
}
.flight-search-block .feature-icon-box:hover .feature-icon::before {
  transform: translate(-50%, -50%) scale(1.4);
}
.flight-search-block .feature-icon-box:hover .feature-icon i {
  animation: iconBounce 0.6s ease;
}
.flight-search-block .feature-icon-box:hover h4 {
  color: #151515;
}
.flight-search-block .flight-search__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.flight-search-block .flight-search__background .floating-element {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  animation: floating 8s ease-in-out infinite;
}
.flight-search-block .flight-search__background .floating-element:nth-child(2) {
  animation-delay: 2s;
  animation-duration: 10s;
}
.flight-search-block .flight-search__background .floating-element:nth-child(3) {
  animation-delay: 4s;
  animation-duration: 12s;
}

@keyframes shimmer {
  0%, 100% {
    transform: translateX(-100%);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideUpFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes chipSlideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes iconPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes iconBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes floating {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}
@media (max-width: 991px) {
  .flight-search-block .return-date-field {
    transition: opacity 0.3s ease, max-height 0.3s ease;
  }
  .flight-search-block .return-date-field.hidden {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .flight-search-block .flight-search__title {
    font-size: 2rem;
  }
  .flight-search-block .flight-search__card {
    padding: 24px;
  }
  .flight-search-block .form-field.floating-label .form-control {
    padding: 8px 48px;
  }
  .flight-search-block .form-field.floating-label .field-icon {
    width: 18px;
    height: 18px;
  }
  .flight-search-block .form-field.floating-label .icon-container {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
    border-radius: 50%;
  }
  .flight-search-block .feature-icon-box {
    padding: 24px 16px;
  }
  .flight-search-block .feature-icon-box .feature-icon {
    width: 60px;
    height: 60px;
  }
  .flight-search-block .feature-icon-box .feature-icon i {
    width: 30px;
    height: 30px;
  }
  .flight-search-block .feature-icon-box h4 {
    font-size: 1rem;
  }
  .flight-search-block .feature-icon-box p {
    font-size: 1rem;
  }
}
.airport-search-modal {
  position: absolute;
  background: white;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(18, 30, 59, 0.15);
  z-index: 2000;
  width: 320px;
  max-width: calc(100vw - 40px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  overflow: hidden;
}
.airport-search-modal.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.airport-search-modal .airport-search-header {
  position: relative;
  padding: 16px;
  border-bottom: 1px solid #E5E7EB;
}
.airport-search-modal .airport-search-header .airport-search-input {
  width: 100%;
  height: 44px;
  padding: 10px 44px 10px 16px;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #374151;
  background: white;
  transition: all 0.3s ease;
}
.airport-search-modal .airport-search-header .airport-search-input::placeholder {
  color: #9CA3AF;
}
.airport-search-modal .airport-search-header .airport-search-input:focus {
  outline: none;
  border-color: #0859CA;
  box-shadow: 0 0 0 3px rgba(86, 198, 210, 0.1);
}
.airport-search-modal .airport-search-header .search-icon {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #9CA3AF;
  pointer-events: none;
}
.airport-search-modal .airport-suggestions-list {
  max-height: 280px;
  overflow-y: auto;
}
.airport-search-modal .airport-suggestions-list .airport-suggestion-item {
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-bottom: 1px solid #F3F4F6;
}
.airport-search-modal .airport-suggestions-list .airport-suggestion-item .suggestion-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.airport-search-modal .airport-suggestions-list .airport-suggestion-item:last-child {
  border-bottom: none;
}
.airport-search-modal .airport-suggestions-list .airport-suggestion-item:hover {
  background: #EAECF0;
}
.airport-search-modal .airport-suggestions-list .airport-suggestion-item .suggestion-city, .airport-search-modal .airport-suggestions-list .airport-suggestion-item .suggestion-code {
  font-size: 1rem;
  font-weight: 600;
  color: #151515;
}
.airport-search-modal .airport-suggestions-list .airport-suggestion-item .suggestion-name {
  font-size: 0.85rem;
}
.airport-search-modal .airport-suggestions-list .airport-suggestion-loading,
.airport-search-modal .airport-suggestions-list .airport-suggestion-empty,
.airport-search-modal .airport-suggestions-list .airport-suggestion-error,
.airport-search-modal .airport-suggestions-list .airport-suggestion-info {
  padding: 20px 16px;
  text-align: center;
  color: #6B7280;
  font-size: 0.9rem;
}
.airport-search-modal .airport-suggestions-list .airport-suggestion-info {
  display: flex;
  font-size: 0.875rem;
  align-items: center;
  gap: 12px;
  padding: 30px 20px;
}
.airport-search-modal .airport-suggestions-list .airport-suggestion-info i {
  width: 32px;
  height: 32px;
  color: #0859CA;
  opacity: 0.7;
}
.airport-search-modal .airport-suggestions-list .airport-suggestion-info p {
  margin: 0;
  line-height: 1.5;
  color: #6B7280;
}
.airport-search-modal .airport-suggestions-list .airport-suggestion-error {
  color: #DC2626;
}
.airport-search-modal .airport-suggestions-list::-webkit-scrollbar {
  width: 6px;
}
.airport-search-modal .airport-suggestions-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.airport-search-modal .airport-suggestions-list::-webkit-scrollbar-thumb {
  background: #0859CA;
  border-radius: 10px;
}
.airport-search-modal .airport-suggestions-list::-webkit-scrollbar-thumb:hover {
  background: #0859CA;
}
@media (max-width: 576px) {
  .airport-search-modal {
    width: calc(100vw - 32px);
    left: 16px !important;
    right: 16px !important;
  }
}

.passenger-dropdown {
  position: absolute;
  background: white;
  border: 2px solid #E5E8EB;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 20px 60px rgba(18, 30, 59, 0.2);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  width: 460px;
  max-width: calc(100vw - 40px);
  pointer-events: none;
}
.passenger-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.passenger-dropdown .passenger-dropdown-title {
  color: #151515;
  font-size: 1.375rem;
  font-weight: 800;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(229, 232, 235, 0.7);
}
.passenger-dropdown .passenger-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}
.passenger-dropdown .passenger-grid .passenger-grid-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.passenger-dropdown .passenger-grid .passenger-grid-item .passenger-grid-label {
  font-size: 1rem;
  font-weight: 600;
  color: #151515;
  text-align: center;
}
.passenger-dropdown .passenger-grid .passenger-grid-item .passenger-grid-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.passenger-dropdown .passenger-grid .passenger-grid-item .passenger-grid-controls .btn-counter-grid {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #AFBBD5;
  border-radius: 50%;
  background: #E4EBF1;
  color: #111827;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  line-height: 1;
}
.passenger-dropdown .passenger-grid .passenger-grid-item .passenger-grid-controls .btn-counter-grid:active:not(:disabled) {
  transform: scale(0.95);
}
.passenger-dropdown .passenger-grid .passenger-grid-item .passenger-grid-controls .btn-counter-grid:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  background: #f5f5f5;
}
.passenger-dropdown .passenger-grid .passenger-grid-item .passenger-grid-controls .counter-input {
  width: 48px;
  height: 32px;
  border: none;
  background: white;
  color: #121E3B;
  font-weight: 600;
  font-size: 0.95rem;
  text-align: center;
  cursor: default;
  outline: none;
  padding: 0;
}
.passenger-dropdown .passenger-dropdown-footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 12px;
}
.passenger-dropdown .passenger-dropdown-footer .btn-validate-passengers {
  background: #0859CA;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 15px 32px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(8, 89, 202, 0.2);
}
.passenger-dropdown .passenger-dropdown-footer .btn-validate-passengers:hover {
  background: #0747a8;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(8, 89, 202, 0.3);
}
.passenger-dropdown .passenger-dropdown-footer .btn-validate-passengers:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(8, 89, 202, 0.2);
}
@media (max-width: 576px) {
  .passenger-dropdown {
    width: calc(100vw - 32px);
    left: 16px !important;
    right: 16px !important;
  }
  .passenger-dropdown .passenger-grid {
    grid-template-columns: 1fr;
  }
}

#flight-segments-container {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.flight-segment {
  position: relative;
  padding: 0;
  margin-bottom: 0;
}
.flight-segment .flight-segment-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #E5E7EB;
}
.flight-segment .flight-segment-header .segment-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0859CA;
  margin: 0;
  flex: 1;
}
.flight-segment .flight-segment-header .btn-remove-segment {
  cursor: pointer;
  background-color: #0859CA;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 100px;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-left: auto;
}
.flight-segment .flight-segment-header .btn-remove-segment i {
  width: 18px;
  height: 18px;
}
.flight-segment .flight-segment-header .btn-remove-segment:hover {
  color: #FFF;
  transform: rotate(90deg);
}
.flight-segment .flight-segment-header .btn-remove-segment:active {
  transform: rotate(90deg) scale(0.9);
}
.flight-segment:not(:first-child) {
  animation: slideInSegment 0.4s ease-out;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #E5E7EB;
}

.add-flight-container {
  margin: 32px 0 24px;
  text-align: center;
}

@keyframes slideInSegment {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .flight-segment .flight-segment-header .segment-title {
    font-size: 1rem;
  }
  .add-flight-container .btn-add-flight {
    width: 100%;
    justify-content: center;
  }
}
/*
Theme Name: Patop
Theme URI: http://intside.com/themes/patop/
Author: Intside
Author URI: http://intside.com/
Description: patop is a startup theme for Advanced user who want to build professional WordPress theme based on Bootstrap
Version: 0.1
Tags: blue, black, white, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: patop
*/
/**
 * Table of Contents:
 *
 * 1.0 - Basic Structure
 * 2.0 - Media Queries
 * ----------------------------------------------------------------------------
 */
.summary-view,
.edit-view {
  background: #FEFEFE;
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.summary-card,
.edit-card {
  padding: 1.5rem;
}

.summary-header {
  background-color: #FEFEFE;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #E4EBF1;
}
.summary-header .btn-edit {
  cursor: pointer;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.summary-header .btn-edit i {
  font-size: 16px;
  color: #6b7280;
}
.summary-header .btn-edit:hover {
  background: #e5e7eb;
}

.summary-card .flight-details {
  padding-top: 1.5rem;
  border-top: 1px solid #f3f4f6;
}
.summary-card .flight-details .flight-details-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #0859CA;
}

.flight-route i {
  font-size: 20px;
  color: #0859CA;
}

.detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
}
.detail-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.detail-item .detail-label {
  font-weight: 600;
  color: #151515;
}
.detail-item .detail-value {
  color: #151515;
}

.edit-header {
  padding: 1rem;
  border-bottom: 1px solid #E4EBF1;
}

.edit-card .form-group {
  margin-bottom: 1rem;
}
.edit-card .form-group input,
.edit-card .form-group select {
  background: #F6F6F6;
  font-size: 14px;
  border: 1px solid #F6F6F6;
  border-radius: 6px;
  width: 100%;
  height: 3rem;
  padding: 0.875rem;
}
.edit-card .form-group input:focus,
.edit-card .form-group select:focus {
  outline: none;
  border-color: #0066ff;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.08);
}
.edit-card .form-group input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.edit-card .form-group input[type=number]::-webkit-outer-spin-button, .edit-card .form-group input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.edit-card .form-group .input-with-icon {
  position: relative;
}
.edit-card .form-group .input-with-icon input {
  padding-right: 44px;
}
.edit-card .form-group .input-with-icon i {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #9ca3af;
  pointer-events: none;
}
.edit-card .form-group .airport-autocomplete-wrapper {
  position: relative;
}
.edit-card .form-group .airport-autocomplete-wrapper .airport-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #dde4ed;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 250px;
  overflow-y: auto;
  display: none;
  margin-top: 4px;
}
.edit-card .form-group .airport-autocomplete-wrapper .airport-suggestions.active {
  display: block;
}
.edit-card .form-group .airport-autocomplete-wrapper .airport-suggestions .airport-suggestion-item {
  padding: 12px 14px;
  cursor: pointer;
  border-bottom: 1px solid #f3f4f6;
  transition: background 0.2s ease;
}
.edit-card .form-group .airport-autocomplete-wrapper .airport-suggestions .airport-suggestion-item:last-child {
  border-bottom: none;
}
.edit-card .form-group .airport-autocomplete-wrapper .airport-suggestions .airport-suggestion-item:hover {
  background: #f0f7ff;
}
.edit-card .form-group .airport-autocomplete-wrapper .airport-suggestions .airport-suggestion-item .suggestion-main {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
}
.edit-card .form-group .airport-autocomplete-wrapper .airport-suggestions .airport-suggestion-item .suggestion-main .suggestion-city {
  font-size: 14px;
  font-weight: 600;
  color: #151515;
}
.edit-card .form-group .airport-autocomplete-wrapper .airport-suggestions .airport-suggestion-item .suggestion-main .suggestion-code {
  font-size: 13px;
  color: #0066ff;
  font-weight: 500;
}
.edit-card .form-group .airport-autocomplete-wrapper .airport-suggestions .airport-suggestion-item .suggestion-name {
  font-size: 12px;
  color: #6b7280;
}
.edit-card .form-group .airport-autocomplete-wrapper .airport-suggestions .airport-suggestion-loading,
.edit-card .form-group .airport-autocomplete-wrapper .airport-suggestions .airport-suggestion-empty {
  padding: 16px 14px;
  text-align: center;
  color: #6b7280;
  font-size: 13px;
}
.edit-card .edit-actions {
  display: flex;
  justify-content: end;
  gap: 1rem;
}
.edit-card .edit-actions .btn-cancel {
  background: #f3f4f6;
  color: #6b7280;
  border: 1px solid #dde4ed;
}
.edit-card .edit-actions .btn-cancel:hover {
  background: #e5e7eb;
}

/*
Theme Name: Patop
Theme URI: http://intside.com/themes/patop/
Author: Intside
Author URI: http://intside.com/
Description: patop is a startup theme for Advanced user who want to build professional WordPress theme based on Bootstrap
Version: 0.1
Tags: blue, black, white, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: patop
*/
/**
 * Table of Contents:
 *
 * 1.0 - Basic Structure
 * 2.0 - Media Queries
 * ----------------------------------------------------------------------------
 */
.reservation-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
  color: #151515;
  /* ensure the grid respects the parent width and padding and doesn't cause horizontal overflow */
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
}
.reservation-layout .h5 {
  margin-bottom: 0;
  color: #151515;
}

.contact-person-selection .contact-question {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.contact-person-selection .radio-group {
  display: flex;
  gap: 6rem;
}
.contact-person-selection .radio-group .radio-option {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.contact-person-selection .radio-group .radio-option input[type=radio] {
  background-color: #FFF;
  cursor: pointer;
  position: relative;
  appearance: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 6px;
  border: 1px solid #151515;
  border-radius: 100px;
  transition: all 0.2s ease;
}
.contact-person-selection .radio-group .radio-option input[type=radio]:checked {
  background-color: rgba(8, 89, 202, 0.25);
  border-color: #0859CA;
}
.contact-person-selection .radio-group .radio-option input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0859CA;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100px;
}
.contact-person-selection .radio-group .radio-option input[type=radio]:hover {
  border-color: #0859CA;
}
.contact-person-selection .radio-group .radio-option .radio-label {
  font-size: 1rem;
  font-weight: 500;
  color: #151515;
}

.contact-form-container {
  background: #FEFEFE;
}

.passenger-block {
  margin-bottom: 2rem;
}
.passenger-block:last-child {
  margin-bottom: 0;
}
.passenger-block .passenger-number::before {
  content: "";
  background: #0859CA;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.passenger-header-with {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #e8eef5;
}
.passenger-header-with .passenger-number {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #0859CA;
}
.passenger-header-with .btn-delete-passenger {
  background: #fee;
  font-size: 0.875rem;
  padding: 0.5rem;
  border-radius: 8px;
  border: 1px solid #fcc;
  color: #c00;
  transition: all 0.2s ease;
}
.passenger-header-with .btn-delete-passenger i {
  font-size: 14px;
}
.passenger-header-with .btn-delete-passenger:hover {
  background: #fdd;
  border-color: #f99;
}

.form-submit .btn-submit {
  width: 100%;
  padding: 14px;
  background: #0859CA;
  border: none;
  border-radius: 6px;
  color: #FEFEFE;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.form-submit .btn-submit:hover {
  background: #0859CA;
}
.form-submit .btn-submit:active {
  transform: scale(0.98);
}

.notification {
  position: fixed;
  top: 2rem;
  right: 1.5rem;
  min-width: 320px;
  padding: 16px 20px;
  background: #FEFEFE;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 9999;
  animation: slideInRight 0.3s ease;
}
.notification i {
  font-size: 20px;
}
.notification span {
  font-size: 14px;
  color: #1a1a1a;
}
.notification.notification-success {
  border-left: 4px solid #10b981;
}
.notification.notification-success i {
  color: #10b981;
}
.notification.notification-error {
  border-left: 4px solid #ef4444;
}
.notification.notification-error i {
  color: #ef4444;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.page-loader .spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top-color: #FEFEFE;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 1024px) {
  .reservation-layout {
    grid-template-columns: 1fr 400px;
  }
}
@media (max-width: 768px) {
  .container-reservation {
    padding: 0 16px;
  }
  .form-row.two-cols {
    grid-template-columns: 1fr;
  }
  .phone-input .country-select {
    min-width: 90px;
  }
  .edit-card .edit-actions {
    flex-direction: column;
  }
  .edit-card .edit-actions button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .btn-add-passenger {
    font-size: 14px;
    margin: 0 18px 20px 18px;
  }
}
@media (max-width: 1024px) {
  .reservation-layout {
    grid-template-columns: 1fr;
  }
  .summary-section {
    /* match behavior from reservation-recap: place summary on top */
    position: static;
    order: -1;
  }
}
.recap-view .form-card-header .btn-edit {
  cursor: pointer;
  background-color: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.recap-view .form-card-header .btn-edit:hover {
  background: #e5e7eb;
}

#passengers-recap-container {
  padding: 1.5rem;
}

.passenger-recap-block {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #e8eef5;
}
.passenger-recap-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.recap-info-grid {
  display: grid;
  gap: 0;
}

.recap-info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
}
.recap-info-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.recap-info-item .info-label {
  font-size: 1rem;
  font-weight: 600;
  color: #151515;
}
.recap-info-item .info-value {
  font-size: 1rem;
  font-weight: 400;
  color: #151515;
  text-align: right;
  max-width: 60%;
  word-break: break-word;
}

.comments-card .comments-card-header {
  padding: 1rem 1.5rem 0;
}
.comments-card .comments-content {
  padding: 1.5rem;
}

.newsletter-option .checkbox-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0;
}
.newsletter-option .checkbox-label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.newsletter-option .checkbox-label input[type=checkbox]:checked + .checkmark {
  background-color: #0859CA;
  border-color: #0859CA;
}
.newsletter-option .checkbox-label input[type=checkbox]:checked + .checkmark::after {
  display: block;
}
.newsletter-option .checkbox-label input[type=checkbox]:focus + .checkmark {
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.08);
}
.newsletter-option .checkbox-label .checkmark {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: #FEFEFE;
  border: 2px solid #dde4ed;
  border-radius: 4px;
  transition: all 0.2s ease;
  margin-top: 2px;
}
.newsletter-option .checkbox-label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #FEFEFE;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.newsletter-option .checkbox-label .checkbox-text {
  font-size: 0.875rem;
  color: #151515;
}

.confirmation-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.confirmation-modal .confirmation-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}
.confirmation-modal .confirmation-content {
  position: relative;
  background: #FEFEFE;
  border-radius: 16px;
  padding: 40px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease-out;
}
.confirmation-modal .confirmation-icon {
  margin-bottom: 24px;
}
.confirmation-modal .confirmation-icon svg {
  width: 64px;
  height: 64px;
}
.confirmation-modal h2 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
}
.confirmation-modal h2 #tracking-code {
  color: #0066ff;
  font-weight: 700;
}
.confirmation-modal .confirmation-message {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 16px;
}
.confirmation-modal .confirmation-message strong {
  color: #0066ff;
  font-weight: 600;
}
.confirmation-modal .confirmation-note {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 24px;
  padding: 12px;
  background: #f9fafb;
  border-radius: 8px;
}
.confirmation-modal .btn-close-confirmation {
  padding: 12px 32px;
  background-color: #0859CA;
  border: none;
  border-radius: 8px;
  color: #FEFEFE;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.confirmation-modal .btn-close-confirmation:hover {
  background-color: #0052cc;
}
.confirmation-modal .btn-close-confirmation:active {
  transform: scale(0.98);
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.multi-city-routes {
  margin-block: 20px;
  text-align: center;
}
.multi-city-routes .multi-city-route-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
}
.multi-city-routes .multi-city-route-badges .route-arrow {
  width: 20px;
  height: 20px;
  color: #0859CA;
  flex-shrink: 0;
}

#multi-city-segments .segment-detail {
  display: flex;
  gap: 4px;
  padding: 12px 0;
  border-bottom: 1px solid #E5E8EB;
}
#multi-city-segments .segment-detail:last-child {
  border-bottom: none;
}
#multi-city-segments .segment-detail .detail-label {
  font-size: 1rem;
  font-weight: 700;
}
#multi-city-segments .segment-detail .segment-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 1rem;
  color: #151515;
}
#multi-city-segments .segment-detail .segment-info .segment-date {
  font-size: 0.85rem;
  color: #6b7280;
}

.trip-type-badge {
  background: #e0f2fe;
  display: inline-block;
  padding: 0.375rem 0.75rem;
  line-height: 20px;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .multi-city-routes .multi-city-route-badges {
    flex-direction: column;
    align-items: stretch;
  }
  .multi-city-routes .multi-city-route-badges .route-arrow {
    transform: rotate(90deg);
    margin: 4px auto;
  }
}
.edit-trip-types {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.edit-trip-types .edit-trip-type-radio {
  position: relative;
  cursor: pointer;
  user-select: none;
}
.edit-trip-types .edit-trip-type-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.edit-trip-types .edit-trip-type-radio input[type=radio]:checked + .radio-label {
  background: #0859CA;
  border-color: #0859CA;
  color: #FEFEFE;
}
.edit-trip-types .edit-trip-type-radio input[type=radio]:focus + .radio-label {
  box-shadow: 0 0 0 3px rgba(8, 89, 202, 0.1);
}
.edit-trip-types .edit-trip-type-radio .radio-label {
  display: inline-block;
  background-color: #FEFEFE;
  font-weight: 500;
  padding: 0.375rem 1rem;
  line-height: 28px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  transition: all 0.2s ease;
  color: #151515;
}
.edit-trip-types .edit-trip-type-radio .radio-label:hover {
  background: #f0f7ff;
  border-color: #0859CA;
}

#edit-multi-city-fields {
  padding-bottom: 2rem;
}
#edit-multi-city-fields .edit-segment {
  padding: 20px;
  margin-bottom: 20px;
  background: #FEFEFE;
  border-radius: 8px;
  border: 1px solid #E5E8EB;
  position: relative;
}
#edit-multi-city-fields .edit-segment .edit-segment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #E5E8EB;
}
#edit-multi-city-fields .edit-segment .edit-segment-header .edit-segment-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0859CA;
  margin: 0;
  flex: 1;
}
#edit-multi-city-fields .edit-segment .edit-segment-header .btn-remove-edit-segment {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FEFEFE;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  margin-left: auto;
}
#edit-multi-city-fields .edit-segment .edit-segment-header .btn-remove-edit-segment i {
  width: 16px;
  height: 16px;
}
#edit-multi-city-fields .edit-segment:last-child {
  margin-bottom: 0;
}
#edit-multi-city-fields .btn-add-segment {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #FEFEFE;
  border: 2px dashed #0859CA;
  border-radius: 8px;
  color: #0859CA;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 16px;
}
#edit-multi-city-fields .btn-add-segment i {
  width: 18px;
  height: 18px;
}
#edit-multi-city-fields .btn-add-segment:hover {
  background: #FEFEFE;
  border-color: #0747a8;
}
#edit-multi-city-fields .btn-add-segment:active {
  transform: scale(0.98);
}

.airport-autocomplete-wrapper {
  position: relative;
}
.airport-autocomplete-wrapper .airport-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #FEFEFE;
  display: none;
  max-height: 300px;
  margin-top: 4px;
  overflow-y: auto;
  border: 1px solid #E5E8EB;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.airport-autocomplete-wrapper .airport-suggestions.active {
  display: block;
}
.airport-autocomplete-wrapper .airport-suggestions .airport-suggestion-item {
  cursor: pointer;
  padding: 12px 16px;
  border-bottom: 1px solid #f3f4f6;
}
.airport-autocomplete-wrapper .airport-suggestions .airport-suggestion-item:last-child {
  border-bottom: none;
}
.airport-autocomplete-wrapper .airport-suggestions .airport-suggestion-item:hover {
  background: #FEFEFE;
}
.airport-autocomplete-wrapper .airport-suggestions .airport-suggestion-item .suggestion-main {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.airport-autocomplete-wrapper .airport-suggestions .airport-suggestion-item .suggestion-main .suggestion-city {
  font-size: 1rem;
  font-weight: 600;
  color: #151515;
}
.airport-autocomplete-wrapper .airport-suggestions .airport-suggestion-item .suggestion-main .suggestion-code {
  font-size: 0.875rem;
  font-weight: 600;
  color: #151515;
}
.airport-autocomplete-wrapper .airport-suggestions .airport-suggestion-item .suggestion-name {
  font-size: 0.875rem;
  color: #6b7280;
}
.airport-autocomplete-wrapper .airport-suggestions .airport-suggestion-loading,
.airport-autocomplete-wrapper .airport-suggestions .airport-suggestion-empty,
.airport-autocomplete-wrapper .airport-suggestions .airport-suggestion-info {
  font-size: 1rem;
  text-align: center;
  padding: 1rem;
  color: #6b7280;
}
.airport-autocomplete-wrapper .airport-suggestions .airport-suggestion-info {
  display: flex;
  font-size: 0.875rem;
  align-items: center;
  gap: 12px;
  padding: 30px 20px;
}
.airport-autocomplete-wrapper .airport-suggestions .airport-suggestion-info i {
  width: 32px;
  height: 32px;
  color: #0859CA;
  opacity: 0.7;
}
.airport-autocomplete-wrapper .airport-suggestions .airport-suggestion-info p {
  margin: 0;
  line-height: 1.5;
  color: #6B7280;
}

@media (max-width: 768px) {
  .edit-trip-types {
    flex-direction: column;
  }
  .edit-trip-types .edit-trip-type-radio .radio-label {
    width: 100%;
    text-align: center;
  }
  #edit-multi-city-fields .edit-segment {
    padding: 1rem;
  }
}
/*
Theme Name: Patop
Theme URI: http://intside.com/themes/patop/
Author: Intside
Author URI: http://intside.com/
Description: patop is a startup theme for Advanced user who want to build professional WordPress theme based on Bootstrap
Version: 0.1
Tags: blue, black, white, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: patop
*/
/**
 * Table of Contents:
 *
 * 1.0 - Basic Structure
 * 2.0 - Media Queries
 * ----------------------------------------------------------------------------
 */
.auth-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin: auto;
  width: 100%;
  max-width: 480px;
}
.auth-card .auth-header {
  text-align: center;
  margin-bottom: 16px;
}
.auth-card .auth-header i {
  width: 48px;
  height: 48px;
  color: #0066ff;
  margin-bottom: 16px;
}
.auth-card .auth-header h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: #0859CA;
}
.auth-card .auth-description {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 2rem;
  color: #6b7280;
}

.auth-form .form-group {
  margin-bottom: 20px;
}
.auth-form .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
}
.auth-form .form-group input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 15px;
  color: #1a1a1a;
  background: #fff;
  transition: all 0.2s ease;
}
.auth-form .form-group input::placeholder {
  color: #9ca3af;
}
.auth-form .form-group input:focus {
  outline: none;
  border-color: #0066ff;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.1);
}
.auth-form .form-group input[type=text] {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
.auth-form .auth-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 20px;
  color: #dc2626;
  font-size: 14px;
  text-align: center;
}
.auth-form .btn-auth-submit {
  width: 100%;
  padding: 14px;
  background: #0066ff;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.auth-form .btn-auth-submit:hover:not(:disabled) {
  background: #0052cc;
}
.auth-form .btn-auth-submit:active:not(:disabled) {
  transform: scale(0.98);
}
.auth-form .btn-auth-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.auth-form .btn-auth-submit .btn-loader {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.auth-form .btn-auth-submit .btn-loader i.spin {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.reservation-details-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  grid-template-areas: "main sidebar";
  gap: 30px;
  align-items: start;
}
.reservation-details-layout .details-left-section {
  grid-area: main;
}
.reservation-details-layout .details-right-section {
  grid-area: sidebar;
}
.reservation-details-layout .h5 {
  margin-bottom: 0;
  color: #151515;
}
@media (max-width: 768px) {
  .reservation-details-layout .reservation-details-layout {
    grid-template-columns: 1fr;
    grid-template-areas: "sidebar" "main";
  }
  .reservation-details-layout .details-right-section {
    order: 0 !important;
  }
}

.details-left-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-card-header .header-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-card-header .header-title i {
  width: 20px;
  height: 20px;
  color: #0066ff;
}
.form-card-header .header-actions {
  display: flex;
  gap: 8px;
  margin-left: auto;
}

.btn-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-icon.bg-light {
  background: #f3f4f6;
}
.btn-icon:hover {
  background: #e5e7eb;
}

.passengers-details-container {
  padding: 1.5rem;
}

.passenger-detail-block {
  margin-bottom: 30px;
}
.passenger-detail-block:last-child {
  margin-bottom: 0;
}
.passenger-detail-block .passenger-title {
  font-weight: 600;
  margin-bottom: 0;
  color: #0859CA;
}

.discussions-card {
  background: #FEFEFE;
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.discussions-card .discussions-header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #E4EBF1;
}
.discussions-card .discussions-header i {
  width: 20px;
  height: 20px;
  color: #0859CA;
}
.discussions-card .discussions-content {
  padding: 1.5rem;
}

.messages-container {
  overflow-y: auto;
  max-height: 400px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #E4EBF1;
}
.messages-container::-webkit-scrollbar {
  width: 6px;
}
.messages-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.messages-container::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.messages-container::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.messages-container .no-messages {
  text-align: center;
  color: #9ca3af;
  font-size: 14px;
  padding: 20px;
}
.messages-container .message-bubble {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 16px;
}
.messages-container .message-bubble:last-child {
  margin-bottom: 0;
}
.messages-container .message-bubble.client-message {
  background: #f0f7ff;
  margin-left: 9rem;
}
.messages-container .message-bubble.admin-message {
  background: #e8f5e9;
  margin-right: 9rem;
}
.messages-container .message-bubble .message-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 12px;
}
.messages-container .message-bubble .message-header .message-sender {
  font-weight: 600;
  color: #374151;
}
.messages-container .message-bubble .message-header .message-time {
  color: #9ca3af;
}
.messages-container .message-bubble .message-text p {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.6;
  margin: 0 0 10px 0;
}
.messages-container .message-bubble .message-text p:last-child {
  margin-bottom: 0;
}

.reply-section .h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.reply-section .reply-input-wrapper .reply-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
}
.reply-section .reply-input-wrapper .reply-actions .formatting-buttons {
  display: flex;
  gap: 4px;
}
.reply-section .reply-input-wrapper .reply-actions .formatting-buttons .format-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.reply-section .reply-input-wrapper .reply-actions .formatting-buttons .format-btn i {
  width: 16px;
  height: 16px;
  color: #6b7280;
}
.reply-section .reply-input-wrapper .reply-actions .formatting-buttons .format-btn:hover {
  background: #e5e7eb;
}

.notification {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 10000;
  animation: slideIn 0.3s ease;
}
.notification.notification-success {
  background: #f0fdf4;
  color: #16a34a;
  border: 1px solid #86efac;
}
.notification.notification-error {
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
}
.notification.notification-warning {
  background: #fefce8;
  color: #ca8a04;
  border: 1px solid #fde047;
}
.notification.notification-info {
  background: #f0f7ff;
  color: #0066ff;
  border: 1px solid #93c5fd;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.details-right-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-card .status-info {
  padding: 1.5rem;
}
.form-card .detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
}
.form-card .detail-item:last-child {
  border-bottom: none;
}
.form-card .detail-item .status-value {
  color: #151515;
}
.form-card .detail-item .status-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.form-card .detail-item .status-badge.in-progress {
  color: #08CA15;
  border: 1px solid #08CA15;
}
.form-card .detail-item .status-badge.in-progress::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("./assets/icons/sent-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 5px;
}
.form-card .detail-item .status-badge.completed {
  color: #1E1E1E;
  border: 1px solid #1E1E1E;
}
.form-card .detail-item .status-badge.completed::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("./assets/icons/reserved-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 5px;
}
.form-card .detail-item .status-badge.cancelled {
  color: #CA0808;
  border: 1px solid #CA0808;
}
.form-card .detail-item .status-badge.cancelled::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("./assets/icons/cancelled-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 5px;
}
.form-card .btn-download {
  cursor: pointer;
  background-color: #FFF;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 18px;
  padding: 6px 10px;
  border: 1px solid #0859CA;
  border-radius: 50px;
  transition: all 0.2s ease;
  color: #0859CA;
}
.form-card .btn-download i {
  width: 14px;
  height: 14px;
}

.flight-preview img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
}

.route-badge {
  display: inline-block;
  background: #FEFEFE;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  padding: 0.5rem 1rem;
  border: 1px solid #151515;
  border-radius: 20px;
  color: #151515;
}

@media (max-width: 1024px) {
  .reservation-details-layout {
    grid-template-columns: 1fr;
  }
  .details-right-section {
    position: static;
    order: -1;
  }
}
@media (max-width: 480px) {
  .reservation-details-page {
    padding: 20px 0;
  }
  .auth-card {
    padding: 30px 20px;
    margin: 0 15px;
  }
  .auth-card .auth-header h2 {
    font-size: 20px;
  }
  .passengers-details-container {
    padding: 20px;
  }
  .discussions-card .discussions-header {
    padding: 16px 18px;
  }
  .discussions-card .discussions-content {
    padding: 20px;
  }
  .messages-container .message-bubble.client-message {
    margin-right: 20px;
  }
  .messages-container .message-bubble.admin-message {
    margin-left: 20px;
  }
  .reply-section .reply-actions {
    flex-direction: column;
    gap: 10px;
  }
  .reply-section .reply-actions .formatting-buttons {
    width: 100%;
  }
  .reply-section .reply-actions .btn-send {
    width: 100%;
  }
  .notification {
    left: 20px;
    right: 20px;
  }
}
/*
Theme Name: Patop
Theme URI: http://intside.com/themes/patop/
Author: Intside
Author URI: http://intside.com/
Description: patop is a startup theme for Advanced user who want to build professional WordPress theme based on Bootstrap
Version: 0.1
Tags: blue, black, white, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: patop
*/
/**
 * Table of Contents:
 *
 * 1.0 - Basic Structure
 * 2.0 - Media Queries
 * ----------------------------------------------------------------------------
 */
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #374151;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 20px;
}

.back-link:hover {
  color: #0859CA;
}

/* Payment Method */
.payment-method {
  margin-top: 12px;
}

.payment-option {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  font-weight: 700;
  color: #151515;
  padding: 1.2rem;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  border-color: #E5E8EB;
  cursor: pointer;
  transition: all 0.2s ease;
}

.option-check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0859CA;
  display: flex;
  align-items: center;
  justify-content: center;
}

.option-check svg {
  color: #FEFEFE;
  width: 16px;
  height: 16px;
}

.option-info {
  display: flex;
  flex-direction: column;
}

.option-info strong {
  font-size: 14px;
  color: #151515;
}

.option-info span {
  font-size: 12px;
  color: #6b7280;
}

.flight-image {
  width: 100%;
  height: 160px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}

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

.flight-route {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 1rem 0;
}

.city-badge {
  background: #f3f4f6;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #374151;
}

.info-title {
  color: #0066ff;
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0 12px 0;
}

.trip-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.info-row,
.total-row {
  display: flex;
  justify-content: space-between;
  border: none;
  border-top: 1px solid #f3f4f6;
}

.info-row span:last-child,
.total-row span:last-child {
  font-weight: 500;
  color: #151515;
}

.total-amount {
  font-size: 16px;
  font-weight: 700;
  color: #0859CA;
}

/* Payment Type Buttons */
.payment-type-options {
  text-align: center;
}

.payment-buttons {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.no-price-message {
  text-align: center;
  padding: 60px 20px;
  max-width: 500px;
  margin: 40px auto;
  background: #0859CA;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.no-price-message svg {
  margin-bottom: 20px;
}

.no-price-message h2 {
  color: #151515;
  margin-bottom: 16px;
}

.no-price-message p {
  color: #6b7280;
  margin-bottom: 12px;
}

.btn-back {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background: #0066ff;
  color: #0859CA;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
}

.btn-back:hover {
  background: #0052cc;
  color: #0859CA;
}

/* Responsive */
@media (max-width: 1024px) {
  .recap-section {
    order: -1;
  }
}
@media (max-width: 640px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}
html :where(.wp-block) {
  max-width: 100% !important;
}

.site-content > *:not(div) {
  margin-left: auto;
  margin-right: auto;
}

html {
  font-size: 16px;
}

body {
  overflow-x: clip;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #5C5C5C;
}

body.epilepsy-mode {
  filter: grayscale(80%) brightness(80%);
  animation: none !important;
  transition: none !important;
}

.epilepsy-mode * {
  animation: none !important;
  transition: none !important;
}

.epilepsy-mode img,
.epilepsy-mode video {
  filter: brightness(50%);
}

body.low-vision-mode {
  font-size: 1.25em;
  line-height: 1.6em;
}

.low-vision-mode * {
  transition: none !important;
  text-shadow: none !important;
  font-family: Arial, sans-serif !important;
}

hr {
  background-color: #E5E8EB;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

h3 {
  font-size: 1.375rem;
  font-weight: 800;
  color: #151515;
  margin: 0;
}

a {
  display: inline-block;
}

a,
a:hover {
  text-decoration: none;
}

.text-ellipsis {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.text-ellipsis-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  margin-bottom: 0;
}

.space-top {
  padding: 3.125rem 0 0;
}

.space-bottom {
  padding: 0 0 3.125rem;
}

.space-vertical {
  padding: 3.125rem 0;
}

.primary-bg {
  background-color: #FFF;
}

.secondary-bg {
  background-color: #F8FAFD;
}

.third-bg {
  background: radial-gradient(76.67% 384.51% at 50% 50%, #0859CA 0%, #0555C4 37.02%, #004EBB 100%) no-repeat;
  color: #FFF;
}

.sky-bg {
  background-color: #E9F0FA;
  color: #151515;
}

.third-bg h1,
.third-bg h2,
.third-bg h3,
.third-bg h4,
.third-bg h5,
.third-bg h6 {
  color: #FFF;
}

.slick-slide > div {
  height: 100%;
}

.content-slick .slick-slide > div {
  margin: 0 0.75rem;
}

.content-slick {
  margin-bottom: 0 !important;
}

.content-slick .slick-list {
  z-index: 10;
}

.content-slick .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 1rem;
}

.content-slick .slick-dots li {
  position: relative;
  width: 1rem;
  height: 1rem;
  border-radius: 50px;
}

.content-slick .slick-dots li button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content-slick .slick-dots li button,
.content-slick .slick-dots li button:before {
  background-color: transparent;
  width: 0.625rem;
  height: 0.625rem;
  line-height: 1;
  padding: 0;
  color: transparent;
}

.content-slick .slick-dots li button:before {
  content: "";
  background-color: #BBBBBB;
  opacity: 1;
  border-radius: 50px;
}

.content-slick .slick-dots li.slick-active {
  border: 1px solid #0859CA;
}

.content-slick .slick-dots li.slick-active button:before {
  background-color: #0859CA;
  opacity: 1;
  color: transparent;
}

.content-arrow {
  position: relative;
}

.content-arrow .slick-prev,
.content-arrow .slick-next {
  background-color: #FFF;
  display: inline-block;
  position: relative;
  top: 0;
  left: auto;
  right: auto;
  transform: none;
  width: 2rem;
  height: 2rem;
  border: 1px solid #E4EBF1;
  border-radius: 100px;
}

.content-arrow .slick-prev:before,
.content-arrow .slick-next:before {
  content: none;
}

.content-arrow .slick-prev:hover,
.content-arrow .slick-prev:focus,
.content-arrow .slick-next:hover,
.content-arrow .slick-next:focus {
  background-color: var(--color-primary);
  color: #151515;
}

.content-arrow .slick-prev:hover path,
.content-arrow .slick-prev:focus path,
.content-arrow .slick-next:hover path,
.content-arrow .slick-next:focus path {
  fill: #151515;
}

.third-bg .content-slick .slick-dots li button:before,
.news .content-slick .slick-dots li button:before,
.bannertour .content-slick .slick-dots li button:before {
  background-color: #FFF;
}

.third-bg .content-slick .slick-dots li.slick-active,
.news .content-slick .slick-dots li.slick-active,
.bannertour .content-slick .slick-dots li.slick-active {
  border: 1px solid #FFCA18;
}

.third-bg .content-slick .slick-dots li.slick-active button:before,
.news .content-slick .slick-dots li.slick-active button:before,
.bannertour .content-slick .slick-dots li.slick-active button:before {
  background-color: #FFCA18;
}

.bg-tertiary-light {
  background-color: #DDF6F9;
}

.bg-highlight-light {
  background-color: #E6F8FA;
}

.bg-light-color {
  background-color: #EAF1FF;
}

.border-bottom {
  border-bottom: 1px solid #E5E8EB;
}

.network li {
  display: inline-block;
}

.network li:not(:first-child) {
  margin-left: 0.5rem;
}

.form-card {
  background: #FEFEFE;
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.form-card .form-card-header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #E4EBF1;
}
.form-card .form-card-header i {
  font-size: 1.25rem;
  color: #0859CA;
}
.form-card form {
  padding: 1.5rem;
}

.section-header .section-title {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #E4EBF1;
}

.section-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #0859CA;
}

.topbar {
  background-color: #151515;
  padding: 0.75rem 0;
  text-align: center;
}

.topbar a {
  color: #FFF;
}

.topbar .topbar-nav li {
  display: inline-block;
  position: relative;
  padding-left: 1.25rem;
}

.gt_languages a {
  color: #151515;
}

nav .logo {
  max-width: 92px;
  max-height: 48px;
  width: auto;
  height: auto;
}

nav.navbar {
  background-color: #0859CA;
}

.navbar.sticky-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

nav .navbar-toggler {
  background-color: #FFF;
  color: #0859CA;
}

nav .navbar-nav .menu-item a {
  display: block;
  margin: 0 0 0.875rem;
  color: #151515;
}

nav .navbar-nav .menu-item-has-children {
  position: relative;
  margin-right: 0;
}

nav .navbar-nav .menu-item-has-children > a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(assets/images/down.svg) no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s ease-in-out;
}

nav .navbar-nav .menu-item .open {
  margin: 0 !important;
}

.navbar-nav .menu-item-has-children > a[aria-expanded=true]::before {
  transform: rotate(-180deg);
}

nav .navbar-nav .menu-item .sub-menu .menu-item a {
  font-size: 0.875rem;
  padding: 0.5rem;
  margin: 0;
  color: #151515;
}

nav .navbar-nav .menu-item a:hover,
nav .navbar-nav .current-menu-ancestor a,
nav .navbar-nav .menu-item a[aria-current=page] {
  color: #0859CA;
}

nav .navbar-nav .menu-item .sub-menu .menu-item a:hover,
nav .navbar-nav .menu-item .sub-menu .menu-item a[aria-current=page] {
  color: #0859CA;
}

.sticky-content {
  position: sticky;
  top: 2rem;
}

.sidebar-newsletter {
  background-color: #FFF;
  padding: 2rem 1.5rem 1.5rem;
  border-radius: 16px;
  box-shadow: 0px 4px 64.3px 0px rgba(0, 0, 0, 0.05);
  color: #151515;
}

.sidebar-newsletter .sidebar-user {
  margin: 0;
  padding: 0;
}

.sidebar-newsletter .sidebar-user li {
  position: relative;
  display: inline-block;
  margin-right: -1.5rem;
  margin-bottom: 0 !important;
  list-style-type: none !important;
}

.sidebar-newsletter .sidebar-user li img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
}

.sidebar-newsletter .sidebar-newsletter_foot p {
  font-size: 0.875rem;
  color: #52525B;
}

.sidebar-newsletter #custom-form form input[type=submit] {
  width: 100%;
  height: 3rem;
}

.welcome {
  background-image: linear-gradient(90deg, rgba(18, 18, 18, 0.8), rgba(34, 34, 34, 0)), var(--bg-welcome);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  min-height: 577px;
  height: calc(-150px + 100vh);
  color: #FFF;
}

.banner {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), var(--bg-banner);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #FFF;
}

.wp_banner {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-repeat: no-repeat;
  color: #FFF;
}

.title-custom h1,
.title-custom h2,
.title-custom h3,
.title-custom h4,
.title-custom h5,
.title-custom h6 {
  margin-bottom: 0;
}

.title-custom h1 strong,
.title-custom h2 strong,
.title-custom h3 strong,
.title-custom h4 strong,
.title-custom h5 strong,
.title-custom h6 strong .title-custom p strong {
  font-family: "Playfair Display", serif;
  font-style: italic;
}

.title-h1 h1 strong {
  font-weight: 800;
}

.title-h2 h2 strong {
  font-weight: 700;
}

.content-desc p:last-child {
  margin-bottom: 0;
}

.content-desc iframe {
  width: 100%;
}

.title-h2 h2 strong,
.title-h2 h3 strong,
.title-h2 h4 strong,
.title-h2 h5 strong,
.title-h2 h6 strong,
.title-h2 p strong {
  color: #FFCA18;
}

.card {
  background-color: #FFF;
  height: 100%;
  border: 1px solid #F2F2F2;
  border-radius: 24px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
}

.img-card {
  max-width: 5rem;
  max-height: 5rem;
  width: auto;
  height: auto;
}

.index-10 {
  position: relative;
  z-index: 10;
}

.about-img {
  position: relative;
}

.about-img img {
  border-radius: 20px;
}

.bg-style {
  overflow: hidden;
  position: relative;
}

.bg-style::before,
.bg-style::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-style::before {
  top: 0;
  background-size: cover;
  width: 306px;
  height: 170px;
}

.bg-style::after {
  bottom: -1.875rem;
  background-image: url(assets/images/bg_send.svg);
  background-size: contain;
  width: 415px;
  height: 415px;
}

.bg-style-left::before {
  right: -4.25rem;
  background-image: url(assets/images/bg_plane-right.svg);
}

.bg-style-left::after {
  left: 0;
}

.bg-style-right::before {
  left: -4.25rem;
  background-image: url(assets/images/bg_plane-left.svg);
}

.bg-style-right::after {
  right: 0;
}

.work-number {
  display: inline-block;
  position: relative;
  font-size: 3.5rem;
}

.work-number::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: url(assets/images/arrow-work.svg) no-repeat;
  width: 58px;
  height: 34px;
}

.testimonial-slick {
  position: relative;
  padding-top: 72px;
  z-index: 1;
}

.testimonial-before {
  padding-left: 38px;
}

.testimonial-before::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 116px;
  height: 100px;
  z-index: 1;
}

.secondary-bg .testimonial-before::before {
  background: url(assets/images/testimonial_secondary-before.svg) no-repeat;
}

.third-bg .testimonial-before::before {
  background: url(assets/images/testimonial_third-before.svg) no-repeat;
}

.third-bg .title-h2 h2 strong,
.third-bg .title-h2 h3 strong,
.third-bg .title-h2 h4 strong,
.third-bg .title-h2 h5 strong,
.third-bg .title-h2 h6 strong,
.third-bg .title-h2 p strong {
  color: #FFF;
}

.testimonial-after {
  padding-right: 38px;
}

.testimonial-after::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 116px;
  height: 100px;
  z-index: 1;
}

.secondary-bg .testimonial-after::after {
  background: url(assets/images/testimonial_secondary-after.svg) no-repeat;
}

.third-bg .testimonial-after::after {
  background: url(assets/images/testimonial_third-after.svg) no-repeat;
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.5rem;
}

.secondary-bg .testimonial-user {
  border-left: 3px solid #FE6016;
}

.third-bg .testimonial-user {
  border-left: 3px solid #FFCA18;
}

.testimonial-user > li:first-child img {
  max-width: 54px;
  max-height: 54px;
  width: auto;
  height: auto;
  border-radius: 100px;
}

.secondary-bg .testimonial-user > li:last-child ul {
  color: #151515;
}

.third-bg .testimonial-user > li:last-child ul {
  color: #FFF;
}

.testimonial-slick .slick-dots {
  position: absolute;
  top: 0;
  bottom: auto;
  margin-top: 0;
  width: auto;
}

.testimonial-before .slick-dots {
  right: 0;
}

.testimonial-after .slick-dots {
  left: 0;
}

.news {
  background: url(assets/images/bg_news.svg), radial-gradient(76.67% 384.51% at 50% 50%, #0859CA 0%, #0555C4 37.02%, #004EBB 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #FFF;
}

.news h2,
.news .post-card .post-card_content .h4 a {
  color: #FFF;
}

.text-white {
  color: #FFF;
}

.figures ul li:first-child {
  font-family: "DM Sans", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: #151515;
}

.figures ul li:last-child {
  font-size: 1.125rem;
}

.choose {
  position: relative;
  z-index: 1;
}

.bg_choose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(assets/images/bg_choose.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.partners-slick .slick-slide > div {
  display: flex;
  align-items: center;
}

.partners-slick img {
  max-width: 180px;
  max-height: 40px;
  width: auto;
  height: auto;
  margin: auto;
}

#accordionFlush {
  overflow: hidden;
  border: 1px solid #E4E4E7;
  border-radius: 10px;
}

.accordion-item {
  background-color: #F8FAFC;
  border-bottom: 1px solid #E4E4E7 !important;
}

.accordion-button {
  cursor: pointer;
  background-color: #F8FAFC;
  font-size: 1.125rem;
  font-weight: 600;
  padding-right: 2rem !important;
  color: #090914;
}

.accordion-button:not(.collapsed) {
  background-color: #F8FAFC;
  box-shadow: none;
  color: #090914;
}

.accordion-item .accordion-button::after,
.accordion-item .accordion-button[aria-expanded=true]::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  background-image: none;
  font-size: 2rem;
  width: auto;
  height: auto;
  font-style: normal;
  font-weight: 300;
  transform: translateY(-50%);
}

.accordion-item .accordion-button::after {
  content: "+";
}

.accordion-item .accordion-button[aria-expanded=true]::after {
  content: "_";
}

.accordion-body {
  color: #52525B;
}

.thumbnail-content img {
  border-radius: 16px;
}

.post-view ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.post-view ul li {
  list-style-type: disc !important;
}

.post-view ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.post-view blockquote {
  background-color: rgba(21, 94, 239, 0.1);
  font-weight: 700;
  text-align: left;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-left: 2.5px solid #155EEF;
}

.post-view blockquote::before,
.post-view blockquote::after {
  content: "";
}

.post-card_header {
  position: relative;
}

.post-card_header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(21, 21, 21, 0.6);
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.post-card_header:hover::before {
  opacity: 1;
}

.post-card_header > img {
  aspect-ratio: 398/224;
  object-fit: cover;
  border-radius: 16px;
}

.post-card_header a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.post-card_header:hover a {
  opacity: 1;
}

.post-card_header a > ul > li ul {
  width: 68px;
  height: 68px;
  padding: 0.75rem;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.post-card_header a ul > li ul li {
  background-color: #FFF;
  width: 44px;
  height: 44px;
  padding: 0.5rem;
  border-radius: 100px;
}

.post-card .post-card_content .h4 a {
  color: #151515;
}

.bannertour {
  background-image: linear-gradient(90deg, rgba(18, 18, 18, 0.8), rgba(34, 34, 34, 0)), var(--bg-tour);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 577px;
  height: calc(-150px + 100vh);
  color: #FFF;
}

.tour-slick img {
  aspect-ratio: 116/80;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}

.tour-view {
  color: #151515;
}

.tour-card {
  position: relative;
  color: #FFF;
}

.tour-card img {
  border-radius: 10px;
}

.tour-card .tour-card_content {
  background-image: linear-gradient(0deg, #1D1D1D -23.78%, rgba(29, 29, 29, 0) 100%);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  border-radius: 0 0 10px 10px;
}

.booking-card {
  position: sticky;
  border-bottom: 1px solid #E4EBF1;
  border-radius: 24px;
  box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.04);
}

.increment-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E9F0FA;
  width: 2rem;
  height: 2rem;
  border-radius: 100px;
  color: #263A7A;
}

.increment-btn:hover,
.increment-btn:focus {
  background-color: #0859CA;
}

.gallery-content .slick-slide {
  padding: 0 0.5rem;
}

.gallery-content img {
  border-radius: 16px;
}

.offer-content .offer-item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.offer-content .offer-item li {
  position: relative;
  padding-left: 2rem;
}

.offer-content .offer-item li:last-child {
  margin-bottom: 0.5rem;
}

.offer-item:first-of-type ul:first-of-type li::before {
  content: "";
  display: block;
  background-image: url(assets/images/check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.offer-item:last-of-type ul:last-of-type li::before {
  content: "";
  display: block;
  background-image: url(assets/images/close.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.stage-item {
  position: relative;
  color: #FFF;
}

.categorie-stage {
  background-color: #E5EEFA;
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.25rem 0.5rem;
  border-radius: 8px;
  color: #0859CA;
}

.stage-item img {
  aspect-ratio: 320/280;
  object-fit: cover;
  border-radius: 8px;
}

.stage-content {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 78.92%);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 0 8px 8px;
}

.pagination {
  justify-content: center;
  gap: 2.5px;
  box-shadow: none;
}

.pagination .page-numbers {
  display: inline-block;
  background-color: #FFF;
  width: 2rem;
  height: 2rem;
  padding: 4px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #E4EBF1;
  border-radius: 100px;
  color: #151515;
}

.pagination .page-numbers.current {
  background-color: #0859CA;
  font-weight: 600;
  border-color: #0859CA;
  color: #FFF;
}

.section-content .entry-content {
  margin-bottom: 0 !important;
}
.section-content .entry-content > *:first-child {
  margin-top: 0 !important;
}
.section-content .entry-content > *:last-child {
  margin-bottom: 0 !important;
}

/* Admin bar */
.admin-bar .overlay .overlay-right-wrapper {
  top: 46px;
  height: calc(100% - 46px);
}

@media (min-width: 782px) {
  .admin-bar .overlay .overlay-right-wrapper {
    top: 2rem;
    height: calc(100% - 32px);
  }
}
/* Gutenberg block */
.single-post .entry-content > *:first-child {
  margin-top: 0 !important;
}
.single-post .entry-content > *:last-child {
  margin-bottom: 0 !important;
}

.wp-block-separator {
  margin: 3rem 0;
}

.entry-content > .wp-block-image {
  margin: 3rem 0;
}

.wp-block-harmonie-column .wp-block-image {
  margin-bottom: 1.5rem;
}

.entry-content > .wp-block-heading:not(:first-child) {
  margin-top: 3rem;
}

/* Page 404 */
.page-404 {
  position: relative;
}
.page-404::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1124px;
  height: 512px;
  background-image: url("./assets/images/404.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .page-404::after {
    width: 755px;
    height: 375px;
  }
}
@media (max-width: 575.98px) {
  .page-404::after {
    width: 535px;
    height: 250px;
  }
}

.confirmation-page {
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: #f9fafb;
}

.confirmation-page .confirmation-content {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  max-width: 600px;
  width: 90%;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.confirmation-page .confirmation-icon {
  margin-bottom: 24px;
}

.confirmation-page .confirmation-icon svg {
  width: 64px;
  height: 64px;
}

.confirmation-page h2 {
  font-size: 20px;
  font-weight: 600;
  color: #151515;
  margin-bottom: 16px;
}

.confirmation-page h2 #tracking-code {
  color: #151515;
  font-weight: 700;
}

.confirmation-page .confirmation-message {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 16px;
}

.confirmation-page .confirmation-message strong {
  color: #151515;
  font-weight: 600;
}

.confirmation-page .confirmation-note {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 24px;
  padding: 12px;
  background: #f9fafb;
  border-radius: 8px;
}

.confirmation-page .btn-close-confirmation {
  display: inline-block;
  padding: 12px 32px;
  background: #0859CA;
  border: none;
  border-radius: 8px;
  color: #FEFEFE;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

.confirmation-page .btn-close-confirmation:hover {
  background: #0052cc;
  color: #fff;
}

.confirmation-page .btn-close-confirmation:active {
  transform: scale(0.98);
}

.help-user li {
  position: relative;
  display: inline-block;
}

.help-user li:first-child {
  margin-right: -1.5rem;
}

.help-user li:nth-child(2) {
  z-index: 1;
}

.help-user li:last-child {
  margin-left: -1.5rem;
}

.help-user li img {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 100px;
}

.help-content {
  background-color: #F1F5F9;
  padding: 3.125rem 0;
  border-radius: 16px;
}

.contact-item {
  display: flex;
  gap: 0.5rem;
}

.contact-text ul .h6 {
  color: #0859CA;
}

.contact-text ul li:last-child a {
  color: #151515;
}

.contact-phone {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
}

.phone-item ul li:first-child {
  font-weight: 700;
  color: #151515;
}

footer .logo {
  max-width: 4rem;
  max-height: 4rem;
  width: auto;
  height: auto;
  margin-bottom: 0.75rem;
}

footer {
  background-color: #151515;
  color: rgba(255, 255, 255, 0.8);
}

footer a {
  color: rgba(255, 255, 255, 0.7);
}

footer a:hover {
  color: #0859CA;
}

footer section:first-child {
  border-bottom: 1px solid #FFF;
}

footer section:first-child .navbar-nav .menu-item:not(:last-child) {
  margin-bottom: 0.75rem;
}

footer section:first-child #custom-form form input[type=email] {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  color: #FFF;
}

footer section:first-child #custom-form form input[type=email]::placeholder {
  color: #FFF;
}

footer section:first-child #custom-form form input[type=submit] {
  background-image: url(assets/images/email-submit.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  background-position: left calc(50% - 3.5rem) center;
  line-height: 22px;
  width: 100%;
  border-radius: 100px;
}

footer section:first-child #custom-form .gform_footer {
  margin-block-start: 1rem;
}

.accessibility-box {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: none;
  background: #000;
  padding: 1rem;
  max-width: 480px;
  max-height: 540px;
  width: calc(100% - 2rem);
  height: calc(100% - 5rem);
  overflow: auto;
  border: 1px solid #000;
  border-radius: 16px;
  z-index: 1055;
}

.accessibility-box .hero .title {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  padding: 0 0 1rem;
  color: #fff;
}

.accessibility-box .main-options {
  background-color: #fff;
  font-size: 0.875rem;
  padding: 0.5rem;
  border-radius: 16px;
  color: #000;
}

.accessibility-box .action_title {
  font-weight: 300;
  padding-bottom: 1rem;
}

.accessibility-box .box-head .btn-close {
  background-color: #FFF;
  padding: 10px;
  border-radius: 100px;
  opacity: 1;
}

.accessibility-box .profile {
  padding: 1rem 0;
  border-top: 1px solid #000;
}

.accessibility-box .profile-header {
  display: flex;
  align-items: baseline;
}

.accessibility-box .profile-content_name {
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.accessibility-box .profile-content_text {
  display: block;
  font-size: 0.825rem;
}

.accessibility-tools .btn-accessibility-tools {
  background-color: #000;
  position: fixed;
  bottom: 0.875rem;
  left: 0.875rem;
  display: block;
  width: 3rem;
  height: 3rem;
  line-height: 2.5rem;
  padding: 0;
  border-radius: 100px;
  z-index: 999;
}

.accessibility-tools .btn-accessibility-tools:hover,
.accessibility-tools .btn-accessibility-tools:active,
.accessibility-tools .btn-accessibility-tools:focus {
  background: #000 !important;
}

.accessibility-tools .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.accessibility-tools .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.accessibility-tools .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.accessibility-tools .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.accessibility-tools input:checked + .slider {
  background-color: #000;
}

.accessibility-tools input:focus + .slider {
  box-shadow: 0 0 1px #000;
}

.accessibility-tools input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.accessibility-tools .slider.round {
  border-radius: 34px;
}

.accessibility-tools .slider.round:before {
  border-radius: 50%;
}

.test-item {
  padding: 1rem;
  border: 1px solid #E4EBF1;
  border-radius: 24px;
}

.experience ul li {
  position: relative;
  padding-left: 2rem;
}

.experience ul li::before {
  content: "";
  display: block;
  background-image: url(assets/images/experience.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
}

/**
 * 1.0 Basic Structure
 * ----------------------------------------------------------------------------
*/
/**
 * 2.0 Media Queries
 * ----------------------------------------------------------------------------
 */
/* WordPress Media Queries */
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .site-content > *:not(div) {
    max-width: calc(100% - 24px);
  }
}
@media (min-width: 576px) {
  .site-content > *:not(div) {
    max-width: 540px;
  }
  .about-img-left {
    padding-left: 6.625rem;
  }
  .about-img-right {
    padding-right: 6.625rem;
  }
  .about-img_secondary {
    position: absolute;
    top: 70px;
  }
  .about-img_secondary-right {
    right: 0;
  }
  .about-img_secondary-left {
    left: 0;
  }
  .content-none #custom-form form .btn-primary {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
  }
}
/* Small devices (landscape phones, 576px, up to 768px) */
@media (min-width: 768px) {
  .site-content > *:not(div) {
    max-width: 720px;
  }
  h1 {
    font-size: 3rem;
  }
  .contact-phone {
    flex-direction: row;
  }
  .phone-item {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .summary-section,
  .details-right-section {
    position: sticky;
    top: 1.25rem;
  }
}
/* Medium devices (tablets, 768px, up to 992px) */
@media (min-width: 992px) {
  .site-content > *:not(div) {
    max-width: 960px;
  }
  h1 {
    font-size: 4rem;
  }
  .h1 {
    font-size: 3.375rem;
  }
  h2 {
    font-size: 3.375rem;
  }
  .h2 {
    font-size: 2.625rem;
  }
  h4,
  .h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  .h5 {
    font-size: 1.375rem;
  }
  .h6 {
    font-size: 1.25rem;
  }
  .space-top {
    padding: 6.25rem 0 0;
  }
  .space-bottom {
    padding: 0 0 6.25rem;
  }
  .space-vertical {
    padding: 6.25rem 0;
  }
  .menu-navigation-menu-container {
    margin: 0 auto;
  }
  .topbar .topbar-nav li:last-child {
    padding-left: 2.5rem;
  }
  nav .navbar-nav .menu-item {
    padding: 0.625rem 1rem;
  }
  nav .navbar-nav .menu-item a {
    margin: 0;
    color: #FFF;
  }
  nav .navbar-nav .menu-item .sub-menu .menu-item {
    padding: 0;
  }
  nav .navbar-nav .menu-item-has-children > a::before {
    background-image: url(assets/images/down-line.svg);
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  nav .navbar-nav .menu-item-has-children:hover > a::before {
    transform: translateY(-50%) rotate(-180deg);
  }
  nav .navbar-nav .menu-item .sub-menu {
    background-color: #FFF;
    overflow: hidden;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    width: 200px;
    border-radius: 8px;
    box-shadow: 1px 1px 6px rgba(34, 51, 102, 0.1);
  }
  nav .navbar-nav .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  nav .navbar-nav .menu-item a:hover,
  nav .navbar-nav .current-menu-ancestor a,
  nav .navbar-nav .menu-item a[aria-current=page] {
    color: #FFF;
  }
  nav .navbar-nav .menu-item .sub-menu .menu-item a:hover {
    background-color: rgba(8, 89, 202, 0.1);
  }
  .flight-search-block {
    padding-bottom: 6.25rem;
  }
  .post-view blockquote {
    padding: 2rem 2rem 2rem 1.5rem;
  }
  .figures ul li:first-child {
    font-size: 4rem;
  }
  #custom-form form label,
  label {
    font-size: 1.125rem;
  }
  .tour-slick .slick-list {
    padding: 1rem 0 !important;
  }
  .tour-slick .slick-center img {
    border: 3px solid #FFF;
  }
}
/* Large devices (desktops, 992px, up to 1200px) */
@media (min-width: 1200px) {
  .site-content > *:not(div) {
    max-width: 1140px;
  }
  .bannertour-content {
    height: 100%;
  }
  .tour-slick {
    margin-bottom: 2rem !important;
  }
  .tour-slick .slick-center img {
    transform: scale(1.25);
  }
}
/* X-Large devices (large desktops, 1200px, up to 1400px) */
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .site-content > *:not(div) {
    max-width: 1320px;
  }
}

/*# sourceMappingURL=style.css.map */
