  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/wp-content/themes/hft/assets/fonts/open-sans-v15-latin-regular.eot'); 
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
         url('/wp-content/themes/hft/assets/fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), 
         url('/wp-content/themes/hft/assets/fonts/open-sans-v15-latin-regular.woff2') format('woff2'), 
         url('/wp-content/themes/hft/assets/fonts/open-sans-v15-latin-regular.woff') format('woff'), 
         url('/wp-content/themes/hft/assets/fonts/open-sans-v15-latin-regular.ttf') format('truetype'), 
         url('/wp-content/themes/hft/assets/fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); 
  }
  
  @font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('/wp-content/themes/hft/assets/fonts/open-sans-v15-latin-italic.eot'); 
    src: local('Open Sans Italic'), local('OpenSans-Italic'),
         url('/wp-content/themes/hft/assets/fonts/open-sans-v15-latin-italic.eot?#iefix') format('embedded-opentype'), 
         url('/wp-content/themes/hft/assets/fonts/open-sans-v15-latin-italic.woff2') format('woff2'), 
         url('/wp-content/themes/hft/assets/fonts/open-sans-v15-latin-italic.woff') format('woff'), 
         url('/wp-content/themes/hft/assets/fonts/open-sans-v15-latin-italic.ttf') format('truetype'), 
         url('/wp-content/themes/hft/assets/fonts/open-sans-v15-latin-italic.svg#OpenSans') format('svg'); 
  }
  
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/wp-content/themes/hft/assets/fonts/open-sans-v15-latin-700.eot'); 
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
         url('/wp-content/themes/hft/assets/fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), 
         url('/wp-content/themes/hft/assets/fonts/open-sans-v15-latin-700.woff2') format('woff2'), 
         url('/wp-content/themes/hft/assets/fonts/open-sans-v15-latin-700.woff') format('woff'), 
         url('/wp-content/themes/hft/assets/fonts/open-sans-v15-latin-700.ttf') format('truetype'), 
         url('/wp-content/themes/hft/assets/fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); 
  }

.menu {
    margin: 0;
    padding: 0;
}

.menu .menu-item {
    list-style: none;
}

body {
    font-family: Arial, sans-serif;
}

#swipebox-overlay {
    background-color: rgba(0,0,0,.9);
}

.btn-outline-secondary:hover {
	color: white !important;
	background-color: #355993 !important;
}

.btn-outline-secondary:not([disabled]):not(.disabled).active, .btn-outline-secondary:not([disabled]):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
	color: white !important;
	background-color: #355993 !important;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

#swipebox-close {
    background-color: #6D0F41;
    right: 0;
    /* width: auto;
    height: auto;
    color: white;
    background-image: none;
    padding: 10px;
    text-transform: uppercase; */
}

.elementor .elementor-text-editor a {
    text-decoration: underline;
}

a, a:hover {
    color: inherit;
}

.page-id-315 .hero-spacer {
    max-height: 600px;
}

.journey-content a:not(.btn),
.siteorigin-widget-tinymce a:not(.btn) {
    /* color: #6d0f41; */
    text-decoration: underline;
}

.fixed-top {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.hero-gallery-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-position-x: center;
    background-position-y: center;
}

.comment-rating .ion-android-star-outline {
    opacity: .5;
}

.navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

h1, .h1 {
    font-size: 1.4rem;
}

h2, .h2 {
    font-size: 1.2rem;
}

h3, .h3 {
    font-size: 1rem;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
    font-weight: 700 !important;
}

.menu-primary .menu .menu-item {
    position: relative;
}

.menu-primary .menu .menu-item a {
    display: block;
    padding: 10px;
    color: white;
    font-size: 1.15em;
    text-decoration: none;
}

