    body{
        color : rgb(0, 0, 0) ;
        color: rgb(0, 0, 0);
        font-weight :100;
  
font-family: 'Inter', sans-serif;
font-size: 20px;
background-color: #e8efef;
/* Navbar Styling */
.navbar-modern {
  background: linear-gradient(120deg, #054a29, #0d6efd);
}



/*/* Hover effect */
.navbar-modern .nav-link:hover {
  color: #ffd700 !important;
  transition: 0.3s;
}

/* Fix dropdown text contrast */
.dropdown-menu {
  border-radius: 10px;
}

/* Search input styling */
.navbar-modern input {
  border: none;
  padding: 10px;
}

/* Brand hover effect */
.navbar-brand:hover {
  color: #ffe074 !important;
  transition: 0.3s;
}


    }
    .navbar{
        height : 70px;
        background-color : #EAF6FF;
        color : white;
    font-family: 'Inter', sans-serif;
    }
    .search{
        border : 3px solid rgb(0, 0, 0);
        color : rgb(0, 0, 0);
        border-radius : 15px;  
    }
    #first_img{
    height : 180px;
    width : 100%;
    object-fit : cover; 
    object-position: 40% 20%;
    border : 3px solid  #EAF6FF ;
    }
    .container{
        margin-top : 0.25%; 
        gap: 10px;  
    }
.size{
  height: 250px;
  width: 250px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.792);
}

@media(max-width : 576px){
    .size{
       width : 90%;
       display :block;
       margin : 0 auto;
    }
    .shadow{
        text-shadow: none;
        color : black;
    }
    
}
.t1{
    font-size : 1rem
}
.shadow{
    text-shadow: white;
    -webkit-text-stroke-width: 0.25px; 
    
    /* 2. The color of the line */
    -webkit-text-stroke-color: rgb(255, 255, 255);
    font-weight: bold;
}
h3{
    text-align: center;
    font-family :'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: normal;
    font-display: fallback;
    -webkit-text-stroke-width: 0.25px; 
    
    /* 2. The color of the line */
    -webkit-text-stroke-color: rgb(255, 255, 255);
}
.btn-container {
  position: relative;
}

/* Button style */
.btsize {
  background-color: red;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 18px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  top: 10px;
  right: 10px;
}

/* Hover effect */
.btsize:hover {
  background-color: darkred;
}


/*adding the color to the navbar*/
/* Mobile + Tablet (Bootstrap breakpoints: max-width 991px) */
/* Mobile + Tablet styles (Bootstrap breakpoint up to 991px width) */
@media (max-width: 991px) {

  .navbar-nav .nav-link {
    color: #000 !important;          /* Black text */
    -webkit-text-stroke: 0.05px #ffffff; /* Stroke outline */
    font-weight: 600;                /* Optional: makes stroke clearer */
  }

  .navbar-brand {
    color: #ffffff !important;
    -webkit-text-stroke: 0.05px #000000;
    font-weight: 700;
  }

  /* Make hamburger icon visible on light bg */
  .navbar-toggler-icon {
    filter: invert(1);
  }
}

@media (max-width: 991px) {
  .navbar-nav .nav-link {
    font-weight: 600;
  }
}

@media (max-width: 991px) {
  .navbar-nav .nav-link {
    text-shadow: 1px 1px 2px rgb(255, 255, 255);
  }
}



/* Tablet */
@media (max-width: 992px) {
  .btsize {
    font-size: 16px;
    padding: 10px 18px;
    top: 8px;
    right: 8px;
  }
  .heading{
        font-size: small;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .btsize {
    font-size: 14px;
    padding: 8px 14px;
    width: auto; /* don't make full width on mobile */
    top: 6px;
    right: 6px;
  }
  .heading{
        font-size: small;
  }
}
.heading{
    margin-top: 2%;
}
@media (min-width: 992px) {
    .heading{
        font-size : larger;
    }
 }
 @media (max-width: 375px) {
    .heading{
        font-size : x-small;
    }
 }
 .text{
    font-size: 24px;
    font-weight: bold;
    font-family :Inter;
    
 }
 @media (max-width: 768px) {
  .text {
    font-size: 16px;
  }
}
 
 .temple{
    object-fit: cover;
 }
 .border{
    border-radius: 19px;
    font-family: Playfair Display  ;
 }
 .mar{
    margin-top : 4%;
    
 }
 .info-box {
  transition: 0.3s ease-in-out;
  background: #ffffff;
}

.info-box:hover {
  transform: scale(1.05);
  background: #e8f4ff;
  cursor: pointer;
}
.h{
    margin-top : 2%;
    font-weight : bold;
    
}
.txt{
    font-size: 2.5rem ;
}
.container .shadow-sm:hover {
  transform: scale(1.05);
  transition: 0.3s ease;
  background-color: #eef8ff;
}
   .container .shadow-sm:hover {
  background-color: #fff7e6;
  transform: translateY(-5px);
  transition: 0.3s ease;
}
 .container .shadow-sm:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
  background-color: #f0faff;
}
#up {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #ffffff;
    color: rgb(228, 14, 14);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
    transition: 0.3s;
}
#up:hover {
    background: #084dbf;
    transform: scale(1.1);
}

