.booking .options {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    min-height: calc(100vh - 100px);
}

.booking .options .line::before {
    content: "";
    position: relative;
    bottom: 0;
    width: 2px;
    left: calc(50% - 1px);
    height: 40px;
    background: linear-gradient(90deg, rgb(0, 213, 195) 0%, rgb(0, 189, 200) 80%);
}

.booking .options input[type=text] {
    width: 100%;
    height: 50px;
    padding: 20px;
    text-align: left;
    font-family:"BPG Arial Caps" !important;
    font-size: 12px !important;
    text-transform: uppercase;
    border-width: 1px;
    border-style: dashed;
    border-color: rgba(0,0,0,0.1);
    border-radius: 10px;
    outline: none;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
}

.booking .options ::placeholder {
    font-size: 11px;
    color: rgba(0,0,0,0.3);
    letter-spacing: 0.5px;
    text-transform: capitalize !important;
}

.booking .options .title {
    margin-bottom: 5px;
    text-align: left;
    padding-left: 10px;
    font-family:"BPG Arial Caps" !important;
    text-transform: capitalize;
    font-size: 12px;
    color: rgba(0,0,0,0.7);
}

.bookingSmsRegenerate {
    border-width: 0px;
    padding: 5px 5px;
    background-color: transparent;
    height: 30px !important;
    color: #fff;
    margin: 0px;
    font-family:"MyriadGEOMtavruliMedium" !important;
    font-size: 12px;
    text-transform: capitalize;
    transition: 0.2s;
}

.bookingSmsRegenerate:hover {
    padding: 5px 10px;
    margin: 10px 0px 10px 0px;
    background-color: #fff;
    color: rgba(243, 185, 66, 0.7);
    font-size: 12px;
}




.datepicker {
    width: 100% !important;
    max-width: 500px;
    padding: 15px !important;
    box-sizing: border-box !important;
    left: 0 !important;
    right: 0 !important;
    margin: 5px auto !important;

    font-family: "BPG Arial Caps";
}

.datepicker table {
    width: 100% !important;
    table-layout: fixed !important;
}

.datepicker .table-condensed {
    width: 100% !important;
}

/* თვეების და წლების გადასართველი */
.datepicker .table-condensed .datepicker-switch {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0;
}

/* ისრები */
.datepicker .table-condensed .next {
    text-align: center;
    cursor: pointer;
    padding: 10px 0;
    font-size: 14px;
}

.datepicker .table-condensed .prev {
    text-align: center;
    cursor: pointer;
    padding: 10px 0;
    font-size: 14px;
}


.datepicker .table-condensed .dow {
    text-align: center;
    font-size: 11px;
    padding: 8px 0 !important;
    border: 1px solid rgba(0,0,0,0.05);
}

.datepicker .table-condensed .day {
    text-align: center;
    font-size: 12px;
    padding: 8px 0 !important;
    cursor: pointer;
    vertical-align: middle;
}

.datepicker .table-condensed .day:hover {
    background: linear-gradient(90deg, rgb(0, 213, 195) 0%, rgb(0, 189, 200) 80%);
    color: #fff !important;
    border-radius: 4px;
}

.disabled {
    color: rgba(0,0,0,0.1);
}

.datepicker .table-condensed .new {
    display: none;
}
.datepicker .table-condensed .old {
    opacity: 0.2;
}


.datepicker .table-condensed .today {
    background: #e5e7eb !important;
    color: #000 !important;
    border-radius: 4px;
}

.datepicker .active,
.datepicker .table-condensed .active:hover {
    background: linear-gradient(90deg, rgb(0, 213, 195) 0%, rgb(0, 189, 200) 80%);
    color: #fff !important;
    border-radius: 4px !important;
}

.datepicker table tr td span {
    font-size: 11px;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
    border-radius: 0;
    display: inline-block !important; /* list-item-მა შესაძლოა მობილურზე აურიოს */
    width: 33.33% !important; /* 3 სვეტად დაალაგებს თვეებს */
    box-sizing: border-box;
    text-align: center;
}




.faq .accordion {
    /*background: #fff;*/
    --bs-accordion-border-color: rgba(0,0,0,0.05)
}

.faq .accordion .accordion-item .accordion-body {
    padding: 20px 40px;
    color: rgba(0,0,0,0.7);
}

.faq .accordion .accordion-button {
    font-size: 11px;
    font-family: "BPG Arial Caps";
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 6px);
    padding: 15px 15px;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background: rgba(0,0,0,0.08);
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    outline: none !important;
    box-shadow: none !important;
    margin: 3px 0px 3px 3px;
}

.faq .accordion .collapsed {
    background: rgba(0,0,0,0.03) !important;
}

.faq .accordion-button::after {
    flex-shrink: 0;
    width: 10px !important;
    height: 10px !important;
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: 10px !important;
    transition: var(--bs-accordion-btn-icon-transition);
}

.faq .card {
    border-color: rgba(0,0,0,0.05);
}

