:root {
  --dmsans:"DM Sans", serif;
  --white: #fff;
  --title: #222;
  --body: #444;
  --rating: #ffc107;
  --green: #0390a3;
  --yellow: #FF7300;
  --2c2b: #2c2b49;
  --gray: #F3FAF2;
  --dd: #ddd;
  --dc: #dcdcdc;
  --777: #777;
  --f7: #f7f7f7;
  --f9: #f9f9f9;
  --e5: #e5e5e5;
  --26: #262626;
  --rating: #FF8A00;
  --red: #E84946;
  --orange: #FF5A24;
  --red2: #ff3333;
  --blue: #2E80EC;
  --footer: #001728;
  --box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  --shadow-2: 0 6px 35px rgba(215,216,222,0.3);
  --shadow-3: 0 10px 50px 0 rgba(26,46,85,.07);
  --Y5: translateY(-5px);
}

.site_logo { width: 175px; }
.main-menu li a { font-size: 15px; }
.header_right .call_us{
	padding-left: 20px;
	padding-right: 20px;
}	
.slider_item .subheading { background: rgba(225,225,225,.2); }
.main_banner:after{	background: rgba(0,0,0,0.35); }
.tcat_img { border: none; }

.tr_about, .testimonials {
  position: relative;
  z-index: 0;
}
.tr_about::before, .testimonials::before {
  content: "";
  position: absolute;
  inset: 0;           
  background-image: url(/assets/img/bg/about.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;        
}
.blog_item {
  display: flex;
  flex-direction: column;
  height: 100%; /* Zorg dat het item de volledige kolomhoogte gebruikt */
}

.blog_content {
  flex-grow: 1; /* Laat dit deel uitrekken om de ruimte op te vullen */
  display: flex;
  flex-direction: column;  
}

.footer_about img {
	border-radius:5px;
	padding:10px;
	background-color:#FFF;
	width: 175px;	
}
.tr_copyright a { color:#0390a3 !important }

.package_nav li {
	background: #0390a3;
	color: #FFF;
}
.package_nav li.mixitup-control-active{
	color: var(--yellow);
	border-color: var(--yellow);
}
.tour_slider_nav {
}
.pb50{
	padding-bottom: 50px;
}
.accordion-button:not(.collapsed) {
    background-color: #0390a3 !important;  
    color: #fff;                
    box-shadow: none;           
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1); 
}
.pb0 { padding-bottom : 0px; }

.pac_badge span{
	padding: 5px 15px;		
	margin-right: 7px;
}
.pac_badge span.new{
	background: #44D493;
}
.tour_img {
	box-shadow: 0 1px 1px 0 rgba(32,33,36,.08);
	padding: 33px 34px 40px;
	border-radius: 8px;
	margin-left: 30px;
	margin-bottom: 30px;
}
.mt30{
	margin-top: 30px;
}
.mb80{
	margin-bottom: 80px;
}
.mb60{
	margin-bottom: 60px;
}
.mb30{
	margin-bottom: 30px;
}
.mb20{
	margin-bottom: 20px !important;
}

p0 { padding: 0px; }

@media (max-width: 820px) {
    .pl0-sm {
        padding-left: 0 !important;
    }
	.ml0-sm {
        margin-left: 0 !important;
    }
}

.dropdown[data-bs-display="static"] .dropdown-menu {
  top:30px;
  left: 50% !important;
  transform: translateX(-50%) !important;
  right: auto !important;
  background-color:#FFF;
  Z-Index: 999999999;
}
