:root {
    --main-panel-bgcolor: #F8FAFB;
    --inactive-button-bgcolor: #F9FBFC;
    --link-active-color: #364149;
    --main-font-family: Montserrat, Arial, "sans serif";
    --border-color: #EBEBEB;
    /* --main-button-bgcolor: */
    --form-input-height: 34px;
    --table-tr-gap: 50px;
    --hover-button-bgcolor: linear-gradient(to right, #4c0d65, #7c0249);
    --table-header-bgcolor: #F8FAFB;
    --row-odd-bgcolor: #FBFBFB;
    --row-even-bgcolor: #FBFBFB;
    --row-border-color: #EDEDED;
    --label-font-size: 14px;
}

body {
    font-family: var(--main-font-family) !important;
}

a:hover::after,
a:hover::before {
    content: "";
    /* or any unwanted style */
}

a {
    border: none; /* or border-bottom */
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.search-form {
    font-family: var(--main-font-family) !important;
}

/* tab buttons */
.samo_container .searchmodes .searchmode, .samo_container .searchmodes .searchmode-custom {
    border: 1px solid var(--border-color);
    border-radius: 16px;
	width: 50%;
}

.samo_container .searchmodes .searchmode_button {
    box-shadow: none;
    color: #29333E;
}

.samo_container .searchmodes .searchmode_selected {
    background-image: linear-gradient(to right, #69118C, #AC0165);
    background-image: -webkit-linear-gradient(to right, #69118C, #AC0165);
    background-image: -moz-linear-gradient(to right, #69118C, #AC0165);
    background-image: -o-linear-gradient(to right, #69118C, #AC0165);
    background-image: -webkit-gradient(to right, #69118C, #AC0165);
    text-transform: capitalize;
    color: white;
}


/* global text color */
.samo_container, .samo_container table, .samo_container button, .samo_container input, .samo_container select {
    color: #7E7E7E;
}

.samo_container button {
    color: white;
}


.chosen-container-single .chosen-single {
    color: #6E6F70;
    height: var(--form-input-height);
    line-height: 35px; /*TODO: make var*/
    border: 1px solid var(--border-color);
    background: white;
    box-shadow: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* input list icon */
.chosen-container-single .chosen-single div b {
    background: url('../pict/chosen/chosen-sprite.png') no-repeat 2px 8px;
}

/* calendar form and costmin, costmax form */
.samo_container input.frm-input { 
    height: var(--form-input-height);
    border: 1px solid var(--border-color);
    width: 100%;
    padding: 1px 8px;
}

/* calendara button position */
.samo_container button.Zebra_DatePicker_Icon_Inside {
    margin: -1px 0 0 -8px;
}

.samo_container input.spin-button {
	background-image: none;
	padding-right: 2px;
    background-position: right top;
    padding: 1px 10px;
}

/* external form border */
#search_tour .direction { 
    border-radius: 16px;
    border: 2px solid var(--border-color);
}

/* check this selector */
.samo_container table,.samo_container table.res {
    border-collapse:separate;
}

#search_tour .direction table.width100p > tbody  tr {
    display: flex;
    flex-direction: column;
}


#search_tour .direction table.width100p > tbody  tr > td:last-child {
    width: auto;
}

#search_tour .direction table.width100p > tbody  tr > td:first-child {
    text-align: start;
    text-transform: capitalize;
}

#search_tour .direction .chosen-container.chosen-container-single {
    max-width: none;
}

#search_tour .from {
    text-align: left;
}

/* hotels_container title */
span.left {
    color: black;
}

span.right {
    text-transform: capitalize;
}

label.right {
    text-transform: capitalize;
}

.user_info td.col:last-child tr  {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: var(--table-tr-gap);
}

#search_tour .user_info {
    border: 2px solid var(--border-color);
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 16px;
    /* background-color: ##ccb3cf; */
    background-color: var(--main-panel-bgcolor);
}


#search_tour .user_info .col {
    width: auto;
}

#search_tour .user_info .panel {
    padding: 20px 12px;

}

#search_tour .user_info td {
    padding: 5px 0;
}

#search_tour .user_info .empty {
    width: var(--table-tr-gap);
    background-color: var(--main-panel-bgcolor);
}

.paramsFrom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: var(--table-tr-gap);
}