#unfo{
    font-size: 2rem;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    color : rgb(59, 64, 206)  

}
.experiences {
  padding: 50px 20px;
  max-width: 1100px;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

.experience-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.05);
  transition: 0.3s ease;
  text-align: center;
}

.experience-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 8px 30px rgba(0,0,0,0.1);
}

.icon {
  font-size: 38px;
  margin-bottom: 15px;
}

.experience-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.experience-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #555;
}
/* Soft background badges */
.bg-soft-primary {
  background-color: rgba(13, 110, 253, 0.08);
  color: #0d6efd;
}

.bg-soft-success {
  background-color: rgba(25, 135, 84, 0.08);
  color: #198754;
}

.bg-soft-warning {
  background-color: rgba(255, 193, 7, 0.1);
  color: #b28400;
}

/* Taste & Culture card */
.taste-culture-card {
  background: linear-gradient(135deg, #ffffff 0%, #f3f7ff 45%, #fef9f3 100%);
}

.taste-culture-avatar {
  width: 44px;
  height: 44px;
  background: #0d6efd10;
  color: #0d6efd;
  font-size: 0.9rem;
}

/* Testimonials */
.testimonial-card {
  background-color: #ffffff;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  background: #f3f6ff;
  font-size: 1rem;
  color: #0d6efd;
}

/* Carousel indicators (clean dots) */
#hpTestimonials .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background-color: #d0d7e2;
}

#hpTestimonials .carousel-indicators .active {
  width: 24px;
  background-color: #0d6efd;
}

/* Small screen tweaks */
@media (max-width: 576px) {
  #taste-culture h2 {
    font-size: 1.35rem;
  }

  .testimonial-card {
    padding: 1.5rem;
  }
}
.footer-link {
  color: #bfbfbf;
  text-decoration: none;
  transition: 0.3s;
}

.footer-link:hover {
  color: #ffffff;
}

/* Social Icons */
.social-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  transition: 0.3s ease-in-out;
}

.social-icon:hover {
  background: #0d6efd;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(13, 110, 253, 0.4);
}





.adventure-hero {
  min-height: 100vh;
  background: 
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
    url('https://images.unsplash.com/photo-1543418105-e9ab45b3cd94?auto=format&fit=crop&w=1400&q=80') center/cover no-repeat;
  padding: 70px 20px;
}

.adventure-hero h1 {
  letter-spacing: 1px;
}

.hero-desc {
  max-width: 750px;
  font-size: 1.1rem;
  opacity: 0.9;
  line-height: 1.7;
}

/* Buttons */
.hero-btn {
  padding: 12px 28px;
  transition: 0.3s ease;
  font-weight: 500;
}

.hero-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 20px rgba(255,255,255,0.2);
}


.text-muted {
    --bs-text-opacity: 1;
    color: rgb(255 255 255 / 75%) !important;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .adventure-hero h1 {
    font-size: 2rem;
  }
  .hero-desc {
    font-size: 0.95rem;
  }
}
.h{
  color:#0d6efd;
  background-color: #ffffff;
  font-size : 1.7rem;
  transition-property: font-size;
  transition-duration: 2ms;
  transition-delay: 2ms;
  transition-timing-function: ease;
}
.h:hover{
  font-size:2rem;
}
.font{
  font-size: 1.5;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  -webkit-text-stroke: 0.1px rgb(255, 255, 255); /* width color */
}


body.adventure-page {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 40px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
} 

.main-container {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.page-title {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    color: #764ba2;
    margin-bottom: 10px;
    -webkit-text-stroke: 1px #667eea;
}

.page-subtitle {
    text-align: center;
    color: #666;
    font-size: 1.2rem;
    margin-bottom: 40px;
}

.adventure-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.adventure-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
    border: 2px solid #667eea;
}

.adventure-icon {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 20px;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
}

.adventure-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #764ba2;
    text-align: center;
    margin-bottom: 20px;
    -webkit-text-stroke: 0.5px #667eea;
}

.content-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-list li {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
    color: #444;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.content-list li:last-child {
    border-bottom: none;
}

.content-list li:before {
    content: "✦ ";
    color: #667eea;
    font-weight: bold;
    margin-right: 8px;
}

