
body {
 font-family: 'Poppins', sans-serif !important;
}


/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .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: .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: var(--bs-white);
}

.topbar {
    padding: 10px 0;
    /* background: var(--bs-secondary) !important; */
    background-color: #096b6a;
}

/*** Topbar End ***/
.topbar .w{
    color: white;
}
/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) 
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

@media (min-width: 1200px) {
    .navbar .navbar-collapse .border-top {
        border-top: none !important;
    }
}

#searchModal .modal-content {
    background: rgba(250, 250, 250, .6);
}
/*** Navbar End ***/

/*** Carousel Start ***/
/*.carousel-item {*/
/*    position: relative;*/
/*    min-height: 70vh*/
/*}*/
@media (min-width: 992px) {
    .carousel-item {
        position: relative;
        min-height: 70vh;
    }
}

/*.carousel-item img {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

.hero-banner {
    position: relative;
    min-height: 85vh;
    overflow: hidden;
}

/* Background Image */
.hero-banner img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Dark Overlay */
.hero-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 2;
}

/* Content */
.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #fff;
    max-width: 850px;
    margin: 0 auto;
}

.hero-content h1 {
    font-size: 3.8rem;
    font-weight: 700;
    color:#FFF;
}

.hero-content p {
    font-size: 1.15rem;
    max-width: 600px;
    margin: 0 auto;
}

.hero-btn {
    background-color: #ff4f9d;
    border: none;
    padding: 14px 38px;
    border-radius: 50px;
    font-size: 1rem;
}

.hero-btn:hover {
    background-color: #e8438a;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.4rem;
    }
      .hero-banner {
        min-height: 70vh;
    }
}

.spa-highlights {
  padding-left: 20px;
}

.spa-highlights li {
  color: #070707;
  margin-bottom: 10px;
  line-height: 1.6;
}

.spa-highlights li::marker {
  color: #b44ca5;
  font-size: 1.2em;
}
.mission-editorial {
  background: #F9F8F6;
  color: #ffffff;
}

.editorial-title {
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -1px;
}

.editorial-intro {
  font-size: 1rem;
  color: #B44CA5;
  margin-bottom: 10px;
}

.editorial-mission {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 30px;
  color: #070707;
  position: relative;
}

.editorial-mission::before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #b44ca5;
  margin-bottom: 18px;
}

.editorial-points p {
  font-size: 1.05rem;
  color: #070707;
  margin-bottom: 12px;
  padding-left: 14px;
  position: relative;
}

.editorial-points p::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #b44ca5;
}

.editorial-footer {
  margin-top: 30px;
  font-size: 1rem;
  color: #070707;
  width:100%;
}

.spa-offer-section {
    background: #ffffff;
    color: #070707;
}

/* SECTION TITLES */
.section-title {
    font-size: 28px;
    font-weight: 600;
    color: #070707;
}

.section-title span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #b44ca5;
    margin-top: 4px;
}

.section-subtext {
    color: #555555;
    font-size: 15px;
}

/* LEFT SERVICE CARD */
.service-card {
    background: #fafafa;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #eeeeee;
}

.service-card h5 {
    color: #b44ca5;
    margin-bottom: 16px;
    font-weight: 600;
}

.service-list {
    padding-left: 0;
    list-style: none;
}

.service-list li {
    font-size: 14px;
    padding: 8px 0;
    border-bottom: 1px dashed #dddddd;
    color: #070707;
}

.service-note {
    font-size: 14px;
    color: #555555;
}

/* RIGHT VALUES */
.value-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.value-item {
    display: flex;
    gap: 14px;
    background: #ffffff;
    padding: 18px;
    border-radius: 14px;
    border: 1px solid #eeeeee;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.value-icon {
    font-size: 22px;
}

.value-item h6 {
    margin-bottom: 4px;
    font-weight: 600;
    color: #070707;
}

.value-item p {
    margin: 0;
    font-size: 14px;
    color: #555555;
}

.services-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.services-item h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.service-description {
    font-size: 0.95rem;
    color: #070707;
}


/* Section background */
.spa-in-chennai-section {
    background-color: #ffffff;
}

/* Service box styling */
.spa-in-chennai-box {
    background-color: #F9F8F6;
    padding: 28px;
    border-radius: 14px;
    height: 100%;
    transition: all 0.3s ease;
}

/* Box heading */
.spa-in-chennai-box h5 {
    font-weight: 600;
    margin-bottom: 12px;
    color: #070707;
}

/* Box text */
.spa-in-chennai-box p {
    margin-bottom: 0;
    color: #555;
    line-height: 1.6;
}

/* Hover effect */
.spa-in-chennai-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /*background: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0.5));*/
    background-size: cover;
}

.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 ***/