.menu-primary > .menu > .current-menu-item:not(#menu-item-40) > a,
.menu-primary > .menu > .current-menu-parent:not(#menu-item-40) > a,
.menu-primary > .menu > .current-menu-ancestor:not(#menu-item-40) > a,
.menu-primary > .menu > .menu-item > a:hover {
    background: #6D0F41;
    text-decoration: none;
}

.modal a:not(.btn) {
    text-decoration: underline;
}

.header-row {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.modal-xl {
    max-width: 96%;
}

.form-inverse .form-control {
    background-color: #d7c19c;
    color: white;
    border-color: rgba(0,0,0,.2);
}

.comment .comment-body {
    /* height: 200px; */
    overflow: hidden;
}

.comment .comment-body p:nth-last-child(1) {
    margin: 0;
}

.finder-option:hover {
    text-decoration: none;
}

.finder-dropdown-option {
    opacity: .8;
}


.finder-dropdown-option-selected,
.finder-dropdown-option:hover {
    opacity: 1;
}

@-webkit-keyframes colorPulse {
      0% {background-color: #6D0F41;}
     50% {background-color: white; border-color: white;}
    100% {background-color: #6D0F41;}
}

.himalaya_journey_finder_results_count.finished {
    animation-name: colorPulse;
	animation-duration: 300ms;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}

.comment.active .comment-body {
    height: auto;
}

.form-inverse .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    rgba(255,255,255,.3);
}
.form-inverse .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    rgba(255,255,255,.3);
   opacity:  1;
}
.form-inverse .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    rgba(255,255,255,.3);
   opacity:  1;
}
.form-inverse .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    rgba(255,255,255,.3);
}
.form-inverse .form-control::-ms-input-placeholder { /* Microsoft Edge */
   color:    rgba(255,255,255,.3);
}

.form-inverse .form-control::placeholder { /* Most modern browsers support this now. */
   color:    rgba(255,255,255,.3);
}

.gallery:nth-child(odd) {
    background-color: #f4f4f4;
}

.journey-schedule p:nth-last-child(1) {
    margin-bottom: 0;
}

.journey-rating,
.journey-attributes {
    font-size: 1.5em;
}

.custom-logo-link {
    display: block;
    padding: 5px 0;
}

.custom-logo {
    max-width: 260px;
    width: 100%;
    height: auto;
}

.hero-gallery {
    position: relative;
}

.hero-gallery-overlay {
    width: 100%;
    position: absolute;
    top: 0;
}

.journey img.journey-thumbnail {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.dropdownSvg {
	transition: all 0.5s;
}

#itinerary-list {
	height: 150px;
	overflow: hidden;
}

/* .journey.journey-sm img.journey-thumbnail {
    height: 120px;
}

.journey.journey-md img.journey-thumbnail {
    height: 140px;
} */

.journey.journey-sm img.journey-thumbnail,
.journey.journey-md img.journey-thumbnail,
.journey.journey-grid img.journey-thumbnail {
    height: 162px;
}

@media (min-width: 768px) {
    .journey.journey-sm img.journey-thumbnail,
    .journey.journey-md img.journey-thumbnail,
    .journey.journey-grid img.journey-thumbnail {
        width: 182px;
    }
}


.journey-grid .journey-body {
    overflow: hidden;
    /* height: 160px; */
    height: 100px;
    position: relative;
}

.journey-grid .journey-body .journey-body-fade {
    background-image: linear-gradient(-180deg, rgba(255,255,255,0.00) 0%, #FFFFFF 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
}

.journey-grid .journey-link {
    overflow: hidden;
}

.journey-grid .journey-link {
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.journey-grid .journey-link:hover {
    opacity: .8;
}

.journey-link:hover {
    text-decoration: none;
}


.journey.journey-grid .journey-link,
.journey.journey-sm .journey-link,
.journey.journey-md .journey-link {
    display: block;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}

blockquote {
    font-size: .8em;
    font-style: italic;
    font-weight: 400;
    padding: 8px;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2);
/* 
    background-image: url('../img/quotes.png');
    background-position: left top;
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 38px;
    min-height: 30px; */
}

/* blockquote:before {
    content: open-quote;
}
blockquote:after {
    content: close-quote;
} */

.fade-more:not(.active) .fade-more-content,
blockquote:not(.active) .quote-body {
    overflow: hidden;
    height: 75px;
    position: relative;
}

.fade-more:not(.active) .fade-more-content {
    height: 120px;
}

.fade-more .fade-more-overlay,
blockquote .quote-body .quote-overlay {
    display: none;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-180deg, rgba(255,255,255,0.00) 0%, #FFFFFF 100%);
}

.fade-more .fade-more-overlay {
    height: 100px;
}

.fade-more .fade-more-show-active,
.fade-more.active .fade-more-hide-active {
    display: none;
}
.fade-more.active .fade-more-show-active {
    display: inline-block;
}

.fade-more:not(.active) .fade-more-overlay,
blockquote:not(.active) .quote-body .quote-overlay {
    display: block;
}

.features-list ul {
    margin: 0;
    padding: 0;
}

.features-list ul li {
    list-style: none;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.features-list ul li:nth-last-child(1) {
    border: none;
}

.itinerary-overlay {
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.5) 0%, #FFFFFF 100%);
}

#itinerary-list.itinerary-show > .itinerary-overlay {
	display: none;
}

.text-2x {
    font-size: 2em;
}

.text-3x{
    font-size: 3em;
}

.text-translucent {
    opacity: .3;
}

blockquote.blockquote {
    border-left: 12px solid #F0F0F0;
    background-color: white;
    padding: 10px;
    font-size: 1em;
}

blockquote.blockquote:before {
    content: '';
}
blockquote.blockquote:after {
    content: '';
}

.journey + .journey {
    border-top: 1px solid #DDDDDD;
}

.journey-nav {
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
}

.site-header {
    position: relative;
    z-index: 100;
}

.top-row {
    background-color: black;
    padding: 8px 0;
    color: white;
    font-size: .9em;
}

#swipebox-bottom-bar {
    background-color: gray;
}

.hero-spacer {
    height: 250px;
}

#courseCarousel .carousel-item {
    min-height: 500px;
}

