/********** Template CSS **********/

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
    border-radius: 50px;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: inherit;
}

.btn-primary {
    color: var(--bs-white);
}


/*** Navbar ***/
.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 25px;
    padding: 40px 0;
    color: var(--bs-white);
    font-size: 17px;
    text-transform: uppercase;
    outline: none;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color:#ffea00;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link,
    .navbar.bg-dark .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid var(--bs-light);
    }
}

@media (min-width: 992px) {
    .navbar.bg-dark .navbar-nav .nav-link {
        padding: 20px 0;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 100px;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 550px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 200px;
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/Ajwa\ spa\ massage\ banner.png) top center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: var(--bs-white);
}


/*** Title ***/
.title {
    margin-bottom: 2rem;
}

.title .title-left,
.title .title-center,
.title .title-right {
    display: inline-block;
    text-transform: uppercase;
    overflow: hidden;
}

.title .title-center {
    text-align: center;
}

.title .title-right {
    text-align: right;
}

.title .title-left h5,
.title .title-center h5,
.title .title-right h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
}

.title .title-left h5::after,
.title .title-center h5::before,
.title .title-center h5::after,
.title .title-right h5::before {
    position: absolute;
    content: "";
    width: 500%;
    height: 0;
    top: 9px;
    border-bottom: 1px solid var(--bs-white);
}

.title .title-left h5::after,
.title .title-center h5::after {
    left: calc(100% + 15px);
}

.title .title-right h5::before,
.title .title-center h5::before {
    right: calc(100% + 15px);
}

.title .title-left h1,
.title .title-center h1,
.title .title-right h1 {
    border-bottom: 1px solid var(--bs-white);
}


/*** Service ***/
.service-item {
    position: relative;
    margin-top: 2.5rem;
    overflow: hidden;
}

.service-item .service-img {
    position: relative;
    display: inline-block;
}

.service-item .service-img::before {
    position: absolute;
    content: "";
    width: calc(100% - 12rem);
    height: calc(100% - 12rem);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3rem solid rgba(0, 0, 0, .5);
    border-radius: 300px;
    z-index: 1;
}

.service-item.service-item-left {
    border-radius: 500px 0 0 500px;
    background: linear-gradient(to right, var(--bs-secondary), var(--bs-dark));
}

.service-item.service-item-right {
    border-radius: 0 500px 500px 0;
    background: linear-gradient(to left, var(--bs-secondary), var(--bs-dark));
}

@media (max-width: 767.98px) {
    .service-item.service-item-left,
    .service-item.service-item-right {
        border-radius: 500px 500px 0 0;
        background: linear-gradient(to bottom, var(--bs-secondary), var(--bs-dark));
        text-align: center;
    }
}


/*** Team ***/
.team-item {
    position: relative;
}

.team-item .team-name {
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .7);
}

.team-item .team-body {
    position: relative;
    overflow: hidden;
}

.team-item .team-body .team-before,
.team-item .team-body .team-after {
    position: absolute;
    content: "";
    width: 0;
    height: calc(100% - 60px);
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .5s;
}

.team-item .team-body .team-after {
    left: auto;
    right: 0;
}

.team-item .team-body .team-before {
    text-align: right;
}

.team-item:hover .team-body .team-before,
.team-item:hover .team-body .team-after {
    width: 50%;
}

