body{
    margin:0;
    font-family:'Segoe UI',sans-serif;
    background:#f8f9fa;
}

.topbar{
    background:#002F6C;
    color:white;
    padding: 2px;
    text-align:center;
    font-size:14px;
}

.logo-section{
    background:white;
    text-align:center;
    padding:1px;
}

.logo-section h1{
    font-family: 'Berkshire Swash', cursive;
    font-size:48px;
    color:#4A90E2;
    font-weight:normal;
}
.logo-section p{
    color:#444;
    letter-spacing:3px;
}

.menu{
    background:#003B8E;
    padding:3px;
    text-align:center;
}

.menu a{
    color:white;
    text-decoration:none;
    margin:20px;
    font-weight:bold;
}
.hero{
    position:relative;

    height:210px;

    background-image:url("../images/temple3.jpeg");
    background-size:cover;

    /* shows the temple in the middle */
    background-position:center 47%;

    background-repeat:no-repeat;

    overflow:hidden;
}

.hero-content{
    position:absolute;

    top: 50%;
    left:55%;
    font-family:"Monotype Corsiva";

    transform:translate(-50%,-50%);

    text-align:center;

    width:55%;

    z-index:5;
}




.script{
    display:block;

    font-family:cursive;

    font-size:58px;

    color:#0d4da1;

    margin-top:-10px;
}

.hero-content p{
    font-size:16px;

    margin-top:10px;

    color:#333;
}



/*.btn{
    display:inline-block;

    margin-top:-10px;

    padding:4px 10px;

    background:#0d6efd;

    color:white;


    text-decoration:none;

    border-radius:2px;

    font-weight:bold;
}
.explore-container{
    text-align:center;
    margin-top:10px;
} */


.vehicle{
    position:absolute;
    right:15px;
    bottom:-80px;
    width:250px;
    z-index:10;
}
.services{
    padding:5px 10px;
    background:#f5f7fb;
}

.services h2{
    text-align:center;
    color:#003b8e;
    margin-bottom:40px;
    font-size:32px;
    font-family:'playfair display';
}

.service-grid{
    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:25px;
}


.card{

    background:white;

    padding:2px;

    border-radius:10px;

    text-align:center;

    font-size:20px;

    font-weight:bold;

    box-shadow:
    0 0 10px rgba(0,0,0,.1);

}


.card:hover{

transform:translateY(-5px);

transition:.3s;

}

.packages{

padding:40px  8%  20px;

background:white;

}


.packages h2{

text-align:center;

color:#003b8e;

margin-bottom:40px;

}


.package-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}


.package-card{

background:white;

padding:15px;

border-radius:10px;

box-shadow:0 0 10px rgba(0,0,0,.1);

}


.package-card img{

width:100%;

height:220px;

object-fit:cover;

border-radius:10px;

}


.package-card button{

width:100%;

padding:12px;

background:#0057d8;

color:white;

border:none;

border-radius:5px;

font-weight:bold;

margin-top:10px;

}

/* TOP BAR */

.top-bar{
    background:#002b6b;
    color:white;
    padding:10px 40px;

    display:flex;
    justify-content:space-between;
    align-items:center;

    font-size:14px;
}


.contacts{
    display:flex;
      color:white;
    gap:25px;
}


/* MAIN HEADER */

.main-header{

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:10px 30px;
    background:white;

}


.logo-section img{

    width:140px;

}


.title-section h1{

    color:#0a4db3;
    font-size:32px;
    margin:0;

}


.title-section p{

    color:gray;
    font-size: 14px;
    letter-spacing:3px;
    margin-top: 5px;

}


.feature-section{

    display:flex;
    gap:25px;
    align-items: center;

}


.feature-section div{

    text-align:center;
    min-width: 90px;
}


.feature-section h4{

    margin:0;
    color:#002b6b;
    font-size: 14px;

}


.feature-section p{

    margin:0;
    color:gray;


}
.feature-section{
    display:flex;
    gap:50px;
    margin-right:20px;
}

.feature-section div{
    text-align:center;
    min-width:120px;
}


.category{

text-align:center;

margin:40px;

}


