

.bike-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 180px; /* or whatever fits your layout */
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.bike-image.loaded {
  opacity: 1;
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

    .video-container {
      position: relative;
      width: 100%;
      max-width: 800px; 
      margin: auto;
      overflow: hidden;
    }
    
  .lazy-youtube {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background: #000 url('https://img.youtube.com/vi/3WH94j7L4yw/hqdefault.jpg') center center / cover no-repeat;
    cursor: pointer;
  }

  .lazy-youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: none;
  }    
.popular {
    transform:scale(1.0) !important;
}
.contact-container h3 {
    color:black !important;
}
.terms-container h2, .terms-container h3{
    color:black !important;
}
.booking-form h2{
    color:black !important;
}
#bikes h4{
    color:black !important;
}
.inclusion-list p{
    color:white;
}
.policy-footer p{
    color:white;
}     
.policy-footer a{
    color:aqua;
}   
/* General navigation styling */
.langbar_nav {
  font-family: Arial, sans-serif;
  padding: 10px 20px;
  text-align: center;
  border-radius: 5px;
}

/* Styling the list */
.langbar_ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}

/* Styling each item */
.langbar_ul li {
  display: inline-block;
}

/* Styling the links */
.langbar_ul a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}

/* Hover effects */
.langbar_ul a:hover {
  background-color: #007bff;
  color: white;
}

/* Styling the flag icon */
.flag-icon {
  width: 20px;
  height: 15px;
  object-fit: cover;
  border-radius: 3px;
}

/* Responsive design */
@media (max-width: 768px) {
.contact-info{
    width:100vw !important;
}
.social-links{
    display:grid !important;
}    
  .langbar_ul {
    flex-direction: column;
    align-items: center;
  }

  .langbar_ul a {
    font-size: 14px;
    padding: 8px;
  }

  .flag-icon {
    width: 15px;
    height: 10px;
  }

  .tour-header{
      padding:0 !important;
  }
  .popular{
      transform:none !important;
  }
  .hero-overlay{
      position:static !important;
      transform:none !important;
  }
  .tour h2{
      font-size:20px !important;
  }
  .learn-more{
      padding:2px 30px !important;
  }
}



img {
  pointer-events: none;  /* Prevents right-clicks and dragging */
  user-select: none;     /* Prevents text selection */
  -webkit-user-drag: none;
}
    /* styles.css */
body {
    margin: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    background: linear-gradient(135deg, rgb(26, 42, 108), rgb(178, 31, 31), rgb(26, 42, 108));
    background-attachment: fixed; /* optional for smoother scroll */
    background-size: cover;
    overflow-x: hidden; /* avoid horizontal scroll layout shift */
}

.header {
    position: fixed;
    top: 0;
    z-index: 1000;    
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    color: #333; /* Text color */
    padding: 10px 20px; /* Reduced height */
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:70px;
    width:100%;
}

/* General styles for the logo */
.logo {
    flex: 0 0 auto;
    margin-left: 20px;
    width: 25%;
    cursor: pointer;
    height: 100%;
    display: flex;
 color: white;
    font-weight: bold;
    align-items: center;
    height: 100%;
}