.paramsTill {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
}


#search_tour .hotels_container {
    padding: 16px;
	border-radius: 16px;
	border: 2px solid var(--border-color);
}

#search_tour input.hotelsearch[type='search'] {
    border-radius: 14px;
}

.description,
.calendar {
    grid-column: 1;
}

.description2 {
    grid-column: 2;
    grid-row: 1;
}

.nights {
    grid-column: 2;
    grid-row: 2;
}

.count {
    grid-column: 3;
}

.tourists {
    grid-column: 1;
}

.description4 {
    grid-column: 2;
    grid-row: 1;
}

td.from {
    grid-row: 1;
    grid-column: 3;
}


#search_tour .user_info .panel  td  {
    width: auto !important;
}


.NIGHTS_FROM_chosen, .NIGHTS_TILL_chosen, .ADULT_chosen, .CHILD_chosen, .CURRENCY_chosen {
    max-width: none;
}


.samo_container input.date {
    /* width: 100%; */
}


#search_tour .description, #search_tour .description2, #search_tour .description3, #search_tour .description4 {
    text-align: left;
}


/* 
.searchmode.searchmode_search_tour::before {
    content: "";
    margin-right: 0.5em;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-size: cover;
    background-image: url('../pict/link.png');
}

.searchmode.searchmode_search_hotel .searchmode_button::before {
    content: "";
    margin-right: 0.5em;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-size: cover;
    background-image: url('../pict/link.png');
}

.searchmode.searchmode_the_best .searchmode_button::before {
    content: "";
    margin-right: 0.5em;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-size: cover;
    background-image: url('../pict/link.png');
}

.searchmode.searchmode_favorites .searchmode_button::before {
    content: "";
    margin-right: 0.5em;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-size: cover;
    background-image: url('../pict/link.png');
} */


.samo_container .panel {
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0 0 8px 8px;
    
}

.samo_container .checklistbox {
    border: 0;
    padding-bottom: 0;
    scrollbar-width: none;
    overflow-y:scroll;
    background-color: var(--main-panel-bgcolor);
}

#search_tour .HOTELSCONTAINER td:nth-child(-n+3) {
    border-right: 1px solid var(--border-color);
}

#search_tour .HOTELSCONTAINER > td:nth-child(n) {
    border-bottom: 1px solid var(--border-color);
}

#search_tour .hotels_container .control_meal {
    padding-right: 0;
}

#search_tour .control_townto {
    padding-left: 0 !important; */
}

#search_tour .control_stars {
	padding: 8px;
}


::-webkit-scrollbar {
    /* background-color: white; */
}

::-webkit-scrollbar-thumb {
    background-color: white;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    border: 1.5px solid #7A227B;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
}

input[type="checkbox"]:checked {
    background-color: #AC0165;
}

