:root{
    --primary:#FF9800;
    --secondary:#ff9800;
}

/* ===================== GLOBAL ===================== */
body{
    font-family: 'Segoe UI', sans-serif;
    background:#f5f5f5;
}

canvas {
            position: absolute;
            top: 0;
            left: 0;
        }


.btn-primary{
    background:var(--primary);
    border:none;
}
.btn-secondary{
    background:var(--secondary);
    border:none;
}

/* ===================== NAVBAR ===================== */
.navbar{
    background:var(--primary);
}
.navbar-brand{
    line-height:1;
}
.navbar-brand strong{
    font-size:22px;
    font-family: "Comic Sans MS", "Marker Felt", cursive; letter-spacing: 1.5px; transform: skew(-5deg); color: #fffffb; text-shadow: 2px 2px 0 #4CAF50;
}
.navbar-brand span{
    font-size:12px;
    display:block;
}


/* Mobile Sidebar */
@media(max-width:991px){

    .mobile-sidebar{
    position:fixed;
    top:0;
    left:-280px;
    width:260px;
    height:100vh;
    background:var(--primary);
    padding:20px;
    z-index:9999;
    transition:.3s;
}
.mobile-sidebar a{
    color:#fff;
    display:block;
    margin:15px 0;
    text-decoration:none;
    font-size:18px;
}
.mobile-sidebar.active{ left:0; }

    .navbar-collapse{
        position:fixed;
        top:0;
        left:-100%;
        width:280px;
        height:100vh;
        background:var(--primary);
        padding:20px;
        transition:.4s;
    }
    .navbar-collapse.show{
        left:0;
    }
}

/* ===================== BOOKING BACKGROUND CAROUSEL ===================== */
#booking-section{
    position:relative;
    min-height:100vh;
    overflow:hidden;
    color:#fff;
}

.bg-carousel{
    position:absolute;
    inset:0;
    z-index:-1;
}
.bg-carousel img{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:0;
    transition:opacity 1s;
}
.bg-carousel img.active{ opacity:1; }




.hero-content{
    position: relative;
    z-index: 5;
}


/* Carousel Controls */
.carousel-controls{
    position:absolute;
    bottom:20px;
    left:50%;
    transform:translateX(-50%);
    z-index:3;
}
.carousel-controls i{
    color:#fff;
    margin:0 8px;
    cursor:pointer;
    font-size:14px;
}


.booking-form{
    background:rgba(0,0,0,.6);
    padding:25px;
    border-radius:12px;
}

/* ================= DESTINATIONS ================= */
.destination-scroll{
    display:flex;
    gap:15px;
    overflow-x:auto;
    cursor:grab;
}
.destination-scroll img{
    width:120px;
    height:120px;
    border-radius:12px;
    object-fit:cover;
    flex-shrink:0;
}


/* ================= SERVICES ================= */

.services-section {
    background: #f8f9fa;
}

.service-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: all .35s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .15);
}

.service-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fac800, #ff9800);
    color: #fff;
    font-size: 28px;
}

.service-card h5 {
    font-weight: 600;
}

.service-card p {
    font-size: 14.5px;
    line-height: 1.6;
}

/* ================================
   LATEST SCENES
================================ */
.latest-scenes{
    background:#f8fafc;
}

.scene-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    height:100%;
}

.scene-video iframe,
.scene-video video{
    width:100%;
    height:220px;
    object-fit:cover;
}

.scene-content{
    padding:15px;
}

.scene-content h5{
    font-weight:600;
    margin-bottom:6px;
}

.scene-content p{
    font-size:14px;
    color:#64748b;
}


/* TRIPS */
.trip-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
}

.trip-card img {
    height: 180px;
    object-fit: cover;
    width: 100%;
}

.trip-modal{
  position:fixed; inset:0;
  background:rgba(0,0,0,.8);
  display:none; z-index:9999;
}
.trip-modal.active{display:block}
.trip-modal-inner{
  background:#fff;
  width:90%; max-width:900px;
  margin:5vh auto;
  padding:30px;
  border-radius:20px;
  max-height:90vh;
  overflow:auto;
}

/* ================= REVIEWS ================= */

.reviews-section {
    background: #f8f9fa;
}

.review-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    max-width: 600px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    text-align: center;
}

.review-card h5 {
    font-weight: 600;
}

.review-card p {
    font-size: 15px;
    line-height: 1.6;
}

.rating i {
    color: #ffc107;
}

.review-form {
    max-width: 500px;
    margin: 0 auto;
}

/* ================= NEWSLETTER ================= */

.newsletter-section {
    background: #f8f9fa;
}

