:root{
    --color-dark-blue: #030021;
    --color-text-theme: #000b63;
    --color-turquoise: #00e0e8;
    --color-light-text-theme: #b7bfff;
    --color-default-text: #030021;
    --color-white:  #ffffff;
    --color-light-gray: #f2f2f2;
    --color-bg-light: #f4f5ff;
    --color-theme-bg: #050d4b;
    --color-light-yellow: #ffd54f;
    --color-yellow: #ed9200;
    --color-green: #00a45d;
    --color-blue: #0198d1;
    --color-red: #d4546b;
}
body, .ql-container{
    font-family: "Wix Madefor Text", serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
body, .btn, .ql-container{
    font-size: 4.5vw;
    line-height: 1.3;
}
small, .small{
    font-size: 3.5vw;
}
.title-font{
    font-family: "Wix Madefor Display", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.bg-gradient-theme{
    background: rgb(3,0,33);
    background: linear-gradient(175deg, rgba(3,0,33,1) 43%, rgba(8,21,126,1) 95%, rgba(8,21,126,1) 100%);
}
.dark-theme-text, .dark-theme-text a{
    color: var(--color-white);
}
.dark-theme-text a:hover, .dark-theme-text a:focus, .dark-theme-text a.active{
    color: var(--color-turquoise);
}
.btn-outline-primary{
    /* background-color: var(--color-turquoise); */
    color: var(--color-text-theme) !important;
    border-color: var(--color-text-theme);
}
.btn-primary{
    background-color: var(--color-turquoise);
    color: var(--color-text-theme) !important;
    border-color: var(--color-turquoise);
}
.btn-outline-light{
     background-color: var(--color-white);
    color: var(--color-text-theme) !important;
    border-color: var(--color-light-text-theme);
}
.btn-theme{
    background-color: var(--color-text-theme);
    color: var(--color-bg-light) !important;
    border-color: var(--color-text-theme);
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active, .btn:hover{
    background-color: var(--color-turquoise);
    color: var(--color-dark-blue) !important;
    border-color: var(--color-turquoise);
}
.section{
    padding: 10vw 0;
}
.hero-search-holder{
    padding: 5vw;
    background-color: var(--color-white);
    box-shadow: 0 0 5vw rgba(8,21,126,0.3);
    width: 92%;
    border-radius: 5vw;
    left: 4%;
    top: -7vw;
    position: absolute;
}
    .hero-search-holder .field, .location.field {
        display: flex;
        align-items: center;
        gap: 0.3rem;
        color: var(--color-default-text);
        background-color: var(--color-light-gray);
        padding: 0.3rem 1rem 0.3rem 1.5rem;
        border-radius: 3vw;
        margin-bottom: 4vw;
    }
        .hero-search-holder .field .form-control, .hero-search-holder .field .form-control:focus, .hero-search-holder .field .form-select, .hero-search-holder .field .form-select:focus, .location.field .form-control{
            border: 0;
            background-color: var(--color-light-gray);
            width: 100%;
            outline: none;
            box-shadow: none;
        }
.card-bordered{
    border: 1px solid var(--color-light-text-theme);
    border-radius: 5vw 7vw;
    padding: 5vw;
    background-color: var(--color-white);
}
.card-bordered .content-holder{
    width: 70%;
}
.card-bordered .image-holder{
    width: 30%;
}
.card-bordered .content-holder h3{
    color: var(--color-text-theme);
    font-size: 5.5vw;
    font-weight: 600;
}
.navbar-brand{
    max-width: 70vw;
}
.hamburger-menu{
    background-color: rgba(255,255,255,0.1);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    font-size: 1.8rem;
    color: var(--color-turquoise);
    border: 0;
}
.hamburger-menu:focus, .hamburger-menu:hover, .hamburger-menu:active{
    background-color: rgba(255,255,255,0.2);
}
.open-menu{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #030021;
    background-image: linear-gradient(298deg, #08157e 0%, #030021 60%);
    /* background-color: var(--color-dark-blue); */
    box-shadow: -10vw 0vw 10vw rgba(0,0,0,0.8);
    padding: 18vw 8vw 10vw;
    width: 80%;
    z-index: 9;
}
.open-menu .nav-link{
    font-size: 5vw;
    padding: 3vw 0;
}
.open-menu .btn{
    font-size: 5vw;
    padding: 3vw 8vw;
    margin-top: 3vw;
}
.hamburger-menu.close-menu{
    position: absolute;
    top: 4vw;
    right: 3vw;
}
.hero-container{
    
}
.hero-content{
    padding: 12vw 3vw 5vw;
}
.hero-content.inner-page{
    padding-top: 8vw;
}
.hero-content.inner-page.details-page{
    padding-top: 2vw;
}
.hero-content.registration-page{
    padding: 8vw 0 5vw;
}
.display-1{
    font-size: 7.5vw;
    font-weight: 600;
    line-height: 1.3;
}
.display-2{
    font-size: 6.5vw;
    font-weight: 600;
    line-height: 1.3;
    color: var(--color-text-theme);
}
.display-6{
    font-size: 5vw;
}
.display-1.icon{
    font-size: 15vw;
}
.hero-content .display-1{
    color: var(--color-light-gray);
}
.btn{
    padding: 3vw 6vw;
    font-size: 5vw;
    border-radius: 3vw;
}
.hero-image > img{
    margin-bottom: -0.8rem;
}
.key-features{
    padding-top: 85vw;
}
.innerpage-fist-fold{
    padding-top: 5vw;
}
.form-select, .form-control{
    font-size: 5.5vw;
}
.bg-light{
    background-color: var(--color-bg-light) !important;
}
.reviews-rating-holder{
    border-top: 1px solid var(--color-light-text-theme);
    border-bottom: 1px solid var(--color-light-text-theme);
    margin-top: 4vw;
    margin-bottom: 4vw;
}
.reviews-rating-holder .col{
    padding: 3vw 2vw;
    border-right: 1px solid var(--color-light-text-theme);
}
.reviews-rating-holder .col:last-child{
    border-right: 0;
}
.row-cols-2.reviews-rating-holder .col:nth-child(2){
 border-right: 0;
}  
.row-cols-2.reviews-rating-holder .col{
    border-bottom: 1px solid rgba(255,255,255,0.2);
} 
.row-cols-2.reviews-rating-holder .col:last-child, .row-cols-2.reviews-rating-holder .col:nth-last-child(2){
    border-bottom: 0;
}   
.garage-list .image-holder, .garage-list .content-holder{
    width: 100%;
}
.garage-list .image-holder, .details-page.image-holder{
    background-color: var(--color-bg-light);
    padding: 10vw 2vw;
    min-height: 20vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2vw;
    margin-bottom: 3vw;
    overflow: hidden;
}
.garage-list .image-holder img{
    max-height: 100%;
}
.garages-slider .slick-dots{
    bottom: -35px;
}
.garages-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    width: 14px;
    height: 14px;
    content: '';
    text-align: center;
    opacity: 1;
    color: var(--color-white);
    border: 1px solid var(--color-text-theme);
    background-color: var(--color-white);
    -webkit-font-smoothing: antialiased;
    border-radius: 50%;
}
.slick-dots li.slick-active button:before{
    opacity: 1;
    background-color: var(--color-text-theme);
}
.bg-blue{
    background-color: var(--color-text-theme);
}
.text-turquoise{
    color: var(--color-turquoise) !important;
}
.text-theme{
    color: var(--color-text-theme);
}
.text-light-theme{
    color: var(--color-light-text-theme);
}
.home-testimonial-card{
    background-color: var(--color-theme-bg);
    color: var(--color-white);
    border: 0;
    height: 100%;
}
.home-testimonial-card .title-font{
    color: var(--color-white) !important;
}
.testimonial-slider .slick-slide{
    margin: 5vw 3vw;
}
.home-testimonial-card .border-top, .home-testimonial-card .border-bottom{
    border-color: var(--color-text-theme) !important;
}
.home-testimonial-card.card-bordered .content-holder{
    width: 100%;
}
.testimonial-slider .slick-dots{
    bottom: -40px;
}
.testimonial-slider .slick-dots li button:before {
    line-height: 20px;
    position: absolute;
    width: 14px;
    height: 14px;
    content: '';
    text-align: center;
    opacity: 1;
    color: var(--color-white);
    border: 1px solid var(--color-text-theme);
    background-color: var(--color-white);
    -webkit-font-smoothing: antialiased;
    border-radius: 50%;
}
.testimonial-slider .slick-dots li.slick-active button:before{
    opacity: 1;
    background-color: var(--color-turquoise);
}
.text-yellow{
    color: var(--color-yellow);
}
.title-level-3{
    font-size: 5.5vw;
    font-weight: 700;
    color: var(--color-text-theme);
}
.bi.title-level-3{
    font-size: 6.5vw;
}
.numbering{
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    background-color: var(--color-turquoise);
    color: var(--color-white);
    font-size: 8vw;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.how-it-works-section{
    margin-bottom: 5vw;
}
.section-service-offer{
    padding: 10vw 0 0 0;
}
.section-service-offer .content-holder{
    padding: 5vw;
}
.button-holder{
    padding: 5vw 0;
}
footer{
    font-size: 4vw;
    padding: 0 4vw;
}
footer a, footer .text-muted{
    color: rgba(255,255,255,0.6) !important;
    text-decoration: none;
}
footer ul{
    list-style: none;
    list-style-type: none;
    padding-left: 0;
    margin-top: 2vw;
}
footer ul li{
    padding: 1.5vw 0;
}
footer .social-icons{
    padding: 0.5rem 0 1.5rem;
}
footer .social-icons a{
    padding: 0.5rem;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-light-text-theme);
    color: var(--color-dark-blue) !important;
    font-size: 6vw;
    border-radius: 50%;
}
footer a:hover{
    color: var(--color-turquoise) !important;
}
footer .social-icons a:hover{
    background-color: var(--color-turquoise);
    color: var(--color-dark-blue) !important;
}
footer .logo{
    max-width: 65vw;
}
footer .btn-light{
    background-color: var(--color-light-text-theme);
    color: var(--color-text-theme) !important;
}
.copy-right-section{
    padding: 3vw 4vw;
    background-color: var(--color-theme-bg);
    color:  rgba(255,255,255,0.6);
    font-size: 4vw;
}
.copy-right-section a{
    color: var(--color-turquoise);
    text-decoration: none;
}
.services-links{
    display: flex;
    justify-content: space-around;
}
.services-links a{
    text-decoration: none;
    color: var(--color-text-theme);
    font-weight: 500;
}
.rounded-container{
    border-radius: 5vw;
}
.rounded-container .picture-holder{
    border-radius: 5vw 5vw 0 0;
    overflow: hidden;
}
.rounded-container .rounded-content-holder{
    padding: 6vw;
}
.rounded-container .rounded-content-holder.mobile-filters {
    padding-bottom: 5rem
}
.bg-gradient-theme .rounded-content-holder{
    padding: 8vw;
}
.other-links{
    margin-top: 6vw;
}
.list-links {
    list-style: none;
    list-style-type: none;
    padding-left: 0;
}
.list-links a{
    padding: 2vw 0;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    color: var(--color-text-theme);
}
.list-links a:hover{
    color: var(--color-turquoise);
}
hr{
    border-color: var(--color-light-text-theme);
    opacity: 1;
}
.bg-gradient-theme hr{
    border-color: var(--color-turquoise);
}
.split-columns > div{
    padding: 3vw;
}
.list-styled{
    padding-left: 5vw;
}
.list-styled > li{
    padding: 2vw 0 2vw 2vw
}
.hero-content.inner-page h1{
    font-size: 6.5vw; 
}
.car-number{
    background-color: var(--color-light-yellow);
    display: flex;
    border-radius: 3vw;
    overflow: hidden;
}
.car-number .region{
    background-color: #0331b9;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.2rem 0.7rem;
    font-size: 0.9rem;
    color: var(--color-white);
}
.car-number .plate-number{
    width: 100%;
}
.car-number .plate-number > .form-control{
    border-radius: 0;
    border-width: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 700;
}
.form-control{
    font-size: 5.5vw;
    padding: 2.5vw 4vw;
    border-radius: 3vw;
}
.form-control.bordered{
    background-color: transparent;
    color: var(--color-white);
}
.form-control.bordered::placeholder {
    color: var(--color-light-gray);
    opacity: 0.5; /* Firefox */
}
.form-control.bordered::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--color-light-gray);
}
.button-holder{
    padding: 6vw 0 2vw;
}
.docked-button {
    position: fixed;
    bottom: 2vw;
    left: 8vw;
    right: 8vw;
    z-index: 1000;
    display: block;
    font-size: 5vw;
    font-weight: 500;
}
.qa-container{
    margin-bottom: 5vw;
    margin-left: 8vw;
    position: relative;
}
.qa-container .question::before{
    content: '';
    background-image: url(../images/chevron-down-turquoise.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 4vw;
    position: absolute;
    width: 6vw;
    height: 6vw;
    left: -8vw;
    top: 1vw;
    /* background-color: var(--color-turquoise);
    border-radius: 50%; */
}
.qa-container .question[aria-expanded="true"]::before{
    transform: rotate(180deg);
    background-position: bottom center;
    /* transition: transform 0.2s; */
}
.qa-container .question{
    margin-bottom: 2vw;
    font-weight: 600;
}
.form-control-holder{
    background-color: var(--color-white);
    border: 1px solid var(--color-light-text-theme);
    display: flex;
    align-items: center;
    border-radius: 2vw;
    padding: 1.5vw 3vw 1.5vw 4vw;
}
.form-control-holder .icon{
    font-size: 5.5vw;
    color: var(--color-text-theme);
    width: 2rem;
    display: block;
}
.form-control-holder .form-control, .form-control-holder .form-control:focus{
    border: 0;
    box-shadow: none;
}
.form-check{
  padding-left: 2rem;  
}
.form-check .form-check-input{
    width: 1.5rem;
    height: 1.5rem;
    margin-left: -2rem;
}
.form-check-input:checked{
    background-color: var(--color-text-theme);
    border-color: var(--color-text-theme);
}
.form-check-input:focus {
    border-color: var(--color-turquoise);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 224, 232, .25);
}
.reg-title > span{
    font-size: 11vw;
    font-weight: 700;
}
.reg-list{
    margin-top: 3vw;
    margin-left: 5vw;
}
.reg-list ul{
    list-style: none;
    padding-left: 0;
    /* list-style-image: url(../images/check-circle-turquoise.svg); */
}
.reg-list ul li{
    background-image: url(../images/check-circle-turquoise.svg);    
    background-repeat: no-repeat;
    background-size: 6vw;
    padding-left: 8vw;
    margin-bottom: 4vw;
    font-size: 4.6vw;
    line-height: 1.4;
}
.fixed-left-panel .content-section{
    display: none;
}
.registraion-module .display-3{
    font-weight: 700;
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 3s ease-out;
  }
  .registraion-module .display-3, .innerpage .display-3{
    font-size: 7vw;
  }
  .registraion-module .display-3 > span{
    display: block;
    font-weight: 800;
    font-size: 8vw;
}
.registration-steps{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    gap: 0.5rem;
}
.registration-steps > span{
    width: 15px;
    height: 15px;
    border: 2px solid var(--color-turquoise);
    border-radius: 50%;;
}
.registration-steps > span.active{
   background-color: var(--color-turquoise);
    border: 2px solid var(--color-turquoise);
}
.status-tag{
    text-transform: uppercase;
    color: var(--color-white);
    position: absolute;
    top: 0;
    right: 2rem;
    font-size: 0.75rem;
    padding: 0.2rem 0.6rem;
    border-radius: 0.1rem 0.1rem 0.3rem 0.3rem;
}
.status-tag::before{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    border-top: 1.3rem solid currentColor;
    border-left: 0.8rem solid transparent;
    left: -12px;
}
.status-tag::after{
    content: '';
    width: 0;
    height: 0;
    border-top: 1.3rem solid currentColor;
    border-right: 0.8rem solid transparent;
    position: absolute;
    right: -12px;
    top: 0;
}
.status-tag.yellow{
    background-color: var(--color-yellow);
}
.status-tag.yellow::after, .status-tag.yellow::before{
    border-top-color: var(--color-yellow);
}
.status-tag.green{
    background-color: var(--color-green);
}
.status-tag.green::after, .status-tag.green::before{
    border-top-color: var(--color-green);
}
.status-tag.blue{
    background-color: var(--color-blue);
}
.status-tag.blue::after, .status-tag.blue::before{
    border-top-color: var(--color-blue);
}
.status-tag.red{
    background-color: var(--color-red);
}
.status-tag.red::after, .status-tag.red::before{
    border-top-color: var(--color-red);
}
.listing-page.card-bordered .actions-holder{
    text-align: left;
    padding: 2rem 0rem 1rem;
}
.listing-page.card-bordered .actions-holder .title-level-3{
    font-size: 8vw;
}
.btn.btn-sm{
    padding: 2vw 5vw;
    font-size: 4vw;
}
.icon-button{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50% !important;
    padding: 0.5rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-section-holder{
    position: fixed;
    top: 0;
    right: -200vw;
    bottom: 0;
    left: auto;
    background-color: var(--color-white);
    z-index: 9;
    padding: 2vw 3vw;
    height: 100%;
    overflow-y: auto;
}
.filter-section-holder.d-block{
    right: 0;
    left: 0;
}
.section.search-focus{
    padding-top: 11vw;
}
.section.search-focus.search-focus-on{
    padding-top: 62vw;
}
.hero-content.details-page .reviews-rating-holder, .hero-content.details-page .reviews-rating-holder .col{
    border-color: rgba(255,255,255,0.2);
}
.hero-content.details-page .reviews-rating-holder{
    margin-bottom: 0;
}
.hero-content.details-page .reviews-rating-holder .col > .fw-bold{
    font-size: 5.5vw;
}
.rounded-container.bg-gradient-theme.dark-theme-text label.btn-outline-secondary{
    border-color: rgba(255,255,255,0.3);
    color: var(--color-light-text-theme);
}
.rounded-container.bg-gradient-theme.dark-theme-text label.btn-outline-secondary:hover{
    color: var(--color-turquoise) !important;
}
.rounded-container.bg-gradient-theme.dark-theme-text label.btn-check:checked+.btn{
    color: var(--color-dark-blue);
}
.checklist-card{
    padding: 4vw;
}
.checklist-card .title-level-3{
    font-size: 12vw;
}
.checklist-card .display-6{
    font-size:4.5vw;
}
.gallery-container{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 10vw;
}
.gallery-item {
    width: calc(50% - 1rem); /* 50% width minus the gap */
    box-sizing: border-box;
}
.gallery-item > img{
    width: 100%;
    height: auto;
    transition: 0.3s;
}
.gallery-item img:hover {
    transform: scale(1.05);
}

/* Lightbox Styling */
.lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    align-items: center;
    justify-content: center;
}

.lightbox-content {
    max-width: 80%;
    max-height: 80vh;
    margin-top: 5%;
}

.close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}