.samo_container.button {
    background: linear-gradient(to right, #69118C, #AC0165);
    background: -webkit-linear-gradient(to right, #69118C, #AC0165);
    background: -moz-linear-gradient(to right, #69118C, #AC0165);
    background: -o-linear-gradient(to right, #69118C, #AC0165);
    background: -webkit-gradient(to right, #69118C, #AC0165);
}

/* star icons disable */
.samo_container span.icon {
    background-image: none;
}


.footer button.load.right {
    border-radius: 20px;
}


table.hotels_container.panel {
    border-left: 2px solid var(--border-color);
    border-right: 2px solid var(--border-color);
    border-bottom: 2px solid var(--border-color);
}

/* The checkboxes are not cut off for filters-panel.no-ufilter */
/* For origin online there is no .no-ufilter! */
#search_tour .filters-panel.no-ufilter .checklistbox {
    height: auto !important;
}

/* explanation */
div.information-ear {
    padding: 20px 0;
    border-top: 2px solid var(--border-color);

}

 b.up:first-child, b.down:first-child {
    display: none;
}

.user_info > tbody:nth-child(1) > tr:nth-child(1) {
    border-bottom: 1px solid var(--border-color);
}

/* SEARCH_RESULT */

.price-legend-container {
	border-top: 1px solid var(--border-color);
	display: none;
}

.samo_container table.res th, .samo_container table.res td {
	padding: 16px;
    border-bottom-width: 2px;
    border-color: #EDEDED;
}

.samo_container table.res thead th {
    color: #27323B;
    border-bottom-width: 2px;
}

.samo_container table.res thead th:nth-child(n+2):not(:nth-child(8)):not(:nth-child(9)):not(:nth-child(10)):not(:nth-child(12)):nth-child(-n+14) {
    border-right: 1.5px solid #EDEDED;
}

#search_tour table.res {
	border: 2px solid;
    border-radius: 8px 8px 0 0;
    border-color: #EDEDED;
}

.samo_container .hotel_availability {
    border-radius: 8px;
    box-shadow: none;
    height: 30px;
}

.samo_container .hotel_availability_R {
	background-color: #5D1384;
}

.samo_container .price_button {
	border: none;
	border-radius: 14px;
	box-shadow: none;
	padding: 5px 5px 5px 30px;
	background-color: #FDF6FD;
	min-width: 118px;
	color: #34034C;
}

#search_tour div.transport span.name {
	padding-right: 32px;
}

/* bron info */
#bron_info .additional_services, #bron_info .additional_insures, #bron_info .calc, #bron_info .bron, #bron_info #btnTownsFreight {
    /* color: #6E6F70; */
    background: linear-gradient(to right, #69118C, #AC0165);
    background: -webkit-linear-gradient(to right, #69118C, #AC0165);
    background: -moz-linear-gradient(to right, #69118C, #AC0165);
    background: -o-linear-gradient(to right, #69118C, #AC0165);
}

#bron_info .bron:disabled { 
    background: linear-gradient(to right, #7e6589, #a08293);
    color: #ffffff;;
}

#bron_info .chosen-container-single .chosen-single div {
    top: 26%;
    height: 20px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 6px;
}

/* override brone_info selector */
#bron_info input.checkbox {
    width: 12px !important;
}

#bron_info .PRICEINFO .price_details input {
    border: 1.5px solid #7A227B;
    
}
#bron_info .PRICEINFO .price_details input:checked {
    background-color: #AC0165;
}

/* customer added styles  */

.searchmodes {
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	justify-items:
}

.resultset .res {
	max-width: var(--main-contaner-width)
	margin: 0 auto;
}

.direction.panel {
	margin: 24px 0;
	padding: 16px 16px 16px 8px;
	/* background-color: #ccb3cf; */
}

/* .direction.panel > tbody {
	border-radius: 16px;
	// background-image: url("https://www.www.wayout.rs/imgs/premium.png?v=3");
} */

.direction_left, .tour_left, .description, .description2 {
	font-size: var(--label-font-size);
}

.high-menu {
	padding: 16px;
}

.HOTELSCONTAINER {
	margin-top: 16px;
	margin-top: 16px;
}

/* custom footer styles */
#dynamic-footer {
    background: linear-gradient(90deg, rgb(97, 19, 109) 0%, rgb(220, 12, 110) 100%);
    padding: 40px 20px;
    font-family: Montserrat, Arial, "sans serif";
}

.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1210px;
  margin: 0 auto;
}

.footer-logo {
	width: 240px;
	height: 60px;
}

.footer-logo img {
  width: 200px;
  height: auto;
}

.footer-text {
  text-align: right;
	line-height: 24px;
  font-size: 14px;
	color: #cbc4d2;
  font-family: Montserrat;
}

.footer-text a {
  color: white;
  text-decoration: underline;
}

/* Moder search styles */
.options-box {
	width: 100%;
}

.searchmode-box.h-m {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;'
}