.carousel-indicators li {
    background-color: rgba(0,0,0,.5);
}

.carousel-indicators li.active {
    background-color: black;
}

.carousel-caption {
    color: black;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.bg-secondary {
    background-color: #365587 !important; 
}

.bg-dark {
    background-color: #2a436a !important;
}

.btn-secondary {
    background-color: #2a436a !important;
    border-color: #2a436a !important;
}

.cta, .cta:hover {
    display: block;
    padding: 30px 10px;
    background-color: #6d0f41;
    text-decoration: none;
    text-align: center;
    font-size: 1.5rem;
    color: white;

    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
}

a.cta:hover {
    background-color: black;
}

.menu-primary .sub-menu .menu-item a {
    display: block;
}

.menu-primary .sub-menu .menu-item:hover a,
.menu-primary .sub-menu .current-menu-item a {
    color: white;
    background-color: #6d0f41;
    text-decoration: none;
}

.menu-primary .sub-menu {
    padding: 0;
}

.menu-primary-row {
    display: none;
}

.menu-primary-row.active {
    display: block;
}

.hero-spacer {
    height: 200px;
}

.section {
    padding: 15px 0;
}

.btn {
    white-space: normal;
}

.card.guide {
    margin-bottom: 15px;
}

.footer-row {
    padding: 30px 0 75px 0;
}

.site-footer .menu .menu-item {
    margin-top: 10px;
}

@media (min-width: 768px) {
    
    .site-footer .menu .menu-item {
        margin-top: 0;
    }
    
    .card.guide {
        height: 100%;
    }
    
    .section {
        padding: 30px 0;
        margin: 15px;
    }
    
    .menu-primary .sub-menu {
        display: none;
        min-width: 200px;
    }
    
    .menu-primary .sub-menu .menu-item a { 
        padding: 8px 15px;
        color: white;
    }
    
    
    .menu-primary .menu-item:hover .sub-menu {
        display: block;
        position: absolute;
        right: 0;
        background-color: #2a436a;
    }

    .menu-primary-left .menu-item:hover .sub-menu {
        right: auto;
        left: 0;
    }
    
    .top-menu .menu .menu-item,
    .site-footer .menu .menu-item,
    .menu-primary > .menu > .menu-item {
        float: left;
    }
    
    .menu-primary > .menu > .menu-item:nth-child(1) > a {
        border-left: 1px solid rgba(0,0,0,.1);
    }
    .menu-primary > .menu > .menu-item > a {
        padding: 12px 10px;
        border-right: 1px solid rgba(0,0,0,.1);
    }
}
@media (min-width: 992px) {
    
       
    .site-header.fixed-top {
        width: 100%;
        top: 0;
        left: 0;
        position: fixed;
    }
    
    .menu-primary-row {
        display: block;
    }
    
    h1, .h1 {
        font-size: 24pt;
    }
    
    h2, .h2 {
        font-size: 16pt;
    }
    
    h3, .h3 {
        font-size: 14pt;
    }
    
    .journey-lg img.journey-thumbnail {
        width: 230px;
        margin: 0;
    }
    
    .hero-spacer {
        height: 600px;
    }

    
    .site-footer .menu {
        float: right;
    }

    .site-footer .menu .menu-item a {
        display: block;
    }

    .top-menu .menu .menu-item,
    .site-footer .menu .menu-item {
        margin-left: 15px;
    }

}

/* @media (max-width: 768px) {
    .journey-nav {
        font-size: .5rem;
    }
} */

@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }
}