.content-list li:hover {
    color: #667eea;
    padding-left: 10px;
    font-weight: 500;
}

/* Color variations for different cards */
.card-air {
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
}

.card-mountain {
    background: linear-gradient(135deg, #fff9c4 0%, #fff59d 100%);
}

.card-winter {
    background: linear-gradient(135deg, #e1f5fe 0%, #b3e5fc 100%);
}

.card-water {
    background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 100%);
}

.card-road {
    background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%);
}

@media (max-width: 768px) {
    .page-title {
        font-size: 2rem;
    }
    
    .adventure-icon {
        font-size: 3rem;
    }
}


.main-container {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.section-title {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    color: #764ba2;
    margin-bottom: 15px;
    -webkit-text-stroke: 1px #667eea;
}

.section-subtitle {
    text-align: center;
    color: #666;
    font-size: 1.2rem;
    margin-bottom: 50px;
}

.location-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    height: 100%;
    border: 3px solid transparent;
}

.location-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 50px rgba(102, 126, 234, 0.3);
    border: 3px solid #667eea;
}

.location-image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

/* Fallback gradient if no image */
.location-image.no-image {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
}

/* Dark overlay on image for better text contrast if needed */
.location-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.location-card:hover .location-image::before {
    background: rgba(0, 0, 0, 0.1);
}

.location-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
}

.location-content {
    padding: 25px;
}

.location-name {
    font-size: 1.8rem;
    font-weight: bold;
    color: #764ba2;
    margin-bottom: 10px;
}

.location-tagline {
    color: #667eea;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 20px;
    font-style: italic;
}

.info-section {
    margin-bottom: 15px;
}

.info-label {
    font-weight: bold;
    color: #333;
    display: inline-block;
    width: 140px;
    font-size: 0.95rem;
}

.info-value {
    color: #555;
    font-size: 0.95rem;
}

.badge-difficulty {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: bold;
    margin-left: 10px;
}

.difficulty-easy {
    background: #d4edda;
    color: #155724;
}

.difficulty-moderate {
    background: #fff3cd;
    color: #856404;
}

.difficulty-hard {
    background: #f8d7da;
    color: #721c24;
}

.difficulty-extreme {
    background: #d6d8db;
    color: #1b1e21;
}

.safety-note {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 12px 15px;
    margin-top: 15px;
    border-radius: 5px;
    font-size: 0.9rem;
    color: #856404;
}

.safety-note::before {
    content: "⚠️ ";
    font-weight: bold;
}

.activity-icon {
    font-size: 1.5rem;
    margin-right: 8px;
}

.footer-note {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    color: white;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
    
    .location-image {
        height: 200px;
    }

    .info-label {
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }
}





/* Trek Cards */
.trek-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-left: 5px solid #667eea;
    margin-bottom: 25px;
}

.trek-card:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.3);
}

.trek-name {
    font-size: 1.8rem;
    font-weight: bold;
    color: #764ba2;
    margin-bottom: 15px;
}

.trek-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.trek-detail-item {
    background: #f8f9fa;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 0.95rem;
}

.trek-detail-label {
    font-weight: bold;
    color: #667eea;
    display: block;
    margin-bottom: 5px;
}

.trek-highlight {
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
}

.difficulty-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: bold;
}

/* Snow Adventure Section */
.snow-section {
    background: linear-gradient(135deg, #e1f5fe 0%, #b3e5fc 100%);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
}

.snow-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.snow-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}

.snow-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #0277bd;
    margin-bottom: 12px;
}

.snow-list {
    list-style: none;
    padding: 0;
}

.snow-list li {
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
}

.snow-list li:last-child {
    border-bottom: none;
}

.snow-list li:before {
    content: "❄️ ";
    margin-right: 10px;
}

