/*** Spinner Start ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.8s ease-out,
    visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition:
    opacity 0.8s ease-out,
    visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 99;
}

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn-primary-outline-0 {
  border: 0;
  color: var(--bs-white) !important;
}

.btn-light-outline-0 {
  border: 0;
  color: var(--bs-primary) !important;
}

.btn-primary-outline-0:hover {
  background: var(--bs-secondary) !important;
  color: var(--bs-white) !important;
}

.btn-light-outline-0:hover {
  background: var(--bs-secondary) !important;
  color: var(--bs-white) !important;
}

/*** Topbar Start ***/
.sticky-top {
  transition: 0.5s;
  background: #ffffff;
}

.topbar {
  padding: 10px 0;
  background: linear-gradient(90deg, #5e0d5f, #7b0f7d);
}

/*** Topbar End ***/

/*** Navbar Start ***/

./*** Navbar Premium Style ***/

.navbar-wrapper {
  background: linear-gradient(
    rgba(255, 255, 255, 0.95),
    rgba(245, 235, 250, 0.95)
  );
  backdrop-filter: blur(8px);
  padding: 15px 0;
}

/* Logo Image */
.navbar-logo {
  width: 55px;
  height: 55px;
  object-fit: contain;
}

/* Brand Text */
.brand-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #7b0f7d;
  line-height: 1;
}

.brand-sub {
  font-size: 1.1rem;
  color: #5e0d5f;
}

/* Nav Links */
.navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  margin: 0 15px;
  color: #4a2c52;
  transition: 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #7b0f7d;
}

/* Dropdown Menu */
.navbar .dropdown-menu {
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.navbar .dropdown-menu .dropdown-item:hover {
  background: #f4eaf8;
  color: #7b0f7d;
}

/* Search Button */
.search-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background: #7b0f7d;
  color: #ffffff;
  transition: 0.3s ease;
}

.search-btn:hover {
  background: #5e0d5f;
}

/* CTA Button */
.btn-primary {
  background: linear-gradient(90deg, #8e1e8f, #b54ac6);
  border: none;
}

.btn-primary:hover {
  opacity: 0.9;
}

/*** Navbar End ***/

/*** Carousel Start ***/
.carousel,
.carousel-inner,
.carousel-item {
  min-height: 100vh;
  height: auto;
}

.carousel-item {
  position: relative;
  overflow: hidden;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 0;
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
  background: transparent;
}

#carouselId .carousel-indicators {
  padding-bottom: 30px;
}

#carouselId .carousel-indicators li {
  border-top: 10px solid var(--bs-white);
  border-bottom: 10px solid var(--bs-white);
  border-right: 5px solid var(--bs-white);
  border-left: 5px solid var(--bs-white);
  margin-right: 10px;
  border-radius: 10px;
  transition: 0.5s;
}

#carouselId .carousel-indicators li.active {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  border-right: 15px solid var(--bs-primary);
  border-left: 15px solid var(--bs-primary);
}
/*** Carousel End ***/

.icon-primary {
  color: #ffffff;
}

.bg-breadcrumb {
  background:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img1/reception.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*** Services Start ***/
.services .services-item {
  transition: 0.5s;
}

.services .services-item:hover {
  background: var(--bs-primary) !important;
  border-color: var(--bs-secondary) !important;
}

.services .services-item:hover .services-content p,
.services .services-item:hover .services-content h3 {
  color: var(--bs-white);
  transition: 0.5s;
}

.services .services-item:hover .services-content a.btn {
  background: var(--bs-white);
  color: var(--bs-primary) !important;
}

.services .services-item:hover .services-content a.btn:hover {
  color: var(--bs-white) !important;
}

.services .services-item .services-img {
  overflow: hidden;
}

.services .services-item .services-img img {
  transition: 0.5s;
}

.services .services-item .services-img img:hover {
  transform: scale(1.3);
}
/*** Services End ***/

/*** About Start ***/
/*** Youtube Video start ***/
.video {
  position: relative;
  padding-right: 70px;
  padding-bottom: 70px;
  border-radius: 10px;
}

.video .btn-play {
  position: absolute;
  z-index: 3;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -45%);
  margin-left: -35px;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
}

.video .btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--bs-secondary);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--bs-primary);
  border-radius: 50%;
  transition: all 200ms;
}

.video .btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid var(--bs-white);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal {
  z-index: 99999;
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}
/*** Youtube Video End ***/
/*** About End ***/

/*** Appointment  Start ***/
.appointment {
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/appointment-background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.appointment .appointment-form {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  object-fit: cover;
  border-radius: 10px;
}

.appointment .appointment-time {
  background: linear-gradient(
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.2)
  );
  object-fit: cover;
  border-radius: 10px;
}
/*** Appointment End ***/

