/* assets/frontend-style.css */

.letzipark-booking-widget {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.letzipark-content {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    gap:15px;
;
}

/* Calendar Section */
.letzipark-calendar-section {
    background: #ffffff;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    width: 60%;
}

.calendar-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 15px;
    background: #A0A0A0;
    border-radius: 6px;
    color: white;
}

.nav-btn {
    background: transparent;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 5px 15px;
    transition: opacity 0.2s;
    outline: none;
}

.nav-btn:hover:not(:disabled) {
    opacity: 0.7;
}

.nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.current-month {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: white;
}

.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    margin-bottom: 10px;
}

.weekday {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #A0A0A0;
    padding: 8px 0;
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}

.calendar-day {
   aspect-ratio: 1;
   background: #F3F3F3;
   border-radius: 6px;
   padding:12px 4px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   position: relative;
   transition: all 0.2s;
   border: 1px solid #D9D9D9;
   border-radius: 12px;
   width: 80px;
}

.calendar-day.empty {
    background: transparent;
    opacity:0 ;
    visibility: hidden;
}

/* .calendar-day.has-slot {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    cursor: pointer;
}

.calendar-day.has-slot:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
} */

.day-number {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.day-time {
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
    margin-top: 4px;
    opacity: 0.95;
    background: #E5E7EB;
    padding: 6px;
    border-radius: 12px;
}

/* Location Section */
.letzipark-location-section {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    width: 40%;
}

.section-title {
    color: #E91E63;
    font-size: 33px;
    font-weight: 700;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
    text-align: center;
}

/* .letzipark-pricing-section{
  background: white;
  padding: 27px 28px;
  border-radius: 18px;
  border: 1px solid #80808042;
}
.pricing-payment-info{
  background: #EFF6FF;
  padding: 16px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pricing-payment-info .payment-method{
   font-size: 18px;
   color: #101828; 
   font-weight: 500;
}
.pricing-item{
    display: flex;
    justify-content: space-between;
} */
/* Pricing Section */
.letzipark-pricing-section {
    background: white;
    border-radius: 16px;
    padding: 35px 28px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    width: 40%;
}

.pricing-heading {
    text-align: center;
    color: #E91E8C;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 28px 0;
    letter-spacing: 1.5px;
}

.pricing-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Pricing Item */
.pricing-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    padding: 2px 0;
    border-bottom: 1px solid #00000017;
    padding-bottom: 20px;
}

.prcing-item_left {
    flex: 1;
}

.prcing-item_right {
    text-align: right;
    flex-shrink: 0;
}

.pricing-label {
    font-size: 16px;
    font-weight: 400;
    color: #101828;
    line-height: 1.3;
    margin-bottom: 2px;
}

.pricing-description {
    font-size: 14px;
    color: #6A7282;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 1px;
}
#pricing-baby-price{
    color: #00A63E;
}
.pricing-value {
    font-size: 16px;
    font-weight: 700;
    color: #101828;
    white-space: nowrap;
}

.pricing-sub-value {
    font-size: 14px;
    color: #6A7282;
    margin-top: 1px;
    font-weight: 400;
}

.pricing-extra {
    font-size: 14px;
    color: #6A7282;
    margin-top: 2px;
    line-height: 1.3;
    max-width: 135px;
}

.pricing-item.pricing-special .pricing-description{
    max-width: 290px;
}


.pricing-highlight .pricing-label {
    font-weight: 400;
}

.pricing-discount {
    color: #FF6B35;
    font-weight: 700;
    font-size: 15px;
}

/* Special Pricing (Monthly Pass) */


.pricing-special .pricing-label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 6px;
}

.pricing-special .pricing-description {
    color: #6A7282;
    font-size: 14px;
    margin-top: 3px;
    line-height: 1.5;
    max-width: 124px;
}

.pricing-special .pricing-value {
    font-size: 16px;
}

/* Payment Info */
.pricing-payment-info {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #D0248E;
    padding: 14px 12px;
    border-radius: 100px;
    margin-top: 8px;
}

.payment-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-top: 1px;
}

.payment-icon svg {
    width: 100%;
    height: 100%;
}

.payment-text {
    flex: 1;
    text-align: center;
}

.payment-method {
    color: white;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: normal;
}

.payment-note {
    font-size: 11px;
    color: #666;
    line-height: 1.4;
    font-weight: 400;
	text-decoration:none !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .letzipark-pricing-section {
        max-width: 100%;
    }
} 
#lp-next-month,
#lp-prev-month{
   background-color: #FFFFFF;
   border-radius: 12px;
   border: none;
   padding: 0;
   width: 48px;
   height: 48px;
   position: relative;
}
#lp-next-month span,
#lp-prev-month span{
   position: absolute;
   top: -17px;
   font-size: 48px;
   left: 17px;
   color: gray;
}
#lp-phone{
    color: #333;
}
/* Responsive Design */
 .calendar-day.has-slot{
    pointer-events: none;
 }

@media(max-width:1024px){
   .letzipark-content {
        flex-direction: column;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .calendar-day{
      width: 30px;
      height: 30px;
      border-radius: 4px;
    }
    .weekday{
        font-size: 12px;
    }
    .day-time{
       width: 100px;
       display: none;
       border-radius: 4px;
       position: absolute;
       top: -48px;
       box-shadow: 1px 3px 12px #00000059;
    }
    .calendar-day.has-slot{
        border: 1px solid #ff000047;
        pointer-events: all;
    }
    .letzipark-booking-widget {
        padding: 15px;
    }
    
    .letzipark-calendar-section{
        padding: 15px;
        width: 100%;
    }
    
    .calendar-navigation {
        padding: 10px;
    }
    
    .current-month {
        font-size: 16px;
    }
    
    .day-number {
        font-size: 14px;
    }

}