.logo a{
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.custom-logo {
    width: 100%;
    max-height: 130%;
    margin-right: 1vw;
}

/* Media query for smaller screens (mobile) */
@media (max-width: 768px) {
    .logo {
        width: 40%; /* Adjust width for mobile */
        margin-left: 10px; /* Reduce left margin for better fit */
    }
    .logo p{
        display:none;
    }
    .custom-logo {
        max-width: 180px; /* Slightly smaller logo for mobile */
        max-height:100%;
    }
    .site-footer{
        padding:0 !important;
    }
}


.navbar {
    display: flex; /* Use flexbox for alignment */
    align-items: center; /* Center items vertically */
    justify-content: space-between; /* Space between logo and ul */
    height: 60px; /* Set height for navbar */
    background-color: transparent; /* Optional background color */
    width:100%;
    color:white;
}
.menu-toggle {
    display: none; /* Hide on desktop */
    flex-direction: column;
    cursor: pointer;
}
.menu-toggle span {
    height: 3px;
    width: 25px;
    background-color: white;
    margin: 4px 0;
    transition: 0.3s;
}
.nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 15px;
    z-index:11;
  
}
.nav-list li{
    text-align: center;
}
@media (max-width: 768px) {
    /* Hamburger button appears on mobile */
    .menu-toggle {
        display: flex;
    }

    /* Hide navigation list by default */
    .nav-list {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px; /* Below the header */
        right: 0;
        width: 100%;
        text-align: center;
        background: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(10px);          
    }

    .nav-list li {
        padding: 15px 0;
    }

    .nav-list.show {
        display: flex; /* Show list when toggled */
        
    }
    .tours-grid{
        width:100% !important;
        padding:0 !important;
    }
    .header{
        padding:0 !important;
    }
    
    
    .day-content{
        display:grid !important;
    }
    #prewrap {
        display:grid !important;
        width:100% !important;
    }
    #wrap{
        display:grid !important;
        width:100% !important;
    }
    .wrapper-map{
        display:grid !important;
        width:100% !important;
    }
    .itinerary{
        width:100% !important;
    }
    section{
        padding:0 !important;
    }
    #map{
        margin-top:0 !important;
        height:50vh !important;
    }
    .services{
        display:flex !important;
        position: unset !important;
        transform: none !important;
    }
    .headwrap{
        margin:0!important;
        max-width: 80%;
    }
}
.headwrap{
    padding-right:1rem;
    padding-left:1rem;
}

ul {
    display: flex; /* Use flex for the ul */
    justify-content: center; /* Center the list items */
    list-style: none; /* Remove default list style */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
    flex-grow: 1; /* Allow ul to take up available space */
    position:relative;

}

.navbar li {
    margin: 0 15px;
    position:relative;

}

.navbar a {
    color: white; /* Text color for links */
    text-decoration: none;
    font-weight: bold;
}
.login{
    display: flex;
    justify-content: center;
    width: 25%;
}
/* Tours Grid Styles */
.tours-grid {
            display: none; /* Hide tours grid by default */
            position: absolute; /* Position it absolutely to the parent */
            top: 100%; /* Place it directly below the navbar */
            left: 0;
            background-color: #fff; /* White background for the dropdown */
            border: 1px solid #ccc; /* Optional border */
            z-index: 1000; /* Ensure it appears above other content */
            padding: 10px; /* Padding for dropdown content */
            box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Optional shadow for depth */
            width:30vw;
}

.tours-grid.visible {
    display: grid; /* Show grid when visible */
}

.tour {
    background-color:#3d6e9c; /* Tour card background */
    border: 1px solid #ccc; /* Tour card border */
    padding: 15px; /* Padding for cards */
    border-radius: 5px; /* Rounded corners */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Shadow for cards */
}



  .learn-more {
    padding: 15px 30px;
    font-size: 16px;
    border: 2px solid transparent;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    position: relative;
    width:100%;
  }

  .learn-more:hover {
    background-color: rgba(52, 152, 219, 0.2); /* More transparent on hover */
    backdrop-filter: blur(10px); /* Apply blur effect to the background */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Add shadow effect */
    border-color: #2980b9; /* Optional: border color change on hover */
  }



.login{
    cursor:pointer;
}

/* Modern Tour Page Styles */
.bike-rental-section {
    padding: 2rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Segoe UI', sans-serif;
}

