/* =====================================
 JJ SAFARI ABOUT PAGE
===================================== */


.jj-about-page{

    background:#1b1b1b;

    padding:120px 0;

}



.about-hero h5{

    color:#d4af37;

    letter-spacing:4px;

}



.about-hero h1{

    color:white;

    font-size:55px;

    font-weight:800;

}



.about-hero p{

    color:#ddd;

    max-width:850px;

    margin:auto;

    font-size:20px;

}



.about-glass{

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(15px);

    border-radius:30px;

    padding:40px;

    border:1px solid rgba(255,255,255,.15);

}



.about-glass h2{

    color:#d4af37;

    margin-bottom:20px;

}



.about-glass p{

    color:white;

    line-height:1.8;

    font-size:17px;

}



.jj-about-page img{

    width:100%;

}

...................................

/* =====================================
 JJ SAFARI MAP SECTION
===================================== */


.jj-location-map{

    background:#111;

    padding:120px 0;

}



.map-title h5{

    color:green;

    letter-spacing:4px;

}



.map-title h2{

    color:black;

    font-size:48px;

    font-weight:800;

}



.map-title p{

    color:black;

}



.map-frame{

    padding:20px;

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(15px);

    border-radius:35px;

    border:1px solid rgba(255,255,255,.15);

}



.map-frame img{

    width:100%;

    border-radius:25px;

}



.map-info{

    background:rgba(0,0,0,.3);

    backdrop-filter:blur(15px);

    padding:40px;

    border-radius:35px;

    border:1px solid rgba(255,255,255,.15);

}



.map-info h3{

    color:green;

}



.map-info p,
.map-info li{

    color:white;

    line-height:1.8;

}



.map-info ul{

    padding-left:20px;

}



.map-button{

    display:inline-block;

    margin-top:25px;

    padding:15px 35px;

    background:#d4af37;

    color:#111;

    border-radius:50px;

    font-weight:bold;

    text-decoration:none;

}



................................................
/* =====================================
 JJ SAFARI CINEMATIC HERO
===================================== */


/* =====================================
 JJ SAFARI CINEMATIC HERO
===================================== */


.jj-hero-safari{

height:90vh;
min-height:650px;

position:relative;

display:flex;

align-items:center;

overflow:hidden;

isolation:isolate;

}




.hero-background{

position:absolute;

width:100%;

height:100%;

object-fit:cover;

object-position:center;

top:0;

left:0;

z-index:-2;

animation:safariZoom 25s ease-in-out infinite alternate;

}




.hero-overlay{

position:absolute;

inset:0;

background:

linear-gradient(
rgba(0,0,0,.45),
rgba(0,0,0,.75)
),

radial-gradient(
circle at 70% 40%,
rgba(255,193,7,.20),
transparent 45%
);

z-index:-1;

}





.hero-content{

color:white;

animation:fadeUp 1.5s ease;

}




.hero-small{

letter-spacing:5px;

color:#ffc107;

font-weight:700;

font-size:14px;

}




.hero-content h1{

font-size:64px;

font-weight:900;

line-height:1.1;

}




.hero-content h1 span{

color:#d4a017;

}




.hero-content p{

font-size:19px;

line-height:1.8;

max-width:560px;

}







/* BUTTONS */


.jj-btn,
.jj-outline-btn{

padding:15px 38px;

border-radius:50px;

display:inline-block;

margin:10px;

text-decoration:none;

transition:.4s;

font-weight:bold;

}




.jj-btn{

background:#c99700;

color:white;

}



.jj-btn:hover{

transform:translateY(-5px);

box-shadow:0 15px 30px rgba(0,0,0,.5);

color:white;

}




.jj-outline-btn{

border:2px solid white;

color:white;

}



.jj-outline-btn:hover{

background:white;

color:#111;

}







/* =====================================
 GLASS CARD
===================================== */


.safari-glass-card{


background:

rgba(255,255,255,.14);


backdrop-filter:blur(18px);


padding:35px;


border-radius:30px;


color:white;


border:

1px solid rgba(255,255,255,.25);


box-shadow:

0 20px 50px rgba(0,0,0,.35);


animation:floatCard 5s infinite;


}



.card-icon{

font-size:45px;

}




.safari-feature{

padding:14px;

margin:12px 0;

background:

rgba(0,0,0,.25);

border-radius:15px;

}







.card-btn{

display:block;

padding:15px;

background:#ffc107;

color:#111;

text-align:center;

border-radius:50px;

text-decoration:none;

font-weight:bold;

}







/* =====================================
 STATS
===================================== */


.jj-stats{

background:#111;

padding:70px 0;

color:white;

}



.jj-stats h2{

font-size:50px;

color:#ffc107;

font-weight:900;

}








/* =====================================
 EXPERIENCE
===================================== */