.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/appointment-background.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.2), rgba(0, 0, 0, 0.2)), url(../img/appointment-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
   
}

.appoinment-time-text{
    color:#b44ca5;
}
.appointment .appointment-form {
    background: #FFF;
    object-fit: cover;
    border-radius: 10px;
}

.appointment .appointment-time {
    background: #FFF;
    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: #FFF !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: #FFFFFF;
    border:2px solid #B44CA5;
    height: 427.163px;
}
@media (max-width: 768px) {
    .pricing .pricing-item .pricing-content {
        height: 350px;
        overflow: hidden;
    }
}
.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: #b44ca5;

}

.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 ***/




/* Whatsapp Icon Stylings */
.whatsapp_icon{
    position: fixed;
    bottom: 50px;
    right: 38px;
    z-index: 9999999999;
}

.whatsapp_icon{

    background: linear-gradient(
        #0f9ee5,
        #0337a5
    );
    /* position: absolute; */
    margin: auto;
    /* left: 0;
    right: 0;
    top: 0;
    bottom: 0; */
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 50px;
    color: #ffffff;
}
.whatsapp_icon:before,
.pulswhatsapp_icone:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #1c34ec;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.7;
}
.whatsapp_icon:before{
    animation: pulse 2s ease-out infinite;
}
.whatsapp_icon:after{
    animation: pulse 2s 1s ease-out infinite;
}
@keyframes pulse{
    100%{
        transform: scale(2.5);
        opacity: 0;
    }
}


/* Call Icon Stylings */
.call_icon{
    position: fixed;
    bottom: 50px;
    left: 38px;
    z-index: 9999999999;
}

.call_icon{

    background: linear-gradient(
        #eb7f0c,
        #a55903
    );
    /* position: absolute; */
    margin: auto;
    /* left: 0;
    right: 0;
    top: 0;
    bottom: 0; */
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 50px;
    color: #ffffff;
}
.call_icon:before,
.pulscall_icone:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #e47b0a;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.7;
}
.call_icon:before{
    animation: pulse 2s ease-out infinite;
}
.call_icon:after{
    animation: pulse 2s 1s ease-out infinite;
}
@keyframes pulse{
    100%{
        transform: scale(2.5);
        opacity: 0;
    }
}



/*Form Design*/

.booking-form-card{
    margin:auto;
    background:#fff;
    border-radius:14px;
    display:flex;
    overflow:hidden;
    box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

/* LEFT IMAGE PANEL */
.booking-form-left{
    width:40%;
    background:
        linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)),
        url("../img/4M-Spa-Left-Side-Booking%20-Image.png");
    background-size:cover;
    background-position:center;
    color:#fff;
    padding:40px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.booking-form-left h2{
    font-size:40px;
    margin-bottom:15px;
    line-height:1.2;
    color:#FFFFFF;
}

.booking-form-left p{
    font-size:14px;
    opacity:0.9;
}

/* RIGHT FORM PANEL */
.booking-form-right{
    width:60%;
    padding:35px 40px;
}

.booking-form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
}

.booking-form-group{
    display:flex;
    flex-direction:column;
}

.booking-form-group.booking-form-full{
    grid-column:1 / -1;
}

.booking-form-label{
    font-size:14px;
    color:#070707;
    margin-bottom:4px;
}

.booking-form-input,
.booking-form-select{
    padding:11px 12px;
    border:1px solid #ddd;
    border-radius:8px;
    font-size:14px;
}

.booking-form-input:focus,
.booking-form-select:focus{
    outline:none;
    border-color:#b58a44;
}

