/*
Theme Name: Ryde Go Caribbean App Landing
Theme URI: https://ryde.gd
Author: Ridealong / Ryde Go
Description: Vibrant Caribbean Uber/Lyft-inspired WordPress landing theme for Ryde Go app downloads, ride information, safety, features, and contact.
Version: 2.0
License: GPL v2 or later
Text Domain: ryde-go
*/
/*
Theme Name: Ryde Go Caribbean
Author: Ryde Go
Version: 1.0
*/


/* HEADER */

.rg-header{
position:fixed;
top:0;
left:0;
width:100%;
z-index:999;
padding:18px 0;
background:rgba(255,255,255,0.92);
backdrop-filter:blur(12px);
box-shadow:0 4px 20px rgba(0,0,0,0.06);
}

.rg-nav{
display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
}

.rg-logo img,
.custom-logo{
max-height:60px;
width:auto;
display:block;
}

.rg-menu-list{
display:flex;
align-items:center;
gap:30px;
list-style:none;
margin:0;
padding:0;
}

.rg-menu-list li{
list-style:none;
}

.rg-menu-list a{
font-size:16px;
font-weight:600;
color:#0b1736;
transition:.3s;
}

.rg-menu-list a:hover{
color:#ef1118;
}

.rg-btn{
background:#ef1118;
color:#fff;
padding:14px 24px;
border-radius:14px;
font-weight:700;
display:inline-block;
transition:.3s;
}

.rg-btn:hover{
transform:translateY(-3px);
}

@media(max-width:991px){

.rg-nav{
flex-wrap:wrap;
justify-content:center;
}

.rg-menu-list{
flex-wrap:wrap;
justify-content:center;
gap:18px;
}

}


*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:Arial,sans-serif;
background:#fff;
color:#111;
overflow-x:hidden;
}

a{
text-decoration:none;
}

.rg-wrap{
width:90%;
max-width:1280px;
margin:auto;
}

.rg-hero{
position:relative;
padding:120px 0;
overflow:hidden;
}

.rg-overlay{
position:absolute;
inset:0;
background:linear-gradient(
90deg,
rgba(255,255,255,0.92) 0%,
rgba(255,255,255,0.70) 45%,
rgba(255,255,255,0.15) 100%
);
}

.rg-hero-inner{
position:relative;
z-index:2;
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
}

.rg-left-content{
max-width:620px;
}

.rg-kicker{
display:inline-block;
background:#ef1118;
color:#fff;
padding:10px 18px;
border-radius:100px;
font-size:14px;
font-weight:700;
margin-bottom:25px;
}

.rg-title{
font-size:72px;
line-height:1;
font-weight:800;
color:#0b1736;
}

.rg-title span{
color:#ef1118;
}

.rg-copy{
font-size:20px;
line-height:1.7;
color:#333;
margin-top:25px;
}

.rg-actions{
display:flex;
gap:20px;
margin-top:35px;
flex-wrap:wrap;
}

.rg-btn{
background:#ef1118;
color:#fff;
padding:18px 28px;
border-radius:14px;
font-weight:700;
transition:.3s;
}

.rg-btn:hover{
transform:translateY(-3px);
}

.rg-btn.alt{
background:#0b1736;
}

.rg-rating{
display:flex;
align-items:center;
gap:15px;
margin-top:35px;
}

.rg-stars{
color:#ffb400;
font-size:20px;
}

.rg-phone-area{
position:relative;
display:flex;
justify-content:center;
align-items:center;
}

.rg-phone-image img{
width:100%;
max-width:560px;
height:auto;
display:block;
filter:drop-shadow(0 40px 70px rgba(0,0,0,0.35));
}

.rg-badge{
position:absolute;
right:-30px;
bottom:80px;
background:#ef1118;
color:#fff;
width:140px;
height:140px;
border-radius:100%;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
font-weight:700;
line-height:1.4;
box-shadow:0 20px 50px rgba(0,0,0,0.25);
}

.rg-features{
padding:90px 0;
background:#fff;
}

.rg-feature-card{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
}

.rg-feature{
background:#fff;
padding:35px;
border-radius:25px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
display:flex;
gap:20px;
align-items:flex-start;
}