.rental-tabs {
    display: flex;
    gap: 1rem;
    margin: 2rem 0;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    position: sticky;
    top: 4rem;
    z-index: 100;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tab-btn {
    padding: 1rem 2rem;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.tab-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.tab-btn.active {
    background: #00C853;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 200, 83, 0.3);
}

.tab-content {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.tab-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.detailed-bike {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
    margin: 3rem 0;
    padding: 2rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

.detailed-bike img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
}

.legal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.legal-card {
padding: 2rem;
    color: white;
    background: rgb(0, 0, 0, 0.5);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #00C853;
}

@media (max-width: 768px) {
    .rental-tabs {
        flex-direction: column;
    }
    
    .detailed-bike {
        grid-template-columns: 1fr;
    }
    
    .tab-btn {
        width: 100%;
    }
}

/* style.css */
:root {
    --primary: #3A7D5F;  /* Updated primary green */
    --secondary: #FFA971; /* Warm orange accent */
    --bg: #1A1A1A;       /* Dark background */
    --card-bg: #2D2D2D;  /* Card background */
    --text: #E0E0E0;     /* Light text */
    --border: #404040;
    --dark: #121212;
}



.review-section {
    background-color: var(--bg);
    color: var(--text);
    line-height: 1.6;
}

/* Hero Section */
.hero1 {
    /*background: linear-gradient(rgba(25,25,25,0.7), rgba(25,25,25,0.7));*/
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    position: relative;
}

.hero1::after {
    content: "© Epic Trip Asia";
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: rgba(255,255,255,0.3);
    font-size: 0.8rem;
    pointer-events: none;
}

.hero-content {
    max-width: 1200px;
    position: relative;
    z-index: 2;
}

h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: white;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}

.trust-badges {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: 30px 0;
    flex-wrap: wrap;
}

.trust-badges img {

    width: 5vw;
    transition: transform 0.3s;
}

.trust-badges img[alt="Google Reviews"] {
    filter: none;
    height: 55px;
    width: auto;
}

/* Feature Items */
.hero-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 30px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255,255,255,0.1);
    padding: 15px 25px;
    border-radius: 30px;
    backdrop-filter: blur(5px);
    border: 1px solid var(--border);
}

.feature-item img {
    width: 30px;
    height: 30px;
    filter: invert(0.8);
}

/* Stats Bar */
.stats-bar {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 30px;
    color: white;
    margin: 40px auto;
    border-radius: 15px;
    max-width: 800px;
}

.stat {
    text-align: center;
}

.number {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 8px;
}

.label {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Newsletter CTA */
.newsletter-cta {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
}

.newsletter-cta h3 {
    margin-bottom: 20px;
    color: var(--secondary);
}

.newsletter-cta input[type="email"] {
    width: 100%;
    padding: 12px 20px;
    border: 2px solid var(--primary);
    border-radius: 30px;
    background: var(--bg);
    color: var(--text);
    margin-bottom: 15px;
}

.newsletter-cta button {
    background: var(--primary);
    color: white;
    border: none;
    padding: 12px 35px;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s;
}

.newsletter-cta button:hover {
    background: var(--secondary);
}

/* Image Protection */
.hero-motorcycle-image {
    width: 80%;
    max-width: 1000px;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
    
    .hero-features {
        flex-direction: column;
        gap: 15px;
    }
    
    .stats-bar {
        flex-direction: column;
        gap: 25px;
        padding: 25px;
    }
    
    .hero-motorcycle-image {
        width: 95%;
    }
}

@media (max-width: 480px) {
    .trust-badges img {
        width:5rem;
    }
    
    .number {
        font-size: 1.8rem;
    }
}

/* Add these new styles */
.review-container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 20px;
    text-align: center;
}

