
/* v1.2.49 Joya Spa Marsa Alam ad landing page revised */
:root{
    --joya-dark:#171624;
    --joya-muted:#696575;
    --joya-bg:#fbf7f0;
    --joya-purple:#6f4cff;
    --joya-pink:#c65cff;
    --joya-line:rgba(23,22,36,.12);
}

body.joya-landing-page{
    margin:0;
    background:var(--joya-bg);
    color:var(--joya-dark);
}

body.joya-landing-only > header.site-header,
body.joya-landing-only > footer.site-footer,
body.joya-landing-only .floating-actions,
body.joya-landing-only .back-to-top,
body.joya-landing-only .site-whatsapp,
body.joya-landing-only .site-call{
    display:none !important;
}

.joya-landing-page .joya-lp-container{
    width:min(1180px, calc(100% - 40px));
    margin:0 auto;
}

.joya-lp-header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:50;
    background:rgba(251,247,240,.90);
    backdrop-filter:blur(18px);
    border-bottom:1px solid var(--joya-line);
}

.joya-lp-header-inner{
    min-height:82px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
}

.joya-lp-brand img{
    width:190px;
    max-height:62px;
    object-fit:contain;
    background:transparent;
    border-radius:0;
    padding:0;
}

.joya-lp-nav{
    display:flex;
    gap:26px;
    align-items:center;
}

.joya-lp-nav a{
    color:var(--joya-dark);
    text-decoration:none;
    font-weight:800;
    font-size:14px;
}

.joya-lp-nav a:hover{
    color:var(--joya-purple);
}

.joya-lp-header-actions{
    display:flex;
    align-items:center;
    gap:12px;
}

.joya-lp-icon-btn{
    width:46px;
    height:46px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#fff;
    background:var(--joya-dark);
}

.joya-lp-btn{
    border:0;
    border-radius:999px;
    padding:14px 24px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-weight:800;
    cursor:pointer;
    transition:.25s ease;
}

.joya-lp-btn-primary{
    background:linear-gradient(135deg,var(--joya-purple),var(--joya-pink));
    color:#fff;
    box-shadow:0 18px 45px rgba(111,76,255,.22);
}

.joya-lp-btn-primary:hover{
    transform:translateY(-2px);
    box-shadow:0 24px 58px rgba(111,76,255,.32);
}

.joya-lp-btn-ghost{
    border:1px solid rgba(255,255,255,.36);
    color:#fff;
    background:rgba(255,255,255,.10);
}

.joya-lp-hero{
    min-height:84vh;
    padding:136px 0 86px;
    position:relative;
    display:flex;
    align-items:center;
    background:
        linear-gradient(135deg,rgba(23,22,36,.82),rgba(67,38,118,.56)),
        var(--hero-img) center/cover no-repeat;
    overflow:hidden;
}

.joya-lp-hero:before{
    content:"";
    position:absolute;
    width:520px;
    height:520px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(198,92,255,.32),transparent 65%);
    right:-170px;
    top:120px;
}

.joya-lp-hero-copy-only{
    position:relative;
    z-index:2;
}

.joya-lp-hero-copy{
    max-width:820px;
}

.joya-lp-hero-copy span,
.joya-lp-section-title span,
.joya-lp-eyebrow,
.joya-lp-form > span{
    color:var(--joya-purple);
    text-transform:uppercase;
    letter-spacing:.22em;
    font-size:13px;
    font-weight:900;
}

.joya-lp-hero-copy h1{
    margin:18px 0 22px;
    color:#fff;
    font-family:Georgia,serif;
    font-size:clamp(46px,6vw,88px);
    line-height:.96;
    letter-spacing:-.04em;
}

.joya-lp-hero-copy p{
    max-width:700px;
    color:rgba(255,255,255,.84);
    font-size:18px;
    line-height:1.8;
}

.joya-lp-actions{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    margin-top:30px;
}

.joya-lp-section{
    padding:92px 0;
    background:var(--joya-bg);
    color:var(--joya-dark);
}

.joya-lp-section-title{
    text-align:center;
    max-width:850px;
    margin:0 auto 42px;
}