.team-item .team-body .team-before span,
.team-item .team-body .team-after span {
    margin: 5px;
    color: var(--bs-white);
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-body .team-before span,
.team-item:hover .team-body .team-after span {
    opacity: 1;
    transition-delay: .2s;
}


/*** Testimonial ***/
.testimonial-carousel {
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    margin-top: 35px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 60px;
    height: 60px;
    margin: 0 5px;
    padding: 10px;
    background: var(--bs-dark);
    border-radius: 100px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .1;
    transition: .5s;
    border-radius: 100px;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
@keyframes footerAnimatedBg {
	0% {
        background-position: 0 0;
    }

	100% {
        background-position: -1000px 0;
    }
}

.footer {
	background-image: url(../img/footer-bg.png);
	background-position: 0px 0px;
    background-repeat: repeat-x;
	animation: footerAnimatedBg 50s linear infinite;
}



.luxury-spa-slider {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #000000, #1a1a1a, #000000);
    overflow: hidden;
}

.section-title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
    color: #d4af37;
    letter-spacing: 2px;
}

.luxury-slider-wrapper {
    overflow: hidden;
    width: 90%;
    margin: auto;
}

.luxury-slider {
    display: flex;
    transition: transform 0.6s ease;
}

.luxury-card {
    min-width: 320px;
    margin: 0 20px;
    background: rgba(255, 215, 0, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.2);
    overflow: hidden;
    transition: 0.4s ease;
}

.luxury-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 0 40px rgba(212, 175, 55, 0.6);
}

.luxury-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.card-content {
    padding: 25px;
    color: #fff;
}

.card-content h3 {
    color: #d4af37;
    margin-bottom: 10px;
}

.card-content p {
    font-size: 14px;
    margin-bottom: 20px;
}

.card-content a {
    padding: 8px 20px;
    border: 1px solid #d4af37;
    color: #d4af37;
    text-decoration: none;
    transition: 0.3s;
}

.card-content a:hover {
    background: #d4af37;
    color: #000;
}

.lux-prev, .lux-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #d4af37;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
}

.lux-prev { left: 20px; }
.lux-next { right: 20px; }