/*** Counter Start ***/
.counter-section .counter-item .counter-content {
  position: relative;
  margin-bottom: 60px;
  background-image: linear-gradient(
    rgba(252, 152, 195, 0.3),
    rgba(255, 255, 255, 0.3),
    rgba(136, 76, 210, 0.3)
  );
  border-radius: 10px;
  z-index: 9;
}

.counter-section .counter-item {
  text-align: center;
  background: rgba(255, 255, 255, 0.5) !important;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  object-fit: cover;
  border-radius: 0 25% 0 25%;
}

.counter-section .counter-item .counter-content .svg-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -50px;
  margin-left: -45px;
  transform: rotate(180deg);
}

.counter-section .counter-item .counter-quantity {
  width: 110px;
  height: 110px;
  border-radius: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-primary);
}
/*** Counter End ***/

/*** Events Start ***/
.gallery .tab-class .nav-item {
  padding: 0 0 20px 0;
}
.gallery .tab-class .nav-item a.active {
  background: var(--bs-primary) !important;
}

.gallery .tab-class .nav-item a.active span {
  color: var(--bs-white) !important;
}

.gallery .gallery-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gallery .gallery-img img {
  transition: 0.5s;
}

.gallery .gallery-img:hover img {
  transform: scale(1.3);
}

.gallery .gallery-img .gallery-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  transition: 0.5s;
  opacity: 0;
  z-index: 1;
}

.gallery .gallery-img .search-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  opacity: 0;
  z-index: 2;
}

.gallery .gallery-img:hover .gallery-overlay,
.gallery .gallery-img:hover .search-icon {
  opacity: 1;
}
/*** Events End ***/

/*** Pricing Start ***/
.pricing {
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/appointment-background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pricing .pricing-item {
  color: var(--bs-white);
}

.pricing .pricing-item .pricing-content {
  background: rgba(255, 255, 255, 0.4);
}

.pricing .owl-carousel.pricing-carousel {
  position: relative;
}

.pricing .owl-carousel.pricing-carousel .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
  display: flex;
  font-size: 40px;
  color: var(--bs-white);
}

.pricing .owl-carousel.pricing-carousel .owl-nav .owl-prev {
  margin-right: 40px;
}

.pricing .owl-carousel.pricing-carousel .owl-nav .owl-prev,
.pricing .owl-carousel.pricing-carousel .owl-nav .owl-next {
  transition: 0.5s;
}

.pricing .owl-carousel.pricing-carousel .owl-nav .owl-prev:hover,
.pricing .owl-carousel.pricing-carousel .owl-nav .owl-next:hover {
  color: var(--bs-primary);
}
/*** Pricing End ***/

/*** Team Start ***/
.team .team-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.team .team-item .team-text {
  background: var(--bs-primary);
}

.team .team-item .team-social {
  position: absolute;
  top: -180px;
  left: 20px;
  opacity: 0;
  transition: 0.5s;
}

.team .team-item:hover .team-social {
  top: 20px;
  left: 20px;
  opacity: 1;
}

.team .team-item .team-img {
  position: relative;
  width: 100%;
}

.team .team-item .team-img::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.team .team-item:hover .team-img::after {
  bottom: 0;
  height: 100%;
}

.team .team-item .team-text {
  transition: 0.5s;
}

.team .team-item:hover .team-text {
  background: var(--bs-secondary);
}
/*** Team End ***/

/*** testimonial Start ***/
.testimonial {
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/testimonial-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial .testimonial-item {
  background: rgba(0, 0, 0, 0.4);
}

.testimonial .owl-carousel.testimonial-carousel {
  position: relative;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
  display: flex;
  font-size: 40px;
  color: var(--bs-white);
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
  margin-right: 40px;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next {
  transition: 0.5s;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--bs-primary);
}
/*** testimonial end ***/

/*** Contact Start ***/
.contact {
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/appointment-background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact .contact-form {
  background: rgba(255, 255, 255, 0.6);
}
/*** Contact End ***/

/*** footer start ***/
.footer {
  background: var(--bs-dark);
}

.footer .footer-item a,
.footer .footer-item p {
  color: var(--bs-white);
  line-height: 40px;
  font-size: 17px;
  transition: 0.5s;
}

.footer .footer-item a:hover {
  letter-spacing: 2px;
  color: var(--bs-primary) !important;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--bs-dark) !important;
}
/*** copyright end ***/

/* HERO SLIDE BASE */
.hero-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}

/* IMAGE LAYER */
.hero-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PURPLE OVERLAY (MATCHES SECOND IMAGE) */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(94, 13, 95, 0.65), rgba(123, 15, 125, 0.65));
  z-index: 1;
}