.joya-lp-section-title h2,
.joya-lp-why h2,
.joya-lp-location h2{
    font-family:Georgia,serif;
    font-size:clamp(38px,5vw,66px);
    line-height:1.03;
    letter-spacing:-.035em;
    color:var(--joya-dark);
    margin:14px 0;
}

.joya-lp-section-title p,
.joya-lp-why p,
.joya-lp-location p{
    color:var(--joya-muted);
    line-height:1.8;
    font-size:17px;
}

.joya-lp-package-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}

.joya-lp-card{
    background:#fff;
    border:1px solid var(--joya-line);
    border-radius:28px;
    padding:28px;
    box-shadow:0 22px 60px rgba(23,22,36,.08);
    display:flex;
    flex-direction:column;
    min-height:440px;
}

.joya-lp-card-top{
    display:flex;
    justify-content:space-between;
    gap:12px;
    align-items:center;
    color:var(--joya-purple);
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.12em;
    font-weight:900;
}

.joya-lp-card-top strong{
    color:#7b7688;
    letter-spacing:0;
    text-transform:none;
}

.joya-lp-card h3{
    font-family:Georgia,serif;
    font-size:31px;
    line-height:1.1;
    margin:18px 0 10px;
    color:var(--joya-dark);
}

.joya-lp-card p{
    color:var(--joya-muted);
    line-height:1.7;
}

.joya-lp-price{
    display:flex;
    align-items:baseline;
    gap:10px;
    margin:10px 0 18px;
}

.joya-lp-price strong{
    color:var(--joya-purple);
    font-size:32px;
}

.joya-lp-price small{
    color:#7b7688;
    font-weight:800;
}

.joya-lp-card ul{
    margin:0 0 24px;
    padding:0;
    list-style:none;
    display:grid;
    gap:9px;
}

.joya-lp-card li{
    color:#464151;
    display:flex;
    gap:9px;
    line-height:1.45;
}

.joya-lp-card li:before{
    content:"✓";
    color:var(--joya-purple);
    font-weight:900;
}

.joya-lp-card-link{
    margin-top:auto;
    color:#fff;
    background:var(--joya-dark);
    border-radius:999px;
    padding:13px 18px;
    text-align:center;
    text-decoration:none;
    font-weight:900;
}

.joya-lp-card-link:hover{
    background:var(--joya-purple);
}

.joya-lp-booking-section{
    padding-top:10px;
}

.joya-lp-form{
    background:#fff;
    color:var(--joya-dark);
    padding:34px;
    border-radius:30px;
    box-shadow:0 28px 90px rgba(23,22,36,.12);
    display:grid;
    gap:14px;
    border:1px solid var(--joya-line);
}

.joya-lp-form-wide{
    max-width:980px;
    margin:0 auto;
}

.joya-lp-form-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}

.joya-lp-form h2{
    color:var(--joya-dark);
    font-family:Georgia,serif;
    font-size:42px;
    margin:0 0 8px;
}

.joya-lp-form label{
    display:grid;
    gap:7px;
    color:#4b4858;
    font-weight:800;
    font-size:13px;
}

.joya-lp-form input,
.joya-lp-form select,
.joya-lp-form textarea{
    width:100%;
    box-sizing:border-box;
    border:1px solid rgba(23,22,36,.14);
    background:#fff;
    border-radius:15px;
    padding:14px 15px;
    font:inherit;
    color:var(--joya-dark);
    outline:none;
}

.joya-lp-form input:focus,
.joya-lp-form select:focus,
.joya-lp-form textarea:focus{
    border-color:var(--joya-purple);
    box-shadow:0 0 0 4px rgba(111,76,255,.12);
}

.joya-lp-why{
    background:var(--joya-dark);
    color:#fff;
}

.joya-lp-why h2{
    color:#fff;
}

.joya-lp-why p{
    color:rgba(255,255,255,.72);
}

.joya-lp-why-grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:56px;
    align-items:center;
}

.joya-lp-proof-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}

.joya-lp-proof-grid article{
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.12);
    border-radius:24px;
    padding:24px;
}