a:focus {
    outline: none;
}

.navbar-nav .dropdown-menu {
    border: none;
    background: none;
    padding: 0;
}

.dropdown-item {
    padding-left: 0;
    padding-right: 0;
    color: rgba(255,255,255,.75);
    background: none;
}

.dropdown-item:hover {
     background: none;
     color: white
}

.journey-thumbnail-link {
    background-color: lightgray;
    display: block;
}

.hft-finder.hft-finder-status-fetching .journey-thumbnail {
    opacity: 0;
}

.hft-finder.hft-finder-status-fetching .journey-text {
    color: rgba(0,0,0,0) !important;
    background-color: lightgray !important;
    display: inline-block;
}

.hft-finder.hft-finder-status-fetching .journey-cloak {
    background-color: lightgray !important;
}

.hft-finder.hft-finder-status-fetching .journey-cloak > * {
    opacity: 0;
}

@keyframes pulse_animation {
    0% { opacity: 1 }
    25% { opacity: .3 }
    50% { opacity: 1 }
    75% { opacity: .3 }
}

.hft-finder.hft-finder-status-fetching .pulse {
    animation-name: pulse_animation;
    animation-duration: 5000ms;
    transform-origin: 70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.wpsm-read-more-content {
    display: none;
}

.wpsm-read-more-content.active {
    display: block;
}

.wpsm-read-more .wpsm-read-more-title-active,
.wpsm-read-more.active .wpsm-read-more-title {
    display: none;
}
.wpsm-read-more.active .wpsm-read-more-title-active {
    display: inline;
}

.container-lg {
    width: 100%;
    max-width: 1600px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.elementor-widget-loop-column-hidden {
    display: none;
}

#ie-warning {
    margin: 0;
    text-align: center;
    border-radius: 0;
}

.elementor-msie #ie-warning {
    display: block !important;
}

.grecaptcha-badge {
    display: none;
}

.booking-date-option {
    cursor: pointer;
}

.booking-date-option:hover {
    background-color: #f8f9fa;
}

.difficulty-popper {
    background-color: rgba(0,0,0,.9);
    color: white;
    /* position: absolute; */
    z-index: 200;
    width: 400px;
    /* right: 0;
    top: 0; */
    padding: 15px;
}