.category button{


padding:12px 10px;

margin:10px;

background:#007bff;

border:none;

color:white;

cursor:pointer;

border-radius:5px;

}



.package-section{


display:none;

padding:40px  8%  20px;


}



#devotional{


display:block;


}




.card{


width:320px;


display:inline-block;


margin:20px;


background:white;


border-radius:15px;


overflow:hidden;


box-shadow:0 0 10px gray;


}



.card img{


width:100%;


height:220px;


object-fit:cover;


}



.card h2{


padding:10px;


font-size:22px;


}



.card h4{


padding-bottom:15px;


color:red;


}

.package-slider{

padding:0;

margin:0;

}


.title{

text-align:center;

font-size:34px;

color:white;

margin: 0;
padding: 10px 0;

}



.slider-container{
width: 100%;
margin-top: 0;
height:260px;

position:relative;

overflow:hidden;



}

.slide-title{
    color:white;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
}


.mySlides img{

width:100%;

height:260px;

object-fit:cover;
object-position: center;

}



.caption{

position:absolute;

bottom:20px;

left:50%;

transform:translateX(-50%);

background:rgba(0,0,0,0.5);

padding:15px  20px;

border-radius:10px;

color:white;

text-align:center;

}
.slide-title,
.caption h2,
.caption h3,
.caption h4{
    color:white !important;
    text-shadow:2px 2px 5px rgba(0,0,0,0.7);
}


.caption h2{

font-size:36px;
color: pink;


}

.caption p{

font-size:18px;

}



.prev,.next{

cursor:pointer;

position:absolute;

top:50%;

padding:16px;

color:white;

font-size:35px;

font-weight:bold;

transform:translateY(-50%);

}



.prev{

left:20px;

}



.next{

right:20px;

}



.dot{

height:15px;

width:15px;

margin:5px;

background:#bbb;

border-radius:50%;

display:inline-block;

}



.active{

background:#2196F3;

}



.service-layout{
display:flex;
gap:30px;
padding:30px;
}

.left-menu{
width:250px;
background:#0b3d91;
padding:20px;
border-radius:10px;
}

.left-menu a{
display:block;
padding:12px;
margin-bottom:10px;
background:white;
text-decoration:none;
color:#0b3d91;
font-weight:bold;
border-radius:5px;
}

.right-content{
flex:1;
background:white;
padding:30px;
border-radius:10px;
box-shadow:0 0 10px lightgray;
}


.about-us{
    padding:40px 80px;
    text-align:center;
    background:#f8f9fa;
}

.about-us h2{
    color:#003366;
    font-size:36px;
    margin-bottom:20px;
}

.about-us p{
    color:#555;
    font-size:18px;
    line-height:1.8;
    max-width:900px;
    margin:0 auto 15px;
}

.about-btn{
    display:inline-block;
    margin-top:15px;
    padding:12px 30px;
    background:#0d6efd;
    color:white;
    text-decoration:none;
    border-radius:5px;
}

.about-btn:hover{
    background:#084298;
}

.three-column-section{
    display:flex;
    gap:20px;
    padding:20px;
    align-items:flex-start;
}

/* Common style for all 3 columns */
.column{
    flex:1;
    background:#fff;
    padding:10px;
    border-radius:10px;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
}

/* Services */
.service-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:5px;
}

.service-box{
    background:#f5f5f5;
    padding:15px;
    text-align:center;
    border-radius:8px;
    font-size:15px;
}

/* Column heading */
.column h2{

font-family:"Monotype Corsiva";

font-size:34px;

font-weight:normal;

color:#1e4d8f;

text-align:center;

margin-bottom:25px;

}

/* Package slider */
.packages{
    position:relative;
}

.slider-container{
    width:100%;
    height:220px;
    overflow:hidden;
    position:relative;
}

.mySlides{
    display:none;
}

.mySlides img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:8px;
}

.caption{
    position:absolute;
    bottom:15px;
    left:50%;
    transform:translateX(-50%);
    width:75%;
    background:rgba(0,0,0,0.55);
    padding:10px;
    border-radius:8px;
    text-align:center;
}