.review-controls {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.load-reviews {
    background: var(--primary);
    color: white;
    padding: 12px 25px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.3s;
}

.load-reviews img {
    height: 1.2rem;
    /*filter: brightness(0) invert(1);*/
}

.write-review-btn {
    background: var(--secondary);
    color: var(--dark);
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.review-card {
    background: var(--card-bg);
    padding: 1.5rem;
    border-radius: 10px;
    text-align: left;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.review-rating {
    color: #FFB300;
    font-size: 1.1rem;
}

.review-content {
    font-style: italic;
    margin-bottom: 1rem;
    color: var(--text);
}

.review-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    color: #888;
}

.review-source {
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
}

.loading-spinner {
    /* Add your loading animation CSS */
}

@media (max-width: 768px) {
    .review-controls {
        flex-direction: column;
    }
    
    .load-reviews, .write-review-btn {

        justify-content: center;
    }
}

h1, h2, h3, h4, h5{
    color:white !important;
}
.fas{
    color:white;
}

    
    #send{
        width:30%;
    }
    /* Chat widget container (fixed to bottom-right) */
    #chat-widget {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 9999;
    }
    
    /* Minimized chat icon style */
    #chat-toggle {
      width: 60px;
      height: 60px;
      background: #007bff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
    #chat-toggle img {
      width: 30px;
      height: 30px;
    }
    
    /* Full chat container (hidden by default) */
    #chat-container {
      width: 300px;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      overflow: hidden;
      display: none;  /* Hidden until toggled open */
      margin-bottom: 10px; /* Space between container and toggle icon when open */
    }
    
    /* Chat header */
    .chat-header {
      background: #007bff;
      color: #fff;
      padding: 15px;
      text-align: center;
      font-size: 18px;
      position: relative;
    }
    
    /* Close icon in the header */
    #chat-close {
      position: absolute;
      right: 10px;
      top: 10px;
      cursor: pointer;
      font-size: 24px;
    }
    
    /* Chat messages area */
    .chat-messages {
      padding: 15px;
      height: 400px;
      overflow-y: auto;
      border-bottom: 1px solid #ddd;
    }
    
    /* Chat input area */
    .chat-input {
      display: flex;
      padding: 15px;
      background: #fafafa;
    }
    .chat-input input {
      flex: 1;
      padding: 10px;
      font-size: 16px;
      border: 1px solid #ddd;
      border-radius: 4px;
    }
    .chat-input button {
      margin-left: 10px;
      padding: 10px 20px;
      background: #007bff;
      border: none;
      color: #fff;
      font-size: 16px;
      border-radius: 4px;
      cursor: pointer;
      transition: background 0.3s ease;
    }
    .chat-input button:hover {
      background: #0056b3;
    }
    
    /* Message bubble styles */
    .message {
      margin-bottom: 10px;
      padding: 8px 12px;
      border-radius: 20px;
      max-width: 80%;
      word-wrap: break-word;
    }
    /* User-sent messages */
    .message.self {
      background: #d1e7dd;
      margin-left: auto;
      text-align: right;
    }
    /* Messages from others */
    .message.other {
      background: #f8d7da;
      margin-right: auto;
      text-align: left;
    }
.chat-input textarea {
  flex: 1;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  resize: none; /* Prevents resizing if desired */
}    



    /* Add these styles */
    .loading {
        text-align: center;
        padding: 2rem;
        color: var(--secondary);
    }
    
    .no-reviews {
        text-align: center;
        padding: 2rem;
    }
    
    .no-reviews-icon {
        width: 80px;
        opacity: 0.6;
        margin-bottom: 1rem;
    }
    
    .error {
        color: #ff4444;
        text-align: center;
        padding: 2rem;
    }
    
    .error-icon {
        width: 60px;
        margin-bottom: 1rem;
    }
    
    .test-mode {
        text-align: center;
        margin: 1rem 0;
        color: var(--secondary);
        font-size: 0.9rem;
    }
    
    .test-mode label {
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
    }


    /* Add these styles */
    .loading {
        text-align: center;
        padding: 2rem;
        color: var(--secondary);
    }
    
    .no-reviews {
        text-align: center;
        padding: 2rem;
    }
    
    .no-reviews-icon {
        width: 80px;
        opacity: 0.6;
        margin-bottom: 1rem;
    }
    
    .error {
        color: #ff4444;
        text-align: center;
        padding: 2rem;
    }
    
    .error-icon {
        width: 60px;
        margin-bottom: 1rem;
    }
    
    .test-mode {
        text-align: center;
        margin: 1rem 0;
        color: var(--secondary);
        font-size: 0.9rem;
    }
    
    .test-mode label {
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
    }

.pricing-note {
    background: rgba(0, 0, 0, 0.65);
    padding: 20px;
    border-radius: 12px;
    /*max-width: 600px;*/
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.pricing-note h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #ffcc00;
  font-weight: 400;
  min-height: 3.5rem;
  margin-top: 1rem;
  text-align: center;
  
}