.searchmode-box.h-m > .btn.btn__searchmode:nth-of-type(1) {
    width: 20%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.searchmode-box.h-m > .btn.btn__searchmode:nth-of-type(2) {
    width: 80%;
    height: 60px;
}

.searchmode-box.h-m > .btn.btn__searchmode {
    border: 1px solid #AC0165;
    border-radius: 16px;
	width: 50%;
    box-shadow: none;
    background-color: white;
	color: #69118C;
	background-image: none;
    padding-left: 8px;
    padding-right: 8px;
}

/* tab buttons */
.searchmode-box.h-m > .btn.btn__searchmode.active {
    border: 1px solid var(--border-color);
    border-radius: 16px;
    box-shadow: none;
    background-image: linear-gradient(to right, #69118C, #AC0165);
    background-image: -webkit-linear-gradient(to right, #69118C, #AC0165);
    background-image: -moz-linear-gradient(to right, #69118C, #AC0165);
    background-image: -o-linear-gradient(to right, #69118C, #AC0165);
    background-image: -webkit-gradient(to right, #69118C, #AC0165);
    text-transform: capitalize;
    color: white;
}

/* Styles for mobile */
@media (max-width: 768px) {
    .searchmode-box.v-m > .btn.btn__searchmode._hbox.active {
		width: 100%;
		border: 1px solid #69118C;
		border-radius: 16px;
	}

	.searchmode-box.v-m > .btn.btn__searchmode._hbox {
		width: 100%;
		border: 1px solid #69118C;
		border-radius: 16px;
	}

	.tour-box {
		width: 96% !important;
		margin: 0 auto;
		margin-bottom: 16px !important;
		border: 1px solid #AC0165;
		border-radius: 16px !important;
		box-shadow: 0 2px 4px rgba(0,0,0,.1);
	}

	.tour-group {
		width: 96% !important;
		margin: 0 auto;
	}
}

.searchmode-box.h-m > .btn.btn__searchmode:hover {
	border: 2px solid #69118C;
	color: white;
	box-shadow: none;
    background-image: linear-gradient(to right, #69118C, #AC0165);
    background-image: -webkit-linear-gradient(to right, #69118C, #AC0165);
    background-image: -moz-linear-gradient(to right, #69118C, #AC0165);
    background-image: -o-linear-gradient(to right, #69118C, #AC0165);
    background-image: -webkit-gradient(to right, #69118C, #AC0165);
}

/* .tour__info-action {
	border: 1px solid var(--border-color);
	border-radius: 16px;
	width: 50%;
	box-shadow: none;
	background-image: linear-gradient(to right, #69118C, #AC0165);
	background-image: -webkit-linear-gradient(to right, #69118C, #AC0165);
	background-image: -moz-linear-gradient(to right, #69118C, #AC0165);
	background-image: -o-linear-gradient(to right, #69118C, #AC0165);
	background-image: -webkit-gradient(to right, #69118C, #AC0165);
	text-transform: capitalize;
	color: white;
}

.tour__info-action:hover {
	box-shadow: none;
    background-image: linear-gradient(to right, #69118C, #AC0165);
    background-image: -webkit-linear-gradient(to right, #69118C, #AC0165);
    background-image: -moz-linear-gradient(to right, #69118C, #AC0165);
    background-image: -o-linear-gradient(to right, #69118C, #AC0165);
    background-image: -webkit-gradient(to right, #69118C, #AC0165);
} */

.btn {
	box-shadow: none;
	background-image: linear-gradient(to right, #69118C, #AC0165);
	background-image: -webkit-linear-gradient(to right, #69118C, #AC0165);
	background-image: -moz-linear-gradient(to right, #69118C, #AC0165);
	background-image: -o-linear-gradient(to right, #69118C, #AC0165);
	background-image: -webkit-gradient(to right, #69118C, #AC0165);
	/* border-radius: 16px; */
}

.btn:hover {
	box-shadow: none;
    background-image: linear-gradient(to right, #69118C, #AC0165);
    background-image: -webkit-linear-gradient(to right, #69118C, #AC0165);
    background-image: -moz-linear-gradient(to right, #69118C, #AC0165);
    background-image: -o-linear-gradient(to right, #69118C, #AC0165);
    background-image: -webkit-gradient(to right, #69118C, #AC0165);
	/* border-radius: 16px; */
}

.btn.btn-tour {
	background-image: none;
	border: 1px solid #AC0165;
	width: 50%;
    box-shadow: none;
    background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
    background-image: -webkit-linear-gradient(to right, #69118C, #AC0165);
    background-image: -moz-linear-gradient(to right, #69118C, #AC0165);
    background-image: -o-linear-gradient(to right, #69118C, #AC0165);
    background-image: -webkit-gradient(to right, #69118C, #AC0165);
    /* color: #69118C; */
	color: #69118C;
}

.btn.btn-tour:hover {
	color: white;
	background-image: linear-gradient(to right, #69118C, #AC0165);
    background-image: -webkit-linear-gradient(to right, #69118C, #AC0165);
    background-image: -moz-linear-gradient(to right, #69118C, #AC0165);
    background-image: -o-linear-gradient(to right, #69118C, #AC0165);
    background-image: -webkit-gradient(to right, #69118C, #AC0165);
}

.btn.v-l {
	border: 1px solid #AC0165;
	width: 50%;
    box-shadow: none;
    background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
    background-image: -webkit-linear-gradient(to right, #69118C, #AC0165);
    background-image: -moz-linear-gradient(to right, #69118C, #AC0165);
    background-image: -o-linear-gradient(to right, #69118C, #AC0165);
    background-image: -webkit-gradient(to right, #69118C, #AC0165);
    /* color: #69118C; */
	color: #69118C;
}

.btn.v-l:hover {
	color: white;
	background-image: linear-gradient(to right, #69118C, #AC0165);
    background-image: -webkit-linear-gradient(to right, #69118C, #AC0165);
    background-image: -moz-linear-gradient(to right, #69118C, #AC0165);
    background-image: -o-linear-gradient(to right, #69118C, #AC0165);
    background-image: -webkit-gradient(to right, #69118C, #AC0165);
}

.view_search::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    /* background-color: hsla(220,50%,60%,.1); */
    /* background-position: center 30%; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* box-shadow: 0 2px 4px rgba(0,0,0,.1) */
}

.viewmode-box{
	display: flex;
	column-gap: 16px;
	background-image: none;
	background-color: #f7f5fa;
	border-bottom: none;
	box-shadow: none;
}

.viewmode-switch {
	margin-right: 8px;
	border-radius: 16px;
	border: 1px solid #AC0165;
	color: #69118C;
	background-color: transparent;
    width: 180px !important;
}

.viewmode-switch:hover, .viewmode-switch:active {
	box-shadow: none;
    background-image: linear-gradient(to right, #69118C, #AC0165);
    background-image: -webkit-linear-gradient(to right, #69118C, #AC0165);
    background-image: -moz-linear-gradient(to right, #69118C, #AC0165);
    background-image: -o-linear-gradient(to right, #69118C, #AC0165);
    background-image: -webkit-gradient(to right, #69118C, #AC0165);
	color: white;
	border-color: #69118C;
}

.view-search::before {
	background-image: none;
}

.viewmode-text {
	color: #69118C;
}

.viewmode-text.active {
	color: #fff;
}

/* .viewmode-text:hover {
	color: #FFF;
	background-image: linear-gradient(to right, #69118C, #AC0165);
    background-image: -webkit-linear-gradient(to right, #69118C, #AC0165);
    background-image: -moz-linear-gradient(to right, #69118C, #AC0165);
    background-image: -o-linear-gradient(to right, #69118C, #AC0165);
    background-image: -webkit-gradient(to right, #69118C, #AC0165);
} */

.viewmode-switch > input[type=radio]:checked ~ .viewmode-text {
	color: #69118C;
}

.viewmode-switch > input[type=radio] ~ .viewmode-text.active:hover {
	color: #fff;
}

.viewmode-switch > input[type=radio] ~ .viewmode-text:hover {
	color: #fff;
}

.viewmode-switch > input[type=radio]:checked ~ .viewmode-text.active:hover {
	color: #fff;
}

.viewmode-switch > input[type=radio]:checked ~ .viewmode-text:hover {
	color: #fff;
}

.viewmode-switch:first-of-type
  > .viewmode-slider::before {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.viewmode-switch:last-of-type
  > .viewmode-slider::before {
  border-radius: 0;
  border: none;
}
.viewmode-switch
  > input[type="radio"]:checked
  ~ .viewmode-slider::before {
  box-shadow: none;
	  border: none;
	  color: red;
}
.viewmode-switch:first-of-type
  > input[type="radio"]:checked
  ~ .viewmode-slider::before {
  box-shadow: none;
	  border: none;
}
.viewmode-switch:last-of-type
  > input[type="radio"]:checked
  ~ .viewmode-slider::before {
  box-shadow: none;
	  border: none;
}

#bron_info div.add_inf label {
    font-weight: bold;
    color: var(--link-active-color);
}

.link.msg-new {
	color: #AC0165 !important;
}

.link.msg-new:hover {
	color: #69118C !important;
}

/* End of slider styles */

.res .red {
	color: #AC0165 !important;
	font-weight: bold;
}

.results-nav.v-m {
	background-image: linear-gradient(to right, #69118C, #AC0165);
    background-image: -webkit-linear-gradient(to right, #69118C, #AC0165);
    background-image: -moz-linear-gradient(to right, #69118C, #AC0165);
    background-image: -o-linear-gradient(to right, #69118C, #AC0165);
    background-image: -webkit-gradient(to right, #69118C, #AC0165);
	color: white;
}

/* Slider styles - not used */

@media screen and (max-width: 768px) {
    .wayout-top-slider-custom {
        display: none;
    }
}

.slider {
  position: relative;
  width: 100%;
  height: 300px; /* Set this to the height of your images */
  overflow: hidden; /* Ensures that only one slide is visible */
}

.slide-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity 1.5s ease-in-out;
}

/* Styles for mobile */
@media (max-width: 768px) {
    .slide-top {
	  position: absolute;
	  top: 0;
	  left: 0;
	  margin-top: 50px;
	  width: 100%;
	  height: 415px;

	  opacity: 0;
	  z-index: 1;
	  transition: opacity 1.5s ease-in-out;
	}
}

.slide-top img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure the image covers the slide area */
}

/* Styles for mobile */
@media (max-width: 768px) {
    .slide-top img {
        width: 50%;
        height: 415px;
		object-fit: cover;
		object-position: left;
    }
}

.slide-top.active {
  opacity: 1;
  z-index: 2;
}

 @media (max-width: 768px) {
	.hbox._hbox-wrap.active {
		position: relative !important;
	}
 }

 .working-hours {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    background-color: #f7f5fa;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding: 15px 20px;
    text-align: center;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto;
    text-wrap: wrap;
}

.fake-button {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(97, 19, 109, 1) 0%, rgba(220, 12, 110, 1) 100%);
    color: #ffffff;
    border-radius: 5px;
    margin: 0 10px;
}

.working-hours.hotels {
    background-color: #ffffff;
}

.working-hours p {
  margin: 0; /* Reset margin */
}

.working-hours strong {
  font-weight: 700; /* Make key terms bold */
}

@media (max-width: 600px) {
  .working-hours {
    font-size: 14px; /* Slightly smaller text */
    padding: 10px; /* Adjust padding */
  }
}

.header-container {
  display: flex;
  margin: 0 auto;
  max-width: 1210px;
  justify-content: space-between; /* Distribute sections */
  align-items: flex-end;
  background: #fff; /* Light background */
  padding: 10px 20px 16px 20px; /* Adjust padding */
  border-bottom: 1px solid #ddd;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.logo img {
  max-width: 420px; /* Adjust logo size */
  height: auto;
}

.social-links, .social-links:hover {
    text-decoration: none;
    }

.social-links a {
  margin: 0 10px; /* Spacing between social icons */
}

.social-links img {
  width: 48px; /* Icon size */
  height: 48px;
}

.contact-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Ensures items are aligned on the left */
  color: #bcbcbc;
}

.social-title {
    font-size: 12px; /* Adjust font size */
    margin-bottom: 10px; /* Spacing between title and icons */
    color: #bebebe;
}

.contact-item {
  display: flex;
  justify-content: flex-end; /* Aligns entire row to the right */
  align-items: flex-start; /* Aligns text to the top */
}

.item-text {
  display: flex;
  flex-direction: column; /* Stacks multiple text lines */
  align-items: flex-end; /* Aligns text to the right */
  text-align: right; /* Ensures text is aligned */
  min-width: 150px; /* Adjust width */
}

.item-icon {
  flex-shrink: 0; /* Prevents icons from shrinking */
  display: flex;
  align-items: center;
  justify-content: flex-end; /* Align icon to the right */
}

.item-multiline {
  display: flex;
  flex-direction: column; /* Stacks multiple text lines */
  align-items: flex-end; /* Aligns text to the right */
  text-align: right; /* Ensures text is aligned */
  min-width: 150px;
}

.item-text a {
  text-decoration: none; /* Removes underline from links */
  color: inherit; /* Inherits text color */
}

.item-text span {
  word-break: break-word; /* Prevents overflow for long text */
}