.jj-experience{

padding:100px 0;

background:#faf7ef;

}




.experience-card{

background:white;

border-radius:25px;

overflow:hidden;

box-shadow:

0 20px 40px rgba(0,0,0,.15);

transition:.5s;

}



.experience-card img{


width:100%;

height:260px;

object-fit:cover;

transition:.8s;

}



.experience-card:hover img{

transform:scale(1.08);

}



.experience-card:hover{

transform:translateY(-12px);

}







/* =====================================
 FINAL CTA
===================================== */


.jj-final-cta{

position:relative;

padding:120px 0;

overflow:hidden;

color:white;

text-align:center;

isolation:isolate;

}



.cta-image{

position:absolute;

inset:0;

width:100%;

height:100%;

object-fit:cover;

object-position:center;

z-index:-2;

}



.cta-overlay{

position:absolute;

inset:0;

background:rgba(0,0,0,.65);

z-index:-1;

}




.jj-final-cta h2{

font-size:55px;

font-weight:900;

}







/* =====================================
 ROUTE MAP
===================================== */


.jj-route-section{

position:relative;

padding:120px 0;

color:white;

overflow:hidden;

isolation:isolate;

}



.route-background{

position:absolute;

inset:0;

width:100%;

height:100%;

object-fit:cover;

z-index:-2;

}



.route-overlay{

position:absolute;

inset:0;

background:rgba(0,0,0,.75);

z-index:-1;

}




.route-map{

height:600px;

position:relative;

margin-top:70px;

}





.route-line{

position:absolute;

width:70%;

height:4px;

background:#ffc107;

top:50%;

left:15%;

animation:travelLine 5s infinite;

}



.moving-jeep{

position:absolute;

top:43%;

left:15%;

font-size:35px;

animation:driveSafari 8s infinite;

}



.route-icon{

width:65px;

height:65px;

border-radius:50%;

background:#ffc107;

display:flex;

align-items:center;

justify-content:center;

font-size:30px;

color:#111;

}



.route-card{

width:230px;

padding:25px;

background:rgba(255,255,255,.12);

backdrop-filter:blur(15px);

border-radius:20px;

border:1px solid rgba(255,255,255,.25);

}




.stop-one{

left:15%;

top:50%;

}


.stop-two{

left:38%;

top:50%;

}


.stop-three{

left:62%;

top:50%;

}


.stop-four{

left:85%;

top:50%;

}







/* =====================================
 DOCUMENTARY
===================================== */


.jj-documentary{

height:750px;

position:relative;

display:flex;

align-items:center;

justify-content:center;

overflow:hidden;

color:white;

isolation:isolate;

}



.doc-background{

position:absolute;

inset:0;

width:100%;

height:100%;

object-fit:cover;

z-index:-2;

}




.doc-overlay{

position:absolute;

inset:0;

background:

rgba(0,0,0,.65);

z-index:-1;

}





.doc-content h2{

font-size:65px;

font-weight:900;

}



.play-button{

width:90px;

height:90px;

border-radius:50%;

background:#ffc107;

color:#111;

display:flex;

align-items:center;

justify-content:center;

font-size:30px;

margin:35px auto;

animation:playPulse 2s infinite;

}




.wild-card{

position:absolute;

width:250px;

padding:25px;

background:rgba(255,255,255,.12);

backdrop-filter:blur(15px);

border-radius:25px;

}





.card-left{

left:5%;

top:30%;

}



.card-right{

right:5%;

top:35%;

}



.card-bottom{

bottom:5%;

left:50%;

transform:translateX(-50%);

}








/* =====================================
 ANIMATIONS
===================================== */


@keyframes safariZoom{

from{

transform:scale(1);

}


to{

transform:scale(1.06);

}

}



@keyframes fadeUp{

from{

opacity:0;

transform:translateY(40px);

}


to{

opacity:1;

transform:none;

}

}



@keyframes floatCard{

50%{

transform:translateY(-15px);

}

}



@keyframes driveSafari{

50%{

left:75%;

}

}



@keyframes travelLine{

50%{

transform:scaleX(1);

}

}



@keyframes playPulse{

100%{

box-shadow:0 0 0 35px transparent;

}

}







/* =====================================
 MOBILE
===================================== */


@media(max-width:768px){


.jj-hero-safari{

height:auto;

padding:120px 0;

}



.hero-content h1{

font-size:40px;

}



.safari-glass-card{

margin-top:40px;

}



.jj-final-cta h2{

font-size:35px;

}



.route-map{

height:1000px;

}



.route-line{

width:4px;

height:80%;

left:50%;

top:10%;

}



.route-stop{

left:50%!important;

}



.wild-card{

display:none;

}



.doc-content h2{

font-size:38px;

}


}