.pricing-note p {
    font-size: 1rem;
    line-height: 1.6;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    h1.hero-title {
        font-size: 2rem;
    }

    .pricing-note {
        padding: 15px;
    }

    .pricing-note h2 {
        font-size: 1.2rem;
    }

    .pricing-note p {
        font-size: 0.95rem;
    }
}
        
        body {
            background: linear-gradient(135deg, #1a2a6c, #b21f1f, #1a2a6c);

        }
        
   
        h1 {
            font-size: 2.8rem;
            margin-bottom: 10px;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
            background: linear-gradient(to right, #ff9a9e, #fad0c4);
            -webkit-background-clip: text;
            /*-webkit-text-fill-color: transparent;*/
        }
        
        .subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
            max-width: 700px;
            margin: 0 auto;
        }
        
        .gallery-wrapper {
            max-width: 1000px;
            margin: 40px auto;
            background: rgba(0, 0, 0, 0.25);
            border-radius: 20px;
            padding: 30px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
            position: relative;
            overflow: hidden;
        }
        
        .gallery-wrapper::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(to right, #ff9a9e, #fad0c4);
        }
        
        .gallery-header {
            text-align: center;
            margin-bottom: 25px;
        }
        
        .gallery-header h2 {
            font-size: 2.2rem;
            margin-bottom: 10px;
            color: #ffd700;
        }
        
        .gallery-header p {
            color: #e0e0e0;
            max-width: 600px;
            margin: 0 auto;
        }
        
.slideshow-container {
  aspect-ratio: 16 / 9; /* Fallback height auto-adjusted */
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}

.slideshow {
    height: 100%;
    position: relative; /* REQUIRED */
}

.slide {
  background-color: #111; /* Prevent white flash while loading */
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease;
  border-radius: 15px;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}
        
        .slide-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
            padding: 20px;
            z-index: 2;
        }
        
        .slide-title {
            font-size: 1.8rem;
            margin-bottom: 10px;
            color: #fff;
        }
        
        .slide-date {
            color: #ffd700;
            font-size: 1rem;
        }
        
        .slide-desc {
            margin-top: 10px;
            color: #e0e0e0;
            max-width: 600px;
        }
        
        .arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.6);
            color: white;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            transition: all 0.3s ease;
        }
        
        .arrow:hover {
            background: rgba(0, 0, 0, 0.9);
            transform: translateY(-50%) scale(1.1);
        }
        
        .prev {
            left: 20px;
        }
        
        .next {
            right: 20px;
        }
        
        .thumbnail-gallery {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 20px;
            flex-wrap: wrap;
            padding: 10px;
        }
        
        .thumb {
            width: 120px;
            height: 80px;
            object-fit: cover;
            cursor: pointer;
            border-radius: 8px;
            opacity: 0.7;
            transition: all 0.3s ease;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
            border: 2px solid transparent;
            flex-shrink: 0;
        }
      
        .thumb:hover, .thumb.active-thumb {
            opacity: 1;
            border: 3px solid #ffd700;
            transform: translateY(-5px);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
        }
        
        .timer-indicator {
            height: 5px;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 3px;
            margin-top: 15px;
            overflow: hidden;
        }
        
        .timer-progress {
            height: 100%;
            width: 100%;
            background: linear-gradient(to right, #ff9a9e, #fad0c4);
            transform-origin: left;
            transform: scaleX(0);
            transition: transform 0.1s linear;
        }
        
        .gallery-controls {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 20px;
        }
        
        .control-btn {
            background: rgba(255, 215, 0, 0.2);
            color: #ffd700;
            border: 2px solid #ffd700;
            padding: 10px 20px;
            border-radius: 30px;
            cursor: pointer;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .control-btn:hover {
            background: rgba(255, 215, 0, 0.4);
            transform: translateY(-3px);
        }
        
        .autoplay-status {
            text-align: center;
            margin-top: 15px;
            font-size: 0.9rem;
            color: #ffd700;
            height: 20px;
        }
        

        
        @media (max-width: 768px) {
            .slideshow-container {
                height: 400px;
            }
            
            .thumb {
                width: 90px;
                height: 60px;
            }
            
            h1 {
                font-size: 2.2rem;
            }
        }
        
        @media (max-width: 480px) {
            .slideshow-container {
                height: 300px;
            }
            
            .thumb {
                width: 70px;
                height: 50px;
            }
            
            .arrow {
                width: 40px;
                height: 40px;
                font-size: 1.2rem;
            }
            
            .slide-title {
                font-size: 1.4rem;
            }
        }
        
/* style.css */
:root {
    --primary: #3A7D5F;  /* Updated primary green */
    --secondary: #FFA971; /* Warm orange accent */
    --bg: #1A1A1A;       /* Dark background */
    --card-bg: #2D2D2D;  /* Card background */
    --text: #E0E0E0;     /* Light text */
    --border: #404040;
    --dark: #121212;
}



.review-section {
    background-color: var(--bg);
    color: var(--text);
    line-height: 1.6;
}



.hero-content {
    max-width: 1200px;
    position: relative;
    z-index: 2;
}

h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: white;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}

.trust-badges {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: 30px 0;
    flex-wrap: wrap;
}

.trust-badges img {

    width: 5vw;
    transition: transform 0.3s;
}

.trust-badges img[alt="Google Reviews"] {
    filter: none;
    height: 55px;
    width: auto;
}

/* Feature Items */
.hero-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 30px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255,255,255,0.1);
    padding: 15px 25px;
    border-radius: 30px;
    backdrop-filter: blur(5px);
    border: 1px solid var(--border);
}