.joya-lp-proof-grid i{
    color:var(--joya-purple);
    font-size:24px;
    margin-bottom:18px;
}

.joya-lp-proof-grid strong{
    display:block;
    color:#fff;
    margin-bottom:8px;
}

.joya-lp-proof-grid span{
    color:rgba(255,255,255,.70);
    line-height:1.6;
}

.joya-lp-gallery-section{
    background:#fff;
    overflow:hidden;
}

.joya-lp-gallery-slider{
    width:100%;
    overflow:hidden;
}

.joya-lp-gallery-track{
    display:flex;
    gap:18px;
    width:max-content;
    animation:joyaGallerySlide 50s linear infinite;
    padding:0 18px;
}

.joya-lp-gallery-track:hover{
    animation-play-state:paused;
}

.joya-lp-gallery-track img{
    width:360px;
    height:260px;
    object-fit:cover;
    border-radius:24px;
    box-shadow:0 20px 50px rgba(23,22,36,.10);
}

@keyframes joyaGallerySlide{
    from{transform:translateX(0);}
    to{transform:translateX(-50%);}
}

.joya-lp-location{
    background:var(--joya-bg);
}

.joya-lp-location-grid{
    display:grid;
    grid-template-columns:.75fr 1.25fr;
    gap:44px;
    align-items:center;
}

.joya-lp-map{
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 24px 70px rgba(23,22,36,.12);
    background:#fff;
    min-height:430px;
    border:1px solid var(--joya-line);
}

.joya-lp-map iframe{
    width:100% !important;
    height:450px !important;
    min-height:430px;
    display:block;
    border:0;
}

.joya-lp-footer{
    background:var(--joya-bg);
    color:var(--joya-dark);
    padding:58px 0 48px;
    text-align:center;
    border-top:1px solid var(--joya-line);
}

.joya-lp-footer-centered{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:18px;
}

.joya-lp-footer-centered > img{
    width:240px;
    max-width:80%;
    background:transparent;
    padding:0;
    border-radius:0;
}

.joya-lp-footer-actions{
    display:flex;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
}

.joya-lp-footer-actions a{
    color:var(--joya-dark);
    text-decoration:none;
    display:flex;
    align-items:center;
    gap:8px;
    font-weight:800;
    background:#fff;
    border:1px solid var(--joya-line);
    border-radius:999px;
    padding:12px 18px;
}

.joya-lp-footer-social{
    display:flex;
    gap:12px;
}

.joya-lp-footer-social a{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--joya-dark);
    color:#fff;
    text-decoration:none;
}

.joya-lp-footer small{
    color:#7b7688;
}

.joya-lp-sticky{
    display:none;
}

@media(max-width:1024px){
    .joya-lp-nav{display:none;}
    .joya-lp-why-grid,
    .joya-lp-location-grid{
        grid-template-columns:1fr;
    }
    .joya-lp-package-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:680px){
    .joya-lp-container{
        width:min(100% - 28px, 1180px);
    }
    .joya-lp-header-inner{
        min-height:68px;
    }
    .joya-lp-brand img{
        width:145px;
    }
    .joya-lp-header .joya-lp-btn{
        padding:11px 17px;
        font-size:13px;
    }
    .joya-lp-icon-btn{
        display:none;
    }
    .joya-lp-hero{
        min-height:auto;
        padding:116px 0 58px;
    }
    .joya-lp-actions{
        display:none;
    }
    .joya-lp-package-grid,
    .joya-lp-proof-grid,
    .joya-lp-form-grid{
        grid-template-columns:1fr;
    }
    .joya-lp-form{
        padding:24px;
        border-radius:24px;
    }
    .joya-lp-gallery-track img{
        width:280px;
        height:220px;
    }
    .joya-lp-sticky{
        display:grid;
        grid-template-columns:1fr 1fr 1fr;
        gap:8px;
        position:fixed;
        left:12px;
        right:12px;
        bottom:12px;
        z-index:90;
    }
    .joya-lp-sticky a{
        display:flex;
        justify-content:center;
        align-items:center;
        gap:7px;
        color:#fff;
        text-decoration:none;
        font-weight:900;
        padding:13px 10px;
        border-radius:999px;
        background:linear-gradient(135deg,var(--joya-purple),var(--joya-pink));
        box-shadow:0 16px 44px rgba(111,76,255,.28);
        font-size:13px;
    }
    .joya-lp-footer{
        padding-bottom:92px;
    }
}