.rg-icon{
width:60px;
height:60px;
background:#ef1118;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:18px;
font-size:24px;
}

.rg-about{
padding:120px 0;
background:#f8f9fc;
}

.rg-about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;
}

.rg-heading{
font-size:54px;
line-height:1.1;
margin-bottom:25px;
color:#0b1736;
}

.rg-heading span{
color:#ef1118;
}

.rg-checks{
margin-top:25px;
}

.rg-checks li{
margin-bottom:15px;
list-style:none;
}

.store-row{
display:flex;
gap:20px;
margin-top:35px;
flex-wrap:wrap;
}

.store{
background:#0b1736;
color:#fff;
padding:16px 24px;
border-radius:14px;
}

.rg-collage{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
}

.photo{
border-radius:24px;
min-height:220px;
background-size:cover;
background-position:center;
}

.photo.big{
grid-column:span 2;
height:300px;
background-image:url('/wp-content/uploads/2026/05/caribbean-street.jpg.png');
}

.photo.beach{
background:#ddd;
}

.photo.rider{
background:#ccc;
}

.airport-card{
margin-top:25px;
background:#fff;
padding:30px;
border-radius:24px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.rg-stats{
padding:100px 0;
background:#0b1736;
color:#fff;
}

.stats-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
text-align:center;
}

.stat b{
font-size:48px;
display:block;
margin-bottom:10px;
}

@media(max-width:991px){

.rg-hero-inner{
flex-direction:column;
text-align:center;
}

.rg-about-grid{
grid-template-columns:1fr;
}

.rg-feature-card{
grid-template-columns:1fr;
}

.stats-grid{
grid-template-columns:1fr 1fr;
}

.rg-title{
font-size:52px;
}

.rg-heading{
font-size:42px;
}

.rg-phone-image img{
max-width:380px;
}

.rg-badge{
right:0;
bottom:10px;
transform:scale(.8);
}

}

@media(max-width:768px){

.stats-grid{
grid-template-columns:1fr;
}

.rg-title{
font-size:42px;
}

.rg-copy{
font-size:18px;
}

}


/* FOOTER */

.rg-footer{
background:linear-gradient(
135deg,
#ffebeb 0%,
#ffd6d6 35%,
#ffb3b3 70%,
#ff8f8f 100%
);

padding:100px 0;
text-align:center;
position:relative;
overflow:hidden;
}

.rg-footer::before{
content:'';
position:absolute;
top:-120px;
right:-120px;
width:320px;
height:320px;
background:rgba(255,255,255,0.25);
border-radius:50%;
filter:blur(10px);
}

.rg-footer::after{
content:'';
position:absolute;
bottom:-150px;
left:-150px;
width:380px;
height:380px;
background:rgba(255,255,255,0.18);
border-radius:50%;
filter:blur(10px);
}

.rg-footer .rg-wrap{
position:relative;
z-index:2;
}

.rg-footer h2{
font-size:56px;
font-weight:800;
color:#b30000;
margin-bottom:20px;
line-height:1;
}

.rg-footer p{
font-size:20px;
color:#5c0000;
line-height:1.8;
margin-bottom:12px;
}

@media(max-width:768px){

.rg-footer{
padding:70px 20px;
}

.rg-footer h2{
font-size:40px;
}

.rg-footer p{
font-size:17px;
}

}




/* =========================
   RYDE GO PREMIUM FOOTER
========================= */

.rg-footer-subscribe{

    width:100%;
    padding:70px 20px;

    text-align:center;

    background:linear-gradient(
        135deg,
        #ff1f1f 0%,
        #d40000 50%,
        #8f0000 100%
    );

    border-top:4px solid rgba(255,255,255,0.08);

    position:relative;
    overflow:hidden;
}

/* MENU */

.rg-footer-menu{

    display:flex;
    justify-content:center;
    align-items:center;

    gap:35px;

    flex-wrap:wrap;

    list-style:none;

    margin:0 0 35px 0;
    padding:0;
}

