/*.onboarding-booking-page .bookaroo-logo {
    display: flex ;
    align-items: center;
    justify-content: center;
    padding: 10px 0px 20px 0px;
}

.onboarding-booking-page .bookaroo-logo .app-brand-logo {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    min-height: 1px;
}*/

/* International Telephone Input Styling */
.iti { 
    width: 100%; 
    display: block;
}
.iti__flag-container {
    z-index: 2;
}
#phone {
    width: 100%;
    padding-left: 52px;
}

.onboarding-booking-page .company-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px 20px 0px;
}

.onboarding-booking-page .company-logo .app-brand-logo {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    min-height: 1px;
}

.onboarding-booking-page .progress {
    height: 12px;
}

.onboarding-booking-page .progress .progress-bar {
    width: 20%;
}

.onboarding-booking-page .bs-stepper-header {
    background-color: #ffffff;
    /* background-color: #fff; */
    box-shadow: none;
    border-radius: 0.5rem;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
}

.onboarding-booking-page .bs-stepper-content {
    border-top-left-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
}

.onboarding-booking-page #select-date-time #onboardingCall-time-picker {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 1rem;
}

.onboarding-booking-page #select-date-time #onboardingCall-time-picker {
    height: 450px;
}

.onboarding-booking-page
    #select-date-time
    #onboardingCall-time-picker
    .row:last-child {
    margin-bottom: 0px !important;
}

.onboarding-booking-page #select-date-time #selected-date-text {
    background-color: #fff;
    cursor: default;
    text-align: center;
}

.onboarding-booking-page #select-date-time #onboardingCall-date-picker table {
    width: 100%;
}

.onboarding-booking-page #select-date-time #onboardingCall-date-picker table th,
.onboarding-booking-page
    #select-date-time
    #onboardingCall-date-picker
    table
    td {
    padding: 12px;
    width: 3.1rem;
    height: 3rem;
}

.onboarding-booking-page
    #select-date-time
    #onboardingCall-date-picker
    table
    th.prev,
.onboarding-booking-page
    #select-date-time
    #onboardingCall-date-picker
    table
    th.next {
    width: 40px;
    height: 40px;
    background: #FF6900;
}

.onboarding-booking-page
    #select-date-time
    #onboardingCall-date-picker
    table
    th.prev::after,
.onboarding-booking-page
    #select-date-time
    #onboardingCall-date-picker
    table
    th.next::after {
    color: #fff !important;
    border-color: #fff !important;
}

.onboarding-booking-page
    #select-date-time
    #onboardingCall-date-picker
    table
    th.prev::after {
    right: 33%;
}

#bookedOnboardingCallSuccessfullyModal .modal-body .success-check-img {
    max-height: 100px;
    object-fit: contain;
    width: 100%;
    margin-bottom: 2.5rem;
}

/*** Internal css from files ***/
.datepicker-days {
    margin: 0.6rem 0px !important;
}

.datepicker table tbody td.today:not(.active) {
    display: table-cell !important;
}

/* Big Screens */
#onboardingCall-date-picker .table-condensed {
    background-color: white !important;
}
.bs-stepper-content {
    border-left: 1px solid #00000032 !important;
}
.bs-stepper-header {
    border-radius: 25px 0px 0px 25px !important;
}

.bs-stepper-content {
    border-radius: 0px 25px 25px 0px !important;
}

.section-header {
    border-radius: 0px 25px 0px 0px !important;
}

.footer-buttons {
    border-radius: 0px 0px 25px 0px !important;
}

.bs-stepper {
    border-radius: 25px !important;
}

.select-date {
    display: none !important;
}

.select-time {
    display: none !important;
}

@media (min-width: 768px) {
    .section-center-desktop {
        min-height: 100vh;
    }
}

.datepicker-days {
    margin: 0.6rem 0px !important;
}

@media (min-width: 992px) {
    .w-lg-70 {
        width: 70% !important; /* 70% width on large screens */
    }
}

.responsive-width {
    width: 75% !important;
}

@media (min-width: 1025px) and (max-width: 1399px) {
    .responsive-width {
        width: 100% !important;
    }
}

/* Tablet styles */
@media (min-width: 768px) and (max-width: 1024px) {
    .bs-stepper {
        width: 100% !important;
    }

    .bs-stepper-content {
        border-left: none !important;
        border-top: 1px solid #00000032 !important;
    }

    #onboardingCall-date-picker .table-condensed {
        width: 100% !important;
        display: block;
        overflow-x: auto;
    }

    .bs-stepper-content {
        border-radius: 0px 0px 25px 25px !important;
    }

    .bs-stepper-header {
        border-radius: 25px 25px 0px 0px !important;
    }

    .section-header {
        border-radius: 0px !important;
    }

    .footer-buttons {
        border-radius: 0px 0px 25px 25px !important;
    }

    /* Center the datepicker popup container */
    .datepicker {
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .select-date {
        display: none !important;
    }

    .select-time {
        display: none !important;
    }
}

