@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins" !important;
    background-color:#191919;
}

.navbar {
    background-color: #000000 !important;
}
.navbar div {
    max-width:1400px;
}
ul.navbar-nav li a {
    color:white !important;
    font-weight:200;
    letter-spacing:1px;
}

.btn-primary {
    background-color: #957B4A !important;
    border: 1px solid #957B4A !important;
}

.nav-item {
    margin-left:5px;
    margin-right:5px;
}
.navbtn {
    padding: 8px 20px 8px 20px !important;
    font-weight:500;
    letter-spacing:1px;
}

.nav-link {
    padding-top:10px;
}

@media only screen and (min-width: 600px) {
    .hero-header {
        font-weight:600;
        font-size:50px;
    }
    .hero-text {
        font-weight:300;
        font-size:20px;
    }
    .statiunibtn {
        min-width:150px;
    }
    .statiunidesc h6 {
        font-size:20px;
    }
}

@media only screen and (max-width: 600px) {
    .hero-header {
        font-weight:600;
        font-size:40px !important;
    }
    .hero-text {
        font-weight:300;
        font-size:20px !important;
    }

    .statiuni.row>* {
        max-width:50%;
    }
    footer {
        text-align:center;
    }
}

.heroicon {
    font-size:30px;
    color:#DDC8A2;
}

.hero .col-sm-4 .col-sm {
    border-right:1px solid gray;
}

span, .text-sec {
    color: #DDC8A2;
}

.bg-card {
    background-color: #2B2A2A;
}

.herodescopera .bg-card {
    background-color: rgba(43, 42, 42, 0.59) !important;
}

.productdesc .prodspec {
    margin-bottom:0px;
}


.bg-dark {
    background-color: black !important;
}

footer {
    padding:50px;
}

.form-check-input:checked, .form-check-input:focus {
    background-color: #957B4A !important;
    border-color: #957B4A !important;
    box-shadow: 0 0 0 1px #957B4A;
}

.iti {
    display:block !important;
}

.iti__country-name {
    color:black !important;
}


.fa-star {
    color: #ff9e25 !important;
}
@media only screen and (min-width: 600px) {
    .statiuni-img {
        height:300px !important;
        filter: brightness(0.6) !important;
    }
    
    .logo {
        max-width: 100% !important;
        max-height: 35px;
    }
}

@media only screen and (max-width: 600px) {
    .statiuni-img {
        height:170px !important;
        filter: brightness(0.6) !important;
    }
    
    .logo {
        max-width: 100% !important;
        max-height: 40px;
    }
}



#preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
}

.preview img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 10px;
}






.text-default {
    text-decoration:none;
    color: #DDC8A2 !important;
}
#map * {
    width:100%;
    height:300px;
}

.accordion-button:not(.collapsed) {
    color: white !important;
    font-weight:500;
    background-color: #957B4A;
}

.accordion-body {
    background-color:#454444 !important;
    color:white;
}

.accordion-button {
    font-weight: 300;
}
.accordion-button .fa {
    transition: transform 0.3s ease;
}
.accordion-button.collapsed .fa {
    transform: rotate(0deg);
}
.accordion-button:not(.collapsed) .fa {
    transform: rotate(45deg);
}



th:not(.available):not(table.table-condensed th), 
td:not(.available) {
    background-color: #2B2A2A !important;
    color: white !important;
}














#calendar-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

#calendar-controls button {
    font-size: 18px;
    padding: 5px 10px;
}

#calendar-controls #month-year {
    font-size: 18px;
    margin: 0 20px;
}

#calendar {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin: auto;
}

.day {
    width: calc(16.66% - 10px);
    margin: 5px;
    padding: 5px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    font-size:13px;
}

.day.available {
    background-color: #a3e4b0; 
    border: 1px solid #28a745;
    color: #155724;
}

.day.unavailable {
    background-color: #f5b5b5; 
    border: 1px solid #c82333;
    color: #721c24;
    cursor: not-allowed;
}

.day.selected {
    background-color: #90caff; 
    border: 1px solid #0056b3;
    color: #004085;
}

.day.in-period {
    background-color: #a7ddf5; 
    border: 1px solid #17a2b8;
    color: #0c5460;
}