.sticky-actions {
    display: none;
    vertical-align: bottom;
    align-items: flex-end;
}

@media (min-width: 768px) {
    .sticky-actions {
        display: flex;
        position: fixed;
        bottom: 15px;
        right: 15px;
    }
    .sticky-action {
        display: block;
        background-color: #365587;
        opacity: .6;
        padding: 10px;
        text-align: center;
        width: 50px;
        height: 50px;
        margin-left: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
		position:relative;
    }

    .sticky-action .sticky-action-body{
        display: none;
		width:300px;
		background-color:#365587;
    }
	.sticky-action-body{
		position:absolute;
		border-radius:8px;
		top: -350px;
        left: -183px;
	}
    body:not(.config-contact-enabled) .sticky-action-contact {
        display: none;
    }
    .sticky-action-contact:hover {
        height: auto;
    }
    .sticky-action:hover .sticky-action-body {
        display: block;
		
    }
    
    .sticky-action i {
        font-size: 2rem;
        color: white;
        line-height: 1;
    }

    .sticky-action:hover {
        opacity: 1;
        color: white;
        text-decoration: none;
    }
	
}

.site-header .form-control {
    background-color: #6280a8;
    border-color: rgba(255,255,255,0);
    color: white;
    padding-left: 26px;
}

.site-header .form-control::-webkit-input-placeholder {
    color: rgba(255,255,255,.8);
}

.site-header .form-control:-ms-input-placeholder {
    color: rgba(255,255,255,.8);
}

.site-header .form-control::-ms-input-placeholder {
    color: rgba(255,255,255,.8);
}

.site-header .form-control::placeholder {
    color: rgba(255,255,255,.8);
}

.search-form-inner {
    position: relative;
}

.search-form-inner .search-form-icon {
    position: absolute;
    left: 10px;
    top: 12px;
    color: white;
    font-size: 10px;
}

.single-journey .journey-header {
    padding: 15px 0;
}

@media (min-width: 768px) {
    .single-journey .journey-header {
        padding: 30px 0;
    }    
}

.single-journey .journey-title {
    margin: 0 0 30px 0;
}


.journey-schedule.active .journey-schedule-item-title {
    font-weight: 600;
	cursor: pointer;
}

.bold-text{
	font-weight: 600;
}

.journey-schedule-item-title em {
    font-weight: normal;
	cursor: pointer;
}

.journey-schedule-item-title {
	cursor: pointer;
}

/* .showDetails {
	height: auto !important;
	margin-top: 15px;
	overflow: auto;
} */

.journey-schedule-item-detail {
    display: none;
/* 	height: 0px; */
    margin-top: 15px;
/* 	overflow: hidden; */
}

.journey-schedule-item.active .journey-schedule-item-title {
    font-weight: bold;
}

.journey-schedule-item.active .journey-schedule-item-detail {
    display: block;
}

.journey-schedule-item.active .dropdownSvg {
    transform: rotate(180deg);
}

.slick-arrows-inside .slick-next,
.slick-arrows-inside .slick-prev {
    z-index: 50;
}

.slick-arrows-inside .slick-next:before,
.slick-arrows-inside .slick-prev:before {
    font-size: 2rem;
}

.slick-arrows-inside .slick-next {
    right: 2rem;
}

.slick-arrows-inside .slick-prev {
    left: 2rem;
}

.journey-gallery .slick-slide {
    padding: 3px;
}

.journey-gallery .slick-slide,
.journey-gallery .elementor-carousel-image {
    height: 300px !important;
}

@media (min-width: 992px) {
    .journey-gallery .slick-slide,
    .journey-gallery .elementor-carousel-image {
        height: 200px !important;
    }
}

@media (min-width: 992px) {
    .journey-gallery .slick-slide,
    .journey-gallery .elementor-carousel-image {
        height: 350px !important;
    }
}

@media (max-width: 500px) {
	.dropdownSvg {
		width: 15px;
		height: 15px;
	}
}