/* Navigation Buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 30px;
    color: white;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    text-decoration: none;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

.prev:hover, .next:hover {
    background: rgba(0, 0, 0, 0.8);
}
.line-through{
    position: relative;
}
.line-through > span{
    display: inline-block;
    padding: 0.1rem 0.8rem;
    background-color: var(--color-white);
    position: relative;
}
.line-through::before{
    content: '';
    height: 1px;
    background-color: var(--color-light-text-theme);
    position: absolute;
    left: 0;
    right: 0;
    top: 0.7rem
}
.rating-bar{
    height: 8px;
    border-radius: 20px;
}
.rating-scroe{
    width: 5rem;
    height: 5rem;
    border-radius: 1rem;
    color: var(--color-white);
    background-color: var(--color-text-theme);
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.hero-bg-fixed-height{
    height: 8rem;
}
.fixed-hight-top-overlap{
    margin-top: -8rem;
}
.vehicle-details{
    border-bottom: 1px solid var(--color-light-text-theme);
    padding-bottom: 1rem;
}
.vehicle-details .border-start{
    border-left: 0 !important
} 
.form-check-input{
    border-color: var(--color-light-text-theme);
}
.form-control-holder.small-control>.form-control{
    height: 3rem;
    min-height: 3rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.form-control-holder.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating.select-box label{
    transform: scale(.85) translateY(-1.8rem) translateX(.2rem);
}
.form-floating>label{
    padding: 1rem 1.26rem;
}
.form-floating>.form-select, .form-floating>.form-select:focus{
    border: 0;
    box-shadow: none;
    outline: none;
}
.form-floating.select-box .form-select{
    height: 3rem;
    min-height: 3rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.plans-option{
    border-radius: 1.2rem;
}
.nav-profile-picture{
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.nav-profile-picture > img{
    width: 100%;
    height: auto;
}
.admin-section .left-nav-links{
    
}
.admin-section .left-nav-links a{
    color: var(--color-default-text);
    text-decoration: none;
    display: block;
    padding: 0.5rem 0;
    border-bottom: 1;
}
.text-light{
    color: var(--color-light-text-theme) !important;
}
.ql-editor{
    padding: 2rem;
}
.ql-container.ql-snow, .ql-toolbar.ql-snow{
    border-color: var(--color-light-text-theme)
}
.ql-toolbar.ql-snow{
    border-radius: 0.7rem 0.7rem 0 0;
}
.ql-container.ql-snow{
    border-radius: 0 0 0.7rem 0.7rem;
}
.form-control{
    border-color: var(--color-light-text-theme);
}
.search-field{
    border: 1px solid var(--color-light-text-theme);
    display: flex;
    align-items: center;
    padding-left: 1rem;
    border-radius: 0.65rem;
    background-color: var(--color-white);
}
.search-field .form-control, .search-field .form-control:focus{
    border: none;
    box-shadow: none;
    outline: none;
}
.table-grid{
    
}
.table-grid .table-head{
    background-color: var(--color-bg-light);
    border-bottom: 1px solid var(--color-bg-light);
    color: var(--color-text-theme);
    padding: 1rem;
    font-weight: 500;
    font-size: 1.2rem;
}
.table-grid .table-body > .row{
    border-bottom: 1px solid var(--color-light-text-theme);
    padding: 1rem;
    font-weight: 500;
    font-size: 1.1rem;
}
.btn-only-icon{
    background-color: var(--color-light-gray);
    color: var(--color-text-theme);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-only-icon:hover{
    background-color: var(--color-turquoise);
}
.admin-section {
    padding: 3rem 0;
    min-height: 85vh;
}
.calendar-grid .day-hour{
    border-bottom: 0 !important;
    padding: 0 0.5rem !important;
}
.calendar-grid .day-hour > div .time, .calendar-grid .day-hour > div .booking-data{
    padding: 0.5rem 0.5rem 0.5rem 0;
    font-size: 1rem;
    min-height: 2rem;
}
.calendar-grid .day-hour > div .time{
    border-right: 1px solid var(--color-light-text-theme);
    width: 3.5rem;
}
.calendar-grid .day-hour > div .booking-data .booking-status,  .calendar-grid.monthly-view .booking-data .booking-status{
    padding: 0.2rem 0.2rem 0.2rem 0.8rem;
    font-size: 0.8rem;
    border: 1px dashed;
    position: relative;
    margin-right: 0.5rem;
    display: inline-block;
    text-align: left;
    margin-bottom: 0.2rem;
}
.calendar-grid .day-hour > div .booking-data .booking-status:before, .calendar-grid.monthly-view .booking-data .booking-status::before{
    content: '';
    position: absolute;
    width: 0.2rem;
    left: 0;
    top: 0;
    bottom: 0;
}
.calendar-grid .day-hour > div .booking-data .booking-pending, .calendar-grid.monthly-view .booking-data .booking-pending{
    border-color:rgb(237, 146, 0);
    background-color: rgba(237, 146, 0, 0.1);
}
.calendar-grid .day-hour > div .booking-data .booking-canceled, .calendar-grid.monthly-view .booking-data .booking-canceled{
    border-color:rgb(212, 84, 107);
    background-color: rgba(212, 84, 107, 0.1);
}
.calendar-grid .day-hour > div .booking-data .booking-confirmed,  .calendar-grid.monthly-view .booking-data .booking-confirmed{
    border-color:rgb(0, 164, 93);
    background-color: rgba(0,164,93, 0.1);
}
.calendar-grid .day-hour > div .booking-data .booking-inprogress,  .calendar-grid.monthly-view .booking-data .booking-inprogress{
    border-color: var(--color-light-text-theme);
    background-color: var(--color-bg-light)
}
.calendar-grid .day-hour > div .booking-data .booking-pending:before, .calendar-grid.monthly-view .booking-data .booking-pending::before{
    background-color:rgb(237, 146, 0);
}
.calendar-grid .day-hour > div .booking-data .booking-canceled:before, .calendar-grid.monthly-view .booking-data .booking-canceled::before{
    background-color:rgb(212, 84, 107);
}
.calendar-grid .day-hour > div .booking-data .booking-confirmed:before, .calendar-grid.monthly-view .booking-data .booking-confirmed::before{
    background-color:rgb(0, 164, 93);
}
.calendar-grid .day-hour > div .booking-data .booking-inprogress:before,  .calendar-grid.monthly-view .booking-data .booking-inprogress:before{
    background-color: var(--color-light-text-theme);
}

.calendar-grid .day-hour > div.inactive{
    background-color: var(--color-light-gray);
}
.calendar-grid .day-hour > div:first-child{
    border-bottom: 1px dotted var(--color-light-text-theme);
}
.calendar-grid .day-hour > div:last-child{
    border-bottom: 1px solid var(--color-light-text-theme);
}
.calendar-grid .day-hour > div:first-child .time{
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.5);
}
.calendar-grid .day-hour > div:last-child .time .time-stamp{
    font-size: 0.9rem;
    visibility: hidden;
}
.calendar-grid .day-view{}
.calendar-grid.week-view .table-head{
    font-size: 1rem;
    padding-left: 4rem;
}
.calendar-grid.week-view .day-hour .row .col{
    border-right: 1px dotted var(--color-light-text-theme);
}
.calendar-grid.week-view .day-hour .row .col:last-child{
    border-right: 0;
}
.calendar-grid.week-view > .table-head .row .col{
    border-right: 1px dotted var(--color-light-text-theme);
}
.calendar-grid.week-view > .table-head .row .col:last-child{
    border-right: 0;
}
.calendar-grid.monthly-view .table-head{
    font-size: 1rem;
    padding: 0 0.8rem;
    border: 1px solid var(--color-light-text-theme);
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}
.calendar-grid.monthly-view  > .table-body{
    border: 0px solid var(--color-light-text-theme);
    padding: 0 0.8rem;
}
.calendar-grid.monthly-view  > .table-body .row{
    padding: 0;
}
.calendar-grid.monthly-view  > .table-head .row .col, .calendar-grid.monthly-view  > .table-body .row .col{
    border-right: 1px solid var(--color-light-text-theme);
    padding: 1rem;
}
.calendar-grid.monthly-view  > .table-head .row .col:last-child 
/* , .calendar-grid.monthly-view  > .table-body .row .col:last-child */
{
    border-right: 0;
}
.calendar-grid.monthly-view  > .table-body .booking-data{
    min-height: 6.5rem;
    position: relative;
}
.calendar-grid.monthly-view  > .table-body .booking-data .date-of-the-month{
    font-size: 0.9rem;
    position: absolute;
    top: -0.6rem;
    left: -0.6rem;
    color: rgba(0,0,0,0.53);
}
.calendar-grid.monthly-view  > .table-body .row-cols-7 .col{
    flex: 0 0 auto;
    width: 14.285714%;
    border-bottom: 1px solid var(--color-light-text-theme);
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.calendar-grid.monthly-view  > .table-head .row-cols-7 .col{
    flex: 0 0 auto;
    width: 14.285714%; 
}
.calendar-grid.monthly-view  > .table-body .row{
    border-bottom: 0;
}
/* .calendar-grid.monthly-view  > .table-body .row-cols-7 .col:nth-child(29), .calendar-grid.monthly-view  > .table-body .row-cols-7 .col:nth-child(30), .calendar-grid.monthly-view  > .table-body .row-cols-7 .col:nth-child(31), .calendar-grid.monthly-view  > .table-body .row-cols-7 .col:nth-child(32), .calendar-grid.monthly-view  > .table-body .row-cols-7 .col:nth-child(33), .calendar-grid.monthly-view  > .table-body .row-cols-7 .col:nth-child(34), .calendar-grid.monthly-view  > .table-body .row-cols-7 .col:nth-child(35){
    border-bottom: 0;
} */
.calendar-grid.monthly-view  > .table-body .row-cols-7 .col:nth-child(7n+1){
    border-left: 1px solid var(--color-light-text-theme);
}
.profile-menu .dropdown-menu a{
    color: var(--color-text-theme);
    padding: 0.4rem 0.2rem;
    display: flex;
    gap: 0.5rem;
    font-size: 1.1rem;
}
.dropdown-menu.navbar-nav{
    background-color: transparent;
    font-size: 1.1rem;
}
.dropdown-menu.navbar-nav > li a, .dropdown-menu.navbar-nav > li a:hover{
    padding: 0.5rem 0.2rem;
    background-color: transparent;
    font-weight: 300;
}
.form-switch {
    padding-left: 3.5em;
}
.form-switch .form-check-label {
    line-height: 1.8;
}
.customer-section .nav-profile-picture{
width: 3rem;
height: 3rem;
}
.customer-section .nav-profile-picture img{
    width: 120%;
    max-width: 120%;
}
.customer-section .content-holder {
    text-align: left !important;
}
.customer-section .reviews-rating-holder .col{
border: 0;
border-top: 1px solid var(--color-light-text-theme);
}
.customer-section .reviews-rating-holder .col:first-child{
border-top:0
}
.video-holder{
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 2rem;
}
.video-holder > video{
    width: 100%;
    display: block;
}
    @media screen and (max-width: 500px) {
        .admin-section {
            padding: 2rem 0;
        }

        .table-grid .table-head {
            display: none;
        }

        .table-grid.calendar-grid .table-head {
            display: block;
        }
        /* .table-grid.calendar-grid.week-view .table-head {
     

    }
    .table-grid.calendar-grid.week-view{
        width: 300%;
        overflow-x: auto;
    } */
        .table-grid .table-body > .row {
            padding: 1rem 0;
        }

            .table-grid .table-body > .row > div {
                margin-bottom: 0.5rem;
            }

        .calendar-filters .btn {
            font-size: 3.5vw;
            padding: 3vw 5vw;
            border-radius: 2vw;
        }

        .table-grid .table-body > .row .inactive {
            display: none;
        }

        .calendar-grid.week-view .table-head {
            padding-left: 1rem;
        }

        .calendar-grid.week-view > .table-head .row .col .week-date {
            font-size: 0.7rem;
        }

        .calendar-search .form-control {
            font-size: 1rem;
        }

        .calendar-grid.monthly-view > .table-body .row-cols-7 .col {
            width: 100%;
            border: 1px solid var(--color-light-text-theme);
            border-radius: 0.5rem
        }

        .calendar-grid.monthly-view > .table-body .booking-data {
            min-height: 1rem;
        }

        .calendar-grid.monthly-view .booking-data .booking-status {
            margin-left: 0.8rem;
        }

        .calendar-grid.monthly-view > .table-body .booking-data .date-of-the-month {
            top: 0;
        }

        .calendar-grid.monthly-view .table-head {
            display: none;
        }

        .calendar-grid.monthly-view > .table-body .row-cols-7 .col:not(.active-month) {
            display: none;
        }

        .calendar-grid.week-view > .table-head .row .col.active {
            background-color: var(--color-turquoise);
            border-radius: 0.5rem;
        }

        .car-number .plate-number > .form-control {
            font-size: 6.5vw;
        }

        .apply-filter-button {
            position: fixed;
            left: 6.5vw;
            right: 6.5vw;
            bottom: 1vw;
        }
    }

    @media screen and (min-width: 600px) {
        body, .btn, .form-select, .form-control, .ql-container {
            font-size: 1.6rem;
            line-height: 1.3;
        }

        small, .small {
            font-size: 1.2rem;
        }

        .card-bordered .content-holder h3 {
            font-size: 2.2rem;
        }

        .navbar-brand {
            max-width: 400px;
        }

        .hamburger-menu {
            width: 4rem;
            height: 4rem;
            font-size: 2.5rem;
        }

        .nav-profile-picture {
            width: 3rem;
            height: 3rem;
        }

        .open-menu {
            padding: 6rem 3rem 2rem;
            width: 45%;
        }

            .open-menu .nav-link {
                font-size: 1.5rem;
                padding: 1rem 0;
            }

            .open-menu .btn {
                font-size: 1.5rem;
                padding: 1rem 2rem;
                margin-top: 1rem;
            }

        .hamburger-menu.close-menu {
            position: absolute;
            top: 1rem;
            right: 0.8rem;
        }

        .section {
            padding: 5rem 0;
        }

        .display-1 {
            font-size: 3.5rem;
        }

        .display-2 {
            font-size: 2.8rem;
            font-weight: 600;
            line-height: 1.3;
        }

        .display-6 {
            font-size: 1.8rem;
        }

        .display-1.icon {
            font-size: 5rem;
        }

        .key-features {
            padding-top: 28rem;
        }

        .hero-search-holder .field, .car-number {
            border-radius: 1rem;
        }

        .form-select {
            padding: .75rem 2.25rem .75rem .75rem
        }

        .hero-content {
            padding: 2rem 2rem 5rem;
        }

        .btn {
            padding: 1rem 2rem;
            font-size: 1.8rem;
            border-radius: 1rem;
        }

        .garage-list {
            padding: 1rem;
            border-radius: 1.5rem;
            height: 100%;
        }

            .garage-list .image-holder {
                min-height: 150px;
                max-height: 150px;
            }

        .card-bordered.garage-list .content-holder h3 {
            font-size: 1.8rem;
        }

        .reviews-rating-holder {
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

            .reviews-rating-holder .col {
                padding: 0.5rem 1rem;
            }

        .numbering {
            width: 5rem;
            height: 5rem;
            font-size: 2.5rem;
        }

        .title-level-3, .listing-page.card-bordered .actions-holder .title-level-3 {
            font-size: 2.2rem;
        }

        .bi.title-level-3 {
            font-size: 2.8rem;
        }

        .how-it-works-section .how-it-works-content {
            width: 80%;
            margin: 0 auto;
        }

        .section-service-offer {
            padding: 3rem 0 0 0;
        }

            .section-service-offer .content-holder {
                padding: 3rem;
            }

        .button-holder {
            padding: 3rem 0;
        }

        footer {
            font-size: 1.6rem;
            padding: 0 4vw;
        }

            footer ul li {
                padding: 0.5rem 0;
            }

            footer .social-icons a {
                padding: 0.5rem;
                width: 4rem;
                height: 4rem;
                font-size: 1.8rem;
            }

        .copy-right-section {
            padding: 1.5rem 2rem;
            font-size: 1.6rem;
        }

            .copy-right-section a {
                color: var(--color-turquoise);
                text-decoration: none;
            }

        .innerpage-fist-fold {
            padding-top: 3rem;
        }

        .split-columns > div:not(:last-child) {
            border-right: 1px solid var(--color-light-text-theme);
            padding-right: 3vw;
        }

        .list-links a {
            padding: 0.5rem 0;
        }

        .hero-content.inner-page {
            padding-top: 2.5rem;
            padding-bottom: 1.5rem;
        }

            .hero-content.inner-page h1 {
                font-size: 2.6rem;
            }

        .other-links {
            margin-top: 2rem;
        }

        .rounded-container {
            border-radius: 3vw;
        }

            .rounded-container .picture-holder {
                border-radius: 3vw 3vw 0 0;
                overflow: hidden;
            }

                .rounded-container .picture-holder img {
                    width: 100%;
                }

            .rounded-container .rounded-content-holder {
                padding: 5vw;
            }

        .bg-gradient-theme .rounded-content-holder {
            padding: 6vw;
        }

        .form-control {
            font-size: 1.6rem;
            padding: 1.3rem 1.5rem;
            border-radius: 1rem;
        }

        .button-holder {
            padding: 3vw 0 1vw;
        }

        .list-styled > li {
            padding: 0.5rem 0 0.5rem 1rem;
        }

        .qa-container {
            margin-bottom: 1.8rem;
            margin-left: 2.5rem;
        }

            .qa-container .question::before {
                background-size: 1.4rem;
                width: 1.5rem;
                height: 1.5rem;
                left: -2.5rem;
                top: 0.2rem;
            }

            .qa-container .question {
                margin-bottom: 0.8rem;
            }

        .form-control-holder .icon {
            font-size: 2rem;
        }

        .form-check {
            padding-left: 2.5rem;
        }

            .form-check .form-check-input {
                width: 1.8rem;
                height: 1.8rem;
                margin-left: -2.5rem;
            }

        .reg-list ul li {
            font-size: 1.6rem;
            margin-bottom: 1.5rem;
            background-size: 2.2rem;
            padding-left: 3.2rem;
        }

        .reg-title {
            font-size: 2.5rem;
        }

            .reg-title > span {
                font-size: 4rem;
            }

        .registraion-module .display-3, .innerpage .display-3 {
            font-size: 2.8rem;
        }

            .registraion-module .display-3 > span {
                font-size: 3.2rem;
            }

        .listing-page.card-bordered .actions-holder {
            padding: 3rem 1.5rem 1rem;
        }

        .filter-section-holder.d-block {
            right: 0;
            left: 30%;
            box-shadow: -5rem 0 5rem rgba(0,0,0,0.3);
        }

        .btn.btn-sm {
            padding: 1rem 1.5rem;
            font-size: 1.4rem;
        }

        .icon-button {
            width: 3.5rem;
            height: 3.5rem;
            padding: 0.5rem !important;
        }

        .section.search-focus {
            padding-top: 4rem;
        }

            .section.search-focus.search-focus-on {
                padding-top: 22rem;
            }

        .mobile-search-link {
            font-size: 1.8rem;
        }

        .hero-search-holder {
            padding: 2.2rem;
            border-radius: 2rem;
        }

        .row-cols-2.reviews-rating-holder .col {
            border-bottom: 0;
        }

            .row-cols-2.reviews-rating-holder .col:nth-child(2) {
                border-right: 1px solid rgba(255,255,255,0.2);
            }

        .hero-content.details-page .reviews-rating-holder .col > .fw-bold {
            font-size: 1.8rem;
        }

        .hero-content.inner-page.details-page {
            padding: 0 1rem;
        }

            .hero-content.inner-page.details-page h1 {
                font-size: 2.2rem;
            }

            .hero-content.inner-page.details-page p {
                font-size: 1.3rem;
            }

        .details-page.image-holder {
            padding: 0.5rem;
            min-height: 10rem;
            height: 10rem;
            width: 10rem;
        }

            .details-page.image-holder.form-page {
                border-radius: 1rem;
                margin-bottom: 0;
            }

        .hero-content.details-page .reviews-rating-holder {
            margin-bottom: 1rem;
        }

        .checklist-card {
            padding: 3rem;
        }

            .checklist-card .title-level-3 {
                font-size: 4rem;
            }

            .checklist-card .display-6 {
                font-size: 1.8rem;
            }

        .gallery-container {
            margin-bottom: 3rem;
        }

        .vehicle-details .border-start {
            border-left: 1px solid var(--color-light-text-theme) !important
        }

        .fixed-hight-top-overlap {
            margin-top: -10rem;
        }

        .status-tag {
            font-size: 0.85rem;
            padding: 0.5rem 1rem;
            border-radius: 0.2rem 0.2rem 0.5rem 0.5rem;
        }

            .status-tag::before {
                border-top: 2rem solid currentColor;
                border-left: 1rem solid transparent;
                left: -15px;
            }

            .status-tag::after {
                border-top: 2rem solid currentColor;
                border-right: 1rem solid transparent;
                right: -15px;
            }

        .plans-option .status-tag {
            right: 4.5rem;
        }

        .content-col {
            width: 91.66666667%;
            margin-left: auto;
            margin-right: auto;
            flex: 0 0 auto;
        }

        .customer-section .reviews-rating-holder .col {
            border: 0;
            border-right: 1px solid var(--color-light-text-theme);
        }

            .customer-section .reviews-rating-holder .col:last-child {
                border-right: 0
            }
    }

    @media screen and (min-width: 900px) {
        body, .btn, .ql-container {
            font-size: 1.5rem;
            line-height: 1.3;
        }

        small, .small {
            font-size: 1.2rem;
        }

        .card-bordered .content-holder h3 {
            font-size: 2rem;
        }

        .card-bordered {
            border-radius: 3vw;
            padding: 3vw 2vw;
            height: 100%;
        }

            .card-bordered .content-holder {
                width: 100%;
                text-align: center;
            }

            .card-bordered .image-holder {
                width: 100%;
                text-align: center;
            }

        .open-menu {
            padding: 6rem 3rem 2rem;
            width: 40%;
        }

        .display-1 {
            font-size: 4rem;
        }

        .display-2 {
            font-size: 3rem;
            font-weight: 600;
            line-height: 1.3;
        }

        .display-6 {
            font-size: 1.75rem;
            line-height: 1.5;
        }

        .key-features {
            padding-top: 22rem;
        }

        .hero-search-holder .field {
            border-radius: 1rem;
        }

        .hero-content {
            padding: 2rem 4rem 0rem;
        }

        .card-bordered.garage-list {
            border-radius: 1.5rem;
            padding: 1.5rem;
            height: 100%;
        }

            .card-bordered.garage-list .image-holder {
                width: 100%;
                text-align: center;
                border-radius: 1rem;
                padding: 0rem;
            }

        .testimonial-slider .slick-slide {
            margin: 2rem 1rem;
        }

        .card-bordered.home-testimonial-card {
            padding: 4vw;
        }

            .card-bordered.home-testimonial-card .content-holder {
                text-align: left;
                height: 14rem;
            }

        .how-it-works-section .how-it-works-content {
            width: 100%;
            margin: 0 auto;
        }

        .how-it-works-section {
            margin-bottom: 2rem;
        }

        .section-service-offer .content-holder {
            padding: 1rem 0 4rem 0;
        }

        .section-service-offer .display-1 {
            font-size: 3.5rem;
        }

        .section-service-offer .display-6 {
            font-size: 1.5rem;
        }

        .section-service-offer {
            padding: 4rem 0 0 0;
        }

        footer {
            font-size: 1.5rem;
            padding: 0 4vw;
        }

            footer ul li {
                padding: 0.5rem 0;
            }

            footer .social-icons a {
                padding: 0.5rem;
                width: 4rem;
                height: 4rem;
                font-size: 1.8rem;
            }

        .copy-right-section {
            padding: 1.5rem 2rem;
            font-size: 1.5rem;
        }

        .rounded-container {
            border-radius: 2rem;
        }

            .rounded-container .picture-holder {
                border-radius: 2rem 2rem 0 0;
            }

            .rounded-container .rounded-content-holder {
                padding: 3rem;
            }

        .reg-title {
            font-size: 2rem;
        }

            .reg-title > span {
                font-size: 3rem;
                font-weight: 700;
            }

        .hero-content.registration-page {
            padding: 1rem 0 1rem;
        }

        .reg-list {
            margin-top: 2rem;
            margin-left: 3rem;
        }

            .reg-list ul {
                list-style: none;
                padding-left: 0;
                /* list-style-image: url(../images/check-circle-turquoise.svg); */
            }

                .reg-list ul li {
                    background-image: url(../images/check-circle-turquoise.svg);
                    background-repeat: no-repeat;
                    background-size: 1.8rem;
                    padding-left: 2.5rem;
                    margin-bottom: 1.5rem;
                    font-size: 1.25rem;
                }

        .reg-image-holder {
            width: 75%;
            margin: 0 auto;
        }

        .form-control-holder {
            padding: 0.2rem 1rem .2rem 1.2rem;
            border-radius: 1rem;
        }

            .form-control-holder .icon {
                font-size: 1.8rem;
            }

        .registraion-module .section {
            padding-top: 1rem;
        }

        .registraion-module .display-3 {
            font-size: 2.5rem;
        }

        .registraion-module {
            font-size: 1.25rem
        }

        .fixed-left-panel .content-section {
            display: block;
        }

        .fixed-left-panel {
            position: fixed;
            left: 2%;
            width: 47%;
        }

        .registraion-module .display-3, .innerpage .display-3 {
            font-size: 2.2rem;
        }

            .registraion-module .display-3 > span {
                font-size: 2.7rem;
            }

        .split-listing-page {
            display: flex;
            flex-wrap: wrap;
            gap: 2vw;
        }

            .split-listing-page > .bg-white.rounded-container {
                flex: 0 0 auto;
                width: 47.5vw;
            }

        .details-page.image-holder {
            padding: 1rem;
            min-height: 12rem;
            height: 12rem;
            width: 12rem;
        }

        .car-number .plate-number {
            padding-bottom: 0.3rem;
            padding-bottom: 0.3rem;
        }

        .car-number .region {
            padding: 0.7rem 0.6rem;
        }

        .hero-search-holder .field .form-select {
            padding: 1.2rem 2.25rem 1.2rem .75rem;
        }
    }

    @media screen and (min-width: 1200px) {
        body, .btn, .form-select, .form-control, .ql-container {
            font-size: 1.3rem;
            line-height: 1.3;
        }

        header .nav {
            font-size: 1.05rem
        }

        .btn {
            font-weight: 600;
        }

        small, .small {
            font-size: 1rem;
        }

        .card-bordered .content-holder h3 {
            font-size: 1.6rem;
        }

        .card-bordered {
            border-radius: 2rem;
            padding: 2rem;
            height: 100%;
        }

            .card-bordered .content-holder {
                width: 70%;
                text-align: left;
            }

            .card-bordered .image-holder {
                width: 30%;
                text-align: left;
            }

        .hero-search-holder .field {
            margin-bottom: 0;
            border-radius: 0.65rem;
            height: 100%;
        }

        .hero-search-holder .car-number, .car-number, .location.field {
            border-radius: 0.65rem;
            overflow: hidden;
        }

        .hero-content {
            padding: 3rem 0 10rem;
        }

            .hero-content.inner-page {
                padding-top: 3rem;
                padding-bottom: 6rem;
            }

                .hero-content.inner-page.details-page {
                    padding-top: 5rem;
                    padding-bottom: 1rem;
                }

        .display-1 {
            font-size: 3rem;
        }

        .display-6 {
            font-size: 1.5rem;
        }

        .key-features, .section.search-focus {
            padding-top: 8rem;
        }

        .display-1.icon {
            font-size: 4rem;
        }

        .hero-search-holder {
            position: absolute;
            padding: 2rem;
            top: -3rem;
            /* max-width: 70rem;
        bottom: auto;
        left: calc( 50% - 35rem);*/
            max-width: 100%;
            width: auto;
            left: 0.75rem;
            right: 0.75rem;
            border-radius: 2rem;
            box-shadow: 0 0 1rem rgba(0,0,0,0.3);
            font-size: 1.05rem;
        }

        .hero-image > img {
            margin-bottom: -1.5rem;
        }

        .garage-list {
            gap: 2rem;
        }

        .card-bordered.garage-list .image-holder {
            width: 170px;
            height: 170px;
            max-width: 170px;
            max-height: 170px;
        }

        .garages-slider .slick-dots {
            position: absolute;
            bottom: auto;
            top: -4rem;
            display: block;
            width: 100%;
            padding: 0;
            margin: 0;
            list-style: none;
            text-align: right;
        }

            .garages-slider .slick-dots li button:before {
                font-family: 'slick';
                font-size: 16px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 16px;
                height: 16px;
                content: '';
                text-align: center;
                opacity: 1;
                color: var(--color-white);
                border: 1px solid var(--color-text-theme);
                background-color: var(--color-white);
                -webkit-font-smoothing: antialiased;
                border-radius: 50%;
            }

        .slick-dots li.slick-active button:before {
            opacity: 1;
            background-color: var(--color-text-theme);
        }

        .testimonial-slider .slick-slide {
            margin: 1rem;
        }

        .card-bordered.home-testimonial-card {
            padding: 2.5rem;
        }

            .card-bordered.home-testimonial-card .content-holder {
                height: 9rem;
            }

        footer {
            font-size: 1.3rem;
            padding: 0 2rem;
        }

            footer ul {
                margin-top: 0.5rem;
            }

                footer ul li {
                    padding: 0.2rem 0;
                }

            footer .social-icons a {
                padding: 0.5rem;
                width: 4rem;
                height: 4rem;
                font-size: 1.8rem;
            }

        .copy-right-section {
            padding: 1.5rem 2rem;
            font-size: 1.3rem;
        }

        .innerpage-fist-fold {
            padding-top: 5rem;
        }

        .split-columns > div {
            padding: 1rem;
        }

        .list-styled {
            padding-left: 1.5rem;
        }

            .list-styled > li {
                padding: 0.7rem 0 0.7rem 0.5rem;
            }

        .button-holder {
            padding: 2rem 0 1rem;
        }

        .rounded-container .rounded-content-holder {
            padding: 2rem;
        }

        .bg-gradient-theme .rounded-content-holder .title-level-3 {
            font-size: 1.8rem;
        }

        .car-number .plate-number > .form-control {
            font-size: 1.3rem;
        }

        .services-links a.active {
            position: relative;
        }

            .services-links a.active::after {
                content: '';
                position: absolute;
                height: 5px;
                width: 100%;
                background-color: var(--color-turquoise);
                bottom: -32px;
                left: 0;
            }

        .title-level-3 {
            font-size: 2rem;
        }

        .hero-content.registration-page {
            padding-top: 1rem;
        }

        .reg-title {
            font-size: 2rem;
        }

            .reg-title > span {
                font-size: 3.5rem;
            }

        .registraion-module {
            font-size: 1.2rem;
        }

        .form-control-holder {
            padding: 0.5rem 1rem .5rem 1.2rem;
            border-radius: 0.8rem;
        }

        .registraion-module .btn-lg {
            padding: 1.3rem 2rem;
            border-radius: 0.8rem;
        }

        .registraion-module .display-3, .innerpage .display-3 {
            font-size: 2.5rem;
        }

            .registraion-module .display-3 > span {
                font-size: 2.7rem;
            }

        .split-listing-page {
            display: block;
        }

            .split-listing-page > .bg-white.rounded-container {
                width: 100%;
            }

        .hero-search-holder .field .form-control {
            padding: 0.5rem 0.6rem
        }

        .filter-section-holder {
            position: relative;
            background-color: transparent;
            padding: 0;
            height: auto;
            font-size: 1.1rem;
        }

            .filter-section-holder.d-xl-block {
                right: 0;
                left: 0;
            }

        .btn.btn-sm {
            padding: 0.5rem 1.2rem;
            font-size: 1.1rem;
        }

        .listing-page.card-bordered .image-holder {
            width: auto;
            text-align: left;
        }

        .listing-page.card-bordered .content-holder {
            width: 50%;
            text-align: left;
        }

        .listing-page.card-bordered .actions-holder {
            width: 25%;
            text-align: left;
            padding: 3rem 1.5rem 1rem;
            border-left: 1px solid var(--color-light-text-theme);
        }

        .hero-content.inner-page.details-page .reviews-rating-holder {
            max-width: 90%;
            margin-top: 3rem;
        }

        .details-page.image-holder {
            padding: 1rem;
            min-height: 18rem;
            height: 18rem;
            width: 18rem;
            position: relative;
            z-index: 9;
            margin-top: 5rem;
            margin-bottom: -5rem;
            margin-left: 0.5rem;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        }

            .details-page.image-holder.form-page {
                box-shadow: none;
                width: 10rem;
                height: 10rem;
                min-height: 10rem;
                margin-top: 0;
                margin-bottom: 0;
                margin-left: 0;
            }

        .checklist-card {
            padding: 1.5rem;
        }

            .checklist-card .title-level-3 {
                font-size: 3rem;
            }

            .checklist-card .display-6 {
                font-size: 1.3rem;
            }

        .admin-section .left-nav-links {
            margin-bottom: 3rem;
        }

            .admin-section .left-nav-links ul li > a {
                padding: 0.8rem 0.8rem;
                border-bottom: 0px solid var(--color-light-text-theme);
                font-size: 1.1rem;
                display: flex;
                gap: 1rem;
            }

                .admin-section .left-nav-links ul li > a.active {
                    background-color: var(--color-light-text-theme);
                    border-radius: 0.8rem;
                }

            .admin-section .left-nav-links ul li:last-child > a {
                border-bottom: 0;
            }

        .left-panel-garage-profile .image-holder {
            margin: 0.5rem auto 1rem;
            border-radius: 50% !important;
        }

        .left-panel-garage-profile .content-holder {
            width: 100% !important;
            text-align: center !important;
        }

        .left-panel-garage-profile .card-bordered.garage-list .content-holder h3 {
            font-size: 1.4rem;
        }

        .nav-profile-picture {
            width: 2rem;
            height: 2rem;
        }

        .content-col {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            flex: 1 0 0%;
        }

        .customer-section .content-holder {
            text-align: left !important;
        }

        .garage-list .image-holder, .details-page.image-holder {
            margin-bottom: 1rem;
        }
    }

    @media screen and (min-width: 1400px) {
        .hero-search-holder {
            max-width: 90rem;
            left: calc( 50% - 45rem);
        }
    }

    @media screen and (min-width: 1500px) {
        body, .btn, .form-select, .form-control, .ql-container {
            font-size: 1.15rem;
        }

        header .nav {
            font-size: 1.13rem
        }

        .theme-full {
            padding-left: 3rem;
            padding-right: 3rem;
        }

        .btn {
            padding: 0.8rem 1.5rem;
            font-weight: 500;
            border-radius: 0.65rem;
            text-decoration: none;
        }

        .btn-lg {
            padding: 1.1rem 1.5rem;
            font-size: 1.3rem;
        }

        .btn.btn-sm {
            padding: 0.5rem 1.2rem;
            font-weight: 500;
            border-radius: 0.65rem;
            text-decoration: none;
            font-size: 1.1rem;
        }

        .display-6 {
            font-size: 1.3rem;
        }

        .display-1 {
            font-size: 3.8rem;
            font-weight: 500;
        }

            .display-1.icon {
                font-size: 5rem;
            }

        .hero-image > img {
            margin-bottom: -2rem;
        }

        .hero-content.inner-page h1 {
            font-size: 3.5rem;
        }

        .hero-content {
            padding: 8rem 0;
        }

        .hero-container {
            padding-right: 0.78rem;
        }

        .hero-search-holder {
            position: absolute;
            padding: 2rem;
            background-color: var(--color-white);
            width: 100%;
            max-width: 82rem;
            left: calc( 50% - 41rem);
            border-radius: 2rem;
            box-shadow: 0 0 1rem rgba(0,0,0,0.3);
        }

        .card-bordered.garage-list .image-holder {
            width: 160px;
            height: 160px;
            max-width: 200px;
            max-height: 200px;
        }

        .card-bordered.home-testimonial-card {
            padding: 3rem;
        }

            .card-bordered.home-testimonial-card .content-holder {
                text-align: left;
                height: 11rem;
            }

        .title-level-3 {
            font-size: 2.2rem;
        }

        .bi.title-level-3 {
            font-size: 2.8rem;
        }

        .numbering {
            width: 6rem;
            height: 6rem;
            font-size: 2.5rem;
        }

        .section-service-offer .display-1 {
            font-size: 4.5rem;
        }

        .section-service-offer .display-6 {
            font-size: 1.3rem;
        }

        .section-service-offer .btn-lg, .hero-container .btn-lg, .btn-lg.big {
            font-size: 1.6rem;
            padding: 1.1rem 2rem;
            font-weight: 600;
        }

        footer {
            font-size: 1.15rem;
            padding: 0 2rem;
        }

            footer .social-icons a {
                padding: 0.5rem;
                width: 4rem;
                height: 4rem;
                font-size: 1.8rem;
            }

        .copy-right-section {
            padding: 1.5rem 2rem;
            font-size: 1.15rem;
        }

        .form-control {
            font-size: 1.24rem;
            padding: 0.8rem 1.5rem;
            border-radius: 0.65rem;
        }

        .car-number .plate-number > .form-control {
            font-size: 1.5rem;
        }

        .rounded-container .rounded-content-holder {
            padding: 3rem;
        }

        .innerpage-fist-fold .hero-search-holder {
            max-width: 90rem;
            left: calc(50% - 45rem);
            padding-right: 4rem;
            padding-left: 4rem;
            font-size: 1.2rem;
        }

        .hero-content.registration-page {
            padding-top: 1.5rem;
        }

        .reg-title {
            font-size: 2rem;
        }

            .reg-title > span {
                font-size: 3.5rem;
            }

        .registraion-module {
            font-size: 1.2rem;
        }

        .form-control-holder {
            padding: 0.5rem 1rem .5rem 1.2rem;
            border-radius: 0.8rem;
        }

        .registraion-module .btn-lg {
            padding: 1.3rem 2rem;
            border-radius: 0.8rem;
            font-size: 1.5rem;
        }

        .reg-list {
            margin-top: 3rem;
            margin-left: 1rem;
        }

        .registraion-module .section.more-padding {
            padding-top: 5rem;
        }

        .hero-content.inner-page.details-page .reviews-rating-holder {
            max-width: 75%;
        }

        .details-page.image-holder {
            min-height: 20rem;
            height: 20rem;
            width: 20rem;
            margin-top: 5rem;
            margin-bottom: -5rem;
            margin-left: auto;
            margin-right: auto;
        }

        .status-tag {
            right: 3rem;
        }

        .checklist-card {
            padding: 1rem 2rem;
        }

            .checklist-card .title-level-3 {
                font-size: 3rem;
            }

            .checklist-card .display-6 {
                font-size: 1.24rem;
            }

        .details-page.image-holder.form-page {
            width: 12rem;
            height: 12rem;
            min-height: 12rem;
        }

            .details-page.image-holder.form-page.small-logo {
                width: 7rem;
                height: 7rem;
                min-height: 7rem;
            }

        .hero-bg-fixed-height {
            height: 12rem;
        }

        .fixed-hight-top-overlap {
            margin-top: -14rem;
        }

        header nav.d-xl-flex {
            margin-right: 5rem
        }
    }

    @media screen and (min-width: 1800px) {
        body, .btn, .form-select, .form-control, .ql-container {
            font-size: 1.24rem;
        }

        .display-6 {
            font-size: 1.6rem;
            line-height: 1.5;
        }

        .display-1 {
            font-size: 4.7rem;
        }

        .display-2 {
            font-size: 4rem;
            font-weight: 600;
            color: var(--color-text-theme);
        }

        .hero-content.inner-page h1 {
            font-size: 4.5rem;
        }

        .hero-search-holder .field .form-select, .hero-search-holder .field .form-control {
            font-size: 1.35rem;
            padding: 0;
        }

        .section {
            padding: 6rem 0;
        }

        .admin-section {
            padding: 3rem 0;
            min-height: 85vh;
        }

        .key-features, .section.search-focus {
            padding-top: 8rem;
        }

        .card-bordered {
            padding: 2.5rem 3rem;
            height: 100%;
        }

        .plans-option.card-bordered {
            padding: 1.8rem 2rem;
            height: 100%;
        }

        .card-bordered.garage-list.listing-page {
            padding: 2rem 2rem 1rem;
        }

        .card-bordered .content-holder {
            width: 65%;
            text-align: left;
        }

        .card-bordered .image-holder {
            width: 35%;
            text-align: left;
        }

        .listing-page.card-bordered .content-holder {
            width: 50%;
            text-align: left;
        }

        .listing-page.card-bordered .image-holder {
            width: auto;
            text-align: left;
        }

        .listing-page.card-bordered .actions-holder {
            width: 25%;
            text-align: left;
            padding: 3rem 1.5rem 1rem;
            border-left: 1px solid var(--color-light-text-theme);
        }

        .hero-search-holder .field {
            padding: 0.8rem 1rem 0.8rem 1.5rem;
        }

        .testimonial-slider {
            margin-top: 4rem;
        }

            .testimonial-slider .slick-slide {
                margin: 1rem;
            }

            .testimonial-slider .slick-dots {
                bottom: -50px;
            }

        .card-bordered .content-holder h3 {
            font-size: 1.8rem;
        }

        .title-level-3 {
            font-size: 2rem;
        }

        .bi.title-level-3 {
            font-size: 2.5rem;
        }

        .numbering {
            width: 7rem;
            height: 7rem;
            font-size: 3rem;
        }

        .how-it-works-section .how-it-works-content {
            width: 80%;
            margin: 0 auto;
        }

        .section-service-offer .display-1 {
            font-size: 4.9rem;
        }

        .section-service-offer .display-6 {
            font-size: 1.6rem;
        }

        .hero-content.registration-page {
            padding-top: 3.5rem;
        }

        .reg-title {
            font-size: 3rem;
        }

            .reg-title > span {
                font-size: 4.5rem;
            }

        .registraion-module {
            font-size: 1.25rem;
        }

        .form-control-holder {
            padding: 0.5rem 1rem .5rem 1.2rem;
            border-radius: 0.8rem;
        }

        .reg-list {
            margin-top: 1.5rem;
            margin-left: 4rem;
        }

            .reg-list ul li {
                background-size: 1.85rem;
                font-size: 1.4rem;
                padding-left: 3.5rem;
            }

            .reg-list ul {
                margin-bottom: 0;
            }

        .details-page.image-holder {
            min-height: 24rem;
            height: 24rem;
            width: 24rem;
            margin-top: 3.5rem;
            margin-bottom: -5rem;
            margin-left: 0;
            margin-right: auto;
        }

            .details-page.image-holder.form-page {
                min-height: 12rem;
                height: 12rem;
                width: 12rem;
                margin-top: 0;
                margin-bottom: 0;
                margin-left: 0;
                margin-right: 0;
            }

                .details-page.image-holder.form-page.small-logo {
                    min-height: 7rem;
                    height: 7rem;
                    width: 7rem;
                }

        .hero-content.inner-page.details-page h1 {
            font-size: 3.2rem;
        }

        .checklist-card {
            padding: 2rem 3rem;
        }

            .checklist-card .title-level-3 {
                font-size: 3rem;
            }

            .checklist-card .display-6 {
                font-size: 1.4rem;
            }

        .gallery-item {
            width: calc(33.33% - 1rem); /* 50% width minus the gap */
        }

        .card-bordered.garage-list .image-holder {
            width: 200px;
            height: 200px;
            max-width: 200px;
            max-height: 200px;
        }
    }
    /* Theme for Alert & Confirm UI */
    #cr-alert-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cr-alert-box {
    padding: 16px 22px;
    border-radius: 12px;
    color: #fff;
    font-size: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 300px;
    max-width: 360px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
    animation: fadeInDown 0.4s ease-out;
    position: relative;
    opacity: 0.95;
}
.cr-alert-box.success {
    background-color: var(--color-green); /* Green */
    color: var(--color-white);
}

.cr-alert-box.error {
    background-color: var(--color-red); /* Red */
    color: var(--color-white);
}

.cr-alert-box.warning {
    background-color: var(--color-yellow); /* Yellow */
    color: var(--color-default-text); /* Dark text */
}

.cr-alert-box.info {
    background-color: var(--color-blue); /* Blue/Teal */
    color: var(--color-white);
}

/*.cr-alert-box.success {
    background-color: #28a745;*/ /* Green */
    /*color: #fff;
}

.cr-alert-box.error {
    background-color: #dc3545;*/ /* Red */
    /*color: #fff;
}

.cr-alert-box.warning {
    background-color: #ffc107;*/ /* Yellow */
    /*color: #212529;
}

.cr-alert-box.info {
    background-color: #17a2b8;*/ /* Teal */
    /*color: #fff;
}*/

/*.cr-alert-box.success {
    background: linear-gradient(to right, #00b09b, #96c93d);
}

.cr-alert-box.error {
    background: linear-gradient(to right, #e52d27, #b31217);
}

.cr-alert-box.warning {
    background: linear-gradient(to right, #f7971e, #ffd200);
    color: #222;
}

.cr-alert-box.info {
    background: linear-gradient(to right, #2193b0, #6dd5ed);
}*/

.cr-alert-close {
    cursor: pointer;
    font-weight: bold;
    margin-left: 15px;
    font-size: 18px;
}

/* Confirm Modal (Alternate Style) */
#cr-confirm-modal {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: grid;
    place-items: center;
    z-index: 10000;
}

