.booking-page {
    width: 100%;
    min-height: 100vh;     
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    display: flex;
    background-repeat: no-repeat;
}

.passport-field:disabled {
    opacity: 0.5;
}

@font-face {
    font-family: 'GiorgioS Regular';
    font-weight: 400;
    src: url('/assets/fonts/GiorgioS-Regular.otf') format('OpenType');
}

body,
html,
.booking-page,
.booking-page-content {
    overflow-x: hidden;
}
.agree-conditions span.mandatory{
    color:red;
    font-size:16px!important;
    
}
.agree-conditions{
    text-align:left;
}
.phone-group .autoComplete_wrapper>ul>li {
    text-align:left;
}
#phonePrefix{
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
    padding-top:26px;
}
.phone-prefix-wrapper{
    flex:0 0 75px;
}
.booking-overview table td,.booking-overview table th{
    width:33%;
}

.event-details-desktop{
    margin-top: 20px;
    max-width: 500px;
}

.event-details-desktop img{
    max-width:100%;
    width:100%;
    max-height: 20vh;
    object-fit: cover;
    border-radius:var(--border-radius);
}
.event-details-desktop .event-description{
    font-family:var(--body-font-family);
    font-size:16px;
    color:#fff;
    line-height: 1.8;
    text-align: left;
    margin-bottom: var(--spacer);
}
.event-details-desktop .event-description h1,
.event-details-desktop .event-description h2,
.event-details-desktop .event-description h3 {
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.event-details-desktop .event-description p {
    margin-bottom: 0.8rem;
}
.event-details-desktop .event-description ul,
.event-details-desktop .event-description ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.event-details-mobile{
    margin-bottom: 20px;
}
.event-details-mobile img{
    max-width:100%;
    width:100%;
    max-height: 30vh;
    object-fit: cover;
    border-radius:var(--border-radius);
}
.event-details-mobile .event-description{
    font-family:var(--body-font-family);
    font-size:14px;
    color:#333;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 15px;
}
.event-details-mobile .event-description span{
    
    font-size:11px;
    
}
.event-details-mobile .event-description h1,
.event-details-mobile .event-description h2,
.event-details-mobile .event-description h3 {
    color: #222;
    margin-top: 0.8rem;
    margin-bottom: 0.4rem;
    font-weight: 600;
    font-size: 1.1em;
}
.event-details-mobile .event-description p {
    margin-bottom: 0.7rem;
}
.event-details-mobile .event-description ul,
.event-details-mobile .event-description ol {
    margin-bottom: 0.8rem;
    padding-left: 1.2rem;
}
.event-description-text.truncated {
    cursor: pointer;
}
.event-description-more {
    color: var(--primary);
    cursor: pointer;
    font-weight: 600;
    margin-left: 5px;
    text-decoration: underline;
}
.container-left {

    min-height: 100vh;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(0, -50%);

    font-family: GiorgioS Regular;
    font-weight: 400;
    font-size: 3vw;
    text-align: center;
    padding-left: 10%;
    color: white;
    padding-right: 10%;



    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.container-right {

    position: relative;

    padding: 30px;
    atransition: left 0.3s easeOut;


    text-align: center;
    min-height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);

    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.param-arrival-date.red{
    outline:2px solid var(--danger);
}

@media(max-width: 768px) {
    .phone-prefix-wrapper{
        flex:0 0 75px!important;
    }
    .container-right {
        left: 100%;
        padding:10px;
        padding-bottom:25px;
    }

    .container-left {
        position: absolute;
    }
    .phone-prefix-wrapper > label {
        width: calc(100% + 25px);
    }
        
}

.container-left .logo {
    width: 40%;
    margin-top: -100px;
    height: auto !important;
    object-fit: contain;
    display: block;
}

.container-right .logo2 {
    width: 40%;
}

.date-field,
.guests-count-group {
    max-width: 300px;
    margin: auto;
}

.step {
    display: none;
    width: 600px;
    max-width: 100%;
}

.step2 .service {

    width: 250px;
    display: block;
    margin: auto;
    margin-bottom: 1.25rem;
}
.step5 .discount-link{
    display:none!important;
}
button.package {
    display: block;

    width: 320px;
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
    margin-bottom: 0.4rem;
}

@media(max-width: 768px) {
    button.package {
        width: 270px;
        font-size: 14px;
    }
}


button span {
    color: var(--gray-500);
    font-size: 13px;
}

button i {
    font-size: 12px !important;
    margin-left: 3px;
    margin-right: 3px;
}

.select2-selection {
    height: 58px;
    padding-top: 25px;
}

.more-guest {
    display: none;
}

@media(max-width: 768px) {
    .table-scroll {
        width: calc(100% + 40px);
        overflow: scroll;
    }

    .table-scroll table {
        width: 600px;
    }


}

.booking-page .choice {
    display: block;
    text-align: left;
    margin-bottom: 15px;

}

.choice .price,
.choice .price-from {
    font-size: 20px;
}

.choice .price-from {
    font-style: italic;
    font-size: 15px;
}

.choice-counter {

    margin-top: 16px;
    float: right;
    vertical-align: middle;
    text-align: right;
}

.choice-counter i {
    font-size: 30px;
    vertical-align: middle;
    margin-bottom: 6px;
}

.expand-button {
    border-radius: var(--btn-border-radius);
    border-color: var(--btn-border-color);


}
.sub-choice-check{
    text-align:right;
}
.sub-choice-select select{
    width:170px;
}
.sub-choice-check,.sub-choice-select {
    float: right;

}

.sub-choice-check i {
    font-size: 30px;
    vertical-align: middle;
    margin-bottom: 6px;
}

.sub-choices {
    display: none;
}

.choice.open .sub-choices {
    display: block;
}

.sub-choice {
    border-bottom: 1px solid var(--gray-400);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.sub-choice:last-child {
    border-bottom: none;

}

.sub-choice-check {
    margin-top: 7px;
}

.person-button {
    width: 100px;
    padding: 10px;

}

.booking-content {}

.person-button {
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.person-button.checked {
    position: relative;
    z-index: 1;
    margin-bottom: -1px;
    border-bottom: 1px solid black;
}

.person-block {
    text-align: left;
    border-bottom: 1px solid var(--gray-400);
    margin-bottom: 20px;
}

.services-block {
    display: none;
}

.booking-summary-detail hr {
    margin: 10px;
}

.summary {

    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
    padding: 21px;
    position: fixed;
    left: 75%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;

}
.discount-strike{
    color:#f57c00!important;
    text-decoration: line-through;
}
@media(min-width:800px) {
    .summary h3 {
        font-family: GiorgioS Regular;
        font-weight: 400;
        font-size: 3vw;
    }

    .summary .open {
        display: none;
    }

    .summary-spacer {
        display: none;
    }
}

.summary .booking-summary-detail {
    font-size: 18px;
}

.summary .booking-summary-total-price {
    display: none;
}

@media(max-width: 768px) {
    .summary {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        top: auto;
        padding-left:var(--spacer);
        padding-right:var(--spacer);
        padding-top: 15px;
        transform: translate(0%, 0%);
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0px -14px 21px rgba(0, 0, 0, 0.1);
    }

    .summary .booking-summary-detail {
        display: none;
    }

    .summary .booking-summary-total-price {
        display: block;
    }

    .summary.static {
        position: static !important;
        width: 100%;
    }

    .summary.static .booking-summary-detail {
        display: block;

    }

    .summary.static .open {
        visibility: hidden;
    }

    .summary.static .booking-summary-total-price {
        display: none;

    }
}
.agree-conditions .info{
    cursor:pointer;
}
.services-page,.page-title {
    display: none;
}
.services-page-0,.page-title-0 {
    display: block;
}

.days-selector {
    margin-top: 20px;
    margin-bottom: 20px;
    display:none;    
}

.days-selector .day{
    border-radius: 8px;
    display: inline-block;
    font-size: 12px;
    height: 55px;
    padding-top: 8px;    
    width: 78px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    cursor:pointer;
}
.days-selector .day:hover{
    outline:1px solid rgba(255,255,255,0.75);
    outline-offset:-1px;
}
.days-selector .day.selected{
    background-color: rgba(255, 255, 255, 0.4);
}
.days-scroll-container-inner{
    white-space: nowrap;
    
}
.days-scroll-container{
    overflow-x: auto;
    padding-bottom:6px;
}

.days-scroll-container::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 4px; /* Výška horizontálního posuvníku */
}

.days-scroll-container::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .5);
    
}

.days-scroll-container::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .5);
}   