/* Mobile styles */
@media (max-width: 768px) {
    .bs-stepper {
        width: 100% !important;
        box-shadow: none !important;
        /* border: 0.5px solid #a7acb2 !important; */
    }

    .bs-stepper-content {
        border-left: none !important;
        border-top: 1px solid #00000032 !important;
    }

    #onboardingCall-date-picker .table-condensed {
        width: 100% !important;
        display: block;
        overflow-x: auto;
    }

    .bs-stepper-content {
        border-radius: 0px 0px 25px 25px !important;
    }

    .bs-stepper-header {
        border-radius: 25px 25px 0px 0px !important;
    }

    .section-header {
        border-radius: 0px !important;
    }

    .footer-buttons {
        border-radius: 0px 0px 25px 25px !important;
    }

    /* Center the datepicker popup container */
    .datepicker {
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .select-date {
        display: block !important;
    }

    .select-time {
        display: block !important;
    }
}

.text-green {
    color: #47d90c;
}
.text-green:hover {
    color: #3ebf0a;
}
.text-deep-purple {
    color: #262254 !important;
}

.fw-bold-900 {
    font-weight: 900 !important;
}

.mt-5-rem {
    margin-top: 5rem !important;
}

/* Testimonials CSS Styling */
.testimonials-text {
    font-size: 1.8rem !important;
}

.testimonials-wrapper {
    display: flex;
    gap: 2rem;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
    cursor: grab;
    scroll-behavior: smooth;
}

.testimonials-wrapper:active {
    cursor: grabbing;
}

.testimonials-item {
    flex: 0 0 100%;
    scroll-snap-align: center;
    background: transparent;
    /* border-radius: 1rem; */
    /* border-bottom: 1px solid #262254; */
    padding: 2rem;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* pushes name/position to bottom */
}

/* Pagination dots */
.testimonials-dots {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.testimonials-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 4px;
    border: none;
    background-color: #6c63ff;
    opacity: 0.5;
    cursor: pointer;
}

.testimonials-dots button.active {
    opacity: 1;
}

.testimonials-text {
    /* leave space for consistent layout */
    margin-bottom: 1rem;
}

.testimonials-bottom {
    text-align: center;
}

.testimonials-bottom .name {
    font-weight: 700;
    font-size: 1.25rem;
    color: #4b0082; /* text-deep-purple */
}

.testimonials-bottom .position {
    font-size: 1rem;
    color: #4b0082;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .testimonials-item {
        flex: 0 0 95%; /* almost full width on mobile */
        padding: 1.5rem;
        min-height: 200px;
    }

    .testimonials-text {
        font-size: 0.95rem;
    }

    .testimonials-bottom .name {
        font-size: 1.1rem;
    }

    .testimonials-bottom .position {
        font-size: 0.9rem;
    }
}

/* Wrapper para ma-clip yung lumalampas */
.section-dots-wrapper {
    position: relative;
    overflow: hidden; /* hides the overflowed part of dots image */
}

.custom-dots-img-left {
    position: absolute;
    top: 15%;
    left: -90px; /* default for desktop */
    transform: translateY(-50%);
    width: 150px; /* default size */
    height: auto;
    z-index: 0;
}

/* Tablet screens */
@media (max-width: 992px) {
    .custom-dots-img-left {
        top: 10%;
        left: -60px; /* move closer to card */
        width: 120px; /* smaller size */
    }
}

/* Mobile screens */
@media (max-width: 768px) {
    .custom-dots-img-left {
        display: none;
    }

    .accordion{
        width: 100% !important;
    }
}

/* Extra small screens */
@media (max-width: 576px) {
    .custom-dots-img-left {
        display: none;
    }
    .accordion{
        width: 100% !important;
    }
}

/* Right dots */
.custom-dots-img-right {
    position: absolute;
    top: 50%;
    right: -90px; /* desktop offset */
    transform: translateY(-50%);
    width: 150px;
    height: auto;
    z-index: 0;
}

/* Tablet screens */
@media (max-width: 992px) {
    .custom-dots-img-right {
        right: -60px;
        width: 120px;
    }
}

/* Mobile screens */
@media (max-width: 768px) {
    .custom-dots-img-right {
        display: none;
    }
}

.mw-600px {
    max-width: 600px;
}

.fs-2rem {
    font-size: 1.5rem !important;
}

/* BG-Primary Background */
.section-center-desktop {
    position: relative; /* make it a positioning context */
}

.section-center-desktop::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    background-color: var(--bs-primary); /* Bootstrap primary */
    z-index: 0; /* sits behind */
}

.section-center-desktop > * {
    position: relative;
    z-index: 1; /* bring content above background */
}

.accordion{
    width: 75%;
}


.equal-card {
    flex: 0 0 280px;   /* same width */
    height: 220px;     /* same height */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Tablet */
@media (max-width: 991px) {
    .equal-card {
        flex: 0 0 240px;
        height: 200px;
    }
}

/* Mobile - full width */
@media (max-width: 576px) {
    .equal-card {
        flex: 0 0 100%;
        height: auto;
    }
}