.cr-confirm-box {
    background: #fff;
    border-radius: 10px;
    padding: 30px 35px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    max-width: 340px;
    text-align: center;
}

#cr-confirm-message {
    font-size: 17px;
    margin-bottom: 20px;
    color: #333;
}

.confirm-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

#cr-confirm-yes,
#cr-confirm-no {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}

#cr-confirm-yes {
    background-color: #28a745;
    color: #fff;
}

#cr-confirm-no {
    background-color: #dc3545;
    color: #fff;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 0.95;
        transform: translateY(0);
    }
}
.hidden {
    display: none !important;
}
.btn-loader {
    vertical-align: middle;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: var(--color-text-theme);
}
.img-crop-close{
    display:flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:0;
    right:0;
    font-size:14px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
}
.cropper-container {
    width: 100% !important;
    height: auto !important;
    min-height: 300px; /* Adjust based on preference */
    max-height: 500px;
}
#imagePreview {
    max-width: 100%;
    height: auto;
    display: block;
}

/*summernote styles overwrite*/
.note-toolbar {
    background-color: #f4f5ff !important;
    border-color: #b7bfff !important;
    border-top-left-radius: 0.65rem !important;
    border-top-right-radius: 0.65rem !important;
}
.note-editor.note-airframe, .note-editor.note-frame {
    border: 1px solid rgb(183 191 255) !important;
}
.note-frame{
    border-radius: 0.65rem !important
}
.note-editor .note-toolbar, .note-popover .popover-content {
    padding: 5px 5px 10px 10px !important
}
.note-editor.note-airframe .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-editable{
    padding: 15px !important
}
.note-btn {
    border: 1px solid #b7bfff !important;
    color: #000b63 !important;
}
/*-----------*/
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--color-turquoise);
}
.disabled-link {
    pointer-events: none;
}
.cursor-pointer {
    cursor:pointer;
}
.loading-spinner {
    display: block;
    margin: 0 auto;
    max-width: 400px;
}
.active > .page-link, .page-link.active{
    background-color: var(--color-dark-blue)
}
.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
    color: var(--color-dark-blue);
    border-bottom-color: var(--color-dark-blue)
}
.nav-underline .nav-link {
    color: var(--color-dark-blue);
}
.dropdown > .btn {
    border-color: var(--color-light-text-theme);
    background-color: var(--color-white);
    font-weight: normal;
    color: var(--bs-body-color) !important;
}
.dropdown > .btn:focus, .dropdown > .btn:hover {
    background-color: var(--color-white);
    border-color: var(--color-bg-light);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.dropdown > .dropdown-menu {
    font-size: inherit;
    width: 100%;
    min-width:270px;
    max-height: 300px;
    overflow-y: auto;
    border-color: var(--color-light-text-theme);
    padding: 0.5rem 0.8rem;
    z-index: 99999;
}
.dropdown > .dropdown-menu > li{
    padding: 0.1rem 0;
}
.dropdown > .dropdown-menu > li .form-check {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

/*calendar classes*/
.legend-pending {
    color: rgb(255, 193, 7);
}

.legend-InProgress {
    color: rgb(23, 162, 184);
}

.legend-Approved {
    color: rgb(40, 167, 69);
}

.legend-Cancelled {
    color: rgb(220, 53, 69);
}

.legend-Completed {
    color: rgb(0, 123, 255);
}

.legend-Unavailability {
    color: rgb(52, 58, 64);
}

.legend-default {
    color: rgb(153, 153, 153);
}

.calendar-grid .day-hour > div .booking-data .booking-pending, .calendar-grid.monthly-view .booking-data .booking-pending {
    border-color: rgb(255, 193, 7);
    background-color: rgba(255, 193, 7, 0.1);
}

.calendar-grid .day-hour > div .booking-data .booking-pending:before, .calendar-grid.monthly-view .booking-data .booking-pending::before {
    background-color: rgb(255, 193, 7);
}

.calendar-grid .day-hour > div .booking-data .booking-InProgress, .calendar-grid.monthly-view .booking-data .booking-InProgress {
    border-color: rgb(23, 162, 184);
    background-color: rgba(23, 162, 184, 0.1);
}

.calendar-grid .day-hour > div .booking-data .booking-InProgress:before, .calendar-grid.monthly-view .booking-data .booking-InProgress::before {
    background-color: rgb(23, 162, 184);
}

.calendar-grid .day-hour > div .booking-data .booking-Approved, .calendar-grid.monthly-view .booking-data .booking-Approved {
    border-color: rgb(40, 167, 69);
    background-color: rgba(40, 167, 69, 0.1);
}

.calendar-grid .day-hour > div .booking-data .booking-Approved:before, .calendar-grid.monthly-view .booking-data .booking-Approved::before {
    background-color: rgb(40, 167, 69);
}

.calendar-grid .day-hour > div .booking-data .booking-Cancelled, .calendar-grid.monthly-view .booking-data .booking-Cancelled {
    border-color: rgb(220, 53, 69);
    background-color: rgba(220, 53, 69, 0.1);
}

.calendar-grid .day-hour > div .booking-data .booking-Cancelled:before, .calendar-grid.monthly-view .booking-data .booking-Cancelled::before {
    background-color: rgb(220, 53, 69);
}

.calendar-grid .day-hour > div .booking-data .booking-Completed, .calendar-grid.monthly-view .booking-data .booking-Completed {
    border-color: rgb(0, 123, 255);
    background-color: rgba(0, 123, 255, 0.1);
}

.calendar-grid .day-hour > div .booking-data .booking-Completed:before, .calendar-grid.monthly-view .booking-data .booking-Completed::before {
    background-color: rgb(0, 123, 255);
}

.calendar-grid .day-hour > div .booking-data .booking-Unavailability, .calendar-grid.monthly-view .booking-data .booking-Unavailability {
    border-color: rgb(52, 58, 64);
    background-color: rgba(52, 58, 64, 0.1);
}

.calendar-grid .day-hour > div .booking-data .booking-Unavailability:before, .calendar-grid.monthly-view .booking-data .booking-Unavailability::before {
    background-color: rgb(52, 58, 64);
}

.calendar-grid .day-hour > div .booking-data .booking-default, .calendar-grid.monthly-view .booking-data .booking-default {
    border-color: rgb(153, 153, 153);
    background-color: rgba(153, 153, 153, 0.1);
}

.calendar-grid .day-hour > div .booking-data .booking-default:before, .calendar-grid.monthly-view .booking-data .booking-default::before {
    background-color: rgb(153, 153, 153);
}


.badge.legend-InProgress, .badge.booking-InProgress {
    background-color: rgb(23, 162, 184);
    color: var(--color-white);
}
.badge.legend-Approved, .badge.booking-Approved {
    background-color: rgb(40, 167, 69);
    color: var(--color-white);
}
.badge.legend-Cancelled, .badge.booking-Cancelled {
    background-color: rgb(220, 53, 69);
    color: var(--color-white);
}
.badge.legend-Completed, .badge.booking-Completed {
    background-color: rgb(0, 123, 255);
    color: var(--color-white);
}
.badge.legend-pending {
    background-color: rgb(255, 193, 7);
    color: var(--color-white);
}
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
.btn-toolbar {
    display: block;
    width: 100%;
}

.table-container {
    position: relative;
    max-width: 100%;
}

@media (min-width: 600px) {
    .btn-toolbar {
        display: flex;
        width: auto;
    }
}
/*grid*/
.table-container {
    position: relative;
    max-width: 100%;
}

    .table-container .table-header {
        overflow-x: auto;
        overflow-y: auto;
        max-height: 500px;
        font-size:1rem;
    }


    .table-container .table-body {
        overflow-x: auto;
        max-height: 400px; /* Adjust as needed for vertical scrolling */
        overflow-y: auto;
    }

    .table-container .table {
        border-collapse: collapse;
        width: 100%;
    }

        .table-container .table th,
        .table-container .table td {
            padding: 16px;
            text-align: left;
            white-space: nowrap; /* Prevents text wrapping */
        }

            .table-container .table th:first-child,
            .table-container .table td:first-child {
                position: sticky;
                left: 0;
                background-color: var(--color-bg-light); /* Matches your table header background color */
                z-index: 1; /* Ensures the fixed column is above the scrolling columns */
                border-right: 1px solid #ddd; /* Optional: Adds a border between fixed and scrollable columns */
                min-width: 235px;
                max-width: 250px;
                white-space: normal;
                inline-size: 130px;
                overflow-wrap: break-word;
            }

        .table-container .table thead th {
            background-color: var(--color-bg-light); /* Optional: Adds a background color to the header */
            font-weight: 500;
            color: var(--color-text-theme);
        }

@media(max-width: 590px) {
    .table-container .table th:first-child,
    .table-container .table td:first-child {
        min-width: 100px;
        max-width: 150px;
        inline-size: 130px;
        overflow-wrap: break-word;
    }
    .table-container .table-header {
        font-size: 1.1rem
    }
}

.scroll-button {
    background-color: transparent;
    border: 0;
    padding: 0;
    outline: 0;
    z-index: 9;
    color: var(--color-purple);
}

    .scroll-button.left {
        background: var(--color-very-light-purple);
        background: linear-gradient(90deg, var(--color-very-light-purple) 19%, var(--color-white-30) 70%);
        padding: 0.66rem .9rem 0.65rem 0.1rem;
    }

    .scroll-button.right {
        background: var(--color-very-light-purple);
        background: linear-gradient(280deg, var(--color-very-light-purple) 19%, var(--color-white-30) 70%);
        padding: 0.66rem 0.1rem 0.65rem .9rem;
    }

.table-header-container {
    position: sticky;
    top: -1px;
    z-index: 1000;
    background-color: #fff; /* Ensure the header has a background */
}

.arrow-holder {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 9999;
    height: 53px;
}

.table-container .table-header tr td, ..table-container .table-header tr th {
    padding: 0.5rem 0.8rem;
}


@media(min-width: 768px) {
    .table-container .table-header {
        max-height: 650px;
    }
    .table-container .table-header {
        font-size: 1rem
    }
}

@media(min-width: 1000px) {
    .table-container .table-header {
        max-height: 550px;
    }
}

@media(min-width: 1200px) {
    .table-container .table-header {
        max-height: 550px;
    }

    .table-container .table th:first-child, .table-container .table td:first-child {
        padding-left: 1.2rem !important;
    }
    .table-container .table-header {
        font-size: 1rem
    }
}

@media(min-width: 1600px) {
    .table-container .table-header {
        max-height: 700px;
    }

    .report-data-container {
        max-width: 1400px;
    }

    .table-container .table-header {
        font-size: 1.1rem
    }
}
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

.booking-history-section ul li > strong, .booking-history-section ul li > span {
    width: 100%;
    display: block;
    padding: 0.2rem 0;
}
.booking-history-section ul li{
    display: block !important
}
@media(min-width: 600px) {
    .booking-history-section ul li {
        display: flex !important
    }
    .booking-history-section ul li > strong {
        width: 50%
    }

    .booking-history-section ul li > strong:last-child {
        text-align: right;
        width: 15%;
    }

    .booking-history-section ul li > span {
        width: 15%
    }
}