
/*** 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: white ;
}

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

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

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

/*** Topbar Start ***/
.sticky-top {
    transition: 0.5s;
    background: var(--bs-white);
}

.topbar {
    padding: 10px 0;
    background:#ffffff;
}

/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 12px;
    transition: .5s;
    color:white;
font-family:Open Sans, sans-serif;
}

.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: #bf113e;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    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:red; */
    color: #BF113E;
}

.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: 100vh
    
}

.carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-item .carousel-caption {
    width: 100%;
    height:500px;
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-caption p{
    font-size: 5px;
}

.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:100px;
}

#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: #bf113e;
    border-color:#bf113e;
    border-right: 15px solid #bf113e;
    border-left: 15px solid #bf113e;
}
/*** 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.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, .4));
    object-fit: cover;
    border-radius: 10px;
}

.appointment .appointment-time {
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, .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, .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 ***/



.testimonials
{
  padding: 40px 0;
  background: #f1f1f1;
  color: #434343;
  text-align: center;
}

.testimonial-inner
{
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 0 20px;
}
/* 
.border
{
  width: 160px;
  height: 5px;
  background: #6ab04c;
  margin: 26px auto;
} */

.row
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col
{
  flex: 33.33%;
  max-width: 33.33%;
  box-sizing:  border-box;
  padding: 15px;
}

.testimonial
{
  background: #fff;
  padding: 30px;
}

.testimonial img
{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.name
{
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0;
  font-family: Times New Roman, Times, serif;
  color: black;
}

.stars
{
  color: #f0932b;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px)
{
  .col
  {
    flex: 100%;
    max-width: 80%;
  }
}

/*** 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 ***/

#footer{
	background:#050a30;
    padding: 3rem;
	/* padding-top: 5rem; */
	padding-top: 7rem;
    padding-bottom: 80px;
	/* background-image: url(https://arena.km.ua/wp-content/uploads/3538533.jpg); */
}
#footer2{
	background: #f7f7f7;
    padding: 3rem;
    margin-top: 0px;
	/* padding-top: 5rem; */
	padding-top: 7rem;
    padding-bottom: 80px;
	background-image: url(../images/cards/v748-toon-111.png);
}
.logo-footer{
	/* max-width: 300px; */
}
.social-links{
	/* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */

}
.social-links h2{
	padding-bottom: 15px;
	font-size: 20px;
    font-weight: 600;
    color: white;
}
.social-links img{
	padding-bottom: 25px;
}
.social-icons{
	/* display: flex;
    gap: 3rem; */
	display: flex;
    flex-direction: column;
    gap: 1rem;
	color: #777777;
}
.social-icons a{
	/* font-size: 18px; */
    /* background: #ffffff; */
    /* box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    padding: 0.4rem 1rem 0.4rem 1rem;
    border-radius: 3px;
	color: #82074a; */
	/* margin-right: 18px; */
	color: #fffcfc;
}
.social-icons a:hover{
	color: #a80c57;
}
.social-icons a i{
	box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    padding: 0.4rem 1rem 0.4rem 1rem;
    border-radius: 3px;
    color: #a80c57;
	font-size: 16px;
	margin-right: 12px;
}
li{
	list-style: none;
}
.useful-link h2{
	padding-bottom: 15px;
	font-size: 20px;
    font-weight: 600;
    font-family:  'Josefin Sans', sans-serif, serif;
}
.useful-link img{
	padding-bottom: 15px;
}
.use-links{
	line-height: 32px;
}
.use-links li i{
	font-size: 15px;
    padding-right: 8px;
    color: #a80c57;
}
.use-links li a{
	color: #ffffff;
    font-size: 18px;
    font-weight: 500;
	color: #fff3f3;
    font-family: inherit;
}
.use-links li a:hover{
	color:#a80c57;
}
.address h2{
	padding-bottom: 15px;
	font-size: 20px;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif, serif;

}
.address img{
	padding-bottom: 15px;
}
.address-links li a{
    font-size: 18px;
    font-weight: 500;
	color: #ffffff;

}
.address-links li i{
	font-size: 16px;
    padding-right: 8px;
	color: #a80c57;

}
.address-links li i:nth-child(1){
	padding-top: 9px;
}
.address-links .address1{
	font-weight: 500;
    font-size:18px;
	display: flex;
    font-family: inherit;;
}
.address-links{
	    line-height: 32px;
		color: #ffffff;
}
.copy-right-sec{
	padding: 10px;
    background:#a80c57;
    color: #fff;
    text-align: center;
    font-family: inherit;
    font-size: 15px;

}
.copy-right-sec a{
	color: #fcd462;
    font-weight: 500;
}
a{
  text-decoration:none;
}

