/* Calendly Section Styles */
.phi--calendly-section {
    width: 100%;
    padding: 80px 20px;
    background: #ffffff;
}

.phi--calendly-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    position: relative;
}

.hsfc-Step__Content {
    padding-top: 0 !important;
}

.hsfc-Step__Content {
    padding-top: 0 !important;
}



/* Left Side - Calendar */
.phi--calendly-left {
    flex: 1;
    background: #000000;
    border-radius: 32px;
    padding: 48px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.phi--calendly-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 32px 0;
    color: #fff;
}

/* Calendar Widget */
.phi--calendar-widget {
    width: 100%;
    max-width: 400px;
    margin-bottom: 8px;
}

.phi--calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    padding: 0 4px;
}

.phi--calendar-month-year {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.phi--calendar-nav {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    cursor: pointer;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    border-radius: 4px;
    width: 32px;
    height: 32px;
}

.phi--calendar-nav:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.phi--calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0;
    margin-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.phi--calendar-weekday {
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    padding: 12px 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.phi--calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.phi--calendar-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    background: transparent;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    position: relative;
    min-height: 50px;
}

.phi--calendar-day:hover:not(.phi--day-disabled):not(.phi--day-other-month) {
    background: rgba(255, 255, 255, 0.05);
}

.phi--calendar-day.phi--day-today {
    background: transparent;
    color: #ffffff;
    font-weight: 600;
    border: 2px solid #00D9A3;
}

.phi--calendar-day.phi--day-selected {
    background: #00D9A3;
    color: #000000;
    font-weight: 600;
}

.phi--calendar-day.phi--day-other-month {
    color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.02);
}

.phi--calendar-day.phi--day-disabled {
    color: rgba(255, 255, 255, 0.2);
    cursor: not-allowed;
    background: rgba(0, 0, 0, 0.2);
}

.phi--calendar-session-info {
    margin: 32px 0;
    text-align: center;
}

.phi--session-duration {
    font-size: 20px;
    font-weight: 600;
}

.phi--schedule-btn {
    width: 100%;
    max-width: 400px;
    padding: 16px 32px;
    background: #00D9A3;
    color: #000000;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.phi--schedule-btn:hover {
    background: #00bf8e;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 217, 163, 0.3);
}

.phi--calendar-social {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

.phi--social-link {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all 0.3s ease;
}

.phi--social-link:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.phi--social-link.phi--social-instagram {
    background: #00D9A3;
    color: #000000;
}

.phi--social-link.phi--social-instagram:hover {
    background: #00bf8e;
}

/* Center Divider */
.phi--calendly-divider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0 30px;
}

.phi--divider-text {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #999999;
    letter-spacing: 0.5px;
    z-index: 1;
    padding: 0 20px;
    background: #ffffff;
}

.phi--divider-text::before,
.phi--divider-text::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 1px;
    height: 120px;
    background: linear-gradient(to bottom, transparent, #d0d0d0 15%, #d0d0d0 85%, transparent);
}

.phi--divider-text::before {
    right: 100%;
    margin-right: 0;
}

.phi--divider-text::after {
    left: 100%;
    margin-left: 0;
}

/* Right Side - Form */
.phi--calendly-right {
    flex: 1;
}

.phi--form-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 32px 0;
    color: #000000;
}

.phi--booking-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.phi--form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.phi--form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.phi--form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.phi--form-group input[type="text"],
.phi--form-group input[type="email"],
.phi--form-group input[type="tel"],
.phi--form-group textarea {
    padding: 14px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.2s ease;
    background: #ffffff;
}

.phi--form-group input:focus,
.phi--form-group textarea:focus {
    outline: none;
    border-color: #000000;
}

.phi--form-group input::placeholder,
.phi--form-group textarea::placeholder {
    color: #999999;
}

.phi--form-group textarea {
    resize: vertical;
    min-height: 80px;
}

/* Slider Styles */
.phi--slider-group {
    margin: 8px 0;
}

.phi--slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.phi--slider-value {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.phi--currency {
    font-weight: 400;
    color: #666666;
}

.phi--slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #e0e0e0;
    outline: none;
    cursor: pointer;
}

.phi--slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #000000;
    cursor: pointer;
    transition: all 0.2s ease;
}

.phi--slider::-webkit-slider-thumb:hover {
    transform: scale(1.2);
}

.phi--slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #000000;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
}

.phi--slider::-moz-range-thumb:hover {
    transform: scale(1.2);
}

/* Services Grid */
.phi--services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 12px;
}

.phi--service-option {
    position: relative;
    cursor: pointer;
}

.phi--service-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.phi--service-label {
    display: block;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 13px;
    text-align: center;
    transition: all 0.2s ease;
    background: #ffffff;
    color: #666666;
}

.phi--service-option input[type="radio"]:checked + .phi--service-label {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
}

.phi--service-option:hover .phi--service-label {
    border-color: #000000;
}

/* Submit Button */
.phi--submit-btn {
    width: 100%;
    padding: 18px 32px;
    background: #000000;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 12px;
}

