:root {
  --primary: #3a86ff;
  --secondaryy: #ffbe0b;
  --dark: #1a1a2e;
  --light: #f8f9fa;
  --accent: #ff6b6b;
}

h2 {
  font-size: 1.8rem;
}

h6 {
    margin-left: 17px;
    padding-top: 16px;
    font-size: 16px;
}

.main-content {
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 25px;
  margin-bottom: 30px;
}

.main-content {
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 25px;
  margin-bottom: 30px;
}

.sidebar {
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 25px;
  margin-bottom: 30px;
}

.section-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 2px solid var(--secondaryy);
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: var(--primary);
}


.destination-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 8px;
  background: var(--light);
  transition: all 0.3s;
}

.destination-item:hover {
  background: #e9ecef;
  transform: translateX(5px);
}

.booking-form {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 0px;
  border-radius: 10px;
}

.btn-book {
  background: linear-gradient(135deg, var(--secondaryy) 0%, #faa307 100%);
  border: none;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  transition: all 0.3s;
}

.btn-book:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.image-slider {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.carousel-item {
  height: 400px;
  background-position: center;
  background-size: cover;
}

.accordion-button {
  padding: 0.5rem 1.25rem !important;
  height: 50px!important;
}

.accordion-button:not(.collapsed) {
  color: #074197;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
  font-weight: 600;
      height: 50px!important;
      height: 50px;
}


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

.feature-list li {
  padding: 8px 0;
  border-bottom: 1px dashed #dee2e6;
}

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

.feature-list i {
  color: var(--primary);
  margin-right: 10px;
}

@media (max-width: 450px) {
    .price-tag {
    width: 26%;
    }
}
@media (max-width: 400px) {
    .price-tag {
    width: 34%;
    }
}

@media only screen and (max-width: 1023px) {
  .main-menu {
    display: none!important;
  }
  .nav {
     display: none; 
}
}


.accordion-body ul li {
    padding-top: 10px;
    border-bottom: 1px dashed #dee2e6;

}
 .tour-card {
            transition: all 0.3s ease;
            margin-bottom: 20px;
            border: none;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        }
        
        .tour-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
        }
        
        .tour-card img {
            height: 180px;
            object-fit: cover;
        }
        
        .tour-card .card-body {
            padding: 20px;
        }
        
        .tour-card .price {
            color: #b5090d;
            font-weight: 700;
            font-size: 1.2rem;
        }
        
       
        .price-tag {
            position: relative;
            top: 0px;
            background: #b5090d;
            color: white;
            padding: 8px 15px;
            border-radius: 50px;
            font-weight: 600;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            float: right;
            width:40%;
        }
        
        .rating {
            
            color: #ffc107;
            margin-bottom: 10px;
        }
        
        .badge-popular {
            position: absolute;
            top: 15px;
            left: 15px;
            background: var(--success);
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        /* Popular tours scrollable container */
        .popular-tours-container {
            max-height: 800px;
            overflow-y: auto;
            padding-right: 10px;
        }
        
        /* Custom scrollbar */
        .popular-tours-container::-webkit-scrollbar {
            width: 6px;
        }
        
        .popular-tours-container::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }
        
        .popular-tours-container::-webkit-scrollbar-thumb {
            background: var(--primary);
            border-radius: 10px;
        }
        
         :root {
            --primary: #3a86ff;
            --secondarrry: #ffbe0b;
            --accent: #ff6b6b;
            --dark: #1a1a2e;
            --light: #f8f9fa;
        }
        .hotel-slider-section {
            padding: 0px 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-radius: 15px;
            margin: 0px 0;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        }
        
        .hotel-slider-container {
            position: relative;
            padding: 0 50px;
        }
        
        .hotel-slider {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }
        
        .hotel-slide {
            position: relative;
            height: 450px;
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: flex-end;
            transition: transform 0.3s ease;
        }
        
        .hotel-info {
            background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
            color: white;
            padding: 25px;
            width: 100%;
        }
        
        .hotel-name {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 10px;
        }
        
        .hotel-location {
            font-size: 1.1rem;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }
        
        .hotel-location i {
            margin-right: 10px;
            color: var(--secondarrry);
        }
        
        .hotel-rating {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        
        .rating-stars {
            color: var(--secondarrry);
            margin-right: 10px;
        }
        
        .rating-value {
            font-weight: 600;
            font-size: 1.1rem;
        }
        
        
        .slider-controls {
            position: absolute;
            top: 50%;
            width: 100%;
            left: 0;
            display: flex;
            justify-content: space-between;
            transform: translateY(-50%);
            padding: 0 15px;
            pointer-events: none;
        }
        
        .slider-btn {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: white;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            transition: all 0.3s ease;
            pointer-events: auto;
        }
        
        .slider-btn:hover {
            background: var(--primary);
            color: white;
            transform: scale(1.1);
        }
        
        .slider-dots {
            display: flex;
            justify-content: center;
            margin-top: 30px;
            gap: 10px;
        }
        
        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #dee2e6;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .dot.active {
            background: var(--primary);
            transform: scale(1.3);
        }
        
        .hotel-badge {
            position: absolute;
            top: 20px;
            right: 20px;
            background: var(--accent);
            color: white;
            padding: 8px 15px;
            border-radius: 20px;
            font-weight: 600;
            font-size: 0.9rem;
            z-index: 10;
        }
        
        @media (max-width: 768px) {
            .hotel-slide {
                height: 400px;
            }
            
            .hotel-name {
                font-size: 1.7rem;
            }
            
            .slider-btn {
                width: 40px;
                height: 40px;
            }
            
            .hotel-slider-container {
                padding: 0 30px;
            }
        }
        
        @media (max-width: 576px) {
            .hotel-slide {
                height: 350px;
            }
            
            .hotel-name {
                font-size: 1.5rem;
            }
            
            .hotel-info {
                padding: 15px;
            }
            
        }


          .price-tags-wrap {
        display: flex;
        gap: 10px;
        /* space between tags */
        justify-content: flex-start;
        /* left aligned by default */
        margin-bottom: 15px;
        flex-wrap: wrap;
        /* allow wrapping on small screens */
    }

    .price-tag {
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        padding: 8px 14px;
        border-radius: 20px;
        background: #b5090d;
        color: white;
        border: 1px solid #ddd;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        white-space: nowrap;
        /* prevents breaking in the middle */
        transition: all 0.3s ease;
    }

    /* On hover (optional, if you want a nice effect) */
    .price-tag:hover {
        background: #0b6b4a;
        color: #fff;
        border-color: #0b6b4a;
    }

    /* ✅ Responsive styles */
    @media (max-width: 768px) {
        .price-tags-wrap {
            justify-content: center;
            /* center align on tablet/mobile */
        }
    }

    @media (max-width: 480px) {
        .price-tags-wrap {
            flex-direction: column;
            /* stack vertically */
            align-items: center;
        }

        .price-tag {
            width: 100%;
            /* full width tags */
            text-align: center;
            font-size: 13px;
            margin-bottom: 8px;
        }
    }
        
     table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            font-size: 16px;
        }
        
        th, td {
            padding: 15px;
            text-align: left;
            border: 1px solid #ddd;
        }
        
        th {
            background-color: #b5090d;
            color: white;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        tr:nth-child(even) {
            background-color: #ecf5fd;
        }
        
        tr:hover {
            background-color: #e8f4fc;
            transition: background-color 0.2s;
        }
        

        .rev-slidebg {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}

.rev_slider,
.rev_slider .rev-slidebg {
    width: 100% !important;
    height: 100% !important;
}


.fullscreen-container,
.fullscreenbanner,
.rev_slider,
.rev-slidebg {
  width: 100% !important;
  height: 100vh !important;   /* Full screen height */
  max-width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  object-fit: cover;
}


      



  .fullscreen-container,
    .fullscreenbanner,
    .rev_slider,
    .rev-slidebg {
        width: 100% !important;
        height: 100% !important;
        /* Full screen height */
        max-width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        object-fit: cover;
    }

    .static-banner {
        position: relative;
        width: 100%;
        height: 100vh;
        /* Fullscreen */
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 90px;
        overflow: hidden;
    }

    .banner-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("https://bhutanluxurytours.com/assets/images/banner6.jpeg") center/cover no-repeat;
        z-index: -1;
    }

    .banner-content {
        max-width: 600px;
        color: #fff;
    }

    .departure-title {
        font-size: 36px;
        font-weight: 800;
        background: #b5090d;
        display: inline-block;
        padding: 10px 20px;
        margin-bottom: 30px;
        text-transform: uppercase;
        color: #fff;
    }

    .dates-list {
        display: grid;
        grid-template-columns: repeat(3, auto);
        gap: 15px 30px;
        list-style: none;
        padding: 0;
        margin: 0 0 30px;
    }

    .dates-list li {
        background: #f1c40f;
        padding: 10px 18px;
        border-radius: 25px;
        font-weight: bold;
        color: #000;
        text-align: center;
        white-space: nowrap;
    }

    /* Buttons */
    .banner-buttons {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    .banner-buttons .btn {
        padding: 12px 24px;
        border-radius: 30px;
        text-decoration: none;
        font-weight: 600;
        transition: 0.3s ease;
    }

    .btn-primary {
        background: #b5090d !important;
        color: #fff;
    }

    .btn-secondary {
        background: #b5090d !important;
        color: #000;
    }

    /* 📱 Responsive */
    @media (max-width: 768px) {
        .static-banner {
            height: auto;
            padding: 60px 20px;
            text-align: center;
            justify-content: center;
        }

        .dates-list {
            grid-template-columns: 1fr;
            /* All in one column */
            gap: 12px;
        }

        .departure-title {
            font-size: 28px;
        }

        .banner-buttons {
            justify-content: center;
        }
    }
    
    