body,
button,
input,
optgroup,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, 'Poppins', sans-serif !important;
}

.sky-panel {
  border-bottom: 1px solid #999;
}

.sky-panel-heading {
  line-height: 1.25;
  padding: 0.75em .2em;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
}

.sky-panel-block {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding: 0 0.75em .75em .5em;
  font-size: .95rem;
  color: #666;
}

.sky-hr-primary {
  background-color: #452eba;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

.sky-section {
  padding: 1rem 3rem;
}


.sky-box-itin {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
  height: 200px;
}

.sky-box-fare {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
  height: 200px;
}




.sky-box-itin-ow {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
  height: 130px;
}

.sky-box-fare-ow {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
  height: 130px;
}


.sky-box-reducerightpadding {
  padding: .75rem 0.0rem .75rem .75rem;
}

.sky-box-reduceleftpadding {
  padding: .75rem .75rem .75rem .1rem;
}

.sky-modal-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sky-modal-content {
  align-items: center;
  justify-content: center;
  position: fixed;
  padding: 0;
  background-color: aliceblue;
  width: 96%;
  overflow: initial;
  height: auto;
  border-radius: 6px;
}

.sky-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 8px 8px 0 0;
  cursor: pointer;
}

.sky-modal-close::hover {
  color: gray;
}





/********************************/
:root {
  --pink: #F2007D;
  --orange: #fe6d00;
  --purple: #4a3e8a;
  --inputColor: #595959;
}

.sky-box {
  align-items: center;
  padding: .8rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin: 8px;
}

.sky-bg {
  background: #f6f6ff;
}

.sky-autosuggest {
  cursor: pointer;

}

.sky-filter-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sky-filter-group .sky-filter-select {
  margin-right: 6px;
}

.sky-filter-select .dropdown {
  margin-top: -3px;
}

.sky-filter-select>select,
.sky-filter-select .dropdown-trigger>button {
  background: transparent;
  font-weight: 600;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
  padding: 0;
  height: 1.4em;
  line-height: 1.4em;
  align-items: center;
  padding-right: 1.8em !important;
  font-size: .8rem;
  letter-spacing: .2px;
}

.sky-travlers-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem;
}

.sky-travlers-input p {
  color: var(--inputColor);
  font-size: .9rem;
  font-weight: 600;
  width: 100px;
  margin-bottom: 0;
}

.sky-button-group {
  padding: 0 1rem;
  justify-content: center;
}

.sky-button-group button {
  padding: .8rem !important;
}

.sky-travlers-input small {
  color: #ababab;
  display: block;
  font-size: .7rem;
  font-weight: 400;
}

.sky-travlers-input span {
  background: aliceblue;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  align-items: center;
  display: block;
  text-align: center;
  width: 30px;
}


button.sky-btn {
  background: aliceblue;
  font-weight: 600;
  font-size: 1rem;
  align-items: center;
  display: block;
  text-align: center;
  width: 30px;
  border: none;
  cursor: pointer;
}



.sky-travlers-input div {
  display: flex;
  border: 1px solid #e1e0e0;
  border-radius: .15rem;
  overflow: hidden;
}

.sky-travlers-input input {
  border: navajowhite;
  width: 30px;
  color: var(--inputColor);
  text-align: center;
}

/* .sky-filter-select select{
  width:12px
} */
.sky-filter-select:not(.is-multiple):not(.is-loading)::after {
  border-width: 2px;
  right: 1em !important;
  top: 32%;
}

