
 /* ================= POPUP ================= */
.popup-cale-sec-modal {
  position: fixed !important;
  inset: 0; 
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.65);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}
@media (max-width: 600px) {
  .popup-cale-sec-modal {
    align-items: center !important; 
    padding-top: 0px; 
    padding-left: 10px;
    padding-right: 10px;
  }
}
.popup-cale-sec-content {
  width: 100%;
  max-width: 600px;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  animation: popupFade 0.3s ease;
}

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

/* CLOSE BUTTON */
.popup-cale-sec-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 35px;
  height: 35px;
  border: none;
  background: #f1f1f1;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.popup-cale-sec-close:hover {
  background: #000;
  color: #fff;
}

/* ================= TITLE ================= */
.popup-cale-sec-title {
  text-align: center;
  margin-bottom: 20px;
}

/* ================= CALENDAR ================= */
.popup-cale-sec-calendar-wrap,
#inline-calendar {
  width: 100%;
}

/* IMPORTANT FIX */
.flatpickr-calendar.inline {
  width: 100% !important;
  max-width: 100% !important;
}

/* WEEK HEADER (Sun Mon Tue...) */
.flatpickr-weekdays {
  width: 100% !important;
}

.flatpickr-weekdaycontainer {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
  width: 100% !important;
}

.flatpickr-weekday {
  text-align: center;
  font-size: 14px;
  width: 100% !important;
}


.flatpickr-days {
  /* width: 100% !important; */
  width: 500px !important;
}


.dayContainer {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
  gap: 6px;
  /* width: 100% !important; */
  max-width: 500px !important;
  width:500px !important;
  text-align: center !important;
}

/* EACH DATE BOX */
.flatpickr-day {
  width: 100% !important;
  height: 25px !important;
  line-height: 25px !important;
  text-align: center;
  margin: 0 !important;
   max-width: 60px !important;
  border-radius: 8px;
}

/* ================= SELECTED ================= */
.popup-cale-sec-selected-box {
  background: #f5f5f5;
  padding: 5px;
  border-radius: 8px;
  margin-top: 10px;
  color: black;
}

/* ================= OPTIONS ================= */
.popup-cale-sec-options {
  margin-top: 20px;
}

.popup-cale-sec-radio-group {
  border-bottom: 1px solid #c3c3c3;
}

.popup-cale-sec-radio-group label {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}

/* ================= QUANTITY ================= */
.popup-cale-sec-qty-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.popup-cale-sec-qty-box button {
  width: 35px;
  height: 35px;
  border: none;
  background: #000;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}

.popup-cale-sec-qty-box input {
  width: 60px;
  text-align: center;
}

/* ================= PRICE ================= */
.popup-cale-sec-price {
  margin-top: 10px;
}

.popup-cale-sec-total {
  font-size: 18px;
  font-weight: bold;
}

/* ================= BUTTON ================= */
.popup-cale-sec-btn {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border: none;
  background: #1c7ed6;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.popup-cale-sec-btn:hover {
  background: #145fa2;
}
.flatpickr-rContainer{
  margin: auto !important;
}

/* ================= MOBILE ================= */
@media (max-width: 600px) {
  .popup-cale-sec-content {
    padding: 18px;
  }
  .popup-cale-sec-title{
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {

  .popup-cale-sec-content {
    padding: 15px;
    max-width: 100%;
  }

  /* Calendar full width */
  .flatpickr-calendar.inline {
    width: 100% !important;
  }

  .flatpickr-days {
    width: 100% !important;
  }

  .dayContainer {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: repeat(7, 1fr) !important;
    gap: 4px; /* thoda kam gap mobile ke liye */
  }

  /* Date size chhota karo */
  .flatpickr-day {
    height: 38px;
    line-height: 38px;
    font-size: 12px;
  }

  /* Weekdays (Sun Mon...) */
  .flatpickr-weekday {
    font-size: 12px;
  }

  /* Month header */
  .flatpickr-current-month {
    font-size: 14px;
  }

  /* arrows align */
  .flatpickr-prev-month,
  .flatpickr-next-month {
    top: 10px;
  }

  /* Center calendar */
  .flatpickr-rContainer {
    width: 100%;
    margin: auto !important;
  }

}
.crt-button{
    margin-bottom: 20px;
    background-color: #0d6efd;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin-left: 5px;
    border: 1px solid #0d6efd;
}
.edt-btns{
    padding: 5px 15px;
    border-radius: 6px;
    background-color: #0d6efd;
    color: white;
    border: 1px solid #0d6efd;
}

    .asset-crt-form-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
}

.asset-crt-form-box {
    background: #fff;
    width: 100%;
    max-width: 420px;
    padding: 25px;
    border-radius: 12px;
    position: relative;
    animation: assetFadeIn 0.3s ease;
}

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

.asset-crt-form-close {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

.asset-crt-form-title {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.asset-crt-form-group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.asset-crt-form-group label {
    margin-bottom: 5px;
    font-size: 14px;
}

.asset-crt-form-group input,
.asset-crt-form-group select {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    outline: none;
    font-size: 14px;
}

.asset-crt-form-group input:focus,
.asset-crt-form-group select:focus {
    border-color: #000;
}

.asset-crt-form-preview {
    display: none;
    width: 60px;
    margin-top: 8px;
    border-radius: 6px;
}

.asset-crt-form-btn {
    width: 100%;
    padding: 12px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s;
}

.asset-crt-form-btn:hover {
    background: #333;
}


 #tubSection {
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
        /* allows responsive wrap on small screens */
      }

      .package-card {
        width: 300px;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        text-align: center;
      }

      .package-card img {
        width: 100%;
        height: auto;
        border-radius: 8px;
      }

      .booking-modal {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        justify-content: center;
        align-items: center;
      }

      .booking-modal-content {
        background: #fff;
        padding: 30px;
        border-radius: 12px;
        max-width: 500px;
        width: 90%;
        position: relative;
      }

      .close-modal {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 24px;
        cursor: pointer;
      }




      