.rg-footer-menu li a{

    color:#000;

    text-decoration:none;

    font-size:15px;
    font-weight:700;
    letter-spacing:.5px;

    transition:.3s ease;
}

.rg-footer-menu li a:hover{

    opacity:.7;
}

/* TITLE */

.rg-footer-subscribe h2{

    color:#000;

    font-size:42px;
    font-weight:900;

    margin-bottom:15px;
}

/* PARAGRAPH */

.rg-footer-subscribe p{

    color:#111;

    font-size:16px;

    max-width:700px;

    margin:0 auto 35px auto;

    line-height:1.6;
}

/* FORM */

.rg-subscribe-wrap{

    display:flex;

    justify-content:center;
    align-items:center;

    gap:15px;

    flex-wrap:wrap;
}

/* INPUT */

.rg-subscribe-wrap input[type="email"]{

    width:360px;
    max-width:90%;

    height:58px;

    border:none;
    border-radius:14px;

    padding:0 20px;

    background:#fff;

    font-size:16px;

    outline:none;

    box-shadow:0 6px 18px rgba(0,0,0,0.15);
}

/* BUTTON */

.rg-subscribe-wrap button{

    height:58px;

    padding:0 34px;

    border:none;
    border-radius:14px;

    background:#000;
    color:#fff;

    font-size:16px;
    font-weight:800;

    cursor:pointer;

    transition:all .3s ease;

    box-shadow:0 6px 18px rgba(0,0,0,0.18);
}

.rg-subscribe-wrap button:hover{

    transform:translateY(-3px);

    background:#1b1b1b;
}

/* MOBILE */

@media(max-width:768px){

    .rg-footer-menu{

        gap:18px;
    }

    .rg-footer-subscribe h2{

        font-size:30px;
    }

    .rg-subscribe-wrap{

        flex-direction:column;
    }

    .rg-subscribe-wrap input[type="email"],

    .rg-subscribe-wrap button{

        width:100%;
    }

}










/* VLOG SECTION */

.rg-vlogs{
  padding:120px 0;
  background:linear-gradient(135deg,#ffffff 0%,#fff7f7 50%,#ffe4e4 100%);
  position:relative;
  overflow:hidden;
}

.rg-vlog-head{
  max-width:820px;
  margin:0 auto 60px;
  text-align:center;
}

.rg-vlog-head p{
  font-size:20px;
  color:#444;
  line-height:1.7;
  margin-top:18px;
}

.rg-vlog-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.rg-vlog-card{
  background:#fff;
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 25px 60px rgba(239,17,24,0.12);
  transition:.3s;
}

.rg-vlog-card:hover{
  transform:translateY(-8px);
  box-shadow:0 35px 75px rgba(239,17,24,0.2);
}

.rg-vlog-img{
  height:260px;
  background-size:cover;
  background-position:center;
  position:relative;
}

.rg-play{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:72px;
  height:72px;
  background:rgba(0,0,0,0.55);
  color:#fff;
  border:3px solid #fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
}

.rg-time{
  position:absolute;
  right:16px;
  bottom:16px;
  background:#ef1118;
  color:#fff;
  padding:7px 12px;
  border-radius:10px;
  font-weight:800;
}

.rg-vlog-content{
  padding:28px;
}

.rg-tag{
  display:inline-block;
  background:#ffe4e4;
  color:#ef1118;
  padding:8px 14px;
  border-radius:8px;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  margin-bottom:15px;
}

.rg-vlog-content h3{
  font-size:24px;
  color:#0b1736;
  line-height:1.25;
  margin-bottom:18px;
}

.rg-vlog-content p{
  color:#555;
  font-size:15px;
}

.rg-vlog-btn-wrap{
  text-align:center;
  margin-top:50px;
}

.rg-vlog-btn{
  display:inline-block;
  background:#ef1118;
  color:#fff;
  padding:18px 36px;
  border-radius:16px;
  font-weight:800;
  font-size:18px;
  box-shadow:0 18px 40px rgba(239,17,24,0.25);
}

.rg-vlog-btn:hover{
  background:#d90000;
}

@media(max-width:991px){
  .rg-vlog-grid{
    grid-template-columns:1fr;
  }
}