.caption h3{
    color:white;
    margin:0;
    font-size:20px;
}

.caption p{
    color:white;
    margin-top:5px;
    font-size:14px;
}

/* Arrows */
.prev,
.next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:#0d6efd;
    color:white;
    padding:8px 12px;
    cursor:pointer;
    border-radius:5px;
}

.prev{
    left:10px;
}

.next{
    right:10px;
}

/* Why Choose Us */
.choose-us ul{
    list-style:none;
    padding:0;
}

.choose-us li{
    padding:10px;
    font-size:16px;
    border-bottom:1px solid #ddd;
}
.box{
    min-height:420px;
    box-shadow:0 3px 12px rgba(0,0,0,0.12);
}



.about-page{

    max-width:1200px;

    margin:auto;

    padding:50px 20px;

}


.page-title{

    text-align:center;

    font-size:40px;

    color:#003b8b;

    margin-bottom:30px;

}


.about-content{

    background:#ffffff;

    padding:35px;

    border-radius:10px;

    box-shadow:0 0 10px rgba(0,0,0,0.10);

}


.about-content h2{

    color:#003b8b;

    margin-top:25px;

}


.about-content p{

    line-height:1.8;

    color:#555;

}


.about-content ul{

    padding-left:25px;

}


.about-content li{

    margin-bottom:10px;

}

.back-home{
    text-align:center;
    margin-top:40px;
    margin-bottom:20px;
}

.back-btn{
    background:#003b8b;
    color:white;
    padding:12px 25px;
    text-decoration:none;
    border-radius:5px;
    font-size:16px;
    font-weight:bold;
    transition:0.3s;
}

.back-btn:hover{
    background:#ad8500;
}


.service-section{

padding:60px 0;

background:#f5f7fa;

}


.title{

text-align:center;

font-size:48px;

font-family:"Monotype Corsiva";

color:#002F6C;

margin-bottom:50px;

}



.service-section{

padding:60px 20px;

background:#f4fbf8;

text-align:center;

}



.tag{

background:white;

padding:8px 20px;

border-radius:30px;

box-shadow:0 2px 8px rgba(0,0,0,.1);

font-size:14px;

}



.title{

font-size:50px;

margin-top:20px;

color:#1b2430;

font-family:"Monotype Corsiva";

}



.subtitle{

font-size:18px;

color:#666;

margin-bottom:50px;

}



.service-grid{

max-width:1200px;

margin:auto;

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}



.card{


background:white;

padding:35px;

border-radius:20px;

text-align:left;

box-shadow:0 5px 25px rgba(0,0,0,.1);

transition:0.3s;

}



.card:hover{

transform:translateY(-8px);

}



.icon{


width:50px;

height:50px;

background:#16c47f;

border-radius:12px;

display:flex;

justify-content:center;

align-items:center;

font-size:25px;

margin-bottom:20px;

}



.red{

background:#ff4d4d;

}



.card h3{

font-size:28px;

margin-bottom:15px;

}



.card p{

color:#666;

line-height:28px;

}



.card ul{

padding-left:20px;

line-height:35px;

}



.btn{


display:block;

padding:12px;

text-align:center;

border-radius:10px;

text-decoration:none;

margin-top:20px;

color:white;

font-weight:bold;

}



.green{

background:#16c47f;

}



.redbtn{

background:#ff4d4d;

}




.small-grid{


max-width:1200px;

margin:40px auto;

display:grid;

grid-template-columns:repeat(4,1fr);

gap:20px;

}



.small-card{


background:white;

padding:30px;

border-radius:15px;

box-shadow:0 4px 15px rgba(0,0,0,.1);

font-size:20px;

font-weight:bold;

}



/*vehicle booking */

.taxi-section{

padding:70px 8%;
background:white;

}


.title{

text-align:center;
margin-bottom:50px;

}


.title p{

color:#d59b42;
font-weight:bold;
letter-spacing:2px;

}


.title h1{

font-size:50px;
color:#555;

}



.taxi-container{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

}


.taxi-card{

background:#fff;

}


.taxi-card img{

width:100%;
height:180px;

object-fit:contain;

}