.sky-filter-input {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sky-pink {
  background: var(--pink) !important;
  color: #fff !important;
  border-color: var(--pink) !important;
}

.sky-pink-invert {
  background: #fff !important;
  color: var(--pink) !important;
  border-color: var(--pink) !important;
}

.sky-button {
  width: fit-content;
  border-radius: 6px !important;
}

@media screen and (min-width:768.1px) {
  .sky-filter-select:not(.is-multiple):not(.is-loading)::after {
    border-color: var(--inputColor) !important;
  }

  .sky-filter-input .sky-field {
    width: 28%;
    margin-right: 1%;
  }

  .sky-filter-input .sky-action {
    width: 13%;
  }

  .sky-field input {
    color: var(--inputColor);
    height: 50px;
  }



  .sky-filter-section {
    margin-top: -17rem;
    margin-bottom: 5rem;

  }



  .sky-strip {
    background: #452eba;
    display: block;
    color: #fff;
    font-size: 22px;
    padding: 11px 20px;
    letter-spacing: 1.1px;
    border-radius: 8px;
    width: calc(100% - 278px);
  }

  .sky-filter-select select,
  .sky-filter-select button {
    color: var(--inputColor);
  }

  .sky-dropdown {
    width: max-content;


  }

  .searchwidgettitlemargintop{
    /* padding-top: 64px;  use when recent searches are added*/
    padding-top: 64px;
  }

  .sky-heading-one {
  font-family: "Sora", sans-serif;
  color: #2C363B;
}

}

@media screen and (max-width:768px) {
  .searchWidgetpadding{
    padding-bottom: 16px;

  }

  .searchwidgettitlemargintop{
    padding-top: 16px;
  }
  .sky-filter-select select,
  .sky-filter-select button {
    color: var(--purple);
  }

  .sky-filter-input {
    flex-wrap: wrap;
  }

  .sky-filter-input .sky-field {
    width: 100%;
    margin-bottom: 1rem;
  }

  .sky-filter-input .sky-action {
    width: 100%;
  }

  .sky-field input {
    color: var(--purple);
    height: 50px;
  }




  .sky-filter-section {
    margin-top: 0;
    margin-bottom: 0;
  }



  .sky-strip {
    display: block;
    color: #4A2B88;
    font-size: 20px;
    padding: 8px 16px;
    letter-spacing: 1.1px;
    border-radius: 8px;
  }

  .sky-filter-select:not(.is-multiple):not(.is-loading)::after {
    border-color: var(--purple);
  }

  .sky-modal-mobile {
    overflow: visible;
    padding: 1rem;
  }

  .sky-mn-5-mobile {
    margin-top: -68px;
    margin-bottom: -24px;
  }

  .sky-modal-close-right {
    right: 20px;
    top: 20px;
  }

  .sky-profile {
    max-width: 100px;
  }

  .sky-icon {
    max-height: 24px;
    max-width: 24px;
    width: auto;
    height: auto;
  }

  #bio_ep_close {
    margin: 5px 0 0 -20px !important;
  }





}


/* ================ listing  */