/* footer section end */
.font{
margin-top: -180px; 
}


.count{
    font-family: inherit;
        font-size: 60px;
    font-weight: bold;
  }
  .counter-wrapper{
    background: #333;
     background-image:url('https://images.unsplash.com/photo-1568563643102-37d43956d1d3?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80');
     background-image: url(../img/banner2.png);

    background: cover;
    background-position: center center;
    position: relative;
  }
  .counter-wrapper:after{
    content: '';
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: rgba(0,0,0,.5);
  }
  .counter-inner{
    position:relative;
    z-index:2;
  }
  .count-icon{
    font-size: 48px;
  }
  .massage-services {
    text-align: center;
    padding: 2rem;
}

.massage-services h2 {
    font-size: 2rem;
    color: #a80c57;
    margin-bottom: 0.5rem;
}

.massage-services p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 2rem;
}

.service-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.service-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    width: 22%;
    margin-bottom: 1rem;
}

.service-box h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1rem;
}

.service-box ul {
    list-style: none;
    margin-bottom: 1rem;
    text-align: left;
    font-size:14px;
}

.service-box ul li {
    margin: 0.5rem 0;
    color: #777;
}

.book-now {
    display: inline-block;
    background-color: #a80c57;
    color: white;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 5px;
    /* margin-top:50px; */
    transition: background-color 0.3s ease;
}

.book-now:hover {
    background-color: #bf113e;
    color:white;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .service-box {
        width: 45%;
    }
}

@media (max-width: 768px) {
    .service-box {
        width: 90%;
    }
}
  


.contact__container {
    display: block;
    border: 5px solid #bf113e;
    border-radius: 10px;
    margin: 0 auto;
    padding: 0 0 10px 10px;
    max-width: 550px;
    background-color: #bf113e;
    background-image: url(../img/contact.jpg);
    position: relative;

}

.contact__title {
    display: inline-block;
}

.contact__title h2 {
    padding: 0 10px 0 0px;
    margin: 5px 0;
    color: #FBFBFB;
    font-family: inherit;
}

.contact__form {
    padding: 10px 10px 0 0;
    color: white;
}

hr {
    width: 100%;
    display: block;
    margin: 5px 0;
    height: 5px;
    border: 0;
    background-color: #FBFBFB;
}

input,
textarea {
    width: 100%;
    border: 5px solid #FFFFFF;
    border-radius: 5px;
    resize: none;
    padding: 0 5px;
    box-sizing: border-box;
    font-family: 'Open Sans' sans-serif;
    font-size: 18px;
    color: #bf113e;
}

input[type="text"] {
    padding: 0;
    height: 40px;
    width: 100%;
}

input:focus,
textarea:focus {
    outline: none;
}

.contact__form-input {
    margin: 5px 0 10px 0;
}

.contact__form-textarea {
    margin: 5px 0;
    width: 100%;
    height: 100px;
}

input[type="submit"] {
    width: 100%;
    height: 50px;
    background-color: white;
    border: 0;
    color: #bf113e;
    /* border: 5px solid #bf113e; */
    border-radius: 5px;
    margin: 10px 0 0 0;
    font-family: 'Open Sans' sans-serif;
    text-align:center;
    font-size: 22px;
}

input[type="button"]:hover {
    background-color: #368da2;
    border: #368da2;
}



.service-locations {
    text-align: center;
    padding: 30px;
    background-color: #ffffff;
}

.service-locations h2 {
    color: #bf113e;
    font-size: 2rem;
    margin-bottom: 20px;
}

.locations-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

.locations-list ul {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    font-family: inherit;
}

.locations-list ul li {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #333;
}

.locations-list ul li a {
    color: #000000;
    text-decoration: none;
}

.locations-list ul li a:hover {
    /* text-decoration: underline; */
    color:#bf113e;
}