/* v1.2.50 Joya map public visibility fix */
.joya-lp-map{
    background:#f1eef8 !important;
    min-height:450px !important;
    display:block !important;
}

.joya-lp-map iframe,
.joya-lp-map-iframe{
    display:block !important;
    width:100% !important;
    height:450px !important;
    min-height:450px !important;
    border:0 !important;
    background:#f1eef8 !important;
}



/* v1.2.51 Joya sticky contact buttons: vertical right on desktop and mobile */
.joya-lp-sticky,
.joya-lp-sticky-vertical{
    display:flex !important;
    position:fixed !important;
    right:18px !important;
    left:auto !important;
    bottom:24px !important;
    z-index:999 !important;
    flex-direction:column !important;
    grid-template-columns:none !important;
    gap:12px !important;
    width:auto !important;
}

.joya-lp-sticky a,
.joya-lp-sticky-vertical a{
    width:58px !important;
    height:58px !important;
    padding:0 !important;
    border-radius:50% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    color:#fff !important;
    text-decoration:none !important;
    font-size:22px !important;
    line-height:1 !important;
    box-shadow:0 16px 38px rgba(23,22,36,.20) !important;
}

.joya-lp-sticky-call{
    background:var(--joya-dark) !important;
}

.joya-lp-sticky-whatsapp{
    background:#25D366 !important;
}

.joya-lp-sticky a:hover{
    transform:translateY(-3px);
}

@media(max-width:680px){
    .joya-lp-sticky,
    .joya-lp-sticky-vertical{
        display:flex !important;
        right:14px !important;
        left:auto !important;
        bottom:18px !important;
        grid-template-columns:none !important;
        gap:10px !important;
    }

    .joya-lp-sticky a,
    .joya-lp-sticky-vertical a{
        width:52px !important;
        height:52px !important;
        font-size:20px !important;
        padding:0 !important;
    }

    .joya-lp-footer{
        padding-bottom:58px !important;
    }
}



/* v1.2.52 Joya card inspiration + no gold hover + gallery popup */
.joya-lp-nav a:hover,
.joya-lp-footer a:hover,
.joya-lp-card-link:hover,
.joya-lp-footer-actions a:hover,
.joya-lp-footer-social a:hover{
    color:#fff !important;
}

.joya-lp-nav a:hover{
    color:var(--joya-purple) !important;
}

.joya-lp-why{
    background:
        radial-gradient(circle at 20% 0%, rgba(198,92,255,.24), transparent 32%),
        linear-gradient(135deg, #1d102d, #3a1659 56%, #191227) !important;
}

.joya-lp-program-card{
    position:relative;
    overflow:hidden;
    background:
        linear-gradient(145deg, rgba(106,44,150,.90), rgba(47,18,72,.98)) !important;
    border:2px solid rgba(255,255,255,.28) !important;
    color:#fff !important;
    padding:0 !important;
    min-height:520px;
    box-shadow:0 24px 70px rgba(55,21,83,.22) !important;
}

.joya-lp-program-card:before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 50% 8%, rgba(255,255,255,.18), transparent 28%),
        radial-gradient(circle at 50% 48%, rgba(198,92,255,.22), transparent 36%);
    pointer-events:none;
}

.joya-lp-card-icon{
    position:relative;
    z-index:1;
    min-height:210px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.joya-lp-card-icon i{
    width:116px;
    height:116px;
    border-radius:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:48px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.25);
    box-shadow:0 0 0 18px rgba(255,255,255,.04);
}

.joya-lp-card-title-band{
    position:relative;
    z-index:1;
    border-top:1px solid rgba(255,255,255,.35);
    border-bottom:1px solid rgba(255,255,255,.30);
    padding:12px 22px;
    text-align:center;
}