/* Footer Background */
.luxury-footer {
    background: linear-gradient(135deg, #000000, #111111, #000000);
    color: #bbb;
}

/* Gold Divider Animation */
.gold-divider {
    height: 3px;
    width: 120px;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
    margin: auto;
    animation: glowLine 2s infinite alternate;
}

@keyframes glowLine {
    from { width: 120px; opacity: 0.7; }
    to { width: 200px; opacity: 1; }
}

/* Titles */
.footer-title {
    color: #d4af37;
    margin-bottom: 20px;
}

/* Text */
.footer-text {
    color: #aaa;
    margin-bottom: 8px;
}

/* Services List */
.footer-list {
    list-style: none;
    padding: 0;
}

.footer-list li {
    margin-bottom: 8px;
    transition: 0.3s;
}

.footer-list li:hover {
    color: #d4af37;
    padding-left: 5px;
}

/* Social Icons */
.social-icons a {
    display: inline-block;
    margin-right: 10px;
    color: #d4af37;
    font-size: 18px;
    border: 1px solid #d4af37;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #d4af37;
    color: #000;
}

/* Button */
.footer-btn {
    display: inline-block;
    background: linear-gradient(45deg, #d4af37, #f5d76e);
    color: #000;
    padding: 8px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.footer-btn:hover {
    box-shadow: 0 5px 15px rgba(212,175,55,0.4);
}

/* Map */
.map-container iframe {
    border-radius: 10px;
}

/* Bottom Line */
.footer-hr {
    border-color: #222;
}

/* Copyright */
.copyright {
    color: #777;
    margin-top: 10px;
}

/* Floating WhatsApp */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #d4af37;
    color: white;
    font-size: 24px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    z-index: 100;
    transition: 0.3s;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}


/* Floating Call Button */
.call-float {
    position: fixed;
    bottom: 95px; /* Above WhatsApp */
    right: 25px;
    background: linear-gradient(45deg, #d4af37, #f5d76e);
    color: #000;
    font-size: 22px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(212,175,55,0.5);
    z-index: 100;
    transition: 0.3s ease;
}

.call-float:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(212,175,55,0.8);
}
.footer-icon {
    color: #d4af37;
    margin-right: 8px;
}

.footer-link {
    color: #bbb;
    text-decoration: none;
    transition: 0.3s;
}

.footer-link:hover {
    color: #d4af37;
}


.luxury-blog-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #000000, #111111);
    color: #fff;
    text-align: center;
}

.blog-main-title {
    font-size: 36px;
    color: #d4af37;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.blog-subtitle {
    color: #aaa;
    margin-bottom: 50px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.blog-card {
    background: rgba(255, 215, 0, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 20px;
    overflow: hidden;
    transition: 0.4s;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.4);
}

.blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-content {
    padding: 25px;
    text-align: left;
}

.blog-date {
    font-size: 12px;
    color: #d4af37;
}

.blog-content h3 {
    margin: 10px 0;
    font-size: 20px;
    color: #fff;
}

.blog-content p {
    font-size: 14px;
    color: #bbb;
}

.read-more {
    display: inline-block;
    margin-top: 15px;
    color: #d4af37;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.read-more:hover {
    color: #fff;
}


.spa-medium-section{
    padding:70px 20px;
    background: linear-gradient(135deg, #000000, #111111, #000000);
    text-align:center;
}

.spa-medium-box{
    max-width:850px;
    margin:auto;
    padding:50px 30px;
    background: rgba(255, 215, 0, 0.05);
    border:1px solid rgba(212,175,55,0.4);
    border-radius:20px;
    backdrop-filter: blur(10px);
    box-shadow:0 0 25px rgba(212,175,55,0.2);
    transition:0.4s ease;
}

.spa-medium-box:hover{
    box-shadow:0 0 40px rgba(212,175,55,0.5);
}

.spa-medium-title{
    font-size:30px;
    color:#d4af37;
    margin-bottom:15px;
}

.spa-medium-text{
    color:#ccc;
    font-size:16px;
    margin-bottom:35px;
    line-height:1.6;
}

.spa-medium-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.spa-btn{
    padding:12px 35px;
    border-radius:30px;
    font-size:15px;
    font-weight:bold;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    transition:0.3s ease;
    min-width:180px;
}

/* Call Button */
.call-btn{
    border:1px solid #d4af37;
    color:#d4af37;
}

.call-btn:hover{
    background:#d4af37;
    color:#000;
}

/* WhatsApp Button - Gold Style */
.whatsapp-btn{
    border:1px solid #d4af37;
    color:#d4af37;
    background: transparent;
}

.whatsapp-btn:hover{
    background:#d4af37;
    color:#000;
}


.location-btn {
    background: #d4af37; /* Gold color */
    color: #000;
}

.location-btn:hover {
    background: #b8962e;
    color: #fff;
}


/* Responsive */
@media(max-width:768px){
    .spa-medium-buttons{
        flex-direction:column;
    }

    .spa-btn{
        width:100%;
    }

    .spa-medium-title{
        font-size:24px;
    }
}


.testimonial-section{
    padding:80px 20px;
    background:#000;
    text-align:center;
}

.section-heading{
    color:#d4af37;
    margin-bottom:40px;
}

.testimonial-slider{
    overflow:hidden;
    max-width:900px;
    margin:auto;
}

.testimonial-track{
    display:flex;
    animation: slide 15s linear infinite;
}

.testimonial-card{
    min-width:100%;
    padding:30px;
    color:#ccc;
}

.testimonial-card span{
    display:block;
    margin-top:15px;
    color:#d4af37;
}

@keyframes slide{
    0%{transform:translateX(0);}
    33%{transform:translateX(-100%);}
    66%{transform:translateX(-200%);}
    100%{transform:translateX(0);}
}


.view-all-wrapper {
    text-align: center;
    margin-top: 50px;
}

.view-all-btn {
    display: inline-block;
    padding: 14px 40px;
    border-radius: 40px;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    background: #d4af37;
    color: #000;
    font-weight: bold;
    transition: 0.4s ease;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.4);
}

.view-all-btn:hover {
    background: #000;
    color: #d4af37;
    border: 1px solid #d4af37;
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.8);
    transform: translateY(-3px);
}
.why-choose-section {
    padding: 90px 20px;
    background: linear-gradient(135deg, #000, #111, #000);
    text-align: center;
}

.why-title {
    font-size: 40px;
    color: #d4af37;
    margin-bottom: 60px;
    letter-spacing: 2px;
}

.why-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    width: 85%;
    margin: auto;
}

.why-box {
    background: rgba(255, 215, 0, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 20px;
    padding: 40px 25px;
    backdrop-filter: blur(10px);
    transition: 0.4s ease;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.2);
}

.why-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 40px rgba(212, 175, 55, 0.6);
}