.wrapper1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .card1 {
    overflow: hidden;
    box-shadow: 0px 2px 20px #d7dfe2;
    background: white;
    border-radius: 0.5rem;
    position: relative;
    width: 350px;
    margin: 1rem;
    transition: 250ms all ease-in-out;
    cursor: pointer;
  }
  
  .card1:hover {
    transform: scale(1.05);
    box-shadow: 0px 2px 40px #d7dfe2;
  }
  
  .banner-img {
    position: absolute;
    object-fit: cover;
    height: 14rem;
    width: 100%;
  }
  
  .category-tag {
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    background: red;
    padding: 0.5rem 1.3rem 0.5rem 1rem;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 1rem;
    border-radius: 0 2rem 2rem 0;
  }
  
  .popular {
    background: #ef257a;
  }
  
  .technology {
    background: #651fff;
  }
  
  .psychology {
    background: #e85808;
  }
  
  .card-body {
    margin: 15rem 1rem 1rem 1rem;
    font-family: inherit;
  }
  
  .blog-hashtag {
    font-size: 0.9rem;
    font-weight: 500;
    color: #4d97b2;
    font-family:inherit;
  }
  
  .blog-title {
    line-height: 1.5rem;
    margin: 1rem 0 0.5rem;
  }
  
  .blog-description {
    color: #616b74;
    font-size: 0.9rem;
  }
  
  .card-profile {
    display: flex;
    margin-top: 2rem;
    align-items: center;
  }
  
  .profile-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
  }
  
  .card-profile-info {
    margin-left: 1rem;
  }
  
  .profile-name {
    font-size: 1rem;
  }
  
  .profile-followers {
    color: #616b74;
    font-size: 0.9rem;
  }


  /* General Styles for the Packages Section */
.package-section {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px;
    margin-top:-150px;
    background-color: #f9f9f9;
}

.package-card {
    background-color: #050A30;
    color: white;
    border-radius: 10px;
    width: 23%;
    text-align: center;
    padding: 20px;
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.3s ease;
    height:630px;
    overflow: hidden;
    
}

.package-card:hover {
    transform: translateY(-5px);
}

.package-cardd {
    background-color: #050A30;
    color: white;
    border-radius: 10px;
    width: 23%;
    text-align: center;
    padding: 20px;
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.3s ease;
    height: 570px;
    overflow: hidden;
    /* font-size: 10px; */
    
}
.package-cardd b {
    font-weight: 800px;
    
}
.package-cardd:hover {
    transform: translateY(-5px);
}

/* Image Styling */
.package-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px 10px 10px 10px;}

.package-card h3 {
    font-size: 1.5rem;
    color: #ffffff;
    margin-top: 15px;
        font-family:inherit;

        text-align: left;
        margin-left: 30px;
}

.package-card .price {
    font-size: 1.3rem;
    color: #f64c72;
    margin-bottom: 20px;
    text-align: left;
    margin-left: 30px;
}

.package-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    margin-left: 30px;
}

.package-card ul li {
    font-size: 1rem;
    margin: 5px 0;
    font-family:inherit;

}

.package-card .extra-value {
    background-color: #BF113E;
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin: 15px 0;
}




.package-cardd h3 {
    font-size:  20px;
    color: #ffffff;
    margin-top: 15px;
    /* text-align: left; */
    font-family: inherit;

}

.package-cardd .price {
    font-size: 1.3rem;
    color: #f64c72;
    margin-bottom: 20px;
}

.package-cardd ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    margin-left: 30px;
    /* font-family: inherit; */

}

.package-cardd ul li {
    font-size: 14px;
    margin: 5px 0;
    font-family: inherit;

}

.package-cardd .extra-value {
    background-color: #BF113E;
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin: 15px 0;
    font-family: inherit;

}

.book-noww {
    background-color:white;
    color:#050A30;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-top:50px;
    transform: translateX(-50%);
    font-family: inherit;
    text-align: center;
    margin-left: -55px;

}
.book-nowww {
    background-color: #BF113E;
    color:white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-top:20px;
    transform: translateX(-50%);
    font-family: inherit;
    text-align: left;
    margin-left: -45px;


}


.book-noww:hover {
    background-color: #BF113E;
    color: white;
}
.book-nowww:hover {
    background-color: white;
    color: #bf113e;
}
/* Responsive Design */