.feature-item img {
    width: 30px;
    height: 30px;
    filter: invert(0.8);
}

/* Stats Bar */
.stats-bar {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 30px;
    color: white;
    margin: 40px auto;
    border-radius: 15px;
    max-width: 800px;
}

.stat {
    text-align: center;
}

.number {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 8px;
}

.label {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Newsletter CTA */
.newsletter-cta {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
}

.newsletter-cta h3 {
    margin-bottom: 20px;
    color: var(--secondary);
}

.newsletter-cta input[type="email"] {
    width: 100%;
    padding: 12px 20px;
    border: 2px solid var(--primary);
    border-radius: 30px;
    background: var(--bg);
    color: var(--text);
    margin-bottom: 15px;
}

.newsletter-cta button {
    background: var(--primary);
    color: white;
    border: none;
    padding: 12px 35px;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s;
}

.newsletter-cta button:hover {
    background: var(--secondary);
}

/* Image Protection */
.hero-motorcycle-image {
    width: 80%;
    max-width: 1000px;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
    
    .hero-features {
        flex-direction: column;
        gap: 15px;
    }
    
    .stats-bar {
        flex-direction: column;
        gap: 25px;
        padding: 25px;
    }
    
    .hero-motorcycle-image {
        width: 95%;
    }
}

@media (max-width: 480px) {
    .trust-badges img {
        width:5rem;
    }
    
    .number {
        font-size: 1.8rem;
    }
}    



    /* Homepage Version Styles */
.bike-rental-section.homepage-version {
    padding: 2rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Segoe UI', sans-serif;
}

.bike-rental-section h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 2rem;
    font-weight: 600;
}

.bike-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.bike-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bike-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.bike-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    /*background-color: #f0f0f0; /* Fallback while loading */
}

.bike-card h3 {
    font-size: 1.5rem;
    color: black !important;
    margin: 1rem 1rem 0.5rem;
    font-weight: 600;
}

.price {
    font-size: 1.25rem;
    color: #3498db; /* Green for pricing */
    margin: 0 1rem 1rem;
    font-weight: 600;
    display:none;
}

.features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0 1rem 1rem;
}

.features span {
    background: #f5f5f5;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    font-size: 0.9rem;
    color: #555;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.features i {
    color: #3498db;
}

.rental-includes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.include-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.include-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.include-card i {
    font-size: 2rem;
    color: #3498db;
    margin-bottom: 1rem;
}

.include-card h4 {
    font-size: 1.25rem;
    color: black !important;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.include-card p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
}

.include-card p strong {
    color: #333;
}

/* Responsive Design */
@media (max-width: 768px) {
    .bike-grid {
        grid-template-columns: 1fr;
    }

    .rental-includes {
        grid-template-columns: 1fr;
    }

    .bike-rental-section h2 {
        font-size: 2rem;
    }
}

.accordion {
  width: 100%;
  max-width: 70%;
  margin: 20px auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.accordion h3{
color:black!important;    
}    
.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}
.accordion-toggle i{
    color:#2c3e50 !important;
}
.accordion-toggle:hover {
  background-color: #e8ecef;
}

.accordion-toggle h3 {
  margin: 0;
  font-size: 1.2rem;
}

.arrow-icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.accordion-content {
  display: none;
  padding: 15px 20px;
  background-color: #f1f1f1;
}

.accordion-item.active .accordion-content {
  display: block;
}