/* CONTENT WRAPPER */
.hero-content-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 8%;
  padding-right: 8%;
  z-index: 2;
}

/* CONTENT BLOCK */
.hero-content {
  max-width: 600px;
  color: #ffffff;
}

/* HERO TYPOGRAPHY */

.hero-content h4 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  margin-bottom: 18px;
  color: #ebd9f2;
  font-size: 0.95rem;
}

.hero-content h1 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: #f4eaf8;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

/* BUTTON CONTAINER */
.hero-buttons {
  display: flex;
  align-items: center;
}

.carousel-item img {
  height: 100vh;
  object-fit: cover;
}

.hero-img {
  width: 100%;
  min-height: 100vh;
  height: auto;
}

.custom-caption {
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding-left: 8%;
  padding-right: 8%;
  z-index: 2;
}

/* Modal Background */
#searchModal .modal-content {
  background: rgba(123, 15, 125, 0.95);
  backdrop-filter: blur(8px);
  border: none;
}

/* Header */
#searchModal .modal-header {
  border: none;
  justify-content: center;
}

#searchModal .modal-title {
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 2px;
}

/* Close Button White */
#searchModal .btn-close {
  filter: invert(1);
}

/* Center Wrapper */
.search-wrapper {
  width: 100%;
  max-width: 420px;
}

/* Input Styling */
.search-input {
  border-radius: 50px 0 0 50px;
  padding: 14px 20px;
  border: none;
}

.search-input:focus {
  box-shadow: none;
}