/* For Tablets and Small Screens */
@media (max-width: 992px) {
    .package-card {
        width: 45%;
        margin-bottom: 20px;
    }
    .package-cardd {
        width: 45%;
        margin-bottom: 20px;
    }
}

/* For Mobile Phones */
@media (max-width: 768px) {
    .package-card {
        width: 100%;
        margin-bottom: 20px;
    }
    .package-cardd {
        width: 100%;
        margin-bottom: 20px;
    }

    .book-noww {
        font-size: 1.2rem;
    }
    .book-nowww {
        font-size: 1.2rem;
    }

    .package-card h3 {
        font-size: 1.3rem;
    }
    .package-cardd h3 {
        font-size: 1.3rem;
    }

    .package-image {
        height: 150px;
    }
}


.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}


.btn-whatsapp-pulse :hover {
	background: #050A30;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}
.btn-whatsapp-pulse-border:hover {
	bottom: 120px;
	right: 20px;
    color:white;
    background-color: #050A30;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
.btn-whatsapp-pulse-border::before:hover {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #050A30;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}





section {
    position: relative;
    /* width: 100vw; */
    /* height: 100vh; */
    overflow: hidden;
  
    .carousel-controls {
      position: absolute;
      top: 40%;
      color: white;
      width: 100%;
      z-index: 999;
      display: block;
  
      span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        border-radius: 50%;
        cursor: pointer;
        background: #0000004d;
  
        svg {
          fill: white;
          width: 50%;
        }
      }
  
      .previous {
        float: left;
        margin-left: 0.8rem;
      }
      .next {
        float: right;
        margin-right: 0.8rem;
      }
    }
  
    .carousel-item {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      transform: translateX(100vw);
      animation: all 2s linear;
  
      &.active {
        transform: translateX(0);
        animation: all 2s linear;
      }
  
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .title {
        position: absolute;
        top: 60%;
        color: white;
        font-size: calc(3vw + 2rem);
      }
      a {
        position: absolute;
        top: calc(62% + 3vw + 2rem);
        color: white;
        text-decoration: none;
        background: #000000c2;
        padding: 0.2rem 0.5rem;
        border-radius: 4px;
  
        &:hover {
          color: #2a2a2a;
          background-color: #fff;
        }
      }
    }
  }
  



.location-link {
  background: #ffffff;
  color: #333;
  font-weight: 500;
  border: 1px solid #ddd;
  transition: 0.3s ease-in-out;
}

.location-link:hover {
  background-color: #f1f1f1;
  text-decoration: none;
  color: #000;
}



    .container1{
      max-width:1100px;
      margin:40px auto;
      padding:0 20px;
      display:grid;
      grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
      gap:24px;
    }
    .card{
      background:#fff;
      border-radius:16px;
      box-shadow:0 6px 18px rgba(0,0,0,0.06);
      padding:28px;
      transition:transform .2s ease, box-shadow .2s ease;
    }
    .card:hover{
      transform:translateY(-6px);
      box-shadow:0 12px 24px rgba(0,0,0,0.1);
    }
    .card h2{
      margin-top:0;
      font-size:1.3rem;
      color:#000000;
          font-family: 'Josefin Sans', sans-serif;
    }
    .card p{
      font-size:0.95rem;
      line-height:1.6;
      color:#555;
      text-align:justify;
    }
    .icon{
      width:48px;
      height:48px;
      border-radius:12px;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:1.3rem;
      margin-bottom:12px;
      color:#fff;
    }


  
.faq-section {
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: flex-start; /* ensure items align properly */
}

.faq-list {
    flex: 1 1 600px;
    min-width: 300px;
}

.faq-item {
    background: #fff;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    overflow: hidden;
}

.faq-question {
    padding: 15px 20px;
    cursor: pointer;
    background: #fff;
    color: #000000;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Josefin Sans', sans-serif;
}

.faq-question.active {
    background: #bf113e;
    color: white;
}

.faq-answer {
    padding: 15px 20px;
    display: none;
    background: #f1f1f1;
    color: #333;
}

.faq-image {
    flex: 1 1 400px;
    min-width: 300px;
    position: sticky;   /* keeps it inside faq-section */
    top: 20px;          /* adjust sticky start point */
    align-self: flex-start;
    height: fit-content; /* prevents stretching */
}

.faq-image img {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    object-fit: cover;
}

@media(max-width: 768px){
    .faq-section {
        flex-direction: column;
    }
    .faq-image {
        position: static;
        margin-top: 20px;
    }
}

/* FAQ toggle icon */
.faq-question::after {
    content: '+';
    font-size: 20px;
    transition: transform 0.3s;
}

.faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}



.spa-types-section {
  padding: 60px 20px;
  /* background: #f9f9f9; */
  font-family: Arial, sans-serif;
}

.spa-types-container {
  max-width: 1100px;
  margin: auto;
}

.spa-types-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #222;
}