.faq .title p {
    width: 60px;
    border-radius: 0px;
    padding: 2px 5px;
    letter-spacing: 1.5px;
    /* background: rgba(243, 185, 66, 0.7); */
    /* border-radius: 5px; */
    margin-bottom: 10px;
}

.faq .title {
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    font-family: "BPG Arial Caps";
    border-width: 0px 0px 1px 0px;
    border-style: dashed;
    border-color: rgba(243, 185, 66, 0.7);
}

.booking .options::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 100%;
    right: 0px;
    z-index: -2 !important;
    background: linear-gradient(180deg, rgba(0, 189, 200, 1) 0%, rgba(0, 213, 195, 1) 100%);
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.visitResult {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 150px);
}

.bookingResult {
    background: #f4f4f6;
    border-radius: 20px;
    padding: 50px;
    text-transform: capitalize;
}

.visitResult .title {
    padding-bottom: 10px;
    font-size: 1.1rem;
    font-family: "MyriadGEOMtavruliMedium";
    text-transform: capitalize;
}

.visitResult table {
    width: 100%;
}

.visitResult table tr td {
    width: 50%;
    padding: 20px 0px;
    font-size: 11px;
}












.calendar-container {
    width: 100%;
    background: linear-gradient(90deg, rgb(0, 213, 195) 0%, rgb(0, 189, 200) 80%);
    color: #fff;
    padding: 10%;
    border-radius: 15px;
    font-family: sans-serif;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.calendar-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
}
.calendar-header h2 {
    text-align: center;
    margin: 0;
    font-size: 15px;
}
.nav-btn {
    background: #2a2a40;
    border: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}
.nav-btn:hover { background: #3b3b5c; }

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    /*gap: 0px;*/
    text-align: center;
}
.day-name {
    font-weight: bold;
    font-size: 10px;
    font-family: "BPG Arial Caps";
    color: #fff;
    /*padding-bottom: 5px;*/
}
/* 💡 ეს კონტეინერიც გრიდია, რომელიც სათაურების დაბლა გააგრძელებს 7 სვეტად ხატვას */
.days-container {
    display: contents;
}
.calendar-day, .empty-day {
    padding: 10%;
    font-size: 110%;
}
.calendar-day {
    display: block;
    background: transparent;
    /*width: 50px;*/
    /*height: 50px;*/
    border-radius: 8px;
    /*cursor: pointer;*/
    transition: 0.2s;
}
/*.calendar-day:hover { background: #3b3b5c; }*/
.calendar-day.active {
    background: transparent;
    border-radius: 100px;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    color: white;
    font-weight: bold;
}

.clock-container {
    width: 100%; /* ან რამდენიც გინდა, მაგალითად 350px მაქსიმუმი */
    /*max-width: 200px;*/
    background: linear-gradient(90deg, rgb(0, 213, 195) 0%, rgb(0, 189, 200) 80%);
    color: #fff;
    padding: 6%; /* პედინგიც პროცენტული */
    border-radius: 15px;
    font-family: sans-serif;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.analog-clock {
    width: 55%; /* აიღებს კონტეინერის სიგანის 80%-ს */
    aspect-ratio: 1 / 1; /* 🔍 სიმაღლეს ავტომატურად სიგანის ტოლს გახდის, რომ მრგვალი იყოს */
    border: 4px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    position: relative;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.1), 0 4px 10px rgba(0,0,0,0.1);
}

/* ისრების საერთო სტილი - პროცენტული ზომებით */
.hand {
    position: absolute;
    bottom: 50%;
    left: 50%;
    background: #fff;
    transform-origin: bottom center;
    border-radius: 4px;
    transform: translateX(-50%) rotate(0deg);
}

/* საათის ისარი - სიმაღლე პროცენტებში */
.hour-hand {
    width: 2.5%; /* სიგანეც პროცენტში, რომ საათის კლებაზე დაწვრილდეს */
    height: 28%; /* ცენტრიდან აიწევს ციფერბლატის რადიუსის 28%-ზე */
}

/* წუთების ისარი */
.minute-hand {
    width: 1.8%;
    height: 40%; /* ცენტრიდან აიწევს 40%-ზე */
}

/* ცენტრალური დამჭერი ღერძი */
.center-circle {
    width: 6%;
    aspect-ratio: 1 / 1;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

/* ციფერბლატის წერტილები - ზომები პროცენტებში */
.clock-dot {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
}
.clock-dot.top, .clock-dot.bottom {
    width: 2.5%;
    height: 5%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}
.clock-dot.left, .clock-dot.right {
    width: 5%;
    height: 2.5%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
}

.clock-dot.top { top: 3%; }
.clock-dot.bottom { bottom: 3%; }
.clock-dot.left { left: 3%; }
.clock-dot.right { right: 3%; }

/* ციფრული დროის ბლოკი */
.digital-time {
    font-size: 1rem; /* rem იდეალურია რესპონსივი შრიფტისთვის */
    font-weight: bold;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 950px) {
    .booking .options {
        padding: 0px 10%;
    }

}