.captcha-box label.error {
    text-align: left;
}
.free-reserve-btn-01 a.scroller {
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline;
    color: #cfcfcf;
    margin-left: 5px;
}


@media(max-width:992px) {
    .in-person-row {
        width: 100% !important;
    }
}

.in-person-row {
    margin-top: 16px;
}

.in-person-location {
    font-size: 16px;
    color: #A69785;
}

/* Current Date css changes */
.ui-state-disabled.notavailable.ui-datepicker-current-day.ui-datepicker-today {
    background: white !important;
}

.timeSlotCol p:hover {
    background: #e9a36054;
    border-radius: 20px;
    cursor: pointer
}

.booked-time-slot:hover {
    background: unset !important;
}

/* calender */


.ui-datepicker,
.reserve_ca_sessions {
    font-family: "Neue Haas Unica", "Heebo Regular", "Almari Light", "Roboto Light", sans-serif !important;
}

.ui-datepicker table {
    font-size: 15px !important;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: 100% !important;
}

.ui-datepicker-current-day {
    background: orange !important;
}

.ui-datepicker-current-day a.ui-state-default.ui-state-active {
    color: #fff !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center !important;
}

/* Calendar UI CSS CUStOom */
.ui-datepicker td {
    border: 2px solid #fff !important;
    padding: 5px !important;
    border-radius: 8px !important;
}

.ui-datepicker th {
    color: #A69785 !important;
}

/* .ui-datepicker-header {
    background: white;
    color: #A69785;
} */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.80 !important;
}

.ui-state-default {
    border: 0px !important;
    font-weight: normal !important;
    background: none !important;
    color: #bba995cf !important;
}

.ui-datepicker-header {
    color: #E2B767 !important;
    line-height: 30px !important;
    border-width: 0px 0 0 0 !important;
    background: white !important;
    /* border-style: solid; */
}

.highlightDate a.ui-state-default {
    background: #FFF;
    color: orange !important;
    font-weight: bold !important;
}

.notavailable span {
    background: #fff !important;
    color: #DDD !important;
}

.fully-booked-session a.ui-state-default {
    /* background: #fff !important; */
    color: #ffa50069 !important;
    font-weight: bold !important;
}

/* En of block  */
/* .disabled-date {
    cursor: ;
} */
.booked-time-slot {
    color: #dadada !important;
    border-radius: 20px;
}

.p-text {
    font-size: 18px;
    text-shadow: 0px 1px 0px darkblue;
}

.custom-text-input {
    border: 1px solid black !important;
    border-radius: 5px !important;
    margin-bottom: 10px !important;
    box-shadow: 2px 2px 0px 0px grey !important;
}

.session-form {
    padding: 5px;
    margin: 10px;
}

.custom-submit-btn {
    border-radius: 5px !important;
    background: #2081AD !important;
}

.card-head-text {
    font-size: 20px;
    color: #181B19;
    font-weight: 600;
    text-shadow: 1px 1px 1px cornflowerblue;
}

.custom-card-header {
    display: flex;
    justify-content: space-between;
}

.advisor-details {
    display: flex;
    flex-direction: row;
    width: 95%;
    justify-content: space-around;
    padding: 5px;
    border: 1px solid #A79097;
    border-radius: 7px;
    background-color: #FFF7F7;
    padding: 10px;
    margin-left: 12px;
    box-shadow: 1px 0px 2px;
}

.advisor-details:hover {
    /* transform: scale(1.02); */
    box-shadow: 2px 2px 2px;
    cursor: pointer;
}

.advisor-img {
    width: 25%;
    height: auto;
    border-radius: 42%;
}

.option-available {
    color: blue;
}

.option-booked {
    color: red;
}

.option-value {
    /* color :  */
}


/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.review-details {
    width: 100%;
    padding: 20px;
    float: right;
}

.modal-success {
    display: block;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* NEw style for date craft */
@media (max-width: 1400px) {
    .time {
        text-align: center;
        border-radius: 7px;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .time-wrap {
        margin: 30px 0px 10px 0px;
    }

    .timeSlotCol p {
        /*font-size: 14px;*/
        padding: 8px;
        width: 70%;
    }
    .hideMe{
        display: none;
    }
}

.panel > .in {
    background-color: #f8f6f6;
}

.contact-form-container p {
    font-size: 16px;
    
}
.contactCaLink{
    font-size: 16px;
}
#contactModalWindow {
  color: #A69785;
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  background-color: white;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); 
  z-index: 1000;
  width: auto;
  border-radius: 10px;
}
#contactUsModalWindow {
  color: #A69785;
  top: 50%;
  left: 50%;
  background-color: white;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); 
  z-index: 1000;
  width: 100%;
  border-radius: 10px;
}
textarea.form-control{
border: 1px dotted #A69785 !important;}


@media (max-width: 767px) { 
  #contactModalWindow {
    width: 90%; 
    max-width: 500px; 
    overflow-y: auto; 
  }
    #contactUsModalWindow {
        max-width: 500px; 
        overflow-y: auto; 
    }
}
@media (max-height: 700px) { 
        #contactModalWindow {
          max-height: 95%; 
          overflow-y: auto; 
        }
        #contactUsModalWindow {
          max-height: 95%; 
          overflow-y: auto; 
        }
      }
#modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); 
  z-index: 999; 
}
.close-contact-form {
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.advisor-image-in-form {
  display: block; 
  margin: 0 auto;
  width: 100px; 
  height: auto;
  border-radius: 50%; 
}
.advisor-image-container {
  text-align: center; 
}

.advisor-name-in-form {
  margin-top: 5px; 
  padding: 0% !important;
 
}
.close-contact-form svg {
  fill: #A69785; 
}
/* Center the play button */
.audio-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

/* Circular Play Button */
.play-button {
    background-color: white !important;
    -webkit-tap-highlight-color: transparent;
    opacity: 75%;
    border-radius: 50%;
    width: 230px; 
    height: 230px; 
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 80%;
    transition: none; 
}

@media (orientation: landscape) { 
    .play-button {
        margin-top: 12%; 
    }
}

/* Spinner styles */
.spinner {
    border: 5px solid #f3f3f3; 
    border-top: 5px solid orange;
    border-radius: 50%;
    width: 230px; 
    height: 230px;
    position: absolute;
    animation: spin 1s linear infinite;
    display: none;
}

/* Play button icon */
.play-button svg {
    width: 150px;
    height: 150px;
    fill: orange;
    z-index: 1; 
}

/* Spinner animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Heading Animation */
.audioHeading {
    opacity: 0;
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    position: absolute;
    top: 5%;
    left: 8%;
    width: 80%;
    text-align:left;
    padding: 5px 0;
}

.audioHeading h1,h5,h6 {
    font-family: 'Neue Haas Unica', sans-serif !important;
    color: white !important;
    margin: 0;
}

.audioHeading.visible {
    opacity: 100%;
    transform: translateY(0);
}

.audioHeading.fade-out {
    opacity: 0;
    transition: opacity 3s ease-in-out, transform 3s ease-in-out;
}


/* Time Display Animation */
.time-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 8px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    opacity: 0;
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.time-container.visible {
    opacity: 1;
    transform: translateY(0);
}

.time-container.fade-out {
    opacity: 0;
    transition: opacity 3s ease-in-out, transform 3s ease-in-out;
}


#progress-bar {
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    height: 5px;
    background: #ddd;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    overflow: visible;
    margin: 20px 0;
}

/*
#progress-pointer {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 0;
    z-index: 2;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    border: 2px solid #000;
    transition: left 0.1s linear;
    cursor: grab;
}

#progress-pointer:active {
    cursor: grabbing;
} */

#progress {
    width: 0%;
    height: 100%;
    background: #b99c7a;
    transition: width 0.1s linear;
    position: relative;
    z-index: 1;
}

/* Optional hover effects */
#progress-pointer:hover {
    transform: translate(-50%, -50%) scale(1.1);
}
#progress-bar:hover #progress-pointer {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}

/* Hide default audio controls */
audio {
    display: none;
}
.sound-name-heading {
    font-size: 36px;
    text-align: center;
    font-family: Neue Haas Unica !important;
    color: #fff !important;
    font-weight: 600 !important;
}
.sound-selector-container {
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.day-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    font-family: Neue Haas Unica;  
}
.sound-selector-day {
    margin-top: 30px;
    margin-bottom: 0px !important; 
    font-size: 25px;
    font-family: Neue Haas Unica !important;
    color: #fff !important;
    font-weight: 600 !important;
}
.sound-selector-button {
    padding: 15px;
    background-color: #fff;
    font-size: 30px;
    font-family: Neue Haas Unica; 
    color: #EBAD41;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    text-align: center;
    width: 500px;
    height: 100px;
    min-width: 250px;
    min-height: 60px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.sound-selector-button:hover {
    box-shadow: 0px 0px 30px 0px #AD9A84;
}
.sound-selector-note {
    font-size: 18px;
    text-align: center;
    font-family: Neue Haas Unica;
    color: #fff;
}
@media (max-width: 1200px) {
    .sound-selector-container {
        gap: 30px;
    }
    .sound-selector-button {
        width: 40vw;
        max-width: 500px;
        font-size: 24px;
    }
}
@media (max-width: 992px) {
    .sound-selector-container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .sound-selector-button {
        width: 80vw;
        max-width: 500px;
        font-size: 22px;
    }
    .day-column{
        gap: 15px;
    }
    .sound-selector-day {
    margin-top: 15px;
    }
}
@media (max-width: 576px) {
    .sound-selector-container {
        gap: 30px;
    }
    .sound-selector-button {
        width: 90vw;
        max-width: 400px;
        font-size: 20px;
        height: auto;
        padding: 15px;
    }
    .day-column{
        gap: 15px;
    }
    .sound-selector-day {
    margin-top: 15px;
    }
}  

/* Common text styling */
.inperson-intro-tooltip-wrapper .inperson-intro-text,
.inperson-intro-text {
    color: rgb(76, 164, 197);
    text-decoration: underline;
}

#inperson-intro-note {
    color: rgb(76, 164, 197);
}

/* Tooltip container */
.inperson-intro-tooltip-wrapper {
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: inherit;
}

/* Tooltip text */
.inperson-intro-tooltip-content {
    visibility: hidden;
    opacity: 0;
    max-width: 400px;
    background-color: #fff;
    color: rgb(76, 164, 197);
    border: 2px solid rgb(166, 151, 133);
    border-radius: 10px;
    padding: 12px 16px;
    position: absolute;
    z-index: 100;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}

/* Tooltip arrow */
.inperson-intro-tooltip-content::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top-color: rgb(166, 151, 133);
}


/* tooltip on hover (desktop) */
@media (hover: hover) {
    .inperson-intro-tooltip-wrapper:hover .inperson-intro-tooltip-content {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }
}

/* tooltip toggle on tap for mobile/tablet */
@media (hover: none) {
    .inperson-intro-tooltip-wrapper:active .inperson-intro-tooltip-content,
    .inperson-intro-tooltip-wrapper:focus .inperson-intro-tooltip-content {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .inperson-intro-tooltip-content {
        pointer-events: auto;
        user-select: auto;
    }

    .inperson-intro-tooltip-content:active {
        visibility: visible;
        opacity: 1;
    }
}