.accordion-item.active .arrow-icon {
  transform: rotate(180deg);
}

    
/* Media query for smaller screens (mobile) */
@media (max-width: 768px) {
    .hero {
        height: 400px; /* Smaller height for mobile */
    }

    h1.hero-title {
        font-size: 32px; /* Smaller title */
    }

    .hero-subtitle {
        font-size: 18px; /* Smaller subtitle */
    }

    .cta-button {
        padding: 10px 20px; /* Smaller padding for the button */
        font-size: 16px; /* Adjusted font size */
    }
}
/* General styles for the hero section */
.hero {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 800;
    min-height: 300px;
    overflow: hidden;

}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    border-radius: 10px;
    font-family: 'Montserrat', Arial, sans-serif;
    will-change: transform;
    max-width: 90%;
}
h1.hero-title {
    font-size: 48px;
    margin: 0;
  font-weight: 700;
  min-height: 4.5rem; /* Prevent height jump */
  text-align: center;

  color: white;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.5);    
    font-family: 'Montserrat', Arial, sans-serif;

}

.hero-subtitle {
    font-size: 24px;
    margin: 10px 0;
}

.cta-button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #0056b3;
}

.about-us {
    text-align: center;
    margin: 50px auto;
    padding: 20px;
    max-width: 800px;
    font-family: 'Montserrat', sans-serif;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 1rem;        
}

.about-us h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1f77d0;
}

.about-us p {
    font-size: 18px;
    line-height: 1.6;
    color: white !important;
}

.featured-tours {
    text-align: center;
    margin: 50px auto;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
}

.featured-tours h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #1f77d0;
}
h2{
    font-size: 36px;
    margin-bottom: 30px;
    color: #1f77d0;
}

.tour-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.tour-card {
    background-color: #f1f1f1;
    border-radius: 12px;
    overflow: hidden;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.tour-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.tour-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.tour-card h3 {
    font-size: 24px;
    margin: 15px 0;
    color: black !important;
}

.tour-card p {
    font-size: 16px;
    padding: 0 15px;
    margin-bottom: 15px;
    color: #666;
}

.learn-more-btn {
    background: linear-gradient(45deg, #1f77d0, #3ca6f8);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 15px;
    transition: background 0.3s;
}

.learn-more-btn:hover {
    background: linear-gradient(45deg, #3ca6f8, #1f77d0);
}
        
.testimonials {
    text-align: center;
    margin: 50px auto;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    background-color: #f9f9f9;
}

.insights {
    width: 80%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    padding-top:15px;
    padding-bottom:15px;
}

/* Insight card design */
.insight-card {
    background-color: rgb(0, 0, 0, 0.7);;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

/* Hover effect */
.insight-card:hover {
    transform: scale(1.05);
}

/* Heading styling */
.insight-card h3 {
    font-size: 1.5rem;
    /*color: #2c3e50;*/
    margin-bottom: 0.5rem;
}

/* Paragraph text */
.insight-card p {
    margin-bottom: 1rem;
    /*color: #7f8c8d;*/
}

/* List styling */
.insight-card ul {
    list-style: none;
    padding: 0;
    display:grid;
}

.insight-card ul li {
    margin: 0.5rem 0;
    color: #3498db;
    font-weight: bold;
}

/* Responsive design */
@media (max-width: 768px) {
    .insights {
        grid-template-columns: 1fr;
    }
}

.background-div {
    width: 100%;           /* Full width */
    /*background-image: url('https://vn.epictripasia.com/wp-content/themes/twentytwentyfour-child/uploads/IMG_9657.webp'); */
    background-size: cover;  /* Ensures the image covers the div */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents tiling */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;          /* Ensures text is readable */
    text-align: center;
}




/*
.testimonials h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #1f77d0;
}

.testimonial-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.testimonial-card {
    background-color: white;
    border-radius: 12px;
    padding: 20px;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.testimonial-card p {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    font-style: italic;
}

.testimonial-card h4 {
    font-size: 18px;
    color: #333;
}
.newsletter {
    text-align: center;
    margin: 50px auto;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    background-color: #1f77d0;
    color: white;
    border-radius: 12px;
}

.newsletter h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.newsletter p {
    font-size: 18px;
    margin-bottom: 20px;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.newsletter-form input {
    padding: 10px;
    border: none;
    border-radius: 5px;
    width: 300px;
    font-size: 16px;
}

.newsletter-form button {
    padding: 10px 20px;
    background-color: white;
    color: #1f77d0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.newsletter-form button:hover {
    background-color: #f1f1f1;
}
*/