/* Event Date Chooser Styles */
.event-month-filters {
    margin-bottom: 20px;
}

.month-filter-scroll {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    justify-items: center;
}

.month-filter-btn {
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: var(--body-font-family);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 200px;
}

@media (max-width: 768px) {
    .month-filter-scroll {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    
    .month-filter-btn {
        width: 100%;
        padding: 10px 16px;
        font-size: 14px;
    }
}

.month-filter-btn:hover {
    background: #f8f9fa;
    border-color: var(--primary, #007bff);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.month-filter-btn.active {
    background: linear-gradient(135deg, var(--primary, #007bff) 0%, #0056b3 100%);
    border-color: var(--primary, #007bff);
    color: white;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.show-all-months {
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: var(--body-font-family);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 200px;
}

.show-all-months:hover {
    background: #f8f9fa;
    border-color: var(--primary, #007bff);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.show-all-months i {
    font-size: 14px;
}

@media (max-width: 768px) {
    .show-all-months {
        padding: 10px 16px;
        font-size: 14px;
    }
}

.event-dates-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 5px;
}

.event-date-item {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: grid;
    grid-template-columns: 40px 1fr auto;
    gap: 16px;
    align-items: center;
}

.event-date-item:hover {
    border-color: var(--primary, #007bff);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.event-date-item.selected {
    border-color: var(--primary, #007bff);
    background: #f8fbff;
    box-shadow: 0 2px 12px rgba(0, 123, 255, 0.15);
}

.event-date-item.hidden {
    display: none;
}

.date-select-indicator {
    width: 32px;
    height: 32px;
    border: 2px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.date-select-indicator i {
    font-size: 24px;
    color: var(--primary, #007bff);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.event-date-item.selected .date-select-indicator {
    background: var(--primary, #007bff);
    border-color: var(--primary, #007bff);
}

.event-date-item.selected .date-select-indicator i {
    opacity: 1;
    color: white;
}

.date-main-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.date-period {
    text-align:left;
    font-size: 17px;
    font-weight: 600;
    color: #222;
    font-family: var(--body-font-family);
}

.date-time {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 6px;
}

.date-time i {
    font-size: 16px;
}

.date-details {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-shrink: 0;
}

.date-price {
    text-align: right;
}

.price-value {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary, #007bff);
    line-height: 1.2;
}

.price-label {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.date-availability {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 13px;
    color: #666;
}

.date-availability.limited {
    background: #fff3f3;
    color: #dc3545;
}

.date-availability i {
    font-size: 16px;
    color: #999;
}

.date-availability.limited i {
    color: #dc3545;
}

.availability-count {
    font-weight: 600;
}

.availability-label {
    font-size: 12px;
}

.event-date-item.sold-out {
    opacity: 0.5;
    cursor: not-allowed;
    background: #f5f5f5;
}

.event-date-item.sold-out:hover {
    border-color: #e0e0e0;
    box-shadow: none;
    transform: none;
}

.event-date-item.sold-out .date-select-indicator {
    border-color: #ccc;
    background: #f5f5f5;
}

.event-date-item.sold-out .date-period,
.event-date-item.sold-out .date-time,
.event-date-item.sold-out .price-value {
    color: #999;
}

.event-date-item.sold-out .date-availability {
    background: #ffebee;
    color: #c62828;
}

.event-date-item.sold-out .date-availability i {
    color: #c62828;
}

@media (max-width: 992px) {
    .event-date-item {
        grid-template-columns: 36px 1fr;
        gap: 12px;
    }
    
    .date-details {
        grid-column: 2;
        justify-content: space-between;
        padding-top: 8px;
        border-top: 1px solid #f0f0f0;
        margin-top: 8px;
    }
}

@media (max-width: 576px) {
    .date-details {
        flex-direction: row;
        gap: 12px;
        align-items: center;
        justify-content: space-between;
    }
    
    .date-price {
        text-align: left;
    }
    
    .date-availability {
        flex-direction: row;
        justify-content: flex-start;
        gap: 6px;
        flex-shrink: 0;
    }
}



.event-date-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--primary, #007bff), var(--info, #17a2b8));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.event-date-card:hover {
    border-color: var(--primary, #007bff);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateX(3px);
}

.event-date-card:hover::before {
    opacity: 1;
}

.event-date-card.selected {
    border-color: var(--primary, #007bff);
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.06) 0%, rgba(23, 162, 184, 0.06) 100%);
    box-shadow: 0 4px 20px rgba(0, 123, 255, 0.2);
}

.event-date-card.selected::before {
    opacity: 1;
}

.event-date-card.hidden {
    display: none;
}

.event-date-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.event-date-row-1 {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.event-date-row-2 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.event-date-range {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.event-date-range > i {
    font-size: 20px;
    color: var(--primary, #007bff);
}

.date-text {
    display: flex;
    align-items: center;
    gap: 6px;
}

.date-text i {
    font-size: 14px;
    color: #999;
}

.event-time-range {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.event-time-range > i {
    font-size: 18px;
    color: #999;
}

.event-price {
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    padding: 6px 16px;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.1) 0%, rgba(23, 162, 184, 0.1) 100%);
    border-radius: 20px;
    border: 1px solid rgba(0, 123, 255, 0.25);
}

.price-amount {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary, #007bff);
}

.price-currency {
    font-size: 16px;
    font-weight: 600;
    color: #555;
}

.event-places {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #28a745;
    font-weight: 600;
    padding: 6px 14px;
    background: rgba(40, 167, 69, 0.12);
    border-radius: 20px;
    border: 1px solid rgba(40, 167, 69, 0.25);
}

.event-places.places-low {
    color: #dc3545;
    background: rgba(220, 53, 69, 0.12);
    border-color: rgba(220, 53, 69, 0.25);
}

.event-places i {
    font-size: 18px;
}

.event-date-check {
    opacity: 0;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.no-dates-message {
    text-align: center;
    padding: 40px 20px;
    color: #999;
}

.no-dates-message i {
    font-size: 48px;
    margin-bottom: 16px;
    opacity: 0.5;
}

.no-dates-message p {
    font-size: 16px;
    margin: 0;
}

.event-dates-grid::-webkit-scrollbar {
    width: 6px;
}

.event-dates-grid::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.event-dates-grid::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
}

/* Selected Date Preview Styles */
.selected-date-preview {
    
    margin: 0 auto 20px auto;
}



.selected-date-preview .preview-card {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 14px;
    cursor: default;
    transition: all 0.2s ease;
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 12px;
    align-items: center;
}

.selected-date-preview .date-select-indicator {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--primary, #007bff);
}

.selected-date-preview .date-select-indicator i {
    font-size: 20px;
    color: white;
}

.selected-date-preview .date-main-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.selected-date-preview .date-period {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    font-family: var(--body-font-family);
    margin-bottom: 4px;
}

.selected-date-preview .date-time {
    font-size: 13px;
    color: #777;
    display: flex;
    align-items: center;
    gap: 4px;
}

.selected-date-preview .date-time i {
    font-size: 16px;
}

.selected-date-preview .date-details {
    grid-column: 2;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.selected-date-preview .date-price {
    text-align: left;
}

.selected-date-preview .price-value {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary, #007bff);
    line-height: 1.2;
}

.selected-date-preview .price-label {
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.selected-date-preview .date-availability {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    font-size: 12px;
    color: #666;
}

.selected-date-preview .date-availability.limited {
    background: #fff3f3;
    color: #dc3545;
}

.selected-date-preview .date-availability i {
    font-size: 16px;
    color: #999;
}

.selected-date-preview .date-availability.limited i {
    color: #dc3545;
}

.selected-date-preview .availability-count {
    font-weight: 600;
}

.selected-date-preview .availability-label {
    font-size: 12px;
}

.selected-date-preview .choose-another-date {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    padding: 6px 0;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    color: var(--primary, #007bff);
}

.selected-date-preview .choose-another-date:hover {
    color: #0056b3;
}

.selected-date-preview .choose-another-date i {
    font-size: 13px;
    margin-left: 4px;
}

@media (max-width: 768px) {
    .selected-date-preview {
        max-width: 100%;
    }
}

/* Show more/previous dates links - same style as choose-another-date */
.show-more-dates-container {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.show-previous-dates-link,
.show-more-dates-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    padding: 6px 0;
    margin-top: 10px;
    color: var(--primary, #007bff);
}

.show-previous-dates-link:hover,
.show-more-dates-link:hover {
    color: #0056b3;
}

.show-previous-dates-link span,
.show-more-dates-link span {
    color: var(--primary, #007bff);
    font-size: 13px;
}

.show-previous-dates-link:hover span,
.show-more-dates-link:hover span {
    color: #0056b3;
}

.show-previous-dates-link i,
.show-more-dates-link i {
    font-size: 13px;
    color: var(--primary, #007bff);
}

.show-previous-dates-link:hover i,
.show-more-dates-link:hover i {
    color: #0056b3;
}

.dates-separator {
    color: var(--gray-400, #ccc);
    font-size: 13px;
    margin: 0 5px;
}

.lang-selector{
    font-family: aria;
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1000;
}

.custom-lang-selector {
    position: relative;
    display: inline-block;
    min-width: 60px;
}

.selected-lang {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.selected-lang:hover {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.lang-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 1001;
    overflow: hidden;
}

.lang-options.show {
    display: block;
}

.lang-option {
    padding: 10px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.2s ease;
}

.lang-option:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.lang-option.selected {
    background-color: rgba(0, 123, 255, 0.1);
}

.flag-icon {
    width: 24px;
    height: 18px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.lang-name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.selected-lang .fa-chevron-down {
    font-size: 12px;
    color: #666;
    margin-left: auto;
}
#country-div .select2-selection{
    padding-top:17px;
}
#country-div .select2-selection.selected{
    padding-top:25px;
}






.powered-by-left, .powered-by-right {
    position: fixed;
    bottom: 10px;
    font-size: 14px;
    font-family: var(--body-font-family);
    font-weight: bold;
    z-index: 100;
}

.powered-by-left {
    right: calc(50vw + 5px);
    color: black;
}

.powered-by-right {
    left: calc(50vw + 5px);
    color: white;
}

.powered-by-right:hover{
    background: linear-gradient(90deg, #cb20cd, #22b1ef);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.powered-by-right img{
    vertical-align: middle;
    margin-bottom: -15px;
    margin-top: -15px;
    margin-right: 4px;
    margin-left: 1px;
    height: 24px;
    width: 24px;
}

@media(max-width: 768px) {
    .powered-by-left {
        display: none;
    }
    .powered-by-left, .powered-by-right {
        position: absolute;;
    }
    .powered-by-right {
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.7);
    }
    .powered-by-right::before {
        content: 'powered by ';
        font-weight: normal;
    }
}

@media(min-width: 769px) {
    .powered-by-left {
        display: block;
    }
    .powered-by-right {
        color: white;
    }
}


.custom-fields-section .form-check{
    text-align:left;
}