.taxi-info{

background:#2d2d38;

padding:25px;

color:white;

position:relative;

text-align:left;

}



.icon{

width:70px;
height:70px;

background:#d59b42;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:30px;

position:absolute;

top:-35px;

left:50%;

transform:translateX(-50%);

}



.taxi-info h3{

text-align:center;

font-size:28px;

margin-top:30px;

}



.taxi-info h4{

color:#d59b42;

font-size:18px;

margin-top:20px;

}



.taxi-info p{

display:flex;

justify-content:space-between;

margin:12px 0;

} 




.packages{
    padding:40px  8%  20px;
    background:#fff;
}

.packages h2{
    text-align:center;
    color:#003b8e;
    margin-bottom:30px;
}

.package-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:15px;
    margin-top:40px;
}

.package-card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
    text-align:center;
}

.package-card{
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,0.15);
    transition:.3s;
}

.package-card img{
    width:200;
    height:190px;
    object-fit:cover;
}

.package-card h3{
    font-size:18px;
    margin:15px 0 8px;
}

.package-card p{
    font-size:14px;
    padding:0 12px 15px;
    line-height:1.5;
}


.vehicle-card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,0.15);
    padding-bottom:15px;
}

.vehicle-card img{
    width:100%;
    height:180px;      /* Reduce image height */
    object-fit:contain; /* Show full car without cropping */
    background:#fff;
    padding:10px;
}

.vehicle-card h3{
    margin:15px 0 10px;
    color:#003b8e;
    font-size:20px;
}

.icon{
    font-size:26px;
}
.vehicle-card p{
    margin:5px 15px;
    font-size:15px;
    color:#555;
    text-align:left;
    line-height:1.6;
}

.book-btn{
    display:inline-block;
    margin:15px 0;
    padding:10px 20px;
    background:#ff6b00;
    color:#fff;
    text-decoration:none;
    border-radius:5px;
    font-weight:bold;
}

.book-btn:hover{
    background:#003b8e;
}

.vehicle-card{
    display:flex;
    align-items:center;
    gap:30px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 4px 15px rgba(0,0,0,.12);
    padding:25px;
    margin:30px auto;
    max-width:1200px;
}

.vehicle-image{
    width:35%;
    text-align:center;
}

.vehicle-image img{
    width:100%;
    max-width:320px;
}

.vehicle-details{
    width:65%;
}

.vehicle-details h2{
    color:#003b8e;
    margin-bottom:20px;
}

.details-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-bottom:25px;
}

.details-grid div{
    background:#f8f8f8;
    padding:15px;
    border-radius:8px;
    font-size:16px;
    line-height:1.6;
}

.book-btn{
    display:inline-block;
    background:#ff6600;
    color:#fff;
    padding:12px 35px;
    border-radius:6px;
    text-decoration:none;
    font-weight:bold;
}

.book-btn:hover{
    background:#003b8e;
}



/* ===== Statistics Section ===== */