.why-box i {
    font-size: 40px;
    color: #d4af37;
    margin-bottom: 20px;
}

.why-box h3 {
    color: #d4af37;
    margin-bottom: 15px;
}

.why-box p {
    color: #fff;
    font-size: 14px;
}



.testimonial-section {
    padding: 90px 5%;
    background: linear-gradient(135deg, #000, #111, #000);
    text-align: center;
}

.testimonial-title {
    font-size: 36px;
    color: #d4af37;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.testimonial-subtitle {
    color: #ccc;
    margin-bottom: 60px;
    font-size: 16px;
}

.testimonial-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.testimonial-box {
    background: rgba(255, 215, 0, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 18px;
    padding: 35px 25px;
    color: #fff;
    transition: 0.3s ease;
}

.testimonial-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.5);
}

.stars {
    color: #d4af37;
    font-size: 18px;
    margin-bottom: 15px;
}

.testimonial-box h4 {
    color: #d4af37;
    margin-top: 20px;
}

/* Responsive */
@media (max-width: 992px) {
    .testimonial-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .testimonial-row {
        grid-template-columns: 1fr;
    }
}
.about-spa-section {
    padding: 100px 5%;
    background: linear-gradient(135deg, #000, #111, #000);
}

.about-container {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.about-image {
    flex: 1;
}

.about-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 40px rgba(212, 175, 55, 0.4);
}

.about-content {
    flex: 1;
    color: #fff;
}

.about-subtitle {
    color: #d4af37;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.about-title {
    font-size: 38px;
    color: #d4af37;
    margin-bottom: 25px;
}

.about-text {
    color: #ccc;
    margin-bottom: 20px;
    line-height: 1.6;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 30px 0;
}

.feature-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 215, 0, 0.05);
    padding: 12px 15px;
    border-radius: 10px;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.feature-box i {
    color: #d4af37;
}

.about-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.about-btn {
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s ease;
}

.call-btn {
    border: 1px solid #d4af37;
    color: #d4af37;
}

.call-btn:hover {
    background: #d4af37;
    color: #000;
}

.book-btn {
    background: #d4af37;
    color: #000;
}

.book-btn:hover {
    background: #000;
    color: #d4af37;
    border: 1px solid #d4af37;
}

/* Responsive */
@media(max-width: 992px){
    .about-container {
        flex-direction: column;
    }

    .about-title {
        font-size: 30px;
    }
}


.spa-service-section {
    padding: 80px 20px;
    background: #000;
    color: #fff;
    text-align: center;
}

.section-title {
    font-size: 34px;
    margin-bottom: 50px;
    color: #d4af37;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.service-card {
    background: #111;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
}

.service-card:hover {
    transform: translateY(-6px);
}

.service-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.service-content {
    padding: 20px;
}

.service-content h3 {
    color: #d4af37;
    font-size: 18px;
    margin-bottom: 10px;
}

.service-content p {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 15px;
}

.service-buttons {
    display: flex;
    gap: 10px;
}

.service-btn {
    flex: 1;
    padding: 8px;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
    transition: 0.3s;
}

.call-btn {
    border: 1px solid #d4af37;
    color: #d4af37;
}

.call-btn:hover {
    background: #d4af37;
    color: #000;
}

.whatsapp-btn {
    background: #d3cd25;
    color: #fff;
}

.whatsapp-btn:hover {
    background: #bebb1e;
}
.spa-gallery-section {
    padding: 80px 20px;
    background: #000;
    text-align: center;
}

.gallery-title {
    font-size: 36px;
    color: #d4af37;
    margin-bottom: 10px;
}

.gallery-subtitle {
    color: #ccc;
    margin-bottom: 50px;
    font-size: 15px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.gallery-item {
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    transition: 0.4s ease;
}

.gallery-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item:hover {
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.5);
}