.phi--submit-btn:hover {
    background: #333333;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .phi--calendly-container {
        flex-direction: column;
        gap: 0px;
    }
    
    .phi--calendly-divider {
        width: 100%;
        padding: 30px 0;
    }
    
    .phi--divider-text::before,
    .phi--divider-text::after {
        width: 200px;
        height: 1px;
        background: linear-gradient(to right, transparent, #d0d0d0 15%, #d0d0d0 85%, transparent);
        top: 50%;
        transform: translateY(-50%);
    }
    
    .phi--divider-text::before {
        right: 100%;
        background: linear-gradient(to left, #d0d0d0, transparent);
    }
    
    .phi--divider-text::after {
        left: 100%;
        background: linear-gradient(to right, #d0d0d0, transparent);
    }
    
    .phi--calendly-left {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
    
    .phi--calendly-right {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .phi--calendly-section {
        padding: 40px 16px;
    }
    
    .phi--calendly-left {
        padding: 32px 24px;
        border-radius: 24px;
    }
    
    .phi--calendly-title,
    .phi--form-title {
        font-size: 24px;
    }
    
    .phi--form-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .phi--services-grid {
        grid-template-columns: 1fr;
    }
    
    .phi--calendar-weekday {
        font-size: 10px;
        padding: 10px 6px;
    }
    
    .phi--calendar-day {
        font-size: 13px;
        min-height: 44px;
    }
    
    .phi--divider-text::before,
    .phi--divider-text::after {
        width: 120px;
    }
}

@media (max-width: 480px) {
    .phi--calendly-left {
        padding: 24px 20px;
    }
    
    .phi--calendly-title,
    .phi--form-title {
        font-size: 20px;
    }
    
    .phi--calendar-widget {
        max-width: 100%;
    }
    
    .phi--calendar-nav {
        width: 28px;
        height: 28px;
        padding: 4px;
    }
    
    .phi--calendar-day {
        min-height: 38px;
        font-size: 12px;
    }
    
    .phi--calendar-weekday {
        font-size: 9px;
        padding: 8px 4px;
    }
    
    .phi--divider-text {
        font-size: 14px;
    }
    
    .phi--divider-text::before,
    .phi--divider-text::after {
        width: 60px;
    }
}

/* Calendly Modal Popup */
.phi--calendly-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.phi--calendly-modal.phi--modal-open {
    display: flex;
    opacity: 1;
    visibility: visible;
}

.phi--calendly-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(4px);
}

.phi--calendly-modal-content {
    position: relative;
    width: 90%;
    max-width: 1000px;
    max-height: 90vh;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: scale(0.9);
    transition: transform 0.3s ease;
    z-index: 1;
}

.phi--calendly-modal.phi--modal-open .phi--calendly-modal-content {
    transform: scale(1);
}

.phi--calendly-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.2s ease;
}

.phi--calendly-modal-close:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: rotate(90deg);
}

.phi--calendly-modal-body {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 20px;
}

/* Calendly Widget Styling Inside Modal */
.phi--calendly-modal .calendly-inline-widget {
    width: 100%;
    min-height: 700px;
    height: auto;
}

/* Responsive Modal */
@media (max-width: 768px) {
    .phi--calendly-modal-content {
        width: 95%;
        max-height: 85vh;
        border-radius: 16px;
    }
    
    .phi--calendly-modal-close {
        top: 12px;
        right: 12px;
        width: 36px;
        height: 36px;
    }
    
    .phi--calendly-modal-body {
        padding: 12px;
    }
    
    .phi--calendly-modal .calendly-inline-widget {
        min-height: 600px;
    }
}

@media (max-width: 480px) {
    .phi--calendly-modal-content {
        width: 100%;
        height: 100%;
        max-height: 100vh;
        border-radius: 0;
    }
    
    .phi--calendly-modal .calendly-inline-widget {
        min-height: calc(100vh - 80px);
    }
}

 .timeline {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            height: 100%;
            min-height: 800px;
        } 

        .timeline__line {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 3px;
            height: 100%;
            background: #000;
            top: 0;
        }

        .timeline__section {
            position: relative;
            z-index: 1;
            flex: 1;
        }

        .timeline__section--top {
            flex: 1;
        }

        .timeline__section--bottom {
            flex: 1;
        }

        .timeline__text {
            position: relative;
            z-index: 2;
            background: #fff;
            padding: 8px 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 2px;
        }

        .timeline__letter {
            font-size: 18px;
            font-weight: 600;
            color: #000;
            line-height: 1;
            display: block;
        }

        ._cUP1np9gMvFQrcPftuf.xahN8AEzyAvQtVj17TPv {
            margin-top: 66px;
            margin: 0;
            margin-bottom: 30px;
        }

/* Mobile Timeline Optimization */
@media (max-width: 1200px) {
    .timeline {
        width: 100%;
        min-height: 80px;
        flex-direction: row;
        justify-content: center;
        margin: 20px 0;
    }
    
    .timeline__line {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 2px;
    }
    
    .timeline__section {
        display: none;
    }
    
    .timeline__text {
        flex-direction: row;
        padding: 0 16px;
        gap: 4px;
        background: #fff;
    }
    
    .timeline__letter {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .timeline {
        min-height: 60px;
        margin: 15px 0;
    }
    
    .timeline__text {
        padding: 0 12px;
    }
    
    .timeline__letter {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .timeline {
        min-height: 50px;
        margin: 10px 0;
    }
    
    .timeline__text {
        padding: 0 10px;
    }
    
    .timeline__letter {
        font-size: 13px;
    }
}