.newsletter-box {
    background: linear-gradient(135deg, #673ab7, #ff9800);
    border-radius: 24px;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
}

.newsletter-form .form-control {
    border-radius: 50px 0 0 50px;
    padding: 14px 20px;
    border: none;
}

.newsletter-form .btn {
    border-radius: 0 50px 50px 0;
}

.newsletter-image {
    max-height: 260px;
    border-radius: 10px;
}

/* ================================
   FOOTER
================================ */

.site-footer{
    background: #bb0437;
    color:#cbd5e1;
}

.footer-logo{
    max-width:180px;
    border-radius: 10%;
}

.footer-text{
    font-size:14px;
    line-height:1.6;
    color:#cbd5e1;
}

.footer-title{
    color:#fff;
    font-weight:600;
    margin-bottom:15px;
}

.footer-links,
.footer-contact{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li,
.footer-contact li{
    margin-bottom:10px;
}

.footer-links a,
.footer-contact a{
    color:#cbd5e1;
    text-decoration:none;
    font-size:14px;
}

.footer-links a:hover,
.footer-contact a:hover{
    color:#fff;
}

.footer-contact i{
    margin-right:8px;
    color:#38bdf8;
}

.footer-social a{
    display:inline-block;
    margin-right:10px;
    color:#cbd5e1;
    font-size:16px;
    transition:.3s;
}

.footer-social a:hover{
    color:#38bdf8;
}

.footer-bottom{
    background:#2e0e66;
    padding:15px 0;
    font-size:13px;
    color:#94a3b8;
}


/* ADMIN */
.admin-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
}

.view-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;

  padding:12px 22px;
  font-size:15px;
  font-weight:600;
  letter-spacing:.4px;

  border:none;
  border-radius:50px;

  background:linear-gradient(135deg,#ff7a18,#ffb347);
  color:#fff;

  cursor:pointer;
  transition:all .3s ease;

  box-shadow:0 6px 20px rgba(255,122,24,.35);
}

.view-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 30px rgba(255,122,24,.45);
}

.view-btn:active{
  transform:translateY(0);
  box-shadow:0 4px 12px rgba(255,122,24,.3);
}

.view-btn:focus{
  outline:none;
}

/* Optional: icon support */
.view-btn::after{
  content:"→";
  font-size:14px;
  transition:transform .3s ease;
}

.view-btn:hover::after{
  transform:translateX(4px);
}

/* Responsive */
@media(max-width:768px){
  .view-btn{
    width:100%;
    padding:14px;
    font-size:16px;
  }
}

/* ==================================================
   MOBILE & TABLET RESPONSIVE ENHANCEMENTS
================================================== */

/* -------- SMALL DEVICES (≤ 576px) -------- */
@media (max-width: 576px) {

    body {
        font-size: 14px;
    }

    /* Navbar */
    .navbar-brand strong {
        font-size: 18px;
    }

    /* HERO / BOOKING */
    #booking-section {
        min-height: auto;
        padding: 80px 0 40px;
    }

    .booking-form {
        padding: 20px;
    }

    .booking-form h3 {
        font-size: 20px;
    }

    /* Carousel dots */
    .carousel-controls {
        bottom: 10px;
    }

    .carousel-controls i {
        font-size: 10px;
        margin: 0 5px;
    }

    /* Destinations */
    .destination-scroll img {
        width: 100px;
        height: 100px;
    }

    /* Services */
    .service-card {
        padding: 25px 18px;
    }

    .service-icon {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }

    /* Latest Scenes */
    .scene-video iframe,
    .scene-video video {
        height: 180px;
    }

    /* Trips */
    .trip-card img {
        height: 160px;
    }

    /* Reviews */
    .review-card {
        padding: 22px;
    }

    /* Newsletter */
    .newsletter-box {
        padding: 30px 20px;
        text-align: center;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form .form-control {
        border-radius: 50px;
        margin-bottom: 10px;
    }

    .newsletter-form .btn {
        border-radius: 50px;
        width: 100%;
    }

    .newsletter-image {
        display: none;
    }

    /* Footer */
    .footer-logo {
        max-width: 140px;
        margin-bottom: 15px;
    }

    .site-footer {
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }
}

/* -------- MEDIUM DEVICES (TABLETS ≤ 768px) -------- */
@media (max-width: 768px) {

    /* Hero layout */
    .hero-content {
        text-align: center;
    }

    /* Booking form spacing */
    .booking-form {
        margin-top: 30px;
    }

    /* Services grid */
    .service-card {
        height: auto;
    }

    /* Latest Scenes */
    .scene-content h5 {
        font-size: 16px;
    }

    /* Reviews */
    .review-card {
        max-width: 100%;
    }

    /* Footer */
    .footer-title {
        margin-top: 20px;
    }
}

/* -------- LARGE TABLETS / SMALL LAPTOPS (≤ 991px) -------- */
@media (max-width: 991px) {

    /* Navbar collapse spacing */
    .navbar .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    /* Carousel text */
    .hero-content h1 {
        font-size: 28px;
    }

    /* Trips grid */
    .trip-card img {
        height: 170px;
    }

    /* Newsletter */
    .newsletter-box {
        padding: 40px;
    }
}

/* RESPONSIVE */
@media(max-width:768px) {
    .booking-form {
        margin-top: 30px;
    }
}