/* Cost Guide */
.cost-card {
    background: linear-gradient(135deg, #fff9c4 0%, #fff59d 100%);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
    border: 2px solid #fbc02d;
}

.cost-header {
    font-size: 1.5rem;
    font-weight: bold;
    color: #f57c00;
    margin-bottom: 15px;
}

.price-range {
    font-size: 1.8rem;
    font-weight: bold;
    color: #e65100;
    margin: 10px 0;
}

.package-box {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin: 15px 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.package-type {
    font-size: 1.2rem;
    font-weight: bold;
    color: #667eea;
    margin-bottom: 10px;
}

/* Permits & Safety */
.safety-section {
    background: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.warning-box {
    background: #f8d7da;
    border: 2px solid #f5c6cb;
    border-radius: 10px;
    padding: 20px;
    margin: 15px 0;
}

.warning-box h5 {
    color: #721c24;
    font-weight: bold;
}

.permit-list {
    list-style: none;
    padding: 0;
}

.permit-list li {
    padding: 12px;
    background: white;
    margin: 10px 0;
    border-radius: 8px;
    border-left: 4px solid #667eea;
}

/* Packing Checklist */
.packing-section {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
}

.checklist-category {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.category-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #2e7d32;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.category-icon {
    font-size: 2rem;
    margin-right: 10px;
}

.checklist {
    list-style: none;
    padding: 0;
}

.checklist li {
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.checklist li:before {
    content: "✓ ";
    color: #4caf50;
    font-weight: bold;
    margin-right: 10px;
}

/* Season Table */
.season-table {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.season-table table {
    width: 100%;
    margin: 0;
}

.season-table thead {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.season-table th {
    padding: 18px;
    font-weight: bold;
    font-size: 1.1rem;
}

.season-table td {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.season-table tbody tr:hover {
    background: #f5f5f5;
}

.season-badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: bold;
    margin: 3px;
}

.season-spring {
    background: #c8e6c9;
    color: #2e7d32;
}

.season-monsoon {
    background: #b3e5fc;
    color: #01579b;
}

.season-autumn {
    background: #ffccbc;
    color: #bf360c;
}

.season-winter {
    background: #e1f5fe;
    color: #0277bd;
}

/* Traveler Reviews */
.review-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-top: 4px solid #667eea;
    position: relative;
}

.review-card:before {
    content: '"';
    font-size: 4rem;
    color: #e0e0e0;
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: Georgia, serif;
}

.review-text {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 15px;
    padding-left: 40px;
}

.review-author {
    text-align: right;
    font-weight: bold;
    color: #764ba2;
    font-size: 1rem;
}

.review-location {
    text-align: right;
    color: #999;
    font-size: 0.9rem;
}

.star-rating {
    color: #ffc107;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

/* Section Headers */
.section-header {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #764ba2;
    margin: 40px 0 30px;
    -webkit-text-stroke: 1px #667eea;
}

.section-subtitle {
    text-align: center;
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 40px;
}

/* Responsive */
@media (max-width: 768px) {
    .trek-details {
        grid-template-columns: 1fr;
    }
    
    .section-header {
        font-size: 2rem;
    }
    
    .season-table {
        overflow-x: auto;
    }
}
#cls{
  margin-left:90%;
}
.map-responsive {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px; /* Optional: rounded edges */
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}







   :root {
            --primary: #2563eb;
            --secondary: #10b981;
            --accent: #f59e0b;
            --dark: #1e293b;
        }
        
        .gradient {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            min-height: 100vh;
            padding: 20px 0;
        }
        
        .main-container {
            background: white;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.3);
            overflow: hidden;
            max-width: 1200px;
           margin: 2% auto;
        }
        
        .header {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 40px 20px;
            text-align: center;
        }
        
        .header h1 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 10px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
        }
        
        .header p {
            font-size: 1.1rem;
            opacity: 0.95;
        }
        
        .tour-card {
            background: white;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            margin-bottom: 30px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .tour-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }
        
        .tour-header {
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
            color: white;
            padding: 20px;
        }
        
        .tour-header h3 {
            margin: 0;
            font-size: 1.5rem;
            font-weight: 600;
        }
        
        .tour-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            padding: 15px 20px;
            background: #f8fafc;
            border-bottom: 2px solid #e2e8f0;
        }
        
        .meta-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.95rem;
        }
        
        .meta-item i {
            color: var(--primary);
        }
        
        .tour-body {
            padding: 20px;
        }
        
        .itinerary-day {
            background: #f1f5f9;
            border-left: 4px solid var(--primary);
            padding: 15px;
            margin-bottom: 15px;
            border-radius: 8px;
        }
        
        .itinerary-day h5 {
            color: var(--primary);
            margin-bottom: 10px;
            font-weight: 600;
        }
        
        .activity-list {
            list-style: none;
            padding-left: 0;
        }
        
        .activity-list li {
            padding: 5px 0;
            padding-left: 20px;
            position: relative;
        }
        
        .activity-list li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: var(--secondary);
            font-weight: bold;
        }
        
        .price-badge {
            background: var(--accent);
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            font-weight: 600;
            display: inline-block;
        }
        
        .route-badge {
            background: #e0e7ff;
            color: var(--primary);
            padding: 10px 15px;
            border-radius: 10px;
            margin: 10px 0;
            font-size: 0.9rem;
        }
        
        .table-responsive {
            margin: 15px 0;
        }
        
        .table {
            margin-bottom: 0;
        }
        
        .table thead {
            background: var(--primary);
            color: white;
        }
        
        @media (max-width: 768px) {
            .header h1 {
                font-size: 1.8rem;
            }
            
            .tour-meta {
                flex-direction: column;
                gap: 10px;
            }
        }