.stats-section{
    width:90%;
    margin:60px auto;
    padding:35px 30px;
    background:#fff;
    border-radius:20px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.stats-box{
    display:flex;
    align-items:center;
    gap:18px;
}

.stats-icon{
    width:85px;
    height:85px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:34px;
}

.gold{
    background:#d4a017;
}

.orange{
    background:#e86d1f;
}

.blue{
    background:#2563eb;
}

.green{
    background:#18a558;
}

.stats-content h2{
    font-size:42px;
    color:#111;
    margin-bottom:5px;
    font-weight:700;
}

.stats-content p{
    font-size:20px;
    color:#444;
    font-weight:500;
}

/* Mobile */

@media(max-width:992px){

.stats-section{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:600px){

.stats-section{
grid-template-columns:1fr;
}

.stats-box{
justify-content:center;
text-align:left;
}

}

.popup{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    z-index:9999;
}

.popup-content{
    background:#fff;
    width:450px;
    max-width:90%;
    padding:25px;
    border-radius:10px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    box-shadow:0 10px 30px rgba(0,0,0,0.3);
}

.close{
    float:right;
    font-size:28px;
    cursor:pointer;
}


.plan-trip{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    padding:80px 8%;
    background:#f8fbff;
}

.plan-left{
    width:60%;
}

.plan-right{
    width:40%;
    text-align:center;
}

.plan-right img{
    width:100%;
    max-width:500px;
    display:block;
}
.features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
}

.feature{
background:#fff;
padding:25px;
border-radius:15px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.4s;
text-align:center;
}

.feature:hover{
transform:translateY(-8px);
}

.feature i{
font-size:38px;
color:#ff7a00;
margin-bottom:15px;
}

.feature h4{
color:#082b66;
margin-bottom:10px;
}

.feature p{
font-size:15px;
margin:0;
}

.plan-right{
flex:1;
text-align:center;
}

.plan-right img{
width:100%;
max-width:520px;
}

/* ===========================
   BOOK YOUR TRIP SECTION
=========================== */

.book-trip-section{
    width:100%;
    max-width:1200px;
    margin:50px auto;
    padding:20px;
}

.trip-heading{
    text-align:center;
    margin-bottom:50px;
}

.trip-heading span{
    color:#ff6b00;
    font-size:20px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.trip-heading h2{
    font-size:58px;
    color:#0b2c66;
    margin:15px 0;
    font-weight:700;
}

.trip-heading h3{
    font-size:58px;
    color:#0b2c66;
}

.trip-heading h3 span{
    display:block;
    color:#ff6b00;
    font-size:48px;
}

.trip-heading p{
    color:#666;
    font-size:18px;
}

.trip-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
}

.trip-left{
    width:55%;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.trip-right{
    width:45%;
}

.trip-card:hover{
    transform:translateY(-8px);
}

.step-number{
    width:45px;
    height:45px;
    background:#ff6b00;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:15px;
    left:15px;
    font-weight:bold;
}

.trip-card{
    position: relative;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
    transition: .3s;
}

.trip-card h3{
    font-size:26px;
}

.trip-card p{
    font-size:15px;
}


.trip-right img{
    width:100%;
    height:520px;
    object-fit:cover;
    border-radius:18px;
}
/* ===========================
   BOOK TRIP FEATURE BAR
=========================== */

.trip-feature-bar{
    margin-top:30px;
    background:#0b4bb9;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    border-radius:18px;
    overflow:hidden;
}

.feature-box{
    padding:25px;
  
}

.feature-box i{
    font-size:30px;
    color:#FFD54F !important;   /* Gold */
    margin-bottom:12px;
    display:block;
    text-shadow:0 2px 8px rgba(0,0,0,.25);
}
.feature-box h4{
    font-size:18px;
    color: white;
}

.feature-box p{
    font-size:14px;
}

/* ===========================
   RESPONSIVE
=========================== */

@media(max-width:1100px){

.trip-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
    align-items:stretch;
}

.trip-left{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    height:100%;
}
.trip-right{
    height:100%;
}

.trip-right img{
    width:100%;
    height:100%;
    min-height:640px;
    object-fit:cover;
    border-radius:20px;
    display:block;
}

.trip-feature-bar{
    grid-template-columns:repeat(2,1fr);
}

}
@media (max-width:768px){

.main-header,
.top-bar{
    flex-direction:column;
    text-align:center;
}

.feature-section{
    display:none;
}

.menu{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}

.menu a{
    margin:8px;
    font-size:14px;
}

/* Hero */

.hero{
    height:300px;
}

.hero-content{
    width:90%;
    left:50%;
}

.vehicle{
    width:180px;
    right:0;
    bottom:-20px;
}

/* Packages */

.package-grid{
    grid-template-columns:1fr;
}

.package-card img{
    height:220px;
}

/* Trip */

.trip-wrapper{
    display:flex;
    flex-direction:column;
}

.trip-left{
    width:100%;
    grid-template-columns:1fr;
}

.trip-right{
    width:100%;
}

.trip-right img{
    width:100%;
    height:auto;
    max-width:300px;
    margin:auto;
}

.trip-feature-bar{
    grid-template-columns:1fr;
}

.feature-box{
    text-align:center;
}
/* Hide Mobile Slider by Default */

.mobile-packages{
    display:none;
}

}
/* Desktop */
.desktop-packages{
    display:block;
}

.mobile-packages{
    display:none;
}
/* ======================================
   DESKTOP SPACE FIX
====================================== */

@media only screen and (min-width:769px){

/* Tour Packages */
.packages{
    padding-top:30px !important;
    padding-bottom:10px !important;
    margin-bottom:0 !important;
}

/* Book Your Trip */
.book-trip-section{
    padding-top:20px !important;
    margin-top:0 !important;
}

/* Heading */
.trip-heading{
    margin-bottom:30px !important;
}
.site-footer{
    background:#0B4EA2;   /* Same blue as header */
    color:#fff;
    margin-top:40px;
}

.footer-container{
    max-width:1100px;
    margin:auto;
    padding:20px 15px;
    text-align:center;
}

.footer-container h3{
    color:#FFD54F;
    margin-bottom:12px;
    font-size:24px;
}

.social-icons{
    display:flex;
    justify-content:center;
    gap:15px;
    margin-bottom:15px;
}

.social-icons a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:rgba(255,255,255,.15);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:18px;
    transition:.3s;
}

.social-icons a:hover{
    background:#FFD54F;
    color:#0B4EA2;
}

.footer-contact p{
    margin:5px 0;
    font-size:15px;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.25);
    padding:10px;
    text-align:center;
    font-size:14px;
}