.joya-lp-card-title-band h3{
    margin:0 !important;
    color:#fff !important;
    font-size:29px !important;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.joya-lp-card-title-band span{
    color:rgba(255,255,255,.72);
    font-size:13px;
    font-weight:800;
}

.joya-lp-program-card p{
    position:relative;
    z-index:1;
    color:rgba(255,255,255,.86) !important;
    text-align:center;
    padding:18px 28px 0;
    margin:0;
}

.joya-lp-program-card .joya-lp-price{
    position:relative;
    z-index:1;
    justify-content:center;
    padding:0 28px;
    margin:16px 0;
}

.joya-lp-program-card .joya-lp-price strong{
    color:#fff !important;
}

.joya-lp-program-card .joya-lp-price small{
    color:rgba(255,255,255,.72) !important;
}

.joya-lp-program-card ul{
    position:relative;
    z-index:1;
    padding:0 28px 0 !important;
}

.joya-lp-program-card li{
    color:rgba(255,255,255,.84) !important;
}

.joya-lp-program-card li:before{
    color:#fff !important;
}

.joya-lp-program-card .joya-lp-card-link{
    position:relative;
    z-index:1;
    margin:18px 28px 28px !important;
    background:#fff !important;
    color:#371553 !important;
}

.joya-lp-program-card .joya-lp-card-link:hover{
    background:linear-gradient(135deg,var(--joya-purple),var(--joya-pink)) !important;
    color:#fff !important;
}

.joya-gallery-item{
    display:block;
    flex:0 0 auto;
    text-decoration:none;
    cursor:zoom-in;
}

.joya-gallery-item img{
    transition:transform .25s ease, filter .25s ease;
}

.joya-gallery-item:hover img{
    transform:scale(1.03);
    filter:saturate(1.08) brightness(.92);
}

.joya-gallery-modal{
    position:fixed;
    inset:0;
    z-index:2000;
    background:rgba(13,10,20,.92);
    display:none;
    align-items:center;
    justify-content:center;
    padding:34px;
}

.joya-gallery-modal.is-open{
    display:flex;
}

.joya-gallery-modal img{
    max-width:min(1100px, 86vw);
    max-height:84vh;
    object-fit:contain;
    border-radius:22px;
    box-shadow:0 28px 90px rgba(0,0,0,.45);
}

.joya-gallery-close,
.joya-gallery-prev,
.joya-gallery-next{
    position:absolute;
    border:0;
    color:#fff;
    background:rgba(255,255,255,.12);
    width:48px;
    height:48px;
    border-radius:50%;
    cursor:pointer;
    font-size:34px;
    line-height:1;
    display:flex;
    align-items:center;
    justify-content:center;
}

.joya-gallery-close{
    top:22px;
    right:22px;
}

.joya-gallery-prev{
    left:22px;
    top:50%;
    transform:translateY(-50%);
}

.joya-gallery-next{
    right:22px;
    top:50%;
    transform:translateY(-50%);
}

.joya-gallery-close:hover,
.joya-gallery-prev:hover,
.joya-gallery-next:hover{
    background:var(--joya-purple);
}

@media(max-width:680px){
    .joya-lp-program-card{
        min-height:auto;
    }

    .joya-lp-card-icon{
        min-height:170px;
    }

    .joya-gallery-modal{
        padding:18px;
    }

    .joya-gallery-prev,
    .joya-gallery-next{
        top:auto;
        bottom:24px;
        transform:none;
    }
}



/* v1.2.53 Joya program cards use SVG image icons instead of icon library */
.joya-lp-card-icon img{
    width:128px !important;
    height:128px !important;
    object-fit:contain !important;
    display:block !important;
    padding:18px !important;
    border-radius:38px !important;
    background:rgba(255,255,255,.08) !important;
    border:1px solid rgba(255,255,255,.25) !important;
    box-shadow:0 0 0 18px rgba(255,255,255,.04) !important;
    filter:drop-shadow(0 18px 28px rgba(0,0,0,.18)) !important;
}

.joya-lp-card-icon i{
    display:none !important;
}

@media(max-width:680px){
    .joya-lp-card-icon img{
        width:108px !important;
        height:108px !important;
        padding:15px !important;
    }
}