/* BUTTON */
.booking-form-button{
    margin-top:20px;
    width:100%;
    padding:14px;
    background:#B44CA5;
    border:none;
    border-radius:30px;
    color:#fff;
    font-size:15px;
    cursor:pointer;
    letter-spacing:0.5px;

    /* SMOOTH EFFECT */
    transition: 
        background 0.35s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.booking-form-button:hover{
    background:#884cd2;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(136, 76, 210, 0.35);
}

/* MESSAGE */
.booking-form-msg{
    text-align:center;
    font-weight:600;
    margin-bottom:15px;
    color:#b00020;
}

/* RESPONSIVE */
@media(max-width:768px){
    .booking-form-card{
        flex-direction:column;
        
    }
    .booking-form-left,
    .booking-form-right{
        width:100%;
    }
}


/*Admin Login*/

.login-wrapper {
    background: #ffffff;
    height:70vh;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    overflow: hidden; /* IMPORTANT for rounded corners */
}

.left-panel {
    background: #ffffff;
    padding: 60px 50px;
}


.brand-title {
    font-size: 30px;
    font-weight: 700;
    color:#B44CA5;
}

.brand-sub {
    color: #666;
}

.form-control {
    padding: 12px;
    border-radius: 6px;
}

.btn-login {
    background: #096B6A;
    color: #fff;
    padding: 12px;
    font-weight: 600;
    border-radius: 6px;
}

.btn-login:hover {
    background: #239081;
    color:#FFF;
}

.admin-side-image {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.admin-bg-image {
    background-image: url("../img/4M-Spa-Right-Side-Admin-Panel-image.png");
    background-size: cover;        /* Fills entire area */
    background-position: center;   /* Center crop */
    background-repeat: no-repeat;
}

/*Admin Booking Data Page*/

.admin-panel-wrapper {
    margin: auto;
    padding: 20px;
}

/* =========================
   TOP BAR
========================= */
.admin-panel-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 16px 24px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    margin-bottom: 25px;
}

.admin-panel-logo {
    font-size: 20px;
    font-weight: 600;
}

.admin-panel-logout-btn {
    text-decoration: none;
    color: #B44CA5;
    font-weight: 500;
}

/* =========================
   STATS
========================= */
.admin-panel-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.admin-panel-stat-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.admin-panel-stat-card span {
    color: #888;
    font-size: 14px;
}

.admin-panel-stat-card strong {
    font-size: 28px;
    display: block;
    margin-top: 8px;
}

.admin-panel-pending strong { color: #f0ad4e; }
.admin-panel-confirmed strong { color: #28a745; }

/* =========================
   CARD
========================= */
.admin-panel-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    overflow-x: auto;
}

.admin-panel-card-title {
    margin-bottom: 15px;
    font-size: 18px;
}

/* =========================
   TABLE
========================= */
.admin-panel-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

.admin-panel-table thead {
    background: #f1f3f6;
}

.admin-panel-table th,
.admin-panel-table td {
    padding: 14px;
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
}

.admin-panel-table tbody tr:hover {
    background: #f9fafc;
}

.admin-panel-table small {
    color: #888;
}

/* =========================
   BADGES
========================= */
.admin-panel-badge {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.admin-panel-pending {
    background: #fff3cd;
    color: #856404;
}

.admin-panel-cancelled {
    background: #f8d7da;
    color: #721c24;
}

.admin-panel-confirmed {
    background: #d4edda;
    color: #155724;
}

.admin-panel-paid {
    background: #d4edda;
    color: #155724;
}

.admin-panel-unpaid {
    background: #e2e3e5;
    color: #383d41;
}

/* =========================
   ACTIONS
========================= */
.admin-panel-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.admin-panel-icon-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
}

.admin-panel-whatsapp {
    background: #25d366;
    color: #fff;
}

.admin-panel-cancel {
    background: #dc3545;
    color: #fff;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
    .admin-panel-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .admin-panel-topbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .admin-panel-stats-grid {
        grid-template-columns: 1fr;
    }

    .admin-panel-stat-card strong {
        font-size: 24px;
    }

    .admin-panel-card {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .admin-panel-logo {
        font-size: 16px;
    }

    .admin-panel-badge {
        font-size: 11px;
    }
}



.spa-card {
  background: #fff;
}

/* Image */
.spa-image {
  border-radius: 6px;
  width: 100%;
  height:500px;
  object-fit: cover;
}

/* Content */
.spa-content {
  padding-top: 20px;
}

/* Meta */
.spa-meta {
  font-size: 14px;
  color: #8a8a8a;
  margin-bottom: 10px;
}

.spa-meta span {
  margin: 0 6px;
}

/* Title */
.spa-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 14px;
}

/* Text */
.spa-text {
  font-size: 15px;
  line-height: 1.7;
  color: #070707;
  margin-bottom: 16px;
}

/* Read More */
.spa-readmore {
  font-size: 15px;
  font-weight: 500;
  color: #5a2d82;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

.spa-readmore:hover {
  color: #3f1d5f;
  gap: 10px;
}

.spa-second-headigs{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 14px;
}

.package-table-wrapper {
  border: 2px solid #096B6A;
  border-radius: 6px;
  overflow: hidden;
}

/* Table */
.package-table {
  margin-bottom: 0;
}

/* Header */
.package-table thead th {
  background-color: #B44CA5;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  padding: 14px;
  border: 1px solid #096B6A;
}

/* Body cells */
.package-table tbody td {
  padding: 14px;
  font-size: 15px;
  color: #333;
  border: 1px solid #096B6A;
  vertical-align: middle;
}

/* Package name emphasis */
.package-name {
  font-weight: 600;
  color: #096B6A;
}

/* Price styling */
.price {
  font-weight: 600;
  color: #B44CA5;
}

/* Responsive */
@media (max-width: 576px) {
  .package-table thead {
    font-size: 14px;
  }
  .package-table tbody td {
    font-size: 14px;
  }
}