.footer-bottom strong{
    color:#FFD54F;
}
}
.feature-box p{
    color: #FFD700;   /* Yellow */
    font-weight: 500;
}
.nav-menu a,
.navbar-nav .nav-link {
    color: #FFFFFF !important;
}
/* Desktop + Mobile Menu */
nav a,
.menu a,
.nav-menu a,
.nav-links a,
.mobile-menu a,
header nav a {
    color: #ffffff !important;
}

nav a:hover,
.menu a:hover,
.nav-menu a:hover {
    color: #FFD700 !important;
}
.topbar .contact-btn {
    color: #ffffff !important;
}

.topbar .contact-btn:hover {
    color: #FFD700 !important;
}

.menu a {
    color: #ffffff !important;
}

.menu a:hover {
    color: #FFD700 !important;
}
@media only screen and (max-width: 768px) {

    .menu a,
    nav a,
    .navbar a {
        color: #ffffff !important;
    }

}
.social-icons{
    display:flex;
    justify-content:center;
    gap:15px;
    margin:20px 0;
}

.social-icons a{
    width:45px;
    height:45px;
    border-radius:50%;
    background:rgba(255,255,255,0.15);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    text-decoration:none;
    transition:0.3s;
}

.social-icons a:hover{
    background:#25D366;
    transform:translateY(-3px);
}
.review-banner{
    text-align: center;
    margin: 30px auto;
    padding: 0 15px;
}

.review-image{
    width: 100%;
    max-width: 650px;   /* Desktop image width */
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
/* ===== Booking Popup ===== */

.popup{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.65);
    z-index:9999;

    justify-content:center;
    align-items:center;
}

.popup-content{
    width:95%;
    max-width:650px;
    background:#fff;
    border-radius:15px;
    padding:35px;
    position:relative;
    animation:popup .3s ease;
}

@keyframes popup{
    from{
        transform:scale(.8);
        opacity:0;
    }
    to{
        transform:scale(1);
        opacity:1;
    }
}

.popup-content h2{
    text-align:center;
    color:#0d3b8b;
    margin-bottom:25px;
    font-size:30px;
}

.popup-content form{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
}

.popup-content input,
.popup-content textarea{
    width:100%;
    padding:12px;
    border:1px solid #ddd;
    border-radius:8px;
    font-size:15px;
}

.popup-content textarea{
    grid-column:1/3;
    height:120px;
    resize:none;
}

.popup-content button{
    grid-column:1/3;
    padding:14px;
    background:#0d6efd;
    color:#fff;
    border:none;
    border-radius:8px;
    font-size:17px;
    cursor:pointer;
}

.popup-content button:hover{
    background:#084298;
}

.close{
    position:absolute;
    top:15px;
    right:20px;
    font-size:30px;
    cursor:pointer;
}