.spa-types-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.spa-types-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: 0.3s;
  text-align: center;
}

.spa-types-card:hover {
  transform: translateY(-6px);
}

.spa-types-icon {
  font-size: 32px;
  color:#BF113E;
  margin-bottom: 15px;
}

.spa-types-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #222;
}

.spa-types-card p {
  font-size: 14px;
  color: #555;
  line-height: 24px;
}

/* Responsive */
@media(max-width: 992px){
  .spa-types-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 576px){
  .spa-types-grid {
    grid-template-columns: 1fr;
  }

  .spa-types-title {
    font-size: 26px;
  }
}




.anp3-section{
    padding:90px 100px;
    /* background:linear-gradient(to right,#fff,#f8f5f5); */
}

.anp3-container{
    max-width:1200px;
    margin:auto;
}

/* Heading */
.anp3-heading{
    text-align:center;
    margin-bottom:60px;
}

.anp3-heading h2{
    font-size:42px;
    color:#8D2A2A;
    font-weight:700;
}

.anp3-heading p{
    color:#666;
    margin-top:10px;
}

/* Grid */
.anp3-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

/* Card */
.anp3-card{
    background:#fff;
    padding:30px 25px;
    border-radius:14px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.4s ease;
    position:relative;
    overflow:hidden;
}

/* Hover effect */
.anp3-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,0.12);
}

/* Top Accent Line */
.anp3-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:#BF113E;
}

/* Icon */
.anp3-icon{
    width:55px;
    height:55px;
    background:#BF113E;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    margin-bottom:20px;
}

/* Title */
.anp3-card h3{
    font-size:22px;
    color:#BF113E;
    margin-bottom:15px;
}

/* List */
.anp3-list{
    list-style:none;
    padding:0;
}

.anp3-list li{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:12px;
    font-size:15px;
    color:#333;
}

.anp3-list i{
    color:#BF113E;
    font-size:14px;
}

/* Responsive */
@media(max-width:992px){
    .anp3-grid{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:600px){
    .anp3-grid{
        grid-template-columns:1fr;
    }

    .anp3-heading h2{
        font-size:28px;
    }
}


.spa8xk-section{
    padding:90px 100px;
    background:#f9f7f7;
}

.spa8xk-container{
    max-width:1200px;
    margin:auto;
}

/* Heading */
.spa8xk-heading{
    text-align:center;
    margin-bottom:60px;
}

.spa8xk-heading h2{
    font-size:40px;
    color:#BF113E;
    font-weight:700;
}

.spa8xk-heading p{
    color:#666;
    margin-top:10px;
}

/* Grid */
.spa8xk-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

/* Card */
.spa8xk-card{
    background:#fff;
    padding:25px 20px;
    border-radius:12px;
    box-shadow:0 8px 25px rgba(0,0,0,0.07);
    transition:0.4s ease;
    display:flex;
    gap:15px;
    align-items:flex-start;
}

/* Hover */
.spa8xk-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,0.12);
}

/* Icon */
.spa8xk-icon{
    min-width:50px;
    height:50px;
    background:#BF113E;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

/* Text */
.spa8xk-card h4{
    font-size:18px;
    color:#BF113E;
    margin-bottom:5px;
}

.spa8xk-card p{
    font-size:14px;
    color:#555;
    line-height:1.6;
}

/* Responsive */
@media(max-width:992px){
    .spa8xk-grid{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:600px){
    .spa8xk-grid{
        grid-template-columns:1fr;
    }

    .spa8xk-heading h2{
        font-size:28px;
    }
}