.text-primary {
    color: #6D0F41;
}

.form-radio {
    display: inline-block; 
    padding: 2px 6px;
}

.route-meta-box {
    display: block;
    text-decoration: none !important;
    text-align: center;
    overflow: hidden;

    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.route-meta-box .route-meta-box-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.route-meta-box .route-meta-box-title {
    font-size: 1rem;
    margin: 6px 0;
    text-decoration: none;
}

.section-leistungen ul {
    padding-left: 18px;
    margin: 0;
}

.elementor .elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 10px;
}

.elementor .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 20px;
}

.comment-form label {
    display: block;
    font-weight: bold;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
}

.comment-form .comment-form-url {
    display: none;
}

.comment-form .submit {
    color: #ffffff;
    border: none;
    padding: 10px 15px;
    background-color: var(--e-global-color-primary);
    cursor: pointer;
}

.comment-form .submit:hover {
    background-color: black;
}

.tooltip-content {
    padding: 1rem;
}

.tooltip-content ul {
    padding-left: 1rem;
}
/* Style the dropdown container */
.comment-form-rating {
    margin: 1em 0;
}

.comment-form-rating label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

/* Style the select element */
#rating {
    width: 100%;
    max-width: 300px;
    padding: 10px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    color: #FFD700; /* Yellow color for the stars */
    border: 1px solid #ccc;
    border-radius: 5px;
    background: white;
    appearance: none; /* Remove native dropdown styling */
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="%23FFD700"%3E%3Cpath d="M10 15l-5.5 3 1.1-6.5L.9 6.5l6.6-1L10 0l2.5 5.5 6.6 1-4.7 5 1.1 6.5z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    cursor: pointer;
}

/* Style the dropdown options */
#rating option {
    font-family: 'Arial', sans-serif;
    color: #333;
    padding: 5px;
}

#rating option[value="5"]::before { content: "★★★★★ "; color: #fcdd14; }
#rating option[value="4"]::before { content: "★★★★☆ "; color: #fcdd14; }
#rating option[value="3"]::before { content: "★★★☆☆ "; color: #fcdd14; }
#rating option[value="2"]::before { content: "★★☆☆☆ "; color: #fcdd14; }
#rating option[value="1"]::before { content: "★☆☆☆☆ "; color: #fcdd14; }

/* Adjust focus and hover effects */
#rating:focus {
    border-color: #FFD700;
    outline: none;
    box-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
}
.star {
    color:#FFD700;
	
}
	.comment-rating{
		display:flex;
		font-size:20px;
	}

.heading-container{
  text-align: center;
  font-family: 'Poppins', sans-serif; 
  font-size: 2.5rem;
  font-weight: 600;
  color: #355993;
  text-transform: uppercase; 
  letter-spacing: 2px; 
  margin-top: 20px; 
  margin-bottom: 20px; 
}

.similar-trips {
	display:flex;
	padding: 20px;
	gap: 13px;
	overflow-x:scroll;
	width: 75%;
	margin: 0 auto;
	position: relative;
	scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

.similar-trips::-webkit-scrollbar {
	width: 0px;
	height: 0px;
} 

.similar-trip {
	min-width: 400px;
	scroll-snap-align: center;
}

.img-container {
	width: 100%;
	height: 250px;
	overflow: hidden;
	border-radius: 8px;
}

.slide-left, .slide-right {
	cursor: pointer;
	font-size: 30px;
	user-select: none;
	transition: all 0.3s;
}


.slide-left:hover, .slide-right:hover {
	opacity: 0.5;
}

.itinerary-show {
	height: max-content !important;
}

@media (max-width: 500px) {
	.similar-trips {
		width: 100%;
		padding: 10px;
		gap: 20px;
	}
	.similar-trip {
		min-width: 200px;
	}
	.img-container {
		height: 150px;
	}
	.heading-container {
		width: 100% !important;
	}
}
#comment-form-rating {
    display: none;
}