/* Search Button */
.search-btn-modal {
  border-radius: 0 50px 50px 0;
  background: linear-gradient(90deg, #8e1e8f, #b54ac6);
  border: none;
  padding: 0 25px;
  color: #ffffff;
}

.search-btn-modal:hover {
  opacity: 0.9;
}

.topbar .nav-fill {
  color: #ffffff;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none !important;
}

@media (max-width: 991px) {
  .hero-img {
    height: 80vh;
  }
}

@media (max-width: 576px) {
  .hero-img {
    height: 70vh;
  }
}
@media (max-width: 768px) {
  .custom-caption {
    justify-content: center !important;
    text-align: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .hero-content {
    margin: 0 auto;
  }

  .hero-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 36px;
  }

  .hero-content p {
    font-size: 15px;
  }
}

.service-search input {
  border: 1px solid #eee;
  box-shadow: none;
}

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.category-content {
    transition: all 0.3s ease;
}

.category-header h5 {
    margin: 0;
    font-weight: 600;
}

.category-header small {
    color: #777;
}

.arrow {
    font-size: 22px;
    color: #999;
    transition: transform 0.3s ease;
}

.category-header[aria-expanded="true"] .arrow {
    transform: rotate(90deg);
}

.service-item {
    padding: 20px 0;
    border-top: 1px solid #f2f2f2;
}

.service-item-expanded {
    padding: 20px 0;
    border-top: 1px solid #f2f2f2;
}

.service-item-expanded h6 {
    font-weight: 600;
}

.meta {
    font-size: 14px;
    color: #777;
}

.desc {
    font-size: 14px;
    color: #555;
}

.service-category-card {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 18px;
  background: #fff;
}

.service-category {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

.category-title {
  font-weight: 600;
  color: #7b0f7d;
}

.service-item-booking {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2;
}

.service-meta {
  font-size: 14px;
  color: #888;
  margin-bottom: 8px;
}

.service-desc {
  font-size: 15px;
  color: #555;
}

.service-action {
  min-width: 160px;
}

.booking-summary {
  background: #ffffff;
  position: sticky;
  top: 100px;
}

@media (max-width: 991px) {
  .service-item-booking {
    flex-direction: column;
    gap: 15px;
  }

  .service-action {
    width: 100%;
  }

  .service-action .btn {
    width: 100%;
  }

  .booking-summary {
    margin-top: 40px;
    position: relative;
    top: auto;
  }
}

@media (min-width: 992px) {

    .booking-summary {
        position: sticky;
        top: 120px;
        max-height: 85vh;
        display: flex;
        flex-direction: column;
    }

    .summary-scroll-area {
        flex: 1;
        overflow-y: auto;
        padding-right: 6px;
    }
}

html {
    scroll-behavior: smooth;
}

.highlighted {
    animation: highlightFade 2s ease;
}

@keyframes highlightFade {
    0% { background: rgba(123, 15, 125, 0.1); }
    100% { background: transparent; }
}

.mobile-cart-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #7B0F7D, #9E2AA6);
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    z-index: 999;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
}

.mobile-cart-bar .cart-info {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.mobile-cart-bar button {
    background: #ffffff;
    color: #7B0F7D;
    font-weight: 500;
}

/* ===================================
   BOOKING PAGE — LUXURY GLASS STYLE
=================================== */

.booking-page {
    position: relative;
    z-index: 1;
}

/* SOFT PURPLE GRADIENT BACKGROUND */
.booking-page-wrapper {
    background:
        radial-gradient(circle at 20% 20%, rgba(142, 30, 143, 0.15), transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(181, 74, 198, 0.12), transparent 45%),
        linear-gradient(135deg, #faf7fc 0%, #f4edf9 100%);
    min-height: 100vh;
}

/* GLASS CARD BASE */
.booking-page .card {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 20px;

    box-shadow:
        0 10px 30px rgba(123, 15, 125, 0.08),
        0 2px 10px rgba(0,0,0,0.04);

    transition: all 0.3s ease;
}

/* SUBTLE HOVER DEPTH (MATURE EFFECT) */
.booking-page .card:hover {
    transform: translateY(-3px);
    box-shadow:
        0 20px 45px rgba(123, 15, 125, 0.12),
        0 5px 15px rgba(0,0,0,0.05);
}

/* HEADINGS */
.booking-page h1,
.booking-page h4,
.booking-page h5 {
    color: #4b0c4c;
    font-weight: 600;
}

/* INPUT STYLING */
.booking-page .form-control {
    border-radius: 12px;
    border: 1px solid rgba(123,15,125,0.15);
    padding: 12px 14px;
    background: rgba(255,255,255,0.8);
    transition: all 0.25s ease;
}

.booking-page .form-control:focus {
    border-color: #8E1E8F;
    box-shadow: 0 0 0 0.15rem rgba(142,30,143,0.15);
    background: #ffffff;
}

/* PRIMARY BUTTON REFINEMENT */
.booking-page .btn-primary {
    background: linear-gradient(90deg,#8E1E8F,#B54AC6);
    border: none;
    font-weight: 500;
    letter-spacing: .4px;
    transition: all .3s ease;
}

.booking-page .btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(142,30,143,.25);
}

/* SUCCESS BUTTON */
.booking-page .btn-success {
    background: linear-gradient(90deg,#28a745,#4cd964);
    border: none;
}

/* PAYMENT SECTION GLASS */
#paymentSection .card {
    background: rgba(255,255,255,0.75);
}

/* BANK DETAILS BLOCK */
#paymentSection .bg-light {
    background: rgba(142,30,143,0.07) !important;
    border: 1px solid rgba(142,30,143,0.15);
}

/* MOBILE POLISH */
@media (max-width: 768px) {

    .booking-page {
        padding-top: 20px;
    }

    .booking-page .card {
        backdrop-filter: blur(14px);
    }

    .booking-page h1 {
        font-size: 28px;
    }
}

/* =========================
   BOOKING PAGE RESPONSIVE
========================= */

.booking-page {
    min-height: 80vh;
}

/* mobile spacing */
@media (max-width: 991px) {

    .booking-page .card {
        padding: 1.5rem !important;
    }

    .booking-page h1.display-5 {
        font-size: 28px;
    }

    /* summary appears first on mobile */
    .booking-page .col-lg-5 {
        order: -1;
    }
}

/* small phones */
@media (max-width: 576px) {

    .booking-page {
        padding-top: 40px;
    }

    .booking-page input,
    .booking-page textarea {
        font-size: 16px; /* prevents iOS zoom */
    }
}

/* ===============================
   LUXURY TOAST SYSTEM
================================ */

.toast-container {
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Toast Card */
.lux-toast {
    min-width: 280px;
    max-width: 360px;
    padding: 16px 18px;
    border-radius: 14px;

    color: #fff;
    font-size: 14px;
    font-weight: 500;

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    box-shadow:
        0 10px 25px rgba(0,0,0,0.15);

    opacity: 0;
    transform: translateX(40px);
    animation: toastIn .4s ease forwards;
}

/* Variants */
.lux-toast.success {
    background: linear-gradient(135deg,#28a745,#4cd964);
}

.lux-toast.error {
    background: linear-gradient(135deg,#e63946,#ff6b6b);
}

.lux-toast.info {
    background: linear-gradient(135deg,#7B0F7D,#B54AC6);
}

/* Exit animation */
.lux-toast.hide {
    animation: toastOut .4s ease forwards;
}

@keyframes toastIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes toastOut {
    to {
        opacity: 0;
        transform: translateX(40px);
    }
}

/* Mobile */
@media(max-width:768px){
    .toast-container{
        right: 15px;
        left: 15px;
        top: 15px;
    }

    .lux-toast{
        width: 100%;
        max-width: 100%;
    }
}