.daterangepicker, .drp-calendar * {
    background-color:#2B2A2A !important;
    color:white !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover,    .daterangepicker td.in-range {
    background-color: #957B4A !important;
}

.in-range:hover {
    background-color: #957B4A !important;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    border: solid white !important;
    border-width: 0 2px 2px 0 !important;
}

.cancelBtn {
    color: white !important;
}

.form-control {
    background-color: #957B4A !important;
    border:1px solid #957B4A;
    color: white !important;
}
.form-control::placeholder {
    color: white !important;
}
@media screen and (max-width: 992px) {
    .herodescopera {
        margin-top:-50px;
    }
}

/* Hero form responsive - tablet and mobile */
@media screen and (max-width: 991px) {
    .row.hero > .col-sm-3 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
        margin-bottom: 15px;
    }
    .row.hero .col-sm-4.text-center,
    .row.hero > .col-sm-3 > .d-flex > .col-sm-4 {
        display: none !important;
    }
    .row.hero .col-sm.p-2,
    .row.hero > .col-sm-3 > .d-flex > .col-sm {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        border-right: none !important;
    }
    .row.hero > .col-sm-3 > .d-flex {
        flex-wrap: wrap !important;
    }
}

@media screen and (max-width: 575px) {
    .row.hero > .col-sm-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        margin-bottom: 10px;
    }
}





.scrollable-list {
    max-height: 400px;
    overflow-y: scroll;
}
.scrollable-list::-webkit-scrollbar {
    width: 12px;
}
.scrollable-list::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.scrollable-list::-webkit-scrollbar-thumb {
    background: #888; 
}
.scrollable-list::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    z-index: 9999;
  }
  .cookie-banner button {
    margin-left: 1rem;
  }









/* SELECT 2 */
.select2-container--default .select2-selection--single, .select2-selection {
    background-color: #957B4A !important;
    border:1px solid #957B4A !important;
}
.select2-selection *
{
    color: white !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #555 !important;
}
/*
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: white !important;
    background-color: #555 !important;
}
*/
div.dt-container .dt-paging .dt-paging-button {
    color: white !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: white transparent transparent transparent !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    color: white !important;
}

.select2-dropdown {
    background-color: #2B2A2A !important;
    color: white !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #957B4A !important;
}
span.select2-results {
    color: white !important;
}
.select2-search--dropdown {
    padding:1px !important;
}
.select2-search__field {
    outline:none !important;
}
.select2-search__field:focus {
    border: 2px solid #555 !important;
}


.form-control:focus {
    border: 1px solid #555 !important;
    box-shadow: 0 0 0 .25rem #555 !important;
}

.select2-results__options::-webkit-scrollbar {
  width: 6px;
}

.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
.select2-results__options::-webkit-scrollbar-thumb {
  background: #555; 
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #555 !important;
}




.nav-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px; 
    background-color: #957B4A; 
    transition: width 0.3s ease; 
}

.nav-link:hover::after {
    width: 100%;
}

.nav-link.active::after {
    width: 100%; 
}

input::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}


.dt-search input {
    margin-left:10px !important;
}
.dt-layout-row {
    margin-bottom:10px;
}
label, .dt-info, .dt-column-title, .dt-input {
    color:white !important;
}
div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
    color: white !important;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    color: white !important;
    background-color: #957B4A !important;
}
.dt-input {
    outline:0 !important;
}
.dt-search {
    margin-right:20px;
}
.dt-input:focus {
    border: 1px solid #555 !important;
    box-shadow: 0 0 0 .25rem #555 !important;
}
#sidebar ul li.active>a, a[aria-expanded="true"] {
    color: black !important;
}
.slick-next:before, .slick-prev:before, .slick-dots li button:before {
    color: #DDC8A2 !important;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* scroll fluid pe iOS */
  }
  .prices {
    min-width: 800px; /* forţează scroll doar dacă tabela depăşeşte lăţimea containerului */
    table-layout: auto;
  }
@media (max-width: 768px) {
  .prices {
    table-layout: fixed;
    width: 100%;
  }
  .prices th,
  .prices td {
    padding: 0.25rem 0.4rem;
    font-size: 0.75rem;
    word-wrap: break-word;   /* sparge cuvintele lungi */
    white-space: normal;     /* permite wrap */
    text-align: center;
  }
}
  