.sky-thumbnail {
  border: 1px solid #ccc;

  border-radius: 4px;
  margin: auto;
  padding: 2px;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.sky-border-right {
  border-right: 2px solid #eff5fb;
}

/* panel bottom list newly added */
.sky-panel-list {
  width: 100%;
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

ul.sky-fare-list {
  display: flex;
    align-items: center;
    padding: 6px;
    flex-wrap: wrap;
    gap: 8px;
}


.sky-ul-dot,
.sky-ul-dashed {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.sky-ul-dot li:not(:first-child),
.sky-ul-dashed li:not(:first-child) {
  margin-left: 1rem;
  margin-right: 1rem;
}

.sky-ul-dot li:not(:first-child):before {
  content: "";
  height: 6px;
  width: 6px;
  display: block;
  position: absolute;
  background: #4a4a4a;
  border-radius: 11px;
  margin-top: 8px;
  margin-left: -11px;
}

.sky-ul-dashed li:not(:first-child):before {
  width: 9px;
  content: "";
  position: absolute;
  background: #4a4a4a;
  height: 2px;
  border-radius: 2px;
  margin-left: -12px;
  margin-top: 11px;
}

.sky-column-divider:not(:last-child) {
  border-bottom: 1px solid #efefef;
}

.sky-size-6{
  font-size: 0.9rem;
}

.sky-top-brand {
  display: none;
}

.sky-top-brand:nth-child(even) {
  border-top: 4px solid #452eba;
  display: block !important;
}

.sky-bold {
  font-weight: 550 !important;
}

.sky-ul-das .sky-box-footer {
  border-top: 1px solid #eff5fb;
}

ul.sky-fare-list li:not(:last-child) {
  border-right: 1px solid #dddddd;

}

ul.sky-fare-list li {
  padding-right: 8px;
  padding-left: 8px;
}


.sky-filter-list {
  margin-bottom: 1.5rem;
}

.sky-filter-list div {
  font-size: 17px;
  letter-spacing: .2px;
  font-weight: 500;
  margin-bottom: 2px;
}

.sky-filter-list li label {
  font-size: 14px;
  letter-spacing: .3px;
  color: #777;
  line-height: 1.3;
  align-items: center;
}

.sky-filter-list ul li input {
  margin-right: 6px;
  background: transparent !important;
  margin-top: 1px;
}

.sky-lf-input-group,
.sky-lf-list-group {
  display: flex;
  align-items: center;
}

.sky-lf-input-group {
  width: 50%;
}

.sky-lf-input {
  /*background: #694eed; */
  border-radius: 5px;
  padding: 5px 6px;
  color: #f8f8f8;
  font-size: .9rem;
  line-height: 1.5;
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: .2px;
}

.sky-list-filter {
  display: flex;
  background: #816bf2;
  border-radius: 5px;
  padding: 1rem;
  align-items: center;
  justify-content: space-between;
}

.sky-lf-text {
  color: #f8f8f8;
  font-size: .9rem;
  padding: 0 12px;
}

.sky-lf-list-group>div:first-child {
  border-right: 1px solid;
}

@media screen and (max-width:768px) {
  .sky-list-filter {
    flex-wrap: wrap;
    padding: 8px;
    margin: auto 8px;
  }

  .sky-lf-input-group {
    width: 100%;
    margin-bottom: 8px;
  }

  .sky-modal-content {
    align-items: center;
    justify-content: center;
    position: fixed;
    padding: 8px;
    background-color: aliceblue;
    width: 96%;
    overflow: initial;
    height: auto;
    border-radius: 6px;
  }
}


.sky-border-top {
  border-top: 5px;
  border-style: solid;
  border-color: #452eba;
}

.sky-bl-bottom {
  border-bottom: 1px solid #efefef;
}

@media screen and (max-width:768px) {
  .px-2-mobile {
    padding-right: 10px;
    padding-left: 10px;
  }

  .sky-details>.columns {
    flex-direction: column-reverse;
  }

  .sky-mobile-reverse {
    flex-direction: column-reverse;
  }
}


.sky-field-control .icon {
  pointer-events: all !important;
  height: 50px !important;

}

.sky-field-control .icon i {
  cursor: pointer;
}

.sky-autosuggest:hover,
.sky-autosuggest:focus {
  background: #f3f1ff;
}

/* added by satya for test */
.sky-autosuggest:hover,
.sky-autosuggest:focus {
  background: #f3f1ff;
}

/* -- */


.sky-dropdown {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}


/* added below code newly */
.sky-brand-text {
  color: #452eba;
}

.sky-brand-text:hover,
.sky-brand-text:focus {
  color: #222;
}

.sky-dash-border {
  border-style: dashed;
}

.sky-height-24 {
  height: 30px;
}

.sky-responsive {
  width: auto;
  max-height: 100%;
  height: auto;
}

.sky-dashed-hr {
  height: 1px;
  background: transparent;
  border-top: 1px dashed #a4a3a3;
}

.sky-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.sky-centered {
  text-align: center;
}

.sky-modal-close-right {
  position: absolute;
  right: 8px;
  top: 8px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
}

.sky-modal-close-right::before,
.sky-modal-close-right::after {
  background-color: #696969;
}

.sky-card {
  background: #fff;
  padding: 1rem;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;
  border-radius: 6px;
  width: 100%;
  max-width: 750px;
  min-width: 650px;
}



.sky-compare-thumbnail {
  text-align: center;
  border: 1px solid #cacaca;
  padding: .4rem;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
}


.sky-sticky-sidebar { position: sticky; top: 8px; }


/* ---- */

.sky-box-footer {
  border-top: 1px solid #eff5fb;
}

.sky-h100 {
  height: 100%;
}

@media screen and (min-width:768px) {
  .sky-border-right {
    border-right: 2px solid #eff5fb;
  }
}

@media screen and (max-width:768px) {
  .sky-bt-mobile {
    border-top: 1px solid #eff5fb;
  }
}



.sky-placeholder {
  background-color: #959292;
  min-height: 1.2rem;
  border-radius: 7px;
  opacity: .1;
  min-width: 10px;
  animation: fading 1.5s infinite;
  margin-bottom: 12px;
}

@keyframes fading {
  0% {
    opacity: .1;
  }

  50% {
    opacity: .2;
  }

  100% {
    opacity: .1;
  }
}




/*   */

#bio_ep_close {
  margin: -8px 0 0 -6px !important;
}


#bio_ep {
  width: inherit !important;
  background-color: transparent !important;
  box-shadow: none !important;
}



.sky-flash {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  text-align: center;
}
.sky-decoration-none {
  text-decoration: none !important;
}


svg {
  color: inherit;
}

svg path {
  stroke: currentColor;
  fill: currentColor;
}

.sky-svg-24 {
  width: 24px;
  height: 24px;
}

.sky-svg-20 {
  width: 20px;
  height: 20px;
}

.sky-fill-transparent path {
  fill: transparent;
}

svg:hover,
svg:focus{
    cursor:pointer;
}


@media (max-width: 768px) {
    .lead-form-container {
        padding: 1rem;
    }
    
    .lead-form-container > div:nth-child(2) {
        padding: 1.5rem;
        margin: 0.5rem;
    }
    
    .grid.grid-cols-1.md\\:grid-cols-2 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

/* Enhanced focus states */
.form-group input:focus {
    box-shadow: 0 0 0 3px rgba(254, 109, 0, 0.1);
}

/* Smooth animations */
.lead-form-container > div:nth-child(2) {
    animation: slideUp 0.6s ease-out;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.sky-img-unrestricted-height {
  max-height: none !important;
}

/* Breadcrumb Styles */

.breadcrumbs {
    margin: 1rem 0;
    font-size: 0.9rem;
    background-color: transparent;
    padding: 0.75rem 1rem;
    position: relative;
    overflow: hidden;
}

.breadcrumb-container {
    position: relative;
}

.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    color: #ccc;
    transition: transform 0.3s ease-in-out;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    opacity: 1;
    transform: translateX(0);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    white-space: nowrap;
    position: relative;
}

.breadcrumb-link {
    color: #000000;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    transition: all 0.2s ease;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    display: block;
}

.breadcrumb-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.breadcrumb-link:hover::before {
    left: 100%;
}

.breadcrumb-link:hover {
    background-color: #333;
    text-decoration: none;
    color: #fff;
    transform: translateY(-1px) scale(1.02);
}

.breadcrumb-current {
    color: #000000;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    background-color: #e3e3e3;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    animation: pulseIn 0.4s ease-out;
    display: block;
}

.breadcrumb-text {
    color: #000000;
    padding: 0.25rem 0.5rem;
    display: block;
}

.breadcrumb-separator {
    margin: 0 0.5rem;
    color: #666;
    font-weight: bold;
    font-size: 0.9em;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

/* Keyframe animations */
@keyframes expandIn {
    0% {
        opacity: 0;
        transform: translateX(-20px) scale(0.8);
    }

    50% {
        transform: translateX(5px) scale(1.05);
    }

    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes pulseIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
        background-color: #f0f0f0;
    }

    50% {
        transform: scale(1.1);
        background-color: #d0d0d0;
    }

    100% {
        opacity: 1;
        transform: scale(1);
        background-color: #e3e3e3;
    }
}

/* Mobile optimizations - wrap breadcrumbs */
@media (max-width: 768px) {
    .breadcrumbs {
        font-size: 0.8rem;
        padding: 0.5rem;
        margin: 0.5rem 0;
    }

    .breadcrumb-item {
        margin-bottom: 0.2rem;
    }

    .breadcrumb-link,
    .breadcrumb-current,
    .breadcrumb-text {
        padding: 0.2rem 0.4rem;
        font-size: 0.8rem;
    }

    .breadcrumb-separator {
        margin: 0 0.3rem;
        font-size: 0.8em;
    }

    /* Enhance touch targets */
    .breadcrumb-link {
        min-height: 32px;
        display: flex;
        align-items: center;
    }
}

/* Extra Small Mobile (phones) */
@media (max-width: 480px) {
    .breadcrumbs {
        font-size: 0.75rem;
        padding: 0.4rem;
        margin: 0.3rem 0;
    }

    .breadcrumb-link,
    .breadcrumb-current,
    .breadcrumb-text {
        padding: 0.15rem 0.3rem;
        font-size: 0.75rem;
    }

    .breadcrumb-separator {
        margin: 0 0.25rem;
        font-size: 0.75em;
    }

    /* Smaller touch targets but still usable */
    .breadcrumb-link {
        min-height: 28px;
    }
}

/* Tablet Responsive */
@media (min-width: 769px) and (max-width: 1024px) {
    .breadcrumbs {
        font-size: 0.85rem;
        padding: 0.6rem 0.8rem;
    }

    .breadcrumb-link,
    .breadcrumb-current,
    .breadcrumb-text {
        padding: 0.3rem 0.4rem;
    }

    .breadcrumb-separator {
        margin: 0 0.4rem;
    }
}

/* Print Styles */
@media print {
    .breadcrumbs {
        background: none;
        border: none;
        font-size: 0.8rem;
        color: #000;
    }

    .breadcrumb-container {
        overflow: visible;
    }

    .breadcrumb-list {
        flex-wrap: wrap;
    }

    .breadcrumb-link,
    .breadcrumb-current,
    .breadcrumb-text {
        color: #000;
        background: none;
        border: none;
    }

    .breadcrumb-separator {
        color: #000;
    }

    .breadcrumb-item {
        animation: none !important;
        transition: none !important;
    }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    .breadcrumbs {
        background-color: #000;
        border-color: #fff;
    }

    .breadcrumb-link,
    .breadcrumb-text {
        color: #fff;
    }

    .breadcrumb-current {
        background-color: #fff;
        color: #000;
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {

    .breadcrumb-link,
    .breadcrumb-item,
    .breadcrumb-list {
        transition: none;
        animation: none;
    }

    .breadcrumb-link:hover {
        transform: none;
    }
}

/* Focus styles for accessibility */
.breadcrumb-link:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
    background-color: #e7f3ff;
}

/* Custom JavaScript trigger classes */
.breadcrumb-item.js-collapse {
    animation: slideOut 0.4s ease-in-out forwards;
}

.breadcrumb-item.js-expand {
    animation: expandIn 0.4s ease-out forwards;
}